:root {
  color-scheme: dark;
  --ink: #10141d;
  --ink-2: #172131;
  --paper: #f6f2e8;
  --paper-2: #fffaf0;
  --muted: #718096;
  --muted-light: #c9d4df;
  --line: rgba(255, 255, 255, 0.18);
  --line-dark: rgba(16, 20, 29, 0.15);
  --lime: #c8ff42;
  --coral: #ff6a3d;
  --cyan: #35d0ff;
  --gold: #ffd166;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgba(16, 20, 29, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(200, 255, 66, 0.45);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  color: var(--ink);
  font-size: 13px;
  box-shadow: 0 12px 38px rgba(53, 208, 255, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted-light);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--lime);
}

.nav-pill {
  border: 1px solid rgba(200, 255, 66, 0.45);
  border-radius: 8px;
  padding: 9px 13px;
  color: var(--lime);
}

.hero {
  position: relative;
  min-height: 84vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px clamp(20px, 6vw, 84px) 64px;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/hero-workspace.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 20, 29, 0.92) 0%, rgba(16, 20, 29, 0.72) 42%, rgba(16, 20, 29, 0.24) 100%),
    linear-gradient(0deg, rgba(16, 20, 29, 0.96) 0%, rgba(16, 20, 29, 0.34) 44%, rgba(16, 20, 29, 0.64) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-width: 760px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(58px, 10vw, 132px);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--paper-2);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: #edf4f7;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(200, 255, 66, 0.22);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  gap: 12px;
}

.hero-stats span {
  min-height: 62px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--paper-2);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hero-upgraded {
  min-height: clamp(720px, 82vh, 980px);
  align-items: center;
  padding-bottom: 78px;
}

.hero-upgraded .hero-bg {
  background-position: 58% center;
}

.hero-upgraded .hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 20, 29, 0.94) 0%, rgba(16, 20, 29, 0.76) 48%, rgba(16, 20, 29, 0.34) 100%),
    linear-gradient(0deg, rgba(16, 20, 29, 0.96) 0%, rgba(16, 20, 29, 0.3) 48%, rgba(16, 20, 29, 0.64) 100%);
}

.hero-upgraded .hero-content {
  width: min(100%, 900px);
  max-width: 900px;
}

.hero-upgraded h1 {
  max-width: 900px;
  font-size: clamp(54px, 8vw, 110px);
  line-height: 0.92;
}

.hero-upgraded .hero-copy {
  max-width: 760px;
  line-height: 1.35;
}

.hero-stats-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-stats-four span {
  min-height: 84px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.hero-stats-four strong {
  color: var(--lime);
  font-size: 23px;
  line-height: 1;
}

.home-snapshot {
  padding: 38px clamp(20px, 6vw, 84px);
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.08), transparent 42%),
    #0d1722;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-snapshot-inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: stretch;
  margin: 0 auto;
}

.home-snapshot h2 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.snapshot-grid article {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.snapshot-grid span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
}

.snapshot-grid strong {
  color: var(--paper-2);
  font-size: 17px;
}

.snapshot-grid p {
  margin-bottom: 0;
  color: var(--muted-light);
  font-size: 14px;
  font-weight: 650;
}

.section {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 6vw, 84px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.section-light .eyebrow {
  color: #256c64;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading-wide {
  max-width: 960px;
}

.section-heading p,
.split p {
  color: #4f5d67;
  font-size: 18px;
  font-weight: 620;
}

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

.product-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(16, 20, 29, 0.1), rgba(16, 20, 29, 0.76)),
    var(--ink-2);
  box-shadow: 0 18px 60px rgba(16, 20, 29, 0.12);
}

.product-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(16, 20, 29, 0.04), rgba(16, 20, 29, 0.82)),
    linear-gradient(135deg, #205a80, #ff6a3d);
}

.product-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(16, 20, 29, 0.02), rgba(16, 20, 29, 0.82)),
    linear-gradient(135deg, #15453f, #c8ff42);
}

.product-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(16, 20, 29, 0.02), rgba(16, 20, 29, 0.82)),
    linear-gradient(135deg, #29344c, #35d0ff);
}

