*,*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:#1f2937;background:linear-gradient(135deg,#4f46e5,#7c3aed);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain}html,body{height:100%;overflow:auto;overscroll-behavior:none}button,a,input,select,textarea{min-height:44px}button{font-family:inherit}html{scroll-behavior:smooth}:focus-visible{outline:2px solid #4F46E5;outline-offset:2px}::selection{background:#c7d2fe;color:#1f2937}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}input,select,textarea,button{font-size:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:640px){body{font-size:16px}}@media(min-width:1024px){.app-container{max-width:600px;margin:0 auto}}@media(display-mode:standalone){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}.loading-screen.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:#6b7280}.spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid #E5E7EB;border-top-color:#4f46e5;border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.app-container.svelte-12qhfyh{min-height:100vh;background:#f3f4f6}.login-page.svelte-12qhfyh{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.login-container.svelte-12qhfyh{width:100%;max-width:400px;background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 20px 40px #0003}.logo.svelte-12qhfyh{display:flex;justify-content:center;margin-bottom:16px}.logo.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:56px;height:56px;color:#4f46e5}.login-container.svelte-12qhfyh h1:where(.svelte-12qhfyh){text-align:center;font-size:24px;color:#1f2937;margin:0 0 4px}.subtitle.svelte-12qhfyh{text-align:center;color:#6b7280;margin:0 0 24px}.field.svelte-12qhfyh{margin-bottom:20px}.field.svelte-12qhfyh label:where(.svelte-12qhfyh){display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.field.svelte-12qhfyh input:where(.svelte-12qhfyh){width:100%;padding:14px 16px;font-size:16px;border:2px solid #E5E7EB;border-radius:12px;outline:none;transition:border-color .15s ease}.field.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{border-color:#4f46e5}.field.svelte-12qhfyh input:where(.svelte-12qhfyh)::placeholder{color:#9ca3af}.error.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;color:#dc2626;border-radius:10px;font-size:14px;margin-bottom:20px}.error.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px;flex-shrink:0}.submit-btn.svelte-12qhfyh{width:100%;padding:16px 24px;background:#4f46e5;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease}.submit-btn.svelte-12qhfyh:hover:not(:disabled){background:#4338ca}.submit-btn.svelte-12qhfyh:disabled{background:#a5b4fc;cursor:not-allowed}.btn-spinner.svelte-12qhfyh{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}.email-sent.svelte-12qhfyh{text-align:center;padding:20px 0}.email-icon.svelte-12qhfyh{width:80px;height:80px;margin:0 auto 20px;background:#eef2ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.email-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:40px;height:40px;color:#4f46e5}.email-sent.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-size:20px;color:#1f2937;margin:0 0 8px}.email-sent.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#6b7280;margin:0 0 8px}.email-sent.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:#4f46e5}.hint.svelte-12qhfyh{font-size:13px;color:#9ca3af}.back-btn.svelte-12qhfyh{display:inline-flex;align-items:center;gap:6px;margin-top:20px;padding:10px 16px;background:#f3f4f6;color:#4b5563;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease}.back-btn.svelte-12qhfyh:hover{background:#e5e7eb}.back-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.code-section.svelte-12qhfyh{margin-top:24px;padding-top:24px;border-top:1px solid #E5E7EB;text-align:left}.code-label.svelte-12qhfyh{font-size:14px;color:#6b7280;margin:0 0 12px;text-align:center}.code-input.svelte-12qhfyh{width:100%;padding:16px;font-size:28px;font-weight:700;font-family:monospace;letter-spacing:6px;text-align:center;border:2px solid #E5E7EB;border-radius:12px;outline:none;transition:border-color .15s ease;margin-bottom:16px}.code-input.svelte-12qhfyh:focus{border-color:#4f46e5}.code-input.svelte-12qhfyh::placeholder{color:#d1d5db;letter-spacing:6px}
