/* =========================================================
   HOLISTIC TRADERS — Main Stylesheet
   Theme: Industrial Metallic (steel / gunmetal / antique brass)
   Product: Door Locks & Hardware
   ========================================================= */

:root {
  --bg:           #F3F4F6;
  --bg-soft:      #E8EAED;
  --panel:        #FFFFFF;
  --ink:          #1B1E23;
  --ink-soft:     #565D68;

  --gunmetal:     #22262C;
  --gunmetal-d:   #14171B;
  --steel:        #4B5563;
  --steel-light:  #8891A0;
  --chrome:       #C9CDD3;
  --chrome-light: #EDEFF2;

  --brass:        #B0894F;
  --brass-d:      #8A6A3B;
  --brass-light:  #E4C88E;

  --white:        #FFFFFF;

  --font-heading: 'Sora', 'Segoe UI', sans-serif;
  --font-accent:  'Rajdhani', 'Segoe UI', sans-serif;
  --font-body:    'Jost', 'Segoe UI', sans-serif;

  --shadow-soft:  0 10px 30px rgba(20, 23, 27, 0.10);
  --shadow-card:  0 18px 40px rgba(20, 23, 27, 0.16);
  --radius:       14px;
  --transition:   0.35s cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .font-heading {
  font-family: var(--font-heading);
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.3px;
}

.eyebrow {
  font-family: var(--font-accent);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.92rem;
  color: var(--brass-d);
  letter-spacing: 3px;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: 92%; max-width: 1180px; margin: 0 auto; }
section { padding: 80px 0; position: relative; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: linear-gradient(135deg, var(--brass-light), var(--brass), var(--brass-d));
  background-size: 200% 200%;
  color: var(--gunmetal-d);
  box-shadow: 0 8px 20px rgba(138, 106, 59, 0.35);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(138, 106, 59, 0.45);
  background-position: 100% 0;
}
.btn-outline {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-outline:hover {
  background: var(--gunmetal);
  border-color: var(--gunmetal);
  color: var(--white);
  transform: translateY(-3px);
}
.btn-steel {
  background: linear-gradient(135deg, var(--steel-light), var(--steel));
  color: var(--white);
}
.btn-steel:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(75,85,99,.4); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--gunmetal-d);
  color: var(--chrome);
  font-size: 0.82rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.topbar a { color: var(--brass-light); }
.topbar span { margin-right: 18px; }
.topbar i { margin-right: 6px; color: var(--brass-light); }

/* ---------- Navbar ---------- */
.navbar {
  background: rgba(243, 244, 246, 0.92);
  backdrop-filter: blur(8px);
  position: sticky; top: 0; z-index: 999;
  box-shadow: 0 2px 12px rgba(20,23,27,0.08);
  transition: padding var(--transition);
}
.navbar.shrink { box-shadow: 0 6px 20px rgba(20,23,27,0.14); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; transition: padding var(--transition); }
.navbar.shrink .container { padding: 10px 0; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 10px;
  background: linear-gradient(150deg, var(--steel-light), var(--gunmetal) 70%);
  display: flex; align-items: center; justify-content: center;
  color: var(--brass-light); font-family: var(--font-heading); font-weight: 800; font-size: 1.15rem;
  box-shadow: 0 6px 14px rgba(20,23,27,0.35);
  position: relative;
  overflow: hidden;
}
.brand-mark::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.35) 48%, transparent 60%);
  transform: translateX(-120%);
  animation: sheen 5s ease-in-out infinite;
}
@keyframes sheen { 0%,100% { transform: translateX(-120%); } 50% { transform: translateX(120%); } }
.brand-text .name { font-family: var(--font-heading); font-size: 1.28rem; font-weight: 700; line-height: 1; color: var(--ink); }
.brand-text .tag { font-size: 0.66rem; letter-spacing: 2px; text-transform: uppercase; color: var(--brass-d); font-family: var(--font-accent); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.nav-links a {
  font-weight: 500; font-size: 0.94rem; color: var(--ink);
  position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0;
  background: var(--brass); transition: width var(--transition);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--brass-d); }

.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--ink); cursor: pointer; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; top: 0; right: -100%; height: 100vh; width: 78%;
    background: var(--bg); flex-direction: column; justify-content: center;
    gap: 26px; transition: right var(--transition); box-shadow: -10px 0 30px rgba(0,0,0,0.15);
    z-index: 1000;
  }
  .nav-links.open { right: 0; }
}

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero-slider {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  background: var(--gunmetal-d);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 8s ease;
  filter: saturate(0.9) brightness(0.55);
}
.hero-slide.active .hero-slide-bg img { transform: scale(1); }