.card-kicker {
  align-self: flex-start;
  margin-bottom: auto;
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--paper-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card p {
  margin-bottom: 0;
  color: #d9e4e8;
  font-weight: 650;
}

.section-cta {
  display: flex;
  margin-top: 28px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-grid-home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-tile {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 18px 60px rgba(16, 20, 29, 0.12);
}

.category-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.category-tile-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.category-tile-body span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-tile-body h3 {
  margin-bottom: 0;
  color: var(--paper-2);
}

.category-tile-body p {
  margin-bottom: 0;
  color: var(--muted-light);
  font-weight: 650;
}

.category-tile-body a {
  justify-self: start;
  color: var(--paper-2);
  font-weight: 950;
  transition: color 160ms ease;
}

.category-tile-body a:hover {
  color: var(--lime);
}

.home-featured-section .section-heading p,
.home-featured-section .product-item p,
.home-visual-band p {
  color: var(--muted-light);
}

.home-featured-grid {
  margin-top: 12px;
}

.section-showcase {
  background:
    linear-gradient(135deg, rgba(53, 208, 255, 0.12), transparent 34%),
    var(--paper);
  color: var(--ink);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.showcase-grid p {
  max-width: 660px;
  color: #4f5d67;
  font-size: 18px;
  font-weight: 650;
}

.showcase-actions {
  margin-top: 28px;
}

.workflow-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.workflow-board div {
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: 14px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(150deg, rgba(53, 208, 255, 0.12), transparent 58%),
    #ffffff;
  box-shadow: 0 18px 50px rgba(16, 20, 29, 0.1);
}

.workflow-board strong {
  color: #0f413e;
  font-size: 24px;
}

.workflow-board span {
  color: #4f5d67;
  font-weight: 650;
}

.home-visual-band {
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.08), transparent 38%),
    #10141d;
}

.visual-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.visual-stack {
  display: grid;
  gap: 16px;
}

.visual-stack img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.visual-stack img:first-child {
  transform: translateX(28px);
}

.visual-copy p {
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper-2);
  font-weight: 850;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-secondary-dark {
  border-color: rgba(16, 20, 29, 0.28);
  background: rgba(16, 20, 29, 0.08);
  color: var(--ink);
}

.section-dark {
  background: #111827;
  color: var(--paper);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
}

.section-dark .split p {
  color: var(--muted-light);
}

.workflow-list {
  display: grid;
  gap: 12px;
}

.workflow-list div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.workflow-list strong {
  color: var(--gold);
}

.workflow-list span {
  color: var(--muted-light);
  font-weight: 620;
}

.section-accent {
  background: var(--lime);
  color: var(--ink);
}

.section-accent .eyebrow {
  color: #305100;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contact-row h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 28px clamp(20px, 6vw, 84px);
  background: #0b111a;
  color: var(--muted-light);
  font-size: 14px;
  font-weight: 750;
}

.site-footer > div {
  display: grid;
  gap: 6px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer-links a {
  color: var(--paper);
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--lime);
}

.page-shell {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(53, 208, 255, 0.1), transparent 32%),
    linear-gradient(225deg, rgba(200, 255, 66, 0.08), transparent 28%),
    var(--ink);
}

.page-main {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 76px;
}

.page-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(23, 33, 49, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-hero {
  padding: clamp(32px, 6vw, 58px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.13), rgba(53, 208, 255, 0.07)),
    rgba(255, 255, 255, 0.03);
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(40px, 8vw, 76px);
}

.page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
}

.page-content {
  display: grid;
  gap: 28px;
  padding: clamp(28px, 5vw, 48px);
}

.policy-section {
  display: grid;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
}

.policy-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.policy-section h2 {
  margin-bottom: 0;
  font-size: clamp(24px, 4vw, 34px);
}

.policy-section p,
.policy-section li {
  color: var(--muted-light);
  font-weight: 610;
}

.policy-section ul {
  margin: 0;
  padding-left: 20px;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 50px);
  align-items: start;
}

