.modal-backdrop.svelte-xyufah{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#080e1c80,#04070ecc 70%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;z-index:5200;padding:0}.dark .modal-backdrop.svelte-xyufah{background:radial-gradient(ellipse at center,#080e1c8c,#04070ed9 70%)}@media (min-width: 640px){.modal-backdrop.svelte-xyufah{align-items:center;padding:16px}}.modal-content.svelte-xyufah{position:relative;width:100%;max-width:400px;min-height:320px;display:flex;flex-direction:column;background:var(--color-surface-50);border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #00000026;overflow:visible;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px))}.dark .modal-content.svelte-xyufah{background:#141923fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(174,221,0,.2);box-shadow:0 -4px 24px #0006,0 0 40px #aedd0014}@media (min-width: 640px){.modal-content.svelte-xyufah{border-radius:20px;box-shadow:0 24px 48px #0003;padding:24px}.dark .modal-content.svelte-xyufah{box-shadow:0 24px 48px #00000080,0 0 60px #aedd001a}}.close-btn.svelte-xyufah{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:10px;background:var(--color-surface-100);border:none;color:var(--color-surface-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s ease;z-index:10;box-shadow:0 2px 0 var(--color-surface-200)}.dark .close-btn.svelte-xyufah{background:#ffffff14;color:#fff9;box-shadow:0 2px #0003}.close-btn.svelte-xyufah:hover{background:var(--color-surface-200);color:var(--color-surface-900);transform:rotate(90deg) translateY(-2px);box-shadow:0 4px 0 var(--color-surface-300)}.dark .close-btn.svelte-xyufah:hover{background:#aedd0026;color:#aedd00;box-shadow:0 4px #0000004d}.close-btn.svelte-xyufah:active{transform:rotate(90deg) translateY(1px);box-shadow:0 1px 0 var(--color-surface-200)}.dark .close-btn.svelte-xyufah:active{box-shadow:0 1px #0003}.piksu-section.svelte-xyufah{display:flex;justify-content:center;align-items:flex-end;padding:60px 0 16px;min-height:160px}.content-section.svelte-xyufah{text-align:center}.content-section.svelte-xyufah h2:where(.svelte-xyufah){font-family:Aino Headline,system-ui,sans-serif;font-size:22px;font-weight:700;color:var(--color-surface-900);margin:0 0 8px;animation:svelte-xyufah-content-fade-in .3s ease-out both}.dark .content-section.svelte-xyufah h2:where(.svelte-xyufah){color:#fffffff2}.subtitle.svelte-xyufah{font-size:14px;color:var(--color-surface-700);margin:0 0 20px;line-height:1.5;animation:svelte-xyufah-content-fade-in .3s ease-out .05s both}.dark .subtitle.svelte-xyufah{color:#fff9}@keyframes svelte-xyufah-content-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-buttons.svelte-xyufah{display:flex;flex-direction:column;gap:12px;animation:svelte-xyufah-content-fade-in .3s ease-out .1s both}.auth-btn.svelte-xyufah{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;border:none;transition:transform .08s ease-out,box-shadow .08s ease-out}.auth-btn.primary.svelte-xyufah{background:linear-gradient(180deg,var(--color-primary-500) 0%,var(--color-primary-600) 100%);color:#fff;box-shadow:0 4px 0 var(--color-primary-700),0 6px 16px oklch(from var(--color-primary-500) l c h / .35);text-shadow:0 1px 2px rgba(0,0,0,.2)}.auth-btn.primary.svelte-xyufah:hover{transform:translateY(-2px);box-shadow:0 6px 0 var(--color-primary-700),0 10px 24px oklch(from var(--color-primary-500) l c h / .45)}.auth-btn.primary.svelte-xyufah:active{transform:translateY(2px);box-shadow:0 2px 0 var(--color-primary-700),0 4px 12px oklch(from var(--color-primary-500) l c h / .3)}.dark .auth-btn.primary.svelte-xyufah{background:linear-gradient(180deg,#c4f042,#aedd00);color:#1a3300;box-shadow:0 4px #7bc100,0 6px 16px #aedd0066;text-shadow:none}.dark .auth-btn.primary.svelte-xyufah:hover{box-shadow:0 6px #7bc100,0 10px 24px #aedd0080}.dark .auth-btn.primary.svelte-xyufah:active{box-shadow:0 2px #7bc100,0 4px 12px #aedd004d}.auth-btn.secondary.svelte-xyufah{background:var(--color-surface-100);color:var(--color-surface-700);box-shadow:0 3px 0 var(--color-surface-300)}.auth-btn.secondary.svelte-xyufah:hover{transform:translateY(-2px);background:var(--color-surface-200);color:var(--color-primary-600);box-shadow:0 5px 0 var(--color-surface-300)}.auth-btn.secondary.svelte-xyufah:active{transform:translateY(2px);box-shadow:0 1px 0 var(--color-surface-300)}.dark .auth-btn.secondary.svelte-xyufah{background:#ffffff14;color:#fffc;box-shadow:0 3px #0000004d}.dark .auth-btn.secondary.svelte-xyufah:hover{background:#ffffff1f;color:#aedd00;box-shadow:0 5px #0000004d}.dark .auth-btn.secondary.svelte-xyufah:active{box-shadow:0 1px #0000004d}.divider.svelte-xyufah{display:flex;align-items:center;gap:12px;color:var(--color-surface-500);font-size:13px}.divider.svelte-xyufah:before,.divider.svelte-xyufah:after{content:"";flex:1;height:1px;background:var(--color-surface-200)}.dark .divider.svelte-xyufah{color:#fff6}.dark .divider.svelte-xyufah:before,.dark .divider.svelte-xyufah:after{background:#aedd0026}
