:root{--bg: #040306;--bg-elevated: #0c0f14;--surface: #121820;--surface-2: #1a2230;--text: #f4f7fb;--muted: #9aa8b8;--accent: #3b82f6;--accent-dark: #2563eb;--green: #22c55e;--danger: #ef4444;--border: #2a3544;--radius: 16px;--font-display: "Outfit", "Segoe UI", sans-serif;--font-body: "Source Sans 3", "Segoe UI", sans-serif;color:var(--text);background:var(--bg);font-family:var(--font-body);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;background:radial-gradient(1200px 600px at 10% -10%,rgba(59,130,246,.18),transparent 55%),radial-gradient(900px 500px at 90% 0%,rgba(34,197,94,.08),transparent 50%),var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{min-height:100vh;display:flex;flex-direction:column}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:#040306d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20}.brand{font-weight:800;letter-spacing:.02em;font-size:1.05rem}.nav-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-links a,.nav-links button.linkish{color:var(--muted);font-size:.95rem;font-weight:600}.nav-links a:hover,.nav-links button.linkish:hover{color:var(--text)}main{flex:1;width:min(1100px,100%);margin:0 auto;padding:1.5rem 1.25rem 3rem;overflow-x:clip}.hero{padding:2rem 0 1.75rem;text-align:left}.hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,6vw,4rem);line-height:1.05;margin:0 0 1rem;letter-spacing:-.03em;max-width:16ch}.hero p{color:var(--muted);font-size:1.15rem;max-width:42rem;margin:0 0 1.75rem}.home{display:flex;flex-direction:column;gap:2.75rem}.home-hero{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:1.25rem 0 .5rem;animation:fade-up .55s ease both}.home-kicker{margin:0 0 .65rem;font-family:var(--font-display);font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent)}.home-hero-copy h1{font-family:var(--font-display);font-size:clamp(2.35rem,7vw,3.6rem);line-height:1.05;margin:0 0 .85rem;letter-spacing:-.03em;max-width:14ch}.home-lead{margin:0 0 1.35rem;color:var(--muted);font-size:1.1rem;max-width:34rem;line-height:1.45}.home-cta{margin-top:.15rem}.home-hero-visual{position:relative;display:flex;justify-content:center;min-height:280px;animation:fade-up .65s ease .08s both}.phone-mock{position:relative;z-index:1;width:min(260px,72vw);animation:phone-float 5.5s ease-in-out infinite}.phone-mock-bezel{border-radius:2rem;padding:.55rem;background:linear-gradient(160deg,#2a3544,#0c0f14 55%);border:1px solid rgba(154,168,184,.35);box-shadow:0 28px 60px #0000008c,inset 0 1px #ffffff14}.phone-mock-notch{width:38%;height:.55rem;margin:.2rem auto .65rem;border-radius:999px;background:#05070a}.phone-mock-screen{border-radius:1.45rem;padding:1.75rem 1.2rem 1.4rem;min-height:340px;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.28),transparent 55%),linear-gradient(180deg,#10161f,#07090d);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.phone-mock-logo{width:88px;height:88px;object-fit:contain;border-radius:20px;margin-bottom:.35rem}.phone-mock-title{margin:0;font-family:var(--font-display);font-weight:700;font-size:1.15rem}.phone-mock-sub{margin:0;color:var(--muted);font-size:.9rem;line-height:1.35;max-width:16ch}.phone-mock-panel{margin-top:auto;width:100%;display:grid;gap:.45rem}.phone-mock-panel span{display:block;padding:.55rem .7rem;border-radius:10px;background:#3b82f61f;border:1px solid rgba(59,130,246,.28);font-size:.82rem;font-weight:600;color:#dbeafe}.phone-mock-glow{position:absolute;top:12%;right:8%;bottom:8%;left:8%;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.35),transparent 68%);filter:blur(18px);z-index:0;pointer-events:none}.home-features{padding:.25rem 0 .5rem;animation:fade-up .6s ease .1s both}.home-features-intro{margin-bottom:1.35rem;max-width:40rem}.home-features-intro h2{margin:0 0 .45rem;font-family:var(--font-display);font-size:clamp(1.55rem,3vw,2rem);letter-spacing:-.02em}.home-features-intro p{margin:0;color:var(--muted);font-size:1.05rem}.home-feature-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.home-feature{padding:1rem 0 1.05rem;border-top:1px solid var(--border)}.home-feature h3{margin:0 0 .35rem;font-size:1.05rem;font-family:var(--font-display);font-weight:600}.home-feature p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45}.home-products{padding-top:.25rem}.home-product-grid{margin-top:.25rem}@keyframes phone-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.card{background:linear-gradient(180deg,var(--surface),var(--bg-elevated));border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.card h2,.card h3{margin:0 0 .5rem}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:12px;padding:.75rem 1.15rem;font-weight:700;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.btn:hover{opacity:.92}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent-dark);color:#fff}.btn-secondary{background:var(--surface-2);border-color:var(--border);color:var(--text)}.btn-danger{background:var(--danger);border-color:#dc2626;color:#fff}.btn-ghost{background:transparent;border-color:var(--border);color:var(--muted)}.linkish{background:none;border:none;padding:0;cursor:pointer;color:var(--accent);font-weight:600;font-size:.95rem;text-decoration:underline;text-underline-offset:3px}.linkish:hover{color:#93c5fd}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.85rem;color:var(--muted);font-weight:600}.field input,.field textarea,.field select{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:.7rem .85rem}.field textarea{min-height:110px;resize:vertical}.error{color:#fca5a5;background:#ef44441f;border:1px solid rgba(239,68,68,.35);border-radius:10px;padding:.75rem 1rem}.ok{color:#86efac;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);border-radius:10px;padding:.75rem 1rem}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid var(--border);vertical-align:top}.table th{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.build-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.tabs{display:flex;gap:.35rem;margin:.75rem 0 1.25rem;border-bottom:1px solid var(--border);padding-bottom:.35rem}.tab{background:transparent;border:1px solid transparent;border-radius:10px 10px 0 0;color:var(--muted);cursor:pointer;font-weight:700;padding:.55rem .9rem;display:inline-flex;align-items:center;gap:.45rem}.tab:hover{color:var(--text)}.tab-active{color:var(--text);background:#3b82f61f;border-color:var(--border);border-bottom-color:transparent}.tab-count{font-size:.75rem;font-weight:700;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;min-width:1.4rem;padding:.1rem .4rem;text-align:center}.tab-active .tab-count{color:#93c5fd;border-color:#3b82f673}.build-item{display:flex;flex-direction:column;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--border)}.build-item:first-child{padding-top:.25rem}.build-item:last-child{border-bottom:none;padding-bottom:0}.build-item-title{display:block;font-size:1.05rem;word-break:break-word}.build-item-notes,.build-item-meta{margin:.25rem 0 0;font-size:.9rem;word-break:break-word;overflow-wrap:anywhere}.build-item-actions{display:flex;flex-direction:column;gap:.5rem}.build-item-actions .btn{width:100%}@media (min-width: 720px){.build-item{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.25rem}.build-item-main{min-width:0;flex:1}.build-item-actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;width:auto}.build-item-actions .btn{width:auto}}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--border);font-size:.75rem;color:var(--muted)}.badge-on{color:var(--green);border-color:#22c55e73}.section-title{margin:0 0 1rem;font-size:1.6rem}.footer{border-top:1px solid var(--border);padding:1.5rem;text-align:center;color:var(--muted);font-size:.85rem}.back-link{color:var(--muted);font-weight:600;font-size:.95rem;display:inline-block;margin-bottom:.5rem}.back-link:hover{color:var(--text)}.product-card{display:flex;flex-direction:column;gap:.35rem;transition:border-color .2s ease,transform .2s ease}.product-card:hover{border-color:#3b82f68c;transform:translateY(-2px)}.product-card-icon{width:64px;height:64px;object-fit:contain;border-radius:14px;margin-bottom:.35rem}.product-page{display:flex;flex-direction:column;gap:2.5rem}.product-hero{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:2rem;align-items:center;padding:1.5rem 0 .5rem;animation:fade-up .55s ease both}.product-hero-logo{width:min(280px,100%);height:auto;object-fit:contain;border-radius:20px;filter:drop-shadow(0 12px 40px rgba(59,130,246,.25))}.product-hero-copy h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;margin:0 0 .75rem;letter-spacing:-.03em}.product-eyebrow{margin:0 0 .5rem;color:var(--accent);font-weight:700;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}.product-headline{margin:0 0 .75rem;font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:600;color:var(--text);max-width:28rem;line-height:1.3}.product-support{margin:0 0 1.5rem;color:var(--muted);font-size:1.05rem;max-width:38rem}.product-section{animation:fade-up .6s ease .08s both}.section-lead{margin:-.35rem 0 1.25rem;color:var(--muted);max-width:40rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.feature-item{padding:1.15rem 1.2rem;border-left:3px solid var(--accent);background:linear-gradient(90deg,rgba(59,130,246,.08),transparent 70%);border-radius:0 12px 12px 0}.feature-item h3{margin:0 0 .4rem;font-size:1.05rem}.feature-item p{margin:0;color:var(--muted);font-size:.95rem}.steps{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.step{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.step-num{width:2.25rem;height:2.25rem;border-radius:999px;background:var(--accent);color:#fff;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.step h3{margin:0 0 .35rem}.step p{margin:0;color:var(--muted)}.product-closing{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#3b82f61f,#04030666);animation:fade-up .65s ease .12s both}.product-closing-icon{width:72px;height:72px;object-fit:contain;border-radius:16px}.product-closing h2{margin:0 0 .4rem}.product-closing p{margin:0;color:var(--muted)}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 720px){.product-hero{grid-template-columns:1fr;text-align:center}.product-hero-logo{margin:0 auto;width:min(220px,70vw)}.product-headline,.product-support{margin-left:auto;margin-right:auto}.product-hero-copy .row{justify-content:center}.product-closing{grid-template-columns:1fr;text-align:center}.product-closing-icon{margin:0 auto}.product-closing .row{justify-content:center}}@media (min-width: 900px){.nav{padding:1rem clamp(1.5rem,4vw,3rem)}main{width:min(1600px,calc(100% - 3rem));padding:2rem clamp(1.25rem,3vw,2.5rem) 4rem}.home{gap:3.25rem}.home-hero{grid-template-columns:minmax(0,1.05fr) minmax(280px,.9fr);gap:2.5rem 3rem;padding:1.75rem 0 .75rem;min-height:min(68vh,560px)}.home-hero-copy h1{font-size:clamp(3rem,4.2vw,4.4rem);max-width:12ch}.home-lead{font-size:1.2rem;max-width:36rem}.home-hero-visual{justify-content:flex-end;min-height:420px}.phone-mock{width:min(300px,100%)}.phone-mock-screen{min-height:420px}.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem}.home-feature{padding:1.15rem 0 1.2rem}.grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.product-card{padding:1.5rem 1.6rem}.section-title{font-size:1.75rem;margin-bottom:1rem}.product-hero{gap:3.5rem;padding-top:1.5rem;grid-template-columns:minmax(220px,320px) 1fr}.product-headline{max-width:40rem}.product-support{max-width:48rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1200px){main{width:min(1680px,calc(100% - 4rem))}.home-hero{gap:3rem 4rem}.home-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 1.5rem}.home-features-intro{margin-bottom:1.5rem}}@media (min-width: 1600px){main{width:min(1760px,calc(100% - 5rem))}}@media (prefers-reduced-motion: reduce){.phone-mock,.home-hero,.home-hero-visual,.home-features{animation:none}}
