/* ISP Billing - Golden Theme (standalone, no build required)
   Brand: #B8962E
   Dark mode: html.dark
*/

:root{
  --gold:#B8962E;
  --gold-soft:#FFF6D8;
  --gold-light:#FFF9E6;
  --gold-border:#F1E1A6;
  --gold-ink:#1f1505;
  --dark-bg:#0b0a06;
  --dark-surface:#14110a;
}

html{
  font-family: Poppins, "Hind Siliguri", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

body{ background: #FFF8E1; color:#111827; }
html.dark body{ background: var(--dark-bg); color: #f6e7b5; }

/* Ambient background layer (used by layouts) */
.gold-bg{
  background:
    radial-gradient(circle at 15% 0%, rgba(255,227,140,.55), transparent 55%),
    radial-gradient(circle at 85% 0%, rgba(242,210,107,.35), transparent 55%),
    linear-gradient(180deg, #fffdf6 0%, #ffffff 70%);
}
html.dark .gold-bg{
  background:
    radial-gradient(circle at 15% 0%, rgba(184,134,11,.22), transparent 55%),
    radial-gradient(circle at 85% 0%, rgba(247,211,107,.18), transparent 55%),
    linear-gradient(180deg, #0b0a06 0%, #14110a 75%);
}

/* Header surface */
.header-gold{
  background: rgba(255,243,196,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184,150,46,0.35);
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}
html.dark .header-gold{
  background: rgba(20,17,10,0.80);
  border-bottom-color: rgba(241,225,166,0.18);
  box-shadow: 0 10px 18px rgba(0,0,0,0.22);
}

/* Global focus (accessibility) */
:where(a, button, input, select, textarea):focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 150, 46, 0.25);
}

/* Utility-like helpers (used by some Blade templates) */
.text-gold{ color: var(--gold) !important; }
.text-gold-ink{ color: var(--gold-ink) !important; }
.bg-gold{ background: var(--gold) !important; }
.bg-gold-soft{ background: var(--gold-soft) !important; }
.bg-gold-light{ background: var(--gold-light) !important; }
.border-gold{ border-color: var(--gold) !important; }
.border-gold-border{ border-color: var(--gold-border) !important; }

/* Cards */
.card-gold{
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--gold-border);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
  backdrop-filter: blur(8px);
}
html.dark .card-gold{
  background: rgba(20,17,10,0.78);
  border-color: rgba(241,225,166,0.25);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
}

/* Inputs */
.input-gold{
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(232, 209, 138, 0.95);
  background: rgba(255,255,255,0.95);
  color: #111827;
}
.input-gold::placeholder{ color: rgba(100,116,139,0.85); }
.input-gold:focus{
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(184, 150, 46, 0.20);
}
html.dark .input-gold{
  background: rgba(10,8,5,0.55);
  border-color: rgba(241,225,166,0.25);
  color: #f6e7b5;
}
html.dark .input-gold::placeholder{ color: rgba(246,231,181,0.65); }

/* Buttons */
.btn-gold,
.btn-outline-gold,
.btn-danger,
.btn-gold-sm,
.btn-outline-gold-sm,
.btn-danger-sm,
.btn-ghost{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  user-select: none;
  transition: transform .12s ease, filter .12s ease, background .12s ease, border-color .12s ease;
  cursor: pointer;
  line-height: 1.1;
}

.btn-gold{ background: var(--gold); color:#fff; border:1px solid var(--gold); padding: 10px 18px; box-shadow: 0 10px 22px rgba(184,150,46,.25); }
.btn-gold:hover{ filter: brightness(1.05); transform: translateY(-1px); }
.btn-gold:active{ filter: brightness(.95); transform: translateY(0); }

.btn-gold-sm{ background: var(--gold); color:#fff; border:1px solid var(--gold); padding: 8px 14px; box-shadow: 0 8px 18px rgba(184,150,46,.20); font-weight: 800; }
.btn-gold-sm:hover{ filter: brightness(1.05); }

.btn-outline-gold{ background: rgba(255,255,255,0.92); color: var(--gold); border: 1px solid var(--gold); padding: 10px 18px; }
.btn-outline-gold:hover{ background: var(--gold-soft); }
html.dark .btn-outline-gold{ background: rgba(255,255,255,0.06); border-color: rgba(241,225,166,0.35); color: #f6e7b5; }
html.dark .btn-outline-gold:hover{ background: rgba(255,255,255,0.10); }

.btn-outline-gold-sm{ background: rgba(255,255,255,0.92); color: var(--gold); border: 1px solid var(--gold); padding: 8px 14px; font-weight: 800; }
.btn-outline-gold-sm:hover{ background: var(--gold-soft); }
html.dark .btn-outline-gold-sm{ background: rgba(255,255,255,0.06); border-color: rgba(241,225,166,0.35); color: #f6e7b5; }

.btn-danger{ background: #DC2626; color:#fff; border:1px solid #DC2626; padding: 10px 18px; }
.btn-danger:hover{ filter: brightness(1.05); }
.btn-danger-sm{ background: #DC2626; color:#fff; border:1px solid #DC2626; padding: 6px 10px; border-radius: 12px; font-weight: 800; }

.btn-ghost{ background: rgba(255,255,255,0.12); color:#fff; border:1px solid rgba(255,255,255,0.20); padding: 8px 12px; border-radius: 14px; }
.btn-ghost:hover{ background: rgba(255,255,255,0.18); }

/* Badges */
.badge-gold{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--gold-border);
  background: rgba(255,249,230,0.9);
  color: var(--gold-ink);
  font-weight: 800;
  font-size: 12px;
}
html.dark .badge-gold{
  background: rgba(255,255,255,0.06);
  border-color: rgba(241,225,166,0.25);
  color: #f6e7b5;
}

/* Navigation links */
.nav-link-gold,
.nav-link-gold-active{
  padding: 8px 12px;
  border-radius: 14px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}
.nav-link-gold{ color: rgba(255,255,255,0.92); background: transparent; border: 1px solid transparent; }
.nav-link-gold:hover{ background: rgba(255,255,255,0.12); }
.nav-link-gold-active{ background: rgba(255,255,255,0.94); color: var(--gold-ink); border: 1px solid rgba(255,255,255,0.35); }

.responsive-nav-link-gold,
.responsive-nav-link-gold-active{
  display:block;
  width:100%;
  padding: 10px 14px;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  border-left: 4px solid transparent;
}
.responsive-nav-link-gold:hover{ background: rgba(255,255,255,0.10); border-left-color: rgba(255,255,255,0.30); }
.responsive-nav-link-gold-active{ background: rgba(255,255,255,0.10); border-left-color: rgba(255,255,255,0.65); }

/* Dropdown items */
.dropdown-link-gold{
  display:block;
  width:100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  transition: background .12s ease;
}
.dropdown-link-gold:hover{ background: var(--gold-soft); }
html.dark .dropdown-link-gold{ color: #f6e7b5; }
html.dark .dropdown-link-gold:hover{ background: rgba(255,255,255,0.10); }

/* Pagination */
.pagination-link{
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--gold-border);
  color: var(--gold-ink);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.pagination-link:hover{ background: var(--gold-soft); }
.pagination-link-icon{ padding: 8px 12px; min-width: 38px; }
.pagination-link-active{ background: var(--gold); border-color: var(--gold); color:#fff; }
.pagination-link-disabled{ opacity: .55; cursor: not-allowed; }
.pagination-dots{
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--gold-border);
  color: rgba(51,65,85,0.85);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html.dark .pagination-link,
html.dark .pagination-dots{
  background: rgba(255,255,255,0.06);
  border-color: rgba(241,225,166,0.22);
  color: #f6e7b5;
}
html.dark .pagination-link:hover{ background: rgba(255,255,255,0.10); }

/* ------------------------------------------------------------
   Sidebar (Left Menu)
------------------------------------------------------------- */
.sidebar-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.38);
  backdrop-filter: blur(2px);
  z-index: 40;
  display: none;
}
body.sidebar-open .sidebar-overlay{ display: block; }
@media (min-width: 1024px){
  .sidebar-overlay{ display: none !important; }
  body.sidebar-open .sidebar-overlay{ display: none !important; }
}

.sidebar-wrap{
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 288px;
  z-index: 50;
  transform: translateX(-100%);
  transition: transform .22s ease;
}
.sidebar-open{ transform: translateX(0); }
.sidebar-closed{ transform: translateX(-100%); }

@media (min-width: 1024px){
  .sidebar-wrap{
    position: sticky;
    top: 0;
    transform: none !important;
    width: 300px;
  }
  .sidebar-open,
  .sidebar-closed{ transform: none !important; }
}

.sidebar-pad{ height: 100%; padding: 14px; }

.sidebar-panel{
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(184,150,46,.35);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 40px rgba(17,24,39,.12);
  backdrop-filter: blur(10px);
}
html.dark .sidebar-panel{
  background: rgba(20,17,10,0.78);
  border-color: rgba(241,225,166,0.18);
  box-shadow: 0 18px 46px rgba(0,0,0,.42);
}

.sidebar-brand{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(184,150,46,.25);
}
html.dark .sidebar-brand{ border-bottom-color: rgba(241,225,166,0.12); }

.sidebar-brand-link{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.sidebar-brand-name{ font-weight: 900; color: var(--gold); line-height: 1.1; }
.sidebar-brand-sub{ font-size: 12px; font-weight: 700; color: rgba(71,85,105,0.85); }
html.dark .sidebar-brand-sub{ color: rgba(246,231,181,0.70); }

.sidebar-close{
  height: 36px;
  width: 36px;
  border-radius: 12px;
  border: 1px solid rgba(184,150,46,.25);
  background: rgba(255,255,255,0.65);
  font-weight: 900;
  color: var(--gold-ink);
}
.sidebar-close:hover{ background: var(--gold-soft); }
html.dark .sidebar-close{
  background: rgba(255,255,255,0.06);
  border-color: rgba(241,225,166,0.18);
  color: #f6e7b5;
}

.sidebar-scroll{ flex: 1; overflow: auto; padding: 10px 10px 14px; }
.sidebar-section{ margin-top: 10px; }
.sidebar-group-label{
  padding: 8px 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
  color: rgba(71,85,105,0.70);
}
html.dark .sidebar-group-label{ color: rgba(246,231,181,0.55); }

.sidebar-link{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  color: var(--gold-ink);
  border: 1px solid transparent;
  transition: background .12s ease, transform .12s ease, border-color .12s ease;
}
.sidebar-link:hover{
  background: var(--gold-soft);
  border-color: rgba(184,150,46,.25);
  transform: translateY(-1px);
}
html.dark .sidebar-link{ color: #f6e7b5; }
html.dark .sidebar-link:hover{
  background: rgba(255,255,255,0.06);
  border-color: rgba(241,225,166,0.18);
}

.sidebar-link-active{
  background: linear-gradient(135deg, rgba(184,150,46,.95), rgba(184,150,46,.70));
  color: #fff;
  border-color: rgba(184,150,46,.95);
  box-shadow: 0 12px 26px rgba(184,150,46,.22);
  transform: none;
}
.sidebar-link-active .sidebar-icon{ color: #fff; }
html.dark .sidebar-link-active{ box-shadow: 0 14px 34px rgba(0,0,0,.35); }

.sidebar-icon{
  width: 20px;
  height: 20px;
  opacity: .9;
  color: rgba(31,21,5,.88);
}
html.dark .sidebar-icon{ color: rgba(246,231,181,0.85); }

.sidebar-footer{
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(184,150,46,.25);
}
html.dark .sidebar-footer{ border-top-color: rgba(241,225,166,0.12); }

.sidebar-user{
  margin-top: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(184,150,46,.22);
  background: rgba(255,249,230,.70);
}
html.dark .sidebar-user{
  background: rgba(255,255,255,0.05);
  border-color: rgba(241,225,166,0.16);
}

.sidebar-user-top{ display: flex; align-items: center; gap: 10px; }
.sidebar-user-avatar{
  height: 38px;
  width: 38px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-user-name{
  font-weight: 900;
  font-size: 14px;
  color: var(--gold-ink);
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-user-email{
  font-weight: 700;
  font-size: 12px;
  color: rgba(71,85,105,0.85);
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.dark .sidebar-user-name{ color: #f6e7b5; }
html.dark .sidebar-user-email{ color: rgba(246,231,181,0.65); }

.sidebar-user-actions{
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mobile-brand{
  font-weight: 900;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: .02em;
}

/* ============================================================
   AUTH (LOGIN) - Screenshot Style  ✅ ADDED
============================================================ */

/* NOTE:
   Auth pages should work even if Tailwind/Vite assets are not built.
   So we provide layout classes (auth-page/auth-screen/auth-container)
   and do NOT rely on Tailwind utility classes.
*/

.auth-page{
  min-height: 100vh;
}

.auth-screen{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 16px;
  position: relative;
}

.auth-bg-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.auth-theme-toggle{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 30;
}

.auth-container{
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 10;
}

.auth-footer{
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(51,65,85,0.65);
}
html.dark .auth-footer{
  color: rgba(246,231,181,0.70);
}

/* Background only for guest/auth pages (keeps app pages unchanged) */
.auth-bg{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,215,90,.70), transparent 58%),
    radial-gradient(circle at 80% 0%, rgba(255,203,60,.45), transparent 58%),
    linear-gradient(180deg, #F7DA74 0%, #FFF3C7 14%, #FFFFFF 55%, #F3F6FB 100%);
}
html.dark .auth-bg{
  background:
    radial-gradient(circle at 20% 0%, rgba(184,134,11,.22), transparent 58%),
    radial-gradient(circle at 80% 0%, rgba(247,211,107,.18), transparent 58%),
    linear-gradient(180deg, #0b0a06 0%, #14110a 78%);
}

/* The auth card wrapper (applied in guest layout) */
.auth-card{
  margin-top: 110px; /* makes room for floating logo */
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.18);
  overflow: visible;
}
@media (max-width: 420px){
  .auth-card{ margin-top: 96px; }
}

.auth-header{
  background: linear-gradient(180deg, #F6B400 0%, #E9A300 100%);
  padding: 26px 22px;
  text-align: center;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.auth-header h1{
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #0b0f19;
}
.auth-header p{
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 800;
  color: rgba(11,15,25,.75);
}

/* Floating logo above the card (like screenshot) */
.auth-logo-wrap{
  position: absolute;
  top: -182px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 20;
  display:flex;
  justify-content:center;
  align-items:center;
}
.auth-logo-box{
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.auth-logo{
  width: 160px;
  height: auto;
  display: block;
  max-width: none;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,0.22));
}
@media (max-width: 420px){
  .auth-logo-wrap{ top: -160px; }
  .auth-logo{ width: 138px; }
  .auth-logo-box{ padding: 14px 18px; }
}

/* Tiny spacing helpers (in case Tailwind is not present) */
.mt-4{ margin-top: 1rem !important; }
.mt-5{ margin-top: 1.25rem !important; }


.auth-body{
  padding: 18px 22px 22px;
  background: rgba(255, 247, 215, 0.88);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
html.dark .auth-body{
  background: rgba(20,17,10,0.70);
}

.auth-pill-wrap{
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.auth-pill{
  width: 82%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(184,150,46,0.35);
  box-shadow: 0 10px 22px rgba(17,24,39,0.10);
  font-weight: 900;
  color: #0f172a;
}

.auth-label{
  display: block;
  margin: 14px 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: rgba(51,65,85,0.95);
}
html.dark .auth-label{
  color: rgba(246,231,181,0.92);
}

/* Inputs (use your same look but slightly taller like screenshot) */
.auth-input{
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(232, 209, 138, 0.95);
  background: rgba(255,255,255,0.95);
  color: #111827;
}
.auth-input::placeholder{ color: rgba(100,116,139,0.85); }
.auth-input:focus{
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(184, 150, 46, 0.20);
}
html.dark .auth-input{
  background: rgba(10,8,5,0.55);
  border-color: rgba(241,225,166,0.25);
  color: #f6e7b5;
}
html.dark .auth-input::placeholder{ color: rgba(246,231,181,0.65); }

.auth-row{
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-remember{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 13px;
  color: rgba(71,85,105,0.95);
}
html.dark .auth-remember{
  color: rgba(246,231,181,0.88);
}

.auth-checkbox{
  width: 16px;
  height: 16px;
  border-radius: 6px;
  border: 1px solid rgba(184,150,46,0.55);
  accent-color: var(--gold);
}

.auth-forgot{
  font-size: 13px;
  font-weight: 900;
  color: #b8860b;
  text-decoration: none;
}
.auth-forgot:hover{ text-decoration: underline; }

/* Big button like screenshot */
.auth-btn{
  width: 100%;
  margin-top: 16px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  font-weight: 1000;
  color: #0b0f19;
  background: linear-gradient(180deg, #F6B400 0%, #E9A300 100%);
  box-shadow: 0 14px 26px rgba(184,150,46,.28);
  cursor: pointer;
  transition: transform .12s ease, filter .12s ease;
}
.auth-btn:hover{
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.auth-btn:active{ transform: translateY(0); }

.auth-signup{
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  color: rgba(71,85,105,0.90);
}
html.dark .auth-signup{
  color: rgba(246,231,181,0.80);
}
.auth-signup a{
  color: #b8860b;
  font-weight: 1000;
  text-decoration: none;
}
.auth-signup a:hover{ text-decoration: underline; }

.auth-error{
  margin-top: 6px;
  font-size: 12px;
  font-weight: 900;
  color: #dc2626;
}

/* ============================================================
   RESPONSIVE UTILITIES (Tailwind-lite)
   Makes pages mobile-friendly even if Tailwind/Vite assets are not built.
   Only a small subset used by this project.
============================================================ */

/* Display */
.hidden{ display:none !important; }
.block{ display:block; }
.inline-block{ display:inline-block; }
.flex{ display:flex; }
.grid{ display:grid; }

/* Position */
.relative{ position:relative; }
.absolute{ position:absolute; }
.fixed{ position:fixed; }
.inset-0{ top:0; right:0; bottom:0; left:0; }
.top-6{ top:1.5rem; }
.right-6{ right:1.5rem; }
.z-50{ z-index:50; }
.pointer-events-none{ pointer-events:none; }

/* Sizing */
.min-h-screen{ min-height:100vh; }
.w-full{ width:100%; }
.min-w-0{ min-width:0; }
.max-w-7xl{ max-width:80rem; }
.max-w-4xl{ max-width:56rem; }
.max-w-2xl{ max-width:42rem; }

/* Overflow */
.overflow-hidden{ overflow:hidden; }
.overflow-x-auto{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
.whitespace-nowrap{ white-space:nowrap; }

/* Flex helpers */
.flex-1{ flex:1 1 0%; }
.grow{ flex-grow:1; }
.flex-col{ flex-direction:column; }
.flex-row{ flex-direction:row; }
.flex-col-reverse{ flex-direction:column-reverse; }
.flex-wrap{ flex-wrap:wrap; }
.items-center{ align-items:center; }
.items-start{ align-items:flex-start; }
.justify-between{ justify-content:space-between; }
.justify-center{ justify-content:center; }
.justify-end{ justify-content:flex-end; }

/* Grid */
.grid-cols-1{ grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* Gap */
.gap-2{ gap:.5rem; }
.gap-3{ gap:.75rem; }
.gap-4{ gap:1rem; }
.gap-6{ gap:1.5rem; }

/* Spacing */
.mx-auto{ margin-left:auto; margin-right:auto; }
.p-3{ padding:.75rem; }
.p-4{ padding:1rem; }
.p-6{ padding:1.5rem; }
.px-4{ padding-left:1rem; padding-right:1rem; }
.px-5{ padding-left:1.25rem; padding-right:1.25rem; }
.px-6{ padding-left:1.5rem; padding-right:1.5rem; }
.px-8{ padding-left:2rem; padding-right:2rem; }
.py-1{ padding-top:.25rem; padding-bottom:.25rem; }
.py-3{ padding-top:.75rem; padding-bottom:.75rem; }
.py-4{ padding-top:1rem; padding-bottom:1rem; }
.py-6{ padding-top:1.5rem; padding-bottom:1.5rem; }
.py-8{ padding-top:2rem; padding-bottom:2rem; }
.py-12{ padding-top:3rem; padding-bottom:3rem; }
.pb-12{ padding-bottom:3rem; }
.pb-16{ padding-bottom:4rem; }
.mb-1{ margin-bottom:.25rem; }
.mb-3{ margin-bottom:.75rem; }
.mb-4{ margin-bottom:1rem; }
.mt-1{ margin-top:.25rem; }
.mt-2{ margin-top:.5rem; }
.mt-4{ margin-top:1rem; }
.mt-6{ margin-top:1.5rem; }
.mt-8{ margin-top:2rem; }
.space-y-4 > * + *{ margin-top:1rem; }
.space-y-6 > * + *{ margin-top:1.5rem; }

/* Text */
.text-left{ text-align:left; }
.text-center{ text-align:center; }
.text-right{ text-align:right; }
.text-xs{ font-size:.75rem; line-height:1rem; }
.text-sm{ font-size:.875rem; line-height:1.25rem; }
.text-lg{ font-size:1.125rem; line-height:1.75rem; }
.text-xl{ font-size:1.25rem; line-height:1.75rem; }
.text-2xl{ font-size:1.5rem; line-height:2rem; }

.font-medium{ font-weight:500; }
.font-semibold{ font-weight:600; }
.font-bold{ font-weight:700; }
.font-extrabold{ font-weight:800; }

/* Border & shadow */
.border{ border:1px solid rgba(184,150,46,0.25); }
.border-t{ border-top:1px solid rgba(184,150,46,0.25); }
.border-b{ border-bottom:1px solid rgba(184,150,46,0.25); }
.rounded-sm{ border-radius:.125rem; }
.rounded-md{ border-radius:.375rem; }
.rounded-lg{ border-radius:.5rem; }
.rounded-full{ border-radius:9999px; }
.shadow-lg{ box-shadow: 0 10px 15px rgba(0,0,0,.12), 0 4px 6px rgba(0,0,0,.06); }

/* Colors (light mode basics) */
.bg-white{ background:#fff; }
.text-black{ color:#000; }
.text-white{ color:#fff; }
.text-gray-600{ color:#4b5563; }
.text-gray-700{ color:#374151; }
.text-gray-800{ color:#1f2937; }
.text-red-600{ color:#dc2626; }
.text-red-700{ color:#b91c1c; }
.bg-red-600{ background:#dc2626; }

/* Responsive variants (escaped colon) */
@media (min-width: 640px){
  .sm\:flex-row{ flex-direction:row; }
  .sm\:items-center{ align-items:center; }
  .sm\:justify-between{ justify-content:space-between; }
  .sm\:px-6{ padding-left:1.5rem; padding-right:1.5rem; }
  .sm\:w-44{ width:11rem; }
  .sm\:w-56{ width:14rem; }
}
@media (min-width: 768px){
  .md\:grid-cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px){
  .lg\:hidden{ display:none !important; }
  .lg\:px-8{ padding-left:2rem; padding-right:2rem; }
  .lg\:p-8{ padding:2rem; }
  .lg\:max-w-4xl{ max-width:56rem; }
  .lg\:flex-row{ flex-direction:row; }
  .lg\:justify-center{ justify-content:center; }
}

/* Mobile polish */
@media (max-width: 640px){
  .card-gold{ border-radius: 18px; }
  table{ font-size: 13px; }
  .btn-outline-gold, .btn-gold{ width: 100%; }
}
