@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Klee+One:wght@400;600&family=Shippori+Mincho:wght@500;600;700&display=swap";:root{color:#282522;font-synthesis:none;--ink:#282522;--muted:#8d8880;--line:#ded9d1;--paper:#fffdf9;--red:#bd544e;--green:#708b65;--dark:#30352f;--kana-font:"Klee One","Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",sans-serif;background:#f7f4ef;font-family:IBM Plex Sans JP,sans-serif}*{box-sizing:border-box}body{min-width:320px;color:var(--ink);background:radial-gradient(circle at 80% 0,#fffdf8 0,#f7f4ef 35rem);margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{border-bottom:1px solid #e9e4dc;align-items:center;gap:42px;width:100%;max-width:1240px;height:76px;margin:0 auto;padding:0 28px;display:flex}.brand{align-items:center;gap:10px;line-height:1;display:flex}.brand-mark{background:var(--ink);color:#f9f5ed;border-radius:50%;place-items:center;width:35px;height:35px;font-family:Shippori Mincho;font-size:20px;display:grid}.brand b{letter-spacing:.15em;font-family:DM Mono;font-size:12px;display:block}.brand small{color:var(--muted);letter-spacing:.1em;margin-top:6px;font-family:DM Mono;font-size:9px;display:block}.main-nav{align-items:center;gap:28px;height:100%;display:flex}.main-nav a{height:100%;color:var(--muted);white-space:nowrap;place-items:center;font-size:13px;display:grid;position:relative}.main-nav a.active{color:var(--ink);font-weight:600}.main-nav a.active:after{content:"";background:var(--red);border-radius:50%;width:5px;height:5px;position:absolute;bottom:0}.profile{align-items:center;gap:8px;margin-left:auto;font-size:12px;display:flex}.profile-dot{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #edf1eb}.user-name{color:#5e5952}.logout-button{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-left:12px;padding:8px;font-size:12px}.logout-button:hover{color:var(--red)}.page-content{flex:1;width:100%;max-width:1184px;margin:0 auto;padding:52px 28px}.footer{text-align:center;color:#aaa49c;letter-spacing:.08em;padding:20px;font-family:DM Mono;font-size:10px}.footer span{color:var(--red);margin-left:6px;font-size:15px}.eyebrow{letter-spacing:.17em;color:var(--red);margin:0 0 15px;font-family:DM Mono;font-size:10px;font-weight:500}.hero{justify-content:space-between;align-items:flex-start;padding:10px 0 40px;display:flex}.hero h1,.page-heading h1,.practice-top h1,.error-copy h1,.complete-page h1,.focus-empty h1,.login-card h1,.handwriting-complete h1,.model-loading h1{letter-spacing:.03em;margin:0;font-family:Shippori Mincho,serif;font-size:clamp(32px,4vw,51px);font-weight:600;line-height:1.25}.hero h1 em,.error-copy h1 em,.complete-page h1 em,.login-card h1 em,.handwriting-complete h1 em{color:var(--red);font-style:normal}.hero-copy{max-width:440px;color:var(--muted);margin:15px 0 0;font-size:14px;line-height:2}.hero-stamp{width:100px;height:100px;color:var(--red);border:1px solid #d8b5ae;border-radius:50%;align-content:center;place-items:center;margin:5px 52px 0 0;display:grid;position:relative;transform:rotate(12deg)}.hero-stamp:before,.hero-stamp:after{content:"";border:1px dashed #e3cbc5;border-radius:50%;position:absolute;inset:7px}.hero-stamp:after{border:0;border-top:1px solid #d9d3cb;inset:-12px;transform:rotate(42deg)}.hero-stamp span{font-family:Shippori Mincho;font-size:32px}.hero-stamp small{letter-spacing:.1em;font-family:DM Mono;font-size:8px}.quick-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:58px;display:grid}.practice-card{border-radius:3px;justify-content:space-between;align-items:flex-end;min-height:190px;padding:27px 29px;transition:transform .2s,box-shadow .2s;display:flex}.practice-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #3c352d18}.practice-card h2{margin:14px 0 7px;font-family:Shippori Mincho;font-size:28px}.practice-card p{opacity:.7;margin:0;font-size:12px}.practice-card--dark{background:var(--dark);color:#fcf9f1}.practice-card--light{background:#ece4d8}.practice-card--ai{background:#ead7d1}.card-kicker{letter-spacing:.12em;color:#bd948c;font-family:DM Mono;font-size:10px}.practice-card--dark .card-kicker{color:#c9aaa0}.card-arrow{font-size:25px;font-weight:300}.dashboard-row{grid-template-columns:250px 1fr;align-items:start;gap:42px;display:grid}.dashboard-intro{padding-top:6px}.dashboard-intro h2{margin:0 0 8px;font-family:Shippori Mincho;font-size:28px}.dashboard-intro>p:not(.eyebrow){color:var(--muted);margin:0;font-size:12px;line-height:1.8}.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:30px;margin:28px 0 24px;padding:14px 0;display:flex}.stats div{flex-direction:column;gap:3px;display:flex}.stats strong{font-family:DM Mono;font-size:23px;font-weight:400}.stats span{color:var(--muted);font-size:10px}.text-link{color:var(--red);font-size:12px}.text-link span{padding-left:8px}.chart-card{background:var(--paper);border:1px solid var(--line);min-width:0;padding:24px 24px 18px}.chart-heading{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.chart-heading h2{margin:0;font-family:Shippori Mincho;font-size:22px}.chart-count{color:var(--muted);border:1px solid var(--line);padding:6px 9px;font-family:DM Mono;font-size:10px}.gojuon-chart{grid-template-columns:48px repeat(5,minmax(50px,1fr));gap:5px;display:grid}.chart-corner,.chart-vowel,.row-label{color:#aaa49b;place-items:center;font-family:DM Mono;font-size:9px;display:grid}.chart-vowel{color:#706a61;height:22px}.chart-row{display:contents}.row-label{min-height:75px;font-family:Shippori Mincho;font-size:11px}.kana-cell{background:#f7f2eb;border:1px solid #0000;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:75px;transition:background .2s;display:flex}.kana-cell:hover{background:#f8ece8;border-color:#cfb0a8}.kana-pair{gap:10px;font-family:Shippori Mincho;font-size:22px;line-height:1;display:flex}.kana-pair span:last-child{color:#9a867b}.kana-romaji{color:#8d8880;font-family:DM Mono;font-size:10px}.kana-cell--empty{background:0 0}.kana-cell--highlight{background:#e5efe0;border-color:#7c9a70;animation:1s ease-in-out infinite blink-highlight}.chart-note{color:var(--muted);margin:17px 0 0;font-size:11px;line-height:1.8}.chart-card--compact{padding:20px}.chart-card--compact .chart-heading{margin-bottom:15px}.chart-card--compact .chart-heading h2{font-size:18px}.chart-card--compact .kana-cell,.chart-card--compact .row-label{min-height:62px}.chart-card--compact .kana-pair{font-size:18px}.chart-card--compact .chart-note{display:none}.page-heading,.practice-top{justify-content:space-between;align-items:flex-end;margin-bottom:42px;display:flex}.page-heading>p,.page-heading h1+p{color:var(--muted);margin:13px 0 0;font-size:13px}.button{cursor:pointer;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:13px;min-height:44px;padding:12px 17px;font-size:12px;transition:all .2s;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.45}.button--primary{background:var(--dark);color:#fffdf7}.button--primary:hover:not(:disabled){background:#4a5248;transform:translateY(-1px)}.button--wide{width:100%;padding:14px}.button--outline{border-color:var(--line);background:0 0}.button--outline:hover{background:#f1ece4;border-color:#aca59a}.button--danger{background:var(--red);color:#fff}.danger-button{color:var(--red);border-color:#e2c5c0;font-size:11px}.back-link{color:var(--muted);padding:10px;font-size:12px}.practice-top h1{font-size:38px}.practice-progress{max-width:580px;margin:0 auto 38px}.progress-label{color:var(--muted);justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:11px;display:flex}.progress-label strong{color:var(--ink);font-family:DM Mono;font-size:15px;font-weight:400}.progress-label small{color:var(--muted);font-family:IBM Plex Sans JP;font-size:10px;font-weight:400}.progress-track{background:#e4ded6;height:3px}.progress-track span{background:var(--red);height:100%;transition:width .4s;display:block}.practice-layout{grid-template-columns:minmax(330px,1fr) minmax(500px,1.3fr);align-items:start;gap:25px;display:grid}.answer-panel{background:var(--paper);border:1px solid var(--line);flex-direction:column;align-items:center;min-height:440px;padding:28px;display:flex}.question-meta{width:100%;color:var(--muted);justify-content:space-between;font-family:DM Mono;font-size:10px;display:flex}.question-index{color:var(--red)}.question-symbol{color:var(--ink);margin:66px 0 10px;font-family:Shippori Mincho;font-size:112px;line-height:1}.question-type{color:var(--muted);font-size:11px}.answer-form{gap:9px;width:100%;margin-top:auto;display:flex}.answer-form input{border:1px solid var(--line);cursor:default;caret-color:#0000;background:#faf7f1;outline:none;flex:1;min-width:0;padding:12px 14px;font-family:DM Mono;font-size:13px}.answer-form input:focus,.login-form input:focus{border-color:#a8756e;box-shadow:0 0 0 3px #e7ccc8}.romaji-keyboard{border-top:1px solid #eee9e2;width:100%;margin-top:17px;padding-top:15px}.romaji-keyboard__row,.romaji-keyboard__actions{gap:6px;margin-top:6px;display:grid}.romaji-keyboard__row{grid-template-columns:repeat(5,minmax(0,1fr))}.romaji-keyboard__row:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}.romaji-keyboard__actions{grid-template-columns:1fr 1.2fr 1.5fr;margin-top:9px}.romaji-key{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#f7f2eb;border-radius:2px;min-height:39px;font-family:DM Mono;font-size:13px;transition:background .15s,border-color .15s,transform .15s}.romaji-key:hover,.romaji-key:focus-visible{background:#f8e9e5;border-color:#c49a91;outline:none}.romaji-key:active{background:#ead4ce;transform:translateY(1px)}.romaji-key--action{text-transform:none;color:#6f6961;font-family:IBM Plex Sans JP;font-size:11px}.romaji-key--submit{background:var(--dark);border-color:var(--dark);color:#fffdf7;text-transform:none;font-family:IBM Plex Sans JP;font-size:11px}.answer-tip{color:#ada69c;margin:14px 0 0;font-size:10px}.memorize-button{color:#6f6961;border-color:#d8c3bd;margin-top:17px}.memorize-button:hover{color:var(--red);background:#f8e9e5;border-color:#c49a91}.correct-feedback{text-align:center;color:#617b59;background:#edf3e9;width:100%;margin-top:auto;padding:14px;font-size:12px}.correct-feedback span{margin-right:8px;font-size:20px}.answer-panel--correct .question-symbol{color:var(--green)}.answer-message{color:var(--red);margin:10px 0 0;font-size:11px}.error-page{grid-template-columns:minmax(270px,.8fr) minmax(500px,1.3fr);align-items:center;gap:54px;display:grid}.error-copy{padding:10px 0}.error-copy>p:not(.eyebrow){color:var(--muted);max-width:360px;margin:16px 0 27px;font-size:13px;line-height:2}.error-answer{align-items:center;gap:18px;margin:0 0 30px;display:flex}.error-symbol{color:#5f8056;background:#e6f0e1;border:1px solid #c6d8bf;place-items:center;width:78px;height:78px;font-family:Shippori Mincho;font-size:44px;display:grid}.error-answer div{flex-direction:column;gap:7px;display:flex}.error-answer span{color:var(--muted);font-size:11px}.error-answer strong{font-family:DM Mono;font-size:18px;font-weight:400}.error-page .kana-cell--highlight{animation:1s ease-in-out 3 wrong-blink}.error-actions{flex-wrap:wrap;gap:10px;display:flex}.blocked-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.blocked-item{background:var(--paper);border:1px solid var(--line);align-items:center;gap:16px;padding:18px 20px;display:flex}.blocked-symbol{width:58px;height:58px;color:var(--ink);background:#f1ece4;flex:none;place-items:center;font-family:Shippori Mincho;font-size:34px;display:grid}.blocked-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.blocked-info strong{color:#746c62;font-size:11px;font-weight:500}.blocked-info span{font-family:DM Mono;font-size:14px}.mistakes-layout{grid-template-columns:minmax(0,1.1fr) minmax(420px,1fr);align-items:start;gap:20px;display:grid}.mistake-list{background:var(--paper);border:1px solid var(--line);padding:22px}.list-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding-bottom:17px;display:flex}.list-head h2{margin:0;font-family:Shippori Mincho;font-size:20px}.list-head span{color:var(--muted);font-family:DM Mono;font-size:10px}.mistake-table-head,.mistake-row{grid-template-columns:1fr 1.1fr 1fr .6fr;align-items:center;gap:10px;display:grid}.mistake-table-head{color:#aaa49b;padding:16px 8px 10px;font-family:DM Mono;font-size:9px}.mistake-row{border-top:1px solid #eee9e2;padding:13px 8px;font-size:12px}.mistake-row strong{font-family:Shippori Mincho;font-size:25px;font-weight:500}.type-pill{color:#746c62;background:#f1ece4;border-radius:20px;width:max-content;padding:5px 8px;font-size:10px}.romaji-value{font-family:DM Mono;font-size:11px}.error-count{color:var(--red);font-family:DM Mono;font-size:14px}.empty-state,.focus-empty,.complete-page{text-align:center;border:1px solid var(--line);background:var(--paper);max-width:610px;margin:60px auto;padding:60px 30px}.empty-mark,.complete-sun{color:#c79185;margin-bottom:17px;font-size:45px}.empty-state h2,.focus-empty h1{margin:0 0 10px;font-family:Shippori Mincho;font-size:29px}.empty-state p,.focus-empty p,.complete-page>p{color:var(--muted);max-width:360px;margin:0 auto 27px;font-size:13px;line-height:2}.modal-backdrop{z-index:4;background:#24211d88;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-modal{background:var(--paper);max-width:400px;padding:30px;box-shadow:0 20px 60px #0003}.confirm-modal h2{margin:0 0 12px;font-family:Shippori Mincho}.confirm-modal p{color:var(--muted);font-size:12px;line-height:1.8}.modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.login-page{background:radial-gradient(circle at 50% 45%,#fffdf8 0,#f3eee7 70%);place-items:center;min-height:100vh;padding:30px;display:grid;position:relative}.login-card{border:1px solid var(--line);text-align:center;background:#fffdf9;width:min(430px,100%);padding:43px 46px;box-shadow:0 18px 60px #5a46351a}.login-symbol{color:#fff;background:var(--dark);border-radius:50%;place-items:center;width:51px;height:51px;margin:0 auto 22px;font-family:Shippori Mincho;font-size:28px;display:grid}.login-card h1{font-size:31px}.login-intro{color:var(--muted);margin:15px 0 29px;font-size:12px}.login-form{text-align:left;gap:14px;display:grid}.login-form label{color:#68625a;font-size:11px}.login-form input{border:1px solid var(--line);background:#fcfaf6;outline:0;width:100%;margin-top:7px;padding:12px 13px;font-size:13px;display:block}.form-error{color:var(--red);margin:-3px 0 0;font-size:11px}.login-hint{letter-spacing:.05em;color:#afa89f;margin:25px 0 0;font-family:DM Mono;font-size:9px}.login-decoration{color:#ddd0c5;opacity:.45;pointer-events:none;gap:80vw;font-family:Shippori Mincho;font-size:100px;display:flex;position:absolute;top:12%;left:6%}.login-decoration span:nth-child(2){font-size:60px;position:absolute;top:65vh;left:70vw}.login-footnote{color:#aaa39a;letter-spacing:.1em;font-family:DM Mono;font-size:9px;position:absolute;bottom:24px}.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}.handwriting-intro{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin:-20px 0 30px;font-size:13px;display:flex}.handwriting-intro p{margin:0}.script-switch{border:1px solid var(--line);background:var(--paper);flex:none;padding:3px;display:flex}.script-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:9px 16px;font-size:11px}.script-switch button.active{background:var(--dark);color:#fffdf7}.handwriting-progress{max-width:680px;color:var(--muted);grid-template-columns:1fr auto;gap:8px 15px;margin:0 auto 28px;font-size:11px;display:grid}.handwriting-progress strong{color:var(--ink);font-family:DM Mono;font-size:13px;font-weight:400}.handwriting-progress .progress-track{grid-column:1/-1}.handwriting-layout{grid-template-columns:minmax(330px,1fr) minmax(260px,.72fr);gap:20px;max-width:880px;margin:0 auto;display:grid}.writing-panel,.recognition-panel{background:var(--paper);border:1px solid var(--line);padding:25px}.writing-panel{flex-direction:column;align-items:center;display:flex}.writing-panel .question-meta{margin-bottom:10px}.writing-prompt{letter-spacing:.06em;margin:5px 0 0;font-family:DM Mono;font-size:34px}.writing-hint{color:var(--muted);margin:5px 0 15px;font-size:11px}.handwriting-canvas-wrap{aspect-ratio:1;width:min(320px,100%);position:relative}.handwriting-canvas{touch-action:none;cursor:crosshair;z-index:1;background:#fff;border:1px solid #d8d1c8;border-radius:2px;width:100%;height:100%;display:block;position:relative}.canvas-guides{pointer-events:none;z-index:2;opacity:.25;position:absolute;inset:1px}.canvas-guides:before,.canvas-guides:after{content:"";background:#bcaea4;position:absolute}.canvas-guides:before{width:1px;height:100%;left:50%}.canvas-guides:after{width:100%;height:1px;top:50%}.canvas-guides i{border:1px dashed #bcaea4;border-radius:50%;position:absolute;inset:18%}.canvas-actions{gap:8px;width:min(320px,100%);margin-top:14px;display:flex}.canvas-actions .button{flex:1}.handwriting-message{color:var(--red);text-align:center;margin:13px 0 0;font-size:11px;line-height:1.6}.handwriting-message.is-correct{color:var(--green)}.recognition-panel{min-height:430px}.recognition-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding-bottom:15px;font-family:Shippori Mincho;font-size:20px;display:flex}.recognition-heading small{color:var(--muted);font-family:DM Mono;font-size:9px}.recognition-empty{text-align:center;color:#bbb3a9;align-content:center;place-items:center;height:300px;display:grid}.recognition-empty span{color:#c99b91;margin-bottom:10px;font-size:50px}.recognition-empty p{margin:0;font-size:12px;line-height:1.9}.recognition-main{align-items:baseline;gap:15px;padding:23px 0 17px;display:flex}.recognition-main strong{font-family:Shippori Mincho;font-size:70px;font-weight:500}.recognition-main span{color:var(--muted);font-family:DM Mono;font-size:10px}.recognition-main.is-correct strong{color:var(--green)}.recognition-main.is-wrong strong{color:var(--red)}.prediction-list{border-top:1px solid #eee9e2}.prediction-list div{border-bottom:1px solid #eee9e2;justify-content:space-between;align-items:center;padding:10px 3px;display:flex}.prediction-list span{font-family:Shippori Mincho;font-size:24px}.prediction-list small{color:var(--muted);font-family:DM Mono;font-size:10px}.answer-reveal{color:#617b59;background:#edf3e9;margin-top:18px;padding:12px;font-size:11px}.answer-reveal strong{margin-left:12px;font-family:Shippori Mincho;font-size:24px}.privacy-note{border-top:1px solid var(--line);color:#aaa39a;margin:20px 0 0;padding-top:14px;font-family:DM Mono;font-size:9px}.handwriting-footnote{color:#aaa39a;max-width:880px;margin:19px auto 0;font-family:DM Mono;font-size:9px}.model-loading,.handwriting-complete{text-align:center;border:1px solid var(--line);background:var(--paper);max-width:610px;margin:70px auto;padding:60px 30px}.loading-mark{color:var(--red);margin-bottom:15px;font-size:43px}.model-loading h1{margin-bottom:20px;font-size:30px}.model-loading>p:not(.eyebrow),.handwriting-complete>p:not(.eyebrow){color:var(--muted);max-width:440px;margin:14px auto 25px;font-size:13px;line-height:2}.model-progress{background:#e4ded6;max-width:420px;height:4px;margin:28px auto 0}.model-progress span{background:var(--red);height:100%;transition:width .3s;display:block}.complete-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}@keyframes blink-highlight{0%,to{background:#e5efe0}50%{background:#b8d4ad;box-shadow:0 0 0 4px #d9e8d3}}@keyframes wrong-blink{0%,to{background:#f7f2eb;border-color:#0000}50%{background:#b8d4ad;border-color:#719264;box-shadow:0 0 0 5px #dcebd7}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=900px){.topbar{gap:20px}.main-nav{gap:14px}.practice-layout,.error-page{grid-template-columns:1fr}.practice-layout .chart-card{order:2}.error-page{gap:28px}.mistakes-layout{grid-template-columns:1fr}.mistakes-layout .chart-card{display:none}.hero-stamp{margin-right:10px}.handwriting-layout{grid-template-columns:1fr}.recognition-panel{min-height:0}.recognition-empty{height:180px}}@media (width<=640px){.topbar{flex-wrap:wrap;gap:14px;height:auto;min-height:66px;padding:12px 16px}.main-nav{order:3;justify-content:space-between;gap:5px;width:100%;height:38px;overflow-x:auto}.main-nav a{height:38px;font-size:11px}.profile{margin-left:auto}.user-name{display:none}.page-content{padding:31px 16px}.hero{padding-top:0;padding-bottom:27px}.hero h1{font-size:34px}.hero-copy{font-size:12px}.hero-stamp{width:75px;height:75px;margin-top:0}.hero-stamp span{font-size:24px}.quick-grid{grid-template-columns:1fr;gap:10px;margin-bottom:40px}.practice-card{min-height:145px;padding:21px}.practice-card h2{margin:9px 0 4px;font-size:24px}.dashboard-row{display:block}.dashboard-intro{margin-bottom:27px}.chart-card{padding:17px 10px}.gojuon-chart{grid-template-columns:36px repeat(5,minmax(39px,1fr));gap:3px}.kana-cell,.row-label{min-height:65px}.kana-pair{gap:5px;font-size:18px}.kana-romaji{font-size:8px}.chart-heading{padding:0 5px}.chart-heading h2{font-size:19px}.page-heading,.practice-top{align-items:flex-start;gap:15px;margin-bottom:28px}.page-heading h1,.practice-top h1{font-size:33px}.page-heading>p,.page-heading h1+p{font-size:11px}.danger-button{padding:8px;font-size:10px}.practice-progress{margin-bottom:24px}.answer-panel{min-height:390px;padding:20px}.question-symbol{margin:52px 0 9px;font-size:96px}.answer-form{flex-direction:column}.answer-form .button{width:100%}.romaji-key{min-height:43px}.romaji-keyboard__row,.romaji-keyboard__actions{gap:5px}.error-page{flex-direction:column;align-items:stretch;display:flex}.error-copy{padding:0}.error-actions{flex-direction:column}.error-actions .button{width:100%}.blocked-list{grid-template-columns:1fr}.blocked-item{padding:14px}.blocked-item .button{padding:9px 10px;font-size:10px}.error-copy h1{font-size:33px}.error-page .chart-card{order:2}.error-page .button{width:100%}.mistake-list{padding:15px 10px}.mistake-table-head,.mistake-row{grid-template-columns:.8fr 1.3fr .8fr .45fr;padding-left:3px;padding-right:3px}.mistake-row strong{font-size:22px}.type-pill{padding:4px 5px;font-size:9px}.login-page{padding:20px}.login-card{padding:35px 25px}.login-decoration{display:none}.login-footnote{font-size:8px;bottom:10px}.empty-state,.focus-empty,.complete-page{margin:20px auto;padding:43px 20px}.back-link{padding:7px 0;font-size:11px}.handwriting-intro{margin:-8px 0 23px;display:block}.handwriting-intro p{margin-bottom:15px;font-size:11px;line-height:1.8}.script-switch{width:max-content}.script-switch button{padding:8px 14px}.handwriting-layout{gap:12px}.writing-panel,.recognition-panel{padding:18px 15px}.writing-prompt{font-size:30px}.canvas-actions .button{padding:10px 8px;font-size:11px}.recognition-main strong{font-size:61px}.model-loading,.handwriting-complete{margin:20px auto;padding:43px 20px}.model-loading h1{font-size:27px}.complete-actions{flex-direction:column}.complete-actions .button{width:100%}}.handwriting-coverage{color:#aaa39a;max-width:880px;margin:-16px auto 20px;font-family:DM Mono;font-size:9px;line-height:1.7}.canvas-actions{grid-template-columns:1fr 1.2fr 1.45fr;display:grid!important}.canvas-actions .button{min-width:0}.handwriting-canvas[aria-disabled=true]{cursor:wait;opacity:.7}@media (width<=640px){.handwriting-coverage{margin:-8px 0 17px;font-size:9px}.canvas-actions{grid-template-columns:1fr 1fr!important}.canvas-actions .button:last-child{grid-column:1/-1}}.kana-pair,.row-label,.question-symbol,.error-symbol,.blocked-symbol,.mistake-row strong,.recognition-main strong,.prediction-list span,.answer-reveal strong{font-family:var(--kana-font)}.sync-badge{letter-spacing:.02em;border:1px solid var(--line);background:var(--paper);color:var(--muted);white-space:nowrap;border-radius:999px;padding:.3rem .6rem;font-family:DM Mono,monospace;font-size:.72rem}.sync-badge--offline{color:#a5702f;cursor:pointer;background:#fdf3e8;border-color:#e0c3a6}.sync-badge--offline:hover{background:#f9e8d5}.sync-badge--busy{opacity:.75}.stats-page{flex-direction:column;gap:2rem;display:flex}.stats-loading{color:var(--muted);font-size:.95rem}.stats-pending-pill{color:#a5702f;white-space:nowrap;background:#fdf3e8;border:1px solid #e0c3a6;border-radius:999px;padding:.35rem .75rem;font-family:DM Mono,monospace;font-size:.75rem}.stats-pending{color:#a5702f;margin-top:.75rem;font-size:.85rem}.stats-empty-note{color:var(--muted);padding:1rem 0;font-size:.9rem}.stats-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.stats-card{background:var(--paper);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:.25rem;padding:1.1rem 1.2rem;display:flex}.stats-card--accent{background:var(--dark);border-color:var(--dark);color:#f7f4ef}.stats-card--accent .stats-label,.stats-card--accent small{color:#bcc2b8}.stats-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-family:DM Mono,monospace;font-size:.72rem}.stats-card strong{font-family:Shippori Mincho,serif;font-size:2rem;line-height:1.1}.stats-card small{color:var(--muted);font-size:.8rem}.stats-section{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:1.25rem 1.4rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem;display:grid}.stats-chart{align-items:flex-end;gap:3px;height:120px;margin-top:1rem;display:flex}.stats-bar-slot{flex:1;align-items:flex-end;height:100%;display:flex}.stats-bar{background:var(--green);border-radius:3px 3px 0 0;width:100%;transition:height .3s;display:block}.stats-bar--empty{background:var(--line)}.stats-mode-list{flex-direction:column;gap:.85rem;margin-top:1rem;display:flex}.stats-mode-row{grid-template-columns:5.5rem 1fr auto;align-items:center;gap:.75rem;display:grid}.stats-mode-name{font-size:.88rem}.stats-mode-track{background:#efeae2;border-radius:999px;height:8px;overflow:hidden}.stats-mode-track span{background:var(--green);border-radius:999px;height:100%;display:block}.stats-mode-value{white-space:nowrap;font-family:DM Mono,monospace;font-size:.85rem}.stats-mode-value small{color:var(--muted)}.mastery-grid{grid-template-columns:repeat(auto-fill,minmax(62px,1fr));gap:.5rem;margin-top:1rem;display:grid}.mastery-chip{border:1px solid var(--line);text-align:center;background:#fbf8f3;border-radius:10px;padding:.5rem .25rem}.mastery-chip strong{font-family:var(--kana-font);font-size:1.35rem;line-height:1.2;display:block}.mastery-chip span{color:var(--muted);font-family:DM Mono,monospace;font-size:.68rem}.mastery-chip.is-mastered{background:#f1f6ee;border-color:#b9cbb2}.mastery-chip.is-mastered span{color:var(--green)}@media (width<=640px){.stats-chart{height:90px}.stats-card strong{font-size:1.6rem}.stats-mode-row{grid-template-columns:4.5rem 1fr auto}}@media (prefers-reduced-motion:reduce){.stats-bar{transition:none}}.home-links{flex-wrap:wrap;gap:1.25rem;display:flex}
