:root {
  --bg: #0a0b0c;
  --panel: #141619;
  --panel2: #1b1e21;
  --text: #f2f2ef;
  --muted: #a5a9ac;
  --line: rgba(255, 255, 255, 0.09);
  --wine: #641f2b;
  --wine2: #9d3448;
  --accent: #d36b7f;
  --max: 1460px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.8;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 5%, rgba(100, 31, 43, 0.18), transparent 30%),
    radial-gradient(circle at 15% 55%, rgba(100, 31, 43, 0.1), transparent 28%);
  z-index: -1;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(10, 11, 12, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
  transition: 0.3s;
}
.site-header.scrolled {
  height: 76px;
  background: rgba(10, 11, 12, 0.94);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}
.brand-v {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(211, 107, 127, 0.45);
  border-radius: 16px;
  background: linear-gradient(145deg, #2b2e32, #0b0c0e);
  font-size: 27px;
  font-weight: 900;
  color: #e69aac;
  box-shadow: 0 0 36px rgba(100, 31, 43, 0.35);
}
.brand b {
  font-size: 21px;
  letter-spacing: 3px;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 2px;
}
.site-header nav {
  display: flex;
  gap: 24px;
  flex: 1;
  justify-content: center;
}
.site-header nav a {
  font-size: 13px;
  color: #c5c7c8;
  position: relative;
}
.site-header nav a:hover {
  color: #fff;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-actions > form {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #111315;
}
.header-actions input {
  width: 220px;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 10px 14px;
  outline: 0;
}
.header-actions button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.icon-link,
.pill {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 8px 12px;
}
.icon-link span {
  background: var(--wine2);
  padding: 1px 6px;
  border-radius: 20px;
  font-size: 10px;
}
.pill {
  padding: 8px 16px;
}
.account {
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.account a {
  color: #e69aac;
}
.hero {
  max-width: var(--max);
  min-height: 720px;
  margin: auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 50px;
}
.eyebrow {
  display: inline-block;
  color: #df8395;
  font-size: 11px;
  letter-spacing: 2.5px;
  font-weight: 800;
}
.hero h1,
.page-hero h1 {
  font-size: clamp(48px, 6vw, 92px);
  line-height: 1.12;
  margin: 18px 0;
  font-weight: 900;
  letter-spacing: -3px;
}
.hero h1 em {
  font-style: normal;
  color: #d56c81;
}
.hero-copy > p {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
}
.cta-row {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid var(--line);
  cursor: pointer;
}
.btn.primary {
  background: linear-gradient(135deg, #8a2d40, #5b1c27);
  color: #fff;
  box-shadow: 0 18px 60px rgba(100, 31, 43, 0.26);
}
.btn.ghost {
  background: #141619;
}
.hero-stats {
  display: flex;
  gap: 34px;
  margin-top: 48px;
}
.hero-stats b {
  font-size: 24px;
}
.hero-stats small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: normal;
}
.hero-visual {
  height: 560px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.hero-visual .orb {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 120px rgba(100, 31, 43, 0.28),
    inset 0 0 100px rgba(100, 31, 43, 0.1);
}
.hero-visual img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  filter: drop-shadow(0 60px 70px #000);
  transform: rotateY(-7deg);
}
.floating-tag {
  position: absolute;
  z-index: 3;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: rgba(20, 22, 25, 0.75);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.t1 {
  top: 18%;
  right: 3%;
}
.t2 {
  bottom: 18%;
  left: 4%;
}
.marquee {
  border-block: 1px solid var(--line);
  padding: 14px 0;
  display: flex;
  justify-content: space-around;
  color: #888;
  letter-spacing: 3px;
  font-size: 11px;
  overflow: hidden;
}
.section {
  max-width: var(--max);
  margin: auto;
  padding: 110px 24px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 46px;
}
.section-head h2,
.split h2,
.premium-cta h2 {
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.25;
  margin: 10px 0;
}
.section-head > a {
  color: #e18da0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #17191c, #0e0f11);
  border-radius: 24px;
  overflow: hidden;
  transition: 0.35s;
}
.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(211, 107, 127, 0.45);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}
.product-image {
  height: 260px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #2a2023, transparent 65%);
  overflow: hidden;
}
.product-image img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  transition: 0.5s;
}
.product-card:hover img {
  transform: scale(1.06);
}
.product-image > span {
  font-size: 82px;
  font-weight: 900;
  color: #713040;
}
.product-meta {
  padding: 20px;
}
.product-meta small {
  color: #c27383;
  font-size: 10px;
}
.product-meta h3 {
  font-size: 17px;
  line-height: 1.5;
  margin: 7px 0;
}
.product-meta p {
  color: var(--muted);
  font-size: 12px;
  min-height: 44px;
}
.price {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: end;
  margin-top: 16px;
}
.price strong {
  font-size: 14px;
}
.price del {
  color: #707376;
  font-size: 10px;
}
.rating {
  color: #e7b85c;
  font-size: 12px;
  margin-top: 9px;
}
.rating span {
  color: #7c8083;
}
.dark-panel {
  max-width: calc(var(--max) - 48px);
  padding: 70px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: linear-gradient(135deg, #181a1d, #0c0d0f);
  box-shadow: 0 60px 130px #000;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.brand-grid > a,
.brand-grid > article {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #111315;
  min-height: 180px;
}
.brand-grid span {
  color: #8d4352;
  font-size: 11px;
}
.brand-grid h3 {
  font-size: 25px;
  margin: 18px 0 2px;
}
.brand-grid p {
  color: var(--muted);
  font-size: 12px;
}
.brand-grid i {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-style: normal;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split > div > p {
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 30px;
}
.feature-stack {
  display: grid;
  gap: 14px;
}
.feature-stack article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #121416;
}
.feature-stack b {
  color: #b45467;
}
.feature-stack h3 {
  margin: 4px 0;
}
.feature-stack p {
  color: var(--muted);
  font-size: 12px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #121416;
}
.stars {
  color: #e7b85c;
  letter-spacing: 2px;
}
.review-grid p {
  color: #d8d9d7;
}
.review-grid small {
  display: block;
  color: var(--muted);
}
.premium-cta {
  max-width: calc(var(--max) - 48px);
  margin: 60px auto 120px;
  text-align: center;
  padding: 90px 30px;
  border: 1px solid var(--line);
  border-radius: 50px;
  background:
    radial-gradient(circle at center, rgba(100, 31, 43, 0.4), transparent 55%),
    #111315;
}
.premium-cta p {
  color: var(--muted);
  margin-bottom: 30px;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 20px;
  background: #08090a;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 35px;
}
.footer h3 {
  font-size: 28px;
  letter-spacing: 4px;
}
.footer h4 {
  color: #d88394;
}
.footer p,
.footer a {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin: 8px 0;
}
.copyright {
  border-top: 1px solid var(--line);
  margin-top: 45px;
  padding-top: 18px;
  color: #6d7072;
  font-size: 10px;
  text-align: center;
}
.page-hero {
  max-width: var(--max);
  margin: auto;
  padding: 120px 24px 70px;
  text-align: center;
}
.page-hero.compact {
  padding-bottom: 30px;
}
.page-hero p {
  color: var(--muted);
}
.shop-layout {
  max-width: var(--max);
  margin: auto;
  padding: 20px 24px 100px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
}
.filters {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  height: max-content;
  position: sticky;
  top: 100px;
}
.filters label,
.auth-card label,
.admin-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 15px;
}
.filters input,
.filters select,
.auth-card input,
.admin-form input,
.admin-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #0e1012;
  color: #fff;
  outline: none;
}
.toolbar {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  margin-bottom: 18px;
}
.toolbar b {
  color: #fff;
}
.pagination {
  margin-top: 35px;
}
.product-page {
  max-width: var(--max);
  margin: auto;
  padding: 80px 24px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.product-gallery,
.product-detail {
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 32px;
  background: #101214;
}
.badge {
  display: inline-flex;
  background: #602030;
  color: #ffc0cc;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 10px;
}
.detail-image {
  height: 520px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(100, 31, 43, 0.22), transparent 62%);
  margin: 15px 0;
}
.detail-image img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}
.detail-image span {
  font-size: 56px;
  font-weight: 900;
  color: #a95b6a;
}
.gallery-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.gallery-chips span {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 9px;
  color: var(--muted);
}
.product-detail h1 {
  font-size: 42px;
  line-height: 1.35;
  margin: 10px 0;
}
.rating.big {
  font-size: 14px;
}
.rating.big small {
  margin-right: 15px;
  color: #d06b7f;
}
.lead {
  color: var(--muted);
  font-size: 14px;
}
.specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
}
.specs div {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.specs small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.buy-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.buy-box small {
  display: block;
  color: var(--muted);
}
.buy-box strong {
  display: block;
  font-size: 22px;
}
.buy-box del {
  color: #707376;
  font-size: 11px;
}
.cart-layout {
  max-width: var(--max);
  margin: auto;
  padding: 20px 24px 100px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
}
.cart-items article {
  display: grid;
  grid-template-columns: 100px 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-bottom: 12px;
  background: #101214;
}
.mini-img {
  height: 86px;
  display: grid;
  place-items: center;
}
.mini-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cart-items strong {
  display: block;
  margin-top: 5px;
}
.cart-items input {
  width: 70px;
  background: #0a0b0c;
  color: #fff;
  border: 1px solid var(--line);
  padding: 8px;
  border-radius: 8px;
}
.cart-items button,
.danger {
  background: transparent;
  color: #bbb;
  border: 1px solid var(--line);
  padding: 7px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.danger {
  color: #ff8296 !important;
  border-color: #612532 !important;
}
.summary {
  height: max-content;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #101214;
  position: sticky;
  top: 100px;
}
.summary > div {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  color: var(--muted);
}
.summary .grand {
  color: #fff;
}
.summary .btn {
  width: 100%;
  margin-top: 20px;
}
.empty {
  padding: 50px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 20px;
}
.empty a {
  color: #e07a8e;
}
.auth-wrap {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 60px 20px;
}
.auth-card {
  width: min(480px, 100%);
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #111315;
  box-shadow: 0 40px 100px #000;
}
.auth-card h1 {
  font-size: 30px;
}
.auth-card .btn {
  width: 100%;
}
.check {
  display: flex !important;
  grid-template-columns: auto 1fr !important;
}
.check input {
  width: auto !important;
}
.error,
.success {
  padding: 11px 14px;
  border-radius: 10px;
  margin: 12px 0;
}
.error {
  background: #401a22;
  color: #ffb1bf;
}
.success {
  background: #153422;
  color: #9ff0ba;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.contact-grid article,
.faq details {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #111315;
}
.faq {
  max-width: 900px;
}
.faq details {
  margin-bottom: 10px;
}
.faq summary {
  cursor: pointer;
  font-weight: bold;
}
.faq p,
.prose p {
  color: var(--muted);
}
.admin {
  padding-top: 70px;
}
.admin-table {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.admin-table table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th,
.admin-table td {
  padding: 13px;
  border-bottom: 1px solid var(--line);
  text-align: right;
}
.admin-table td form {
  display: inline;
}
.admin-table a {
  color: #e18da0;
}
.admin-form {
  max-width: 950px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}
.form-grid .wide {
  grid-column: 1/-1;
}
.admin-form textarea {
  min-height: 140px;
}
.admin-form .check {
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 1100px) {
  .site-header nav {
    display: none;
  }
  .header-actions > form {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-visual {
    height: 420px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-page,
  .split {
    grid-template-columns: 1fr;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .summary {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .site-header {
    height: 72px;
    padding: 0 14px;
  }
  .brand {
    min-width: 0;
  }
  .brand small {
    display: none;
  }
  .brand-v {
    width: 42px;
    height: 42px;
  }
  .brand b {
    font-size: 15px;
  }
  .hero {
    padding-top: 45px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-visual {
    height: 310px;
  }
  .hero-stats {
    gap: 16px;
  }
  .section {
    padding: 70px 16px;
  }
  .product-grid,
  .review-grid,
  .brand-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .dark-panel {
    padding: 35px 20px;
    border-radius: 28px;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .filters {
    position: static;
  }
  .product-page {
    padding: 45px 15px;
  }
  .product-gallery,
  .product-detail {
    padding: 20px;
  }
  .detail-image {
    height: 340px;
  }
  .product-detail h1 {
    font-size: 30px;
  }
  .buy-box {
    display: grid;
    gap: 15px;
  }
  .cart-items article {
    grid-template-columns: 70px 1fr;
  }
  .cart-items article form {
    grid-column: 2;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .header-actions .account {
    display: none;
  }
}
.admin-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
.admin-links a {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.admin-form select,
.section-head select {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #0e1012;
  color: #fff;
  outline: none;
}
.checkout-layout {
  max-width: var(--max);
  margin: auto;
  padding: 20px 24px 100px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
}
.checkout-form {
  max-width: none;
}
.order-admin-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
}
.order-admin-grid .admin-form {
  max-width: none;
  height: max-content;
}
.order-admin-grid p {
  color: var(--muted);
}
@media (max-width: 900px) {
  .checkout-layout,
  .order-admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-links {
    display: none;
  }
}

:root {
  --glass: rgba(18, 20, 23, 0.72);
  --glass-2: rgba(255, 255, 255, 0.035);
  --glow: rgba(211, 107, 127, 0.28);
  --success: #5fd89a;
}
body {
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 72% 12%,
      rgba(141, 45, 66, 0.18),
      transparent 25%
    ),
    radial-gradient(circle at 12% 40%, rgba(50, 55, 70, 0.13), transparent 28%),
    linear-gradient(180deg, #08090a 0%, #0b0c0e 45%, #08090a 100%);
}
main {
  min-height: 65vh;
}
.ambient:before,
.ambient:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  animation: ambientFloat 11s ease-in-out infinite alternate;
}
.ambient:before {
  width: 340px;
  height: 340px;
  background: #681f31;
  right: -100px;
  top: 8%;
}
.ambient:after {
  width: 280px;
  height: 280px;
  background: #242f52;
  left: -120px;
  top: 44%;
  animation-delay: -4s;
}
@keyframes ambientFloat {
  to {
    transform: translate3d(40px, 45px, 0) scale(1.15);
  }
}
.site-header {
  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.18);
}
.brand-v {
  transform-style: preserve-3d;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 15px 35px rgba(0, 0, 0, 0.32),
    0 0 44px rgba(157, 52, 72, 0.23);
}
.hero {
  position: relative;
  isolation: isolate;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 10% 44% 10% 0;
  border: 1px solid rgba(255, 255, 255, 0.025);
  border-radius: 60px;
  transform: perspective(1000px) rotateY(10deg);
  z-index: -1;
}
.hero-copy {
  position: relative;
  z-index: 3;
}
.hero-copy h1 {
  text-shadow: 0 16px 55px rgba(0, 0, 0, 0.55);
}
.hero-visual {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.18s ease-out;
}
.hero-visual:before,
.hero-visual:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(211, 107, 127, 0.22);
  transform-style: preserve-3d;
}
.hero-visual:before {
  width: 510px;
  height: 510px;
  transform: rotateX(68deg) rotateZ(-9deg);
  box-shadow: 0 0 80px rgba(157, 52, 72, 0.11);
}
.hero-visual:after {
  width: 330px;
  height: 330px;
  transform: rotateY(70deg) rotateZ(15deg);
}
.hero-visual .orb {
  background: radial-gradient(
    circle at 40% 35%,
    rgba(255, 255, 255, 0.07),
    rgba(157, 52, 72, 0.06) 26%,
    transparent 62%
  );
  animation: orbPulse 5s ease-in-out infinite alternate;
}
@keyframes orbPulse {
  to {
    transform: scale(1.07);
    box-shadow:
      0 0 150px rgba(100, 31, 43, 0.38),
      inset 0 0 110px rgba(100, 31, 43, 0.15);
  }
}
.hero-visual img {
  transform: translateZ(55px) rotateY(-8deg);
  border-radius: 26px;
  mix-blend-mode: screen;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
}
.floating-tag {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32);
  transform: translateZ(80px);
}
.btn {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.btn:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.12),
    transparent 55%
  );
  transform: translateX(-130%);
  transition: 0.6s;
}
.btn:hover:before {
  transform: translateX(130%);
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.primary:hover {
  box-shadow: 0 22px 70px rgba(126, 38, 56, 0.38);
}
.product-card,
.brand-grid > a,
.feature-stack article,
.review-grid article,
.admin-card,
.admin-link {
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 0.2s ease-out,
    border-color 0.25s,
    box-shadow 0.25s;
}
.product-card:hover,
.brand-grid > a:hover,
.admin-link:hover {
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(211, 107, 127, 0.08) inset;
}
.product-image {
  position: relative;
}
.product-image:after {
  content: "";
  position: absolute;
  inset: 12% 16%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(212, 111, 132, 0.16),
    transparent 65%
  );
  filter: blur(12px);
  z-index: 0;
}
.product-image img,
.product-image > span {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.42));
}
.dark-panel,
.product-gallery,
.product-detail,
.summary,
.auth-card,
.admin-form,
.filters {
  backdrop-filter: blur(22px);
  background: linear-gradient(
    145deg,
    rgba(24, 26, 29, 0.94),
    rgba(11, 12, 14, 0.92)
  );
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.045),
    0 32px 90px rgba(0, 0, 0, 0.32);
}
.product-gallery {
  perspective: 1000px;
}
.detail-image {
  position: relative;
  overflow: hidden;
}
.detail-image:before {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(211, 107, 127, 0.2);
  border-radius: 50%;
  transform: rotateX(68deg);
  box-shadow: 0 0 80px rgba(157, 52, 72, 0.2);
}
.detail-image img {
  position: relative;
  z-index: 2;
  transition: transform 0.35s;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.55));
}
.detail-image:hover img {
  transform: translateY(-7px) scale(1.04);
}
.admin-shell {
  max-width: 1500px;
  margin: 38px auto 100px;
  padding: 0 24px;
}
.admin-shell.narrow-admin {
  max-width: 980px;
}
.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(28, 30, 34, 0.94),
    rgba(12, 13, 15, 0.92)
  );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}
