:root{--bg: #f4f7fb;--surface: #ffffff;--surface-subtle: #f5f8fc;--surface-elevated: #ffffff;--primary: #537D96;--primary-dark: #537D96;--secondary: #44A194;--secondary-soft: #e6f6f4;--accent: #EC8F8D;--accent-soft: #fff2de;--border: #dbe3ef;--text-primary: #14233b;--text-secondary: #5f7089;--text-muted: #8a9bb4;--error: #e45454;--overtime: #e45454;--shadow-sm: 0 10px 24px rgba(29, 52, 87, .08);--shadow-md: 0 20px 44px rgba(29, 52, 87, .16);--radius-2xl: 22px;--radius-xl: 18px;--radius-lg: 14px;--radius-md: 10px;--font-sans: "Be Vietnam Pro", sans-serif;--ring-focus: rgba(47, 79, 120, .24);--surface-glass: rgba(255, 255, 255, .86);--surface-soft-gradient: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .95));--line-subtle: rgba(213, 224, 240, .9);--shadow-lg: 0 26px 52px rgba(25, 46, 79, .16);--ease-out: cubic-bezier(.22, .61, .36, 1);--ease-smooth: cubic-bezier(.2, .8, .2, 1);--duration-fast: .16s;--duration-med: .28s}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--text-primary);background:radial-gradient(circle at 6% -15%,rgba(111,157,240,.22),transparent 38%),radial-gradient(circle at 96% 0%,rgba(255,191,109,.16),transparent 36%),linear-gradient(160deg,#f5f9ff,#f9fbff 48%,#fefbf6);color-scheme:light}::selection{background:#3658df2e}.app-shell{position:relative;z-index:1;width:min(1120px,calc(100vw - 26px));margin:0 auto;padding:18px 4px calc(108px + env(safe-area-inset-bottom))}.app-topbar{position:sticky;top:12px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;padding:14px;border-radius:var(--radius-2xl);border:1px solid rgba(227,233,243,.95);background:var(--surface-glass);box-shadow:0 12px 26px #1a305217;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}.view-root{display:grid;gap:16px;animation:viewIn .32s var(--ease-out)}@keyframes viewIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.view-root>*{opacity:0;transform:translateY(10px);animation:sectionIn .46s var(--ease-out) forwards}.view-root>*:nth-child(1){animation-delay:20ms}.view-root>*:nth-child(2){animation-delay:55ms}.view-root>*:nth-child(3){animation-delay:90ms}.view-root>*:nth-child(4){animation-delay:125ms}.view-root>*:nth-child(5){animation-delay:.16s}.view-root>*:nth-child(6){animation-delay:195ms}@keyframes sectionIn{to{opacity:1;transform:translateY(0)}}.card{border-radius:var(--radius-2xl);padding:20px;background:var(--surface-soft-gradient);border:1px solid rgba(219,227,239,.92);box-shadow:0 12px 24px #1d345712;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-med) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth)}.card:hover{box-shadow:0 16px 32px #1d34571f;border-color:#cddbf0;transform:translateY(-1px)}.primary-cta{width:100%;justify-self:stretch}.row{display:flex;align-items:center;gap:10px}.row-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.grow{flex:1}.stack{display:grid;gap:12px}.label{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-weight:700}.h2{margin:0;font-size:1.15rem;letter-spacing:.005em}.p{margin:0;color:var(--text-secondary);line-height:1.55;font-size:.95rem}.p.dark{color:var(--text-primary)}.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--text-secondary);border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:700;line-height:1}.btn,.ghost-btn,.pill-btn,.icon-btn,.tab-item{border:0;cursor:pointer;font-family:inherit;transition:all var(--duration-fast) var(--ease-smooth)}.btn{border-radius:14px;background:linear-gradient(145deg,var(--accent),#ffbf62);color:#fff;padding:12px 16px;font-weight:700;font-size:.92rem;box-shadow:0 10px 20px #f1a54457}.btn:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 14px 26px #f1a54457}.btn:active{transform:translateY(0) scale(.99)}.btn:disabled,.pill-btn:disabled,.icon-btn:disabled,.ghost-btn:disabled{cursor:not-allowed;opacity:.58;transform:none}.btn:focus-visible,.ghost-btn:focus-visible,.pill-btn:focus-visible,.icon-btn:focus-visible,.tab-item:focus-visible,.input:focus-visible,.select:focus-visible,textarea:focus-visible,.slider:focus-visible{outline:3px solid var(--ring-focus);outline-offset:2px}.ghost-btn{border-radius:12px;border:1px solid var(--border);background:#fffffff2;color:var(--text-secondary);padding:10px 12px;font-weight:600;font-size:.9rem}.ghost-btn:hover{background:#fff;color:var(--text-primary);border-color:#c7d7f0}.pill-btn{border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--text-secondary);padding:8px 13px;font-size:.8rem;font-weight:700;transition:background var(--duration-fast) var(--ease-smooth),color var(--duration-fast) var(--ease-smooth),transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth)}.pill-btn:hover{background:#edf4ff;border-color:#c6d5ef;color:#26466f;box-shadow:0 8px 16px #2a47701f}.pill-btn.active{background:linear-gradient(135deg,#28466d,#3b5f8d);border-color:transparent;color:#fff;box-shadow:0 8px 16px #2a47703d}.icon-btn{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface-subtle);color:var(--primary);font-size:1.06rem;font-weight:800}.icon-btn:hover{border-color:#c8d6fb;background:#eef4ff}.onboarding-panel{max-width:780px;margin:0 auto}.onboarding-intro .br-page-subtitle{max-width:700px}.onboarding-panel-premium{border-radius:24px;border-color:#d6e2f3;box-shadow:0 16px 30px #192d4b1a}.setup-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.setup-item{border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;background:var(--surface-subtle);display:grid;gap:10px;align-content:start}.setup-item-premium{border-color:#d2def0;background:linear-gradient(180deg,#f8fbff,#f2f7ff);border-radius:16px;padding:14px}.setup-value{font-size:1.35rem;color:#1d3b60}.notice{font-size:.85rem;color:var(--secondary);font-weight:500}.notice.error{color:var(--error)}.small{margin:0;font-size:.84rem;color:#60738e}.score-big{font-size:clamp(2.2rem,5vw,2.8rem);font-weight:800;margin:0;color:var(--primary-dark)}.score-row{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px dashed #d6e2f2;color:#2b4467;align-items:center}.score-row:last-child{border-bottom:0}.score-value{display:inline-flex;border-radius:999px;padding:3px 10px;background:#edf3fa;color:#1f3b60;font-size:.92rem}.bullets{margin:0;padding-left:18px;color:#253f61}.bullets li{margin:8px 0;line-height:1.55}.feedback-card{border-color:#d4e0f1}.feedback-list li::marker{color:#3c628f}.attempt-item{text-align:left;width:100%;border:1px solid var(--border);border-radius:var(--radius-xl);padding:13px;background:var(--surface-elevated);cursor:pointer;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease;position:relative;overflow:hidden}.attempt-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#3d6ba6,#89b2df);opacity:0;transition:opacity var(--duration-fast) var(--ease-smooth)}.attempt-item:hover{border-color:#c4d4ef;box-shadow:0 10px 20px #1d345717;transform:translateY(-1px)}.attempt-item:hover:before{opacity:1}.chart-wrap{width:100%;height:156px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#f8fbff,#f2f7ff);border:1px solid #d6e2f2;padding:10px}.chart-svg{width:100%;height:100%}.chart-path{fill:none;stroke:url(#historyLineGradient);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:#2f4f78;stroke:#fff;stroke-width:.8}.chart-area{fill:url(#historyAreaGradient)}.chart-baseline{stroke:#839cbe4d;stroke-width:1}.input,.select,textarea{width:100%;border:1px solid var(--border);background:var(--surface-subtle);border-radius:12px;padding:11px 12px;font:inherit;color:var(--text-primary);line-height:1.45}textarea{resize:vertical;min-height:120px}.input:focus,.select:focus,textarea:focus{outline:2px solid rgba(54,88,223,.18);border-color:#3658df80}.slider{width:100%;accent-color:var(--secondary)}.tabbar{position:fixed;left:50%;transform:translate(-50%);bottom:max(14px,env(safe-area-inset-bottom));width:min(1020px,calc(100vw - 20px));display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px;border-radius:20px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(227,233,243,.95);box-shadow:0 18px 34px #182d4e29;z-index:20}.tab-item{border-radius:12px;background:transparent;color:var(--text-secondary);padding:10px;font-size:.92rem;font-weight:700;letter-spacing:.01em}.tab-item-nav{display:inline-flex;align-items:center;justify-content:center;gap:8px}.tab-item:hover{color:var(--primary-dark);background:#eef3ff;transform:translateY(-1px)}.tab-item.active{color:#fff;background:linear-gradient(140deg,var(--primary-dark),var(--primary));box-shadow:0 8px 16px #3658df45}.tab-item:not(.active):hover{transform:translateY(-1px)}.credit-recovery{border:1px solid rgba(228,84,84,.28);background:linear-gradient(180deg,#fff6f6f2,#fff1f1eb);border-radius:20px}.evaluate-panel{border:1px solid rgba(36,169,160,.3);background:linear-gradient(180deg,#eefbf9f5,#f7fffdf0);border-radius:20px}.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-tile{border:1px solid var(--border);background:linear-gradient(180deg,#f8fbff,#f2f7ff);border-radius:var(--radius-lg);padding:12px;display:grid;gap:4px}.admin-tile strong{font-size:1.2rem}body.figma-home-mode{background:#f6f6f8}.figma-home-shell{--home-gutter: 40px;--home-max-width: 1280px;width:100%;max-width:none;margin:0;padding:0 0 calc(96px + env(safe-area-inset-bottom))}.figma-home-topbar{position:sticky;top:0;z-index:14;margin-bottom:0;border-radius:0;border:0;border-bottom:1px solid #e2e8f0;background:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:none;padding:0 var(--home-gutter);transition:background var(--duration-med) var(--ease-smooth),border-color var(--duration-med) var(--ease-smooth)}.figma-home-topbar:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.36),transparent)}.figma-home-topbar-inner{width:min(var(--home-max-width),calc(100vw - (var(--home-gutter) * 2)));margin:0 auto;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:16px}.figma-home-left{display:flex;align-items:center;gap:32px;min-width:0}.figma-home-logo-lockup{gap:0}.figma-home-logo-btn{border:0;background:transparent;padding:0;cursor:pointer}.figma-home-logo-btn:hover{transform:translateY(-1px)}.figma-home-brand-mark{width:auto;height:60px;display:block}.figma-home-nav{display:flex;align-items:center;gap:4px}.figma-home-nav-btn{border:0;font:inherit;font-size:15px;line-height:22px;font-weight:500;color:#475569;background:transparent;border-radius:16px;padding:10px 14px;cursor:pointer;transition:background var(--duration-fast) var(--ease-smooth),color var(--duration-fast) var(--ease-smooth),transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth);display:inline-flex;align-items:center;gap:10px;white-space:nowrap;overflow:hidden;position:relative}.figma-home-nav-icon{width:30px;height:30px;min-width:30px;object-fit:contain;display:block;flex:0 0 30px;padding:2px}.figma-home-nav-btn:hover{background:#2a436512;color:#2a4365;transform:translateY(-1px)}.figma-home-nav-btn.active{background:#2a436514;color:#2a4365;font-weight:600}.figma-home-stats{display:flex;align-items:center;gap:12px;min-width:0}.figma-home-stat{border-radius:999px;padding:6px 16px;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;max-width:100%}.figma-home-stat span:last-child{overflow:hidden;text-overflow:ellipsis}.figma-home-stat.free{background:linear-gradient(140deg,#e7f7f4,#edf9f7);color:#355872;border:1px solid rgba(141,214,202,.36)}.figma-home-stat.credit{background:linear-gradient(140deg,#2a43651a,#365a8a14);color:#2a4365;border:1px solid rgba(112,138,172,.1)}.figma-home-credit-wrap{position:relative}.figma-home-credit-btn{border:0;font:inherit;cursor:pointer}.figma-home-credit-tooltip{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:220px;max-width:min(72vw,320px);border-radius:12px;border:1px solid rgba(120,144,176,.28);background:#10203af7;color:#eef4ff;padding:9px 12px;font-size:.83rem;line-height:1.45;box-shadow:0 12px 26px #101d3257}.figma-home-credit-tooltip-row{margin:0;color:#d8e3f6}.figma-home-credit-tooltip-row+.figma-home-credit-tooltip-row{margin-top:4px}.figma-home-credit-tooltip:before{content:"";position:absolute;top:-6px;right:18px;width:10px;height:10px;transform:rotate(45deg);border-left:1px solid rgba(120,144,176,.28);border-top:1px solid rgba(120,144,176,.28);background:#10203af7}.figma-home-stat-icon{width:10.5px;height:11.67px;min-width:10.5px;object-fit:contain;display:block;flex:0 0 10.5px}.figma-home-stat-icon-credit{width:20px;height:20px;min-width:20px;flex:0 0 20px}.practice-view.route-landing,.practice-view.route-practice-home{width:min(var(--home-max-width),calc(100vw - (var(--home-gutter) * 2)));max-width:none;margin:0 auto;padding:42px 0 48px;gap:20px}.practice-view.route-onboarding,.practice-view.route-result,.history-view.route-history-home,.history-view.route-history-detail,.profile-view.route-profile-home,.profile-view.route-admin-lite{width:min(var(--home-max-width),calc(100vw - (var(--home-gutter) * 2)));max-width:none;margin:0 auto;padding:32px 0 44px;gap:18px}.profile-view.route-profile-home{width:min(980px,calc(100vw - (var(--home-gutter) * 2)))}.history-view.route-history-home{gap:26px}.br-page-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.br-page-title{margin:0;color:#0f172a;font-size:clamp(1.22rem,2vw,1.58rem);line-height:1.25;letter-spacing:-.01em}.br-page-subtitle{margin:0;color:#5c6f89;font-size:.95rem;line-height:1.55;max-width:780px}.br-page-actions{justify-content:flex-end}.history-view .card,.profile-view .card,.practice-view.route-onboarding .card,.practice-view.route-result .card{border-color:#dbe5f3;box-shadow:0 10px 20px #1b305112}.practice-view.route-result{gap:20px}.result-hero{display:flex;align-items:center;justify-content:space-between;gap:14px}.result-hero-copy{display:grid;gap:4px}.result-title{margin:0;font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.06;letter-spacing:-.02em;color:#10203a}.result-date{margin:0;color:#5d6f89;font-size:1.02rem;font-weight:600}.result-retake-btn{border:0;border-radius:999px;background:linear-gradient(145deg,#2b4469,#3a5f8f);color:#f3f7ff;font:inherit;font-size:.96rem;font-weight:700;padding:14px 26px;white-space:nowrap;box-shadow:0 10px 22px #182b4947;cursor:pointer;transition:transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth),filter var(--duration-fast) var(--ease-smooth)}.result-retake-btn:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 14px 28px #182b4952}.result-summary-card{display:grid;grid-template-columns:220px 1fr;gap:20px;border:1px solid #d8e2f0;border-radius:26px;background:linear-gradient(180deg,#fffffffa,#f8fbfff7);padding:22px;box-shadow:0 12px 24px #1a2e4d14}.result-band-box{border-radius:18px;background:#edf1f7;display:grid;place-items:center;gap:10px;padding:16px}.result-band-label{color:#375274;font-size:.95rem;font-weight:800;letter-spacing:.12em}.result-band-value{margin:0;font-size:clamp(3.2rem,4.5vw,4.6rem);line-height:1;letter-spacing:-.025em;color:#27466f;font-weight:800}.result-summary-copy{display:grid;align-content:center;gap:10px}.result-summary-copy h3{margin:0;color:#152642;font-size:clamp(1.35rem,2vw,1.9rem)}.result-summary-copy p{margin:0;color:#4f6078;font-size:1.1rem;line-height:1.55}.result-criteria{display:grid;gap:12px}.result-section-title{margin:0;color:#11213b;font-size:clamp(1.4rem,2vw,1.9rem);letter-spacing:-.015em}.result-criteria-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.result-criteria-card{border:1px solid #d9e2f0;border-radius:20px;background:#fff;padding:16px;display:grid;gap:10px;box-shadow:0 8px 16px #1b2f4d0f}.result-criteria-head{display:flex;align-items:center;justify-content:space-between}.result-criteria-icon{width:34px;height:34px;border-radius:10px;background:#edf2f9;display:grid;place-items:center;color:#2f4f78;font-size:.76rem;line-height:1;font-weight:800;letter-spacing:.04em}.result-criteria-score{border-radius:999px;background:#edf2f9;color:#2d486f;padding:4px 10px;font-size:.9rem;font-weight:700}.result-criteria-card h4{margin:0;font-size:1.1rem;color:#172640}.result-criteria-card p{margin:0;color:#5d6f89;line-height:1.52;font-size:.98rem}.result-insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.result-insight-stack{display:grid;gap:14px}.result-note-card{border-radius:20px;border:1px solid #d9e2f0;padding:20px;display:grid;gap:12px}.result-note-card.strength{background:linear-gradient(180deg,#ecf9f2,#e5f5ee);border-color:#cce9da}.result-note-card.improve{background:linear-gradient(180deg,#fff6eb,#fff0dc);border-color:#f2dfc4}.result-note-card h4{margin:0;color:#1c3556;font-size:1.34rem}.result-note-card ul{margin:0;padding-left:22px;display:grid;gap:10px;color:#41556f;line-height:1.56}.result-corrections-card{border:1px solid #d9e2f0;border-radius:20px;background:#fff;overflow:hidden;min-height:100%;display:grid;grid-template-rows:auto 1fr}.result-tabs{display:flex;align-items:center;border-bottom:1px solid #dbe4f1;background:#f9fbfe}.result-tab{border:0;background:transparent;color:#63758f;font:inherit;font-size:1.02rem;font-weight:700;padding:14px 18px;cursor:pointer;position:relative}.result-tab.active{color:#244268}.result-tab.active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;border-radius:999px;background:#2f4f78}.result-corrections-list{display:grid;gap:12px;padding:16px}.result-correction-pair{display:grid;gap:8px}.result-correction-row{margin:0;border-radius:14px;padding:11px 14px;font-size:1rem;line-height:1.5}.result-correction-row.bad{background:#ffeded;color:#c53737;border-left:3px solid #ef4f4f}.result-correction-row.good{background:#e9f8ee;color:#1e7b4f;border-left:3px solid #34b56f}.result-model-answer{display:grid;gap:10px;align-content:start;padding:16px}.result-model-answer p{margin:0;color:#344a68;line-height:1.62}.result-model-note{color:#5e7592;font-size:.86rem}.result-empty{margin:0;color:#6a7b94;font-size:.95rem}.result-study-plan{border-radius:24px;background:linear-gradient(110deg,#111f3e,#0f1e3b 58%,#10295a);padding:28px 30px;color:#eaf1ff;display:flex;align-items:center;justify-content:space-between;gap:14px}.result-study-copy{display:grid;gap:6px;max-width:760px}.result-study-copy h3{margin:0;font-size:clamp(1.55rem,2vw,2rem);line-height:1.2}.result-study-copy p{margin:0;color:#bdcbe5;line-height:1.55;font-size:1.06rem}.result-study-btn{border:0;border-radius:999px;background:#fff;color:#12274a;padding:14px 28px;font:inherit;font-size:1rem;font-weight:800;white-space:nowrap;cursor:pointer;transition:transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth)}.result-study-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #fff3}.br-home-top-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:16px;align-items:stretch}.br-home-hero{position:relative;display:flex;align-items:center;overflow:hidden;border-radius:28px;padding:46px 48px 68px;background:#15345a;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 38px #12233f33}.br-home-hero-glow{position:absolute;border-radius:28px;pointer-events:none}.br-home-hero-glow-a{width:280px;height:220px;right:-86px;top:-82px;border:0;background:#b3cbed0b;transform:rotate(-14deg)}.br-home-hero-glow-b{width:260px;height:180px;right:12%;bottom:-102px;border:0;background:#aac3e70a;transform:rotate(12deg)}.br-home-hero-glow-c{width:220px;height:150px;left:-82px;bottom:30px;border:0;background:#bad1f10a;transform:rotate(-10deg)}.br-home-hero-content{position:relative;z-index:1;width:min(690px,100%);display:grid;gap:14px}.br-home-hero-kicker{display:inline-flex;width:fit-content;border-radius:999px;padding:6px 12px;background:#ffffff24;border:1px solid rgba(255,255,255,.28);color:#deebff;font-size:.72rem;letter-spacing:.12em;font-weight:700}.br-home-hero-title{margin:0;font-size:clamp(38px,4.3vw,52px);line-height:.98;color:#fff;letter-spacing:-.03em;text-wrap:balance}.br-home-hero-subtitle{margin:0;color:#d6e2f6;font-size:1.06rem;line-height:1.65;max-width:620px}.br-home-target-band-card{margin:0;align-self:stretch}.br-home-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.br-home-heading{margin:0;font-size:26px;line-height:32px;letter-spacing:-.025em;color:#10203a}.br-home-link-btn{border:1px solid #d8e3f3;border-radius:999px;padding:8px 14px;font:inherit;font-size:14px;line-height:20px;font-weight:700;color:#29496f;cursor:pointer;background:#ffffffdb;transition:transform var(--duration-fast) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth),background var(--duration-fast) var(--ease-smooth)}.br-home-link-btn:hover{color:#1f3656;background:#fff;border-color:#c6d7ef;transform:translateY(-1px)}.br-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.br-home-card{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:20px;border:1px solid #d7e3f3;box-shadow:0 10px 22px #16294612;overflow:hidden;display:flex;flex-direction:column;min-height:0;transition:transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-med) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth)}.br-home-card.disabled{opacity:.9}.br-home-card:not(.disabled):hover{transform:translateY(-4px);border-color:#c7d8ef;box-shadow:0 24px 36px #172b4a24}.br-home-card-body{padding:22px 22px 20px;display:flex;flex-direction:column;gap:9px;flex:1}.br-home-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.br-home-card-part{font-size:12px;line-height:16px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#24466d}.br-home-card-part.muted{color:#94a3b8}.br-home-credit-pill{border-radius:999px;background:#eef3fa;color:#1b3455;border:1px solid #d7e2f1;padding:5px 10px;font-size:12px;line-height:16.5px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.br-home-icon{width:11.67px;height:11.67px;display:block}.br-home-icon-credit{width:20px;height:20px}.br-home-card-title{margin:8px 0 0;font-size:1.24rem;line-height:1.35;color:#0f172a}.br-home-card-copy{margin:0;color:#4a5d78;line-height:1.55;font-size:.95rem;min-height:40px}.br-home-card-copy.muted{color:#94a3b8}.br-home-card-meta{display:flex;align-items:center;gap:16px;margin-top:16px;padding:13px 0;border-top:1px solid #e9f0fa;border-bottom:1px solid #e9f0fa;color:#5f7593;font-size:12px;line-height:16px}.br-home-meta-item{display:inline-flex;align-items:center;gap:4px}.br-home-card-meta.muted{color:#94a3b8}.br-home-card-btn{border:0;border-radius:24px;background:linear-gradient(145deg,#2a4365,#335985);color:#fff;font-size:16px;line-height:24px;font-weight:700;padding:12px 16px;margin-top:16px;cursor:pointer;transition:filter var(--duration-fast) var(--ease-smooth),transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth);box-shadow:0 4px 8px #2137561f}.br-home-card-btn:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 6px 18px #2137564d}.br-home-card-btn:disabled{background:#e2e8f0;color:#64748b;transform:none;cursor:not-allowed}.br-home-card-btn.br-home-card-btn-coming,.br-home-card-btn.br-home-card-btn-coming:disabled{border:1px dashed #cbd8e9;border-radius:999px;background:#f1f6fc;color:#456289;font-size:.88rem;font-weight:600;padding:8px 14px;box-shadow:none}.practice-view.route-question{width:min(var(--home-max-width),calc(100vw - (var(--home-gutter) * 2)));max-width:none;margin:0 auto;padding:28px 0 40px;gap:14px}.recording-back{display:inline-flex;align-items:center;gap:8px;width:fit-content;justify-self:start;position:relative;isolation:isolate;border:0;background:linear-gradient(125deg,#c8d9ee,#abc1df 48%,#f2d4a0);color:#29496f;border-radius:999px;padding:6px 10px 6px 6px;font-weight:700;box-shadow:0 4px 9px #1c315412;overflow:hidden}.recording-back:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,#fffffff7,#f9fcfff0);z-index:0}.recording-back>*{position:relative;z-index:1}.recording-back:hover{background:linear-gradient(125deg,#b7cce6,#96b3d7 48%,#eecb8f);color:#203e63;transform:translateY(-1px);box-shadow:0 6px 12px #1c315417}.recording-back-arrow{width:28px;height:28px;border-radius:999px;background:linear-gradient(145deg,#365e90,#2b4a74);color:#f3f7ff;display:grid;place-items:center;font-size:.78rem;line-height:1;box-shadow:inset 0 0 0 1px #ffffff2e,0 2px 5px #1c32552b;transition:transform .16s ease,box-shadow .16s ease}.recording-back:hover .recording-back-arrow{transform:translate(-1px);box-shadow:inset 0 0 0 1px #ffffff38,0 3px 6px #1c325533}.recording-back-copy{display:grid;gap:0;padding:8px 16px 8px 6px}.recording-back-title{font-size:.82rem;line-height:1.1;color:#234369}.recording-screen{border-radius:0;background:transparent;border:0;box-shadow:none;padding:10px 0 4px;display:grid;gap:18px}.recording-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.recording-head-copy{display:grid;gap:6px}.recording-head-copy h2{margin:0;color:#14233b;font-size:clamp(1.36rem,2.4vw,2rem);line-height:1.2;letter-spacing:-.01em}.recording-head-copy p{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.5}.recording-suggested{border-radius:999px;border:1px solid #d2deed;background:linear-gradient(180deg,#f6f9fd,#f1f6fc);color:#4f6688;font-size:.94rem;font-weight:600;padding:9px 14px;white-space:nowrap}.recording-source-tabs{display:inline-flex;align-items:center;gap:4px;width:fit-content;max-width:100%;margin:0 auto;border-radius:999px;padding:4px;border:1px solid #d9e4f3;background:#eef4fb}.recording-source-tab{display:inline-flex;align-items:center;justify-content:center;border:0;min-height:0;padding:8px 18px;border-radius:999px;background:transparent;color:#60758f;font-size:1rem;font-weight:700;cursor:pointer;transition:color var(--duration-fast) var(--ease-smooth),background var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth)}.recording-source-tab.active{color:#1d3150;background:#fff;box-shadow:0 6px 14px #1e36581f}.recording-source-tab:hover{color:#2e4a70;background:#ffffffad}.recording-source-tab:disabled{opacity:.56;cursor:not-allowed}.recording-source-tab:disabled:hover{background:transparent}.recording-source-note{margin:4px auto 0;width:min(860px,100%);color:#6a7e97;font-size:.86rem;line-height:1.5;text-align:center}.recording-divider{display:none}.recording-question-card{border-radius:26px;border:2px solid #8da8c9;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden;display:grid;grid-template-columns:1fr;min-height:0;width:min(860px,100%);margin:0 auto;box-shadow:0 6px 14px #1b30510f;transition:box-shadow var(--duration-med) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth)}.recording-question-card.bank{border-color:#7699c3}.recording-question-card.ai{border-color:#7eb5a8}.recording-question-card:hover{box-shadow:0 10px 20px #1b305114}.recording-question-card.bank:hover{border-color:#6388b6}.recording-question-card.ai:hover{border-color:#6da597}.recording-question-copy{padding:24px 26px;display:grid;align-content:start;gap:9px}.recording-topic-label{color:#38506f;font-size:.68rem;font-weight:700;letter-spacing:.11em}.recording-question-copy h3{margin:0;color:#12223a;font-size:clamp(1.32rem,2.2vw,1.78rem);line-height:1.24;letter-spacing:-.01em}.recording-question-copy p{margin:0;color:#3f5575;font-size:1.1rem;line-height:1.62;max-width:100%}.recording-question-text{color:#2f4768;font-weight:500}.recording-answered{justify-self:start}.recording-time{display:grid;justify-items:center;gap:6px;margin-top:24px;padding-top:0}.recording-time-value{margin:0;color:#28466a;font-size:clamp(3rem,7vw,4.8rem);line-height:1;font-weight:700;letter-spacing:.025em}.recording-time-value.overtime{color:#ffb6b6}.recording-time-label{margin:0;color:#7b90ad;font-size:.82rem;font-weight:600;letter-spacing:.14em}.recording-control-row{display:flex;align-items:end;justify-content:center;gap:30px;margin-top:24px;width:min(560px,100%);margin-inline:auto}.recording-control{border:0;background:transparent;color:#587093;display:grid;justify-items:center;gap:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:transform var(--duration-fast) var(--ease-smooth),opacity var(--duration-fast) var(--ease-smooth)}.recording-control-icon{width:54px;height:54px;border-radius:999px;border:1.5px solid #d0ddee;background:#fff;display:grid;place-items:center;color:#6e83a6;font-size:1rem;line-height:1;box-shadow:0 10px 16px #1e34571f}.recording-control-icon img{width:22px;height:22px;object-fit:contain;display:block}.recording-control.minor,.recording-control.stop{gap:8px;font-size:.74rem}.recording-control.minor .recording-control-icon,.recording-control.stop .recording-control-icon{width:62px;height:62px}.recording-control.minor .recording-control-icon img,.recording-control.stop .recording-control-icon img{width:24px;height:24px}.recording-control.main .recording-control-icon,.recording-control.stop .recording-control-icon{display:none}.recording-control.main{gap:12px}.recording-mic-icon{width:102px;height:102px;border-radius:999px;background:linear-gradient(180deg,#355b90,#2b4973);box-shadow:0 16px 28px #182c4c4d;display:grid;place-items:center}.recording-mic-img{width:42px;height:42px;object-fit:contain;display:block}.recording-control.main span:last-child{color:#2c4468;font-size:.72rem}.recording-control.main.live .recording-mic-icon{animation:micPulse 1.8s var(--ease-smooth) infinite}@keyframes micPulse{0%{box-shadow:0 0 #4b6fab6b,0 14px 30px #15253e7a}70%{box-shadow:0 0 0 14px #4b6fab00,0 16px 34px #15253e85}to{box-shadow:0 0 #4b6fab00,0 14px 30px #15253e7a}}.recording-control.stop .recording-control-icon{display:grid;color:#2e466a;border-color:#ffa5b499;background:#fff}.recording-control.stop span:last-child{color:#e86473}.recording-control:disabled{opacity:.55;cursor:not-allowed}.recording-control:not(:disabled):hover{transform:translateY(-1px)}.recording-screen .notice{color:#40679f;font-size:.82rem}.recording-screen .notice.error{color:#ff8d9a}.history-modern-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.history-modern-title{margin:0;color:#14233b;font-size:clamp(1.36rem,2.4vw,2rem);line-height:1.2;letter-spacing:-.01em}.history-modern-subtitle{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.5}.history-modern-range{display:inline-flex;align-items:center;padding:4px;border-radius:999px;border:1px solid #d9e4f3;background:#eef4fb;gap:4px}.history-modern-range button{border:0;border-radius:999px;background:transparent;color:#60758f;font:inherit;font-size:1rem;font-weight:700;padding:8px 18px;cursor:pointer}.history-modern-range button.active{background:#fff;color:#1d3150;box-shadow:0 6px 14px #1e36581f}.history-modern-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);gap:12px;margin-top:28px}.history-modern-trend-card{border-color:#d4e1f1;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 24px #1b2f4e14;padding:16px 16px 10px}.history-modern-trend-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.history-modern-trend-head h3{margin:0;color:#13243d;font-size:1.2rem;line-height:1.2}.history-modern-trend-head span{display:inline-flex;align-items:center;gap:7px;color:#5f738f;font-size:.95rem}.history-modern-trend-head i{width:8px;height:8px;border-radius:50%;background:#2f4f78;display:inline-block}.history-modern-chart{display:grid;gap:8px}.history-modern-chart .chart-svg{height:232px;width:100%}.history-modern-chart-labels{display:grid;color:#8ba0bb;font-size:.83rem;font-weight:700;letter-spacing:.06em}.history-modern-chart-labels span{text-align:center}.history-modern-chart-labels span:first-child{text-align:left}.history-modern-chart-labels span:last-child{text-align:right}.history-modern-stat-stack{display:grid;gap:10px}.history-modern-stat-card{border-color:#d5e2f2;background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 10px 22px #1e324f14;padding:16px}.history-modern-stat-card.primary{border-color:#26466f;background:linear-gradient(150deg,#2f4f78,#3f648f);color:#ecf3ff}.history-modern-stat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.history-modern-stat-head h4{margin:0;font-size:1.15rem;color:#304a6e}.history-modern-stat-card.primary .history-modern-stat-head h4{color:#dce9ff}.history-modern-stat-head svg{width:20px;height:20px;color:#93a7bf}.history-modern-stat-head img{width:26px;height:26px;object-fit:contain;display:block;opacity:.9}.history-modern-stat-card.primary .history-modern-stat-head svg{color:#bfd2ef}.history-modern-stat-card.primary .history-modern-stat-head img{opacity:.95}.history-modern-stat-head svg path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.history-modern-stat-card strong{display:block;margin-top:8px;color:#10203a;font-size:clamp(2rem,4vw,2.8rem);line-height:1}.history-modern-stat-card.primary strong{color:#fff}.history-modern-stat-card p{margin:4px 0 0;color:#6f83a0;font-size:.98rem}.history-modern-stat-card.primary p{color:#ccdcf2}.history-modern-recent-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.history-modern-recent-head h3{margin:0;color:#10203a;font-size:1.2rem}.history-modern-pagination{display:inline-flex;align-items:center;gap:8px;color:#60758f;font-size:.88rem;font-weight:600}.history-modern-pagination span{min-width:46px;text-align:center}.history-modern-pagination button{border:1px solid #d4e0f0;border-radius:10px;background:#fff;color:#2f4f78;font:inherit;font-size:.85rem;font-weight:600;padding:6px 10px;cursor:pointer;transition:background var(--duration-fast) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth),color var(--duration-fast) var(--ease-smooth)}.history-modern-pagination button:hover:not(:disabled){background:#f4f8ff;border-color:#bed1e9}.history-modern-pagination button:disabled{opacity:.5;cursor:not-allowed}.history-modern-table-card{overflow:hidden;padding:0;border-color:#d6e2f2;background:#fff;margin-top:10px}.history-modern-table-head{display:grid;grid-template-columns:minmax(0,1fr) 120px 180px 150px;gap:10px;padding:14px 18px;border-bottom:1px solid #dde6f2;color:#60758f;font-size:.92rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.history-modern-table-body{display:grid}.history-modern-row{border:0;background:#fff;width:100%;text-align:left;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) 120px 180px 150px;gap:10px;align-items:center;padding:16px 18px;border-bottom:1px solid #e5edf7;transition:background var(--duration-fast) var(--ease-smooth)}.history-modern-row:last-child{border-bottom:0}.history-modern-row:hover{background:#f8fbff}.history-modern-col-main{min-width:0;display:flex;align-items:center;gap:12px}.history-modern-item-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 42px;background:var(--primary)}.history-modern-item-icon.speaking,.history-modern-item-icon.advanced,.history-modern-item-icon.general{background:var(--primary);color:#fff}.history-modern-item-icon svg{width:21px;height:21px}.history-modern-item-icon img{width:21px;height:21px;object-fit:contain;display:block}.history-modern-item-icon svg path{fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.history-modern-col-main h4{margin:0;color:#13243d;font-size:1.08rem;line-height:1.2}.history-modern-col-main p{margin:3px 0 0;color:#687d98;font-size:.94rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-modern-col-score,.history-modern-col-date,.history-modern-col-status{color:#647993;font-size:.95rem}.history-modern-score-chip{display:inline-flex;align-items:center;justify-content:center;min-width:46px;border-radius:999px;padding:7px 12px;background:#edf2f8;color:#2a4468;font-size:1.02rem;font-weight:700}.history-modern-status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700;letter-spacing:.02em}.history-modern-status-chip.ok{background:#d9f6e8;color:#099463}.history-modern-status-chip.pending{background:#fff0d7;color:#b77916}.history-modern-empty-card{border-color:#d4e1f1;background:linear-gradient(180deg,#fff,#f8fbff);margin-top:20px}.history-view.route-history-detail{gap:16px}.history-detail-head{margin-bottom:2px}.history-detail-top-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);gap:14px;align-items:stretch}.history-detail-overview-card,.history-detail-transcript-card,.history-detail-band-card,.history-detail-model-card{border-color:#d4e0f1;background:#fff;box-shadow:0 6px 14px #1e324f0d}.history-detail-overview-card{align-content:start}.history-detail-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.history-detail-chip{border-color:#d6e2f1;background:#edf3fb;color:#35557d;font-size:.72rem;padding:5px 10px}.history-detail-chip.subtle{background:#f5f8fc;color:#5b718d}.history-detail-question-text{font-size:1.16rem;line-height:1.6;letter-spacing:-.008em}.history-detail-play-btn{justify-self:flex-start;padding:9px 16px;font-size:.84rem}.history-detail-divider{width:100%;height:1px;background:#e2eaf5;margin:2px 0}.history-detail-overview-card audio{width:100%;border-radius:999px}.history-detail-transcript-text{font-size:1rem;line-height:1.7;white-space:pre-wrap}.history-detail-score-grid{display:grid;grid-template-columns:minmax(220px,270px) minmax(0,1fr);gap:14px}.history-detail-band-card{align-content:center;border-color:#cfdcf0;background:linear-gradient(180deg,#fff,#f6faff)}.history-detail-band-card .score-big{font-size:clamp(2.9rem,5vw,3.5rem);line-height:1}.history-detail-band-card .small{line-height:1.55}.history-detail-score-grid .score-card{border-color:#d5e1f1;background:#fff;box-shadow:0 6px 14px #1e324f0d}.history-detail-criteria-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.history-detail-criteria-card{display:grid;gap:10px;padding:16px;min-height:148px;border-color:#d8e3f3;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 6px 14px #1e324f0d;align-content:space-between}.history-detail-criteria-card h3{margin:0;color:#284567;font-size:1.04rem;line-height:1.45;font-weight:700}.history-detail-criteria-card strong{color:#122741;font-size:2.1rem;line-height:1;letter-spacing:-.01em}.history-detail-feedback-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.history-detail-feedback-grid .feedback-card{min-height:100%}.history-detail-feedback-grid .feedback-card:nth-child(1){border-color:#cfe7dc;background:linear-gradient(180deg,#fcfffd,#f3fbf7)}.history-detail-feedback-grid .feedback-card:nth-child(2){border-color:#eadfcf;background:linear-gradient(180deg,#fffdfa,#fbf7f0)}.history-detail-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.history-detail-language-grid.single{grid-template-columns:1fr}.history-detail-language-grid .feedback-card{border-color:#d8e4f3;background:linear-gradient(180deg,#fcfdff,#f4f8fc)}.history-detail-language-grid .history-detail-model-card{min-height:100%}.history-detail-model-text{font-size:.98rem;line-height:1.75}.history-detail-model-note{color:#5e7592;line-height:1.55}.history-view.route-history-detail .card:hover{box-shadow:0 8px 16px #1e324f0f;transform:none}.profile-modern-layout{display:grid;grid-template-columns:minmax(250px,312px) minmax(0,1fr);gap:20px;align-items:start}.profile-modern-page-head{margin-bottom:2px}.profile-modern-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.profile-modern-signout-btn{border-radius:999px;padding:9px 14px;font-size:.86rem}.profile-modern-main-single{display:grid;gap:14px;margin-top:20px}.profile-modern-sidebar{display:grid;gap:14px}.profile-modern-user-card{padding:22px 20px;align-items:center;text-align:center;gap:10px;border-color:#d7e2f0;background:#fff;box-shadow:0 8px 16px #1e324f0f}.profile-modern-avatar-wrap{position:relative;margin-bottom:6px}.profile-modern-avatar{width:98px;height:98px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,#edf3fb,#dbe8f8);border:1px solid #d2dfef;color:#2f4f78;font-size:1.55rem;font-weight:700;letter-spacing:.03em}.profile-modern-edit{position:absolute;right:0;bottom:2px;width:30px;height:30px;border:0;border-radius:999px;background:#2f4f78;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 16px #23395933}.profile-modern-edit svg{width:14px;height:14px}.profile-modern-edit svg path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.profile-modern-user-card h2{margin:0;color:#0f1f36;font-size:clamp(1.45rem,2.2vw,1.8rem);line-height:1.2;letter-spacing:-.01em}.profile-modern-user-card p{margin:0;color:#667993;font-size:1rem}.profile-modern-meta{width:100%;margin-top:12px;border-top:1px solid #e3eaf4;padding-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-modern-meta div{display:grid;gap:2px}.profile-modern-meta div+div{border-left:1px solid #e6edf6}.profile-modern-meta span{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8da0ba}.profile-modern-meta strong{color:#1d2f4d;font-size:1.02rem;font-weight:700}.profile-modern-menu{display:grid;gap:8px}.profile-modern-menu-item{display:flex;align-items:center;gap:11px;width:100%;border:1px solid transparent;border-radius:14px;padding:12px 14px;background:#f8fbff;color:#5a6e88;font:inherit;font-size:.98rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-smooth),background var(--duration-fast) var(--ease-smooth),color var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth)}.profile-modern-menu-item svg{width:20px;height:20px;flex:0 0 20px}.profile-modern-menu-item svg path,.profile-modern-menu-item svg rect,.profile-modern-menu-item svg circle{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.profile-modern-menu-item.active{background:linear-gradient(145deg,#2f4f78,#3e638f);border-color:transparent;color:#f6f9ff;box-shadow:0 12px 22px #1f34533d}.profile-modern-menu-item:not(.active):hover{border-color:#d8e3f2;background:#fff;color:#27466c}.profile-modern-menu-item.danger{color:#e35555}.profile-modern-main{display:grid;gap:14px}.profile-modern-target-card,.profile-modern-wallet-card,.profile-modern-preferences-card,.profile-modern-auth-card{border-color:#d7e2f1;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 8px 16px #1d34570f}.profile-modern-target-card{position:relative;overflow:hidden;border-color:#d2e0f2;background:linear-gradient(165deg,#fff,#f7fbff 58%,#f1f7ff)}.profile-modern-target-card:before{content:"";position:absolute;right:-48px;top:-56px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,#537d9624,#537d9600);pointer-events:none}.profile-modern-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-modern-card-title-wrap{display:grid;gap:8px}.profile-modern-section-title{margin:0;color:#0f1f36;font-size:clamp(1.24rem,1.9vw,1.48rem);line-height:1.2;letter-spacing:-.01em}.profile-modern-card-head p{margin:6px 0 0;color:#70839d;font-size:.96rem;line-height:1.5}.profile-modern-head-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#6e85a3;background:linear-gradient(180deg,#f7faff,#eef4fc);border:1px solid #dbe6f5;flex:0 0 44px}.profile-modern-head-icon.action{cursor:pointer}.profile-modern-head-icon svg{width:21px;height:21px}.profile-modern-head-icon img{width:21px;height:21px;object-fit:contain;display:block}.profile-modern-head-icon img.profile-modern-goal-icon,.profile-modern-head-icon img.profile-modern-wallet-icon{width:27px;height:27px}.profile-modern-head-icon svg path,.profile-modern-head-icon svg rect{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.profile-modern-target-score{color:#234567;font-size:clamp(2.15rem,4.2vw,2.7rem);line-height:1;letter-spacing:-.015em;margin:6px 0}.profile-modern-band-segmented{margin-top:10px;border:1px solid #d3e0f2;background:linear-gradient(180deg,#f3f8ff,#edf4fc);border-radius:16px;padding:6px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;box-shadow:inset 0 1px #ffffffb3}.profile-modern-band-segmented button{border:1px solid transparent;border-radius:12px;background:transparent;color:#5f7590;font:inherit;font-size:.86rem;font-weight:600;padding:8px 0;min-height:38px;cursor:pointer;transition:color var(--duration-fast) var(--ease-smooth),background var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth),border-color var(--duration-fast) var(--ease-smooth),transform var(--duration-fast) var(--ease-smooth)}.profile-modern-band-segmented button:hover{color:#294669;border-color:#d4e1f2;background:#ffffffc7}.profile-modern-band-segmented button.active{border-color:#2f4f781f;background:linear-gradient(145deg,#355b88,#2c4b73);color:#f5f8ff;box-shadow:0 4px 9px #1e36581f}.profile-modern-band-segmented button:focus-visible{outline:2px solid rgba(47,79,120,.25);outline-offset:1px}.profile-modern-target-note{margin:9px 2px 0;color:#627892;font-size:.86rem;font-weight:500;line-height:1.45}.profile-modern-wallet-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-modern-wallet-cluster{margin-top:12px}.profile-modern-wallet-cluster-label{margin:0 2px;color:#6b809b;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.profile-modern-wallet-divider{height:1px;margin:14px 0;background:linear-gradient(90deg,#cddaeb00,#cddaeb 18%,#cddaeb 82%,#cddaeb00)}.profile-modern-wallet-action-grid{margin-top:10px}.profile-modern-stat-box{border:1px solid #dde6f2;border-radius:14px;background:#f8fbff;padding:14px;display:grid;gap:8px}.profile-modern-stat-box span{color:#7388a4;font-size:.92rem;font-weight:700}.profile-modern-stat-box strong{color:#131f33;font-size:clamp(1.55rem,3vw,1.9rem);line-height:1.1;letter-spacing:-.01em}.profile-modern-stat-box strong small{color:#8da0b8;font-size:.98rem;font-weight:600}.profile-modern-usage-track{width:100%;height:7px;border-radius:999px;background:#e2e9f3;overflow:hidden}.profile-modern-usage-track div{height:100%;border-radius:inherit;background:linear-gradient(145deg,#2f4f78,#446898)}.profile-modern-stat-note{margin:0;color:#5f7590;font-family:inherit;font-size:.82rem;font-weight:500;line-height:1.45;white-space:nowrap}.profile-modern-stat-meta{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-modern-coming-btn{border:1px dashed #cbd8e9;border-radius:999px;background:#f1f6fc;color:#456289;font:inherit;font-size:.88rem;font-weight:600;padding:8px 14px;width:fit-content;cursor:not-allowed}.profile-modern-coming-btn:disabled{opacity:1}.profile-modern-inline-link{border:0;background:transparent;color:#2f4f78;text-align:left;width:max-content;padding:0;font:inherit;font-weight:700;font-size:.9rem;cursor:pointer}.profile-modern-inline-link:disabled{opacity:.62;cursor:wait}.profile-modern-redeem{margin-top:0;display:grid;gap:0}.profile-modern-redeem-row{display:block}.profile-modern-redeem-input-wrap{position:relative;width:100%}.profile-modern-redeem-row .input{min-width:220px;width:100%;border-radius:14px;padding-right:126px}.profile-modern-redeem-row .input:focus,.profile-modern-redeem-row .input:focus-visible{outline:none;border-color:var(--border)}.profile-modern-redeem-btn{position:absolute;top:4px;right:4px;bottom:4px;border:0;border-radius:14px;background:linear-gradient(145deg,#0f1d36,#192e53);color:#fff;font:inherit;font-size:.94rem;font-weight:700;padding:0 16px;min-width:112px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.profile-modern-redeem-btn:disabled{opacity:.64;cursor:wait}.profile-modern-support-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-modern-support-id{margin:0;color:#13243d;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:.02em}.profile-modern-copy-btn{border:1px solid #d4e0f1;border-radius:12px;background:#fff;color:#2f4f78;font:inherit;font-size:.86rem;font-weight:600;padding:8px 12px;min-width:78px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-smooth),background var(--duration-fast) var(--ease-smooth),color var(--duration-fast) var(--ease-smooth)}.profile-modern-copy-btn:hover{border-color:#bdd0e9;background:#f6f9ff}.profile-modern-copy-btn:focus-visible{outline:2px solid rgba(47,79,120,.2);outline-offset:1px}.profile-modern-pref-row{margin-top:14px;padding-top:14px;border-top:1px solid #e5ecf5;display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-modern-pref-row:first-of-type{margin-top:14px}.profile-modern-pref-label{display:flex;align-items:center;gap:12px}.profile-modern-pref-icon{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;color:#8095b2;background:#f3f7fc}.profile-modern-pref-icon svg{width:20px;height:20px}.profile-modern-pref-icon svg path,.profile-modern-pref-icon svg rect,.profile-modern-pref-icon svg circle{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.profile-modern-pref-label strong{display:block;color:#1b2d48;font-size:1rem}.profile-modern-pref-label p{margin:2px 0 0;color:#7a8ea8;font-size:.9rem}.profile-modern-segmented{border:1px solid #d9e4f3;background:#eef4fb;border-radius:999px;padding:4px;display:inline-flex;align-items:center;gap:4px}.profile-modern-segmented button{border:0;background:transparent;border-radius:999px;color:#60758f;font:inherit;font-size:.9rem;font-weight:700;padding:8px 12px;min-width:114px;cursor:pointer}.profile-modern-segmented button.active{background:#fff;color:#14233b;box-shadow:0 6px 14px #1a305214}.profile-modern-switch{position:relative;width:50px;height:30px;display:inline-flex}.profile-modern-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.profile-modern-switch span{width:100%;height:100%;border-radius:999px;border:1px solid #d4dfef;background:#e7eef8;position:relative;transition:background var(--duration-fast) var(--ease-smooth)}.profile-modern-switch span:after{content:"";position:absolute;top:3px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 3px 8px #1b2f4d33;transition:transform var(--duration-fast) var(--ease-smooth)}.profile-modern-switch input:checked+span{background:#2f4f78;border-color:#2f4f78}.profile-modern-switch input:checked+span:after{transform:translate(18px)}.profile-modern-auth-card{display:grid;gap:12px}.profile-modern-auth-tabs{display:inline-flex;align-items:center;gap:4px;width:fit-content;border:1px solid #d9e4f3;background:#eef4fb;border-radius:999px;padding:4px}.profile-modern-auth-tabs button{border:0;border-radius:999px;background:transparent;color:#60758f;font:inherit;font-weight:700;padding:8px 14px;cursor:pointer}.profile-modern-auth-tabs button.active{background:#fff;color:#1d3150;box-shadow:0 6px 14px #1e36581f}.profile-modern-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-modern-auth-grid .input{background:#f7fbff}.profile-modern-auth-submit{grid-column:1 / -1;border:0;border-radius:12px;background:linear-gradient(145deg,#2f4f78,#40658f);color:#fff;font:inherit;font-size:.95rem;font-weight:700;padding:12px;cursor:pointer}.profile-modern-auth-submit:disabled{opacity:.62}.toggle-row{align-items:center;gap:10px;color:#425a79;font-size:.92rem}.toggle-row input[type=checkbox]{width:17px;height:17px;accent-color:#2f4f78}.app-topbar{box-shadow:0 8px 18px #1a305214}.card{box-shadow:0 8px 16px #1d34570f}.card:hover{box-shadow:0 12px 22px #1d345717}.label,.chip,.btn,.pill-btn,.recording-source-tab,.history-modern-range button,.history-modern-table-head,.history-modern-status-chip,.br-home-link-btn,.br-home-card-btn,.br-home-card-part,.br-home-credit-pill,.br-home-hero-kicker,.recording-back,.recording-topic-label,.recording-control,.profile-modern-redeem label,.profile-modern-redeem-btn,.profile-modern-inline-link,.profile-modern-copy-btn,.profile-modern-segmented button,.profile-modern-auth-tabs button,.profile-modern-stat-box span{font-weight:600}.icon-btn,.score-big,.result-band-label,.result-band-value,.result-criteria-icon,.result-study-btn,.history-modern-score-chip,.profile-modern-target-score,.profile-modern-stat-box strong{font-weight:700}.result-summary-card,.result-criteria-card,.result-note-card,.history-modern-trend-card,.history-modern-stat-card,.history-modern-table-card,.br-home-card,.recording-question-card,.profile-modern-target-card,.profile-modern-wallet-card,.profile-modern-preferences-card,.profile-modern-auth-card{box-shadow:0 8px 16px #1d34570f}.result-retake-btn,.recording-back,.br-home-card-btn{box-shadow:0 4px 9px #182b491a}.result-retake-btn:hover,.recording-back:hover,.br-home-card-btn:hover{box-shadow:0 6px 12px #182b4921}.recording-question-card:hover{box-shadow:0 10px 18px #1b305114}.recording-control-icon{box-shadow:0 7px 13px #1e34571a}.recording-mic-icon{box-shadow:0 12px 22px #182c4c3d}.result-summary-card,.result-study-plan,.br-home-hero,.br-home-card,.recording-question-card{border-radius:22px}.result-criteria-card,.result-note-card,.result-corrections-card,.history-modern-trend-card,.history-modern-table-card,.profile-modern-stat-box{border-radius:16px}.profile-modern-menu-item.active{box-shadow:0 10px 18px #1f345333}.admin-intro .br-page-subtitle{max-width:740px}.admin-overview-card{border-color:#d3dff1;background:linear-gradient(180deg,#fff,#f8fbff)}.admin-bank-card,.admin-policy-card{border-color:#d5e0f0}.admin-policy-card .toggle-row{font-weight:600}.plan-card{border-radius:var(--radius-lg);border:1px solid var(--line-subtle);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 8px 16px #1d34570f;padding:14px;display:grid;gap:8px;transition:border-color var(--duration-fast) var(--ease-smooth),transform var(--duration-fast) var(--ease-smooth),box-shadow var(--duration-fast) var(--ease-smooth)}.plan-card:hover{border-color:#cbdcf3;transform:translateY(-1px);box-shadow:0 12px 24px #1d34571a}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (min-width: 980px){.tabbar.tabbar-home{display:none}.history-detail-score-grid{align-items:stretch}.history-detail-criteria-grid{height:100%;align-items:stretch}.history-detail-criteria-card{height:100%;min-height:0}.route-history-home,.route-profile-home{display:block}.route-profile-home .profile-modern-layout{grid-template-columns:minmax(250px,312px) minmax(0,1fr)}.route-profile-home .profile-modern-sidebar{position:sticky;top:92px}.route-landing,.route-onboarding{max-width:860px;margin:0 auto}}@media (max-width: 1180px){.figma-home-left{gap:18px}.figma-home-nav-btn{font-size:14px;padding:10px 13px}.figma-home-stats{gap:10px}.figma-home-stat{padding:6px 12px;font-size:13px}}@media (max-width: 980px){.app-shell{width:calc(100vw - 18px)}.tabbar.tabbar-home{display:grid;left:0;right:0;bottom:0;transform:none;width:100%;border-radius:0;border-left:0;border-right:0;border-bottom:0;border-top:1px solid rgba(217,226,240,.95);background:#fffffff5;box-shadow:0 -8px 24px #15284514;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:8px;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.tabbar.tabbar-home .tab-item{width:100%;min-height:42px;border-radius:12px;font-size:.84rem;padding:10px 12px;text-align:center}.tabbar.tabbar-home .tab-item.tab-item-nav{background:transparent;color:#475569;font-weight:500;justify-content:center}.tabbar.tabbar-home .tab-item.tab-item-nav.active{background:#2a436514;color:#2a4365;font-weight:600;box-shadow:none}.tabbar.tabbar-home .tab-item.tab-item-nav:not(.active):hover{background:#2a436512;color:#2a4365}.tabbar.tabbar-home .tab-item.tab-item-nav .figma-home-nav-icon{width:30px;height:30px;min-width:30px}.figma-home-shell{--home-gutter: 16px}.figma-home-topbar{top:0;border-radius:0;border:0;border-bottom:1px solid #e2e8f0;margin-bottom:0;box-shadow:none}.figma-home-topbar-inner{min-height:76px;padding:10px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo stats";align-items:center;gap:10px}.figma-home-left{display:contents}.figma-home-logo-lockup{grid-area:logo}.figma-home-brand-mark{height:54px}.figma-home-nav{display:none}.figma-home-stats{grid-area:stats;width:auto;justify-content:flex-end;flex-wrap:nowrap;overflow:visible;padding-bottom:0}.figma-home-stat{flex:0 0 auto}.practice-view.route-landing,.practice-view.route-practice-home{padding:30px 0 34px;gap:22px}.practice-view.route-question{padding:22px 0 30px;gap:12px}.practice-view.route-onboarding,.practice-view.route-result,.history-view.route-history-home,.history-view.route-history-detail,.profile-view.route-profile-home,.profile-view.route-admin-lite{padding:22px 0 30px;gap:14px}.history-view.route-history-home{gap:22px}.history-view.route-history-detail{gap:14px}.history-modern-recent-head{align-items:flex-end;flex-wrap:wrap}.history-modern-pagination{margin-left:auto}.history-detail-top-grid,.history-detail-score-grid,.history-detail-feedback-grid,.history-detail-language-grid{grid-template-columns:1fr;gap:12px}.history-detail-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.br-page-intro{flex-direction:column;gap:10px}.profile-modern-head-actions{width:100%;justify-content:flex-start}.recording-screen{padding:8px 0 2px;gap:14px}.recording-head{flex-direction:column;align-items:flex-start;margin-bottom:10px}.recording-head-copy h2{font-size:clamp(1.2rem,4vw,1.7rem)}.recording-head-copy p{font-size:.95rem}.recording-suggested{font-size:.88rem;padding:8px 12px}.recording-source-tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;border:1px solid #d9e4f3;background:#eef4fb;padding:4px;gap:4px}.recording-source-tab{font-size:.95rem;min-height:0;padding:8px 12px}.recording-source-note{font-size:.84rem;line-height:1.45;text-align:left}.recording-question-card{grid-template-columns:1fr;min-height:0}.recording-question-copy{padding:18px}.recording-question-copy h3{font-size:1.28rem}.recording-question-copy p{font-size:1rem;max-width:100%}.recording-time-value{font-size:clamp(2.5rem,7vw,3.5rem)}.recording-time-label{font-size:.86rem}.recording-control-row{gap:22px;margin-top:20px}.recording-control{font-size:.7rem}.recording-control-icon{width:50px;height:50px;font-size:1rem}.recording-control-icon img{width:20px;height:20px}.recording-control.minor,.recording-control.stop{font-size:.72rem}.recording-control.minor .recording-control-icon,.recording-control.stop .recording-control-icon{width:56px;height:56px}.recording-control.minor .recording-control-icon img,.recording-control.stop .recording-control-icon img{width:22px;height:22px}.recording-mic-icon{width:88px;height:88px}.recording-mic-img{width:36px;height:36px}.br-home-hero{padding:36px 30px 54px}.br-home-top-grid{grid-template-columns:1fr;gap:14px}.br-home-hero-kicker{font-size:.68rem;padding:6px 10px}.br-home-hero-title{font-size:clamp(34px,6vw,44px)}.br-home-hero-subtitle{font-size:.98rem;line-height:1.58}.br-home-heading{font-size:24px;line-height:1.3}.br-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.br-home-card-title{font-size:17px;line-height:24px}.route-profile-home{display:grid;gap:14px}.profile-modern-layout{grid-template-columns:1fr}.profile-modern-menu{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-modern-menu-item{justify-content:center;padding:11px 10px}.profile-modern-menu-item span{display:none}.profile-modern-section-title{font-size:1.34rem}.history-modern-overview{grid-template-columns:1fr 290px}.history-modern-table-head,.history-modern-row{grid-template-columns:minmax(0,1fr) 110px 160px 140px}.profile-modern-wallet-grid{grid-template-columns:1fr}.profile-modern-redeem-row .input{min-width:0}.profile-modern-auth-grid,.result-summary-card{grid-template-columns:1fr}.result-band-box{justify-items:start;padding:14px 16px;gap:6px}.result-band-value{font-size:clamp(2.6rem,8vw,3.5rem)}.result-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-insights-grid{grid-template-columns:1fr}.result-study-plan{padding:22px}}@media (max-width: 760px){.figma-home-shell{--home-gutter: 12px;width:100%;padding-top:0}.figma-home-topbar{top:0}.figma-home-topbar-inner{min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo stats";gap:8px;align-items:center}.figma-home-left{display:contents}.figma-home-logo-lockup{grid-area:logo}.figma-home-brand-mark{height:48px}.figma-home-nav-btn{font-size:13px;padding:10px 12px;gap:8px}.figma-home-nav{display:none}.figma-home-stat{font-size:12px;padding:7px 10px}.figma-home-stats{grid-area:stats;display:flex;width:auto;justify-content:flex-end;gap:0;overflow:visible;padding-bottom:0}.figma-home-stat{justify-content:center;min-width:0}.figma-home-credit-tooltip{right:auto;left:0;max-width:min(84vw,320px)}.figma-home-credit-tooltip:before{right:auto;left:18px}.practice-view.route-landing,.practice-view.route-practice-home{padding:18px 0 22px;gap:14px}.practice-view.route-question,.practice-view.route-onboarding,.practice-view.route-result,.history-view.route-history-home,.history-view.route-history-detail,.profile-view.route-profile-home,.profile-view.route-admin-lite{padding:12px 0 18px;gap:10px}.history-view.route-history-home{gap:16px}.history-view.route-history-detail{gap:10px}.history-detail-head .recording-head-copy{gap:4px}.history-detail-card-head{align-items:flex-start;flex-wrap:wrap;gap:8px}.history-detail-chip{font-size:.68rem;padding:5px 9px}.history-detail-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.history-detail-question-text{font-size:1rem;line-height:1.58}.history-detail-play-btn{width:100%;text-align:center;justify-self:stretch}.history-detail-band-card .score-big{font-size:clamp(2.5rem,12vw,3.1rem)}.history-detail-transcript-text,.history-detail-model-text{font-size:.93rem;line-height:1.68}.br-page-title{font-size:1.08rem;line-height:1.3}.br-page-subtitle{font-size:.88rem;line-height:1.45}.recording-screen{border-radius:0;padding:4px 0 10px;gap:10px}.recording-back{padding:4px 6px 4px 4px}.recording-back-arrow{width:24px;height:24px;font-size:.7rem}.recording-back-copy{padding:7px 12px 7px 6px}.recording-back-title{font-size:.76rem}.recording-source-tabs{gap:4px;margin-top:2px;width:100%;overflow:visible;padding:4px}.recording-source-tab{font-size:.9rem;min-height:0;padding:8px 10px;border-radius:999px}.recording-question-copy{padding:12px;gap:5px}.recording-question-copy h3{font-size:1.02rem}.recording-question-copy p{font-size:.92rem}.recording-time{gap:3px;margin-top:16px;padding-top:0}.recording-time-value{font-size:clamp(2rem,10vw,2.5rem)}.recording-control-row{width:100%;justify-content:space-between;gap:12px;margin-top:16px}.recording-control{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1;min-height:116px;text-transform:none;letter-spacing:.02em}.recording-control span:last-child{white-space:nowrap}.recording-control.main{flex:1.2;min-height:116px}.recording-mic-icon{width:70px;height:70px}.recording-mic-img{width:30px;height:30px}.recording-control.main span:last-child{font-size:.62rem}.recording-control.minor .recording-control-icon,.recording-control.stop .recording-control-icon{width:50px;height:50px}.recording-control.minor .recording-control-icon img,.recording-control.stop .recording-control-icon img{width:20px;height:20px}.recording-control.stop span:last-child,.recording-control.minor span:last-child{font-size:.62rem}.history-modern-head{align-items:flex-start;flex-direction:column}.history-modern-title{font-size:clamp(1.2rem,4vw,1.7rem)}.history-modern-subtitle{font-size:.95rem}.history-modern-overview{grid-template-columns:1fr}.history-modern-stat-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.history-modern-trend-head h3,.history-modern-recent-head h3{font-size:1.35rem}.history-modern-recent-head{align-items:flex-start;flex-direction:column;gap:10px}.history-modern-pagination{width:100%;justify-content:space-between}.history-modern-chart .chart-svg{height:188px}.history-modern-table-head{display:none}.history-modern-row{grid-template-columns:1fr;gap:10px;padding:12px}.history-modern-col-score,.history-modern-col-date,.history-modern-col-status{display:inline-flex;align-items:center;gap:8px;font-size:.86rem}.history-modern-col-score:before,.history-modern-col-date:before,.history-modern-col-status:before{content:attr(data-label);color:#8ca0bb;font-weight:700}.profile-modern-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-modern-target-card,.profile-modern-wallet-card,.profile-modern-auth-card{min-width:0;overflow:hidden}.profile-modern-card-head,.profile-modern-wallet-grid,.profile-modern-wallet-action-grid,.profile-modern-stat-box{min-width:0}.profile-modern-user-card h2,.profile-modern-section-title{font-size:1.32rem}.profile-modern-target-score{font-size:2.4rem}.profile-modern-band-segmented{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.profile-modern-band-segmented button{font-size:.82rem;min-height:34px;border-radius:10px}.profile-modern-redeem-input-wrap,.profile-modern-redeem-row .input{width:100%}.profile-modern-redeem-row .input{padding-right:112px}.profile-modern-redeem-btn{top:4px;right:4px;bottom:4px;padding:0 14px;min-width:98px;font-size:.85rem}.profile-modern-support-row{align-items:flex-start;flex-direction:column}.profile-modern-support-id{font-size:.86rem;font-weight:500;overflow-wrap:anywhere;word-break:break-word}.profile-modern-stat-meta{align-items:flex-start;flex-wrap:wrap;gap:6px 10px}.profile-modern-stat-note{white-space:normal;overflow-wrap:anywhere}.profile-modern-coming-btn{width:100%;max-width:100%;text-align:center;white-space:normal}.profile-modern-pref-row{flex-direction:column;align-items:flex-start}.profile-modern-segmented{width:100%}.profile-modern-segmented button{flex:1;min-width:0}.result-hero{flex-direction:column;align-items:flex-start}.result-title{font-size:clamp(1.55rem,8vw,2.2rem)}.result-date{font-size:.9rem}.result-retake-btn{width:100%;text-align:center;padding:12px 14px}.result-summary-card{border-radius:18px;padding:14px;gap:12px}.result-band-box{border-radius:14px}.result-band-label{font-size:.74rem}.result-summary-copy h3{font-size:1.12rem}.result-summary-copy p{font-size:.92rem}.result-section-title{font-size:1.22rem}.result-criteria-grid{grid-template-columns:1fr;gap:10px}.result-criteria-card{border-radius:16px;padding:12px;gap:6px}.result-criteria-card h4{font-size:1rem}.result-criteria-card p{font-size:.9rem}.result-note-card{border-radius:16px;padding:14px;gap:8px}.result-note-card h4{font-size:1.06rem}.result-note-card ul{gap:8px;padding-left:18px;font-size:.9rem}.result-corrections-card{border-radius:16px}.result-tab{font-size:.88rem;padding:10px 12px}.result-tab.active:after{left:12px;right:12px}.result-corrections-list,.result-model-answer{padding:12px}.result-correction-row{font-size:.88rem;padding:9px 10px}.result-study-plan{border-radius:18px;padding:16px 14px;flex-direction:column;align-items:flex-start;gap:10px}.result-study-copy h3{font-size:1.2rem}.result-study-copy p{font-size:.9rem}.result-study-btn{width:100%;padding:11px 13px}.br-home-hero{border-radius:20px;padding:22px 16px 30px}.br-home-top-grid{gap:12px}.br-home-hero-kicker{font-size:.62rem;padding:5px 9px}.br-home-hero-title{font-size:clamp(30px,8vw,36px);line-height:1.05}.br-home-hero-subtitle{font-size:15px;line-height:23px}.br-home-heading{font-size:21px;line-height:28px}.br-home-grid{grid-template-columns:1fr;gap:14px}.br-home-card{min-height:0}.br-home-card-body{padding:18px 14px 14px}.br-home-card-title{font-size:17px;line-height:24px}.br-home-card-copy{min-height:auto}.app-shell:not(.figma-home-shell){padding-top:12px;padding-bottom:calc(104px + env(safe-area-inset-bottom))}.app-topbar:not(.figma-home-topbar){top:8px;padding:12px}.card{padding:15px}.setup-grid,.admin-grid{grid-template-columns:1fr}.tab-item{font-size:.86rem;padding:9px}}
