:root{--bg:#f6f5f0;--paper:#fffefa;--ink:#263c33;--muted:#788078;--green:#234c3f;--green-soft:#e9efe7;--line:#e3e5dd;--amber:#9a7144;--radius:18px;--sans:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #b68a4c;outline-offset:4px}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.55;letter-spacing:.02em;font-weight:700}h2{font-size:18px;line-height:1.6}h3{font-size:15px}small{font-size:11px}.muted{color:var(--muted)}.small{font-size:12px}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:600;color:#8a9288;margin-bottom:12px}.skip{position:fixed;top:-60px;left:15px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;border-right:1px solid var(--line);background:#eeefe7;padding:39px 24px 20px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:11px;font-size:21px;font-weight:700;letter-spacing:.045em}.brand-icon{display:flex;align-items:center;justify-content:center;background:var(--green);color:#f4f1dc;width:40px;height:45px;border-radius:7px;font-family:"Yu Mincho",serif;font-size:22px;font-weight:400}.brand small{display:block;font-size:9px;color:var(--muted);font-weight:500;letter-spacing:.14em;margin-top:2px}.nav-caption{font-size:9px;letter-spacing:.18em;color:#979d91;margin:60px 12px 13px}.navigation{display:grid;gap:7px}.navigation a{display:flex;align-items:center;gap:16px;padding:12px 16px;color:#747d70;border-radius:9px;font-size:13px;font-weight:600}.navigation a>span{font-size:24px;width:23px;line-height:1}.navigation a.selected{color:var(--green);background:#dce4d5}.navigation a:hover{background:#e3e8dc}.sidebar-bottom{margin-top:auto}.edition{padding:21px 12px;color:#707969;font-size:12px}.edition>span{float:right;border:1px solid #c9d1c1;padding:0 9px;border-radius:4px;font-size:10px}.edition small{display:block;margin-top:7px;font-size:10px;color:#8a9284}.profile{display:flex;gap:12px;align-items:center;padding:18px 8px 0;border-top:1px solid #d9ded1;min-width:0}.profile>span:nth-child(2){overflow-wrap:anywhere}.profile small{display:block;color:var(--muted);font-weight:400}.avatar{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;flex-shrink:0;background:#dce3d2;font-weight:600;color:var(--green)}.chevron{margin-left:auto;color:#8c9686}.main{max-width:1450px;padding:47px 54px 45px;margin-left:238px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.page-heading .muted{font-size:12px;margin-top:8px}.edition-tag{font-size:11px;color:#7a8378;text-align:right;white-space:nowrap}.edition-tag b{display:block;border:1px solid var(--line);background:#eeefe8;padding:5px 12px;margin-top:5px;font-size:11px;font-weight:500}.dashboard-grid{display:grid;grid-template-columns:1.9fr 1fr;gap:22px}.hero{background:var(--green);padding:27px 32px 20px;border-radius:var(--radius);color:#f6f3e6;position:relative;overflow:hidden;isolation:isolate}.hero:after{content:"";position:absolute;z-index:-1;width:280px;height:280px;right:-85px;top:35px;border:1px solid #527260;border-radius:50%;box-shadow:0 0 0 29px #2b514200,0 0 0 30px #46634f,0 0 0 60px #2b514200,0 0 0 61px #3d5c49}.hero-top{display:flex;justify-content:space-between;align-items:center}.pill{font-size:10px;border-radius:5px;display:inline-block;background:#edf0e6;color:#63765b;padding:4px 9px;letter-spacing:.04em;white-space:nowrap}.pill.light{background:#ffffff0c;border:1px solid #72886c;color:#d4dcc4;font-size:8px;letter-spacing:.15em;padding:5px 10px}.hero-number{color:#8eaa84;font-size:14px;font-family:Georgia,serif}.hero h2{font-size:29px;letter-spacing:.06em;margin:21px 0 10px;font-weight:500}.hero p{font-size:12px;line-height:2;color:#c1cfb9}.button{border:1px solid transparent;padding:12px 19px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:12px;font-weight:600;line-height:1.7;min-height:46px;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--green);color:white}.button.primary:hover{background:#30624e}.button.cream{background:#eeeacb;color:#294333;margin-top:24px;position:relative}.button.cream:hover{background:#f9f3d7}.button.secondary{background:var(--paper);border-color:#d5dcd0;color:#4b6049}.button.wide{width:100%;justify-content:space-between}.hero-bottom{border-top:1px solid #5b725752;display:flex;gap:25px;margin-top:25px;padding-top:15px;font-size:9px;color:#aebfa4}.hero-bottom>span:before{content:'✓';margin-right:6px}.card{border:1px solid var(--line);background:var(--paper);border-radius:var(--radius)}.daily-card{padding:25px;text-align:center}.section-label{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:12px}.tiny{font-size:8px;font-weight:500;color:#a0a498;letter-spacing:.06em}.goal-ring{width:155px;height:155px;background:conic-gradient(#7e9570 calc(var(--progress)*1%),#e7ebdf 0);border-radius:50%;display:grid;place-items:center;margin:23px auto 17px}.goal-ring>div{background:var(--paper);border-radius:50%;width:139px;height:139px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.goal-ring strong{font-size:37px;line-height:1.3;font-weight:500;letter-spacing:-.035em}.goal-ring strong small{font-size:15px;color:#959d8b;font-weight:400}.goal-ring span{font-size:9px;color:var(--muted);margin-top:3px}.daily-card>p{font-size:11px;color:#7d8773;margin-bottom:8px}.text-link{font-size:11px;letter-spacing:.015em;color:#62765a;border:0;padding:0;background:transparent;text-decoration:none;min-height:30px;display:inline-flex;align-items:center;gap:6px}.text-link:hover{text-decoration:underline}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0 32px}.metric{display:flex;align-items:center;gap:17px;background:#eeefe6;border-radius:12px;padding:20px 22px}.metric-icon{width:40px;height:40px;display:grid;place-items:center;font-size:24px;color:#8b987e;border:1px solid #d8decd;border-radius:10px}.metric p{font-size:10px;color:#899180;margin-bottom:3px}.metric strong{font-size:26px;line-height:1.3;font-weight:500}.metric strong small{font-size:10px;margin-left:7px;color:#899180}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:30px 0 15px;gap:12px}.section-heading h2{font-size:17px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.review-tile{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:21px 20px;display:flex;align-items:center;gap:14px}.tile-symbol{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-size:24px;flex-shrink:0}.tile-symbol.amber{color:#a9844f;background:#f1e9d7}.tile-symbol.green{color:#859d75;background:#eaf0e3}.review-tile h3{font-size:12px;margin-bottom:4px}.review-tile p{font-size:9px;color:#8d9587}.review-tile button{margin-left:auto;display:flex;gap:5px;align-items:baseline;padding:8px 0 8px 8px;border:0;background:transparent;color:var(--ink);min-height:44px}.review-tile b{font-size:24px;font-weight:500}.review-tile small{font-size:9px;color:#909985}.review-tile button>span{margin-left:8px;color:#8a997e}.chapter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.chapter-card{padding:20px;background:var(--paper);border:1px solid var(--line);border-radius:12px}.chapter-top{display:flex;align-items:center;justify-content:space-between}.chapter-index{font-family:Georgia,serif;font-size:23px;color:#8c9b7e}.chapter-top button{background:none;border:0;color:#98a18b;font-size:20px;width:40px;height:40px}.chapter-card h3{font-size:13px;margin:9px 0 19px}.chapter-info{display:flex;justify-content:space-between;font-size:9px;color:#99a08f;margin-bottom:7px;gap:8px}.progress-track{height:5px;background:#e9eddf;border-radius:5px;overflow:hidden}.progress-track i{display:block;height:100%;background:#81956e;border-radius:5px;transition:width .3s}.source-note{font-size:10px;color:#969e8c;margin-top:34px;line-height:1.8}.resume-banner{margin-top:18px;padding:15px 20px;background:#eee9d9;border:1px solid #e2dbc3;border-radius:12px;display:flex;align-items:center;justify-content:space-between;font-size:12px;gap:15px}.resume-banner small{display:block;color:#8c8875;font-size:10px}.mobile-header,.bottom-nav{display:none}.messages{margin-bottom:15px}.message{border:1px solid #d6dfcc;background:#eaf0df;padding:12px 17px;border-radius:9px;font-size:12px;margin-bottom:8px}.message.error{background:#f7e8e1;border-color:#e3c4b9}.study-shell{max-width:760px;margin:0 auto}.study-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:#8a9481;margin-bottom:25px}.study-progress{display:flex;justify-content:space-between;font-size:12px;color:#8b957f;margin-bottom:8px}.study-progress b{font-size:21px;color:#485b40}.study-progress b>span{font-weight:400;font-size:12px;color:#939a8a}.question-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;margin-top:25px;padding:35px}.question-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:#97a08a;flex-wrap:wrap}.question-type{margin-top:30px;margin-bottom:9px}.question-instruction{font-size:19px;font-weight:500;color:#75846b}.question-text{font-size:21px;line-height:2.1;margin:24px 0 35px;font-weight:500;overflow-wrap:anywhere}.question-context{font-size:12px;background:#f0f2e9;border-radius:8px;padding:15px 18px;margin-top:17px;white-space:normal}.question-context b{font-size:10px;color:#829172}.question-context p{margin-top:5px;line-height:1.9}.confidence{display:flex;align-items:center;gap:9px;color:#758368;font-size:11px;margin-bottom:20px;padding:12px 0;cursor:pointer;flex-wrap:wrap;min-height:44px}.confidence input{accent-color:var(--green);width:17px;height:17px}.confidence small{font-size:9px;color:#a1a994;margin-left:auto}.answer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:15px}.answer-button{min-height:108px;border:1px solid #ced7c3;background:#eef3e9;border-radius:13px;color:#627d4d;font-size:12px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.answer-button>span{font-family:Arial,sans-serif;font-size:40px;line-height:1.2}.answer-button.no{color:#9a715a;border-color:#e2d4c5;background:#f6f0e7}.answer-button:hover{border-color:var(--green);filter:brightness(.98)}.answer-button.no:hover{border-color:#ab7a63}.choice-buttons{grid-template-columns:repeat(4,1fr)}.choice-buttons .answer-button{min-height:65px;font-size:25px}.study-hint{text-align:center;color:#98a28a;font-size:10px;margin-top:20px}.source-image{width:100%;height:auto;display:block;margin:15px 0;border:1px solid #e6e7e0;background:white}.source-disclosure{font-size:11px;border-top:1px solid var(--line);padding-top:17px;margin-top:25px;color:#7b886d}.source-disclosure summary{cursor:pointer;min-height:32px}.source-disclosure img{border-radius:5px}.result-banner{display:flex;gap:17px;align-items:center;margin:-35px -35px 26px;padding:28px 35px;background:#eaf0df;border-radius:20px 20px 0 0}.result-banner.incorrect{background:#f4ebe0}.result-mark{display:grid;place-items:center;background:#fff9;border-radius:50%;width:48px;height:48px;font-size:28px;color:#758e62;flex-shrink:0}.incorrect .result-mark{color:#a88465}.result-banner h1{font-size:20px;margin-bottom:5px}.result-banner p{font-size:12px;color:#6f7e5f}.result-banner p>span{color:#9b8c79}.result-question{font-size:16px;line-height:2;margin:21px 0 26px;color:#556749}.explanation{border-top:1px solid var(--line);padding-top:25px}.explanation h2{font-size:17px;margin-bottom:18px}.explanation-text{font-size:14px;line-height:2.1;overflow-wrap:anywhere}.explanation-text p{margin:0 0 15px}.source-ref{display:flex;gap:12px;padding:15px 0;font-size:10px;color:#8c9680}.source-ref>span{flex-shrink:0}.next-review{display:flex;align-items:center;gap:14px;background:#eef1e7;border-radius:10px;padding:16px 18px;margin-top:24px}.next-review>span{font-size:27px;color:#8c9d7b}.next-review p{font-size:11px}.next-review small{display:block;color:#8d9a7f;font-size:10px;margin-top:4px}.result-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-top:22px}.next-button{margin-top:18px}.summary-heading{text-align:center;padding:12px 0 30px}.completion-mark{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 20px;border-radius:50%;background:#e4ebd9;color:#819469;font-size:28px}.summary-heading h1{font-size:24px}.summary-heading .muted{font-size:12px;margin-top:10px}.summary-score{display:grid;grid-template-columns:1fr 1fr;text-align:center;padding:27px}.summary-score>div+div{border-left:1px solid var(--line)}.summary-score span{display:block;font-size:11px;color:#8c9781}.summary-score strong{font-size:45px;font-weight:500}.summary-score small{font-size:14px;color:#929f84}.list-card{overflow:hidden}.question-row{display:flex;align-items:center;gap:15px;padding:19px 24px;min-width:0}.question-row+.question-row{border-top:1px solid var(--line)}.question-row:hover{background:#f7f8f1}.question-row>span:nth-child(2){flex:1;min-width:0}.question-row small{display:block;font-size:10px;color:#95a087;margin-bottom:5px}.question-row b{font-size:12px;font-weight:500;line-height:1.8;display:block;overflow-wrap:anywhere}.question-row>span:last-child{color:#93a084}.status-dot{width:29px;height:29px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-size:15px}.status-dot.good{background:#e8efdf;color:#7b9362}.status-dot.bad{background:#f3e6dc;color:#b18465}.summary-actions{display:flex;gap:15px;justify-content:center;margin:30px 0}.review-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-mode{padding:25px}.review-mode h2{margin-top:19px;font-size:16px}.review-mode p{font-size:10px;color:#909c84;margin-top:5px}.review-mode strong{font-size:42px;font-weight:500;display:block;margin:15px 0}.review-mode strong small{font-size:12px;margin-left:8px;color:#9aa58d}.mistake-count{color:#a88659;font-size:23px;width:35px;flex-shrink:0;text-align:center;line-height:1.2}.mistake-count small{font-size:9px;margin:3px 0 0}.empty-state{text-align:center;padding:47px 20px}.empty-state>span{font-size:35px;color:#93a37e}.empty-state h3{font-size:15px;font-weight:500;margin:13px 0}.empty-state p{font-size:12px;color:#919b87;line-height:2}.empty-state .button{margin-top:20px}.learning-note{display:flex;gap:20px;margin-top:30px;padding:25px 0;border-top:1px solid var(--line);color:#829174}.learning-note>span{font-size:10px;letter-spacing:.15em;padding-top:3px}.learning-note h3{font-size:12px}.learning-note p{font-size:11px;margin-top:6px;line-height:2}.stats-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px}.chart-card,.coverage{padding:25px}.week-chart{display:flex;justify-content:space-between;gap:14px;margin-top:25px}.chart-column{flex:1;text-align:center;font-size:10px;color:#99a48d;max-width:50px}.bar-space{height:120px;position:relative;background:#f2f4ea;border-radius:6px;overflow:hidden;margin:7px 0 8px}.bar-space i{display:block;position:absolute;bottom:0;width:100%;background:#c6d2b5;min-height:2px;border-radius:6px}.chart-column.today .bar-space i{background:#7b9266}.chart-column.today{color:#627e4e}.help{font-size:10px;color:#929d85;line-height:1.8;margin:10px 0}.coverage>strong{display:block;font-size:54px;font-weight:400;margin:12px 0}.coverage>strong small{font-size:19px;margin-left:4px;color:#9da78f}.coverage>p:not(:first-child){font-size:11px;color:#94a087;margin-top:15px}.mastered{display:flex;justify-content:space-between;padding-top:15px;margin-top:20px;border-top:1px solid var(--line);font-size:11px;color:#899a78}.category-stats{padding:6px 25px}.category-row{display:grid;grid-template-columns:160px 1fr 60px;gap:22px;padding:18px 0;align-items:center;font-size:12px}.category-row+.category-row{border-top:1px solid var(--line)}.category-row b{font-size:12px;text-align:right;color:#91a17f;font-weight:500}.filter-form{display:flex;gap:12px;padding:18px;flex-wrap:wrap}.search-field{flex:1;min-width:180px}.input{border:1px solid #d8dfcf;background:#fffefa;border-radius:8px;padding:12px 13px;color:#46593c;width:100%;min-height:46px;outline:none;font-size:13px}.input:focus{border-color:#799262;box-shadow:0 0 0 3px #81956e1c}.input::placeholder{color:#a4ad9a}.filter-form select{max-width:210px}.library-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.library-card{padding:23px;display:flex;flex-direction:column;transition:border-color .2s}.library-card:hover{border-color:#b1c09f}.library-card>p{font-size:13px;line-height:1.95;margin:17px 0 24px;flex:1}.library-bottom{border-top:1px solid var(--line);padding-top:13px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#93a184}.pagination{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:25px;font-size:12px;color:#8d9b7d}.detail-card h1{font-size:21px}.detail-answer{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.detail-answer summary,.report-form summary{cursor:pointer;font-size:13px;min-height:35px}.correct-label{margin:20px 0;font-weight:600;color:#688455}.report-form{padding:20px 25px;margin-top:20px}.report-form .button{margin-top:12px}.settings-card{padding:28px;margin-bottom:22px}.settings-card .profile{border:0;padding:0}.settings-card hr{border:0;border-top:1px solid var(--line);margin:25px 0}.settings-card h2{font-size:17px;margin-bottom:9px}.settings-card>p{font-size:12px;line-height:2;margin-bottom:20px}.stack{display:grid;gap:20px}.field label{display:block;font-size:12px;font-weight:500;margin-bottom:8px}.field .input[type=number]{max-width:150px}.errorlist{padding:0 0 0 15px;font-size:11px;color:#a8624e;margin:7px 0}.auth-main{min-height:100dvh}.auth-layout{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.auth-story{background:#234c3f;color:#f4f0de;padding:45px 55px 25px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-story .brand-icon{background:#efeacf;color:#34533e}.auth-story .brand small{color:#aabd9c}.story-copy{max-width:440px;margin:auto 0;padding:60px 0 30px}.story-copy .eyebrow{color:#a7bb96;font-size:9px}.story-copy h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(30px,3.5vw,52px);font-weight:500;line-height:1.6;letter-spacing:.04em}.story-copy>p:not(.eyebrow){color:#b9c9aa;font-size:12px;line-height:2.1;margin-top:25px}.blueprint{height:200px;width:300px;margin-top:45px;position:relative;background:linear-gradient(#e2edc509 1px,transparent 1px),linear-gradient(90deg,#e2edc509 1px,transparent 1px);background-size:20px 20px;border-top:1px solid #738767;border-left:1px solid #738767}.blueprint-circle{position:absolute;border:1px solid #d0ddad;width:125px;height:125px;border-radius:50%;top:30px;left:32px}.blueprint-block{position:absolute;left:93px;top:61px;width:150px;height:109px;border:1px solid #97b178;background:#56744626}.blueprint-block:before{content:'';position:absolute;top:-26px;left:26px;width:95px;height:150px;border:1px solid #90a66f}.blueprint span{position:absolute;bottom:-28px;left:0;font-size:8px;letter-spacing:.14em;color:#92ac7c}.story-footer{font-size:10px;color:#9cb184;margin-top:30px}.auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:60px 45px;background:#faf9f3}.auth-form{max-width:365px;width:100%}.auth-form h2{font-size:27px;letter-spacing:.035em}.auth-form>.muted{font-size:12px;margin-top:10px}.auth-tabs{display:flex;margin:30px 0 28px;border-bottom:1px solid #d9dfcf}.auth-tabs a{width:50%;text-align:center;padding:12px;font-size:12px;color:#9ba68c}.auth-tabs .current{color:#456b34;border-bottom:2px solid #526f3a;margin-bottom:-1px;font-weight:600}.auth-form .primary{margin-top:9px}.auth-note{font-size:10px;color:#9ba78c;line-height:1.9;text-align:center;margin-top:28px}.auth-body .messages{position:absolute;z-index:10;right:20px;top:20px;max-width:350px}.auth-form .input{background:#fffef9}
@media(min-width:1600px){.main{margin-right:auto;margin-left:calc(238px + (100vw - 1600px)/2)}}
@media(max-width:1200px){.sidebar{width:204px;padding:32px 18px 20px}.main{margin-left:204px;padding:35px 30px}.brand{font-size:18px}.dashboard-grid{grid-template-columns:1.6fr 1fr;gap:18px}.hero{padding:25px}.daily-card{padding:23px 17px}.metric{padding:17px;gap:12px}.review-tile{padding:18px 15px;gap:10px}.review-tile p{max-width:130px}.review-tile button>span{margin-left:3px}.chapter-card{padding:16px}.chapter-info{font-size:8px}.auth-story{padding:35px}}
@media(max-width:900px){.sidebar{width:180px;padding:30px 14px}.brand{font-size:16px;gap:8px}.brand-icon{width:34px;height:39px;font-size:20px}.brand small{font-size:8px}.main{margin-left:180px;padding:30px 24px}.page-heading h1{font-size:25px}.edition-tag{display:none}.dashboard-grid{grid-template-columns:1.5fr 1fr;gap:14px}.hero{padding:22px}.hero h2{font-size:24px}.hero .button{font-size:11px;padding:12px 14px}.goal-ring{width:135px;height:135px;margin:24px auto 25px}.goal-ring>div{width:120px;height:120px}.goal-ring strong{font-size:32px}.tiny{display:none}.metric-grid{gap:10px}.metric{padding:16px 14px;gap:9px}.metric-icon{display:none}.review-grid{grid-template-columns:1fr}.review-tile p{max-width:unset}.chapter-grid{grid-template-columns:1fr 1fr}.review-mode-grid{gap:12px}.review-mode{padding:18px}.review-mode p{min-height:36px}.review-mode h2{font-size:14px}.review-mode .button{font-size:11px;padding:10px}.library-card{padding:18px}.stats-grid{grid-template-columns:1.4fr 1fr}.chart-card,.coverage{padding:20px}.category-row{grid-template-columns:130px 1fr 45px;gap:15px}.question-card{padding:25px}.result-banner{margin:-25px -25px 25px;padding:25px}.question-text{font-size:19px}.auth-form-wrap{padding:40px 28px}.auth-story{padding:30px}.story-copy h1{font-size:35px}.blueprint{width:250px}}
@media(max-width:640px){body{font-size:13px}.sidebar{display:none}.main{margin:0;padding:27px 20px 105px;max-width:100%;min-width:0}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 13px;background:var(--bg);border-bottom:1px solid var(--line)}.mobile-header .brand{font-size:19px;gap:9px}.mobile-header .brand-icon{width:29px;height:34px;font-size:18px;border-radius:5px}.mobile-header .avatar{width:31px;height:31px;font-size:12px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffefaf5;backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:20;justify-content:space-around;padding:9px 5px max(10px,env(safe-area-inset-bottom))}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:1px;font-size:9px;color:#9ca48f;min-width:60px;min-height:43px}.bottom-nav a>span{font-size:23px;line-height:1.25}.bottom-nav .selected{color:#416735;font-weight:600}.bottom-nav .selected:after{content:'';height:3px;width:14px;border-radius:4px;background:#849b6a;margin-top:2px}.page-heading{margin-bottom:24px}.page-heading h1{font-size:25px;letter-spacing:.005em}.page-heading .eyebrow{font-size:8px;margin-bottom:9px}.page-heading .muted{font-size:10px;line-height:1.8}.dashboard-grid{grid-template-columns:1fr;gap:15px}.hero{padding:24px 25px 18px;border-radius:16px}.hero h2{font-size:28px;margin-top:19px}.hero p{font-size:11px}.hero .button{font-size:12px;width:100%;justify-content:space-between}.hero-bottom{font-size:9px;margin-top:22px;padding-top:14px;gap:22px}.hero:after{right:-100px;top:0}.daily-card{display:grid;grid-template-columns:1fr 82px;text-align:left;padding:18px 22px;align-items:center;gap:1px 12px}.daily-card .section-label{grid-column:1;font-size:11px}.daily-card .goal-ring{grid-column:2;grid-row:1/4;width:79px;height:79px;margin:0}.daily-card .goal-ring>div{width:68px;height:68px;align-items:center;text-align:center}.daily-card .goal-ring strong{font-size:23px}.daily-card .goal-ring strong small{font-size:10px}.daily-card .goal-ring span{font-size:7px;margin-top:0}.daily-card>p{font-size:9px;margin:5px 0 0;grid-column:1}.daily-card .text-link{font-size:9px;grid-column:1}.metric-grid{margin:15px 0 25px;gap:9px}.metric{padding:15px 13px;border-radius:10px}.metric p{font-size:9px;white-space:nowrap}.metric strong{font-size:24px}.metric strong small{font-size:9px;margin-left:4px}.section-heading{margin:25px 0 13px}.section-heading h2{font-size:16px}.section-heading .text-link{font-size:10px}.review-grid{gap:11px}.review-tile{padding:17px 18px;border-radius:12px;gap:13px}.review-tile h3{font-size:12px}.review-tile p{font-size:9px}.review-tile button{padding-left:0}.review-tile button>span{margin-left:9px}.chapter-grid{gap:11px}.chapter-card{padding:15px}.chapter-top button{width:29px;height:29px;font-size:18px}.chapter-index{font-size:21px}.chapter-card h3{font-size:12px;margin:12px 0 20px}.chapter-info{font-size:8px;gap:3px}.source-note{font-size:9px;line-height:1.9;margin-top:25px}.resume-banner{font-size:10px;padding:12px 15px;gap:8px}.resume-banner small{font-size:8px}.study-top{font-size:10px;margin-bottom:18px}.study-top .text-link{font-size:10px}.question-card{padding:24px 20px;border-radius:16px;margin-top:20px}.question-meta{font-size:9px;gap:7px}.pill{font-size:9px;padding:3px 7px}.question-type{font-size:8px;margin-top:25px}.question-instruction{font-size:16px}.question-text{font-size:18px;line-height:2;margin:23px 0 28px}.question-context{padding:12px 13px;font-size:11px}.confidence{font-size:10px;gap:7px;margin-bottom:13px}.confidence small{font-size:8px;flex-basis:100%;margin-left:26px;margin-top:-7px}.answer-buttons{gap:12px}.answer-button{min-height:98px;font-size:11px}.answer-button>span{font-size:36px}.study-hint{font-size:9px}.choice-buttons{gap:8px}.choice-buttons .answer-button{min-height:58px;font-size:23px}.result-banner{margin:-24px -20px 23px;padding:23px 20px;gap:12px;border-radius:16px 16px 0 0}.result-banner h1{font-size:17px}.result-banner p{font-size:11px}.result-banner p>span{display:block;font-size:10px;margin-top:3px}.result-mark{width:40px;height:40px;font-size:24px}.result-question{font-size:14px;margin:19px 0 24px}.explanation h2{font-size:16px}.explanation .eyebrow{font-size:8px}.explanation-text{font-size:13px;line-height:2.1}.source-ref{font-size:9px}.next-review{padding:14px;gap:10px}.next-review p{font-size:10px}.next-review small{font-size:9px}.result-actions{gap:12px}.result-actions .button{font-size:10px;padding:11px 13px}.result-actions .text-link{font-size:9px}.summary-heading{padding-top:10px}.summary-heading h1{font-size:22px}.summary-heading .muted{font-size:10px}.summary-score{padding:23px 15px}.summary-score strong{font-size:38px}.summary-score small{font-size:12px}.question-row{padding:17px 16px;gap:12px}.question-row b{font-size:11px}.question-row small{font-size:9px}.status-dot{width:25px;height:25px;font-size:13px}.summary-actions{flex-direction:column;gap:10px}.review-mode-grid{grid-template-columns:1fr;gap:12px}.review-mode{padding:20px;display:grid;grid-template-columns:40px 1fr 55px;gap:3px 14px;align-items:center}.review-mode .tile-symbol{grid-column:1;grid-row:1/3}.review-mode h2{margin:0;grid-column:2;font-size:14px}.review-mode p{min-height:0;grid-column:2;margin:0;font-size:9px}.review-mode strong{grid-column:3;grid-row:1/3;margin:0;font-size:31px;text-align:right}.review-mode strong small{font-size:10px;margin-left:5px}.review-mode .button{grid-column:1/4;margin-top:15px;min-height:40px}.section-heading>.small{font-size:9px}.learning-note{gap:13px}.learning-note>span{font-size:8px}.learning-note p{font-size:10px}.stats-grid{grid-template-columns:1fr}.chart-card,.coverage{padding:22px}.week-chart{gap:16px}.category-stats{padding:5px 17px}.category-row{grid-template-columns:115px 1fr 43px;gap:12px;font-size:10px}.category-row b{font-size:10px}.coverage>strong{font-size:46px;margin:7px 0}.filter-form{padding:15px;gap:10px}.filter-form .search-field{flex-basis:100%}.filter-form>label:not(.search-field){width:calc(50% - 5px)}.filter-form select{max-width:none;font-size:11px;padding:11px 7px}.filter-form button{width:100%;font-size:11px}.input{font-size:16px}.library-grid{grid-template-columns:1fr;gap:13px}.library-card{padding:20px}.library-card>p{font-size:12px;margin:15px 0 20px}.library-bottom{font-size:9px}.detail-card h1{font-size:18px}.detail-card .result-actions{justify-content:flex-start}.report-form{padding:20px}.report-form summary{font-size:12px}.report-form textarea{font-size:14px}.settings-card{padding:24px}.auth-layout{grid-template-columns:1fr;min-height:100dvh}.auth-story{padding:24px 25px 29px}.auth-story .brand{font-size:18px}.auth-story .brand-icon{width:31px;height:36px}.auth-story .brand small{font-size:7px}.story-copy{padding:30px 0 0;margin:0;max-width:none}.story-copy .eyebrow{font-size:7px;margin-bottom:9px}.story-copy h1{font-family:var(--sans);font-size:25px;font-weight:500;line-height:1.65}.story-copy h1 br{display:none}.story-copy>p:not(.eyebrow){font-size:10px;margin-top:10px;line-height:1.9}.blueprint{position:absolute;right:-130px;top:0;height:260px;width:260px;transform:rotate(15deg);opacity:.35;pointer-events:none}.blueprint span{display:none}.story-footer{display:none}.auth-form-wrap{padding:30px 25px 42px;align-items:flex-start}.auth-form{max-width:400px}.auth-form>.eyebrow{display:none}.auth-form h2{font-size:24px}.auth-form>.muted{font-size:11px;margin-top:6px}.auth-tabs{margin:22px 0}.auth-form .stack{gap:17px}.auth-note{margin-top:23px;font-size:9px}.auth-body .messages{position:relative;top:0;right:0;margin:15px;max-width:none}.field label{font-size:11px}.auth-form .input{font-size:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.hero-format{display:flex;gap:12px;align-items:center;margin-top:20px;font-size:10px;color:#c5d3b6}.hero-format select{font:inherit;font-size:11px;color:#f1f1dd;background:#365c49;border:1px solid #79906a;border-radius:6px;padding:8px 10px;min-height:38px}.hero .hero-format+.button{margin-top:13px}.format-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin:0 0 22px;flex-wrap:wrap}.format-tabs a{padding:12px 16px;color:#8a967c;font-size:12px;border-bottom:2px solid transparent}.format-tabs a.current{border-bottom-color:#5d7c45;color:#3f6031;font-weight:600}.format-tabs small{font-size:9px;margin-left:4px;font-weight:400}.branch-label{font-size:13px;color:#738763;margin:22px 0 12px}.branch-image{border:0;margin:15px 0 30px}.question-context .source-image{border:0;margin-bottom:0}@media(max-width:640px){.format-tabs{gap:0}.format-tabs a{font-size:11px;padding:11px 12px}.format-tabs small{font-size:8px;display:block;margin:0}.hero-format select{font-size:12px}.branch-label{font-size:11px}}
