:root{--purple:#7c3aed;--purple-dark:#6d28d9;--text:#202124;--muted:#6f7782;--border:#dfe3e8;--control:#f3f4f6}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{display:grid;min-height:100vh;place-items:center;padding:24px;color:var(--text);background:radial-gradient(circle at 20% 10%,#ede9fe 0,transparent 35%),#f5f6f8;font-family:Montserrat,Arial,sans-serif}.auth-shell{width:min(430px,100%)}.auth-brand{display:flex;margin:0 0 20px;align-items:center;justify-content:center;gap:10px}.auth-brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;color:#fff;background:var(--purple);font-weight:800}.auth-brand div{display:grid;gap:2px}.auth-brand strong{font-size:14px}.auth-brand small{color:var(--muted);font-size:10px}.auth-card{padding:30px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 20px 55px rgba(37,28,52,.1)}h1{margin:0 0 7px;font-size:26px;letter-spacing:-.03em}.auth-intro{margin:0 0 24px;color:var(--muted);font-size:12px;line-height:1.55}.auth-form{display:grid;gap:15px}.auth-form label{display:grid;gap:7px;color:#4d535b;font-size:11px;font-weight:700}.auth-form input{width:100%;height:44px;padding:0 12px;border:1px solid transparent;border-radius:8px;background:var(--control);outline:0;font-size:13px}.auth-form input:focus{border-color:var(--purple);background:#fff;box-shadow:0 0 0 3px #7c3aed1a}.auth-submit{height:44px;border:0;border-radius:8px;color:#fff;background:var(--purple);font-size:12px;font-weight:700;cursor:pointer}.auth-submit:hover{background:var(--purple-dark)}.auth-links{display:flex;margin-top:20px;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:11px}.auth-links a{color:var(--purple-dark);font-weight:700;text-decoration:none}.auth-alert{margin:0 0 18px;padding:11px 12px;border:1px solid #f3b8b5;border-radius:8px;color:#8b1e18;background:#fff5f4;font-size:11px;line-height:1.45}.auth-success{border-color:#a8d5b5;color:#166534;background:#f0fdf4}.auth-note{margin:-5px 0 0;color:var(--muted);font-size:9px;line-height:1.45}@media(max-width:520px){body{padding:15px}.auth-card{padding:24px 20px}}
.auth-brand-logo{display:block;width:168px;height:auto}
.auth-brand-mark{width:168px;height:52px;border-radius:0;background:transparent url('../wp-content/themes/codebird/images/logo.png') center/contain no-repeat;font-size:0}
.auth-brand>div{display:none}
.auth-shell,.auth-shell button,.auth-shell input{font-family:Inter,Arial,sans-serif}
