@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--brand: #0f766e;--brand-deep: #0f4c5c;--ink-strong: #0f172a;--ink-soft: #334155}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 0% 0%,rgba(15,118,110,.23),transparent 40%),radial-gradient(circle at 100% 0%,rgba(30,64,175,.18),transparent 34%),linear-gradient(180deg,#f8fbff,#eef4fa);color:var(--ink-strong)}h1,h2,h3,h4{font-family:Space Grotesk,Manrope,sans-serif}.btn{border:none;border-radius:.66rem;font:inherit;font-weight:700;padding:.56rem .9rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn--primary{background:linear-gradient(160deg,#0f766e,#0f4c5c);color:#f8fafc;box-shadow:0 8px 20px #0f4c5c40}.btn--ghost{background:#0f172a14;color:#0f172a}.btn--danger{background:#b91c1c;color:#fff}a{color:#0f4c5c}
