:root{--green:#1c5140;--green-dark:#173e32;--sage:#eaf1e9;--sage-2:#f2f5ef;--cream:#fafbf8;--ink:#223b31;--text:#45554c;--muted:#7c887f;--line:#e3e8df;--white:#fff;--amber:#a77432;--red:#ad5e45;--shadow:0 8px 28px #203e2d06}*{box-sizing:border-box}html,body{background:var(--cream);min-height:100%;color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px}button,input,textarea,select{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}button{color:inherit}input,textarea,select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:9px;outline:none;width:100%;padding:12px 13px}input:focus,textarea:focus,select:focus{border-color:#7d9b84;box-shadow:0 0 0 3px #416e4d12}button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #95b99b}textarea{resize:vertical;line-height:1.6}button{border:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{letter-spacing:-.035em;font-weight:600}p{line-height:1.7}svg{flex-shrink:0}small{font-size:11px}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:40;background:#f1f4ee;flex-direction:column;width:260px;padding:30px 20px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;width:185px;line-height:0;display:inline-flex}.brand-logo{width:100%;height:auto;display:block}.sidebar-top{justify-content:space-between;align-items:center;padding:0 5px;display:flex}.new-chat{color:var(--green);border:1px solid #bcccbc;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin:35px 0 29px;padding:13px 9px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.new-chat:hover{background:#e6ede2}.nav-label{letter-spacing:1.55px;color:#939c91;margin:0 15px 12px;font-size:9px;font-weight:650}.nav-link{color:#667465;border-radius:8px;align-items:center;gap:12px;margin-bottom:6px;padding:13px 15px;font-size:12px;display:flex}.nav-link.active{color:var(--green);background:#e0e9da;font-weight:600}.nav-link:hover{background:#e6ede0}.nav-dot{background:var(--green);border-radius:50%;width:5px;height:5px;margin-left:auto}.history-section{min-height:0;margin-top:31px;overflow:auto}.history-item{color:#81907e;align-items:center;gap:9px;padding:11px 15px;font-size:11px;display:flex}.history-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-item:hover{color:var(--green)}.history-empty{color:#9ba495;margin:0 15px;font-size:11px;line-height:1.8}.sidebar-bottom{margin-top:auto;padding-top:22px}.pilot-note{background:#eaf0e3;border:1px solid #dee7d7;border-radius:11px;padding:16px 14px;position:relative}.pilot-note>.live-dot{margin-right:7px}.pilot-note>b{font-size:11px;font-weight:600}.pilot-note p{color:#7d8a72;margin:8px 0 10px;font-size:10px;line-height:1.8}.pilot-note a{color:#617852;align-items:center;gap:5px;font-size:10px;display:flex}.live-dot{background:#6f9870;border-radius:100%;flex-shrink:0;width:6px;height:6px;display:inline-block}.profile-mini,.guest-login{border-top:1px solid var(--line);align-items:center;gap:9px;margin-top:18px;padding:20px 3px 0;display:flex}.profile-mini>div,.guest-login>div{flex:1;min-width:0}.profile-mini b,.guest-login b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;display:block;overflow:hidden}.profile-mini small,.guest-login small{color:#8b9487;margin-top:4px;font-size:9px;display:block}.avatar{color:#75836b;background:#e1e8dc;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:11px;display:grid}.main-shell{flex-direction:column;width:calc(100% - 260px);min-height:100vh;margin-left:260px;display:flex}.topbar{border-bottom:1px solid var(--line);background:#fafbf8e8;justify-content:space-between;align-items:center;gap:20px;height:91px;padding:0 43px;display:flex}.eyebrow{letter-spacing:1.8px;color:#9ba499;margin-bottom:6px;font-size:8px;font-weight:600;display:block}.topbar h1{letter-spacing:0;margin:0;font-size:14px;font-weight:550}.topbar-title,.topbar-right{align-items:center;gap:23px;display:flex}.demo-badge{color:#71836a;background:#eff3e9;border:1px solid #e4eadc;border-radius:20px;align-items:center;gap:7px;padding:7px 10px;font-size:9px;display:flex}.school-link{color:#8d968a;align-items:center;gap:6px;font-size:10px;display:flex}.main-shell>main{flex:1;min-width:0}.app-footer{color:#a2aa9d;border-top:1px solid #ecefe7;justify-content:space-between;gap:15px;padding:19px 43px;font-size:8px;display:flex}.footer-dot{margin:0 8px}.icon-button{color:#879380;background:0 0;border-radius:7px;justify-content:center;align-items:center;gap:4px;padding:7px;line-height:1;display:inline-flex}.icon-button:hover,.icon-button.selected{color:var(--green);background:#eaf0e3}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:13px 18px;font-size:12px;font-weight:600;display:inline-flex}.button.primary{background:var(--green);color:#fff}.button.primary:hover:not(:disabled){background:#296048}.button.secondary{border-color:var(--line);color:var(--green);background:#fff}.button.secondary:hover:not(:disabled){background:var(--sage-2)}.button.compact{padding:10px 13px;font-size:11px}.button.full{width:100%;margin-top:13px}.button-group{gap:8px;display:flex}.text-button{color:var(--green);background:0 0;padding:8px;font-size:11px;font-weight:600}.mobile-only,.sidebar-scrim{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-kicker{color:#829379;letter-spacing:1.8px;margin-bottom:14px;font-size:9px;font-weight:650;display:block}.heading-dot{color:#6e9975}.separator{color:#c1c9ba;margin:0 10px}.chat-page{flex-direction:column;max-width:890px;min-height:calc(100vh - 137px);margin:auto;padding:35px 35px 21px;display:flex}.chat-welcome{text-align:center;flex-direction:column;flex:1;align-items:center;padding:10px 0 3px;display:flex}.welcome-tag{letter-spacing:1.6px;color:#809076;align-items:center;gap:9px;font-size:8px;font-weight:600;display:inline-flex}.tiny-star{color:#8b9e78;font-size:15px}.welcome-mark{color:#577b4e;background:#eaf0e2;border-radius:24px;place-items:center;width:73px;height:73px;margin:25px 0 21px;display:grid;position:relative;transform:rotate(-4deg);box-shadow:0 0 0 9px #f3f6ed,0 0 0 10px #edf1e6}.welcome-mark svg{transform:rotate(4deg)}.orbit-dot{border:3px solid var(--cream);background:#acc28d;border-radius:50%;width:11px;height:11px;position:absolute;top:4px;right:-5px}.chat-welcome h2{letter-spacing:-1.8px;margin:0 0 18px;font-size:40px;font-weight:500;line-height:1.23}.chat-welcome h2 em{color:#6d885a;font-family:Georgia,Times New Roman,serif;font-weight:400}.welcome-description{color:#8a9382;letter-spacing:.05px;margin:0 0 31px;font-size:11px;line-height:1.9}.suggestion-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:11px;width:100%;display:grid}.suggestion-card{text-align:left;background:#fffefa;border:1px solid #e2e7da;border-radius:12px;min-width:0;padding:18px 15px 19px;transition:transform .18s,border-color .18s;position:relative}.suggestion-card:hover{border-color:#9bb48b;transform:translateY(-3px);box-shadow:0 7px 20px #35532906}.suggestion-icon{color:#80956a;margin-bottom:21px;padding:1px;display:inline-flex}.suggestion-card:nth-child(2) .suggestion-icon{color:#a79b67}.suggestion-card:nth-child(3) .suggestion-icon{color:#a88566}.suggestion-card:nth-child(4) .suggestion-icon{color:#7a9590}.suggestion-arrow{color:#b1bca5;position:absolute;top:18px;right:14px}.suggestion-card strong{letter-spacing:-.15px;margin-bottom:8px;font-size:11px;font-weight:600;line-height:1.5;display:block}.suggestion-card p{color:#949b8d;margin:0;font-size:9px;line-height:1.8}.trust-line{color:#9da893;justify-content:center;align-items:center;gap:7px;margin:20px 0;font-size:8px;display:flex}.trust-line svg{color:#9eaf8c}.composer-area{margin-top:23px;position:relative}.login-nudge{color:#9aa28f;text-align:center;justify-content:center;align-items:center;gap:4px;margin:0 0 15px;font-size:9px;display:flex}.login-nudge a{color:#667e54;text-underline-offset:3px;text-decoration:underline}.composer{background:#fffefa;border:1px solid #d8e0ce;border-radius:15px;padding:13px 16px 11px;box-shadow:0 5px 18px #52634405}.composer:focus-within{border-color:#99ad8c;box-shadow:0 0 0 3px #657e4510}.composer textarea{resize:none;box-shadow:none;background:0 0;border:none;min-height:41px;max-height:150px;padding:2px 0 0;font-size:11px;line-height:1.7}.composer textarea::placeholder{color:#a5ad9b}.composer-bottom{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.composer-bottom>span{color:#a0aa93;align-items:center;gap:6px;font-size:8px;display:flex}.composer-bottom .live-dot{background:#a9ba96;width:4px;height:4px}.send-button{background:var(--green);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.send-button:disabled{opacity:.75}.composer-disclaimer{text-align:center;color:#aab0a1;margin:12px 0 0;font-size:8px;line-height:1.7}.conversation{flex:1;width:100%;max-width:770px;margin:0 auto}.conversation-heading{color:#95a08b;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;font-size:10px;display:flex}.conversation-heading>span{align-items:center;gap:8px;display:flex}.conversation-heading>div{display:flex}.message{align-items:flex-start;gap:13px;margin:0 0 25px;display:flex}.message.user{justify-content:flex-end}.message.user .message-content{background:#eaf0e2;border:1px solid #e1e7d8;border-radius:15px 15px 3px;max-width:82%;padding:13px 18px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere;color:#506048;font-size:12px;line-height:1.9}.message.assistant .message-content{flex:1;min-width:0;padding-top:3px}.assistant-avatar{color:#71875b;background:#e8efdf;border-radius:10px;flex-shrink:0;place-items:center;width:33px;height:33px;display:grid}.message-author{margin-bottom:12px;font-size:11px;font-weight:600}.message-author span{color:#a0aa93;border:1px solid #e3e9da;border-radius:5px;margin-left:8px;padding:3px 5px;font-size:8px;font-weight:400}.message-tools{align-items:center;gap:1px;margin-top:8px;display:flex}.message-tools small{color:#94a085;margin-left:6px;font-size:8px}.source-label{color:#8b987e;align-items:center;gap:5px;margin-top:18px;font-size:9px;font-weight:600;display:flex}.citations{gap:6px;margin-top:8px;display:grid}.citation{border:1px solid var(--line);background:#fafcf6;border-radius:8px;align-items:center;gap:9px;padding:9px 11px;display:flex}.citation:hover{background:#f2f7e9;border-color:#a1b68d}.citation-index{color:#749059;background:#e8efdf;border-radius:5px;flex-shrink:0;place-items:center;width:19px;height:19px;font-size:8px;display:grid}.citation>div{flex:1;min-width:0}.citation b{font-size:9px;font-weight:500;display:block}.citation small{color:#8c9a7c;margin-top:4px;font-size:8px;line-height:1.6;display:block}.citation>svg{color:#96a888}.thinking{color:#8c9c7b;align-items:center;gap:9px;margin:20px 0 28px;font-size:11px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.has-messages .composer-area{background:linear-gradient(transparent, var(--cream) 10%);padding-top:12px;position:sticky;bottom:0}.alert{color:#89794e;background:#f4f1e7;border:1px solid #e7e2d2;border-radius:8px;align-items:flex-start;gap:9px;margin:0 0 15px;padding:12px 14px;font-size:11px;line-height:1.7;display:flex}.alert.error{color:#a55b44;background:#fcf0ec;border-color:#eddbd2}.alert.success{color:#547546;background:#edf5e9;border-color:#dce9d3}.alert svg{margin-top:1px}.microcopy{color:#95a087;font-size:10px;line-height:1.8}.center{text-align:center}.loading-state{text-align:center;color:#8d9c7c;padding:70px 35px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:95px 25px;display:flex}.empty-state h2{margin:15px 0;font-size:28px;line-height:1.5}.empty-state p{color:#8d9881;max-width:540px;margin-bottom:24px;font-size:12px;line-height:2}.empty-state>.section-kicker{margin-top:22px}.empty-icon{color:#728962;background:#e9f0df;border-radius:22px;place-items:center;width:76px;height:76px;display:grid}.empty-state.small{min-height:220px;padding:40px 20px}.page-content{max-width:1400px;margin:auto;padding:38px 40px 48px}.page-intro{justify-content:space-between;align-items:center;gap:24px;margin:0 0 30px;display:flex}.page-intro h2{margin:0 0 12px;font-size:29px;font-weight:500;line-height:1.35}.page-intro p{color:#8a957e;margin:0;font-size:11px}.soft-badge{color:#899878;white-space:nowrap;background:#eff3e8;border:1px solid #e3ead9;border-radius:5px;padding:7px 10px;font-size:9px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin:0 0 28px;display:grid}.stat-card{background:#fffefa;border:1px solid #e3e8da;border-radius:12px;padding:21px 20px}.stat-label{color:#89977b;align-items:center;gap:8px;font-size:10px;display:flex}.stat-label svg{color:#93a580}.stat-card>strong{letter-spacing:-1.6px;margin:15px 0 10px;font-size:32px;font-weight:500;display:block}.stat-card>strong small{color:#a5af99;letter-spacing:0;margin-left:8px;font-size:11px;font-weight:400}.stat-card p{color:#9ca68f;margin:0;font-size:9px}.stat-card>strong.money-stat{letter-spacing:-1px;font-size:25px}.progress-track{background:#edf1e6;border-radius:10px;height:4px;margin-top:17px;overflow:hidden}.progress-track>span{background:#90ad76;border-radius:10px;height:100%;display:block}.tabs{border-bottom:1px solid var(--line);gap:26px;margin-bottom:25px;display:flex;overflow-x:auto}.tabs button{white-space:nowrap;color:#99a18e;background:0 0;border-bottom:2px solid #0000;padding:0 0 14px;font-size:11px}.tabs button.active{color:var(--green);border-color:var(--green);font-weight:600}.academic-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,1fr);align-items:start;gap:24px;display:grid}.panel{border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);background:#fffefa;border-radius:12px;overflow:hidden}.panel-heading{border-bottom:1px solid #edf0e7;justify-content:space-between;align-items:center;gap:15px;padding:22px 23px 19px;display:flex}.panel-heading h3{letter-spacing:-.4px;margin:0 0 7px;font-size:15px}.panel-heading p{color:#9ba48f;margin:0;font-size:10px}.panel-heading>svg{color:#94a57f}.panel-foot{color:#a0aa91;background:#fcfcf7;border-top:1px solid #edf0e6;align-items:center;gap:7px;padding:16px 21px;font-size:9px;line-height:1.7;display:flex}.table-scroll{overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%}th{color:#97a189;background:#fafbf6;border-bottom:1px solid #e9eddf;padding:13px 20px;font-size:9px;font-weight:500}td{border-bottom:1px solid #eef0e7;padding:18px 20px;font-size:11px}tbody tr:last-child td{border-bottom:0}.course-table td{padding:20px 15px}.course-table th{padding:13px 15px}.course-table td button{text-align:left;background:0 0;width:100%;padding:0;display:block}.course-table td b{font-size:11px;font-weight:550;line-height:1.6}.course-table td small,.admin-table td small{color:#a2ac94;margin-top:5px;font-size:8px;line-height:1.6;display:block}.course-table tr.selected{background:#f1f5e9}.course-table tr.selected td:first-child{box-shadow:inset 3px 0 #8ca673}.score-number{letter-spacing:-1px;font-size:23px;font-weight:500}.status-pill{white-space:nowrap;border-radius:4px;padding:5px 7px;font-size:8px;line-height:1.5;display:inline-block}.status-pill.passed{color:#76935f;background:#eaf2e3}.status-pill.failed{color:#b07f5c;background:#f8ece4}.status-pill.insufficient{color:#ac985b;background:#f3efe0}.status-pill.conflict{color:#ac725a;background:#f9e9e4}.explanation-heading{margin-bottom:14px}.explanation-heading .section-kicker{margin-bottom:7px;font-size:8px}.explanation-heading h3{margin:0;font-size:16px}.evaluation{background:#fffefa;border:1px solid #e4e9da;border-radius:10px;margin-top:12px;overflow:hidden}.evaluation>summary{cursor:pointer;align-items:center;gap:10px;padding:14px;list-style:none;display:flex}.evaluation>summary::-webkit-details-marker{display:none}.evaluation summary>div{flex:1}.evaluation summary strong{font-size:11px;font-weight:550;display:block}.evaluation summary small{color:#929e81;margin-top:5px;font-size:9px;display:block}.evaluation summary>svg{color:#9ba98a}.evaluation[open] summary>svg{transform:rotate(180deg)}.status-icon{color:#b29558;background:#f5eee0;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.status-icon.passed{color:#819e64;background:#eaf2e2}.status-icon.failed,.status-icon.conflict{color:#b98257;background:#f8ece2}.evaluation-body{padding:0 17px 17px}.evaluation-body>p{color:#8d9a7c;font-size:10px;line-height:1.8}.evaluation-body .recorded{background:#f6f8ef;border-radius:5px;padding:9px 10px;font-size:9px}.conditions{border-top:1px solid #edf0e5}.condition{border-bottom:1px solid #edf0e5;align-items:flex-start;gap:9px;padding:12px 0;display:flex}.condition-marker{padding-top:2px}.condition-marker.met{color:#86a36b}.condition-marker.unmet{color:#ba8661}.condition-marker.unknown{color:#b6a16a}.condition b{font-size:10px;font-weight:550}.condition p{color:#8e9a7e;margin:4px 0;font-size:10px;line-height:1.7}.next-steps{background:#f1f5e9;border-radius:7px;margin-top:15px;padding:13px}.next-steps>b{color:#7c9069;font-size:10px}.next-steps ul{color:#8a9b77;margin:7px 0 0;padding-left:17px;font-size:10px;line-height:1.8}.ask-link{color:#78965f;align-items:center;gap:6px;margin-top:15px;font-size:10px;display:flex}.schedule-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:start;gap:23px;display:grid}.schedule-list{padding:0 21px}.schedule-item{border-bottom:1px solid #edf0e5;align-items:center;gap:17px;padding:24px 0;display:flex}.schedule-item:last-child{border:0}.day-box{color:#87a16c;background:#edf2e5;border-radius:9px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:51px;height:61px;display:flex}.day-box small{font-size:8px}.day-box b{font-size:25px;font-weight:500}.schedule-item>div:nth-child(2){flex:1}.schedule-item h4{margin:0 0 8px;font-size:12px}.schedule-item p{color:#8d9e7c;align-items:center;gap:6px;margin:0 0 4px;font-size:10px;display:flex}.schedule-item>div>small{color:#acb59c;font-size:9px}.exam-card{padding:25px}.exam-card h3{margin:18px 0 10px;font-size:20px}.exam-card p{color:#8c9d78;font-size:12px}.exam-card .alert{margin-top:25px}.finance-card{padding:23px}.finance-card h4{font-size:13px}.finance-card dl{margin:22px 0 0}.finance-card dl>div,.quality-list>div{border-bottom:1px solid #edf0e5;justify-content:space-between;gap:10px;padding:12px 0;font-size:11px;display:flex}.finance-card dt,.quality-list dt{color:#9ca78b}.finance-card dd,.quality-list dd{color:#73865e;margin:0}.debt-row dd{font-weight:700}.conduct-card{text-align:center;padding:35px}.conduct-score{color:#7f9b65;letter-spacing:-2px;border:6px solid #e6eedb;border-radius:50%;outline:1px solid #e8efde;justify-content:center;align-items:center;width:125px;height:125px;margin:5px auto 25px;font-size:40px;display:flex}.conduct-score small{letter-spacing:0;color:#a5b493;margin-top:16px;font-size:12px}.conduct-card h4{font-size:13px}.conduct-card p{color:#9ba88a;font-size:10px}.panel-padding{padding:24px}.panel-padding>p{color:#94a184;font-size:12px}.certificate-row{color:#8fa276;border-bottom:1px solid #edf0e5;align-items:center;gap:10px;padding:17px 0;font-size:11px;display:flex}.certificate-row small{color:#a5b393;margin-left:auto;font-size:9px}.certificate-row+.microcopy{margin-top:18px}.action-row{text-align:left;background:0 0;border-bottom:1px solid #eaf0df;justify-content:space-between;align-items:center;width:100%;padding:17px 0;display:flex}.action-row b,.action-setting b{font-size:11px;font-weight:550;display:block}.action-row small,.action-setting small{color:#a3b28e;margin-top:5px;font-size:9px;display:block}.action-row svg{color:#99ad7f}.source-count{flex-direction:column;align-items:center;padding-right:10px;display:flex}.source-count>b{color:#72925a;letter-spacing:-2px;font-size:39px;font-weight:400}.source-count>span{color:#9aac8b;font-size:9px}.knowledge-banner{background:#eaf1e2;border:1px solid #e1e9d6;border-radius:12px;align-items:center;gap:20px;margin-bottom:28px;padding:25px 28px;display:flex;position:relative;overflow:hidden}.banner-icon{color:#829e66;background:#dfead3;border-radius:14px;flex-shrink:0;place-items:center;width:59px;height:59px;display:grid}.knowledge-banner h3{color:#5c7948;margin:0 0 8px;font-size:17px}.knowledge-banner p{color:#8b9f78;max-width:700px;margin:0;font-size:11px;line-height:1.8}.banner-seal{color:#bdcfaa;border:1px solid #d6e3c9;border-radius:50%;flex-shrink:0;place-items:center;width:90px;height:90px;margin-left:auto;display:grid;transform:rotate(-13deg)}.filter-bar{justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.filter-chips{gap:7px;display:flex}.filter-chips button{color:#9ca98d;background:0 0;border-radius:7px;padding:10px 12px;font-size:10px}.filter-chips button.active{color:#77925f;background:#e9f0df}.search-field{color:#a7b797;background:#fffefa;border:1px solid #e2e9d7;border-radius:8px;align-items:center;max-width:250px;padding:0 10px;display:flex}.search-field input{box-shadow:none;background:0 0;border:none;padding:11px;font-size:10px}.source-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.source-card{background:#fffefa;border:1px solid #e1e7d7;border-radius:12px;flex-direction:column;min-width:0;padding:23px;display:flex}.source-card-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.document-icon{color:#90a575;background:#f0f4e8;border-radius:10px;place-items:center;width:41px;height:43px;display:grid}.source-topic{letter-spacing:.5px;color:#a3b18f;margin-bottom:8px;font-size:8px}.source-card h3{margin:0 0 12px;font-size:16px;font-weight:550;line-height:1.5}.source-card>p{color:#99a78a;margin-bottom:18px;font-size:10px;line-height:1.85}.source-scope{color:#94a67f;border-left:2px solid #cadab7;margin-bottom:18px;padding-left:9px;font-size:9px;line-height:1.8}.source-card-bottom{border-top:1px solid #edf1e5;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:17px;display:flex}.source-card-bottom>span,.source-card-bottom>a{color:#a2b28e;align-items:center;gap:5px;font-size:8px;display:flex}.source-card-bottom>a{color:#7b995e}.source-version{color:#b2bea1;margin-top:13px;font-size:8px;line-height:1.7}.pending-source{background:#f9faf5;border-style:dashed}.knowledge-footnote{color:#a1b08f;border-top:1px solid #e4eadb;align-items:flex-start;gap:10px;margin-top:28px;padding-top:24px;display:flex}.knowledge-footnote p{margin:0;font-size:10px;line-height:1.9}.login-page{background:#fdfdf9;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-art{background:#e9efdf;flex-direction:column;padding:43px 53px;display:flex;position:relative;overflow:hidden}.login-art .brand{width:220px}.login-mobile-brand{display:none}.login-art-copy{margin:auto 0;padding:50px 0 20px}.login-art-copy .welcome-tag{color:#80916c;letter-spacing:1.7px;font-size:8px}.login-art h1{letter-spacing:-2px;margin:23px 0;font-size:52px;font-weight:400;line-height:1.25}.login-headline>span,.login-headline>em{display:block}.login-art h1 em{color:#789860;font-family:Georgia,Times New Roman,serif;font-weight:400}.login-art p{color:#8a9c75;font-size:12px;line-height:2}.login-art>small{letter-spacing:1.5px;color:#9dad8b;font-size:8px}.login-illustration{color:#92aa78;place-items:center;height:210px;margin-top:20px;display:grid;position:relative}.illus-orbit{border:1px solid #cbdab7;border-radius:50%;width:245px;height:155px;position:absolute;transform:rotate(-25deg)}.illus-orbit.second{width:200px;height:185px;transform:rotate(35deg)}.floating-note{color:#95a97b;background:#f7faef;border:1px solid #dae6ca;border-radius:8px;padding:12px 15px;font-size:9px;position:absolute;top:60px;right:-6px;transform:rotate(6deg);box-shadow:0 8px 25px #6a894315}.floating-note.second{top:140px;left:5px;right:auto;transform:rotate(-5deg)}.login-form-side{flex-direction:column;padding:40px 50px;display:flex}.back-link{color:#99a68b;align-items:center;gap:8px;font-size:10px;display:flex}.login-form-wrap{width:100%;max-width:390px;margin:auto;padding:45px 0 10px}.login-form-wrap h2{margin:0 0 12px;font-size:28px;font-weight:500}.login-form-wrap>p{color:#a1ad94;margin-bottom:25px;font-size:11px}.login-form-wrap .alert{margin-top:24px;font-size:10px}.login-form-wrap label,.modal label,.rule-card label{color:#889b74;margin:17px 0 8px;font-size:10px;line-height:1.8;display:block}.login-form-wrap input{font-size:12px}.form-error{color:#ad7051;font-size:10px;line-height:1.7}.demo-accounts{border-top:1px solid #e5ecd9;border-bottom:1px solid #e5ecd9;margin:26px 0;padding:19px 0}.demo-accounts>b{color:#8aa174;font-size:10px;font-weight:550}.demo-accounts>p{color:#a4b091;margin:8px 0 13px;font-size:9px;line-height:1.8}.demo-accounts code{color:#80986a;background:#f0f5e8;border-radius:4px;padding:2px 4px}.demo-accounts>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.demo-accounts button{text-align:left;color:#9bac88;background:#f4f7ed;border:1px solid #e5edd8;border-radius:6px;padding:8px;font-size:8px;line-height:1.8}.demo-accounts button>span{color:#7c9765;font-size:10px;font-weight:550;display:block}.demo-accounts button:hover{border-color:#abc193}.admin-system-line{color:#a1b190;flex-wrap:wrap;gap:22px;margin:0 0 27px;font-size:9px;display:flex}.admin-system-line>span{align-items:center;gap:7px;display:flex}.admin-system-line b{color:#849e6d;font-weight:500}.admin-table td{padding:18px 22px;font-size:10px}.admin-table td b{font-size:11px;font-weight:500}.admin-table td small{font-size:9px}.table-actions{align-items:center;gap:4px;display:flex}.admin-table td .form-error{max-width:370px;margin:5px 0;font-size:9px}.rule-card h3{margin:17px 0 8px;font-size:16px;line-height:1.6}.rule-card>p{color:#99ab85;font-size:10px}.rule-card textarea{font-size:11px}.action-setting{border-bottom:1px solid #e9efdf;justify-content:space-between;align-items:center;gap:15px;padding:20px 0;display:flex}.switch{background:#dce6cf;border-radius:20px;flex-shrink:0;width:34px;height:21px;padding:3px;transition:all .2s}.switch>span{background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;display:block;box-shadow:0 1px 3px #0001}.switch.on{background:#88a871}.switch.on>span{transform:translate(13px)}.quality-list{margin:18px 0}.quality-list>div{padding:15px 0;font-size:10px;line-height:1.8}.quality-list dd{text-align:right}.audit-list{max-height:520px;padding:9px 23px;overflow:auto}.audit-item{border-bottom:1px solid #edf2e3;align-items:flex-start;gap:12px;padding:15px 0;display:flex}.audit-item>.live-dot{background:#bacda8;margin-top:5px}.audit-item b{color:#8ba375;font-size:10px;font-weight:500;display:block}.audit-item small{color:#b0bf9f;margin-top:7px;font-size:8px;display:block}.code-block{color:#75965b;background:#f0f5e7;border:1px solid #e2ebd5;border-radius:9px;padding:23px;font-size:12px;line-height:1.9;overflow:auto}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background:#1b352652;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.modal{background:#fffefa;border:1px solid #dae7cd;border-radius:17px;width:430px;max-width:100%;max-height:calc(100dvh - 50px);padding:30px;position:relative;overflow:auto;box-shadow:0 25px 90px #183d2933}.modal.large{width:680px}.modal-close{position:absolute;top:15px;right:15px}.modal>svg{color:#7f9d66;margin-bottom:16px}.modal h2{padding-right:24px;font-size:24px;font-weight:500}.modal p{color:#99ac84;font-size:12px}.modal form>label input,.modal form>label textarea,.modal form>label select{margin-top:6px;font-size:12px;display:block}.modal .form-grid{grid-template-columns:100px 1fr;gap:15px;display:grid}.modal .checkbox-label{color:#8fa679;align-items:flex-start;gap:10px;font-size:10px;display:flex}.modal .checkbox-label input{width:15px;height:15px;accent-color:var(--green);flex-shrink:0;margin:3px 0 0}.raw-source{color:#91a47c;background:#f6f9ef;border:1px solid #e4ecd9;border-radius:7px;margin-top:15px;padding:12px;font-size:10px}.raw-source summary{cursor:pointer}.raw-source pre{white-space:pre-wrap;max-height:240px;font-size:10px;line-height:1.9;overflow:auto}.embed-shell{background:var(--cream);max-width:100%;min-height:100dvh}.embed-shell>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.embed-shell .brand{width:130px}.embed-shell>header>a{color:#8b9e78;font-size:10px}.embedded-chat{max-width:850px;min-height:calc(100dvh - 70px);padding:22px 18px 13px}.embedded-chat .welcome-tag{letter-spacing:1.2px;font-size:6px}.embedded-chat .chat-welcome h2{font-size:29px}.embedded-chat .welcome-mark{border-radius:17px;width:55px;height:55px;margin:23px 0}.embedded-chat .welcome-description{font-size:10px}.embedded-chat .suggestion-grid{grid-template-columns:repeat(2,1fr);gap:8px}.embedded-chat .suggestion-card{padding:13px}.embedded-chat .suggestion-icon{margin-bottom:12px}.embedded-chat .suggestion-card strong{font-size:10px}.embedded-chat .suggestion-card p{font-size:8px}.embedded-chat .trust-line{font-size:7px}.embedded-chat .composer-area{margin-top:10px}.embedded-chat .assistant-avatar{width:25px;height:25px}.embedded-chat .message{gap:8px}.embedded-chat .message-text{font-size:11px}@media (min-width:1500px){.chat-page{max-width:1030px;padding-top:50px}.chat-welcome h2{font-size:47px}.welcome-description{font-size:13px}.suggestion-card{padding:22px 20px}.suggestion-card strong{font-size:13px}.suggestion-card p{font-size:11px}.chat-welcome{padding-top:18px}.welcome-mark{margin:35px 0 29px}.suggestion-grid{margin-top:12px}.composer-area{margin-top:40px}.composer textarea{font-size:13px}.composer-bottom>span{font-size:10px}}@media (max-width:1200px){.sidebar{width:225px;padding-left:15px;padding-right:15px}.main-shell{width:calc(100% - 225px);margin-left:225px}.topbar{padding:0 30px}.app-footer{padding-left:30px;padding-right:30px}.chat-page{padding:30px 28px 20px}.chat-welcome h2{font-size:36px}.suggestion-grid{grid-template-columns:repeat(2,1fr)}.suggestion-card{padding:15px 17px}.suggestion-icon{margin-bottom:12px}.suggestion-card p{font-size:10px}.suggestion-card strong{font-size:12px}.welcome-mark{width:61px;height:61px;margin:22px 0 19px}.welcome-description{margin-bottom:23px}.page-content{padding:30px 26px}.page-intro h2{font-size:26px}.stats-grid{gap:10px}.stat-card{padding:17px 14px}.stat-label{font-size:9px}.stat-card>strong{font-size:28px}.stat-card>strong.money-stat{font-size:20px}.academic-layout{grid-template-columns:1fr}.source-grid{grid-template-columns:repeat(2,1fr)}.panel-heading{padding:19px}.login-art{padding:35px}.login-art h1{font-size:42px}.login-form-side{padding:35px}.login-art-copy{padding-top:40px}.schedule-layout{gap:15px}.topbar-right{gap:14px}.admin-table td{padding:15px}.button-group{flex-wrap:wrap;justify-content:flex-end}.stats-grid p{font-size:8px}.knowledge-banner{padding:22px}.banner-seal{display:none}}@media (max-width:900px){.sidebar{width:210px}.main-shell{width:calc(100% - 210px);margin-left:210px}.brand{width:165px}.topbar{height:78px;padding:0 23px}.school-link{display:none}.chat-page{min-height:calc(100vh - 125px);padding:28px 23px 20px}.welcome-tag{letter-spacing:1.1px;font-size:7px}.chat-welcome h2{font-size:33px}.welcome-description{font-size:10px}.app-footer{padding:15px 23px;font-size:7px}.app-footer>span:last-child{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.source-grid{gap:12px}.source-card{padding:18px}.source-card h3{font-size:14px}.page-intro{flex-wrap:wrap;gap:12px}.page-intro h2{font-size:25px}.source-count{display:none}.filter-bar{flex-direction:column;align-items:stretch}.search-field{max-width:100%}.schedule-layout{grid-template-columns:1fr}.admin-system-line{gap:12px}.login-art{padding:30px}.login-art h1{font-size:36px}.floating-note{font-size:8px;right:-15px}.login-form-side{padding:30px}.login-form-wrap h2{font-size:25px}.demo-accounts>div{grid-template-columns:1fr}.demo-accounts button{align-items:center;gap:8px;display:flex}.demo-accounts button>span{min-width:38px}}@media (max-width:700px){.sidebar{width:260px;padding:24px 20px;transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-scrim.visible{z-index:39;background:#1e372944;display:block;position:fixed;inset:0}.mobile-only{display:inline-flex}.main-shell{width:100%;margin:0}.brand{width:155px}.topbar{height:73px;padding:0 18px}.topbar-title{gap:11px}.topbar-title>.icon-button{margin-left:-7px}.topbar h1{font-size:13px}.eyebrow{letter-spacing:1.3px;font-size:7px}.demo-badge{padding:6px 8px;font-size:8px}.topbar-right{gap:8px}.chat-page{min-height:calc(100dvh - 112px);padding:26px 20px 17px}.chat-welcome{padding-top:4px}.chat-welcome h2{letter-spacing:-1.5px;font-size:35px}.welcome-tag{letter-spacing:1.15px;font-size:6.6px}.welcome-mark{margin:26px 0 23px}.welcome-description{margin-bottom:26px;font-size:10px;line-height:1.9}.suggestion-grid{gap:9px}.suggestion-card{padding:16px}.suggestion-icon{margin-bottom:14px}.suggestion-card strong{font-size:11px}.suggestion-card p{font-size:9px}.suggestion-arrow{top:15px}.trust-line{margin:19px 0 7px;font-size:7px}.composer-area{margin-top:20px}.login-nudge{flex-wrap:wrap;font-size:8px;line-height:1.6}.composer textarea{font-size:12px}.composer{padding:12px 13px 10px}.composer-bottom>span{font-size:8px}.composer-disclaimer{padding:0 10px;font-size:7px}.app-footer{justify-content:center;padding:14px 20px;font-size:7px}.message-text{font-size:12px}.message{gap:10px}.assistant-avatar{width:29px;height:29px}.message.user .message-content{max-width:91%;padding:11px 15px}.has-messages{padding-top:20px}.page-content{padding:28px 19px 35px}.page-intro{margin-bottom:23px}.page-intro h2{font-size:25px}.page-intro p{font-size:10px}.section-kicker{margin-bottom:11px;font-size:8px}.stats-grid{gap:10px;margin-bottom:24px}.stat-card{padding:17px 15px}.stat-card>strong{font-size:30px}.stat-card>strong small{margin-left:5px;font-size:10px}.stat-card>strong.money-stat{font-size:23px}.stat-card p{font-size:8px}.stat-label{gap:6px;font-size:9px}.stat-label svg{width:15px;height:15px}.tabs{gap:21px;margin-bottom:20px}.tabs button{padding-bottom:12px;font-size:10px}.panel-heading{flex-wrap:wrap;padding:18px 16px}.panel-heading h3{font-size:14px}.panel-heading p{font-size:9px}.panel-heading .soft-badge{font-size:8px}.course-table td,.course-table th{padding-left:12px;padding-right:12px}.course-table td b{font-size:10px}.course-table td small,.status-pill{font-size:7px}.panel-foot{padding:13px 16px;font-size:8px}.score-number{font-size:22px}.academic-layout{gap:23px}.source-grid{grid-template-columns:1fr;gap:14px}.source-card{padding:22px}.source-card h3{font-size:17px}.source-card>p{font-size:11px}.source-topic{font-size:9px}.source-scope{font-size:10px}.source-card-bottom>a,.source-card-bottom>span{font-size:9px}.source-card-top{margin-bottom:18px}.knowledge-banner{align-items:flex-start;gap:13px;padding:20px 17px}.banner-icon{border-radius:10px;width:38px;height:41px}.banner-icon svg{width:23px;height:23px}.knowledge-banner h3{font-size:15px;line-height:1.5}.knowledge-banner p{font-size:10px}.filter-chips button{padding:9px 11px;font-size:9px}.filter-bar{gap:15px}.search-field input{font-size:11px}.knowledge-footnote p{font-size:9px}.login-page{display:block}.login-art{display:none}.login-mobile-brand{margin-bottom:24px;display:block}.login-mobile-brand .brand{width:180px}.login-form-side{min-height:100dvh;padding:27px}.login-form-wrap{max-width:420px;padding:47px 0 20px}.login-form-wrap h2{font-size:30px}.login-form-wrap>p{font-size:12px}.login-form-wrap .alert,.login-form-wrap label{font-size:11px}.login-form-wrap input{font-size:14px}.demo-accounts>div{grid-template-columns:1fr 1fr}.demo-accounts button{padding:10px;font-size:9px;display:block}.demo-accounts button>span{font-size:11px}.demo-accounts>p{font-size:10px}.demo-accounts>b{font-size:11px}.empty-state{padding:65px 25px}.empty-state h2{font-size:25px}.empty-state p{font-size:11px}.admin-table td,.admin-table th{padding:13px 12px}.admin-table td:first-child{min-width:190px}.admin-table td b{font-size:10px}.admin-table td small{font-size:8px}.table-actions{gap:0}.button.compact{padding:9px 11px;font-size:10px}.admin-system-line{font-size:8px}.modal-backdrop{padding:15px}.modal{max-height:calc(100dvh - 30px);padding:25px 21px}.modal h2{font-size:23px}.modal .checkbox-label{font-size:10px}.modal .form-grid{grid-template-columns:80px 1fr;gap:10px}.desktop-only{display:none}.schedule-item{gap:12px;padding:20px 0}.schedule-item .soft-badge{padding:5px 7px;font-size:8px}.schedule-item h4{font-size:11px}.schedule-item p{gap:4px;font-size:9px}.schedule-item small{font-size:8px}.day-box{width:42px;height:55px}.panel-padding{padding:20px}.certificate-row{font-size:10px}.certificate-row small{font-size:8px}.citation b{font-size:9px}.evaluation-body>p{font-size:11px}.condition p,.next-steps ul{font-size:10px}.embed-shell .chat-page{min-height:calc(100dvh - 69px)}.embed-shell .chat-welcome h2{font-size:29px}.embed-shell .composer-area{margin-top:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.nav-link{font-size:13px}.new-chat{font-size:12px}.welcome-description{color:#78856d;font-size:13px}.suggestion-card strong{font-size:12px}.suggestion-card p{color:#7f8b73;font-size:11px}.trust-line{color:#7f8f73;font-size:10px}.login-nudge{color:#829175;font-size:11px}.composer textarea{font-size:13px}.composer-bottom>span{color:#839570;font-size:10px}.composer-disclaimer{color:#869578;font-size:9px}.app-footer{color:#88977d;font-size:9px}.message-text{color:#455c3b;font-size:14px}.message-author{font-size:12px}.citation b{font-size:11px}.citation small{color:#7d906a;font-size:10px}.citation-index{font-size:10px}.page-intro p{color:#7e916a;font-size:12px}.stat-label{color:#7d9169;font-size:11px}.stat-card p{color:#879973;font-size:10px}.tabs button{color:#81966c;font-size:12px}.panel-heading p{color:#869b6f;font-size:11px}.course-table td b,.admin-table td b{font-size:12px}.course-table td small,.admin-table td small{color:#889d71;font-size:10px}.status-pill{font-size:10px}.status-pill.failed{color:#95643f}.status-pill.insufficient{color:#907b3a}.status-pill.passed{color:#5e7b46}.evaluation summary strong{font-size:12px}.evaluation summary small{font-size:11px}.evaluation-body>p{color:#7a8f64;font-size:12px}.condition b{font-size:12px}.condition p{color:#7b9165;font-size:12px}.condition small{color:#859972;font-size:10px}.evaluation-body .recorded{font-size:11px}.next-steps>b,.next-steps ul{color:#708957;font-size:12px}.ask-link{font-size:12px}.source-card>p{color:#7d9466;font-size:12px}.source-card-bottom>a,.source-card-bottom>span{font-size:10px}.source-scope{color:#7d9565;font-size:11px}.source-version{color:#859b70;font-size:9px}.knowledge-banner p{color:#7c9265;font-size:12px}.filter-chips button,.search-field input{font-size:12px}.microcopy{color:#81976a;font-size:11px}.alert{font-size:12px}.login-form-wrap label{color:#778f61;font-size:12px}.login-form-wrap>p{color:#82986d;font-size:12px}.login-form-wrap .alert{font-size:12px}.demo-accounts>p{font-size:11px}.demo-accounts button{font-size:10px}.demo-accounts button>span{font-size:12px}.stream-preview{padding:15px 0 15px 46px}.pool-summary,.pool-summary>div,.pool-profile-head,.pool-model-line,.pool-model-line>span,.pool-profile-actions,.pool-result-heading,.pool-result-stats,.pool-result-stats>span,.pool-editor-foot{align-items:center;gap:10px;display:flex}.pool-summary{color:var(--muted);flex-wrap:wrap;gap:16px 32px;padding:20px 0 28px;font-size:12px}.pool-summary b{color:var(--green)}.pool-empty{text-align:center;padding:36px}.pool-empty .empty-icon{color:var(--green);margin:0 auto 16px}.pool-empty h3{margin-bottom:12px;font-size:21px}.pool-empty p{color:var(--muted);font-size:13px;line-height:1.8}.preset-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px;margin:26px auto 0;display:grid}.preset-options button{border:1px solid var(--line);background:var(--cream);color:var(--green);text-align:left;border-radius:12px;align-items:center;gap:10px;padding:17px;display:flex}.preset-options button:hover{background:var(--sage);border-color:#b6c6ad}.preset-options button span{flex:1;font-size:12px}.pool-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.pool-profile{min-width:0;padding:24px}.pool-profile.selected-profile{border-color:#9ab08c}.pool-profile-head{flex-wrap:wrap}.pool-profile-head>div{flex:1;min-width:120px}.pool-profile-head h3{overflow-wrap:anywhere;margin-bottom:4px;font-size:17px}.pool-profile-head small{color:var(--muted);font-size:11px}.pool-endpoint{gap:7px;padding:18px 0;display:grid}.pool-endpoint>span{letter-spacing:1.3px;color:var(--muted);font-size:9px}.pool-endpoint code{color:var(--text);overflow-wrap:anywhere;font-size:11px}.pool-model-line{flex-wrap:wrap;gap:7px;font-size:11px}.pool-model-line strong{overflow-wrap:anywhere}.pool-model-line>span{color:var(--muted);margin-left:auto;font-size:10px}.pool-profile-metrics{border-block:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0 16px;padding:18px 0;display:grid}.pool-profile-metrics b,.pool-profile-metrics small{display:block}.pool-profile-metrics b{overflow-wrap:anywhere;font-size:16px;font-weight:500}.pool-profile-metrics small{color:var(--muted);margin-top:6px;font-size:10px}.pool-profile-actions{flex-wrap:wrap;gap:8px}.pool-model-count{margin-top:14px}.pool-inline-error{color:var(--red);padding:10px 0;font-size:11px;line-height:1.7}.pool-workbench{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:20px;margin-top:24px;display:grid}.pool-workbench>.panel{min-width:0;scroll-margin-top:24px}.pool-workbench .panel-heading{align-items:start}.pool-workbench .panel-heading>svg{color:var(--green);flex-shrink:0}.pool-workbench .panel-heading p{line-height:1.7}.pool-workbench select,.pool-workbench textarea{width:100%;font-size:12px;line-height:1.6;display:block}.pool-workbench textarea{resize:vertical;min-height:100px}.pool-label{margin:18px 0 9px;font-size:12px;font-weight:500;display:block}.pool-label:first-child{margin-top:0}.pool-workbench .microcopy{margin:12px 0 18px;line-height:1.8}.pool-toggle-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.pool-toggle-row b{font-size:12px;display:block}.pool-toggle-row small{color:var(--muted);margin-top:6px;font-size:11px;line-height:1.7;display:block}.pool-toggle-row input,.pool-route-options input{width:17px;height:17px;accent-color:var(--green);flex-shrink:0}.pool-route-options{gap:8px;display:grid}.pool-route-options label{border:1px solid var(--line);border-radius:9px;align-items:center;gap:10px;padding:10px;font-size:12px;display:flex}.pool-route-options small{color:var(--muted);overflow-wrap:anywhere;margin-top:4px;font-size:10px;display:block}.pool-stream,.pool-test-result{border:1px solid var(--line);background:var(--cream);border-radius:12px;margin-top:20px;padding:18px;font-size:12px;line-height:1.8}.pool-stream p,.pool-reply{white-space:pre-wrap;overflow-wrap:anywhere}.pool-test-result.test-error{border-color:#e6c9bd}.pool-result-heading{color:var(--green);line-height:1.5}.test-error .pool-result-heading{color:var(--red)}.pool-result-heading>svg{flex-shrink:0}.pool-test-result>p{color:var(--muted);margin:12px 0}.pool-result-stats{color:var(--muted);flex-wrap:wrap;gap:6px 14px;font-size:10px}.pool-reply{border-top:1px solid var(--line);color:var(--text);margin-top:14px;padding-top:14px}.pool-editor.modal.large{max-width:720px}.pool-editor .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pool-editor label{min-width:0}.pool-editor label input:not([type=checkbox]),.pool-editor label select{width:100%;margin-top:8px;font-size:12px}.pool-editor form>label{margin-block:15px;display:block}.pool-editor form .checkbox-label{align-items:flex-start;gap:9px;margin:15px 0;font-size:11px;line-height:1.7;display:flex}.pool-editor .checkbox-label input{flex-shrink:0;margin-top:3px}.pool-advanced{border-block:1px solid var(--line);margin:18px 0;padding:15px 0}.pool-advanced summary{cursor:pointer;color:var(--green);font-size:12px}.pool-advanced[open] summary{margin-bottom:18px}.pool-editor-foot{flex-wrap:wrap;justify-content:space-between;margin-top:24px}.pool-editor-foot .ask-link{font-size:11px}@media (max-width:1150px){.pool-profile-grid,.pool-workbench{grid-template-columns:minmax(0,1fr)}}@media (max-width:700px){.pool-empty{padding:26px 18px}.preset-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.preset-options button{gap:7px;padding:14px 10px}.preset-options button span{font-size:10px}.pool-profile{padding:20px}.pool-summary{gap:14px}.pool-editor .form-grid{grid-template-columns:minmax(0,1fr)}.pool-profile-head .status-pill{margin-left:auto}.pool-profile-metrics b{font-size:14px}.pool-workbench .panel-padding{padding:20px}}.stream-preview .message-author{color:#81956e;margin-bottom:10px;display:block}@media (max-width:700px){.chat-welcome h2{font-size:33px}.welcome-description{font-size:12px}.suggestion-card strong{font-size:11px}.suggestion-card p{font-size:10px}.trust-line{font-size:9px}.login-nudge{font-size:10px}.composer textarea,.message-text{font-size:13px}.status-pill{font-size:9px}.course-table td b{font-size:11px}.course-table td small{font-size:9px}.stat-label{font-size:10px}.tabs button{font-size:11px}.citation b{font-size:10px}.citation small{font-size:9px}.admin-table td:first-child{min-width:200px}.panel-heading p{font-size:10px}.button-group{justify-content:flex-start}.app-footer{font-size:8px}}
