/* ═══════════════════════════════════════════════════
   overrides-login.css — login.html
   Generato da style-editor.html
   ═══════════════════════════════════════════════════ */

/* ── Variabili ── */
:root {
  --bg: #4479e4; --bg2: #6b7ba8; --card: #323d53; --border: #1e2330;
  --gold: #c29524; --gold-dim: #c2952418; --gold-border: #c2952433;
  --text: #121212; --dim: #12121280; --faint: #12121240;
  --green: #4caf50; --red: #ef4444; --blue: #4fc3f7;
  --cyan: #00d4ff; --orange: #FF6B35; --purple: #a855f7;
  --shadow: 0 4px 16px rgba(0,0,0,0.15); --transition: 0.3s ease; --radius: 12px;
}

/* ── Body ── */
body { font-family: 'Outfit', sans-serif !important; background: #4479e4 !important; color: #121212 !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.50 !important; }

/* ── Titoli ── */
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', serif !important; color: #c29524 !important; }

/* ── Sfondi ── */
.auth-wrap,.hub-wrap,.app-wrap,.home-wrap,[class*="-wrap"],[class*="-page"],main { background: #4479e4 !important; }

/* ── Header ── */
.topbar,header,nav,.navbar,.side-head,[class*="-topbar"],[class*="-header"] { background: #10141C !important; border-color: #1e2330 !important; }

/* ── Sidebar ── */
.sidebar,aside,.side-panel,[class*="-sidebar"] { background: #6b7ba8 !important; border-color: #1e2330 !important; width: 240px !important; min-width: 240px !important; }

/* ── Card ── */
.card,[class*="-card"],[class*="-box"],[class*="-panel"],[class*="-section"],.auth-box,.hub-card,.tour-card,.info-box { background: #323d538f !important; border-color: #1e2330 !important; border-radius: 12px !important; box-shadow: 0 4px 16px rgba(0,0,0,0.15) !important; padding: 18px !important; }

/* ── Testo ── */
.dim,[class*="-dim"],.sub,.subtitle,p { color: #12121280 !important; }
small,.faint,[class*="-faint"] { color: #12121240 !important; }

/* ── Accento ── */
.hub-logo-text,.ac-name,.auth-title,.side-name,[class*="-title"]:not(.modal-title) { color: #c29524 !important; }

/* ── Badge ── */
.ac-badge,.badge-new { color: #4caf50 !important; border-color: #4caf5040 !important; }
.badge-paid { color: #4caf50 !important; }
.badge-pending { color: #FF6B35 !important; }
.badge-free { color: #a855f7 !important; }

/* ── Input ── */
input,textarea,select { background: #6b7ba8 !important; border: 1px solid #1e2330 !important; color: #121212 !important; border-radius: 10px !important; }
input:focus,textarea:focus,select:focus { border-color: #c29524 !important; outline: none !important; }
input::placeholder,textarea::placeholder { color: #12121240 !important; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width:5px; height:5px; }
::-webkit-scrollbar-track { background: #4479e4; }
::-webkit-scrollbar-thumb { background: #c2952433; border-radius:4px; }
::-webkit-scrollbar-thumb:hover { background: #c29524; }
