:root{color-scheme:dark;--bg:#0d1117;--surface:rgba(22,29,39,.9);--surface-hover:#1a2330;--border:#283342;--border-hover:#3b4b60;--text:#edf2f7;--muted:#8e9bab;--accent:#9bbcff;--accent-soft:rgba(155,188,255,.12);--shadow:0 18px 45px rgba(0,0,0,.18);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{min-width:280px}body{min-height:100vh;margin:0;color:var(--text);background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),radial-gradient(circle at 50% -20%,#1a2635 0,transparent 42rem),var(--bg);background-size:42px 42px,42px 42px,auto,auto}.shell{width:min(1120px,calc(100% - 40px));min-height:100vh;margin:0 auto;padding:30px 0 56px}.site-header{display:flex;align-items:center;min-height:58px;border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border-hover);border-radius:10px;color:var(--text);background:linear-gradient(145deg,#222e3d,#131b25);font-size:14px;font-weight:700;letter-spacing:.08em}.brand-name{font-size:14px;font-weight:700;letter-spacing:.18em}.brand-label{margin-top:2px;color:var(--muted);font-size:11px;letter-spacing:.04em}.resource-section{padding-top:clamp(68px,12vh,132px)}.section-heading{margin-bottom:22px}.section-kicker{margin:0 0 7px;color:var(--accent);font-size:11px;font-weight:650;letter-spacing:.14em;text-transform:uppercase}h1{margin:0;font-size:clamp(27px,4vw,42px);line-height:1.05;letter-spacing:-.035em}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;max-width:760px}.resource-card{display:flex;align-items:center;min-height:82px;gap:14px;padding:18px;border:1px solid var(--border);border-radius:15px;color:var(--text);background:linear-gradient(145deg,var(--surface),rgba(17,23,31,.88));box-shadow:var(--shadow);text-decoration:none;transition:transform 160ms ease,border-color 160ms ease,background 160ms ease,box-shadow 160ms ease}.resource-card:hover{transform:translateY(-3px);border-color:var(--border-hover);background:var(--surface-hover);box-shadow:0 22px 48px rgba(0,0,0,.28)}.resource-card:active{transform:translateY(-1px)}.resource-card:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.resource-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid var(--border);border-radius:11px;color:var(--accent);background:var(--accent-soft);transition:transform 160ms ease,background 160ms ease}.resource-card:hover .resource-icon{transform:scale(1.05);background:rgba(155,188,255,.18)}.resource-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.resource-name{font-size:15px;font-weight:650}.resource-arrow{margin-left:auto;color:var(--muted);font-size:18px;transition:color 160ms ease,transform 160ms ease}.resource-card:hover .resource-arrow{color:var(--accent);transform:translate(2px,-2px)}@media(max-width:600px){.shell{width:min(100% - 28px,520px);padding-top:20px}.resource-section{padding-top:72px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.resource-card{min-height:76px;padding:14px;gap:10px}.resource-icon{width:34px;height:34px;flex-basis:34px}.resource-name{font-size:14px}}@media(max-width:380px){.resource-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
