*,: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:#2563eb;--accent-hover:#1d4fd8;--border:#e0ddd6;--selection:#bfdbfe;--scrollbar:#c5c2bb;--editor-bg:#fdfcf8;--editor-text:#1a1a1a;--editor-cursor:#2563eb;--editor-selection:#bfdbfe;--editor-line-highlight:#f5f3ee;--font-editor:"Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Crimson Pro", Georgia, "Times New Roman", serif;--font-chrome:"Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--editor-font-size:16px;--editor-line-height:1.6;--editor-max-width:680px;--pane-library-w:240px;--pane-sheets-w:300px;--radius:12px;--radius-sm:8px;--radius-lg:18px;--radius-full:999px;--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-out:cubic-bezier(.16, 1, .3, 1);--transition:.18s var(--ease-out);--transition-fast:.12s var(--ease-out);--editor-cursor-width:3px;--shadow-sm:0 1px 2px #0f172a0a, 0 1px 4px #0f172a0f;--shadow-md:0 2px 6px #0f172a0d, 0 4px 16px #0f172a14;--shadow-lg:0 6px 14px #0f172a0f, 0 16px 48px #0f172a1f;--shadow-accent:0 0 0 1px color-mix(in oklch, var(--accent) 20%, transparent), 0 8px 24px color-mix(in oklch, var(--accent) 18%, transparent);--density-scale:1}[data-theme=dark]{--shadow-sm:0 1px 2px #00000040, 0 1px 4px #00000059;--shadow-md:0 2px 6px #0000004d, 0 4px 16px #00000073;--shadow-lg:0 6px 14px #00000059, 0 16px 48px #0000008c}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:"Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body[data-font=serif]{--font-editor:"Crimson Pro", Georgia, "Times New Roman", serif}body[data-font=mono]{--font-editor:"JetBrains Mono Variable", "JetBrains Mono", "Fira Code", 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{text-align:center;max-width:400px;padding:2rem}.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-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}.library-item.active .library-item-count{color:#ffffffb3}.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)}.cm-snippet-stop-active{vertical-align:text-bottom;background:var(--accent);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(--accent);opacity:.3;width:2px;height:1.1em;margin:0 -1px;display:inline-block}@keyframes gasset-stop-pulse{0%,to{opacity:1}50%{opacity:.35}}.glue-preview{flex-direction:column;gap:.75rem;display:flex}.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}.snippets-editor{flex-direction:column;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{border-top:1px dashed var(--border);flex-direction:column;gap:.35rem;padding-top:.5rem;display:flex}.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}.snippet-new button{align-self:flex-end}.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;backdrop-filter:blur(4px);background:#0006;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(16px)scale(.94)}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-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}.settings-grid{flex-direction:column;gap:1.25rem;display:flex}.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}.btn-icon:hover{background:var(--bg-tertiary);color:var(--text-primary)}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;backdrop-filter:blur(8px);background:#00000040;border:none;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;backdrop-filter:blur(4px);background:#0006;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:repeating-linear-gradient(to bottom, transparent, transparent calc(var(--paper-row,24px) - 1px), var(--border) calc(var(--paper-row,24px) - 1px), var(--border) var(--paper-row,24px))}body[data-paper=grid] .cm-content,body[data-paper=grid] .editor-preview{background-image:repeating-linear-gradient(to bottom, transparent, transparent calc(var(--paper-row,24px) - 1px), var(--border) calc(var(--paper-row,24px) - 1px), var(--border) var(--paper-row,24px)), repeating-linear-gradient(to right, transparent, transparent calc(var(--paper-row,24px) - 1px), var(--border) calc(var(--paper-row,24px) - 1px), var(--border) var(--paper-row,24px))}body[data-paper=dot] .cm-content,body[data-paper=dot] .editor-preview{background-image:radial-gradient(var(--border) 1px, transparent 1px);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:"cv11", "ss01", "ss03", "cv05", "cv08";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);font-feature-settings:"liga", "dlig", "ss01";letter-spacing:-.01em}.vault-picker-content h1{letter-spacing:-.035em;background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent) 180%);-webkit-text-fill-color:transparent;color:#0000;background-clip:text;margin-bottom:1.25rem;font-size:3.2rem;font-weight:500}.sheet-list-header h3,.library-header h2{letter-spacing:-.015em;text-transform:none;font-size:1.05rem;font-weight:600}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[contenteditable]:focus-visible{box-shadow:0 0 0 2px var(--bg-primary), 0 0 0 4px color-mix(in oklch, var(--accent) 55%, transparent);border-radius:var(--radius-sm);transition:box-shadow var(--transition-fast);outline:none}.btn-primary,.btn-secondary{border-radius:var(--radius-full);letter-spacing:-.005em;cursor:pointer;transition:background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);padding:.6rem 1.35rem;font-size:.88rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm), inset 0 1px 0 #ffffff2e;border:none}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent)}.btn-primary:active:not(:disabled){transform:scale(.97)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--bg-tertiary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:scale(.97)}.btn-sm{padding:.4rem .85rem;font-size:.78rem}.btn-icon{border-radius:var(--radius);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast)}.btn-icon:hover{background:var(--bg-tertiary);color:var(--text-primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-icon:active:not(:disabled){transform:scale(.92)}.mode-toggle{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-tertiary));border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:center;gap:.4rem;font-weight:600;position:relative;overflow:hidden;width:auto!important;height:auto!important;padding:.35rem .75rem!important;display:inline-flex!important}.mode-toggle:before{content:"";background:linear-gradient(135deg, color-mix(in oklch, var(--accent) 12%, transparent), transparent);opacity:0;transition:opacity var(--transition);pointer-events:none;position:absolute;inset:0}.mode-toggle:hover:before{opacity:1}.mode-toggle-label{font-size:.75rem;font-family:var(--font-display);letter-spacing:.01em;font-weight:500}.pane-library{background:var(--bg-secondary);border-right:1px solid var(--border);position:relative}.pane-library:after{content:"";background:linear-gradient(to bottom, transparent, var(--border) 10%, var(--border) 90%, transparent);pointer-events:none;width:1px;position:absolute;top:0;bottom:0;right:-1px}.pane-sheets{position:relative}.pane-sheets:after{content:"";background:linear-gradient(to bottom, transparent, var(--border) 10%, var(--border) 90%, transparent);pointer-events:none;width:1px;position:absolute;top:0;bottom:0;right:-1px}.library{padding:.75rem .5rem}.library-header{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);padding:.75rem .75rem .5rem;font-size:.7rem;font-weight:600}.library-item{border-radius:var(--radius-sm);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);padding:.5rem .75rem;font-weight:500}.library-item:hover{background:var(--bg-tertiary);transform:translate(2px)}.library-item.active{background:var(--accent);color:#fff;box-shadow:var(--shadow-accent)}.library-item.active:hover{transform:translate(2px)}.sheet-list{padding:.75rem .5rem}.sheet-list-header{border-bottom:1px solid color-mix(in oklch, var(--border) 60%, transparent);margin-bottom:.5rem;padding:.75rem .5rem 1rem}.sheet-items{flex-direction:column;gap:.25rem;display:flex}.sheet-item{border-radius:var(--radius);transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);animation:gasset-sheet-reveal .4s var(--ease-out) backwards;background:0 0;padding:.85rem;position:relative;border-bottom:none!important}.sheet-item:hover{background:var(--bg-secondary);box-shadow:var(--shadow-sm);transform:translate(2px)}.sheet-item.active{background:var(--accent);color:#fff;box-shadow:var(--shadow-accent);transform:none}.sheet-item.active:before{content:"";border-radius:var(--radius-full);background:color-mix(in oklch, white 60%, var(--accent));width:3px;box-shadow:0 0 12px color-mix(in oklch, white 40%, var(--accent));position:absolute;top:25%;bottom:25%;left:-2px}.sheet-item-title{font-size:.92rem;font-weight:600}.sheet-item.active .sheet-item-title.title-comment,.sheet-item.active .sheet-item-title.title-preview,.sheet-item.active .sheet-item-title.title-empty{color:#fffffff2}.sheet-item.active .sheet-item-meta{color:#ffffffb8}.sheet-items>:first-child{animation-delay:0s}.sheet-items>:nth-child(2){animation-delay:30ms}.sheet-items>:nth-child(3){animation-delay:60ms}.sheet-items>:nth-child(4){animation-delay:90ms}.sheet-items>:nth-child(5){animation-delay:.12s}.sheet-items>:nth-child(6){animation-delay:.15s}.sheet-items>:nth-child(7){animation-delay:.18s}.sheet-items>:nth-child(8){animation-delay:.21s}@keyframes gasset-sheet-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.sheet-item.glued{box-shadow:inset 3px 0 0 var(--accent);border-left:none}.sheet-glue-chip{background:color-mix(in oklch, var(--accent) 12%, var(--bg-tertiary));color:var(--accent);border-radius:var(--radius-full);letter-spacing:.02em;text-transform:uppercase;transition:background var(--transition-fast), transform var(--transition-fast);padding:.15rem .55rem;font-size:.65rem;font-weight:600}.sheet-glue-chip:hover{background:color-mix(in oklch, var(--accent) 25%, var(--bg-tertiary));transform:scale(1.05)}.tag-chip,.tag-mini{background:var(--bg-tertiary);border-radius:var(--radius-full);color:var(--text-secondary);letter-spacing:.01em;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border:1px solid #0000;padding:.2rem .7rem;font-size:.72rem;font-weight:500}.tag-chip:hover{border-color:var(--accent);color:var(--text-primary)}.tag-chip.active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:var(--shadow-sm)}.tag-mini{padding:.1rem .55rem;font-size:.68rem}.toolbar{-webkit-backdrop-filter:blur(14px)saturate(140%);background:color-mix(in oklch, var(--bg-primary) 88%, transparent);border-bottom:1px solid color-mix(in oklch, var(--border) 70%, transparent);box-shadow:0 1px 0 color-mix(in oklch, var(--border) 50%, transparent);z-index:5;padding:.6rem 1rem;position:relative}.toolbar-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:1rem;font-weight:600}.toolbar-btn,.toolbar-view-modes button{border-radius:var(--radius-sm);transition:background var(--transition-fast), color var(--transition-fast);font-weight:500}.toolbar-view-modes{background:var(--bg-secondary);border-radius:var(--radius-full);border:1px solid var(--border);gap:.15rem;padding:.2rem;display:inline-flex}.toolbar-view-modes button{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.3rem .9rem;font-size:.78rem}.toolbar-view-modes button.active{background:var(--bg-primary);color:var(--text-primary);box-shadow:var(--shadow-sm)}.toolbar-dirty{border-radius:var(--radius-full);background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in oklch, var(--accent) 25%, transparent);animation:2.4s ease-in-out infinite gasset-dirty-pulse}@keyframes gasset-dirty-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in oklch, var(--accent) 25%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in oklch, var(--accent) 10%, transparent)}}.modal-overlay,.capture-overlay,.search-overlay,.palette-overlay{-webkit-backdrop-filter:blur(18px)saturate(130%);background:color-mix(in oklch, var(--bg-primary) 8%, #0006)}.modal,.capture-modal,.search-modal,.palette-modal{border-radius:var(--radius-lg);border:1px solid color-mix(in oklch, var(--border) 60%, transparent);box-shadow:var(--shadow-lg), 0 0 0 1px color-mix(in oklch, var(--border) 30%, transparent);animation:gasset-modal-in .28s var(--ease-spring)}.modal-header{border-bottom:1px solid color-mix(in oklch, var(--border) 60%, transparent);padding:1.25rem 1.5rem}.modal-header h2{font-size:1.25rem;font-weight:600}.modal-body{padding:1.5rem}input[type=text],input[type=search],input[type=password],input[type=email],textarea{border-radius:var(--radius-sm);transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.capture-input,.search-input,.palette-input{font-family:var(--font-editor);border-bottom:1px solid color-mix(in oklch, var(--border) 50%, transparent);padding:1.1rem 1.35rem;font-size:1.05rem}.setting-section-header{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);border-top:1px solid color-mix(in oklch, var(--border) 50%, transparent);margin-top:1.5rem;padding-top:1rem;font-size:.78rem;font-weight:600}.setting-group label{letter-spacing:-.005em;font-size:.82rem;font-weight:600}.setting-option{border-radius:var(--radius-full);transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);padding:.45rem .95rem;font-size:.78rem;font-weight:500}.setting-option:hover{transform:translateY(-1px)}.setting-option.active{background:var(--accent);color:#fff;box-shadow:var(--shadow-accent)}.toast{border-radius:var(--radius);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);background:color-mix(in oklch, var(--bg-primary) 92%, transparent);border:1px solid color-mix(in oklch, var(--border) 70%, transparent);animation:gasset-toast-in .38s var(--ease-spring);padding:.85rem 1.15rem;font-weight:500}@keyframes gasset-toast-in{0%{opacity:0;transform:translateY(20px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.context-menu{border-radius:var(--radius);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);background:color-mix(in oklch, var(--bg-primary) 94%, transparent);border:1px solid color-mix(in oklch, var(--border) 70%, transparent);animation:gasset-menu-in .22s var(--ease-spring);padding:.35rem}@keyframes gasset-menu-in{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.context-menu-item{border-radius:var(--radius-sm);transition:background var(--transition-fast);padding:.55rem .85rem;font-size:.85rem;font-weight:500}.context-menu-item:hover{background:var(--bg-secondary)}.context-menu-item.danger:hover{background:color-mix(in oklch, #ef4444 20%, var(--bg-primary));color:#ef4444}.scratchpad-header{-webkit-backdrop-filter:blur(14px);background:color-mix(in oklch, var(--bg-primary) 88%, transparent);border-bottom:1px solid color-mix(in oklch, var(--border) 70%, transparent);padding:.75rem 1.25rem}.scratchpad-counter{font-family:var(--font-display);background:var(--bg-secondary);border-radius:var(--radius-full);border:1px solid var(--border);transition:background var(--transition-fast);padding:.35rem .85rem;font-size:.9rem;font-weight:600}.scratchpad-counter:hover{background:var(--bg-tertiary)}.scratchpad-kbd-chip{background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.25rem .55rem;font-family:JetBrains Mono Variable,monospace;font-size:.7rem;font-weight:500}.scratchpad-stats{font-family:var(--font-display);color:var(--text-muted);border-top:1px solid color-mix(in oklch, var(--border) 40%, transparent);padding:.65rem 1rem;font-size:.88rem;font-weight:500}.scratchpad-footer{border-top:1px solid color-mix(in oklch, var(--border) 40%, transparent);padding:.5rem 1rem}.shortcut-combo{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.35rem .75rem;font-family:JetBrains Mono Variable,monospace;font-size:.78rem;font-weight:600}.shortcut-combo.overridden{color:var(--accent)}.shortcut-combo.recording{background:color-mix(in oklch, var(--accent) 20%, transparent);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in oklch, var(--accent) 18%, transparent);animation:1.2s ease-in-out infinite gasset-rec-pulse}@keyframes gasset-rec-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in oklch, var(--accent) 18%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in oklch, var(--accent) 8%, transparent)}}.heatmap-cell{transition:transform var(--transition-fast);border-radius:3px}.heatmap-cell:hover{transform:scale(1.4)}.install-prompt{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);background:color-mix(in oklch, var(--bg-primary) 92%, transparent);border:1px solid color-mix(in oklch, var(--border) 70%, transparent);animation:gasset-install-in .5s var(--ease-spring) backwards;animation-delay:1s}@keyframes gasset-install-in{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.pane-library{background-image:radial-gradient(ellipse 400px 200px at 0% 0%, color-mix(in oklch, var(--accent) 4%, transparent), transparent), var(--bg-secondary)}@media (prefers-reduced-motion:reduce){*,:before,:after{--ease-spring:linear;--ease-out:linear}.sheet-item,.install-prompt,.toast,.modal,.context-menu{animation:none!important}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2)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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.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:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(data:font/woff2;base64,d09GMgABAAAAAAfsABQAAAAAEAwAAAeCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwbHhwoP0hWQVJbBmA/U1RBVIFiJyYAdC9qEQgKhGSEAAsgADCGCAE2AiQDOgQgBYlMB4EUDAcbLQ4onoexrSC/2ZyLAa8p8VHB8/x3Vue+V0hVJalMJg2nx/TCrQXxBeqLjQG7FyM1WEa/X1tEXN7cFz9EJEMmMUz3RihWSSKeQCbcIou0izz/C8v+fq3VfajEa9gDD11CImXS7qL/RJFVzC1qiB6KmKeD6TZdQ6IRGv78dL6uSVVCfgni5mzu7kcgQBgAEAQTQRCoL++STTYybkJxNfQxAAIAGu8OdEB9teW2jh4BpgDqFjAeSEByW3zFP0CBBgNMsMCGEDjgggdhiEAUAeIIED7ABTDUEnkIE9Q9ahFgKttcVhApo4ACB4qobHaccgDfEjFO6aaWUhjMLt2SyIvHKoDqoA4CSUwEIYQCEjhAO9R1G6keDeDZGjNo+AhxOjCEGTr1WeIF3kYBiLAOKvkJSMiKX0VdAyQt3SDJClCkxJCHkCzfqyVTriJZLcolS32JZHUekq2TYNkYtCtjYHMQXSxGjXDz2t/yLWXzDzxz+o3zFwDEaN23F+13pyMdQAEaSKAR9vcGq4A4MTSKCElGW+M7UcY7xqkggITb28ZJhlqc9q2twYKTt0NjixBgYvO9BIihEBLYuOFXQzfIQ7dXGUEEEgFDooBfAzqiQbpJrhiWSuKJCRFKYbHCyJKI2G5GiZbNAvgAu5pc3vwx4G+g3aDkhklABiSz0BICXrYghtYhx/cdJ+44rY2oZ0aMNRFz3VZjb6W33F3gzltqtOCV8tTHSpOeXuItfvr5lCdfzFpqtEitvqdcdGGFd28ZqqC0tPbeChGXgrIlnhSWu/eUso4uKWFLugyDzQJhflY4659+WjQ++6x72WUMv9G8mw6QJl7BVxX5fe/kpUsOvnZwee9uQ0cGXYd0o89XB2748sDSnt8d2VphdOTTgceDVvOds0v9P/s7HPq15aGun/6Vllb56f1dl0t1LejqrNkpdRZsG8TOnM5vkBG5oiVyVGnS8LHps5cfNWJs6qKPfaNSxiQNBUm3cKNWROr0GSur7Za31k1vieq7LH11VF+jXdRIasRKflc7jkobm1Z9te1IyZA0pDkhLR98+H37Zf1c/8at+dB7x+7GfVyTfJMPiYztsnl59Y5l4j+0n1RXlpHnF3Tq7HecmNF/CJodEMAikruxiyJaGLvHOdAfoA+oDvpjBm2b91cHGRZMU9n25xEU0A8fgEEAdKI3Q1iDtc034sug5YVMkE2jsE+BIkwSoQ3gxXMqz9tELp48bd0cFKOKS7xYjEuXBnZP5ia7DyiO/X/YI+PQSbt2uSdqAkWL9nQbV1XB94/+uPfdZz8dnXYFBYrcTl2SIR/ybxJNJPz/Gupb0JaZeens2ekC7EKr8t+Ls/P5VJPYJdHKyqfg2nqU6bhlidzcddQV/7MmecTzJ5VPcKXkNKSEogHjYFx6QZ7rQ+FSe8njaiNuOnXS8H2ScQ619c2mC3VTtauL0rRbXd/CkSOP37FY9Zkjz8+GibYUMOEWF+RdrFS8Ecv1SHOpPUPZGEIpjPvFyU5cXKjd6OXqorTqy9GwRd++HVufPGnVsW+aO3vggKZ18jR9sXaTC1PWTEsVUaK0FkNySbTQDqlm2PfDjZcu4aalnSLKjnOoYQ0nUlqqXcGpPu/4VgV/xU2pAqW4BW3qzhQ8/hFKhV2qE3+BKAtDqBXjfgnVdH4y0wg5tbVNRenNdTWOrenWLcupQdmsbq5b+18piTe/xRdp1xbILxNPJGInm2z6hoB21Lal0i+ePTtd7B45+3XhFJ329evskXm7qurUVREotqSluSo/L29d3qDhI4YOQqWhI4YNvBNfsMHeXKemXrxQfKeuPOGRVayA3JtkJKEgbPp+dXUDluddutRYLFoXGXWX6N3WFaGLbQtRSitVYNacTNSdy7AaG/HSaUEANcBoGXNdcZvZsOqQ1icBDv21/gzAoYPHH/WDW0qNR3QTYKEAEHig6o13NXbND06CQPlRtYjGNnSktRc09k1mAMDvAlDKfQjgy6fssInlfzmNAjKkDxoxHOBLdVRAIVt9j4qo+hA1w9T1aNBNTUOTTNUHLbqokE+UAfJXCIGw/IxCSL5GRUJeR40rL/UxTm4Q08H6MbCs70ObuNyIIXrINHQYInF06UUlevTjbQzTh5upiDMzMMogUtEnjPs/Y7jAHCJeB0GBHh04tC6FiB6ZFB1oArUSIoFoqhzCeAN6lHwm0T4C3VVPWvjpSMXReuWesMEcoqrmgtNBGd2noWeV0hNAz9rFeShNJxHGsPa3HXeKTk8b55hahySYHaYKKFFLpCfN8rsoaJn01CR04Gkc+5k7KVTCmClX8Q10HCrUEkVlSX+XO33oQR9609tJ516H497WSobWs5Up6TLaS10/dessIskgJSLiDlWvHVUywpkQ7hdPZqGyiEF0uVQerVcPamT1A3eKXdyI1vG9OoflrSXihZ1qqGE3nhmAgiIbRCQgPLEPtOM3UQwTLYaYYomNlpA44opnjV6jkD6id80OOrzf6BzmMD6eEa1zKyeYG1fzfEf16V6jw9XYOaar1/b2kP/IYX8oR2mcFvv2GtBV3JXgd437AQAA)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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-cyrillic-wght-normal-D73BlboJ.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-greek-wght-normal-Bw9x6K1M.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-vietnamese-wght-normal-Bt-aOZkq.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-ext-wght-normal-DBQx-q_a.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:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-wght-normal-B9CIFXIH.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/crimson-pro-vietnamese-400-normal-C3m3Wqkz.woff2)format("woff2"),url(/assets/crimson-pro-vietnamese-400-normal-CEHt5KbE.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/crimson-pro-latin-ext-400-normal-B3ID4PT2.woff2)format("woff2"),url(/assets/crimson-pro-latin-ext-400-normal-BWiDT69a.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/crimson-pro-latin-400-normal-B4SlG4wx.woff2)format("woff2"),url(/assets/crimson-pro-latin-400-normal-BzhyrSeK.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/crimson-pro-vietnamese-600-normal-BD5z241x.woff2)format("woff2"),url(/assets/crimson-pro-vietnamese-600-normal-WXpto_XS.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/crimson-pro-latin-ext-600-normal-DTIcmTiA.woff2)format("woff2"),url(/assets/crimson-pro-latin-ext-600-normal-ChXPf8Fx.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/crimson-pro-latin-600-normal-vJ8oEdKU.woff2)format("woff2"),url(/assets/crimson-pro-latin-600-normal-Ca4fy0Cf.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/crimson-pro-vietnamese-700-normal-D0P6piNS.woff2)format("woff2"),url(/assets/crimson-pro-vietnamese-700-normal-CXdpdE-3.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/crimson-pro-latin-ext-700-normal-DB6BXmm8.woff2)format("woff2"),url(/assets/crimson-pro-latin-ext-700-normal-B0XMIwQy.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:Crimson Pro;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/crimson-pro-latin-700-normal-BfTu9YAt.woff2)format("woff2"),url(/assets/crimson-pro-latin-700-normal-CnzwvVon.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:Crimson Pro;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/crimson-pro-vietnamese-400-italic-NXtqStND.woff2)format("woff2"),url(/assets/crimson-pro-vietnamese-400-italic-XRYdg6KH.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:Crimson Pro;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/crimson-pro-latin-ext-400-italic-C6Jf9c7d.woff2)format("woff2"),url(/assets/crimson-pro-latin-ext-400-italic-DuC2towc.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:Crimson Pro;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/crimson-pro-latin-400-italic-BJbyz_Tg.woff2)format("woff2"),url(/assets/crimson-pro-latin-400-italic-iL-nM4zC.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}
