@charset "UTF-8";.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 10% 20%,rgba(212,163,115,.05) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(35,23,9,.04) 0%,transparent 50%),linear-gradient(135deg,#fbfbfb,#f4f4f3);position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,#d4a37314,#fff0 70%);z-index:0;pointer-events:none}.auth-page-inner{width:100%;max-width:25rem;position:relative;z-index:1}.auth-brand{text-align:center;margin-bottom:2rem}.auth-logo{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin-bottom:.875rem;font-size:1.6rem;border-radius:12px;background:var(--mp-brand, #231709);color:#fff;box-shadow:0 6px 16px #2317092e}.auth-title{margin:0;font-size:1.375rem;font-weight:800;letter-spacing:-.025em;color:#0f172a}.auth-tagline{margin:.375rem 0 0;font-size:13px;color:#64748b}.auth-card{background:#ffffffeb;border:1px solid rgba(226,232,240,.7);border-radius:16px;padding:2rem 2rem 1.75rem;box-shadow:0 4px 6px -1px #23170905,0 12px 20px -3px #2317090a,0 20px 25px -5px #23170908;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;z-index:1}.auth-loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 1rem;text-align:center}.auth-loading-card span{font-size:13px;font-weight:500;color:#64748b}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .label{font-size:.8125rem;font-weight:600;color:#334155;margin-bottom:.375rem}.auth-form .input{border-radius:8px;border:1px solid #e2e8f0;padding:.625rem .875rem;font-size:13px;transition:all .2s cubic-bezier(.16,1,.3,1);background:#fff}.auth-form .input:focus{border-color:var(--mp-accent, #d4a373);box-shadow:0 0 0 3px #d4a3732e;outline:none}.auth-alert{display:flex;align-items:flex-start;gap:8px;margin-bottom:1.25rem;padding:.75rem 1rem;border-radius:8px;font-size:13px;line-height:1.5}.auth-alert svg{flex-shrink:0;width:1rem;height:1rem;margin-top:2px}.auth-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.auth-alert.info{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.auth-footer-text{margin:20px 0 0;text-align:center;font-size:11px;color:#94a3b8;font-weight:500}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.auth-switch{margin-top:1.25rem;text-align:center;font-size:13px;color:#64748b}.auth-switch button{margin-left:.35rem;border:none;background:none;padding:0;font:inherit;font-weight:600;color:var(--mp-accent-muted, #7b4019);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.btn-auth{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6875rem 1.25rem;border:none;border-radius:8px;background:var(--mp-brand, #231709);color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #2317090d;transition:all .2s cubic-bezier(.16,1,.3,1)}.btn-auth:hover:not(:disabled){background:var(--mp-brand-hover, #3d2e1f);transform:translateY(-1px);box-shadow:0 4px 12px #2317091f}.btn-auth:active:not(:disabled){transform:translateY(0)}.btn-auth:disabled{opacity:.6;cursor:not-allowed}.auth-spinner{width:1rem;height:1rem;animation:auth-spin .6s linear infinite;color:currentColor}@keyframes auth-spin{to{transform:rotate(360deg)}}:root{--mp-brand: #231709;--mp-brand-hover: #3d2e1f;--mp-accent: #d4a373;--mp-bg: #f5f5f4;--mp-text: #0f172a;--mp-text-muted: #475569;--mp-border: #e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;color:#0f172a;background:#f5f5f4;-webkit-font-smoothing:antialiased}.label{display:block;margin-bottom:.25rem;font-size:13px;font-weight:500;color:#334155}.input{width:100%;padding:.5rem .75rem;font-size:13px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:#94a3b8}.input:focus{outline:none;border-color:var(--mp-accent, #d4a373);box-shadow:0 0 0 2px #d4a37359}.input:disabled{background:#f8fafc;color:#64748b}.input-error{border-color:#f87171}.input-error:focus{border-color:#f87171;box-shadow:0 0 0 2px #f8717159}.field-error{margin-top:.25rem;font-size:11px;color:#ef4444}
