:root{--pink: #d61e76;--blue: #1780c0;--primary-blue: #0a0f2c;--surface-dark: #1a1f3c;--blue-700: #1565c0;--accent-blue: #2979ff;--bg: #ffffff;--surface: #ffffff;--surface-2: #f4f6fa;--text: #121212;--text-2: #5b6172;--text-3: #8b90a0;--border: #ececf0;--nav-bg: #eeeeee;--shadow: 0 8px 30px rgba(10, 15, 44, .08);--ring: rgba(23, 128, 192, .18);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", system-ui, sans-serif;--radius-s: 12px;--radius-m: 16px;--radius-l: 24px;--ease-native: cubic-bezier(.32, .72, 0, 1);--ease-sheet: cubic-bezier(.16, 1, .3, 1)}html[data-theme=dark]{--bg: #0a0f2c;--surface: #1a1f3c;--surface-2: #141a36;--text: #ffffff;--text-2: #b9bed4;--text-3: #7b8099;--border: rgba(255, 255, 255, .08);--nav-bg: #1a1f3c;--shadow: 0 8px 30px rgba(0, 0, 0, .35);--ring: rgba(23, 128, 192, .35)}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;height:100%;height:100dvh;overscroll-behavior:none;touch-action:manipulation;color-scheme:light}html[data-theme=dark]{color-scheme:dark}html,body{margin:0;padding:0;width:100%;height:100%;height:100dvh;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);color:var(--text);font-family:var(--font);overscroll-behavior:none;touch-action:manipulation}body{-webkit-user-select:none;user-select:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,textarea,[contenteditable=true],.selectable{-webkit-user-select:text;user-select:text}input,textarea,select,button{font-family:inherit;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}a{color:inherit;text-decoration:none;-webkit-user-drag:none}img,svg{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}button{border:none;background:none;color:inherit;padding:0;cursor:default}input,textarea,select{outline:none;border:none;background:transparent;color:inherit}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--surface) inset!important;-webkit-text-fill-color:var(--text)!important;caret-color:var(--text);transition:background-color 99999s ease-out}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.scroll,.app-scroll{-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none}.scroll::-webkit-scrollbar,.app-scroll::-webkit-scrollbar{display:none}#app-root{display:block;height:100%;height:100dvh}.app-frame{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--bg);overflow:hidden;padding-left:var(--safe-left);padding-right:var(--safe-right)}.pressable{transition:transform .08s var(--ease-native),opacity .08s ease}.pressable:active{transform:scale(.98);opacity:.86}.touch-device .pressable:hover{opacity:1;transform:none}@keyframes page-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes page-push{0%{opacity:1;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes page-pop{0%{opacity:.97;transform:translate(-28%)}to{opacity:1;transform:translate(0)}}.page-in{animation:page-in .28s var(--ease-native) both}.page-push{animation:page-push .34s var(--ease-native) both}.page-pop{animation:page-pop .34s var(--ease-native) both}:focus{outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.touch-device :focus:not(:focus-visible){outline:none}.native-bar{display:flex;align-items:center;gap:6px;flex-shrink:0;padding:calc(12px + var(--safe-top)) 16px 12px;background:var(--bg)}.standalone .native-bar{padding-top:calc(8px + var(--safe-top))}@media (prefers-reduced-motion: reduce){.page-in,.page-push,.page-pop,.pressable{animation:none!important;transition:none!important}}.good-job{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:#18a558;color:#fff;font-weight:700;font-size:13px;border:none;line-height:1.2;flex-shrink:0;box-shadow:0 2px 10px #18a55852;transition:transform .15s var(--ease-native),opacity .15s}.good-job.block{width:100%;padding:12px 20px;font-size:15px}.good-job:disabled{opacity:.7}.good-job.sent{background:#18a5581f;color:#18a558;box-shadow:none;font-weight:700;cursor:default}.toast-layer.svelte-r9p0hk{position:fixed;left:0;right:0;bottom:calc(28px + var(--safe-bottom));display:flex;flex-direction:column;align-items:center;gap:8px;z-index:9999;pointer-events:none;padding:0 20px}.toast.svelte-r9p0hk{max-width:100%;background:#141622f5;color:#fff;font-size:14px;font-weight:500;padding:12px 18px;border-radius:14px;box-shadow:0 10px 30px #00000059;animation:svelte-r9p0hk-toast-in .25s ease both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast.error.svelte-r9p0hk{background:#c4283cf7}.toast.success.svelte-r9p0hk{background:#1c965af7}@keyframes svelte-r9p0hk-toast-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.burst-layer.svelte-1oj486a{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10000;overflow:hidden}.burst.svelte-1oj486a{position:absolute;left:50%;bottom:calc(72px + var(--safe-bottom));transform:translate(-50%);font-size:30px;font-weight:800;color:#18a558;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(24,165,88,.45);animation:svelte-1oj486a-gj-float 1.75s cubic-bezier(.22,1,.36,1) forwards}@keyframes svelte-1oj486a-gj-float{0%{opacity:0;transform:translate(-50%) translateY(12px) scale(.82)}12%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}75%{opacity:1}to{opacity:0;transform:translate(-50%) translateY(-58vh) scale(1.08)}}@media (prefers-reduced-motion: reduce){.burst.svelte-1oj486a{animation:svelte-1oj486a-gj-fade 1.2s ease-out forwards}@keyframes svelte-1oj486a-gj-fade{0%{opacity:0}20%{opacity:1}to{opacity:0}}}.install-bar.svelte-wh6tnt{flex-shrink:0;width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;padding-top:calc(10px + var(--safe-top, 0px));background:#1565c0;color:#fff;text-align:left}.bar-icon.svelte-wh6tnt{width:26px;height:26px;border-radius:7px;object-fit:cover;flex-shrink:0}.bar-text.svelte-wh6tnt{flex:1;font-size:13px;font-weight:600;line-height:1.25}.bar-cta.svelte-wh6tnt{flex-shrink:0;background:#fff;color:#1565c0;font-size:13px;font-weight:800;padding:7px 16px;border-radius:20px}.scrim.svelte-wh6tnt{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;animation:svelte-wh6tnt-fade .2s ease both}.card.svelte-wh6tnt{position:fixed;left:12px;right:12px;bottom:calc(12px + var(--safe-bottom));z-index:1001;background:var(--surface, #fff);border-radius:24px;padding:24px 22px calc(20px + var(--safe-bottom));text-align:center;box-shadow:0 -10px 40px #0000004d;animation:svelte-wh6tnt-slide-up .32s cubic-bezier(.16,1,.3,1) both;max-width:460px;margin:0 auto;max-height:85vh;overflow-y:auto}.icon.svelte-wh6tnt{width:72px;height:72px;border-radius:18px;object-fit:cover;box-shadow:0 6px 18px #0a0f2c40}.title.svelte-wh6tnt{margin:14px 0 6px;font-size:22px;font-weight:800;color:var(--text, #0a0f2c)}.sub.svelte-wh6tnt{margin:0 0 14px;font-size:14px;line-height:1.5;color:var(--text-2, #5b6172);text-align:left}.hint.svelte-wh6tnt{margin:0 0 12px;font-size:12px;color:var(--text-3, #7b8099);text-align:left;line-height:1.4}.cta.svelte-wh6tnt{width:100%;height:54px;border-radius:28px;background:#1565c0;color:#fff;font-size:17px;font-weight:800;display:flex;align-items:center;justify-content:center}.cta.svelte-wh6tnt:disabled{opacity:.7}.secondary.svelte-wh6tnt{width:100%;height:48px;border-radius:28px;margin-top:10px;background:var(--surface-2, #f0f2f8);color:var(--text, #0a0f2c);font-size:15px;font-weight:700}.later.svelte-wh6tnt{margin-top:12px;width:100%;padding:10px;color:var(--text-3, #7b8099);font-size:14px;font-weight:600}.steps.svelte-wh6tnt{list-style:none;margin:0 0 14px;padding:0;text-align:left}.steps.svelte-wh6tnt li:where(.svelte-wh6tnt){display:flex;align-items:flex-start;gap:12px;padding:8px 0;font-size:14px;color:var(--text, #0a0f2c);line-height:1.4}.num.svelte-wh6tnt{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#1565c0;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.inline.svelte-wh6tnt{vertical-align:middle;margin:0 2px;color:#1565c0}@keyframes svelte-wh6tnt-slide-up{0%{transform:translateY(120%)}to{transform:translateY(0)}}@keyframes svelte-wh6tnt-fade{0%{opacity:0}to{opacity:1}}.page-host.svelte-12qhfyh{flex:1;min-height:0;display:flex;flex-direction:column}.mobile-only.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;align-items:center;justify-content:center}.mobile-only.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#111;font-size:18px;font-weight:600;font-family:var(--font)}
