
:root{--bg:#f4f7fb;--card:#fff;--text:#17324d;--muted:#5d7288;--accent:#2b6cb0;--accent2:#1f4f82;--border:#d9e3ee;--ok:#2f855a;--bad:#c53030}
*{box-sizing:border-box} body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#eef4fa 0%,#f7fafc 100%);color:var(--text)}
.wrap{max-width:1080px;margin:28px auto;padding:0 18px}
.hero{background:linear-gradient(135deg,#224c78,#2b6cb0);color:#fff;border-radius:18px;padding:24px 28px;box-shadow:0 12px 30px rgba(26,54,93,.18)}
.hero h1{margin:0 0 8px 0;font-size:34px}.hero p{margin:0;font-size:16px;opacity:.95}
.card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px;margin-top:18px;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width:800px){.grid,.grid-3{grid-template-columns:1fr}}
label{display:block;font-weight:700;margin-bottom:6px}
input[type=text],input[type=email],input[type=tel],input[type=date],input[type=time],select,textarea{width:100%;padding:12px 13px;border:1px solid #c7d5e2;border-radius:10px;font-size:15px;background:#fff}
textarea{min-height:110px;resize:vertical} .help{color:var(--muted);font-size:13px;margin-top:5px}
h2{margin:0 0 14px 0;font-size:24px} h3{margin:0 0 10px 0;font-size:18px}
.kicker{display:inline-block;background:#e6f0fb;color:#1f4f82;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.checkbox-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px} @media (max-width:700px){.checkbox-list{grid-template-columns:1fr}}
.opt{display:flex;align-items:flex-start;gap:10px;padding:11px 12px;border:1px solid var(--border);border-radius:12px;background:#fbfdff}
.opt input{margin-top:3px}
.reqbox{padding:14px;border:1px solid #dbe7f3;background:#f8fbff;border-radius:12px;margin:10px 0}
button,.btn{display:inline-block;background:var(--accent);color:#fff;border:none;border-radius:12px;padding:12px 18px;text-decoration:none;font-weight:700;cursor:pointer}
button:hover,.btn:hover{background:var(--accent2)} .btn.secondary{background:#edf2f7;color:#1f3d5a}.btn.secondary:hover{background:#dde7f0}
.btn.good{background:var(--ok)} .btn.bad{background:var(--bad)}
.row-actions{display:flex;gap:10px;flex-wrap:wrap}
.notice{padding:13px 15px;border-radius:12px;background:#edf7ee;border:1px solid #c6e6cc;color:#23583e}
.muted{color:var(--muted)} .table{width:100%;border-collapse:collapse}
.table th,.table td{padding:10px 9px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}
.table th{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#5b6f84}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}
.badge.pending{background:#fff7da;color:#8a6800}.badge.approved{background:#e6f6ec;color:#25603d}.badge.denied{background:#fde8e8;color:#9b2c2c}.badge.cancelled{background:#edf2f7;color:#4a5568}
.policy{white-space:pre-line;line-height:1.5;color:#2a425c}
@media print{.hero,.row-actions,.no-print{display:none!important}.wrap{max-width:100%;margin:0;padding:0}.card{box-shadow:none;border:none;border-radius:0;margin:0;padding:0}}


body.theme-dark .hero{background:linear-gradient(135deg,#111827,#1f2937)}
body.theme-dark .card{box-shadow:0 10px 24px rgba(0,0,0,.28)}
body.theme-dark input[type=text],body.theme-dark input[type=email],body.theme-dark input[type=tel],body.theme-dark input[type=date],body.theme-dark input[type=time],body.theme-dark select,body.theme-dark textarea{background:#0f172a;color:#e5e7eb;border-color:#475569}
body.theme-dark .opt,body.theme-dark .reqbox{background:#0f172a}
body.theme-dark .table th,body.theme-dark .table td{border-bottom:1px solid #334155}
body.theme-dark .btn.secondary{background:#334155;color:#e5e7eb}
body.theme-dark .notice{background:#153a2b;border-color:#285e46;color:#c6f6d5}

.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.calendar-head{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;padding:4px 6px}
.calendar-day{min-height:150px;border:1px solid var(--border);border-radius:16px;background:var(--card);padding:10px;display:flex;flex-direction:column;gap:8px}
.calendar-day.other{opacity:.48}
.calendar-date{font-weight:700;font-size:14px}
.calendar-events{display:flex;flex-direction:column;gap:8px}
.cal-event{display:block;text-decoration:none;padding:8px 9px;border-radius:10px;font-size:12px;line-height:1.35;border:1px solid transparent}
.cal-event strong{display:block;font-size:12px}
.cal-event small{display:block;opacity:.9}
.cal-event.pending{background:#fff7da;color:#8a6800;border-color:#f3e3a1}
.cal-event.approved{background:#e6f6ec;color:#25603d;border-color:#b7e1c3}
.cal-event.denied{background:#fde8e8;color:#9b2c2c;border-color:#f2b9b9}
.cal-event.cancelled{background:#edf2f7;color:#4a5568;border-color:#d7dde7}
.legend{display:flex;gap:10px;flex-wrap:wrap}
.legend .badge{font-size:11px}
@media (max-width:900px){.calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-head{display:none}}
@media (max-width:560px){.calendar-grid{grid-template-columns:1fr}}

.view-switch{display:flex;gap:10px;flex-wrap:wrap}
.view-switch .btn.active{box-shadow:inset 0 0 0 2px rgba(255,255,255,.35)}
.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.calendar-head{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;padding:4px 6px}
.calendar-day{min-height:150px;border:1px solid var(--border);border-radius:16px;background:var(--card);padding:10px;display:flex;flex-direction:column;gap:8px}
.calendar-day.other{opacity:.48}
.calendar-day.today{outline:2px solid var(--accent)}
.calendar-date{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:14px}
.calendar-events{display:flex;flex-direction:column;gap:8px}
.cal-event{display:block;text-decoration:none;padding:8px 9px;border-radius:10px;font-size:12px;line-height:1.35;border:1px solid transparent}
.cal-event strong{display:block;font-size:12px}
.cal-event small{display:block;opacity:.9}
.cal-event.pending{background:#fff7da;color:#8a6800;border-color:#f3e3a1}
.cal-event.approved{background:#e6f6ec;color:#25603d;border-color:#b7e1c3}
.cal-event.denied{background:#fde8e8;color:#9b2c2c;border-color:#f2b9b9}
.cal-event.cancelled{background:#edf2f7;color:#4a5568;border-color:#d7dde7}
.legend{display:flex;gap:10px;flex-wrap:wrap}
.legend .badge{font-size:11px}
.daylist{display:flex;flex-direction:column;gap:12px}
.day-card{border:1px solid var(--border);border-radius:14px;padding:14px}
.day-card h3{margin:0 0 8px 0}
.week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.week-col{border:1px solid var(--border);border-radius:14px;padding:10px;background:var(--card);min-height:220px}
.week-col h3{margin:0 0 10px 0;font-size:15px}
.daylink{font-size:12px;text-decoration:none;color:var(--accent);font-weight:700}
@media (max-width:900px){.calendar-grid,.week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-head{display:none}}
@media (max-width:560px){.calendar-grid,.week-grid{grid-template-columns:1fr}}

.print-sheet{max-width:900px;margin:0 auto}
.print-banner{background:#0f4c81;color:#fff;padding:18px 22px;border-radius:16px 16px 0 0}
.print-banner h1{margin:0;font-size:30px}
.print-banner p{margin:6px 0 0 0;opacity:.95}
.print-body{border:1px solid var(--border);border-top:none;border-radius:0 0 16px 16px;background:#fff;padding:22px}
.print-section{margin-top:22px}
.print-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.print-cell{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fafcff}
.print-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;margin-bottom:6px}
.print-value{font-size:16px;font-weight:700}
.email-card{max-width:760px;margin:0 auto;background:#ffffff;border:1px solid #d9e3ee;border-radius:16px;overflow:hidden}
.email-head{background:#17324d;color:#fff;padding:18px 22px}
.email-head h2{margin:0;font-size:26px}
.email-head p{margin:6px 0 0 0;opacity:.95}
.email-body{padding:22px;color:#17324d}
.email-table{width:100%;border-collapse:collapse;margin-top:10px}
.email-table td{padding:10px 0;border-bottom:1px solid #e6edf5;vertical-align:top}
.email-label{width:170px;font-weight:700;color:#49627a}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:16px}
.filter-bar select{max-width:240px}
.today-badge{display:inline-block;background:var(--accent);color:#fff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}
@media (max-width:700px){.print-grid{grid-template-columns:1fr}}
@media print{
  body{background:#fff!important}
  .print-banner{border-radius:0}
  .print-body{border:none;border-radius:0;padding:0}
  .print-cell{break-inside:avoid}
}

.admin-menu{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.admin-menu a{display:inline-block;padding:10px 14px;border-radius:12px;text-decoration:none;font-weight:700;background:#edf2f7;color:#1f3d5a}
.admin-menu a.active{background:var(--accent);color:#fff}
.stack{display:flex;flex-direction:column;gap:14px}
.inline-form{display:flex;gap:10px;flex-wrap:wrap;align-items:end}
.inline-form .grow{flex:1 1 320px}
.note{font-size:13px;color:var(--muted)}

.hero .admin-menu a{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.25)}
.hero .admin-menu a.active{background:#fff;color:#17324d}

.inline-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width:800px){.inline-row{grid-template-columns:1fr}}
.conflict-box{margin-top:14px;padding:14px 16px;border-radius:12px;background:#fde8e8;border:1px solid #f2b9b9;color:#7f1d1d}
.help-text{font-size:13px;color:var(--muted);margin-top:4px}

.dual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
@media (max-width:900px){.dual-grid{grid-template-columns:1fr}}
.item-list{display:flex;flex-direction:column;gap:10px}
.item-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--card)}
.item-row .label{font-weight:700}
.compact-form{display:flex;gap:10px;flex-wrap:wrap;align-items:end}
.compact-form .grow{flex:1 1 260px}
/* =========================
   BRAVES THEME (LOCKED)
========================= */

body {
  background: #f5f5f5;
  color: #000;
}

/* Cards */
.card {
  border-top: 4px solid #d4af37;
}

/* Buttons */
button, .btn {
  background: #d4af37;
  color: #000;
  border: none;
}

button:hover, .btn:hover {
  background: #c39c2f;
}

/* Status colors */
.bad {
  background: #a00000;
  color: #fff;
}

.good {
  background: #2e7d32;
  color: #fff;
}

/* Headers / accents */
h1, h2, .kicker {
  color: #d4af37;
}

/* Admin menu */
.admin-menu a {
  color: #fff;
  background: #000;
}

.admin-menu a.active {
  background: #d4af37;
  color: #000;
}

/* Hero (welcome page) */
.hero {
  background: linear-gradient(135deg, #000000, #1a1a1a);
  color: #fff;
}
.hero {
  position: relative;
  background: linear-gradient(135deg, #000000, #1a1a1a);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 42px;
  color: #d4af37;
  margin-bottom: 8px;
}

.hero h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.credit {
  font-size: 14px;
  opacity: 0.85;
  margin-top: 10px;
}

.btn-primary {
  display: inline-block;
  margin-top: 20px;
  background: #d4af37;
  color: #000;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary:hover {
  background: #c39c2f;
}

.hero-admins {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero-admins img {
  width: 140px;
  border-radius: 12px;
  border: 3px solid #d4af37;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* =========================
   WELCOME PAGE / BRAVES BRANDING
========================= */
body {
  background: #f3f3f3;
  color: #111;
}

.hero-braves {
  min-height: 86vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 20px 50px;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.18), transparent 30%),
    linear-gradient(135deg, #000000 0%, #111111 45%, #2a2a2a 100%);
}

.kicker-light {
  color: #d4af37;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

.welcome-logo {
  width: 92px;
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.25));
}

.welcome-copy {
  max-width: 850px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
}

.welcome-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.btn-outline-light {
  display: inline-block;
  margin-top: 20px;
  background: transparent;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #d4af37;
}

.btn-outline-light:hover {
  background: rgba(212,175,55,.12);
}

.hero-admins {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.admin-card {
  text-align: center;
}

.admin-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
  border: 4px solid #d4af37;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  background: #fff;
}

.admin-name {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.welcome-panels {
  margin-top: -10px;
  padding-bottom: 40px;
}

.welcome-card {
  margin-top: 18px;
}

.card {
  border-top: 4px solid #d4af37;
}

button, .btn {
  background: #d4af37;
  color: #000;
  border: none;
}

button:hover, .btn:hover {
  background: #c39c2f;
}

.admin-menu a {
  color: #fff;
  background: #000;
}

.admin-menu a.active {
  background: #d4af37;
  color: #000;
}

@media (max-width: 768px) {
  .hero h1 { font-size: 34px; }
  .hero h2 { font-size: 22px; }
  .welcome-copy { font-size: 16px; }
  .admin-card img { width: 126px; height: 126px; }
}


/* =========================
   ELITE WELCOME PAGE UPGRADE
========================= */
.welcome-copy.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.elite-hero {
  min-height: 92vh;
  padding-top: 90px;
  padding-bottom: 70px;
  background:
    radial-gradient(circle at 20% 15%, rgba(212,175,55,0.14), transparent 20%),
    radial-gradient(circle at 80% 15%, rgba(212,175,55,0.14), transparent 22%),
    linear-gradient(135deg, #000000 0%, #111111 45%, #232323 100%);
}

.hero-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .18;
  z-index: 1;
}
.hero-glow-left {
  left: -80px;
  top: -40px;
  background: #d4af37;
}
.hero-glow-right {
  right: -60px;
  top: 40px;
  background: #d4af37;
}

.elite-content {
  max-width: 980px;
  margin: 0 auto;
}

.elite-logo {
  width: 106px;
  margin-bottom: 20px;
}

.elite-hero h1 {
  font-size: 52px;
  line-height: 1.05;
  margin-bottom: 6px;
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.elite-hero h2 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 700;
}

.elite-hero .welcome-copy {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.75;
}

.elite-hero .credit {
  margin-top: 16px;
  letter-spacing: .04em;
}

.elite-admins {
  margin-top: 52px;
  gap: 26px;
}

.elite-card {
  min-width: 210px;
  padding: 14px 14px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(212,175,55,0.28);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.28);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.elite-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(0,0,0,0.34);
  border-color: rgba(212,175,55,0.5);
}

.admin-photo-link {
  display: inline-block;
}

.elite-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  border: 4px solid #d4af37;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.admin-photo-link:hover img {
  transform: scale(1.03);
  box-shadow: 0 16px 34px rgba(0,0,0,0.42);
}

.admin-name {
  margin-top: 12px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.admin-role {
  margin-top: 4px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  letter-spacing: .03em;
}

.admin-email {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #d4af37;
  text-decoration: none;
  font-weight: 700;
  word-break: break-word;
}

.admin-email:hover {
  text-decoration: underline;
}

.elite-panels {
  margin-top: -8px;
  padding-bottom: 50px;
}

.welcome-card {
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .elite-hero h1 { font-size: 38px; }
  .elite-hero h2 { font-size: 22px; }
  .elite-hero .welcome-copy { font-size: 16px; }
  .elite-card { min-width: 180px; }
  .elite-card img { width: 126px; height: 126px; }
}


.btn-outline-dark {
  display: inline-block;
  margin-top: 20px;
  background: transparent;
  color: #000;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #d4af37;
}

.btn-outline-dark:hover {
  background: rgba(212,175,55,.12);
}

.calendar-hero {
  min-height: 46vh;
  padding-top: 70px;
  padding-bottom: 40px;
}

.calendar-shell {
  margin-top: 24px;
  padding-bottom: 42px;
}

.calendar-card {
  margin-bottom: 18px;
}

.calendar-embed {
  margin-top: 14px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
  background: #fff;
}

.permission-badge{display:inline-block;padding:4px 10px;border-radius:999px;background:#f3e7b0;color:#000;font-weight:700;font-size:12px}


/* =========================
   GLOBAL HEADER / TOP NAV
========================= */
.site-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #000;
  border-bottom: 3px solid #d4af37;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.site-topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-brand a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
}

.site-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-links a,
.site-user-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.site-links a:hover,
.site-user-link:hover {
  color: #d4af37;
}

.site-user {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-user-label {
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}

@media (max-width: 768px) {
  .site-topbar-inner {
    justify-content: center;
  }
  .site-brand,
  .site-links,
  .site-user {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* =========================
   GLOBAL HEADER / FOOTER / BRAVES OVERRIDES
========================= */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f3f3f3;
  color: #111;
}

.site-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #000;
  border-bottom: 3px solid #d4af37;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.site-topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.site-brand a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 18px;
}
.site-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.site-links a,
.site-user-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.site-links a:hover,
.site-user-link:hover {
  color: #d4af37;
}
.site-user {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.site-user-label {
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}

.site-footer {
  text-align: center;
  padding: 18px 16px;
  font-size: 14px;
  background: #000;
  color: #d4af37;
  margin-top: 40px;
}

.card {
  border-top: 4px solid #d4af37;
}

.hero {
  background: linear-gradient(135deg, #000000, #1a1a1a);
  color: #fff;
}
.kicker {
  background: rgba(212,175,55,.14);
  color: #d4af37;
}
h1, h2 {
  color: inherit;
}
button,.btn {
  background: #d4af37;
  color: #000;
}
button:hover,.btn:hover {
  background: #c39c2f;
}
.btn.secondary {
  background: #edf2f7;
  color: #1f3d5a;
}
.btn.bad {
  background: #a00000;
  color: #fff;
}
.btn.good {
  background: #2e7d32;
  color: #fff;
}

.note {
  color: rgba(255,255,255,0.92);
  margin: 6px 0 0 0;
}

.welcome-copy.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .site-topbar-inner {
    justify-content: center;
  }
  .site-brand,
  .site-links,
  .site-user {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* =========================
   FINAL POLISH PATCH
========================= */
.site-footer-version {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.9;
}

#adminSearch {
  background: #fff;
}

@media (max-width: 768px) {
  #adminSearch {
    margin-bottom: 0;
  }
}
