:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}html,body,button,input,textarea,select{font-family:Inter,sans-serif}*{box-sizing:border-box}html,body,#notes-root{width:100%;height:100%;margin:0}body{overflow:hidden}button,input{font:inherit}button{color:inherit}.workspace-app{--sidebar-width:340px;--accent:#ff6b2c;--accent-soft:#ff6b2c24;--app-bg:#101010;--sidebar-bg:#171717;--surface:#1d1d1d;--surface-strong:#252525;--surface-hover:#222;--border:#ffffff12;--text:#f5f5f3;--text-muted:#f5f5f380;--text-soft:#f5f5f347;--table-header:#242424;--table-cell:#151515;grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:var(--app-bg);width:100%;height:100dvh;color:var(--text);transition:grid-template-columns .22s,background-color .18s,color .18s;display:grid}.workspace-app.theme-light{--app-bg:#f7f6f3;--sidebar-bg:#474747;--surface:#fff;--surface-strong:#f1f1f3;--surface-hover:#ececef;--border:#1e1e2417;--text:#171721;--text-muted:#1e1e249e;--text-soft:#1e1e2461;--accent:#ff6b2c;--accent-strong:#92140c;--accent-soft:#7010091f;--secondary-accent:#171721;--secondary-accent-soft:#111d4a1f;--highlight:#ff6b2c;--table-header:#c6953f;--table-cell:#fff}.workspace-app.sidebar-collapsed{--sidebar-width:76px}.workspace-sidebar{border-right:1px solid var(--border);background:var(--sidebar-bg);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:visible}.workspace-sidebar-header{border-bottom:1px solid var(--border);align-items:center;gap:10px;min-height:68px;padding:13px 16px;display:flex;position:relative}.sidebar-toggle,.workspace-add-button,.sidebar-section-heading button{cursor:pointer;border:0}.sidebar-toggle{background:var(--surface);width:32px;height:32px;color:var(--text-muted);border-radius:10px}.workspace-brand{flex:1;align-items:center;gap:9px;min-width:0;display:flex}.workspace-brand-mark{background:var(--surface-strong);width:31px;height:31px;color:var(--accent);border-radius:10px;flex-shrink:0;place-items:center;font-size:13px;font-weight:800;display:grid}.workspace-brand div{min-width:0}.workspace-brand strong,.workspace-brand small{display:block}.workspace-brand strong{font-size:13px}.workspace-brand small{color:var(--text-muted);margin-top:2px;font-size:10px}.create-wrapper{position:relative}.workspace-add-button{aspect-ratio:1;background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:38px;font-size:22px;line-height:1;display:grid}.create-menu{border:1px solid var(--border);background:var(--sidebar-bg);z-index:30;border-radius:13px;width:160px;padding:6px;position:absolute;top:46px;right:0;box-shadow:0 18px 44px #00000038}.create-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;width:100%;padding:9px;font-size:12px}.create-menu button:hover{background:var(--surface-hover)}.sidebar-content{flex:1;min-height:0;padding:17px 14px;overflow-y:auto}.workspace-app.sidebar-collapsed .workspace-brand div,.workspace-app.sidebar-collapsed .workspace-add-button,.workspace-app.sidebar-collapsed .sidebar-content{display:none}.workspace-app.sidebar-collapsed .workspace-sidebar-header{justify-content:center;padding-left:8px;padding-right:8px}.workspace-app.sidebar-collapsed .workspace-brand{flex:0}.workspace-app.sidebar-collapsed .workspace-brand-mark{display:none}.workspace-search{gap:6px;display:grid}.workspace-search span,.sidebar-section-heading span{color:var(--text-muted);letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:800}.workspace-search input{background:var(--surface);width:100%;color:var(--text);border:0;border-radius:12px;outline:0;padding:10px 12px;font-size:12px}.workspace-search input::placeholder{color:var(--text-soft)}.notebooks-section,.pages-section{margin-top:24px}.sidebar-section-heading{justify-content:space-between;align-items:center;padding:0 5px 7px;display:flex}.sidebar-section-heading button{background:var(--surface);width:24px;height:24px;color:var(--text-muted);border-radius:8px}.notebook-list,.page-list{gap:4px;display:grid}.notebook-row,.page-row{width:100%;color:inherit;cursor:pointer;text-align:left;border:0}.notebook-row{background:0 0;border-radius:12px;grid-template-columns:7px minmax(0,1fr) 28px;align-items:center;gap:9px;padding:9px 10px;transition:background .14s;display:grid;position:relative}.notebook-row-main{min-width:0;display:contents}.notebook-row:hover,.page-row:hover{background:var(--surface-hover)}.notebook-mark{background:var(--text-soft);border-radius:999px;width:6px;height:15px}.notebook-row span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.notebook-row small{color:var(--text-soft);font-size:10px}.page-row{background:0 0;border-radius:13px;padding:11px 12px}.page-row.is-selected{background:var(--surface-strong)}.page-row>div{align-items:center;gap:7px;display:flex}.page-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.page-pin{background:var(--accent);border-radius:50%;width:5px;height:5px;margin-left:auto}.page-row p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 8px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.page-row time{color:var(--text-soft);font-size:9px;font-weight:700}.sidebar-empty-state{color:var(--text-muted);padding:16px 9px;font-size:11px}.sidebar-empty-state button{background:var(--accent-soft);color:var(--accent);cursor:pointer;border:0;border-radius:999px;padding:7px 10px}.workspace-main{background:var(--app-bg);flex-direction:column;min-width:0;min-height:0;display:flex}.workspace-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:13px 26px;display:flex}.page-context{min-width:0}.page-context span,.page-context strong{display:block}.page-context span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:800}.page-context strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.page-actions{align-items:center;gap:7px;display:flex}.save-status{color:var(--text-soft);margin-right:6px;font-size:10px}.page-actions button{background:var(--surface);color:var(--text-muted);cursor:pointer;border:0;border-radius:999px;padding:7px 11px;font-size:11px}.page-actions .danger-button:hover{color:var(--accent)}.editor-toolbar{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--app-bg) 92%, transparent);align-items:center;gap:9px;min-height:48px;padding:7px 26px;display:flex}.toolbar-group{align-items:center;gap:4px;display:flex}.toolbar-group button{min-width:31px;height:31px;color:var(--text-muted);letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:0 9px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;line-height:1}.toolbar-group button:hover{background:var(--accent-soft);color:var(--text)}.italic-button{font-style:italic}.underline-button{text-decoration:underline}.toolbar-divider{background:var(--border);width:1px;height:21px}.workspace-editor{flex:1;min-height:0;padding:40px clamp(42px,7vw,110px) 74px;overflow-y:auto}.workspace-title-input{width:100%;color:var(--text);letter-spacing:-.045em;background:0 0;border:0;outline:0;padding:0;font-family:Inter,sans-serif;font-size:clamp(32px,3.5vw,52px);font-weight:800;line-height:1.05}.workspace-title-input::placeholder{color:var(--text-soft)}.workspace-rich-editor{min-height:500px;color:color-mix(in srgb, var(--text) 84%, transparent);letter-spacing:-.005em;outline:0;margin-top:26px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.68}.workspace-rich-editor:empty:before{content:attr(data-placeholder);color:var(--text-soft);pointer-events:none}.workspace-rich-editor h1,.workspace-rich-editor h2,.workspace-rich-editor h3{color:var(--text);letter-spacing:-.025em}.workspace-rich-editor h1{margin-top:32px;font-size:27px}.workspace-rich-editor h2{margin-top:28px;font-size:21px}.workspace-rich-editor h3{margin-top:24px;font-size:17px}.workspace-rich-editor p{margin:12px 0}.workspace-rich-editor a{color:var(--accent)}.workspace-rich-editor ul,.workspace-rich-editor ol{padding-left:24px}.workspace-rich-editor table{border-collapse:separate;border-spacing:0;border:1px solid var(--border);background:var(--table-cell);border-radius:14px;width:100%;margin:24px 0;overflow:hidden}.workspace-rich-editor th,.workspace-rich-editor td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:top;min-width:110px;padding:10px 12px;font-size:12px}.workspace-rich-editor thead th,.workspace-rich-editor table>tbody>tr:first-child>th{background:var(--table-header);color:var(--text);font-weight:800}.workspace-rich-editor tr:last-child td{border-bottom:0}.workspace-rich-editor th:last-child,.workspace-rich-editor td:last-child{border-right:0}.workspace-rich-editor figure{margin:24px 0}.workspace-rich-editor img{object-fit:contain;border-radius:16px;max-width:100%;max-height:560px;display:block}.workspace-rich-editor figcaption{color:var(--text-soft);margin-top:7px;font-size:10px}.editor-callout{border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:0 13px 13px 0;margin:20px 0;padding:14px 16px}.editor-callout p{margin-bottom:0}.hidden-file-input{display:none}.workspace-empty{text-align:center;margin:auto}.workspace-kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:10px;font-weight:800}.workspace-empty h1{margin:9px 0 20px;font-size:31px}.workspace-empty button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:10px 15px;font-weight:800}@media (width<=1100px){.workspace-app{--sidebar-width:310px}.workspace-editor{padding-left:50px;padding-right:50px}.editor-toolbar{overflow-x:auto}.toolbar-group{flex-shrink:0}}.sidebar-footer{border-top:1px solid var(--border);flex-shrink:0;padding:13px 14px 15px}.appearance-label{color:var(--text-muted);letter-spacing:.13em;text-transform:uppercase;margin:0 5px 8px;font-size:9px;font-weight:800;display:block}.theme-switch{background:var(--surface);border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.theme-switch button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 10px;font-size:11px;font-weight:700}.collapsed-theme-toggle{background:var(--surface);width:34px;height:34px;color:var(--text);cursor:pointer;border:0;border-radius:11px;margin:0 auto;font-size:11px;font-weight:800;display:none}.workspace-app.sidebar-collapsed .appearance-label,.workspace-app.sidebar-collapsed .theme-switch{display:none}.workspace-app.sidebar-collapsed .sidebar-footer{padding-left:8px;padding-right:8px}.workspace-app.sidebar-collapsed .collapsed-theme-toggle{place-items:center;display:grid}.workspace-app.theme-light{background:var(--app-bg);color:var(--text)}.workspace-app.theme-light .workspace-topbar{border-bottom:1px solid var(--border)}.workspace-app.theme-light .workspace-sidebar{background:var(--sidebar-bg);color:#fff8f0;border-right-color:#ffffff1f}.workspace-app.theme-light .workspace-brand small,.workspace-app.theme-light .workspace-search span,.workspace-app.theme-light .sidebar-section-heading span,.workspace-app.theme-light .notebook-row small,.workspace-app.theme-light .page-row p,.workspace-app.theme-light .page-row time,.workspace-app.theme-light .appearance-label{color:#fff8f0a3}.workspace-app.theme-light .workspace-brand-mark{color:var(--highlight);background:#ffffff1f}.workspace-app.theme-light .sidebar-toggle,.workspace-app.theme-light .sidebar-section-heading button,.workspace-app.theme-light .theme-switch,.workspace-app.theme-light .collapsed-theme-toggle{color:#fff8f0;background:#ffffff1a}.workspace-app.theme-light .sidebar-toggle:hover,.workspace-app.theme-light .sidebar-section-heading button:hover{background:#ffcf9938}.workspace-app.theme-light .page-context span,.workspace-app.theme-light .workspace-kicker,.workspace-app.theme-light .workspace-rich-editor a{color:var(--accent)}.workspace-app.theme-light .workspace-add-button,.workspace-app.theme-light .workspace-empty button{background:var(--accent);color:#fff8f0}.workspace-app.theme-light .page-actions button,.workspace-app.theme-light .toolbar-group button{color:var(--secondary-accent)}.workspace-app.theme-light .page-actions button.is-active,.workspace-app.theme-light .page-actions button.is-active:hover{background:var(--accent);color:#fff8f0}.workspace-app.theme-light .workspace-rich-editor table{background:var(--table-cell)}.workspace-app.theme-light .workspace-rich-editor thead th,.workspace-app.theme-light .workspace-rich-editor table>tbody>tr:first-child>th{background:var(--table-header);color:#fff8f0}.workspace-app.theme-light .workspace-rich-editor tbody tr:nth-child(2n) td{background:#f7f7f8}.workspace-app.theme-light .workspace-rich-editor td{background:var(--table-cell)}.workspace-app.theme-light .theme-switch button.is-active{color:var(--secondary-accent);box-shadow:none;background:#fff8f0}.workspace-sidebar-header{justify-content:space-between}.sidebar-toggle{place-items:center;font-size:18px;line-height:1;display:grid}.workspace-app.theme-light .workspace-search input{color:#fff8f0;background:#ffffff26;border:0}.notebook-group{min-width:0}.nested-page-list{flex-direction:column;gap:6px;margin:6px 0 10px 22px;padding-left:8px;display:flex}.nested-page-list .page-row{padding:10px 11px}.nested-page-list .page-row.is-selected{box-shadow:none}.nested-add-page{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:9px 11px;font-size:11px;font-weight:700}.nested-add-page:hover{background:var(--surface-hover);color:var(--text)}.nested-empty{color:var(--text-secondary);margin:0;padding:8px 11px;font-size:10px}.workspace-app.theme-light .notebook-chevron,.workspace-app.theme-light .nested-add-page,.workspace-app.theme-light .nested-empty{color:#fff8f09e}.workspace-app.theme-light .nested-add-page:hover{color:#fff8f0;background:#ffffff1a}.sidebar-content,.page-list,.notebook-list{scrollbar-width:none;-ms-overflow-style:none}.sidebar-content::-webkit-scrollbar{width:0;height:0;display:none}.page-list::-webkit-scrollbar{width:0;height:0;display:none}.notebook-list::-webkit-scrollbar{width:0;height:0;display:none}.workspace-app.sidebar-collapsed .workspace-sidebar-header{justify-content:center}.workspace-app.sidebar-collapsed .create-wrapper{display:none}.notebook-row{grid-template-columns:7px minmax(0,1fr) auto}.notebook-chevron{display:none}.workspace-app.theme-light .notebook-row{background:0 0}.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row:hover{background:#ffffff30}.nested-page-list{gap:6px;margin:6px 0 12px 17px;padding-left:10px}.nested-page-list .page-row{background:0 0;border-radius:10px;width:100%;min-width:0;padding:9px 11px;transition:background .14s;overflow:hidden}.workspace-app.theme-light .nested-page-list .page-row.is-selected{box-shadow:none;background:#ffffff38}.nested-page-title{align-items:center;gap:8px;min-width:0;display:flex}.nested-page-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.nested-page-list .page-row p,.nested-page-list .page-row time{display:none}.workspace-app.theme-light .notebook-row.is-selected .notebook-mark{background:var(--accent)}.workspace-app.theme-light .nested-page-list .page-row{background:0 0}.workspace-app.theme-light .nested-page-list .page-row.is-selected,.workspace-app.theme-light .nested-page-list .page-row.is-selected:hover{box-shadow:none;background:#ffffff38}.workspace-app:not(.theme-light) .workspace-main{background:#101010}.workspace-app:not(.theme-light) .workspace-sidebar{background:#171717}.workspace-app:not(.theme-light) .workspace-topbar{background:#121212}.workspace-app:not(.theme-light) .editor-toolbar{background:#141414}.workspace-app:not(.theme-light) .workspace-search input,.workspace-app:not(.theme-light) .sidebar-toggle,.workspace-app:not(.theme-light) .sidebar-section-heading button,.workspace-app:not(.theme-light) .collapsed-theme-toggle{background:#222}.workspace-app:not(.theme-light) .sidebar-toggle:hover,.workspace-app:not(.theme-light) .sidebar-section-heading button:hover{background:#292929}.workspace-app:not(.theme-light) .notebook-group.is-expanded>.notebook-row{background:#ff6b2c29}.workspace-app:not(.theme-light) .notebook-group.is-expanded>.notebook-row:hover{background:#ff6b2c33}.workspace-app:not(.theme-light) .nested-page-list .page-row{background:0 0}.workspace-app:not(.theme-light) .nested-page-list .page-row:hover{background:#202020}.workspace-app:not(.theme-light) .nested-page-list .page-row.is-selected,.workspace-app:not(.theme-light) .nested-page-list .page-row.is-selected:hover{box-shadow:none;background:#292929}.workspace-app:not(.theme-light) .theme-switch{background:#222}.workspace-app:not(.theme-light) .theme-switch button.is-active{color:#f5f5f3;box-shadow:none;background:#121212}.workspace-app:not(.theme-light) .workspace-rich-editor table{background:#151515}.workspace-app:not(.theme-light) .workspace-rich-editor thead th,.workspace-app:not(.theme-light) .workspace-rich-editor table>tbody>tr:first-child>th{color:#f5f5f3;background:#242424}.workspace-app:not(.theme-light) .workspace-rich-editor td{background:#151515}.workspace-app:not(.theme-light) .workspace-rich-editor tbody tr:nth-child(2n) td{background:#191919}.workspace-app:not(.theme-light) .workspace-rich-editor tbody tr:hover td{background:#1d1d1d}.workspace-rich-editor .editor-callout{border-radius:0}.workspace-rich-editor table{border-collapse:collapse;border-spacing:0;border-radius:0;overflow:visible}.workspace-rich-editor th,.workspace-rich-editor td{border-radius:0}.workspace-rich-editor tbody tr td,.workspace-rich-editor tbody tr:nth-child(2n) td,.workspace-rich-editor tbody tr:hover td{color:#1e1e24;background:#fff}.workspace-rich-editor thead th,.workspace-rich-editor table>tbody>tr:first-child>th{border-radius:0}.notes-auth-page,.notes-loading-page{color:#161414;background:#f3efe8;place-items:center;min-height:100vh;padding:24px;display:grid}.notes-auth-card{background:#fff;border:1px solid #1614141f;width:min(100%,420px);padding:40px;box-shadow:0 24px 70px #1614141a}.notes-auth-brand{margin:0 0 12px;font-size:.85rem;font-weight:700}.notes-auth-card h1{letter-spacing:-.05em;margin:0 0 32px;font-size:3rem}.notes-auth-card form{gap:20px;display:grid}.notes-auth-card label{gap:8px;font-size:.9rem;font-weight:600;display:grid}.notes-auth-card input{width:100%;min-height:50px;color:inherit;font:inherit;background:#fafafa;border:1px solid #1614142e;padding:0 14px}.notes-auth-card input:focus{outline-offset:2px;outline:2px solid #161414}.notes-auth-card button{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:#161414;border:0;font-weight:700}.notes-auth-card button:disabled{cursor:wait;opacity:.65}.notes-auth-message{color:#8c1d25;margin:18px 0 0;font-size:.9rem}.workspace-error{z-index:1000;color:#8c1d25;background:#fff;border:1px solid;align-items:center;gap:16px;max-width:calc(100vw - 32px);padding:12px 16px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 36px #16141424}.workspace-error button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.2rem}.workspace-app.theme-light{--app-bg:#fff;--sidebar-bg:#f7f6f3;--surface:#fff;--surface-strong:#efede8;--surface-hover:#f1efe9;--text:#171717;--text-muted:#737373;--text-soft:#aaa69f;--border:#e7e3db;--accent:#ff6b2c;--accent-strong:#e95b20;--accent-soft:#ff6b2c2e;--secondary-accent:#9a806d;--secondary-accent-soft:#9a806d24;--table-header:#f1efe9;--table-cell:#fff;color:var(--text);background:#fff}.workspace-app.theme-light .workspace-main,.workspace-app.theme-light .workspace-topbar,.workspace-app.theme-light .editor-toolbar,.workspace-app.theme-light .workspace-editor{color:var(--text);background:#fff}.workspace-app.theme-light .workspace-topbar,.workspace-app.theme-light .editor-toolbar{border-bottom-color:var(--border)}.workspace-app.theme-light .workspace-sidebar{color:var(--text);border-right:1px solid var(--border);background:#f7f6f3}.workspace-app.theme-light .workspace-sidebar-header,.workspace-app.theme-light .sidebar-footer{border-color:var(--border)}.workspace-app.theme-light .workspace-brand strong,.workspace-app.theme-light .notebook-row,.workspace-app.theme-light .page-row{color:var(--text)}.workspace-app.theme-light .workspace-brand small,.workspace-app.theme-light .workspace-search span,.workspace-app.theme-light .sidebar-section-heading span,.workspace-app.theme-light .notebook-row small,.workspace-app.theme-light .page-row p,.workspace-app.theme-light .page-row time,.workspace-app.theme-light .appearance-label,.workspace-app.theme-light .notebook-chevron,.workspace-app.theme-light .nested-add-page,.workspace-app.theme-light .nested-empty{color:var(--text-muted)}.workspace-app.theme-light .sidebar-toggle,.workspace-app.theme-light .sidebar-section-heading button,.workspace-app.theme-light .collapsed-theme-toggle{color:var(--text-muted);border:1px solid var(--border);background:#fff}.workspace-app.theme-light .sidebar-toggle:hover,.workspace-app.theme-light .sidebar-section-heading button:hover,.workspace-app.theme-light .collapsed-theme-toggle:hover{background:var(--surface-hover);color:var(--text)}.workspace-app.theme-light .workspace-add-button{background:var(--accent);color:#fff;box-shadow:0 8px 20px #ff6b2c33}.workspace-app.theme-light .workspace-add-button:hover{background:var(--accent-strong);transform:translateY(-1px)}.workspace-app.theme-light .workspace-search input{color:var(--text);border:1px solid var(--border);background:#fff;box-shadow:0 4px 14px #14141409}.workspace-app.theme-light .workspace-search input:hover{border-color:#d9d5cd}.workspace-app.theme-light .workspace-search input:focus{border-color:#ff6b2c8c;box-shadow:0 0 0 3px #ff6b2c1a}.workspace-app.theme-light .workspace-search input::placeholder{color:var(--text-soft)}.workspace-app.theme-light .notebook-row{color:var(--text);background:0 0}.workspace-app.theme-light .notebook-row.is-selected,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row{color:var(--text);background:#ff6b2c2e}.workspace-app.theme-light .notebook-row.is-selected:hover,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row:hover{background:#ff6b2c3b}.workspace-app.theme-light .notebook-mark,.workspace-app.theme-light .notebook-row.is-selected .notebook-mark,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row .notebook-mark{background:var(--accent)}.workspace-app.theme-light .nested-page-list{border-left-color:var(--border)}.workspace-app.theme-light .nested-page-list .page-row{color:var(--text);background:0 0}.workspace-app.theme-light .nested-page-list .page-row:hover{background:var(--surface-hover)}.workspace-app.theme-light .nested-page-list .page-row.is-selected,.workspace-app.theme-light .nested-page-list .page-row.is-selected:hover{background:var(--surface-hover);color:var(--text);box-shadow:none}.workspace-app.theme-light .nested-add-page:hover{background:var(--surface-hover);color:var(--text)}.workspace-app.theme-light .page-pin{background:var(--accent)}.workspace-app.theme-light .page-context span{color:var(--accent)}.workspace-app.theme-light .page-context strong{color:var(--text)}.workspace-app.theme-light .save-status{color:var(--text-soft)}.workspace-app.theme-light .page-actions button{color:var(--text-muted);background:#f7f6f3;border:1px solid #0000}.workspace-app.theme-light .page-actions button:hover{background:var(--surface-strong);color:var(--text)}.workspace-app.theme-light .page-actions button.is-active,.workspace-app.theme-light .page-actions button.is-active:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.workspace-app.theme-light .toolbar-group button{color:var(--text-muted)}.workspace-app.theme-light .toolbar-group button:hover{background:var(--surface-hover);color:var(--text)}.workspace-app.theme-light .toolbar-group button.is-active{color:var(--accent-strong);background:#ff6b2c29}.workspace-app.theme-light .toolbar-divider{background:var(--border)}.workspace-app.theme-light .workspace-title-input,.workspace-app.theme-light .workspace-rich-editor,.workspace-app.theme-light .workspace-rich-editor h1,.workspace-app.theme-light .workspace-rich-editor h2,.workspace-app.theme-light .workspace-rich-editor h3{color:var(--text)}.workspace-app.theme-light .workspace-rich-editor{color:#343434}.workspace-app.theme-light .workspace-title-input::placeholder,.workspace-app.theme-light .workspace-rich-editor:empty:before{color:var(--text-soft)}.workspace-app.theme-light .workspace-rich-editor a{color:var(--accent)}.workspace-app.theme-light .editor-callout{border-left-color:var(--accent);background:#ff6b2c1a}.workspace-app.theme-light .workspace-rich-editor table{border-color:var(--border);background:#fff}.workspace-app.theme-light .workspace-rich-editor th,.workspace-app.theme-light .workspace-rich-editor td{border-color:var(--border)}.workspace-app.theme-light .workspace-rich-editor thead th,.workspace-app.theme-light .workspace-rich-editor table>tbody>tr:first-child>th{color:var(--text);background:#f1efe9}.workspace-app.theme-light .workspace-rich-editor tbody tr td,.workspace-app.theme-light .workspace-rich-editor tbody tr:nth-child(2n) td{color:var(--text);background:#fff}.workspace-app.theme-light .workspace-rich-editor tbody tr:hover td{background:#faf9f6}.workspace-app.theme-light .theme-switch{border:1px solid var(--border);background:#efede8}.workspace-app.theme-light .theme-switch button{color:var(--text-muted)}.workspace-app.theme-light .theme-switch button:hover{color:var(--text)}.workspace-app.theme-light .theme-switch button.is-active{color:var(--text);background:#fff;box-shadow:0 2px 8px #1414140f}.workspace-app.theme-light .create-menu{border-color:var(--border);background:#fff;box-shadow:0 18px 50px #1414141a}.workspace-app.theme-light .create-menu button{color:var(--text)}.workspace-app.theme-light .create-menu button:hover{background:var(--surface-hover)}.notebook-row{background:0 0;border-radius:12px;align-items:center;width:100%;min-width:0;padding:0;display:flex;position:relative;overflow:hidden}.notebook-row-main{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;grid-template-columns:7px minmax(0,1fr);align-items:center;gap:9px;padding:9px 10px;display:grid}.notebook-row-main .notebook-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:700;overflow:hidden}.notebook-row-trailing{place-items:center;width:29px;height:29px;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.notebook-page-count{color:var(--text-soft);opacity:1;pointer-events:none;place-items:center;font-size:10px;font-weight:700;line-height:1;transition:opacity .14s,transform .14s;display:grid;position:absolute;inset:0}.notebook-delete-button{width:27px;height:27px;color:var(--text-muted);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:0;border-radius:50%;place-items:center;font-size:17px;line-height:1;transition:opacity .14s,transform .14s,background-color .14s,color .14s;display:grid;position:absolute;inset:1px;transform:scale(.9)}.notebook-row:hover{background:var(--surface-hover)}.notebook-row.is-selected{background:var(--accent-soft)}.notebook-row.is-selected .notebook-mark{background:var(--accent)}.workspace-app.theme-light .notebook-row:hover{background:#ff6b2c1a}.workspace-app.theme-light .notebook-row.is-selected{background:#ff6b2c2e}@media (hover:none){.notebook-page-count{opacity:1;transform:none}.notebook-delete-button{opacity:0;pointer-events:none;transform:scale(.9)}}.toolbar-group button.toolbar-icon-button,.toolbar-group button.toolbar-pill-button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;place-items:center;margin:0;font-family:Inter,sans-serif;font-size:11px;font-weight:700;line-height:1;transition:background-color .14s,color .14s,transform .14s;display:inline-grid}.toolbar-group button.toolbar-icon-button{border-radius:50%;width:36px;min-width:36px;height:36px;padding:0}.toolbar-group button.toolbar-pill-button{white-space:nowrap;border-radius:999px;width:auto;min-width:0;height:36px;padding:0 14px}.toolbar-group button.toolbar-icon-button:hover,.toolbar-group button.toolbar-pill-button:hover,.toolbar-group button.toolbar-icon-button.is-active,.toolbar-group button.toolbar-pill-button.is-active{background:var(--accent-soft);color:var(--accent)}.workspace-app.theme-light .toolbar-group button.toolbar-icon-button:hover,.workspace-app.theme-light .toolbar-group button.toolbar-pill-button:hover,.workspace-app.theme-light .toolbar-group button.toolbar-icon-button.is-active,.workspace-app.theme-light .toolbar-group button.toolbar-pill-button.is-active{color:#ef5d25;background:#ff6b2c29}.toolbar-icon-button.underline-button{text-underline-offset:2px;text-decoration:underline!important}.table-picker-wrapper{position:relative}.table-picker-popover{z-index:100;border:1px solid var(--border);background:var(--surface);border-radius:18px;width:max-content;max-width:min(420px,100vw - 32px);padding:15px;position:absolute;top:calc(100% + 11px);left:0;box-shadow:0 24px 60px #0000002e,0 3px 12px #00000014}.table-picker-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:13px;display:flex}.table-picker-header strong{color:var(--text);font-size:12px;font-weight:750}.table-picker-header span{color:var(--accent);font-size:11px;font-weight:700}.table-picker-grid{gap:4px;max-width:min(340px,100vw - 70px);max-height:290px;padding:2px;display:grid;overflow:auto}.toolbar-group .table-picker-cell{border:1px solid var(--border);background:var(--app-bg);border-radius:4px;width:20px;min-width:20px;height:20px;padding:0}.toolbar-group .table-picker-cell:hover,.toolbar-group .table-picker-cell.is-highlighted{border-color:var(--accent);background:var(--accent-soft)}.workspace-app.theme-light .toolbar-group .table-picker-cell{background:#fff;border-color:#dedad2}.workspace-app.theme-light .toolbar-group .table-picker-cell:hover,.workspace-app.theme-light .toolbar-group .table-picker-cell.is-highlighted{background:#ff6b2c33;border-color:#ff6b2c}.table-picker-caption{color:var(--text-soft);margin:11px 0 0;font-size:9px}.notebook-delete-button svg{width:15px;height:15px}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#0a0a0a75;place-items:center;padding:24px;animation:.16s both modal-backdrop-in;display:grid;position:fixed;inset:0}.confirmation-modal{border:1px solid var(--border);background:var(--surface);width:min(430px,100%);color:var(--text);border-radius:24px;padding:26px;animation:.19s both modal-card-in;box-shadow:0 32px 90px #00000047,0 6px 18px #0000001f}.confirmation-modal-icon{width:44px;height:44px;color:var(--accent);background:#d64d4d1f;border-radius:50%;place-items:center;margin-bottom:20px;display:grid}.confirmation-modal-icon svg{width:20px;height:20px}.confirmation-modal-kicker{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}.confirmation-modal h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:23px;line-height:1.2}.confirmation-modal-copy>p:last-child{color:var(--text-muted);margin:11px 0 0;font-size:13px;line-height:1.6}.confirmation-modal-actions{justify-content:flex-end;gap:9px;margin-top:25px;display:flex}.confirmation-modal-actions button{cursor:pointer;border:0;border-radius:999px;min-height:40px;padding:0 17px;font-size:12px;font-weight:700}.confirmation-modal-actions button:disabled{cursor:wait;opacity:.62}.modal-cancel-button{background:var(--app-bg);color:var(--text-muted)}.modal-cancel-button:hover:not(:disabled){color:var(--text)}.modal-delete-button{background:var(--accent);color:#fff}.modal-delete-button:hover:not(:disabled){background:#df5012}.workspace-app.theme-light .confirmation-modal{background:#fff;border-color:#e5e1d9}.workspace-app.theme-light .modal-cancel-button{color:#575757;background:#f2f0eb}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-card-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=720px){.confirmation-modal{border-radius:21px;padding:22px}.confirmation-modal-actions{grid-template-columns:1fr;display:grid}.confirmation-modal-actions button{width:100%}.table-picker-popover{width:auto;position:fixed;top:84px;left:16px;right:16px}}.workspace-rich-editor em,.workspace-rich-editor i{font-style:italic!important}.workspace-rich-editor strong,.workspace-rich-editor b{font-weight:700!important}.workspace-rich-editor u{text-underline-offset:2px;text-decoration:underline!important}.toolbar-icon-button.italic-button,.workspace-rich-editor em,.workspace-rich-editor i,.workspace-rich-editor [style*="font-style: italic"],.toolbar-icon-button.italic-button{font-style:italic!important}.table-header-option{border-top:1px solid var(--border);cursor:pointer;align-items:center;gap:10px;margin-top:14px;padding-top:13px;display:flex}.table-header-option input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;margin:0}.table-header-option>span{gap:2px;display:grid}.table-header-option strong{color:var(--text);font-size:11px;font-weight:700}.table-header-option small{color:var(--text-soft);font-size:9px}.create-notebook-modal-icon{color:var(--accent);background:#ff6b2c1f}.create-notebook-form{margin-top:24px}.create-notebook-form label{color:var(--text-muted);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.create-notebook-form input{border:1px solid var(--border);background:var(--app-bg);width:100%;height:48px;color:var(--text);border-radius:14px;outline:none;padding:0 15px;font-size:14px}.create-notebook-form input::placeholder{color:var(--text-soft)}.create-notebook-form input:focus{border-color:#ff6b2ca6;box-shadow:0 0 0 4px #ff6b2c1f}.create-notebook-form .confirmation-modal-actions{margin-top:24px}.modal-create-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:12px 20px;font-weight:750}.modal-create-button:hover:not(:disabled){background:var(--accent-strong)}.modal-create-button:disabled{cursor:not-allowed;opacity:.5}.workspace-rich-editor h1{font-size:21px}.workspace-rich-editor h2{font-size:18px}.workspace-rich-editor h3{font-size:15px}.workspace-rich-editor table{resize:horizontal;width:fit-content;min-width:min(100%,420px);max-width:100%;display:block;overflow:auto}.workspace-rich-editor th,.workspace-rich-editor td{min-width:110px}.notebook-row:hover .notebook-row-main small,.notebook-row:focus-within .notebook-row-main small{opacity:0}.notebook-delete-button{opacity:0;pointer-events:none;transform:translateY(-50%)}@media (hover:none){.notebook-row-main small{opacity:1}.notebook-delete-button{opacity:0;pointer-events:none}}.notebook-delete-button svg{color:inherit;flex:none;display:block;width:16px!important;height:16px!important}.notebook-page-count{color:var(--text-muted);opacity:1;pointer-events:none;font-weight:700;transition:opacity .14s,transform .14s;place-items:center!important;margin:0!important;padding:0!important;font-size:10px!important;line-height:1!important;display:grid!important;position:absolute!important;inset:0!important;transform:scale(1)!important}.workspace-app.theme-light .notebook-page-count,.workspace-app.theme-light .notebook-delete-button,.workspace-app.theme-light .notebook-row.is-selected .notebook-page-count,.workspace-app.theme-light .notebook-row.is-selected .notebook-delete-button{color:#7b6858e0}.notebook-row{align-items:center;width:100%;min-width:0;padding:0;display:flex;position:relative;overflow:hidden}.notebook-row-main{flex:1;grid-template-columns:7px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:9px 42px 9px 10px;display:grid}.notebook-row-trailing{z-index:2;place-items:center!important;width:27px!important;height:27px!important;display:grid!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}.notebook-page-count{color:#826f5eb8;opacity:1;pointer-events:none;transition:opacity .12s,transform .12s;place-items:center!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:600!important;line-height:1!important;display:grid!important;position:absolute!important;inset:0!important;transform:scale(1)!important}.notebook-delete-button{color:#826f5eb8;opacity:0;pointer-events:none;cursor:pointer;background:0 0;border:0;border-radius:50%;transition:opacity .12s,transform .12s,background-color .12s,color .12s;place-items:center!important;width:27px!important;height:27px!important;margin:0!important;padding:0!important;display:grid!important;position:absolute!important;inset:auto auto 0 0!important;transform:scale(.92)!important}.notebook-delete-button svg{display:block;width:15px!important;height:15px!important}.notebook-delete-button svg path{stroke-width:1.6px;stroke:currentColor}.notebook-row:hover .notebook-page-count{opacity:0;transform:scale(.92)!important}.notebook-row:hover .notebook-delete-button{opacity:1;pointer-events:auto;transform:scale(1)!important}.notebook-delete-button:hover{color:var(--accent);background:#ff6b2c24}.notebook-delete-button:focus{outline:none}.notebook-delete-button:focus:not(:hover){color:#826f5eb8;background:0 0}.notebook-delete-button:focus-visible{outline-offset:1px;outline:2px solid #ff6b2c59}.workspace-app.theme-light .notebook-page-count,.workspace-app.theme-light .notebook-delete-button{color:#826f5eb8}.workspace-app.theme-light .notebook-delete-button:hover{color:var(--accent);background:#ff6b2c24}.workspace-app.theme-light .notebook-row.is-selected .notebook-delete-button:hover,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row .notebook-delete-button:hover{color:#ff6b2c;background:#ff7e5c38}.workspace-app.theme-light .notebook-row.is-selected .notebook-delete-button:hover svg,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row .notebook-delete-button:hover svg{color:#ff6b2c}.workspace-app.theme-light .notebook-row.is-selected .notebook-delete-button:hover svg path,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row .notebook-delete-button:hover svg path{stroke:currentColor}.notebook-row:not(:hover) .notebook-delete-button{opacity:0!important;pointer-events:none!important;transform:scale(.92)!important}.notebook-row:not(:hover) .notebook-page-count{opacity:1!important;transform:scale(1)!important}.workspace-sidebar{position:relative}.workspace-app.is-resizing{-webkit-user-select:none;user-select:none;transition:none}body.is-resizing-sidebar,body.is-resizing-sidebar *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.sidebar-resize-handle{z-index:40;cursor:col-resize;touch-action:none;width:8px;height:100%;position:absolute;top:0;right:-4px}.sidebar-resize-handle:after{content:"";background:0 0;width:1px;height:100%;transition:background-color .14s;position:absolute;top:0;right:3px}.sidebar-resize-handle:hover:after,.workspace-app.is-resizing .sidebar-resize-handle:after{background:var(--accent)}.portal-link{width:100%;color:var(--text-muted);border-radius:11px;align-items:center;gap:8px;margin-top:12px;padding:9px 10px;font-size:11px;font-weight:700;text-decoration:none;transition:background-color .14s,color .14s;display:flex}.portal-link svg{flex:none;width:16px;height:16px}.workspace-app.theme-light .portal-link{color:#fff8f0b8}.workspace-app.theme-light .portal-link:hover{color:var(--highlight);background:#ffffff1f}.workspace-app.sidebar-collapsed .portal-link span{display:none}.workspace-app.sidebar-collapsed .portal-link{justify-content:center;padding-inline:0}.notes-loading-page{color:#171721;background:#f7f6f3;place-items:center;width:100%;min-height:100dvh;display:grid}.notes-loading-brand{text-align:center;justify-items:center;width:min(240px,100vw - 48px);display:grid}.madebycel-mark{color:#fff;letter-spacing:-.08em;background:#ff6b2c;border-radius:17px;place-items:center;width:58px;height:58px;font-size:25px;font-weight:800;animation:.5s both madebycel-mark-in;display:grid;box-shadow:0 14px 32px #ff6b2c2e}.notes-loading-copy{margin-top:15px}.notes-loading-copy strong,.notes-loading-copy span{display:block}.notes-loading-copy strong{letter-spacing:-.02em;font-size:15px}.notes-loading-copy span{color:#9a806d;letter-spacing:.14em;text-transform:uppercase;margin-top:3px;font-size:10px;font-weight:700}.notes-loading-line{background:#e7e3db;border-radius:999px;width:76px;height:2px;margin-top:22px;overflow:hidden}.notes-loading-line span{border-radius:inherit;background:#ff6b2c;width:38%;height:100%;animation:1.15s ease-in-out infinite madebycel-loading;display:block}@keyframes madebycel-mark-in{0%{opacity:0;transform:translateY(4px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes madebycel-loading{0%{transform:translate(-110%)}to{transform:translate(270%)}}.workspace-rich-editor h1{margin:32px 0 10px;font-size:26px;font-weight:750;line-height:1.22}.workspace-rich-editor h2{margin:27px 0 8px;font-size:20px;font-weight:720;line-height:1.28}.workspace-rich-editor h3{margin:23px 0 7px;font-size:16px;font-weight:700;line-height:1.35}.editor-checklist{margin:14px 0;padding:0;list-style:none}.editor-checklist-item{align-items:flex-start;gap:9px;min-height:28px;padding:3px 0;display:flex}.editor-checklist-item input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex:none;margin:4px 0 0}.editor-checklist-item span{flex:1;min-width:0}.editor-checklist-text{outline:none;min-height:1.68em}.editor-checklist-item.is-complete span{color:var(--text-soft);text-decoration:line-through}.workspace-rich-editor .editor-code-block{border:1px solid var(--border);background:var(--surface-strong);max-width:100%;color:var(--text);letter-spacing:0;tab-size:2;white-space:pre;border-radius:13px;margin:20px 0;padding:16px 18px;font-family:SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.workspace-rich-editor .editor-code-block code{min-width:max-content;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;letter-spacing:inherit;white-space:inherit;outline:none;display:block}.editor-toggle{border-radius:8px;margin:3px 0}.editor-toggle summary{min-height:1.68em;color:var(--text);cursor:pointer;border-radius:7px;outline:none;padding:1px 4px;font-weight:600;line-height:1.68}.editor-toggle summary:hover{background:var(--surface-hover)}.editor-toggle-content{border-left:1px solid var(--border);margin-left:12px;padding:0 0 0 14px}.editor-toggle-content p{margin:2px 0}@media (prefers-reduced-motion:reduce){.madebycel-mark,.notes-loading-line span{animation:none}}.workspace-app{--mbc-action-soft:color-mix(in srgb, var(--surface) 82%, var(--app-bg));--mbc-action-soft-hover:color-mix(in srgb, var(--surface-hover) 86%, var(--app-bg));--mbc-action-shadow:0 9px 20px #ff6b2c29}.sidebar-toggle,.sidebar-section-heading button,.collapsed-theme-toggle,.page-actions button,.workspace-empty button,.sidebar-empty-state button,.notes-loading-page button,.confirmation-modal-actions button,.modal-create-button{-webkit-tap-highlight-color:transparent;transition:color .15s,background-color .15s,transform .15s,box-shadow .15s}.sidebar-toggle,.sidebar-section-heading button,.collapsed-theme-toggle{box-shadow:none;background:var(--mbc-action-soft);color:var(--text-muted);border:0}.sidebar-toggle:hover,.sidebar-section-heading button:hover,.collapsed-theme-toggle:hover{background:var(--mbc-action-soft-hover);color:var(--accent)}.workspace-add-button{aspect-ratio:auto;background:var(--accent);color:#fff;width:40px;height:40px;box-shadow:var(--mbc-action-shadow);border:0;border-radius:13px;transition:background-color .15s,transform .15s,box-shadow .15s}.workspace-add-button:hover{background:#e75b22;transform:translateY(-1px);box-shadow:0 12px 24px #ff6b2c36}.workspace-add-button:active{transform:translateY(0)}.create-menu{background:var(--surface);border:0;box-shadow:0 22px 54px #16131029}.create-menu button{color:var(--text-muted);border-radius:10px;font-weight:650}.create-menu button:hover{background:var(--mbc-action-soft-hover);color:var(--accent)}.page-actions button{color:var(--text-muted);background:0 0;border:0;border-radius:11px;font-weight:650}.page-actions button:hover{background:var(--mbc-action-soft-hover);color:var(--text)}.page-actions button.is-active,.page-actions .danger-button:hover{background:var(--accent-soft);color:var(--accent)}.workspace-empty button,.sidebar-empty-state button,.notes-loading-page button{background:var(--accent);color:#fff;min-height:42px;box-shadow:var(--mbc-action-shadow);cursor:pointer;border:0;border-radius:12px;padding:0 16px;font-weight:700}.workspace-empty button:hover,.sidebar-empty-state button:hover,.notes-loading-page button:hover{background:#e75b22;transform:translateY(-1px)}.theme-switch{background:var(--mbc-action-soft);border:0}.theme-switch button{border-radius:10px;font-weight:650}.theme-switch button:hover{color:var(--text)}.theme-switch button.is-active{background:var(--surface);color:var(--text);box-shadow:0 5px 16px #18141112}.portal-link{background:0 0;border:0;border-radius:12px}.portal-link:hover{background:var(--mbc-action-soft-hover);color:var(--accent)}.confirmation-modal-actions button,.modal-create-button{border:0;border-radius:13px;min-height:44px;padding:0 18px;font-size:13px;font-weight:650}.modal-cancel-button{color:#625d56;background:#f1efe9}.modal-cancel-button:hover:not(:disabled){color:var(--text);background:#ebe8e1}.modal-delete-button,.modal-create-button{background:var(--accent);color:#fff;box-shadow:0 9px 20px #ff6b2c29}.modal-delete-button:hover:not(:disabled),.modal-create-button:hover:not(:disabled){background:#e75b22;transform:translateY(-1px)}.workspace-app.theme-light .workspace-sidebar .sidebar-toggle,.workspace-app.theme-light .workspace-sidebar .sidebar-section-heading button,.workspace-app.theme-light .workspace-sidebar .collapsed-theme-toggle,.workspace-app.theme-light .workspace-sidebar .theme-switch{color:#fff8f0;background:#ffffff1a}.workspace-app.theme-light .workspace-sidebar .sidebar-toggle:hover,.workspace-app.theme-light .workspace-sidebar .sidebar-section-heading button:hover,.workspace-app.theme-light .workspace-sidebar .collapsed-theme-toggle:hover{color:#fff;background:#ff6b2c38}.workspace-app.theme-light .workspace-sidebar .theme-switch button.is-active{color:#2d2925;background:#fffffff0}.workspace-app{--notes-bg:#fbfaf7;--notes-surface:#fff;--notes-sidebar:#f7f6f3;--notes-soft:#f1efe9;--notes-text:#1d1c1a;--notes-muted:#77736d;--notes-accent:#ff6b2c;--notes-accent-soft:#fff0e9;background:var(--notes-bg)!important;color:var(--notes-text)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif!important}.workspace-app.theme-dark{--notes-bg:#101010;--notes-surface:#1d1d1d;--notes-sidebar:#171717;--notes-soft:#242424;--notes-text:#f5f5f3;--notes-muted:#f5f5f380;--notes-accent-soft:#ff6b2c24}.workspace-sidebar,.workspace-sidebar-header,.sidebar-footer,.workspace-topbar,.editor-toolbar,.workspace-main,.workspace-editor,.workspace-search input,.notebook-row,.page-row,.theme-switch,.page-actions button,.toolbar-group button{box-shadow:none!important;border:0!important}.workspace-sidebar{width:var(--sidebar-width)!important;background:var(--notes-sidebar)!important}.workspace-main,.workspace-topbar,.editor-toolbar,.workspace-editor{background:var(--notes-bg)!important}.workspace-sidebar-header{min-height:72px;padding:15px 14px!important}.workspace-add-button{color:#fff!important;background:var(--notes-accent)!important;border:0!important;border-radius:13px!important;width:42px!important;height:42px!important;font-size:1.2rem!important;box-shadow:0 8px 20px #ff6b2c26!important}.sidebar-toggle{background:var(--notes-soft)!important;border:0!important;border-radius:11px!important}.workspace-search span,.sidebar-section-heading span{text-transform:uppercase;color:var(--notes-muted)!important;letter-spacing:.09em!important;font-size:.67rem!important;font-weight:800!important}.workspace-search input{height:42px!important;color:var(--notes-text)!important;background:var(--notes-surface)!important;border-radius:12px!important;padding:0 13px!important;font-size:.78rem!important;font-weight:600!important}.sidebar-section-heading{padding-inline:4px!important}.sidebar-section-heading>button{display:none!important}.notebook-row,.nested-page-list .page-row{background:0 0!important;border-radius:11px!important;min-height:40px!important}.notebook-row:hover,.nested-page-list .page-row:hover{background:var(--notes-soft)!important}.notebook-group.is-expanded>.notebook-row,.nested-page-list .page-row.is-selected,.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row,.workspace-app.theme-light .nested-page-list .page-row.is-selected{color:var(--notes-text)!important;background:var(--notes-accent-soft)!important}.notebook-mark{background:var(--notes-accent)!important;border:0!important}.notebook-row-main,.nested-add-page,.page-row,.notebook-delete-button{border:0!important}.nested-add-page{color:var(--notes-muted)!important;background:0 0!important}.notes-sidebar-footer{background:var(--notes-sidebar)!important;gap:4px!important;padding:12px!important;display:grid!important}.notes-footer-action{cursor:pointer;width:100%!important;min-height:40px!important;color:var(--notes-muted)!important;background:0 0!important;border:0!important;border-radius:10px!important;align-items:center!important;gap:10px!important;padding:0 10px!important;font-size:.75rem!important;font-weight:650!important;text-decoration:none!important;display:flex!important}.notes-footer-action svg{flex:none;width:17px;height:17px}.notes-footer-action:hover,.notes-footer-action.is-active{color:var(--notes-text)!important;background:var(--notes-surface)!important}.page-context span{text-transform:uppercase;color:var(--notes-accent)!important;letter-spacing:.09em!important;font-size:.63rem!important;font-weight:800!important}.page-context strong{font-size:.78rem!important}.page-actions button,.toolbar-group button{background:0 0!important;border-radius:9px!important}.page-actions button:hover,.toolbar-group button:hover{background:var(--notes-soft)!important}.editor-toolbar{background:var(--notes-surface)!important;padding:7px 24px!important}.workspace-editor{width:min(100%,820px)!important;margin:0 auto!important;padding:42px 48px 90px!important}.workspace-title-input{color:var(--notes-text)!important;letter-spacing:-.055em!important;font-family:inherit!important;font-size:clamp(2.25rem,4vw,3.1rem)!important;font-weight:800!important}.workspace-rich-editor{max-width:720px;color:var(--notes-text)!important;font-family:inherit!important;font-size:.94rem!important;line-height:1.65!important}.notes-settings-page{width:min(100%,760px);padding:44px 44px 80px}.notes-settings-heading p{color:var(--notes-accent);letter-spacing:.09em;margin:0 0 8px;font-size:.7rem;font-weight:800}.notes-settings-heading h1{color:var(--notes-text);letter-spacing:-.055em;margin:0;font-size:clamp(2.3rem,4vw,3rem)}.notes-settings-heading>span{color:var(--notes-muted);margin-top:8px;font-size:.82rem;display:block}.notes-settings-card{background:var(--notes-surface);border-radius:15px;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding:18px;display:flex}.notes-settings-card>div:first-child{gap:4px;display:grid}.notes-settings-card strong{font-size:.88rem}.notes-settings-card span{color:var(--notes-muted);font-size:.72rem}.notes-settings-theme{background:var(--notes-soft);border-radius:11px;gap:4px;padding:4px;display:flex}.notes-settings-theme button{min-height:34px;color:var(--notes-muted);background:0 0;border:0;border-radius:8px;padding:0 14px;font-size:.72rem;font-weight:700}.notes-settings-theme button.is-active{color:var(--notes-text);background:var(--notes-surface)}@media (width>=1000px){.workspace-app{--sidebar-width:260px!important}.workspace-main{width:min(calc(100vw - var(--sidebar-width)), 1080px)!important;max-width:1080px!important}.workspace-editor{width:min(100%,820px)!important}}@media (width<=760px){.workspace-editor{padding:28px 22px 80px!important}.notes-settings-page{padding:30px 22px 70px}.notes-settings-card{flex-direction:column;align-items:stretch}}.workspace-app.theme-light{--notes-bg:#fcfbf8;--notes-sidebar:#eee9e1;--notes-surface:#fff;--notes-soft:#e7e1d8;--notes-text:#1d1c1a;--notes-muted:#77716a;--notes-accent-soft:#f9ddd0}.workspace-app{grid-template-columns:var(--sidebar-width) minmax(0, 1fr)!important}.workspace-app.sidebar-collapsed{--sidebar-width:64px!important;grid-template-columns:64px minmax(0,1fr)!important}.workspace-sidebar{background:var(--notes-sidebar)!important}.workspace-sidebar-header.notes-sidebar-brand-row{background:var(--notes-sidebar)!important;justify-content:flex-start!important;min-height:68px!important;padding:12px 14px!important}.notes-brand-toggle{color:#fff;background:var(--notes-accent);cursor:pointer;border:0;border-radius:12px;place-items:center;width:40px;height:40px;padding:0;display:grid;box-shadow:0 7px 18px #ff6b2c29}.notes-brand-toggle>span{letter-spacing:-.05em;font-size:.88rem;font-weight:800}.workspace-app.sidebar-collapsed .workspace-sidebar-header.notes-sidebar-brand-row{justify-content:center!important;padding-inline:12px!important}.workspace-app.sidebar-collapsed .notes-brand-toggle{width:40px;height:40px}.workspace-search input{height:40px!important;color:var(--notes-text)!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:11px!important}.workspace-app.theme-dark .workspace-search input{background:var(--notes-surface)!important}.notes-notebooks-heading{align-items:center;min-height:38px;padding:0 2px!important}.sidebar-section-heading.notes-notebooks-heading>.workspace-add-button{place-items:center;color:#fff!important;background:var(--notes-accent)!important;border:0!important;border-radius:50%!important;width:34px!important;min-width:34px!important;height:34px!important;margin:0!important;font-size:1rem!important;line-height:1!important;display:grid!important;box-shadow:0 7px 16px #ff6b2c24!important}.notebook-row,.nested-page-list .page-row{border-radius:10px!important;min-height:38px!important}.workspace-app.theme-light .nested-page-list .page-row.is-selected{background:#fff!important}.workspace-main{background:var(--notes-bg)!important;width:auto!important;min-width:0!important;max-width:none!important}.notes-settings-trigger{place-items:center;width:34px;height:34px;border-radius:10px!important;padding:0!important;display:grid!important}.workspace-title-input{font-size:clamp(2.1rem,3vw,2.75rem)!important}.workspace-rich-editor{max-width:760px!important;font-size:.94rem!important;line-height:1.68!important}.notes-settings-page{margin:0 auto;width:min(100%,760px)!important;padding:42px 42px 80px!important}.notes-settings-back{min-height:34px;color:var(--notes-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:7px;margin-bottom:30px;padding:0 10px;font-size:.76rem;font-weight:700;display:inline-flex}.notes-settings-back:hover{color:var(--notes-text);background:var(--notes-soft)}.notes-settings-stack{gap:12px;margin-top:28px;display:grid}.notes-settings-stack .notes-settings-card{margin-top:0}.notes-settings-portal{color:inherit;cursor:pointer;text-decoration:none}.notes-settings-portal>span:last-child{color:var(--notes-muted);font-size:1rem}.notes-settings-portal:hover{background:var(--notes-soft)}.notes-sidebar-footer,.sidebar-footer.notes-sidebar-footer{display:none!important}@media (width>=1100px){.workspace-app:not(.sidebar-collapsed){--sidebar-width:clamp(268px, 19vw, 320px)!important}.workspace-editor{width:min(100%,920px)!important;max-width:920px!important}}@media (width<=760px){.workspace-editor{padding:28px 22px 84px!important}}.workspace-app.theme-light{--notes-bg:#fbfaf7;--notes-sidebar:#f2eee7;--notes-surface:#fff;--notes-soft:#ebe6de;--notes-text:#1c1b19;--notes-muted:#77716a;--notes-accent-soft:#fff0e8;--app-bg:var(--notes-bg)!important;--sidebar-bg:var(--notes-sidebar)!important;--surface:#fff!important;--surface-strong:#f5f2ed!important;--surface-hover:#efeae3!important;--border:transparent!important;--accent-soft:var(--notes-accent-soft)!important}.workspace-app.theme-light .workspace-sidebar{background:var(--notes-sidebar)!important;border-right:0!important}.workspace-app.theme-light .workspace-main,.workspace-app.theme-light .workspace-topbar,.workspace-app.theme-light .editor-toolbar{background:var(--notes-bg)!important}.workspace-topbar,.editor-toolbar{box-shadow:none!important;border:0!important}.workspace-sidebar-header.notes-sidebar-brand-row{min-height:62px!important;padding:11px 16px 8px!important}.notes-brand-toggle{border-radius:11px!important;width:38px!important;height:38px!important;box-shadow:0 5px 14px #ff6b2c1f!important}.sidebar-content{padding:8px 16px 18px!important}.workspace-search input{height:38px!important;box-shadow:none!important;background:#ffffffd1!important;border:0!important}.notebooks-section{margin-top:16px!important}.sidebar-section-heading.notes-notebooks-heading>.workspace-add-button{border-radius:50%!important;width:28px!important;min-width:28px!important;height:28px!important;font-size:.88rem!important;box-shadow:0 5px 12px #ff6b2c1f!important}.notebook-row,.nested-page-list .page-row{border:0!important;border-radius:9px!important;min-height:36px!important}.workspace-app.theme-light .notebook-row:hover,.workspace-app.theme-light .nested-page-list .page-row:hover{background:#ffffff8f!important}.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row{background:#fbe3d7!important}.workspace-app.theme-light .nested-page-list .page-row.is-selected,.workspace-app.theme-light .nested-page-list .page-row.is-selected:hover{background:#fff!important}.workspace-topbar{min-height:56px!important;padding:9px 24px!important}.page-actions{gap:6px!important}.page-actions button,.notes-settings-trigger{color:#716b64!important;background:#f2eee8!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;height:30px!important;min-height:30px!important;padding:0 11px!important;font-size:.69rem!important;font-weight:700!important;display:inline-flex!important}.notes-settings-trigger{width:auto!important}.notes-settings-trigger svg{width:14px!important;height:14px!important}.page-actions button.is-active{color:#fff!important;background:var(--accent)!important}.page-actions .danger-button{color:#7d746c!important;background:#f4f1ec!important}.page-actions .danger-button:hover{color:var(--accent)!important;background:#fff0e8!important}.save-status{margin-right:2px!important}.editor-toolbar{min-height:46px!important;padding:5px 24px!important}.toolbar-divider{display:none!important}.workspace-editor{width:min(100%,980px)!important;max-width:980px!important;margin:0 auto!important;padding:46px 64px 110px!important}.workspace-rich-editor{max-width:790px!important}.notes-settings-page{width:min(100%,820px)!important;margin:0 auto!important}@media (width>=1200px){.workspace-app:not(.sidebar-collapsed){--sidebar-width:clamp(250px, 17vw, 292px)!important}.workspace-editor{width:min(100%,1040px)!important;max-width:1040px!important}}@media (width<=760px){.workspace-editor{padding:28px 22px 84px!important}.notes-settings-trigger>span{display:none}}.notes-portal-trigger{color:#716b64;background:#f2eee8;border-radius:999px;justify-content:center;align-items:center;height:30px;min-height:30px;padding:0 11px;font-size:.69rem;font-weight:700;text-decoration:none;display:inline-flex}.notes-portal-trigger:hover{color:var(--accent);background:#fff0e8}@media (width<=760px){.notes-portal-trigger{display:none}}@media (width>=900px){.workspace-app.theme-light{--notes-desktop-canvas:#fdfbf8;--notes-desktop-sidebar:#f4f0e9;--notes-desktop-field:#fffdf9;--app-bg:var(--notes-desktop-canvas)!important;--sidebar-bg:var(--notes-desktop-sidebar)!important;--surface:#fffdf9!important;--surface-strong:#f5f0e9!important;--surface-hover:#eee8df!important}.workspace-app.theme-light .workspace-search input{background:var(--notes-desktop-field)!important;border:0!important;box-shadow:0 3px 12px #2e271f06!important}.workspace-app.theme-light .notebook-group.is-expanded>.notebook-row{background:#fde8dd!important}.workspace-app.theme-light .nested-page-list .page-row.is-selected,.workspace-app.theme-light .nested-page-list .page-row.is-selected:hover{background:#fffdf9!important}.workspace-sidebar,.workspace-sidebar-header,.workspace-topbar,.editor-toolbar{border:0!important}.workspace-app.theme-light{--notes-desktop-canvas:#fff!important;--notes-desktop-sidebar:#f6f2ec!important;--notes-desktop-field:#fbfaf7!important;--app-bg:#fff!important;--sidebar-bg:#f6f2ec!important;--surface:#fff!important}.workspace-app.theme-light,.workspace-app.theme-light .workspace-main,.workspace-app.theme-light .workspace-topbar,.workspace-app.theme-light .editor-toolbar,.workspace-app.theme-light .workspace-editor,.workspace-app.theme-light .workspace-rich-editor{background:#fff!important}.workspace-app.theme-light .workspace-sidebar,.workspace-app.theme-light .workspace-sidebar-header,.workspace-app.theme-light .sidebar-content{background:#f6f2ec!important}.workspace-app.theme-light .workspace-search input{background:#fbfaf7!important}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.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:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.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:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.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:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.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:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.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:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.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:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.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:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-cyrillic-ext-800-normal-BZOjs1Xv.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-800-normal-Ca-gJeZY.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:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-cyrillic-800-normal-C7MGvYyJ.woff2)format("woff2"),url(/assets/inter-cyrillic-800-normal-CCHyn08d.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-greek-ext-800-normal-B--PVpEC.woff2)format("woff2"),url(/assets/inter-greek-ext-800-normal-DUe57HfS.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-greek-800-normal-CLIouy3y.woff2)format("woff2"),url(/assets/inter-greek-800-normal-BU00tryP.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-vietnamese-800-normal-Cm7tD1pz.woff2)format("woff2"),url(/assets/inter-vietnamese-800-normal-DDlpr_Ee.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:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-ext-800-normal-DZJjya6U.woff2)format("woff2"),url(/assets/inter-latin-ext-800-normal-BOMpwxm3.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:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-800-normal-BYj_oED-.woff2)format("woff2"),url(/assets/inter-latin-800-normal-D1mf63XC.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:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-cyrillic-ext-900-normal-buRuWz4h.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-900-normal-BUlv-ou0.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:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-cyrillic-900-normal-CjyCg421.woff2)format("woff2"),url(/assets/inter-cyrillic-900-normal-BAVML7y5.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-greek-ext-900-normal-voj7phVX.woff2)format("woff2"),url(/assets/inter-greek-ext-900-normal-LVqH4fM3.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-greek-900-normal-Clii5heL.woff2)format("woff2"),url(/assets/inter-greek-900-normal-7n5hB3DA.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-vietnamese-900-normal-C4P836tE.woff2)format("woff2"),url(/assets/inter-vietnamese-900-normal-DBSPUrC7.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:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-latin-ext-900-normal-ty8Tfvw5.woff2)format("woff2"),url(/assets/inter-latin-ext-900-normal-DG9wZIMw.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:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/inter-latin-900-normal-D4nM5aha.woff2)format("woff2"),url(/assets/inter-latin-900-normal-EUCDUbiG.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:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-italic-CsfrDhJx.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-italic-xTUDxVF8.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:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-italic-CIUtULAL.woff2)format("woff2"),url(/assets/inter-cyrillic-400-italic-DsJ3McxZ.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-italic-DgljI1UR.woff2)format("woff2"),url(/assets/inter-greek-ext-400-italic-ByZcx49q.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-italic-SVIaMW7s.woff2)format("woff2"),url(/assets/inter-greek-400-italic-C1OpWafJ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-italic-Ceaj4WUo.woff2)format("woff2"),url(/assets/inter-vietnamese-400-italic-E-DnQMHp.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:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-italic-CGFCRmTM.woff2)format("woff2"),url(/assets/inter-latin-ext-400-italic-DpQ6ZOoA.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:Inter;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-italic-D1l0FflY.woff2)format("woff2"),url(/assets/inter-latin-400-italic-BmFrN47l.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:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-italic-Bd19rs0I.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-italic-CjoSAfs0.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:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-italic-vob3PPp4.woff2)format("woff2"),url(/assets/inter-cyrillic-500-italic-YH_3ZzEh.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-italic-CkCtILP9.woff2)format("woff2"),url(/assets/inter-greek-ext-500-italic-BrEhXof8.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-italic-CpNnphWM.woff2)format("woff2"),url(/assets/inter-greek-500-italic-DoOKiI6j.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-italic-Ci6hLotD.woff2)format("woff2"),url(/assets/inter-vietnamese-500-italic-BDm3lIJY.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:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-italic-6uvZyJeQ.woff2)format("woff2"),url(/assets/inter-latin-ext-500-italic-O82l3e5v.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:Inter;font-style:italic;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-italic-CmxAJXy_.woff2)format("woff2"),url(/assets/inter-latin-500-italic-BaBk7Nya.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:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-italic-La-to8Sa.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-italic-B1EMsN4Z.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:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-italic-BMNGqOVE.woff2)format("woff2"),url(/assets/inter-cyrillic-600-italic-BS21fWqq.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-italic-BxS-O1qG.woff2)format("woff2"),url(/assets/inter-greek-ext-600-italic-DCFZv-xn.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-italic-MPI_Frmw.woff2)format("woff2"),url(/assets/inter-greek-600-italic-4pupcZ4S.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-italic-BuG6-S9s.woff2)format("woff2"),url(/assets/inter-vietnamese-600-italic-CKjJHBAp.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:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-italic-4pxPPAsx.woff2)format("woff2"),url(/assets/inter-latin-ext-600-italic-DgI6rDWk.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:Inter;font-style:italic;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-italic-BJYrns_i.woff2)format("woff2"),url(/assets/inter-latin-600-italic-CIYS91tl.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:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-italic-GPRkb3xU.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-italic-D3fKamtN.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:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-italic-Ppu1tTPz.woff2)format("woff2"),url(/assets/inter-cyrillic-700-italic-CZrx1Xve.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-italic-5m0CTrl1.woff2)format("woff2"),url(/assets/inter-greek-ext-700-italic-CO97m7Jb.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-italic-D5vwbaZX.woff2)format("woff2"),url(/assets/inter-greek-700-italic-bD6OVWQz.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-italic-BbJv01XC.woff2)format("woff2"),url(/assets/inter-vietnamese-700-italic-BF_6wm_E.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:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-italic-DtYkv-XI.woff2)format("woff2"),url(/assets/inter-latin-ext-700-italic-sscBbOod.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:Inter;font-style:italic;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-italic-BsEzapPQ.woff2)format("woff2"),url(/assets/inter-latin-700-italic-QsoQop6F.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}