.admin-topbar h1 {
  font-size: clamp(28px, 4vw, 50px);
  margin: 5px 0;
}
.admin-topbar p {
  color: var(--muted);
  margin: 0;
}
.admin-top-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.module-warning {
  padding: 28px;
  border: 1px solid rgba(231, 184, 92, 0.24);
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(86, 63, 21, 0.23),
    rgba(20, 20, 18, 0.8)
  );
  color: #f0d693;
}
.module-warning p {
  color: #bcb097;
}
.module-warning code {
  direction: ltr;
  display: inline-block;
  background: #090a0b;
  padding: 3px 8px;
  border-radius: 7px;
  color: #f2dba2;
}
.premium-table {
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  background: #101214;
}
.premium-table th {
  position: sticky;
  top: 75px;
  background: #17191c;
  z-index: 1;
  color: #e79aae;
  white-space: nowrap;
}
.premium-table tr {
  transition: 0.2s;
}
.premium-table tbody tr:hover {
  background: rgba(211, 107, 127, 0.045);
}
.premium-table td {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.row-actions a,
.row-actions button {
  border: 1px solid var(--line);
  background: #181a1d;
  color: #e79aae;
  border-radius: 9px;
  padding: 6px 10px;
  cursor: pointer;
}
.row-actions button {
  color: #ff8ba0;
}
.premium-form {
  max-width: none !important;
  padding: 30px;
}
.premium-form label > span:first-child {
  font-weight: 700;
  color: #d9dadd;
}
.switch-line {
  display: flex !important;
  align-items: center;
  gap: 10px;
  height: 46px;
}
.switch-line input {
  width: 18px !important;
  height: 18px;
}
.switch-line b {
  font-size: 12px;
}
.admin-link {
  position: relative;
  overflow: hidden;
}
.admin-link:after {
  content: "↗";
  position: absolute;
  left: 16px;
  bottom: 12px;
  color: #8f4655;
  opacity: 0.7;
}
.admin-link:hover {
  transform: translateY(-4px) rotateX(2deg);
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 14px var(--success);
  margin-left: 7px;
}
@media (max-width: 800px) {
  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }
  .admin-top-actions {
    width: 100%;
  }
  .admin-top-actions .btn {
    flex: 1;
  }
  .hero:before {
    display: none;
  }
  .hero-visual:before {
    width: 360px;
    height: 360px;
  }
  .hero-visual:after {
    width: 240px;
    height: 240px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ambient:before,
  .ambient:after,
  .hero-visual .orb {
    animation: none !important;
  }
  .hero-visual,
  .product-card,
  .brand-grid > a,
  .admin-link {
    transform: none !important;
  }
}

.blog-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 105px 24px 70px;
  min-height: 470px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}
