.chat-page[hidden]{display:none}.chat-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px;align-items:start}.chat-history{padding:20px;position:sticky;top:20px}.chat-history h2{font-size:18px;margin:0}.chat-thread-list{display:flex;flex-direction:column;gap:6px;margin:22px -9px 25px;max-height:55vh;overflow:auto}.chat-thread-list>button{display:flex;align-items:center;gap:10px;padding:12px 9px;text-align:left;border-radius:9px;font-size:13px}.chat-thread-list>button>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.chat-thread-list>button small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.chat-thread-list>button:hover,.chat-thread-list>button.selected{background:#edf2e9}.chat-thread-list>p{padding:8px}.chat-private{display:flex;align-items:center;gap:6px;line-height:1.6}.chat-workspace{min-width:0;overflow:hidden;display:flex;flex-direction:column;height:calc(100dvh - 250px);min-height:610px;max-height:1000px}.chat-context{display:flex;align-items:center;gap:13px;padding:19px 24px;border-bottom:1px solid var(--line);background:#fcfcf8;flex-shrink:0}.chat-context>div{flex:1;min-width:0}.chat-context label{font-size:11px;margin:0 0 4px;font-weight:400;color:var(--muted)}.chat-context select{padding:0 20px 0 0;border:0;border-radius:0;font-size:14px;background:transparent;box-shadow:none;white-space:nowrap;text-overflow:ellipsis}.chat-context select:disabled{opacity:1;color:var(--ink);-webkit-appearance:none;-moz-appearance:none;appearance:none}.chat-context>.text-button{font-size:11px}.chat-messages{padding:25px;min-height:180px!important;flex:1;overflow:auto;scroll-behavior:smooth;overscroll-behavior:contain}.chat-welcome{text-align:center;padding:13px 8px 18px}.chat-welcome>.icon-tile{margin-bottom:20px}.chat-welcome h2{font-size:27px;letter-spacing:-.6px}.chat-welcome>p{font-size:14px;line-height:1.8}.chat-suggestions{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:27px auto 0;max-width:650px}.chat-suggestions button{border:1px solid var(--line);border-radius:11px;padding:17px;text-align:left;background:#fff;transition:background .15s}.chat-suggestions button:hover{border-color:#b7c7b7;background:#f8faf5}.chat-suggestions strong{font-size:13px;font-weight:550;display:flex;justify-content:space-between;gap:7px}.chat-suggestions strong svg{transform:rotate(45deg);color:#83937e}.chat-suggestions span{display:block;font-size:12px;line-height:1.65;color:var(--muted);margin-top:7px}.chat-message{padding:22px 0;border-bottom:1px solid #edf0e8;overflow-wrap:anywhere}.chat-message:first-child{padding-top:0}.chat-message.user{background:#f3f5ef;margin:0 0 18px 30px;padding:18px 21px;border:0;border-radius:13px 13px 3px}.chat-message.assistant{margin:0 20px 22px 0}.chat-message.queued{border:1px dashed #c6d1bd}.chat-author{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;color:#456447;margin-bottom:13px}.chat-author time{margin-left:auto;color:var(--muted);font-size:10px;font-weight:400}.chat-message .markdown{font-size:15px;line-height:1.85}.chat-message .markdown p:last-child{margin-bottom:0}.chat-message .markdown pre{overflow:auto;max-width:100%}.chat-delivery{display:flex;align-items:flex-start;gap:7px;font-size:11px;line-height:1.6;color:#737f69;margin-top:15px}.chat-delivery svg{margin-top:2px}.chat-delivery .text-button{font-size:11px;white-space:nowrap;padding:0}.chat-composer{border-top:1px solid var(--line);padding:20px 24px 15px;background:#fff;flex-shrink:0}.chat-composer textarea{resize:vertical;min-height:74px;max-height:200px;border:0;padding:0;border-radius:0;box-shadow:none;font-size:15px;line-height:1.7}.chat-compose-actions{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:12px}.chat-compose-actions>div{display:flex;gap:8px;align-items:center}.chat-fineprint{font-size:11px;line-height:1.7;color:var(--muted);margin:14px 0 0}.draft-files,.chat-attachments{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 15px}.draft-files{max-height:130px;overflow:auto}.draft-files>div{display:flex;align-items:center;gap:9px;padding:8px 9px 8px 12px;border:1px solid var(--line);border-radius:9px;background:#fafbf7;max-width:100%}.draft-files>div>span{font-size:12px;overflow-wrap:anywhere;min-width:0}.draft-files small,.sent-file small{display:block;font-size:10px;color:var(--muted)}.sent-file{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;max-width:100%}.sent-file a{display:flex;align-items:center;gap:10px;font-size:13px;overflow-wrap:anywhere}.sent-file audio{display:block;margin-top:12px;max-width:100%;height:38px}.sent-file details{font-size:12px;margin-top:10px}.sent-file summary{cursor:pointer;color:var(--green)}.pending-file{display:flex;align-items:center;gap:8px;font-size:12px;margin-top:8px}.voice-active{color:#a63d36;background:#fbebe6}.chat-voice-status{display:flex;align-items:center;gap:10px;padding:12px;background:#fcf0ea;border-radius:9px;margin-bottom:14px;font-size:13px}.chat-voice-status .text-button{margin-left:auto}.chat-page>.page-heading>.secondary{display:none}@media(min-width:1500px){.chat-layout{grid-template-columns:260px minmax(0,1fr)}.chat-messages{min-height:500px}}@media(max-width:1200px){.chat-layout{grid-template-columns:200px minmax(0,1fr);gap:15px}.chat-history{padding:16px}.chat-suggestions{gap:9px}.chat-suggestions button{padding:13px}.chat-context,.chat-composer{padding-left:20px;padding-right:20px}.chat-messages{padding:20px}}@media(max-width:760px){.chat-layout{grid-template-columns:1fr}.chat-history{display:none;position:static}.chat-layout.history-open .chat-history{display:block}.chat-layout.history-open .chat-workspace{display:none}.chat-page>.page-heading>.secondary{display:flex}.chat-thread-list{max-height:none}.chat-messages{max-height:62dvh;min-height:370px}.chat-welcome h2{font-size:25px}.chat-welcome{padding:5px 0 10px}.chat-message.user{margin-left:15px}.chat-message.assistant{margin-right:0}}@media(max-width:540px){.chat-context{padding:15px;gap:9px}.chat-context select{font-size:13px}.chat-context>.text-button{font-size:10px;max-width:50px}.chat-messages{padding:20px 15px;min-height:350px}.chat-welcome>.icon-tile{margin-bottom:14px}.chat-welcome>p{font-size:13px}.chat-suggestions{grid-template-columns:1fr;gap:8px;margin-top:20px}.chat-suggestions button{padding:13px 15px}.chat-suggestions strong{font-size:13px}.chat-suggestions span{font-size:12px;margin-top:4px}.chat-composer{padding:16px 15px 13px}.chat-composer textarea{font-size:16px}.chat-message .markdown{font-size:15px}.chat-message.user{padding:16px;margin-left:8px}.chat-fineprint{font-size:11px}.chat-compose-actions .secondary{font-size:12px;padding:10px 12px}.chat-compose-actions .primary{font-size:13px;padding:10px 14px}.chat-delivery{flex-wrap:wrap}.desktop-break{display:none}.draft-files>div{width:100%}.draft-files>div>span{flex:1}.chat-workspace{border-radius:13px}}:root{font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#27332e;background:#f6f5f1;font-synthesis:none;font-weight:400;line-height:1.55;--ink:#27332e;--muted:#7c827d;--green:#285444;--green-dark:#204637;--line:#e7e7df;--paper:#fff;--sage:#eaf0e9;--sand:#f4ecdc;--radius:15px}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;background:none;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}button,a,input,textarea,select{outline-offset:4px}button:focus-visible,a:focus-visible{outline:2px solid #54816c}input,textarea,select{border:1px solid #dedfd7;border-radius:9px;padding:12px 13px;color:var(--ink);background:#fff;min-width:0;width:100%;outline:none}input:focus,textarea:focus,select:focus{border-color:#56816a;box-shadow:0 0 0 3px #2854440a}input::placeholder,textarea::placeholder{color:#a0a59f}textarea{resize:vertical;line-height:1.7}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:550;margin-bottom:17px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(27px,2.4vw,36px);line-height:1.22;font-weight:600;letter-spacing:-1.1px;margin-bottom:13px}h2{font-size:21px;font-weight:600;line-height:1.35;letter-spacing:-.45px;margin-bottom:12px}h3{font-size:16px;font-weight:550;line-height:1.45;letter-spacing:-.2px;margin-bottom:7px}p{margin-bottom:12px}svg{flex-shrink:0}small,.small{font-size:12px}.muted{color:var(--muted)}.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:550;color:#7a8377;margin-bottom:16px}.grow{flex:1;min-width:0}.full{width:100%}.wrap{flex-wrap:wrap}.section{margin-top:34px}.section-title{margin-top:35px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.primary,.secondary,.danger{display:inline-flex;justify-content:center;align-items:center;gap:9px;border-radius:9px;padding:11px 16px;font-size:12px;font-weight:500;min-height:41px;white-space:nowrap;transition:background .15s,transform .15s}.primary{background:var(--green);color:#fff;border:1px solid var(--green)}.primary:hover{background:#204333}.secondary{background:#fff;border:1px solid #e2e4dc;color:#3e4b42}.secondary:hover{background:#f4f6f0;border-color:#bdcbbb}.danger{background:#a5433c;color:#fff}.danger:hover{background:#91352f}.danger-text{color:#a44c40!important}.primary.light{background:#f5f4e9;color:#254437;border-color:#f5f4e9}.primary.light:hover{background:#fff}.large{padding:14px 22px;min-height:49px;font-size:13px}.icon-only{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0}.icon-only:hover{background:#edf0e8}.text-button{display:inline-flex;align-items:center;gap:7px;color:#46634d;font-size:12px;padding:5px 0;font-weight:500;text-align:left}.text-button:hover{color:#163e29}.round{border-radius:100%;width:48px;height:48px;padding:0}.pill,.subject-badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;background:#f0f0e9;color:#697365;font-size:10px;padding:4px 8px;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill.sage{background:#eaf1e8;color:#517353}.pill.sand{background:#f4ebd8;color:#957647}.pill.white{background:#ffffff12;color:#e0e6d6;border:1px solid #ffffff25;letter-spacing:1px;font-size:9px;padding:5px 8px}.subject-badge{font-weight:450;color:#586151}.icon-tile{width:42px;height:42px;border-radius:11px;background:#edf0e9;color:#65745d;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.icon-tile.sand{background:#f5efdf;color:#a78c58}.icon-tile.lilac{background:#edebf5;color:#9290ac}.icon-tile.green{background:#e7f0e8;color:#65886c}.large-tile{width:58px;height:58px}.avatar{width:39px;height:39px;border-radius:12px;background:#ede6d7;color:#826c50;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:500;flex-shrink:0}.small-avatar{width:29px;height:29px;border-radius:9px;font-size:11px}.app-shell{display:flex;min-height:100vh}.sidebar{width:226px;position:fixed;left:0;top:0;bottom:0;background:#fdfdf9;border-right:1px solid var(--line);padding:28px 18px 17px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;font-size:30px;font-weight:650;letter-spacing:-1.8px;width:fit-content;color:#263e31}.brand-mark{height:35px;width:35px;border-radius:10px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.brand-dot{color:#91a27b}.sidebar .brand{margin-left:9px;margin-bottom:40px}.workspace-label{font-size:9px;font-weight:550;letter-spacing:1.4px;color:#99a091;margin:0 11px 12px;display:flex;justify-content:space-between}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button{display:flex;align-items:center;gap:12px;text-align:left;padding:11px 12px;font-size:12px;border-radius:8px;color:#747b71;min-height:43px}.sidebar nav button.active{background:#eaf0e5;color:#365740;font-weight:550}.sidebar nav button:hover{background:#f0f3eb}.sidebar nav svg{stroke-width:1.6}.nav-count{margin-left:auto;background:#dae5d1;color:#537146;padding:0 6px;font-size:10px;border-radius:4px}.sidebar-subjects{margin-top:34px}.sidebar-subjects .small{padding:0 11px}.sidebar-subjects button{display:flex;align-items:center;gap:10px;font-size:11px;color:#798071;width:100%;text-align:left;padding:8px 12px}.sidebar-subjects i{height:8px;width:8px;border-radius:2px}.sidebar-subjects button span{margin-left:auto;color:#a0a594}.sidebar-bottom{margin-top:auto;padding-top:30px}.storage-status{display:flex;gap:10px;padding:12px 10px;color:#8b9785;border-bottom:1px solid var(--line);margin-bottom:12px}.storage-status strong{font-size:10px;font-weight:500}.storage-status p{font-size:9px;margin:3px 0}.profile-button{display:flex;align-items:center;gap:10px;text-align:left;width:100%;padding:7px}.profile-button>span:nth-child(2){flex:1}.profile-button strong{display:block;font-size:11px;font-weight:550}.profile-button small{display:block;font-size:9px;color:#9b9e92}.profile-button>svg{color:#9b9f93}.main-shell{margin-left:226px;flex:1;min-width:0}.topbar{height:70px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 40px;background:#fafaf6e8;gap:16px}.breadcrumb{display:flex;align-items:center;gap:12px;font-size:10px;color:#9c9f93}.breadcrumb span{color:#6d7669}.topbar-right{display:flex;align-items:center;gap:19px}.connection{display:flex;align-items:center;gap:6px;color:#839279;font-size:10px}.connection.offline{color:#ae8145}.main-content{max-width:1480px;padding:36px 40px 50px;margin:auto}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:28px}.page-heading .muted{font-size:12px;margin:0;max-width:650px}.page-heading>.primary{margin-top:30px}.page-heading .eyebrow{margin-bottom:12px}.dashboard-feature{background:#284e3e;border:1px solid #284e3e;border-radius:16px;min-height:281px;display:grid;grid-template-columns:1.1fr 1fr;gap:30px;padding:29px 36px;color:#f3f3e8;overflow:hidden}.feature-copy h2{white-space:pre-line;font-size:33px;line-height:1.17;letter-spacing:-1px;font-weight:500;margin:17px 0 14px}.feature-copy>p{font-size:11px;line-height:1.8;color:#c6d2bd;max-width:335px;margin-bottom:21px}.feature-copy .primary{min-height:37px;padding:9px 13px;font-size:10px}.feature-outline{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:3px 12px}.feature-note{width:100%;max-width:295px;background:#f5f4e9;border:1px solid #ffffff55;border-radius:12px;padding:15px 19px;color:#34533e;box-shadow:0 12px 28px #132e2430;transform:rotate(-3deg)}.feature-note-head{display:flex;align-items:center;gap:8px;font-size:7px;font-weight:500;letter-spacing:1px;color:#8a987a;border-bottom:1px solid #dfe4d7;padding-bottom:12px}.tiny-dot{width:5px;height:5px;background:#a7b69b;border-radius:50%;margin-left:auto}.feature-step{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #e3e6dc}.feature-step:last-child{border:0;padding-bottom:1px}.feature-step>span{font-size:11px;color:#a2ac95}.feature-step>div{flex:1}.feature-step strong{font-size:11px;font-weight:550;display:block}.feature-step small{font-size:8px;color:#909b81;display:block;margin-top:2px}.feature-step svg{color:#9fae8f}.feature-caption{font-size:7px;letter-spacing:1.7px;color:#a9bb9e}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;background:#fdfdf9;margin-top:20px;padding:19px 0}.stats-grid>div{padding:0 19px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--line)}.stats-grid>div:last-child{border:0}.stats-grid strong{display:block;font-size:22px;line-height:1.2;font-weight:550;letter-spacing:-.5px}.stats-grid div div span{display:block;font-size:9px;color:#94998b;margin-top:5px}.stats-grid .icon-tile{height:35px;width:35px;border-radius:9px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}.section-heading h2{font-size:17px;margin-bottom:0}.section-heading h3{margin-bottom:0}.section-heading p{font-size:10px;margin:5px 0 0}.section-heading .text-button{font-size:10px}.lecture-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.lecture-card{display:flex;flex-direction:column;text-align:left;border:1px solid #e3e5dc;border-radius:12px;background:#fff;padding:20px;transition:box-shadow .15s,border-color .15s,transform .15s;min-height:210px}.lecture-card:hover{border-color:#b5c3a9;box-shadow:0 6px 22px #28382307;transform:translateY(-2px)}.lecture-card-top{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:16px}.lecture-card-top>svg{color:#98a290}.lecture-card h3{font-size:15px;font-weight:550;margin-bottom:8px;line-height:1.5}.card-description{font-size:10px;color:#939b8b;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:19px}.lecture-card-bottom{display:flex;align-items:center;justify-content:space-between;font-size:8px;color:#9a9f93;gap:8px;margin-top:auto}.status-dot{display:inline-flex;align-items:center;gap:4px;color:#a18c5e}.status-dot:before{content:"";width:4px;height:4px;border-radius:50%;background:#b7a273;flex-shrink:0}.status-dot.ready{color:#7b9670}.status-dot.ready:before{background:#8bac7a}.status-dot.failed{color:#ac6856}.lecture-card-meta{border-top:1px solid #f0f1ea;display:flex;gap:13px;margin-top:13px;padding-top:11px;font-size:9px;color:#8b9682}.lecture-card-meta span{display:flex;align-items:center;gap:4px}.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.mode-card{background:#efefe6;border:1px solid #e7e8dc;padding:19px;text-align:left;border-radius:11px}.mode-card:nth-child(2){background:#f0eee7}.mode-card:nth-child(3){background:#eceee9}.mode-card .icon-tile{background:#ffffff80;height:34px;width:34px;border:1px solid #ffffffa0;border-radius:9px;margin-bottom:14px}.mode-card h3{font-size:12px;font-weight:550}.mode-card p{font-size:10px;color:#909785;line-height:1.8;max-width:220px;margin-bottom:19px}.mode-bottom{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#919c83}.mode-card:hover{border-color:#bdc8ac}.empty-library{display:flex;align-items:center;gap:20px;padding:27px}.empty-library>div{flex:1}.empty-library h3{font-size:14px}.empty-library p{font-size:11px;color:#929b89;margin-bottom:0}.app-footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:15px;margin:0 40px;padding:21px 0;color:#a4a999}.app-footer>span:first-child{font-size:17px;letter-spacing:-1px;font-weight:600;color:#85907b}.app-footer>span:last-child{margin-left:auto;font-size:7px;letter-spacing:1.8px}.app-footer p{font-size:9px;margin:0}.mobile-nav,.menu-toggle{display:none}.library-toolbar{display:flex;gap:12px;margin-bottom:20px;align-items:center}.search-input{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e4dc;border-radius:9px;flex:1;padding:0 13px;color:#9aa28d}.search-input input{border:none;padding-left:0;font-size:12px;box-shadow:none}.filter-pills{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding:2px 0;scrollbar-width:thin}.filter-pills button{font-size:11px;color:#84907a;padding:7px 12px;border-radius:6px;white-space:nowrap;border:1px solid transparent}.filter-pills button.active{background:#e5ecdf;color:#4e6b42;border-color:#dce6d6}.filter-pills button:hover{background:#ecefe6}.filter-pills button span{background:#ffffff75;border-radius:4px;margin-left:4px;padding:1px 4px;font-size:9px}.empty{padding:60px 30px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#839278;gap:4px}.empty>svg{margin-bottom:15px;stroke-width:1.4}.empty h2,.empty h3{color:#53674d;max-width:500px}.empty p{font-size:12px;max-width:420px;line-height:1.8;color:#97a08e}.empty .primary{margin-top:10px}.empty.compact{padding:36px 20px}.empty.compact h3{font-size:14px}.empty.compact p{font-size:11px}.alert{background:#edf1e8;border:1px solid #dde5d5;border-radius:9px;padding:13px 16px;font-size:12px;color:#6b7d5e;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.alert.error{color:#a34c3b;background:#faf0e9;border-color:#efdbd0}.offline-banner,.recording-banner{display:flex;gap:10px;align-items:center;padding:11px 40px;font-size:11px;background:#f2ebdc;color:#937747;width:100%;text-align:left}.recording-banner{background:#f5e9e1;color:#975642}.recording-banner span{margin-left:auto;display:flex;gap:7px}.live-dot{width:7px;height:7px;border-radius:50%;background:#bb634f;display:inline-block;flex-shrink:0}.recording-nav .live-dot{margin-left:auto}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%);z-index:80;background:#284f3c;color:#fff;display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:12px;box-shadow:0 10px 30px #18352625;font-size:12px;max-width:90vw}.boot{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-size:13px;color:#829179}.record-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:22px}.recording-card{padding:24px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-row label{min-width:0}.field-row input{font-size:12px}.record-center{text-align:center;padding:20px 0 30px}.record-status{display:inline-flex;align-items:center;gap:7px;font-size:10px;color:#8a9780}.record-status i{width:5px;height:5px;border-radius:50%;background:#a2b592}.record-status.is-live{color:#b37159}.record-status.is-live i{background:#bc7359}.timer{font-size:58px;font-weight:450;letter-spacing:-2.5px;color:#3c5140;font-variant-numeric:tabular-nums;line-height:1.4;margin-top:12px}.waveform{display:flex;align-items:center;justify-content:center;gap:4px;height:82px;margin:0 auto;max-width:90%;overflow:hidden}.waveform span{display:block;width:3px;border-radius:6px;min-width:3px;background:#94ab81;transition:height .12s}.record-controls{display:flex;align-items:center;justify-content:center;gap:13px;margin-top:23px}.record-tip{display:flex;gap:9px;font-size:10px;color:#929b87;padding:14px 0;border-top:1px solid var(--line);line-height:1.8}.record-tip>svg{margin-top:2px}.upload-area{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:100%;border:1px dashed #d8dfd0;border-radius:11px;padding:22px;background:#fafbf7;margin-top:10px}.upload-area:hover{border-color:#8eaa7c;background:#f5f8f0}.upload-area .icon-tile{margin-bottom:7px}.upload-area strong{font-size:12px;font-weight:550}.upload-area>span:not(.icon-tile){font-size:10px;color:#939e87}.upload-area small{font-size:9px;color:#a4ad99;margin-top:2px}.live-notes{display:flex;flex-direction:column;overflow:hidden;min-height:460px}.tabbar{display:flex;border-bottom:1px solid var(--line);padding:0 20px}.tabbar button{padding:18px 12px;font-size:12px;color:#94a087;border-bottom:2px solid transparent}.tabbar button.active{color:#47603d;border-color:#607b4e}.quick-marks{display:flex;gap:9px;padding:20px 20px 0}.quick-marks .secondary{font-size:10px;padding:8px 11px}.note-stream{flex:1;padding:10px 20px;max-height:410px;overflow:auto}.note-composer{padding:16px;display:flex;gap:8px;border-top:1px solid var(--line);align-items:flex-end}.note-composer textarea{font-size:11px;min-height:75px;background:#fafbf6}.note-composer button{width:37px;height:37px;min-height:37px;padding:0}.note-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #eff1e8;font-size:12px}.note-item time{font-size:10px;color:#8a9a7a}.note-item p{margin:0}.save-strip{display:flex;justify-content:center;gap:18px;margin:-10px 0 22px;color:#69865a;font-size:10px}.save-strip span{display:flex;align-items:center;gap:5px}.sync-row{display:flex;gap:13px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.sync-row:last-child{border:0}.sync-row strong{font-size:12px;font-weight:500}.sync-row p{margin:4px 0 0;font-size:10px}.back-link{margin-bottom:18px;font-size:10px}.lecture-heading h1{font-size:30px;margin:14px 0 0}.inline-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.heading-actions{display:flex;gap:8px;align-items:center;margin-top:5px}.audio-panel{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 18px;margin:25px 0}.audio-label{min-width:120px}.audio-label strong{font-size:11px;font-weight:500;display:block}.audio-label small{font-size:9px;color:#9aa48d;display:block}.audio-panel audio{flex:1;min-width:100px;height:35px}.audio-panel select{width:72px;font-size:10px;padding:7px}.processing-banner{display:flex;align-items:center;gap:15px;padding:17px;border:1px solid #e1e6d8;border-radius:11px;background:#f0f3e9;margin:20px 0}.processing-banner strong{font-size:12px;font-weight:550}.processing-banner p{font-size:10px;color:#8a977d;margin:5px 0 0}.processing-banner.warning{background:#faf0e4;border-color:#ebdec9}.processing-banner progress{width:100%;height:5px;accent-color:#78985f;margin-top:10px}.lecture-tabs{display:flex;gap:25px;border-bottom:1px solid #dde2d3;margin-top:25px;overflow-x:auto;scrollbar-width:thin}.lecture-tabs button{display:flex;align-items:center;gap:7px;white-space:nowrap;padding:14px 0;font-size:11px;color:#8b9780;border-bottom:2px solid transparent}.lecture-tabs button.active{color:#45623b;border-color:#577b43}.lecture-tabs button span{font-size:9px;background:#e9edde;border-radius:3px;padding:0 4px}.lecture-body{display:grid;grid-template-columns:minmax(0,1fr) 236px;gap:30px;padding-top:29px}.lecture-primary{min-width:0}.lecture-primary>.section-heading h2{font-size:18px}.segmented{display:flex;gap:3px;background:#eaece1;border-radius:7px;padding:3px}.segmented button{font-size:10px;color:#839174;border-radius:5px;padding:5px 11px}.segmented button.active{background:#fff;color:#577449;box-shadow:0 1px 3px #5c6a4310}.summary-intro{display:flex;gap:14px;background:#eaf0e2;border:1px solid #dde6d4;padding:21px;border-radius:10px;margin-bottom:29px;color:#658352}.summary-intro>svg{margin-top:3px}.summary-intro .markdown{font-size:12px;color:#526b44}.summary-intro p:last-child{margin:0}.summary-section{padding-bottom:24px;margin-bottom:25px;border-bottom:1px solid #e4e7da;scroll-margin-top:20px}.summary-section h2{font-size:20px}.markdown{font-size:13px;line-height:1.85;color:#637259;overflow-wrap:anywhere}.markdown p{margin-bottom:14px}.markdown strong{font-weight:600;color:#3c5834}.markdown ul,.markdown ol{padding-left:23px}.markdown li{padding-left:3px;margin:5px 0}.markdown blockquote{margin-left:0;padding-left:17px;border-left:3px solid #bbcdb0;color:#7b8d6e}.markdown code{font-family:ui-monospace,monospace;font-size:11px;background:#eaf0e1;padding:2px 5px;border-radius:4px}.markdown pre{padding:15px;background:#edf1e4;border-radius:9px;overflow:auto}.markdown pre code{padding:0}.markdown table{border-collapse:collapse;width:100%;display:block;overflow-x:auto;font-size:11px}.markdown th,.markdown td{padding:9px 12px;border:1px solid #dfe5d3;text-align:left}.markdown a{color:#4d7540;text-decoration:underline;text-underline-offset:3px}.sources{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:8px;color:#99a78c;margin-top:14px}.sources button{background:#ecf0e4;color:#859976;font-size:8px;padding:3px 6px;border-radius:4px}.sources button:hover{background:#dce7d2;color:#547140}.aside-card{background:#ecf0e4;border:1px solid #e0e7d7;border-radius:12px;padding:20px;margin-bottom:17px}.aside-card .eyebrow{font-size:8px;margin-bottom:12px}.aside-card h3{font-size:13px}.aside-card p:not(.eyebrow){font-size:10px;color:#8b9b7b;line-height:1.8}.aside-card>button{display:flex;align-items:center;gap:8px;font-size:10px;padding:10px 0;border-bottom:1px solid #e0e7d5;width:100%;text-align:left;color:#7c916b}.aside-card>button:last-child{border-bottom:0}.aside-card>button>svg:last-child{margin-left:auto}.aside-card>button.selected{color:#4e7239}.aside-card.outline{background:transparent;border-color:#e3e6da}.outline button{line-height:1.6;align-items:baseline;border:none;font-size:10px}.outline button>span{font-size:8px;color:#acb4a2;margin-right:5px}.aside-help{display:flex;gap:8px;padding:0 10px;color:#9bab8b}.aside-help p{font-size:9px;line-height:1.8}.uncertainties{display:flex;gap:11px;padding:18px;background:#f5efdf;border:1px solid #ebe1c6;border-radius:9px;color:#9c8a5c;font-size:11px}.uncertainties p{margin:6px 0 0}.uncertainties strong{font-weight:550}.next-step{display:flex;align-items:center;gap:15px;justify-content:space-between;border:1px solid #e1e8d6;border-radius:11px;padding:22px;margin-top:28px;background:#f0f4e8}.next-step strong{font-size:13px}.next-step p{font-size:10px;color:#8f9e7c;margin:5px 0 0}.transcript-segment{display:flex;align-items:baseline;gap:17px;padding:17px 10px;border-bottom:1px solid #e8ecdF;font-size:12px;line-height:1.85;border-radius:6px;scroll-margin-top:40px}.transcript-segment time,.source-time{font-size:10px;color:#8fa379;white-space:nowrap}.source-time{background:#eaf0e0;padding:3px 6px;border-radius:4px}.transcript-segment p{margin:0;color:#6c7c5d}.transcript-segment.highlighted{background:#e9f0df}.note-editor{background:#fff;border:1px solid #e0e6d6;border-radius:11px;padding:20px;margin-bottom:20px}.note-editor .filter-pills{margin-bottom:10px}.note-editor textarea{min-height:130px;font-size:12px;margin-bottom:12px}.saved-note{display:flex;gap:13px;border-bottom:1px solid #e5e9dc;padding:19px 0}.saved-note time{color:#a3ae96;font-size:10px}.saved-note .markdown{font-size:12px}.note-kind{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#e6eee0;color:#91a27f}.note-kind.question{background:#f3ead5;color:#a79159}.note-kind.important{background:#eae6f0;color:#a08eb0}.concept-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.concept-card{background:#fff;border:1px solid #e1e6d7;border-radius:11px;padding:20px;scroll-margin-top:30px}.concept-card .icon-tile{margin-bottom:13px}.concept-card h3{font-size:14px}.concept-card p{font-size:11px;color:#8a9a78}.prerequisites{border-top:1px solid #edf0e5;padding-top:10px;margin-top:13px;display:flex;flex-direction:column;gap:3px}.prerequisites small{font-size:8px;color:#a7b19c}.prerequisites .text-button{font-size:10px}.term-row{background:#fff;border:1px solid #e5e9dc;border-radius:10px;padding:20px;margin-top:12px}.term-row h3{font-size:14px}.term-row p{font-size:12px;color:#7b8c6c}.exercise-card{border:1px solid #e0e6d5;background:#fff;border-radius:13px;padding:26px}.exercise-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.exercise-card .eyebrow{font-size:9px;margin-bottom:10px}.exercise-card h2{font-size:21px;line-height:1.55;letter-spacing:-.3px}.answer-options{display:flex;flex-direction:column;gap:10px;margin:24px 0}.answer-options>button{display:flex;align-items:center;gap:13px;text-align:left;font-size:12px;padding:14px 16px;border:1px solid #e2e6d8;border-radius:8px;background:#fff;color:#748464;line-height:1.6}.answer-options>button span{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid #e1e7d6;border-radius:6px;font-size:10px;color:#95a384;flex-shrink:0}.answer-options>button:hover:not(:disabled){border-color:#b1c69c;background:#f7faf1}.answer-options>button.selected{border-color:#96b47d;background:#f0f6e7;color:#536f3e}.answer-options>button:disabled{opacity:1}.answer-options>button.correct{background:#eaf3df;border-color:#b5cca0}.answer-options>button.incorrect{background:#fcf0e6;border-color:#e6c8b0}.confidence{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:22px 0}.confidence>span{font-size:10px;color:#97a48a;margin-right:4px}.confidence button{padding:5px 8px;font-size:9px;color:#8c9c7e;border-radius:5px;border:1px solid #e6ebdd}.confidence button.selected{background:#eef3e5;color:#66814e;border-color:#cedcbd}.exercise-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.exercise-actions .text-button{font-size:10px}.hint{display:flex;align-items:flex-start;gap:9px;background:#f6f2e4;border:1px solid #ece4cb;border-radius:8px;padding:13px;margin-top:14px;font-size:11px;color:#a29063}.feedback{padding:17px;border-radius:9px;background:#f4f0df;color:#968356;border:1px solid #e7ddc0;margin:18px 0;font-size:12px}.feedback strong{font-weight:550}.feedback p{font-size:12px;line-height:1.8;margin:7px 0 0}.feedback.correct{background:#edf4e4;border-color:#d2e2bf;color:#67824e}.feedback.incorrect{background:#fcf0e6;border-color:#edd8c4;color:#ad7b52}.feedback.pending{background:#f3f1e4;border-color:#e6e0ca;color:#9a8b65}.solution{border-top:1px solid #edf0e4;margin-top:24px;padding-top:15px}.solution>.text-button{font-size:10px;color:#92a282}.solution .markdown{font-size:12px;margin-top:13px}.exercise-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #edf0e4;margin-top:21px;padding-top:20px}.exercise-bottom .secondary{font-size:10px;min-height:33px;padding:8px 10px}.exercise-bottom .text-button{font-size:9px}.answer-input{min-height:180px;font-size:13px;margin-top:10px}.flashcards{max-width:680px;margin:auto;text-align:center}.flashcard{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:300px;border:1px solid #dce5ce;border-radius:16px;padding:30px;background:#f0f5e6;margin:18px 0;box-shadow:0 8px 24px #748c5510}.flashcard h2{max-width:440px;font-size:23px;margin:20px 0 35px;line-height:1.6}.flashcard .eyebrow{font-size:9px;color:#9aab85}.flashcard.flipped{background:#fff}.card-ratings{display:flex;align-items:center;justify-content:center;gap:12px;margin:24px 0 15px}.exam-timer{display:flex;align-items:center;gap:10px;font-size:16px;color:#7d955f;border:1px solid #dfe8d0;background:#eef4e5;padding:14px 17px;border-radius:8px}.exam-question{margin:25px 0;padding-bottom:15px;border-bottom:1px solid #e4e9d8}.exam-question h3{font-size:14px}.review-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-overview>div{padding:24px}.review-overview .eyebrow{font-size:9px;margin-bottom:10px}.review-overview strong{font-size:35px;font-weight:500;line-height:1.2;letter-spacing:-1px;color:#536d40}.review-overview p:last-child{font-size:11px;color:#9aa88b;margin:8px 0 0}.attempt-row{display:flex;align-items:flex-start;gap:14px;padding:20px;border-bottom:1px solid #e9eddf}.attempt-row:last-child{border:0}.result-icon{width:30px;height:30px;border-radius:8px;background:#f2eedc;color:#aa995e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.result-icon.correct{background:#eaf3df;color:#8ba969}.result-icon.incorrect{background:#f9edde;color:#b99461}.attempt-answer{font-size:12px;color:#758969;margin:7px 0}.attempt-row .small{font-size:10px}.attempt-row time{white-space:nowrap}.settings-grid,.plan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.settings-panel{padding:27px}.settings-panel h2{font-size:19px;margin-top:15px}.settings-panel>p{font-size:12px}.settings-panel .avatar{height:48px;width:48px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:13px;font-size:12px;border-bottom:1px solid #e8eddf;padding:15px 0;margin-bottom:8px}.setting-row strong{font-size:12px;font-weight:500}.settings-panel .secondary{margin-top:12px}.invite-result{margin-top:20px;display:flex;gap:9px;align-items:center}.invite-result input{font-size:10px}.invite-result .secondary{margin:0}.plan-task{display:flex;gap:13px;align-items:flex-start;padding:15px 0;border-bottom:1px solid #e8edde}.plan-task input{width:17px;height:17px;margin-top:8px;accent-color:#668748;flex-shrink:0}.plan-task .text-button{display:flex;font-size:12px}.plan-task p{margin:3px 0 0;font-size:10px}.plan-task .small{font-size:9px}.modal{border:1px solid #dfe6d4;border-radius:16px;padding:26px;width:min(540px,calc(100vw - 30px));max-height:90dvh;overflow:auto;background:#fcfdf9;color:#455b39;box-shadow:0 25px 80px #18320f20}.modal::backdrop{background:#29332266;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:15px}.modal-heading h2{font-size:20px;margin:0}.modal>p{font-size:12px;line-height:1.8}.modal label{font-size:11px}.modal input,.modal textarea{font-size:12px}.modal-divider{border-top:1px solid #e5ebda;margin:22px 0}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.export-list{display:flex;flex-direction:column;gap:12px;margin:23px 0}.export-list>.secondary{justify-content:flex-start;white-space:normal;text-align:left}.auth-layout{display:grid;grid-template-columns:1.1fr 1fr;min-height:100dvh;background:#fcfcf8}.auth-intro{background:#e8edde;padding:42px 8vw;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.auth-intro .brand{margin-bottom:70px}.auth-intro .eyebrow{font-size:9px;letter-spacing:1.9px;color:#8b9e75}.auth-intro h1{font-size:clamp(36px,4.1vw,61px);font-weight:500;line-height:1.22;letter-spacing:-2px;color:#2f4e31;margin:24px 0}.auth-intro h1 em{font-style:normal;color:#819869}.auth-intro>div>p:not(.eyebrow){font-size:13px;line-height:1.9;color:#889c76}.auth-features{display:flex;flex-direction:column;gap:14px;font-size:11px;color:#6e8857;margin-top:32px}.auth-features span{display:flex;align-items:center;gap:12px}.auth-features svg{stroke-width:1.5}.auth-footer{font-size:8px;color:#97a586;letter-spacing:2px;margin-top:65px}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:45px}.auth-form{width:100%;max-width:350px}.auth-form>.pill{font-size:9px;margin-bottom:20px}.auth-form h2{font-size:29px;letter-spacing:-.8px;font-weight:550;margin-bottom:10px}.auth-form>p.muted{font-size:12px;line-height:1.8;margin-bottom:30px}.auth-form label{font-size:11px}.auth-form input{font-size:12px;padding:13px}.auth-switch{display:flex;justify-content:center;width:100%;margin:16px 0 23px;font-size:11px}.auth-form>p.small{font-size:10px;text-align:center;margin:0}.spin{animation:spin 2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:1600px){.main-content{padding-top:44px;padding-bottom:60px}.dashboard-feature{min-height:320px}.feature-copy h2{font-size:39px}.feature-note{max-width:330px}.feature-step{padding:18px 0}.feature-step strong{font-size:13px}.feature-step small{font-size:10px}.feature-note-head{font-size:9px}.lecture-card{min-height:240px}.lecture-card h3{font-size:17px}.card-description{font-size:12px}}@media(max-width:1200px){.sidebar{width:202px;padding-left:13px;padding-right:13px}.main-shell{margin-left:202px}.main-content{padding:30px 27px 40px}.topbar{padding:0 27px}.dashboard-feature{padding:25px 28px;gap:18px}.feature-copy h2{font-size:30px}.feature-outline{padding:5px 0}.stats-grid>div{padding:0 13px;gap:9px}.stats-grid .icon-tile{width:30px;height:30px}.stats-grid div div span{font-size:8px}.lecture-card{padding:17px}.lecture-body{grid-template-columns:minmax(0,1fr) 205px;gap:23px}.lecture-tabs{gap:18px}.lecture-tabs button{font-size:10px}.aside-card{padding:16px}.record-grid{grid-template-columns:1.3fr 1fr;gap:17px}.recording-card{padding:20px}.app-footer{margin:0 27px}}@media(max-width:1020px){.sidebar{transform:translate(-100%);transition:transform .2s;width:240px;padding:27px 18px}.sidebar.open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#29352255;z-index:29;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-shell{margin-left:0}.menu-toggle{display:inline-flex}.breadcrumb{margin-right:auto}.topbar{height:65px}.main-content{max-width:970px}.lecture-body{grid-template-columns:minmax(0,1fr) 220px}.page-heading h1{font-size:30px}.feature-note{max-width:290px}.record-grid{grid-template-columns:1.2fr 1fr}}@media(max-width:760px){.main-content{padding:26px 22px 35px}.topbar{padding:0 22px}.lecture-body{grid-template-columns:1fr;gap:22px}.lecture-aside{display:none}.lecture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lecture-grid>.lecture-card:last-child:nth-child(odd){grid-column:auto}.stats-grid{grid-template-columns:repeat(2,1fr);row-gap:22px;padding:20px 0}.stats-grid>div:nth-child(2){border:0}.stats-grid>div{padding:0 23px}.stats-grid strong{font-size:23px}.stats-grid div div span{font-size:10px}.mode-grid{gap:12px}.mode-card{padding:15px}.dashboard-feature{padding:28px 25px;gap:18px}.feature-copy h2{font-size:28px}.feature-copy>p{font-size:10px}.feature-note{padding:14px}.feature-note-head{font-size:6px}.feature-caption{font-size:6px;letter-spacing:1px}.record-grid{grid-template-columns:1fr}.live-notes{min-height:340px}.note-stream{max-height:300px}.page-heading{gap:15px}.page-heading h1{font-size:27px}.page-heading>.primary{font-size:10px;padding:9px 12px}.settings-grid,.plan-grid{grid-template-columns:1fr}.review-overview{gap:12px}.review-overview>div{padding:18px}.review-overview strong{font-size:29px}.review-overview p:last-child{font-size:10px}.auth-intro{padding:35px 6vw}.auth-intro h1{font-size:39px}.auth-form-side{padding:30px}.auth-intro .eyebrow{font-size:8px}.auth-intro>div>p:not(.eyebrow){font-size:11px}.auth-form h2{font-size:25px}.empty-library{flex-wrap:wrap}.empty-library .secondary{margin-left:78px}.section-heading>span{font-size:9px}.audio-panel{flex-wrap:wrap}.audio-panel audio{order:3;width:100%;flex-basis:100%}.audio-panel select{margin-left:auto}.audio-label{flex:1}.lecture-heading h1{font-size:26px}.lecture-tabs{gap:22px}.lecture-tabs button{font-size:11px}.app-footer{margin:0 22px}}@media(max-width:540px){.main-shell{padding-bottom:72px}.main-content{padding:24px 18px 32px}.topbar{height:57px;padding:0 15px;gap:9px}.breadcrumb{font-size:9px;gap:5px}.breadcrumb>svg{width:12px}.topbar-right{gap:9px}.topbar-right>.icon-only{width:29px}.topbar-right .connection span{display:none}.small-avatar{width:27px;height:27px;font-size:10px}.page-heading{flex-wrap:wrap;gap:16px;margin-bottom:23px}.page-heading h1{font-size:27px;letter-spacing:-.8px;line-height:1.25}.page-heading .eyebrow{font-size:8px;letter-spacing:1.1px;margin-bottom:11px}.page-heading .muted{font-size:11px;line-height:1.8}.page-heading>.primary{margin-top:0;min-height:39px;padding:10px 14px;font-size:11px}.dashboard-feature{grid-template-columns:1fr;padding:25px 25px 23px;gap:22px}.feature-copy h2{font-size:34px;margin:16px 0 13px}.feature-copy>p{font-size:11px;max-width:280px;line-height:1.85;margin-bottom:19px}.feature-copy .primary{font-size:11px;padding:10px 13px}.feature-outline{align-items:stretch;padding:7px 10px 0;gap:15px}.feature-note{max-width:none;padding:14px 17px;transform:rotate(-2deg)}.feature-note-head{font-size:7px;letter-spacing:1px;padding-bottom:10px}.feature-step{padding:10px 0}.feature-step strong{font-size:11px}.feature-step small{font-size:8px}.feature-caption{text-align:center;font-size:6px}.stats-grid{margin-top:15px;row-gap:19px}.stats-grid>div{padding:0 16px;gap:12px}.stats-grid strong{font-size:21px}.stats-grid div div span{font-size:8px}.stats-grid .icon-tile{width:32px;height:32px}.section{margin-top:29px}.section-heading{gap:9px;margin-bottom:15px;align-items:flex-start}.section-heading h2{font-size:16px}.section-heading p{font-size:9px;line-height:1.7}.section-heading .text-button{font-size:9px;white-space:nowrap}.lecture-grid{grid-template-columns:1fr;gap:13px}.lecture-card{padding:20px;min-height:190px}.lecture-card h3{font-size:16px}.card-description{font-size:11px;-webkit-line-clamp:2;margin-bottom:17px}.lecture-card-top{margin-bottom:13px}.lecture-card-bottom{font-size:9px}.lecture-card-meta{font-size:10px}.mode-grid{grid-template-columns:1fr;gap:11px}.mode-card{display:grid;grid-template-columns:40px 1fr;column-gap:13px;padding:18px}.mode-card .icon-tile{grid-row:1/4;width:36px;height:36px;margin:0}.mode-card h3{font-size:13px}.mode-card p{max-width:none;font-size:11px;margin-bottom:10px}.mode-bottom{grid-column:2;font-size:9px}.empty-library{padding:22px;gap:14px}.empty-library .large-tile{width:44px;height:44px}.empty-library>div{min-width:180px}.empty-library h3{font-size:13px}.empty-library p{font-size:10px;line-height:1.8}.empty-library .secondary{margin-left:58px;font-size:10px;padding:8px 10px}.library-toolbar{gap:8px;flex-wrap:wrap}.library-toolbar .search-input{flex-basis:100%;order:0}.library-toolbar>.secondary{order:1;font-size:10px;padding:8px 11px;min-height:35px}.library-toolbar>.icon-only{order:2;margin-left:auto}.filter-pills{gap:4px;margin-bottom:20px}.filter-pills button{font-size:10px;padding:6px 9px}.app-footer{margin:0 18px;padding:19px 0}.app-footer p{font-size:8px}.app-footer>span:last-child{font-size:6px;letter-spacing:1px}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fcfdf9f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #e1e6d7;padding:7px 8px calc(7px + env(safe-area-inset-bottom));min-height:65px}.mobile-nav button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;font-size:8px;color:#9ba98c;border-radius:9px;padding:4px;position:relative}.mobile-nav button.active{color:#50723c;background:#edf3e4}.mobile-nav svg{stroke-width:1.6}.mobile-nav .live-dot{position:absolute;right:25%;top:3px;width:5px;height:5px}.toast{bottom:82px;font-size:11px;padding:12px 16px;width:max-content;max-width:calc(100vw - 28px)}.offline-banner,.recording-banner{padding:10px 18px;font-size:10px;line-height:1.7}.recording-banner span{font-size:9px}.recording-card{padding:19px}.field-row{grid-template-columns:1fr;gap:0}.recording-card .field-row label{margin-bottom:13px;font-size:10px}.recording-card input{font-size:11px;padding:11px}.record-center{padding:15px 0 25px}.timer{font-size:56px}.waveform{gap:3px;height:70px}.waveform span{width:3px;min-width:3px}.record-center .small{font-size:10px}.record-tip{font-size:9px;line-height:1.9}.save-strip{gap:10px;font-size:9px}.sync-row{padding:15px;gap:10px;flex-wrap:wrap}.sync-row .grow{flex-basis:calc(100% - 57px)}.sync-row>.icon-only{margin-left:auto}.sync-row p{font-size:9px}.section-heading>.small{max-width:150px;text-align:right}.back-link{font-size:10px}.lecture-heading{gap:15px}.lecture-heading h1{font-size:27px}.inline-meta{gap:8px}.inline-meta .small{font-size:10px}.heading-actions{margin-top:0}.heading-actions .secondary{font-size:10px;min-height:35px;padding:8px 12px}.audio-panel{padding:13px;gap:10px;margin:20px 0}.audio-label strong{font-size:11px}.audio-label small{font-size:9px}.audio-panel .icon-tile{width:34px;height:34px}.lecture-tabs{margin-top:20px;gap:22px}.lecture-tabs button{font-size:10px;padding:13px 0}.lecture-body{padding-top:23px}.lecture-primary>.section-heading h2{font-size:17px}.segmented button{font-size:9px;padding:5px 9px}.summary-intro{padding:17px;gap:11px;margin-bottom:24px}.summary-intro>svg{width:18px}.summary-intro .markdown{font-size:12px}.summary-section h2{font-size:20px}.markdown{font-size:13px;line-height:1.9}.sources{font-size:8px;gap:5px}.sources button{font-size:8px;padding:4px 6px}.summary-section{padding-bottom:22px;margin-bottom:23px}.next-step{align-items:flex-start;flex-direction:column;padding:20px}.next-step .primary{font-size:11px}.processing-banner{align-items:flex-start;padding:14px;gap:10px;flex-wrap:wrap}.processing-banner p{font-size:10px;line-height:1.8}.processing-banner .icon-tile{width:31px;height:31px}.processing-banner .secondary{margin-left:41px}.transcript-segment{gap:11px;font-size:12px;padding:15px 7px}.transcript-segment time{font-size:9px}.concept-grid{grid-template-columns:1fr}.concept-card h3{font-size:16px}.concept-card p{font-size:12px}.note-editor{padding:16px}.exercise-card{padding:19px}.exercise-card h2{font-size:20px;line-height:1.5}.exercise-top{margin-bottom:18px}.answer-options{margin:20px 0;gap:9px}.answer-options>button{font-size:12px;padding:13px;gap:10px}.confidence{gap:6px}.confidence>span{flex-basis:100%;margin-bottom:4px}.confidence button{padding:7px 9px;font-size:9px}.exercise-actions{flex-wrap:wrap}.exercise-actions .primary{font-size:11px}.exercise-bottom .secondary{font-size:9px;padding:7px 8px}.exercise-bottom .text-button{font-size:8px}.exercise-bottom{gap:7px}.exercise-bottom svg{width:13px}.exercise-bottom .secondary svg{width:12px}.flashcard{padding:25px;min-height:290px}.flashcard h2{font-size:22px}.card-ratings{gap:8px}.card-ratings button{font-size:10px;padding:9px 11px}.review-overview{gap:8px}.review-overview>div{padding:15px 12px}.review-overview .eyebrow{font-size:7px;letter-spacing:.8px}.review-overview strong{font-size:28px}.review-overview p:last-child{font-size:9px}.attempt-row{padding:16px;gap:10px;flex-wrap:wrap}.attempt-row>.grow{flex-basis:calc(100% - 42px)}.attempt-row>time{margin-left:40px;font-size:9px}.settings-panel{padding:22px}.modal{padding:23px 20px}.modal-heading h2{font-size:19px}.auth-layout{grid-template-columns:1fr}.auth-intro{min-height:auto;padding:27px 28px 34px}.auth-intro .brand{font-size:27px;margin-bottom:34px}.auth-intro .brand-mark{width:32px;height:32px}.auth-intro h1{font-size:37px;letter-spacing:-1.3px;line-height:1.18;margin:16px 0 17px}.auth-intro .eyebrow{font-size:8px;letter-spacing:1.4px}.auth-intro>div>p:not(.eyebrow){font-size:11px;line-height:1.8;margin:0}.auth-features,.auth-footer{display:none}.auth-form-side{padding:35px 28px 45px}.auth-form{max-width:none}.auth-form h2{font-size:26px}.auth-form>.pill{margin-bottom:16px}.auth-form>p.muted{font-size:11px;margin-bottom:23px}.auth-form .large{min-height:45px;font-size:12px}.auth-switch{font-size:10px}.modal .export-list>.secondary{font-size:11px}.heading-actions .icon-only{height:35px;width:35px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}@media print{.sidebar,.topbar,.mobile-nav,.app-footer,.heading-actions,.back-link,.lecture-tabs,.lecture-aside,.audio-panel,.next-step,.segmented,.toast,.offline-banner,.recording-banner,.modal,.processing-banner{display:none!important}.main-shell{margin:0;padding:0}.main-content{padding:0;max-width:none}.lecture-body{display:block}.summary-section{break-inside:avoid}.sources{color:#555}.main-content,.app-shell,body{background:#fff}h1{font-size:26px}.summary-intro{background:#fff;border:1px solid #ddd}.markdown{color:#222;font-size:11pt}}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/assets/golos-text-cyrillic-ext-wght-normal-hICkpzq7.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/assets/golos-text-cyrillic-wght-normal-mKek_fSS.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/assets/golos-text-latin-ext-wght-normal-B-I5lbAQ.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/assets/golos-text-latin-wght-normal-BS5oQT7X.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media(max-width:1020px){.sidebar{visibility:hidden}.sidebar.open{visibility:visible}}@media(max-width:540px){.chat-page>.page-heading{position:relative;padding-right:92px;margin-bottom:18px}.chat-page>.page-heading h1{font-size:25px}.chat-page>.page-heading>.secondary{position:absolute;right:0;top:21px;padding:8px;font-size:11px;max-width:84px;gap:4px}.chat-page>.page-heading>.secondary .pill{display:none}.chat-page>.page-heading .muted{font-size:12px}.chat-page>.page-heading .eyebrow{font-size:9px}.chat-workspace{height:calc(100dvh - 245px);min-height:495px}.chat-welcome h2{font-size:22px}.chat-welcome>.icon-tile{display:none}.chat-welcome>p{font-size:12px}.chat-suggestions{grid-template-columns:1fr 1fr!important}.chat-suggestions button{padding:11px!important}.chat-suggestions strong{font-size:12px!important}.chat-suggestions span{display:none}.chat-composer textarea{min-height:64px;max-height:150px}.chat-fineprint{font-size:10px}.chat-composer{padding-top:12px;padding-bottom:10px}}:root{font-family:Golos Text Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--muted:#687267}input,textarea,select{font-size:16px}input::placeholder,textarea::placeholder{color:#7b847b}.primary,.secondary,.danger{font-size:13px;min-height:44px}.text-button{font-size:13px}.icon-only{min-width:40px;min-height:40px}.pill,.subject-badge,.eyebrow{font-size:11px}.markdown{font-size:16px;line-height:1.85}.card-description{font-size:14px}.lecture-card-bottom,.lecture-card-meta{font-size:12px}.mode-card p{font-size:14px}.mode-card h3{font-size:16px}.mode-bottom{font-size:12px}.page-heading .muted{font-size:15px}.section-heading p{font-size:13px}.lecture-tabs button{font-size:13px;min-height:48px}.filter-pills button{font-size:12px;min-height:40px}.sources{font-size:11px}.sources button{font-size:11px;padding:7px 10px;min-height:36px}.transcript-segment{font-size:16px}.transcript-segment time{font-size:12px}.answer-options>button{font-size:15px;min-height:48px}.confidence button{font-size:12px;min-height:40px}.confidence>span{font-size:12px}.exercise-bottom .secondary,.exercise-bottom .text-button{font-size:12px}.summary-intro .markdown,.concept-card p{font-size:15px}.save-strip,.record-tip,.small,small{font-size:12px}.auth-form>p.muted{font-size:14px}.auth-form label{font-size:14px}.auth-form .large{font-size:14px;min-height:48px}.auth-switch{font-size:13px}@media(max-width:760px){.heading-actions{flex-wrap:wrap}.lecture-tabs{gap:20px}.section-heading{flex-wrap:wrap}.feature-copy>p{font-size:14px}.feature-step strong{font-size:13px}.feature-step small,.stats-grid div div span{font-size:11px}.lecture-card h3{font-size:18px}.mode-card p{font-size:13px}.mode-card h3{font-size:16px}.primary,.secondary,.danger{white-space:normal;text-align:center}.chat-context>.text-button{font-size:11px}}@media(max-width:540px){.mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-nav button{font-size:10px;color:#65765a;min-height:49px}.main-shell{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.page-heading .eyebrow{font-size:10px}.page-heading .muted{font-size:14px}.page-heading>.primary,.heading-actions .secondary{font-size:12px;min-height:44px}.breadcrumb{font-size:11px}.section-heading h2{font-size:19px}.section-heading p{font-size:13px}.section-heading .text-button{font-size:12px}.card-description{font-size:14px}.lecture-card-bottom,.lecture-card-meta{font-size:11px}.lecture-tabs button{font-size:13px}.segmented button{font-size:12px;min-height:35px}.summary-intro .markdown{font-size:15px}.markdown{font-size:16px}.sources,.sources button{font-size:11px}.transcript-segment{font-size:15px}.transcript-segment time{font-size:11px}.filter-pills button{font-size:12px}.recording-card input{font-size:16px}.recording-card .field-row label{font-size:13px}.record-tip{font-size:12px}.save-strip{font-size:11px;flex-wrap:wrap}.sync-row p,.record-center .small{font-size:12px}.answer-options>button{font-size:15px}.confidence button{font-size:12px}.exercise-actions .primary{font-size:13px}.exercise-bottom{flex-wrap:wrap}.exercise-bottom .secondary,.exercise-bottom .text-button{font-size:12px}.card-ratings{flex-wrap:wrap}.card-ratings button{font-size:13px}.review-overview{grid-template-columns:1fr}.review-overview .eyebrow{font-size:10px}.review-overview p:last-child{font-size:12px}.empty-library h3{font-size:16px}.empty-library p{font-size:13px}.empty-library .secondary{font-size:12px}.auth-form>p.muted{font-size:14px}.auth-form .large{font-size:14px}.auth-switch{font-size:13px}.auth-intro>div>p:not(.eyebrow){font-size:14px}.modal .export-list>.secondary{font-size:13px}.processing-banner p{font-size:12px}.toast{font-size:13px}.offline-banner,.recording-banner{font-size:12px}}@media print{.chat-page,.chat-history{display:none!important}.markdown{font-size:11pt}}
