:root {
  --bg: #071015;
  --bg-soft: #0a141b;
  --surface: #101c24;
  --surface-raised: #14232d;
  --surface-glass: rgba(16, 28, 36, 0.78);
  --text: #f2f8f7;
  --text-soft: #c7d3d3;
  --muted: #8fa2a6;
  --line: rgba(215, 241, 238, 0.11);
  --line-strong: rgba(215, 241, 238, 0.2);
  --brand: #78f7ba;
  --brand-strong: #4ae39b;
  --brand-ink: #062417;
  --blue: #65d9ff;
  --violet: #9988ff;
  --amber: #ffcc70;
  --rose: #ff8fa5;
  --danger: #ff6d7a;
  --success: #64e6a8;
  --warning: #ffc862;
  --shadow-sm: 0 12px 35px rgba(0, 0, 0, 0.18);
  --shadow-lg: 0 34px 90px rgba(0, 0, 0, 0.38);
  --radius-sm: 13px;
  --radius: 20px;
  --radius-lg: 30px;
  --header-height: 76px;
}

:root[data-theme="light"] {
  --bg: #f4f7f5;
  --bg-soft: #ebf1ee;
  --surface: #ffffff;
  --surface-raised: #f8fbf9;
  --surface-glass: rgba(255, 255, 255, 0.82);
  --text: #10201b;
  --text-soft: #364b43;
  --muted: #657a72;
  --line: rgba(16, 50, 39, 0.1);
  --line-strong: rgba(16, 50, 39, 0.18);
  --brand: #22c981;
  --brand-strong: #13b772;
  --brand-ink: #ffffff;
  --shadow-sm: 0 12px 35px rgba(18, 50, 39, 0.08);
  --shadow-lg: 0 30px 80px rgba(18, 50, 39, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--brand-ink); background: var(--brand); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
input, select, textarea { color: var(--text); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { color: var(--muted); line-height: 1.7; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.app-shell { min-height: 100vh; overflow: clip; }
.section { padding-block: 92px; }
.icon { flex: 0 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(18px) saturate(150%);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  position: relative;
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(120, 247, 186, 0.42);
  border-radius: 13px;
  color: var(--brand-ink);
  background: linear-gradient(145deg, #b9ffdc, var(--brand));
  box-shadow: 0 12px 28px rgba(70, 226, 154, 0.18);
  font-weight: 950;
  font-size: 1.1rem;
}
.brand-mark::after { content: ""; position: absolute; width: 35px; height: 1px; transform: rotate(-45deg); background: rgba(6, 36, 23, 0.25); }
.brand-mark span { position: relative; z-index: 1; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 0.98rem; letter-spacing: 0.08em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 0.62rem; letter-spacing: 0.28em; }

.main-nav { display: flex; align-items: center; justify-content: center; gap: 5px; }
.main-nav a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  transition: 180ms ease;
}
.main-nav a:hover { color: var(--text); background: color-mix(in srgb, var(--surface-raised) 75%, transparent); }
.main-nav a.active { color: var(--text); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.nav-count { min-width: 19px; height: 19px; display: grid; place-items: center; padding-inline: 5px; border-radius: 99px; color: var(--brand-ink); background: var(--brand); font-size: 0.68rem; }
.header-actions, .account-menu { display: flex; align-items: center; gap: 8px; }
.icon-button {
  width: 41px;
  height: 41px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--text-soft);
  background: var(--surface);
  cursor: pointer;
  transition: 180ms ease;
}
.icon-button:hover { color: var(--text); border-color: var(--line-strong); transform: translateY(-1px); }
.menu-button { display: none; }
.avatar-button { display: flex; align-items: center; gap: 9px; padding: 4px 7px 4px 4px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.avatar-button > span:first-child { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; color: var(--brand-ink); background: var(--brand); font-weight: 850; }
.avatar-button > span:last-child { display: grid; min-width: 70px; }
.avatar-button small { color: var(--muted); font-size: 0.62rem; }
.avatar-button strong { margin-top: 2px; font-size: 0.78rem; }

.button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 760;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.button-small { min-height: 39px; padding-inline: 15px; border-radius: 12px; font-size: 0.82rem; }
.button-large { min-height: 53px; padding-inline: 23px; border-radius: 16px; }
.button-primary { color: var(--brand-ink); background: var(--brand); box-shadow: 0 13px 35px rgba(70, 226, 154, 0.16); }
.button-primary:hover { background: var(--brand-strong); box-shadow: 0 16px 40px rgba(70, 226, 154, 0.23); }
.button-secondary { color: var(--text); border-color: var(--line-strong); background: var(--surface); }
.button-secondary:hover, .button-ghost:hover { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
.button-ghost { color: var(--text-soft); border-color: var(--line); background: transparent; }
.button-light { color: #0d271c; background: #f1fff8; box-shadow: 0 12px 38px rgba(0, 0, 0, 0.12); }
.button-danger { color: #fff; background: var(--danger); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-weight: 750; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link .icon { transition: 180ms ease; }

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 17px;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 830;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-section { position: relative; padding: 90px 0 0; isolation: isolate; }
.hero-section::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.4), transparent 76%); opacity: 0.3; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { top: 50px; left: -180px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(62, 222, 151, 0.13), transparent 68%); }
.hero-glow-two { top: 0; right: -120px; width: 610px; height: 610px; background: radial-gradient(circle, rgba(109, 99, 255, 0.14), transparent 70%); }
.hero-layout { display: grid; grid-template-columns: 0.96fr 1.04fr; align-items: center; gap: clamp(44px, 8vw, 100px); }
.hero-copy h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(3.25rem, 6.2vw, 6.4rem); line-height: 0.92; letter-spacing: -0.075em; }
.hero-copy h1 em { display: block; color: var(--brand); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-copy > p { max-width: 630px; margin-bottom: 30px; color: var(--text-soft); font-size: clamp(1rem, 1.5vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 31px; }
.hero-proof > div:last-child { display: grid; }
.hero-proof strong { font-size: 0.87rem; }
.hero-proof small { margin-top: 3px; color: var(--muted); font-size: 0.76rem; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -8px; border: 3px solid var(--bg); border-radius: 50%; color: #10251d; background: #c8fbe1; font-size: 0.72rem; font-weight: 850; }
.avatar-stack span:nth-child(2) { background: #b8eaff; }
.avatar-stack span:nth-child(3) { background: #d3caff; }
.avatar-stack span:nth-child(4) { color: var(--text); background: var(--surface-raised); }

.hero-product-demo { position: relative; padding: 17px; border: 1px solid var(--line-strong); border-radius: 30px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.demo-topbar { min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 0 4px 14px; }
.demo-logo { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: var(--brand-ink); background: var(--brand); font-weight: 900; }
.demo-topbar > div { display: grid; flex: 1; }
.demo-topbar strong { font-size: 0.88rem; }
.demo-topbar small { margin-top: 3px; color: var(--muted); font-size: 0.72rem; }
.status-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; border-radius: 99px; font-size: 0.68rem; font-weight: 800; }
.status-design { color: #d7d0ff; background: rgba(151, 132, 255, 0.16); }
.demo-preview, .product-art, .modal-product-art { position: relative; overflow: hidden; background: #111b25; }
.demo-preview { min-height: 465px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 23px; }
.accent-violet { --accent-color: #9b87ff; --accent-soft: rgba(155, 135, 255, 0.2); }
.accent-cyan { --accent-color: #65d9ff; --accent-soft: rgba(101, 217, 255, 0.2); }
.accent-amber { --accent-color: #ffcb6b; --accent-soft: rgba(255, 203, 107, 0.2); }
.accent-rose { --accent-color: #ff8fa5; --accent-soft: rgba(255, 143, 165, 0.2); }
.accent-emerald { --accent-color: #66e5aa; --accent-soft: rgba(102, 229, 170, 0.2); }
.demo-preview::before, .product-art::before, .modal-product-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, var(--accent-soft), transparent 43%), linear-gradient(145deg, transparent 35%, var(--accent-soft)); }
.demo-ring, .product-orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--accent-color) 32%, transparent); border-radius: 50%; }
.ring-a, .orbit-one { width: 360px; height: 360px; }
.ring-b, .orbit-two { width: 520px; height: 520px; }
.demo-phone { position: relative; z-index: 2; width: 205px; height: 382px; display: flex; align-items: center; flex-direction: column; padding: 25px 20px; border: 7px solid #25313c; border-radius: 33px; background: linear-gradient(165deg, #111923, #080d12); box-shadow: 0 36px 75px rgba(0,0,0,.45); }
.demo-speaker { width: 47px; height: 5px; margin-bottom: 42px; border-radius: 99px; background: #303d48; }
.demo-app-icon { width: 59px; height: 59px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 18px; color: #1b1337; background: linear-gradient(145deg, #c8bfff, var(--accent-color)); font-size: 1.3rem; font-weight: 950; }
.demo-phone strong { font-size: 1.1rem; letter-spacing: 0.08em; }
.demo-phone small { margin-top: 5px; color: #81909b; font-size: 0.6rem; }
.demo-login-line { width: 100%; height: 33px; margin-top: 32px; border: 1px solid #293742; border-radius: 9px; }
.demo-login-line.short { margin-top: 9px; }
.demo-login-button { width: 100%; min-height: 33px; display: grid; place-items: center; margin-top: 15px; border-radius: 9px; color: #17122e; background: var(--accent-color); font-size: 0.59rem; font-weight: 900; letter-spacing: 0.08em; }
.floating-spec { position: absolute; z-index: 3; min-width: 142px; display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid var(--line-strong); border-radius: 14px; color: var(--text); background: var(--surface-glass); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); }
.floating-spec > .icon { width: 29px; height: 29px; padding: 7px; border-radius: 9px; color: var(--brand); background: rgba(100, 230, 168, .12); }
.floating-spec span { display: grid; }
.floating-spec small { color: var(--muted); font-size: 0.62rem; }
.floating-spec strong { margin-top: 2px; font-size: 0.73rem; }
.spec-one { top: 106px; left: 20px; }
.spec-two { right: 19px; bottom: 78px; }
.demo-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px 4px 1px; }
.demo-progress div { display: grid; gap: 6px; }
.demo-progress span { color: var(--muted); font-size: 0.65rem; }
.demo-progress b { height: 3px; border-radius: 99px; background: var(--line-strong); }
.demo-progress b.done { background: var(--brand); }
.demo-progress b.current { background: linear-gradient(90deg, var(--brand) 55%, var(--line-strong) 55%); }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-stats div { display: grid; gap: 4px; padding: 26px 24px; border-right: 1px solid var(--line); }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { font-size: 1.18rem; }
.hero-stats span { color: var(--muted); font-size: 0.76rem; }

.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 730px; margin-bottom: 16px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -0.055em; }
.section-heading p { max-width: 610px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; }
.split-heading > div:last-child { padding-bottom: 7px; }
.split-heading .text-link { margin-top: 9px; }
.centered { display: grid; justify-items: center; text-align: center; }
.centered p { text-align: center; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-sm); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.product-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--accent-color) 35%, var(--line)); box-shadow: var(--shadow-lg); }
.product-art { min-height: 208px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.product-orbit.orbit-one { width: 165px; height: 165px; }
.product-orbit.orbit-two { width: 250px; height: 250px; }
.product-monogram { position: relative; z-index: 2; width: 91px; height: 91px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--accent-color) 35%, white 12%); border-radius: 28px; color: #101820; background: linear-gradient(145deg, color-mix(in srgb, var(--accent-color) 45%, white), var(--accent-color)); box-shadow: 0 22px 55px var(--accent-soft); font-size: 1.15rem; font-weight: 950; letter-spacing: -0.04em; }
.product-monogram.large { width: 120px; height: 120px; border-radius: 36px; font-size: 1.5rem; }
.product-badge { position: absolute; z-index: 3; top: 15px; left: 15px; min-height: 27px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid color-mix(in srgb, var(--accent-color) 36%, transparent); border-radius: 99px; color: color-mix(in srgb, var(--accent-color) 70%, white); background: color-mix(in srgb, var(--accent-color) 11%, #101820); font-size: .68rem; font-weight: 800; }
:root[data-theme="light"] .product-badge { color: color-mix(in srgb, var(--accent-color) 72%, #12261e); background: color-mix(in srgb, var(--accent-color) 12%, white); }
.favorite-button { position: absolute; z-index: 4; top: 14px; right: 14px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 11px; color: var(--text-soft); background: var(--surface-glass); cursor: pointer; }
.favorite-button.active, .favorite-large.active { color: var(--rose); }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 11px; color: var(--muted); font-size: 0.7rem; font-weight: 700; }
.product-meta span:last-child { display: inline-flex; align-items: center; gap: 5px; }
.product-title-button { width: 100%; padding: 0; text-align: left; background: transparent; cursor: pointer; }
.product-title-button h3 { margin-bottom: 10px; color: var(--text); font-size: 1.2rem; line-height: 1.2; letter-spacing: -0.025em; }
.product-content > p { min-height: 65px; margin-bottom: 15px; font-size: 0.84rem; line-height: 1.55; }
.feature-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--text-soft); font-size: 0.87rem; line-height: 1.45; }
.feature-list li .icon { margin-top: 1px; color: var(--brand); }
.feature-list.compact { min-height: 73px; gap: 7px; margin-bottom: 18px; }
.feature-list.compact li { font-size: 0.78rem; }
.product-price-row { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.product-price-row > div { display: grid; }
.product-price-row small { color: var(--muted); font-size: .66rem; }
.product-price-row > small { max-width: 115px; text-align: right; line-height: 1.35; }
.product-price-row strong { margin-top: 2px; font-size: 1.32rem; letter-spacing: -0.04em; }
.product-actions { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9px; margin-top: 17px; }
.product-actions .button { padding-inline: 11px; }

.process-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.process-card > span { position: absolute; top: 14px; right: 18px; color: color-mix(in srgb, var(--muted) 32%, transparent); font-size: 3.4rem; font-weight: 900; letter-spacing: -0.08em; }
.process-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 14px; color: var(--brand); background: rgba(100, 230, 168, 0.1); }
.process-card h3 { margin-bottom: 10px; font-size: 1.14rem; }
.process-card p { margin-bottom: 0; font-size: 0.86rem; }
.trust-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 55px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface) 80%, var(--brand) 4%)); }
.trust-copy h2 { max-width: 530px; margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -0.055em; }
.trust-copy > p { margin-bottom: 25px; }
.trust-metrics { display: grid; gap: 11px; }
.trust-metrics > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: color-mix(in srgb, var(--bg) 55%, transparent); }
.trust-metrics span { grid-row: span 2; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--brand); background: rgba(100, 230, 168, .1); font-size: .72rem; font-weight: 850; }
.trust-metrics strong { font-size: .92rem; }
.trust-metrics small { margin-top: 4px; color: var(--muted); font-size: .74rem; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px; overflow: hidden; border-radius: 30px; color: #effff7; background: linear-gradient(120deg, #176b49, #167f55 55%, #2b8c72); box-shadow: var(--shadow-lg); }
.cta-panel .eyebrow { color: #baffdb; }
.cta-panel h2 { max-width: 720px; margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -0.055em; }
.cta-panel p { margin-bottom: 0; color: rgba(240,255,248,.72); }
.cta-panel .button { flex: 0 0 auto; }

.page-hero { position: relative; padding: 73px 0 58px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.page-hero::after { content: ""; position: absolute; top: -120px; right: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(98, 225, 169, .1), transparent 70%); }
.page-hero-inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.page-hero h1 { max-width: 760px; margin-bottom: 15px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.065em; }
.page-hero p { margin-bottom: 0; font-size: 1.02rem; }
.catalog-mini-card { min-width: 230px; display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow-sm); }
.catalog-mini-card > .icon { width: 38px; height: 38px; padding: 9px; border-radius: 12px; color: var(--brand); background: rgba(100,230,168,.1); }
.catalog-mini-card span { display: grid; }
.catalog-mini-card strong { font-size: .84rem; }
.catalog-mini-card small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.catalog-section { padding-top: 52px; }
.catalog-controls { display: grid; grid-template-columns: 1fr 220px 130px; gap: 11px; }
.search-field, .select-field { min-height: 51px; display: flex; align-items: center; gap: 11px; padding: 0 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.search-field:focus-within, .select-field:focus-within { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); box-shadow: 0 0 0 3px rgba(100,230,168,.08); }
.search-field > .icon { color: var(--muted); }
.search-field input { width: 100%; height: 48px; border: 0; outline: 0; background: transparent; }
.search-field input::placeholder { color: color-mix(in srgb, var(--muted) 70%, transparent); }
.select-field { display: grid; grid-template-columns: auto 1fr; gap: 7px; }
.select-field span { color: var(--muted); font-size: .7rem; white-space: nowrap; }
.select-field select { min-width: 0; border: 0; outline: 0; background: transparent; font-size: .77rem; font-weight: 700; }
.select-field option { color: #10201b; background: #fff; }
.filter-favorite { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 15px; color: var(--text-soft); background: var(--surface); cursor: pointer; font-size: .78rem; font-weight: 750; }
.filter-favorite.active { color: var(--rose); border-color: color-mix(in srgb, var(--rose) 40%, var(--line)); background: color-mix(in srgb, var(--rose) 8%, var(--surface)); }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 30px; }
.category-pills button { min-height: 36px; padding: 0 14px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: .75rem; font-weight: 700; }
.category-pills button:hover { color: var(--text); }
.category-pills button.active { color: var(--brand-ink); border-color: var(--brand); background: var(--brand); }
.catalog-result-line { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.catalog-result-line strong { font-size: .9rem; }
.catalog-result-line span { color: var(--muted); font-size: .76rem; }
.empty-state { display: grid; justify-items: center; padding: 70px 24px; border: 1px dashed var(--line-strong); border-radius: 24px; text-align: center; background: var(--surface); }
.empty-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 18px; color: var(--brand); background: rgba(100,230,168,.1); }
.empty-state h2 { margin-bottom: 9px; font-size: 1.5rem; }
.empty-state p { max-width: 520px; margin-bottom: 20px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 25px; overflow-y: auto; background: rgba(1, 8, 11, .72); backdrop-filter: blur(10px); animation: fade-in 150ms ease; }
.product-modal { position: relative; width: min(980px, 100%); display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow-lg); animation: modal-in 220ms ease; }
.modal-close { position: absolute; top: 15px; right: 15px; z-index: 6; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--text); background: var(--surface-glass); cursor: pointer; }
.modal-product-art { min-height: 600px; display: grid; place-items: center; }
.modal-product-copy { padding: 52px 45px 35px; }
.modal-product-copy h2 { margin-bottom: 13px; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1; letter-spacing: -.05em; }
.modal-product-copy > p { font-size: .92rem; }
.modal-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; }
.modal-facts > div { display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg-soft); }
.modal-facts .icon { color: var(--brand); }
.modal-facts span { display: grid; }
.modal-facts small { color: var(--muted); font-size: .64rem; }
.modal-facts strong { margin-top: 3px; font-size: .78rem; }
.modal-product-copy h3 { margin: 24px 0 13px; font-size: .86rem; }
.two-columns { grid-template-columns: 1fr 1fr; }
.modal-product-footer { display: flex; align-items: center; gap: 10px; margin-top: 28px; padding-top: 21px; border-top: 1px solid var(--line); }
.modal-product-footer > div { display: grid; margin-right: auto; }
.modal-product-footer small { color: var(--muted); font-size: .66rem; }
.modal-product-footer strong { margin-top: 2px; font-size: 1.55rem; }
.favorite-large { flex: 0 0 auto; }
.legal-note { margin: 16px 0 0 !important; font-size: .67rem !important; line-height: 1.5 !important; }

.site-footer { margin-top: 50px; padding-top: 64px; border-top: 1px solid var(--line); background: var(--bg-soft); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr; gap: 80px; padding-bottom: 45px; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer-grid > div:first-child p { max-width: 430px; margin: 9px 0 0; font-size: .82rem; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 4px; font-size: .78rem; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { color: var(--muted); font-size: .77rem; }
.footer-grid a:hover { color: var(--brand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 150; min-width: 250px; max-width: 380px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 15px; color: var(--text); background: var(--surface-glass); backdrop-filter: blur(15px); box-shadow: var(--shadow-lg); font-size: .8rem; font-weight: 650; animation: toast-in 250ms ease; }
.toast-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: var(--brand-ink); background: var(--success); }
.toast-error .toast-icon { color: #fff; background: var(--danger); }
.toast-info .toast-icon { color: #071015; background: var(--blue); }

/* Cart and checkout */
.cart-page { padding-top: 52px; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 355px; gap: 24px; align-items: start; }
.cart-main { min-width: 0; }
.cart-heading { margin-bottom: 19px; }
.cart-heading h2, .checkout-card h2 { margin-bottom: 5px; font-size: 1.35rem; letter-spacing: -.03em; }
.cart-heading p, .checkout-card p { margin-bottom: 0; font-size: .8rem; }
.cart-items { display: grid; gap: 11px; }
.cart-item { display: grid; grid-template-columns: 65px minmax(180px, 1fr) auto auto 35px; align-items: center; gap: 15px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.cart-product-icon { position: relative; width: 65px; height: 65px; display: grid; place-items: center; overflow: hidden; border-radius: 17px; color: #101820; background: linear-gradient(145deg, color-mix(in srgb, var(--accent-color) 45%, white), var(--accent-color)); font-size: .72rem; font-weight: 950; }
.cart-product-icon::after { content: ""; position: absolute; width: 78px; height: 78px; border: 1px solid color-mix(in srgb, var(--accent-color) 55%, transparent); border-radius: 50%; }
.cart-product-icon span { position: relative; z-index: 1; }
.cart-item-copy > span { color: var(--brand); font-size: .65rem; font-weight: 750; }
.cart-item-copy h3 { margin: 4px 0 5px; font-size: .94rem; }
.cart-item-copy p { margin: 0; font-size: .68rem; }
.quantity-control { display: inline-flex; align-items: center; gap: 9px; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-soft); }
.quantity-control button { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: var(--surface); cursor: pointer; }
.quantity-control strong { min-width: 15px; text-align: center; font-size: .78rem; }
.cart-item-price { min-width: 76px; text-align: right; font-size: .9rem; }
.cart-remove { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; }
.cart-remove:hover { color: var(--danger); background: color-mix(in srgb, var(--danger) 9%, transparent); }
.checkout-card { margin-top: 34px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.checkout-card-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; }
.checkout-number { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--brand-ink); background: var(--brand); font-size: .75rem; font-weight: 900; }
.checkout-form, .auth-form, .admin-product-form { display: grid; gap: 16px; }
.credit-checkout-box { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-soft); }
.credit-checkout-box.ready { border-color: color-mix(in srgb, var(--success) 35%, var(--line)); background: color-mix(in srgb, var(--success) 6%, var(--bg-soft)); }
.credit-checkout-box.insufficient { border-color: color-mix(in srgb, var(--danger) 35%, var(--line)); background: color-mix(in srgb, var(--danger) 6%, var(--bg-soft)); }
.credit-checkout-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--brand-ink); background: var(--brand); }
.credit-checkout-box > div { display: grid; gap: 3px; }
.credit-checkout-box small { color: var(--muted); font-size: .62rem; }
.credit-checkout-box strong { font-size: 1.15rem; letter-spacing: -.03em; }
.credit-checkout-box p { font-size: .66rem; }
.form-grid { display: grid; gap: 13px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid.three { grid-template-columns: repeat(3, 1fr); }
.field { display: grid; gap: 7px; }
.field > span { color: var(--text-soft); font-size: .72rem; font-weight: 750; }
.field > span small { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea, .coupon-box input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  color: var(--text);
  background: var(--bg-soft);
  transition: 160ms ease;
}
.field textarea { min-height: 105px; padding-block: 12px; resize: vertical; }
.field select option { color: #10201b; background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus, .coupon-box input:focus { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); box-shadow: 0 0 0 3px rgba(100,230,168,.07); }
.terms-check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .7rem; line-height: 1.5; cursor: pointer; }
.terms-check input { margin-top: 2px; accent-color: var(--brand-strong); }
.submit-order-mobile { display: none; }
.signin-required { display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid color-mix(in srgb, var(--brand) 25%, var(--line)); border-radius: 16px; background: color-mix(in srgb, var(--brand) 6%, var(--bg-soft)); }
.signin-required > .icon { color: var(--brand); }
.signin-required > div { flex: 1; }
.signin-required strong { font-size: .86rem; }
.signin-required p { margin: 3px 0 0; font-size: .7rem; }
.cart-summary { position: sticky; top: calc(var(--header-height) + 20px); padding: 23px; border: 1px solid var(--line-strong); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-sm); }
.cart-summary > .checkout-number { margin-bottom: 13px; }
.cart-summary h2 { margin-bottom: 21px; font-size: 1.25rem; }
.coupon-box { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.coupon-box > label { display: block; margin-bottom: 7px; color: var(--text-soft); font-size: .7rem; font-weight: 750; }
.coupon-box > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.coupon-box input { min-width: 0; height: 42px; min-height: 42px; text-transform: uppercase; }
.coupon-box button { padding-inline: 12px; border-radius: 11px; color: var(--brand-ink); background: var(--brand); cursor: pointer; font-size: .72rem; font-weight: 800; }
.coupon-box > small { display: block; margin-top: 8px; font-size: .66rem; }
.coupon-ok { color: var(--success); }
.coupon-error { color: var(--danger); }
.summary-lines { display: grid; gap: 12px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.summary-lines > div { display: flex; justify-content: space-between; gap: 20px; font-size: .76rem; }
.summary-lines span { color: var(--muted); }
.discount-line strong { color: var(--success); }
.summary-total { display: grid; padding: 20px 0; }
.summary-total span { color: var(--muted); font-size: .72rem; }
.summary-total strong { margin-top: 3px; font-size: 1.75rem; letter-spacing: -.05em; }
.summary-total small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.summary-balance { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: -6px 0 17px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: var(--bg-soft); font-size: .67rem; }
.summary-balance strong { color: var(--text); font-size: .8rem; }
.cart-summary > .button { width: 100%; }
.secure-note { display: flex; align-items: flex-start; gap: 8px; margin-top: 14px; color: var(--muted); font-size: .64rem; line-height: 1.45; }
.secure-note .icon { color: var(--brand); }
.insufficient-note { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; padding: 10px; border: 1px solid color-mix(in srgb, var(--danger) 30%, var(--line)); border-radius: 11px; color: var(--danger); background: color-mix(in srgb, var(--danger) 6%, transparent); font-size: .63rem; line-height: 1.45; }
.order-success-page { min-height: calc(100vh - var(--header-height)); display: grid; place-items: center; }
.order-success-card { width: min(650px, 100%); display: grid; justify-items: center; padding: 50px; border: 1px solid var(--line); border-radius: 28px; text-align: center; background: var(--surface); box-shadow: var(--shadow-lg); }
.success-check { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 22px; color: var(--brand-ink); background: var(--brand); box-shadow: 0 15px 40px rgba(70,226,154,.2); }
.order-success-card h1 { margin-bottom: 14px; font-size: 3.3rem; letter-spacing: -.06em; }
.order-success-card > p { max-width: 520px; }
.success-summary { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0 25px; border: 1px solid var(--line); border-radius: 16px; }
.success-summary div { display: grid; gap: 4px; padding: 15px; border-right: 1px solid var(--line); }
.success-summary div:last-child { border-right: 0; }
.success-summary span { color: var(--muted); font-size: .66rem; }
.success-summary strong { font-size: .82rem; }
.success-actions { display: flex; gap: 10px; }

/* Account and authentication */
.auth-page { position: relative; min-height: calc(100vh - var(--header-height)); display: grid; place-items: center; padding-block: 70px; overflow: hidden; }
.auth-glow { position: absolute; top: 50%; left: 17%; width: 600px; height: 600px; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(76,225,156,.12), transparent 68%); pointer-events: none; }
.auth-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.auth-intro h1 { max-width: 570px; margin-bottom: 20px; font-size: clamp(3rem, 5vw, 5.2rem); line-height: .95; letter-spacing: -.065em; }
.auth-intro > p { max-width: 530px; }
.auth-benefits { display: grid; gap: 11px; margin-top: 28px; }
.auth-benefits > div { display: flex; align-items: center; gap: 12px; }
.auth-benefits > div > .icon { width: 40px; height: 40px; padding: 10px; border-radius: 12px; color: var(--brand); background: rgba(100,230,168,.09); }
.auth-benefits span { display: grid; }
.auth-benefits strong { font-size: .82rem; }
.auth-benefits small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.auth-card { padding: 28px; border: 1px solid var(--line-strong); border-radius: 25px; background: var(--surface); box-shadow: var(--shadow-lg); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 27px; padding: 5px; border-radius: 14px; background: var(--bg-soft); }
.auth-tabs button { min-height: 39px; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; font-size: .77rem; font-weight: 750; }
.auth-tabs button.active { color: var(--text); background: var(--surface-raised); box-shadow: var(--shadow-sm); }
.auth-form-heading h2 { margin-bottom: 6px; font-size: 1.55rem; }
.auth-form-heading p { margin-bottom: 3px; font-size: .8rem; }
.auth-form > .button { width: 100%; }
.form-error { margin: -4px 0 0; color: var(--danger); font-size: .72rem; }
.demo-divider { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .63rem; }
.demo-divider::before, .demo-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.demo-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.demo-buttons button { display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; text-align: left; background: var(--bg-soft); cursor: pointer; }
.demo-buttons button:hover { border-color: var(--line-strong); }
.demo-buttons button > .icon { color: var(--brand); }
.demo-buttons span { display: grid; min-width: 0; }
.demo-buttons strong { font-size: .72rem; }
.demo-buttons small { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: .58rem; text-overflow: ellipsis; }
.demo-security-note { display: flex; align-items: flex-start; gap: 7px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .61rem; line-height: 1.45; }
.demo-security-note .icon { color: var(--warning); }
.account-hero { padding-block: 52px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.account-hero-inner { display: flex; align-items: center; gap: 19px; }
.profile-avatar { width: 70px; height: 70px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 21px; color: var(--brand-ink); background: linear-gradient(145deg, #baffdc, var(--brand)); font-size: 1.7rem; font-weight: 900; }
.account-hero .eyebrow { margin-bottom: 5px; }
.account-hero h1 { margin-bottom: 3px; font-size: 2.6rem; letter-spacing: -.055em; }
.account-hero p { margin-bottom: 0; font-size: .77rem; }
.account-hero-actions { display: flex; gap: 9px; margin-left: auto; }
.account-page { padding-top: 45px; }
.account-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 58px; }
.account-stats > div { display: flex; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.account-stats .icon { width: 39px; height: 39px; padding: 10px; border-radius: 12px; color: var(--brand); background: rgba(100,230,168,.09); }
.account-stats span { display: grid; }
.account-stats small { color: var(--muted); font-size: .65rem; }
.account-stats strong { margin-top: 3px; font-size: 1.05rem; }
.account-stats > .balance-stat { border-color: color-mix(in srgb, var(--brand) 38%, var(--line)); background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 9%, var(--surface)), var(--surface)); }
.account-stats > .balance-stat strong { color: var(--brand); }
.account-section { margin-top: 65px; }
.account-section:first-of-type { margin-top: 0; }
.account-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.account-section-heading .eyebrow { margin-bottom: 7px; }
.account-section-heading h2 { margin-bottom: 0; font-size: 2.2rem; letter-spacing: -.045em; }
.credit-account-section { padding: 24px; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); box-shadow: var(--shadow-sm); }
.credit-account-section .account-section-heading { align-items: center; }
.credit-account-summary { margin-bottom: 22px; padding: 20px; border-radius: 18px; color: #10221a; background: linear-gradient(135deg, #b9ffdc, var(--brand)); }
.credit-account-summary > div { display: flex; align-items: center; gap: 14px; }
.credit-orb { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; color: var(--brand); background: #10221a; }
.credit-account-summary > div > span:last-child { display: grid; }
.credit-account-summary small { font-size: .62rem; font-weight: 750; opacity: .7; }
.credit-account-summary strong { margin-top: 2px; font-size: 1.8rem; letter-spacing: -.05em; }
.credit-account-summary p { margin: 4px 0 0; color: #294839; font-size: .68rem; }
.credit-history { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.credit-history-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 17px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.credit-history-heading h3 { margin: 0; font-size: .85rem; }
.credit-history-heading span { color: var(--muted); font-size: .6rem; }
.credit-movement-list { display: grid; }
.credit-movement { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.credit-movement:last-child { border-bottom: 0; }
.movement-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; }
.movement-icon.recarga { color: var(--success); background: rgba(100,230,168,.1); }
.movement-icon.compra { color: var(--violet); background: rgba(153,136,255,.1); }
.credit-movement > div { display: grid; }
.credit-movement > div strong { font-size: .72rem; }
.credit-movement > div small { margin-top: 3px; color: var(--muted); font-size: .58rem; }
.movement-positive { color: var(--success) !important; }
.movement-negative { color: var(--text) !important; }
.customer-orders { display: grid; gap: 13px; }
.customer-order { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.customer-order-head { display: flex; justify-content: space-between; gap: 20px; }
.customer-order-head > div:first-child > span { color: var(--brand); font-size: .67rem; font-weight: 800; }
.customer-order-head h3 { margin: 5px 0; font-size: 1rem; }
.customer-order-head small { color: var(--muted); font-size: .68rem; }
.customer-order-head > div:last-child { display: grid; justify-items: end; gap: 7px; }
.customer-order-head > div:last-child > strong { font-size: 1rem; }
.order-timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin: 23px 0 18px; }
.order-timeline > div { position: relative; display: grid; justify-items: center; gap: 7px; color: var(--muted); }
.order-timeline > div::after { content: ""; position: absolute; z-index: 0; top: 11px; left: 50%; width: 100%; height: 2px; background: var(--line-strong); }
.order-timeline > div:last-child::after { display: none; }
.order-timeline b { position: relative; z-index: 1; width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid var(--line-strong); border-radius: 50%; background: var(--surface); font-size: .6rem; }
.order-timeline span { font-size: .62rem; text-align: center; }
.order-timeline .complete b, .order-timeline .current b { color: var(--brand-ink); border-color: var(--brand); background: var(--brand); }
.order-timeline .complete::after { background: var(--brand); }
.order-timeline .complete span, .order-timeline .current span { color: var(--text-soft); }
.order-timeline .cancelled b { border-color: color-mix(in srgb, var(--danger) 50%, var(--line)); }
.customer-order-foot { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.customer-order-foot strong { color: var(--text-soft); }
.compact-empty { padding-block: 45px; }

/* Admin */
.admin-access-page { min-height: calc(100vh - var(--header-height)); display: grid; place-items: center; padding: 60px 20px; background: radial-gradient(circle at 50% 20%, rgba(94,230,168,.09), transparent 40%), var(--bg); }
.admin-access-card { width: min(460px, 100%); display: grid; justify-items: center; padding: 38px; border: 1px solid var(--line-strong); border-radius: 25px; text-align: center; background: var(--surface); box-shadow: var(--shadow-lg); }
.admin-access-icon { width: 61px; height: 61px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 18px; color: var(--brand-ink); background: var(--brand); }
.admin-access-card .eyebrow { margin-bottom: 8px; }
.admin-access-card h1 { margin-bottom: 11px; font-size: 2.5rem; letter-spacing: -.06em; }
.admin-access-card > p { font-size: .82rem; }
.admin-access-card .auth-form { width: 100%; margin-top: 12px; text-align: left; }
.wrong-role-note { width: 100%; margin: 10px 0; padding: 11px; border: 1px solid color-mix(in srgb, var(--warning) 30%, var(--line)); border-radius: 12px; color: var(--warning); background: color-mix(in srgb, var(--warning) 7%, transparent); font-size: .68rem; }
.demo-admin-hint { width: 100%; display: grid; gap: 3px; margin: 17px 0; padding: 11px; border-radius: 12px; background: var(--bg-soft); font-size: .68rem; }
.demo-admin-hint span { color: var(--muted); }
.admin-page { min-height: calc(100vh - var(--header-height)); background: var(--bg-soft); }
.admin-hero { padding-block: 36px; border-bottom: 1px solid var(--line); background: var(--bg); }
.admin-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.admin-hero .eyebrow { margin-bottom: 6px; }
.admin-hero h1 { margin-bottom: 5px; font-size: 3rem; letter-spacing: -.06em; }
.admin-hero p { margin: 0; font-size: .8rem; }
.admin-header-actions, .heading-buttons { display: flex; gap: 9px; }
.admin-workspace { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 26px; align-items: start; padding-block: 32px 85px; }
.admin-sidebar { position: sticky; top: calc(var(--header-height) + 22px); display: grid; gap: 5px; }
.admin-sidebar > span { margin: 9px 10px 4px; color: var(--muted); font-size: .57rem; font-weight: 850; letter-spacing: .14em; }
.admin-sidebar button { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid transparent; border-radius: 12px; color: var(--muted); text-align: left; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 700; }
.admin-sidebar button:hover { color: var(--text); background: var(--surface); }
.admin-sidebar button.active { color: var(--text); border-color: var(--line); background: var(--surface); box-shadow: var(--shadow-sm); }
.admin-sidebar button .icon { width: 17px; }
.admin-sidebar button b { min-width: 19px; height: 19px; display: grid; place-items: center; margin-left: auto; border-radius: 99px; color: var(--brand-ink); background: var(--brand); font-size: .6rem; }
.admin-sidebar-divider { height: 1px; margin-block: 9px; background: var(--line); }
.admin-sidebar button.danger-link { color: color-mix(in srgb, var(--danger) 78%, var(--muted)); }
.admin-content { min-width: 0; }
.admin-section-heading { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 20px; }
.admin-section-heading h2 { margin-bottom: 5px; font-size: 1.65rem; letter-spacing: -.04em; }
.admin-section-heading p { margin: 0; font-size: .74rem; }
.live-pill { min-height: 29px; display: inline-flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: var(--surface); font-size: .64rem; }
.live-pill b { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(100,230,168,.1); }
.admin-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-bottom: 17px; }
.admin-kpis article { display: flex; align-items: flex-start; gap: 11px; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.kpi-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; }
.kpi-icon.green { color: var(--success); background: rgba(100,230,168,.1); }
.kpi-icon.violet { color: var(--violet); background: rgba(153,136,255,.1); }
.kpi-icon.cyan { color: var(--blue); background: rgba(101,217,255,.1); }
.kpi-icon.amber { color: var(--amber); background: rgba(255,204,112,.1); }
.admin-kpis article > div { display: grid; min-width: 0; }
.admin-kpis small { overflow: hidden; color: var(--muted); font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.admin-kpis strong { margin-top: 4px; font-size: 1.15rem; letter-spacing: -.03em; }
.admin-kpis em { margin-top: 4px; overflow: hidden; color: var(--muted); font-size: .53rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 13px; margin-bottom: 13px; }
.admin-panel { border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: var(--shadow-sm); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 18px; border-bottom: 1px solid var(--line); }
.panel-heading h3 { margin-bottom: 4px; font-size: .91rem; }
.panel-heading p { margin: 0; font-size: .63rem; }
.panel-heading > strong { font-size: .95rem; }
.panel-heading button { border: 0; background: transparent; cursor: pointer; font-size: .7rem; }
.bar-chart { height: 220px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; gap: 11px; padding: 40px 20px 18px; }
.bar-chart > div { height: 100%; display: grid; grid-template-rows: 1fr auto; align-items: end; justify-items: center; gap: 8px; }
.bar-chart > div > span { position: relative; width: min(34px, 70%); min-height: 3px; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, var(--brand), color-mix(in srgb, var(--brand) 50%, #136b48)); }
.bar-chart i { position: absolute; top: -21px; left: 50%; transform: translateX(-50%); color: var(--muted); font-size: .5rem; font-style: normal; white-space: nowrap; opacity: 0; transition: 150ms ease; }
.bar-chart span:hover i { opacity: 1; }
.bar-chart small { color: var(--muted); font-size: .59rem; text-transform: capitalize; }
.status-breakdown { display: grid; gap: 16px; padding: 20px; }
.status-breakdown > div > div { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: .64rem; }
.status-breakdown > div > div span { color: var(--muted); }
.status-breakdown > div > b { height: 5px; display: block; overflow: hidden; border-radius: 99px; background: var(--bg-soft); }
.status-breakdown > div > b i { height: 100%; display: block; border-radius: inherit; background: var(--brand); }
.recent-orders { margin-top: 0; }
.table-scroll { width: 100%; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th, .admin-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table th { color: var(--muted); font-size: .56rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.admin-table td { color: var(--text-soft); font-size: .68rem; }
.admin-table td > strong, .admin-table td > span > strong { color: var(--text); }
.admin-table td small, .admin-table td > span > small { display: block; margin-top: 4px; color: var(--muted); font-size: .57rem; line-height: 1.4; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.admin-toolbar .search-field { width: min(420px, 100%); min-height: 44px; }
.admin-toolbar .search-field input { height: 41px; }
.admin-toolbar > span { color: var(--muted); font-size: .65rem; }
.products-table td:first-child { min-width: 250px; display: flex; align-items: center; gap: 10px; }
.table-product-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #101820; background: var(--accent-color); font-size: .58rem; font-weight: 900; }
.featured-mark { display: inline-flex; align-items: center; gap: 5px; color: var(--amber); }
.muted-text { color: var(--muted); }
.table-actions { display: flex; gap: 6px; }
.table-actions button { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--bg-soft); cursor: pointer; }
.table-actions button:hover { color: var(--text); }
.table-actions button.danger:hover { color: var(--danger); }
.order-item-name { display: block; margin-bottom: 4px; }
.status-select { min-width: 108px; min-height: 31px; padding: 0 8px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--text); background: var(--bg-soft); font-size: .61rem; font-weight: 750; }
.status-select option { color: #10201b; background: white; }
.status-badge.status-nuevo, .status-select.status-nuevo { color: var(--blue); background: rgba(101,217,255,.1); }
.status-badge.status-en-revision, .status-select.status-en-revision { color: var(--warning); background: rgba(255,200,98,.1); }
.status-badge.status-en-diseno, .status-select.status-en-diseno { color: var(--violet); background: rgba(153,136,255,.1); }
.status-badge.status-listo, .status-select.status-listo, .status-badge.status-activo { color: var(--success); background: rgba(100,230,168,.1); }
.status-badge.status-entregado { color: var(--brand-ink); background: var(--brand); }
.status-badge.status-cancelado, .status-select.status-cancelado { color: var(--danger); background: rgba(255,109,122,.1); }
.status-badge.status-borrador { color: var(--muted); background: var(--bg-soft); }
.payment-pagado { color: var(--success); }
.payment-pendiente { color: var(--warning); }
.payment-reembolsado { color: var(--danger); }
.payment-credit-badge { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 9px; color: var(--success); background: rgba(100,230,168,.1); font-size: .61rem; font-weight: 800; }
.table-empty { padding: 40px; color: var(--muted); text-align: center; }
.client-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.client-card { padding: 19px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.client-card-head { display: flex; align-items: center; gap: 11px; }
.client-card-head > span { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 12px; color: var(--brand-ink); background: var(--brand); font-weight: 850; }
.client-card-head h3 { margin-bottom: 3px; font-size: .91rem; }
.client-card-head p { margin: 0; font-size: .64rem; }
.client-contact { display: grid; gap: 4px; margin: 14px 0; padding: 12px; border-radius: 12px; background: var(--bg-soft); color: var(--muted); font-size: .64rem; }
.client-contact a:hover { color: var(--brand); }
.client-metrics { display: grid; grid-template-columns: .6fr .8fr 1.2fr; gap: 8px; }
.client-metrics div { display: grid; gap: 4px; }
.client-metrics small { color: var(--muted); font-size: .53rem; }
.client-metrics strong { font-size: .68rem; }
.credit-admin-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-bottom: 14px; }
.credit-admin-summary > div { display: flex; align-items: center; gap: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.credit-admin-summary > div > span:last-child { display: grid; }
.credit-admin-summary small { color: var(--muted); font-size: .58rem; }
.credit-admin-summary strong { margin-top: 4px; font-size: 1.05rem; }
.credit-client-grid { margin-bottom: 14px; }
.credit-client-card { display: grid; }
.user-balance { margin-left: auto; color: var(--brand); font-size: 1.05rem; letter-spacing: -.03em; }
.credit-load-button { width: 100%; margin-top: 16px; }
.credit-transactions-panel { margin-top: 14px; }
.movement-type { display: inline-flex; padding: 5px 8px; border-radius: 99px; font-size: .58rem; font-weight: 800; }
.movement-type.recarga { color: var(--success); background: rgba(100,230,168,.1); }
.movement-type.compra { color: var(--violet); background: rgba(153,136,255,.1); }
.admin-modal { width: min(780px, 100%); max-height: calc(100vh - 35px); overflow-y: auto; border: 1px solid var(--line-strong); border-radius: 23px; background: var(--surface); box-shadow: var(--shadow-lg); }
.admin-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 27px; border-bottom: 1px solid var(--line); }
.admin-modal-head .eyebrow { margin-bottom: 4px; }
.admin-modal-head h2 { margin: 0; font-size: 1.6rem; }
.static-close { position: static; }
.admin-product-form { padding: 25px 27px 27px; }
.credit-modal { width: min(540px, 100%); }
.credit-user-summary { display: grid; grid-template-columns: 43px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 22px 27px 0; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--bg-soft); }
.credit-user-summary > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--brand-ink); background: var(--brand); font-weight: 900; }
.credit-user-summary > div { display: grid; }
.credit-user-summary > div:last-child { justify-items: end; }
.credit-user-summary small { color: var(--muted); font-size: .59rem; }
.credit-user-summary strong { font-size: .77rem; }
.credit-amount-input { position: relative; }
.credit-amount-input b { position: absolute; z-index: 1; top: 50%; left: 13px; transform: translateY(-50%); color: var(--brand); font-size: .73rem; }
.credit-amount-input input { padding-left: 39px; font-size: 1rem; font-weight: 800; }
.credit-result-preview { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px; border-radius: 12px; color: var(--brand-ink); background: var(--brand); font-size: .72rem; }
.credit-result-preview strong { font-size: .95rem; }
.switch-field { cursor: pointer; }
.switch-field > input { position: absolute; opacity: 0; pointer-events: none; }
.switch-field > span { display: flex; align-items: center; gap: 11px; }
.switch-field > span > b { position: relative; width: 39px; height: 23px; border-radius: 99px; background: var(--line-strong); transition: 160ms ease; }
.switch-field > span > b::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: var(--muted); transition: 160ms ease; }
.switch-field input:checked + span > b { background: var(--brand); }
.switch-field input:checked + span > b::after { left: 19px; background: var(--brand-ink); }
.switch-field > span > span { display: grid; }
.switch-field strong { font-size: .72rem; }
.switch-field small { margin-top: 3px; color: var(--muted); font-size: .6rem; }
.admin-modal-actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 7px; }

@keyframes fade-in { from { opacity: 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(12px) scale(.98); } }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } }

:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 58%, transparent); outline-offset: 3px; }

@media (max-width: 1050px) {
  .main-nav a { padding-inline: 9px; }
  .main-nav a .icon { display: none; }
  .hero-layout { gap: 45px; }
  .hero-copy h1 { font-size: clamp(3rem, 6vw, 5rem); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child:nth-child(odd) { grid-column: span 2; }
  .product-card:last-child:nth-child(odd) .product-content > p { min-height: auto; }
}

@media (max-width: 850px) {
  :root { --header-height: 68px; }
  .container { width: min(100% - 30px, 720px); }
  .section { padding-block: 70px; }
  .menu-button { display: inline-grid; }
  .desktop-login, .desktop-only-button { display: none; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 15px; right: 15px; display: none; align-items: stretch; flex-direction: column; padding: 10px; border: 1px solid var(--line-strong); border-radius: 17px; background: var(--surface-glass); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 44px; justify-content: flex-start; padding-inline: 13px; }
  .main-nav a .icon { display: block; }
  .hero-section { padding-top: 62px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { margin-inline: auto; }
  .hero-copy h1, .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-product-demo { width: min(600px, 100%); margin-inline: auto; transform: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hero-stats div:first-child, .hero-stats div { padding-left: 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-icon { margin-bottom: 25px; }
  .trust-panel { grid-template-columns: 1fr; gap: 35px; padding: 38px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 40px; }
  .page-hero-inner { align-items: flex-start; flex-direction: column; }
  .catalog-mini-card { min-width: 0; }
  .catalog-controls { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: span 2; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-product-art { min-height: 300px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; gap: 35px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 520px); }
  .section { padding-block: 56px; }
  .desktop-only { display: none !important; }
  .avatar-button { padding: 4px; }
  .brand-copy { display: none; }
  .hero-copy h1 { font-size: clamp(2.85rem, 15vw, 4.2rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-product-demo { padding: 12px; border-radius: 22px; }
  .demo-preview { min-height: 410px; }
  .demo-phone { width: 185px; height: 350px; }
  .floating-spec { min-width: 125px; padding: 9px; }
  .spec-one { top: 72px; left: 8px; }
  .spec-two { right: 8px; bottom: 45px; }
  .hero-stats { margin-top: 50px; }
  .hero-stats div { padding: 18px 12px !important; }
  .hero-stats strong { font-size: 1rem; }
  .hero-stats span { font-size: .66rem; }
  .section-heading h2 { font-size: 2.45rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child:nth-child(odd) { grid-column: auto; }
  .trust-panel { padding: 25px; }
  .trust-copy h2 { font-size: 2.35rem; }
  .cta-panel { padding: 30px 24px; }
  .page-hero { padding-block: 53px 43px; }
  .page-hero h1 { font-size: 3rem; }
  .catalog-controls { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
  .filter-favorite { min-height: 45px; }
  .catalog-result-line { align-items: flex-start; flex-direction: column; gap: 5px; }
  .modal-backdrop { align-items: start; padding: 10px; }
  .product-modal { margin-block: 10px; border-radius: 21px; }
  .modal-product-art { min-height: 245px; }
  .product-monogram.large { width: 90px; height: 90px; border-radius: 28px; }
  .modal-product-copy { padding: 30px 20px 24px; }
  .modal-facts, .two-columns { grid-template-columns: 1fr; }
  .modal-product-footer { align-items: stretch; flex-wrap: wrap; }
  .modal-product-footer .button { width: 100%; order: 3; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .toast { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
}

@media (max-width: 1100px) {
  .admin-kpis { grid-template-columns: repeat(2, 1fr); }
  .admin-dashboard-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; order: -1; }
  .summary-submit { display: none; }
  .submit-order-mobile { display: inline-flex; width: 100%; }
  .auth-layout { grid-template-columns: 1fr; }
  .auth-intro { text-align: center; }
  .auth-intro .eyebrow, .auth-intro > p { margin-inline: auto; }
  .auth-benefits { width: min(520px, 100%); margin-inline: auto; text-align: left; }
  .auth-card { width: min(620px, 100%); margin-inline: auto; }
  .account-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-workspace { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; display: flex; overflow-x: auto; padding-bottom: 5px; }
  .admin-sidebar > span, .admin-sidebar-divider, .admin-sidebar .danger-link { display: none; }
  .admin-sidebar button { flex: 0 0 auto; }
}

@media (max-width: 700px) {
  .cart-item { grid-template-columns: 55px 1fr auto; gap: 11px; }
  .cart-product-icon { width: 55px; height: 55px; }
  .quantity-control { grid-column: 2; width: fit-content; }
  .cart-item-price { grid-column: 3; grid-row: 2; }
  .cart-remove { grid-column: 3; grid-row: 1; }
  .signin-required { align-items: flex-start; flex-wrap: wrap; }
  .signin-required .button { width: 100%; }
  .account-hero-inner { align-items: flex-start; flex-wrap: wrap; }
  .account-hero-actions { width: 100%; margin-left: 0; }
  .account-section-heading { align-items: flex-start; flex-direction: column; }
  .client-grid { grid-template-columns: 1fr; }
  .admin-hero-inner { align-items: flex-start; flex-direction: column; }
  .admin-header-actions { width: 100%; }
  .admin-header-actions .button { flex: 1; }
  .credit-admin-summary { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .form-grid.two, .form-grid.three { grid-template-columns: 1fr; }
  .checkout-card, .cart-summary { padding: 19px; }
  .success-summary { grid-template-columns: 1fr; }
  .success-summary div { border-right: 0; border-bottom: 1px solid var(--line); }
  .success-summary div:last-child { border-bottom: 0; }
  .order-success-card { padding: 33px 20px; }
  .order-success-card h1 { font-size: 2.6rem; }
  .success-actions { width: 100%; flex-direction: column; }
  .auth-page { padding-block: 45px; }
  .auth-intro h1 { font-size: 3rem; }
  .auth-card { padding: 20px; }
  .demo-buttons { grid-template-columns: 1fr; }
  .profile-avatar { width: 57px; height: 57px; }
  .account-hero h1 { font-size: 2.1rem; }
  .account-hero-actions { display: grid; grid-template-columns: 1fr; }
  .account-stats { grid-template-columns: 1fr; }
  .credit-account-section { padding: 18px; }
  .credit-account-summary > div { align-items: flex-start; }
  .credit-movement { grid-template-columns: 36px minmax(0, 1fr); }
  .credit-movement > strong { grid-column: 2; }
  .customer-order-head { flex-direction: column; }
  .customer-order-head > div:last-child { justify-items: start; }
  .order-timeline { overflow-x: auto; padding-bottom: 6px; }
  .order-timeline > div { min-width: 74px; }
  .admin-hero h1 { font-size: 2.4rem; }
  .admin-kpis { grid-template-columns: 1fr; }
  .admin-section-heading { align-items: flex-start; flex-direction: column; }
  .heading-buttons { width: 100%; }
  .heading-buttons .button { flex: 1; }
  .admin-toolbar { align-items: flex-start; flex-direction: column; }
  .admin-modal-head, .admin-product-form { padding-inline: 18px; }
  .admin-modal-actions { display: grid; grid-template-columns: 1fr; }
  .admin-modal-actions .button { width: 100%; }
  .bar-chart { gap: 5px; padding-inline: 12px; }
  .bar-chart > div > span { width: 23px; }
  .client-metrics { grid-template-columns: 1fr 1fr; }
  .client-metrics div:last-child { grid-column: span 2; }
  .client-card-head { align-items: flex-start; flex-wrap: wrap; }
  .user-balance { width: 100%; margin: 5px 0 0 52px; }
  .credit-user-summary { grid-template-columns: 43px minmax(0, 1fr); margin-inline: 18px; }
  .credit-user-summary > div:last-child { grid-column: 2; justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