.blog-hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(151, 43, 66, 0.28),
    rgba(151, 43, 66, 0.04) 45%,
    transparent 68%
  );
  filter: blur(6px);
}
.blog-hero-copy {
  position: relative;
  z-index: 2;
}
.blog-hero h1 {
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.92;
  margin: 14px 0 28px;
  letter-spacing: -4px;
}
.blog-hero h1 em {
  font-style: normal;
  color: #d96c83;
  text-shadow: 0 22px 70px rgba(144, 45, 65, 0.33);
}
.blog-hero p {
  max-width: 700px;
  color: var(--muted);
  font-size: 19px;
  line-height: 2;
}
.blog-orbit {
  width: min(410px, 80vw);
  aspect-ratio: 1;
  margin: auto;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(211, 107, 127, 0.18);
  transform: perspective(900px) rotateX(64deg) rotateZ(-11deg);
  box-shadow:
    0 0 100px rgba(122, 34, 51, 0.2),
    inset 0 0 70px rgba(211, 107, 127, 0.05);
}
.blog-orbit:before,
.blog-orbit:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.blog-orbit:before {
  inset: 13%;
}
.blog-orbit:after {
  inset: 29%;
}
.blog-orbit i {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #df6f87;
  box-shadow: 0 0 30px #df6f87;
  right: 16%;
  top: 22%;
}
.blog-orbit b {
  font-size: 125px;
  color: #f1f1f2;
  transform: rotateZ(11deg) rotateX(-64deg);
  text-shadow: 0 20px 70px #000;
}
.blog-orbit span {
  position: absolute;
  bottom: 10%;
  font: 600 11px/1.7 monospace;
  letter-spacing: 4px;
  color: #a4a5aa;
  transform: rotateZ(11deg) rotateX(-64deg);
  text-align: center;
}
.blog-featured-wrap {
  padding-top: 15px;
}
.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #141619, #0b0c0e);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.38);
  transform-style: preserve-3d;
}
.blog-featured-media {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background: #0c0e10;
}
.blog-featured-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(11, 12, 14, 0.88));
}
.blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: saturate(0.84) contrast(1.08);
}
.blog-featured:hover .blog-featured-media img {
  transform: scale(1.045);
}
.blog-featured-copy {
  padding: 65px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blog-kicker {
  font: 700 11px monospace;
  letter-spacing: 3px;
  color: #df788e;
}
.blog-featured h2 {
  font-size: clamp(35px, 4vw, 62px);
  line-height: 1.3;
  margin: 20px 0;
}
.blog-featured p {
  color: var(--muted);
  line-height: 2;
  font-size: 16px;
}
.blog-meta {
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: #b8b9bd;
  font-size: 13px;
}
.blog-placeholder {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: radial-gradient(circle at 50% 35%, #41202a, #111316 55%, #08090a);
  color: #fff;
}
.blog-placeholder span {
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 9px;
}
.blog-placeholder b {
  font: 600 11px monospace;
  letter-spacing: 5px;
  color: #d97a8e;
}
.blog-placeholder.small {
  min-height: 230px;
}
.blog-placeholder.small span {
  font-size: 70px;
}
.journal-count {
  border: 1px solid var(--line);
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(155deg, #15171a, #0c0d0f);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  transition: 0.28s;
  transform-style: preserve-3d;
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(220, 106, 130, 0.28);
  box-shadow:
    0 36px 95px rgba(0, 0, 0, 0.44),
    0 0 45px rgba(139, 39, 60, 0.08);
}
.blog-card-media {
  height: 245px;
  position: relative;
  overflow: hidden;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.blog-card:hover img {
  transform: scale(1.06);
}
.blog-card-media:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #111316);
}
.blog-card-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(11, 12, 14, 0.72);
  backdrop-filter: blur(12px);
  font: 700 10px monospace;
  letter-spacing: 2px;
  color: #ef9caf;
}
.blog-card-copy {
  padding: 25px;
}
.blog-card-copy small {
  color: #8f9197;
}
.blog-card-copy h3 {
  font-size: 22px;
  line-height: 1.55;
  margin: 12px 0;
}
.blog-card-copy p {
  color: var(--muted);
  line-height: 1.9;
  min-height: 60px;
}
.blog-card-copy b {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  color: #e993a6;
  font-size: 13px;
}
.blog-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 75px 20px;
  border: 1px dashed var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.02);
}
.blog-empty h2 {
  font-size: 38px;
}
.blog-empty p {
  color: var(--muted);
  margin-bottom: 25px;
}
.article-page {
  max-width: var(--max);
  margin: auto;
  padding: 55px 24px 80px;
}
.article-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  min-height: 570px;
  border-bottom: 1px solid var(--line);
  gap: 50px;
}
.article-back {
  display: inline-flex;
  color: #d98195;
  margin-bottom: 28px;
}
.article-hero h1 {
  font-size: clamp(43px, 6vw, 78px);
  line-height: 1.25;
  margin: 15px 0 28px;
  letter-spacing: -2px;
}
.article-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #919399;
  font-size: 12px;
}
.article-meta span:not(:last-child):after {
  content: "•";
  margin-right: 18px;
  color: #6c2f3c;
}
.article-cover {
  height: 470px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42);
  transform: perspective(1200px) rotateY(-4deg);
}
.article-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.4);
}
.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 850px);
  gap: 70px;
  justify-content: center;
  padding: 70px 0;
}
.article-aside {
  position: sticky;
  top: 100px;
  height: max-content;
  border-right: 2px solid #8f3347;
  padding-right: 25px;
}
.article-aside div {
  display: flex;
  align-items: end;
  gap: 8px;
}
.article-aside b {
  font-size: 27px;
  letter-spacing: 4px;
}
.article-aside span {
  font: 600 10px monospace;
  letter-spacing: 2px;
  color: #bd6074;
}
.article-aside p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 13px;
}
.article-aside a {
  color: #e58ca0;
  font-size: 13px;
}
.article-content {
  font-size: 18px;
  line-height: 2.35;
  color: #d5d6d8;
}
.article-content:first-letter {
  font-size: 64px;
  line-height: 0.8;
  float: right;
  margin: 11px 0 0 12px;
  color: #dc7188;
  font-weight: 900;
}
.article-flash {
  max-width: 900px;
  margin: 25px auto 0;
}
.related-stories {
  border-top: 1px solid var(--line);
}
.admin-image-preview {
  display: block;
  width: 180px;
  height: 120px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 8px 0 12px;
}
.admin-form label small {
  display: block;
  color: #777b82;
  margin-top: 7px;
}
.admin-table-thumb {
  width: 64px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.admin-status {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
}
.admin-status.is-on {
  background: #173522;
  color: #80df9c;
}
.admin-status.is-off {
  background: #3b2529;
  color: #e7909f;
}
@media (max-width: 950px) {
  .blog-hero,
  .blog-featured,
  .article-hero {
    grid-template-columns: 1fr;
  }
  .blog-orbit {
    width: 300px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-featured-media {
    min-height: 360px;
  }
  .blog-featured-media:after {
    background: linear-gradient(0deg, rgba(11, 12, 14, 0.88), transparent 45%);
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .article-aside {
    position: static;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 25px;
  }
}
@media (max-width: 650px) {
  .blog-hero {
    padding-top: 60px;
  }
  .blog-hero h1 {
    letter-spacing: -2px;
  }
  .blog-orbit {
    width: 230px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-featured-copy {
    padding: 35px 24px;
  }
  .article-page {
    padding: 30px 16px 60px;
  }
  .article-cover {
    height: 320px;
    transform: none;
  }
  .article-hero {
    min-height: auto;
    padding-bottom: 40px;
  }
  .article-content {
    font-size: 16px;
  }
  .blog-card-media {
    height: 220px;
  }
}

.site-header {
  width: 100%;
  max-width: 100%;
  direction: rtl;
}
.site-header .brand {
  flex-shrink: 0;
}
.site-header nav {
  align-items: center;
}
.site-header nav a {
  white-space: nowrap;
  padding: 8px 0;
}
.site-header nav a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #d36b7f;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.site-header nav a:hover:after {
  transform: scaleX(1);
}
.site-header .header-actions {
  flex-shrink: 0;
}
.site-header .header-actions > form {
  height: 44px;
}
.site-header .header-actions > form button {
  width: 44px;
  display: grid;
  place-items: center;
}
.site-header .icon-link {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.site-header .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 42px;
  background: linear-gradient(
    145deg,
    rgba(100, 31, 43, 0.32),
    rgba(17, 19, 21, 0.85)
  );
  transition: 0.2s;
}
.site-header .pill:hover {
  border-color: rgba(211, 107, 127, 0.5);
  transform: translateY(-2px);
}
.site-header .account {
  white-space: nowrap;
}
.site-header .account a {
  margin: 0;
}
.site-header .account form {
  margin: 0;
}
.site-header .account-logout {
  border: 1px solid var(--line);
  background: #121416;
  color: #e69aac;
  border-radius: 10px;
  padding: 7px 10px;
  cursor: pointer;
}
.site-header .account-admin {
  border: 1px solid rgba(211, 107, 127, 0.25);
  border-radius: 10px;
  padding: 5px 9px;
}
.auth-login-page {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 92px);
  background:
    radial-gradient(
      circle at 78% 10%,
      rgba(100, 31, 43, 0.18),
      transparent 28%
    ),
    radial-gradient(circle at 18% 80%, rgba(40, 55, 110, 0.12), transparent 30%);
}
.auth-login-page:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}
.auth-card {
  position: relative;
  overflow: hidden;
}
.auth-card:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -100px;
  top: -150px;
  border-radius: 50%;
  background: rgba(100, 31, 43, 0.2);
  filter: blur(35px);
  pointer-events: none;
}
.auth-brand-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 17px;
  border: 1px solid rgba(211, 107, 127, 0.38);
  background: linear-gradient(145deg, #2b2e32, #0b0c0e);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(100, 31, 43, 0.2);
  font-size: 30px;
  font-weight: 900;
  color: #e69aac;
}
.auth-card .eyebrow {
  display: block;
  text-align: center;
}
.auth-card h1 {
  text-align: center;
  margin: 10px 0 8px;
}
.auth-lead {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 25px;
}
.auth-switch {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin: 18px 0 0;
}
.auth-switch a {
  color: #e69aac;
}
.auth-local-note {
  direction: ltr;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px dashed rgba(211, 107, 127, 0.22);
  border-radius: 10px;
  text-align: center;
  color: #85888c;
  font-size: 10px;
}
.auth-local-note b {
  color: #b9bdc0;
}
.auth-card input:focus {
  border-color: rgba(211, 107, 127, 0.5);
  box-shadow: 0 0 0 3px rgba(100, 31, 43, 0.12);
}
@media (max-width: 1250px) {
  .site-header {
    gap: 18px;
  }
  .site-header nav {
    gap: 14px;
  }
  .header-actions input {
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    justify-content: space-between;
  }
  .site-header .header-actions {
    margin-right: auto;
  }
  .site-header nav {
    display: none;
  }
}
@media (max-width: 650px) {
  .site-header .header-actions > form {
    display: none;
  }
  .site-header .icon-link {
    padding: 7px 9px;
  }
  .site-header .pill {
    min-width: 56px;
  }
  .auth-login-page {
    min-height: calc(100vh - 72px);
  }
  .auth-card {
    padding: 28px 20px;
  }
}

