:root{--neon-green:#0f6;--neon-cyan:#00d4ff;--bg-card:#141c32b3;--border-card:#ffffff14;--text-primary:#fff;--text-secondary:#ffffff8c;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body,#root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#070b12}body{color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 20% 0,#0088ff14 0%,#0000 50%),radial-gradient(at 80% 100%,#00d4ff0f 0%,#0000 50%),radial-gradient(#8855ff0a 0%,#0000 60%);position:fixed;inset:0}.app-root{z-index:1;flex-direction:column;max-width:560px;min-height:100vh;margin:0 auto;padding:24px 20px;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(24px);background:#0e1628bf;border:1px solid #ffffff1a;border-radius:18px;margin-bottom:16px;padding:22px;position:relative}.glass-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff29,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}.back-btn{color:var(--neon-cyan);cursor:pointer;font-size:16px;font-weight:600;font-family:var(--font);background:0 0;border:none;flex-shrink:0;align-items:center;gap:4px;min-height:44px;padding:.25rem 0;transition:opacity .15s;display:flex}.back-btn:hover{opacity:.85}.page-header{justify-content:space-between;align-items:center;margin-bottom:28px;padding-top:0;display:flex}.page-title{letter-spacing:-.6px;font-size:30px;font-weight:800}.page-title .accent{background:linear-gradient(90deg, var(--neon-green), var(--neon-cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing{--landing-bg:#070b12;--landing-surface:#0e1628b8;--landing-surface-strong:#121c30e0;--landing-border:#94a3b824;--landing-text:#f1f5f9;--landing-muted:#94a3b8;--landing-faint:#64748b;--landing-accent:#00e5ff;--landing-accent-dim:#00e5ff1f;--landing-green:#10b981;--landing-green-dim:#10b98159;--landing-ease:cubic-bezier(.22, 1, .36, 1);--landing-radius:1.1rem;--landing-pad:1.25rem;background:radial-gradient(1100px 520px at 85% -8%, #00e5ff1c, transparent 58%), radial-gradient(800px 480px at 8% 18%, #10b98114, transparent 52%), radial-gradient(600px 400px at 50% 100%, #00e5ff0a, transparent 60%), var(--landing-bg);min-height:100vh;color:var(--landing-text);font-feature-settings:"ss01" on, "cv11" on}.landing-shell{max-width:68rem;padding:0 var(--landing-pad) 5rem;margin:0 auto}.landing-header{z-index:40;margin:0 calc(-1 * var(--landing-pad));padding:.85rem var(--landing-pad);-webkit-backdrop-filter:blur(16px)saturate(1.2);transition:border-color .2s var(--landing-ease);background:#070b12b8;border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;display:grid;position:sticky;top:0}.landing-header:hover{border-bottom-color:#94a3b81a}.landing-header-brand{cursor:pointer;letter-spacing:.06em;color:#fff;white-space:nowrap;background:0 0;border:none;justify-self:start;align-items:baseline;gap:.3rem;min-width:0;padding:.25rem 0;font-family:Bebas Neue,sans-serif;font-size:1.15rem;line-height:1;transition:opacity .15s;display:inline-flex}.landing-header-brand:hover{opacity:.88}.landing-header-brand-accent{background:linear-gradient(90deg, var(--neon-cyan), var(--neon-green));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.landing-header-center{justify-content:center;justify-self:center;display:flex}.landing-header-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.15rem;min-width:0;display:flex}.landing-header-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.55rem;padding:.45rem .8rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s;display:inline-block}.landing-header-link:hover{color:#fff;background:#ffffff0d}.landing-header-link.is-active{color:#fff;background:#00e5ff14}.landing a.landing-header-link:focus-visible,.landing button:focus-visible,.landing select:focus-visible,.landing summary:focus-visible{outline:2px solid var(--landing-accent);outline-offset:2px}.landing .dashboard-logo{text-transform:uppercase;letter-spacing:.5px;margin:0;font-family:Bebas Neue,sans-serif;font-size:40px;line-height:.85;display:inline-block}.landing .dashboard-logo .accent{background:linear-gradient(90deg, var(--neon-cyan), var(--neon-green));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.landing-lang{appearance:none;color:#fff;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right .7rem center no-repeat,#ffffff0f;border:1px solid #ffffff1f;border-radius:.65rem;outline:none;padding:.5rem 2rem .5rem .85rem;font-size:.85rem;font-weight:500;transition:border-color .15s}.landing-lang:hover{border-color:#00e5ff59}.landing-hero{align-items:center;gap:2.75rem;padding:2rem 0 0;display:grid}@media (width>=960px){.landing-hero{grid-template-columns:1.05fr .95fr;gap:3.25rem;min-height:min(72vh,42rem);padding-top:3rem}}.landing-hero-copy{animation:landing-rise .7s var(--landing-ease) both}.landing-hero-visual{animation:landing-rise .7s var(--landing-ease) .1s both;justify-content:center;display:flex;position:relative}.landing-hero-visual:before{content:"";filter:blur(28px);pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff2e 0%,#0000 68%);border-radius:50%;position:absolute;inset:12% 8% 8%}.landing-hero-visual>*{z-index:1;position:relative}.landing-hero-brand{text-shadow:0 0 60px #00e5ff26;letter-spacing:.02em!important;margin-bottom:1.35rem!important;font-size:clamp(3.4rem,9vw,5.25rem)!important;line-height:.82!important}.landing-badge{color:var(--landing-accent);letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#00e5ff24,#10b98114);border:1px solid #00e5ff4d;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.7rem;font-weight:700;display:inline-flex}.landing-h1{letter-spacing:-.035em;color:#fff;text-wrap:balance;max-width:24rem;margin:0;font-size:clamp(1.75rem,3.8vw,2.55rem);font-weight:800;line-height:1.12}.landing-lead{max-width:30rem;color:var(--landing-muted);margin:1.1rem 0 0;font-size:1.05rem;line-height:1.65}.landing-cta-row{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1.85rem;display:flex}.landing-btn{cursor:pointer;min-height:48px;transition:transform .2s var(--landing-ease), background .15s ease, border-color .15s ease, box-shadow .2s ease;border:none;border-radius:.85rem;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.4rem;font-size:.95rem;font-weight:700;display:inline-flex}.landing-btn:hover{transform:translateY(-2px)}.landing-btn:active{transform:translateY(0)}.landing-btn-primary{color:#041018;box-shadow:0 10px 28px var(--landing-green-dim), inset 0 1px 0 #fff3;background:linear-gradient(135deg,#12d18a 0%,#059669 100%)}.landing-btn-primary:hover{box-shadow:0 14px 32px #10b98173,inset 0 1px #ffffff40}.landing-btn-secondary{color:#fff;background:#ffffff0f;border:1px solid #ffffff29;box-shadow:inset 0 1px #ffffff0f}.landing-btn-secondary:hover{background:#ffffff1a;border-color:#00e5ff59}.landing-btn-ghost{color:#e2e8f0;background:0 0;border:1px solid #94a3b859}.landing-playbadge{align-items:center;transition:transform .15s;display:inline-flex}.landing-playbadge:hover{transform:translateY(-1px)}.landing-playbadge img{width:auto;height:54px;display:block}.landing-cta-note{max-width:26rem;color:var(--landing-faint);margin:.85rem 0 0;font-size:.8rem;line-height:1.5}.landing-phone-frame{background:linear-gradient(145deg,#4a5568 0%,#2f3848 40%,#1c2430 100%);border-radius:2.55rem;width:min(100%,272px);margin:0 auto;padding:11px;position:relative;box-shadow:0 30px 64px -16px #000000b3,0 0 0 1px #ffffff1a,inset 0 1px #ffffff24,inset 0 -2px 4px #00000073}@media (width>=640px){.landing-phone-frame{width:292px}}.landing-phone-chassis{pointer-events:none;z-index:2;position:absolute;inset:0}.landing-phone-btn{background:linear-gradient(#5a6578,#2a3342);display:block;position:absolute;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #0006}.landing-phone-btn--silent{border-radius:2px 0 0 2px;width:3px;height:16px;top:16%;left:-3px}.landing-phone-btn--vol-up{border-radius:2px 0 0 2px;width:3px;height:34px;top:26%;left:-3px}.landing-phone-btn--vol-down{border-radius:2px 0 0 2px;width:3px;height:34px;top:37%;left:-3px}.landing-phone-btn--power{border-radius:0 2px 2px 0;width:3px;height:52px;top:29%;right:-3px}.landing-phone-bezel{z-index:1;aspect-ratio:9/19.5;background:#020617;border-radius:2.05rem;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #000000a6,0 0 0 1px #ffffff0f}.landing-phone-screen-slot{background:#020617;position:absolute;inset:0;overflow:hidden}.landing-carousel{flex-direction:column;align-items:center;width:100%;display:flex}.landing-carousel-stage{width:100%;max-width:22rem;position:relative}.landing-carousel-img{object-fit:contain;object-position:center top;width:100%;height:100%;animation:.45s landing-fade;display:block}.landing-carousel-nav{z-index:20;color:#e2e8f0;cursor:pointer;background:#0f172aeb;border:1px solid #94a3b859;border-radius:999px;width:2.1rem;height:2.1rem;font-size:1.35rem;line-height:1;transition:border-color .15s,color .15s;position:absolute;top:50%;transform:translateY(-50%)}.landing-carousel-nav:hover{color:#fff;border-color:#00e5ff73}.landing-carousel-nav--prev{left:0;transform:translate(-50%,-50%)}.landing-carousel-nav--next{right:0;transform:translate(50%,-50%)}.landing-phone-caption{text-align:center;color:var(--landing-muted);max-width:18rem;margin-top:1rem;font-size:.875rem;line-height:1.45}.landing-carousel-dots{gap:.4rem;margin-top:.75rem;display:flex}.landing-carousel-dot{cursor:pointer;background:#475569;border:none;border-radius:999px;width:.4rem;height:.4rem;padding:0;transition:all .2s}.landing-carousel-dot.is-active{background:var(--landing-accent);width:1.25rem}.landing-gallery{gap:1.25rem;margin-top:1.5rem;display:grid}@media (width>=720px){.landing-gallery{grid-template-columns:repeat(3,1fr)}}.landing-gallery-item{margin:0}.landing-gallery-frame{border:1px solid var(--landing-border);aspect-ratio:9/19.5;transition:border-color .2s ease, transform .25s var(--landing-ease);background:#020617;border-radius:1.25rem;overflow:hidden;box-shadow:0 18px 40px -24px #000c}.landing-gallery-item:hover .landing-gallery-frame{border-color:#00e5ff47;transform:translateY(-3px)}.landing-gallery-frame img{object-fit:contain;object-position:center top;width:100%;height:100%;display:block}.landing-gallery-item figcaption{color:var(--landing-muted);margin-top:.65rem;font-size:.85rem;line-height:1.45}.landing-section{margin-top:clamp(3.5rem,8vw,5.5rem)}.landing-section h2{letter-spacing:-.03em;color:#fff;text-wrap:balance;margin:0;font-size:clamp(1.45rem,2.8vw,1.85rem);font-weight:800}.landing-section-sub{max-width:38rem;color:var(--landing-muted);margin:.65rem 0 0;font-size:1rem;line-height:1.6}.landing-steps{counter-reset:none;gap:1rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}@media (width>=720px){.landing-steps{grid-template-columns:repeat(3,1fr)}}.landing-step,.landing-feature,.landing-panel{border:1px solid var(--landing-border);background:linear-gradient(180deg, #ffffff08 0%, transparent 40%), var(--landing-surface);border-radius:var(--landing-radius);transition:border-color .2s ease, transform .25s var(--landing-ease), background .2s ease;padding:1.35rem 1.3rem;position:relative;overflow:hidden}.landing-step:before,.landing-feature:before,.landing-panel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff2e,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}.landing-step:hover,.landing-feature:hover,.landing-panel:hover{background:linear-gradient(180deg, #00e5ff0d 0%, transparent 45%), var(--landing-surface-strong);border-color:#00e5ff47;transform:translateY(-2px)}.landing-step-num{width:2rem;height:2rem;color:var(--landing-accent);background:linear-gradient(135deg,#00e5ff33,#10b9811f);border-radius:999px;justify-content:center;align-items:center;margin-bottom:.85rem;font-size:.85rem;font-weight:800;display:inline-flex;box-shadow:0 0 0 1px #00e5ff33}.landing-step h3,.landing-feature h3,.landing-panel h3{letter-spacing:-.015em;color:#fff;margin:0;font-size:1rem;font-weight:700}.landing-step p,.landing-feature p,.landing-panel p{color:var(--landing-muted);margin:.5rem 0 0;font-size:.92rem;line-height:1.6}.landing-features{gap:1rem;margin-top:1.75rem;display:grid}@media (width>=720px){.landing-features{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.landing-features{grid-template-columns:repeat(3,1fr)}}.landing-feature-icon{width:2.4rem;height:2.4rem;color:var(--landing-accent);background:linear-gradient(145deg,#00e5ff29,#10b98114);border:1px solid #00e5ff33;border-radius:.7rem;justify-content:center;align-items:center;margin-bottom:.9rem;display:inline-flex}.landing-feature-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.1rem;height:1.1rem}.landing-onphone-grid{gap:1rem;margin-top:1.5rem;display:grid}@media (width>=720px){.landing-onphone-grid{grid-template-columns:1.1fr 1fr}}.landing-qr-wrap{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.landing-qr{background:#fff;border-radius:.9rem;flex-shrink:0;padding:.65rem}.landing-qr img{width:140px;height:140px;display:block}.landing-install-grid{gap:1rem;margin-top:1rem;display:grid}@media (width>=720px){.landing-install-grid{grid-template-columns:1fr 1fr}}.landing-install-list{flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.landing-install-list li{color:#cbd5e1;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.landing-install-list span{width:1.6rem;height:1.6rem;color:var(--landing-accent);background:#02061799;border:1px solid #94a3b840;border-radius:.45rem;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:inline-flex}.landing-faq{flex-direction:column;gap:.75rem;margin-top:1.75rem;display:flex}.landing-faq details{border:1px solid var(--landing-border);background:var(--landing-surface);border-radius:var(--landing-radius);padding:1.15rem 1.35rem;transition:border-color .15s,background .15s}.landing-faq summary{cursor:pointer;color:#fff;justify-content:space-between;align-items:center;gap:1rem;font-size:.98rem;font-weight:700;list-style:none;display:flex}.landing-faq summary:after{content:"";border-right:2px solid var(--landing-muted);border-bottom:2px solid var(--landing-muted);width:.55rem;height:.55rem;transition:transform .2s var(--landing-ease);flex-shrink:0;margin-top:-.2rem;transform:rotate(45deg)}.landing-faq details[open] summary:after{border-color:var(--landing-accent);margin-top:.2rem;transform:rotate(-135deg)}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq details[open]{background:var(--landing-surface-strong);border-color:#00e5ff38}.landing-faq details p{color:var(--landing-muted);margin:.75rem 0 0;font-size:.92rem;line-height:1.6}.landing-final{text-align:center;background:radial-gradient(ellipse at 50% 0%, #00e5ff1f, transparent 55%), radial-gradient(ellipse at 80% 100%, #10b9811a, transparent 50%), var(--landing-surface);border:1px solid #00e5ff2e;border-radius:1.5rem;margin-top:clamp(3.5rem,8vw,5.5rem);padding:2.5rem 1.5rem}.landing-final h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.55rem,3vw,2rem);font-weight:800}.landing-final p{max-width:28rem;color:var(--landing-muted);margin:.75rem auto 0;font-size:1rem;line-height:1.6}.landing-final .landing-cta-row{justify-content:center;margin-top:1.5rem}.landing .seg-control{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex-shrink:0;min-width:max-content;padding:3px;display:flex}.landing .seg-btn{min-width:44px;color:var(--text-secondary);font-size:13px;font-weight:600;font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:10px 14px;transition:all .25s;display:inline-flex}.landing .seg-btn.active{color:var(--text-primary);background:linear-gradient(135deg,#00d4ff33,#85f3);border-color:#00d4ff4d;box-shadow:0 2px 8px #0003}.pricing-grid{gap:1rem;margin-top:.5rem;display:grid}@media (width>=800px){.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.pricing-card{border-radius:var(--landing-radius);border:1px solid var(--landing-border);background:linear-gradient(180deg, #ffffff08 0%, transparent 40%), var(--landing-surface);transition:border-color .2s ease, transform .25s var(--landing-ease);flex-direction:column;gap:.9rem;padding:1.5rem 1.35rem;display:flex}.pricing-card:hover{border-color:#94a3b847;transform:translateY(-2px)}.pricing-card--featured{background:linear-gradient(180deg, #00e5ff14 0%, transparent 45%), var(--landing-surface-strong);border-color:#00e5ff66;box-shadow:0 0 0 1px #00e5ff1f,0 20px 48px -22px #00e5ff66}.pricing-card--featured:hover{border-color:#00e5ff80}.pricing-card h2{margin:0;font-size:1.2rem;font-weight:800}.pricing-card__price{letter-spacing:-.02em;margin:0;font-size:1.85rem;font-weight:800}.pricing-card__price span{color:var(--landing-muted);margin-left:.35rem;font-size:.85rem;font-weight:600}.pricing-card ul{color:var(--landing-muted);flex:1;margin:0;padding:0 0 0 1.1rem;font-size:.9rem;line-height:1.55}.pricing-card .landing-btn{justify-content:center;width:100%}.pricing-card .landing-btn:disabled{opacity:.45;cursor:default;transform:none}.pricing-custom{color:var(--landing-muted);margin:1.75rem 0 0;font-size:.95rem;line-height:1.55}.pricing-custom a{color:var(--landing-accent)}.landing-footer{text-align:center;color:var(--landing-faint);border-top:1px solid #94a3b81f;margin-top:clamp(3.5rem,8vw,5rem);padding-top:2.25rem;font-size:.85rem}.landing-footer-links{flex-wrap:wrap;justify-content:center;gap:.35rem 1.35rem;margin-bottom:1rem;display:flex}.landing-footer-links button,.landing-footer-links a{color:var(--landing-muted);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .15s}.landing-footer-links button:hover,.landing-footer-links a:hover{color:var(--landing-accent)}.support-shell{max-width:36rem}.support-header{padding:1.25rem 0 .5rem}.support-back{color:var(--landing-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:500}.support-back:hover{color:#e2e8f0}.support-main{padding-bottom:3rem}.support-intro{padding-top:1.5rem}.support-icon{width:2.75rem;height:2.75rem;color:var(--landing-accent);background:#00e5ff1f;border:1px solid #00e5ff47;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:inline-flex}.support-intro h1{letter-spacing:-.02em;margin:0;font-size:1.85rem;font-weight:800}.support-intro p{color:var(--landing-muted);margin:.6rem 0 0;font-size:.95rem;line-height:1.55}.support-form{flex-direction:column;gap:1rem;margin-top:1.75rem;display:flex}.support-field{display:block}.support-field>span{color:var(--landing-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.7rem;display:block}.support-field input,.support-field textarea{box-sizing:border-box;color:#fff;width:100%;font:inherit;background:#0f172aa6;border:1px solid #94a3b838;border-radius:.85rem;outline:none;padding:.85rem .95rem}.support-field input:focus,.support-field textarea:focus{border-color:#00e5ff8c}.support-field textarea{resize:vertical;min-height:8rem}.support-field small,.support-attach small{color:var(--landing-faint);margin-top:.35rem;font-size:.7rem;display:block}.support-attach-pick{cursor:pointer;color:var(--landing-muted);border:1px dashed #94a3b847;border-radius:.85rem;align-items:center;gap:.5rem;padding:.85rem .95rem;font-size:.9rem;display:flex}.support-attach-pick:hover{color:#cbd5e1;border-color:#94a3b880}.support-attach-pick input{display:none}.support-attach-picked{background:#0f172aa6;border:1px solid #94a3b838;border-radius:.85rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .95rem;display:flex}.support-attach-name{text-overflow:ellipsis;white-space:nowrap;color:#e2e8f0;font-size:.9rem;overflow:hidden}.support-attach-picked button{color:var(--landing-muted);cursor:pointer;background:0 0;border:none;padding:.15rem .35rem;font-size:1.25rem;line-height:1}.support-attach-picked button:hover{color:#fff}.support-turnstile{min-height:65px}.support-error{color:#fda4af;background:#f43f5e1a;border:1px solid #f43f5e59;border-radius:.85rem;margin:0;padding:.7rem .9rem;font-size:.9rem}.support-submit{color:#041018;cursor:pointer;background:linear-gradient(90deg,#00d4ff,#10b981);border:none;border-radius:.85rem;width:100%;min-height:48px;padding:.95rem 1rem;font-size:1rem;font-weight:700;transition:filter .15s,transform .15s}.support-submit:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.support-submit:disabled{opacity:.5;cursor:not-allowed}.support-done{background:#10b9811a;border:1px solid #10b98159;border-radius:1rem;margin-top:1.75rem;padding:1.35rem}.support-done h2{color:#6ee7b7;margin:0;font-size:1.15rem}.support-done p{color:#cbd5e1;margin:.6rem 0 0;font-size:.9rem;line-height:1.55}.support-issue-id{text-align:center;letter-spacing:.08em;font-variant-numeric:tabular-nums;background:#090d16b3;border:1px solid #94a3b838;border-radius:.85rem;margin-top:1rem;padding:.9rem;font-size:1.35rem;font-weight:800}.support-again{color:var(--landing-accent);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:0;font-size:.9rem}.support-again:hover{color:#7df0ff}@keyframes landing-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes landing-fade{0%{opacity:.35}to{opacity:1}}@media (prefers-reduced-motion:reduce){.landing-hero-copy,.landing-hero-visual,.landing-carousel-img{animation:none}.landing-btn,.landing-step,.landing-feature,.landing-panel,.landing-gallery-frame,.pricing-card,.landing-faq summary:after{transition:none}.landing-btn:hover,.landing-step:hover,.landing-feature:hover,.landing-panel:hover,.landing-gallery-item:hover .landing-gallery-frame,.pricing-card:hover{transform:none}}