.hero-slide-bg.no-photo {
  background:
    radial-gradient(circle at 20% 20%, rgba(176,137,79,0.25), transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(136,145,160,0.25), transparent 50%),
    linear-gradient(135deg, var(--gunmetal-d), var(--gunmetal) 60%, #2c333c);
}

.hero-slide::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(20,23,27,0.88) 0%, rgba(20,23,27,0.55) 45%, rgba(20,23,27,0.25) 100%);
}

.hero-slide-content {
  position: relative;
  z-index: 3;
  color: var(--white);
  max-width: 620px;
  padding: 0 4vw;
}
.hero-slide-content .eyebrow { color: var(--brass-light); }
.hero-slide-content h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.1;
  margin: 16px 0 18px;
  color: var(--white);
}
.hero-slide-content h1 span { color: var(--brass-light); }
.hero-slide-content p.lead {
  font-size: 1.05rem; color: rgba(255,255,255,0.82); max-width: 500px; margin-bottom: 30px; line-height: 1.7;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-badges { display: flex; gap: 26px; margin-top: 40px; flex-wrap: wrap; }
.hero-badges .badge b { display: block; font-family: var(--font-heading); font-size: 1.6rem; color: var(--brass-light); }
.hero-badges .badge span { font-size: 0.78rem; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 1px; }

/* Slider controls */
.hero-slider-nav {
  position: absolute; z-index: 5; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3);
  color: var(--white); font-size: 1.3rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px);
  transition: var(--transition);
}
.hero-slider-nav:hover { background: var(--brass); border-color: var(--brass); color: var(--gunmetal-d); }
.hero-slider-prev { left: 24px; }
.hero-slider-next { right: 24px; }
@media (max-width: 700px) { .hero-slider-nav { width: 40px; height: 40px; font-size: 1rem; } .hero-slider-prev{left:10px;} .hero-slider-next{right:10px;} }

.hero-slider-dots {
  position: absolute; z-index: 5; bottom: 30px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px;
}
.hero-slider-dots button {
  width: 34px; height: 4px; border-radius: 3px; border: none; padding: 0;
  background: rgba(255,255,255,0.35); cursor: pointer; transition: var(--transition);
}
.hero-slider-dots button.active { background: var(--brass-light); width: 48px; }

.hero-slider-progress {
  position: absolute; z-index: 5; bottom: 0; left: 0; height: 3px;
  background: var(--brass); width: 0%;
}

/* ---------- Section headers ---------- */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.sec-head h2 { font-size: 2.3rem; margin: 8px 0 12px; }
.sec-head p { color: var(--ink-soft); }
.divider { width: 70px; height: 3px; margin: 14px auto; background: linear-gradient(90deg, var(--brass), var(--steel-light)); border-radius: 4px; }

/* ---------- Product / category cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 950px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--panel); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-soft); transition: transform var(--transition), box-shadow var(--transition);
  border: 1px solid rgba(20,23,27,0.06);
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); }

.card-media {
  aspect-ratio: 4/3; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--chrome-light), var(--chrome) 130%);
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card:hover .card-media img { transform: scale(1.08); }
.card-media .placeholder-icon { font-size: 3rem; color: var(--steel); opacity: 0.55; }
.card-media .cat-tag {
  position: absolute; top: 12px; left: 12px; background: rgba(20,23,27,0.78); color: var(--brass-light);
  font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px;
}
.card-body { padding: 22px; }
.card-body h3 { font-size: 1.12rem; margin: 0 0 8px; }
.card-body p { color: var(--ink-soft); font-size: 0.9rem; margin: 0 0 14px; line-height: 1.55; }
.card-price { color: var(--brass-d); font-weight: 700; font-family: var(--font-heading); }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }

/* ---------- Category showcase (home) ---------- */
.products-section { position: relative; padding: 110px 0; background: var(--bg-soft); overflow: hidden; }
.products-section .container { max-width: 1250px; margin: auto; padding: 0 20px; }

.products-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.products-heading .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.85rem; margin-bottom: 15px; }
.products-heading .eyebrow::before, .products-heading .eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--brass-d); }
.products-heading h2 { margin: 0; font-size: clamp(34px, 4.6vw, 54px); line-height: 1.08; letter-spacing: -1.5px; }
.products-heading h2 span { color: var(--brass-d); }
.products-heading p { max-width: 650px; margin: 20px auto 0; font-size: 16px; line-height: 1.8; color: var(--ink-soft); }

.product-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