.feature-shell {
  max-width: 1460px;
  margin: 0 auto;
  padding: 72px 24px 110px;
}
.feature-shell.narrow,
.admin-shell.narrow {
  max-width: 980px;
}
.feature-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.feature-head h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.25;
  margin: 8px 0;
}
.feature-head p {
  color: var(--muted);
  max-width: 760px;
  margin: 0;
}
.feature-actions,
.admin-top-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.account-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}
.account-nav a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101214;
  color: #b9bdc0;
  font-size: 12px;
}
.account-nav a.active,
.account-nav a:hover {
  border-color: rgba(211, 107, 127, 0.5);
  color: #fff;
  background: rgba(100, 31, 43, 0.18);
}
.feature-grid {
  display: grid;
  gap: 20px;
}
.feature-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #15171a, #0d0f11);
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.feature-card h2 {
  margin: 0 0 20px;
  font-size: 23px;
}
.feature-card label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 15px;
}
.feature-card input,
.feature-card textarea,
.feature-card select,
.inline-form input,
.admin-search input {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0d0f11;
  color: #fff;
  outline: none;
}
.feature-card input:focus,
.feature-card textarea:focus,
.feature-card select:focus,
.inline-form input:focus,
.admin-search input:focus {
  border-color: rgba(211, 107, 127, 0.5);
  box-shadow: 0 0 0 3px rgba(100, 31, 43, 0.12);
}
.metric-grid {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}
.metric-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.metric-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.metric-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #111315;
}
.metric-grid b {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  word-break: break-word;
}
.metric-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
}
.feature-table {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #111315;
}
.feature-table table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}
.feature-table th,
.feature-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  font-size: 12px;
}
.feature-table th {
  color: #d68698;
  background: #0d0f11;
}
.feature-table td {
  color: #d5d7d8;
}
.feature-table a {
  color: #e18da0;
}
.line-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.line-item:last-child {
  border-bottom: 0;
}
.line-item small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}
.mini-badge,
.verify-status {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 10px;
}
.verify-status {
  margin-bottom: 16px;
}
.verify-status.ok {
  background: #12311d;
  color: #8ce0a6;
}
.verify-status.warn {
  background: #38252a;
  color: #ef9bad;
}
.address-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 12px;
  background: #0e1012;
}
.address-card p {
  margin: 6px 0;
  color: var(--muted);
  font-size: 12px;
}
.check-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 9px !important;
}
.check-row input {
  width: auto !important;
}
.text-danger {
  border: 0;
  background: transparent;
  color: #ef7c91;
  cursor: pointer;
}
.notification-row {
  display: grid;
  grid-template-columns: 180px 1fr 160px;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.notification-row small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.notification-row p {
  margin: 0;
  color: #d3d5d6;
}
.notification-row time {
  color: #777b80;
  font-size: 10px;
  direction: ltr;
}
.inline-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
.inline-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
}
.field-error {
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(225, 78, 107, 0.25);
  border-radius: 10px;
  background: rgba(100, 31, 43, 0.16);
  color: #ef9aad;
  font-size: 12px;
}
.admin-search {
  display: flex;
  gap: 10px;
  max-width: 650px;
  margin: 0 0 20px;
}
.upload-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #111315;
  margin-bottom: 22px;
}
.upload-bar input {
  flex: 1;
  color: var(--muted);
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.media-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #111315;
  padding: 12px;
  min-width: 0;
}
.media-preview {
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #0b0d0f;
  overflow: hidden;
}
.media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-grid small,
.media-grid code {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.success {
  padding: 12px 14px;
  border: 1px solid rgba(85, 198, 116, 0.24);
  background: rgba(44, 114, 64, 0.14);
  color: #9ce0ad;
  border-radius: 12px;
  margin: 14px 0;
}
.empty {
  padding: 30px;
  text-align: center;
  color: var(--muted);
}
@media (max-width: 1000px) {
  .feature-grid.two {
    grid-template-columns: 1fr;
  }
  .metric-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .notification-row {
    grid-template-columns: 1fr;
  }
  .inline-form {
    grid-template-columns: 1fr;
  }
  .feature-head {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .feature-shell {
    padding: 45px 16px 80px;
  }
  .metric-grid.three,
  .metric-grid.four {
    grid-template-columns: 1fr;
  }
  .media-grid {
    grid-template-columns: 1fr;
  }
  .account-nav {
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }
  .account-nav a {
    white-space: nowrap;
  }
}
