@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{color:#1b2926;font-synthesis:none;text-rendering:optimizelegibility;--ink:#1b2926;--muted:#6d7773;--paper:#fbfaf5;--line:#d8d5ca;--green:#286d63;--green-soft:#d7e8e2;--orange:#d86643;--blue:#526d91;background:#f1efe7;font-family:DM Sans,Noto Sans JP,system-ui,sans-serif}*{box-sizing:border-box;margin:0}body{background:#f1efe7;min-width:320px;min-height:100dvh;margin:0}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:none}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #286d6340}a{color:var(--green);text-decoration:none}.app{background:#f7f6f1;flex-direction:column;min-height:100dvh;display:flex}.app-main{-webkit-overflow-scrolling:touch;flex:1;padding-bottom:72px;overflow-y:auto}.bottom-nav{z-index:50;height:64px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbfaf5f5;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:600;display:flex}.bottom-nav button.active{color:var(--green)}.bottom-nav button svg{width:20px;height:20px}.toast{z-index:200;background:var(--ink);color:#fff;border-radius:8px;width:max-content;max-width:calc(100% - 30px);padding:11px 16px;font-size:13px;animation:.2s ease-out toast-in;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0003}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}}.screen{max-width:640px;margin:0 auto;padding:16px}.screen-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.screen-header h2{font-size:18px}.card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:12px;padding:14px}.card h3{margin-bottom:10px;font-size:13px}.btn-primary{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:10px 18px;font-size:14px;font-weight:700;display:inline-flex}.btn-primary:disabled{opacity:.35;cursor:default}.btn-secondary{min-height:44px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #c5c7c1;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.btn-block{width:100%}.btn-icon{border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.btn-icon-label{color:var(--green);align-items:center;gap:5px;font-size:13px;font-weight:700;display:inline-flex}.muted{color:var(--muted);font-size:12px}.home-screen{padding-top:24px}.ready-hero{flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.ready-circle{width:140px;height:140px;position:relative}.ready-circle svg{width:100%;height:100%}.ready-circle>div{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ready-circle strong{letter-spacing:-.03em;font-size:40px;line-height:1}.ready-circle span{color:var(--muted);letter-spacing:.1em;font-size:11px;font-weight:700}.ready-sub{text-align:center;color:var(--muted);margin-top:10px;font-size:13px}.ready-sub b{color:var(--ink)}.weak-card h3{color:var(--orange)}.weak-item{border-bottom:1px solid #eeedea;grid-template-columns:50px 1fr;gap:4px 10px;padding:8px 0;display:grid}.weak-item:last-child{border-bottom:none}.weak-section{color:var(--green);font-size:11px;font-weight:700}.weak-label{font-size:13px;font-weight:600}.weak-reason{color:var(--muted);grid-column:2;font-size:11px}.today-card h3{color:var(--green)}.today-label{font-size:14px;font-weight:700;display:block}.today-detail{color:var(--muted);margin:4px 0 12px;font-size:12px}.section-cards{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px;display:grid}.section-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:10px;padding:12px}.section-card>span{color:var(--muted);font-size:11px;font-weight:600}.section-card>strong{margin:4px 0;font-size:24px;display:block}.section-card>strong small{color:var(--muted);font-size:11px}.section-card>p{color:var(--muted);margin-top:6px;font-size:10px}.mini-bar{background:#e5e2d9;border-radius:99px;height:4px;overflow:hidden}.mini-bar i{border-radius:inherit;background:var(--green);height:100%;transition:width .6s;display:block}.study-screen{max-width:640px;margin:0 auto;padding:0}.study-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f6f1f5;align-items:center;gap:10px;padding:10px 16px;display:flex;position:sticky;top:0}.study-header>div b{font-size:13px;display:block}.study-header>div small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.study-body{padding:16px}.empty-screen{min-height:60vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.question-img{border:1px solid var(--line);cursor:zoom-in;background:#fff;border-radius:10px;width:100%;padding:0;position:relative;overflow:hidden}.question-img img{width:100%;height:auto;display:block}.question-img>span{color:#fff;background:#14231fd9;border-radius:99px;align-items:center;gap:4px;padding:6px 10px;font-size:11px;display:flex;position:absolute;bottom:8px;right:8px}.question-text{margin-bottom:16px;font-size:16px;line-height:1.7}.choices{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;display:grid}.choice{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:28px 1fr 20px;align-items:center;gap:8px;min-height:48px;padding:10px;font-size:14px;font-weight:600;display:grid}.choice>span{border:1px solid #c4c6c0;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.choice.selected{border-color:var(--green);background:#edf5f1}.choice.correct{border-color:var(--green);background:#dceee7}.choice.wrong{border-color:var(--orange);background:#f6dfd6}.choice:disabled{cursor:default}.study-actions{justify-content:flex-end;gap:8px;display:flex}.result-card{border-radius:10px;margin-top:14px;padding:14px}.result-card.correct{border-left:4px solid var(--green);background:#e7f1ed}.result-card.wrong{border-left:4px solid var(--orange);background:#f7e7e0}.result-card strong{margin-bottom:8px;font-size:14px;display:block}.result-card p{color:#53615d;margin:8px 0;font-size:13px;line-height:1.7}.result-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.image-zoom{z-index:200;background:#0a1210e6;place-items:center;padding:12px;display:grid;position:fixed;inset:0}.zoom-close{z-index:2;width:44px;height:44px;color:var(--ink);background:#fff;border-radius:50%;place-items:center;display:grid;position:fixed;top:14px;right:14px}.image-zoom>div{background:#fff;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto}.image-zoom img{touch-action:pinch-zoom;width:auto;max-width:none;height:auto;display:block}.source-links{gap:12px;margin-bottom:12px;display:flex}.source-links a{align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.sq-nav{color:var(--green);align-items:center;gap:8px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.sq-text{border:1px solid var(--line);background:#fff;border-radius:10px;margin-bottom:14px;padding:14px;font-size:14px;line-height:1.75}.answer-input{resize:vertical;border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;min-height:80px;margin-bottom:12px;padding:12px;font-size:14px;line-height:1.7}.answer-input:focus{border-color:var(--green);box-shadow:0 0 0 2px #286d631a}.my-answer,.model-answer{border-radius:8px;margin-bottom:10px;padding:12px}.my-answer{background:#f0eee7}.model-answer{border-left:3px solid var(--green);background:#e7f1ed}.my-answer b,.model-answer b{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.my-answer p,.model-answer p{white-space:pre-wrap;font-size:14px;line-height:1.7}.grade-buttons{margin-top:14px}.grade-buttons p{margin-bottom:8px;font-size:13px;font-weight:700}.grade-buttons.compact{margin-top:10px}.grade-buttons.compact .grade-btn{min-height:40px}.grade-btn{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:48px;margin-bottom:6px;padding:10px 14px;display:flex}.grade-btn strong{min-width:24px;font-size:18px}.grade-btn span{color:var(--muted);font-size:13px}.grade-miss strong,.grade-btn.grade-miss:hover{color:var(--orange)}.grade-partial strong,.grade-btn.grade-partial:hover{color:#9b731d}.grade-good strong,.grade-btn.grade-good:hover{color:var(--green)}.grade-btn.active{border-color:var(--green);background:var(--green-soft)}.grade-badge{font-size:14px;font-weight:700}.grade-badge.grade-miss{color:var(--orange)}.grade-badge.grade-partial{color:#9b731d}.grade-badge.grade-good{color:var(--green)}.no-sq{text-align:center;color:var(--muted);padding:20px;font-size:13px;line-height:1.8}.b2-summary{color:var(--muted);margin-bottom:14px;font-size:13px;line-height:1.7}.card textarea,.card input[type=text],.card input[type=number]{border:1px solid var(--line);resize:vertical;border-radius:6px;width:100%;margin-top:6px;padding:10px;font-size:14px;line-height:1.6}.card textarea:focus,.card input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 2px #286d631a}.case-link-list{flex-direction:column;gap:6px;display:flex}.case-link-item{cursor:pointer;background:#f5f5f2;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.case-link-item input{accent-color:var(--green)}.case-link-item small{color:var(--muted);margin-left:auto;font-size:11px}.essay-form label{margin-bottom:10px;font-size:13px;font-weight:600;display:block}.essay-form input[type=number]{max-width:120px}.form-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.essay-record-item{border-bottom:1px solid #eeedea;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 0;font-size:13px;display:flex}.essay-record-item:last-child{border-bottom:none}.essay-record-item p{width:100%;color:var(--muted);margin-top:2px;font-size:12px}.phase-tabs{background:#e8e5dc;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:12px;padding:4px;display:grid}.phase-tabs button{color:var(--muted);border-radius:7px;padding:10px;font-size:13px;font-weight:700}.phase-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 6px #0000000f}.status-summary{color:var(--muted);flex-wrap:wrap;gap:8px 12px;margin-bottom:12px;font-size:12px;display:flex}.question-list{flex-direction:column;display:flex}.question-item{text-align:left;cursor:pointer;border-bottom:1px solid #eeedea;grid-template-columns:40px 1fr 20px;align-items:center;gap:10px;padding:12px 4px;display:grid}.question-item:active{background:#f0efe9}.q-badge{color:#fff;border-radius:4px;place-items:center;width:36px;height:22px;font-size:9px;font-weight:800;display:grid}.q-info b{font-size:13px;display:block}.q-info small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.q-arrow{color:var(--muted)}.empty-state{text-align:center;min-height:50vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:13px;line-height:1.7;display:flex}.empty-state svg{color:var(--green);opacity:.5}.case-list{flex-direction:column;gap:10px;display:flex}.case-card{padding:14px}.case-card-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.case-card-header b{font-size:14px;display:block}.case-card-header small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.case-card-actions{gap:6px;display:flex}.case-card-actions button{color:var(--muted);border-radius:4px;padding:4px 8px;font-size:12px}.case-card-actions button:hover{background:#f0efe9}.case-card p{color:var(--muted);font-size:13px;line-height:1.6}.case-themes{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.case-themes span{background:var(--green-soft);color:var(--green);border-radius:99px;padding:3px 8px;font-size:11px;font-weight:600}.case-form-body{padding:4px}.case-form-body label{margin-bottom:12px;font-size:13px;font-weight:600;display:block}.case-form-body input,.case-form-body textarea{border:1px solid var(--line);resize:vertical;border-radius:6px;width:100%;margin-top:4px;padding:10px;font-size:14px;line-height:1.6}.case-form-body input:focus,.case-form-body textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 2px #286d631a}.progress-sections{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.progress-section-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px}.ps-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ps-header span{color:var(--muted);font-size:11px;font-weight:600}.ps-header strong{font-size:20px}.ps-header strong small{color:var(--muted);font-size:10px}.progress-section-card p{color:var(--muted);margin-top:6px;font-size:10px}.topic-row{border-bottom:1px solid #eeedea;grid-template-columns:36px 1fr 60px 32px auto;align-items:center;gap:6px;padding:8px 0;font-size:12px;display:grid}.topic-row:last-child{border-bottom:none}.topic-code{color:var(--muted);font-size:10px;font-weight:700}.topic-name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.topic-stat{color:var(--muted);text-align:right;font-size:11px}.topic-weak{color:var(--orange);font-size:10px;font-weight:700}.recent-item{cursor:pointer;border-bottom:1px solid #eeedea;align-items:center;gap:8px;padding:8px 0;font-size:12px;display:flex}.recent-item:last-child{border-bottom:none}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot.correct{background:var(--green)}.dot.wrong{background:var(--orange)}.recent-item small{color:var(--muted);white-space:nowrap;margin-left:auto}@media (width>=640px){.screen,.study-body{padding:20px 24px}.choices{grid-template-columns:repeat(4,1fr)}.section-cards,.progress-sections{gap:12px}.bottom-nav{height:56px}.bottom-nav button{font-size:11px}}@media (width>=768px){.app-main{padding-bottom:60px}.screen{max-width:720px;padding:24px 28px}.study-screen{max-width:720px}.ready-circle{width:160px;height:160px}.ready-circle strong{font-size:48px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
