:root{--rf-color-accent-1:#4baaa5;--rf-color-accent-1-soft:#4baaa51a;--rf-color-accent-1-strong:#3a8a86;--rf-color-accent-1-text:#2c6f6b;--rf-color-accent-1-text-strong:#245a57;--rf-color-accent-2:#ffc000;--rf-color-bg:#f7f8fa;--rf-color-surface:#fff;--rf-color-surface-raised:#fff;--rf-color-text-primary:#000;--rf-color-text-muted:#525252;--rf-color-text-subtle:#a6a6a6;--rf-color-text-inverse:#fff;--rf-color-status-ok:#16a34a;--rf-color-status-error:#dc2626;--rf-color-status-idle:#a6a6a6;--rf-border-default:1px solid #e5e7eb;--rf-border-strong:1px solid #a6a6a6;--rf-font-primary:"Poppins", system-ui, -apple-system, sans-serif;--rf-font-fallback:"Noto Sans", system-ui, sans-serif;--rf-font-weight-regular:400;--rf-font-weight-medium:500;--rf-font-weight-semibold:600;--rf-font-weight-bold:700;--rf-font-size-xs:12px;--rf-font-size-sm:13px;--rf-font-size-md:14px;--rf-font-size-lg:16px;--rf-font-size-xl:20px;--rf-font-size-2xl:24px;--rf-font-size-3xl:32px;--rf-line-height-tight:1.2;--rf-line-height-normal:1.5;--rf-line-height-relaxed:1.75;--rf-space-1:4px;--rf-space-2:8px;--rf-space-3:12px;--rf-space-4:16px;--rf-space-6:24px;--rf-space-8:32px;--rf-space-12:48px;--rf-space-16:64px;--rf-radius-sm:4px;--rf-radius-md:8px;--rf-radius-lg:12px;--rf-radius-full:9999px;--rf-shadow-sm:0 1px 2px #0000000a;--rf-shadow-md:0 4px 12px #00000014;--rf-shadow-lg:0 12px 24px #0000001f;--rf-duration-fast:.15s;--rf-duration-base:.25s;--rf-duration-slow:.4s;--rf-easing-default:cubic-bezier(.4, 0, .2, 1);--rf-font-size-display-1:clamp(40px, 6vw, 68px);--rf-font-size-display-2:clamp(28px, 4vw, 40px);--rf-font-size-lead:clamp(17px, 2vw, 20px)}@media (prefers-color-scheme:dark){:root{--rf-color-accent-1:#6fc2bd;--rf-color-accent-1-soft:#6fc2bd26;--rf-color-accent-1-strong:#8ad4cf;--rf-color-accent-1-text:#6fc2bd;--rf-color-accent-1-text-strong:#8ad4cf;--rf-color-accent-2:#ffd340;--rf-color-bg:#0a0a0a;--rf-color-surface:#1a1a1a;--rf-color-surface-raised:#262626;--rf-color-text-primary:#fff;--rf-color-text-muted:#a6a6a6;--rf-color-text-subtle:#737373;--rf-color-text-inverse:#000;--rf-color-status-ok:#22c55e;--rf-color-status-error:#ef4444;--rf-color-status-idle:#737373;--rf-border-default:1px solid #2a2a2a;--rf-border-strong:1px solid #525252;--rf-shadow-sm:0 1px 2px #0006;--rf-shadow-md:0 4px 12px #00000080;--rf-shadow-lg:0 12px 24px #0009}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--rf-font-primary);font-weight:var(--rf-font-weight-regular);font-size:var(--rf-font-size-lg);line-height:var(--rf-line-height-normal);color:var(--rf-color-text-primary);background:var(--rf-color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}h1,h2,h3{font-weight:var(--rf-font-weight-semibold);line-height:var(--rf-line-height-tight);margin:0}p{margin:0}a{color:var(--rf-color-accent-1-text);text-decoration:none}a:hover{color:var(--rf-color-accent-1-text-strong)}.rf-container{width:100%;max-width:1100px;padding-inline:var(--rf-space-6);margin:0 auto}.rf-section{padding-block:var(--rf-space-16)}.rf-eyebrow{align-items:center;gap:var(--rf-space-2);font-size:var(--rf-font-size-sm);font-weight:var(--rf-font-weight-semibold);letter-spacing:.06em;text-transform:uppercase;color:var(--rf-color-accent-1-text);background:var(--rf-color-accent-1-soft);padding:var(--rf-space-1) var(--rf-space-3);border-radius:var(--rf-radius-full);display:inline-flex}.rf-display-1{font-size:var(--rf-font-size-display-1)}.rf-display-2{font-size:var(--rf-font-size-display-2)}.rf-lead{font-size:var(--rf-font-size-lead);line-height:var(--rf-line-height-relaxed);color:var(--rf-color-text-muted)}.rf-accent{color:var(--rf-color-accent-1-text)}.rf-flame{color:var(--rf-color-accent-2)}.rf-btn-primary{justify-content:center;align-items:center;gap:var(--rf-space-2);background:var(--rf-color-accent-1-text);color:var(--rf-color-text-inverse);border-radius:var(--rf-radius-md);padding:var(--rf-space-3) var(--rf-space-6);min-height:44px;font-family:inherit;font-size:var(--rf-font-size-lg);font-weight:var(--rf-font-weight-semibold);cursor:pointer;transition:background var(--rf-duration-fast) var(--rf-easing-default);border:none;display:inline-flex}.rf-btn-primary:hover{background:var(--rf-color-accent-1-text-strong)}.rf-btn-primary:disabled{opacity:.6;cursor:not-allowed}.rf-input{border:var(--rf-border-default);border-radius:var(--rf-radius-md);width:100%;padding:var(--rf-space-3);min-height:44px;font-family:inherit;font-size:var(--rf-font-size-lg);color:var(--rf-color-text-primary);background:var(--rf-color-surface)}.rf-input:focus{border:var(--rf-border-strong);outline:2px solid var(--rf-color-accent-1-text);outline-offset:2px}textarea.rf-input{resize:vertical;min-height:96px}.rf-field-label{font-size:var(--rf-font-size-sm);font-weight:var(--rf-font-weight-medium);color:var(--rf-color-text-primary);margin-bottom:var(--rf-space-1);display:block}.rf-card{background:var(--rf-color-surface);border-radius:var(--rf-radius-lg);box-shadow:var(--rf-shadow-md);padding:var(--rf-space-8)}@media (width<=640px){.rf-nav-link{display:none}.rf-header-solo{justify-content:center!important}}.rf-cta-mini{display:none}@media (width<=480px){.rf-cta-full{display:none}.rf-cta-mini{display:inline}.rf-header-cta{padding-inline:var(--rf-space-4)}}.rf-chip-row{gap:var(--rf-space-2) var(--rf-space-4);margin-top:var(--rf-space-8);flex-wrap:wrap;display:flex}.rf-chip{align-items:center;gap:var(--rf-space-2);font-size:var(--rf-font-size-sm);font-weight:var(--rf-font-weight-medium);color:var(--rf-color-text-muted);display:inline-flex}.rf-chip:before{content:"";border-radius:var(--rf-radius-full);background:var(--rf-color-accent-1);flex:none;width:6px;height:6px}.rf-lifecycle{gap:var(--rf-space-4);margin-top:var(--rf-space-12);grid-template-columns:repeat(5,1fr);display:grid}@media (width<=1024px){.rf-lifecycle{gap:var(--rf-space-6);grid-template-columns:repeat(3,1fr)}}@media (width<=680px){.rf-lifecycle{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.rf-lifecycle{grid-template-columns:1fr}}.rf-grid-4{gap:var(--rf-space-4);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=900px){.rf-grid-4{gap:var(--rf-space-6);grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.rf-grid-4{grid-template-columns:1fr}}.rf-card-hover{transition:transform var(--rf-duration-fast) var(--rf-easing-default), box-shadow var(--rf-duration-fast) var(--rf-easing-default), border-color var(--rf-duration-fast) var(--rf-easing-default)}.rf-card-hover:hover{box-shadow:var(--rf-shadow-md);border-color:var(--rf-color-accent-1-soft);transform:translateY(-3px)}a:focus-visible,button:focus-visible{outline:2px solid var(--rf-color-accent-1-text);outline-offset:2px;border-radius:var(--rf-radius-sm)}.rf-split{gap:var(--rf-space-16);grid-template-columns:1fr 1fr;align-items:center;display:grid}@media (width<=900px){.rf-split{gap:var(--rf-space-12);grid-template-columns:1fr}}.rf-phone{width:100%;max-width:320px;box-shadow:var(--rf-shadow-lg), 0 0 0 1px #ffffff0a inset;text-align:left;background:#0a0a0a;border:10px solid #050505;border-radius:40px;overflow:hidden}.rf-typing-dot{border-radius:var(--rf-radius-full);background:#a6a6a6;width:6px;height:6px;animation:1.2s ease-in-out infinite rf-typing;display:inline-block}.rf-typing-dot:nth-child(2){animation-delay:.15s}.rf-typing-dot:nth-child(3){animation-delay:.3s}@keyframes rf-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.rf-typing-dot{opacity:.6;animation:none}}.rf-stepper{grid-template-columns:repeat(5,1fr);display:grid}.rf-step{flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.rf-step:before{content:"";background:var(--rf-step-line,#e5e7eb);z-index:0;width:100%;height:2px;position:absolute;top:10px;left:-50%}.rf-step:first-child:before{display:none}.rf-step>*{z-index:1;position:relative}@media (width<=520px){.rf-step-label{display:none}}.rf-browser{border-radius:var(--rf-radius-lg);width:100%;max-width:900px;box-shadow:var(--rf-shadow-lg);text-align:left;background:#fff;border:1px solid #e5e7eb;overflow:hidden}.rf-hero{position:relative;overflow:hidden}.rf-hero:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--rf-color-accent-2) 22%, transparent) 0%, transparent 65%);pointer-events:none;z-index:0;width:420px;height:420px;position:absolute;top:-10%;right:8%}@media (width<=768px){.rf-hero:before{width:260px;height:260px;top:-6%;right:-10%}}.rf-hero-grid{gap:var(--rf-space-16);padding-block:var(--rf-space-16);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;display:grid}.rf-facet{opacity:.5;pointer-events:none;z-index:0;width:auto;height:100%;position:absolute;top:0;right:0}@media (width<=1024px){.rf-hero-grid{gap:var(--rf-space-12)}.rf-section{padding-block:var(--rf-space-12)}}@media (width<=768px){.rf-hero-grid{gap:var(--rf-space-8);padding-block:var(--rf-space-12);grid-template-columns:1fr}.rf-facet{display:none}}@media (width<=640px){.rf-container{padding-inline:var(--rf-space-4)}.rf-section{padding-block:var(--rf-space-12)}.rf-card{padding:var(--rf-space-6)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
