:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#ffffffe6;--surface-strong:#fff;--text:#152033;--muted:#5f6b7d;--line:#1520331a;--brand:#2563eb;--brand-soft:#2563eb1f;--accent:#0f766e;--shadow:0 20px 50px #0f172a14;--radius-lg:24px;--radius-md:16px}*,:after,:before{box-sizing:border-box}html{color:var(--text);background:radial-gradient(circle at top,#2563eb1f,#0000 32%),linear-gradient(#f8fbff,#edf3fb);font-family:Space Grotesk,Noto Sans SC,PingFang SC,sans-serif}body{min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{min-height:100vh;padding:32px 20px 56px}.shell__inner{width:min(1120px,100%);margin:0 auto}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.topbar__brand{gap:12px;font-weight:700}.topbar__badge,.topbar__brand{align-items:center;display:inline-flex}.topbar__badge{color:#fff;background:linear-gradient(135deg,#2563eb,#0f766e);border-radius:14px;justify-content:center;width:40px;height:40px}.topbar__nav{flex-wrap:wrap;gap:12px;display:flex}.topbar__link{border:1px solid var(--line);color:var(--muted);background:#ffffffb8;border-radius:999px;padding:10px 14px;transition:all .2s}.topbar__link.router-link-exact-active,.topbar__link:hover{color:var(--brand);background:#fffffff0;border-color:#2563eb38}.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.hero{padding:32px}.hero__eyebrow{background:var(--brand-soft);color:var(--brand);border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700;display:inline-flex}.hero__title{letter-spacing:-.04em;margin:18px 0 12px;font-size:clamp(36px,7vw,64px);line-height:.95}.hero__text{max-width:700px;color:var(--muted);margin:0;font-size:18px;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 16px 32px #2563eb3d}.button--ghost{border-color:var(--line);background:#ffffffe0}.grid{gap:20px;display:grid}.grid--cards{grid-template-columns:repeat(12,minmax(0,1fr));margin-top:24px}.card{padding:24px}.card--span-4{grid-column:span 4}.card__title{margin:0 0 8px;font-size:20px}.card__text,.practice-item__content p,.practice-item__meta,.section__text{color:var(--muted);margin:0;line-height:1.7}.section{margin-top:24px;padding:28px}.section__title{margin:0 0 8px;font-size:28px}.practice-list{gap:14px;margin-top:20px;display:grid}.practice-item{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-strong);justify-content:space-between;gap:16px;padding:18px 20px;display:flex}.practice-item__content h3{margin:0 0 6px}.practice-item__meta{white-space:nowrap;color:var(--accent);font-weight:700}.status{color:#0f766e;background:#0f766e1a;border-radius:999px;align-items:center;gap:10px;margin-top:18px;padding:12px 14px;font-weight:700;display:inline-flex}.status__dot{background:currentColor;border-radius:999px;width:10px;height:10px}.footer{color:var(--muted);margin-top:24px;padding:18px 6px 0;font-size:14px}@media (width<=900px){.card--span-4{grid-column:span 12}.practice-item{flex-direction:column}}@media (width<=640px){.shell{padding-inline:14px}.card,.hero,.section{padding:20px}.topbar{flex-direction:column;align-items:flex-start}}
