:root{color:#17253a;font-synthesis:none;--navy:#112a46;--navy-2:#1a3a5c;--ink:#17253a;--muted:#68758a;--line:#dfe6ef;--surface:#fff;--purple:#7457d6;--teal:#168f87;--orange:#df7d35;--blue:#3276c8;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f4f7fb}body{background:radial-gradient(circle at 92% 7%,#7457d614,#0000 24rem),#f4f7fb;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.shell{width:min(1120px,100% - 40px);margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f7fbe0;border-bottom:1px solid #dfe6efe6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:76px;display:flex}.brand{align-items:center;gap:11px;display:inline-flex}.brand-mark{background:var(--navy);color:#fff;border-radius:12px;place-items:center;width:39px;height:39px;font-family:Georgia,serif;font-size:22px;font-weight:700;display:grid;box-shadow:0 7px 18px #112a462e}.brand strong,.brand small{display:block}.brand strong{font-family:Georgia,Times New Roman,serif;font-size:18px}.brand small{color:var(--muted);letter-spacing:.02em;margin-top:1px;font-size:11px}nav{align-items:center;gap:8px;display:flex}nav a{color:#4d5d73;border-radius:10px;padding:10px 13px;font-size:14px;font-weight:650}nav a:hover{color:var(--navy);background:#fff}.page-content{padding-block:52px 64px}.hero{max-width:760px;padding:24px 0 48px}.eyebrow{color:var(--purple);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);font-family:Georgia,Times New Roman,serif}h1{letter-spacing:-.035em;margin-bottom:20px;font-size:clamp(40px,6vw,66px);font-weight:600;line-height:1.02}h2{letter-spacing:-.02em;margin-bottom:0;font-size:clamp(28px,4vw,36px);font-weight:600}h3{font-size:21px}.hero p{max-width:630px;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:15px;min-height:49px;padding:0 20px;font-weight:750;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--navy);color:#fff;box-shadow:0 9px 24px #112a4630}.button.primary:hover{background:var(--navy-2)}.button.secondary{border-color:var(--line);color:var(--navy);background:#ffffffb8}.button.compact{min-height:42px;padding-inline:16px}.button.full{width:100%}.stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric-card,.subject-card,.panel,.attempt-list,.empty-state{border:1px solid var(--line);background:#ffffffe6;box-shadow:0 9px 30px #2336500e}.metric-card{border-radius:16px;align-items:center;gap:14px;min-height:104px;padding:18px;display:flex}.metric-icon{border-radius:12px;flex:0 0 42px;place-items:center;height:42px;font-weight:850;display:grid}.metric-icon.purple{color:var(--purple);background:#eee9ff}.metric-icon.teal{color:var(--teal);background:#e1f5f2}.metric-icon.orange{color:var(--orange);background:#fff0e5}.metric-icon.blue{color:var(--blue);background:#e6f0fc;font-size:12px}.metric-card strong,.metric-card span{display:block}.metric-card strong{color:var(--navy);font-size:26px;line-height:1.1}.metric-card strong small{color:#8793a3;font-size:13px}.metric-card div>span{color:var(--muted);margin-top:6px;font-size:12px}.section-block{margin-top:66px}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.section-heading .eyebrow{margin-bottom:8px}.text-link{color:var(--purple);font-size:14px;font-weight:750}.subject-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.subject-card{border-radius:15px;padding:17px 18px}.subject-top,.subject-meta{align-items:center;display:flex}.subject-top{gap:10px;font-size:14px;font-weight:650}.subject-top>span:nth-child(2){flex:1}.topic-dot{border-radius:50%;width:9px;height:9px}.topic-dot.purple{background:var(--purple)}.topic-dot.teal{background:var(--teal)}.topic-dot.orange{background:var(--orange)}.topic-dot.blue{background:var(--blue)}.progress-track{background:#edf1f6;border-radius:999px;height:5px;margin:15px 0 10px;overflow:hidden}.progress-track>span{border-radius:inherit;background:linear-gradient(90deg, var(--purple), #9a86e8);height:100%;display:block}.subject-meta{color:#7a8798;justify-content:space-between;font-size:11px}.empty-state{text-align:center;border-radius:18px;padding:42px 24px}.empty-state>span{width:46px;height:46px;color:var(--purple);background:#eee9ff;border-radius:50%;place-items:center;margin-bottom:12px;display:inline-grid}.empty-state h3{margin-bottom:8px}.empty-state p{color:var(--muted)}.attempt-list{border-radius:17px;overflow:hidden}.attempt-row{align-items:center;gap:14px;padding:16px 18px;display:flex}.attempt-row+.attempt-row{border-top:1px solid var(--line)}.attempt-row:hover{background:#fafbfe}.attempt-status{width:36px;height:36px;color:var(--orange);background:#fff0e5;border-radius:10px;place-items:center;display:grid}.attempt-status.completed{color:var(--teal);background:#e1f5f2}.attempt-main{flex:1}.attempt-main strong,.attempt-main small{display:block}.attempt-main small{color:var(--muted);margin-top:4px;font-size:12px}.attempt-score{color:var(--navy)}.panel{border-radius:20px;padding:26px}.page-title{max-width:720px;margin-bottom:34px}.page-title h1{margin:7px 0 13px;font-size:clamp(36px,5vw,52px)}.page-title p{color:var(--muted);font-size:16px;line-height:1.65}@media (width<=850px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.shell{width:min(100% - 28px,1120px)}.header-inner{min-height:68px}.brand small{display:none}nav{gap:2px}nav a{padding:9px 8px;font-size:12px}nav a:first-child{display:none}.page-content{padding-block:28px 50px}.hero{padding-top:12px}.hero p{font-size:16px}.stats-grid,.subject-grid{grid-template-columns:1fr}.section-block{margin-top:50px}.section-heading{align-items:start}.panel{padding:19px}}
