:root {
  --ink: #080b10;
  --ink-soft: #10151d;
  --panel: #141a23;
  --paper: #f2f2ec;
  --muted: #8d96a4;
  --line: rgba(255,255,255,.12);
  --lime: #c7ff3d;
  --cyan: #6ce6ef;
  --orange: #ff7d4c;
  --radius: 24px;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.page-noise {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 17px; letter-spacing: -.5px; }
.brand strong { color: var(--lime); }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 12px; font-weight: 700; letter-spacing: -3px; padding-right: 3px; }
.brand-mark span { color: var(--lime); }
.site-header, .account-header {
  position: absolute; z-index: 30; top: 0; left: 0; right: 0; display: flex; align-items: center;
  justify-content: space-between; width: min(1400px, 100%); height: 78px; margin: auto; padding: 0 20px;
}
.desktop-nav { display: none; gap: 36px; font-size: 14px; }
.desktop-nav a { color: #c8ccd1; transition: color .25s; }
.desktop-nav a:hover { color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-button { border: 0; background: none; cursor: pointer; }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); font-size: 24px; }
.cart-trigger { position: relative; }
.bag-icon { font-size: 26px; transform: rotate(180deg); }
.cart-count {
  position: absolute; top: 1px; right: 0; display: grid; place-items: center; min-width: 18px; height: 18px;
  padding: 0 4px; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 700;
}
.menu-button { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; border-radius: 50%; background: var(--paper); }
.menu-button span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform .3s; }
.menu-button span:last-child { width: 12px; margin-left: 6px; }
.mobile-menu, .cart-drawer {
  position: fixed; z-index: 80; top: 0; right: 0; width: min(92vw, 440px); height: 100dvh;
  transform: translateX(102%); background: #10151c; box-shadow: -24px 0 60px rgba(0,0,0,.35); transition: transform .45s cubic-bezier(.22,.8,.24,1);
}
.mobile-menu.open, .cart-drawer.open { transform: translateX(0); }
.menu-backdrop, .drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.62); backdrop-filter: blur(5px); }
.mobile-menu { display: flex; flex-direction: column; padding: 28px; }
.menu-top, .drawer-header { display: flex; align-items: center; justify-content: space-between; }
.eyebrow { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase; }
.mobile-menu nav { display: grid; margin: 54px 0 auto; }
.mobile-menu nav a { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 25px; }
.mobile-menu nav span { color: var(--lime); font: 10px var(--body); }
.mobile-menu p { color: var(--muted); font-size: 13px; margin: 22px 0 0; }
.menu-login { margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 52px; padding: 0 22px;
  border: 0; border-radius: 4px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 10px 30px rgba(199,255,61,.12); }
