.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: "DM Sans", system-ui, sans-serif;--font-body: "DM Sans", system-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:svelte-8k30lk-fadeUp .6s ease-out}@keyframes svelte-8k30lk-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header.svelte-8k30lk{text-align:center;animation:svelte-8k30lk-fadeUp .6s ease-out .1s both}.brand-row.svelte-8k30lk{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.logo-img.svelte-8k30lk{width:48px;height:48px;object-fit:contain;transition:transform .3s ease;animation:svelte-8k30lk-logoIn .6s ease-out .2s both}.logo-dark.svelte-8k30lk,.dark .logo-light.svelte-8k30lk{display:none}.dark .logo-dark.svelte-8k30lk{display:block}.logo-img.svelte-8k30lk:hover{transform:scale(1.05)}@keyframes svelte-8k30lk-logoIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.login-title.svelte-8k30lk{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-8k30lk{color:var(--color-cream)}.login-subtitle.svelte-8k30lk{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-8k30lk{color:var(--color-earth-light)}.login-card.svelte-8k30lk{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:svelte-8k30lk-fadeUp .6s ease-out .2s both}.dark .login-card.svelte-8k30lk{background:var(--color-charcoal-light);box-shadow:0 1px 3px #0003,0 8px 24px #0000004d,0 0 0 1px #8b5a2b26}.error-banner.svelte-8k30lk{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}.dark .error-banner.svelte-8k30lk{background:#b91c1c26;border-color:#b91c1c4d;color:#fca5a5}.error-icon.svelte-8k30lk{width:1.125rem;height:1.125rem;flex-shrink:0}.form-fields.svelte-8k30lk{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.field-group.svelte-8k30lk{display:flex;flex-direction:column;gap:.5rem}.field-label.svelte-8k30lk{font-family:var(--font-body);font-size:.8125rem;font-weight:600;color:var(--color-charcoal);letter-spacing:.025em;text-transform:uppercase}.dark .field-label.svelte-8k30lk{color:var(--color-wheat)}.field-input.svelte-8k30lk{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.svelte-8k30lk::placeholder{color:#a89f91}.field-input.svelte-8k30lk:focus{outline:none;border-color:var(--color-earth);background:#fff;box-shadow:0 0 0 3px #8b5a2b1a}.dark .field-input.svelte-8k30lk{background:var(--color-charcoal);border-color:#8b5a2b4d;color:var(--color-cream)}.dark .field-input.svelte-8k30lk::placeholder{color:#6b6358}.dark .field-input.svelte-8k30lk:focus{border-color:var(--color-earth-light);background:var(--color-charcoal);box-shadow:0 0 0 3px #8b5a2b33}.password-wrapper.svelte-8k30lk{position:relative}.field-input-password.svelte-8k30lk{padding-right:3rem}.password-toggle.svelte-8k30lk{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.svelte-8k30lk:hover{color:var(--color-earth-dark);background:#8b5a2b1a}.dark .password-toggle.svelte-8k30lk{color:var(--color-earth-light)}.dark .password-toggle.svelte-8k30lk:hover{color:var(--color-wheat);background:#8b5a2b33}.toggle-icon{width:1.25rem;height:1.25rem;display:block}.submit-btn.svelte-8k30lk{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.svelte-8k30lk:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6b44234d,inset 0 1px #ffffff1a}.submit-btn.svelte-8k30lk:active:not(:disabled){transform:translateY(0)}.submit-btn.svelte-8k30lk:disabled{opacity:.7;cursor:not-allowed}.spinner.svelte-8k30lk{width:1.25rem;height:1.25rem;animation:svelte-8k30lk-spin 1s linear infinite}@keyframes svelte-8k30lk-spin{to{transform:rotate(360deg)}}.loading-overlay.svelte-8k30lk{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-8k30lk-fadeIn .2s ease-out}.dark .loading-overlay.svelte-8k30lk{background:#2c2416f2}@keyframes svelte-8k30lk-fadeIn{0%{opacity:0}to{opacity:1}}.loading-content.svelte-8k30lk{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner.svelte-8k30lk{width:56px;height:56px;color:var(--color-earth);animation:svelte-8k30lk-spin 1s linear infinite}.dark .loading-spinner.svelte-8k30lk{color:var(--color-earth-light)}.loading-text.svelte-8k30lk{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-earth);margin:0}.dark .loading-text.svelte-8k30lk{color:var(--color-earth-light)}@media(max-width:480px){.login-page.svelte-8k30lk{padding:1rem}.login-card.svelte-8k30lk{padding:1.5rem}.login-title.svelte-8k30lk{font-size:1.875rem}.logo-img.svelte-8k30lk{width:40px;height:40px}.brand-mark-1.svelte-8k30lk{width:200px;height:200px}.brand-mark-2.svelte-8k30lk{display:none}}.developer-credit.svelte-8k30lk{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-8k30lk-fadeUp .6s ease-out .4s both;border-radius:2rem}.developer-credit.svelte-8k30lk:hover{background:#8b5a2b1f;border-color:#8b5a2b33;transform:translateY(-1px)}.dark .developer-credit.svelte-8k30lk{background:#a67c521a;border-color:#a67c5233}.dark .developer-credit.svelte-8k30lk:hover{background:#a67c522e;border-color:#a67c524d}.credit-text.svelte-8k30lk{font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--color-earth);letter-spacing:.01em}.dark .credit-text.svelte-8k30lk{color:var(--color-earth-light)}.credit-logo.svelte-8k30lk{height:22px;width:auto}.credit-logo-dark.svelte-8k30lk,.dark .credit-logo-light.svelte-8k30lk{display:none}.dark .credit-logo-dark.svelte-8k30lk{display:block}
