:root{color-scheme:light;font-family:Pretendard,SUIT,Apple SD Gothic Neo,Noto Sans KR,sans-serif;line-height:1.5;font-weight:400;background:#f3f5f7;color:#1f2329;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f3f5f7;--surface: rgba(255, 252, 246, .88);--surface-strong: rgba(255, 249, 240, .96);--surface-tint: rgba(244, 237, 227, .9);--line: rgba(81, 70, 58, .12);--text: #1f2329;--muted: #616975;--brand: #21433b;--brand-strong: #18342d;--brand-soft: rgba(33, 67, 59, .1);--accent: #b56c50;--accent-soft: rgba(181, 108, 80, .14);--shadow: 0 22px 48px rgba(54, 44, 35, .12);--shadow-soft: 0 14px 30px rgba(54, 44, 35, .08);--radius-xl: 30px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;color:var(--text);background:var(--bg)}body.body--locked{overflow:hidden}button,input,textarea{font:inherit}button{color:inherit}button:disabled{opacity:.48;cursor:not-allowed}#app{min-height:100vh}.app-shell{width:min(100%,780px);margin:0 auto;padding:18px 16px 36px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;position:relative;z-index:30}.brand-stack{display:grid;gap:4px}.brand-kicker{margin:0;color:var(--accent);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.brand-name{font-size:clamp(1.2rem,5vw,1.8rem);line-height:1.12}.brand-link{color:var(--text);text-decoration:none;font-size:clamp(1.2rem,5vw,1.8rem);font-weight:800;line-height:1.12}.brand-link:hover,.brand-link:focus-visible{color:var(--brand);outline:none}.brand-subcopy{margin:0;max-width:34rem;color:var(--muted);font-size:.92rem}.topbar--exam .brand-subcopy{font-size:.86rem}.menu-button{min-width:56px;min-height:52px;padding:0 14px;border:0;border-radius:18px;background:#fffffff2;box-shadow:0 10px 24px #1f232914;color:var(--brand);font-weight:700;cursor:pointer}.menu-button--meta{min-width:auto;padding:0 16px;font-size:.92rem;white-space:nowrap}.menu-button:hover,.menu-button:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px #362c231a;outline:none}.menu-button--hamburger{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;position:relative;z-index:36}.menu-button__bar{display:block;width:20px;height:2px;border-radius:999px;background:var(--brand);transition:transform .18s ease,opacity .16s ease}.menu-button--hamburger.is-open .menu-button__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button--hamburger.is-open .menu-button__bar:nth-child(2){opacity:0}.menu-button--hamburger.is-open .menu-button__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.topbar-menu{position:relative;z-index:36}.topbar-menu.is-open .menu-button{background:#fff;box-shadow:0 18px 34px #1f23291f}.topbar-menu.is-closing .menu-button{background:#fffffff2;box-shadow:0 12px 24px #1f232914}.topbar-menu__panel{position:absolute;top:calc(100% + 12px);right:0;width:min(320px,calc(100vw - 32px));opacity:0;transform:translate3d(10px,-12px,0) scale(.68);transform-origin:top right;pointer-events:none;z-index:36;will-change:transform,opacity}.topbar-menu__panel.is-open{opacity:1;transform:translateZ(0) scale(1);pointer-events:auto;animation:topbar-menu-pop-in .24s cubic-bezier(.2,.9,.25,1) both}.topbar-menu__panel.is-closing{opacity:0;transform:translate3d(10px,-12px,0) scale(.68);pointer-events:none;animation:topbar-menu-pop-out .19s cubic-bezier(.55,.05,.7,.2) both}.topbar-menu__sheet{display:grid;gap:6px;padding:10px;border:1px solid rgba(81,70,58,.08);border-radius:26px;background:#fffffff5;box-shadow:0 22px 42px #1f232929;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-height:min(calc(100vh - 120px),560px);overflow-y:auto;overscroll-behavior:contain}.topbar-menu-item{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:0;border-radius:20px;background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.topbar-menu-item:hover,.topbar-menu-item:focus-visible{background:#d2e4e273;outline:none}.topbar-menu-item:disabled{opacity:.42;cursor:default}.topbar-menu-item__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#d2e4e285;color:var(--brand)}.topbar-menu-item--warm .topbar-menu-item__icon{background:#ffd166}.topbar-menu-item--cool .topbar-menu-item__icon{background:#dbe3ec}.topbar-menu-item__icon svg{width:19px;height:19px;fill:currentColor;stroke:currentColor;stroke-width:1.2}.topbar-menu-item__copy{min-width:0;display:grid;gap:2px}.topbar-menu-item__copy strong{font-size:.95rem;line-height:1.2}.topbar-menu-item__copy span{color:var(--muted);font-size:.78rem;line-height:1.2}.topbar-menu-item__chevron{color:#3f4d4a99;font-size:1.3rem;line-height:1}.topbar-menu-backdrop{position:fixed;inset:0;border:0;background:#11182700;pointer-events:none;opacity:0;z-index:24}.topbar-menu-backdrop.is-open{background:#11182714;pointer-events:auto;opacity:1;animation:topbar-menu-backdrop-in .22s ease both}.topbar-menu-backdrop.is-closing{background:#11182700;pointer-events:none;opacity:0;animation:topbar-menu-backdrop-out .18s ease both}.platform-topbar__actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;flex-wrap:wrap}.topbar--platform-subject{display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:10px}.platform-topbar__subject-row,.platform-topbar__brand-row{width:100%}.platform-topbar__brand-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.brand-stack--subject{min-width:0;flex:1 1 auto}.platform-subject-switcher{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:42px;min-width:212px;padding:0 38px 0 12px;border-radius:14px;background:#fffffff5;box-shadow:0 8px 18px #1f232914;color:var(--brand);font-size:.84rem;font-weight:800;cursor:pointer}.topbar--platform-subject .platform-subject-switcher{width:100%;min-width:0;min-height:40px;padding:0 40px 0 14px;border-radius:15px;font-size:.85rem}.platform-subject-switcher__current{pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platform-subject-switcher select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.platform-subject-switcher__chevron{position:absolute;right:12px;color:#362c23b3;font-size:.88rem;pointer-events:none}.topbar--platform-subject .topbar-menu{margin-left:auto;flex:0 0 auto}.app-shell--platform{display:grid;gap:18px}.platform-hub-hero,.platform-subject-hero,.platform-silo-footnote{padding:22px 20px}.topbar--platform-hub{margin-bottom:6px}.topbar--platform-hub .brand-stack{gap:6px}.topbar--platform-hub .brand-subcopy{max-width:none;font-size:.88rem}.platform-hub-intro{display:grid;gap:8px;padding:4px 2px 2px}.platform-hub-intro h1{margin:0;font-size:clamp(1.6rem,6vw,2.3rem);line-height:1.12;letter-spacing:-.02em}.platform-hub-intro p{margin:0;color:var(--muted);font-size:.92rem}.platform-hub-grid,.platform-silo-grid{display:grid;gap:12px}.platform-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-hub-card{display:grid;gap:8px;padding:20px 18px;border-radius:28px;border:1px solid rgba(81,70,58,.08);background:linear-gradient(180deg,#fffcf7fa,#f9f3eaf2),var(--surface);box-shadow:var(--shadow-soft);color:var(--text);text-decoration:none;justify-items:flex-start;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.platform-hub-card:hover,.platform-hub-card:focus-visible{transform:translateY(-2px);box-shadow:0 18px 34px #362c231f;border-color:#51463a24;outline:none}.platform-hub-card__emoji{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#ffd166;font-size:1.65rem}.platform-hub-card strong{font-size:1.12rem;line-height:1.24}.platform-hub-card p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.platform-hub-card__state{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;justify-self:end}.platform-hub-card__state.is-ready{background:#ffd16661;color:#6e4a00}.platform-hub-card__state.is-soon{background:#21433b17;color:var(--brand)}.platform-silo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.app-shell--subject-silo{padding-top:10px}.platform-silo-card .section-shell__summary{margin-top:10px}.search-shell,.utility-deck,.mindmap-shell,[data-today-start-hero-zone]{margin-top:18px}.top-search-form{margin-top:14px}.top-search-field{position:relative;display:flex;align-items:center;width:100%;min-height:60px;padding:0 18px 0 54px;border-radius:999px;background:#fff}.top-search-icon{position:absolute;left:18px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#1f23296b}.top-search-icon svg{width:20px;height:20px;display:block;fill:currentColor}.top-search-field input{width:100%;min-width:0;min-height:56px;border:0;background:transparent;color:var(--text);font-size:1rem}.top-search-field input::placeholder{color:#616975ad}.top-search-field input:focus-visible{outline:none}.search-shell{padding:18px;border:1px solid rgba(255,255,255,.46);border-radius:var(--radius-xl);min-width:0;overflow-x:hidden;background:linear-gradient(180deg,#fffcf7e6,#f9f3eaf5),var(--surface);box-shadow:var(--shadow-soft)}.search-shell__header,.utility-hub-header{display:grid;gap:8px}.search-shell__header h2,.utility-hub-header h2,.utility-card-header h3,.mindmap-center strong,.utility-panel h3{margin:0;min-width:0;overflow-wrap:anywhere}.search-form{display:grid;gap:10px;margin-top:16px;min-width:0}.search-field{position:relative;display:grid;gap:10px;min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:22px;background:var(--surface-strong)}.field-label{color:var(--muted);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.search-field input{width:100%;min-height:48px;padding:13px 110px 13px 2px;border:0;background:transparent;color:var(--text);font-size:1rem}.search-field input:focus-visible{outline:none}.search-submit{position:absolute;right:14px;bottom:14px;min-width:76px;min-height:42px;padding:0 14px;border:1px solid rgba(33,67,59,.12);border-radius:14px;background:#21433b1a;color:var(--brand);font-weight:700;cursor:pointer}.search-submit:hover,.search-submit:focus-visible{border-color:#21433b3d;background:#21433b29;outline:none}.search-notice{margin:12px 0 0;color:var(--muted);font-size:.9rem}.app-toast{position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 24px);z-index:160;transform:translate(-50%,14px);min-width:120px;max-width:min(280px,calc(100vw - 40px));padding:12px 16px;border-radius:999px;background:#1f2329eb;color:#fff;font-size:.9rem;font-weight:700;text-align:center;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;box-shadow:0 18px 30px #12181c2e}.app-toast.is-visible{opacity:1;transform:translate(-50%)}.note-search-shell--results{padding-top:12px}.search-shell__header--results{display:flex;align-items:end;justify-content:space-between;gap:12px}.search-result-card,.utility-hub-card,.mindmap-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffcf7f5,#f9f3eaf0),var(--surface);box-shadow:var(--shadow-soft)}.search-result-card{margin-top:14px;padding:16px;width:100%;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden}.utility-card-header{display:flex;justify-content:space-between;gap:12px;align-items:start;min-width:0}.utility-card-header>div{min-width:0}.search-result-list{display:flex;gap:10px;margin-top:14px;inline-size:100%;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:thin}.search-result-button{flex:0 0 min(280px,calc(100vw - 92px));inline-size:min(280px,calc(100vw - 92px));max-width:100%;max-inline-size:100%;min-width:0;box-sizing:border-box;overflow:hidden;padding:14px;border:1px solid rgba(81,70,58,.08);border-radius:18px;text-align:left;cursor:pointer;display:grid;gap:8px}.search-result-button--question{background:linear-gradient(180deg,#f1f7f4fa,#e8f1ecfa)}.search-result-button__chapter{color:var(--accent);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.search-result-button strong{font-size:.94rem;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.search-result-button span:last-child{color:var(--muted);font-size:.82rem;overflow-wrap:anywhere;word-break:break-word}.note-utility-button{background:linear-gradient(180deg,#fbf5ddf5,#f6edcdf5)}.utility-hub-card{padding:16px}.utility-hub-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.utility-hub-pill{min-height:42px;padding:9px 14px;border:1px solid rgba(81,70,58,.08);border-radius:999px;background:#ffffffe6;display:inline-grid;gap:2px;cursor:pointer;text-align:left}.utility-hub-pill strong{font-size:.92rem}.utility-hub-pill span{color:var(--muted);font-size:.78rem}.utility-hub-pill.is-active{border-color:#21433b2e;background:#21433b14}.utility-hub-pills--question-tts{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:10px;margin:14px 0 18px}.utility-hub-pills--question-tts .utility-hub-pill{width:100%;min-height:0;padding:10px 12px;border:0;border-radius:16px;background:#dbe5e1;color:#3f4d4a;gap:4px;justify-items:start;text-align:left;box-shadow:none}.utility-hub-pills--question-tts .utility-hub-pill strong{font-size:.82rem;line-height:1.2}.utility-hub-pills--question-tts .utility-hub-pill span{font-size:.72rem;letter-spacing:.01em;color:#5a6a66}.utility-hub-pills--question-tts .utility-hub-pill.is-active{background:#fff;box-shadow:0 10px 20px #1f23290f}.utility-panel-shell{margin-top:14px}.utility-panel{display:grid;gap:14px;padding:16px;border-radius:22px;background:#ffffffd1;border:1px solid rgba(81,70,58,.08)}.utility-panel p,.utility-panel h3{margin:0}.utility-panel__eyebrow,.mindmap-center__eyebrow{color:var(--accent);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.utility-panel__actions,.utility-panel__chips{display:flex;flex-wrap:wrap;gap:8px}.utility-panel__chip{min-height:40px;padding:0 12px;border:1px solid rgba(81,70,58,.08);border-radius:999px;background:#f6f0e6eb;color:var(--text);cursor:pointer}.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.scope-stat{padding:12px;border-radius:18px;background:#f8f4ecb3;border:1px solid rgba(81,70,58,.08);display:grid;gap:4px}.scope-stat span{color:var(--muted);font-size:.82rem}.scope-stat strong{font-size:1rem}.mindmap-card{position:relative;padding:26px 22px;overflow:hidden}.mindmap-card:before{content:"";position:absolute;inset:18px auto auto 18px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(33,67,59,.08),transparent 72%);pointer-events:none}.mindmap-center{display:grid;gap:6px;padding:18px;border-radius:28px;background:linear-gradient(145deg,#18342df5,#21433beb);color:#f8f4ea;box-shadow:var(--shadow)}.mindmap-center__eyebrow{color:#f8f4ecb8}.mindmap-center strong{font-size:clamp(1.1rem,4vw,1.6rem)}.mindmap-center span:last-child{color:#f8f4ecc2;font-size:.9rem}.mindmap-grid{display:grid;gap:12px;margin-top:16px}.mindmap-branch{display:grid;gap:10px;padding:16px;border-radius:22px;background:#ffffffbd;border:1px solid rgba(81,70,58,.08)}.mindmap-branch__header{display:flex;justify-content:space-between;gap:12px;align-items:start}.mindmap-branch__header span{color:var(--muted);font-size:.82rem}.mindmap-node-list{display:flex;flex-wrap:wrap;gap:8px}.mindmap-node{min-height:40px;padding:9px 12px;border:1px solid rgba(81,70,58,.08);border-radius:999px;background:#efe1c785;color:var(--text);cursor:pointer;text-align:left}.mindmap-node--ghost{background:#ffffffbd;color:var(--muted)}.hero{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(255,248,235,.12),transparent 28%),linear-gradient(145deg,#18342dfa,#21433bf0),var(--surface);color:#f8f4ec;box-shadow:var(--shadow)}.hero:before{content:"";position:absolute;inset:auto -10% -28% 40%;height:180px;background:radial-gradient(circle,rgba(181,108,80,.22),transparent 60%);pointer-events:none}.hero__topline{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.hero h1{margin:10px 0 12px;font-size:clamp(2.15rem,8vw,3rem);line-height:1}.hero__body{position:relative;z-index:1;display:grid;gap:18px;margin-top:14px}.hero__copy{display:grid;gap:0}.hero__eyebrow,.subject-card__eyebrow,.modal-header__eyebrow{margin:0;font-size:.84rem;letter-spacing:.04em;text-transform:uppercase;opacity:.8}.hero__utility{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(248,244,236,.16);background:#f8f4ec14;color:#f8f4ece6;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.hero__summary{margin:0;max-width:32rem;color:#f8f4ecd6;font-size:1rem}.hero__microcopy{margin:0;max-width:33rem;color:#f8f4ecb8;font-size:.9rem}.hero__panel{position:relative;z-index:1;padding:14px;border-radius:22px;border:1px solid rgba(248,244,236,.14);background:#f8f4ec14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__panel-label{margin:0 0 12px;color:#f8f4ecb8;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.hero__frequent-panel{margin-top:14px;padding-top:14px;border-top:1px solid rgba(248,244,236,.12)}.hero__frequent-title{margin:0;color:#f8f4ecc7;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hero-stat{padding:12px;border-radius:18px;background:#f8f4ec1f;border:1px solid rgba(248,244,236,.12)}.hero-stat strong{display:block;margin-top:4px;font-size:1.05rem}.hero-stat__label{color:#f8f4ecb8;font-size:.82rem}.hero__subject-rail{position:relative;z-index:1;display:flex;gap:10px;margin-top:18px;overflow-x:auto;padding-bottom:2px}.subject-jump{min-width:150px;padding:12px 14px;border-radius:20px;border:1px solid rgba(248,244,236,.14);background:#f8f4ec14;color:inherit;text-decoration:none;display:grid;gap:4px}.subject-jump:hover,.subject-jump:focus-visible{border-color:#f8f4ec3d;background:#f8f4ec1f;outline:none}.subject-jump strong{font-size:.96rem}.subject-jump__label{color:#f8f4ecb8;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}.hero__rail-note{position:relative;z-index:1;margin:14px 0 0;color:#f8f4ecb8;font-size:.88rem}.subject-stage-banner{display:flex;justify-content:center;width:100%;margin-top:14px}.subject-stage-banner p{margin:0;min-height:48px;padding:12px 18px;border-radius:18px;background:#fffffff0;border:1px solid rgba(81,70,58,.08);box-shadow:var(--shadow-soft);font-size:.96rem;font-weight:800}.section-shell{margin-top:18px;padding:18px;border:1px solid rgba(255,255,255,.46);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffcf7d1,#f9f3eaeb),var(--surface);box-shadow:var(--shadow-soft)}.app-shell--exam-first>.search-shell,.app-shell--exam-first>[data-today-start-hero-zone],.app-shell--exam-first>.exam-home-shell,.app-shell--exam-first>.search-shell .search-result-card,.app-shell--exam-first>.exam-home-shell>[data-exam-cta-zone] .exam-cta-card,.app-shell--exam-first>.exam-home-shell>[data-exam-summary] .dashboard-card{border:0;box-shadow:none}.today-start-hero{width:100%}.today-start-hero .exam-cta-card--hero{min-height:112px;padding:20px 22px;border-radius:28px;border:0;box-shadow:none}.today-start-hero .exam-cta-card--hero:hover,.today-start-hero .exam-cta-card--hero:focus-visible,.today-start-hero .exam-cta-card--hero.is-active{border:0;box-shadow:none}.today-start-hero .exam-cta-card__meta-row{gap:12px}.today-start-hero .exam-cta-card__icon{width:42px;height:42px;flex:0 0 42px}.today-start-hero .exam-cta-card__icon svg{width:20px;height:20px}.today-start-hero .exam-cta-card__meta{font-size:.98rem}.today-start-hero .exam-cta-card strong{font-size:1.2rem}.today-start-hero .exam-cta-card__action-icon{width:42px;height:42px;flex:0 0 42px;background:#ffffffad}.today-start-hero .exam-cta-card__action-icon svg{width:22px;height:22px}.section-shell--flat{padding:0;border:0;background:transparent;box-shadow:none}.section-shell__header{display:grid;gap:8px}.section-shell__eyebrow{margin:0;color:var(--accent);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.section-shell__header h2{margin:0;font-size:clamp(1.25rem,4vw,1.55rem)}.section-shell__summary{margin:0;color:var(--muted);font-size:.92rem}.app-shell--exam-first{display:grid;gap:18px}.app-shell--exam-first>*{margin-top:0}.exam-home-shell,.note-support-shell{display:grid;gap:16px}.storage-reset-shell{display:grid;gap:14px;padding:18px 16px 20px;margin-top:4px}.seo-guide-shell{display:grid;gap:14px;padding:18px 16px 20px}.seo-guide-shell__header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.seo-guide-shell__copy{display:grid;gap:8px}.seo-guide-shell__all-link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid rgba(81,70,58,.08);border-radius:18px;background:#fffffff5;color:var(--brand);font-size:.84rem;font-weight:800;white-space:nowrap}.seo-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.seo-guide-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(81,70,58,.08);border-radius:22px;background:#ffffffe0;color:inherit;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.seo-guide-card:hover,.seo-guide-card:focus-visible{transform:translateY(-2px);border-color:#21433b2e;box-shadow:0 18px 30px #362c2314;outline:none}.seo-guide-card__eyebrow{color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.seo-guide-card strong{font-size:1rem;line-height:1.35}.seo-guide-card p{margin:0;color:var(--muted);font-size:.9rem}.seo-guide-card__action{color:var(--brand);font-size:.84rem;font-weight:800}.storage-reset-shell__copy{display:grid;gap:6px}.storage-reset-shell__summary{margin:0}.storage-reset-shell__button{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-color:#b56c5033;background:#fffffff5;color:#8b4b35}.storage-reset-shell__button:hover,.storage-reset-shell__button:focus-visible{border-color:#b56c5052}.section-shell__header--injected{margin-bottom:2px}.section-shell--dashboard>.section-shell__header:not(.section-shell__header--injected),.section-shell--library>.section-shell__header:not(.section-shell__header--injected){display:none}.exam-cta-grid,.exam-summary-grid{display:grid;gap:12px}.exam-cta-island{width:100%;padding:14px;border-radius:30px;background:#fff;box-sizing:border-box}.exam-cta-island__header{display:grid;gap:6px;margin:6px 6px 18px;padding:2px 2px 6px}.exam-cta-island__eyebrow{margin:0;color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.exam-cta-island__title{margin:0;color:var(--text);font-size:1rem;line-height:1.25}.exam-cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-cta-card,.thema-chip,.exam-choice,.exam-media-thumb,.exam-media-link{transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.exam-cta-card{width:100%;padding:16px 18px;border:1px solid var(--line);border-radius:22px;background:#dbe3ec;box-shadow:var(--shadow-soft);display:grid;gap:8px;text-align:left;cursor:pointer;color:#24313a}.exam-cta-card--today-start{background:#ffd166}.exam-cta-card strong{font-size:1rem}.exam-cta-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.exam-cta-card__action-icon{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff94;color:#6b5318}.exam-cta-card__action-icon svg{width:16px;height:16px;display:block;fill:currentColor}.exam-cta-card__meta-row{display:inline-flex;align-items:center;gap:8px}.exam-cta-card__icon{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fffffff5;color:var(--brand)}.exam-cta-card__icon svg{width:16px;height:16px;display:block;fill:currentColor}.exam-cta-card__meta{color:#55616b}.exam-cta-card__meta{font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.exam-cta-card.is-active,.exam-cta-card:hover,.exam-cta-card:focus-visible{transform:translateY(-2px);border-color:#21433b3d;box-shadow:0 16px 30px #362c231a;outline:none}.exam-summary-card,.exam-workspace-card{background:linear-gradient(180deg,#fffcf7fa,#faf4ebf0),var(--surface)}.dashboard-card.exam-summary-card--score,.dashboard-card.exam-summary-card--weakness{background:#d2e4e2}.dashboard-card.exam-summary-card--score .dashboard-count,.dashboard-card.exam-summary-card--weakness .dashboard-count{background:#fff;border-color:#51463a14;color:var(--text)}.exam-summary-list{display:grid;gap:10px;margin-top:14px}.home-pattern-stack{display:grid;gap:12px;margin-top:14px}.home-pattern-panel{padding:14px;border:1px solid rgba(81,70,58,.08);background:#ffffffd1}.home-pattern-panel__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:8px 0 12px}.home-pattern-panel__stat{display:grid;gap:6px;min-width:0;padding:12px;border-radius:18px;border:1px solid rgba(81,70,58,.08);background:#fffffff0}.home-pattern-panel__stat span{color:var(--muted);font-size:.74rem}.home-pattern-panel__stat strong{font-size:.92rem;line-height:1.3}.home-pattern-panel__stat.is-count{background:#c0dcec8f}.home-pattern-panel__stat.is-total{background:#ffdb667a}.home-pattern-panel__stat.is-time{background:#76c6a86b}.home-pattern-panel .exam-summary-list{margin-top:0}.exam-score-chart{display:grid;gap:12px;margin-top:16px}.exam-score-chart__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.82rem}.exam-score-chart__meta strong{color:var(--text);font-size:.9rem}.exam-score-chart__bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));align-items:end;gap:8px;min-height:176px;padding:16px 14px 14px;border-radius:22px;background:#ffffffc7}.exam-score-chart__item{display:grid;justify-items:center;align-content:end;gap:8px;min-width:0}.exam-score-chart__value{padding:4px 8px;border-radius:999px;background:#fffffff5;color:var(--brand);font-size:.72rem;font-weight:800;line-height:1}.exam-score-chart__bar{width:min(100%,18px);height:102px;display:flex;align-items:end;justify-content:center;border-radius:999px;background:#21433b14;overflow:hidden}.exam-score-chart__bar span{display:block;width:100%;border-radius:inherit;background:linear-gradient(180deg,#94cbbf,#21433b);transition:height .18s ease}.exam-score-chart__item.is-latest .exam-score-chart__bar span{background:linear-gradient(180deg,#ffd166,#b56c50)}.exam-score-chart__label,.exam-score-chart__score{color:var(--muted);font-size:.73rem;line-height:1.1}.exam-score-chart__score{font-weight:700}.exam-summary-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border:1px solid rgba(81,70,58,.08);border-radius:18px;background:#fffc}.exam-summary-list__item>div{display:grid;gap:4px}.exam-summary-list__item strong{font-size:.94rem;line-height:1.4}.exam-summary-list__item span{color:var(--muted);font-size:.84rem}.exam-summary-analytics{display:grid;gap:16px;margin-top:16px}.exam-summary-analytics__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border-radius:22px;border:1px solid rgba(81,70,58,.08);background:#ffffffd6}.exam-summary-analytics__hero-copy{display:grid;gap:6px}.exam-summary-analytics__hero-copy strong{font-size:1.08rem;line-height:1.3}.exam-summary-analytics__hero-copy p:last-child{color:var(--muted);font-size:.88rem}.exam-summary-analytics__hero-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.exam-summary-analytics__pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:999px;background:#fffffff5;border:1px solid rgba(81,70,58,.08);color:var(--text);font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap}.home-exam-meter-grid,.home-exam-chart-grid,.home-exam-detail-grid{display:grid;gap:12px}.home-exam-meter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-exam-chart-grid,.home-exam-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.home-exam-detail-grid{grid-template-columns:1fr}.home-exam-meter{display:grid;justify-items:center;gap:10px;padding:14px 12px;border-radius:22px;border:1px solid rgba(81,70,58,.08);background:#ffffffd6;text-align:center}.home-exam-meter--brand{--meter-accent: #21433b;--meter-track: rgba(33, 67, 59, .1)}.home-exam-meter--excellent,.home-exam-meter--steady{--meter-accent: #1f8f68;--meter-track: rgba(31, 143, 104, .12)}.home-exam-meter--warning,.home-exam-meter--risk{--meter-accent: #b56c50;--meter-track: rgba(181, 108, 80, .14)}.home-exam-meter__ring{--meter-value: 0;--meter-fill: calc(var(--meter-value) * 1%);width:98px;aspect-ratio:1;display:grid;place-items:center;padding:10px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.95) 56%,transparent 57%),conic-gradient(var(--meter-accent, #21433b) 0 var(--meter-fill),var(--meter-track, rgba(33, 67, 59, .1)) var(--meter-fill) 100%)}.home-exam-meter__inner{display:grid;gap:4px;justify-items:center}.home-exam-meter__inner strong{font-size:1.06rem;line-height:1}.home-exam-meter__inner span{color:var(--muted);font-size:.72rem;line-height:1.2}.home-exam-meter p{color:var(--muted);font-size:.78rem;line-height:1.45}.home-exam-latest-card{margin-top:10px;padding:14px;border-radius:22px;border:1px solid rgba(81,70,58,.08);background:#fffffff5}.home-exam-latest-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.home-exam-latest-card__header strong{font-size:.92rem}.home-exam-latest-card__header span{color:var(--muted);font-size:.8rem}.home-exam-latest-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-exam-latest-card__stat{display:grid;gap:6px;min-width:0;padding:12px;border-radius:18px;border:1px solid rgba(81,70,58,.08);background:#ffffffeb}.home-exam-latest-card__stat span{color:var(--muted);font-size:.75rem}.home-exam-latest-card__stat strong{font-size:1rem;line-height:1.1}.home-exam-latest-card__stat.is-correct{background:#76c6a875}.home-exam-latest-card__stat.is-wrong{background:#efa07e70}.home-exam-latest-card__stat.is-guessed{background:#ffdb668a}.home-exam-latest-card__stat.is-accuracy{background:#c0dcec94}.home-exam-time-chart__bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));align-items:end;gap:8px;min-height:176px;padding:16px 14px 14px;border-radius:22px;background:#ffffffc7}.home-exam-time-chart__item{display:grid;justify-items:center;align-content:end;gap:8px;min-width:0}.home-exam-time-chart__value{padding:4px 8px;border-radius:999px;background:#fffffff5;color:#5f4f44;font-size:.72rem;font-weight:800;line-height:1}.home-exam-time-chart__bar{width:min(100%,18px);height:102px;display:flex;align-items:end;justify-content:center;border-radius:999px;background:#b56c501a;overflow:hidden}.home-exam-time-chart__bar span{display:block;width:100%;border-radius:inherit;background:linear-gradient(180deg,#ffd166,#b56c50);transition:height .18s ease}.home-exam-time-chart__item.is-latest .home-exam-time-chart__bar span{background:linear-gradient(180deg,#21433b,#0f2520)}.home-exam-time-chart__label{color:var(--muted);font-size:.73rem;line-height:1.1}.home-exam-mix{display:grid;gap:14px}.home-exam-mix__group{display:grid;gap:8px}.home-exam-mix__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-exam-mix__meta strong{font-size:.92rem}.home-exam-mix__meta span{color:var(--muted);font-size:.82rem}.home-exam-mix__bar{display:flex;width:100%;min-height:6px;overflow:hidden;border-radius:999px;background:#21433b14}.home-exam-mix__bar span{display:block;min-width:0}.home-exam-mix__bar .is-correct{background:linear-gradient(90deg,#8fd4be,#21433b)}.home-exam-mix__bar .is-wrong{background:linear-gradient(90deg,#f1b59d,#b56c50)}.home-exam-mix__bar .is-steady{background:linear-gradient(90deg,#dbe8f0,#60798a)}.home-exam-mix__bar .is-guessed{background:linear-gradient(90deg,#ffe8a1,#f3b63d)}.home-exam-session-strip{display:grid;gap:10px;margin-bottom:12px}.home-exam-session-strip__item{display:grid;gap:8px;padding:12px 14px;border-radius:18px;border:1px solid rgba(81,70,58,.08);background:#ffffffd1}.home-exam-session-strip__head,.home-exam-session-strip__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-exam-session-strip__head strong{font-size:.9rem;line-height:1.3}.home-exam-session-strip__head span,.home-exam-session-strip__meta span{color:var(--muted);font-size:.78rem}.home-exam-session-strip__bar{width:100%;min-height:12px;overflow:hidden;border-radius:999px;background:#21433b14}.home-exam-session-strip__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffd166,#21433b)}.dashboard-card.exam-summary-card--score .exam-result-stat-card,.dashboard-card.exam-summary-card--score .exam-result-insight-card{border:1px solid rgba(81,70,58,.08);background:#ffffffd1}.exam-workspace-card{display:grid;gap:16px}.exam-workspace__header,.exam-workspace__actions,.exam-workspace__meta,.exam-workspace__progress,.exam-result-bucket__actions,.exam-workspace-callouts{display:flex;flex-wrap:wrap;gap:10px}.exam-workspace__header{justify-content:space-between;align-items:flex-start}.exam-workspace__header>.exam-workspace__progress{display:none}.exam-workspace__progress{justify-content:flex-end}.exam-workspace__progress span,.exam-workspace__meta span{padding:8px 12px;border-radius:999px;border:1px solid rgba(81,70,58,.08);background:#ffffffd1;color:var(--muted);font-size:.84rem}.exam-session-progress{display:grid;gap:8px;margin-top:0;width:100%;max-width:none;min-width:0}.exam-session-progress__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.82rem}.exam-session-progress__jump{display:inline-flex;align-items:center;gap:8px;margin:0}.exam-session-progress__jump-input{width:68px;min-width:0;height:40px;padding:0 12px;border:1px solid rgba(33,67,59,.14);border-radius:14px;background:#fff;color:var(--text);font-size:.95rem;font-weight:800;text-align:center}.exam-session-progress__jump-input:focus-visible{outline:none;border-color:#21433b61;box-shadow:0 0 0 3px #21433b1f}.exam-session-progress__jump-total,.exam-session-progress__meta strong{color:var(--text);font-size:.92rem;font-weight:800}.exam-session-progress__bar{position:relative;width:100%;height:10px;overflow:hidden;border-radius:999px;background:#1f232914}.exam-session-progress__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#21433b,#3d695e);transition:width .18s ease}.exam-workspace__meta--top{margin-bottom:2px;width:100%;justify-content:space-between;align-items:center;gap:12px}.exam-workspace__meta--top .exam-workspace__progress{margin-left:auto;justify-content:flex-end;flex-wrap:nowrap;gap:8px}.exam-workspace__footmeta{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px 16px;margin-top:10px;padding-top:14px;border-top:1px solid rgba(81,70,58,.08);color:var(--muted);font-size:.84rem;font-style:italic}.exam-workspace__footmeta span{background:none;border:0;padding:0}.exam-workspace__question{display:grid;gap:10px;padding:18px;margin-inline:6px;border-radius:22px;border:0;background:#fff;box-shadow:0 7px 16px #362c230d,0 1px 4px #362c2308}.exam-workspace__question strong,.exam-feedback__summary strong{font-size:1rem;line-height:1.5}.exam-workspace__question p,.exam-workspace-card__intro,.exam-feedback p{margin:0;color:var(--muted)}.exam-workspace-callouts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.exam-workspace-callout{display:grid;gap:4px;padding:14px;border-radius:20px;border:1px solid rgba(81,70,58,.08);background:#ffffffb8}.exam-workspace-callout strong{font-size:.88rem}.exam-workspace-callout span{color:var(--brand);font-size:1rem;font-weight:800}.exam-result-hero-copy{margin:8px 0 0;color:var(--muted);font-size:.9rem}.exam-results-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.exam-results-tab{min-width:0;padding:11px 12px;border:0;border-radius:16px;background:#ffffffd1;color:var(--muted);font-size:.82rem;font-weight:800;cursor:pointer}.exam-results-tab.is-active{background:var(--brand);color:#fff}.exam-results-body,.exam-results-grid{display:grid;gap:14px}.exam-result-panel{display:grid;gap:14px;align-content:start;padding:18px;border-radius:24px;background:#ffffffdb;border:1px solid rgba(81,70,58,.08)}.exam-result-panel--hero{background:radial-gradient(circle at top right,rgba(255,209,102,.22),transparent 42%),#ffffffe6}.exam-result-panel--next-step{background:#f5f8f7eb}.exam-result-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.exam-result-panel__header strong{display:block;font-size:1.02rem}.exam-result-panel__header p,.exam-result-stat-card p,.exam-result-insight-card p,.exam-result-next-card p,.exam-result-weak-item p{margin:0;color:var(--muted)}.exam-result-panel__header--hero p{margin-top:6px}.exam-result-score-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;font-size:.95rem;font-weight:800;white-space:nowrap}.exam-result-score-badge--excellent{background:#21433b1f;color:var(--brand)}.exam-result-score-badge--steady{background:#d2e4e2eb;color:var(--brand)}.exam-result-score-badge--warning{background:#ffd16638;color:#7d5b00}.exam-result-score-badge--risk{background:#b56c5024;color:var(--accent)}.exam-result-stat-grid,.exam-result-insight-grid,.exam-result-next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.exam-result-stat-card,.exam-result-insight-card,.exam-result-next-card{display:grid;gap:6px;padding:14px;border-radius:18px;background:#f3f5f7e6}.exam-result-stat-card__label,.exam-result-insight-card span,.exam-result-next-card strong,.exam-result-weak-item__chips span{font-size:.78rem}.exam-result-stat-card strong,.exam-result-insight-card strong,.exam-result-next-card strong,.exam-result-weak-item strong{font-size:1rem}.home-exam-footprint-grid .exam-result-insight-card{gap:4px;padding:12px}.home-exam-footprint-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-exam-footprint-grid .exam-result-insight-card span{font-size:.74rem}.home-exam-footprint-grid .exam-result-insight-card strong{font-size:.94rem}.exam-result-stat-card small{color:var(--muted)}.exam-score-chart--mini .exam-score-chart__bars{min-height:136px}.exam-result-type-grid,.exam-result-weak-list{display:grid;gap:12px}.home-exam-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.exam-result-type-card,.exam-result-weak-item{display:grid;gap:10px;padding:14px;border-radius:18px;background:#f3f5f7e0}.exam-result-type-card__header,.exam-result-type-card__score,.exam-result-pace-summary,.exam-result-weak-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.exam-result-type-card__metrics,.exam-result-weak-item__chips{display:flex;flex-wrap:wrap;gap:8px}.exam-result-type-card__visuals{display:grid;gap:10px}.exam-result-type-bar{display:grid;gap:6px}.exam-result-type-bar__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.exam-result-type-bar__meta strong{font-size:.84rem}.exam-result-type-bar__meta span{color:var(--muted);font-size:.8rem}.exam-result-type-bar__track{display:flex;width:100%;min-height:7px;overflow:hidden;border-radius:999px;background:#21433b14}.exam-result-type-bar__track span{display:block;min-width:0}.exam-result-type-bar__track .is-score,.exam-result-type-bar__track .is-correct{background:linear-gradient(90deg,#8fd4be,#21433b)}.exam-result-type-bar__track .is-wrong{background:linear-gradient(90deg,#f1b59d,#b56c50)}.exam-result-type-bar__track .is-steady{background:linear-gradient(90deg,#dbe8f0,#60798a)}.exam-result-type-bar__track .is-guessed{background:linear-gradient(90deg,#ffe8a1,#f3b63d)}.exam-result-type-bar__track .is-pace{background:linear-gradient(90deg,#ffd166,#b56c50)}.exam-result-type-card__metrics span,.exam-result-weak-item__chips span,.exam-result-panel__header>span,.exam-result-pace-summary span{padding:7px 10px;border-radius:999px;background:#ffffffeb;color:var(--muted)}.exam-result-pace-chart{position:relative;display:grid;gap:10px;padding:18px 14px 12px;border-radius:20px;background:#f3f5f7e0}.exam-result-pace-chart__rail{position:absolute;inset:18px 14px 34px;pointer-events:none}.exam-result-pace-chart__rail span{position:absolute;left:0;right:0;border-top:2px dashed rgba(33,67,59,.28)}.exam-result-pace-chart__bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(12px,1fr));align-items:end;gap:6px;min-height:200px}.exam-result-pace-bar{display:grid;justify-items:center;gap:6px}.exam-result-pace-bar__column{width:100%;min-height:10px;border-radius:999px;background:linear-gradient(180deg,#7ec4b7,#21433b)}.exam-result-pace-bar.is-wrong .exam-result-pace-bar__column{background:linear-gradient(180deg,#f6b3a2,#b56c50)}.exam-result-pace-bar.is-guessed .exam-result-pace-bar__column{background:linear-gradient(180deg,#ffd166,#b56c50)}.exam-result-pace-bar__label{color:var(--muted);font-size:.7rem}.exam-result-pace-legend{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--muted);font-size:.8rem}.exam-result-pace-legend span{display:inline-flex;align-items:center;gap:6px}.exam-result-pace-legend i{width:10px;height:10px;border-radius:999px;background:#21433b}.exam-result-pace-legend i.is-wrong{background:#b56c50}.exam-result-pace-legend i.is-guessed{background:#ffd166}.exam-result-weak-item__rank{width:40px;height:40px;flex-shrink:0;display:grid;place-items:center;border-radius:16px;background:#21433b;color:#fff;font-weight:800}.exam-result-weak-item__copy{display:grid;gap:8px;min-width:0}.exam-result-next-card--share{background:#ffd1662e}.exam-choice-list{display:grid;gap:10px}.exam-choice{width:100%;padding:14px 16px;border:1px solid rgba(81,70,58,.08);border-radius:20px;background:#fff;display:flex;gap:12px;align-items:flex-start;text-align:left;cursor:pointer}.exam-choice__label{flex-shrink:0;font-weight:800;color:var(--brand)}.exam-choice.is-selected{border-color:var(--brand);background:#fff;box-shadow:none;transform:none}.exam-choice.is-correct{border-color:#2777513d;background:#2777511f}.exam-choice.is-wrong{border-color:#b56c503d;background:#b56c501f}.exam-feedback{display:grid;gap:12px;padding:16px;border-radius:22px;border:1px solid rgba(81,70,58,.08);background:#ffffffc7}.exam-feedback.is-correct{border-color:#27775133}.exam-feedback.is-wrong{border-color:#b56c5038}.exam-feedback__summary{display:grid;gap:4px}.exam-feedback__summary span{color:var(--muted);font-size:.88rem}.exam-result-bucket{display:grid;gap:10px}.exam-media-stack{display:grid;gap:10px;justify-items:center}.exam-media-shell,.exam-media-strip{display:flex;gap:10px}.exam-media-shell{overflow:hidden;border-radius:22px;justify-content:center;width:100%}.exam-media-link,.exam-media-thumb{border:1px solid rgba(81,70,58,.08);border-radius:20px;overflow:hidden;background:#ffffffd1;color:inherit;text-decoration:none;position:relative}.exam-media-link{display:flex;align-items:center;justify-content:center;width:100%;padding:10px;background:#f7f1e6eb}.exam-media-link picture,.exam-media-thumb picture,.note-media-preview picture,.note-media-thumb picture{display:block;width:100%}.exam-media-link img,.exam-media-thumb img{display:block;width:100%;object-fit:cover;transition:opacity .18s ease}.exam-media-link img{width:auto;max-width:100%;height:auto;max-height:min(36vh,280px);aspect-ratio:auto;object-fit:contain;margin:0 auto}.exam-media-strip{overflow-x:auto;padding-bottom:4px}.exam-media-thumb{flex:0 0 180px;display:grid;gap:8px;padding-bottom:10px}.exam-media-thumb img{height:120px}.exam-media-thumb span{padding:0 12px;color:var(--muted);font-size:.82rem}.exam-media-caption{display:grid;gap:8px;padding:12px 14px;border-radius:18px;background:#f7f1e6c7;color:var(--muted)}.exam-media-caption strong{color:var(--text);font-size:.9rem}.exam-media-caption ul{margin:0;padding-left:18px;display:grid;gap:4px}.exam-media-caption li{line-height:1.45}.exam-video-resource-card{display:grid;gap:12px;padding:14px 16px;border:1px solid rgba(81,70,58,.08);border-radius:22px;background:#f7f1e6d1}.exam-video-resource-card__copy{display:grid;gap:6px}.exam-video-resource-card__eyebrow{color:var(--accent);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.exam-video-resource-card__copy strong,.exam-video-resource-card__copy p{margin:0}.exam-video-resource-card__copy p{color:var(--muted)}.exam-video-resource-card__hint{color:var(--brand);font-size:.88rem}.exam-video-resource-card__link{width:fit-content;min-height:44px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid rgba(33,67,59,.14);border-radius:14px;background:#21433b1a;color:var(--brand);font-weight:700;text-decoration:none}.exam-video-resource-card__link:hover,.exam-video-resource-card__link:focus-visible{border-color:#21433b3d;background:#21433b29;outline:none}.exam-workspace__actions--submit{justify-content:flex-end;margin-top:6px}.exam-direction-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.exam-workspace__topnav{margin:2px 0 12px}.exam-workspace__topnav .exam-direction-nav{margin-top:0}.exam-workspace__bottomnav{margin-top:14px}.exam-workspace__bottomnav .exam-direction-nav{margin-top:0}.direction-button{min-height:48px;padding:0 16px;border:1px solid rgba(81,70,58,.08);border-radius:16px;background:#fff;color:var(--text);display:inline-flex;align-items:center;gap:8px;font-size:.94rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #362c230a}.direction-button--next{margin-left:auto}.direction-button__arrow{font-size:1.05rem;line-height:1}.direction-button:disabled{opacity:.34;cursor:default}.direction-button:not(:disabled):hover,.direction-button:not(:disabled):focus-visible{color:var(--brand);border-color:#21433b29;outline:none}.exam-reader-section{display:grid;gap:12px;padding:16px;border-radius:20px;background:#fffffff5}.exam-reader-section--easy-understanding{border:1px solid rgba(255,209,102,.42);background:radial-gradient(circle at top right,rgba(255,209,102,.28),transparent 36%),linear-gradient(180deg,#fffcf4fc,#fff7e7fa);box-shadow:0 18px 34px #b56c5014}.exam-reader-section--easy-understanding.is-angry{border-color:#c8544547;background:radial-gradient(circle at top right,rgba(236,118,95,.22),transparent 36%),linear-gradient(180deg,#fff6f4fc,#ffece7fa);box-shadow:0 18px 34px #a33f2e1a}.exam-reader-easy-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;margin-bottom:16px}.exam-reader-easy-hero__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.exam-reader-easy-hero__badge{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#ffd16647;color:#8f5b2f}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-hero__badge,.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-panel__icon{background:#ec765f2e;color:#9e4636}.exam-reader-easy-hero__badge svg,.exam-reader-easy-panel__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.exam-reader-easy-hero__copy{display:grid;gap:4px}.exam-reader-easy-tone-tabs{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid rgba(81,70,58,.08);border-radius:999px;background:#ffffffbd}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-tone-tabs{border-color:#c8544524;background:#fffcfbd6}.exam-reader-easy-tone-tab{min-height:34px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:#3f4d4ac7;font-size:.78rem;font-weight:800;cursor:pointer}.exam-reader-easy-tone-tab.is-active{background:#fff;color:var(--text);box-shadow:0 8px 16px #362c230f}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-tone-tab{color:#7a4a44e0}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-tone-tab.is-active{color:#8f392d}.exam-reader-easy-hero__eyebrow{margin:0;color:#5a463ab8;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.exam-reader-easy-hero__title{margin:0;font-size:1.2rem;line-height:1.2;color:#2a2d33}.exam-reader-easy-hero__subcopy{margin:0;color:#3f4d4ae6;font-size:.92rem;line-height:1.55}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-hero__subcopy{color:#6f3f38eb}.exam-reader-easy-panels{display:grid;gap:12px}.exam-reader-easy-panel{display:grid;gap:8px;padding:14px 15px;border-radius:18px;background:#ffffffb8;border:1px solid rgba(181,108,80,.08)}.exam-reader-easy-panel--coach{background:#fff8ecdb}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-panel{background:#ffffffc2;border-color:#c854451a}.exam-reader-section--easy-understanding.is-angry .exam-reader-easy-panel--coach{background:#fff3f0e0}.exam-reader-easy-panel__head{display:inline-flex;align-items:center;gap:10px;color:#2a2d33}.exam-reader-easy-panel__head strong{font-size:.96rem}.exam-reader-easy-panel__icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#ffd16638;color:#7a5632}.exam-reader-choice-list{display:grid;gap:10px}.exam-reader-choice{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:12px 14px;border-radius:16px;background:#f3f5f7eb}.exam-reader-choice__label{min-width:24px;color:var(--brand);font-weight:800}.exam-reader-answer,.exam-reader-explanation{margin:0;color:var(--text);line-height:1.6}.exam-reader-easy-text{margin:0;color:var(--text);line-height:1.75}.exam-reader-easy-text--coach{color:#3f4d4af0}.exam-reader-mark{padding:0 .18em;border-radius:.4em;background:linear-gradient(transparent 34%,rgba(255,209,102,.82) 34%,rgba(255,209,102,.82) 88%,transparent 88%);color:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone}.exam-reader-section--easy-understanding.is-angry .exam-reader-mark{background:linear-gradient(transparent 34%,rgba(255,151,133,.78) 34%,rgba(255,151,133,.78) 88%,transparent 88%)}.exam-reader-tools,.exam-reader-tts{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.exam-reader-tools--separate{display:flex;justify-content:center;margin-top:14px}.exam-workspace__actions--compact{justify-content:center}.tts-control-card{width:min(100%,520px);display:grid;gap:14px;padding:16px;border:1px solid rgba(31,35,41,.08);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f6f8faf5)}.tts-control-card__header{display:flex;align-items:center;gap:12px}.tts-control-card__icon{width:44px;height:44px;flex:0 0 44px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#21433b1f;color:var(--brand)}.tts-control-card__icon svg{width:22px;height:22px;display:block;fill:currentColor}.tts-control-card__copy{display:grid;gap:2px}.tts-control-card__eyebrow{margin:0;color:#3f4d4ab8;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.tts-control-card__title{margin:0;color:var(--text);font-size:1rem;line-height:1.3}.tts-control-card__actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(102px,1fr));gap:8px}.tts-control-card__notice{grid-column:1 / -1;margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.tts-control-card__notice--warning{color:#c24141;font-weight:600}.tts-control-card__actions .secondary-button{width:100%;min-height:44px;justify-content:center;padding:10px 12px;border-radius:14px;border-color:#1f232914;background:#fff;color:var(--text);box-shadow:none;font-size:.8rem;line-height:1.2}.tts-control-card__actions .secondary-button--active{background:#21433b1f;border-color:#21433b2e;color:var(--text)}.tts-control-card__actions .secondary-button:not(:disabled):hover,.tts-control-card__actions .secondary-button:not(:disabled):focus-visible{transform:translateY(-1px);border-color:#21433b2e;box-shadow:0 10px 18px #1f23290f}.exam-toolgroup{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;width:fit-content;max-width:100%;padding:8px;border:1px solid rgba(31,35,41,.08);border-radius:20px;background:#f3f5f7f5}.exam-toolgroup .secondary-button{min-height:42px;border-radius:14px;border-color:#1f232914;background:#fff;box-shadow:none}.exam-toolgroup .secondary-button:not(:disabled):hover,.exam-toolgroup .secondary-button:not(:disabled):focus-visible{box-shadow:0 8px 16px #1f23290f}.exam-toolgroup .secondary-button--active{border-color:var(--brand);background:#21433b1a;color:var(--text)}.exam-toolgroup--question-tts .secondary-button{min-width:110px;justify-content:center}.exam-toolgroup--reader .secondary-button{justify-content:center}.thema-rail{display:flex;flex-wrap:wrap;gap:8px}.thema-chip{min-height:42px;padding:0 14px;border:1px solid rgba(81,70,58,.08);border-radius:999px;background:#ffffffd6;color:var(--text);cursor:pointer}.thema-chip:hover,.thema-chip:focus-visible,.exam-choice:hover,.exam-choice:focus-visible,.exam-media-thumb:hover,.exam-media-thumb:focus-visible,.exam-media-link:hover,.exam-media-link:focus-visible{transform:translateY(-1px);border-color:#21433b3d;box-shadow:0 12px 24px #362c2314;outline:none}.version-heading{margin:18px 0 0}.version-heading p{margin:0;min-height:56px;display:flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:22px;background:#ffffffeb;border:1px solid rgba(81,70,58,.08);box-shadow:var(--shadow-soft);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:900}.subject-list{margin-top:18px;display:grid;gap:16px}.dashboard-stack{margin-top:18px;display:grid;gap:14px}.dashboard-card{padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffcf7f5,#faf4ebeb),var(--surface);box-shadow:var(--shadow-soft)}.dashboard-card__header,.dashboard-card__subhead,.blank-card__header,.footer-tool__header,.note-card__foot{display:flex;justify-content:space-between;gap:12px}.dashboard-card__header{align-items:start}.dashboard-card__eyebrow{margin:0;color:var(--accent);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.dashboard-card__header h2,.dashboard-card__subhead strong,.blank-card__header h3{margin:4px 0 0}.dashboard-count{flex-shrink:0;padding:8px 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.84rem;border:1px solid rgba(33,67,59,.08)}.dashboard-card__empty,.quiz-meta,.quiz-answer--muted,.footer-tool__header p,.blank-card__header p,.note-card__foot{margin:0;color:var(--muted)}.dashboard-card__subhead{align-items:center;margin-top:14px;color:var(--muted);font-size:.86rem}.queue-list{margin-top:14px;display:grid;gap:10px}.queue-list--compact{margin-top:10px}.queue-note{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-strong);text-align:left;cursor:pointer;display:grid;gap:4px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.queue-note:hover,.queue-note:focus-visible{transform:translateY(-1px);border-color:#21433b3d;box-shadow:0 12px 24px #21433b14;outline:none}.queue-note strong{font-size:.94rem}.queue-note span{color:var(--muted);font-size:.82rem}.quiz-meta{margin-top:14px;font-size:.86rem}.quiz-question,.quiz-answer{margin:10px 0 0;padding:14px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong)}.quiz-question{font-weight:600}.note-card,.cornell-card,.self-check-card,.summary-card,.blank-card,.answer-lock-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.subject-card{position:relative;overflow:visible;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;scroll-margin-top:20px}.subject-card:before{display:none}.subject-card__header,.chapter-card__header,.note-card__top,.modal-header,.modal-meta{display:flex;justify-content:space-between;gap:12px}.subject-card__header,.chapter-card__header{align-items:start}.subject-card__header h2,.chapter-card__header h3,.modal-header h2{margin:6px 0 0}.subject-card__scope{margin:8px 0 0;color:var(--brand);font-size:.92rem;font-weight:600}.subject-card__description,.chapter-card__header p,.note-card__summary,.modal-footer p{margin:0;color:var(--muted)}.status-pill,.chapter-count,.weight-pill,.chip,.view-tab,.secondary-button,.icon-button{border-radius:999px}.status-pill,.chapter-count,.weight-pill{flex-shrink:0;padding:6px 10px;border:1px solid var(--line);font-size:.82rem;background:var(--surface-strong)}.status-pill{background:var(--brand-soft);border-color:#21433b24;color:var(--brand)}.chapter-count{background:var(--accent-soft);border-color:#b56c5024;color:#8e5039}.chip-row,.subject-meta{display:flex;flex-wrap:wrap;gap:8px}.chip-row{margin-top:14px}.chip{padding:6px 10px;background:var(--accent-soft);color:#8e5039;font-size:.82rem}.chip--soft{background:var(--brand-soft);color:var(--brand)}.chip-row--hero{margin-top:10px}.chip--hero{background:#f8f4ec1f;color:#fff8ef}.subject-meta{margin-top:12px;color:var(--muted);font-size:.87rem}.chapter-list,.note-list,.self-check-list,.stack-list{display:grid;gap:12px}.chapter-list{margin-top:18px;gap:18px}.chapter-card{padding:18px 0 0;border:0;border-top:1px solid rgba(81,70,58,.12);border-radius:0;background:transparent;box-shadow:none}.chapter-card:first-child{padding-top:0;border-top:0}.note-list{margin-top:14px}.note-card{position:relative;overflow:hidden;width:100%;padding:16px;text-align:left;cursor:pointer;background:linear-gradient(180deg,#fbf5ddf0,#f6edcdf5),var(--surface-strong);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.note-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--brand),var(--accent))}.note-card:hover,.note-card:focus-visible{transform:translateY(-2px);border-color:#21433b3d;box-shadow:0 18px 34px #362c231f;outline:none}.note-card__title{display:block;margin-top:12px;font-size:1rem}.note-card__summary{margin-top:10px;font-size:.92rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.note-card__keywords{margin-top:12px;padding:0}.note-card__foot{margin-top:12px;padding-top:12px;border-top:1px solid rgba(81,70,58,.08);font-size:.82rem}.note-card__pages{color:var(--muted);font-size:.82rem}.weight-pill--high{background:#9a242414;color:#8b1e1e}.weight-pill--mid{background:#ad7f1c1f;color:#8a6310}.weight-pill--low{background:#153f5214;color:var(--brand)}#modal-root{position:relative;z-index:20}.modal-layer{position:fixed;inset:0;display:grid;place-items:end center;padding:8px}.modal-backdrop{position:absolute;inset:0;border:0;background:#121d228c}.modal-panel{position:relative;width:min(100%,860px);height:min(96dvh,980px);max-height:calc(100dvh - 16px);border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffcf7fc,#fbf4eafa),var(--surface-strong);box-shadow:0 28px 60px #121d2247;overflow-y:auto;overflow-x:hidden}.modal-header,.modal-meta,.modal-footer,.view-tabs{padding-left:18px;padding-right:18px}.modal-header{align-items:start;padding-top:18px;padding-bottom:16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fffbf4d6,#fcf6eefa)}.modal-header h2{font-size:1.2rem;line-height:1.35}.modal-header__copy{display:grid;gap:6px}.modal-meta{flex-wrap:wrap;gap:8px;padding-top:10px;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.86rem}.modal-meta span{padding:7px 10px;border-radius:999px;background:#fff9f0f0;border:1px solid rgba(81,70,58,.08)}.view-tabs{display:none}.view-tab,.secondary-button,.icon-button{border:1px solid var(--line);background:var(--surface-strong)}.view-tab{padding:10px 14px;white-space:nowrap;cursor:pointer}.view-tab--active{background:var(--brand);border-color:var(--brand);color:#fff8ef}.modal-body{min-height:auto;overflow:visible;padding:18px;display:grid;gap:14px;background:#fdf7efb8}.modal-section{display:grid;gap:10px}.modal-section-card{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fffcf7f5,#fcf6eef0),var(--surface-strong);box-shadow:var(--shadow-soft)}.modal-section-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal-section-card__copy{display:grid;gap:6px}.modal-section-card__copy h3,.modal-detail-block h4,.cornell-card h4,.answer-lock-card h4{margin:0;font-size:1rem}.modal-section-card__copy p{margin:0;color:var(--muted);font-size:.88rem}.modal-section-card__body,.modal-detail-stack{display:grid;gap:12px}.modal-detail-block{display:grid;gap:10px;padding:14px;border:1px solid rgba(81,70,58,.08);border-radius:18px;background:#ffffffb8}.modal-section-toggle{min-width:78px;justify-content:center}.blank-card,.answer-lock-card{padding:14px}.blank-card,.cornell-card,.summary-card,.self-check-card,.answer-lock-card{background:linear-gradient(180deg,#fffcf7fa,#fcf6eef5),var(--surface-strong)}.blank-card__textarea{width:100%;min-height:120px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-strong);color:var(--text);resize:vertical}.blank-card__textarea:focus-visible{outline:2px solid rgba(33,67,59,.18);border-color:#21433b3d}.answer-lock-card h3,.answer-lock-card p{margin:0}.modal-section h3,.cornell-card h3{margin:0;font-size:.98rem}.stack-list{margin:0;padding-left:18px}.stack-list li{padding-left:2px}.cornell-grid{display:grid;gap:12px}.cornell-card,.summary-card,.self-check-card{padding:14px}.summary-card{margin:0}.self-check-card{display:grid;gap:10px}.self-check-card__question{margin:0;font-weight:600}.inline-actions,.confidence-row,.footer-tools{display:flex;flex-wrap:wrap;gap:8px}.secondary-button,.icon-button{width:fit-content;padding:9px 12px;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.secondary-button:hover,.secondary-button:focus-visible,.icon-button:hover,.icon-button:focus-visible{transform:translateY(-1px);border-color:#21433b3d;box-shadow:0 10px 20px #362c2314;outline:none}.icon-button{width:48px;min-width:48px;height:48px;padding:0;display:inline-grid;place-items:center;border-radius:999px;background:#fffffffa;color:#111;box-shadow:var(--shadow-soft);font-size:0}.icon-button:before{content:"×";font-size:1.6rem;line-height:1;font-weight:700}.secondary-button--active{background:var(--brand);border-color:var(--brand);color:#fff8ef}.secondary-button--share{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-color:#ffd166;background:#ffd166;color:var(--brand)}.secondary-button--share:hover,.secondary-button--share:focus-visible{border-color:#efc24f;background:#efc24f;color:var(--brand)}.secondary-button--share svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.secondary-button--game{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-color:#b56c50;background:#fff3df;color:#8b4a32}.secondary-button--game:hover,.secondary-button--game:focus-visible{border-color:#a75b43;background:#ffe8c9;color:#7e3d26}.secondary-button--game svg{width:18px;height:18px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.exam-workspace__share{display:flex;justify-content:center}.exam-workspace__share--stack{flex-direction:column;align-items:center;gap:10px}.exam-workspace__share .secondary-button--share,.exam-workspace__share--stack .secondary-button{width:100%;max-width:320px}.question-game-workspace__stage{position:relative;min-height:980px;margin-top:0;border-radius:28px;overflow:hidden;border:1px solid rgba(245,210,122,.9);background:#fff8e8}.question-game-workspace__stage-controls{position:absolute;top:16px;left:16px;right:16px;z-index:6;display:flex;align-items:center;gap:8px;pointer-events:none}.question-game-workspace__control-button{pointer-events:auto;display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:9px 12px;border:none;border-radius:999px;background:#fffcf2f5;color:var(--brand);font-size:.84rem;font-weight:800;box-shadow:0 12px 26px #21433b1a;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,color .14s ease;white-space:nowrap;flex:0 0 auto}.question-game-workspace__control-button--icon-only{width:44px;min-width:44px;padding:0;justify-content:center}.question-game-workspace__control-button--icon-only span{display:none}.question-game-workspace__marquee{pointer-events:none;flex:1 1 auto;min-width:0;min-height:24px;display:none;align-items:center;overflow:hidden;color:#7d6c3fd1;opacity:0}.question-game-workspace__marquee-track{display:inline-flex;align-items:center;min-width:max-content;padding-left:100%;will-change:transform}.question-game-workspace__marquee-track span{font-size:.67rem;font-weight:800;letter-spacing:.01em;white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.5)}.question-game-workspace__marquee.is-playing .question-game-workspace__marquee-track{animation:question-game-track-scroll 10s linear infinite}.question-game-workspace__marquee.is-playing{display:inline-flex;opacity:.95;animation:question-game-marquee-fade-in .2s ease-out}.question-game-workspace__control-button span{display:inline-block}.question-game-workspace__control-button:hover,.question-game-workspace__control-button:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px #21433b29}.question-game-workspace__control-button svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.question-game-workspace__sound-button.is-muted{background:#fff4ddf5;color:#9a6d1f}.question-game-workspace__sound-button.is-playing{background:#fff9edfa}.question-game-workspace__sound-button.is-playing svg,.question-game-workspace__sound-button.is-playing [data-question-game-sound-label]{animation:question-game-music-pulse 1.25s ease-in-out infinite,question-game-music-color-shift 4s linear infinite}.question-game-workspace__control-button:disabled{cursor:not-allowed;opacity:.74;box-shadow:none;transform:none}@keyframes question-game-music-pulse{0%,to{transform:scale(1)}35%{transform:scale(1.08)}55%{transform:scale(.96)}78%{transform:scale(1.06)}}@keyframes question-game-music-color-shift{0%{color:#d97706}25%{color:#db2777}50%{color:#2563eb}75%{color:#059669}to{color:#d97706}}@keyframes question-game-track-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes question-game-marquee-fade-in{0%{opacity:0;transform:translateY(-1px)}to{opacity:.95;transform:translateY(0)}}.question-game-workspace__stage-canvas{position:relative;min-height:inherit;border-radius:inherit;overflow:hidden}.question-game-workspace__loading{position:absolute;inset:0;z-index:4;display:grid;align-content:center;justify-items:center;gap:12px;padding:24px;background:#fff8e8eb;text-align:center}.question-game-workspace__loading-copy{margin:0;color:var(--brand);font-size:1rem;font-weight:800}.question-game-workspace__loading-bar{width:min(280px,82%);height:12px;border-radius:999px;overflow:hidden;background:#21433b1f}.question-game-workspace__loading-fill{display:block;height:100%;width:12%;border-radius:inherit;background:linear-gradient(90deg,#f0c75b,#f4a646);transition:width .18s ease}.question-game-workspace__loading-meta{color:var(--muted);font-size:.82rem;font-weight:700}.question-game-workspace__stage canvas{display:block;width:100%!important;height:auto!important;max-height:1180px;margin:0 auto}.question-game-workspace__hint{margin-top:14px;color:var(--muted);font-size:.82rem;text-align:center;line-height:1.5}.question-game-workspace__actions{margin-top:14px}:fullscreen.question-game-workspace,:-webkit-full-screen.question-game-workspace{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:calc(16px + env(safe-area-inset-top)) calc(14px + env(safe-area-inset-right)) calc(16px + env(safe-area-inset-bottom)) calc(14px + env(safe-area-inset-left));background:#fff8e8;overflow:auto}:fullscreen .question-game-workspace__stage,:-webkit-full-screen .question-game-workspace__stage{width:min(100%,calc((100vh - 140px)*.62));min-height:min(1100px,calc(100vh - 150px));margin-inline:auto}:fullscreen .question-game-workspace__stage-canvas,:-webkit-full-screen .question-game-workspace__stage-canvas{min-height:inherit}:fullscreen .question-game-workspace__stage canvas,:-webkit-full-screen .question-game-workspace__stage canvas{max-height:calc(100vh - 150px)}:fullscreen .question-game-workspace__hint,:-webkit-full-screen .question-game-workspace__hint{max-width:min(100%,calc((100vh - 140px)*.62));text-align:center}:fullscreen .question-game-workspace__actions,:-webkit-full-screen .question-game-workspace__actions{width:min(100%,calc((100vh - 140px)*.62));margin:20px 20px calc(22px + env(safe-area-inset-bottom)) 20px}.question-game-workspace__error{margin:0;padding:16px;color:#b42318;font-weight:700;text-align:center}@media(max-width:640px){.question-game-workspace__stage{min-height:700px}.question-game-workspace__stage-controls{top:12px;left:12px;right:12px}.question-game-workspace__control-button{min-height:38px;padding:8px 10px;font-size:.76rem}.question-game-workspace__marquee{min-height:22px}.question-game-workspace__marquee-track span{font-size:.6rem}}@media(orientation:landscape){:fullscreen .question-game-workspace__stage,:-webkit-full-screen .question-game-workspace__stage{width:min(100%,calc((100vh - 118px)*.6));min-height:min(1040px,calc(100vh - 126px))}:fullscreen .question-game-workspace__hint,:-webkit-full-screen .question-game-workspace__hint,:fullscreen .question-game-workspace__actions,:-webkit-full-screen .question-game-workspace__actions{width:min(100%,calc((100vh - 118px)*.6))}}.confidence-button{min-width:74px;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:var(--surface-strong);color:var(--text);display:grid;justify-items:center;gap:2px;cursor:pointer}.confidence-button span{font-weight:700}.confidence-button small{color:var(--muted)}.confidence-button--active{border-color:var(--brand);background:var(--brand-soft)}.self-check-card__answer{display:none;margin:0;color:var(--text)}.modal-footer{padding-top:0;padding-bottom:calc(14px + env(safe-area-inset-bottom));background:transparent}.footer-tools{flex-direction:column;padding-top:14px;border-top:1px solid var(--line)}.footer-tool{display:grid;gap:10px}.footer-tool__header strong{display:block;margin-bottom:2px}@media(min-width:720px){.app-shell{padding-top:28px;padding-bottom:48px}.exam-cta-grid,.exam-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-shell__header,.utility-hub-header{grid-template-columns:minmax(0,1fr) minmax(260px,.95fr);align-items:end}.mindmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding:28px}.hero__body{grid-template-columns:minmax(0,1.25fr) minmax(260px,.85fr);align-items:end}.section-shell{padding:22px}.section-shell__header{grid-template-columns:minmax(0,1fr) minmax(260px,.9fr);align-items:end}.dashboard-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.cornell-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr)}}@media(max-width:719px){.topbar{align-items:stretch}.seo-guide-shell__header{align-items:stretch;flex-direction:column}.seo-guide-shell__all-link{width:100%;white-space:normal}.seo-guide-grid{grid-template-columns:1fr}.exam-cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-summary-grid{grid-template-columns:1fr}.menu-button{min-width:84px}.search-shell,.utility-hub-card,.mindmap-card,.section-shell,.hero,.dashboard-card{border-radius:24px}.modal-layer{padding:0}.modal-panel{width:100%;height:100dvh;max-height:100dvh;border-radius:28px 28px 0 0}.hero__stats,.scope-grid,.exam-workspace-callouts{grid-template-columns:1fr}.subject-jump{min-width:180px}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes media-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes topbar-menu-pop-in{0%{opacity:0;transform:translate3d(10px,-12px,0) scale(.68)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes topbar-menu-pop-out{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(10px,-12px,0) scale(.68)}}@keyframes topbar-menu-backdrop-in{0%{opacity:0;background:#11182700}to{opacity:1;background:#11182714}}@keyframes topbar-menu-backdrop-out{0%{opacity:1;background:#11182714}to{opacity:0;background:#11182700}}#modal-root{position:relative;z-index:60}.note-modal-layer{position:fixed;inset:0;z-index:60;animation:modal-fade-in .22s ease both}.note-modal-layer--exam{z-index:60}.note-modal-layer.is-closing{animation:modal-fade-out .22s ease both;pointer-events:none}.note-modal-backdrop{position:absolute;inset:0;border:0;background:#171b2157;animation:modal-fade-in .22s ease both}.note-modal-backdrop.is-closing{animation:modal-fade-out .22s ease both}.note-modal{position:absolute;inset:min(28px,4vh) min(24px,4vw);max-width:980px;height:min(920px,calc(100vh - 56px));height:min(920px,calc(100svh - 56px));height:min(920px,calc(100dvh - 56px));margin:auto;display:flex;flex-direction:column;gap:14px;min-height:0;padding:22px;border-radius:28px;border:1px solid rgba(33,67,59,.14);background:#fffaf3fa;box-shadow:0 24px 80px #171b212e;overflow:hidden;animation:modal-fade-in .24s ease both}.note-modal.is-closing{animation:modal-fade-out .22s ease both}.note-modal--exam{max-width:1080px;background:#fff9f2fb}.note-modal-controls{position:absolute;top:14px;right:14px;z-index:2;display:inline-flex;align-items:center;gap:8px}.note-modal-speech,.note-modal-rate,.note-modal-bookmark,.note-modal-close{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border:1px solid rgba(33,67,59,.1);border-radius:15px;background:#fffffff5;box-shadow:var(--shadow-soft);color:#1f2329;cursor:pointer;font-weight:700}.note-modal-close{width:44px;min-width:44px;border-radius:999px;font-size:1.45rem;line-height:1;padding:0}.note-modal-close span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#111;font-size:1.5rem;line-height:1;font-weight:500;text-align:center}.note-modal-close span:before{content:none}.note-modal-bookmark{width:44px;min-width:44px;padding:0;border-radius:999px;color:#1f2329}.note-modal-bookmark--progress{width:auto;min-width:44px;padding:0 14px;gap:8px}.note-modal-bookmark--dismiss{border-radius:999px}.note-modal-bookmark--dismiss span{font-size:.82rem;font-weight:700;white-space:nowrap}.note-modal-action-group{display:inline-flex;align-items:center;gap:8px}.note-modal-bookmark svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.note-modal-bookmark.is-active{background:#21433b1f;border-color:#21433b47;color:var(--brand)}.note-modal-bookmark.is-active svg{fill:currentColor}.note-modal-bookmark--progress span[data-reader-progress-label]{font-size:.82rem;font-weight:700;white-space:nowrap}.note-modal-speech.is-active,.note-modal-rate.is-active{background:#21433bf0;border-color:#21433bf0;color:#f8f4ea}.note-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-right:180px}.note-modal-header--exam{padding-right:188px}.note-kicker{margin:0;color:var(--accent);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.note-modal-header h3{margin:6px 0 0;font-size:clamp(1.3rem,2.2vw,2rem);line-height:1.2}.mode-inline.is-modal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:0;padding:6px;border:1px solid rgba(33,67,59,.08);border-radius:20px;background:#f6f0e6eb;box-shadow:inset 0 1px #ffffffb3}.mode-inline.is-modal .mode-button{min-height:40px;padding:8px 10px;font-size:.82rem;border-radius:14px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer}.mode-inline.is-modal .mode-button.is-active{background:#21433bf0;border-color:#21433bf0;color:#f8f4ea}.note-modal-toolbar{display:grid;grid-template-columns:max-content max-content minmax(0,1fr) minmax(0,1fr);gap:6px;align-items:center}.note-toolbar-chip,.note-action{display:flex;align-items:center;justify-content:center;min-width:0;min-height:36px;padding:6px 10px;border-radius:13px;font-size:.78rem;line-height:1.2;text-align:center;border:1px solid rgba(33,67,59,.08)}.note-toolbar-chip{background:#ffffffbd;color:var(--muted);white-space:nowrap}.note-toolbar-chip--weight{color:var(--brand);font-weight:700}.note-action{background:#fffffff5;color:var(--text);cursor:pointer;box-shadow:var(--shadow-soft);font-weight:700}.note-action:hover,.note-action:focus-visible,.note-modal-speech:hover,.note-modal-speech:focus-visible,.note-modal-rate:hover,.note-modal-rate:focus-visible,.note-modal-bookmark:hover,.note-modal-bookmark:focus-visible,.note-modal-close:hover,.note-modal-close:focus-visible,.note-nav-button:hover,.note-nav-button:focus-visible,.practice-mode-button:hover,.practice-mode-button:focus-visible,.note-modal-study-toggle:hover,.note-modal-study-toggle:focus-visible{outline:none;transform:translateY(-1px);border-color:#21433b33;box-shadow:0 14px 28px #362c231a}.note-action.is-active,.note-modal-study-toggle.is-open,.practice-mode-button.is-active{background:#f9f2def5;color:var(--brand-strong);border-color:#b56c5029}.note-action--soft{background:#f6f0e6eb;color:var(--muted)}.note-modal-body{flex:1 1 auto;display:flex;flex-direction:column;gap:14px;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-right:4px}.note-modal-body--exam{padding-right:0}.note-modal--exam .dashboard-card.exam-workspace-card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.note-modal--exam .exam-workspace__header h2,.note-modal--exam .dashboard-card__header h2{margin-bottom:0}.note-modal--exam .exam-summary-list__item,.note-modal--exam .exam-workspace-callout,.note-modal--exam .exam-choice,.note-modal--exam .exam-feedback,.note-modal--exam .exam-result-bucket,.note-modal--exam .exam-media-link,.note-modal--exam .exam-media-thumb{background:#ffffffe0}.note-modal-body>*{flex:0 0 auto}.note-modal-content-slot,.mode-panel,.quiz-grid{display:grid;gap:12px}.mode-panel-card,.cornell-card,.memory-aid-card,.recall-card,.practice-lab-card,.review-coach-card,.self-check-card,.answer-lock-card{display:grid;gap:12px;padding:15px 16px;border-radius:18px;border:1px solid rgba(33,67,59,.08);background:#ffffffc2}.mode-panel-card,.answer-lock-card,.recall-card,.review-coach-card{background:linear-gradient(180deg,#fffbf3fa,#f7efdef5)}.section-label{margin:0;color:var(--accent);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.mode-panel-card h3,.cornell-card h3,.answer-lock-card h3,.self-check-card h3{margin:0;font-size:1rem}.summary-card{margin:0;padding:14px 15px;border-radius:16px;background:#ffffffb8}.cornell-grid{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(0,1.35fr);gap:12px}.cue-panel{background:#efe1c759}.core-panel{background:#ffffffad}.note-summary-band{background:#faf4e7e6}.memory-aid-card{background:linear-gradient(180deg,#fcf5dffa,#f7edcdfa);border-color:#b56c5029}.note-media-card{display:grid;gap:12px;padding:15px 16px;border-radius:18px;border:1px solid rgba(33,67,59,.08);background:linear-gradient(180deg,#fffcf6fa,#f6efe3f5)}.note-media-card--fallback{background:linear-gradient(180deg,#faf4e7fa,#f4ead8f5)}.note-media-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.note-media-copy{display:grid;gap:6px}.note-media-copy strong{display:block}.note-media-caption{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.note-media-preview{display:block;width:100%;padding:0;border:1px solid rgba(33,67,59,.12);border-radius:20px;overflow:hidden;background:#faf5eceb;cursor:zoom-in;position:relative}.note-media-preview.is-expanded{cursor:zoom-out}.note-media-preview img{display:block;width:100%;max-height:320px;aspect-ratio:16 / 10;object-fit:contain;background:#f5efe2eb}.note-media-preview.is-expanded img{max-height:min(68vh,760px)}.note-media-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.86rem}.note-media-open{color:var(--accent);font-weight:700;text-decoration:none}.note-media-open:hover,.note-media-open:focus-visible{text-decoration:underline}.note-media-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(112px,132px);gap:10px;overflow-x:auto;padding-bottom:4px}.note-media-thumb{display:grid;gap:8px;min-width:0;padding:8px;border-radius:16px;border:1px solid rgba(33,67,59,.08);background:#ffffffe6;text-align:left;position:relative}.note-media-thumb.is-active{border-color:#b56c5047;background:#f9f2def5;box-shadow:0 10px 24px #38251814}.note-media-thumb img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;background:#f5efe2eb;transition:opacity .18s ease}.note-media-thumb span{display:block;color:var(--muted);font-size:.8rem;line-height:1.4}.note-media-preview img{transition:opacity .18s ease}.note-media-preview.is-loading img,.note-media-thumb.is-loading img,.exam-media-link.is-loading img,.exam-media-thumb.is-loading img,.note-media-preview.is-failed img,.note-media-thumb.is-failed img,.exam-media-link.is-failed img,.exam-media-thumb.is-failed img{opacity:0}.note-media-preview.is-ready img,.note-media-thumb.is-ready img,.exam-media-link.is-ready img,.exam-media-thumb.is-ready img{opacity:1}.note-media-preview.is-loading:after,.note-media-thumb.is-loading:after,.exam-media-link.is-loading:after,.exam-media-thumb.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border-radius:999px;border:2px solid rgba(33,67,59,.16);border-top-color:#21433bb8;animation:media-spin .72s linear infinite;pointer-events:none}.note-media-preview.is-failed:after,.note-media-thumb.is-failed:after,.exam-media-link.is-failed:after,.exam-media-thumb.is-failed:after{content:"이미지 준비 중";position:absolute;inset:auto 12px 12px;width:auto;height:auto;margin:0;border:0;border-radius:12px;padding:8px 10px;background:#fff9f0f0;color:var(--muted);font-size:.78rem;text-align:center;animation:none}.memory-aid-head,.recall-card-header,.practice-lab-header,.practice-panel-copy,.review-coach-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.memory-aid-head strong,.recall-card-header strong,.practice-lab-header strong,.practice-panel-copy strong,.review-coach-copy strong{display:block}.memory-aid-chip,.status-pill,.practice-status{min-height:32px;padding:6px 10px;border-radius:999px;border:1px solid rgba(33,67,59,.08);background:#ffffffeb;color:var(--muted);font-size:.76rem;font-weight:700}.memory-aid-chip.is-revealed,.status-pill.is-active,.practice-status.is-live{background:#21433bf0;border-color:#21433bf0;color:#f8f4ea}.memory-aid-prompt,.practice-copy,.review-coach-copy p,.recall-card-header p,.answer-lock-card p{margin:0;color:var(--muted)}.memory-aid-actions,.recall-actions,.practice-actions{display:flex;flex-wrap:wrap;gap:8px}.memory-aid-breakdown{display:grid;gap:10px}.memory-aid-answer-copy{margin:0;padding:12px 13px;border-radius:15px;background:#fffcf4eb}.memory-aid-breakdown-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.memory-aid-item{display:grid;gap:8px;padding:12px 13px;border-radius:15px;background:#ffffffc7}.memory-aid-item h4{margin:0}.note-modal-study-toggle-wrap{display:flex;justify-content:center;padding-top:4px;scroll-margin-top:12px}.note-modal-study-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border:1px solid rgba(33,67,59,.08);border-radius:999px;background:#fffffff5;color:#1f2329b8;font-weight:700;box-shadow:var(--shadow-soft);cursor:pointer}.note-modal-study-tools{display:grid;gap:14px;max-height:0;padding-top:0;border-top:1px solid transparent;overflow:hidden;transform-origin:top center;opacity:0;transform:translateY(-6px);pointer-events:none}.note-modal-study-tools.is-open{max-height:1400px;padding-top:14px;border-top-color:#21433b14;opacity:1;transform:translateY(0);pointer-events:auto}.recall-textarea,.cloze-input{width:100%;min-height:128px;padding:14px 15px;border-radius:16px;border:1px solid rgba(33,67,59,.08);background:#ffffffe0;color:var(--text)}.recall-textarea{resize:vertical}.recall-textarea:focus-visible{outline:2px solid rgba(33,67,59,.18);border-color:#21433b3d}.recall-answer-card,.cloze-result-card,.practice-action-island{display:grid;gap:8px;padding:12px 13px;border-radius:15px;background:#fffcf4eb}.practice-mode-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;border-radius:18px;background:#f6f0e6eb}.practice-mode-button{min-height:38px;padding:8px 10px;border-radius:13px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer}.practice-lab-panel-shell,.practice-panel,.cloze-field{display:grid;gap:10px}.practice-actions-island{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.field-label{margin:0;font-weight:700}.cloze-input{min-height:56px;display:flex;align-items:center}.cloze-result-card.is-revealed{background:#fff9efeb}.confidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.confidence-button{display:grid;gap:4px;padding:11px 12px;border-radius:15px;border:1px solid rgba(33,67,59,.08);background:#ffffffe6;cursor:pointer}.confidence-button--active{background:#efe1c7eb;border-color:#b56c502e}.self-check-list{display:grid;gap:10px}.self-check-card__question,.self-check-card__answer{margin:0}.self-check-card__answer{display:none}.self-check-card__answer.is-visible{display:block}.note-modal-footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:10px;align-items:center;padding-top:10px;border-top:1px solid rgba(33,67,59,.08)}.note-nav-button{min-height:42px;padding:9px 12px;border-radius:16px;border:1px solid rgba(33,67,59,.08);background:#ffffffc7;cursor:pointer}.note-nav-button.is-next{justify-self:end}.note-nav-progress{display:grid;justify-items:center;gap:2px;color:var(--muted)}.note-nav-progress strong{font-size:1.05rem;color:var(--brand)}@media(max-width:719px){.topbar--platform,.topbar--platform-subject{align-items:stretch}.platform-topbar__actions,.platform-subject-switcher{width:100%;justify-content:flex-start}.platform-topbar__brand-row{gap:10px}.topbar--platform-subject .topbar-menu{margin-left:auto}.platform-hub-grid,.platform-silo-grid{grid-template-columns:1fr}.platform-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.note-modal{inset:10px;height:auto;max-height:calc(100dvh - 20px);border-radius:28px;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.note-modal-header{padding-right:152px}.note-modal-header--exam{padding-right:148px}.note-modal-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.note-toolbar-chip,.note-action{white-space:normal}.cornell-grid,.memory-aid-breakdown-grid,.confidence-grid,.exam-results-tabs,.exam-result-stat-grid,.exam-result-insight-grid,.exam-result-next-grid{grid-template-columns:1fr}.exam-result-type-card__header,.exam-result-type-card__score,.exam-result-pace-summary,.exam-result-weak-item,.exam-result-panel__header{display:grid}.exam-result-score-badge{justify-self:start}.exam-summary-analytics__hero,.exam-summary-analytics__hero-badges,.home-exam-chart-grid,.home-exam-detail-grid{display:grid}.home-exam-type-grid{grid-template-columns:1fr}.home-exam-footprint-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-exam-meter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-exam-latest-card__grid,.home-pattern-panel__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.home-pattern-panel__stat.is-time{grid-column:1 / -1}.home-exam-meter{padding:12px 10px}.home-exam-meter__ring{width:90px}.home-exam-meter__inner strong{font-size:1rem}.exam-result-pace-chart__bars{grid-template-columns:repeat(10,minmax(0,1fr))}.practice-actions-island{grid-template-columns:1fr}.note-media-head,.note-media-meta{display:grid;grid-template-columns:1fr}.note-media-preview img{max-height:280px}.note-media-preview.is-expanded img{max-height:min(60vh,560px)}.note-media-strip{grid-auto-columns:minmax(100px,118px)}}