.button-primary:hover { box-shadow: 0 14px 36px rgba(199,255,61,.22); }
.button-dark { background: var(--ink); color: white; }
.button-full { width: 100%; }
.hero {
  position: relative; display: grid; min-height: 100svh; padding: 120px 20px 70px; overflow: hidden;
  background: radial-gradient(circle at 70% 35%, rgba(73,107,112,.28), transparent 35%), linear-gradient(140deg, #080b10 30%, #0b1118 100%);
}
.hero-copy { position: relative; z-index: 4; align-self: center; }
.kicker { display: flex; align-items: center; gap: 9px; color: #aeb5bd; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.kicker span { width: 20px; height: 1px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .section-heading h2, .process-intro h2, .sell-card h2, .auth-story h1 {
  font-family: var(--display); font-size: clamp(45px, 13vw, 84px); line-height: .96; letter-spacing: -3px; margin: 22px 0 24px;
}
h1 em, h2 em { color: var(--lime); font-style: normal; font-weight: 500; }
.hero-text { max-width: 520px; color: #a6adb6; font-size: 16px; }
.hero-ctas { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.text-link { padding: 12px 0; border-bottom: 1px solid #5a626d; font-size: 13px; font-weight: 700; }
.hero-trust { display: flex; align-items: center; gap: 10px; margin-top: 44px; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 28px; height: 28px; margin-right: -8px; border: 2px solid var(--ink); border-radius: 50%; background: linear-gradient(135deg, #bd755f, #342527); }
.avatar-stack i:nth-child(2) { background: linear-gradient(135deg, #565b9b, #232532); }
.avatar-stack i:nth-child(3) { background: linear-gradient(135deg, #9a7750, #2b2924); }
.hero-trust div:nth-child(2) { display: grid; margin-left: 6px; line-height: 1.1; }
.hero-trust strong { font-size: 12px; }
.hero-trust div span { color: var(--muted); font-size: 9px; }
.stars { color: var(--lime); font-size: 9px; letter-spacing: 2px; margin-left: 5px; }
.hero-visual { position: relative; height: 470px; margin: 28px auto 0; width: min(100%, 420px); }
.glow-disc { position: absolute; width: 340px; height: 340px; top: 55px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle at 35% 25%, #99a7a8, #405255 48%, #182326 72%); box-shadow: 0 0 80px rgba(108,230,239,.16); }
.device-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(16,22,29,.72); backdrop-filter: blur(10px); box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.device-main { width: 260px; left: 50%; top: 22px; transform: translateX(-50%) rotate(3deg); padding: 10px; }
.device-main img { width: 100%; height: 300px; object-fit: cover; border-radius: 14px; }
.device-label, .device-info { display: flex; justify-content: space-between; align-items: center; padding: 7px 4px 10px; }
.device-label span { color: var(--lime); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.device-label small { color: var(--muted); font-size: 9px; }
.device-info { padding: 12px 4px 5px; }
.device-info div { display: grid; }
.device-info small { color: var(--muted); font-size: 9px; }
.device-info strong { font: 600 13px var(--display); }
.device-info b { color: var(--lime); font: 600 13px var(--display); }
.floating-chip { position: absolute; z-index: 4; display: flex; padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(242,242,236,.92); color: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.25); animation: float 4s ease-in-out infinite; }
.chip-verified { left: 2px; top: 280px; align-items: center; gap: 8px; }
.chip-verified > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--lime); }
.chip-verified div { display: grid; line-height: 1.2; }
.chip-verified strong { font-size: 10px; }
.chip-verified small { color: #66707b; font-size: 8px; }
.chip-save { right: 0; top: 105px; display: grid; background: var(--lime); animation-delay: -2s; }
.chip-save small { font-size: 8px; }
.chip-save strong { font: 700 14px var(--display); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; right: -260px; top: 130px; }
.orbit-two { width: 640px; height: 640px; right: -330px; top: 40px; }
.scroll-cue { display: none; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d1117; }
.ticker > div { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.ticker span { padding: 18px 24px; font: 600 10px var(--display); letter-spacing: 1.4px; }
.ticker i { color: var(--lime); font-style: normal; }
.catalog-section, .process-section, .sell-section { padding: 90px 20px; }
.catalog-section { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; gap: 12px; }
.section-heading h2, .process-intro h2, .sell-card h2 { font-size: clamp(40px, 10vw, 68px); margin: 15px 0 22px; }
.section-heading h2 em { color: #586169; }
.section-heading p { color: #67707a; max-width: 350px; }
.catalog-toolbar { display: grid; gap: 16px; margin: 35px 0 25px; }
.category-pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.category-pill { flex: 0 0 auto; min-height: 38px; padding: 0 17px; border: 1px solid #ccd0ce; border-radius: 30px; background: transparent; color: #5e676d; font-size: 12px; cursor: pointer; }
.category-pill.active { background: var(--ink); color: white; border-color: var(--ink); }
.search-box { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid #ccd0ce; border-radius: 30px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-card { position: relative; min-width: 0; opacity: 0; transform: translateY(24px); transition: opacity .6s, transform .6s; }
.product-card.visible { opacity: 1; transform: none; }
.product-media { position: relative; overflow: hidden; aspect-ratio: .9; border-radius: 12px; background: #e4e5e0; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-media img { transform: scale(1.04); }
.promo-tag { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 5px 7px; border-radius: 3px; background: var(--lime); font-size: 8px; font-weight: 700; }
.interest-button { position: absolute; right: 6px; bottom: 7px; display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 12px; border: 0; border-radius: 999px; background: var(--ink); color: white; font-size: 9px; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 7px 18px rgba(10,14,18,.18); transition: background .22s, color .22s, transform .22s; }
.interest-button:hover { background: var(--lime); color: var(--ink); transform: translateY(-2px); }
.interest-button.disabled { background: #7b838b; color: #e3e6e7; cursor: not-allowed; transform: none; }
.product-meta { padding: 12px 2px 48px; }
.product-category { color: #7f878a; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.product-meta h3 { overflow: hidden; margin: 4px 0 6px; font: 600 clamp(14px, 4vw, 18px) var(--display); white-space: nowrap; text-overflow: ellipsis; }
.price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; font-size: 13px; font-weight: 700; }
.price-row del { color: #929896; font-size: 10px; font-weight: 500; }
.loading-card { height: 290px; border-radius: 12px; background: linear-gradient(100deg, #dedfd9 30%, #f3f4ef 45%, #dedfd9 60%); background-size: 250% 100%; animation: shimmer 1.4s infinite; }
.empty-state { padding: 50px 0; text-align: center; color: #6c7478; }
.process-section { background: #0c1117; }
.process-intro { max-width: 900px; }
.steps { display: grid; margin-top: 40px; border-top: 1px solid var(--line); }
.step { position: relative; padding: 30px 8px; border-bottom: 1px solid var(--line); }
.step-number { color: var(--lime); font-size: 10px; }
.step-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 25px 0 20px; border: 1px solid #3b454f; border-radius: 50%; color: var(--lime); font-size: 25px; }
.step h3 { margin-bottom: 10px; font: 600 22px var(--display); }
.step p { max-width: 320px; color: var(--muted); font-size: 14px; }
.sell-section { background: var(--paper); }
.sell-card { position: relative; overflow: hidden; padding: 36px 25px 0; border-radius: 18px; background: var(--lime); color: var(--ink); }
.sell-card .eyebrow { color: #536729; }
.sell-card h2 em { color: #52641e; }
.sell-card p { max-width: 520px; color: #4c592d; }
.sell-card .button { margin-top: 12px; }
.sell-art { position: relative; height: 300px; margin-top: 30px; }
.ring { position: absolute; width: 280px; height: 280px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(8,11,16,.3); border-radius: 50%; }
.phone-shape { position: absolute; z-index: 2; left: 50%; top: 40px; display: grid; place-items: center; width: 130px; height: 240px; transform: translateX(-50%) rotate(12deg); border: 7px solid var(--ink); border-radius: 24px; background: #182018; color: var(--lime); font: 300 60px var(--body); box-shadow: 20px 30px 40px rgba(60,80,15,.25); }
.sell-art > span { position: absolute; z-index: 3; top: 20px; right: 5px; width: 70px; font-size: 8px; letter-spacing: 1px; }
footer { display: grid; gap: 24px; padding: 55px 20px 35px; color: var(--muted); }
footer p { font-size: 13px; }
footer > div { display: flex; gap: 24px; font-size: 13px; color: #d5d8db; }
footer small { padding-top: 25px; border-top: 1px solid var(--line); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.cart-drawer { z-index: 81; display: flex; flex-direction: column; padding: 24px; }
.drawer-header { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 6px 0 0; font: 600 29px var(--display); }
.cart-items { flex: 1; overflow: auto; }
.cart-empty { display: grid; place-items: center; align-content: center; flex: 1; text-align: center; }
.cart-empty > div { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: #19212b; font-size: 35px; transform: rotate(180deg); }
.cart-empty h3 { margin: 20px 0 7px; font: 600 19px var(--display); }
.cart-empty p { color: var(--muted); font-size: 13px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 76px; height: 86px; object-fit: cover; border-radius: 8px; }
.cart-item h3 { margin: 3px 0 5px; font: 600 14px var(--display); }
.cart-item small { color: var(--muted); font-size: 10px; }
.cart-item strong { display: block; margin-top: 9px; color: var(--lime); font-size: 13px; }
.cart-remove { align-self: start; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 18px; }
.cart-summary { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 17px; }
.cart-summary > small { display: block; margin: 7px 0 18px; color: var(--muted); font-size: 10px; }
.cart-summary .button { width: 100%; }
.modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(2,4,7,.8); backdrop-filter: blur(8px); }
.modal-card { position: relative; width: min(100%, 760px); animation: modal-in .45s cubic-bezier(.22,.8,.24,1); }
.modal-close { position: absolute; z-index: 3; top: 12px; right: 12px; background: rgba(8,11,16,.72); }
.offer-card { overflow: hidden; display: grid; border: 1px solid var(--line); border-radius: 20px; background: #121821; }
.offer-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 10px; background: var(--lime); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.offer-image { min-height: 260px; }
.offer-image img { width: 100%; height: 100%; max-height: 330px; object-fit: cover; }
.offer-content { padding: 26px; }
.offer-content h2 { margin: 8px 0 3px; font: 600 34px var(--display); letter-spacing: -1px; }
.offer-name { color: #cbd0d5; }
.offer-prices { display: flex; align-items: baseline; gap: 10px; margin: 20px 0; }
.offer-prices strong { color: var(--lime); font: 600 26px var(--display); }
.offer-prices del { color: var(--muted); font-size: 13px; }
.offer-content > small { display: block; margin-top: 12px; color: var(--muted); }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 22px; max-width: calc(100% - 32px); padding: 12px 18px; transform: translate(-50%, 120px); border: 1px solid var(--line); border-radius: 7px; background: #1b232d; box-shadow: 0 15px 40px rgba(0,0,0,.35); font-size: 13px; transition: transform .35s; }
.toast.show { transform: translate(-50%, 0); }

/* Account */
.account-page { min-height: 100vh; }
.account-header { position: relative; height: 78px; }
.back-link { color: var(--muted); font-size: 12px; }
.auth-layout { display: grid; min-height: calc(100vh - 78px); }
.auth-story { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; min-height: 380px; padding: 60px 24px; background: linear-gradient(145deg, #0c1219, #131d22); }
.auth-story h1 { position: relative; z-index: 2; font-size: clamp(43px, 11vw, 75px); }
.auth-story > p { position: relative; z-index: 2; max-width: 470px; color: var(--muted); }
.auth-orb { position: absolute; width: 330px; height: 330px; right: -120px; bottom: -110px; border: 1px solid rgba(199,255,61,.3); border-radius: 50%; box-shadow: inset 0 0 90px rgba(199,255,61,.07), 0 0 80px rgba(108,230,239,.08); }
.auth-stat { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; margin-top: 35px; }
.auth-stat strong { color: var(--lime); font: 600 38px var(--display); }
.auth-stat span { color: var(--muted); font-size: 11px; line-height: 1.25; }
.login-panel { display: grid; place-items: center; padding: 45px 22px 80px; background: var(--paper); color: var(--ink); }
.login-card { width: min(100%, 420px); }
.login-card h2 { margin: 9px 0 4px; font: 600 38px var(--display); letter-spacing: -1.5px; }
.login-card > p { color: #6f777b; font-size: 14px; }
form label { display: grid; gap: 7px; margin-bottom: 16px; color: inherit; font-size: 11px; font-weight: 700; letter-spacing: .3px; }
input, textarea, select { width: 100%; border: 1px solid rgba(120,126,130,.35); border-radius: 5px; outline: none; background: transparent; color: inherit; transition: border .2s, box-shadow .2s; }
input, select { height: 48px; padding: 0 13px; }
textarea { resize: vertical; padding: 12px 13px; }
input:focus, textarea:focus, select:focus { border-color: #8cae38; box-shadow: 0 0 0 3px rgba(199,255,61,.14); }
.password-field { position: relative; }
.password-field input { padding-right: 55px; }
.password-toggle { position: absolute; right: 8px; top: 7px; height: 34px; border: 0; background: none; color: #6a7378; font-size: 11px; cursor: pointer; }
.divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; color: #8a9194; font-size: 10px; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: #d7d9d5; }
.google-button { width: 100%; height: 50px; border: 1px solid #cdd0cc; border-radius: 5px; background: white; color: #34393b; cursor: pointer; }
.google-g { margin-right: 10px; color: #4285f4; font-size: 18px; font-weight: 700; }
.oauth-note { margin: 12px 0 0 !important; text-align: center; font-size: 10px !important; }
.form-message { min-height: 20px; margin: 10px 0; color: #b43d2d; font-size: 12px; }
.form-message.success { color: #6b8d14; }
.dashboard { min-height: calc(100vh - 78px); }
.dashboard-sidebar { display: flex; justify-content: space-between; overflow-x: auto; padding: 10px 18px; border-bottom: 1px solid var(--line); }
.dashboard-sidebar > div { display: flex; align-items: center; }
.dashboard-sidebar .eyebrow { display: none; }
.dashboard-sidebar nav { display: flex; }
.dashboard-nav, .logout-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; white-space: nowrap; }
.dashboard-nav { padding: 12px 14px; border-radius: 5px; }
.dashboard-nav.active { background: var(--panel); color: white; }
.dashboard-nav span { color: var(--lime); margin-right: 5px; }
.logout-button { padding: 0 10px; }
.dashboard-main { padding: 28px 18px 70px; min-width: 0; }
.dashboard-topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.dashboard-topbar h1 { margin: 5px 0 0; font: 600 clamp(27px, 7vw, 42px) var(--display); }
.user-chip { display: flex; align-items: center; gap: 9px; }
.user-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 700; }
.user-chip div { display: none; }
.panel-view { display: none; }
.panel-view.active { display: block; animation: fade-up .4s ease; }
.summary-grid { display: grid; gap: 12px; }
.summary-card { min-height: 160px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.summary-card > span, .summary-card small { display: block; color: var(--muted); font-size: 11px; }
.summary-card strong { display: block; margin: 20px 0 5px; font: 600 38px var(--display); }
.summary-card.lime { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.summary-card.lime > span, .summary-card.lime small { color: #566a2a; }
.dashboard-welcome { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 20px; padding: 30px 24px; border-radius: 10px; background: linear-gradient(120deg, #171e27, #10151b); }
.dashboard-welcome h2 { margin: 8px 0 0; font: 600 clamp(28px, 6vw, 45px) var(--display); line-height: 1; letter-spacing: -1.5px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.panel-heading h2 { margin: 5px 0 0; font: 600 35px var(--display); }
.product-admin-grid, .users-layout { display: grid; gap: 20px; }
.admin-list { display: grid; gap: 10px; align-content: start; }
.admin-product { display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.admin-product img { width: 70px; height: 65px; object-fit: cover; border-radius: 6px; }
.admin-product h3 { overflow: hidden; margin: 0 0 3px; font: 600 13px var(--display); white-space: nowrap; text-overflow: ellipsis; }
.admin-product small { color: var(--lime); font-size: 11px; }
.admin-actions { display: flex; }
.admin-actions button { width: 32px; height: 32px; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.admin-actions .delete-product { color: #ff8068; }
.admin-form { padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.form-heading h3 { margin: 4px 0 0; font: 600 21px var(--display); }
.form-cancel { border: 0; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.form-row { display: grid; gap: 0; }
.admin-form select { background: var(--panel); }
.file-drop { padding: 16px; border: 1px dashed #4a535e; border-radius: 6px; cursor: pointer; }
.file-drop input { height: auto; padding: 0; border: 0; }
.file-drop span { color: var(--muted); font-size: 9px; font-weight: 400; }
.user-list { display: grid; gap: 10px; align-content: start; }
.user-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.user-row .user-avatar { width: 37px; height: 37px; }
.user-row h3 { margin: 0; font: 600 13px var(--display); }
.user-row p { margin: 2px 0; color: var(--muted); font-size: 10px; }
.credit-editor { grid-column: 1 / -1; display: flex; gap: 8px; }
.credit-editor input { height: 38px; }
.credit-editor button { border: 0; border-radius: 4px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 700; padding: 0 12px; cursor: pointer; }
.role-badge { color: var(--lime); text-transform: uppercase; letter-spacing: 1px; font-size: 8px; }

@media (min-width: 720px) {
  .site-header, .account-header { padding: 0 40px; }
  .hero { grid-template-columns: 1.05fr .95fr; align-items: center; padding: 120px 5vw 70px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { height: 570px; width: 500px; margin: 0; }
  .glow-disc { width: 430px; height: 430px; top: 60px; }
  .device-main { width: 300px; }
  .device-main img { height: 370px; }
  .chip-verified { top: 340px; }
  .chip-save { top: 120px; }
  .catalog-section, .process-section, .sell-section { padding: 120px 5vw; }
  .section-heading { grid-template-columns: 1fr 300px; align-items: end; }
  .catalog-toolbar { grid-template-columns: 1fr 230px; align-items: center; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .steps { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
  .step { min-height: 320px; padding: 35px 30px; border-right: 1px solid var(--line); border-bottom: 0; }
  .step:last-child { border-right: 0; }
  .sell-card { display: grid; grid-template-columns: 1.2fr .8fr; padding: 60px 60px 0; }
  .sell-art { height: 380px; margin-top: 0; }
  footer { grid-template-columns: 1fr 1fr; padding: 70px 5vw 35px; }
  footer > div { justify-content: end; }
  footer small { grid-column: 1/-1; }
  .offer-card { grid-template-columns: .9fr 1.1fr; }
  .offer-image { min-height: 440px; }
  .offer-image img { max-height: none; }
  .offer-content { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
  .auth-layout { grid-template-columns: 1.1fr .9fr; }
  .auth-story { min-height: calc(100vh - 78px); padding: 7vw; }
  .login-panel { padding: 40px; }
  .summary-grid { grid-template-columns: repeat(3, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .users-layout { grid-template-columns: minmax(300px, .7fr) 1.3fr; }
}

@media (min-width: 1024px) {
  .site-header { padding: 0 5vw; }
  .desktop-nav { display: flex; }
  .hero h1 { font-size: clamp(70px, 6.4vw, 105px); }
  .menu-button { margin-left: 8px; }
  .scroll-cue { position: absolute; z-index: 5; left: 5vw; bottom: 34px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 8px; letter-spacing: 2px; }
  .scroll-cue span { display: block; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
  .scroll-cue span::after { content: ""; display: block; width: 1px; height: 8px; margin: 12px auto; background: var(--lime); }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dashboard { display: grid; grid-template-columns: 220px 1fr; }
  .dashboard-sidebar { position: sticky; top: 0; height: calc(100vh - 78px); flex-direction: column; padding: 35px 18px 24px; border-right: 1px solid var(--line); border-bottom: 0; }
  .dashboard-sidebar > div { display: block; }
  .dashboard-sidebar .eyebrow { display: block; margin: 0 12px 25px; }
  .dashboard-sidebar nav { display: grid; gap: 7px; }
  .dashboard-nav { padding: 12px; text-align: left; }
  .dashboard-main { padding: 45px min(4vw, 60px) 80px; }
  .user-chip div { display: grid; }
  .user-chip strong { font-size: 11px; }
  .user-chip small { color: var(--muted); font-size: 9px; text-transform: capitalize; }
  .product-admin-grid { grid-template-columns: minmax(310px, .8fr) minmax(440px, 1.2fr); }
}

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

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes shimmer { to { background-position-x: -250%; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(30px) scale(.97); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(10px); } }
