*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;font-feature-settings:"cv11", "ss01", "ss03";text-size-adjust:100%;font-family:Inter Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{-webkit-tap-highlight-color:transparent}button:active:not(:disabled),.btn-primary:active:not(:disabled),.btn-secondary:active:not(:disabled),.btn-icon:active:not(:disabled){transition:transform 80ms ease-out;transform:scale(.97)}@media (prefers-reduced-motion:reduce){button:active:not(:disabled),.btn-primary:active:not(:disabled),.btn-secondary:active:not(:disabled),.btn-icon:active:not(:disabled){transform:none}}input,textarea,select,button,[contenteditable],[contenteditable=true]{font-size:max(16px,1em)}input[type=range],input[type=checkbox],input[type=radio]{font-size:inherit}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--bg-primary:#fdfcf8;--bg-secondary:#f5f3ee;--bg-tertiary:#eceae4;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-muted:#8a8a8a;--accent:#d14b2a;--accent-hover:#b23e22;--border:#e0ddd6;--selection:#fcddd0;--scrollbar:#c5c2bb;--editor-bg:#fdfcf8;--editor-text:#1a1a1a;--editor-cursor:#d14b2a;--editor-selection:#fcddd0;--editor-line-highlight:#f5f3ee;--ink-warm:#d14b2a;--ink-cool:#1e3a8a;--font-display:"Newsreader Variable", "Times New Roman", Georgia, serif;--font-chrome:"Manrope Variable", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "JetBrains Mono", monospace;--font-editor:"Newsreader Variable", "Times New Roman", Georgia, serif;--editor-font-size:17px;--editor-line-height:1.55;--editor-max-width:680px;--pane-library-w:200px;--pane-sheets-w:280px;--radius:0;--radius-sm:0;--radius-lg:0;--radius-pill:999px;--ease-out:cubic-bezier(.2, 0, 0, 1);--transition:.12s var(--ease-out);--transition-fast:80ms var(--ease-out);--editor-cursor-width:3px;--shadow-riso:2px 2px 0 var(--ink-cool), -1px -1px 0 var(--ink-warm);--shadow-riso-sm:1px 1px 0 var(--ink-cool);--shadow-hard:4px 4px 0 var(--text-primary);--halftone-dots:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><circle cx='2' cy='2' r='0.9' fill='%23000' fill-opacity='0.18'/></svg>");--density-scale:1}body[data-density=compact]{--density-scale:.8}body[data-density=comfortable]{--density-scale:1}body[data-density=spacious]{--density-scale:1.2}body[data-density=compact] .library-items,body[data-density=compact] .sheet-items,body[data-density=compact] .settings-grid{gap:.75rem}body[data-density=spacious] .library-items,body[data-density=spacious] .sheet-items,body[data-density=spacious] .settings-grid{gap:1.75rem}body[data-density=compact] .library-item,body[data-density=compact] .sheet-item{padding:.5rem}body[data-density=spacious] .library-item,body[data-density=spacious] .sheet-item{padding:1rem}body[data-density=compact] .cm-content{padding-top:1rem!important;padding-bottom:1rem!important}body[data-density=spacious] .cm-content{padding-top:3rem!important;padding-bottom:3rem!important}[data-theme=dark]{color-scheme:dark}body[data-font=system]{--font-editor:"Manrope Variable", -apple-system, BlinkMacSystemFont, sans-serif}body[data-font=serif]{--font-editor:"Newsreader Variable", Georgia, "Times New Roman", serif}body[data-font=mono]{--font-editor:"IBM Plex Mono", ui-monospace, monospace}body[data-editor-width=narrow]{--editor-max-width:560px}body[data-editor-width=medium]{--editor-max-width:680px}body[data-editor-width=wide]{--editor-max-width:800px}body[data-editor-width=full]{--editor-max-width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-layout{grid-template-columns:var(--pane-library-w) var(--pane-sheets-w) 1fr;background:var(--bg-primary);height:100dvh;color:var(--text-primary);grid-template-rows:1fr;grid-template-areas:"library sheets editor";display:grid}.pane-library{background:var(--bg-secondary);border-right:1px solid var(--border);grid-area:library;overflow-y:auto}.pane-sheets{background:var(--bg-primary);border-right:1px solid var(--border);grid-area:sheets;overflow-y:auto}.pane-editor{background:var(--editor-bg);flex-direction:column;grid-area:editor;display:flex;overflow:hidden}.mobile-nav{display:none}@media (width<=1024px){.app-layout{grid-template-columns:var(--pane-sheets-w) 1fr;grid-template-areas:"sheets editor"}.pane-library{width:var(--pane-library-w);z-index:100;transition:transform var(--transition);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.app-layout[data-view=library] .pane-library{transform:translate(0)}}@media (width>=768px) and (width<=1024px) and (orientation:landscape){.app-layout{grid-template-columns:var(--pane-library-w) var(--pane-sheets-w) 1fr;grid-template-areas:"library sheets editor"}.pane-library{z-index:auto;position:static;transform:none}}@media (width<=640px){.app-layout{grid-template-columns:1fr;grid-template-rows:1fr calc(56px + env(safe-area-inset-bottom));grid-template-areas:"content""nav"}.pane-library,.pane-sheets,.pane-editor{grid-area:content;animation:.18s ease-out gasset-fade-in;display:none}.pane-library,.pane-sheets{padding-top:env(safe-area-inset-top)}.app-layout[data-view=library] .pane-library,.app-layout[data-view=sheets] .pane-sheets{display:block}.app-layout[data-view=editor] .pane-editor{display:flex}.mobile-nav{background:var(--bg-secondary);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);grid-area:nav;display:flex}.mobile-nav-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:44px;padding:6px;font-size:12px;display:flex}.mobile-nav-btn.active{color:var(--accent)}}@media (hover:none) and (pointer:coarse){.btn-icon{width:44px;height:44px}.btn-primary,.btn-secondary{min-height:44px;padding:.6rem 1.25rem}.btn-sm{min-height:36px}.sheet-item,.library-item{min-height:48px}.setting-option{min-height:40px;padding:.55rem 1rem}.scratchpad-kbd-chip{display:none}}@media (width<=640px){.modal-overlay-sheet{align-items:flex-end;padding-top:0}.modal-sheet{max-height:88dvh;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;flex-direction:column;animation:.22s cubic-bezier(.16,1,.3,1) gasset-sheet-in;display:flex;width:100%!important;max-width:100%!important}.modal-sheet .modal-drag-handle{background:var(--text-muted);opacity:.4;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:.5rem auto .25rem;display:block}.modal-sheet .modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;max-height:none;overflow-y:auto}}@keyframes gasset-sheet-in{0%{opacity:.5;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.modal-sheet{animation:none}}@media (height<=500px) and (orientation:landscape){.scratchpad-stats{display:none}.scratchpad-header{padding:.35rem .75rem}.scratchpad-footer{padding:.35rem}}@media (width<=420px){.setting-group label,.setting-section-header,.setting-hint,.sheet-item-meta,.goal-type,.goal-deadline,.notes-list-meta,.slot-preview,.history-item-meta,.history-item-label,.toolbar-stat,.palette-category,.palette-kbd,.scratchpad-stats{font-size:.78rem}}.vault-picker{background:var(--bg-primary);height:100dvh;color:var(--text-primary);justify-content:center;align-items:center;display:flex}.vault-picker-content h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:300}.vault-picker-content p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.library{padding:.5rem}.library-header{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);justify-content:space-between;align-items:center;padding:.75rem .5rem;font-size:.75rem;font-weight:600;display:flex}.library-header h2{font-size:inherit;font-weight:inherit}.library-create input,.sheet-create input{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;margin-bottom:.25rem;padding:.5rem;font-size:.875rem}.sheet-create input{background:var(--bg-secondary);margin-bottom:.5rem}.library-item{border-radius:var(--radius-sm);cursor:pointer;width:100%;color:var(--text-primary);text-align:left;transition:background var(--transition);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;display:flex}.library-item:hover{background:var(--bg-tertiary)}.library-item.active{background:var(--accent);color:#fff}.library-item-icon{opacity:.6;font-size:.75rem}.library-item-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.library-item-count{color:var(--text-muted);font-size:.75rem}.group-item{padding-left:calc(var(--depth,0) * 1rem)}.btn-expand{flex-shrink:0;padding:2px}.sheet-list{padding:.5rem;position:relative}.sheet-list.drag-hover{outline:2px dashed var(--accent);outline-offset:-6px;background:var(--bg-tertiary)}.sheet-list-header{justify-content:space-between;align-items:center;padding:.75rem .5rem;font-size:.9rem;font-weight:600;display:flex}.sheet-list-header h3{font-size:inherit;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sheet-list-header-actions{align-items:center;gap:.35rem;display:flex}.sheet-list-sort{background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.25rem .35rem;font-family:inherit;font-size:.7rem}.sheet-item{border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;transition:background var(--transition);border:none;border-bottom:1px solid var(--border);background:0 0;align-items:flex-start;gap:.4rem;padding:.75rem .5rem;display:flex}.sheet-item-body{flex:1;min-width:0}.sheet-item-star{width:20px;height:20px;color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;flex-shrink:0;padding:0;font-size:1rem;line-height:1}.sheet-item-star:hover,.sheet-item-star.active{color:var(--accent)}.sheet-item.active .sheet-item-star{color:#ffffffe6}.sheet-item:hover{background:var(--bg-secondary)}.sheet-item.active{background:var(--accent);color:#fff}.sheet-item.material{opacity:.55;font-style:italic}.sheet-item.material.active{opacity:1;font-style:normal}.sheet-item-title{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.875rem;font-weight:500;overflow:hidden}.sheet-item-title.title-comment{color:var(--text-secondary);font-style:italic}.sheet-item-title.title-preview{color:var(--text-secondary);font-weight:400}.sheet-item-title.title-filename{font-family:var(--font-mono,monospace);font-size:.82rem}.sheet-item-title.title-empty{color:var(--text-muted);font-style:italic}.sheet-item.multi-selected{outline:2px dashed var(--accent);outline-offset:-2px}.sheet-item.glued{border-left:2px solid var(--accent)}.sheet-glue-chip{background:var(--bg-tertiary);color:var(--accent);cursor:pointer;border:none;border-radius:3px;padding:.1rem .4rem;font-size:.7rem}.sheet-glue-chip:hover{background:var(--selection)}.heatmap-section{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1rem}.heatmap-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.heatmap-grid{grid-template-columns:repeat(53,1fr);gap:2px;display:grid}.heatmap-cell{aspect-ratio:1;background:var(--bg-tertiary);border-radius:2px;width:100%}.heatmap-cell.heatmap-l1{background:color-mix(in oklch, var(--accent) 25%, var(--bg-tertiary))}.heatmap-cell.heatmap-l2{background:color-mix(in oklch, var(--accent) 50%, var(--bg-tertiary))}.heatmap-cell.heatmap-l3{background:color-mix(in oklch, var(--accent) 75%, var(--bg-tertiary))}.heatmap-cell.heatmap-l4{background:var(--accent)}@keyframes gasset-stop-pulse{0%,to{opacity:1}50%{opacity:.35}}.glue-stats{color:var(--text-muted);font-size:.85rem}.glue-member-list{flex-direction:column;gap:.35rem;max-height:40vh;display:flex;overflow-y:auto}.glue-member{background:var(--bg-secondary);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.5rem;display:flex}.glue-member-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;overflow:hidden}.glue-member-words{color:var(--text-muted);font-size:.75rem}.glue-member-actions{gap:.2rem;display:flex}.glue-preview-body{border-top:1px solid var(--border);padding-top:.75rem}.glue-preview-label{color:var(--text-muted);margin-bottom:.4rem;font-size:.75rem}.glue-preview-text{color:var(--text-secondary);white-space:pre-wrap;max-height:200px;font-size:.8rem;font-family:var(--font-editor);background:var(--bg-secondary);border-radius:var(--radius-sm);padding:.5rem;overflow-y:auto}.glue-actions{justify-content:flex-end;gap:.5rem;display:flex}.snippet-row{background:var(--bg-secondary);border-radius:var(--radius-sm);align-items:start;gap:.5rem;padding:.5rem;display:flex}.snippet-name{color:var(--accent);min-width:80px;font-size:.8rem}.snippet-body{color:var(--text-secondary);white-space:pre-wrap;font-size:.75rem;font-family:var(--font-editor);flex:1;max-height:100px;margin:0;overflow-y:auto}.snippet-new input,.snippet-new textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-editor);padding:.4rem;font-size:.8rem}.sheet-item-meta{color:var(--text-muted);gap:.75rem;font-size:.75rem;display:flex}.sheet-item-tags{gap:.25rem;margin-top:.25rem;display:flex}.tag-filter{flex-wrap:wrap;gap:.25rem;padding:0 .5rem .5rem;display:flex}.tag-chip{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-radius:10px;padding:.15rem .5rem;font-size:.7rem}.tag-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.tag-mini{background:var(--bg-tertiary);color:var(--text-muted);border-radius:8px;padding:.1rem .35rem;font-size:.65rem}.sheet-item.active .tag-mini{color:#fff;background:#fff3}.empty-state{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.875rem}.empty-state-cta{flex-direction:column;align-items:center;gap:.75rem;display:flex}.empty-state-cta p{margin:0}.toolbar{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;min-height:40px;padding:.5rem 1rem;display:flex}.toolbar-left,.toolbar-center,.toolbar-right{align-items:center;gap:.5rem;display:flex}.toolbar-right{gap:.75rem}.toolbar-title{font-size:.875rem;font-weight:500}.toolbar-dirty{background:var(--accent);border-radius:50%;width:6px;height:6px}.toolbar-badge{letter-spacing:.06em;border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border);text-transform:uppercase;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.toolbar-badge-large{color:#1a1a1a;background:#f59e0b;border-color:#d97706}.toolbar-stat{color:var(--text-muted);font-size:.75rem}.toolbar-view-modes{background:var(--bg-tertiary);border-radius:var(--radius-sm);display:flex;overflow:hidden}.toolbar-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;padding:.3rem .6rem;font-size:.75rem}.toolbar-btn:hover{color:var(--text-primary)}.toolbar-btn.active{background:var(--accent);color:#fff}.editor-area{flex:1;display:flex;overflow:hidden}.editor-area[data-view-mode=split] .editor-cm,.editor-area[data-view-mode=split] .editor-preview{flex:1}.editor-area[data-view-mode=split] .editor-preview{border-left:1px solid var(--border)}.editor-cm{flex:1;overflow:hidden}.editor-preview{max-width:var(--editor-max-width);font-family:var(--font-editor);font-size:var(--editor-font-size);line-height:var(--editor-line-height);color:var(--editor-text);flex:1;margin:0 auto;padding:2rem 1rem;overflow-y:auto}.editor-preview h1{margin:1em 0 .5em;font-size:1.8em;font-weight:600}.editor-preview h2{margin:1em 0 .4em;font-size:1.4em;font-weight:600}.editor-preview h3{margin:1em 0 .3em;font-size:1.15em;font-weight:600}.editor-preview p{margin:.6em 0}.editor-preview pre{background:var(--bg-tertiary);border-radius:var(--radius);padding:1rem;overflow-x:auto}.editor-preview code{font-family:JetBrains Mono,monospace;font-size:.9em}.editor-preview blockquote{border-left:3px solid var(--border);color:var(--text-secondary);margin:.6em 0;padding-left:1rem}.editor-preview a{color:var(--accent)}.editor-preview img{border-radius:var(--radius);max-width:100%}.editor-preview mark{background:var(--selection);border-radius:2px;padding:.1em .2em}.editor-empty{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex}.editor-empty kbd{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.15rem .4rem;font-family:inherit;font-size:.8rem}body.focus-mode .cm-line{opacity:.3;transition:opacity .2s}body.focus-mode .cm-line.cm-focus-line{opacity:1}.skip-link{z-index:1000;background:var(--accent);color:#fff;border-radius:0 0 var(--radius) 0;transition:top var(--transition);padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;position:absolute;top:-100px;left:0}.skip-link:focus{top:0}body.reading-mode .pane-library,body.reading-mode .pane-sheets,body.reading-mode .toolbar{display:none!important}body.reading-mode .app-layout{grid-template-columns:1fr!important;grid-template-areas:"editor"!important}body.reading-mode .pane-editor{grid-area:editor}body.reading-mode .editor-preview{max-width:720px;padding:4rem 2rem}.modal-overlay,.capture-overlay,.search-overlay,.palette-overlay{z-index:200;background:#00000073;justify-content:center;align-items:flex-start;padding-top:10vh;animation:.15s ease-out gasset-fade-in;display:flex;position:fixed;inset:0}.palette-overlay{z-index:210}.modal,.capture-modal,.search-modal,.palette-modal{background:var(--bg-primary);border-radius:var(--radius);width:90%;max-width:480px;animation:.15s cubic-bezier(.16,1,.3,1) gasset-modal-in;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-drag-handle{display:none}@keyframes gasset-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gasset-modal-in{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.modal-overlay,.capture-overlay,.search-overlay,.palette-overlay,.modal,.capture-modal,.search-modal,.palette-modal{animation:none}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-header h2{font-size:1rem;font-weight:600}.modal-body{max-height:60vh;padding:1.25rem;overflow-y:auto}.capture-modal{max-width:560px}.capture-input{resize:vertical;background:var(--bg-primary);width:100%;min-height:120px;color:var(--text-primary);font-family:var(--font-editor);border:none;outline:none;padding:1.25rem;font-size:1rem;line-height:1.6}.capture-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;display:flex}.search-modal{max-width:600px}.search-input{border:none;border-bottom:1px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);outline:none;padding:1rem 1.25rem;font-size:1rem}.search-results{max-height:400px;overflow-y:auto}.search-result{border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;width:100%;color:var(--text-primary);transition:background var(--transition);background:0 0;padding:.75rem 1.25rem;display:block}.search-result:hover,.search-result.active{background:var(--bg-secondary)}.search-result-name{margin-bottom:.25rem;font-size:.875rem;font-weight:500}.search-result-snippet{color:var(--text-muted);font-size:.8rem}.search-result-snippet mark{background:var(--selection);border-radius:2px}.search-empty{text-align:center;color:var(--text-muted);padding:2rem 1.25rem}.setting-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.setting-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.setting-value{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:.875rem;overflow:hidden}.setting-options{gap:.25rem;display:flex}.setting-option{border-radius:var(--radius-sm);background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);padding:.4rem .8rem;font-size:.8rem}.setting-option:hover{border-color:var(--accent);color:var(--text-primary)}.setting-option.active{background:var(--accent);color:#fff;border-color:var(--accent)}.setting-group input[type=range]{width:100%;accent-color:var(--accent)}.setting-section-header{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem;font-size:.7rem;font-weight:700}.setting-hint{color:var(--text-muted);text-transform:none;letter-spacing:0;margin-top:.3rem;font-size:.7rem;font-weight:400;display:block}.setting-toggle{cursor:pointer;align-items:center;gap:.5rem;text-transform:none!important;letter-spacing:0!important;color:var(--text-primary)!important;margin-bottom:0!important;font-size:.85rem!important;display:flex!important}.setting-toggle input[type=checkbox]{accent-color:var(--accent);margin:0}.custom-theme-editor{background:var(--bg-secondary);border-radius:var(--radius);border:1px solid var(--border);padding:.75rem}.theme-token-grid{grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.5rem;display:grid}.theme-token-row{justify-content:space-between;align-items:center;gap:.5rem;text-transform:none!important;letter-spacing:0!important;color:var(--text-secondary)!important;margin-bottom:0!important;font-size:.7rem!important;font-weight:400!important;display:flex!important}.theme-token-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.theme-token-row input[type=color]{border:1px solid var(--border);cursor:pointer;background:0 0;width:32px;height:24px;padding:0}.shortcut-list{flex-direction:column;gap:.2rem;margin-top:.5rem;display:flex}.shortcut-category{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.5rem 0 .25rem;font-size:.65rem;font-weight:600}.shortcut-row{border-radius:var(--radius-sm);transition:background var(--transition);justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .5rem;display:flex}.shortcut-row:hover{background:var(--bg-tertiary)}.shortcut-label{color:var(--text-primary);flex:1;font-size:.8rem}.shortcut-combo{text-align:center;background:var(--bg-secondary);min-width:80px;color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);border-radius:3px;padding:.25rem .6rem;font-family:JetBrains Mono Variable,JetBrains Mono,monospace;font-size:.7rem;font-weight:600}.shortcut-combo:hover{border-color:var(--accent);color:var(--text-primary)}.shortcut-combo.overridden{color:var(--accent);border-color:var(--accent)}.shortcut-combo.recording{background:var(--accent);color:#fff;border-color:var(--accent);animation:1s ease-in-out infinite shortcut-pulse}@keyframes shortcut-pulse{0%,to{opacity:1}50%{opacity:.7}}.shortcut-reset{width:24px;height:24px;font-size:.95rem}@media (prefers-reduced-motion:reduce){.shortcut-combo.recording{animation:none}}.install-prompt{left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom) + .5rem);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);z-index:350;align-items:center;gap:.5rem;max-width:420px;margin:0 auto;padding:.65rem .85rem;animation:.22s ease-out gasset-fade-in;display:flex;position:fixed;box-shadow:0 8px 30px #0003}.install-prompt-text{color:var(--text-primary);flex:1;font-size:.8rem}.install-prompt-dismiss{width:28px;height:28px;color:var(--text-muted)}@media (width<=480px){.install-prompt{max-width:none;left:.75rem;right:.75rem}}.voice-listening{animation:1.4s ease-in-out infinite voice-pulse}@keyframes voice-pulse{0%,to{box-shadow:0 0 #ef444499}50%{box-shadow:0 0 0 8px #ef444400}}@media (prefers-reduced-motion:reduce){.voice-listening{animation:none}}.btn-primary,.btn-secondary{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition);padding:.5rem 1.25rem;font-size:.875rem}.btn-primary{background:var(--accent);color:#fff;border:none}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-tertiary)}.btn-icon{border-radius:var(--radius-sm);cursor:pointer;width:28px;height:28px;color:var(--text-secondary);transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[contenteditable]:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}button:disabled,input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;opacity:.5}.goals-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.goal-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-secondary);padding:.75rem}.goal-header{justify-content:space-between;align-items:start;margin-bottom:.5rem;display:flex}.goal-type{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:600}.goal-target{margin-top:.2rem;font-size:.95rem;font-weight:500}.goal-bar{background:var(--bg-tertiary);border-radius:3px;height:6px;overflow:hidden}.goal-bar-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s,background .3s}.goal-bar-fill.goal-bar-done{background:#22c55e}.goal-bar-fill.goal-bar-overdue{background:#ef4444}.goal-deadline{color:var(--text-muted);margin-top:.5rem;font-size:.75rem}.goal-form{background:var(--bg-secondary);border-radius:var(--radius);flex-direction:column;gap:1rem;margin-top:.5rem;padding:1rem;display:flex}.goal-form input[type=number],.goal-form input[type=date]{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);padding:.5rem;font-size:.875rem}.form-actions{justify-content:flex-end;gap:.5rem;display:flex}.history-layout{grid-template-columns:240px 1fr;gap:1rem;min-height:400px;max-height:60vh;display:grid}.history-list{border-right:1px solid var(--border);padding-right:.5rem;overflow-y:auto}.history-item{border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;transition:all var(--transition);background:0 0;border:1px solid #0000;margin-bottom:.25rem;padding:.75rem;display:block}.history-item:hover{background:var(--bg-secondary)}.history-item.active{background:var(--bg-secondary);border-color:var(--accent)}.history-item-date{margin-bottom:.25rem;font-size:.8rem;font-weight:500}.history-item-meta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.7rem;display:flex}.history-item-label{color:var(--text-secondary);margin-top:.25rem;font-size:.75rem;font-style:italic}.badge{background:var(--bg-tertiary);color:var(--text-muted);text-transform:uppercase;border-radius:10px;padding:.1rem .35rem;font-size:.65rem}.badge.manual{background:var(--accent);color:#fff}.history-preview{flex-direction:column;display:flex;overflow:hidden}.history-preview-content{background:var(--bg-secondary);border-radius:var(--radius-sm);font-family:var(--font-editor);white-space:pre-wrap;word-wrap:break-word;color:var(--text-primary);flex:1;padding:1rem;font-size:.875rem;overflow-y:auto}.history-preview-actions{justify-content:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.history-diff ins{color:#22c55e;background:#22c55e33;border-radius:2px;padding:0 .15rem;text-decoration:none}.history-diff del{color:#ef4444;background:#ef44442e;border-radius:2px;padding:0 .15rem;text-decoration:line-through}.export-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.export-option{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;padding:1.25rem .5rem;display:flex}.export-option:hover{border-color:var(--accent);background:var(--bg-tertiary)}.export-label{margin-bottom:.25rem;font-weight:600}.export-desc{color:var(--text-muted);font-size:.75rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.stat-item{background:var(--bg-secondary);border-radius:var(--radius);text-align:center;padding:1rem}.stat-value{color:var(--text-primary);font-size:1.5rem;font-weight:600}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem}.stat-sub{color:var(--text-secondary);margin-top:.25rem;font-size:.7rem;font-style:italic}.tag-editor{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.tag-input{background:var(--bg-primary);border:1px solid var(--accent);width:116px;color:var(--text-primary);transform-origin:0;border-radius:10px;outline:none;margin-right:-36px;padding:.15rem .5rem;font-size:16px;transform:scale(.6875)}.toolbar-stat-btn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;gap:.5rem;padding:.2rem .4rem;display:flex}.toolbar-stat-btn:hover{background:var(--bg-tertiary)}.scratchpad{background:var(--bg-primary);height:100dvh;color:var(--text-primary);flex-direction:column;display:flex}.scratchpad-header{border-bottom:1px solid var(--border);background:var(--bg-secondary);padding:.75rem 1rem;padding-top:calc(.75rem + env(safe-area-inset-top));justify-content:space-between;align-items:center;display:flex}.scratchpad-counter-group{align-items:center;gap:.35rem;display:flex}.scratchpad-counter{color:var(--text-muted);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition);background:0 0;border:none;padding:.1rem .4rem;font-size:.8rem}.scratchpad-counter:hover{background:var(--bg-tertiary);color:var(--text-primary)}.scratchpad-kbd-chip{background:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border);cursor:pointer;transition:all var(--transition);border-radius:3px;padding:.1rem .35rem;font-family:JetBrains Mono Variable,JetBrains Mono,monospace;font-size:.65rem;font-weight:600}.scratchpad-kbd-chip:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent)}.scratchpad-kbd-chip:disabled{opacity:.35;cursor:not-allowed}.scratchpad-header-right{align-items:center;gap:.25rem;display:flex}.scratchpad-editor{flex:1;overflow:hidden}.scratchpad-stats{color:var(--text-muted);font-variant-numeric:tabular-nums;background:var(--bg-secondary);border-top:1px solid var(--border);cursor:pointer;width:100%;transition:color var(--transition), background var(--transition);border-bottom:none;border-left:none;border-right:none;justify-content:center;align-items:center;gap:.5rem;padding:.35rem 1rem;font-family:inherit;font-size:.72rem;display:flex}.scratchpad-stats:hover{color:var(--text-primary);background:var(--bg-tertiary)}.scratchpad-footer{border-top:1px solid var(--border);background:var(--bg-secondary);padding:.5rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));justify-content:center;align-items:center;gap:.5rem;display:flex}.scratchpad-footer .btn-icon:disabled{opacity:.3;pointer-events:none}.scratchpad.distraction-free .scratchpad-header,.scratchpad.distraction-free .scratchpad-stats,.scratchpad.distraction-free .scratchpad-footer{opacity:0;pointer-events:none;border:none;max-height:0;padding-top:0;padding-bottom:0;transition:opacity .16s ease-out,max-height .24s ease-out,padding .24s ease-out;overflow:hidden}.scratchpad .scratchpad-header,.scratchpad .scratchpad-stats,.scratchpad .scratchpad-footer{transition:opacity .16s ease-out,max-height .24s ease-out,padding .24s ease-out}@media (prefers-reduced-motion:reduce){.scratchpad .scratchpad-header,.scratchpad .scratchpad-stats,.scratchpad .scratchpad-footer{transition:none}}.distraction-exit{top:calc(env(safe-area-inset-top) + .75rem);z-index:300;color:#fff;cursor:pointer;background:#0000008c;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;animation:.2s ease-out gasset-fade-in;display:flex;position:fixed;right:.75rem}.offline-indicator{top:calc(env(safe-area-inset-top) + .5rem);z-index:400;color:#1a1a1a;background:#f59e0b;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .7rem;font-size:.7rem;font-weight:600;animation:.2s ease-out gasset-fade-in;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.dashboard{z-index:150;background:var(--bg-secondary);border-left:1px solid var(--border);flex-direction:column;width:280px;max-width:80vw;animation:.2s cubic-bezier(.16,1,.3,1) gasset-slide-in-right;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 30px #00000026}@keyframes gasset-slide-in-right{0%{opacity:.8;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.dashboard-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.dashboard-header h3{margin:0;font-size:.9rem;font-weight:600}.dashboard-body{flex:1;padding:.5rem 0;overflow-y:auto}.outline-tree{margin:0;padding:0;list-style:none}.outline-item{color:var(--text-secondary);cursor:pointer;transition:background var(--transition), color var(--transition);text-overflow:ellipsis;white-space:nowrap;border-left:2px solid #0000;padding:.35rem 1rem;font-size:.825rem;overflow:hidden}.outline-item:hover{background:var(--bg-tertiary);color:var(--text-primary);border-left-color:var(--accent)}.outline-depth-1{color:var(--text-primary);font-weight:600}.outline-depth-2{padding-left:1.75rem}.outline-depth-3{padding-left:2.5rem;font-size:.78rem}.outline-depth-4{padding-left:3.25rem;font-size:.78rem}.outline-depth-5,.outline-depth-6{color:var(--text-muted);padding-left:4rem;font-size:.75rem}@media (prefers-reduced-motion:reduce){.dashboard{animation:none}}.notes-menu{background:var(--bg-primary);border-radius:var(--radius);flex-direction:column;width:92%;max-width:520px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.notes-menu-header{border-bottom:1px solid var(--border);padding:.75rem 1rem}.notes-menu-header h3{margin:0;font-size:.95rem;font-weight:600}.notes-menu-hint{color:var(--text-muted);margin-top:.25rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.notes-list{flex-direction:column;gap:.25rem;max-height:40vh;padding:.5rem;display:flex;overflow-y:auto}.notes-list-item{background:var(--bg-secondary);border-radius:var(--radius-sm);cursor:pointer;text-align:left;color:var(--text-primary);transition:all var(--transition);border:1px solid #0000;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.6rem .75rem;display:flex}.notes-list-item:hover,.notes-list-item.active{border-color:var(--accent);background:var(--bg-tertiary)}.notes-list-preview{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.85rem;overflow:hidden}.notes-list-meta{color:var(--text-muted);font-size:.65rem}.notes-menu-slots-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.5rem 1rem .25rem;font-size:.65rem;font-weight:600}.slots-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;animation:.15s ease-out gasset-fade-in;display:flex;position:fixed;inset:0}.slots-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem 1rem 1rem;display:grid}.notes-menu .slots-grid{padding:.25rem .75rem .75rem}.slot-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;min-height:100px;transition:all var(--transition);flex-direction:column;align-items:flex-start;padding:1rem;display:flex}.slot-item:hover{border-color:var(--accent)}.slot-item.empty{opacity:.5}.slot-number{color:var(--accent);margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.slot-preview{color:var(--text-muted);text-overflow:ellipsis;max-height:2.6em;font-size:.75rem;line-height:1.3;overflow:hidden}.palette-modal{max-width:560px}.palette-input{border:none;border-bottom:1px solid var(--border);background:var(--bg-primary);width:100%;color:var(--text-primary);outline:none;padding:1rem 1.25rem;font-size:1rem}.palette-results{max-height:50vh;overflow-y:auto}.palette-result{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);border:none;border-bottom:1px solid var(--border);background:0 0;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;display:flex}.palette-result:hover,.palette-result.active{background:var(--bg-secondary)}.palette-result-label{align-items:center;gap:.75rem;display:flex}.palette-category{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--bg-tertiary);border-radius:3px;padding:.15rem .4rem;font-size:.65rem}.palette-kbd{color:var(--text-muted);background:var(--bg-tertiary);border-radius:3px;padding:.1rem .35rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.palette-empty{text-align:center;color:var(--text-muted);padding:2rem}.history-preview-modes{gap:.25rem;margin-bottom:.5rem;display:flex}.history-diff ins{color:var(--text-primary);background:#22c55e33;text-decoration:none}.history-diff del{color:var(--text-primary);background:#ef444433;text-decoration:line-through}.filter-clauses{flex-direction:column;gap:.5rem;margin:1rem 0;display:flex}.filter-clause{background:var(--bg-secondary);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.5rem;display:flex}.filter-clause select,.filter-clause input{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);padding:.3rem .5rem;font-size:.8rem}.filter-clause select{min-width:100px}.filter-clause input{flex:1}.publish-form{flex-direction:column;gap:1rem;display:flex}.publish-form input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);padding:.5rem;font-size:.875rem}.publish-result{background:var(--bg-secondary);border-left:3px solid var(--accent);border-radius:var(--radius-sm);word-break:break-word;padding:.75rem 1rem;font-size:.85rem}.style-list{flex-wrap:wrap}.style-chip-wrap{align-items:center;gap:.15rem;display:inline-flex}.style-delete{width:18px;height:18px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:.9rem;line-height:1}.style-delete:hover{background:var(--bg-tertiary);color:#ef4444}.import-row{margin-top:.5rem}body[data-paper] .cm-content{--paper-row:calc(var(--editor-font-size,16px) * var(--editor-line-height,1.6))}body[data-paper=ruled] .cm-content,body[data-paper=ruled] .editor-preview{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><line x1='0' y1='23.5' x2='24' y2='23.5' stroke='%23ccc' stroke-width='1'/></svg>");background-size:100% var(--paper-row,24px)}body[data-paper=grid] .cm-content,body[data-paper=grid] .editor-preview{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><line x1='0' y1='23.5' x2='24' y2='23.5' stroke='%23ccc' stroke-width='1'/><line x1='23.5' y1='0' x2='23.5' y2='24' stroke='%23ccc' stroke-width='1'/></svg>");background-size:var(--paper-row,24px) var(--paper-row,24px)}body[data-paper=dot] .cm-content,body[data-paper=dot] .editor-preview{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><circle cx='12' cy='12' r='1' fill='%23bbb'/></svg>");background-size:var(--paper-row,24px) var(--paper-row,24px)}body.translucent .app-layout{background:rgba(var(--bg-primary-rgb,253,252,248), .85)}.btn-block{width:100%}.form-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.toast-stack{z-index:500;pointer-events:none;flex-direction:column;gap:.5rem;max-width:360px;display:flex;position:fixed;bottom:1rem;right:1rem}.toast{pointer-events:auto;border-radius:var(--radius);text-align:left;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border:none;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;transition:transform .15s,opacity .15s;animation:.2s ease-out toast-in;box-shadow:0 8px 24px #0003}.toast:hover{transform:translate(-2px)}.toast-info{border-left:3px solid var(--accent)}.toast-success{border-left:3px solid #10b981}.toast-error{border-left:3px solid #ef4444}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (width<=640px){.toast-stack{max-width:none;bottom:64px;left:1rem;right:1rem}.scratchpad-footer{gap:.35rem;padding:.4rem}.scratchpad-footer .btn-icon{width:36px;height:36px}.scratchpad-footer .btn-primary{padding:.45rem .9rem}.scratchpad-kbd-chip{display:none}}.error-fallback{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);text-align:center;border-left:3px solid #ef4444;max-width:480px;margin:2rem auto;padding:2rem}.error-fallback h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem}.error-fallback .text-muted{margin-bottom:1rem;font-size:.85rem}.error-fallback .error-detail{background:var(--bg-tertiary);border-radius:var(--radius-sm);text-align:left;white-space:pre-wrap;max-height:200px;color:var(--text-secondary);margin-bottom:1rem;padding:.75rem;font-family:JetBrains Mono Variable,JetBrains Mono,monospace;font-size:.75rem;overflow:auto}.text-muted{color:var(--text-muted)}.loading{text-align:center;color:var(--text-muted);padding:2rem}.cm-editor{height:100%}.cm-editor .cm-scroller{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;overflow:auto}.cm-editor.cm-focused{outline:none}.cm-editor.cm-focused .cm-cursorLayer{opacity:1!important;animation:none!important}.cm-editor.cm-focused .cm-cursor,.cm-editor.cm-focused .cm-cursor-primary{border-left:var(--editor-cursor-width,3px) solid var(--editor-cursor)!important;transition:left 80ms cubic-bezier(.25,.46,.45,.94),top 80ms cubic-bezier(.25,.46,.45,.94)!important;display:block!important}.cm-editor.cm-dragging-select .cm-cursor,.cm-editor.cm-dragging-select .cm-cursor-primary{transition:none!important}@media (prefers-reduced-motion:reduce){.cm-editor.cm-focused .cm-cursor,.cm-editor.cm-focused .cm-cursor-primary{transition:none!important}}.cm-editor:has(.cm-selectionBackground) .cm-activeLine,.cm-editor:has(.cm-selectionBackground) .cm-activeLineGutter{background-color:#0000!important}.cm-editor .cm-content{font-size:max(16px, var(--editor-font-size));-webkit-touch-callout:none;-webkit-text-size-adjust:100%;text-rendering:optimizespeed}.cm-panels{color:var(--text-primary)}.cm-textfield{background:var(--bg-primary);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);padding:.25rem .5rem}.cm-button{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;padding:.25rem .5rem}body{font-family:var(--font-chrome);font-feature-settings:"tnum", "ss01", "cv11";letter-spacing:-.005em}h1,h2,h3,.toolbar-title,.sheet-list-header h3,.library-header h2,.modal-header h2,.vault-picker-content h1,.notes-menu-header h3{font-family:var(--font-display);letter-spacing:-.018em;font-weight:500}.vault-picker-content h1{color:var(--text-primary);text-shadow:3px 3px 0 var(--ink-warm), 6px 6px 0 var(--ink-cool);font-size:4.2rem;font-weight:600;font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:1.5rem}.btn-primary,.btn-secondary{font-family:var(--font-chrome);letter-spacing:.02em;text-transform:uppercase;border:1.5px solid var(--text-primary);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:0;padding:.65rem 1.35rem;font-size:.78rem;font-weight:700}.btn-primary{background:var(--ink-warm);color:#fff;box-shadow:var(--shadow-riso-sm)}.btn-primary:hover{box-shadow:3px 3px 0 var(--ink-cool);transform:translate(-1px,-1px)}.btn-primary:active{transform:translate(1px,1px);box-shadow:0 0 #0000}.btn-secondary{background:var(--bg-primary);color:var(--text-primary);box-shadow:var(--shadow-riso-sm)}.btn-secondary:hover{box-shadow:2px 2px 0 var(--ink-cool);transform:translate(-1px,-1px)}.btn-secondary:active{transform:translate(1px,1px);box-shadow:0 0 #0000}.btn-icon{transition:background var(--transition-fast);border-radius:0}.btn-icon:hover{background:var(--bg-tertiary);color:var(--text-primary)}.btn-sm{padding:.4rem .8rem;font-size:.7rem}.mode-toggle{border-radius:var(--radius-pill);border:1.5px solid var(--text-primary);background:var(--bg-secondary);font-family:var(--font-display);letter-spacing:.01em;box-shadow:var(--shadow-riso-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;width:auto!important;height:auto!important;padding:.4rem .85rem!important;display:inline-flex!important}.mode-toggle:hover{box-shadow:2px 2px 0 var(--ink-cool);transform:translate(-1px,-1px)}.mode-toggle-label{font-size:.78rem;font-family:var(--font-display);font-weight:600}.pane-library,.pane-sheets{background:var(--bg-secondary);border-right:1.5px solid var(--text-primary);position:relative}.pane-editor{background:var(--editor-bg)}.pane-library{background-image:var(--halftone-dots);background-blend-mode:multiply;background-size:16px 16px}.library-item,.sheet-item{font-family:var(--font-chrome);transition:background var(--transition-fast);padding:.75rem .85rem;position:relative;border-bottom:1px solid var(--border)!important;border-radius:0!important}.library-item:hover,.sheet-item:hover{background:var(--bg-tertiary);transform:none}.library-item.active,.sheet-item.active{background:var(--ink-warm);color:#fff;box-shadow:inset -3px 0 0 var(--ink-cool);transform:none}.library-item.active:after,.sheet-item.active:after{content:"";background-image:var(--halftone-dots);pointer-events:none;opacity:.55;mix-blend-mode:multiply;background-size:8px 8px;position:absolute;inset:0}.library-item.active .library-item-count{color:#ffffffd9}.sheet-item-title{font-family:var(--font-display);letter-spacing:-.005em;font-size:1.02rem;font-weight:600}.sheet-item.active .sheet-item-meta{color:#ffffffc7}.sheet-item.glued{box-shadow:inset 4px 0 0 var(--ink-cool);border-left:none}.sheet-glue-chip{background:var(--ink-cool);color:#fff;border:1.5px solid var(--text-primary);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;border-radius:0;padding:.15rem .55rem;font-size:.65rem;font-weight:600}.toolbar{background:var(--bg-primary);border-bottom:1.5px solid var(--text-primary);z-index:5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;padding:.55rem 1rem;display:flex;position:relative}.toolbar-left,.toolbar-center,.toolbar-right{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.toolbar-title{font-family:var(--font-display);letter-spacing:-.018em;font-size:1.1rem;font-weight:600}.toolbar-view-modes{border:1.5px solid var(--text-primary);box-shadow:var(--shadow-riso-sm);background:var(--bg-primary);border-radius:0;gap:0;padding:0;display:inline-flex}.toolbar-view-modes button{background:var(--bg-primary);color:var(--text-secondary);font-family:var(--font-chrome);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-right:1px solid var(--text-primary);border-radius:0;padding:.35rem .85rem;font-size:.7rem;font-weight:700}.toolbar-view-modes button:last-child{border-right:none}.toolbar-view-modes button.active{background:var(--ink-cool);color:#fff;box-shadow:none}.toolbar-btn{font-family:var(--font-chrome);color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-radius:0;padding:.4rem .7rem;font-size:.78rem;font-weight:600}.toolbar-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.toolbar-btn.active{background:var(--ink-warm);color:#fff;box-shadow:var(--shadow-riso-sm)}.toolbar-dirty{background:var(--ink-warm);border:1.5px solid var(--text-primary);border-radius:0;width:9px;height:9px;animation:1.6s steps(2,end) infinite gasset-dirty-blink}@keyframes gasset-dirty-blink{0%,to{background:var(--ink-warm)}50%{background:var(--bg-primary)}}.toolbar-stat{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text-secondary);font-size:.72rem;font-weight:500}.toolbar-stat-btn{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:0;gap:.5rem;padding:.3rem .6rem;display:flex}.toolbar-stat-btn:hover{border-color:var(--text-primary)}.toolbar-badge{font-family:var(--font-mono);text-transform:uppercase;background:var(--ink-warm);color:#fff;border:1.5px solid var(--text-primary);padding:.15rem .4rem;font-size:.62rem;font-weight:700}.modal-overlay,.capture-overlay,.search-overlay,.palette-overlay{-webkit-backdrop-filter:none;background:#00000073}.modal,.capture-modal,.search-modal,.palette-modal{border:1.5px solid var(--text-primary);box-shadow:var(--shadow-riso);background:var(--bg-primary);animation:gasset-slip-in .22s var(--ease-out);border-radius:0}@keyframes gasset-slip-in{0%{opacity:0;transform:translate(-3px,-3px)}to{opacity:1;transform:translate(0)}}.modal-header{border-bottom:1.5px solid var(--text-primary);padding:1rem 1.25rem}.modal-header h2{font-family:var(--font-display);letter-spacing:-.022em;font-size:1.4rem;font-weight:600}.settings-route{z-index:200;background:var(--bg-primary);animation:gasset-slip-in .2s var(--ease-out);grid-template:"header header"56px"nav main"1fr/220px 1fr;display:grid;position:fixed;inset:0}.settings-header{border-bottom:1.5px solid var(--text-primary);background:var(--bg-primary);grid-area:header;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex}.settings-back{font-family:var(--font-chrome);text-transform:uppercase;letter-spacing:.05em;border:1.5px solid var(--text-primary);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-riso-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:0 0;padding:.4rem .85rem;font-size:.72rem;font-weight:700}.settings-back:hover{box-shadow:2px 2px 0 var(--ink-cool);transform:translate(-1px,-1px)}.settings-title{font-family:var(--font-display);letter-spacing:-.025em;font-size:1.55rem;font-weight:600}.settings-nav{border-right:1.5px solid var(--text-primary);background:var(--bg-secondary);background-image:var(--halftone-dots);background-blend-mode:multiply;background-size:16px 16px;grid-area:nav;padding:1rem 0;overflow-y:auto}.settings-nav-item{text-align:left;cursor:pointer;width:100%;font-family:var(--font-chrome);color:var(--text-secondary);transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:.6rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;display:flex}.settings-nav-item:hover{color:var(--text-primary);background:var(--bg-tertiary)}.settings-nav-item.active{color:var(--text-primary);border-left-color:var(--ink-warm);background:var(--bg-primary)}.settings-main{grid-area:main;max-width:760px;padding:2rem 3rem 6rem;overflow-y:auto}.settings-main h3{font-family:var(--font-display);letter-spacing:-.025em;border-bottom:1.5px solid var(--text-primary);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.7rem;font-weight:600}.settings-section{margin-bottom:2.5rem}.settings-section+.settings-section{padding-top:.5rem}.theme-list{border:1.5px solid var(--text-primary);background:var(--bg-primary);box-shadow:var(--shadow-riso-sm);flex-direction:column;gap:0;display:flex}.theme-row{border:none;border-bottom:1px solid var(--border);cursor:pointer;font-family:var(--font-chrome);transition:background var(--transition-fast);text-align:left;width:100%;color:var(--text-primary);background:0 0;align-items:center;gap:1rem;padding:.7rem 1rem;display:flex}.theme-row:last-child{border-bottom:none}.theme-row:hover,.theme-row.active{background:var(--bg-tertiary)}.theme-row .radio{border:1.5px solid var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.theme-row.active .radio:after{content:"";background:var(--ink-warm);border-radius:50%;width:7px;height:7px}.theme-row-name{font-size:.88rem;font-weight:600;font-family:var(--font-chrome);flex:1}.theme-row-swatches{gap:3px;display:flex}.theme-row-swatches>span{border:1px solid var(--text-primary);width:18px;height:18px}.theme-row-accent{border:1px solid var(--text-primary);width:10px;height:10px}.settings-grid{flex-direction:column;gap:1.25rem;display:flex}.setting-group{flex-direction:column;gap:.5rem;display:flex}.setting-group label{font-family:var(--font-chrome);text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-size:.78rem;font-weight:700}.setting-options{flex-wrap:wrap;gap:.4rem;display:flex}.setting-option{font-family:var(--font-chrome);background:var(--bg-primary);border:1.5px solid var(--text-primary);color:var(--text-primary);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);box-shadow:var(--shadow-riso-sm);border-radius:0;padding:.4rem .85rem;font-size:.78rem;font-weight:600}.setting-option:hover{box-shadow:2px 2px 0 var(--ink-cool);transform:translate(-1px,-1px)}.setting-option.active{background:var(--ink-warm);color:#fff;box-shadow:var(--shadow-riso-sm)}.setting-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.setting-value{font-family:var(--font-mono);color:var(--text-secondary);border:1.5px solid var(--border);background:var(--bg-secondary);word-break:break-all;flex:1;padding:.45rem .75rem;font-size:.78rem}.setting-toggle{cursor:pointer;align-items:center;gap:.65rem;display:flex}.setting-toggle input{width:16px;height:16px}.setting-section-header{font-family:var(--font-display);letter-spacing:-.018em;color:var(--text-primary);border-top:1.5px solid var(--text-primary);margin-top:1rem;padding-top:1rem;font-size:1.1rem;font-weight:600}.setting-hint{font-family:var(--font-chrome);color:var(--text-muted);font-size:.78rem;font-style:italic}.setting-group input[type=range]{appearance:none;background:var(--text-primary);border-radius:0;outline:none;height:4px}.setting-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--ink-warm);border:1.5px solid var(--text-primary);cursor:pointer;width:14px;height:14px;box-shadow:var(--shadow-riso-sm);border-radius:0}.setting-group input[type=range]::-moz-range-thumb{background:var(--ink-warm);border:1.5px solid var(--text-primary);cursor:pointer;border-radius:0;width:14px;height:14px}.context-menu{background:var(--bg-primary);border:1.5px solid var(--text-primary);min-width:200px;box-shadow:var(--shadow-riso);font:600 13px/1.3 var(--font-chrome);z-index:9999;-webkit-backdrop-filter:none;border-radius:0;padding:4px 0;position:fixed}.context-menu-item{cursor:pointer;color:var(--text-primary);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:7px 14px;font-size:.82rem;font-weight:600;transition:none;display:flex}.context-menu-item:hover{background:var(--ink-warm);color:#fff}.context-menu-item.danger{color:#dc2626}.context-menu-item.danger:hover{color:#fff;background:#dc2626}.context-menu-item.disabled{opacity:.4;cursor:not-allowed}.context-menu-separator{background:var(--text-primary);opacity:.3;height:1px;margin:4px 0}.toast{background:var(--bg-primary);border:1.5px solid var(--text-primary);box-shadow:var(--shadow-riso);font-family:var(--font-chrome);animation:gasset-slip-in .22s var(--ease-out);border-radius:0;padding:.85rem 1.15rem;font-weight:500}.toast.success{border-left:4px solid var(--ink-cool)}.toast.error,.toast.warning{border-left:4px solid var(--ink-warm)}.tag-chip,.tag-mini{background:var(--bg-tertiary);border:1.5px solid var(--text-primary);border-radius:var(--radius-pill);font-family:var(--font-mono);color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);padding:.15rem .6rem;font-size:.7rem;font-weight:500}.tag-chip:hover{background:var(--bg-secondary)}.tag-chip.active{background:var(--ink-warm);color:#fff}.tag-mini{padding:.1rem .5rem;font-size:.65rem}.scratchpad-stats,.heatmap-label,.glue-stats,.shortcut-combo,.palette-kbd,.toolbar-stat{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.heatmap-cell{border:1px solid var(--bg-primary);border-radius:0}.heatmap-cell.heatmap-l1{background:var(--ink-warm);opacity:.25}.heatmap-cell.heatmap-l2{background:var(--ink-warm);opacity:.5}.heatmap-cell.heatmap-l3{background:var(--ink-warm);opacity:.75}.heatmap-cell.heatmap-l4{background:var(--ink-warm);opacity:1}.scratchpad-header,.scratchpad-stats,.scratchpad-footer{background:var(--bg-primary);border-color:var(--text-primary);-webkit-backdrop-filter:none}.scratchpad-header{border-bottom:1.5px solid var(--text-primary);padding:.6rem 1rem}.scratchpad-footer{border-top:1.5px solid var(--text-primary);padding:.5rem 1rem}.scratchpad-stats{border-top:1.5px solid var(--text-primary);font-family:var(--font-mono);color:var(--text-secondary);background:var(--bg-secondary);padding:.5rem 1rem;font-size:.75rem}.scratchpad-counter{font-family:var(--font-display);border:1.5px solid var(--text-primary);background:var(--bg-secondary);box-shadow:var(--shadow-riso-sm);border-radius:0;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.scratchpad-counter:hover{background:var(--bg-tertiary)}.scratchpad-kbd-chip{font-family:var(--font-mono);background:var(--bg-tertiary);border:1px solid var(--text-primary);color:var(--text-secondary);border-radius:0;padding:.2rem .5rem;font-size:.68rem;font-weight:600}.shortcut-list{flex-direction:column;gap:.25rem;display:flex}.shortcut-category{font-family:var(--font-display);border-bottom:1px solid var(--border);margin-top:1rem;padding-bottom:.35rem;font-size:.95rem;font-weight:600}.shortcut-row{align-items:center;gap:.75rem;padding:.4rem 0;display:flex}.shortcut-label{font-family:var(--font-chrome);color:var(--text-primary);flex:1;font-size:.85rem}.shortcut-combo{font-family:var(--font-mono);background:var(--bg-secondary);border:1.5px solid var(--text-primary);cursor:pointer;box-shadow:var(--shadow-riso-sm);color:var(--text-primary);border-radius:0;padding:.3rem .65rem;font-size:.74rem;font-weight:600}.shortcut-combo.overridden{background:var(--ink-warm);color:#fff}.shortcut-combo.recording{background:var(--ink-cool);color:#fff;animation:1s steps(2,end) infinite gasset-rec-blink}@keyframes gasset-rec-blink{0%,to{background:var(--ink-cool)}50%{background:var(--bg-primary);color:var(--text-primary)}}.shortcut-reset{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:0;padding:.2rem .45rem}.snippets-editor{flex-direction:column;gap:.5rem;display:flex}.snippet-row{background:var(--bg-secondary);border:1.5px solid var(--text-primary);align-items:start;gap:.6rem;padding:.55rem;display:flex}.snippet-name{color:var(--ink-warm);font-family:var(--font-mono);min-width:80px;font-size:.78rem;font-weight:600}.snippet-body{font-family:var(--font-mono);color:var(--text-secondary);white-space:pre-wrap;flex:1;max-height:100px;margin:0;font-size:.74rem;overflow-y:auto}.snippet-new{border-top:1px dashed var(--border);flex-direction:column;gap:.35rem;padding-top:.5rem;display:flex}.snippet-new input,.snippet-new textarea{border:1.5px solid var(--text-primary);background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-mono);border-radius:0;padding:.45rem;font-size:.78rem}.snippet-new button{align-self:flex-end}.glue-preview{flex-direction:column;gap:.75rem;display:flex}.glue-stats{font-family:var(--font-mono);color:var(--text-secondary);font-size:.82rem}.glue-member{background:var(--bg-secondary);border:1.5px solid var(--text-primary);align-items:center;gap:.75rem;padding:.6rem;display:flex}.glue-member-name{font-family:var(--font-display);flex:1;font-size:.95rem;font-weight:600}.glue-member-words{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.glue-preview-text{font-family:var(--font-editor);background:var(--bg-secondary);border:1.5px solid var(--text-primary);white-space:pre-wrap;max-height:240px;padding:.75rem;font-size:.85rem;overflow-y:auto}.vault-picker{background:var(--bg-primary)}.vault-picker-content{text-align:center;max-width:520px;padding:2rem}.vault-picker-content p{font-family:var(--font-chrome);color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.install-prompt{border:1.5px solid var(--text-primary);background:var(--bg-primary);box-shadow:var(--shadow-riso);-webkit-backdrop-filter:none;animation:gasset-slip-in .28s var(--ease-out) backwards;border-radius:0;padding:.9rem 1.1rem;animation-delay:.6s}.install-prompt-text{font-family:var(--font-chrome);font-size:.85rem;font-weight:600}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[contenteditable]:focus-visible{box-shadow:0 0 0 1.5px var(--bg-primary), 0 0 0 3px var(--ink-warm), 2px 2px 0 var(--ink-cool);border-radius:0;outline:none}.cm-snippet-stop-active{vertical-align:text-bottom;background:var(--ink-warm);width:2px;height:1.1em;margin:0 -1px;animation:1.2s ease-in-out infinite gasset-stop-pulse;display:inline-block}.cm-snippet-stop-pending{vertical-align:text-bottom;background:var(--ink-warm);opacity:.3;width:2px;height:1.1em;margin:0 -1px;display:inline-block}.editor-empty{text-align:center;background-image:var(--halftone-dots);background-blend-mode:multiply;background-size:24px 24px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.editor-empty h2{font-family:var(--font-display);letter-spacing:-.025em;text-shadow:2px 2px 0 var(--ink-warm), 4px 4px 0 var(--ink-cool);margin-bottom:.5rem;font-size:2rem;font-weight:600}.editor-empty p{font-family:var(--font-chrome);color:var(--text-secondary);max-width:380px;font-size:.95rem}@media (prefers-reduced-motion:reduce){.modal,.toast,.settings-route,.capture-modal,.search-modal,.palette-modal,.context-menu,.install-prompt{animation:none!important}.btn-primary,.btn-secondary,.mode-toggle,.setting-option,.settings-back{transition:none!important}.btn-primary:hover,.btn-secondary:hover,.mode-toggle:hover,.setting-option:hover,.settings-back:hover{transform:none!important}.toolbar-dirty,.shortcut-combo.recording{animation:none!important}}@media (width<=1439px) and (width>=1024px){:root{--pane-library-w:180px;--pane-sheets-w:260px}}@media (width<=1023px) and (width>=720px){.app-layout{grid-template-columns:var(--pane-sheets-w) 1fr!important;grid-template-areas:"sheets editor"!important}.pane-library{display:none!important}.settings-route{grid-template-columns:180px 1fr}.settings-main{padding:1.5rem 2rem 4rem}}@media (width<=719px){.settings-route{grid-template:"header"56px"nav""main"1fr/1fr}.settings-nav{border-right:none;border-bottom:1.5px solid var(--text-primary);flex-wrap:wrap;gap:.25rem;padding:.5rem;display:flex}.settings-nav-item{border-left:none;border:1.5px solid var(--text-primary);width:auto;padding:.4rem .7rem;font-size:.75rem}.settings-nav-item.active{background:var(--ink-warm);color:#fff;border-color:var(--text-primary)}.settings-main{max-width:none;padding:1rem 1.25rem 3rem}.vault-picker-content h1{font-size:3rem}}@font-face{font-family:Newsreader Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/newsreader-vietnamese-wght-normal-Czsa-EzN.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/newsreader-latin-ext-wght-normal-C-3rgBeH.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/newsreader-latin-wght-normal-CCVVNp6i.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,d09GMgABAAAAAAn4ABMAAAAAEwQAAAmOAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjQbgnQcLj9IVkFSgQEGYD9TVEFUgQIAgQovahEICok0h0ULIAAwhzoBNgIkAzwEIAWHJgeBDgwHG6QQUdRKTmoBFD8K42bniObKrG3LZFcMWZzFmrjTFhQ6TVTqPJcInrfrvzq3b2PGn1wwMiNYGTy9ViREYARlL1zAGcPdPqBt3gNWrfKthv4xnM+b9caw+wmjgEUVRjHXhS6jgCK6zf5HiWQacJpGdAgdrbV6g/Rf1BfxRqZVQnrxRVWSJb6RLFnyu0elilmjeoSQCKnxsmwLaddUMjnksriSYuuPl06EAl7KfAiWQjCUETz0zNZ3EII94CDQtzkMfZ/9IkkY8tZRZTDky5ZVwBAM+GYpdd4ZVAWYImnLkiTg48l79gGx3D+VBtLeyg8u7bJAd4uo0pFuQBFysE9C95l0W4Fkiao6GfrDbu77lVU7wk9cV3uqOsXmQiMkhVKl1ugjzUAJBSIkkVWHijkpkVSyUFsgVBuJMA0N+ZnXtyUv5yMigGdfQRmwL1AAjQ3YXG6iIFNSUdPQo8+AISPGAltBMDQRAtyf4ZspLlZkpyOVoMZPvFGWzvk8p5SUC/NWPMj6T2/Yas2EdlON5GkfdkeFwVGjta825H89NIenlLWAPAp5h1KDtRhCaAQWMsFKtEvOKpIhgLHlXPARokkgEGEOAkqxJRQpKYq4ezahIiLHP6hZpqMbV0pUF2vdvEimLEQ/iIUYLgYWs0VXGVlLTOPdaPmFfCC/XrtzqVo1ez7vz6+Kd2+7o11ZJ+4MreLbB5BKVGxobAq4jZYalZ5aX2CKJiwUuc9GNJyi4M8bGyKcdjSRrG4JohdF8buJfmQefbYYREnMFsOoiNliFDVxmRgL0XUmUMLqzW0A4gCQAhWGYCQpFNukwXhIkPMsbRI19ewtw8Cp2Wj/Ro5cM2OTAbJAvZ/L4opBXb9+UHscYuOKM/W8isgwN26Exexjizmfnlp9dE3hOSqdZ/F5QqbckIlPb+oKfXxd6hftJ7Sm/uyPYpONza84CRlMNk/uhOrLpyf53982++zRkXNu3g3VF8qFbx1+7fbHZ9DrB3VXWNSmhnT2vrwS1+1Z+kHGBaZIhnnvuLBTNDeA340D1DWu5/jEa9pVfl6+Jij+yo3EELNixXCLjr173Q5eDP7Y7/L4iQFHbjpaJLFoP4cCsYP6sAPL7gMHNg53yYjqxqTDrYqLDl5DzW/eTLjYxCvucprjI3yl2ykKowKUC2Ox2FJLFo6Fa1HBWLC2jMCIIBEmklkYhmkpmBhTm/LCvJAH5oGcMKcgFEP1xUdho8ANPa6RFD99/PN60fjj9eXy2Eex4B5MpmRapXidzFk1p4uLk3+hn6jAP9ovJcXPPwk8o/0ltizbdbnTprvx4PSxT0VZ3Xc772aN7RflgbXRYwc3hLNO+k878nxGwfuVM8m8Gs7WEoVGWLHwSpx4vNSHBCMNqJ4m15Kp/TfHHVkQd++eY7PGN4W5byTs+6Ft8Ozvb/D60btv37de8ER0mS3P/0sLW84qGjEVkwztPzz06eGUWwKLwPb0D/WFd3vltl2aP276KpM0JNz6AfnAnZ5ADlF2zVyZ2OkxHSMxWPMnSZLbbDR3F1UjPVqp4d68da13F1YZujdWw7271iecO2l9+/4p47Oztjck355/75wFOI+VdGDqbNGs+ISgxg3iB2jb2r+b0CWsNLHIM4sdv8SDSFBP/Oromz6FNCWw2iMTxV0R8QLyBTkpe0j5+pSSJOOTB5Mck/gh3IopuNQnhKj02t3FL80gGbEh89SZcwTxcYt5cZT/nMnB3uXfPy8BSpVMBuRx+ZhACGzDBmwHsJRAjhotOnzuj2wDz3ug2wOUAY2NgZln9/TK/enG/oE4rO1wxvGUFMAxsZ0qNjRC7hl9d17e7imbgDt6uJXhUobDg7v3RX/yRCKxgMhfyiKcZfbpk0wmCcdQlIAOHeakXLvCNt++WfKiozNqSZxxJotn+c0a7DdPsx7DPYgKIDxwwYUZDg9aJbxocTjcwovr9WAsVV32mQoiiIOCHc60Oltst9qCQYuCqN1yHo0Kj60OgI2OqmiuBUWrNA0NDhYCDcdpmMrs1fZZ0xdTzMr1HdPtIHstYhqaPDDA5YxUDx7J4fJiisBSDI/L6G/bn34GNy8Q2g044ZTulAdFLb0tI6NNxfj3DzLjWiNGxje1pz7aXOcNV68lDPEd2SXl6VfBuwmHzdf1gxFy1HvA7pD8I2BnnmyGw852Cg5XbgIdEEGE5UCzen5jTlG6JCU5iajlxVcsXvbcS0SAcg1dcesWJLVK8+hYHOYQ+Pjy+EyVGXP0aPTFagrV9E03hCQvYx+g47KGq+1GsLj8uBIyihNw33YUe8PNC4BOJ3Lm1AglLV3nCuvUdIP+v15tVGbWIwgxLVpPkfpthCGpTKG+oA/DQfsKKvxhScqaN6FuElAUtTKv2UYgOmQegsN/n7njHUju8wM4VTcm+Q8xfX9SFwjTzdVqu95UOWSIGOabH8OGBEba//8Yxl3GcPdP/dMBOoSX/0z5SZmBoLbaPs+9asaMpb36yknKaw6FqWZa6A5vDa02mhkOba1q6KtLV208xrkwmW5C4VD6n2fvRjADy2qDYYnNy+H10Fq0LMbNzS863gkO7iQ8eC48/Ny5m59tOcEso3u7Qg3yrqDL6eKXwJAuWnhylfbWrRObe66rzX59+XDtzusnL66dI/86ArmtLlzED860Ef3bFPV78OX/zFTA11fcBn2Vntb7qiGBSgLBHyuv/uEaqqoTgSpOyjlzh86me1Vriv7i9rLPLvtghWmSnblRbAsBJL/4dScSQTBxOivHMO5QvBBY0iheJvfwWLxLOGzYKZyM4zVc2Cll46zEpeUV4MqGEWZj22SdOxhGAjgs9AEnfT+RoiMfcDb0GS5NncKVxju4Nt/mRk13O9Gz3FLct5oCD6wkwUNrCfHIUg6SMf8LwQGyVaBUqpLPW5BaMpRshEpl8nS1qw5dgnzlik8QBXmdy5UrIH74heTKZKMSilQso4hsRiGraQZRzxpNGqlEJMsXuAU7GlcR8mWSykUpVkWGyIf0a8v4qEQp5CtGsMiZa+4ESYQy+WilCiguHzxMXO54ogShooTV2bj2z1zL6DYSoImoQ8lFUWxMLBNQQgLkV2tHYgUoIbkuREz+fJHKxxWBcnvu3KQppFCxLkguB1NyVSp/TknRvNwYlCdbblWu3ze6owHdWluhE5tgQ6ej2SV65CijijoaRfSiH4Nqz1OpfEW+WeI/oU0ly60zkV9YzOQSYtZVEGYmrysTZAJkY4qZtIBD9/LYTIK7Nww3vMiYBwA=)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-xuaO2J-f.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-400-normal-DMdlQ8Kv.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-cyrillic-400-normal-BSMlKf0J.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-400-normal-CEL4l2ZJ.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-vietnamese-400-normal-BulugwFq.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-400-normal-DDuiU_S-.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-ext-400-normal-BmRBH3aV.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-400-normal-D3D2R8hC.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-cyrillic-ext-500-normal-BqneJy0T.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-500-normal-BIfNGwUT.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-cyrillic-500-normal-Bq9vWWag.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-500-normal-Ael50iVv.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-vietnamese-500-normal-DZ4AoWbu.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-500-normal-C8zxqsMH.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-ext-500-normal-CAhNIIs5.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-500-normal-CZ70TYgx.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-cyrillic-ext-600-normal-V-xxqcpd.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-ext-600-normal-9HEixskS.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-cyrillic-600-normal-CTOM6hUh.woff2)format("woff2"),url(/assets/ibm-plex-mono-cyrillic-600-normal-fLZuRloM.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-vietnamese-600-normal-D2EvbN8M.woff2)format("woff2"),url(/assets/ibm-plex-mono-vietnamese-600-normal-iLQfcSjf.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-latin-ext-600-normal-D38SheWl.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-ext-600-normal-DmB0ttJJ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-latin-600-normal-BgSNZQsw.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-600-normal-DWFSQ4vo.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
