.phone{background:var(--bg);border:2px solid var(--border);width:390px;height:844px;box-shadow:8px 8px 0 var(--shadow);color:var(--ink);font-family:var(--font-text);border-radius:44px;flex-direction:column;gap:14px;padding:22px 18px 14px;transition:background-color .5s,border-color .5s,box-shadow .5s,color .5s;display:flex;position:relative;overflow:hidden}.phone.card-frame{background:var(--surface);gap:16px;width:380px;height:560px;padding:22px}.phone *,.phone :before,.phone :after{transition:background-color .5s,border-color .5s,color .5s,box-shadow .5s}.ph-head{justify-content:space-between;align-items:center;min-height:28px;display:flex}.ph-brand{font-family:var(--font-display);align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.ph-title{font-family:var(--font-display);letter-spacing:-.02em;font-size:26px;font-weight:700}.ph-tag{letter-spacing:.06em;text-transform:uppercase;background:var(--amber-soft);height:24px;color:var(--amber);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.ph-tag.soft{background:var(--subtle);color:var(--muted)}.ph-tag.net{background:var(--surface);border:2px solid var(--border);color:var(--text);gap:6px;height:28px}.ph-tag.net.lte{border-color:var(--amber);color:var(--amber)}.ph-hero{background:var(--surface);border:2px solid var(--border);min-height:0;color:var(--ink);border-radius:30px;flex-direction:column;flex:1;padding:24px;transition:border-color .5s,color .4s;display:flex;position:relative;overflow:hidden}.card-frame .ph-hero{background:var(--bg)}.ph-hero .fill{background:var(--accent);transition:transform .42s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translateY(100%)}.ph-hero.on{border-color:var(--accent);color:var(--on-accent);box-shadow:4px 4px 0 var(--shadow)}.ph-hero.on .fill{transform:translateY(0)}.ph-hero>:not(.fill){position:relative}.ph-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.ph-hero.on .ph-eyebrow,.ph-hero.on .ph-online{color:color-mix(in srgb, var(--on-accent) 72%, transparent)}.ph-hero.on .ph-online strong{color:var(--on-accent)}.ph-big{font-family:var(--font-display);letter-spacing:-.02em;margin-top:10px;font-size:40px;font-weight:700;line-height:1}.card-frame .ph-big{font-size:40px}.ph-online{color:var(--muted);align-items:baseline;gap:8px;min-height:22px;margin-top:14px;font-size:15px;font-weight:500;display:flex}.ph-online strong{font-family:var(--font-display);letter-spacing:.02em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:18px;font-weight:600}.ph-route{color:var(--amber);opacity:0;margin-top:8px;font-size:13px;font-weight:600;transition:opacity .4s,transform .4s;transform:translateY(6px)}.ph-route.show{opacity:1;transform:none}.ph-hero.on .ph-route{color:var(--on-accent)}.ph-spacer{flex:1}.ph-power-row{justify-content:flex-end;display:flex}.ph-power{background:var(--ink);width:104px;height:104px;color:var(--bg);box-shadow:4px 4px 0 var(--shadow);border-radius:32px;justify-content:center;align-items:center;transition:background-color .4s,color .4s,transform .2s;display:flex;position:relative}.ph-hero.on .ph-power{background:var(--bg);color:var(--accent)}.ph-power .ripple{border:3px solid var(--amber);opacity:0;border-radius:32px;position:absolute;inset:0;transform:scale(.8)}.ph-power.pressed{transform:scale(.94)}.ph-power.pressed .ripple{animation:.7s ease-out forwards ph-ripple}@keyframes ph-ripple{0%{opacity:.9;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.ph-server{background:var(--surface);border:2px solid var(--border);border-radius:22px;align-items:center;gap:14px;padding:14px 16px;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .4s,background-color .5s,border-color .5s;display:flex}.card-frame .ph-server{background:var(--bg)}.ph-server.hidden-below{opacity:0;transform:translateY(140%)}.ph-server.blink{animation:.9s ease-in-out 2 ph-blink}@keyframes ph-blink{0%,to{border-color:var(--border)}50%{border-color:var(--amber)}}.ph-flag{background:var(--bg);border:2px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.card-frame .ph-flag{background:var(--surface)}.ph-server .txt{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ph-server .name{font-size:16px;font-weight:700}.ph-server .meta{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.ph-server .meta .ph-tag{height:20px;padding:0 8px}.ph-ping{align-items:baseline;gap:4px;display:flex}.ph-ping strong{font-family:var(--font-display);color:var(--amber);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.ph-ping span{color:var(--muted);font-size:12px;font-weight:600}.ph-stats{opacity:0;grid-template-columns:1fr 1fr;gap:10px;transition:opacity .4s,transform .4s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(12px)}.ph-stats.show{opacity:1;transform:none}.ph-stat{background:var(--surface);border:2px solid var(--border);border-radius:22px;flex-direction:column;gap:4px;padding:12px 16px;display:flex}.ph-stat .value{align-items:baseline;gap:4px;display:flex}.ph-stat .value strong{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:20px;font-weight:600}.ph-stat .value span,.ph-stat .label{color:var(--muted);font-size:12px;font-weight:600}.ph-note{background:var(--amber-soft);color:var(--amber);opacity:0;border-radius:16px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.35;transition:opacity .4s,transform .4s;transform:translateY(8px)}.ph-note.show{opacity:1;transform:none}.ph-tabs{background:var(--surface);border:2px solid var(--border);border-radius:24px;gap:6px;padding:6px;display:flex}.ph-tab{letter-spacing:.02em;height:56px;color:var(--muted);border-radius:18px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:600;display:flex}.ph-tab.on{background:var(--accent-soft);color:var(--accent)}.ph-auto{background:var(--accent);color:var(--on-accent);box-shadow:4px 4px 0 var(--shadow);border-radius:22px;align-items:center;gap:14px;padding:16px 18px;display:flex}.ph-auto .txt{flex-direction:column;flex:1;gap:3px;display:flex}.ph-auto .name{font-family:var(--font-display);font-size:16px;font-weight:700}.ph-auto .meta{opacity:.8;font-size:12px;font-weight:500}.ph-auto .ic{background:color-mix(in srgb, var(--on-accent) 16%, transparent);width:40px;height:40px;color:var(--on-accent);border-radius:12px;justify-content:center;align-items:center;display:flex}.ph-section{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);justify-content:space-between;align-items:center;padding:0 4px;font-size:11px;font-weight:600;display:flex}.ph-list{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow:hidden}.ph-country{background:var(--surface);border:2px solid var(--border);border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.ph-country.open{border-color:var(--accent)}.ph-crow{align-items:center;gap:14px;min-height:62px;padding:10px 16px;display:flex}.ph-crow .txt{flex-direction:column;flex:1;gap:2px;display:flex}.ph-crow .name{font-size:16px;font-weight:700}.ph-crow .meta{color:var(--muted);font-size:12px;font-weight:500}.ph-chips{flex-direction:column;gap:8px;padding:0 12px 12px;display:flex}.ph-chip{background:var(--bg);border:2px solid var(--border);border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:8px 12px;font-size:13px;font-weight:600;transition:transform .52s cubic-bezier(.22,1,.36,1),border-color .3s;display:flex}.ph-chip.best{border-color:var(--accent)}.ph-chip .n{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ph-chip .bar{background:var(--surface);border:2px solid var(--border);border-radius:999px;width:56px;height:8px;position:relative;overflow:hidden}.ph-chip .bar i{transform-origin:0;background:var(--amber);transition:transform .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scaleX(0)}.ph-chip .bar.high i{background:var(--accent)}.ph-chip .ms{font-family:var(--font-display);text-align:right;font-variant-numeric:tabular-nums;min-width:44px;color:var(--text);font-size:13px;font-weight:600}.ph-chip.best .ms{color:var(--amber)}.ph-sub{background:var(--surface);border:2px solid var(--border);border-radius:22px;flex-direction:column;gap:8px;padding:18px 20px;display:flex}.ph-sub .top{justify-content:space-between;align-items:center;font-size:14px;font-weight:600;display:flex}.ph-sub .days{font-family:var(--font-display);letter-spacing:-.02em;font-size:34px;font-weight:700;line-height:1}.ph-sub .until{color:var(--muted);font-size:13px;font-weight:500}.ph-rows{background:var(--surface);border:2px solid var(--border);border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.ph-row{border-top:2px solid var(--border);align-items:center;gap:12px;min-height:56px;padding:8px 14px;display:flex}.ph-row:first-child{border-top:none}.ph-row .ic{background:var(--bg);border:2px solid var(--border);width:36px;height:36px;color:var(--amber);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ph-row .ic.hot{color:var(--accent);border-color:var(--accent)}.ph-row .txt{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ph-row .t{font-size:14px;font-weight:600}.ph-row .t.hot{color:var(--accent)}.ph-row .s{color:var(--muted);font-size:11px;font-weight:500}.ph-row .quiet{height:34px;color:var(--muted);background:var(--bg);border:2px solid var(--border);border-radius:11px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:flex}.ph-invite{opacity:0;align-items:center;gap:14px;padding:12px 14px 14px;transition:opacity .45s,transform .45s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(10px)scale(.98)}.ph-invite.show{opacity:1;transform:none}.ph-qr{background:#fbf7f2;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:92px;height:92px;padding:8px;display:flex}.ph-invite .txt{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.ph-invite .hint{color:var(--muted);font-size:12px;font-weight:500}.ph-invite .code{background:var(--bg);border:2px solid var(--border);white-space:nowrap;border-radius:12px;align-items:center;height:40px;padding:0 12px;font-size:13px;font-weight:600;display:flex;overflow:hidden}.ph-invite .code span{color:var(--muted)}.split{--cut:40%;flex-shrink:0;width:460px;height:620px;position:relative}.split .layer{position:absolute;top:36px;left:40px}.split .layer.frost{clip-path:polygon(calc(var(--cut) + 18%) 0, 120% 0, 120% 100%, var(--cut) 100%)}.split .cut{pointer-events:none;width:460px;height:620px;position:absolute;top:0;left:0;overflow:visible}.split .cut line{stroke:#ffc857;stroke-width:4px;stroke-linecap:round}.story-phone{transform-origin:top;width:390px;height:844px;position:relative}.story-phone .phone{position:absolute;inset:0}.story-phone .weather-host{pointer-events:none;border-radius:60px;position:absolute;inset:-24px;overflow:hidden}.story-snow-host{z-index:5;pointer-events:none;position:fixed;inset:0;overflow:hidden}.hero[data-astro-cid-lcdefpme]{align-items:center;gap:64px;padding:64px 0 96px;display:flex}.hero-text[data-astro-cid-lcdefpme]{flex-direction:column;flex:1;gap:28px;min-width:0;display:flex}.hero-text[data-astro-cid-lcdefpme] .lead[data-astro-cid-lcdefpme]{max-width:520px}.hero-actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;align-items:center;gap:14px;margin-top:8px;display:flex}.hero-stats[data-astro-cid-lcdefpme]{align-items:center;gap:28px;margin-top:12px;display:flex}.stat[data-astro-cid-lcdefpme]{flex-direction:column;gap:4px;display:flex}.stat-num[data-astro-cid-lcdefpme]{letter-spacing:-.02em;font-size:28px;font-weight:700}.stat-num[data-astro-cid-lcdefpme].warm{color:var(--amber)}.stat-divider[data-astro-cid-lcdefpme]{background:var(--border);width:2px;height:36px}.hero-phone[data-astro-cid-lcdefpme]{flex-shrink:0}.step[data-astro-cid-lcdefpme]{flex-direction:column;gap:18px;padding:28px;display:flex}.step-num[data-astro-cid-lcdefpme]{font-family:var(--font-display);color:var(--accent);letter-spacing:-.03em;font-size:40px;font-weight:700;line-height:1}.plans-head[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;display:flex}.plans-note[data-astro-cid-lcdefpme]{text-align:right;max-width:360px}.plan[data-astro-cid-lcdefpme]{flex-direction:column;gap:20px;padding:28px;display:flex}.plan-top[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;display:flex}.plan-price[data-astro-cid-lcdefpme]{align-items:baseline;gap:8px;display:flex}.plan-features[data-astro-cid-lcdefpme]{flex-direction:column;gap:10px;display:flex}.plan-spacer[data-astro-cid-lcdefpme]{flex:1}.platform[data-astro-cid-lcdefpme]{flex-direction:column;gap:16px;padding:22px;display:flex}.platform-text[data-astro-cid-lcdefpme]{flex-direction:column;gap:4px;display:flex}.platform-name[data-astro-cid-lcdefpme]{font-size:17px;font-weight:700}.platform-btn[data-astro-cid-lcdefpme],.platform-soon[data-astro-cid-lcdefpme]{align-self:flex-start;margin-top:4px}.happ[data-astro-cid-lcdefpme]{align-items:center;gap:18px;margin-top:16px;padding:20px 24px;display:flex}.happ-text[data-astro-cid-lcdefpme]{flex:1}.happ-strong[data-astro-cid-lcdefpme]{font-weight:600}@media (width<=1240px){.hero[data-astro-cid-lcdefpme]{gap:32px}}@media (width<=1080px){.hero-phone[data-astro-cid-lcdefpme]{transform-origin:100%;margin:-46px -34px;transform:scale(.85)}}@media (width<=900px){.hero[data-astro-cid-lcdefpme]{flex-direction:column;align-items:stretch;gap:24px;padding:24px 0 48px}.hero-text[data-astro-cid-lcdefpme]{gap:20px}.hero-actions[data-astro-cid-lcdefpme]{flex-direction:column;align-items:stretch}.hero-actions[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme]{width:100%}.hero-phone[data-astro-cid-lcdefpme]{display:none}.plans-head[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}.plans-note[data-astro-cid-lcdefpme]{text-align:left}.plans[data-astro-cid-lcdefpme] .plan[data-astro-cid-lcdefpme].popular{order:-1}.steps[data-astro-cid-lcdefpme] .step[data-astro-cid-lcdefpme]{flex-direction:row;gap:16px;padding:20px}.steps[data-astro-cid-lcdefpme] .step[data-astro-cid-lcdefpme]>.h3[data-astro-cid-lcdefpme]{margin-bottom:6px}.happ[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;padding:18px}}@media (width<=640px){.stat-num[data-astro-cid-lcdefpme]{font-size:24px}.hero-stats[data-astro-cid-lcdefpme]{gap:24px}.step-num[data-astro-cid-lcdefpme]{font-size:30px}.plan[data-astro-cid-lcdefpme]{gap:16px;padding:22px}.platform[data-astro-cid-lcdefpme]{gap:12px;padding:18px}}.story{position:relative}.story-grid{grid-template-columns:minmax(0,1fr) 460px;align-items:start;gap:64px;display:grid}.story-text{flex-direction:column;padding-bottom:24vh;display:flex}.story-item{opacity:.45;flex-direction:column;justify-content:center;gap:12px;max-width:480px;min-height:70vh;transition:opacity .4s;display:flex}.story-item.on{opacity:1}.story-item .body{font-size:17px}.story-stage{align-self:stretch;position:relative}.story-sticky{height:calc(844px * var(--phone-scale,1));justify-content:center;display:flex;position:sticky;top:48px}.story-phone{transform:scale(var(--phone-scale,1))}.split-stage,.split-stage .layer{position:absolute;inset:0}.split-stage .layer.frost{clip-path:polygon(58% 0,100% 0,100% 100%,40% 100%)}@media (width<=900px){.story-grid{grid-template-columns:1fr;gap:0}.story-stage{z-index:2;background:var(--bg);order:-1;align-self:auto;padding-bottom:8px;position:sticky;top:72px}.story-stage:after{content:"";background:linear-gradient(var(--bg), transparent);pointer-events:none;height:48px;position:absolute;top:100%;left:-20px;right:-20px}.story-sticky{position:static}.story-item{justify-content:flex-end;min-height:52vh;padding-bottom:32px}}