.product-card {
  position: relative; min-height: 460px; padding: 30px; overflow: hidden;
  display: flex; flex-direction: column; text-decoration: none; border-radius: 22px;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease;
}
.lock-card-1 { background: linear-gradient(160deg, #DDE1E6, #B7BEC7); }
.lock-card-2 { background: linear-gradient(160deg, #E8D9BC, #C9A868); }
.lock-card-3 { background: linear-gradient(160deg, #2C333C, #14171B); color: var(--white); }
.lock-card-3 .product-content p, .lock-card-3 .product-number { color: rgba(255,255,255,0.65); }
.lock-card-3 .product-content h3 { color: var(--white); }
.lock-card-3 .product-label { color: var(--brass-light); }
.lock-card-3 .product-link { color: var(--white); }
.lock-card-3 .product-link span { background: var(--brass); color: var(--gunmetal-d); }

.product-top { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 3; }
.product-number { font-size: 14px; font-weight: 700; letter-spacing: 2px; color: rgba(20,23,27,.45); }
.product-icon {
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
  background: rgba(255,255,255,.5); backdrop-filter: blur(10px); font-size: 24px; color: var(--gunmetal-d);
  transition: all .4s ease;
}
.product-card:hover .product-icon { transform: rotate(-12deg) scale(1.08); }

.product-content { position: relative; z-index: 3; margin-top: auto; }
.product-label { display: block; margin-bottom: 12px; font-size: 11px; font-weight: 800; letter-spacing: 2px; color: var(--brass-d); }
.product-content h3 { margin: 0 0 18px; font-size: 34px; line-height: 1.08; letter-spacing: -1px; }
.product-content p { max-width: 350px; margin: 0 0 26px; font-size: 14px; line-height: 1.75; color: var(--ink-soft); }

.product-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; color: var(--ink); }
.product-link span {
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
  background: var(--gunmetal-d); color: #fff; transition: all .4s ease;
}
.product-card:hover .product-link span { transform: rotate(-45deg); background: var(--brass); color: var(--gunmetal-d); }

.card-shape { position: absolute; width: 240px; height: 240px; right: -90px; top: 100px; border-radius: 50%; background: rgba(255,255,255,.20); transition: transform .6s ease; }
.card-shape::after { content: ""; position: absolute; width: 140px; height: 140px; left: -80px; top: 100px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); }
.product-card:hover .card-shape { transform: scale(1.15) rotate(20deg); }
.product-card:hover { transform: translateY(-12px); box-shadow: var(--shadow-card); }

@media (max-width: 767px) {
  .products-section { padding: 70px 0; }
  .products-heading { margin-bottom: 40px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-card { min-height: 400px; }
  .product-content h3 { font-size: 30px; }
}

/* ---------- Why us / stats ---------- */
.feature { text-align: center; padding: 20px; }
.feature i {
  width: 74px; height: 74px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; font-size: 1.7rem; color: var(--white);
  background: linear-gradient(135deg, var(--steel-light), var(--gunmetal));
  box-shadow: var(--shadow-soft);
}
.feature h4 { margin: 0 0 8px; font-size: 1.05rem; }
.feature p { color: var(--ink-soft); font-size: 0.9rem; margin: 0; }

.stats-band { background: linear-gradient(120deg, var(--gunmetal-d), var(--steel) 140%); color: var(--chrome-light); padding: 55px 0; }
.stats-band .grid-4 { text-align: center; }
.stats-band b { display: block; font-family: var(--font-heading); font-size: 2.4rem; color: var(--brass-light); }
.stats-band span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.2px; opacity: 0.9; }

/* ---------- About / owner ---------- */
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-portrait {
  aspect-ratio: 3/4; border-radius: var(--radius); background: linear-gradient(160deg, var(--steel), var(--gunmetal-d) 130%);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-card); position: relative; overflow: hidden;
}
.about-portrait i { font-size: 5rem; color: rgba(255,255,255,0.85); }
.about-portrait .frame { position: absolute; inset: 14px; border: 2px solid var(--brass); border-radius: 10px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }

.timeline { list-style: none; padding: 0; margin: 26px 0 0; border-left: 2px solid var(--brass-light); }
.timeline li { position: relative; padding: 0 0 22px 26px; }
.timeline li::before {
  content: ""; position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--brass); border: 3px solid var(--bg);
}
.timeline b { display: block; font-family: var(--font-heading); color: var(--brass-d); }
.timeline span { font-size: 0.85rem; color: var(--ink-soft); }

.info-chip {
  display: inline-flex; align-items: center; gap: 8px; background: var(--bg-soft);
  padding: 8px 16px; border-radius: 30px; font-size: 0.82rem; margin: 4px 6px 4px 0;
}
.info-chip i { color: var(--brass-d); }

/* ---------- Testimonials ---------- */
.testi-card { background: var(--panel); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); position: relative; }
.testi-card i.quote { font-size: 1.6rem; color: var(--brass); }
.testi-card p { color: var(--ink-soft); font-style: italic; margin: 14px 0 18px; }
.testi-name { font-weight: 600; color: var(--gunmetal-d); }
.testi-role { font-size: 0.8rem; color: var(--ink-soft); }

/* ---------- Forms ---------- */
.form-panel { background: var(--panel); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-card); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 500; font-size: 0.9rem; }
.form-control {
  width: 100%; padding: 13px 16px; border-radius: 10px; border: 1.5px solid var(--bg-soft);
  background: var(--bg); font-family: var(--font-body); font-size: 0.95rem; transition: border var(--transition);
}
.form-control:focus { outline: none; border-color: var(--brass); background: var(--white); }
textarea.form-control { resize: vertical; min-height: 120px; }

