.share-modal-backdrop.svelte-1k0a4ef{--share-modal-backdrop-background: #09111a;--share-modal-card-background: #111926;--share-modal-card-background-top: #182537;--share-modal-card-border: #304256;--share-modal-card-shadow: rgba(0, 0, 0, .34);--share-modal-panel-background: #0d1520;--share-modal-panel-border: #27384c;--share-modal-text: #f3f3f4;--share-modal-muted-text: #aab6c7;--share-modal-link-text: #a8d1ff;--share-modal-button-background: #152131;--share-modal-button-background-hover: #1b2a3d;--share-modal-button-border: #31435a;--share-modal-eyebrow: #8de1c0;--share-modal-copy-success-text: #0a2c1f;--share-modal-copy-success-border: #76d6ad;--share-modal-copy-success-background: #c8f2de;--share-modal-copy-ready-text: #5f4100;--share-modal-copy-ready-border: #f0c35a;--share-modal-copy-ready-background: #ffe8af;--share-modal-loading-background-start: #ffffff;--share-modal-loading-background-end: #e8edf3;--share-modal-loading-spinner-track: rgba(17, 25, 38, .12);--share-modal-loading-spinner-head: rgba(17, 25, 38, .78);position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;background:var(--share-modal-backdrop-background)}.share-modal-card.svelte-1k0a4ef{margin:0;position:relative;inset:auto;align-self:center;justify-self:center;width:min(420px,calc(100vw - 24px));max-height:calc(100vh - 40px);display:flex;flex-direction:column;gap:16px;padding:18px;overflow:auto;border-radius:24px;border:1px solid var(--share-modal-card-border);background:linear-gradient(180deg,var(--share-modal-card-background-top) 0%,var(--share-modal-card-background) 100%);color:var(--share-modal-text);box-shadow:0 28px 80px var(--share-modal-card-shadow)}.share-modal-header.svelte-1k0a4ef{display:flex;align-items:center;justify-content:space-between;gap:16px}.share-modal-eyebrow.svelte-1k0a4ef{margin:0;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--share-modal-eyebrow)}.share-modal-close.svelte-1k0a4ef,.share-modal-copy-button.svelte-1k0a4ef,.share-modal-native-button.svelte-1k0a4ef{border:1px solid var(--share-modal-button-border);border-radius:12px;background:var(--share-modal-button-background);color:inherit;font:inherit;cursor:pointer}.share-modal-close.svelte-1k0a4ef{padding:10px 12px;white-space:nowrap}.share-modal-qr-button.svelte-1k0a4ef{border:0;padding:0;border-radius:18px;overflow:hidden;background:#fff;cursor:pointer}.share-modal-qr-image.svelte-1k0a4ef,.share-modal-qr-loading.svelte-1k0a4ef{display:block;width:100%;aspect-ratio:1}.share-modal-qr-loading.svelte-1k0a4ef{display:grid;place-items:center;background:linear-gradient(180deg,var(--share-modal-loading-background-start) 0%,var(--share-modal-loading-background-end) 100%)}.share-modal-spinner.svelte-1k0a4ef{width:32px;height:32px;border:3px solid var(--share-modal-loading-spinner-track);border-top-color:var(--share-modal-loading-spinner-head);border-radius:999px;animation:svelte-1k0a4ef-share-modal-spin .72s linear infinite}.share-modal-url-panel.svelte-1k0a4ef{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;background:var(--share-modal-panel-background);border:1px solid var(--share-modal-panel-border)}.share-modal-url-label.svelte-1k0a4ef{margin:0;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:var(--share-modal-muted-text)}.share-modal-url-text.svelte-1k0a4ef{font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.82rem;line-height:1.5;color:var(--share-modal-link-text);word-break:break-all}.share-modal-copy-button.svelte-1k0a4ef,.share-modal-native-button.svelte-1k0a4ef{width:100%;padding:11px 14px}.share-modal-copy-button[data-state=copied].svelte-1k0a4ef{color:var(--share-modal-copy-success-text);border-color:var(--share-modal-copy-success-border);background:var(--share-modal-copy-success-background)}.share-modal-copy-button[data-state=ready].svelte-1k0a4ef{color:var(--share-modal-copy-ready-text);border-color:var(--share-modal-copy-ready-border);background:var(--share-modal-copy-ready-background)}.share-modal-close.svelte-1k0a4ef:hover,.share-modal-copy-button.svelte-1k0a4ef:hover,.share-modal-native-button.svelte-1k0a4ef:hover{background:var(--share-modal-button-background-hover)}@media(prefers-color-scheme:light){.share-modal-backdrop.svelte-1k0a4ef{--share-modal-backdrop-background: #edf2f8;--share-modal-card-background: #fdfefe;--share-modal-card-background-top: #eef5fb;--share-modal-card-border: #c7d6e4;--share-modal-card-shadow: rgba(57, 73, 96, .18);--share-modal-panel-background: #f3f7fb;--share-modal-panel-border: #d7e1ec;--share-modal-text: #0e1726;--share-modal-muted-text: #5d6a7c;--share-modal-link-text: #2457b2;--share-modal-button-background: #f2f6fa;--share-modal-button-background-hover: #e6edf5;--share-modal-button-border: #c7d3df;--share-modal-eyebrow: #0c8d70;--share-modal-copy-success-text: #184c36;--share-modal-copy-success-border: #8bcfb1;--share-modal-copy-success-background: #d9f3e7;--share-modal-copy-ready-text: #6e4f10;--share-modal-copy-ready-border: #e0c16f;--share-modal-copy-ready-background: #f9ebb9;--share-modal-loading-background-start: #ffffff;--share-modal-loading-background-end: #edf2f7;--share-modal-loading-spinner-track: rgba(14, 23, 38, .12);--share-modal-loading-spinner-head: rgba(14, 23, 38, .78)}}@keyframes svelte-1k0a4ef-share-modal-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.share-modal-backdrop.svelte-1k0a4ef{padding:12px}.share-modal-card.svelte-1k0a4ef{padding:16px;border-radius:20px}.share-modal-header.svelte-1k0a4ef{flex-direction:column}}html,body,#app{margin:0;width:100%;min-height:100%;background:#07070a;color:#f3f3f4;font-family:IBM Plex Sans,Avenir Next,sans-serif}.screen.svelte-1n46o8q,.frame-screen.svelte-1n46o8q{min-height:100vh;background:radial-gradient(circle at top,rgba(96,165,250,.18),transparent 34%),linear-gradient(180deg,#0b1020,#07070a 58%,#050507)}.screen.svelte-1n46o8q{display:grid;place-items:center;padding:24px}.card.svelte-1n46o8q,.overlay.svelte-1n46o8q{width:min(720px,100%);border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#0a0c14d1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 20px 80px #00000059;padding:28px}.frame-screen.svelte-1n46o8q{padding:0}.overlay.svelte-1n46o8q{margin:24px}.loading-spinner-shell.svelte-1n46o8q{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;pointer-events:none}.loading-spinner.svelte-1n46o8q{width:34px;height:34px;border:3px solid rgba(255,255,255,.16);border-top-color:#8de1c0;border-radius:999px;animation:svelte-1n46o8q-spin .72s linear infinite}.eyebrow.svelte-1n46o8q{margin:0 0 8px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#8de1c0}h1.svelte-1n46o8q{margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1}.copy.svelte-1n46o8q{margin:16px 0 0;font-size:1rem;line-height:1.6;color:#f3f3f4c7}.launcher-form.svelte-1n46o8q{margin-top:24px}.launcher-label.svelte-1n46o8q{display:block;margin-bottom:10px;font-size:.94rem;font-weight:600}.launcher-row.svelte-1n46o8q{display:flex;align-items:stretch;gap:10px}.launcher-input.svelte-1n46o8q{flex:1;min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff0d;color:inherit;font:inherit;padding:14px 16px;outline:none}.launcher-input.svelte-1n46o8q:focus{border-color:#8de1c094;box-shadow:0 0 0 3px #8de1c026}.launcher-button.svelte-1n46o8q{border:0;border-radius:14px;background:linear-gradient(135deg,#8de1c0,#8fb7ff);color:#081018;font:inherit;font-weight:700;padding:0 18px;cursor:pointer}.launcher-button.svelte-1n46o8q:disabled{cursor:wait;opacity:.75}.launcher-help.svelte-1n46o8q,.launcher-error.svelte-1n46o8q{margin:10px 0 0;font-size:.88rem}.launcher-help.svelte-1n46o8q{color:#f3f3f49e}.launcher-error.svelte-1n46o8q{color:#f7a8a8}.publish-card.svelte-1n46o8q{margin-top:24px;padding:20px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.publish-title.svelte-1n46o8q{margin:0;font-size:1.15rem;line-height:1.2}.publish-copy.svelte-1n46o8q{margin-top:12px}.publish-steps.svelte-1n46o8q{margin:16px 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:10px;color:#f3f3f4c7}.publish-steps.svelte-1n46o8q li:where(.svelte-1n46o8q){line-height:1.55}.launcher-doc-link.svelte-1n46o8q{color:#a8d1ff;text-decoration:none;font-weight:600}.launcher-doc-link.svelte-1n46o8q:hover{text-decoration:underline}.suggestions-header.svelte-1n46o8q{margin-top:24px;display:flex;flex-direction:column;gap:6px}.suggestions.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:22px}.suggestion.svelte-1n46o8q{display:flex;align-items:center;gap:12px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:inherit;text-decoration:none;transition:background .16s ease,transform .16s ease,border-color .16s ease}.suggestion.svelte-1n46o8q:hover{background:#ffffff14;border-color:#a8d1ff47;transform:translateY(-1px)}.suggestion-media.svelte-1n46o8q{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffff14;overflow:hidden}.suggestion-icon.svelte-1n46o8q{width:30px;height:30px;object-fit:contain}.suggestion-fallback.svelte-1n46o8q{font-size:1rem;font-weight:700;color:#f3f3f4d6}.suggestion-copy.svelte-1n46o8q{min-width:0;display:flex;flex-direction:column;gap:6px}.suggestion-name.svelte-1n46o8q{font-size:.98rem;font-weight:600}.suggestion-blurb.svelte-1n46o8q{font-size:.86rem;color:#f3f3f4a8}code.svelte-1n46o8q{font-family:IBM Plex Mono,SFMono-Regular,monospace;font-size:.92em}.link.svelte-1n46o8q{display:inline-block;margin-top:18px;color:#a8d1ff;text-decoration:none;word-break:break-all}.site-frame.svelte-1n46o8q{width:100%;height:100vh;border:0;background:#07070a;opacity:0;transition:opacity .18s ease}.site-frame-ready.svelte-1n46o8q{opacity:1}.runtime-menu-shell.svelte-1n46o8q{position:fixed;right:18px;bottom:18px;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.runtime-menu-panel.svelte-1n46o8q{width:min(320px,calc(100vw - 32px));display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#060911eb;box-shadow:0 16px 50px #00000059;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.runtime-menu-header.svelte-1n46o8q{display:flex;align-items:center;justify-content:space-between;gap:12px}.runtime-menu-title.svelte-1n46o8q{min-width:0;font-size:.95rem;font-weight:600}.runtime-menu-home-link.svelte-1n46o8q{flex:0 0 auto;color:#a8d1ffe6;font-size:.8rem;font-weight:600;text-decoration:none;white-space:nowrap}.runtime-menu-home-link.svelte-1n46o8q:hover{color:#c6e0ff}.runtime-menu-links.svelte-1n46o8q{display:flex;align-items:center;gap:12px}.runtime-menu-item.svelte-1n46o8q,.runtime-menu-link-button.svelte-1n46o8q,.runtime-menu-toggle.svelte-1n46o8q{box-sizing:border-box;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:inherit;text-decoration:none;font:inherit}.runtime-menu-item.svelte-1n46o8q,.runtime-menu-toggle.svelte-1n46o8q{display:block;width:100%;padding:11px 12px;text-align:left;cursor:pointer}.runtime-menu-link-button.svelte-1n46o8q{width:100%;display:flex;align-items:flex-start;gap:12px;padding:10px 12px;text-align:left;cursor:pointer}.runtime-menu-link-text.svelte-1n46o8q{flex:1;min-width:0;font-size:.79rem;line-height:1.4;color:#a8d1ffe6;word-break:break-all}.runtime-menu-link-affordance.svelte-1n46o8q{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:flex-end;width:3.9rem;height:1.25rem;color:#f3f3f4e0}.runtime-menu-copy-icon.svelte-1n46o8q{width:16px;height:16px}.runtime-menu-copy-label.svelte-1n46o8q{font-size:.78rem;font-weight:600;letter-spacing:.01em}.runtime-menu-item.svelte-1n46o8q:hover,.runtime-menu-link-button.svelte-1n46o8q:hover,.runtime-menu-toggle.svelte-1n46o8q:hover{background:#ffffff14}.runtime-menu-item-muted.svelte-1n46o8q{color:#f3f3f4b8}.runtime-menu-item-primary.svelte-1n46o8q{background:#6ee7b71f;border-color:#6ee7b733;color:#b9f5df}.runtime-menu-toggle.svelte-1n46o8q{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.runtime-menu-toggle-label.svelte-1n46o8q{min-width:0;line-height:1.35;overflow-wrap:anywhere}.runtime-menu-toggle.svelte-1n46o8q input:where(.svelte-1n46o8q){justify-self:end;width:18px;height:18px;margin:0;accent-color:#6ee7b7}.runtime-menu-button.svelte-1n46o8q{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;padding:11px 15px;background:#060911eb;color:#f3f3f4;font:inherit;font-weight:600;cursor:pointer;box-shadow:0 16px 40px #00000052}.runtime-menu-button.svelte-1n46o8q:hover{background:#0c101cf5}.runtime-menu-indicator.svelte-1n46o8q{width:10px;height:10px;border-radius:999px;background:#6ee7b7;box-shadow:0 0 0 3px #6ee7b72e}@keyframes svelte-1n46o8q-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.launcher-row.svelte-1n46o8q{flex-direction:column}.runtime-menu-shell.svelte-1n46o8q{right:12px;bottom:12px}}