.auth-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 38px);
  background: rgba(255, 255, 255, 0.06);
}

.auth-panel h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 8vw, 84px);
}

.auth-panel p {
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--paper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-form input {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  font: inherit;
}

.auth-form input:disabled {
  opacity: 0.68;
}

.form-message {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
}

.form-message-success {
  border-color: rgba(200, 255, 66, 0.45);
  background: rgba(200, 255, 66, 0.12);
}

.form-message-error {
  border-color: rgba(255, 106, 61, 0.5);
  background: rgba(255, 106, 61, 0.12);
}

.status-note {
  border: 1px solid rgba(200, 255, 66, 0.38);
  border-radius: 8px;
  padding: 16px;
  background: rgba(200, 255, 66, 0.1);
  color: var(--paper);
  font-weight: 800;
}

.button-disabled {
  cursor: not-allowed;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: var(--muted-light);
}

.catalog-main,
.dashboard-main {
  width: min(1280px, calc(100% - 40px));
}

.catalog-hero,
.dashboard-hero {
  display: grid;
  gap: 24px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(34px, 6vw, 62px);
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.12), rgba(53, 208, 255, 0.08)),
    rgba(23, 33, 49, 0.78);
  box-shadow: var(--shadow);
}

.catalog-hero h1,
.dashboard-hero h1 {
  max-width: 940px;
  min-width: 0;
  margin-bottom: 14px;
  font-size: clamp(42px, 7vw, 82px);
  overflow-wrap: anywhere;
}

.catalog-hero p,
.dashboard-hero p {
  max-width: 800px;
  min-width: 0;
  margin-bottom: 0;
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.catalog-section {
  padding-top: clamp(54px, 8vw, 86px);
}

.catalog-list {
  display: grid;
  gap: 54px;
}

.catalog-category {
  scroll-margin-top: 100px;
}

.catalog-category-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 18px;
}

.catalog-category-heading > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.06);
}

.catalog-category-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 5vw, 52px);
}

.catalog-category-heading p {
  margin-bottom: 0;
  color: var(--muted-light);
  font-weight: 650;
}

.catalog-category-heading img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.product-grid-catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-item {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.product-item-with-art {
  overflow: hidden;
  padding: 0;
}

.product-item-with-art .product-meta-row,
.product-item-with-art h3,
.product-item-with-art p,
.product-item-with-art .product-card-footer {
  margin-left: 20px;
  margin-right: 20px;
}

.product-item-with-art .product-meta-row {
  margin-top: 18px;
}

.product-card-art {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.product-card-art img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-card-art span {
  position: absolute;
  left: 14px;
  top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(16, 20, 29, 0.76);
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.product-meta-row,
.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-meta-row {
  margin-bottom: 18px;
}

.product-meta-row span,
.product-card-footer span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-meta-row strong {
  border-radius: 8px;
  padding: 7px 10px;
  background: var(--lime);
  color: var(--ink);
  font-size: 13px;
}

.product-item h3 {
  color: var(--paper-2);
}

.product-item p {
  color: var(--muted-light);
  font-weight: 650;
}

.product-card-footer {
  margin-top: auto;
  padding-top: 22px;
}

.product-action {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 13px;
}

.catalog-best-seller-section {
  margin-top: 0;
}

.best-seller-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(200, 255, 66, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 47, 134, 0.14), transparent 42%),
    linear-gradient(225deg, rgba(53, 208, 255, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.best-seller-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.best-seller-copy h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--paper-2);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
}

.best-seller-copy p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted-light);
  font-size: 17px;
  font-weight: 700;
}

.best-seller-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--paper);
  font-weight: 800;
}

.best-seller-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.best-seller-tags span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.best-seller-art {
  min-height: 420px;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.best-seller-art img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: right center;
}

.dashboard-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: stretch;
}

.dashboard-status {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(200, 255, 66, 0.38);
  border-radius: 8px;
  padding: 22px;
  background: rgba(200, 255, 66, 0.1);
}

.dashboard-status span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-status strong {
  font-size: 26px;
}

