:root{--primary: #2f6fd6;--primary-dark: #1c4fa8;--accent: #e8b923;--shadow-rgb: 15, 23, 42;--footer-h: 64px}:root[data-theme=chiaro]{--bg: #eef2f9;--surface: #ffffff;--surface-alt: #f4f6fb;--surface-border: #dbe2f0;--text: #12182b;--text-secondary: #5b6478}:root[data-theme=scuro]{--bg: #0b1020;--surface: #131a30;--surface-alt: #182140;--surface-border: #26305a;--text: #eef1fb;--text-secondary: #9aa3c2}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font-family:inherit}a{color:inherit}.back-link{display:inline-block;margin-bottom:.75rem;color:var(--text-secondary);font-weight:700;font-size:.85rem;text-decoration:none}.auth-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem;background:radial-gradient(circle at 50% 0%,var(--primary-dark) 0%,var(--bg) 65%)}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--surface-border);border-radius:1.25rem;padding:2rem 1.75rem;box-shadow:0 20px 40px rgba(var(--shadow-rgb),.25)}.auth-brand{text-align:center;margin-bottom:1.75rem}.auth-brand__hex{display:inline-block;width:3rem;height:3rem;margin-bottom:.75rem;background:linear-gradient(135deg,var(--primary),var(--accent));clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%)}.auth-brand h1{margin:0;font-size:1.3rem}.auth-brand p{margin:.25rem 0 0;color:var(--text-secondary);font-size:.9rem}.auth-card form{display:flex;flex-direction:column;gap:1rem}.auth-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.auth-card input,.auth-card select{padding:.65rem .75rem;border-radius:.6rem;border:1px solid var(--surface-border);background:var(--surface-alt);color:var(--text);font-size:.95rem}.auth-card input:focus,.auth-card select:focus{outline:2px solid var(--primary);outline-offset:1px}.auth-row{display:flex;gap:.75rem}.auth-row label{flex:1;min-width:0}.auth-radio-group{display:flex;gap:.75rem}.auth-radio-group label{flex-direction:row;align-items:center;gap:.4rem;font-weight:500}.auth-card button[type=submit]{margin-top:.25rem;padding:.75rem;border:none;border-radius:.6rem;background:var(--primary);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:opacity .15s ease}.auth-card button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.auth-errore{margin:0;color:#d3384a;font-size:.85rem}.auth-switch{margin:1.5rem 0 0;text-align:center;font-size:.85rem;color:var(--text-secondary)}.auth-switch a{color:var(--primary);font-weight:700;text-decoration:none}.foto-upload{display:flex;align-items:center;gap:1rem}.foto-upload__azioni{display:flex;flex-direction:column;gap:.4rem}.foto-upload__carica{padding:.45rem .8rem;border-radius:.5rem;border:1px solid var(--surface-border);background:var(--surface-alt);color:var(--text);font-size:.78rem;font-weight:700;text-align:center;cursor:pointer}.foto-upload__rimuovi{padding:.4rem .8rem;border-radius:.5rem;border:none;background:none;color:#d3384a;font-size:.75rem;font-weight:700;cursor:pointer}.badge-banlist{display:inline-flex;align-items:center;gap:.3rem;padding:.1rem .45rem;margin-left:.4rem;border-radius:1rem;font-size:.68rem;font-weight:700;vertical-align:middle;color:#fff;background:#8a8f9c}.badge-banlist--banned{background:#d3384a}.badge-banlist--limited{background:#d68a1f}.badge-banlist--semi-limited{background:#2f6fd6}.badge-banlist__simbolo{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:50%;background:#ffffff40;font-size:.65rem}
