.lang-switch.svelte-1v2j48r{position:relative;margin-left:auto;flex-shrink:0}.lang-switch-btn.svelte-1v2j48r{display:inline-flex;align-items:center;gap:.4rem;min-height:36px;padding:0 .65rem;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--ln-header-link, var(--app-muted));font-family:var(--ln-font-body, inherit);font-size:13.5px;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.lang-switch-btn.svelte-1v2j48r:hover{color:var(--ln-text, var(--app-text));background:color-mix(in srgb,var(--ln-text, var(--app-text)) 6%,transparent)}.lang-switch-icon.svelte-1v2j48r{opacity:.72;flex-shrink:0}.lang-switch-btn.svelte-1v2j48r:hover .lang-switch-icon:where(.svelte-1v2j48r){opacity:1}.lang-switch-label.svelte-1v2j48r{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lang-switch-chevron.svelte-1v2j48r{flex-shrink:0;opacity:.55;transition:transform .18s ease}.lang-switch-chevron.open.svelte-1v2j48r{transform:rotate(180deg)}.lang-switch-menu.svelte-1v2j48r{position:absolute;top:calc(100% + 6px);right:0;z-index:120;list-style:none;margin:0;padding:.35rem;min-width:12.5rem;max-height:min(70vh,22rem);overflow:auto;border-radius:12px;border:1px solid var(--ln-border-strong, var(--app-border));background:var(--ln-surface, var(--app-surface));box-shadow:0 16px 40px #00000038}.lang-switch-option.svelte-1v2j48r{display:flex;flex-direction:column;gap:.1rem;padding:.55rem .7rem;border-radius:8px;text-decoration:none;color:var(--ln-text, var(--app-text));transition:background .12s ease}.lang-switch-option.svelte-1v2j48r:hover{background:color-mix(in srgb,var(--ln-accent, var(--app-primary)) 10%,transparent)}.lang-switch-option.active.svelte-1v2j48r{background:color-mix(in srgb,var(--ln-accent, var(--app-primary)) 14%,transparent)}.lang-switch-native.svelte-1v2j48r{font-size:.9rem;font-weight:600;line-height:1.25}.lang-switch-en.svelte-1v2j48r{font-size:.72rem;color:var(--ln-muted, var(--app-muted));line-height:1.3}@media(max-width:560px){.lang-switch-label.svelte-1v2j48r{max-width:5.5rem}}:root{color-scheme:light dark;--app-bg: #f8fafd;--app-rail: #f1f3f4;--app-surface: #ffffff;--app-surface-alt: #f1f3f4;--app-text: #202124;--app-muted: #5f6368;--app-subtle: #80868b;--app-border: #dadce0;--app-border-soft: #e8eaed;--app-primary: #1a73e8;--app-primary-hover: #1765cc;--app-primary-soft: #e8f0fe;--app-danger: #d93025;--font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}@media(prefers-color-scheme:dark){:root{--app-bg: #202124;--app-rail: #292a2d;--app-surface: #292a2d;--app-surface-alt: #303134;--app-text: #e8eaed;--app-muted: #bdc1c6;--app-subtle: #9aa0a6;--app-border: #3c4043;--app-border-soft: #35363a;--app-primary: #8ab4f8;--app-primary-hover: #aecbfa;--app-primary-soft: rgba(138, 180, 248, .14);--app-danger: #f28b82}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:var(--app-bg)}body{margin:0;min-height:100dvh;background:var(--app-bg);color:var(--app-text);font-family:var(--font-ui);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,p{margin:0}.brand-mark{display:block;flex-shrink:0;object-fit:contain}h1,h2,h3,h4{color:var(--app-text);font-weight:500;letter-spacing:0;line-height:1.25}a{color:var(--app-primary);text-decoration:none}a:hover{color:var(--app-primary-hover)}button,input,select,textarea{font:inherit}.page{width:min(760px,calc(100vw - 292px));margin-left:clamp(276px,22vw,336px);padding:88px 0 48px}.page h1{margin-bottom:6px;font-size:28px;font-weight:500}.page-lead{max-width:640px;margin-bottom:28px;color:var(--app-muted);font-size:14px}.card{overflow:hidden;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.card-grid{display:grid;margin-bottom:28px}.stat-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:52px;padding:0 20px;border-bottom:1px solid var(--app-border)}.stat-row:last-child{border-bottom:0}.stat-label{color:var(--app-text);font-size:14px}.stat-value{color:var(--app-muted);font-size:13px;text-align:right}.stat-value.minutes{color:var(--app-primary);font-size:18px;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--app-border);border-radius:4px;background:var(--app-surface);color:var(--app-primary);cursor:pointer;font-size:13px;font-weight:500;line-height:1;padding:0 16px;text-decoration:none}.btn:hover{background:var(--app-primary-soft);color:var(--app-primary)}.btn-primary{border-color:var(--app-primary);background:var(--app-primary);color:#fff}.btn-primary:hover{background:var(--app-primary-hover);color:#fff}.btn-ghost{background:var(--app-surface);color:var(--app-primary)}.field{display:grid;gap:6px}.field label{color:var(--app-muted);font-size:12px}.field input,.field select{width:100%;min-height:36px;border:1px solid var(--app-border);border-radius:4px;background:var(--app-surface);color:var(--app-text);outline:none;padding:0 10px}.field input:focus,.field select:focus{border-color:var(--app-primary)}.field input::placeholder{color:var(--app-muted)}.error-text{color:var(--app-danger);margin:0}.muted{color:var(--app-muted)}.page-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.pack-grid{display:grid;gap:0;overflow:hidden;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.pack-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:72px;border:0;border-bottom:1px solid var(--app-border);border-radius:0;padding:12px 20px}.pack-card:last-child{border-bottom:0}.pack-card h2{font-size:14px;font-weight:400}.pack-card .muted{margin-top:4px;font-size:13px}.pack-card .btn{width:auto}.native-panel{overflow:hidden;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.native-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:52px;padding:0 20px;border-bottom:1px solid var(--app-border)}.native-row:last-child{border-bottom:0}.native-row strong{color:var(--app-text);font-weight:400}.native-row span,.native-row p{color:var(--app-muted);font-size:13px}.loading-card{display:grid;gap:8px;width:min(420px,calc(100vw - 32px));margin:22vh auto 0;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);padding:20px}.loading-title{color:var(--app-text);font-size:16px;font-weight:500}.loading-line{display:block;width:100%;height:4px;overflow:hidden;border-radius:4px;background:var(--app-border-soft)}.loading-line:before{content:"";display:block;width:42%;height:100%;border-radius:inherit;background:var(--app-primary);animation:nativeLoading 1.2s ease-in-out infinite}@keyframes nativeLoading{0%{transform:translate(-110%)}to{transform:translate(260%)}}@media(max-width:860px){.page{width:auto;margin:0;padding:88px 16px 36px}}@media(max-width:560px){.pack-card,.native-row,.stat-row{grid-template-columns:1fr;align-items:start;gap:6px;padding:12px 16px}}@font-face{font-family:Newsreader;font-style:normal;font-display:optional;font-weight:200 800;src:url(./newsreader-latin-wght-normal.CCVVNp6i.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:italic;font-display:optional;font-weight:200 800;src:url(./newsreader-latin-wght-italic.Bxi8ein9.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:optional;font-weight:200 900;src:url(./source-sans-3-latin-wght-normal.BqRLTx4X.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:optional;font-weight:400;src:url(./ibm-plex-mono-latin-400-normal.DMJ8VG8y.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:optional;font-weight:500;src:url(./ibm-plex-mono-latin-500-normal.DSY6xOcd.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html:has(.site--landing){scroll-behavior:smooth;scroll-padding-top:76px}@media(prefers-reduced-motion:reduce){html:has(.site--landing){scroll-behavior:auto}}.site.svelte-12qhfyh{min-height:100dvh;display:flex;flex-direction:column;background:var(--app-bg)}.site--landing.svelte-12qhfyh{background:var(--ln-shell-bg)}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;direction:ltr;min-height:56px;padding:0 24px;background:var(--app-surface);border-bottom:1px solid var(--app-border);transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease}.header--landing.svelte-12qhfyh{top:0;left:0;right:0;width:100%;min-height:56px;padding:0 clamp(20px,3vw,32px);border-radius:0;border:none;border-bottom:1px solid transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;transform:none;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.header--landing.landing-scrolled.svelte-12qhfyh{background:var(--ln-header-scrolled-bg);border-bottom-color:var(--ln-header-scrolled-border);box-shadow:var(--ln-header-scrolled-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header.scrolled.svelte-12qhfyh{background:var(--app-surface);border-bottom-color:var(--app-border)}.header--landing.svelte-12qhfyh .logo:where(.svelte-12qhfyh){color:color-mix(in srgb,var(--ln-text) 88%,var(--ln-muted));font-family:var(--ln-font-display);font-optical-sizing:auto;font-weight:600;font-size:1.12rem;letter-spacing:-.035em;gap:.55rem;transition:color .15s ease}.site--home.svelte-12qhfyh .header--landing:where(.svelte-12qhfyh) .logo:where(.svelte-12qhfyh){opacity:0;transform:translateY(-6px);pointer-events:none;transition:none}.site--home.svelte-12qhfyh .header--landing.landing-scrolled:where(.svelte-12qhfyh) .logo:where(.svelte-12qhfyh){opacity:1;transform:none;pointer-events:auto;transition:opacity .28s ease,transform .28s ease,color .15s ease}.header--landing.svelte-12qhfyh .logo:where(.svelte-12qhfyh):hover{color:var(--ln-text)}@media(prefers-reduced-motion:reduce){.site--home.svelte-12qhfyh .header--landing:where(.svelte-12qhfyh) .logo:where(.svelte-12qhfyh){transform:none}.site--home.svelte-12qhfyh .header--landing.landing-scrolled:where(.svelte-12qhfyh) .logo:where(.svelte-12qhfyh){transition:opacity .15s ease,color .15s ease}}.header--landing.svelte-12qhfyh .logo:where(.svelte-12qhfyh) picture{display:block;width:32px;height:32px;overflow:hidden;border-radius:50%;flex-shrink:0;background:transparent}.header--landing.svelte-12qhfyh .logo:where(.svelte-12qhfyh) .brand-mark{filter:none;width:32px;height:32px;border-radius:50%;opacity:1;transform:scale(1.78);transform-origin:center}@media(prefers-color-scheme:light){.header--landing.svelte-12qhfyh .logo:where(.svelte-12qhfyh) picture{background:#121110}.header--landing.svelte-12qhfyh .logo:where(.svelte-12qhfyh) .brand-mark{transform:scale(1.32)}}.logo-wordmark.svelte-12qhfyh{line-height:1}.header-link.svelte-12qhfyh{position:relative;display:inline-flex;align-items:center;gap:.45em;font-family:var(--ln-font-body);font-size:14px;font-weight:500;color:var(--ln-header-link);text-decoration:none;letter-spacing:.01em;transition:color .15s ease}.header-actions.svelte-12qhfyh{margin-left:auto;display:flex;align-items:center;gap:.35rem;flex-shrink:0}.header-actions.svelte-12qhfyh .lang-switch{margin-left:0}.header-link.svelte-12qhfyh:hover{color:var(--ln-text)}.header-link--live.svelte-12qhfyh{z-index:1;color:color-mix(in srgb,var(--ln-header-link) 78%,var(--ln-accent) 22%)}.header-link--live.svelte-12qhfyh:hover{color:color-mix(in srgb,var(--ln-text) 88%,var(--ln-accent) 12%)}.header-link-ray.svelte-12qhfyh{position:absolute;top:50%;right:0;width:200px;height:140px;transform:translate(48%,-58%);pointer-events:none;z-index:-1;background:radial-gradient(ellipse 72% 58% at 78% 32%,color-mix(in srgb,var(--ln-accent) 32%,transparent) 0%,color-mix(in srgb,var(--ln-accent) 12%,transparent) 38%,transparent 72%),conic-gradient(from 205deg at 92% 8%,color-mix(in srgb,var(--ln-accent-hot) 16%,transparent),transparent 48deg,transparent 360deg);opacity:.72;filter:blur(14px);animation:svelte-12qhfyh-header-link-ray-drift 16s ease-in-out infinite alternate}@keyframes svelte-12qhfyh-header-link-ray-drift{0%{opacity:.48;transform:translate(50%,-60%) rotate(-1.5deg)}to{opacity:.78;transform:translate(42%,-54%) rotate(1deg)}}@media(prefers-reduced-motion:reduce){.header-link-ray.svelte-12qhfyh{animation:none;opacity:.62;transform:translate(48%,-58%)}}@media(prefers-color-scheme:light){.header-link--live.svelte-12qhfyh{color:color-mix(in srgb,var(--ln-header-link) 86%,var(--ln-accent) 14%)}.header-link-ray.svelte-12qhfyh{opacity:.38;filter:blur(16px);background:radial-gradient(ellipse 72% 58% at 78% 32%,color-mix(in srgb,var(--ln-accent) 22%,transparent) 0%,color-mix(in srgb,var(--ln-accent) 8%,transparent) 40%,transparent 72%),conic-gradient(from 205deg at 92% 8%,color-mix(in srgb,var(--ln-accent-hot) 10%,transparent),transparent 48deg,transparent 360deg)}@media(prefers-reduced-motion:reduce){.header-link-ray.svelte-12qhfyh{opacity:.34}}}.header-link-icon.svelte-12qhfyh{width:15px;height:15px;flex-shrink:0;color:currentColor;opacity:.72}.header-link.svelte-12qhfyh:hover .header-link-icon:where(.svelte-12qhfyh){opacity:1}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.65rem;font-weight:500;font-size:16px;letter-spacing:0;text-decoration:none;color:var(--app-text)}.logo.svelte-12qhfyh .brand-mark{border-radius:50%}.main.svelte-12qhfyh{flex:1;width:100%}.site--home.svelte-12qhfyh .main:where(.svelte-12qhfyh){padding-bottom:1.5rem}.footer.svelte-12qhfyh{position:relative;z-index:1;display:flex;justify-content:center;padding:20px 24px;border-top:1px solid var(--app-border);background:var(--app-surface)}.footer-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:16px 24px;width:min(1120px,100%);font-size:12px;line-height:1.4;color:var(--app-muted)}.footer-inner.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0}.footer--landing.svelte-12qhfyh{background:var(--ln-shell-bg);border-top-color:var(--ln-footer-border)}.footer--landing.svelte-12qhfyh .footer-inner:where(.svelte-12qhfyh){color:var(--ln-footer-text)}.footer--landing.svelte-12qhfyh .footer-links:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--ln-footer-text)}.footer--landing.svelte-12qhfyh .footer-links:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{color:var(--ln-accent-secondary)}.footer-links.svelte-12qhfyh{display:flex;align-items:center;gap:16px;font-size:inherit;font-weight:400}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){display:inline-flex;align-items:center;min-height:unset;padding:0;border-radius:0;color:var(--app-muted);text-decoration:none;background:none}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--app-primary);background:none}@media(max-width:640px){.header--landing.svelte-12qhfyh{padding:0 16px}.footer-inner.svelte-12qhfyh{flex-direction:column;align-items:center;text-align:center}}