.dashboard-status p {
  font-size: 15px;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding-top: 32px;
}

.dashboard-side {
  position: sticky;
  top: 96px;
  display: grid;
  align-content: start;
  gap: 8px;
  height: max-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.dashboard-side a {
  border-radius: 8px;
  padding: 12px;
  color: var(--muted-light);
  font-weight: 900;
}

.dashboard-side a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--lime);
}

.dashboard-content {
  display: grid;
  gap: 28px;
}

.dashboard-toolbar,
.dashboard-category-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.dashboard-toolbar h2,
.dashboard-category-heading h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.dashboard-toolbar span,
.dashboard-category-heading span {
  color: var(--muted-light);
  font-size: 13px;
  font-weight: 850;
}

.dashboard-category {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
  scroll-margin-top: 100px;
}

.member-dashboard-main {
  width: min(1460px, calc(100% - 40px));
}

.dashboard-loading,
.member-gate {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(34px, 6vw, 64px);
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.12), rgba(53, 208, 255, 0.08)),
    rgba(23, 33, 49, 0.82);
  box-shadow: var(--shadow);
}

.member-gate h1 {
  max-width: 900px;
  font-size: clamp(42px, 7vw, 82px);
}

.member-gate p {
  max-width: 760px;
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
}

.dashboard-member-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr) auto;
  gap: 22px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.1), rgba(53, 208, 255, 0.12)),
    rgba(23, 33, 49, 0.82);
  box-shadow: var(--shadow);
}

.member-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.member-avatar {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
}

.member-identity h1 {
  margin-bottom: 6px;
  font-size: clamp(34px, 5vw, 54px);
}

.member-identity p:last-child {
  margin-bottom: 0;
  color: var(--muted-light);
  font-weight: 750;
}

.member-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.member-stats div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.member-stats span,
.member-product-tags span,
.member-panel-heading span {
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.member-stats strong {
  display: block;
  margin-top: 5px;
  color: var(--paper-2);
  font-size: 27px;
}

.member-actions {
  display: grid;
  align-content: center;
  gap: 10px;
}

.member-dashboard-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  padding-top: 26px;
}

.member-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  align-content: start;
  gap: 8px;
  height: max-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.member-sidebar a {
  border-radius: 8px;
  padding: 12px;
  color: var(--muted-light);
  font-weight: 900;
}

.member-sidebar a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--lime);
}

.member-main {
  display: grid;
  gap: 26px;
}

.member-panel,
.member-category {
  display: grid;
  gap: 14px;
  scroll-margin-top: 100px;
}

.member-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.member-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.member-panel-heading h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.owned-list,
.pending-list {
  display: grid;
  gap: 10px;
}

.owned-list article,
.pending-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.owned-list div {
  display: grid;
  gap: 4px;
}

.owned-list strong,
.pending-list strong {
  color: var(--paper-2);
}

.owned-list span,
.pending-list span,
.empty-note {
  color: var(--muted-light);
  font-weight: 700;
}

.member-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.member-product-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(160deg, rgba(200, 255, 66, 0.06), transparent 50%),
    rgba(255, 255, 255, 0.06);
}

.member-product-card-with-art {
  padding: 0;
}

.member-product-card-with-art .product-meta-row,
.member-product-card-with-art h3,
.member-product-card-with-art p,
.member-product-card-with-art .member-product-tags,
.member-product-card-with-art .product-card-footer {
  margin-left: 20px;
  margin-right: 20px;
}

.member-product-card-with-art .product-meta-row {
  margin-top: 18px;
}

.member-product-art {
  border-bottom: 1px solid var(--line);
}

.member-product-art img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.member-product-owned {
  border-color: rgba(200, 255, 66, 0.42);
  background:
    linear-gradient(160deg, rgba(200, 255, 66, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.07);
}

.member-product-card p {
  color: var(--muted-light);
  font-weight: 650;
}

.member-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
}

.member-product-tags span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 9px;
  color: var(--lime);
}

.store-toast {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  max-width: min(420px, calc(100% - 44px));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: #172131;
  color: var(--paper);
  font-weight: 850;
  box-shadow: var(--shadow);
}

