:root{--bg:#ececec;--surface:#fff;--ink:#000;--muted:#4d4d4d;--brand:#ff575f;--brand-dark:#f03f48;--line:#d9d9d9;--good:#1e9e64;--bad:#c1121f}*{box-sizing:border-box}html,body{background:radial-gradient(circle at 15% 8%,#ff575f47 0%,#ff575f00 30%),radial-gradient(circle at 92% 15%,#ff575f33 0%,#ff575f00 30%),var(--bg);color:var(--ink);margin:0;padding:0;font-family:Trebuchet MS,Arial Rounded MT Bold,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1120px;margin:0 auto;padding:1.25rem}.shell{gap:1rem;display:grid}.header-shell{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}.account-controls{align-items:center;gap:.5rem;min-width:0;display:flex}.account-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:260px;margin:0;font-size:.85rem;overflow:hidden}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:0 10px 24px #00000014}.btn{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:.65rem .95rem;font-weight:700}.btn:hover{background:var(--brand-dark)}.btn.secondary{color:var(--ink);border:1px solid var(--line);background:#f5f5f5}.stack{gap:.75rem;display:grid}.muted{color:var(--muted)}input:not([type=radio]):not([type=checkbox]),textarea,select{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:.65rem .75rem;font-size:.95rem}input[type=radio],input[type=checkbox]{width:auto}.worksheet-paper{border:1px solid var(--line);background:#fff;border-radius:16px;padding:1.2rem;box-shadow:0 14px 28px #00000014}.flip-wrap{perspective:1200px;width:100%;max-width:560px}.flip-card{width:100%;min-height:230px;transform-style:preserve-3d;cursor:pointer;background:0 0;border:0;padding:0;transition:transform .22s;position:relative}.flip-card.flipped{transform:rotateY(180deg)}.flip-face{border:1px solid var(--line);backface-visibility:hidden;text-align:center;border-radius:16px;align-content:center;gap:.8rem;padding:1rem;display:grid;position:absolute;inset:0;box-shadow:0 10px 24px #00000014}.flip-front{background:#fff}.flip-back{background:#ffe8e9;transform:rotateY(180deg)}ul.clean{margin:0;padding:0;list-style:none}.pill{color:#6e0f14;background:#ffe8e9;border:1px solid #ffb7bb;border-radius:999px;padding:.25rem .6rem;font-size:.8rem;display:inline-block}.top-nav{background:linear-gradient(#fff9f9 0%,#fff 100%);border:1px solid #f0d8da;border-radius:14px;flex-wrap:wrap;gap:.5rem;padding:.6rem;display:flex}.top-nav a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.45rem .75rem}.top-nav a:hover{background:#ffe8e9}.dashboard-hero{background:linear-gradient(160deg,#fff9f9 0%,#fff 50%,#fff2f3 100%);border-color:#f1c7ca}.dashboard-tag-row{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-group-header{justify-content:space-between;align-items:center;display:flex}.dashboard-group-title{letter-spacing:-.01em;font-size:1.2rem}.dashboard-module-card{background:linear-gradient(#fff 0%,#fff9f9 100%);border-color:#ecdfe0;min-height:176px}.dashboard-module-top{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.dashboard-module-title-wrap{align-items:center;gap:.5rem;display:flex}.dashboard-module-title{letter-spacing:-.01em;font-size:1.2rem}.module-icon{stroke:currentColor;stroke-width:2px;fill:none;opacity:.85;width:18px;height:18px}.chat-status-card{background:linear-gradient(160deg,#fff8f8 0%,#fff 60%,#fff2f3 100%);border-color:#f0d1d4}.chat-chip-row{flex-wrap:wrap;gap:.45rem;display:flex}.chat-inline-link{text-decoration:none}.chat-thread{background:linear-gradient(#fff 0%,#fffbfb 100%);min-height:340px;max-height:62vh;overflow:auto}.chat-row{display:flex}.chat-row.user{justify-content:flex-end}.chat-row.assistant{justify-content:flex-start}.chat-bubble{border:1px solid;border-radius:14px;width:min(100%,720px);padding:.75rem .85rem}.chat-bubble.user{background:#fff4f5;border-color:#f3c5c8}.chat-bubble.assistant{background:#fbfffd;border-color:#d7e6dc}.chat-speaker{margin:0 0 .25rem;font-size:.82rem;font-weight:800}.chat-text{margin:0;line-height:1.45}.chat-composer{background:linear-gradient(#fff 0%,#fff9f9 100%)}.chat-actions{flex-wrap:wrap;gap:.6rem;display:flex}.level-grid{align-items:stretch}.level-grid-card{background:linear-gradient(#fff 0%,#fff8f8 100%);border-color:#efdddd;min-height:146px}.bank-item-grid{align-items:stretch}.bank-item-card{background:linear-gradient(#fff 0%,snow 100%);border-color:#ebdddd;min-height:255px}.bank-item-title{letter-spacing:-.01em;font-size:1.1rem}.bank-detail-card{background:linear-gradient(#fff 0%,#fffafb 100%);border-color:#eadde0}.bank-detail-heading{letter-spacing:-.01em;font-size:1.1rem}.bank-detail-summary{cursor:pointer;font-weight:700}.bank-question-card{background:#fff;border-color:#eadfe1}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:.7rem .4rem}.report-hero{background:linear-gradient(160deg,#fffaf9 0%,#fff 45%,#fff4f5 100%);border-color:#f1c7ca}.report-title{letter-spacing:-.02em;font-size:clamp(1.4rem,2.4vw,1.9rem)}.report-top-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.report-chip-row{flex-wrap:wrap;gap:.45rem;display:flex}.report-chip{border:1px solid #0000;border-radius:999px;padding:.25rem .55rem;font-size:.77rem;font-weight:700}.report-chip-good{color:#0f6b43;background:#e7f8ef;border-color:#b7e8cf}.report-chip-muted{color:#555;background:#f3f3f3;border-color:#ddd}.report-chip-highlight{color:#7a0f17;background:#ffe8e9;border-color:#ffbdc1}.report-stats-grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:.65rem;display:grid}.report-stat-card{background:#fff;border:1px solid #f0d8da;border-radius:12px;padding:.65rem .75rem}.report-stat-label{color:var(--muted);margin:0 0 .2rem;font-size:.8rem}.report-stat-value{letter-spacing:-.01em;margin:0;font-weight:800}.report-empty-note{background:#fff;border:1px dashed #f1b8bd;border-radius:12px;padding:.7rem}.report-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.8rem;display:grid}.report-card{border-width:1px}.report-card-good{background:linear-gradient(#f8fff9 0%,#fff 80%);border-color:#c7e9d2}.report-card-focus{background:linear-gradient(#fff8f8 0%,#fff 80%);border-color:#f2d0d3}.report-card-pattern{background:linear-gradient(#fffdf7 0%,#fff 80%);border-color:#f3e4b9}.report-card-plan{background:linear-gradient(#f8fafe 0%,#fff 80%);border-color:#d9e1f6}.report-section-title{letter-spacing:-.01em;font-size:1.12rem}.report-heading-with-icon{align-items:center;gap:.5rem;display:flex}.report-icon{stroke:currentColor;stroke-width:2px;fill:none;opacity:.85;width:18px;height:18px}.report-list{gap:.55rem}.report-list li{padding-left:1.15rem;line-height:1.35;position:relative}.report-list li:before{content:"";background:#ff6a72;border-radius:50%;width:7px;height:7px;position:absolute;top:.5rem;left:0}.report-plan-list{gap:.6rem;margin:0;padding-left:1.15rem}.phase-hero-card{background:linear-gradient(160deg,#fffaf9 0%,#fff 45%,#fff4f5 100%);border-color:#f1c7ca}.phase-hero-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.phase-hero-title{letter-spacing:-.02em;margin:0;font-size:clamp(1.4rem,2.4vw,2rem)}.phase-chip-row{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.phase-action-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.phase-section-head{gap:.1rem;display:grid}.phase-section-kicker{color:var(--muted);margin:0;font-size:.8rem;font-weight:700}.phase-section-title{letter-spacing:-.01em;margin:0;font-size:1.2rem}.flash-level-card{min-height:150px}.flash-category-card{background:linear-gradient(#fff 0%,#fff9fa 100%);border-color:#ebdde0;min-height:165px}.flash-custom-card{background:linear-gradient(#fff 0%,#fff7f8 100%);border-color:#ecd5d8}.flash-trainer-card{background:linear-gradient(#fff 0%,#fff8f9 100%);border-color:#ebdce0}.auth-layout{gap:.9rem}.auth-card{background:linear-gradient(#fff 0%,#fffafb 100%);border-color:#ebdde0}.auth-google-card{background:linear-gradient(#fff 0%,#fff6f7 100%);border-color:#f1c5c9}.auth-card-title{letter-spacing:-.01em;margin:0;font-size:1.1rem}.auth-message-card{background:#fff;border-color:#f2d6d9}.suggestion-card{background:linear-gradient(#fff 0%,#fff8f9 100%);border-color:#ebdde0}.suggestion-launch-wrap{justify-content:flex-end;display:flex}.suggestion-postbox{color:var(--ink);cursor:pointer;background:linear-gradient(#fff 0%,#fff3f4 100%);border:1px solid #ebc9cc;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .75rem;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #00000014}.suggestion-postbox:hover{background:linear-gradient(#fff8f8 0%,#ffeef0 100%)}.suggestion-icon{stroke:currentColor;stroke-width:2px;fill:none;opacity:.9;width:18px;height:18px}.suggestion-modal-overlay{z-index:30;background:#00000057;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.suggestion-modal{background:linear-gradient(#fff 0%,#fff9fa 100%);border-color:#ebdce0;width:min(640px,100%);max-height:calc(100vh - 2rem);overflow:auto}.suggestion-modal-header{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.suggestion-error{color:var(--bad)}