/* ---------- Footer ---------- */
footer { background: var(--gunmetal-d); color: var(--chrome); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
footer h5 { color: var(--brass-light); font-family: var(--font-heading); margin-bottom: 18px; font-size: 1.05rem; }
footer p, footer a, footer li { color: rgba(201,205,211,0.82); font-size: 0.88rem; line-height: 1.9; }
footer a:hover { color: var(--brass-light); }
footer ul { list-style: none; padding: 0; margin: 0; }
.footer-bottom {
  border-top: 1px solid rgba(201,205,211,0.14); text-align: center; padding: 18px 0; font-size: 0.8rem;
  color: rgba(201,205,211,0.55);
}
.social-row { display: flex; gap: 12px; margin-top: 16px; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(201,205,211,0.1);
  display: flex; align-items: center; justify-content: center; transition: var(--transition);
}
.social-row a:hover { background: var(--brass); color: var(--gunmetal-d); transform: translateY(-3px); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 998;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
  box-shadow: 0 10px 24px rgba(37,211,102,0.45); animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }
.reveal.d4 { transition-delay: 0.4s; }

/* ---------- Page banner (inner pages) ---------- */
.page-banner {
  padding: 70px 0 50px; text-align: center;
  background: linear-gradient(120deg, var(--gunmetal-d), var(--steel) 160%);
  position: relative; overflow: hidden;
}
.page-banner h1 { font-size: 2.4rem; margin: 6px 0; color: var(--white); }
.page-banner .eyebrow { color: var(--brass-light); }
.page-banner .crumb { font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.page-banner .crumb a { color: var(--brass-light); }

/* ---------- Alerts ---------- */
.alert-note { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 0.9rem; }
.alert-success { background: #E4EFE6; color: #2F5B3B; border: 1px solid #6B9A78; }
.alert-error { background: #F6DEDA; color: #8A2A2A; border: 1px solid #B5502D; }

/* ---------- Admin ---------- */
.admin-wrap { display: flex; min-height: 100vh; background: var(--bg); }
.admin-side { width: 250px; background: var(--gunmetal-d); color: var(--chrome); padding: 26px 20px; flex-shrink: 0; }
.admin-side .name { font-family: var(--font-heading); color: var(--brass-light); font-size: 1.2rem; margin-bottom: 30px; }
.admin-side a {
  display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 8px; margin-bottom: 6px;
  font-size: 0.9rem; color: rgba(201,205,211,0.82); transition: var(--transition);
}
.admin-side a:hover, .admin-side a.active { background: rgba(255,255,255,0.08); color: var(--brass-light); }
.admin-main { flex: 1; padding: 34px; }
.admin-card { background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 26px; margin-bottom: 26px; }
table.admin-table { width: 100%; border-collapse: collapse; }
table.admin-table th, table.admin-table td {
  padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--bg-soft); font-size: 0.9rem;
}
table.admin-table th { color: var(--ink-soft); text-transform: uppercase; font-size: 0.75rem; letter-spacing: 1px; }
.tag-pill { padding: 4px 12px; border-radius: 20px; font-size: 0.75rem; background: var(--bg-soft); color: var(--brass-d); }
.icon-btn { color: var(--ink-soft); margin-right: 10px; transition: var(--transition); }
.icon-btn:hover { color: var(--brass-d); }
.login-wrap {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--gunmetal-d), var(--steel));
}
.login-box { background: var(--bg); padding: 44px; border-radius: var(--radius); width: 92%; max-width: 380px; box-shadow: var(--shadow-card); }
