.landing.svelte-1uha8ag{position:relative;min-height:100dvh;display:flex;flex-direction:column;background:#000;color:#fff;overflow:hidden;font-family:Open Sauce Sans,-apple-system,sans-serif}.glow.svelte-1uha8ag{position:absolute;pointer-events:none;border-radius:50%;filter:blur(120px);opacity:0;animation:svelte-1uha8ag-glow-in 2s ease-out .5s forwards}.glow--top.svelte-1uha8ag{top:-20%;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(ellipse,#00D4FF 0%,#0066FF 40%,transparent 70%)}.glow--bottom.svelte-1uha8ag{bottom:-10%;left:50%;transform:translate(-50%);width:500px;height:300px;background:radial-gradient(ellipse,#0066FF 0%,transparent 70%)}.grid-bg.svelte-1uha8ag{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 20%,transparent 100%);mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 20%,transparent 100%)}@keyframes svelte-1uha8ag-glow-in{to{opacity:.15}}.nav.svelte-1uha8ag{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;padding:20px 24px;opacity:0;transform:translateY(-10px);transition:all .6s cubic-bezier(.16,1,.3,1)}.nav--visible.svelte-1uha8ag{opacity:1;transform:translateY(0)}.nav__logo.svelte-1uha8ag{display:flex;align-items:center;text-decoration:none}.nav__logo-img.svelte-1uha8ag{height:40px;width:auto}.hero.svelte-1uha8ag{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px 40px;position:relative;z-index:1}.hero__content.svelte-1uha8ag{text-align:center;max-width:640px;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.16,1,.3,1) .15s}.hero__content--visible.svelte-1uha8ag{opacity:1;transform:translateY(0)}.hero__eyebrow.svelte-1uha8ag{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.06em;color:#ffffff80;text-transform:uppercase;margin-bottom:0;padding:6px 14px;border:1px solid rgba(255,255,255,.08);border-radius:100px;background:#ffffff08}.hero__eyebrow-dot.svelte-1uha8ag{width:6px;height:6px;border-radius:50%;background:#00d4ff;animation:svelte-1uha8ag-pulse-dot 2s ease-in-out infinite}@keyframes svelte-1uha8ag-pulse-dot{0%,to{opacity:1;box-shadow:0 0 #00d4ff66}50%{opacity:.7;box-shadow:0 0 0 6px #00d4ff00}}.hero__title.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:800;font-size:clamp(36px,8vw,56px);line-height:1.05;letter-spacing:-.03em;margin:0 0 16px}.hero__title-gradient.svelte-1uha8ag{background:linear-gradient(135deg,#00d4ff,#09f,#06f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle.svelte-1uha8ag{font-size:15px;line-height:1.6;color:#ffffff73;margin:0 0 24px;font-weight:400}.form.svelte-1uha8ag{width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.form__input.svelte-1uha8ag{width:100%;padding:16px 20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.form__input.svelte-1uha8ag:focus{border-color:#00d4ff80;box-shadow:0 0 20px #00d4ff1a}.form__input.svelte-1uha8ag::placeholder{color:#ffffff4d}.form__input.svelte-1uha8ag:disabled{opacity:.5}.form__button.svelte-1uha8ag{position:relative;width:100%;padding:16px 28px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:15px;letter-spacing:.02em;cursor:pointer;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.form__button.svelte-1uha8ag:disabled{opacity:.6;cursor:not-allowed}.form__button-text.svelte-1uha8ag{display:inline-block;translate:4px 0;transition:all .3s ease}.form__button.svelte-1uha8ag:hover:not(:disabled) .form__button-text:where(.svelte-1uha8ag){translate:48px 0;opacity:0}.form__button-hover.svelte-1uha8ag{position:absolute;top:0;left:0;z-index:10;display:flex;width:100%;height:100%;align-items:center;justify-content:center;gap:8px;translate:48px 0;opacity:0;color:#fff;transition:all .3s ease}.form__button.svelte-1uha8ag:hover:not(:disabled) .form__button-hover:where(.svelte-1uha8ag){translate:-4px 0;opacity:1}.form__button-bg.svelte-1uha8ag{position:absolute;left:20%;top:40%;width:8px;height:8px;border-radius:8px;background:linear-gradient(135deg,#00d4ff,#06f);scale:1;transition:all .3s ease}.form__button.svelte-1uha8ag:hover:not(:disabled) .form__button-bg:where(.svelte-1uha8ag){left:0;top:0;width:100%;height:100%;scale:1.8;border-radius:12px}.form__spinner.svelte-1uha8ag{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1uha8ag-spin .6s linear infinite}@keyframes svelte-1uha8ag-spin{to{transform:rotate(360deg)}}.form__error.svelte-1uha8ag{margin:10px 0 0;font-size:13px;color:#f87171;text-align:left}.success.svelte-1uha8ag{animation:svelte-1uha8ag-fade-up .5s ease-out}.success__check.svelte-1uha8ag{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#00d4ff26,#0066ff26);border:1px solid rgba(0,212,255,.2);color:#00d4ff;margin-bottom:16px}.success__title.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:20px;margin:0 0 8px}.success__subtitle.svelte-1uha8ag{font-size:14px;color:#fff6;margin:0;line-height:1.5}@keyframes svelte-1uha8ag-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.social-proof.svelte-1uha8ag{margin:16px 0 0;font-size:13px;color:#ffffff4d;font-weight:400}.social-proof.svelte-1uha8ag strong:where(.svelte-1uha8ag){color:#fff9;font-weight:600}.product.svelte-1uha8ag{position:relative;margin-top:20px;margin-bottom:24px;opacity:0;transform:translateY(30px) scale(.95);transition:all 1s cubic-bezier(.16,1,.3,1) .4s}.product--visible.svelte-1uha8ag{opacity:1;transform:translateY(0) scale(1)}.product__glow.svelte-1uha8ag{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:200px;background:radial-gradient(ellipse,rgba(0,102,255,.12),transparent 70%);filter:blur(40px);pointer-events:none}.product__device.svelte-1uha8ag{position:relative;display:flex;flex-direction:row;align-items:stretch;gap:8px;justify-content:center}.slot-card.svelte-1uha8ag{width:120px;height:160px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;transition:border-color .3s}.slot-card.svelte-1uha8ag:hover{border-color:#00d4ff4d}.slot-card--center.svelte-1uha8ag{border-color:#00d4ff33;background:#00d4ff0a}.slot-card__header.svelte-1uha8ag{display:flex;align-items:center;gap:5px;padding:8px 10px 0;flex-shrink:0}.slot-card__label.svelte-1uha8ag{font-size:8px;color:#ffffff59;letter-spacing:.04em;font-weight:500;text-transform:uppercase}.slot-card__icon{color:#ffffff59;flex-shrink:0}.slot-card__viewport.svelte-1uha8ag{flex:1;overflow:hidden;position:relative}.slot-card__reel.svelte-1uha8ag{display:flex;flex-direction:column;height:100%}.slot-card__reel--sliding.svelte-1uha8ag{transform:translateY(-100%);transition:transform .7s cubic-bezier(.33,1,.68,1)}.slot-card__screen.svelte-1uha8ag{min-height:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:6px 10px 10px;flex-shrink:0}.app.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;height:100%}.app--clock.svelte-1uha8ag{gap:0}.app__time-hours.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:36px;color:#ffffffb3;letter-spacing:-.02em;line-height:1}.app__time-minutes.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:36px;color:#ffffff59;letter-spacing:-.02em;line-height:1}.app__time-period.svelte-1uha8ag{font-size:9px;color:#ffffff40;font-weight:600;margin-top:4px}.app--calendar.svelte-1uha8ag{align-items:stretch;gap:6px;padding:2px 6px}.app__cal-header.svelte-1uha8ag{display:flex;align-items:center;gap:5px}.app__cal-date.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-size:9px;font-weight:600;color:#ffffff80}.app__cal-events.svelte-1uha8ag{display:flex;flex-direction:column;gap:5px}.app__cal-event.svelte-1uha8ag{display:flex;align-items:center;gap:6px}.app__cal-dot.svelte-1uha8ag{width:4px;height:4px;border-radius:50%;flex-shrink:0}.app__cal-dot--blue.svelte-1uha8ag{background:#4285f4}.app__cal-dot--green.svelte-1uha8ag{background:#4ade80}.app__cal-dot--pink.svelte-1uha8ag{background:#00d4ff}.app__cal-event-info.svelte-1uha8ag{display:flex;flex-direction:column;gap:1px}.app__cal-event-name.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:10px;color:#ffffffa6}.app__cal-event-time.svelte-1uha8ag{font-size:7px;color:#ffffff40;font-weight:500}.app--reminders.svelte-1uha8ag{align-items:flex-start;gap:10px;padding:4px 8px}.app__reminder-item.svelte-1uha8ag{display:flex;align-items:center;gap:8px}.app__reminder-check.svelte-1uha8ag{width:12px;height:12px;border-radius:3px;border:1.5px solid rgba(255,255,255,.2);flex-shrink:0}.app__reminder-check--done.svelte-1uha8ag{background:#4ade80;border-color:#4ade80}.app__reminder-text.svelte-1uha8ag{font-size:13px;color:#ffffff80;font-weight:500}.app__reminder-text--done.svelte-1uha8ag{text-decoration:line-through;opacity:.5}.app--stocks.svelte-1uha8ag{gap:4px;align-items:stretch;padding:2px 6px}.app__stock-top.svelte-1uha8ag{display:flex;justify-content:space-between;align-items:baseline}.app__chart.svelte-1uha8ag{width:100%;height:36px;flex-shrink:0}.app__ticker.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px;color:#ffffffb3;letter-spacing:.04em}.app__price.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-size:11px;color:#fff6;font-weight:500}.app__change.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:600}.app__change--up.svelte-1uha8ag{color:#4ade80}.app__change--down.svelte-1uha8ag{color:#f87171}.app--music.svelte-1uha8ag{gap:3px}.app__album-art.svelte-1uha8ag{width:48px;height:48px;border-radius:4px;object-fit:cover}.app__song-name.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:9px;color:#ffffffb3;text-align:center}.app__artist.svelte-1uha8ag{font-size:7px;color:#ffffff4d;font-weight:500}.app--photo.svelte-1uha8ag{padding:0}.app__photo-img.svelte-1uha8ag{width:100%;height:100%;object-fit:cover;border-radius:4px}.app--watchlist.svelte-1uha8ag{align-items:stretch;gap:5px;padding:2px 4px}.app__watchlist-row.svelte-1uha8ag{display:flex;justify-content:space-between;align-items:center}.app__watchlist-sym.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:9px;color:#fff9;letter-spacing:.03em}.app--gif.svelte-1uha8ag{padding:0}.app__gif-img.svelte-1uha8ag{width:100%;height:100%;object-fit:cover;border-radius:4px;image-rendering:pixelated}.app--world-clock.svelte-1uha8ag{align-items:stretch;gap:5px;padding:2px 8px}.app__wc-row.svelte-1uha8ag{display:flex;justify-content:space-between;align-items:baseline}.app__wc-row--primary.svelte-1uha8ag .app__wc-city:where(.svelte-1uha8ag){color:#ffffffb3;font-size:11px}.app__wc-row--primary.svelte-1uha8ag .app__wc-time:where(.svelte-1uha8ag){font-size:13px;color:#ffffffb3}.app__wc-divider.svelte-1uha8ag{height:1px;background:#ffffff0f}.app__wc-city.svelte-1uha8ag{font-size:9px;color:#ffffff59;font-weight:500}.app__wc-time.svelte-1uha8ag{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:10px;color:#ffffff73}.app__wc-period.svelte-1uha8ag{font-size:7px;color:#ffffff40;font-weight:500}.footer.svelte-1uha8ag{position:relative;z-index:10;padding:20px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:0;transform:translateY(10px);transition:all .6s cubic-bezier(.16,1,.3,1) .6s}.footer--visible.svelte-1uha8ag{opacity:1;transform:translateY(0)}.footer__links.svelte-1uha8ag{display:flex;gap:24px}.footer__link.svelte-1uha8ag{display:inline-flex;align-items:center;gap:6px;color:#ffffff4d;text-decoration:none;font-size:12px;font-weight:500;transition:color .2s}.footer__link.svelte-1uha8ag:hover{color:#ffffffb3}.footer__copy.svelte-1uha8ag{font-size:11px;color:#ffffff26;margin:0}@media(max-width:380px){.slot-card.svelte-1uha8ag{width:100px;height:133px}.product__device.svelte-1uha8ag{gap:4px}}@media(min-width:640px){.slot-card.svelte-1uha8ag{width:160px;height:213px;border-radius:12px}.slot-card__header.svelte-1uha8ag{padding:10px 12px 0}.slot-card__label.svelte-1uha8ag{font-size:9px}.product__device.svelte-1uha8ag{gap:10px}.app__time-hours.svelte-1uha8ag,.app__time-minutes.svelte-1uha8ag{font-size:48px}.app__wc-row--primary.svelte-1uha8ag .app__wc-city:where(.svelte-1uha8ag){font-size:13px}.app__wc-row--primary.svelte-1uha8ag .app__wc-time:where(.svelte-1uha8ag){font-size:15px}.app__wc-city.svelte-1uha8ag{font-size:10px}.app__wc-time.svelte-1uha8ag{font-size:11px}.app__reminder-text.svelte-1uha8ag{font-size:14px}.app__reminder-check.svelte-1uha8ag{width:14px;height:14px}.app__ticker.svelte-1uha8ag{font-size:20px}.app__cal-event-name.svelte-1uha8ag{font-size:12px}.app__cal-event-time.svelte-1uha8ag{font-size:8px}.app__cal-date.svelte-1uha8ag{font-size:10px}.app__song-name.svelte-1uha8ag{font-size:11px}.app__artist.svelte-1uha8ag{font-size:8px}.app__album-art.svelte-1uha8ag{width:64px;height:64px}.app__reminder-text.svelte-1uha8ag,.app__watchlist-sym.svelte-1uha8ag{font-size:10px}.app__change.svelte-1uha8ag{font-size:13px}.app__price.svelte-1uha8ag{font-size:12px}}@media(min-width:768px){.nav.svelte-1uha8ag{padding:24px 40px}.hero.svelte-1uha8ag{padding:0 40px 60px}.hero__subtitle.svelte-1uha8ag{font-size:16px}.footer.svelte-1uha8ag{padding:24px 40px}}
