*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.auth-loading{background:#0a0a0a;place-items:center;min-height:100vh;display:grid}.auth-loading__spinner{border:2px solid #ffffff26;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-gate{color:#0f172a;background:#eef3fb;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.auth-preview{pointer-events:none;-webkit-user-select:none;user-select:none;filter:blur(14px);transform-origin:top;display:flex;position:absolute;inset:0;transform:scale(1.02)}.auth-preview__sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:18px;width:72px;padding:22px 0;display:flex}.auth-preview__logo{margin-bottom:8px;display:inline-flex}.auth-preview__nav-dot{color:#3b82f6;background:#e8eef8;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.auth-preview__nav-dot--active{background:#dbeafe}.auth-preview__body{flex-direction:column;flex:1;min-width:0;padding:0 36px 36px;display:flex}.auth-preview__top{justify-content:space-between;align-items:center;padding:28px 0 22px;display:flex}.auth-preview__welcome{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:28px;font-weight:700}.auth-preview__avatar{background:#86efac;border:3px solid #fff;border-radius:50%;width:44px;height:44px;box-shadow:0 0 0 1px #d1fae5}.auth-preview__grid{flex:1;grid-template-columns:1fr 1fr;align-content:start;gap:20px;display:grid}.auth-preview__card{background:#f4f7fc;border:1px solid #e8eef7;border-radius:20px;flex-direction:column;gap:18px;min-height:220px;padding:28px;display:flex}.auth-preview__card-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.auth-preview__card-icon--blue{background:linear-gradient(145deg,#60a5fa,#2563eb)}.auth-preview__card-icon--red{background:linear-gradient(145deg,#fb7185,#e11d48)}.auth-preview__card-icon--orange{background:linear-gradient(145deg,#fb923c,#ea580c)}.auth-preview__card-icon--purple{background:linear-gradient(145deg,#a78bfa,#7c3aed)}.auth-preview__card h2{letter-spacing:-.03em;margin:0;font-size:22px;font-weight:700}.auth-preview__card p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.auth-scrim{-webkit-backdrop-filter:blur(2px);background:#0f172a2e;position:absolute;inset:0}.auth-modal-wrap{z-index:2;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex;position:relative}.auth-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:28px 32px 22px;box-shadow:0 24px 48px #0f172a24,0 2px 8px #0f172a0f}.auth-badge{color:#fff;letter-spacing:-.01em;background:#22c55e;border-radius:999px;align-items:center;gap:6px;margin:0 auto 16px;padding:6px 12px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.auth-badge svg{flex-shrink:0}.auth-title{letter-spacing:-.04em;color:#0f172a;margin:0 0 6px;font-size:24px;font-weight:800;line-height:1.15}.auth-sub{color:#94a3b8;margin:0 0 20px;font-size:14px;line-height:1.45}.auth-social{flex-direction:column;gap:10px;margin-bottom:0;display:flex}.auth-social-btn{color:#0f172a;width:100%;height:46px;font:inherit;letter-spacing:-.01em;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.auth-social-btn:hover{background:#f9fafb;border-color:#d1d5db}.auth-social-btn:disabled{opacity:.6;cursor:not-allowed}.auth-social-btn svg{flex-shrink:0}.auth-divider{color:#94a3b8;align-items:center;gap:14px;margin:14px 0;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.auth-form{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.auth-input{color:#0f172a;width:100%;height:46px;font:inherit;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:0 14px;font-size:14px;transition:border-color .15s,background .15s,box-shadow .15s}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.auth-email-btn{color:#fff;width:100%;height:46px;font:inherit;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(#3b82f6 0%,#2563eb 100%);border:none;border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 6px 16px #2563eb40}.auth-email-btn:hover{filter:brightness(1.05)}.auth-email-btn:active{transform:translateY(1px)}.auth-email-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#ef4444;text-align:center;margin:0 0 10px;font-size:13px;line-height:1.4}.auth-error--success{color:#22c55e}.auth-trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0 0 12px;display:flex}.auth-trust__stars{align-items:center;gap:3px;display:inline-flex}.auth-trust__star{color:#fff;background:#22c55e;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.auth-trust__rating{color:#0f172a;letter-spacing:-.02em;font-size:13px;font-weight:700}.auth-trust__sep{background:#e2e8f0;width:1px;height:14px}.auth-trust__proof{color:#64748b;letter-spacing:-.01em;align-items:center;gap:5px;font-size:12px;font-weight:500;display:inline-flex}.auth-perks{color:#94a3b8;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 14px;margin:0 0 14px;padding:0;font-size:11px;font-weight:500;list-style:none;display:flex}.auth-perks li{align-items:center;gap:4px;display:inline-flex}.auth-perks li:before{content:"✓";color:#94a3b8;font-size:11px}.auth-legal{color:#94a3b8;margin:0;font-size:12px}.auth-legal a{color:#94a3b8;text-underline-offset:2px;text-decoration:underline}.auth-legal a:hover{color:#64748b}@media (width<=720px){.auth-preview__grid{grid-template-columns:1fr}.auth-preview__welcome{font-size:22px}.auth-preview__card{min-height:160px}.auth-modal{padding:24px 20px 18px}.auth-title{font-size:22px}}.welcome-offer{z-index:100;-webkit-backdrop-filter:blur(1px);background:#0f172a24;place-items:center;padding:24px 16px;display:grid;position:fixed;inset:0}.welcome-offer__shell{text-align:center;background:#eef2f7;border-radius:20px;width:100%;max-width:400px;padding:22px 22px 18px;box-shadow:0 24px 48px #0f172a24,0 2px 8px #0f172a0f}.welcome-offer__title{letter-spacing:-.02em;color:#0f172a;margin:0 0 16px;font-size:18px;font-style:italic;font-weight:600}.welcome-offer__card{background:#fff;border-radius:16px;padding:22px 20px 18px;box-shadow:0 1px #0f172a0a}.welcome-offer__features{letter-spacing:-.01em;color:#3b82f6;margin:0 0 12px;font-size:13px;font-weight:600;line-height:1.45}.welcome-offer__headline{letter-spacing:-.04em;color:#2563eb;margin:0 0 4px;font-size:28px;font-weight:800;line-height:1.1}.welcome-offer__then{letter-spacing:-.02em;color:#64748b;margin:0 0 16px;font-size:14px;font-weight:600}.welcome-offer__timer{background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:0 0 16px;padding:10px 14px;display:flex}.welcome-offer__timer-label{letter-spacing:.04em;color:#0f172a;font-size:11px;font-weight:700}.welcome-offer__timer-value{letter-spacing:.02em;color:#2563eb;font-variant-numeric:tabular-nums;font-size:14px;font-weight:800}.welcome-offer__actions{flex-direction:column;gap:10px;display:flex}.welcome-offer__apple-pay{cursor:pointer;background:#000;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:48px;transition:opacity .15s;display:inline-flex}.welcome-offer__apple-pay:hover{opacity:.92}.welcome-offer__apple-pay-mark{color:#fff;align-items:center;gap:5px;display:inline-flex}.welcome-offer__apple-pay-logo{flex-shrink:0;width:16px;height:20px}.welcome-offer__apple-pay-text{letter-spacing:.01em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-size:20px;font-weight:500;line-height:1}.welcome-offer__claim{color:#fff;width:100%;height:48px;font:inherit;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(#3b82f6 0%,#2563eb 100%);border:none;border-radius:12px;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:0 4px 12px #2563eb40}.welcome-offer__claim:hover:not(:disabled){filter:brightness(1.05)}.welcome-offer__claim:active:not(:disabled){transform:translateY(1px)}.welcome-offer__claim:disabled,.welcome-offer__apple-pay:disabled{opacity:.7;cursor:wait}.welcome-offer__error{color:#b91c1c;text-align:center;margin:10px 0 0;font-size:13px;font-weight:500}.welcome-offer__later{color:#94a3b8;font:inherit;cursor:pointer;background:0 0;border:none;margin:14px 0 0;padding:4px 8px;font-size:14px;font-weight:500;transition:color .15s}.welcome-offer__later:hover{color:#64748b}@media (width<=480px){.welcome-offer__shell{padding:18px 16px 14px}.welcome-offer__headline{font-size:24px}.welcome-offer__features{font-size:12px}}.dash{--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--blue:#3b82f6;--nav:#535bf0;--nav-muted:#9ca3af;--bg:#f7f8fa;--grid:#e9ebef;background:var(--bg);min-height:100vh;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.dash-brand{border-radius:10px;flex-shrink:0;line-height:0;text-decoration:none;display:inline-flex}.dash-main{flex-direction:column;flex:1;min-width:0;display:flex}.dash-header{background:#fff;border-bottom:1px solid #eef0f3;flex-shrink:0;align-items:center;gap:14px;height:56px;padding:0 24px 0 28px;display:flex}.dash-header__welcome{letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:17px;font-weight:700;line-height:1.2;overflow:hidden}.dash-header__actions{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.dash-start{color:#fff;height:34px;font:inherit;cursor:pointer;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(#3d82f6 0%,#2b6eff 48%,#2563eb 100%);border:1px solid #1d4ed8;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff47,inset 0 -1px #0f3ca02e}.dash-start:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.dash-start:disabled{opacity:.75;cursor:wait}.dash-account{position:relative}.dash-avatar{cursor:pointer;background:radial-gradient(70% 60% at 30% 12%,#ff5aaa 0%,#0000 55%),radial-gradient(55% 55% at 78% 28%,#8b6cff 0%,#0000 50%),radial-gradient(65% 60% at 85% 85%,#3b6bff 0%,#0000 55%),radial-gradient(60% 55% at 18% 88%,#5eead4 0%,#0000 52%),radial-gradient(50% 45% at 48% 52%,#c4b5fd 0%,#0000 60%),linear-gradient(155deg,#f472b6 8%,#a78bfa 40%,#60a5fa 70%,#2dd4bf 100%);border:none;border-radius:50%;width:34px;height:34px;padding:0}.dash-avatar:hover{box-shadow:0 0 0 2px #3b82f638}.dash-avatar:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.dash-menu{z-index:50;background:#fff;border:1px solid #ececec;border-radius:14px;min-width:220px;padding:8px 0;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 30px #0f172a1a,0 2px 8px #0f172a0f}.dash-menu__email{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;max-width:260px;padding:10px 18px 12px;font-size:13px;overflow:hidden}.dash-menu__email+.dash-menu__item{border-top:1px solid #f3f4f6}.dash-menu__item{color:#374151;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 18px;font-size:14px;display:block}.dash-menu__item:hover{background:#f9fafb}.dash-menu__item:disabled{opacity:.65;cursor:wait}.dash-menu__item--danger{color:#ef4444}.dash-menu__item--danger:hover{background:#fef2f2}.dash-body{flex-direction:column;flex:1;min-height:0;padding:16px 20px 20px;display:flex}.dash-hub{flex:1;grid-template-rows:1.65fr 1fr;gap:14px;min-height:0;display:grid}.dash-row{gap:14px;min-height:0;display:grid}.dash-row--featured{grid-template-columns:1fr 1fr}.dash-row--secondary{grid-template-columns:1fr 1fr 1fr}.dash-card{background-color:#fafbfc;background-image:linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);text-align:left;width:100%;height:100%;min-height:0;font:inherit;color:inherit;cursor:pointer;background-position:-1px -1px;background-size:16px 16px;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;padding:0;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.dash-card:hover{transform:translateY(-1px)}.dash-card--featured{border-color:#b4ceff;box-shadow:0 0 0 4px #bfdbfecc,0 0 22px #60a5fa33}.dash-card--featured:hover{box-shadow:0 0 0 4px #bfdbfef2,0 0 26px #60a5fa47}.dash-card__visual{pointer-events:none;position:absolute;inset:0}.dash-card__pill{background:#fff;border-radius:999px;align-items:center;gap:20px;padding:18px 48px 18px 18px;display:inline-flex;position:absolute;top:26%;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 36px #0f172a1f,0 2px 8px #0f172a0d}.dash-card__pill-text{letter-spacing:-.045em;white-space:nowrap;font-size:clamp(28px,3.2vw,42px);font-weight:700;line-height:1}.dash-card__icon{color:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:clamp(64px,6vw,84px);height:clamp(64px,6vw,84px);display:inline-flex}.dash-card__icon svg{width:55%;height:55%}.dash-card__icon--blue{background:linear-gradient(160deg,#60a5fa,#3b82f6 50%,#2563eb);box-shadow:0 3px 10px #2563eb52}.dash-card__icon--red{background:linear-gradient(160deg,#fb7185,#f43f5e 50%,#e11d48);box-shadow:0 3px 10px #e11d4852}.dash-card__icon--orange{background:linear-gradient(160deg,#fb923c,#f97316 50%,#ea580c);box-shadow:0 3px 10px #ea580c52}.dash-card__icon--sky{background:linear-gradient(160deg,#7dd3fc,#38bdf8 50%,#0ea5e9);box-shadow:0 3px 10px #0ea5e952}.dash-card__icon--purple{background:linear-gradient(160deg,#c4b5fd,#a78bfa 45%,#7c3aed);box-shadow:0 3px 10px #7c3aed52}.dash-card__meta{z-index:1;pointer-events:none;background:#fafbfc;border-top:1px solid #eef0f3;flex-direction:column;gap:3px;padding:14px 18px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.dash-card__title{letter-spacing:-.02em;font-size:13.5px;font-weight:700;line-height:1.25}.dash-card__desc{color:var(--muted);max-width:40ch;font-size:12px;line-height:1.45}.dash-card--compact .dash-card__pill{gap:14px;padding:12px 28px 12px 12px;top:30%}.dash-card--compact .dash-card__pill-text{font-size:clamp(18px,2vw,26px)}.dash-card--compact .dash-card__icon{border-radius:14px;width:clamp(44px,4.2vw,56px);height:clamp(44px,4.2vw,56px)}.dash-card--compact .dash-card__meta{padding:12px 16px 14px}.dash-card--compact .dash-card__title{font-size:12.5px}.dash-card--compact .dash-card__desc{max-width:34ch;font-size:11.5px}.dash-detail{flex-direction:column;gap:16px;max-width:720px;display:flex}.dash-detail__back{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:14px;font-weight:600}.dash-detail__back:hover{color:var(--ink)}.dash-detail__hero{background-color:#fafbfc;background-image:linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);background-size:16px 16px;border:1px solid #b4ceff;border-radius:20px;align-items:center;gap:16px;padding:24px;display:flex;box-shadow:0 0 0 4px #bfdbfecc}.dash-detail__hero h2{letter-spacing:-.03em;margin:0 0 4px;font-size:22px;font-weight:700}.dash-detail__hero p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.dash-detail__panel{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;align-items:flex-start;gap:14px;padding:22px 24px;display:flex}.dash-detail__panel p{color:#4b5563;margin:0;font-size:14.5px;line-height:1.55}.dash-body--predictor{background:#fff;padding:0 10px 10px}.predictor{flex:1;min-height:0;display:flex}.predictor__shell{background:#f8f8fa;border-radius:18px;flex:1;justify-content:center;align-items:center;min-height:0;padding:20px 16px;display:flex}.predictor__card{background:#fff;border-radius:16px;width:100%;max-width:660px;padding:18px 18px 16px;box-shadow:0 1px 2px #0f172a0a,0 6px 18px #0f172a0a}.predictor__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.predictor__brand{align-items:center;gap:9px;min-width:0;display:flex}.predictor__head h2{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:700}.predictor__pro{height:20px;color:var(--blue);background:#e8f3ff;border:1px solid #93c5fd;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.predictor__timer{font-variant-numeric:tabular-nums;color:#c0c4cc;letter-spacing:.02em;flex-shrink:0;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.predictor__card--analyzing{overflow:hidden;box-shadow:-28px 8px 56px #ec489929,28px 8px 56px #3b82f633,0 1px 2px #0f172a0a,0 10px 28px #0f172a0f}.predictor__analyzing{text-align:center;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:168px;padding:36px 28px;display:flex}.predictor__analyzing h3{letter-spacing:-.03em;color:#6b7280;margin:0;font-size:20px;font-weight:700}.predictor__analyzing-sub{color:#9ca3af;max-width:340px;min-height:2.9em;margin:0;font-size:13.5px;line-height:1.45;animation:.45s both predictor-copy-in}.predictor__status-text{animation:.35s both predictor-copy-in;display:inline-block}@keyframes predictor-copy-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.predictor__analyzing-sub,.predictor__status-text{animation:none}}.predictor__status{color:#fff;letter-spacing:-.01em;background:linear-gradient(#5b9af8 0%,#3b82f6 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:46px;margin-top:14px;font-size:14.5px;font-weight:600;display:inline-flex;box-shadow:inset 0 1px #ffffff38,0 1px 2px #2563eb33}.predictor__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.75s linear infinite predictor-spin}@keyframes predictor-spin{to{transform:rotate(360deg)}}.predictor__card--gated{padding-bottom:0;overflow:hidden}.predictor__card--gated .predictor__head{border-bottom:1px solid #eef0f3;margin-bottom:0;padding-bottom:14px}.predictor__gate{min-height:280px;margin:0 -18px;padding:18px 18px 28px;position:relative;overflow:hidden}.predictor__gate-blur{filter:blur(7px);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.85;transform:scale(1.02)}.predictor__result--solo{border-top:none;margin-top:0;padding-top:0}.predictor__gate-overlay{z-index:1;text-align:center;background:linear-gradient(#ffffff8c 0%,#ffffffc7 40%,#ffffffe0 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 24px;display:flex;position:absolute;inset:0}.predictor__gate-overlay h3{letter-spacing:-.03em;color:#111827;margin:0;font-size:18px;font-weight:700}.predictor__gate-overlay p{color:#6b7280;max-width:300px;margin:0 0 10px;font-size:13.5px;line-height:1.45}.predictor__unlock{color:#fff;min-width:240px;height:46px;font:inherit;letter-spacing:-.02em;cursor:pointer;background:linear-gradient(#4b8ff7 0%,#2563eb 100%);border:none;border-radius:12px;justify-content:center;align-items:center;padding:0 28px;font-size:15px;font-weight:700;text-decoration:none;transition:filter .15s,transform .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff47,0 6px 18px #2563eb47}.predictor__unlock:hover{filter:brightness(1.04);transform:translateY(-1px)}.predictor__gate-back{color:#9ca3af;font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-top:4px;padding:0;font-size:12.5px;font-weight:500;text-decoration:underline}.predictor__gate-back:hover{color:#6b7280}.predictor__drop{text-align:center;cursor:pointer;background:#fcfcfd;border:1.5px dashed #d4d7de;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:32px 22px 26px;transition:border-color .15s,background .15s;display:flex}.predictor__drop:hover,.predictor__drop.is-dragging{background:#f8fbff;border-color:#93c5fd}.predictor__drop h3{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}.predictor__drop p{color:#9ca3af;max-width:320px;margin:0 0 6px;font-size:13.5px;line-height:1.45}.predictor__add{color:#fff;height:38px;font:inherit;cursor:pointer;background:#1a1d24;border:none;border-radius:999px;align-items:center;gap:7px;padding:0 18px;font-size:13.5px;font-weight:600;display:inline-flex}.predictor__add:hover{filter:brightness(1.1)}.predictor__link{color:#6b7280;cursor:text;background:#f3f3f5;border-radius:999px;align-items:center;gap:9px;width:100%;height:40px;margin-top:12px;padding:0 16px;display:flex}.predictor__link input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:500}.predictor__link input::placeholder{color:#6b7280}.predictor__find{width:100%;height:44px;color:var(--blue);font:inherit;cursor:pointer;background:#f5f9ff;border:1.5px solid #bfdbfe;border-radius:12px;justify-content:center;align-items:center;gap:7px;margin-top:12px;font-size:15px;font-weight:700;transition:background .15s,border-color .15s,filter .15s;display:inline-flex}.predictor__find:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.predictor__find:disabled{opacity:.55;cursor:not-allowed}.predictor__find--solid{color:#fff;background:linear-gradient(#4b8ff7 0%,#3b82f6 100%);border:none;box-shadow:0 1px 2px #2563eb40}.predictor__find--solid:hover:not(:disabled){filter:brightness(1.04);background:linear-gradient(#4b8ff7 0%,#3b82f6 100%);border:none}.predictor__drop.has-preview{cursor:default;background:0 0;border:none;padding:0;overflow:hidden}.predictor__drop.has-preview:hover,.predictor__drop.has-preview.is-dragging{background:0 0;border:none}.predictor__preview{background:#eef0f3;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:168px;display:flex;position:relative;overflow:hidden}.predictor__preview img{object-fit:cover;filter:blur(14px)saturate(.9);pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0;transform:scale(1.08)}.predictor__ready{z-index:1;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;height:36px;padding:0 14px 0 8px;font-size:13.5px;font-weight:600;display:inline-flex;position:relative;box-shadow:0 2px 8px #0f172a14}.predictor__ready-check{background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.predictor__clear{z-index:1;color:#6b7280;cursor:pointer;opacity:0;background:#ffffffeb;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .15s;display:inline-flex;position:absolute;top:10px;right:10px}.predictor__preview:hover .predictor__clear,.predictor__clear:focus-visible{opacity:1}.predictor__error{color:#b91c1c;margin:10px 2px 0;font-size:12.5px;line-height:1.4}.predictor__result{flex-direction:column;gap:16px;display:flex}.predictor__pick{text-align:center;background:#e7f7ee;border-radius:12px;padding:16px 18px 15px}.predictor__pick--pass{background:#f3f4f6}.predictor__pick-label{letter-spacing:.04em;text-transform:uppercase;color:#5f9a74;margin:0 0 4px;font-size:11px;font-weight:600}.predictor__pick--pass .predictor__pick-label{color:#9ca3af}.predictor__pick-title{letter-spacing:-.02em;color:#1f7a45;margin:0;font-size:18px;font-weight:700;line-height:1.25}.predictor__pick--pass .predictor__pick-title{color:#4b5563}.predictor__pick-summary{color:#5f9a74;margin:6px 0 0;font-size:13px;line-height:1.4}.predictor__pick--pass .predictor__pick-summary{color:#6b7280}.predictor__metrics{flex-wrap:wrap;align-items:baseline;gap:8px 18px;display:flex}.predictor__confidence,.predictor__edge{letter-spacing:-.01em;color:#1f2937;margin:0;font-size:15px;font-weight:700}.predictor__edge{color:#1f7a45}.predictor__exit{flex-direction:column;gap:8px;display:flex}.predictor__exit-body{color:#4b5563;margin:0;font-size:13.5px;line-height:1.5}.predictor__quotes{flex-direction:column;gap:14px;display:flex}.predictor__quote{color:#4b5563;border-left:2px solid #d1d5db;margin:0;padding-left:12px;font-size:13.5px;line-height:1.5}.predictor__watch{flex-direction:column;gap:12px;display:flex}.predictor__watch-title{letter-spacing:-.01em;color:#1f2937;margin:0;font-size:14px;font-weight:700}.predictor__disclaimer{color:#c0c4cc;margin:2px 0 0;font-size:11.5px;font-style:italic;line-height:1.45}.predictor__disclaimer a{color:#9ca3af;text-underline-offset:2px;text-decoration:underline}.predictor__disclaimer a:hover{color:#6b7280}.predictor__again{color:#9ca3af;font:inherit;text-align:center;cursor:pointer;background:0 0;border:none;width:100%;margin-top:14px;padding:0;font-size:13px}.predictor__again:hover{color:#6b7280}@media (width<=1100px){.dash-row--secondary{grid-template-columns:1fr 1fr}.dash-row--secondary .dash-card:last-child{grid-column:1/-1}.dash-card__pill-text{font-size:26px}}@media (width<=860px){.dash-header{height:52px;padding:0 14px}.dash-body{padding:12px 14px 14px}.dash-hub{flex-direction:column;grid-template-rows:none;display:flex}.dash-row--featured,.dash-row--secondary{grid-template-columns:1fr}.dash-row--secondary .dash-card:last-child{grid-column:auto}.dash-card{min-height:260px}.dash-header__welcome{font-size:15px}}@media (width<=480px){.dash-header__actions .dash-start{display:none}.dash-card__pill-text{font-size:18px}}.page{color:#0f172a;background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.announce-bar{z-index:20;color:#fff;text-align:center;background:#3654d4;justify-content:center;align-items:center;min-height:40px;padding:10px 44px;display:flex;position:relative}.announce-bar__text{letter-spacing:-.01em;margin:0;font-size:14px;font-weight:700;line-height:1.3}.announce-bar__timer{font-variant-numeric:tabular-nums}.announce-bar__close{color:#fff;cursor:pointer;opacity:.9;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .15s,background .15s;display:inline-flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.announce-bar__close:hover{opacity:1;background:#ffffff1f}.hero-shell{color:#0f172a;background:#fff;position:relative;overflow:hidden}.hero-shell__stars{display:none}.nav{z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1120px;margin:0 auto;padding:22px 40px 0;display:grid;position:relative}.brand{color:#0f172a;justify-self:start;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand span{letter-spacing:-.03em;font-size:17px;font-weight:700}.nav-links{justify-self:center;align-items:center;gap:28px;display:flex}.nav-links a{color:#475569;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#0f172a}.nav-cta{color:#fff;letter-spacing:-.01em;white-space:nowrap;background:radial-gradient(120% 90% at 50% 0,#93c5fd73 0%,#3b82f600 55%),linear-gradient(#5b8ff5 0%,#3b78f0 22%,#2f6bec 50%,#2a64e8 78%,#3d74ef 100%);border:1px solid #93c5fd8c;border-radius:999px;justify-content:center;justify-self:end;align-items:center;padding:11px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,filter .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff2e,inset 0 1px #fff6,inset 0 -1px #0f28782e,0 0 0 .5px #3b82f659,0 8px 22px #2563eb61}.nav-cta:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff38,inset 0 1px #ffffff73,inset 0 -1px #0f28782e,0 0 0 .5px #3b82f666,0 10px 26px #2563eb73}.hero{z-index:5;text-align:center;flex-direction:column;align-items:center;max-width:820px;margin:0 auto;padding:88px 24px 56px;display:flex;position:relative}.hero-social-proof{color:#334155;letter-spacing:-.01em;align-items:center;gap:10px;margin:0 0 26px;font-size:14px;font-weight:500;display:inline-flex}.hero-social-proof p{margin:0}.hero-social-proof strong{color:#0f172a;font-weight:700}.hero-avatars{align-items:center;display:flex}.hero-avatars img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:28px;height:28px;box-shadow:0 1px 3px #0f172a2e}.hero-avatars img+img{margin-left:-10px}.hero-verified{color:#2563eb;line-height:0;display:inline-flex}.hero h1{letter-spacing:-.035em;color:#0b1220;max-width:760px;margin:0 0 20px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(40px,5.8vw,64px);font-weight:700;line-height:1.12}.hero h1 em{text-underline-offset:.14em;font-style:italic;font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px}.subhead{color:#64748b;letter-spacing:-.01em;max-width:520px;margin:0 0 34px;font-size:17px;font-weight:400;line-height:1.55}@keyframes hero-cta-shake{0%,82%,to{transform:translate(0)rotate(0)}84%{transform:translate(-2px)rotate(-.6deg)}86%{transform:translate(2px)rotate(.6deg)}88%{transform:translate(-1.5px)rotate(-.4deg)}90%{transform:translate(1.5px)rotate(.4deg)}92%{transform:translate(-1px)rotate(-.2deg)}94%{transform:translate(1px)rotate(.2deg)}96%{transform:translate(0)rotate(0)}}.hero-cta{color:#fff;letter-spacing:-.01em;background:linear-gradient(#6b96f3 0%,#4a7eef 18%,#2f6bec 48%,#2a67eb 55%,#3a73ed 82%,#5a8af0 100%);border:1px solid #93c5fd8c;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .15s,filter .15s;animation:3.5s ease-in-out infinite hero-cta-shake;display:inline-flex;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #0f28781f,0 8px 24px #2463eb73,0 2px 8px #082a6e4d}.hero-cta:hover{filter:brightness(1.04);animation:none;transform:translateY(-1px)}.hero-cta span{font-size:1.05em;line-height:1}.how{background:#fff;padding:40px 28px 88px}.how__header{justify-content:space-between;align-items:center;gap:20px;max-width:1120px;margin:0 auto 28px;display:flex}.how__header h2{letter-spacing:-.03em;color:#3a3a3c;margin:0;font-size:clamp(26px,3.2vw,34px);font-weight:650}.how__grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1120px;margin:0 auto;display:grid}.how-step{background:#fff;border:1px solid #e8e8ec;border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a08}.how-step__visual{background:#f4f4f5;justify-content:center;align-items:center;min-height:260px;padding:28px 20px 20px;display:flex}.how-step__body{padding:22px 22px 26px}.how-step__body h3{letter-spacing:-.02em;color:#111827;align-items:center;gap:10px;margin:0 0 8px;font-size:17px;font-weight:700;display:flex}.how-step__num{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:inline-flex}.how-step__body p{color:#6b7280;margin:0;padding-left:34px;font-size:14px;line-height:1.45}.how-upload{justify-content:center;align-items:center;width:100%;max-width:240px;display:flex;position:relative}.how-upload__drop{z-index:1;text-align:center;background:#fff;border:1.5px dashed #c7c7cc;border-radius:14px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:28px 16px 22px;display:flex;position:relative}.how-upload__drop p{color:#6b7280;max-width:150px;margin:0;font-size:12px;line-height:1.35}.how-upload__btn{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;padding:7px 14px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.how-upload__thumb{z-index:2;background:#fff;border-radius:10px;width:72px;position:absolute;overflow:hidden;box-shadow:0 8px 24px #0f172a29}.how-upload__thumb img{object-fit:cover;width:100%;height:78px;display:block}.how-upload__thumb span{letter-spacing:-.01em;color:#111827;text-align:center;padding:5px 6px;font-size:10px;font-weight:700;display:block}.how-upload__thumb--left{top:8px;left:-18px;transform:rotate(-8deg)}.how-upload__thumb--right{bottom:10px;right:-18px;transform:rotate(7deg)}.how-styles{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:260px;display:flex}.how-style{letter-spacing:.02em;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #0f172a0f}.how-style--plain{color:#fff;text-shadow:0 1px #00000026;background:#e5e7eb}.how-style--yellow{color:#111;-webkit-text-stroke:.4px #111;text-shadow:1px 1px #111;background:#facc15}.how-style--green{color:#22c55e;-webkit-text-stroke:.6px #111;background:0 0;font-size:12px}.how-style--blue{color:#3b82f6;background:0 0;font-size:12px;font-style:italic}.how-style--pink{color:#ec4899;text-shadow:0 2px #ec489940;background:0 0;font-size:12px}.how-style--outline{color:#facc15;background:#111;border:1.5px solid #facc15}.how-style--soft{color:#1d4ed8;background:#dbeafe}.how-style--lime{color:#a3e635;text-shadow:0 0 8px #a3e63573;background:#111}.how-style--violet{color:#7c3aed;background:#ede9fe}.how-gen{justify-content:center;align-items:center;gap:6px;width:100%;display:flex}.how-gen__progress{background:#fff;border-radius:14px;flex-direction:column;align-items:center;width:130px;padding:16px 12px 14px;display:flex;box-shadow:0 4px 16px #0f172a14}.how-gen__ring{width:64px;height:64px;margin-bottom:10px;position:relative}.how-gen__ring svg{width:64px;height:64px;transform:rotate(-90deg)}.how-gen__track{fill:none;stroke:#e5e7eb;stroke-width:5px}.how-gen__fill{fill:none;stroke:#3b82f6;stroke-width:5px;stroke-linecap:round;stroke-dasharray:163;stroke-dashoffset:45px}.how-gen__bolt{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.how-gen__label{color:#111827;text-align:center;margin:0;font-size:11.5px;font-weight:700}.how-gen__hint{color:#9ca3af;text-align:center;margin:4px 0 0;font-size:9.5px;line-height:1.3}.how-gen__arrow{flex-shrink:0;margin-top:-24px}.how-gen__result{background:#111;border-radius:12px;width:92px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a2e}.how-gen__result img{object-fit:cover;width:100%;height:150px;display:block}.how-gen__tag{letter-spacing:.04em;color:#facc15;text-shadow:-1px -1px #111,1px -1px #111,-1px 1px #111,1px 1px #111;font-size:18px;font-weight:900;position:absolute;top:10px;left:50%;transform:translate(-50%)}.how-gen__meta{color:#fff;background:linear-gradient(#0000,#000000bf);flex-direction:column;gap:2px;padding:22px 8px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.how-gen__meta strong{font-size:12px;font-weight:700}.how-gen__meta span{color:#ffffffbf;font-size:10px}.editor{background:#fff;max-width:1180px;margin:0 auto;padding:24px 28px 80px}.editor__top{margin-bottom:28px}.editor__top h2{letter-spacing:-.035em;color:#111827;margin:0;font-size:clamp(28px,3.6vw,40px);font-weight:750;line-height:1.15}.editor__frame{background:#fff;border:1.5px solid #cfe4f5;border-radius:18px;grid-template-columns:72px 240px minmax(0,1fr);min-height:520px;display:grid;overflow:hidden;box-shadow:0 1px 2px #0f172a0a,0 24px 48px #3b82f614}.editor__rail{background:#fafbfc;border-right:1px solid #eef1f5;flex-direction:column;align-items:center;gap:6px;padding:14px 8px 20px;display:flex}.editor__rail-btn{color:#9ca3af;cursor:default;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:8px;display:inline-flex}.editor__rail-item{color:#9ca3af;letter-spacing:-.01em;cursor:default;background:0 0;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:10px 4px;font-family:inherit;font-size:10px;font-weight:550;display:flex}.editor__rail-item.is-active{color:#3654d4;background:#e8f1ff}.editor__rail-icon{color:inherit;display:inline-flex}.editor__panel{background:#fff;border-right:1px solid #eef1f5;padding:22px 18px}.editor__panel h3{letter-spacing:-.02em;color:#111827;margin:0 0 16px;font-size:16px;font-weight:700}.editor__options{flex-direction:column;gap:12px;display:flex}.editor__option{text-align:left;cursor:default;background:#f4f5f7;border:none;border-radius:14px;flex-direction:column;align-items:flex-start;gap:6px;width:100%;padding:18px 16px;font-family:inherit;transition:background .15s;display:flex}.editor__option:hover{background:#eceef2}.editor__option-icon{background:#3654d4;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:4px;display:inline-flex}.editor__option strong{letter-spacing:-.02em;color:#111827;font-size:14.5px;font-weight:700}.editor__option p{color:#6b7280;margin:0;font-size:12.5px;line-height:1.4}.editor__stage{background:#f7f8fa;flex-direction:column;min-width:0;display:flex}.editor__stage-bar{background:#fff;border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.editor__stage-title{color:#6b7280;align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:500;display:inline-flex}.editor__stage-title span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor__export{color:#fff;cursor:default;background:#3654d4;border:none;border-radius:10px;flex-shrink:0;padding:8px 14px;font-family:inherit;font-size:12.5px;font-weight:650}.editor__preview{flex:1;justify-content:center;align-items:center;min-height:280px;padding:28px 20px;display:flex}.editor__phone{aspect-ratio:9/16;background:#111827;border-radius:14px;width:min(200px,42%);position:relative;overflow:hidden;box-shadow:0 16px 40px #0f172a2e}.editor__phone img{object-fit:cover;filter:saturate(1.05)contrast(1.05);width:100%;height:100%}.editor__phone-overlay{text-align:center;background:linear-gradient(#00000026 0%,#00000059 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex;position:absolute;inset:0}.editor__phone-overlay p{letter-spacing:-.03em;color:#fff;text-shadow:-1px -1px #111,1px -1px #111,-1px 1px #111,1px 1px #111;margin:0;font-size:clamp(18px,2.4vw,26px);font-weight:800;line-height:1.1}.editor__phone-edge{color:#93c5fd!important;font-size:clamp(14px,1.8vw,18px)!important}.editor__timeline{background:#fff;border-top:1px solid #eef1f5;padding:10px 16px 14px}.editor__controls{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-bottom:10px;display:grid}.editor__controls-left,.editor__controls-center,.editor__controls-right{align-items:center;gap:8px;display:flex}.editor__controls-center{justify-content:center}.editor__controls-right{justify-content:flex-end}.editor__controls-left span,.editor__controls-center span{background:#d1d5db;border-radius:3px;width:14px;height:14px}.editor__play{position:relative;background:#111827!important;border-radius:50%!important;width:28px!important;height:28px!important}.editor__play:after{content:"";border:5px solid #0000;border-left:8px solid #fff;border-right-width:0;position:absolute;top:50%;left:55%;transform:translate(-50%,-50%)}.editor__controls-right em{font-variant-numeric:tabular-nums;color:#9ca3af;font-size:11px;font-style:normal}.editor__ruler{color:#9ca3af;grid-template-columns:repeat(7,1fr);margin-bottom:8px;font-size:10px;display:grid}.editor__track{background:#f3f4f6;border-radius:8px;height:36px;position:relative;overflow:hidden}.editor__clip{color:#166534;letter-spacing:-.01em;white-space:nowrap;background:#bbf7d0;border-radius:6px;align-items:center;width:42%;padding:0 12px;font-size:11px;font-weight:650;display:flex;position:absolute;top:6px;bottom:6px;left:0}.editor__playhead{background:#3654d4;width:2px;position:absolute;top:0;bottom:0;left:22%}.editor__playhead:before{content:"";background:#3654d4;border-radius:50%;width:8px;height:8px;position:absolute;top:0;left:50%;transform:translate(-50%)}.analyzer{background:#fff;padding:28px 28px 72px}.analyzer__card{background:#d4ecf8;border:1.5px solid #bfe4f2;border-radius:36px;max-width:1120px;margin:0 auto;padding:48px 52px 44px}.analyzer__card>h2{letter-spacing:-.03em;color:#1a5565;max-width:720px;margin:0 0 12px;font-size:clamp(26px,3.2vw,34px);font-weight:750;line-height:1.2}.analyzer__lead{color:#5a7a88;max-width:640px;margin:0 0 40px;font-size:16px;font-weight:400;line-height:1.55}.analyzer__lead em{font-style:italic}.analyzer__cols{grid-template-columns:1fr 1fr;gap:40px 56px;display:grid}.analyzer__cols h3{letter-spacing:-.02em;color:#1a5565;margin:0 0 12px;font-size:17px;font-weight:700}.analyzer__cols p{color:#5a7a88;margin:0 0 22px;font-size:14.5px;line-height:1.6}.analyzer__btn{color:#1a5565;letter-spacing:-.01em;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:10px 18px;font-size:13.5px;font-weight:650;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #1a55650f}.analyzer__btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1a55651a}.pricing{background:#fff;flex-direction:column;align-items:center;padding:48px 24px 32px;display:flex}.pricing__title{text-align:center;letter-spacing:-.035em;color:#0b1220;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:750;line-height:1.15}.pricing__lead{text-align:center;color:#64748b;letter-spacing:-.01em;max-width:420px;margin:0 auto 28px;font-size:16px;line-height:1.45}.pricing__card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:560px;padding:32px 36px 28px;box-shadow:0 1px 2px #0f172a08}.pricing__control{margin-bottom:28px}.pricing__control-label{color:#0b1220;letter-spacing:-.015em;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:15px;font-weight:500;display:flex}.pricing__control-label--reverse{justify-content:flex-start}.pricing__badge{color:#2563eb;letter-spacing:-.02em;font-variant-numeric:tabular-nums;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:52px;padding:5px 12px;font-size:14px;font-weight:650;display:inline-flex}.pricing__slider{--fill:0%;appearance:none;background:linear-gradient(to right, #3b82f6 0%, #3b82f6 var(--fill), #e5e7eb var(--fill), #e5e7eb 100%);cursor:pointer;border-radius:999px;outline:none;width:100%;height:8px;margin:0}.pricing__slider::-webkit-slider-thumb{appearance:none;cursor:grab;background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:22px;height:22px;transition:box-shadow .15s;box-shadow:0 1px 4px #0f172a24,0 0 0 1px #0f172a0a}.pricing__slider::-webkit-slider-thumb:active{cursor:grabbing;box-shadow:0 2px 6px #2563eb40,0 0 0 1px #3b82f633}.pricing__slider::-moz-range-thumb{cursor:grab;background:#fff;border:1px solid #e5e7eb;border-radius:50%;width:22px;height:22px;box-shadow:0 1px 4px #0f172a24,0 0 0 1px #0f172a0a}.pricing__slider::-moz-range-track{background:0 0;border-radius:999px;height:8px}.pricing__marks{color:#64748b;letter-spacing:-.01em;font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:10px;font-size:12px;font-weight:500;display:flex}.pricing__result{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:8px 0 10px;display:flex}.pricing__result-label{color:#0b1220;letter-spacing:-.02em;font-size:18px;font-weight:700}.pricing__result-value{color:#166534;letter-spacing:-.03em;font-variant-numeric:tabular-nums;background:#dcfce7;border-radius:10px;justify-content:center;align-items:center;padding:8px 16px;font-size:22px;font-weight:750;line-height:1.1;display:inline-flex}.pricing__disclaimer{text-align:center;color:#8b93a7;margin:0 0 18px;font-size:12px;line-height:1.4}.pricing__cta{color:#fff;letter-spacing:-.01em;background:linear-gradient(#6b96f3 0%,#4a7eef 18%,#2f6bec 48%,#2a67eb 55%,#3a73ed 82%,#5a8af0 100%);border:1px solid #93c5fd8c;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;height:52px;padding:0 16px;font-size:16px;font-weight:650;text-decoration:none;transition:transform .15s,filter .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #0f28781f,0 8px 20px #2463eb59}.pricing__cta:hover{filter:brightness(1.04);transform:translateY(-1px)}.faqs{z-index:2;background:#fff;padding:72px 24px 80px;position:relative}.faqs-eyebrow{text-align:center;letter-spacing:-.01em;color:#2563eb;margin:0 0 10px;font-size:15px;font-weight:700}.faqs h2{text-align:center;letter-spacing:-.03em;color:#0b1220;margin:0 0 40px;font-size:clamp(28px,4vw,36px);font-weight:750}.faqs-grid{grid-template-columns:1fr 1fr;gap:14px 16px;max-width:860px;margin:0 auto;display:grid}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:border-color .15s;overflow:hidden}.faq-item.is-open{border-color:#d1d5db}.faq-trigger{cursor:pointer;text-align:left;letter-spacing:-.015em;color:#111827;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px 16px 16px 20px;font-family:inherit;font-size:15px;font-weight:650;line-height:1.35;display:flex}.faq-icon{color:#fff;background:#1e293b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:17px;font-weight:500;line-height:1;display:inline-flex}.faq-panel{padding:0 20px 16px}.faq-panel p{color:#6b7280;margin:0;padding-right:36px;font-size:14px;font-weight:400;line-height:1.55}.faqs-cta{background:#f3f4f6;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;max-width:860px;margin:28px auto 0;padding:22px 28px;display:flex}.faqs-cta__copy{min-width:0}.faqs-cta__title{letter-spacing:-.02em;color:#111827;margin:0 0 4px;font-size:16px;font-weight:700}.faqs-cta__sub{color:#6b7280;margin:0;font-size:14px;font-weight:400;line-height:1.45}.faqs-cta__btn{color:#fff;letter-spacing:-.01em;white-space:nowrap;background:#2563eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:11px 22px;font-size:14px;font-weight:650;text-decoration:none;transition:background .15s;display:inline-flex}.faqs-cta__btn:hover{background:#1d4ed8}.site-footer{z-index:1;background:#2b66fe;padding:48px 24px 56px;position:relative}.site-footer__card{background:#fff;border-radius:36px;max-width:1120px;margin:0 auto;padding:48px 48px 36px}.site-footer__grid{grid-template-columns:repeat(3,1fr);gap:40px 32px;display:grid}.site-footer__col h3{letter-spacing:-.02em;color:#0b1526;margin:0 0 16px;font-size:15px;font-weight:700}.site-footer__col ul{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.site-footer__col a{color:#8b9099;font-size:14.5px;font-weight:450;text-decoration:none;transition:color .15s}.site-footer__col a:hover{color:#0b1526}.site-footer__risk{color:#8b93a7;max-width:920px;margin:36px 0 0;font-size:12px;line-height:1.5}.site-footer__bottom{justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding-top:8px;display:flex}.site-footer__wordmark{color:#0b1526;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.site-footer__wordmark span{letter-spacing:-.04em;font-size:22px;font-weight:800;line-height:1}.site-footer__socials{align-items:center;gap:10px;display:flex}.site-footer__social{color:#fff;background:#2b66fe;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.site-footer__social:hover{background:#1f56e8;transform:translateY(-1px)}@media (width<=960px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.announce-bar{min-height:36px;padding:8px 40px 8px 16px}.announce-bar__text{font-size:12.5px}.announce-bar__close{right:10px}.nav{justify-content:space-between;padding:16px 20px 0;display:flex}.nav-links{display:none}.hero{padding:72px 20px 40px}.hero h1{font-size:36px}.hero-social-proof{flex-wrap:wrap;justify-content:center;gap:8px;font-size:13px}.subhead{font-size:15.5px}.how{padding:28px 16px 64px}.how__header{flex-direction:column;align-items:flex-start;margin-bottom:20px}.how__grid{grid-template-columns:1fr}.how-step__visual{min-height:220px}.how-gen__arrow{display:none}.editor{padding:16px 16px 56px}.editor__top{margin-bottom:20px}.editor__top h2{font-size:28px}.editor__frame{grid-template-columns:1fr;min-height:0}.editor__rail{border-bottom:1px solid #eef1f5;border-right:none;flex-direction:row;justify-content:flex-start;gap:4px;padding:10px 12px;overflow-x:auto}.editor__rail-btn{display:none}.editor__rail-item{flex-direction:row;width:auto;padding:8px 10px;font-size:11px}.editor__panel{border-bottom:1px solid #eef1f5;border-right:none}.editor__preview{min-height:240px;padding:20px 16px}.editor__phone{width:min(160px,48%)}.editor__controls-left{display:none}.editor__controls{grid-template-columns:1fr auto}.editor__controls-right{grid-column:1/-1;justify-content:center}.analyzer{padding:16px 16px 56px}.analyzer__card{border-radius:28px;padding:32px 24px 28px}.analyzer__cols{grid-template-columns:1fr;gap:28px}.analyzer__lead{margin-bottom:28px}.pricing{padding:32px 16px 16px}.pricing__title{margin-bottom:20px;font-size:26px}.pricing__card{padding:24px 20px 20px}.pricing__control{margin-bottom:24px}.pricing__control-label{font-size:14px}.pricing__result-label{font-size:16px}.pricing__result-value{padding:6px 12px;font-size:18px}.faqs{padding:56px 16px 64px}.faqs-grid{grid-template-columns:1fr;gap:12px}.faqs h2{margin-bottom:28px}.faqs-cta{flex-direction:column;align-items:flex-start;gap:16px;margin-top:20px;padding:20px}.faqs-cta__btn{width:100%}.site-footer{padding:32px 16px 40px}.site-footer__card{border-radius:28px;padding:36px 28px 28px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:32px 24px}.site-footer__bottom{margin-top:36px}}@media (width<=520px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:16px}.hero h1{font-size:32px}.hero-cta{width:100%;max-width:320px}}.legal-page{color:#0f172a;background:#fff;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.legal-header{justify-content:space-between;align-items:center;gap:16px;max-width:760px;margin:0 auto;padding:28px 24px 0;display:flex}.legal-header__brand{color:inherit;letter-spacing:-.02em;align-items:center;gap:10px;font-size:18px;font-weight:700;text-decoration:none;display:inline-flex}.legal-header__back{color:#64748b;font-size:14px;font-weight:500;text-decoration:none}.legal-header__back:hover{color:#0f172a}.legal-main{max-width:760px;margin:0 auto;padding:40px 24px 64px}.legal-main h1{letter-spacing:-.03em;margin:0 0 8px;font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1.15}.legal-updated{color:#64748b;margin:0 0 28px;font-size:14px}.legal-lead{background:#f8fafc;border-left:3px solid #3654d4;margin:0 0 28px;padding:16px 18px;font-size:15px;line-height:1.55}.legal-main h2{letter-spacing:-.02em;margin:36px 0 12px;font-size:18px;font-weight:700;line-height:1.3}.legal-main p,.legal-main li{color:#334155;font-size:15px;line-height:1.65}.legal-main p{margin:0 0 14px}.legal-main ul{margin:0 0 14px;padding-left:22px}.legal-main li{margin-bottom:6px}.legal-main a{color:#3654d4;text-underline-offset:2px;text-decoration:underline}.legal-main a:hover{color:#2743b0}.legal-main strong{color:#0f172a;font-weight:650}.legal-footer{border-top:1px solid #e2e8f0;padding:24px}.legal-footer__nav{flex-wrap:wrap;gap:12px 20px;max-width:760px;margin:0 auto;display:flex}.legal-footer__nav a{color:#64748b;font-size:14px;font-weight:500;text-decoration:none}.legal-footer__nav a:hover{color:#0f172a}@media (width<=640px){.legal-header,.legal-main{padding-left:18px;padding-right:18px}.legal-main{padding-top:28px}}
