.rescue-root{--bg:#f6f7f4;--band:#eef0ea;--card:#ffffff;--card-2:#eef0ea;--ink:#10130f;--ink-2:#33392f;--ink-3:#5c6357;--line:rgba(16,19,15,0.12);--line-lime:rgba(77,124,15,0.35);--chip:rgba(77,124,15,0.1);--lime:#4d7c0f;--lime-fill:#a3e635;--lime-fill-ink:#0b0d10;background-color:var(--bg);color:var(--ink)}.dark .rescue-root{--bg:#0b0d10;--band:#0e1114;--card:#14181d;--card-2:#1a1f26;--ink:#f4f6f2;--ink-2:#cfd6c8;--ink-3:#8d968a;--line:rgba(244,246,242,0.1);--line-lime:rgba(182,240,60,0.28);--chip:rgba(182,240,60,0.1);--lime:#b6f03c;--lime-fill:#a3e635;--lime-fill-ink:#0b0d10}.rescue-form{--background:#ffffff;--foreground:#10130f;--card:#ffffff;--card-foreground:#10130f;--muted:#eef0ea;--muted-foreground:#5c6357;--popover:#ffffff;--popover-foreground:#10130f;--primary:#a3e635;--primary-foreground:#0b0d10;--secondary:#eef0ea;--secondary-foreground:#10130f;--accent:#eef0ea;--accent-foreground:#10130f;--border:rgba(16,19,15,0.18);--input:rgba(16,19,15,0.28);--ring:#4d7c0f}.dark .rescue-form{--background:#14181d;--foreground:#f4f6f2;--card:#14181d;--card-foreground:#f4f6f2;--muted:#1a1f26;--muted-foreground:#b7bfb2;--popover:#14181d;--popover-foreground:#f4f6f2;--secondary:#1a1f26;--secondary-foreground:#f4f6f2;--accent:#1a1f26;--accent-foreground:#f4f6f2;--border:rgba(244,246,242,0.16);--input:#2a323b;--ring:#b6f03c}.rescue-form button[type=submit]{background-color:#a3e635;color:#0b0d10;border-radius:9999px;transition:transform .2s ease}.rescue-form button[type=submit]:hover{background-color:#b6f03c;transform:translateY(-1px)}.rescue-nav{background-color:color-mix(in srgb,var(--bg) 72%,transparent)}.rescue-aurora{background:radial-gradient(60% 55% at 78% 18%,rgba(163,230,53,.12),transparent 62%),radial-gradient(50% 50% at 12% 8%,rgba(77,124,15,.14),transparent 60%),radial-gradient(80% 60% at 50% 110%,rgba(11,13,16,.08),transparent 70%)}.dark .rescue-aurora{background:radial-gradient(60% 55% at 78% 18%,rgba(182,240,60,.18),transparent 62%),radial-gradient(50% 50% at 12% 8%,rgba(163,230,53,.12),transparent 60%),radial-gradient(80% 60% at 50% 110%,rgba(20,24,29,.6),transparent 70%)}.rescue-grain:after{content:"";position:fixed;inset:0;z-index:60;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.dark .rescue-grain:after{opacity:.05}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}@keyframes rescue-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.rescue-rise{opacity:0;animation:rescue-rise .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--rise-delay,0s)}@keyframes rescue-glow{0%,to{box-shadow:0 0 0 0 rgba(163,230,53,.35)}50%{box-shadow:0 0 32px 4px rgba(163,230,53,.28)}}.rescue-cta-glow{animation:rescue-glow 3.4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.rescue-rise,.reveal{opacity:1;transform:none;animation:none;transition:none}.rescue-cta-glow{animation:none}}