.store-toast-success {
  border-color: rgba(200, 255, 66, 0.45);
}

.store-toast-warning {
  border-color: rgba(255, 209, 102, 0.55);
}

.store-toast-error {
  border-color: rgba(255, 106, 61, 0.55);
}

.admin-page-shell {
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.09), transparent 32%),
    linear-gradient(225deg, rgba(53, 208, 255, 0.1), transparent 30%),
    #0d121b;
}

.admin-main {
  width: min(1540px, calc(100% - 40px));
}

.admin-login-panel,
.admin-hero,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.08), rgba(53, 208, 255, 0.06)),
    rgba(23, 33, 49, 0.82);
  box-shadow: var(--shadow);
}

.admin-login-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(24px, 6vw, 70px);
  align-items: center;
  padding: clamp(30px, 6vw, 64px);
}

.admin-login-panel h1,
.admin-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 78px);
}

.admin-login-panel p,
.admin-hero p {
  max-width: 780px;
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
}

.admin-login-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(26px, 5vw, 44px);
}

.admin-hero-actions {
  display: grid;
  gap: 10px;
  min-width: 260px;
}

.admin-demo-toggle {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-demo-toggle span {
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-demo-toggle strong {
  color: var(--paper-2);
  font-size: 24px;
  line-height: 1;
}

.admin-demo-toggle-on {
  border-color: rgba(255, 209, 102, 0.65);
  background: rgba(255, 209, 102, 0.14);
  box-shadow: 0 16px 45px rgba(255, 209, 102, 0.12);
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.admin-stat-grid article {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-stat-grid span,
.admin-panel-heading span {
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-stat-grid strong {
  color: var(--paper-2);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.admin-stat-grid p {
  margin-bottom: 0;
  color: var(--muted-light);
  font-weight: 750;
}

.admin-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.admin-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  align-content: start;
  gap: 8px;
  height: max-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-sidebar a {
  border-radius: 8px;
  padding: 12px;
  color: var(--muted-light);
  font-weight: 900;
}

.admin-sidebar a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--lime);
}

.admin-content {
  display: grid;
  gap: 24px;
}

.admin-panel {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  scroll-margin-top: 100px;
}

.admin-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.admin-panel-heading h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 48px);
}

.admin-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-two-column > div,
.admin-two-column > form {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.admin-two-column h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.admin-mini-list {
  display: grid;
  gap: 10px;
}

.admin-mini-list article {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-mini-list strong {
  color: var(--paper-2);
}

.admin-mini-list span {
  color: var(--muted-light);
  font-size: 13px;
  font-weight: 750;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  font: inherit;
}

.admin-form select option {
  background: #172131;
  color: var(--paper);
}

.admin-form textarea {
  resize: vertical;
}

.admin-form-wide,
.admin-form-actions {
  grid-column: 1 / -1;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-check-row {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 12px;
  text-transform: none !important;
}

.admin-check-row input {
  width: 20px;
  min-height: 20px;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  background: rgba(255, 255, 255, 0.07);
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-table td {
  color: var(--paper);
  font-weight: 720;
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table td span {
  color: var(--muted-light);
  font-size: 12px;
}

.admin-table button,
.admin-category-grid button,
.admin-owned-pill button {
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 2px;
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.admin-table button:hover,
.admin-category-grid button:hover {
  border-color: rgba(200, 255, 66, 0.45);
  color: var(--lime);
}

.admin-status {
  display: inline-flex !important;
  width: max-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 8px;
  color: var(--paper) !important;
  font-size: 11px !important;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-status-active,
.admin-status-paid {
  border-color: rgba(200, 255, 66, 0.5);
  background: rgba(200, 255, 66, 0.12);
}

.admin-status-inactive,
.admin-status-cancelled,
.admin-status-refunded {
  border-color: rgba(255, 106, 61, 0.5);
  background: rgba(255, 106, 61, 0.12);
}

.admin-status-pending_payment {
  border-color: rgba(255, 209, 102, 0.55);
  background: rgba(255, 209, 102, 0.12);
}

.admin-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-category-grid article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.admin-category-grid img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.admin-category-grid div {
  padding: 16px;
}

.admin-category-grid span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-category-grid h3 {
  margin: 8px 0;
  font-size: 24px;
}

.admin-category-grid p {
  color: var(--muted-light);
  font-weight: 650;
}

.admin-owned-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(200, 255, 66, 0.35);
  border-radius: 8px;
  margin: 0 5px 5px 0;
  padding: 5px 8px;
  color: var(--paper) !important;
  background: rgba(200, 255, 66, 0.1);
}

.admin-owned-pill button {
  min-height: 22px;
  margin: 0;
  padding: 2px 6px;
}

.checkout-main {
  width: min(1320px, calc(100% - 40px));
}

.checkout-hero,
.delivery-hero,
.delivery-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(200, 255, 66, 0.1), rgba(53, 208, 255, 0.1)),
    rgba(23, 33, 49, 0.84);
  box-shadow: var(--shadow);
}

.delivery-gate {
  grid-template-columns: 1fr;
}

.checkout-hero h1,
.delivery-hero h1,
.delivery-gate h1 {
  max-width: 860px;
  margin-bottom: 16px;
  font-size: clamp(42px, 6vw, 78px);
}

.checkout-hero p,
.delivery-hero p,
.delivery-gate p {
  max-width: 760px;
  color: var(--muted-light);
  font-size: 18px;
  font-weight: 650;
}

.checkout-status {
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.checkout-status span {
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-status strong {
  color: var(--paper-2);
  font-size: 30px;
  line-height: 1;
}

.checkout-status p {
  margin-bottom: 0;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.checkout-status-paid {
  border-color: rgba(200, 255, 66, 0.5);
  background: rgba(200, 255, 66, 0.12);
}

.checkout-status-pending {
  border-color: rgba(255, 209, 102, 0.55);
  background: rgba(255, 209, 102, 0.1);
}

.checkout-layout,
.delivery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  margin-top: 24px;
}

.checkout-card,
.delivery-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 32px);
  background:
    linear-gradient(160deg, rgba(200, 255, 66, 0.06), transparent 52%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.checkout-product-card > span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(200, 255, 66, 0.38);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 8px 10px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-product-card h2,
.checkout-payment-card h2,
.delivery-item-card h2,
.receipt-card h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 46px);
}

.checkout-product-card p,
.checkout-payment-card p,
.delivery-item-card p {
  color: var(--muted-light);
  font-size: 17px;
  font-weight: 650;
}

.checkout-product-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.checkout-product-meta div,
.checkout-summary div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.checkout-product-meta span,
.checkout-summary span,
.receipt-card dt {
  display: block;
  color: var(--muted-light);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-product-meta strong,
.checkout-summary strong,
.receipt-card dd {
  color: var(--paper-2);
  font-weight: 900;
}

.checkout-payment-card {
  display: grid;
  gap: 14px;
}

.checkout-summary {
  display: grid;
  gap: 10px;
}

.checkout-payment-card button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.delivery-item-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.delivery-checkmark {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  color: var(--ink);
  font-size: 38px;
  font-weight: 950;
}

.delivery-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.receipt-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.receipt-card dl div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.receipt-card dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.owned-list-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 118px;
  }

  .hero-content,
  .hero-copy,
  .hero-actions,
  .hero-stats {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  .hero-bg {
    background-position: 60% center;
  }

  .hero-stats.hero-stats-four,
  .workflow-board,
  .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-snapshot-inner,
  .showcase-grid,
  .visual-band-grid {
    grid-template-columns: 1fr;
  }

  .visual-stack img:first-child {
    transform: none;
  }

  .hero-stats,
  .product-grid,
  .split,
  .auth-layout,
  .category-grid,
  .category-grid-home,
  .catalog-category-heading,
  .best-seller-card,
  .product-grid-catalog,
  .dashboard-hero,
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .best-seller-art {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .contact-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-member-hero,
  .member-dashboard-shell,
  .admin-login-panel,
  .admin-hero,
  .admin-shell,
  .admin-two-column,
  .admin-category-grid,
  .checkout-hero,
  .delivery-hero,
  .checkout-layout,
  .delivery-layout {
    grid-template-columns: 1fr;
  }

  .member-stats,
  .member-product-grid,
  .admin-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-sidebar,
  .admin-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-product-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .hero {
    padding-bottom: 42px;
  }

  .hero-content,
  .hero-actions,
  .hero-stats {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  h1 {
    font-size: clamp(46px, 14vw, 58px);
  }

  .hero-copy {
    max-width: 100%;
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .hero-upgraded {
    min-height: 78vh;
  }

  .hero-upgraded h1 {
    font-size: 42px;
    line-height: 0.98;
  }

  .hero-stats.hero-stats-four,
  .snapshot-grid,
  .workflow-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-snapshot {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-snapshot h2,
  .section-heading-wide h2,
  .showcase-grid h2,
  .visual-copy h2,
  .contact-row h2 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .home-featured-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-actions {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .button {
    width: 100%;
    max-width: 100%;
  }

  .workflow-list div {
    grid-template-columns: 1fr;
  }

  .page-main {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 116px;
  }

  .page-card,
  .page-hero,
  .page-content {
    max-width: 100%;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero p,
  .policy-section p,
  .policy-section li,
  .auth-panel p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .catalog-main,
  .dashboard-main {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .catalog-hero,
  .dashboard-hero {
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }

  .catalog-hero > *,
  .dashboard-hero > *,
  .catalog-section,
  .catalog-section > *,
  .catalog-list,
  .catalog-list > *,
  .catalog-category,
  .catalog-category > *,
  .category-grid,
  .category-grid > *,
  .product-grid-catalog,
  .product-grid-catalog > *,
  .dashboard-shell,
  .dashboard-shell > * {
    max-width: 100%;
    min-width: 0;
  }

  .catalog-category-heading img,
  .category-tile img {
    max-width: 100%;
  }

  .catalog-hero h1,
  .dashboard-hero h1 {
    font-size: 34px;
    line-height: 0.98;
  }

  .catalog-hero p,
  .dashboard-hero p {
    font-size: 16px;
  }

  .catalog-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-section {
    max-width: 100%;
  }

  .catalog-section .section-heading h2,
  .catalog-category-heading h2,
  .dashboard-toolbar h2,
  .dashboard-category-heading h2 {
    font-size: 30px;
    overflow-wrap: anywhere;
  }

  .catalog-section .section-heading p,
  .catalog-category-heading p {
    overflow-wrap: anywhere;
  }

  .product-card-footer,
  .dashboard-toolbar,
  .dashboard-category-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-side {
    grid-template-columns: 1fr;
  }

  .member-dashboard-main {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dashboard-member-hero,
  .member-identity,
  .owned-list article,
  .pending-list article,
  .member-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-stats,
  .member-product-grid,
  .member-sidebar,
  .admin-stat-grid,
  .admin-sidebar,
  .admin-form,
  .admin-category-grid,
  .admin-category-grid article,
  .checkout-product-meta,
  .delivery-item-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .member-actions,
  .owned-list .button,
  .product-action,
  .admin-hero-actions,
  .admin-form-actions,
  .admin-form-actions .button,
  .delivery-actions,
  .delivery-actions .button,
  .checkout-payment-card .button,
  .owned-list-actions,
  .owned-list-actions .button {
    width: 100%;
  }

  .member-gate h1,
  .member-identity h1,
  .admin-login-panel h1,
  .admin-hero h1 {
    font-size: 34px;
  }

  .admin-main {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .admin-panel-heading,
  .admin-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-category-grid img {
    min-height: 180px;
  }

  .checkout-main {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .checkout-hero,
  .delivery-hero,
  .delivery-gate {
    padding: 24px;
  }

  .checkout-hero h1,
  .delivery-hero h1,
  .delivery-gate h1 {
    font-size: 34px;
  }

  .delivery-checkmark {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
