:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--blue-950:#06255b;--blue-900:#07377f;--blue-800:#074aa9;--blue-700:#0962cf;--blue-600:#1478e8;--blue-100:#e9f3ff;--blue-50:#f4f8ff;--orange-600:#e86713;--orange-500:#f47d20;--orange-100:#ffead8;--teal-700:#087e7b;--teal-100:#ddf5f2;--purple-700:#6c4ab6;--purple-100:#eee8fb;--green-700:#148250;--green-100:#dcf4e7;--red-700:#bf3346;--red-100:#fde8eb;--ink:#17253a;--ink-soft:#44546a;--muted:#6b788b;--line:#dce4ee;--line-strong:#c7d2df;--surface:#fff;--surface-soft:#f5f7fb;--page:#f7f9fc;--shadow-sm:0 4px 14px #0d2a5212;--shadow-md:0 15px 45px #0a29581c;--shadow-lg:0 28px 70px #0522502e;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--font-sans:-apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page);min-width:320px}body{min-height:100vh;color:var(--ink);background:var(--page);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.7}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}button:not(:disabled),a{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:var(--blue-700);text-underline-offset:3px}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}:focus-visible{outline-offset:3px;outline:3px solid #ffb25b}.app-shell{min-height:100vh;overflow:clip}.skip-link{z-index:1000;color:#fff;background:var(--blue-950);border-radius:8px;padding:10px 16px;font-weight:800;transition:transform .15s;position:fixed;top:8px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-container{width:min(1160px,100% - 40px);margin-inline:auto}.site-header{z-index:80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #ccd8e7eb;position:sticky;top:0;box-shadow:0 6px 24px #05224b0d}.header-inner{align-items:center;gap:24px;width:min(1220px,100% - 32px);min-height:74px;margin-inline:auto;display:flex}.brand-button{text-align:left;background:0 0;border-radius:12px;align-items:center;gap:11px;min-width:225px;padding:0;display:inline-flex}.brand-button img,.footer-brand img{border-radius:11px;box-shadow:0 5px 16px #00399938}.brand-button span,.footer-brand div{line-height:1.2;display:grid}.brand-button strong,.footer-brand strong{color:var(--blue-950);letter-spacing:.01em;font-size:1.05rem;font-weight:900}.brand-button small{color:var(--muted);margin-top:5px;font-size:.68rem;font-weight:700}.desktop-nav{align-self:stretch;align-items:center;gap:4px;display:flex}.nav-button{min-height:48px;color:var(--ink-soft);background:0 0;border-radius:10px;padding:0 14px;font-size:.91rem;font-weight:750;position:relative}.nav-button:after{background:var(--orange-500);content:"";opacity:0;border-radius:99px;height:3px;transition:all .16s;position:absolute;bottom:5px;left:14px;right:14px;transform:scaleX(.5)}.nav-button:hover{color:var(--blue-800);background:var(--blue-50)}.nav-button.is-active{color:var(--blue-800)}.nav-button.is-active:after{opacity:1;transform:scaleX(1)}.account-area{justify-content:flex-end;min-width:190px;margin-left:auto;display:flex}.google-button,.subtle-button,.guest-label{border-radius:11px;min-height:42px;font-size:.82rem;font-weight:800}.google-button{border:1px solid var(--line-strong);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:9px;padding:7px 13px 7px 8px;display:inline-flex}.google-button:hover{background:#fafdff;border-color:#9eb0c6}.google-mark{border:1px solid var(--line);color:#3577dc;background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-family:Arial,sans-serif;font-size:.95rem;font-weight:900;display:grid}.guest-label{color:var(--blue-800);background:var(--blue-100);align-items:center;padding:0 13px;display:inline-flex}.signed-in-menu{align-items:center;gap:8px;display:flex}.user-badge{align-items:center;gap:8px;max-width:195px;display:flex}.avatar{color:#fff;background:linear-gradient(145deg, var(--blue-700), var(--blue-950));border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:.84rem;font-weight:900;display:grid}.user-copy{min-width:0;line-height:1.2;display:grid}.user-copy strong,.user-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-copy strong{font-size:.78rem}.user-copy small{color:var(--green-700);margin-top:3px;font-size:.66rem;font-weight:700}.subtle-button{color:var(--muted);background:var(--surface-soft);padding:0 10px}.subtle-button:hover{color:var(--blue-800);background:var(--blue-100)}.account-loading{background:linear-gradient(90deg,#edf1f6,#f8fafc,#edf1f6) 0 0/200% 100%;border-radius:9px;width:120px;height:36px;animation:1.4s linear infinite shimmer}.notice-wrap{z-index:30;width:min(1160px,100% - 40px);margin:14px auto -2px;position:relative}.notice{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#fff4f5;border:1px solid #efb7bf;justify-content:space-between;align-items:center;gap:18px;padding:13px 16px;display:flex}.notice strong{color:#8f2332}.notice p{color:#703b43;margin:2px 0 0;font-size:.88rem}.text-button,.link-button{min-height:42px;color:var(--blue-700);white-space:nowrap;background:0 0;padding:0 4px;font-weight:850}.text-button:hover,.link-button:hover{color:var(--orange-600);text-underline-offset:4px;text-decoration:underline}.hero-section{color:#fff;background:radial-gradient(circle at 83% 20%,#2382ff99,#0000 34%),radial-gradient(circle at 12% 95%,#0067d66b,#0000 38%),linear-gradient(128deg,#04245e 0%,#06449b 52%,#075abf 100%);position:relative;overflow:hidden}.hero-section:before,.hero-section:after{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:50%;position:absolute}.hero-section:before{width:420px;height:420px;top:-260px;right:8%}.hero-section:after{width:260px;height:260px;bottom:-130px;right:-120px}.hero-inner{z-index:1;grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);align-items:center;gap:clamp(42px,8vw,100px);width:min(1160px,100% - 40px);min-height:530px;margin-inline:auto;padding:66px 0 70px;display:grid;position:relative}.eyebrow{color:#b9d8ff;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:16px;font-size:.76rem;font-weight:900;display:inline-flex}.eyebrow:before{background:var(--orange-500);content:"";border-radius:9px;width:23px;height:3px}.hero-copy h1{letter-spacing:-.055em;max-width:680px;margin-bottom:20px;font-size:clamp(2.25rem,4.7vw,4.2rem);font-weight:950;line-height:1.16}.hero-copy h1 span{color:#ffbd72}.hero-copy>p{color:#f4f9ffe6;max-width:680px;margin-bottom:28px;font-size:clamp(.96rem,1.6vw,1.08rem);line-height:1.95}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.primary-button,.secondary-button,.complete-button{border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 22px;font-weight:900;line-height:1.25;transition:transform .14s,box-shadow .14s,background .14s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg, var(--orange-500), var(--orange-600));box-shadow:0 10px 24px #d9530842}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 13px 30px #d9530857}.secondary-button{border:1px solid var(--line-strong);color:var(--blue-800);box-shadow:var(--shadow-sm);background:#fff}.secondary-button:hover:not(:disabled){background:var(--blue-50);border-color:#9ab1ce;transform:translateY(-1px)}.hero-primary,.hero-secondary{min-height:58px;padding-inline:24px}.hero-secondary{color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1c;border-color:#ffffff73}.hero-secondary:hover:not(:disabled){background:#ffffff2e;border-color:#ffffffbf}.hero-trust{color:#e2f0ffd6;flex-wrap:wrap;gap:8px 17px;margin-top:23px;font-size:.78rem;font-weight:700;display:flex}.hero-panel{border-radius:var(--radius-lg);color:var(--ink);box-shadow:var(--shadow-lg);background:#fffffff5;border:1px solid #ffffff4d;padding:27px}.hero-panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.hero-panel-heading>div{line-height:1.35;display:grid}.hero-panel-heading span{color:var(--muted);font-size:.72rem;font-weight:750}.hero-panel-heading strong{font-size:1.1rem}.sync-pill{background:var(--blue-100);border-radius:99px;padding:5px 9px;color:var(--blue-800)!important}.sync-pill.is-synced{background:var(--green-100);color:var(--green-700)!important}.score-ring{background:conic-gradient(var(--blue-700) 0 var(--score), #e5edf7 var(--score) 360deg);border-radius:50%;place-items:center;width:172px;height:172px;margin:27px auto 25px;display:grid;box-shadow:inset 0 0 0 1px #0962cf0f}.score-ring:before{content:"";background:#fff;border-radius:50%;width:137px;height:137px;position:absolute;box-shadow:0 7px 22px #073c8714}.score-ring>div{z-index:1;text-align:center;line-height:1.2;display:grid;position:relative}.score-ring strong{color:var(--blue-900);letter-spacing:-.04em;font-size:2.25rem;font-weight:950}.score-ring span{color:var(--muted);margin-top:5px;font-size:.75rem;font-weight:800}.hero-stats-row{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.hero-stats-row>div{text-align:center;padding:17px 8px 0;line-height:1.2;display:grid}.hero-stats-row>div+div{border-left:1px solid var(--line)}.hero-stats-row strong{color:var(--blue-900);font-size:1.55rem;font-weight:950}.hero-stats-row span{color:var(--muted);margin-top:5px;font-size:.7rem;font-weight:750}.hero-stats-row .warning-stat strong{color:var(--orange-600)}.home-content{padding:44px 0 85px}.guest-callout{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:linear-gradient(105deg,#f2f8ff,#fff);border:1px solid #bcd5f2;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin-bottom:44px;padding:18px 20px;display:grid}.guest-callout-icon{color:#fff;background:var(--blue-700);border-radius:12px;place-items:center;width:42px;height:42px;font-size:.9rem;font-weight:900;display:grid}.guest-callout strong{color:var(--blue-900)}.guest-callout p{color:var(--ink-soft);margin:2px 0 0;font-size:.84rem}.section-heading{max-width:720px}.section-heading>span{color:var(--blue-700);letter-spacing:.11em;margin-bottom:4px;font-size:.72rem;font-weight:950;display:block}.section-heading h2{color:var(--blue-950);letter-spacing:-.025em;margin-bottom:6px;font-size:clamp(1.45rem,2.8vw,2rem);font-weight:950;line-height:1.35}.section-heading p{color:var(--muted);margin-bottom:0;font-size:.9rem}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:58px;display:flex}.action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.action-tile{border:1px solid var(--line);border-radius:var(--radius-md);min-height:194px;box-shadow:var(--shadow-sm);text-align:left;background:#fff;grid-template-columns:auto 1fr;align-content:start;gap:14px;padding:21px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative;overflow:hidden}.action-tile:after{background:var(--tile-soft,var(--blue-100));content:"";opacity:.65;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-36px;right:-22px}.action-tile:hover:not(:disabled){border-color:var(--tile-color,var(--blue-600));box-shadow:var(--shadow-md);transform:translateY(-3px)}.action-mark,.category-mark,.scope-icon{color:#fff;background:var(--tile-color,var(--blue-700));place-items:center;font-weight:950;display:grid}.action-mark{border-radius:12px;width:43px;height:43px}.action-copy{min-width:0;display:grid}.action-copy strong{color:var(--blue-950);font-size:1.02rem}.action-copy small{color:var(--ink-soft);margin-top:7px;font-size:.78rem;line-height:1.6}.action-copy>span{color:var(--tile-color,var(--blue-700));align-self:end;margin-top:19px;font-size:.75rem;font-weight:850}.action-arrow{z-index:1;color:var(--tile-color,var(--blue-700));font-size:1.25rem;font-weight:900;position:absolute;bottom:16px;right:18px}.tone-blue{--tile-color:var(--blue-700);--tile-soft:var(--blue-100)}.tone-navy{--tile-color:var(--blue-950);--tile-soft:#e5ebf4}.tone-orange{--tile-color:var(--orange-600);--tile-soft:var(--orange-100)}.tone-teal{--tile-color:var(--teal-700);--tile-soft:var(--teal-100)}.tone-purple{--tile-color:var(--purple-700);--tile-soft:var(--purple-100)}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.category-card{border:1px solid var(--line);border-radius:var(--radius-md);min-height:126px;box-shadow:var(--shadow-sm);text-align:left;background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:19px;transition:all .16s;display:grid}.category-card:hover{border-color:var(--tile-color);box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-mark{border-radius:15px;width:53px;height:53px;font-size:1.1rem}.category-copy{display:grid}.category-copy strong{color:var(--blue-950);font-size:1.03rem}.category-copy small{color:var(--muted);margin-top:5px;font-size:.76rem;line-height:1.55}.category-count{color:var(--tile-color);background:var(--tile-soft);border-radius:99px;padding:5px 9px;font-size:.74rem;font-weight:900}.article-heading-row{margin-top:64px}.article-preview-grid,.article-library-grid,.card-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.article-card{border:1px solid var(--line);border-radius:var(--radius-md);min-height:315px;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:23px;transition:all .16s;display:flex}.article-card:hover{box-shadow:var(--shadow-md);border-color:#aec6e3;transform:translateY(-2px)}.article-card-top{justify-content:space-between;align-items:center;gap:10px;min-height:26px;display:flex}.article-category,.complete-pill{border-radius:99px;align-items:center;font-size:.68rem;font-weight:850;display:inline-flex}.article-category{color:var(--blue-800);background:var(--blue-100);padding:4px 9px}.complete-pill{color:var(--green-700);background:var(--green-100);padding:4px 8px}.article-card h3{color:var(--blue-950);margin:17px 0 10px;font-size:1.13rem;font-weight:900;line-height:1.45}.article-card>p{color:var(--ink-soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.83rem;line-height:1.75;display:-webkit-box;overflow:hidden}.article-meta{color:var(--muted);flex-wrap:wrap;gap:5px 12px;margin-top:auto;font-size:.68rem;font-weight:700;display:flex}.article-open-button{border-top:1px solid var(--line);width:100%;min-height:44px;color:var(--blue-700);background:0 0;justify-content:space-between;align-items:center;margin-top:18px;padding:0;font-size:.82rem;font-weight:900;display:inline-flex}.card-skeleton{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;align-content:start;gap:13px;min-height:170px;padding:22px;display:grid}.card-skeleton span{background:linear-gradient(90deg,#e9eef4,#f7f9fc,#e9eef4) 0 0/200% 100%;border-radius:99px;height:14px;animation:1.4s linear infinite shimmer}.card-skeleton span:first-child{width:34%;height:26px}.card-skeleton span:nth-child(2){width:88%}.card-skeleton span:nth-child(3){width:67%}.inner-page{min-height:calc(100vh - 220px);padding:34px 0 90px}.breadcrumb{color:var(--muted);align-items:center;gap:9px;margin-bottom:25px;font-size:.76rem;font-weight:700;display:flex}.breadcrumb button{min-height:40px;color:var(--blue-700);background:0 0;padding:0 3px;font-weight:850}.breadcrumb>span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:min(70vw,600px);overflow:hidden}.breadcrumb.is-light,.breadcrumb.is-light button{color:#ebf4ffdb}.page-title-block{max-width:790px;margin-bottom:34px}.dark-eyebrow{color:var(--blue-700)}.page-title-block h1{color:var(--blue-950);letter-spacing:-.045em;margin-bottom:10px;font-size:clamp(2rem,4vw,3rem);font-weight:950;line-height:1.25}.page-title-block p{color:var(--ink-soft);margin-bottom:0;line-height:1.85}.scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.scope-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:auto 1fr;align-items:start;gap:16px;padding:24px;display:grid}.all-scope-card{background:linear-gradient(105deg, var(--blue-50), white);border-color:#b9d1ef;grid-template-columns:auto 1fr auto;align-items:center;margin-bottom:16px}.scope-icon{border-radius:16px;width:56px;height:56px;font-size:1.1rem}.scope-copy{min-width:0}.scope-kicker{color:var(--tile-color,var(--blue-700));font-size:.7rem;font-weight:900}.scope-copy h2{color:var(--blue-950);margin:2px 0 6px;font-size:1.18rem;line-height:1.4}.scope-copy p{color:var(--muted);margin-bottom:0;font-size:.82rem;line-height:1.7}.scope-actions{grid-column:1/-1;gap:9px;display:flex}.all-scope-card .scope-actions{grid-column:auto}.compact-button{min-height:46px;padding-inline:15px;font-size:.8rem}.quiz-page{min-height:calc(100vh - 150px);padding:28px 0 90px}.quiz-topbar{grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;display:grid}.back-button,.bookmark-button{background:0 0;border-radius:10px;align-items:center;gap:6px;min-height:43px;font-size:.8rem;font-weight:850;display:inline-flex}.back-button{color:var(--blue-700);justify-self:start;padding:0 7px}.bookmark-button{color:var(--ink-soft);box-shadow:var(--shadow-sm);background:#fff;justify-self:end;padding:0 12px}.bookmark-button>span:first-child{color:#9faabc;font-size:1.25rem}.bookmark-button.is-bookmarked{color:#9c4c0e;background:#fff7e9}.bookmark-button.is-bookmarked>span:first-child{color:var(--orange-500)}.quiz-title{text-align:center;line-height:1.25;display:grid}.quiz-title strong{color:var(--blue-950);font-size:.9rem}.quiz-title span{color:var(--muted);margin-top:3px;font-size:.7rem;font-weight:750}.quiz-progress{background:#dfe7f1;border-radius:99px;height:7px;margin:17px 0 26px;overflow:hidden}.quiz-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--blue-700), #4f9ef3);height:100%;transition:width .3s;display:block}.quiz-layout{grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:20px;display:grid}.question-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:clamp(22px,4vw,38px)}.question-meta{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.category-chip,.subcategory-chip{border-radius:99px;padding:4px 9px;font-size:.68rem;font-weight:850}.category-chip{color:#fff;background:var(--blue-700)}.subcategory-chip{color:var(--blue-800);background:var(--blue-100)}.question-source{color:var(--muted);margin-left:auto;font-size:.68rem;font-weight:700}.question-card>h1{color:var(--blue-950);letter-spacing:.09em;margin:25px 0 12px;font-size:.78rem;font-weight:900}.question-prompt{color:#17283f;white-space:pre-wrap;margin-bottom:30px;font-size:clamp(1rem,1.8vw,1.13rem);font-weight:650;line-height:2}.choice-fieldset{border:0;gap:11px;min-width:0;margin:0;padding:0;display:grid}.choice-button{text-align:left;background:#fff;border:2px solid #d9e2ed;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;min-height:70px;padding:14px 17px;transition:all .13s;display:grid;position:relative}.choice-button:hover:not(:disabled),.choice-button.is-selected{border-color:var(--blue-600);background:var(--blue-50);box-shadow:0 5px 16px #0e63c814}.choice-button.is-correct{background:#f0fbf5;border-color:#3aa370}.choice-button.is-incorrect{background:#fff4f5;border-color:#dc6474}.choice-label{width:37px;height:37px;color:var(--blue-800);background:var(--blue-100);border-radius:10px;place-items:center;font-weight:950;display:grid}.is-selected .choice-label{color:#fff;background:var(--blue-700)}.is-correct .choice-label{color:#fff;background:var(--green-700)}.is-incorrect .choice-label{color:#fff;background:var(--red-700)}.choice-text{color:var(--ink);font-size:.91rem;font-weight:650;line-height:1.7}.choice-result-icon{color:#fff;background:var(--green-700);border-radius:50%;place-items:center;width:30px;height:30px;font-weight:950;display:grid}.is-incorrect .choice-result-icon{background:var(--red-700)}.answer-button{width:min(100%,320px);margin:25px auto 0}.quiz-aside{gap:12px;display:grid}.aside-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:19px}.aside-mark{width:40px;height:40px;color:var(--blue-800);background:var(--blue-100);border-radius:12px;place-items:center;margin-bottom:13px;font-size:.72rem;font-weight:900;display:grid}.aside-card strong{color:var(--blue-950);font-size:.86rem}.aside-card p{color:var(--muted);margin:7px 0 0;font-size:.73rem;line-height:1.75}.compact-aside{display:grid}.compact-aside span{color:var(--muted);font-size:.68rem;font-weight:750}.compact-aside strong{color:var(--green-700);margin-top:3px;font-size:.78rem}.inline-error{color:#922839;background:#fff3f5;border:1px solid #efb8c0;border-radius:10px;margin-top:17px;padding:12px 14px;font-size:.82rem;font-weight:700}.answer-result{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;border:1px solid #a8d9bf;margin:21px 270px 0 0;padding:clamp(22px,4vw,36px)}.answer-result.is-incorrect{border-color:#f0bd87}.result-heading{align-items:center;gap:15px;display:flex}.result-mark{color:#fff;background:var(--green-700);border-radius:16px;flex:none;place-items:center;width:54px;height:54px;font-size:1.75rem;font-weight:950;display:grid}.is-incorrect .result-mark{background:var(--orange-600)}.result-heading>div>span{color:var(--green-700);font-size:.75rem;font-weight:900}.is-incorrect .result-heading>div>span{color:var(--orange-600)}.result-heading h2{color:var(--blue-950);margin:2px 0 0;font-size:1.38rem}.summary-explanation{border-left:5px solid var(--blue-700);background:var(--blue-50);border-radius:0 12px 12px 0;margin-top:25px;padding:19px}.summary-explanation h3,.explanation-list>h3{color:var(--blue-950);margin-bottom:7px;font-size:.86rem}.summary-explanation p{color:var(--ink-soft);white-space:pre-wrap;margin-bottom:0;font-size:.88rem;line-height:1.85}.explanation-list{gap:10px;margin-top:28px;display:grid}.explanation-item{border:1px solid var(--line);background:#fbfcfe;border-radius:12px;grid-template-columns:auto 1fr;gap:13px;padding:16px;display:grid}.explanation-item>span{width:31px;height:31px;color:var(--ink-soft);background:#e9eef4;border-radius:9px;place-items:center;font-size:.8rem;font-weight:900;display:grid}.explanation-item.is-answer{background:#f2fbf6;border-color:#a4d6bb}.explanation-item.is-answer>span{color:#fff;background:var(--green-700)}.explanation-item strong{color:var(--ink);font-size:.82rem;line-height:1.55;display:block}.explanation-item p{color:var(--ink-soft);white-space:pre-wrap;margin:7px 0 0;font-size:.8rem;line-height:1.75}.legal-context,.article-legal-section{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #c9d6e4;margin-top:30px;padding:23px}.legal-heading{align-items:center;gap:12px;display:flex}.legal-heading>span{color:#fff;background:var(--blue-900);border-radius:12px;place-items:center;width:42px;height:42px;font-family:Georgia,serif;font-size:1.35rem;font-weight:700;display:grid}.legal-heading>div{line-height:1.25;display:grid}.legal-heading>div>span{color:var(--blue-700);letter-spacing:.1em;font-size:.62rem;font-weight:950}.legal-heading h2,.legal-heading h3{color:var(--blue-950);margin:3px 0 0;font-size:1rem}.legal-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 0;display:grid}.legal-details>div{background:#fff;border-radius:10px;padding:12px 14px}.legal-details .wide-detail{grid-column:1/-1}.legal-details .revision-detail{border-left:4px solid var(--orange-500);background:#fff8ed}.legal-details dt{color:var(--muted);font-size:.65rem;font-weight:850}.legal-details dd{color:var(--ink);white-space:pre-wrap;margin:4px 0 0;font-size:.8rem;line-height:1.7}.source-links{gap:7px;margin-top:18px;display:grid}.source-links strong{color:var(--ink-soft);font-size:.72rem}.source-links a{width:fit-content;font-size:.78rem;font-weight:750}.result-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:26px;display:flex}.cleared-message{color:var(--green-700);margin-right:auto;font-size:.78rem;font-weight:850}.completion-page{place-items:center;display:grid}.completion-card{border:1px solid var(--line);border-radius:var(--radius-xl);width:min(680px,100%);box-shadow:var(--shadow-lg);text-align:center;background:#fff;padding:clamp(32px,6vw,60px)}.completion-mark{color:#fff;background:linear-gradient(145deg, var(--green-700), #35a36e);border-radius:22px;place-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:2rem;display:grid;box-shadow:0 12px 28px #1482503b}.completion-card h1{color:var(--blue-950);margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.6rem)}.completion-card>p{color:var(--muted)}.completion-score{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;grid-template-columns:repeat(3,1fr);margin:28px 0;display:grid}.completion-score>div{padding:18px 10px;display:grid}.completion-score>div+div{border-left:1px solid var(--line)}.completion-score strong{color:var(--blue-900);font-size:1.6rem}.completion-score span{color:var(--muted);font-size:.7rem;font-weight:750}.filter-tabs{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;gap:4px;margin-bottom:24px;padding:5px;display:flex;overflow-x:auto}.filter-tabs button{min-height:41px;color:var(--ink-soft);white-space:nowrap;background:0 0;border-radius:8px;padding:0 15px;font-size:.78rem;font-weight:800}.filter-tabs button.is-active{color:#fff;background:var(--blue-800)}.library-summary{justify-content:space-between;align-items:center;gap:14px;display:flex}.library-summary strong{color:var(--blue-950)}.library-summary span{color:var(--muted);font-size:.74rem}.article-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-panel,.loading-page{place-items:center;min-height:60vh;display:grid}.empty-panel{border:1px dashed var(--line-strong);border-radius:var(--radius-lg);color:var(--muted);text-align:center;background:#fff;margin-top:25px;padding:60px 20px}.empty-panel span{font-size:2rem;display:block}.loading-panel{text-align:center;justify-items:center;padding:40px;display:grid}.loading-spinner{border:4px solid #dce8f7;border-top-color:var(--blue-700);border-radius:50%;width:48px;height:48px;margin-bottom:17px;animation:.8s linear infinite spin}.loading-panel strong{color:var(--blue-950);font-size:1.1rem}.loading-panel p{color:var(--muted);margin:6px 0 0;font-size:.82rem}.article-reader-page{min-height:100vh;padding-bottom:90px}.article-reader-hero{color:#fff;background:radial-gradient(circle at 80% 10%, #4696ff73, transparent 32%), linear-gradient(125deg, var(--blue-950), var(--blue-800))}.article-reader-hero-inner{width:min(920px,100% - 40px);margin-inline:auto;padding:28px 0 56px}.light-category{color:#fff;background:#ffffff29}.article-reader-hero h1{letter-spacing:-.045em;max-width:820px;margin:15px 0;font-size:clamp(2rem,4.8vw,3.6rem);font-weight:950;line-height:1.3}.article-reader-hero p{color:#eff7ffe0;max-width:790px;margin-bottom:20px;line-height:1.9}.reader-meta{color:#c9e1ff;flex-wrap:wrap;gap:7px 18px;font-size:.75rem;font-weight:750;display:flex}.reader-layout{grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:22px;margin-top:-24px;display:grid}.reader-content{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:clamp(25px,5vw,52px)}.article-heading{color:var(--blue-950);border-bottom:2px solid #dce8f5;margin:50px 0 18px;padding-bottom:12px;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.45;position:relative}.reader-content>.article-heading:first-child{margin-top:0}.article-heading:after{background:var(--orange-500);content:"";border-radius:99px;width:65px;height:3px;position:absolute;bottom:-2px;left:0}.article-block{margin:22px 0}.article-block h3,.article-callout h3,.article-diagram h3{color:var(--blue-900);margin-bottom:9px;font-size:1.03rem}.article-block p,.article-callout p,.article-diagram>p{color:#33445a;white-space:pre-wrap;margin-bottom:0;line-height:2}.article-block ul{color:#33445a;gap:7px;margin:10px 0 0;padding-left:1.3rem;display:grid}.article-block li::marker{color:var(--orange-500)}.bullets-block{border-radius:var(--radius-md);background:#fbfcfe;border:1px solid #cfdae7;padding:20px 22px}.article-callout{border-left:5px solid var(--tile-color,var(--blue-700));border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--tile-soft,var(--blue-50));grid-template-columns:auto 1fr;gap:15px;margin:28px 0;padding:21px;display:grid}.callout-mark{color:#fff;background:var(--tile-color,var(--blue-700));border-radius:10px;place-items:center;width:36px;height:36px;font-family:Georgia,serif;font-weight:900;display:grid}.article-diagram{border-radius:var(--radius-lg);background:linear-gradient(145deg,#f6f9fd,#fff);border:1px solid #cbd8e6;margin:30px 0;padding:23px}.diagram-nodes{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:18px;display:grid}.diagram-node{border:1px solid var(--line);border-top:4px solid var(--tile-color,var(--blue-700));background:#fff;border-radius:12px;padding:16px}.diagram-node>span{color:#fff;background:var(--tile-color,var(--blue-700));border-radius:8px;place-items:center;min-width:28px;height:28px;padding:0 7px;font-size:.69rem;font-weight:900;display:inline-grid}.diagram-node strong{color:var(--blue-950);margin-top:11px;font-size:.86rem;display:block}.diagram-node p{color:var(--muted);margin:6px 0 0;font-size:.75rem;line-height:1.7}.article-legal-section{margin-top:50px}.source-note{border-top:1px solid var(--line);color:var(--muted);margin:18px 0 0;padding-top:16px;font-size:.75rem;line-height:1.7}.article-complete-box{border-radius:var(--radius-md);background:var(--blue-50);border:1px solid #b8d1ee;justify-content:space-between;align-items:center;gap:22px;margin-top:34px;padding:22px;display:flex}.article-complete-box strong{color:var(--blue-950)}.article-complete-box p{color:var(--muted);margin:4px 0 0;font-size:.78rem}.complete-button{color:var(--green-700);background:var(--green-100)}.reader-aside{position:sticky;top:100px}.reader-toc-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:20px}.reader-toc-card strong{color:var(--blue-950);font-size:.82rem}.reader-toc-card ol{color:var(--ink-soft);gap:9px;margin:13px 0 0;padding-left:1.2rem;font-size:.73rem;line-height:1.55;display:grid}.reader-toc-card li::marker{color:var(--orange-500);font-weight:900}.mobile-nav{display:none}.site-footer{border-top:1px solid var(--line);background:#fff}.footer-inner{align-items:center;gap:25px;width:min(1160px,100% - 40px);min-height:105px;margin-inline:auto;display:flex}.footer-brand{align-items:center;gap:10px;min-width:190px;display:flex}.footer-brand span{color:var(--muted);font-size:.68rem;font-weight:750}.footer-inner>p{color:var(--muted);margin:0;font-size:.75rem}.api-status{color:#8a96a6;white-space:nowrap;margin-left:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem}@keyframes shimmer{to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1080px){.header-inner{gap:12px}.desktop-nav{display:none}.hero-inner{gap:45px}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.action-tile{min-height:170px}.article-preview-grid,.article-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-layout,.reader-layout{grid-template-columns:minmax(0,1fr)}.quiz-aside,.reader-aside{display:none}.answer-result{margin-right:0}}@media (width<=800px){.page-container,.notice-wrap,.hero-inner,.footer-inner,.article-reader-hero-inner{width:min(100% - 28px,680px)}.header-inner{width:min(100% - 24px,720px);min-height:66px}.brand-button{min-width:0}.brand-button img{width:42px;height:42px}.brand-button small,.user-copy,.sign-out-button{display:none}.account-area{min-width:0}.google-button{padding-right:10px;font-size:.74rem}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:48px 0 54px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy>p{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.hero-panel{width:min(100%,430px);margin-inline:auto}.guest-callout{grid-template-columns:auto 1fr}.guest-callout .text-button{grid-column:2;justify-self:start}.category-grid,.scope-grid{grid-template-columns:1fr}.all-scope-card{grid-template-columns:auto 1fr}.all-scope-card .scope-actions{grid-column:1/-1}.quiz-topbar{grid-template-columns:auto 1fr auto}.quiz-title strong{text-overflow:ellipsis;white-space:nowrap;max-width:32vw;overflow:hidden}.bookmark-button>span:last-child{display:none}.bookmark-button{padding-inline:10px}.reader-layout{margin-top:-18px}.article-complete-box{flex-direction:column;align-items:stretch}.footer-inner{flex-direction:column;align-items:flex-start;gap:12px;padding:25px 0 90px}.api-status{margin-left:0}.mobile-nav{z-index:90;min-height:67px;padding:6px max(12px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));border-top:1px solid var(--line-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #07285317}.mobile-nav button{min-height:52px;color:var(--muted);background:0 0;border-radius:10px;align-content:center;place-items:center;gap:2px;font-size:.66rem;font-weight:800;display:grid}.mobile-nav button>span{width:23px;height:23px;color:inherit;border-radius:7px;place-items:center;font-size:.8rem;font-weight:950;display:grid}.mobile-nav button.is-active{color:var(--blue-700);background:var(--blue-50)}}@media (width<=560px){body{font-size:15px}.header-inner{min-height:62px}.brand-button img{border-radius:9px;width:39px;height:39px}.brand-button strong{font-size:.91rem}.google-button{color:#0000;gap:0;width:42px;padding:6px;overflow:hidden}.google-mark{color:#3577dc;flex:none}.guest-label{display:none}.hero-inner{padding-top:40px}.eyebrow{letter-spacing:.04em;font-size:.65rem}.hero-copy h1{font-size:clamp(2.05rem,10.4vw,3rem)}.hero-copy>p{font-size:.9rem;line-height:1.8}.hero-actions{display:grid}.hero-primary,.hero-secondary{width:100%}.hero-trust{text-align:left;justify-content:start;width:fit-content;margin-inline:auto;display:grid}.hero-panel{padding:20px}.score-ring{width:150px;height:150px}.score-ring:before{width:119px;height:119px}.score-ring strong{font-size:1.9rem}.home-content{padding-top:26px}.guest-callout{padding:15px}.guest-callout-icon{width:36px;height:36px}.section-heading-row{flex-direction:column;align-items:flex-start;gap:4px}.action-grid,.article-preview-grid,.article-library-grid,.card-skeleton-grid{grid-template-columns:1fr}.action-tile{min-height:146px}.category-card{grid-template-columns:auto 1fr;min-height:116px;padding:16px}.category-count{grid-column:2;justify-self:start}.article-card{min-height:285px}.page-title-block h1{font-size:2rem}.scope-card,.all-scope-card{grid-template-columns:auto 1fr;padding:19px}.scope-actions,.all-scope-card .scope-actions{grid-column:1/-1;grid-template-columns:repeat(2,1fr);display:grid}.compact-button{padding-inline:8px}.quiz-page{width:calc(100% - 20px);padding-top:18px}.quiz-topbar{gap:5px}.question-card{border-radius:18px;padding:20px 16px}.question-source{width:100%;margin-left:0}.question-prompt{font-size:.98rem}.choice-button{grid-template-columns:auto 1fr auto;gap:10px;min-height:65px;padding:12px}.choice-label{width:34px;height:34px}.choice-text{font-size:.84rem}.answer-result{border-radius:18px;padding:20px 16px}.result-mark{border-radius:13px;width:46px;height:46px}.explanation-item{padding:13px}.legal-context,.article-legal-section{padding:17px}.legal-details{grid-template-columns:1fr}.legal-details .wide-detail{grid-column:auto}.result-actions{flex-direction:column;align-items:stretch}.result-actions .primary-button,.result-actions .secondary-button{width:100%}.completion-score strong{font-size:1.25rem}.library-summary{flex-direction:column;align-items:flex-start}.article-reader-hero-inner{padding-bottom:45px}.article-reader-hero h1{font-size:2rem}.reader-content{border-radius:18px;padding:25px 17px}.article-callout{grid-template-columns:1fr;padding:17px}.article-diagram{padding:17px}.diagram-nodes{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.mobile-nav,.site-footer,.reader-aside,.article-complete-box,.breadcrumb{display:none!important}body,.article-reader-page,.reader-content{background:#fff}.reader-layout{margin-top:0;display:block}.reader-content{box-shadow:none;border:0;padding:0}}
