@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0";:root{--color-bg: #f8f9ff;--color-bg-elevated: #ffffff;--color-surface: #f8f9ff;--color-surface-container-low: #eff4ff;--color-surface-container: #e5eeff;--color-surface-container-high: #dce9ff;--color-surface-container-highest: #d3e4fe;--color-on-background: #0b1c30;--color-symbol: #006c49;--color-symbol-strong: #00422b;--color-symbol-soft: #10b981;--color-symbol-muted: #2b6954;--symbol-gradient: linear-gradient(135deg, #006c49, #10b981);--color-border-subtle: #bbcabf;--color-outline: #6c7a71;--color-text-main: #0b1c30;--color-text-muted: #3c4a42;--color-accent-fill-ghost: rgba(0, 108, 73, .08);--color-secondary-container: #adedd3;--color-on-secondary-container: #306d58;--color-tertiary-wash: #f0fdf4;--color-error: #ba1a1a;--color-error-container: #ffdad6;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .05);--shadow-card: 0 1px 8px rgba(0, 0, 0, .04);--shadow-nav: 0 -1px 8px rgba(0, 0, 0, .04);--shadow-fab: 0 10px 24px rgba(0, 108, 73, .28);--symbol-shadow: 0 12px 24px rgba(0, 108, 73, .18);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 48px;--margin-mobile: 16px;--transition-fast: .15s ease-out;--transition-med: .22s ease;--bottom-nav-height: 4rem;--bottom-nav-clearance: calc( var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px) + 1rem );--topbar-height: 4rem;--sidebar-width: 248px}[data-theme=dark]{--color-bg: #10161a;--color-bg-elevated: #1a2226;--color-surface: #10161a;--color-surface-container-low: #1d262b;--color-surface-container: #243036;--color-surface-container-high: #2c3a41;--color-surface-container-highest: #35454d;--color-on-background: #e3e9e6;--color-symbol: #34d399;--color-symbol-strong: #6ee7b7;--color-symbol-soft: #10b981;--color-symbol-muted: #8fc9af;--symbol-gradient: linear-gradient(135deg, #0f9d6c, #34d399);--color-border-subtle: #34423c;--color-outline: #82918a;--color-text-main: #e3e9e6;--color-text-muted: #a6b4ac;--color-accent-fill-ghost: rgba(52, 211, 153, .14);--color-secondary-container: #1e4636;--color-on-secondary-container: #9ff0cd;--color-tertiary-wash: #17211c;--color-error: #ff8a80;--color-error-container: #4a201c;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .4);--shadow-card: 0 1px 8px rgba(0, 0, 0, .35);--shadow-nav: 0 -1px 8px rgba(0, 0, 0, .35);--shadow-fab: 0 10px 24px rgba(0, 0, 0, .5);--symbol-shadow: 0 12px 24px rgba(0, 0, 0, .45);color-scheme:dark}[data-theme=dark] .topbar{background:#10161ad9}[data-theme=dark] .sidebar{background:var(--color-bg-elevated);border-right-color:var(--color-border-subtle)}[data-theme=dark] .qna-card,[data-theme=dark] .note-comments__item,[data-theme=dark] .qna-answers__item,[data-theme=dark] .note-comments__input,[data-theme=dark] .qna-answers__input,[data-theme=dark] .qna-new__input,[data-theme=dark] .qna-new__textarea{background:var(--color-bg-elevated);border-color:var(--color-border-subtle);color:var(--color-text-main)}[data-theme=dark] .topbar__school:hover{background:var(--color-surface-container)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text-main);background:var(--color-bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:1.5rem;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-font-smoothing:antialiased}.page-title{margin:0;color:var(--color-text-main);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1.25}.page-subtitle{margin:.5rem 0 0;color:var(--color-text-muted);font-size:1rem;line-height:1.6}.page-kicker{margin:0 0 .45rem;color:var(--color-symbol);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.empty-state{margin:0;padding:2rem 1rem;color:var(--color-text-muted);text-align:center}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.button-ghost,.button-primary,.button-danger{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:0;border-radius:999px;padding:.62rem .95rem;font-size:.86rem;font-weight:850;letter-spacing:-.02em;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),color var(--transition-fast),opacity var(--transition-fast)}.button-ghost{color:var(--color-symbol-strong);background:#006c4914;box-shadow:inset 0 0 0 1px #006c491f}.button-primary{color:#fff;background:var(--symbol-gradient);box-shadow:0 14px 28px #006c4938}.button-danger{color:#b91c1c;background:#b91c1c14}.button-ghost:hover:not(:disabled){transform:translateY(-1px);color:#fff;background:var(--symbol-gradient);box-shadow:0 10px 22px #006c4929}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #006c4947}.button-danger:hover:not(:disabled){transform:translateY(-1px);color:#991b1b;background:#b91c1c1f}.button-ghost:active:not(:disabled),.button-primary:active:not(:disabled),.button-danger:active:not(:disabled){transform:translateY(0) scale(.98)}.button-ghost:disabled,.button-primary:disabled,.button-danger:disabled{cursor:default;opacity:.42;box-shadow:none}.topbar__menu-button{display:grid;flex:0 0 auto;width:42px;height:42px;place-items:center;border:1px solid var(--color-border-subtle);border-radius:14px;background:var(--color-bg-elevated);cursor:pointer;transition:transform var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast)}.topbar__menu-button:hover{transform:translateY(-1px);border-color:#0072d657;box-shadow:0 10px 24px #0f172a1a}.topbar__menu-button span,.topbar__menu-button span:before,.topbar__menu-button span:after{display:block;width:18px;height:2px;border-radius:999px;background:var(--color-symbol-strong)}.note-editor__toolbar .button-ghost{min-height:34px;padding:.48rem .72rem;font-size:.8rem}.note-editor__toolbar .button-ghost:hover:not(:disabled){transform:translateY(-1px)}.note-editor__toolbar button:disabled{display:none}.note-editor__actions .button-ghost{color:var(--color-text-muted);background:#0f172a0f;box-shadow:none}.note-editor__actions .button-ghost:hover:not(:disabled){color:var(--color-text-main);background:#0f172a1a;box-shadow:none}.note-editor__actions:has(button:disabled){display:none}.note-page-actions{position:fixed;top:82px;right:clamp(1rem,3vw,2rem);z-index:60;display:inline-flex;align-items:center;gap:.5rem;width:auto;margin:0;padding:.35rem;border:1px solid rgba(200,219,230,.72);border-radius:999px;background:#ffffffd1;box-shadow:0 14px 34px #0f172a1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.note-page-actions .button-ghost{color:#fff;background:var(--symbol-gradient);box-shadow:0 10px 22px #0059d638}.note-page-actions .button-danger{color:#b91c1c;background:#b91c1c14}@media(max-width:720px){.note-page-actions{top:auto;right:1rem;bottom:1rem}}.subject-tone{background:#6c7a7124;color:#55645b}.subject-tone--rose{background:#e11d4824;color:#be123c}.subject-tone--coral{background:#ea580c29;color:#c2410c}.subject-tone--amber{background:#d977062e;color:#b45309}.subject-tone--sage{background:#5e8b6029;color:#3f6b42}.subject-tone--teal{background:#0d948829;color:#0f766e}.subject-tone--sky{background:#0284c729;color:#0369a1}.subject-tone--indigo{background:#4f46e529;color:#4338ca}.subject-tone--violet{background:#7c3aed29;color:#6d28d9}.subject-tone--forest{background:#006c4924;color:#006c49}.subject-tone--mint{background:#10b98129;color:#059669}.subject-tone--slate{background:#47556929;color:#334155}.subject-tone--mist{background:#6c7a7124;color:#55645b}.app-root{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:var(--color-surface)}.app-root--welcome .topbar,.app-root--welcome .sidebar,.app-root--welcome .sidebar-sheet-overlay{display:none!important}.app-root--welcome .app-shell{grid-template-columns:minmax(0,1fr)}.app-root--welcome .main-content{max-width:none;padding-bottom:1.5rem}.topbar{position:sticky;top:0;flex-shrink:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1rem;height:var(--topbar-height);padding:0 var(--margin-mobile);padding-top:env(safe-area-inset-top,0px);border-bottom:0;background:#f8f9ffcc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-card)}.topbar>a{min-width:0}.topbar__logo{display:flex;align-items:center;gap:.5rem;min-width:0}.topbar__logo-symbol{display:grid;width:2rem;height:2rem;place-items:center;overflow:hidden;border-radius:.5rem;background:transparent;box-shadow:none}.topbar__logo-symbol img{width:100%;height:100%;object-fit:contain}.topbar__logo-text-main{color:var(--color-symbol);font-size:1.25rem;font-weight:600;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(11rem,42vw)}.topbar__logo-text-sub{display:none}.topbar__logo-actions{display:flex;align-items:center;gap:.15rem;margin-left:.35rem}.topbar__icon-btn{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--color-symbol-muted);transition:background var(--transition-fast),color var(--transition-fast)}.topbar__icon-btn .material-symbols-outlined{font-size:1.25rem}.topbar__icon-btn:hover{background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.topbar__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.topbar__school{display:inline-flex;align-items:center;gap:.35rem;max-width:9rem;padding:.35rem .65rem;border:1px solid rgba(0,108,73,.16);border-radius:999px;background:var(--color-tertiary-wash);color:var(--color-symbol-muted);font-size:.8rem;font-weight:600;transition:background var(--transition-fast),border-color var(--transition-fast)}.topbar__school .material-symbols-outlined{font-size:1.1rem;color:var(--color-symbol)}.topbar__school-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__school:hover{border-color:#006c4947;background:var(--color-bg-elevated)}.topbar__screen{display:none;color:var(--color-text-muted);font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.topbar__avatar{display:grid;width:2rem;height:2rem;place-items:center;overflow:hidden;border-radius:999px;color:#fff;background:var(--symbol-gradient);font-size:.75rem;font-weight:700}.topbar__avatar img{width:100%;height:100%;object-fit:cover}.topbar__menu-button{display:none;width:2.5rem;height:2.5rem;border:0;border-radius:.75rem;background:transparent;cursor:pointer}.topbar__menu-button span,.topbar__menu-button span:before,.topbar__menu-button span:after{display:block;width:1.1rem;height:2px;margin:0 auto;border-radius:999px;background:var(--color-text-main)}.topbar__menu-button span{position:relative}.topbar__menu-button span:before,.topbar__menu-button span:after{content:"";position:absolute;left:0}.topbar__menu-button span:before{top:-6px}.topbar__menu-button span:after{top:6px}.app-shell{display:grid;grid-template-columns:minmax(0,1fr);flex:1;min-height:0}.sidebar,.sidebar-overlay,.sidebar-sheet-overlay{display:none}.main-content{position:relative;z-index:1;width:100%;max-width:640px;min-width:0;height:100%;margin:0 auto;--content-pad-y: var(--space-md);--content-pad-x: var(--margin-mobile);padding:var(--content-pad-y) var(--content-pad-x);padding-bottom:var(--bottom-nav-clearance);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}@media(min-width:901px){.topbar__screen{display:block}.topbar__school{max-width:12rem}.topbar__menu-button{display:grid;place-items:center}.app-shell{grid-template-columns:auto minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;justify-content:space-between;width:var(--sidebar-width);min-width:var(--sidebar-width);height:100%;overflow-y:auto;padding:1.2rem;border-right:1px solid rgba(187,202,191,.45);background:var(--color-bg-elevated)}.sidebar__section-label{margin:0 0 .75rem .35rem;color:var(--color-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar__section-label--spaced{margin-top:1.35rem}.sidebar__link--action{width:100%;border:1px solid transparent;font:inherit;text-align:left;cursor:pointer;background:transparent}.sidebar__link--action:disabled{opacity:.55;cursor:wait}.sidebar__nav{display:grid;gap:.35rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;min-height:46px;border:1px solid transparent;border-radius:16px;padding:.55rem .7rem;color:var(--color-text-muted);font-weight:600;transition:background var(--transition-fast),color var(--transition-fast)}.sidebar__link:hover,.sidebar__link--active{color:var(--color-symbol);background:#006c4914}.sidebar__link-icon{display:grid;place-items:center;width:1.75rem;color:inherit}.sidebar__link-icon .material-symbols-outlined{font-size:1.35rem}.sidebar__footer{border:1px solid rgba(0,108,73,.14);border-radius:20px;padding:1rem;background:var(--color-tertiary-wash)}.sidebar__footer-kicker{color:var(--color-symbol);font-size:.75rem;font-weight:700;letter-spacing:.08em}.sidebar__footer p{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.86rem;line-height:1.5}.sidebar__footer-link{display:inline-flex;align-items:center;margin-top:.65rem;color:var(--color-symbol);font-size:.8rem;font-weight:600;text-decoration:underline;text-underline-offset:.15em;transition:color var(--transition-fast)}.sidebar__footer-link:hover{color:var(--color-symbol-strong)}.sidebar--collapsed{width:86px;min-width:86px;padding-inline:.8rem}.sidebar--collapsed .sidebar__section-label,.sidebar--collapsed .sidebar__link-label,.sidebar--collapsed .sidebar__footer{display:none}.sidebar--collapsed .sidebar__link{justify-content:center}.main-content{max-width:720px;--content-pad-y: 1.5rem;--content-pad-x: 2rem;padding:var(--content-pad-y) var(--content-pad-x) calc(2rem + env(safe-area-inset-bottom,0px))}}@media(max-width:900px){.sidebar-sheet-overlay{display:block;position:fixed;inset:0;z-index:57;border:0;padding:0;margin:0;background:#0b1c3047;cursor:pointer;-webkit-tap-highlight-color:transparent}.sidebar.sidebar--sheet{display:flex;flex-direction:column;position:fixed;left:0;right:0;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));z-index:58;width:100%;min-width:0;height:min(78vh,100dvh - var(--topbar-height) - var(--bottom-nav-height) - env(safe-area-inset-bottom,0px) - .5rem);overflow:hidden;padding:.35rem .85rem .75rem;border-right:0;border-radius:1.15rem 1.15rem 0 0;background:var(--color-bg-elevated);box-shadow:0 -12px 32px #0b1c3029;transform:translateY(110%);pointer-events:none;visibility:hidden;transition:transform .28s ease,visibility .28s ease}.sidebar.sidebar--sheet-open{transform:translateY(0);pointer-events:auto;visibility:visible}.sidebar--sheet .sidebar__explorer{height:100%;min-height:0}.sidebar--sheet .sidebar__explorer-head{position:relative;padding-top:.95rem}.sidebar--sheet .sidebar__explorer-head:before{content:"";position:absolute;top:.4rem;left:50%;width:2.4rem;height:.28rem;border-radius:999px;background:var(--color-outline);opacity:.4;transform:translate(-50%)}.sidebar--sheet .sidebar__explorer-list{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}}.sidebar__explorer{display:flex;flex-direction:column;min-height:0;flex:1}.sidebar__explorer-head{display:flex;align-items:center;gap:.35rem;padding:.25rem .25rem .6rem;border-bottom:1px solid var(--color-border-subtle)}.sidebar__explorer-back,.sidebar__explorer-add{display:grid;place-items:center;width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:var(--color-text-muted);cursor:pointer}.sidebar__explorer-back .material-symbols-outlined,.sidebar__explorer-add .material-symbols-outlined{font-size:1.2rem}.sidebar__explorer-back:hover,.sidebar__explorer-add:hover{background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.sidebar__explorer-title{flex:1;font-size:.85rem;font-weight:800;color:var(--color-text-main)}.sidebar__explorer-list{display:grid;gap:1px;padding-top:.5rem;overflow-y:auto;overflow-x:hidden;min-height:0;min-width:0;flex:1;align-content:start;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.sidebar__explorer-item{display:flex;align-items:center;gap:.45rem;padding:.42rem .5rem;border-radius:8px;color:var(--color-text-main);font-size:.84rem}.sidebar__explorer-item .material-symbols-outlined{font-size:1.05rem;color:var(--color-outline);flex-shrink:0}.sidebar__explorer-item:hover{background:var(--color-surface-container-low)}.sidebar__explorer-item.sidebar__explorer-item--active{background:var(--color-accent-fill-ghost);color:var(--color-symbol-strong);font-weight:700}.sidebar__explorer-item.sidebar__explorer-item--active .material-symbols-outlined{color:var(--color-symbol)}.sidebar__explorer-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__explorer-empty{margin:0;padding:.75rem .5rem;font-size:.78rem;color:var(--color-outline);line-height:1.5}.mynotes-page{display:grid;gap:var(--space-md);align-content:start}.mynotes-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mynotes-header__title{margin:0;font-size:1.15rem;font-weight:800}.mynotes-header__desc{margin:.15rem 0 0;font-size:.8rem;color:var(--color-text-muted)}.mynotes-header__actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.mynotes-header__new{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.mynotes-empty{display:grid;justify-items:center;gap:.75rem;padding:2.5rem 1rem;text-align:center;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-card)}.mynotes-empty p{margin:0;color:var(--color-text-muted)}.mynotes-empty__icon{font-size:2.6rem;color:var(--color-symbol)}.mynotes-list{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.mynotes-item{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-card);border:1px solid transparent;transition:background var(--transition-fast),border-color var(--transition-fast);cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;color:inherit}.mynotes-item:hover{background:var(--color-surface-container-low)}.mynotes-item__thumb{width:46px;height:46px;border-radius:10px;object-fit:cover;flex-shrink:0}.mynotes-item__thumb--empty{display:grid;place-items:center;background:var(--color-surface-container);color:var(--color-symbol)}.mynotes-item__body{display:grid;gap:.1rem;min-width:0;flex:1}.mynotes-item__title{font-weight:700;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-main)}.mynotes-item__meta{font-size:.72rem;color:var(--color-text-muted)}.mynotes-item__chevron{color:var(--color-outline);flex-shrink:0}.sidebar__note-row{display:flex;align-items:center;gap:.1rem;min-width:0;max-width:100%}.sidebar__note-row>.sidebar__explorer-item{flex:1;min-width:0;overflow:hidden}.sidebar__note-row--indent{padding-left:1.1rem}.sidebar__note-row--selected{background:var(--color-accent-fill-ghost);border-radius:8px}.sidebar__select-check{display:grid;place-items:center;width:2rem;height:2.4rem;flex-shrink:0;border:0;padding:0;border-radius:8px;background:transparent;color:var(--color-symbol);cursor:pointer;-webkit-tap-highlight-color:transparent}.sidebar__select-check .material-symbols-outlined{font-size:1.25rem}.sidebar__vis-icon{margin-left:auto;flex-shrink:0;font-size:.95rem!important;color:var(--color-outline)!important}.sidebar__batch-bar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.4rem;flex-shrink:0;padding:.55rem 0 .2rem;border-top:1px solid var(--color-border-subtle);background:var(--color-bg-elevated)}.sidebar__batch-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-height:2.55rem;border:1px solid var(--color-border-subtle);border-radius:.7rem;background:var(--color-surface-container, #f4f7f4);color:var(--color-text-main);font-size:.78rem;font-weight:800;cursor:pointer;-webkit-tap-highlight-color:transparent}.sidebar__batch-btn .material-symbols-outlined{font-size:1.1rem}.sidebar__batch-btn:disabled{opacity:.45;cursor:default}.sidebar__batch-btn--danger{color:var(--color-error, #ba1a1a)}.sidebar__note-row[draggable=true]{cursor:grab}.sidebar__note-row[draggable=true]:active{cursor:grabbing}.sidebar__note-row--dragging{opacity:.45}.sidebar__note-row--drop-before,.sidebar__note-row--drop-after{position:relative}.sidebar__note-row--drop-before:after,.sidebar__note-row--drop-after:after{content:"";position:absolute;left:.35rem;right:.35rem;height:2px;border-radius:2px;background:var(--color-symbol)}.sidebar__note-row--drop-before:after{top:-1px}.sidebar__note-row--drop-after:after{bottom:-1px}.sidebar__note-row--drop-into{border-radius:8px;background:var(--color-accent-fill-ghost);box-shadow:inset 0 0 0 2px var(--color-symbol)}.sidebar__drop-root{display:flex;align-items:center;gap:.4rem;margin:.35rem .2rem 0;padding:.5rem .6rem;border:2px dashed var(--color-outline);border-radius:8px;color:var(--color-text-muted);font-size:.78rem}.sidebar__drop-root .material-symbols-outlined{font-size:1rem}.sidebar__drop-root--active{border-color:var(--color-symbol);background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.sidebar__note-move{display:grid;place-items:center;width:26px;height:26px;border:none;border-radius:6px;background:transparent;color:var(--color-outline);cursor:pointer;opacity:0;flex-shrink:0;transition:opacity var(--transition-fast)}.sidebar__note-move .material-symbols-outlined{font-size:1rem}.sidebar__note-move:hover{background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.sidebar__note-row:hover .sidebar__note-move,.sidebar__note-move:focus-visible{opacity:1}.sidebar__folder-toggle{display:grid;place-items:center;width:26px;height:26px;border:none;border-radius:6px;background:transparent;color:var(--color-outline);cursor:pointer;flex-shrink:0}.sidebar__folder-toggle .material-symbols-outlined{font-size:1.05rem}.sidebar__folder-toggle:hover{background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.sidebar__folder-row{border:none;background:transparent;font:inherit;text-align:left;cursor:pointer;font-weight:700}.sidebar__folder-row .material-symbols-outlined:first-child{font-size:1rem}.sidebar__folder-row.sidebar__explorer-item--active{background:var(--color-accent-fill-ghost);color:var(--color-symbol-strong)}.sidebar__folder-icon{color:var(--color-symbol)!important}.sidebar__folder-count{margin-left:auto;font-size:.7rem;font-weight:700;color:var(--color-outline)}.sidebar__trash-icon{color:var(--color-outline)!important}.sidebar__trash-empty{display:grid;place-items:center;width:26px;height:26px;border:none;border-radius:6px;background:transparent;color:var(--color-outline);cursor:pointer;flex-shrink:0}.sidebar__trash-empty .material-symbols-outlined{font-size:1.05rem}.sidebar__trash-empty:hover:not(:disabled){background:#ba1a1a14;color:var(--color-error)}.sidebar__trash-empty:disabled{opacity:.5;cursor:wait}.sidebar__move-menu{display:grid;gap:2px;margin:.15rem 0 .35rem 1.6rem;padding:.35rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-bg-elevated)}.sidebar__move-menu button{border:none;background:transparent;font:inherit;font-size:.78rem;text-align:left;padding:.3rem .45rem;border-radius:6px;cursor:pointer;color:var(--color-text-main)}.sidebar__move-menu button:hover{background:var(--color-surface-container-low)}.sidebar__move-menu button:disabled{color:var(--color-outline);cursor:default;background:transparent}.sidebar__move-menu p{margin:0;padding:.3rem .45rem;font-size:.74rem;color:var(--color-outline)}.sidebar__concept-folder{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--color-border-subtle)}.sidebar__concept-icon{color:var(--color-symbol)!important;font-size:1rem!important}.sidebar__concept-help{display:grid;place-items:center;width:20px;height:20px;border:none;border-radius:50%;background:var(--color-surface-container-high);color:var(--color-text-muted);font-size:.7rem;font-weight:800;cursor:help;flex-shrink:0}.sidebar__concept-help:hover{background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.notice-stack{display:grid}.notice-banner{display:flex;align-items:center;gap:.7rem;width:100%;padding:.6rem 1.25rem;background:var(--color-symbol-strong);color:#fff;font-size:.86rem}.notice-banner+.notice-banner{border-top:1px solid rgba(255,255,255,.18)}.notice-banner--onboarding{background:#4752c4}.notice-banner__icon{flex-shrink:0;font-size:1.15rem;color:#ffffffe6}.notice-banner__body{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.5rem}.notice-banner__title{font-weight:800}.notice-banner__text{color:#ffffffd1;overflow:hidden;text-overflow:ellipsis}.notice-banner__link{flex-shrink:0;padding:.28rem .8rem;border-radius:999px;background:#fff;color:var(--color-symbol-strong);font-size:.76rem;font-weight:800;white-space:nowrap}.notice-banner--onboarding .notice-banner__link{color:#4752c4}.notice-banner__close{flex-shrink:0;display:grid;place-items:center;width:1.7rem;height:1.7rem;border:0;border-radius:50%;background:none;color:#ffffffd9;cursor:pointer}.notice-banner__close:hover{background:#ffffff29}.notice-banner__close .material-symbols-outlined{font-size:1.05rem}.content-col{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.content-col .main-content{flex:1;min-height:0}.confirm-modal__backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1rem;background:#00000073}.confirm-modal{width:min(360px,100%);display:grid;justify-items:center;gap:.5rem;padding:1.4rem 1.3rem 1.1rem;border-radius:18px;background:var(--color-bg-elevated);box-shadow:0 18px 50px #0000004d;text-align:center}.confirm-modal__icon{font-size:2rem;color:var(--color-symbol-strong)}.confirm-modal__icon--danger{color:var(--color-error)}.confirm-modal__title{margin:0;font-size:1.02rem;font-weight:800}.confirm-modal__message{margin:0;color:var(--color-text-muted);font-size:.86rem;white-space:pre-line}.confirm-modal__actions{margin-top:.6rem;display:flex;gap:.5rem;width:100%}.confirm-modal__actions button{flex:1;padding:.55rem 0;border:0;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer}.confirm-modal__cancel{background:var(--color-surface-container-high);color:var(--color-text-main)}.confirm-modal__confirm{background:var(--color-symbol-strong);color:#fff}.confirm-modal__confirm--danger{background:var(--color-error)}.bottom-nav{display:block;position:fixed;bottom:0;left:0;right:0;z-index:60;height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#f8f9ffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-nav)}.bottom-nav__scrim{position:fixed;inset:0;z-index:55;border:0;padding:0;margin:0;background:#0b1c3047;cursor:pointer;-webkit-tap-highlight-color:transparent}.bottom-nav__more{position:absolute;left:0;right:0;bottom:100%;z-index:1;display:grid;gap:.15rem;max-height:min(70vh,28rem);overflow-y:auto;padding:.85rem .85rem .65rem;border-radius:1.1rem 1.1rem 0 0;background:#f8f9fffa;box-shadow:0 -10px 28px #0b1c301f;transform:translateY(.75rem);opacity:0;pointer-events:none;visibility:hidden;transition:opacity var(--transition-med),transform var(--transition-med),visibility var(--transition-med)}.bottom-nav--more-open .bottom-nav__more{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.bottom-nav__more-section{margin:.35rem .35rem .2rem;padding:.15rem .4rem;color:var(--color-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.02em}.bottom-nav__more-section:first-child{margin-top:0}.bottom-nav__more-link{display:flex;align-items:center;gap:.75rem;min-height:2.75rem;padding:.55rem .75rem;border-radius:.85rem;color:var(--color-symbol-strong);font-size:.95rem;font-weight:600;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background var(--transition-fast)}.bottom-nav__more-link .material-symbols-outlined{font-size:1.35rem;color:var(--color-text-muted)}.bottom-nav__more-link--active{background:#006c491a;color:var(--color-symbol)}.bottom-nav__more-link--active .material-symbols-outlined{color:var(--color-symbol);font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.bottom-nav__more-link:active{background:#006c4914}.bottom-nav__more-badge{margin-left:auto;min-width:1.25rem;padding:.1rem .4rem;border-radius:999px;background:var(--color-symbol);color:#fff;font-size:.72rem;font-weight:700;text-align:center}.bottom-nav__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-around;height:var(--bottom-nav-height);max-width:640px;margin:0 auto;padding:0 .25rem;background:inherit}.bottom-nav__link{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;border:0;padding:0;background:transparent;color:var(--color-text-muted);font:inherit;font-size:.72rem;font-weight:500;cursor:pointer;transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;text-decoration:none}.bottom-nav__link--active{color:var(--color-symbol);font-weight:600}.bottom-nav__link--active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.bottom-nav__icon .material-symbols-outlined{font-size:1.5rem}.bottom-nav__dot{position:absolute;top:.2rem;right:calc(50% - 1.05rem);width:.45rem;height:.45rem;border-radius:999px;background:var(--color-symbol)}@media(min-width:901px){.bottom-nav,.bottom-nav__scrim{display:none}}.home-page{display:grid;gap:var(--space-lg)}.home-school-banner{margin:calc(-1 * var(--space-md)) calc(-1 * var(--margin-mobile)) 0;overflow:hidden;max-height:200px;background:linear-gradient(135deg,#006c4926,#adedd359)}.home-school-banner img{display:block;width:100%;height:200px;object-fit:cover}.home-school-profile{display:grid;gap:.75rem;margin:calc(-1 * var(--space-sm)) calc(-1 * var(--margin-mobile)) 0;padding:0 var(--margin-mobile) var(--space-md)}.home-school-profile__head{display:flex;gap:.85rem;align-items:center}.home-school-profile__icon{width:56px;height:56px;border-radius:16px;overflow:hidden;border:2px solid rgba(255,255,255,.9);box-shadow:var(--shadow-soft);background:#006c491a;display:grid;place-items:center;flex-shrink:0}.home-school-profile__icon img{width:100%;height:100%;object-fit:cover}.home-school-profile__name{margin:0;font-size:1.15rem;font-weight:700}.home-school-profile__desc{margin:0;color:var(--color-text-muted);line-height:1.55;white-space:pre-wrap}.home-school-profile__operators{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.home-school-profile__operators-label{font-size:.78rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.home-school-profile__operator-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem .25rem .25rem;border-radius:999px;border:1px solid var(--color-border-subtle);background:#ffffffd9;font-size:.82rem;font-weight:600;text-decoration:none;color:inherit}.home-school-profile__operator-chip img,.home-school-profile__operator-chip span:first-child{width:22px;height:22px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#006c491f;font-size:.7rem}.home-school-profile__operator-chip img{object-fit:cover}.home-school-profile__operator-role{margin-left:.15rem;padding:.1rem .4rem;border-radius:999px;background:#006c491f;font-size:.68rem;font-weight:700;color:var(--color-primary, #006c49)}.home-school-profile__edit-link{margin-left:auto;font-size:.82rem;font-weight:600;color:var(--color-primary, #006c49);text-decoration:none}.home-school-profile__edit-link:hover{text-decoration:underline}.home-welcome{display:grid;gap:var(--space-md);margin:calc(-1 * var(--space-md)) calc(-1 * var(--margin-mobile)) 0;padding:var(--space-md) var(--margin-mobile) var(--space-lg);background:linear-gradient(180deg,rgba(173,237,211,.3),transparent)}.home-welcome__title{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.home-welcome__school{margin:0 0 .35rem;color:var(--color-primary, #006c49);font-size:.85rem;font-weight:600}.home-welcome__subtitle{margin:.25rem 0 0;color:var(--color-text-muted);font-size:1rem;line-height:1.5}.home-search{position:relative}.home-search__icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:var(--color-outline);pointer-events:none}.home-search__icon .material-symbols-outlined{font-size:1.35rem}.home-search__tune{position:absolute;top:50%;right:1rem;transform:translateY(-50%);color:var(--color-symbol);pointer-events:none}.home-search__input{width:100%;height:3.5rem;padding:0 3rem;border:0;border-radius:var(--radius-lg);background:var(--color-bg-elevated);color:var(--color-text-main);font-size:1rem;box-shadow:var(--shadow-soft);outline:none;transition:box-shadow var(--transition-fast)}.home-search__input:focus{box-shadow:0 0 0 3px #10b9812e,var(--shadow-soft)}.home-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.home-stat-card{display:grid;gap:.25rem;padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-surface-container-low);box-shadow:var(--shadow-soft);transition:transform var(--transition-fast)}.home-stat-card:active{transform:scale(.97)}.home-stat-card__head{display:flex;align-items:center;justify-content:space-between}.home-stat-card__icon{color:var(--color-symbol)}.home-stat-card__icon .material-symbols-outlined{font-size:1.75rem;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.home-stat-card__label{color:var(--color-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.04em}.home-stat-card__value{margin:.25rem 0 0;font-size:1.5rem;font-weight:600}.home-stat-card__hint{color:var(--color-text-muted);font-size:.875rem;font-weight:500}.home-section{display:grid;gap:var(--space-md)}.home-section__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-section__title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600}.home-section__title .material-symbols-outlined{color:var(--color-symbol);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.home-section__link{color:var(--color-symbol);font-size:.875rem;font-weight:500}.home-section__empty{margin:0;grid-column:1/-1;color:var(--color-text-muted);font-size:.9rem}.home-section__chevron{color:var(--color-text-muted)}.home-feature-banner{position:relative;overflow:hidden;display:flex;gap:var(--space-lg);align-items:center;padding:var(--space-lg);border-radius:var(--radius-lg);color:#fff;background:var(--color-on-background);box-shadow:0 18px 40px #0b1c3033}.home-feature-banner__glow{position:absolute;top:-4rem;right:-4rem;width:8rem;height:8rem;border-radius:999px;background:#006c4940;filter:blur(36px)}.home-feature-banner__cover{position:relative;z-index:1;flex:0 0 6rem;width:6rem;height:8rem;border-radius:.25rem;object-fit:cover;box-shadow:0 12px 24px #00000047;transform:rotate(-2deg);background:var(--color-secondary-container)}.home-feature-banner__body{position:relative;z-index:1;min-width:0;flex:1}.home-feature-banner__kicker{margin:0 0 .25rem;color:#4edea3;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.home-feature-banner__title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-feature-banner__progress{display:flex;align-items:center;gap:.75rem}.home-feature-banner__track{flex:1;height:.375rem;border-radius:999px;background:#fff3;overflow:hidden}.home-feature-banner__fill{height:100%;border-radius:inherit;background:var(--color-symbol-soft)}.home-feature-banner__percent{color:#fffc;font-size:.75rem;font-weight:600}.home-notes-scroll{display:flex;gap:var(--space-md);overflow-x:auto;margin:0 calc(-1 * var(--margin-mobile));padding:0 var(--margin-mobile) .35rem}.home-note-chip{flex:0 0 12.5rem;overflow:hidden;border-radius:var(--radius-lg);border-left:4px solid var(--color-symbol);background:var(--color-surface-container-low);box-shadow:var(--shadow-soft);transition:transform var(--transition-fast)}.home-note-chip:nth-child(2n){border-left-color:var(--color-symbol-muted)}.home-note-chip:active{transform:scale(.98)}.home-note-chip__image{width:100%;height:6rem;object-fit:cover;background:var(--color-surface-container-highest)}.home-note-chip__body{padding:var(--space-md)}.home-note-chip__title{margin:0;font-size:.875rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home-note-chip__meta{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.home-note-chip__meta .material-symbols-outlined{font-size:.875rem;color:var(--color-symbol)}.home-ai-list{display:grid;gap:var(--space-md)}.home-ai-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}button.home-ai-item{width:100%;border:0;font:inherit;text-align:left;cursor:pointer;color:inherit}.home-ai-item:active{transform:scale(.98)}.home-ai-item__icon{display:grid;flex:0 0 3.5rem;width:3.5rem;height:3.5rem;place-items:center;border-radius:var(--radius-md);background:var(--color-secondary-container);color:var(--color-on-secondary-container)}.home-ai-item__icon .material-symbols-outlined{font-size:1.5rem}.home-ai-item__content{flex:1;min-width:0}.home-ai-item__title{margin:0;font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-ai-item__desc{margin:.2rem 0 0;color:var(--color-text-muted);font-size:.75rem}.home-ai-item__bookmark{color:var(--color-outline);transition:color var(--transition-fast)}.home-ai-item:hover .home-ai-item__bookmark{color:var(--color-symbol)}@media(min-width:901px){.home-welcome{margin:0;border-radius:var(--radius-xl);padding:var(--space-lg)}.home-notes-scroll{margin:0;padding-inline:0}}.home-official.explore-grid{margin-top:.15rem}.home-official__empty{pointer-events:none}.home-official__empty .explore-tile__empty{color:var(--color-outline)}.home-subjects{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.home-subject-chip{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.85rem .5rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-card);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.home-subject-chip:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}.home-subject-chip__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;font-size:1.35rem}.home-subject-chip__label{font-size:.82rem;font-weight:700;color:var(--color-text-main);text-align:center}@media(min-width:768px){.home-subjects{grid-template-columns:repeat(6,1fr)}}.home-subject-chip__grade{margin-left:.15rem;padding:.1rem .45rem;border-radius:999px;background:#00000014;font-size:.68rem;font-weight:800;opacity:.85}.home-roadmap-edit-toggle{display:inline-flex;align-items:center;gap:.25rem;border:0;background:none;cursor:pointer}.home-roadmap-edit-toggle .material-symbols-outlined{font-size:1rem}.home-roadmap-editor{display:grid;gap:.6rem;padding:.85rem 1rem;border:1px dashed var(--color-border-subtle);border-radius:14px;background:var(--color-bg-elevated)}.home-roadmap-editor__hint{margin:0;color:var(--color-text-muted);font-size:.8rem}.home-roadmap-editor__grid{display:grid;gap:.45rem}.home-roadmap-editor__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.home-roadmap-editor__subject{display:inline-flex;align-items:center;gap:.35rem;font-size:.86rem;font-weight:700}.home-roadmap-editor__subject .material-symbols-outlined{font-size:1.05rem;color:var(--color-text-muted)}.home-roadmap-editor__grades{display:inline-flex;gap:.3rem}.home-roadmap-editor__grade{padding:.28rem .7rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);font-size:.76rem;font-weight:700;cursor:pointer}.home-roadmap-editor__grade--on{background:var(--color-symbol-strong);border-color:transparent;color:#fff}.roadmap-modal__backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:#00000073}.roadmap-modal{width:min(560px,100%);max-height:min(80vh,720px);display:flex;flex-direction:column;gap:.6rem;padding:1.1rem 1.2rem;border-radius:18px;background:var(--color-bg-elevated);box-shadow:0 18px 50px #00000040}.roadmap-modal__header{display:flex;align-items:center;justify-content:space-between}.roadmap-modal__header h2{margin:0;font-size:1.05rem;font-weight:800}.roadmap-modal__close{display:grid;place-items:center;width:2rem;height:2rem;border:0;border-radius:50%;background:none;color:var(--color-text-muted);cursor:pointer}.roadmap-modal__close:hover{background:var(--color-accent-fill-ghost)}.roadmap-modal__hint{margin:0;color:var(--color-text-muted);font-size:.82rem}.roadmap-modal__groups{flex:1;min-height:0;overflow-y:auto;display:grid;gap:.7rem;padding-right:.2rem}.roadmap-modal__group{border:1px solid var(--color-border-subtle);border-radius:14px;padding:.7rem .85rem;display:grid;gap:.55rem}.roadmap-modal__group-head{display:flex;align-items:center;justify-content:space-between}.roadmap-modal__group-head h3{margin:0;font-size:.92rem;font-weight:800}.roadmap-modal__group-head button{border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);padding:.25rem .7rem;font-size:.74rem;font-weight:700;color:var(--color-symbol-strong);cursor:pointer}.roadmap-modal__group-head button:hover{background:var(--color-accent-fill-ghost)}.roadmap-modal__chips{display:flex;flex-wrap:wrap;gap:.4rem}.roadmap-modal__chip{display:inline-flex;align-items:center;gap:.3rem;padding:.38rem .8rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);font-size:.82rem;font-weight:700;cursor:pointer}.roadmap-modal__chip .material-symbols-outlined{font-size:1rem}.roadmap-modal__chip--on{background:var(--color-symbol-strong);border-color:transparent;color:#fff}.roadmap-modal__footer{display:flex;justify-content:flex-end}.roadmap-modal__footer{justify-content:space-between;align-items:center}.roadmap-modal__clear{border:0;background:none;color:var(--color-text-muted);font-size:.82rem;font-weight:700;text-decoration:underline;cursor:pointer}.roadmap-modal__clear:hover:not(:disabled){color:var(--color-error)}.roadmap-modal__clear:disabled{opacity:.4;cursor:default}.home-roadmap-empty{margin:0;display:grid;place-items:center;min-height:104px;padding:.85rem 1rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-card);color:var(--color-text-muted);font-size:.85rem;text-align:center}.study-calendar{display:grid;gap:.85rem;padding:1rem;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-card);align-items:start}@media(min-width:768px){.study-calendar{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.25rem}}.study-calendar__cal{display:grid;gap:.6rem;min-width:0}.study-calendar__side{display:grid;gap:.75rem;min-width:0;align-content:start}.study-calendar__timer-row{display:flex;align-items:center;gap:.6rem;padding:.45rem .65rem;border-radius:var(--radius-md);background:var(--color-surface-container-low)}.study-calendar__timer-time{margin:0 0 0 auto;font-size:1.05rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--color-text-muted);line-height:1}.study-calendar__timer-time--running{color:var(--color-symbol)}.study-calendar__timer-notice{margin:0;font-size:.75rem;color:var(--color-error)}.study-calendar__timer-notice a{font-weight:700;color:var(--color-symbol);text-decoration:underline}.study-calendar__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.study-calendar__month{display:flex;align-items:center;gap:.25rem}.study-calendar__title{margin:0;font-size:1.05rem;font-weight:700;min-width:7.2rem;text-align:center}.study-calendar__nav{display:grid;place-items:center;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast)}.study-calendar__nav:hover{background:var(--color-accent-fill-ghost)}.study-calendar__nav .material-symbols-outlined{font-size:1.3rem}.study-calendar__timer{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-symbol);font-size:.82rem;font-weight:700;font-variant-numeric:tabular-nums;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.study-calendar__timer .material-symbols-outlined{font-size:1.15rem}.study-calendar__timer:hover{background:var(--color-accent-fill-ghost)}.study-calendar__timer--running{background:var(--symbol-gradient);border-color:transparent;color:#fff}.study-calendar__timer--running:hover{background:var(--symbol-gradient);opacity:.92}.study-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.study-calendar__weekday{text-align:center;font-size:.68rem;font-weight:700;color:var(--color-text-muted);padding-bottom:2px}.study-calendar__weekday--sun{color:var(--color-error)}.study-calendar__cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;aspect-ratio:1/.85;border:none;border-radius:6px;background:var(--color-surface-container-low);padding:3px 0 0;overflow:hidden;font:inherit;cursor:pointer}.study-calendar__cell--selected{outline:2px solid var(--color-symbol-soft);outline-offset:1px}.study-calendar__cell--blank{background:transparent;cursor:default}.study-calendar__cell--l1{background:#c9efdb}.study-calendar__cell--l2{background:#8fdcb4}.study-calendar__cell--l3{background:#34b57d}.study-calendar__cell--l3 .study-calendar__daynum{color:#fff}.study-calendar__cell--l4{background:var(--color-symbol)}.study-calendar__cell--l4 .study-calendar__daynum{color:#fff}.study-calendar__cell--today{outline:2px solid var(--color-symbol);outline-offset:1px}.study-calendar__cell--exam{box-shadow:inset 0 0 0 2px var(--color-error)}.study-calendar__cell--exam-tentative{box-shadow:inset 0 0 0 2px var(--color-outline)}.study-calendar__daynum{font-size:.66rem;font-weight:600;color:var(--color-text-main);line-height:1}.study-calendar__exam-badge{margin-top:auto;width:100%;text-align:center;font-size:.52rem;font-weight:800;letter-spacing:-.02em;padding:1px 0 2px;background:var(--color-error);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.study-calendar__cell--exam-tentative .study-calendar__exam-badge{background:var(--color-outline)}.study-calendar__legend{display:flex;align-items:center;gap:4px;font-size:.68rem;color:var(--color-text-muted)}.study-calendar__legend-swatch{display:inline-block;width:12px;height:12px;border-radius:3px}.study-calendar__cell--l0{background:var(--color-surface-container-low)}.study-calendar__legend-label{padding:0 2px}.study-calendar__legend-today{margin-left:auto;font-weight:700;color:var(--color-symbol)}.study-calendar__todo-dot{position:absolute;right:3px;top:3px;width:5px;height:5px;border-radius:50%;background:var(--color-symbol)}.study-calendar__todos{display:grid;gap:.5rem;padding:.75rem;border-radius:var(--radius-lg);background:var(--color-surface-container-low)}.study-calendar__todos-title{display:flex;align-items:center;gap:.35rem;margin:0;font-size:.82rem;font-weight:800;color:var(--color-symbol-strong)}.study-calendar__todos-title .material-symbols-outlined{font-size:1.05rem;color:var(--color-symbol)}.study-calendar__todo-list{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.study-calendar__todo-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:var(--radius-md);background:var(--color-bg-elevated);font-size:.82rem}.study-calendar__todo-item span:first-child{flex:1;min-width:0;word-break:break-word}.study-calendar__todo-remove{display:grid;place-items:center;width:22px;height:22px;border:none;border-radius:50%;background:transparent;color:var(--color-outline);cursor:pointer;flex-shrink:0}.study-calendar__todo-remove .material-symbols-outlined{font-size:.95rem}.study-calendar__todo-remove:hover{background:var(--color-error-container);color:var(--color-error)}.study-calendar__todo-empty{font-size:.78rem;color:var(--color-outline);padding:.15rem .2rem}.study-calendar__todo-add{display:flex;gap:.4rem}.study-calendar__todo-add input{flex:1;min-width:0;padding:.45rem .6rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-bg-elevated);font:inherit;font-size:.82rem}.study-calendar__todo-add .button-primary{min-height:34px;padding:.35rem .8rem;font-size:.8rem}.study-calendar__exam-info{display:grid;gap:.5rem;padding:.75rem;border-radius:var(--radius-lg);background:var(--color-tertiary-wash)}.study-calendar__exam-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.9rem}.study-calendar__exam-chip{padding:.2rem .6rem;border-radius:999px;background:var(--color-surface-container);color:var(--color-text-main);font-size:.72rem;font-weight:700}.study-calendar__exam-chip--official{background:var(--color-secondary-container);color:var(--color-on-secondary-container)}.study-calendar__dday{font-weight:800;color:var(--color-error);font-size:.85rem}.study-calendar__exam-tentative-wrap{position:relative;display:grid;gap:.4rem}.study-calendar__exam-open{display:grid;gap:.4rem;padding:0;border:none;background:transparent;font:inherit;text-align:left;cursor:pointer;border-radius:var(--radius-md)}.study-calendar__exam-open:hover .study-calendar__unofficial{text-decoration:underline}.study-calendar__vote-bubble{display:grid;gap:.5rem;padding:.75rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);border:1px solid var(--color-border-subtle);box-shadow:var(--shadow-soft)}.study-calendar__vote-bubble-title{margin:0;font-size:.8rem;font-weight:800;color:var(--color-symbol-strong)}.study-calendar__vote{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.study-calendar__vote input[type=date]{padding:.4rem .6rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-bg-elevated);font:inherit;font-size:.85rem}.study-calendar__vote-btn{min-height:36px;padding:.4rem .9rem;font-size:.82rem}.study-calendar__my-vote{font-size:.75rem;color:var(--color-text-muted)}.study-calendar__vote-error{margin:0;font-size:.78rem;color:var(--color-error)}.study-calendar__unofficial{display:flex;align-items:center;gap:.4rem;margin:0;font-size:.75rem;color:var(--color-text-muted)}.study-calendar__question-mark{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--color-surface-container-high);color:var(--color-text-muted);font-size:.68rem;font-weight:800;cursor:help;flex-shrink:0}.study-calendar__todo-error{margin:0;font-size:.78rem;color:var(--color-error)}.study-calendar__todo-hint{margin:0;padding:.15rem .2rem;font-size:.76rem;color:var(--color-outline)}.study-calendar__learnings{display:grid;gap:.4rem;padding:.7rem .8rem;border-radius:12px;background:var(--color-secondary-container)}.study-calendar__learnings-title{margin:0;display:flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:800;color:var(--color-on-secondary-container)}.study-calendar__learnings-title .material-symbols-outlined{font-size:1rem}.study-calendar__learnings-edit{margin-left:auto;border:0;background:none;color:inherit;font-size:.72rem;font-weight:700;text-decoration:underline;cursor:pointer}.study-calendar__learnings-list{list-style:none;margin:0;padding:0;display:grid;gap:.25rem}.study-calendar__learnings-list li{position:relative;padding-left:.9rem;font-size:.8rem}.study-calendar__learnings-list li:before{content:"🌱";position:absolute;left:0;font-size:.6rem;top:.15rem}.study-calendar__learnings-empty{color:var(--color-text-muted)}.study-calendar__learnings-empty:before{content:"·"!important}.study-calendar__learnings-lock{margin:0;font-size:.7rem;color:var(--color-text-muted)}.study-calendar__learnings-editor{width:100%;padding:.5rem .6rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);font:inherit;font-size:.8rem;resize:vertical}.study-calendar__learnings-actions{display:flex;gap:.4rem}.study-calendar__learnings-actions .button-primary,.study-calendar__learnings-actions .button-ghost{padding:.3rem .8rem;font-size:.76rem}.problem-search{display:grid;gap:var(--space-md)}.problem-search__header{display:flex;align-items:center;gap:.75rem}.problem-search__back{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:var(--color-text-main);flex-shrink:0}.problem-search__back:hover{background:var(--color-accent-fill-ghost)}.problem-search__title{margin:0;font-size:1.15rem;font-weight:800}.problem-search__desc{margin:.15rem 0 0;font-size:.8rem;color:var(--color-text-muted)}.problem-search__card{display:grid;gap:.75rem;padding:1rem;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-card)}.problem-search__signin{justify-items:center;text-align:center}.problem-search__signin p{margin:0;color:var(--color-text-muted)}.problem-search__pick{justify-items:center;text-align:center;padding:2rem 1rem}.problem-search__pick p{margin:0;color:var(--color-text-muted);font-size:.9rem}.problem-search__pick-icon{font-size:3rem;color:var(--color-symbol)}.problem-search__pick-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.problem-search__pick-buttons .button-primary,.problem-search__pick-buttons .button-ghost{display:inline-flex;align-items:center;gap:.35rem}.problem-search__crop-hint{display:flex;align-items:center;gap:.4rem;margin:0;font-size:.85rem;color:var(--color-text-muted)}.problem-search__crop-hint .material-symbols-outlined{color:var(--color-symbol);font-size:1.1rem}.problem-search__frame{position:relative;justify-self:center;max-width:100%;touch-action:none;user-select:none;-webkit-user-select:none;line-height:0;border-radius:var(--radius-md);overflow:hidden;background:#000}.problem-search__frame img{display:block;max-width:100%;max-height:65vh;pointer-events:none}.problem-search__box{position:absolute;border:2px solid var(--color-symbol-soft);box-shadow:0 0 0 9999px #00000073;cursor:move;border-radius:4px}.problem-search__box-handle{position:absolute;right:-12px;bottom:-12px;width:24px;height:24px;border-radius:50%;background:var(--color-symbol);border:3px solid #fff;cursor:nwse-resize;touch-action:none}.problem-search__error{margin:0;padding:.6rem .85rem;border-radius:var(--radius-md);background:var(--color-error-container);color:var(--color-error);font-size:.82rem}.problem-search__loading{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.85rem;font-weight:700;color:var(--color-symbol)}.problem-search__spin{animation:problem-search-spin 1s linear infinite}@keyframes problem-search-spin{to{transform:rotate(360deg)}}.problem-search__actions{display:flex;justify-content:flex-end;gap:.6rem}.problem-search__actions .button-primary,.problem-search__actions .button-ghost{display:inline-flex;align-items:center;gap:.35rem}.problem-search__result{display:grid;gap:var(--space-md)}.problem-search__answer{background:var(--symbol-gradient);color:#fff}.problem-search__answer-label{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.85}.problem-search__answer-value{margin:0;font-size:1.5rem;font-weight:800;line-height:1.35;word-break:break-word}.problem-search__match-note{margin:0;font-size:.78rem;opacity:.9}.problem-search__section-title{margin:0;font-size:.95rem;font-weight:800}.problem-search__prose{margin:0;font-size:.88rem;line-height:1.7;white-space:pre-wrap;word-break:break-word;color:var(--color-text-main)}.problem-search__problem-image{max-width:100%;border-radius:var(--radius-md);border:1px solid var(--color-border-subtle)}.problem-search__note{display:flex;align-items:center;gap:.75rem}.problem-search__note img{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0}.problem-search__note div{flex:1;min-width:0}.problem-search__note .material-symbols-outlined{color:var(--color-outline)}.problem-search__note-kicker{margin:0;font-size:.72rem;font-weight:800;color:var(--color-symbol)}.problem-search__note-title{margin:.15rem 0 0;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.concept-page{display:grid;gap:var(--space-md);max-width:46rem;margin:0 auto}.concept-header{display:flex;align-items:flex-start;gap:.6rem}.concept-header__back{display:grid;place-items:center;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:var(--color-text-main);cursor:pointer;flex-shrink:0}.concept-header__back:hover{background:var(--color-accent-fill-ghost)}.concept-header__body{display:grid;gap:.35rem;min-width:0}.concept-badge{display:inline-flex;align-items:center;gap:.3rem;justify-self:start;padding:.2rem .6rem;border-radius:999px;background:var(--color-secondary-container);color:var(--color-on-secondary-container);font-size:.72rem;font-weight:800}.concept-badge .material-symbols-outlined{font-size:.95rem}.concept-header__title{margin:0;font-size:1.45rem;font-weight:850}.concept-header__summary{margin:0;color:var(--color-text-muted);font-size:.92rem;line-height:1.55}.concept-body{padding:1.1rem 1.2rem;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-card);line-height:1.7}.concept-body .concept-body__content a{color:#1a73e8;font-weight:600;text-decoration:underline;text-underline-offset:.15em}[data-theme=dark] .concept-body .concept-body__content a{color:#8ab4f8}.concept-edit{display:grid;gap:.6rem;padding:1rem 1.1rem;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-card)}.concept-edit textarea{width:100%;resize:vertical;padding:.65rem .75rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-bg);font:inherit;font-size:.88rem;line-height:1.55}.concept-edit__title{display:flex;align-items:center;gap:.4rem;margin:0;font-size:.98rem;font-weight:800}.concept-edit__title .material-symbols-outlined{color:var(--color-symbol);font-size:1.15rem}.concept-edit__hint{margin:0;font-size:.8rem;color:var(--color-text-muted);line-height:1.55}.concept-edit__hint a{color:var(--color-symbol);font-weight:700;text-decoration:underline}.concept-edit__actions{display:flex;justify-content:flex-end}.concept-edit__result{display:flex;align-items:flex-start;gap:.4rem;margin:0;padding:.6rem .8rem;border-radius:var(--radius-md);font-size:.85rem;line-height:1.5}.concept-edit__result .material-symbols-outlined{font-size:1.1rem;margin-top:.05rem}.concept-edit__result--accepted{background:var(--color-secondary-container);color:var(--color-on-secondary-container)}.concept-edit__result--rejected{background:var(--color-error-container);color:var(--color-error)}.concept-inline-link{color:#1a73e8;font-weight:600;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.concept-inline-link:hover{color:#1558b0}[data-theme=dark] .concept-inline-link{color:#8ab4f8}[data-theme=dark] .concept-inline-link:hover{color:#aecbfa}.school-pick{position:relative;display:grid;min-height:100vh;place-items:center;padding:var(--space-lg) var(--margin-mobile);overflow:hidden;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(173,237,211,.55),transparent 60%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(16,185,129,.12),transparent 50%),linear-gradient(180deg,#f0fdf4 0%,var(--color-surface) 45%,#eff4ff 100%)}.school-pick__glow{position:absolute;inset:-20% 10% auto;height:40%;background:radial-gradient(circle,rgba(0,108,73,.12),transparent 70%);pointer-events:none;filter:blur(40px)}.school-pick__panel{position:relative;z-index:1;width:100%;max-width:28rem;display:grid;gap:var(--space-md);padding:var(--space-lg);border:1px solid rgba(0,108,73,.12);border-radius:var(--radius-xl);background:#ffffffeb;box-shadow:var(--shadow-soft),0 16px 40px #006c4914;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.school-pick__brand{text-align:center}.school-pick__logo{width:3.5rem;height:3.5rem;object-fit:contain;margin-bottom:.75rem}.school-pick__title{margin:0;color:var(--color-symbol);font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.school-pick__subtitle{margin:.5rem 0 0;color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.school-pick__search{position:relative;display:block}.school-pick__search-icon{position:absolute;top:50%;left:.9rem;transform:translateY(-50%);color:var(--color-outline);font-size:1.25rem;pointer-events:none}.school-pick__search input{width:100%;height:3rem;padding:0 1rem 0 2.75rem;border:1px solid rgba(0,108,73,.16);border-radius:var(--radius-lg);background:var(--color-bg-elevated);color:var(--color-text-main);font-size:1rem;outline:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.school-pick__search input:focus{border-color:var(--color-symbol-soft);box-shadow:0 0 0 3px #10b9812e}.school-pick__status{margin:0;color:var(--color-text-muted);font-size:.875rem;text-align:center}.school-pick__status--error{color:var(--color-error)}.school-pick__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;max-height:min(40vh,20rem);overflow-y:auto}.school-pick__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;border:1px solid transparent;border-radius:var(--radius-md);background:var(--color-tertiary-wash);color:inherit;text-align:left;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.school-pick__item:hover:not(:disabled),.school-pick__item:focus-visible{border-color:#006c4938;background:var(--color-bg-elevated);outline:none;transform:translateY(-1px)}.school-pick__item:disabled{opacity:.6;cursor:wait}.school-pick__item-icon{flex-shrink:0;color:var(--color-symbol);font-size:1.35rem}.school-pick__item-body{flex:1;min-width:0;display:grid;gap:.15rem}.school-pick__item-name{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.school-pick__item-meta{color:var(--color-text-muted);font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.school-pick__item-chevron{flex-shrink:0;color:var(--color-outline);font-size:1.25rem}.school-pick__hint{margin:0;color:var(--color-outline);font-size:.75rem;text-align:center;line-height:1.4}@media(min-width:901px){.school-pick__panel{padding:var(--space-xl)}.school-pick__title{font-size:2rem}}.school-rail{position:fixed;left:0;top:0;bottom:0;z-index:5;width:76px;display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem 0;background:#00000038;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto}.school-rail__label{margin:0 0 .2rem;color:#ffffffbf;font-size:.66rem;font-weight:800;letter-spacing:.06em}.school-rail__item{position:relative;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#ffffff24;overflow:visible;transition:border-radius .15s ease,transform .15s ease}.school-rail__item img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.school-rail__item:hover{border-radius:16px;transform:translateY(-1px)}.school-rail__item:hover img{border-radius:inherit}.school-rail__item:hover .school-rail__tooltip{opacity:1;visibility:visible}.school-rail__initial{color:#fff;font-size:1.2rem;font-weight:800}.school-rail__tooltip{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);padding:.3rem .6rem;border-radius:8px;background:#000000d9;color:#fff;font-size:.78rem;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .12s ease;pointer-events:none}@media(max-width:640px){.school-rail{width:60px}.school-rail .school-rail__item{width:44px;height:44px}}.create-page{display:flex;flex-direction:column;gap:var(--space-lg);width:100%;max-width:40rem;margin:0 auto;padding-bottom:1rem;animation:create-fade-in .55s ease-out}@keyframes create-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.create-hero{display:flex;flex-direction:column;gap:var(--space-xs)}.create-hero__eyebrow{display:flex;align-items:center;gap:var(--space-sm)}.create-hero__badge{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.65rem;color:#fff;background:var(--color-symbol)}.create-hero__badge .material-symbols-outlined{font-size:1.15rem;font-variation-settings:"FILL" 1}.create-hero__kicker{color:var(--color-symbol);font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.create-hero__title{margin:0;color:var(--color-text-main);font-size:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.01em}.create-hero__desc{margin:0;color:var(--color-text-muted);font-size:1rem;line-height:1.5}.exams-page__new{display:inline-flex;align-items:center;gap:.35rem;margin-top:.85rem;border-radius:999px;padding:.5rem .9rem;background:var(--color-symbol);color:#fff;font-size:.82rem;font-weight:800;text-decoration:none}.exams-page__new .material-symbols-outlined{font-size:1.1rem}.exams-page__back{margin:0 0 1rem;font-size:.88rem;font-weight:700}.exams-page__back a{color:var(--color-symbol);text-decoration:none}.create-history{display:grid;gap:.65rem;margin-bottom:1.25rem}.create-history__title{display:flex;align-items:center;gap:.4rem;margin:0;font-size:.95rem;font-weight:800}.create-history__title .material-symbols-outlined{font-size:1.2rem;color:var(--color-symbol)}.create-history__hint{margin:0;color:var(--color-text-muted);font-size:.82rem}.create-history__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.create-history__item{width:100%;display:grid;gap:.15rem;text-align:left;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-md);padding:.7rem .85rem;background:var(--color-bg-elevated);color:inherit;text-decoration:none;cursor:pointer}.create-history__item:hover,.create-history__item--active{border-color:#006c4966;background:var(--color-tertiary-wash)}.create-history__item-title{font-size:.9rem;font-weight:700}.create-history__item-meta{color:var(--color-text-muted);font-size:.75rem}.create-card{overflow:hidden;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-card)}.create-tabs{display:flex;gap:.25rem;margin:var(--space-md) var(--space-md) 0;padding:.25rem;border-radius:var(--radius-md);background:var(--color-surface-container-low)}.create-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.5rem;padding:.5rem .4rem;border:0;border-radius:var(--radius-sm);color:var(--color-text-muted);background:transparent;font-size:.8rem;font-weight:600;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.create-tab .material-symbols-outlined{font-size:1.125rem}.create-tab--active{color:var(--color-symbol);background:var(--color-bg-elevated);box-shadow:0 1px 4px #0b1c300f}.create-panel{padding:var(--space-md)}.create-note-picker{display:grid;gap:.75rem}.create-note-search{position:relative;display:block}.create-note-search .material-symbols-outlined{position:absolute;top:50%;left:.85rem;transform:translateY(-50%);color:var(--color-outline);font-size:1.25rem;pointer-events:none}.create-note-search input{width:100%;height:2.85rem;padding:0 1rem 0 2.75rem;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-lg);background:var(--color-surface-container-low);color:var(--color-text-main);font:inherit;outline:none}.create-note-search input:focus{border-color:#006c4973;box-shadow:0 0 0 3px #10b98126;background:var(--color-bg-elevated)}.create-note-picker__hint,.create-note-picker__error{margin:0;padding:.5rem .15rem;font-size:.85rem;color:var(--color-text-muted)}.create-note-picker__error{color:var(--color-error);font-weight:700}.create-pick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;max-height:min(28rem,62vh);overflow-x:hidden;overflow-y:auto;border-radius:var(--radius-lg);align-content:start}.create-pick-cell{position:relative;width:100%;min-width:0;min-height:0;padding-top:100%;overflow:hidden;background:var(--color-surface-container)}.create-pick-cell .create-pick-tile{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;overflow:hidden;border:0;padding:0;margin:0;text-align:left;cursor:pointer;appearance:none;background:var(--color-surface-container)}.create-pick-cell .create-pick-tile img,.create-pick-cell .create-pick-tile .explore-tile__empty{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;display:block}.create-pick-tile--on,.create-pick-tile--partial{box-shadow:inset 0 0 0 2.5px var(--color-symbol)}.create-pick-tile--busy{opacity:.72}.create-pick-check{position:absolute;top:.35rem;right:.35rem;z-index:2;display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#fff;color:#0b8a4e;box-shadow:0 2px 8px #0003}.create-pick-check .material-symbols-outlined{font-size:1.15rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.create-pick-sentinel{grid-column:1/-1;height:1px}.create-note-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;max-height:18rem;overflow-y:auto}.create-note-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem;border:1px solid rgba(187,202,191,.4);border-radius:var(--radius-lg);background:var(--color-bg-elevated);text-align:left;cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.create-note-item:hover{border-color:#006c4973;background:#adedd31f;transform:translateY(-1px)}.create-note-item--selected{border-color:#006c4980;background:#adedd338}.create-note-item__check{flex:0 0 auto;display:grid;place-items:center;color:var(--color-outline)}.create-note-item--selected .create-note-item__check{color:var(--color-symbol)}.create-note-item__check .material-symbols-outlined{font-size:1.35rem}.create-note-item__body{flex:1;min-width:0;display:grid;gap:.15rem}.create-note-item__title{font-size:.9rem;font-weight:700;color:var(--color-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.create-note-item__meta{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.create-note-selected-wrap{display:grid;gap:.55rem;padding:.75rem .85rem;border-radius:var(--radius-lg);border:1px solid rgba(0,108,73,.28);background:#adedd324}.create-note-selected-wrap__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.create-note-selected-wrap__count{font-size:.8rem;font-weight:800;color:var(--color-symbol)}.create-note-selected-wrap__clear-all{border:0;background:transparent;color:var(--color-text-muted);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;padding:.15rem .25rem}.create-note-selected-wrap__clear-all:hover{color:var(--color-error)}.create-note-chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.create-note-chip{display:inline-flex;align-items:center;gap:.25rem;max-width:100%;padding:.35rem .35rem .35rem .7rem;border-radius:999px;background:var(--color-bg-elevated);border:1px solid rgba(0,108,73,.22);color:var(--color-text-main)}.create-note-chip__title{max-width:12rem;font-size:.8rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.create-note-chip__remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.5rem;height:1.5rem;margin:0;padding:0;border:0;border-radius:50%;background:#0f172a0f;color:var(--color-text-muted);line-height:0;font:inherit;font-weight:400;cursor:pointer;appearance:none}.create-note-chip__remove .material-symbols-outlined{display:block;width:1em;height:1em;overflow:hidden;font-size:1rem;font-weight:400;line-height:1}.create-note-chip__remove:hover{background:#ba1a1a1a;color:var(--color-error)}.create-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:2.5rem 1rem;border:2px dashed var(--color-border-subtle);border-radius:var(--radius-xl);background:#f8f9ff8c;cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast)}.create-dropzone:hover,.create-dropzone--drag{border-color:var(--color-symbol);background:#adedd31f}.create-dropzone:hover .create-dropzone__icon,.create-dropzone--drag .create-dropzone__icon{transform:scale(1.08)}.create-dropzone__icon{display:grid;width:4rem;height:4rem;place-items:center;margin-bottom:.5rem;border-radius:999px;color:var(--color-symbol);background:var(--color-secondary-container);transition:transform var(--transition-med)}.create-dropzone__icon .material-symbols-outlined{font-size:2rem}.create-dropzone__title{margin:0;font-size:.875rem;font-weight:600;text-align:center;color:var(--color-text-main)}.create-dropzone__hint{margin:0;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.create-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.create-textarea{width:100%;min-height:10rem;padding:1rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);background:var(--color-surface);color:var(--color-text-main);font:inherit;line-height:1.6;resize:vertical;outline:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.create-textarea:focus{border-color:var(--color-symbol);box-shadow:0 0 0 1px var(--color-symbol)}.create-settings{display:grid;gap:var(--space-md)}.create-settings__title{display:flex;align-items:center;gap:.35rem;margin:0;color:var(--color-text-muted);font-size:.875rem;font-weight:500}.create-settings__title .material-symbols-outlined{font-size:1.125rem}.create-setting-block{padding:var(--space-md);border-radius:var(--radius-xl);background:var(--color-surface-container-low)}.create-setting-block__head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.65rem}.create-setting-block__head .create-setting-block__label{margin-bottom:0}.create-ref-admin{display:inline-flex;align-items:center;gap:.25rem;margin:0;padding:.28rem .65rem;border:1px solid rgba(0,108,73,.28);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-symbol-strong);font:inherit;font-size:.74rem;font-weight:800;cursor:pointer}.create-ref-admin .material-symbols-outlined{font-size:1rem}.create-ref-admin:hover{background:#006c4914}.create-ref-back{display:inline-flex;align-items:center;gap:.3rem;margin:0 0 .35rem;padding:0;border:0;background:none;color:var(--color-symbol-strong);font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.create-ref-back .material-symbols-outlined{font-size:1.15rem}.create-ref-drop{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:3.4rem;padding:.7rem .9rem;border:1.5px dashed rgba(0,108,73,.35);border-radius:var(--radius-lg);background:var(--color-bg-elevated);color:var(--color-text-muted);font-size:.82rem;font-weight:700;cursor:pointer}.create-ref-drop .material-symbols-outlined{font-size:1.25rem;color:var(--color-symbol)}.create-ref-drop--busy{opacity:.7;pointer-events:none}.create-ref__thumbs{list-style:none;margin:.7rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.55rem}.create-ref__thumb{position:relative;aspect-ratio:3/4;border-radius:.65rem;overflow:hidden;background:var(--color-surface-container-high)}.create-ref__thumb img{width:100%;height:100%;object-fit:cover}.create-ref__thumb--busy{opacity:.55}.create-ref__thumb--fail{outline:2px solid var(--color-error)}.create-ref__num{position:absolute;top:.25rem;left:.25rem;z-index:1;display:grid;place-items:center;min-width:1.15rem;height:1.15rem;padding:0 .2rem;border-radius:999px;background:#0f172ab8;color:#fff;font-size:.68rem;font-weight:800}.create-ref__remove{position:absolute;top:.25rem;right:.25rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;margin:0;padding:0;border:0;border-radius:50%;background:#ffffffe6;color:var(--color-text-muted);line-height:0;cursor:pointer;appearance:none}.create-ref__remove .material-symbols-outlined{display:block;width:1em;height:1em;font-size:1rem;line-height:1}.create-ref__text{display:grid;gap:.35rem;margin-top:.9rem;font-size:.78rem;font-weight:800;color:var(--color-text-muted)}.create-ref__text textarea{width:100%;padding:.7rem .8rem;border:1px solid rgba(187,202,191,.45);border-radius:var(--radius-md);background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-size:.82rem;font-weight:500;line-height:1.5;resize:vertical}.create-ref__ok{margin:.65rem 0 0;color:var(--color-symbol-strong);font-size:.82rem;font-weight:700}.create-ref-index{display:grid;gap:1.1rem}.create-ref-index__group{display:grid;gap:.45rem}.create-ref-index__group h2{margin:0;color:var(--color-text-muted);font-size:.74rem;font-weight:800;letter-spacing:.06em}.create-ref-index__chips{display:flex;flex-wrap:wrap;gap:.4rem}.create-ref-index__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .7rem;border:1px solid rgba(187,202,191,.5);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.create-ref-index__chip em{font-style:normal;font-size:.68rem;font-weight:800;color:var(--color-symbol-strong)}.create-ref-index__chip--on{border-color:#006c4959;background:#006c4914}.create-ref-analyze{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-top:.75rem;padding:.5rem .85rem;border:1px solid rgba(0,108,73,.28);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-symbol-strong);font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}.create-ref-analyze .material-symbols-outlined{font-size:1.1rem}.create-ref-analyze:disabled{opacity:.5;cursor:default}.create-ref-text-actions{display:flex;justify-content:flex-end;margin-top:.4rem}.create-ref-text-btn,.create-ref-delete{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .65rem;border:0;background:none;color:var(--color-text-muted);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.create-ref-text-btn .material-symbols-outlined,.create-ref-delete .material-symbols-outlined{font-size:1.05rem}.create-ref-text-btn:hover:not(:disabled),.create-ref-delete:hover:not(:disabled){color:var(--color-error)}.create-ref-text-btn:disabled,.create-ref-delete:disabled{opacity:.4;cursor:default}.create-ref-save-row{display:grid;gap:.55rem;margin-top:1rem}.create-ref-save-row .create-submit{width:100%}.create-setting-block__label{display:block;margin-bottom:.65rem;color:var(--color-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.create-setting-block__hint{margin:.45rem 0 0;color:var(--color-text-muted);font-size:.75rem;line-height:1.45}.create-count{display:flex;align-items:center;gap:.55rem}.create-count input{width:5.5rem;height:2.6rem;padding:0 .7rem;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-md);background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-weight:700}.create-count span{color:var(--color-text-muted);font-size:.82rem;font-weight:600}.create-prompt{width:100%;min-height:5.5rem;padding:.75rem .85rem;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-md);background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;line-height:1.5;resize:vertical}.create-extract-option{display:inline-flex;align-items:center;gap:.45rem;margin:.15rem 0 .35rem;font-size:.88rem;font-weight:800;color:var(--color-text-main);cursor:pointer}.create-extract-option input{width:1.05rem;height:1.05rem;accent-color:var(--color-symbol);cursor:pointer}.create-extract{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.6rem;padding:.5rem .95rem;border:1px solid rgba(0,108,73,.35);border-radius:var(--radius-md);background:var(--color-bg-elevated);color:var(--color-symbol);font:inherit;font-size:.88rem;font-weight:800;cursor:pointer}.create-extract:disabled{opacity:.7;cursor:wait}.create-extract .material-symbols-outlined{font-size:1.15rem}.create-passages{display:grid;gap:.75rem}.create-passages__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.create-passages__clear{border:0;background:transparent;color:var(--color-text-muted);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.create-passages__sub{margin:.35rem 0 0;font-size:.82rem;font-weight:800;color:var(--color-symbol)}.create-passage-field{display:grid;gap:.3rem;font-size:.78rem;font-weight:700;color:var(--color-text-muted)}.create-passage-field input,.create-passage-field textarea{width:100%;padding:.65rem .75rem;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-md);background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-weight:500}.create-passage-field textarea{line-height:1.5;resize:vertical}.create-passage-card{display:grid;gap:.55rem;padding:.75rem;border:1px solid rgba(187,202,191,.4);border-radius:var(--radius-lg);background:var(--color-bg-elevated)}.create-passage-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem;font-weight:800;color:var(--color-text-main)}.create-passage-card__remove{display:inline-flex;align-items:center;gap:.15rem;border:0;background:transparent;color:var(--color-text-muted);font:inherit;font-size:.75rem;font-weight:700;cursor:pointer}.create-passage-card__remove:hover{color:var(--color-error)}.create-passage-card__remove .material-symbols-outlined{font-size:1rem}.create-passage-add{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-height:2.4rem;padding:.4rem .8rem;border:1px dashed rgba(0,108,73,.35);border-radius:var(--radius-md);background:transparent;color:var(--color-symbol);font:inherit;font-size:.84rem;font-weight:800;cursor:pointer}.create-passage-add .material-symbols-outlined{font-size:1.1rem}.create-transform{display:grid;gap:.45rem;padding:.85rem;border-radius:var(--radius-lg);background:var(--color-surface-container-low)}.create-transform__q{margin:0;font-size:.88rem;font-weight:800;color:var(--color-text-main)}.create-subject-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.create-subject{display:flex;flex-direction:column;align-items:center;gap:.3rem;min-height:4.25rem;padding:.75rem .35rem;border:1px solid transparent;border-radius:var(--radius-md);color:var(--color-text-main);background:var(--color-surface-container-highest);font-size:.78rem;font-weight:700;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.create-subject .material-symbols-outlined{font-size:1.35rem}.create-subject--active{color:#fff;background:var(--color-symbol);border-color:var(--color-symbol)}.create-submit__spin{animation:create-spin .9s linear infinite}.create-submit__sparkle{animation:create-pulse 1.6s ease-in-out infinite}@keyframes create-spin{to{transform:rotate(360deg)}}@keyframes create-pulse{0%,to{opacity:1}50%{opacity:.55}}.create-submit-wrap{padding-top:var(--space-md)}.create-submit{width:100%;height:3.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:0;border-radius:var(--radius-xl);color:#fff;background:var(--color-symbol);font-size:1.05rem;font-weight:700;box-shadow:0 12px 28px #006c4938;cursor:pointer;transition:transform var(--transition-fast),background var(--transition-fast),opacity var(--transition-fast)}.create-submit:hover:not(:disabled){background:var(--color-symbol-strong)}.create-submit:active:not(:disabled){transform:scale(.98)}.create-submit:disabled{opacity:.8;cursor:wait}.create-submit .material-symbols-outlined{font-size:1.5rem}.create-submit__hint{margin:.5rem 0 0;color:var(--color-text-muted);font-size:.75rem;font-weight:600;text-align:center}.create-deco{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem 0 1.5rem;opacity:.4;filter:grayscale(1);pointer-events:none}.create-deco__book{position:relative;display:grid;place-items:center;width:7rem;height:5.5rem;border-radius:1rem;background:linear-gradient(160deg,#e8eef8,#f8f9ff 55%,#e5f6ef);color:var(--color-symbol-muted)}.create-deco__book>.material-symbols-outlined:first-child{font-size:3rem}.create-deco__spark{position:absolute;top:.55rem;right:1.1rem;font-size:1.15rem!important;color:var(--color-symbol-soft)}.create-deco p{margin:0;color:var(--color-outline);font-size:.72rem;font-weight:600;letter-spacing:.02em}.create-error{margin:0;padding:.75rem 1rem;border-radius:var(--radius-md);color:#93000a;background:var(--color-error-container);font-size:.875rem}.create-ok{margin:0;padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--color-symbol-strong);background:var(--color-tertiary-wash);font-size:.875rem}.create-result{display:grid;gap:.75rem;padding:1rem;border:1px solid rgba(0,108,73,.18);border-radius:var(--radius-lg);background:var(--color-tertiary-wash)}.create-result__title{margin:0;font-size:1rem;font-weight:700}.create-pdf-result{display:grid;gap:.75rem;padding:1rem;border-radius:var(--radius-xl);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft)}.create-pdf-result__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}.create-pdf-result__meta{margin:.25rem 0 0;color:var(--color-text-muted);font-size:.8rem}.create-pdf-result__downloads{display:flex;flex-wrap:wrap;gap:.5rem}.create-download{display:inline-flex;align-items:center;gap:.35rem;border:0;border-radius:999px;padding:.55rem .9rem;color:#fff;background:var(--color-symbol);font-size:.82rem;font-weight:800;text-decoration:none;cursor:pointer}.create-download:disabled{opacity:.7;cursor:wait}.create-download .material-symbols-outlined{font-size:1.1rem}.create-pdf-tabs{display:flex;gap:.35rem;padding:.35rem;border-radius:var(--radius-md);background:var(--color-surface-container-low)}.create-pdf-frame{width:100%;min-height:28rem;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-lg);background:#f3f4f6}.create-loading{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1.5rem;background:#0b1c30b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.create-loading__panel{width:min(32rem,100%);display:grid;gap:.85rem;justify-items:stretch;text-align:center;color:#fff}.create-loading__title{margin:0;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:800;letter-spacing:-.02em}.create-loading__label{margin:0;min-height:1.5rem;color:#ffffffe0;font-size:1rem;font-weight:600}.create-loading__track{width:100%;height:1.15rem;overflow:hidden;border-radius:999px;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff1f}.create-loading__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#34d399,#6ee7b7 55%,#a7f3d0);transition:width .35s ease}.create-loading__percent{margin:0;font-size:clamp(1.75rem,6vw,2.5rem);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.create-loading__hint{margin:0;color:#ffffffa6;font-size:.85rem}@media(max-width:560px){.create-subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.create-tabs{flex-wrap:wrap}.create-tab{flex:1 1 calc(50% - .25rem);min-width:0}}.page--note-list,.explore-page{display:grid;gap:var(--space-lg)}.explore-search{display:grid;gap:var(--space-md)}.explore-search__field{position:relative}.explore-search__field .material-symbols-outlined{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:var(--color-outline);pointer-events:none}.explore-search__input{width:100%;height:3.5rem;padding:0 1rem 0 3rem;border:0;border-radius:var(--radius-lg);background:var(--color-surface-container-low);color:var(--color-text-main);font-size:1rem;box-shadow:var(--shadow-soft);outline:none}.explore-search__input:focus{box-shadow:0 0 0 3px #006c4926,var(--shadow-soft)}.explore-filters{display:flex;gap:var(--space-sm);overflow-x:auto;padding-bottom:.25rem}.explore-filter{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;border:0;border-radius:999px;padding:.5rem 1rem;color:var(--color-text-muted);background:var(--color-surface-container-high);font-size:.875rem;font-weight:500;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.explore-filter--active{color:#fff;background:var(--color-symbol);box-shadow:0 6px 16px #006c4938}.explore-filter .material-symbols-outlined{font-size:1.125rem}.explore-categories{display:grid;gap:var(--space-md)}.explore-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.explore-categories__grid--subjects{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:380px){.explore-categories__grid--subjects{grid-template-columns:repeat(2,minmax(0,1fr))}}.explore-category{position:relative;overflow:hidden;aspect-ratio:1;border:0;border-radius:var(--radius-lg);color:#fff;background:#002117;cursor:pointer;padding:0;text-align:left}.explore-category--active{box-shadow:0 0 0 3px #006c4973}.explore-category__media{position:absolute;inset:0;background-size:cover;background-position:center;opacity:1;mix-blend-mode:overlay;transform:scale(1.02);transition:transform .5s ease}.explore-category__media--empty{opacity:.55;mix-blend-mode:normal;background:radial-gradient(circle at 30% 20%,rgba(173,237,211,.45),transparent 55%),linear-gradient(145deg,rgba(255,255,255,.12),transparent 60%)}.explore-category__veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,33,23,.88) 0%,transparent 55%);z-index:0;pointer-events:none}.explore-category:hover .explore-category__media{transform:scale(1.08)}.explore-category__label{position:absolute;left:.85rem;bottom:.85rem;display:grid;gap:.15rem;z-index:1;text-shadow:0 1px 8px rgba(0,0,0,.35)}.explore-category__label .material-symbols-outlined{font-size:1.25rem;color:#6ffbbe}.explore-category__label span:last-child{font-size:.9rem;font-weight:600}.explore-category--forest{background:#002117;color:#fff}.explore-category--forest .explore-category__media{mix-blend-mode:overlay}.explore-category--forest .explore-category__veil{background:linear-gradient(to top,rgba(0,33,23,.9) 0%,transparent 58%)}.explore-category--forest .explore-category__label .material-symbols-outlined{color:#6ffbbe}.explore-category--mint{background:#adedd3;color:#306d58}.explore-category--mint .explore-category__media{mix-blend-mode:multiply}.explore-category--mint .explore-category__veil{background:linear-gradient(to top,rgba(173,237,211,.55) 0%,transparent 50%)}.explore-category--mint .explore-category__label{text-shadow:none}.explore-category--mint .explore-category__label .material-symbols-outlined{color:#006c49}.explore-category--sage{background:#3f6212;color:#f7fee7}.explore-category--sage .explore-category__media{mix-blend-mode:soft-light}.explore-category--sage .explore-category__veil{background:linear-gradient(to top,rgba(63,98,18,.85) 0%,transparent 55%)}.explore-category--sage .explore-category__label .material-symbols-outlined{color:#d9f99d}.explore-category--mist{background:#d9e6dd;color:#131e19}.explore-category--mist .explore-category__media{mix-blend-mode:multiply}.explore-category--mist .explore-category__veil{background:linear-gradient(to top,rgba(217,230,221,.65) 0%,transparent 50%)}.explore-category--mist .explore-category__label{text-shadow:none}.explore-category--mist .explore-category__label .material-symbols-outlined{color:#3e4943}.explore-category--teal{background:#0f766e;color:#ecfdf5}.explore-category--teal .explore-category__media{mix-blend-mode:overlay}.explore-category--teal .explore-category__veil{background:linear-gradient(to top,rgba(15,118,110,.88) 0%,transparent 55%)}.explore-category--teal .explore-category__label .material-symbols-outlined{color:#99f6e4}.explore-category--slate{background:#d3e4fe;color:#0b1c30}.explore-category--slate .explore-category__media{mix-blend-mode:multiply}.explore-category--slate .explore-category__veil{background:linear-gradient(to top,rgba(211,228,254,.7) 0%,transparent 50%)}.explore-category--slate .explore-category__label{text-shadow:none}.explore-category--slate .explore-category__label .material-symbols-outlined{color:#2b6954}.explore-search__chips{display:flex;flex-wrap:wrap;gap:.5rem}.explore-chip{display:inline-flex;align-items:center;gap:.25rem;border:0;border-radius:999px;padding:.35rem .75rem;background:#006c491f;color:var(--color-symbol);font-size:.8125rem;font-weight:600;cursor:pointer}.explore-chip .material-symbols-outlined{font-size:1rem}.explore-chip--ghost{background:var(--color-surface-container-high);color:var(--color-text-muted);font-weight:500}.explore-results,.explore-uploads{display:grid;gap:var(--space-md)}.explore-uploads__badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;color:var(--color-symbol);background:#006c491a;font-size:.75rem;font-weight:600}.explore-upload-list{display:grid;gap:var(--space-md)}.explore-upload{position:relative;display:flex;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);overflow:hidden;transition:transform var(--transition-fast)}.explore-upload:active{transform:scale(.98)}.explore-upload:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-symbol);opacity:0;transition:opacity var(--transition-fast)}.explore-upload:hover:before{opacity:1}.explore-upload__icon{display:grid;flex:0 0 3rem;width:3rem;height:3rem;place-items:center;border-radius:var(--radius-md);background:var(--color-secondary-container);color:var(--color-symbol-muted);overflow:hidden}.explore-upload__icon--image{display:block;object-fit:cover;background:var(--color-surface-container-high)}.explore-upload__body{flex:1;min-width:0}.explore-upload__title{margin:0;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.explore-upload__thumb{flex:0 0 auto;text-decoration:none;color:inherit}.explore-upload__title-link{display:block;text-decoration:none;color:inherit}.explore-upload__title-link:hover .explore-upload__title{color:var(--color-symbol)}.explore-upload__meta{margin:.25rem 0 .5rem;color:var(--color-text-muted);font-size:.75rem}.explore-upload__author{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.75rem;flex-wrap:wrap}.explore-upload__avatar{display:grid;width:1.25rem;height:1.25rem;place-items:center;overflow:hidden;border-radius:999px;color:#fff;background:var(--color-symbol);font-size:.55rem;font-weight:700}.explore-upload__avatar img{width:100%;height:100%;object-fit:cover}.author-chip{display:inline-flex;align-items:center;gap:.35rem;min-width:0;text-decoration:none;color:inherit;font:inherit;line-height:1.2;border-radius:999px;transition:color var(--transition-fast)}.author-chip:hover{color:var(--color-symbol)}.author-chip:hover .author-chip__name{text-decoration:underline;text-underline-offset:2px}.author-chip--static{cursor:default}.author-chip__avatar{display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:999px;color:#fff;background:var(--color-symbol);font-weight:700}.author-chip--sm .author-chip__avatar{width:1.25rem;height:1.25rem;font-size:.55rem}.author-chip--md .author-chip__avatar{width:1.75rem;height:1.75rem;font-size:.7rem}.author-chip__avatar img{width:100%;height:100%;object-fit:cover}.author-chip__prefix{color:var(--color-text-muted);flex:0 0 auto}.author-chip__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.author-chip--md{gap:.45rem;font-size:.875rem}.author-chip--md .author-chip__name{font-weight:700}.note-detail-author{display:flex;justify-content:flex-start;padding:.15rem .15rem 0}.note-editor__inline-author{margin-top:.35rem}.explore-cta{position:relative;overflow:hidden;padding:var(--space-lg);border-radius:var(--radius-xl);color:#fff;background:var(--color-symbol);box-shadow:0 18px 40px #006c4947;text-align:center}.explore-cta:before{content:"";position:absolute;top:-2rem;right:-2rem;width:8rem;height:8rem;border-radius:999px;background:#ffffff1a;filter:blur(20px)}.explore-cta__title{position:relative;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.explore-cta__desc{position:relative;margin:0 0 var(--space-md);color:#ffffffd1;line-height:1.5}.explore-cta__button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:3.25rem;border:0;border-radius:var(--radius-lg);color:var(--color-symbol);background:var(--color-bg-elevated);font-size:.875rem;font-weight:600;box-shadow:0 10px 24px #0000001f;cursor:pointer;transition:transform var(--transition-fast)}.explore-cta__button:active{transform:scale(.97)}.page-header,.note-list-hero,.page-toolbar{display:none}.section-card{display:grid;gap:var(--space-md)}.section-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.section-card__title{margin:0;font-size:1.25rem;font-weight:600}.section-card__subtitle{margin:.25rem 0 0;color:var(--color-text-muted);font-size:.875rem}.note-grid{display:grid;gap:var(--space-md)}.note-card{display:grid;gap:.75rem;padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);transition:transform var(--transition-fast)}.note-card-link{display:block;text-decoration:none;color:inherit}.note-card__media-link{min-width:0}.note-card__title-link{display:block;text-decoration:none;color:inherit}.note-card__title-link:hover .note-card__title{color:var(--color-symbol)}.note-card:active{transform:scale(.98)}.note-card--with-image{grid-template-columns:5rem minmax(0,1fr);align-items:start}.note-card__image-wrapper{min-width:0}.note-card__image{width:5rem;height:5rem;border-radius:var(--radius-md);object-fit:cover;background:var(--color-surface-container-high)}.note-card__image--placeholder{display:grid;place-items:center;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.note-card__body{min-width:0}.note-card__date{margin:0 0 .25rem;color:var(--color-text-muted);font-size:.72rem;font-weight:600}.note-card__title{margin:0;font-size:1rem;font-weight:600}.note-card__excerpt{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.note-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:var(--color-text-muted);font-size:.75rem}.note-card__visibility{padding:.15rem .45rem;border-radius:999px;color:var(--color-symbol);background:#006c4914;font-weight:600}.composer-overlay{position:fixed;inset:0;background:#0f172a59;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:60}.note-editor{position:relative;background:var(--color-bg-elevated);border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);overflow:hidden}.note-editor--modal{position:fixed;z-index:70;left:0;right:0;top:var(--topbar-height);margin:0 auto;width:min(720px,100%);height:calc(100vh - var(--topbar-height) - env(safe-area-inset-bottom,0px));display:flex;flex-direction:column}.note-editor--inline{width:100%;border:0;border-radius:0;box-shadow:none;background:transparent;overflow:visible}.note-editor__header{display:grid;gap:.65rem;padding:var(--space-md);border-bottom:1px solid rgba(187,202,191,.35)}.note-editor__title{width:100%;border:0;outline:none;background:transparent;color:var(--color-text-main);font:inherit;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;padding:0}.note-editor:not(.note-editor--editing) .tiptap-editor__content{min-height:0}.note-editor__fields{display:grid;gap:.75rem;padding:var(--space-md);border-bottom:1px solid rgba(187,202,191,.35)}.note-editor__title-field{display:grid;gap:.35rem}.note-editor__fields>label{display:grid;gap:.35rem;color:var(--color-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.02em}.note-editor__fields input:not([type=checkbox]),.note-editor__fields select{border:1px solid rgba(187,202,191,.6);border-radius:var(--radius-md);padding:.55rem .85rem;background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-size:.86rem;font-weight:700;outline:none}.note-editor__fields input:not([type=checkbox]):focus,.note-editor__fields select:focus{border-color:#006c4973;box-shadow:0 0 0 3px #10b98126}.note-editor__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:var(--space-sm) var(--space-md) 0}.note-editor__actions+.editor-toolbar-shell{padding-top:.25rem}.note-editor__body{padding:0 var(--space-md) var(--space-md);display:grid;gap:var(--space-sm);width:100%;max-width:100%;min-width:0;overflow-x:hidden}.note-editor__body .tiptap-editor{max-width:100%;overflow-x:hidden}.note-editor__body--hero .tiptap-editor__content{min-height:0;padding:0;border:0;background:transparent;box-shadow:none}.note-editor__body--hero .tiptap-editor__content:focus-within{box-shadow:none}.note-editor__body:not(.note-editor__body--hero) .tiptap-editor{margin-top:0}.note-editor__file{display:none}.note-editor__upload-dropzone{margin:0 var(--space-md) var(--space-sm);display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:var(--radius-lg);border:2px dashed rgba(187,202,191,.9);background:#f8f9ff99;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.note-editor__upload-dropzone:hover{border-color:#006c4999;background:#adedd31f;transform:translateY(-1px)}.note-editor__upload-dropzone--disabled{opacity:.7;cursor:wait;transform:none}.note-editor__upload-dropzone-icon{width:3rem;height:3rem;border-radius:999px;background:var(--color-secondary-container);display:grid;place-items:center;color:var(--color-symbol);flex:0 0 auto}.note-editor__upload-dropzone-icon .material-symbols-outlined{font-size:1.6rem}.note-editor__upload-dropzone-text{min-width:0}.note-editor__upload-dropzone-title{margin:0;font-size:.95rem;font-weight:700;color:var(--color-text-main)}.note-editor__upload-dropzone-sub{margin:.15rem 0 0;font-size:.78rem;color:var(--color-text-muted);line-height:1.35}.note-editor__error{margin:0;padding:0 1rem 1rem;color:var(--color-error);font-weight:800}.note-ai-hero{position:relative;margin:0;border-radius:var(--radius-xl);background:#eff4ff8c;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;padding:1.75rem 1rem;display:grid;place-items:center}.note-ai-hero__dash{position:absolute;inset:0;border-radius:var(--radius-xl);border:2px dashed rgba(187,202,191,.9);opacity:.35;pointer-events:none}.note-ai-hero__content{position:relative;z-index:1;display:grid;place-items:center;gap:.75rem;text-align:center}.note-ai-hero__icon{width:5rem;height:5rem;border-radius:999px;background:#10b9812e;display:grid;place-items:center;color:var(--color-symbol);box-shadow:0 18px 45px #0b1c300f}.note-ai-hero__title{margin:0;color:var(--color-text-main);font-size:1.25rem;font-weight:800}.note-ai-hero__sub{margin:0;max-width:26rem;color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.note-editor-shell{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.note-ai-floatbar{position:fixed;z-index:80;left:50%;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px) + .75rem);transform:translate(-50%);width:min(640px - 2 * var(--margin-mobile),100vw - 2 * var(--margin-mobile));padding:0;pointer-events:none;box-sizing:border-box}@media(min-width:901px){.note-ai-floatbar{left:calc(var(--sidebar-width) + (100vw - var(--sidebar-width)) / 2);bottom:1rem;width:min(720px - 4rem,100vw - var(--sidebar-width) - 4rem)}}.note-ai-floatbar__inner{pointer-events:auto;width:100%;max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .65rem;border-radius:999px;background:#0b1c30eb;color:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 45px #00000038}.note-ai-floatbar__status{display:flex;align-items:center;gap:.5rem;padding-left:.25rem;font-weight:700;font-size:.85rem;white-space:nowrap}.note-ai-floatbar__dot{position:relative;width:.5rem;height:.5rem;border-radius:999px;background:#10b981}.note-ai-floatbar__primary{border:0;border-radius:999px;padding:.75rem 1rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;background:var(--symbol-gradient);color:#fff;font-weight:900;font-size:.9rem;transition:transform var(--transition-fast),opacity var(--transition-fast)}.note-ai-floatbar__primary:disabled{opacity:.65;cursor:wait}.note-ai-floatbar__primary:active:not(:disabled){transform:scale(.98)}.note-ai-floatbar__actions{display:flex;align-items:center;gap:.5rem}.note-ai-floatbar__secondary{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.75rem .85rem;display:inline-flex;align-items:center;gap:.5rem;cursor:not-allowed;background:#ffffff0f;color:#ffffffe6;font-weight:900;font-size:.85rem;opacity:.7;pointer-events:none}.note-ai-floatbar__edit{width:2.75rem;height:2.75rem;border:0;border-radius:999px;display:grid;place-items:center;cursor:pointer;background:var(--symbol-gradient);color:#fff;box-shadow:0 10px 22px #006c4947;transition:transform var(--transition-fast)}.note-ai-floatbar__edit .material-symbols-outlined{font-size:1.25rem}.note-ai-floatbar__edit:active{transform:scale(.96)}.note-ai-banner{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:0 var(--space-md);border-radius:999px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:var(--color-text-muted);font-weight:700;font-size:.85rem}.note-ai-banner .material-symbols-outlined{color:var(--color-symbol)}.note-ai-md-preview{margin:0 var(--space-md) 1rem;border-radius:1rem;border:1px dashed rgba(16,185,129,.35);background:#10b9810f;overflow:hidden}.note-ai-md-preview__label{display:flex;align-items:center;gap:.4rem;padding:.65rem 1rem;border-bottom:1px solid rgba(16,185,129,.18);color:var(--color-symbol);font-size:.8rem;font-weight:700}.note-ai-md-preview__label .material-symbols-outlined{font-size:1.1rem}.note-ai-md-preview__body{padding:.85rem 1.1rem 1.1rem;max-height:min(50vh,28rem);overflow:auto;color:var(--color-text);font-size:.95rem;line-height:1.55}.note-ai-md-preview__body h1,.note-ai-md-preview__body h2,.note-ai-md-preview__body h3,.note-ai-md-preview__body h4{margin:.85em 0 .4em;line-height:1.3;color:var(--color-text)}.note-ai-md-preview__body h2{font-size:1.2rem}.note-ai-md-preview__body h3{font-size:1.05rem}.note-ai-md-preview__body p,.note-ai-md-preview__body ul,.note-ai-md-preview__body ol,.note-ai-md-preview__body blockquote,.note-ai-md-preview__body table{margin:.5em 0}.note-ai-md-preview__body ul,.note-ai-md-preview__body ol{padding-left:1.35rem}.note-ai-md-preview__body table{width:100%;border-collapse:collapse;font-size:.9rem}.note-ai-md-preview__body th,.note-ai-md-preview__body td{border:1px solid rgba(187,202,191,.55);padding:.35rem .5rem;text-align:left}.note-ai-md-preview__body th{background:#006c490f}.note-ai-md-preview__body blockquote{margin-left:0;padding-left:.85rem;border-left:3px solid rgba(16,185,129,.45);color:var(--color-text-muted)}.note-editor--inline .note-editor__inline-topbar{position:sticky;top:0;z-index:90;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#f8f9ffc7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(187,202,191,.35)}.note-editor__inline-back{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:999px;border:0;display:grid;place-items:center;background:#006c4914;color:var(--color-symbol);cursor:pointer}.note-editor__inline-back .material-symbols-outlined{font-size:1.35rem}.note-editor__inline-meta{flex:1;min-width:0;display:grid;gap:.25rem}.note-editor__inline-draft{font-weight:900;color:#0b1c30a6;font-size:.85rem}.note-editor__inline-title{display:block;width:100%;min-width:0;border:0;outline:none;background:transparent;font:inherit;font-size:1.05rem;font-weight:900;color:var(--color-text-main);padding:0;margin:0;resize:none;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;line-height:1.35;field-sizing:content}.note-editor__inline-title--view{font-size:1.05rem}.note-editor__inline-subject{width:fit-content;max-width:100%;margin-top:.15rem;border:0;border-radius:999px;padding:.2rem .65rem;background:#006c491a;color:var(--color-symbol);font-size:.8rem;font-weight:700;outline:none}.note-editor__inline-subject-label{margin-top:.15rem;color:var(--color-symbol);font-size:.8rem;font-weight:700}.note-editor__inline-subject-add{margin-top:.15rem;width:1.75rem;height:1.75rem;border:0;border-radius:999px;display:grid;place-items:center;background:#006c491a;color:var(--color-symbol);cursor:pointer}.note-editor__subject-field{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.note-editor__subject-add{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.note-editor__subject-add-input{flex:1 1 160px;min-height:38px;border:1px solid var(--color-border-subtle);border-radius:12px;padding:.55rem .75rem;font:inherit}.note-editor__inline-actions{display:flex;align-items:center;flex-shrink:0;gap:.5rem}.note-editor--inline .note-editor__inline-topbar>.button-ghost,.note-editor--inline .note-editor__inline-topbar>.button-primary{flex-shrink:0;margin-top:.15rem}.note-editor__inline-ai-magic{width:2.5rem;height:2.5rem;border-radius:999px;border:0;cursor:pointer;display:grid;place-items:center;background:#10b98129;color:var(--color-symbol)}.note-editor__inline-ai-magic .material-symbols-outlined{font-size:1.15rem}.note-editor__inline-ai-magic:disabled{opacity:.6;cursor:wait}.note-editor--inline .editor-toolbar-shell{top:4.5rem;margin-top:.25rem;padding-left:var(--space-md);padding-right:var(--space-md)}.page--note-detail{display:flex;flex-direction:column;gap:var(--space-md);padding-bottom:1rem;max-width:100%;min-width:0}.note-editor:not(.note-editor--editing) .tiptap-editor__content,.note-editor:not(.note-editor--editing) .ProseMirror{user-select:text;-webkit-user-select:text;cursor:text}.note-detail-container{min-width:0}.note-exam-pdfs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;position:sticky;top:0;z-index:5;padding:.65rem 0;background:var(--color-bg, #fff)}.note-exam-pdfs__btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(0,108,73,.22);border-radius:999px;padding:.5rem .9rem;background:var(--color-tertiary-wash);color:var(--color-symbol);font-size:.82rem;font-weight:800;text-decoration:none;cursor:pointer}.note-exam-pdfs__btn:disabled{opacity:.7;cursor:wait}.note-exam-pdfs__btn .material-symbols-outlined{font-size:1.15rem}.note-detail-actions{display:flex;justify-content:center;padding:.25rem 0}.note-like-button{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(187,202,191,.55);border-radius:999px;padding:.55rem 1rem;background:var(--color-bg-elevated);color:var(--color-text-muted);font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.note-like-button .material-symbols-outlined{font-size:1.25rem}.note-like-button:hover:not(:disabled){border-color:#ba1a1a59;color:#ba1a1a;background:#ba1a1a0f}.note-like-button--active{border-color:#ba1a1a66;color:#ba1a1a;background:#ba1a1a1a}.note-like-button--active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.note-like-button:disabled{opacity:.7;cursor:wait}.note-like-button__count{font-variant-numeric:tabular-nums;min-width:1ch}.note-like-button:active:not(:disabled){transform:scale(.97)}.note-detail-delete{display:grid;place-items:center;padding:.25rem 0 0}.note-trash-banner{display:flex;align-items:center;gap:.7rem;margin:0 0 1rem;padding:.75rem 1rem;border:1px solid var(--color-border-subtle);border-radius:12px;background:var(--color-surface-container-low);color:var(--color-text-main)}.note-trash-banner .material-symbols-outlined{color:var(--color-outline)}.note-trash-banner p{margin:0;flex:1;font-size:.9rem;line-height:1.4}.note-detail-delete__button{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:var(--color-error);font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;padding:.5rem .75rem;border-radius:999px;transition:background var(--transition-fast)}.note-detail-delete__button:hover{background:#ba1a1a14}.note-detail-delete__button .material-symbols-outlined{font-size:1.125rem}.explore-tags{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.explore-tag{flex-shrink:0;padding:.35rem .85rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.explore-tag:hover{background:var(--color-surface-container)}.explore-tag--active{background:var(--color-symbol-strong);border-color:transparent;color:#fff}.explore-tag--active:hover{background:var(--color-symbol-strong)}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;border-radius:var(--radius-lg);overflow:hidden}@media(min-width:900px){.explore-grid{grid-template-columns:repeat(4,1fr)}}.explore-tile{position:relative;display:block;aspect-ratio:1/1;background:var(--color-surface-container);overflow:hidden}.explore-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--transition-med)}.explore-tile:hover img{transform:scale(1.04)}.explore-tile__empty{display:grid;place-items:center;width:100%;height:100%;color:var(--color-symbol)}.explore-tile__empty .material-symbols-outlined{font-size:2rem}.explore-tile__overlay{position:absolute;inset:auto 0 0;display:grid;gap:1px;padding:1.4rem .5rem .45rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.62));color:#fff}.explore-tile__title{font-size:.78rem;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.explore-tile__meta{font-size:.64rem;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.explore-tile__badge{position:absolute;top:.4rem;left:.4rem;z-index:1;display:grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:999px;background:var(--color-symbol);color:#fff;box-shadow:0 2px 8px #0003}.explore-tile__badge .material-symbols-outlined{font-size:.95rem}.explore-tile__verified{position:absolute;top:.4rem;right:.4rem;z-index:1;display:grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:999px;background:#fff;color:#0b8a4e;box-shadow:0 2px 8px #0003}.explore-tile__verified .material-symbols-outlined{font-size:1.15rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.explore-tile--folder .explore-tile__empty{background:var(--color-accent-fill-ghost)}.search-page__header{display:flex;align-items:center;gap:.5rem}.search-page__back{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:var(--color-text-main);flex-shrink:0}.search-page__back:hover{background:var(--color-accent-fill-ghost)}.search-page__field{flex:1}.search-page__count{margin:0 0 .5rem;font-size:.85rem;font-weight:700;color:var(--color-text-muted)}.search-page__section-label{margin:1rem 0 .25rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.note-editor__inline-title{font-size:1.15rem;letter-spacing:-.01em}.note-editor__inline-title::placeholder{color:var(--color-text-muted);font-weight:700}.note-editor__inline-title:focus{border-bottom:2px solid var(--color-symbol-strong)}.note-editor__inline-title--view{font-size:1.15rem;border-bottom:0}.note-editor--inline .note-editor__inline-topbar{top:calc(-1 * var(--content-pad-y, 1rem));margin:calc(-1 * var(--content-pad-y, 1rem)) calc(-1 * var(--content-pad-x, 1rem)) 0;padding:calc(.85rem + var(--content-pad-y, 1rem)) var(--content-pad-x, 1rem) .85rem;background:var(--color-surface);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid rgba(187,202,191,.45)}.note-editor__inline-actions{display:flex;align-items:center;gap:.45rem}.note-editor__inline-save.button-primary{padding:.5rem 1.15rem;border-radius:999px;font-weight:800}.note-editor--inline .tiptap-editor__content{padding:.35rem 0 .75rem;border:0;border-radius:0;background:transparent;line-height:1.75}.note-editor--inline .tiptap-editor__content:focus-within{border:0;box-shadow:none}.note-editor--inline.note-editor--editing .tiptap-editor__content{padding:.9rem 1rem 1.1rem;border:1px solid rgba(187,202,191,.5);border-radius:var(--radius-lg);background:var(--color-bg-elevated)}.note-editor--inline.note-editor--editing .tiptap-editor__content:focus-within{border-color:#006c4966;box-shadow:0 0 0 3px #10b98124}.note-editor--inline .editor-toolbar-shell{position:static;margin-top:0;padding-top:0;padding-bottom:0}.note-editor--inline .note-editor__body--flow,.note-editor--inline .note-editor__fields,.note-editor--inline .note-image-downloads{max-width:min(760px,100%);min-width:0;width:100%;box-sizing:border-box;margin-left:auto;margin-right:auto}.note-editor--inline .note-editor__body--flow{padding:var(--space-sm) var(--space-md) var(--space-lg)}.note-editor--inline .note-editor__fields{padding:.75rem var(--space-md);border-bottom:0}.note-editor--inline .note-image-downloads{width:100%;box-sizing:border-box;padding:.75rem var(--space-md)}.note-editor--inline .note-editor__upload-dropzone,.note-editor--inline .note-analysis-banner{box-sizing:border-box;width:calc(100% - 2 * var(--space-md));max-width:calc(760px - 2 * var(--space-md));margin:0 auto var(--space-sm)}.note-assist{margin:1.2rem auto 0;max-width:760px}.note-image-downloads{display:flex;flex-wrap:wrap;gap:.5rem;border-top:1px solid rgba(187,202,191,.35)}.note-image-downloads__btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:6px;border:1px solid var(--color-border, #ddd);background:var(--color-surface, #fff);color:var(--color-text-secondary);font-size:.875rem;cursor:pointer;transition:background .15s,color .15s}.note-image-downloads__btn .material-symbols-outlined{font-size:1.1rem}.note-image-downloads__btn:hover:not(:disabled){background:var(--color-surface-2, #f0f0f0);color:var(--color-symbol)}.note-image-downloads__btn:disabled{opacity:.5;cursor:default}.note-editor__body--flow{padding-top:var(--space-sm);gap:var(--space-md)}.note-editor__body--locked{opacity:.92}.note-editor__body [hidden]{display:none}.note-editor__fields .note-editor__subject-field{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.note-editor__fields select{min-width:9rem}.note-editor__visibility{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .8rem;border-radius:999px;background:var(--color-surface-container-low);font-size:.82rem;font-weight:700;color:var(--color-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.note-editor__visibility input{width:auto;margin:0;padding:0;accent-color:var(--color-symbol)}.note-editor__subject-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .7rem;border-radius:999px;color:var(--color-symbol);background:#006c491a;font-size:.8rem;font-weight:700}.note-editor__subject-chip--muted{color:var(--color-text-muted);background:var(--color-surface-container-low)}.note-editor__subject-chip .material-symbols-outlined{font-size:1rem}.note-editor__subject-field .author-chip{margin-left:auto}.note-editor__fields:has(.note-editor__subject-field:empty){display:none}.note-image-gallery-wrap{display:grid;gap:.55rem}.note-image-gallery-wrap__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.note-image-gallery__icon-btn{display:grid;place-items:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--color-outline);cursor:pointer}.note-image-gallery__icon-btn .material-symbols-outlined{font-size:1.2rem}.note-image-gallery__icon-btn:hover:not(:disabled){background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.note-image-gallery__icon-btn:disabled{opacity:.45;cursor:default}.note-image-gallery__icon-btn--labeled{display:inline-flex;align-items:center;gap:.15rem;width:auto;padding:0 .45rem 0 .55rem;font-size:.78rem;font-weight:700;color:var(--color-text-muted)}.note-image-gallery__icon-btn--ghost{position:absolute;top:.55rem;right:.55rem;z-index:1;background:#ffffffb8;color:var(--color-text-main);box-shadow:0 1px 6px #1018101f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.note-image-gallery__icon-btn--ghost:hover:not(:disabled){background:#fffffff0;color:var(--color-symbol)}.note-image-gallery{display:grid;grid-template-columns:minmax(0,1fr);gap:1.1rem;margin:0;padding:0;list-style:none}.note-image-gallery__item{display:grid;gap:.4rem}.note-image-gallery__frame{position:relative}.note-image-gallery__thumb{display:block;width:100%;padding:0;border:1px solid rgba(187,202,191,.55);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-elevated);cursor:zoom-in;font:inherit;color:inherit;text-align:left}.note-image-gallery__thumb img{display:block;width:100%;height:auto}.note-image-gallery__tools{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25rem}.note-editor__ai-zone{display:flex;align-items:center;gap:.9rem;width:100%;min-height:5.5rem;padding:1.1rem 1.15rem;border:2px dashed rgba(187,202,191,.95);border-radius:var(--radius-lg);background:#f8f9ffa6;color:inherit;text-align:left;font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast)}.note-editor__ai-zone:hover:not(:disabled){border-color:#006c49a6;background:#adedd324;transform:translateY(-1px)}.note-editor__ai-zone:disabled{opacity:.72;cursor:not-allowed;transform:none}.note-editor__ai-zone--running,.note-editor__ai-zone--running:hover{border-style:solid;border-color:#006c4947;background:#006c4914;cursor:default;transform:none}.note-editor__ai-zone-progress{display:block;height:.3rem;margin-top:.5rem;border-radius:999px;background:#006c4924;overflow:hidden}.note-editor__ai-zone-progress>span{display:block;height:100%;border-radius:inherit;background:var(--color-symbol);transition:width .35s ease}.note-editor__ai-zone-icon{flex:0 0 auto;display:grid;place-items:center;width:3.1rem;height:3.1rem;border-radius:999px;color:var(--color-symbol);background:var(--color-secondary-container)}.note-editor__ai-zone-icon .material-symbols-outlined{font-size:1.65rem}.note-editor__ai-zone-text{flex:1;min-width:0}.note-editor__ai-zone-title{margin:0;font-size:1rem;font-weight:800;color:var(--color-text-main)}.note-editor__ai-zone-sub{margin:.2rem 0 0;font-size:.82rem;line-height:1.4;color:var(--color-text-muted)}.note-section__editor--locked{opacity:.72;pointer-events:none}.note-lightbox{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;overflow:hidden;width:100vw;height:100dvh;margin:0;padding:0;border:0;background:#000;cursor:zoom-in;touch-action:none;-webkit-user-select:none;user-select:none}.note-lightbox--zoomed{cursor:grab}.note-lightbox--dragging{cursor:grabbing}.note-lightbox__close{position:absolute;top:max(.55rem,env(safe-area-inset-top,0px));right:max(.55rem,env(safe-area-inset-right,0px));z-index:1;display:grid;place-items:center;width:44px;height:44px;border:none;border-radius:999px;background:#ffffff29;color:#fff;cursor:pointer}.note-lightbox__close .material-symbols-outlined{font-size:1.5rem}.note-lightbox__close:hover{background:#ffffff4d}.note-lightbox img{max-width:100vw;max-height:100dvh;width:auto;height:auto;object-fit:contain;border-radius:0;transform-origin:center center;will-change:transform}.note-analysis-bubble{position:fixed;right:1rem;bottom:calc(var(--bottom-nav-height, 4rem) + env(safe-area-inset-bottom,0px) + .75rem);z-index:80;display:flex;flex-direction:column;gap:.45rem;width:min(20rem,100vw - 2rem);max-height:min(70vh,32rem)}.note-analysis-bubble__list{display:grid;gap:.45rem;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:.1rem}@media(min-width:901px){.note-analysis-bubble{bottom:1.5rem}}.note-analysis-bubble__heading{display:flex;align-items:center;justify-content:space-between;gap:.4rem;width:100%;flex-shrink:0;margin:0;padding:.35rem .55rem;border:1px solid rgba(187,202,191,.55);border-radius:.8rem;background:#fffffff5;box-shadow:0 8px 18px #0b1c301a;font-size:.72rem;font-weight:800;color:var(--color-text-muted);cursor:pointer}.note-analysis-bubble__heading .material-symbols-outlined{font-size:1.1rem}.note-analysis-bubble--collapsed{width:auto;min-width:8.5rem}.note-analysis-bubble__grip{display:grid;place-items:center;color:var(--color-text-muted);cursor:grab}.note-analysis-bubble__grip .material-symbols-outlined{font-size:1.1rem}.note-analysis-bubble__card--queued{cursor:grab}.note-analysis-bubble__card--dragging{opacity:.55}.note-analysis-bubble__card{display:flex;gap:.4rem;align-items:stretch;padding:.55rem .55rem .55rem .75rem;border-radius:.95rem;background:#fffffff5;box-shadow:0 12px 28px #0b1c3029;border:1px solid rgba(187,202,191,.55)}.note-analysis-bubble__main{flex:1;min-width:0;display:grid;gap:.2rem;border:0;padding:0;background:transparent;text-align:left;cursor:pointer;font:inherit}.note-analysis-bubble__title{font-size:.86rem;font-weight:800;color:var(--color-text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-analysis-bubble__label{font-size:.75rem;color:var(--color-text-muted)}.note-analysis-bubble__bar{display:block;height:.28rem;margin-top:.25rem;border-radius:999px;background:#006c491f;overflow:hidden}.note-analysis-bubble__bar>span{display:block;height:100%;background:var(--color-symbol)}.note-analysis-bubble__stop{flex-shrink:0;border:0;border-radius:.7rem;padding:0 .65rem;background:#006c4914;color:var(--color-symbol-strong);font-size:.75rem;font-weight:700;cursor:pointer}.note-analysis-bubble__stop--danger{background:#c430301a;color:#c43030}.note-analysis-banner{display:flex;align-items:center;gap:.75rem;margin:var(--space-md) var(--space-md) 0;padding:.75rem .9rem;border-radius:var(--radius-lg);background:#006c491a;border:1px solid rgba(0,108,73,.22);color:var(--color-symbol-strong)}.note-analysis-banner .material-symbols-outlined{font-size:1.35rem}.note-analysis-banner__body{flex:1;min-width:0;display:grid;gap:.1rem}.note-analysis-banner__body strong{font-size:.92rem}.note-analysis-banner__body span{font-size:.8rem;color:var(--color-text-muted)}.editor-toolbar-shell{position:sticky;top:0;z-index:100;margin-top:1rem;padding-top:.75rem;padding-bottom:.25rem;background:transparent}.editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.45rem .55rem;border:1px solid rgba(0,108,73,.18);border-radius:16px;background:#fffc;box-shadow:0 10px 28px #0b1c3014}.editor-toolbar__group{display:inline-flex;align-items:center;gap:.2rem}.editor-toolbar__divider{width:1px;height:1.35rem;margin:0 .15rem;background:#006c4933}.editor-toolbar__button{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;border:0;border-radius:10px;padding:0 .45rem;color:var(--color-text-muted);background:transparent;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.editor-toolbar__button:hover{background:#006c4914;transform:translateY(-1px)}.editor-toolbar__button--active{color:var(--color-symbol-strong);background:#006c4924}.tiptap-editor__content{min-height:280px;padding:1rem 1rem 1.25rem;border:1px solid rgba(187,202,191,.5);border-radius:var(--radius-lg);background:var(--color-bg-elevated);overflow-x:hidden;overflow-y:auto;color:var(--color-text-main);outline:none;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word}.tiptap-editor__content:focus-within{border-color:#006c4973;box-shadow:0 0 0 3px #10b98126}.tiptap-editor__content .ProseMirror{outline:none;width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word}.tiptap-editor__content .ProseMirror>*{max-width:100%;min-width:0;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word}.tiptap-editor__content p{margin:0 0 .75rem;line-height:1.7}.tiptap-editor__content h1,.tiptap-editor__content h2,.tiptap-editor__content h3{margin:1rem 0 .6rem;line-height:1.35}.tiptap-editor__content h1{font-size:1.6rem;font-weight:800;letter-spacing:-.02em}.tiptap-editor__content h2{font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.tiptap-editor__content h3{font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.tiptap-editor__content ul,.tiptap-editor__content ol{margin:0 0 .75rem;padding-left:1.35rem}.tiptap-editor__content li{margin:.25rem 0;line-height:1.6}.tiptap-editor__content blockquote{margin:.75rem 0;padding:.65rem .85rem;border-left:4px solid rgba(16,185,129,.7);background:#10b98114;border-radius:12px;color:var(--color-text-muted)}.tiptap-editor__content mark.tiptap-highlight{padding:0 .1em;border-radius:6px;background:#10b98138;color:inherit}.tiptap-editor__content a{color:var(--color-symbol);text-decoration:underline;text-underline-offset:2px}.tiptap-editor__content table.tiptap-table,.tiptap-editor__content table{width:100%;border-collapse:collapse;margin:.85rem 0;overflow:hidden;table-layout:fixed}.tiptap-editor__content table td,.tiptap-editor__content table th{border:1px solid rgba(187,202,191,.85);padding:.45rem .55rem;vertical-align:top;position:relative}.tiptap-editor__content table th{background:#adedd359;font-weight:800;text-align:left}.tiptap-editor__content .tableWrapper{overflow-x:auto}.tiptap-editor__content .katex{font-size:1.05em}.tiptap-editor__content [data-type=inline-math]{display:inline-block;padding:0 .15em}.tiptap-editor__content [data-type=block-math]{display:block;margin:.85rem 0;padding:.75rem;border-radius:var(--radius-md);background:#eff4ffb3;overflow-x:auto;text-align:center}.tiptap-editor__content blockquote[data-ai-draft=true],.tiptap-editor__content .ai-draft{border-left-color:#006c498c;background:#10b9810f}.tiptap-editor__content hr{border:0;height:1px;background:#bbcabf8c;margin:1rem 0}.tiptap-editor__content img{max-width:100%!important;width:100%;height:auto!important;border-radius:var(--radius-md);box-shadow:0 10px 28px #0b1c301f;display:block;object-fit:contain;box-sizing:border-box}.tiptap-editor__content .ProseMirror div[style*="display: flex"],.tiptap-editor__content .ProseMirror div[style*="display:flex"],.tiptap-editor__content [data-resize-wrapper]{max-width:100%!important;width:100%!important;box-sizing:border-box;line-height:0}.tiptap-editor__content [data-resize-container],.tiptap-editor__content .ProseMirror div[style*="cursor: pointer"],.tiptap-editor__content .ProseMirror div[style*="cursor:pointer"]{max-width:100%!important;position:relative;box-sizing:border-box}.tiptap-editor__content [data-resize-image-ui=position-controller]{box-shadow:0 6px 18px #0f172a2e}.tiptap-editor__content [data-resize-handle]{width:12px;height:12px;border:2px solid #ffffff;border-radius:999px;background:var(--color-symbol-strong, #006c49);box-shadow:0 4px 12px #0f172a38;opacity:0;transition:opacity .18s ease}.tiptap-editor__content [data-resize-container]:hover [data-resize-handle],.tiptap-editor__content [data-resize-container][data-resize-state=true] [data-resize-handle],.tiptap-editor__content .ProseMirror-selectednode [data-resize-handle],.tiptap-editor__content .ProseMirror-selectednode div[style*="cursor: pointer"]>div{opacity:1}.tiptap-editor__content [data-resize-handle=top-left]{cursor:nwse-resize;transform:translate(-50%,-50%)}.tiptap-editor__content [data-resize-handle=top-right]{cursor:nesw-resize;transform:translate(50%,-50%)}.tiptap-editor__content [data-resize-handle=bottom-left]{cursor:nesw-resize;transform:translate(-50%,50%)}.tiptap-editor__content [data-resize-handle=bottom-right]{cursor:nwse-resize;transform:translate(50%,50%)}.tiptap-editor__content .ProseMirror-selectednode [data-resize-container],.tiptap-editor__content .ProseMirror-selectednode>div>div[style*=cursor]{outline:2px solid rgba(0,108,73,.45);outline-offset:2px}.tiptap-editor__content img[containerstyle],.note-body img,.note-body img[containerstyle]{max-width:100%!important;height:auto!important;display:block}.editor-toolbar__button:disabled{opacity:.35;cursor:not-allowed}@media(max-width:760px){.editor-toolbar__button{min-width:1.85rem;min-height:1.85rem;font-size:.76rem}}.fn-graph{margin:.75rem 0;border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-bg-elevated);overflow:hidden}.fn-graph__plot{display:flex;justify-content:center;padding:.5rem .25rem 0;overflow-x:auto}.fn-graph__plot svg{max-width:100%}.fn-graph__caption{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem .55rem;font-size:.8rem;font-weight:700;color:var(--color-symbol-strong);font-variant-numeric:tabular-nums}.fn-graph__edit{margin-left:auto;border:1px solid var(--color-border-subtle);border-radius:999px;background:transparent;padding:.15rem .6rem;font:inherit;font-size:.72rem;font-weight:700;color:var(--color-text-muted);cursor:pointer}.fn-graph__edit:hover{background:var(--color-accent-fill-ghost);color:var(--color-symbol)}.fn-graph__error{margin:0;padding:.75rem;font-size:.8rem;color:var(--color-error)}[data-theme=dark] .fn-graph .function-plot text{fill:var(--color-text-muted)}.pdf-attach{margin:.75rem 0;border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-bg-elevated);overflow:hidden;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.pdf-attach__card{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.7rem .85rem;min-width:0}.pdf-attach__icon{font-size:1.65rem;color:var(--color-symbol)}.pdf-attach__meta{display:flex;min-width:0;flex:1;flex-direction:column;gap:.1rem}.pdf-attach__kind{font-size:.7rem;font-weight:800;letter-spacing:.02em;color:var(--color-symbol)}.pdf-attach__name{overflow-wrap:anywhere;word-break:break-word;white-space:normal;font-size:.88rem;font-weight:700}.pdf-attach__actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-left:auto;flex-shrink:0}@media(max-width:640px){.pdf-attach__actions{width:100%;margin-left:0}.tiptap-editor__content h1{font-size:1.25rem}.tiptap-editor__content h2{font-size:1.12rem}}.pdf-attach__btn{border:1px solid var(--color-border-subtle);border-radius:999px;background:transparent;padding:.2rem .7rem;font:inherit;font-size:.74rem;font-weight:700;color:var(--color-text);cursor:pointer}.pdf-attach__btn:hover{background:var(--color-tertiary-wash, rgba(0, 108, 73, .08))}.pdf-attach__btn--danger{color:var(--color-error, #b42318)}.pdf-attach__preview{border-top:1px solid var(--color-border-subtle);background:var(--color-bg)}.pdf-attach__frame{display:block;width:100%;height:min(70vh,32rem);border:0}[data-theme=dark] .pdf-attach{background:var(--color-bg-elevated)}.auth-page{display:grid;min-height:calc(100vh - 120px);place-items:center;padding:clamp(1rem,4vw,2rem)}.auth-card{width:min(100%,460px);border:1px solid var(--color-border-subtle);border-radius:30px;padding:clamp(1.4rem,4vw,2rem);background:radial-gradient(circle at top right,rgba(16,185,129,.16),transparent 38%),#ffffffe6;box-shadow:var(--shadow-soft)}.auth-card--center{text-align:center}.auth-card__eyebrow{margin:0;color:var(--color-symbol-strong);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.auth-card__intro h1{margin:.55rem 0 0;color:var(--color-text-main);font-size:clamp(2rem,5vw,3rem);line-height:1.05;letter-spacing:-.06em}.auth-card__intro p{margin:.8rem 0 0;color:var(--color-text-muted);line-height:1.65}.auth-form{display:grid;gap:.9rem;margin-top:1.45rem}.auth-form label{display:grid;gap:.38rem;color:var(--color-text-muted);font-size:.84rem;font-weight:800}.auth-form input{width:100%;border:1px solid var(--color-border-subtle);border-radius:16px;padding:.9rem 1rem;color:var(--color-text-main);background:#ffffffeb;font:inherit;outline:0;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.auth-form input:focus{border-color:#006c496b;background:var(--color-bg-elevated);box-shadow:0 0 0 4px #10b9811f}.auth-form__error{margin:0;border-radius:14px;padding:.75rem .85rem;color:#b91c1c;background:#b91c1c14;font-size:.88rem;font-weight:800}.auth-form__submit{width:100%;margin-top:.25rem}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.1rem 0;color:var(--color-text-muted);font-size:.8rem;font-weight:800}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--color-border-subtle)}.auth-google-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;min-height:44px;border:1px solid var(--color-border-subtle);border-radius:999px;padding:.75rem 1rem;color:var(--color-text-main);background:#ffffffeb;font:inherit;font-weight:900;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.auth-google-button:hover:not(:disabled){transform:translateY(-1px);border-color:#006c4947;background:var(--color-bg-elevated);box-shadow:0 12px 28px #0f172a1a}.auth-google-button:disabled{cursor:default;opacity:.62}.auth-google-button__mark{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;color:#fff;background:var(--symbol-gradient);font-size:.82rem;font-weight:900}.auth-card__switch{margin:1rem 0 0;color:var(--color-text-muted);text-align:center;font-size:.92rem}.auth-card__switch a{color:var(--color-symbol-strong);font-weight:900}.auth-card__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.user-profile-page{display:grid;gap:1.5rem}.profile-hero{position:relative;display:grid;gap:1.25rem;justify-items:center;padding:.5rem 0 .25rem;text-align:center}.profile-hero__avatar-wrap{position:relative}.profile-hero__ring{width:6rem;height:6rem;padding:3px;border-radius:999px;background:linear-gradient(135deg,var(--color-symbol),#adedd3);box-shadow:var(--shadow-soft)}.profile-hero__ring img,.profile-hero__ring span{display:grid;width:100%;height:100%;place-items:center;overflow:hidden;border:4px solid var(--color-surface);border-radius:999px;color:#fff;background:var(--symbol-gradient);font-size:1.75rem;font-weight:700;object-fit:cover}.profile-hero__edit{position:absolute;right:0;bottom:0;display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:999px;color:#fff;background:var(--color-symbol);box-shadow:var(--shadow-soft);cursor:pointer}.profile-hero__edit .material-symbols-outlined{font-size:1.125rem}.profile-hero__identity h1{margin:0;font-size:1.5rem;font-weight:600}.profile-hero__identity p{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;margin:.35rem 0 0;color:var(--color-text-muted);font-size:1rem}.profile-hero__identity .material-symbols-outlined{font-size:1.125rem}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%}.profile-stat{display:grid;gap:.15rem;padding:1rem .5rem;border-radius:var(--radius-lg);background:var(--color-surface-container-low);box-shadow:var(--shadow-soft);text-align:center}.profile-stat strong{color:var(--color-symbol);font-size:1.5rem;font-weight:600}.profile-stat span{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.profile-follow{display:flex;justify-content:center;width:100%}.profile-follow__button{display:inline-flex;align-items:center;gap:.4rem;border:0;border-radius:999px;padding:.65rem 1.25rem;background:var(--symbol-gradient);color:#fff;font:inherit;font-size:.9rem;font-weight:800;cursor:pointer;box-shadow:0 10px 22px #006c4938;transition:transform var(--transition-fast),opacity var(--transition-fast),background var(--transition-fast)}.profile-follow__button .material-symbols-outlined{font-size:1.15rem}.profile-follow__button:hover:not(:disabled){transform:translateY(-1px)}.profile-follow__button:active:not(:disabled){transform:scale(.98)}.profile-follow__button:disabled{opacity:.7;cursor:wait}.profile-follow__button--following{background:#0f172a14;color:var(--color-text-main);box-shadow:none;border:1px solid rgba(187,202,191,.65)}.profile-tabs-wrap{display:grid;gap:1rem}.profile-tabs{display:flex;gap:1.5rem;overflow-x:auto;border-bottom:2px solid var(--color-surface-container)}.profile-tab{flex-shrink:0;border:0;border-bottom:2px solid transparent;margin-bottom:-2px;padding:0 0 .75rem;color:var(--color-text-muted);background:transparent;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer}.profile-tab--active{color:var(--color-symbol);border-bottom-color:var(--color-symbol)}.profile-empty{display:grid;justify-items:center;gap:.75rem;padding:2rem 1.25rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);text-align:center}.profile-empty__art{display:grid;width:8rem;height:8rem;place-items:center;border-radius:999px;color:var(--color-symbol);background:#adedd359}.profile-empty__art .material-symbols-outlined{font-size:3rem}.profile-empty h3{margin:0;font-size:1.25rem;font-weight:600}.profile-empty p{margin:0;max-width:28rem;color:var(--color-text-muted);line-height:1.55}.profile-account h4{margin:0 0 .75rem;padding-inline:.25rem;color:var(--color-text-muted);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.profile-menu{overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface-container-low);box-shadow:var(--shadow-soft)}.profile-menu__item{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;border:0;border-top:1px solid var(--color-surface-container-highest);color:var(--color-text-main);background:transparent;font:inherit;font-size:1rem;text-align:left;cursor:pointer}.profile-menu>.profile-menu__item:first-child,.profile-menu>details:first-child .profile-menu__item{border-top:0}.profile-menu__item span:nth-child(2){flex:1}.profile-menu__item .material-symbols-outlined:last-child{color:var(--color-outline)}.profile-menu__icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:var(--radius-md);color:var(--color-symbol-muted);background:var(--color-secondary-container)}.profile-menu__icon--danger{color:var(--color-error);background:#ba1a1a14}.profile-menu__item--danger{color:var(--color-error)}.profile-menu__item--danger .material-symbols-outlined:last-child{color:#ba1a1a66}.profile-menu__details summary{list-style:none}.profile-menu__details summary::-webkit-details-marker{display:none}.profile-edit{display:grid;gap:.75rem;padding:0 1rem 1rem}.profile-edit textarea{width:100%;min-height:88px;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:.85rem 1rem;resize:vertical;color:var(--color-text-main);background:var(--color-bg-elevated);font:inherit;line-height:1.55;outline:0}.profile-edit textarea:focus{border-color:#006c496b;box-shadow:0 0 0 3px #10b98126}.user-profile-hero__file{display:none}.user-profile-hero__error{margin:0;border-radius:14px;padding:.75rem .85rem;color:#b91c1c!important;background:#b91c1c14;font-size:.88rem;font-weight:700}.user-profile-hero{display:none}.profile-theme{display:grid;gap:.5rem;padding:.75rem .9rem .9rem}.profile-theme__label{margin:0;font-size:.78rem;font-weight:800;color:var(--color-text-muted)}.profile-theme__options{display:flex;gap:.5rem}.profile-theme__option{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .9rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-text-main);font:inherit;font-size:.85rem;font-weight:700;cursor:pointer}.profile-theme__option .material-symbols-outlined{font-size:1.1rem}.profile-theme__option--active{background:var(--color-symbol-strong);border-color:transparent;color:#fff}[data-theme=dark] .profile-theme__option--active{color:#10161a}.page--agent{display:flex;flex-direction:column;gap:1rem;min-height:0;max-width:720px;margin:0 auto}.oe-ai-hero{position:relative;overflow:hidden;padding:1.15rem 1.2rem 1.25rem;border-radius:var(--radius-xl);color:#fff;background:radial-gradient(120% 140% at 100% 0%,rgba(16,185,129,.55),transparent 55%),radial-gradient(90% 120% at 0% 100%,rgba(0,66,43,.45),transparent 50%),linear-gradient(135deg,#00422b,#006c49 48%,#0ea572);box-shadow:0 16px 36px #006c4938}.oe-ai-hero:after{content:"";position:absolute;inset:auto -10% -40% 40%;height:140%;border-radius:50%;background:#ffffff14;pointer-events:none}.oe-ai-hero__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;border-radius:999px;background:#ffffff29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.oe-ai-hero__badge .material-symbols-outlined{font-size:.95rem}.oe-ai-hero__title{position:relative;z-index:1;margin:.65rem 0 .35rem;font-size:1.55rem;font-weight:700;letter-spacing:-.03em;line-height:1.2}.oe-ai-hero__sub{position:relative;z-index:1;margin:0;max-width:34rem;color:#ffffffe0;font-size:.88rem;line-height:1.45}.agent-chat{display:flex;flex-direction:column;min-height:min(68vh,640px);max-height:min(72vh,720px);border:1px solid rgba(187,202,191,.45);border-radius:var(--radius-xl);background:linear-gradient(180deg,#f0fdf48c,#ffffffeb 18%),#fff;box-shadow:var(--shadow-soft);overflow:hidden}.agent-chat--bubble{min-height:0;height:100%;max-height:100%;border:0;border-radius:1.25rem;box-shadow:0 20px 48px #0b1c302e}.agent-chat__header{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding:.9rem 1rem;border-bottom:1px solid rgba(187,202,191,.4);background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.agent-chat__avatar{display:grid;flex:0 0 auto;width:2.75rem;height:2.75rem;place-items:center;border-radius:.9rem;color:var(--color-symbol);background:linear-gradient(145deg,#adedd3,#eff4ff);box-shadow:inset 0 0 0 1px #006c491f}.agent-chat__avatar .material-symbols-outlined{font-size:1.35rem;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.agent-chat__meta{flex:1;min-width:0}.agent-chat__title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--color-symbol-strong)}.agent-chat__subtitle{margin:.15rem 0 0;color:var(--color-text-muted);font-size:.75rem}.agent-chat__close{display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:999px;background:var(--color-surface-container-low);color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.agent-chat__close:hover{background:#006c491a;color:var(--color-symbol)}.agent-chat__close .material-symbols-outlined{font-size:1.15rem;line-height:1;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.agent-chat__header-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.agent-chat__icon-btn{display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:999px;background:var(--color-surface-container-low);color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.agent-chat__icon-btn:hover:not(:disabled){background:#006c491a;color:var(--color-symbol)}.agent-chat__icon-btn--active{background:#006c491f;color:var(--color-symbol)}.agent-chat__icon-btn:disabled{opacity:.45;cursor:not-allowed}.agent-chat__icon-btn .material-symbols-outlined{font-size:1.15rem}.agent-chat__sessions{flex-shrink:0;max-height:min(40vh,16rem);overflow:hidden;display:flex;flex-direction:column;border-bottom:1px solid rgba(187,202,191,.4);background:#ffffffeb}.agent-chat__sessions-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .85rem .45rem}.agent-chat__sessions-title{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.agent-chat__sessions-new{display:inline-flex;align-items:center;gap:.2rem;border:0;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:600;color:var(--color-symbol);background:#006c4914;cursor:pointer}.agent-chat__sessions-new:hover:not(:disabled){background:#006c4924}.agent-chat__sessions-new:disabled{opacity:.45;cursor:not-allowed}.agent-chat__sessions-new .material-symbols-outlined{font-size:.95rem}.agent-chat__sessions-empty{margin:0;padding:.75rem 1rem 1rem;font-size:.82rem;color:var(--color-text-muted);text-align:center}.agent-chat__session-list{list-style:none;margin:0;padding:0 .45rem .55rem;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.agent-chat__session-row{display:flex;align-items:stretch;gap:.2rem}.agent-chat__session-item{flex:1;min-width:0;display:grid;gap:.12rem;padding:.55rem .65rem;border:0;border-radius:.65rem;text-align:left;background:transparent;cursor:pointer;transition:background var(--transition-fast)}.agent-chat__session-delete{display:grid;flex:0 0 auto;width:2rem;align-self:center;place-items:center;border:0;border-radius:.55rem;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.agent-chat__session-delete:hover:not(:disabled){background:#b4282814;color:#b42828}.agent-chat__session-delete:disabled{opacity:.45;cursor:not-allowed}.agent-chat__session-delete .material-symbols-outlined{font-size:1rem}.agent-chat__session-delete:disabled .material-symbols-outlined{animation:agent-spin .9s linear infinite}@keyframes agent-spin{to{transform:rotate(360deg)}}.agent-chat__session-item:hover:not(:disabled){background:#006c490f}.agent-chat__session-item--active{background:#006c491a}.agent-chat__session-item:disabled{opacity:.5;cursor:not-allowed}.agent-chat__session-title{font-size:.82rem;font-weight:600;color:var(--color-symbol-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-chat__session-preview{font-size:.72rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-chat__session-date{font-size:.68rem;color:var(--color-text-muted);opacity:.85}.agent-chat__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem;display:flex;flex-direction:column;gap:.85rem;overscroll-behavior:contain}.agent-chat__empty{display:grid;gap:1rem;margin:auto 0;padding:.5rem .25rem 1rem;text-align:center}.agent-chat__empty-mark{display:grid;width:4.25rem;height:4.25rem;place-items:center;margin:0 auto;border-radius:1.25rem;color:#fff;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.55),transparent 55%),linear-gradient(145deg,#006c49,#10b981);box-shadow:0 14px 28px #006c4947;animation:oe-ai-float 3.2s ease-in-out infinite}.agent-chat__empty-mark .material-symbols-outlined{font-size:2rem;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.agent-chat__empty-title{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:-.02em;color:var(--color-symbol-strong)}.agent-chat__empty-text{margin:0;color:var(--color-text-muted);font-size:.88rem;line-height:1.5}.agent-chat__suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.agent-chat__suggestion{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;padding:.55rem .8rem;border:1px solid rgba(0,108,73,.16);border-radius:999px;background:#f0fdf4e6;color:var(--color-symbol-muted);font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast),color var(--transition-fast)}.agent-chat__suggestion .material-symbols-outlined{font-size:1rem;color:var(--color-symbol)}.agent-chat__suggestion:hover{background:var(--color-bg-elevated);border-color:#006c4959;color:var(--color-symbol-strong);transform:translateY(-1px)}.agent-msg{display:flex;gap:.55rem;align-items:flex-end;animation:oe-ai-msg-in .22s ease-out}.agent-msg--assistant{align-self:flex-start;max-width:min(100%,34rem)}.agent-msg--user{align-self:flex-end;flex-direction:row-reverse;max-width:min(92%,28rem)}.agent-msg__avatar{display:grid;flex:0 0 auto;width:1.85rem;height:1.85rem;place-items:center;border-radius:.55rem;color:var(--color-symbol);background:linear-gradient(145deg,#adedd3,#eff4ff);box-shadow:inset 0 0 0 1px #006c491a}.agent-msg__avatar .material-symbols-outlined{font-size:1rem;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.agent-msg__body{display:grid;gap:.45rem;min-width:0}.agent-msg__bubble{padding:.75rem .95rem;border-radius:1.1rem;font-size:.9rem;line-height:1.55;word-break:break-word}.agent-msg--user .agent-msg__bubble{white-space:pre-wrap}.agent-markdown{display:flow-root;min-width:0}.agent-markdown>:first-child{margin-top:0}.agent-markdown>:last-child{margin-bottom:0}.agent-markdown p{margin:.45rem 0}.agent-markdown h1,.agent-markdown h2,.agent-markdown h3,.agent-markdown h4{margin:.85rem 0 .4rem;font-weight:700;line-height:1.35;color:var(--color-symbol-strong)}.agent-markdown h1{font-size:1.15rem}.agent-markdown h2{font-size:1.05rem}.agent-markdown h3,.agent-markdown h4{font-size:.98rem}.agent-markdown ul,.agent-markdown ol{margin:.45rem 0;padding-left:1.25rem}.agent-markdown li{margin:.2rem 0}.agent-markdown li>p{margin:.15rem 0}.agent-markdown blockquote{margin:.55rem 0;padding:.45rem .75rem;border-left:3px solid rgba(0,108,73,.35);border-radius:0 .5rem .5rem 0;background:#f0fdf4a6;color:var(--color-text-muted)}.agent-markdown a{color:var(--color-symbol);font-weight:600;text-decoration:underline;text-underline-offset:2px}.agent-markdown code{padding:.1rem .35rem;border-radius:.35rem;background:#006c4914;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.84em}.agent-markdown pre{margin:.55rem 0;padding:.7rem .8rem;overflow-x:auto;border-radius:.65rem;background:#0f172a;color:#e2e8f0}.agent-markdown pre code{padding:0;background:transparent;color:inherit;font-size:.82rem}.agent-markdown table{width:100%;margin:.55rem 0;border-collapse:collapse;font-size:.84rem}.agent-markdown th,.agent-markdown td{padding:.45rem .55rem;border:1px solid rgba(187,202,191,.55);text-align:left}.agent-markdown th{background:#f0fdf4d9;font-weight:700}.agent-markdown hr{margin:.75rem 0;border:0;border-top:1px solid rgba(187,202,191,.55)}.agent-markdown .katex{font-size:1em}.agent-markdown__math-block{margin:.55rem 0;overflow-x:auto;text-align:center}.agent-msg--assistant .agent-msg__bubble{border:1px solid rgba(187,202,191,.5);border-bottom-left-radius:.4rem;background:var(--color-bg-elevated);color:var(--color-text-main);box-shadow:0 4px 14px #0b1c300a}.agent-msg--user .agent-msg__bubble{border-bottom-right-radius:.4rem;background:linear-gradient(135deg,#006c49,#0ea572);color:#fff;box-shadow:0 8px 18px #006c4938}.agent-msg__caret{display:inline-block;width:.45rem;height:1em;margin-left:.1rem;vertical-align:text-bottom;background:var(--color-symbol);animation:oe-ai-caret .9s steps(1) infinite}.agent-msg__navigate{display:grid;gap:.15rem;padding:.55rem .75rem;border-radius:var(--radius-md);background:#adedd359;border:1px solid rgba(0,108,73,.12)}.agent-msg__navigate-label{font-size:.78rem;font-weight:700;color:var(--color-symbol-strong);word-break:break-all}.agent-msg__navigate-hint{font-size:.72rem;color:var(--color-text-muted)}.agent-chat__typing{display:inline-flex;align-items:center;gap:.35rem;padding:.65rem .85rem;border-radius:1rem 1rem 1rem .35rem;background:var(--color-bg-elevated);border:1px solid rgba(187,202,191,.45);color:var(--color-text-muted);font-size:.8rem}.agent-chat__typing-dot{width:.35rem;height:.35rem;border-radius:999px;background:var(--color-symbol);opacity:.35;animation:oe-ai-dot 1.1s ease-in-out infinite}.agent-chat__typing-dot:nth-child(2){animation-delay:.15s}.agent-chat__typing-dot:nth-child(3){animation-delay:.3s}.agent-trace{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.agent-trace__item{display:flex;align-items:flex-start;gap:.45rem;padding:.45rem .6rem;border-radius:var(--radius-md);background:#eff4ffb3;border:1px solid rgba(187,202,191,.35)}.agent-trace__item--thought{background:transparent;border-style:dashed;color:var(--color-text-muted)}.agent-trace__item--running{border-color:#006c4940;background:#f0fdf4e6}.agent-trace__item--success{border-color:#10b98147}.agent-trace__item--error{border-color:#ba1a1a40;background:#ffdad659}.agent-trace__dot{flex:0 0 auto;width:.45rem;height:.45rem;margin-top:.4rem;border-radius:999px;background:var(--color-symbol)}.agent-trace__item--thought .agent-trace__dot{background:var(--color-outline)}.agent-trace__item--running .agent-trace__dot{animation:oe-ai-dot 1s ease-in-out infinite}.agent-trace__item--error .agent-trace__dot{background:var(--color-error)}.agent-trace__tool-body{display:grid;gap:.2rem;min-width:0}.agent-trace__text{font-size:.78rem;line-height:1.4;color:var(--color-text-muted)}.agent-trace__preview{font-size:.72rem;color:var(--color-symbol-muted);line-height:1.35}.agent-trace__item--notes{padding:.35rem;background:transparent;border:0}.agent-note-bar-list{display:grid;gap:.45rem}.agent-note-bar{display:flex;align-items:center;gap:.65rem;min-width:0;padding:.45rem .55rem;border:1px solid rgba(187,202,191,.45);border-radius:var(--radius-md);background:var(--color-bg-elevated);text-decoration:none;color:inherit;box-shadow:var(--shadow-card);transition:transform var(--transition-fast),border-color var(--transition-fast)}.agent-note-bar:hover{border-color:#006c4959;transform:translateY(-1px)}.agent-note-bar__cover{display:grid;flex:0 0 auto;width:2.25rem;height:2.25rem;place-items:center;overflow:hidden;border-radius:.55rem;background:var(--color-secondary-container)}.agent-note-bar__cover img{width:100%;height:100%;object-fit:cover}.agent-note-bar__cover-fallback{color:var(--color-symbol);font-size:.85rem;font-weight:700}.agent-note-bar__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600}.agent-chat__error{margin:0 1rem;padding:.55rem .75rem;border-radius:var(--radius-md);background:var(--color-error-container);color:var(--color-error);font-size:.82rem}.agent-chat__composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;flex-shrink:0;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(187,202,191,.4);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.agent-chat__textarea{width:100%;min-height:2.85rem;max-height:7.5rem;resize:none;padding:.7rem .9rem;border:1px solid rgba(187,202,191,.55);border-radius:1rem;background:var(--color-surface-container-low);color:var(--color-text-main);font:inherit;font-size:.9rem;line-height:1.4;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.agent-chat__textarea:focus{outline:none;border-color:#006c4973;background:var(--color-bg-elevated);box-shadow:0 0 0 3px #006c491f}.agent-chat__textarea:disabled{opacity:.65}.agent-chat__send{align-self:end;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-width:2.85rem;height:2.85rem;padding:0 .95rem;border-radius:999px}.agent-chat__send .material-symbols-outlined{font-size:1.2rem}.oe-ai-bubble{position:fixed;right:1rem;bottom:calc(var(--bottom-nav-height, 4rem) + env(safe-area-inset-bottom,0px) + .5rem);z-index:70;display:flex;flex-direction:column;width:min(24rem,100vw - 2rem);height:min(32rem,100dvh - var(--bottom-nav-height, 4rem) - env(safe-area-inset-bottom,0px) - 1.25rem - .75rem);max-height:calc(100dvh - var(--bottom-nav-height, 4rem) - env(safe-area-inset-bottom,0px) - 1.25rem - .75rem);animation:oe-ai-msg-in .2s ease-out}@media(min-width:901px){.oe-ai-bubble{bottom:1.5rem;right:1.5rem;height:min(32rem,100dvh - 3rem);max-height:min(70vh,560px)}}@keyframes oe-ai-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes oe-ai-caret{50%{opacity:0}}@keyframes oe-ai-dot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes oe-ai-pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(1.35);opacity:0}}@media(max-width:900px){.agent-chat{min-height:min(62vh,560px);max-height:none;height:auto;flex:1}.agent-chat--bubble{min-height:0;height:100%;max-height:100%;flex:none}.agent-chat__composer{padding-bottom:.85rem}}.agent-msg__sender{display:block;margin-bottom:.15rem;font-size:.68rem;font-weight:800;color:var(--color-symbol-strong)}.note-comments{margin:1.5rem auto 0;max-width:48rem;width:100%;padding:0 1rem 1rem}.note-comments__header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.85rem}.note-comments__title{margin:0;font-size:1.1rem;font-weight:800;color:var(--color-text-main)}.note-comments__count{font-size:.9rem;font-weight:700;color:var(--color-symbol)}.note-comments__form{display:grid;gap:.65rem;margin-bottom:1rem}.note-comments__input,.qna-answers__input,.qna-new__input,.qna-new__textarea{width:100%;border:1px solid rgba(187,202,191,.7);border-radius:var(--radius-md);padding:.85rem 1rem;font:inherit;color:var(--color-text-main);background:var(--color-bg-elevated);resize:vertical}.note-comments__input:focus,.qna-answers__input:focus,.qna-new__input:focus,.qna-new__textarea:focus{outline:2px solid rgba(0,108,73,.25);border-color:var(--color-symbol)}.note-comments__submit,.qna-answers__submit,.qna-new__submit,.qna-header__ask,.qna-more__button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:0;border-radius:999px;padding:.7rem 1.15rem;background:var(--symbol-gradient);color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:var(--symbol-shadow)}.note-comments__submit:disabled,.qna-answers__submit:disabled,.qna-new__submit:disabled,.qna-more__button:disabled{opacity:.6;cursor:wait}.note-comments__error,.qna-answers__error,.qna-new__error{margin:0 0 .75rem;color:var(--color-error);font-size:.9rem;font-weight:600}.note-comments__empty,.qna-answers__empty,.qna-empty{margin:0;padding:1.25rem 0;color:var(--color-text-muted);text-align:center}.note-comments__list,.qna-answers__list,.qna-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem;min-width:0}.note-comments__item,.qna-answers__item{border:1px solid rgba(187,202,191,.45);border-radius:var(--radius-lg);background:var(--color-bg-elevated);padding:.9rem 1rem;min-width:0}.note-comments__meta,.qna-answers__meta,.qna-detail__meta,.qna-card__top{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.45rem}.note-comments__avatar,.qna-answers__avatar{width:1.6rem;height:1.6rem;border-radius:999px;object-fit:cover}.note-comments__avatar--fallback,.qna-answers__avatar--fallback{display:inline-grid;place-items:center;background:var(--color-secondary-container);color:var(--color-on-secondary-container);font-size:.75rem;font-weight:800}.note-comments__author,.qna-answers__author,.qna-detail__author,.qna-card__author{font-weight:750;color:var(--color-text-main);font-size:.9rem}.note-comments__time,.qna-answers__time,.qna-detail__time,.qna-card__time{color:var(--color-text-muted);font-size:.8rem}.note-comments__delete,.qna-answers__delete,.qna-detail__delete,.qna-new__quote-remove,.note-comments__edit,.qna-detail__edit{margin-left:auto;border:0;background:transparent;color:var(--color-error);font:inherit;font-size:.8rem;font-weight:700;cursor:pointer;padding:.2rem .4rem;text-decoration:none}.note-comments__edit,.qna-detail__edit{margin-left:auto;color:var(--color-symbol-muted)}.note-comments__delete,.qna-detail__delete{margin-left:0}.note-comments__edited,.qna-detail__edited{font-size:.75rem;font-weight:700;color:var(--color-outline)}.note-comments__edit-form{display:grid;gap:.55rem}.note-comments__edit-actions{display:flex;justify-content:flex-end;gap:.55rem}.note-comments__edit-cancel{border:0;background:transparent;color:var(--color-text-muted);font:inherit;font-size:.85rem;font-weight:700;cursor:pointer;padding:.55rem .75rem}.note-comments__content,.qna-answers__content,.qna-detail__content{margin:0;word-break:break-word;line-height:1.55;color:var(--color-text-main)}.note-comments__content .agent-markdown,.qna-answers__content .agent-markdown,.qna-detail__content .agent-markdown,.qna-answers__cot .agent-markdown{font-size:inherit}.note-ask-toolbar{position:fixed;z-index:60;display:flex;flex-direction:column;align-items:center;gap:.32rem;transform:translate(-50%,-100%);pointer-events:none}.note-ask-toolbar--below{transform:translate(-50%)}.note-ask-toolbar__button{pointer-events:auto;display:inline-flex;align-items:center;gap:.28rem;border:0;border-radius:999px;padding:.32rem .65rem;background:var(--color-symbol-strong);color:#fff;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #00422b40;white-space:nowrap}.note-ask-toolbar__button:disabled{cursor:wait;opacity:.78}.note-ask-toolbar__button--secondary{background:#fff;color:var(--color-symbol-strong);box-shadow:0 6px 14px #00422b2e}.note-ask-toolbar__button .material-symbols-outlined{font-size:.95rem}.note-ask-toolbar__error{pointer-events:auto;margin:0;max-width:16rem;padding:.28rem .5rem;border-radius:.45rem;background:#fff;color:var(--color-error, #ba1a1a);font-size:.7rem;font-weight:600;line-height:1.35;text-align:center;box-shadow:0 6px 14px #0000001f}.note-ai-edit-host{position:relative;overflow:visible}.note-ai-edit-hl{position:absolute;z-index:3;pointer-events:none;border-radius:7px;background:#006c4929;box-shadow:inset 0 0 0 1px #006c4914}.note-ai-edit-hl--shimmer{overflow:hidden;background:#f3f4f6;box-shadow:none}.note-ai-edit-hl--shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0%,transparent 38%,rgba(255,255,255,.95) 50%,transparent 62%,transparent 100%);background-size:220% 100%;animation:note-ai-edit-shimmer 1.35s ease-in-out infinite}@keyframes note-ai-edit-shimmer{0%{background-position:120% 0}to{background-position:-20% 0}}.note-ai-edit-bar{position:absolute;z-index:8;transform:translateY(calc(-100% - 10px));display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;width:min(28rem,100% - 16px);max-width:calc(100% - 16px);box-sizing:border-box;padding:.38rem .38rem .38rem .42rem;border:0;border-radius:999px;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 36px #10241c24,0 0 0 1px #006c491a}.note-ai-edit-bar--below{transform:translateY(10px)}.note-ai-edit-bar--busy{box-shadow:0 14px 36px #10241c1f,0 0 0 1px #006c4929}.note-ai-edit-bar__icon{display:grid;place-items:center;width:1.9rem;height:1.9rem;border-radius:50%;background:#006c491a;color:var(--color-symbol);flex-shrink:0}.note-ai-edit-bar__icon .material-symbols-outlined{font-size:1.05rem}.note-ai-edit-bar--busy .note-ai-edit-bar__icon{animation:note-ai-edit-pulse 1.4s ease-in-out infinite}@keyframes note-ai-edit-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.72}}.note-ai-edit-bar input{flex:1 1 10rem;min-width:0;border:0;background:transparent;font:inherit;font-size:.86rem;letter-spacing:-.02em;color:var(--color-text-main);outline:none}.note-ai-edit-bar input::placeholder{color:var(--color-text-muted)}.note-ai-edit-bar__go{flex-shrink:0;border:0;border-radius:999px;padding:.42rem .9rem;background:var(--symbol-gradient, var(--color-symbol-strong));color:#fff;font:inherit;font-size:.78rem;font-weight:800;letter-spacing:-.02em;cursor:pointer}.note-ai-edit-bar__go:disabled{opacity:.5;cursor:wait}.note-ai-edit-bar__error{flex:1 1 100%;margin:0;padding:0 .45rem .2rem 2.4rem;color:var(--color-error);font-size:.72rem;font-weight:700}.page--qna,.page--qna-new,.page--qna-detail{max-width:46rem;width:100%;min-width:0;margin:0 auto;padding:1.25rem 0 calc(var(--bottom-nav-clearance) + 1rem)}.qna-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.qna-header__kicker{margin:0 0 .25rem;font-size:.78rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:var(--color-symbol-muted)}.qna-header__title,.qna-new__title,.qna-detail__title{margin:0;font-size:1.55rem;font-weight:850;color:var(--color-text-main);overflow-wrap:anywhere;word-break:break-word}.qna-header__desc,.qna-new__desc{margin:.35rem 0 0;color:var(--color-text-muted);font-size:.92rem}.qna-card{display:block;min-width:0;max-width:100%;text-decoration:none;color:inherit;border:1px solid rgba(187,202,191,.5);border-radius:var(--radius-lg);background:var(--color-bg-elevated);padding:1rem 1.05rem;box-shadow:var(--shadow-card);transition:border-color var(--transition-fast),transform var(--transition-fast)}.qna-card:hover{border-color:#006c4959;transform:translateY(-1px)}.qna-card__title-link,.qna-card__body-link{display:block;min-width:0;text-decoration:none;color:inherit}.qna-card__title{margin:0 0 .55rem;font-size:1.05rem;font-weight:800;overflow-wrap:anywhere;word-break:break-word}.qna-card__title-link:hover .qna-card__title{color:var(--color-symbol)}.qna-card__preview{display:-webkit-box;margin:0 0 .35rem;color:var(--color-text-muted);font-size:.92rem;line-height:1.5;text-decoration:none;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical}.qna-card__preview:hover{color:var(--color-text-main)}.qna-card__quote{margin:0 0 .75rem}.qna-card__footer{margin-top:.75rem}.qna-card__answers{display:inline-flex;align-items:center;gap:.25rem;color:var(--color-symbol-muted);font-size:.85rem;font-weight:700}.qna-card__answers .material-symbols-outlined{font-size:1rem}.qna-more{display:grid;place-items:center;margin-top:1.25rem}.qna-quote{display:block;text-decoration:none;color:inherit;border-left:3px solid var(--color-symbol);background:var(--color-tertiary-wash);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:.75rem .9rem .75rem 1rem;transition:background var(--transition-fast)}a.qna-quote:hover{background:#10b98124}.qna-quote__mark{display:block;font-size:1.4rem;line-height:1;color:var(--color-symbol);font-weight:800;margin-bottom:.15rem}.qna-quote__text{margin:0;font-size:.92rem;line-height:1.5;color:var(--color-text-main);white-space:pre-wrap;word-break:break-word}.qna-quote__source{display:inline-flex;align-items:center;gap:.25rem;margin-top:.55rem;font-size:.8rem;font-weight:700;color:var(--color-symbol-muted)}.qna-quote__source .material-symbols-outlined{font-size:.95rem}.qna-new__header,.qna-detail__back,.qna-new__back{margin-bottom:1rem}.qna-detail__back,.qna-new__back{display:inline-block;color:var(--color-symbol-muted);font-weight:700;text-decoration:none;font-size:.92rem}.qna-new__quote-wrap{display:grid;gap:.5rem;margin-bottom:1rem}.qna-new__form,.qna-answers__form{display:grid;gap:.85rem}.qna-new__editor{border:1px solid rgba(187,202,191,.7);border-radius:var(--radius-md);background:var(--color-bg-elevated);min-width:0;overflow:auto}.rich-text-editor{display:grid;gap:0}.rich-text-editor__surface{padding:.25rem .35rem .75rem}.rich-text-editor__surface .tiptap-editor__content{min-height:inherit;border:0;box-shadow:none;padding:.5rem .65rem}.rich-text-editor__status,.rich-text-editor__error{margin:0;padding:.45rem .85rem .75rem;font-size:.85rem}.rich-text-editor__error{color:var(--color-error);font-weight:650}.rich-text-editor--readonly .rich-text-editor__surface{padding:0}.qna-rich-body{min-width:0;overflow-wrap:anywhere;word-break:break-word}.qna-rich-body.tiptap-editor__content{border:0;padding:0;box-shadow:none;background:transparent}.qna-detail__content .qna-rich-body img{max-width:100%;height:auto;border-radius:var(--radius-md)}.qna-new__label{display:grid;gap:.4rem;font-weight:750;color:var(--color-text-main);font-size:.9rem}.qna-new__actions{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.qna-new__cancel{color:var(--color-text-muted);font-weight:700;text-decoration:none}.qna-detail__post{border:1px solid rgba(187,202,191,.5);border-radius:var(--radius-xl);background:var(--color-bg-elevated);padding:1.15rem 1.2rem;margin-bottom:1.5rem;box-shadow:var(--shadow-card);min-width:0;overflow-wrap:anywhere;word-break:break-word}.qna-detail__quote{margin:.85rem 0 1rem}.qna-answers__header{display:flex;align-items:baseline;gap:.45rem;margin-bottom:.85rem}.qna-answers__header h2{margin:0;font-size:1.1rem;font-weight:800}.qna-answers__header span{font-weight:750;color:var(--color-symbol)}.qna-answers__sort-hint{margin:-.35rem 0 1rem;font-size:.82rem;color:var(--color-text-muted)}.qna-answers__ai-row{display:grid;gap:.45rem;margin-bottom:1rem}.qna-answers__ai{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;border:1px solid rgba(0,108,73,.28);border-radius:999px;padding:.75rem 1.1rem;background:linear-gradient(135deg,#006c4914,#10b98124);color:var(--color-symbol-strong);font:inherit;font-weight:800;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.qna-answers__ai:hover:not(:disabled){background:linear-gradient(135deg,#006c491f,#10b98133)}.qna-answers__ai:disabled{opacity:.7;cursor:wait}.qna-answers__ai .material-symbols-outlined{font-size:1.15rem}.qna-answers__ai-hint{margin:0;text-align:center;font-size:.82rem;color:var(--color-text-muted)}.qna-answers__item--ai{border-color:#006c4947;background:linear-gradient(180deg,#fff,#f0fdf4bf)}.qna-answers__item--accepted{border-color:#006c4973;box-shadow:0 0 0 1px #006c491f}.qna-answers__accepted-banner{display:inline-flex;align-items:center;gap:.3rem;margin-bottom:.65rem;padding:.25rem .55rem;border-radius:999px;background:#006c491f;color:var(--color-symbol-strong);font-size:.8rem;font-weight:800}.qna-answers__accepted-banner .material-symbols-outlined{font-size:1rem;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.qna-answers__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.85rem}.qna-answers__like,.qna-answers__accept{display:inline-flex;align-items:center;gap:.3rem;border:1px solid rgba(187,202,191,.7);border-radius:999px;padding:.4rem .75rem;background:var(--color-bg-elevated);color:var(--color-text-muted);font:inherit;font-size:.85rem;font-weight:750;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.qna-answers__like .material-symbols-outlined,.qna-answers__accept .material-symbols-outlined{font-size:1.05rem}.qna-answers__like:hover:not(:disabled){border-color:#ba1a1a59;color:#ba1a1a;background:#ba1a1a0f}.qna-answers__like--active{border-color:#ba1a1a66;color:#ba1a1a;background:#ba1a1a1a}.qna-answers__like--active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.qna-answers__accept:hover:not(:disabled){border-color:#006c4966;color:var(--color-symbol-strong);background:#006c4914}.qna-answers__accept--active{border-color:#006c4973;color:var(--color-symbol-strong);background:#006c491f}.qna-answers__accept--active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.qna-answers__like:disabled,.qna-answers__accept:disabled{opacity:.65;cursor:wait}.qna-answers__avatar--ai{display:inline-grid;place-items:center;background:var(--symbol-gradient);color:#fff}.qna-answers__avatar--ai .material-symbols-outlined{font-size:.95rem}.qna-answers__badge{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .45rem;background:#006c491f;color:var(--color-symbol-strong);font-size:.72rem;font-weight:850;letter-spacing:.03em}.qna-answers__cot-toggle{display:inline-flex;align-items:center;gap:.3rem;margin-top:.75rem;border:0;background:transparent;color:var(--color-symbol-muted);font:inherit;font-size:.85rem;font-weight:750;cursor:pointer;padding:0}.qna-answers__cot-toggle .material-symbols-outlined{font-size:1.05rem}.qna-answers__cot{margin:.65rem 0 0;padding:.85rem .95rem;border-radius:var(--radius-md);background:#0b1c300a;color:var(--color-text-muted);font-size:.86rem;line-height:1.55;word-break:break-word;overflow-x:auto}@media(max-width:640px){.qna-header{flex-direction:column;align-items:stretch}.qna-header__ask{width:100%}.qna-toolbar{flex-direction:column;align-items:stretch}.qna-toolbar .qna-flair-tabs{flex:none;width:100%}.qna-toolbar__ask{width:100%}}.qna-hero{border-radius:var(--radius-xl);overflow:hidden;background:var(--color-bg-elevated);box-shadow:var(--shadow-card);margin-bottom:1.1rem}.qna-hero__banner{display:block;width:100%;height:132px;object-fit:cover}.qna-hero__council{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.7rem .9rem}.qna-hero__council-label{font-size:.74rem;font-weight:800;letter-spacing:.05em;color:var(--color-text-muted);text-transform:uppercase;margin-right:.15rem}.qna-flair-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.qna-flair-tab{display:inline-flex;align-items:center;flex:0 0 auto;gap:.3rem;height:2.15rem;padding:0 .85rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-bg-elevated);color:var(--color-text-muted);font:inherit;font-size:.82rem;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.qna-flair-tab .material-symbols-outlined{font-size:1rem}.qna-flair-tab:hover{background:var(--color-accent-fill-ghost)}.qna-flair-tab--active{background:var(--color-symbol);border-color:transparent;color:#fff}.qna-flair-tab--active:hover{background:var(--color-symbol)}.qna-flair-chip{display:inline-block;padding:.12rem .5rem;border-radius:999px;font-size:.68rem;font-weight:800;background:var(--color-secondary-container);color:var(--color-on-secondary-container)}.qna-flair-chip--school{background:var(--color-surface-container-high);color:var(--color-text-main)}.page--qna .qna-header{align-items:center;margin-bottom:1rem}.page--qna .qna-flair-tabs{margin-bottom:1rem}.page--qna .qna-card__top{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.5rem;min-width:0}.page--qna .qna-card__time{margin-left:auto}.qna-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;min-width:0}.qna-toolbar .qna-flair-tabs{flex:1 1 auto;width:100%;min-width:0;margin-bottom:0}.qna-toolbar__ask{flex-shrink:0;padding:.5rem .95rem;font-size:.85rem}.qna-flair-tab--mine{position:relative}.qna-flair-tab__badge{min-width:1.05rem;height:1.05rem;padding:0 .25rem;display:inline-grid;place-items:center;border-radius:999px;background:#ed4245;color:#fff;font-size:.62rem;font-weight:800}.qna-card__new-badge{margin-left:auto;display:inline-flex;align-items:center;gap:.2rem;padding:.14rem .55rem;border-radius:999px;background:#ed4245;color:#fff;font-size:.68rem;font-weight:800}.qna-card__new-badge .material-symbols-outlined{font-size:.85rem}.school-settings{display:grid;gap:var(--space-lg);max-width:720px}.school-settings__header h1{margin:0;font-size:1.5rem;font-weight:600}.school-settings__header p{margin:.35rem 0 0;color:var(--color-text-muted);line-height:1.5}.school-settings__card{border:1px solid var(--color-border-subtle);border-radius:20px;padding:var(--space-md);background:#ffffffeb;display:grid;gap:var(--space-md)}.school-settings__card h2{margin:0;font-size:1rem;font-weight:700}.school-settings__hint{margin:0;color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.school-settings__image-row{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:flex-start}.school-settings__image-preview{overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:16px;background:var(--color-surface-muted, #f4f7f5);display:grid;place-items:center}.school-settings__image-preview--icon{width:88px;height:88px}.school-settings__image-preview--banner{width:100%;max-width:420px;aspect-ratio:3/1}.school-settings__image-preview img{width:100%;height:100%;object-fit:cover}.school-settings__image-actions{display:grid;gap:.5rem}.school-settings__textarea{width:100%;min-height:120px;border:1px solid var(--color-border-subtle);border-radius:16px;padding:.85rem 1rem;font:inherit;resize:vertical;outline:0}.school-settings__textarea:focus{border-color:#006c496b;box-shadow:0 0 0 4px #10b9811f}.school-settings__mode{display:grid;gap:.65rem}.school-settings__mode label{display:flex;gap:.65rem;align-items:flex-start;padding:.85rem 1rem;border:1px solid var(--color-border-subtle);border-radius:14px;cursor:pointer}.school-settings__mode label:has(input:checked){border-color:#006c4973;background:#adedd326}.school-settings__mode input{margin-top:.2rem}.school-settings__mode strong{display:block;font-size:.92rem}.school-settings__mode span{display:block;margin-top:.15rem;color:var(--color-text-muted);font-size:.82rem;line-height:1.45}.school-settings__operators{display:grid;gap:.65rem}.school-settings__operator-list{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.school-settings__operator-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border:1px solid var(--color-border-subtle);border-radius:12px}.school-settings__operator-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#006c491f;color:var(--color-primary, #006c49);font-weight:700;font-size:.85rem;flex-shrink:0}.school-settings__operator-avatar img{width:100%;height:100%;object-fit:cover}.school-settings__operator-name{flex:1;font-weight:600;font-size:.92rem}.school-settings__role-select{border:1px solid var(--color-border-subtle);border-radius:10px;padding:.35rem .5rem;font:inherit;font-size:.82rem;background:var(--color-bg-elevated)}.school-settings__role-badge{padding:.2rem .55rem;border-radius:999px;background:#006c491a;color:var(--color-primary, #006c49);font-size:.75rem;font-weight:700}.school-settings__search{position:relative}.school-settings__search-results{position:absolute;z-index:5;top:calc(100% + .35rem);left:0;right:0;margin:0;padding:.35rem;list-style:none;border:1px solid var(--color-border-subtle);border-radius:14px;background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);max-height:220px;overflow:auto}.school-settings__search-result{display:flex;align-items:center;gap:.55rem;width:100%;padding:.55rem .65rem;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer;font:inherit}.school-settings__search-result:hover{background:#adedd333}.school-settings__invite-row{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.school-settings__invite-row input{flex:1 1 220px;min-height:auto}.school-settings__invite-link{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-top:.5rem}.school-settings__invite-link input{flex:1 1 280px;min-height:auto;font-size:.85rem}.school-settings__invite-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}.school-settings__invite-list{display:grid;gap:.45rem;margin:.75rem 0 0;padding:0;list-style:none}.school-settings__invite-item{display:flex;align-items:center;gap:.55rem;padding:.55rem .75rem;border:1px dashed var(--color-border-subtle);border-radius:12px;font-size:.88rem}.school-settings__invite-email{flex:1;font-weight:600}.school-settings__invite-status{color:var(--color-text-muted);font-size:.78rem}.school-settings__readonly{padding:var(--space-md);border-radius:16px;background:#adedd31f;color:var(--color-text-muted);line-height:1.55}.school-settings__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.school-settings__error{margin:0;color:#b42318;font-size:.88rem}.school-settings__success{margin:0;color:var(--color-primary, #006c49);font-size:.88rem}.school-settings__exam-list{display:grid;gap:.6rem;margin-top:.75rem}.school-settings__exam-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:var(--radius-md);background:var(--color-surface-container-low)}.school-settings__exam-row--current{outline:2px solid var(--color-symbol-soft)}.school-settings__exam-label{min-width:8.5rem;font-weight:700;font-size:.88rem}.school-settings__exam-label em{margin-left:.3rem;font-style:normal;font-size:.68rem;font-weight:800;color:var(--color-symbol)}.school-settings__exam-date{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--color-text-muted)}.school-settings__exam-date input[type=date]{padding:.35rem .5rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-bg-elevated);font:inherit}.school-settings__exam-actions{display:flex;justify-content:flex-end;margin-top:.75rem}.school-settings__notice-form{display:grid;gap:.5rem}.school-settings__notice-form input,.school-settings__notice-form textarea{padding:.5rem .7rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);font:inherit}.school-settings__notice-form>.button-primary{justify-self:start}.school-settings__notice-link-row{display:grid;grid-template-columns:2fr 1fr;gap:.5rem}.school-settings__notice-list{list-style:none;margin:.6rem 0 0;padding:0;display:grid;gap:.4rem}.school-settings__notice-item{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.5rem .7rem;border:1px solid var(--color-border-subtle);border-radius:10px}.school-settings__notice-item div{min-width:0;display:grid}.school-settings__notice-item span{color:var(--color-text-muted);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.school-settings__member-options{display:grid;gap:.6rem}.school-settings__fieldset{border:1px solid var(--color-border-subtle);border-radius:10px;padding:.55rem .8rem .7rem;display:grid;gap:.35rem}.school-settings__fieldset legend{padding:0 .3rem;font-size:.8rem;font-weight:800}.school-settings__fieldset label{display:flex;align-items:center;gap:.45rem;font-size:.85rem;cursor:pointer}.school-settings__fieldset input{accent-color:var(--color-symbol-strong)}.school-settings__fieldset small{color:var(--color-text-muted)}.school-settings__member-fields{display:grid;gap:.3rem;font-size:.82rem;font-weight:700}.school-settings__member-fields small{color:var(--color-text-muted);font-weight:500}.school-settings__member-fields textarea{padding:.5rem .7rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);font:inherit;font-weight:500}.school-settings__member-subtitle{margin:.9rem 0 .3rem;font-size:.92rem}.school-settings__member-subtitle small{margin-left:.4rem;color:var(--color-text-muted);font-weight:500}.school-settings__member-list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.school-settings__member-item{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.5rem .7rem;border:1px solid var(--color-border-subtle);border-radius:10px;flex-wrap:wrap}.school-settings__member-info{min-width:0;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.school-settings__member-status{font-size:.74rem;font-weight:800;padding:.1rem .5rem;border-radius:999px;background:var(--color-surface-container-high)}.school-settings__member-status--active{color:var(--color-symbol-strong)}.school-settings__member-status--pending{color:#b26a00}.school-settings__member-status--rejected{color:var(--color-error)}.school-settings__member-answers{width:100%;color:var(--color-text-muted);font-size:.78rem}.school-settings__member-actions{display:inline-flex;gap:.35rem}.school-settings__member-reject{color:var(--color-error)}.form-builder{display:grid;gap:.5rem;padding:.8rem;border:1px solid var(--color-border-subtle);border-radius:14px;background:var(--color-surface-container-low)}.form-builder__head{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;padding-bottom:.3rem;border-bottom:2px solid var(--color-symbol-strong)}.form-builder__title{font-size:.92rem;font-weight:800}.form-builder__hint{color:var(--color-text-muted);font-size:.76rem}.form-builder__item{display:flex;align-items:center;gap:.55rem;padding:.55rem .65rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);transition:box-shadow .12s ease,border-color .12s ease}.form-builder__item:focus-within{border-color:var(--color-symbol-strong);box-shadow:0 1px 6px #00000014}.form-builder__index{flex-shrink:0;display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-secondary-container);color:var(--color-on-secondary-container);font-size:.72rem;font-weight:800}.form-builder__input{flex:1;min-width:0;border:0;border-bottom:1.5px solid transparent;background:none;padding:.25rem .1rem;font:inherit;font-size:.9rem}.form-builder__input:focus{outline:none;border-bottom-color:var(--color-symbol-strong)}.form-builder__input::placeholder{color:var(--color-text-muted)}.form-builder__controls{flex-shrink:0;display:inline-flex;gap:.1rem}.form-builder__controls button{display:grid;place-items:center;width:1.8rem;height:1.8rem;border:0;border-radius:50%;background:none;color:var(--color-text-muted);cursor:pointer}.form-builder__controls button:hover:not(:disabled){background:var(--color-accent-fill-ghost)}.form-builder__controls button:disabled{opacity:.3;cursor:default}.form-builder__controls button .material-symbols-outlined{font-size:1.05rem}.form-builder__delete:hover:not(:disabled){color:var(--color-error)}.form-builder__add{justify-self:start;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border:1px dashed var(--color-border-subtle);border-radius:999px;background:none;color:var(--color-symbol-strong);font-size:.82rem;font-weight:700;cursor:pointer}.form-builder__add:hover:not(:disabled){background:var(--color-accent-fill-ghost)}.form-builder__add:disabled{opacity:.4;cursor:default}.form-builder__add .material-symbols-outlined{font-size:1.1rem}.school-settings__notice-period-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.school-settings__notice-period-row label{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700}.school-settings__notice-status{margin-left:.4rem;font-style:normal;font-size:.7rem;font-weight:800;padding:.08rem .45rem;border-radius:999px;background:var(--color-surface-container-high)}.school-settings__notice-status--live{color:var(--color-symbol-strong)}.school-settings__notice-status--pending{color:#b26a00}.school-settings__notice-status--ended{color:var(--color-text-muted)}.grade-subjects{margin:-.2rem 0 .3rem 2rem;display:grid;gap:.3rem}.grade-subjects__label{color:var(--color-text-muted);font-size:.74rem;font-weight:700}.grade-subjects__search{display:flex;align-items:center;gap:.4rem;margin:0 0 .6rem;padding:.4rem .7rem;border:1px solid var(--color-border-subtle);border-radius:12px;background:var(--color-surface)}.grade-subjects__search .material-symbols-outlined{font-size:1.1rem;color:var(--color-text-muted)}.grade-subjects__search input{flex:1;min-width:0;border:0;background:none;font:inherit;font-size:.84rem;outline:none}.grade-subjects__toolbar{display:flex;flex-wrap:wrap;gap:.3rem}.grade-subjects__toolbar button{padding:.2rem .55rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);font-size:.72rem;font-weight:700;cursor:pointer}.grade-subjects__area{margin-top:.45rem;color:var(--color-text-muted);font-size:.7rem;font-weight:800;letter-spacing:.02em}.grade-subjects__chips{display:flex;flex-wrap:wrap;gap:.3rem}.grade-subjects__chip{padding:.24rem .65rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);font-size:.74rem;font-weight:700;cursor:pointer}.grade-subjects__chip--on{background:var(--color-secondary-container);border-color:transparent;color:var(--color-on-secondary-container)}.grade-board-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.grade-board-head span{font-size:.88rem;font-weight:800}.grade-board-head button{padding:.28rem .75rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface-container-low);color:var(--color-text-muted);font-size:.78rem;font-weight:700;cursor:pointer}.grade-board-sticky{display:grid;gap:.55rem;margin-top:.85rem}@media(min-width:720px){.grade-board-sticky{position:sticky;top:0;z-index:6;margin-inline:-.85rem;padding:.45rem .85rem .7rem;background:color-mix(in srgb,var(--color-surface) 94%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent}.grade-board-sticky--dragging{border-bottom-color:var(--color-border-subtle)}}.grade-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));gap:.65rem}.grade-drop{display:grid;align-content:start;gap:.45rem;min-height:9.5rem;padding:.7rem .75rem;border:1.5px dashed var(--color-border-subtle);border-radius:14px;background:var(--color-surface);cursor:pointer}.grade-drop--over,.grade-drop--pick:hover{border-color:var(--color-symbol-strong);background:color-mix(in srgb,var(--color-symbol-strong) 8%,var(--color-surface))}.grade-drop:focus-visible{outline:2px solid var(--color-symbol-strong);outline-offset:2px}.grade-drop__head{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem}.grade-drop__head strong{font-size:.88rem;font-weight:800}.grade-drop__head span{color:var(--color-text-muted);font-size:.72rem;font-weight:700}.grade-drop__toolbar{display:flex;flex-wrap:wrap;gap:.3rem}.grade-drop__toolbar button{padding:.18rem .5rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface-container-low);color:var(--color-text-muted);font-size:.7rem;font-weight:700;cursor:pointer}.grade-drop__chips{display:flex;flex-wrap:wrap;gap:.3rem;min-height:2.2rem}.grade-drop__chip{display:inline-flex;align-items:center;gap:.15rem;padding:.22rem .3rem .22rem .6rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-secondary-container);color:var(--color-on-secondary-container);font-size:.74rem;font-weight:700;cursor:grab;-webkit-user-select:none;user-select:none}.grade-drop__chip button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.2rem;height:1.2rem;margin:0;padding:0;border:0;border-radius:50%;background:none;color:inherit;line-height:0;font:inherit;font-weight:400;cursor:pointer;appearance:none;opacity:.7}.grade-drop__chip button:hover{opacity:1;background:color-mix(in srgb,#000 12%,transparent)}.grade-drop__chip .material-symbols-outlined{display:block;width:1em;height:1em;overflow:hidden;font-size:.9rem;font-weight:400;line-height:1}.grade-drop__chip--dragging{opacity:.45}.grade-drop__empty{margin:0;color:var(--color-text-muted);font-size:.74rem}.subject-pool{margin-top:.9rem;display:grid;gap:.4rem;padding:.85rem .9rem;border:1.5px dashed var(--color-border-subtle);border-radius:16px;background:var(--color-surface-container-low)}.subject-pool--over{border-color:var(--color-symbol-strong)}.subject-pool .grade-subjects__search{margin:.15rem 0 .2rem}.subject-pool .grade-subjects__chip{cursor:grab;-webkit-user-select:none;user-select:none}.subject-pool__list{max-height:min(42vh,28rem);overflow-y:auto;overscroll-behavior:contain;display:grid;gap:.4rem;padding-right:.15rem}.school-settings__notice-actions{flex-shrink:0;display:inline-flex;gap:.3rem}.school-settings__notice-period-edit{margin-top:.4rem}.school-settings__notice-period-edit .button-primary,.school-settings__notice-period-edit .button-ghost{padding:.3rem .8rem;font-size:.78rem}.school-settings__subject-add{margin-top:.8rem;display:grid;gap:.35rem}.school-settings__subject-add-label{font-size:.86rem;font-weight:800}.school-settings__subject-add-row{display:flex;gap:.5rem}.school-settings__subject-add-row input{flex:1;min-width:0;padding:.5rem .7rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);font:inherit}.school-settings__subject-list{display:flex;flex-wrap:wrap;gap:.35rem}.school-settings__subject-tag{position:relative;display:inline-flex;align-items:center;gap:.25rem;padding:.28rem .4rem .28rem .55rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);font-size:.78rem;font-weight:700}.school-settings__subject-tag>button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.3rem;height:1.3rem;margin:0;padding:0;border:0;border-radius:50%;background:none;color:var(--color-text-muted);line-height:0;font:inherit;font-weight:400;cursor:pointer;appearance:none}.school-settings__subject-tag>button:hover{background:var(--color-accent-fill-ghost);color:var(--color-error)}.school-settings__subject-tag>button .material-symbols-outlined{display:block;width:1em;height:1em;overflow:hidden;font-size:.95rem;font-weight:400;line-height:1}.school-settings__default-roadmap{margin-top:.9rem;display:grid;gap:.45rem}.school-settings__default-roadmap .grade-subjects{margin:0}.school-settings__subject-tag--editing input{width:7rem;border:0;border-bottom:1.5px solid var(--color-symbol-strong);background:none;font:inherit;font-size:.78rem;font-weight:700;outline:none}.welcome-page{max-width:640px;margin:0 auto;display:grid;gap:1rem;min-height:100%;box-sizing:border-box;padding:2rem 0 2.5rem;align-content:start}.welcome-header{text-align:center;display:grid;gap:.35rem;padding:1rem 0 .4rem}.welcome-header__icon{font-size:2.4rem;color:var(--color-symbol-strong);margin:0 auto}.welcome-header__title{margin:0;font-size:1.35rem;font-weight:800}.welcome-header__subtitle{margin:0;color:var(--color-text-muted);font-size:.9rem}.welcome-card{display:grid;gap:.6rem;padding:1rem 1.1rem;border:1px solid var(--color-border-subtle);border-radius:16px;background:var(--color-surface-container-low)}.welcome-card__title{margin:0;font-size:1rem;font-weight:800}.welcome-card__hint{margin:-.3rem 0 0;color:var(--color-text-muted);font-size:.8rem}.welcome-grades{display:flex;flex-wrap:wrap;gap:.5rem}.welcome-grade{flex:1;padding:.6rem 0;border:1px solid var(--color-border-subtle);border-radius:12px;background:var(--color-surface);font-size:.95rem;font-weight:700;cursor:pointer}.welcome-grade--on{background:var(--color-symbol-strong);border-color:transparent;color:#fff}.welcome-subjects{display:flex;flex-wrap:wrap;gap:.45rem}.welcome-subject-area{margin:.35rem 0 .1rem;color:var(--color-text-muted);font-size:.75rem;font-weight:800}.welcome-subject{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);font-size:.86rem;font-weight:700;cursor:pointer}.welcome-subject .material-symbols-outlined{font-size:1.05rem}.welcome-subject--on{background:var(--color-symbol-strong);border-color:transparent;color:#fff}.welcome-subject--on .material-symbols-outlined{color:#fff}.welcome-member-toggle{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.welcome-member-toggle input{margin-top:.25rem;width:1.05rem;height:1.05rem;accent-color:var(--color-symbol-strong)}.welcome-member-toggle span{display:grid;gap:.1rem}.welcome-member-toggle small{color:var(--color-text-muted)}.welcome-member-form{display:grid;gap:.55rem}.welcome-member-field{display:grid;gap:.25rem;font-size:.82rem;font-weight:700}.welcome-member-field input{padding:.5rem .7rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);font:inherit;font-weight:500}.welcome-member-note{margin:0;color:var(--color-text-muted);font-size:.84rem;text-align:center}.welcome-error{margin:0;color:var(--color-error);font-size:.84rem;text-align:center}.welcome-actions{display:grid;gap:.5rem;justify-items:center;padding-bottom:2rem}.welcome-skip{color:var(--color-text-muted);font-size:.82rem;text-decoration:underline}.welcome-subject-grid{display:grid;gap:.5rem}.welcome-subject-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.45rem .2rem;border-bottom:1px solid var(--color-border-subtle)}.welcome-subject-row:last-child{border-bottom:0}.welcome-subject-row__label{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700}.welcome-subject-row__label .material-symbols-outlined{font-size:1.1rem;color:var(--color-text-muted)}.welcome-subject-row__grades{display:inline-flex;flex-wrap:wrap;gap:.3rem}.welcome-grade-chip{padding:.3rem .75rem;border:1px solid var(--color-border-subtle);border-radius:999px;background:var(--color-surface);font-size:.78rem;font-weight:700;cursor:pointer}.welcome-grade-chip--on{background:var(--color-symbol-strong);border-color:transparent;color:#fff}.event-page{max-width:640px;margin:0 auto;display:grid;gap:1rem}.event-header__title{margin:0;display:flex;align-items:center;gap:.4rem;font-size:1.25rem;font-weight:800}.event-header__title .material-symbols-outlined{color:#e25822}.event-header__subtitle{margin:.3rem 0 0;color:var(--color-text-muted);font-size:.86rem}.event-card{padding:1rem 1.1rem;border:1px solid var(--color-border-subtle);border-radius:16px;background:var(--color-bg-elevated);display:grid;gap:.5rem}.event-card h2{margin:0}.event-card--gate{justify-items:center;text-align:center;gap:.7rem;padding:1.6rem 1.2rem}.event-card--gate .material-symbols-outlined{font-size:1.8rem;color:var(--color-text-muted)}.event-card--gate p{margin:0;font-size:.9rem;line-height:1.6}.event-card--join h2{font-size:1rem;font-weight:800}.event-join-row{display:flex;gap:.5rem}.event-join-row input{flex:1;min-width:0;padding:.55rem .75rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:var(--color-surface);font:inherit}.event-hint{margin:0;color:var(--color-text-muted);font-size:.8rem}.event-hint--center{text-align:center;padding:1rem 0}.event-error{margin:0;color:var(--color-error);font-size:.82rem}.event-timer{justify-items:center;text-align:center;padding:1.4rem 1.1rem}.event-timer__alias{margin:0;color:var(--color-text-muted);font-size:.82rem;font-weight:700}.event-timer__clock{margin:0;font-size:3rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.02em}.event-timer--running .event-timer__clock{color:var(--color-symbol-strong)}.event-timer__track{width:100%;max-width:360px;height:8px;border-radius:999px;background:var(--color-surface-container-high);overflow:hidden}.event-timer__fill{height:100%;border-radius:inherit;background:var(--color-symbol-strong);transition:width .5s linear}.event-timer__limit{margin:0;color:var(--color-text-muted);font-size:.76rem}.event-timer__done{margin:0;color:var(--color-symbol-strong);font-size:.86rem;font-weight:700}.event-timer__actions .button-primary{display:inline-flex;align-items:center;gap:.35rem}.event-timer__stop{background:var(--color-error)}.event-section-title{font-size:.98rem;font-weight:800}.event-chart{width:100%;height:auto}.event-chart__axis{stroke:var(--color-border-subtle);stroke-width:1}.event-chart__legend{display:flex;flex-wrap:wrap;gap:.6rem}.event-chart__legend-item{display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;color:var(--color-text-muted)}.event-chart__legend-item i{width:.8rem;height:.24rem;border-radius:2px}.event-chart__legend-item--mine{font-weight:800;color:var(--color-text-main)}.event-ranking{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.event-ranking__row{display:grid;grid-template-columns:1.6rem 6.5rem 1fr auto;align-items:center;gap:.5rem}.event-ranking__row--mine .event-ranking__alias{font-weight:800;color:var(--color-symbol-strong)}.event-ranking__rank{font-weight:800;color:var(--color-text-muted);text-align:center}.event-ranking__alias{font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-ranking__bar-track{height:.9rem;border-radius:6px;background:var(--color-surface-container-high);overflow:hidden}.event-ranking__bar{height:100%;border-radius:inherit;background:var(--color-symbol-strong)}.event-ranking__row--mine .event-ranking__bar{background:#e25822}.event-ranking__value{font-size:.78rem;font-weight:700;color:var(--color-text-muted);white-space:nowrap}.sidebar__badge{margin-left:auto;min-width:1.15rem;height:1.15rem;padding:0 .3rem;display:inline-grid;place-items:center;border-radius:999px;background:#ed4245;color:#fff;font-size:.66rem;font-weight:800}.event-chart__tick{font-size:10px;fill:var(--color-text-muted)}.event-alias-edit{display:flex;gap:.4rem;align-items:center}.event-alias-edit input{width:10rem;padding:.35rem .6rem;border:1px solid var(--color-border-subtle);border-radius:8px;background:var(--color-surface);font:inherit;font-size:.82rem}.event-alias-edit .button-primary,.event-alias-edit .button-ghost{padding:.3rem .7rem;font-size:.76rem}.event-alias-edit-btn{margin-left:.35rem;border:0;background:none;color:var(--color-text-muted);font-size:.7rem;font-weight:700;text-decoration:underline;cursor:pointer}.event-ranking__live-dot{display:inline-block;width:.5rem;height:.5rem;margin-right:.25rem;border-radius:50%;background:#23a559;animation:event-live-pulse 1.6s ease-in-out infinite}@keyframes event-live-pulse{0%,to{opacity:1}50%{opacity:.35}}.event-ranking__bar--live{background:#23a559}.event-ranking__value--live{color:#23a559;font-variant-numeric:tabular-nums}.xp{--xp-ink: #0f2019;--xp-accent: #00875a;display:flex;flex-direction:column;gap:1.5rem;max-width:46rem;margin:0 auto;padding:1.5rem 1rem 4rem}.xp__head{text-align:center}.xp__tags{display:flex;justify-content:center;gap:.4rem}.xp__tag{display:inline-block;padding:.2rem .7rem;border-radius:999px;background:var(--xp-accent);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em}.xp__tag--ghost{background:transparent;color:var(--xp-accent);box-shadow:inset 0 0 0 1.5px currentColor}.xp__title{margin:.7rem 0 0;font-size:clamp(1.5rem,5vw,2.15rem);font-weight:900;line-height:1.22;letter-spacing:-.035em;word-break:keep-all;text-wrap:balance}.xp__sub{margin:.5rem 0 0;color:var(--color-text-muted, #6b7a73);font-size:.94rem}.xp__stage{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:2.25rem 1.5rem;border-radius:1.25rem;color:#eaf3ee;background:radial-gradient(120% 120% at 50% 0%,#00875a80,#0000 60%),linear-gradient(165deg,#12211b,#0b1712);box-shadow:0 18px 40px -22px #000000bf;text-align:center}.xp__stage--form{align-items:stretch;text-align:left}.xp__stage--live{box-shadow:0 0 0 1.5px #00875a8c,0 18px 40px -22px #000000bf}.xp__who{margin:0;font-size:.9rem;font-weight:700;letter-spacing:.02em;color:#eaf3eeb8}.xp__clock{margin:0;font-size:clamp(3.4rem,15vw,5.5rem);font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:-.045em;line-height:1;text-shadow:0 0 34px rgba(0,200,130,.28)}.xp__clock--idle{color:#eaf3ee73;text-shadow:none}.xp__clock--warn{color:#ff8a7a;text-shadow:0 0 34px rgba(255,90,70,.32)}.xp__clock--done{color:#6ee7b7}.xp__bar{width:100%;max-width:22rem;height:5px;border-radius:999px;background:#eaf3ee24;overflow:hidden}.xp__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00875a,#34d399);transition:width 1s linear}.xp__paper{width:100%;padding:2.25rem 1rem;border:1px dashed rgba(234,243,238,.22);border-radius:.8rem;color:#eaf3ee80;font-size:.88rem}.xp__hint{margin:0;color:#eaf3eea8;font-size:.9rem;line-height:1.55}.xp__hint--call{color:#6ee7b7;font-weight:700}.xp__label{font-size:.82rem;font-weight:700;color:#eaf3eecc}.xp__input{width:100%;padding:.85rem 1rem;border:0;border-radius:.7rem;background:#eaf3ee1a;color:#fff;font-size:1rem}.xp__input::placeholder{color:#eaf3ee66}.xp__input:focus{outline:2px solid var(--xp-accent);outline-offset:1px}.xp__btn{display:inline-block;margin-top:.3rem;padding:.8rem 2.2rem;border:0;border-radius:999px;background:linear-gradient(180deg,#00a06b,#00875a);color:#fff;font-size:1rem;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 10px 22px -12px #00a06be6;transition:transform .12s ease,box-shadow .12s ease}.xp__btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px -12px #00a06b}.xp__btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.xp__error{margin:0;color:#d64545;font-size:.9rem;text-align:center}.xp__board-title{margin:0 0 .7rem;font-size:1.05rem;font-weight:900;letter-spacing:-.02em}.xp__rank{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.xp__row{display:grid;grid-template-columns:2.1rem 1fr auto auto;align-items:center;gap:.7rem;padding:.7rem .85rem;border-radius:.75rem;background:var(--color-surface-muted, #f4f7f5);font-size:.93rem}.xp__row--mine{box-shadow:inset 0 0 0 2px var(--xp-accent)}.xp__no{display:grid;place-items:center;width:1.9rem;height:1.9rem;border-radius:50%;background:#0f20191a;font-weight:900;font-size:.85rem}.xp__row--podium .xp__no{background:var(--xp-accent);color:#fff}.xp__row--podium .xp__no[data-rank="1"]{background:#d4a017}.xp__row--podium .xp__no[data-rank="2"]{background:#9aa8a1}.xp__row--podium .xp__no[data-rank="3"]{background:#b87333}.xp__name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp__state{color:var(--color-text-muted, #6b7a73);font-size:.79rem}.xp__time{font-variant-numeric:tabular-nums;font-weight:800}.xp__note{margin:.7rem 0 0;color:var(--color-text-muted, #9aa8a1);font-size:.8rem}.exam-preview__notfound{text-align:center;padding:5rem 1rem}.exam-preview__notfound h1{margin:0;font-size:4rem;font-weight:900}.exam-preview__notfound p{color:var(--color-text-muted, #6b7a73)}.exam-preview__head{text-align:center}.exam-preview__tag{display:inline-block;padding:.15rem .6rem;border-radius:999px;background:var(--color-primary, #00875a);color:#fff;font-size:.75rem;font-weight:700}.exam-preview__title{margin:.5rem 0 0;font-size:1.45rem;font-weight:900;word-break:keep-all}.exam-preview__sub{margin:.35rem 0 0;color:var(--color-text-muted, #6b7a73);font-size:.9rem}.exam-preview__hint{margin:0;color:var(--color-text-muted, #6b7a73);font-size:.9rem}.exam-preview__error{margin:0;color:#d64545;font-size:.9rem}.exam-preview-admin{max-width:60rem;margin:0 auto;padding:1.25rem 1rem 3rem}.exam-preview-admin__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin:1rem 0}.exam-preview-admin__stats div{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.75rem;border-radius:.7rem;background:var(--color-surface-muted, #f4f7f5)}.exam-preview-admin__stats strong{font-size:1.4rem;font-weight:900}.exam-preview-admin__stats span{font-size:.78rem;color:var(--color-text-muted, #6b7a73)}.exam-preview-admin__table{width:100%;border-collapse:collapse;font-size:.9rem}.exam-preview-admin__table th,.exam-preview-admin__table td{padding:.6rem .5rem;border-bottom:1px solid var(--color-border, #dfe5e2);text-align:left}.exam-preview-admin__table th{font-size:.8rem;color:var(--color-text-muted, #6b7a73)}.exam-preview-admin__actions{display:flex;gap:.35rem}.xp__board .xp__hint{color:var(--color-text-muted, #6b7a73)}.xp__warn{margin:0;font-size:1.05rem;font-weight:900;letter-spacing:-.02em;color:#ff8a7a}.xp__btns{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.xp__btn--ghost{background:transparent;box-shadow:inset 0 0 0 1.5px #eaf3ee4d;color:#eaf3eed9}.xp__pdf{width:100%;height:min(72vh,900px);border:0;border-radius:.8rem;background:#fff}.xp-admin__paper{margin:1.25rem 0;padding:1rem 1.1rem;border:1px solid var(--color-border, #dfe5e2);border-radius:.8rem;display:flex;flex-direction:column;gap:.6rem}.xp-admin__section-title{margin:0;font-size:1rem;font-weight:900}.xp-admin__paper-now{margin:0;font-size:.9rem;font-weight:700}.xp-admin__paper-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.xp-admin__upload{cursor:pointer}.xp-admin__score{width:4.5rem;padding:.35rem .45rem;border:1px solid var(--color-border, #dfe5e2);border-radius:.45rem;font-size:.88rem;font-variant-numeric:tabular-nums;text-align:right}.flip{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:100%}.flip__book{width:100%;display:flex;justify-content:center}.flip__msg{margin:0;color:#eaf3eeb3;font-size:.9rem}.flip__msg--error{color:#ff8a7a}.flip__fallback{color:#6ee7b7;font-size:.88rem}.flip__nav{display:flex;align-items:center;gap:.9rem;color:#eaf3eed9;font-variant-numeric:tabular-nums}.flip__nav button{width:2.1rem;height:2.1rem;border:0;border-radius:50%;background:#eaf3ee24;color:#fff;font-size:1.1rem;cursor:pointer}.flip__nav button:hover{background:#eaf3ee3d}.flip__tip{margin:0;font-size:.78rem;color:#eaf3ee80}.omr{width:100%;margin-top:.4rem;padding:1rem 1.1rem 1.2rem;border-radius:.9rem;background:#fbfdfc;color:#0f2019;box-shadow:inset 0 0 0 1px #0f20191a;text-align:left}.omr__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.omr__title{margin:0;font-size:1rem;font-weight:900;letter-spacing:-.02em}.omr__count{font-size:.82rem;font-weight:800;color:#00875a;font-variant-numeric:tabular-nums}.omr__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13.5rem,1fr));gap:.3rem 1.1rem}.omr__row{display:flex;align-items:center;gap:.55rem;padding:.15rem 0}.omr__no{flex:0 0 1.5rem;text-align:right;font-size:.82rem;font-weight:800;color:#4a5a52;font-variant-numeric:tabular-nums}.omr__bubbles{display:flex;gap:.3rem}.omr__bubble{width:1.7rem;height:1.7rem;border:1.5px solid rgba(15,32,25,.28);border-radius:50%;background:#fff;color:#0f201980;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .1s ease,color .1s ease,border-color .1s ease}.omr__bubble:hover{border-color:#00875a}.omr__bubble--on{background:#0f2019;border-color:#0f2019;color:#fff}.omr__tip{margin:.8rem 0 0;font-size:.76rem;color:#7b8a83}.xp__undo{margin-top:.1rem;padding:.45rem 1rem;border:0;border-radius:999px;background:transparent;color:#eaf3ee99;font-size:.82rem;font-weight:700;text-decoration:underline;cursor:pointer;font-variant-numeric:tabular-nums}.xp__undo:hover{color:#ff8a7a}.xp-admin__qc{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700}.xp-admin__qc input{width:4.5rem;padding:.35rem .45rem;border:1px solid var(--color-border, #dfe5e2);border-radius:.45rem;font-size:.88rem;text-align:right}.xp-admin__qc span{font-weight:400;color:var(--color-text-muted, #6b7a73);font-size:.8rem}.xp__panel{width:100%;padding:1rem 1.1rem 1.2rem;border-radius:1rem;background:var(--color-surface, #fff);box-shadow:0 1px #0f20190f,0 10px 30px -24px #0f201980;border:1px solid var(--color-border, #dfe5e2)}.xp__panel--omr{background:#fbfdfc}.xp__panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.xp__panel-title{margin:0;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f2019}.xp__panel-empty{margin:2rem 0;text-align:center;color:var(--color-text-muted, #6b7a73);font-size:.9rem}.xp__drag-hint{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .7rem;border-radius:999px;background:#00875a1a;color:#00875a;font-size:.76rem;font-weight:800}.xp__drag-hint:before{content:"☞";font-size:.85rem}.xp__actions{display:flex;flex-direction:column;align-items:center;gap:.5rem}.xp__actions .xp__undo{color:#7b8a83}.xp__actions .xp__undo:hover{color:#d64545}.xp__panel .flip__msg{color:var(--color-text-muted, #6b7a73)}.xp__panel .flip__nav{color:#0f2019}.xp__panel .flip__nav button{background:#0f201914;color:#0f2019}.xp__panel .flip__nav button:hover{background:#0f201929}.xp__panel .flip__tip{color:#7b8a83}.xp__missing{margin:0;padding:.5rem .9rem;border-radius:.6rem;background:#d6454514;color:#b03636;font-size:.85rem;font-weight:600;text-align:center;word-break:keep-all}.xp__panel--teaser{background:#f7faf8}.xp__locked{display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .7rem;border-radius:999px;background:#0f201914;color:#4a5a52;font-size:.76rem;font-weight:800}.xp__locked:before{content:"🔒";font-size:.8rem}.teaser{position:relative;border-radius:.7rem;overflow:hidden}.teaser__veil{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffffff14,#ffffff59)}.teaser__note{margin:.7rem 0 0;font-size:.82rem;color:#7b8a83;text-align:center}.pager--blurred .pager__slide img{filter:blur(3px) saturate(.9)}.pager--blurred .pager__nav{opacity:.75}.pager{display:flex;flex-direction:column;align-items:center;gap:.7rem;width:100%}.pager__viewport{width:100%;overflow:hidden;touch-action:pan-y;cursor:grab}.pager__viewport:active{cursor:grabbing}.pager__track{display:flex;will-change:transform;transition:transform .32s cubic-bezier(.22,.61,.36,1)}.pager__track--dragging{transition:none}.pager__slide{flex:0 0 100%;display:flex;justify-content:center}.pager__slide img{width:100%;height:auto;display:block;border-radius:.5rem;background:#fff;box-shadow:0 1px #0f201914,0 12px 28px -22px #0f201999;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pager__msg{margin:1.5rem 0;color:var(--color-text-muted, #6b7a73);font-size:.9rem}.pager__msg--error{color:#d64545}.pager__fallback{color:#00875a;font-size:.88rem}.pager__nav{display:flex;align-items:center;gap:.9rem;font-variant-numeric:tabular-nums;color:#0f2019}.pager__nav button{width:2.1rem;height:2.1rem;border:0;border-radius:50%;background:#0f201914;color:#0f2019;font-size:1.1rem;cursor:pointer}.pager__nav button:disabled{opacity:.35;cursor:default}.pager__nav button:not(:disabled):hover{background:#0f201929}.xp__score{margin:0;font-size:1.5rem;font-weight:900;color:#6ee7b7;letter-spacing:-.02em}.omr__bubble--static{display:grid;place-items:center;cursor:default}.omr__bubble--answer{box-shadow:0 0 0 2.5px #e03131;border-color:#e03131}.omr__bubble--on.omr__bubble--answer{background:#0f2019;color:#fff}.omr__row--wrong .omr__no{color:#e03131}.omr__mark{margin-left:.35rem;font-size:.95rem;font-weight:900;color:#2f9e44}.omr__row--wrong .omr__mark{color:#e03131}.omr__legend{display:flex;gap:1rem;flex-wrap:wrap;margin:.9rem 0 0;font-size:.78rem;color:#4a5a52}.omr__legend-item{display:inline-flex;align-items:center;gap:.35rem}.omr__chip{width:.95rem;height:.95rem;border-radius:50%;display:inline-block}.omr__chip--picked{background:#0f2019}.omr__chip--answer{background:#fff;box-shadow:0 0 0 2.5px #e03131}.xp-admin__section-title{display:flex;align-items:baseline;gap:.6rem}.xp-admin__keycount{font-size:.8rem;font-weight:800;color:#00875a;font-variant-numeric:tabular-nums}.xp-admin__key{margin-top:.3rem}.omr__bubble--key{background:#e03131;border-color:#e03131;color:#fff}.xp__workbook{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.95rem 1.1rem;border-radius:.9rem;text-decoration:none;color:#0f2019;background:linear-gradient(135deg,#e8f5ef,#f3faf6);box-shadow:inset 0 0 0 1.5px #00875a47;transition:transform .12s ease,box-shadow .12s ease}.xp__workbook:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1.5px #00875a8c,0 10px 22px -16px #00875acc}.xp__workbook-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.xp__workbook-text strong{font-size:.98rem;font-weight:900;letter-spacing:-.02em}.xp__workbook-text small{font-size:.79rem;color:#4a5a52;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp__workbook-go{flex:0 0 auto;font-size:1.4rem;font-weight:900;color:#00875a}.xp-admin__saving{margin-left:.4rem;font-style:normal;font-weight:700;color:#7b8a83}.folder-official-mark{display:inline-flex;align-items:center;margin-left:.35rem;color:#0b8a4e;vertical-align:middle}.folder-official-mark .material-symbols-outlined{font-size:1.15rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.folder-official-chip{color:#0b8a4e;background:#0b8a4e1f}.folder-official-chip .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.folder-notes{display:flex;flex-direction:column;gap:2.5rem}.folder-note{scroll-margin-top:calc(var(--topbar-height, 3.5rem) + .75rem)}.folder-note__head{display:flex;align-items:center;gap:.45rem;margin:0 0 .85rem}.folder-note__move{display:grid;flex-shrink:0}.folder-note__move-btn{display:grid;place-items:center;width:1.6rem;height:1.15rem;padding:0;border:0;background:transparent;color:var(--color-text-muted);cursor:pointer}.folder-note__move-btn:disabled{opacity:.3;cursor:default}.folder-note__move-btn .material-symbols-outlined{font-size:1.15rem}.folder-note__title-input{flex:1;min-width:0;margin:0;border:0;border-bottom:2px solid var(--color-symbol-strong);border-radius:0;padding:.15rem 0;background:transparent;font-size:1.05rem;font-weight:900;letter-spacing:-.01em;color:inherit;outline:none}.folder-note__title-link{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0;margin:0;text-decoration:none;color:inherit}.folder-note__title-link .material-symbols-outlined{font-size:1.15rem;color:var(--color-text-muted)}.folder-note__title-link:hover .folder-note__title{text-decoration:underline}.folder-note__title{margin:0;font-size:1.05rem;font-weight:900;letter-spacing:-.01em}.folder-note__empty{margin:0;color:var(--color-text-muted);font-size:.9rem}.folder-toc-bubble{position:fixed;top:calc(var(--topbar-height, 3.5rem) + .75rem);right:1rem;z-index:110;width:min(16.5rem,100vw - 2rem);display:grid;gap:.4rem}.folder-toc-bubble__toggle{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;border:1px solid rgba(187,202,191,.45);border-radius:999px;padding:.4rem .8rem;background:var(--color-bg, #fff);color:var(--color-text-main);font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 8px 24px #00000014}.folder-toc-bubble__toggle .material-symbols-outlined{font-size:1.05rem}.folder-toc-bubble__list{display:grid;gap:.15rem;max-height:min(60vh,22rem);overflow-x:hidden;overflow-y:auto;padding:.45rem;border:1px solid rgba(187,202,191,.45);border-radius:.85rem;background:var(--color-bg, #fff);box-shadow:0 12px 32px #0000001a}.folder-toc-bubble__list button{display:flex;align-items:center;gap:.45rem;width:100%;min-width:0;border:0;border-radius:.5rem;padding:.4rem .45rem;background:transparent;color:inherit;text-align:left;cursor:pointer}.folder-toc-bubble__list button:hover{background:var(--color-surface-2, #f3f6f3)}.folder-toc-bubble__num{flex-shrink:0;width:1.35rem;font-size:.72rem;font-weight:800;color:var(--color-text-muted)}.folder-toc-bubble__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600}@media(max-width:900px){.folder-toc-bubble{top:auto;right:.85rem;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom,0px) + .75rem);z-index:45;width:min(16.5rem,100vw - 1.7rem);display:flex;flex-direction:column-reverse;align-items:flex-end}.folder-toc-bubble__toggle{margin-left:0}.folder-toc-bubble__list{width:100%;max-height:min(42vh,16rem)}}.page--folder .note-detail-delete{margin-top:1.5rem;padding-bottom:1.5rem}.mynotes-search-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem .75rem;background:var(--color-surface-2, #f5f5f5);border-radius:8px;border:1px solid var(--color-border, #e0e0e0)}.mynotes-search-icon{color:var(--color-text-tertiary, #999);font-size:1.1rem;flex-shrink:0}.mynotes-search{flex:1;border:none;background:none;outline:none;font-size:.9rem;color:var(--color-text-primary)}.mynotes-search::placeholder{color:var(--color-text-tertiary, #aaa)}.mynotes-item__badge{display:inline-block;padding:.1rem .4rem;border-radius:4px;background:var(--color-primary-soft, #eef2ff);color:var(--color-primary, #4a90e2);font-size:.75rem;font-weight:600;margin-right:.25rem}.folder-edit-hint{margin:0 0 .75rem;color:var(--color-text-muted);font-size:.88rem;line-height:1.45}.folder-edit-list{list-style:none;margin:0;padding:.35rem;display:grid;gap:.35rem;min-height:4.5rem;border:1px dashed rgba(187,202,191,.8);border-radius:var(--radius-lg);background:var(--color-surface-container, #f4f7f4)}.folder-edit-list--active{border-color:var(--color-symbol);background:#006c490f}.folder-edit-list__empty,.folder-edit-list__end{margin:0;padding:.85rem .7rem;text-align:center;color:var(--color-text-muted);font-size:.85rem;font-weight:700;border-radius:.65rem}.folder-edit-list__empty--over,.folder-edit-list__end--over{background:var(--color-accent-fill-ghost);color:var(--color-symbol-strong)}.folder-edit-item{display:flex;align-items:center;gap:.45rem;padding:.55rem .5rem;border-radius:.65rem;background:var(--color-bg-elevated);box-shadow:var(--shadow-card);cursor:grab;position:relative;-webkit-user-select:none;user-select:none}.folder-edit-item:active{cursor:grabbing}.folder-edit-item--dragging{opacity:.45}.folder-edit-item--drop-before:after,.folder-edit-item--drop-after:after{content:"";position:absolute;left:.45rem;right:.45rem;height:2px;border-radius:2px;background:var(--color-symbol)}.folder-edit-item--drop-before:after{top:-1px}.folder-edit-item--drop-after:after{bottom:-1px}.folder-edit-item__handle{flex-shrink:0;color:var(--color-outline);font-size:1.15rem}.folder-edit-item__title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:750}.folder-edit-item__remove{display:grid;place-items:center;width:1.85rem;height:1.85rem;flex-shrink:0;border:0;border-radius:999px;background:transparent;color:var(--color-text-muted);cursor:pointer}.folder-edit-item__remove .material-symbols-outlined{font-size:1.1rem}.folder-edit-item__remove:hover{background:#ba1a1a14;color:var(--color-error)}.folder-split{display:grid;gap:.75rem;margin:0 0 1.25rem}.folder-split .note-editor__upload-dropzone{margin:0}.folder-split__option{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem;font-weight:800;color:var(--color-text-main);cursor:pointer}.folder-split__option input{width:1.05rem;height:1.05rem;accent-color:var(--color-symbol);cursor:pointer}.folder-split__option-hint{margin:-.35rem 0 0;color:var(--color-text-muted);font-size:.78rem;line-height:1.45}.folder-split__prompt{display:grid;gap:.35rem;font-size:.82rem;font-weight:700;color:var(--color-text-main)}.folder-split__prompt textarea{width:100%;resize:vertical;min-height:3.2rem;padding:.55rem .7rem;border:1px solid rgba(187,202,191,.7);border-radius:.7rem;background:#fff;font:inherit;font-weight:500;color:var(--color-text-main)}.folder-split__thumbs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(5.5rem,1fr));gap:.55rem}.folder-split__thumb{position:relative;aspect-ratio:3/4;border-radius:.65rem;overflow:hidden;background:var(--color-surface-container, #f4f7f4);box-shadow:var(--shadow-card)}.folder-split__thumb img{display:block;width:100%;height:100%;object-fit:cover}.folder-split__thumb--busy{opacity:.55}.folder-split__thumb--fail{outline:2px solid var(--color-error)}.folder-split__num{position:absolute;top:.3rem;left:.3rem;z-index:1;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:999px;background:#101810b8;color:#fff;font-size:.7rem;font-weight:800;display:grid;place-items:center}.folder-split__remove{position:absolute;top:.25rem;right:.25rem;z-index:1;display:grid;place-items:center;width:1.5rem;height:1.5rem;padding:0;border:0;border-radius:999px;background:#ffffffdb;color:var(--color-text-muted);cursor:pointer}.folder-split__remove .material-symbols-outlined{font-size:1rem}.folder-split__remove:hover{background:#ba1a1a1f;color:var(--color-error)}@media(max-width:900px){.main-content{--content-pad-x: var(--margin-mobile);padding-inline:var(--content-pad-x);padding-bottom:var(--bottom-nav-clearance)}}@media(max-width:720px){.note-form__fields{grid-template-columns:minmax(0,1fr)}.composer-panel{right:10px;left:10px;width:auto;bottom:10px;max-height:calc(100vh - 20px);border-radius:22px}}@media(max-width:520px){.page-title{font-size:1.35rem}}.history-page{display:grid;gap:var(--space-lg)}.history-hero{display:grid;gap:.25rem}.history-actions{display:grid;gap:.75rem}.history-action{display:flex;align-items:center;gap:.85rem;padding:1rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft)}.history-action__icon{display:grid;width:2.75rem;height:2.75rem;place-items:center;border-radius:var(--radius-md);color:var(--color-on-secondary-container);background:var(--color-secondary-container)}.history-action strong{display:block;font-size:.95rem;font-weight:600}.history-action p{margin:.15rem 0 0;color:var(--color-text-muted);font-size:.75rem}.history-action>div{flex:1;min-width:0}.history-action>.material-symbols-outlined{color:var(--color-outline)}.history-empty{display:grid;justify-items:center;gap:.75rem;padding:2rem 1.25rem;border-radius:var(--radius-lg);background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);text-align:center}.history-empty__art{display:grid;width:5rem;height:5rem;place-items:center;border-radius:999px;color:var(--color-symbol);background:#adedd359}.history-empty__art .material-symbols-outlined{font-size:2rem}.history-empty h3{margin:0;font-size:1.15rem;font-weight:600}.history-empty p{margin:0;color:var(--color-text-muted)}.history-view-progress{display:block;flex:1;max-width:6.5rem;height:.35rem;border-radius:999px;background:#bbcabf73;overflow:hidden}.history-view-progress__fill{display:block;height:100%;border-radius:inherit;background:var(--symbol-gradient)}
