.login-header.svelte-1pozy6e{text-align:center;animation:svelte-1pozy6e-fadeUp .6s ease-out .1s both}.brand-row.svelte-1pozy6e{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.logo-img.svelte-1pozy6e{width:48px;height:48px;object-fit:contain;transition:transform .3s ease;animation:svelte-1pozy6e-logoIn .6s ease-out .2s both}.logo-dark.svelte-1pozy6e,.dark .logo-light.svelte-1pozy6e{display:none}.dark .logo-dark.svelte-1pozy6e{display:block}.logo-img.svelte-1pozy6e:hover{transform:scale(1.05)}.login-title.svelte-1pozy6e{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--color-charcoal);letter-spacing:-.02em;margin:0}.dark .login-title.svelte-1pozy6e{color:var(--color-cream)}.login-subtitle.svelte-1pozy6e{font-family:var(--font-body);font-size:.9375rem;color:var(--color-earth);margin:.5rem 0 0;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.dark .login-subtitle.svelte-1pozy6e{color:var(--color-earth-light)}@keyframes svelte-1pozy6e-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1pozy6e-logoIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:480px){.login-title.svelte-1pozy6e{font-size:1.875rem}.logo-img.svelte-1pozy6e{width:40px;height:40px}}.developer-credit.svelte-1hgk6fn{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;text-decoration:none;background:#8b5a2b0f;border:1px solid rgba(139,90,43,.12);transition:all .3s ease;animation:svelte-1hgk6fn-fadeUp .6s ease-out .4s both;border-radius:2rem}.developer-credit.svelte-1hgk6fn:hover{background:#8b5a2b1f;border-color:#8b5a2b33;transform:translateY(-1px)}.dark .developer-credit.svelte-1hgk6fn{background:#a67c521a;border-color:#a67c5233}.dark .developer-credit.svelte-1hgk6fn:hover{background:#a67c522e;border-color:#a67c524d}.credit-text.svelte-1hgk6fn{font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--color-earth);letter-spacing:.01em}.dark .credit-text.svelte-1hgk6fn{color:var(--color-earth-light)}.credit-logo.svelte-1hgk6fn{height:22px;width:auto}.credit-logo-dark.svelte-1hgk6fn,.dark .credit-logo-light.svelte-1hgk6fn{display:none}.dark .credit-logo-dark.svelte-1hgk6fn{display:block}@keyframes svelte-1hgk6fn-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-card{width:100%;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #2c241614,0 8px 24px #2c24161f,0 0 0 1px #8b5a2b14;animation:fadeUp .6s ease-out .2s both}:global(.dark) .login-card{background:var(--color-charcoal-light);box-shadow:0 1px 3px #0003,0 8px 24px #0000004d,0 0 0 1px #8b5a2b26}.error-banner{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#b91c1c;font-family:var(--font-body);font-size:.875rem;margin-bottom:1.5rem}:global(.dark) .error-banner{background:#b91c1c26;border-color:#b91c1c4d;color:#fca5a5}.error-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.form-fields{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.field-group{display:flex;flex-direction:column;gap:.5rem}.field-label{font-family:var(--font-body);font-size:.8125rem;font-weight:600;color:var(--color-charcoal);letter-spacing:.025em;text-transform:uppercase}:global(.dark) .field-label{color:var(--color-wheat)}.field-input{width:100%;height:3rem;padding:0 1rem;font-family:var(--font-body);font-size:1rem;color:var(--color-charcoal);background:var(--color-cream);border:2px solid var(--color-cream-dark);border-radius:.5rem;transition:all .2s ease}.field-input::placeholder{color:#a89f91}.field-input:focus{outline:none;border-color:var(--color-earth);background:#fff;box-shadow:0 0 0 3px #8b5a2b1a}:global(.dark) .field-input{background:var(--color-charcoal);border-color:#8b5a2b4d;color:var(--color-cream)}:global(.dark) .field-input::placeholder{color:#6b6358}:global(.dark) .field-input:focus{border-color:var(--color-earth-light);background:var(--color-charcoal);box-shadow:0 0 0 3px #8b5a2b33}.password-wrapper{position:relative}.field-input-password{padding-right:3rem}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);padding:.375rem;color:var(--color-earth);background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s ease}.password-toggle:hover{color:var(--color-earth-dark);background:#8b5a2b1a}:global(.dark) .password-toggle{color:var(--color-earth-light)}:global(.dark) .password-toggle:hover{color:var(--color-wheat);background:#8b5a2b33}:global(.toggle-icon){width:1.25rem;height:1.25rem;display:block}.submit-btn{width:100%;height:3.25rem;display:flex;align-items:center;justify-content:center;gap:.625rem;font-family:var(--font-body);font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-earth) 0%,var(--color-earth-dark) 100%);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #6b442333,inset 0 1px #ffffff1a}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6b44234d,inset 0 1px #ffffff1a}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.login-card{padding:1.5rem}}.loading-overlay.svelte-9xetc2{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#faf6f1f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:svelte-9xetc2-fadeIn .2s ease-out}.dark .loading-overlay.svelte-9xetc2{background:#2c2416f2}.loading-content.svelte-9xetc2{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner.svelte-9xetc2{width:56px;height:56px;color:var(--color-earth);animation:svelte-9xetc2-spin 1s linear infinite}.dark .loading-spinner.svelte-9xetc2{color:var(--color-earth-light)}.loading-text.svelte-9xetc2{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-earth);margin:0}.dark .loading-text.svelte-9xetc2{color:var(--color-earth-light)}@keyframes svelte-9xetc2-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-9xetc2-spin{to{transform:rotate(360deg)}}.login-page.svelte-8k30lk{--color-earth: #8B5A2B;--color-earth-dark: #6B4423;--color-earth-light: #A67C52;--color-cream: #FAF6F1;--color-cream-dark: #F0EBE3;--color-charcoal: #2C2416;--color-charcoal-light: #3D3428;--color-wheat: #E8DCC8;--color-rust: #B85C38;--color-forest: #3D5A47;--font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.login-page.svelte-8k30lk{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden;background:var(--color-cream)}.dark .login-page.svelte-8k30lk{background:var(--color-charcoal)}.login-bg.svelte-8k30lk{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 20%,rgba(139,90,43,.08) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(184,92,56,.06) 0%,transparent 50%),radial-gradient(ellipse 100% 100% at 50% 50%,rgba(232,220,200,.5) 0%,transparent 70%)}.dark .login-bg.svelte-8k30lk{background:radial-gradient(ellipse 80% 50% at 20% 20%,rgba(139,90,43,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(184,92,56,.1) 0%,transparent 50%)}.login-grain.svelte-8k30lk{position:absolute;inset:0;opacity:.4;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.dark .login-grain.svelte-8k30lk{opacity:.2}.brand-mark.svelte-8k30lk{position:absolute;color:var(--color-earth);pointer-events:none;animation:svelte-8k30lk-float 20s ease-in-out infinite}.dark .brand-mark.svelte-8k30lk{color:var(--color-earth-light)}.brand-mark-1.svelte-8k30lk{width:300px;height:300px;top:-50px;right:-50px;animation-delay:-5s}.brand-mark-2.svelte-8k30lk{width:200px;height:200px;bottom:-30px;left:-30px;animation-delay:-12s}@keyframes svelte-8k30lk-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(5deg) scale(1.02)}}.login-container.svelte-8k30lk{position:relative;z-index:10;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:2rem;animation:fadeUp .6s ease-out}@media(max-width:480px){.login-page.svelte-8k30lk{padding:1rem}.brand-mark-1.svelte-8k30lk{width:200px;height:200px}.brand-mark-2.svelte-8k30lk{display:none}}
