@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");:root{--color-primary:#0070f3;--color-primary-strong:#0056b3;--color-primary-soft:#667eea;--color-text-strong:#0f172a;--color-text:#334155;--color-text-muted:#64748b;--color-surface:#fff;--color-surface-soft:#f8fbff;--color-border:rgba(0,112,243,0.14);--shadow-sm:0 10px 24px rgba(15,23,42,0.06);--shadow-md:0 20px 40px rgba(0,112,243,0.12);--radius-sm:12px;--radius-md:18px;--radius-lg:26px}html{width:100%}body,html{margin:0;padding:0;min-height:100%;font-family:Manrope,Segoe UI,sans-serif;color:var(--color-text);background:-webkit-radial-gradient(10% 10%,circle,rgba(0,112,243,.1),transparent 45%),-webkit-radial-gradient(90% 90%,circle,rgba(102,126,234,.08),transparent 38%),#f3f7ff;background:radial-gradient(circle at 10% 10%,rgba(0,112,243,.1),transparent 45%),radial-gradient(circle at 90% 90%,rgba(102,126,234,.08),transparent 38%),#f3f7ff}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus-visible{outline:3px solid rgba(0,112,243,.35);outline-offset:2px;border-radius:10px}