@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Shippori+Mincho:wght@500;600;700&display=swap";:root{color:#20302c;font-synthesis:none;background:#f4efe6;font-family:DM Sans,Shippori Mincho,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.brand{color:#d45c3e;letter-spacing:.04em;align-items:center;gap:.5rem;font-weight:700;display:flex}.brand-button{background:0 0;border:0;padding:0}.eyebrow{letter-spacing:.18em;color:#738078;margin:0 0 1rem;font-size:.7rem}.error{color:#b53c33;font-size:.85rem}.loading-screen,.center-state{color:#d45c3e;place-content:center;justify-items:center;gap:1rem;min-height:100vh;display:grid}.login-shell{background:#f4efe6;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-panel{flex-direction:column;justify-content:center;justify-self:end;width:100%;max-width:560px;padding:clamp(2rem,8vw,7rem);display:flex}.login-panel .eyebrow{margin-top:4.5rem}.login-panel h1{color:#20302c;margin:0;font-family:Shippori Mincho,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.25}.login-panel h1 em{color:#d45c3e;font-style:normal;display:block}.intro,.subheading{color:#68756e;max-width:420px;margin:1.5rem 0 2rem;line-height:1.9}form{gap:1rem;display:grid}label{color:#53625b;gap:.4rem;font-size:.82rem;display:grid}input,textarea{color:#20302c;background:#fffdf8;border:1px solid #d6d8cf;border-radius:3px;outline:none;padding:.9rem 1rem}input:focus,textarea:focus{border-color:#d45c3e;box-shadow:0 0 0 3px #d45c3e20}.primary,.secondary{border:0;border-radius:3px;justify-content:center;align-items:center;gap:.65rem;padding:.9rem 1.1rem;font-weight:700;display:inline-flex}.primary{color:#fff;background:#d45c3e}.primary:hover{background:#ba4931}.primary.small{padding:.55rem .8rem;font-size:.8rem}.login-art{background:#d9e2d7;align-items:flex-end;padding:clamp(2rem,7vw,7rem);display:flex;position:relative;overflow:hidden}.login-art:before,.login-art:after{content:"";border:1px solid #fff8;border-radius:50%;width:38rem;height:38rem;position:absolute;top:-7rem;right:-12rem}.login-art:after{width:22rem;height:22rem;top:9rem;right:8rem}.login-art div{z-index:1;position:relative}.login-art span{color:#d45c3e;font-weight:700}.login-art strong{margin-top:1rem;font-family:Shippori Mincho,serif;font-size:clamp(2rem,4vw,4rem);line-height:1.25;display:block}.app-shell,.admin-shell{background:#f4efe6;min-height:100vh}.topbar{background:#f8f5ee;border-bottom:1px solid #dedfd5;align-items:center;gap:clamp(1.5rem,5vw,5rem);height:72px;padding:0 clamp(1.2rem,4vw,4rem);display:flex}.tabs{align-self:stretch;gap:1.4rem;display:flex}.tab{color:#7b857e;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 .2rem;font-weight:700}.tab.active{color:#20302c;border-bottom-color:#d45c3e}.admin-link{color:#d45c3e}.nav-user{color:#68756e;align-items:center;gap:1rem;margin-left:auto;font-size:.85rem;display:flex}.logout{color:#53625b;background:0 0;border:1px solid #d6d8cf;border-radius:3px;align-items:center;gap:.4rem;padding:.5rem .7rem;display:flex}.content{max-width:1100px;margin:auto;padding:clamp(2rem,6vw,5rem) clamp(1.2rem,4vw,3rem)}.page-heading{justify-content:space-between;align-items:flex-start;display:flex}.page-heading h1,.admin-content h1{margin:0;font-family:Shippori Mincho,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1.2}.streak{color:#d45c3e;background:#f1d9cb;border-radius:3px;align-items:center;gap:.4rem;padding:.6rem .8rem;font-size:.85rem;display:flex}.stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0 4rem;display:grid}.stats>div{background:#fffdf8;border-top:2px solid #d45c3e;grid-template-columns:auto 1fr;column-gap:.8rem;padding:1.2rem;display:grid}.stats svg{color:#d45c3e;grid-row:span 2}.stats span{color:#738078;font-size:.8rem}.stats strong{margin-top:.2rem;font-size:1.7rem}.section-title{justify-content:space-between;align-items:end;margin-bottom:1.2rem;display:flex}.section-title h2,.table-heading h2{margin:0;font-family:Shippori Mincho,serif;font-size:1.8rem}.section-title .eyebrow{margin-bottom:.35rem}.subject-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.subject-tile{text-align:left;color:#20302c;background:#fffdf8;border:1px solid #d6d8cf;min-height:230px;padding:1.4rem;transition:transform .2s,border-color .2s;position:relative}.subject-tile:hover{border-color:#d45c3e;transform:translateY(-3px)}.tile-number{color:#d9e2d7;font-size:2.5rem;font-weight:700}.tile-grade{float:right;color:#d45c3e;font-size:.75rem}.subject-tile h3{margin:1.2rem 0 .5rem;font-family:Shippori Mincho,serif;font-size:1.5rem}.subject-tile p{color:#68756e;min-height:48px;font-size:.88rem;line-height:1.7}.tile-footer{color:#d45c3e;border-top:1px solid #e8e5dc;justify-content:space-between;padding-top:.8rem;font-size:.8rem;display:flex}.empty-state{text-align:center;color:#738078;border:1px dashed #c5cbc2;padding:3rem}footer{color:#89958e;margin-top:4rem;font-size:.75rem}.practice-layout{grid-template-columns:280px 1fr;max-width:1280px;min-height:calc(100vh - 72px);margin:auto;display:grid}.practice-sidebar{background:#d9e2d7;padding:3rem 2rem}.practice-sidebar h1{margin:4rem 0 .5rem;font-family:Shippori Mincho,serif;font-size:2.5rem}.practice-sidebar p:not(.eyebrow){color:#68756e}.back-link{color:#53625b;background:0 0;border:0;align-items:center;gap:.45rem;padding:0;display:flex}.chat-panel{grid-template-rows:auto 1fr auto;width:100%;max-width:820px;min-height:calc(100vh - 72px);margin:auto;padding:2rem clamp(1rem,5vw,4rem);display:grid}.question-card{background:#fffdf8;border-left:3px solid #d45c3e;padding:1.5rem 1.7rem}.tag{letter-spacing:.15em;color:#d45c3e;font-size:.7rem;font-weight:700}.question-card h2{margin:1rem 0 .5rem;font-family:Shippori Mincho,serif;font-size:1.8rem}.question-card p{color:#53625b;margin:0;line-height:1.8}.chat-history{flex-direction:column;gap:1rem;padding:2rem 0;display:flex;overflow:auto}.chat-empty{text-align:center;color:#89958e;margin:auto}.message{max-width:80%;padding:.9rem 1rem;line-height:1.7}.message span{color:#89958e;font-size:.7rem}.message p{margin:.3rem 0 0}.message.user{background:#d9e2d7;align-self:flex-end}.message.assistant{background:#fffdf8;border-left:2px solid #d45c3e}.message.assistant.correct{border-left-color:#638b70}.chat-composer{border-top:1px solid #d6d8cf;padding-top:1rem}.answer-modes{gap:.5rem;margin-bottom:.6rem;display:flex}.mode{color:#738078;background:0 0;border:1px solid #d6d8cf;border-radius:20px;padding:.4rem .7rem;font-size:.75rem}.mode.selected{color:#fffdf8;background:#20302c;border-color:#20302c}.composer-row{gap:.6rem;display:flex}.composer-row input{flex:1}.send-button{color:#fff;background:#d45c3e;border:0;border-radius:3px;place-items:center;width:48px;display:grid}.send-button:disabled{background:#c7c9c0}.admin-content{max-width:1400px;margin:auto;padding:clamp(2rem,5vw,4rem)}.admin-content>.page-heading{margin-bottom:2.5rem}.admin-layout{grid-template-columns:220px 1fr;gap:1rem;display:grid}.data-nav{flex-direction:column;gap:.3rem;display:flex}.data-tab{text-align:left;color:#68756e;background:0 0;border:0;align-items:center;gap:.5rem;padding:.7rem;display:flex}.data-tab span{color:#a2aaa2;margin-left:auto;font-size:.75rem}.data-tab.selected{color:#fffdf8;background:#20302c}.data-table-wrap{min-width:0}.table-heading{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.table-heading span{color:#89958e;font-size:.8rem}.data-rows{gap:.6rem;display:grid}.data-row{background:#fffdf8;border:1px solid #e0e0d7;padding:1rem;position:relative}.data-row pre{white-space:pre-wrap;color:#53625b;margin:0 3rem 0 0;font:12px/1.6 monospace;overflow:auto}.edit-button{background:#f4efe6;border:1px solid #d6d8cf;padding:.35rem .55rem;font-size:.75rem;position:absolute;top:.8rem;right:.8rem}.data-row textarea{width:100%;min-height:150px;font:12px/1.6 monospace}.row-actions{align-items:center;gap:.7rem;margin-top:.7rem;display:flex}.text-button{color:#68756e;background:0 0;border:0}.admin-shell .topbar{background:#20302c}.admin-shell .brand,.admin-shell .tab.active,.admin-shell .nav-user{color:#fffdf8}.admin-shell .tab{color:#bac4ba}.admin-shell .logout{color:#fffdf8;border-color:#65736c}.admin-content>.page-heading svg{color:#d45c3e}@media (width<=760px){.login-shell{display:block}.login-panel{max-width:none;min-height:100vh;padding:2rem 1.4rem}.login-panel .eyebrow{margin-top:3.5rem}.login-art{display:none}.topbar{flex-wrap:wrap;gap:1rem;height:auto;min-height:72px;padding:1rem 1.2rem}.tabs{order:3;width:100%;height:42px}.nav-user{font-size:.75rem}.logout{padding:.5rem;font-size:0}.logout svg{margin:0}.content{padding:2.2rem 1.2rem}.page-heading{gap:1rem}.page-heading h1{font-size:2rem}.stats{gap:.5rem;margin:2rem 0 3rem}.stats>div{padding:.8rem}.stats strong{font-size:1.3rem}.stats span{font-size:.7rem}.practice-layout{display:block}.practice-sidebar{padding:1.5rem}.practice-sidebar h1{margin:2rem 0 .3rem;font-size:2rem}.chat-panel{min-height:calc(100vh - 240px);padding:1rem}.admin-layout{grid-template-columns:1fr}.data-nav{grid-template-columns:repeat(2,1fr);display:grid}.admin-content{padding:2rem 1.2rem}.admin-content h1{font-size:2rem}}
