@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --black: #08090b;
  --ink: #111318;
  --panel: #15171c;
  --panel-strong: #1b1e24;
  --line: #292d35;
  --line-soft: #202329;
  --white: #f7f7f6;
  --muted: #a5a8ae;
  --muted-dark: #70747c;
  --silver: #d5d6d8;
  --whatsapp: #25d366;
  --wrap: 1160px;
  --radius: 14px;
  --font-display: 'Space Grotesk', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'DM Mono', 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { position: relative; margin: 0; color: var(--white); background: var(--black); font-family: var(--font-body); font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ''; position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .34; background-image: radial-gradient(circle at 12% 18%, rgba(255,255,255,.68) 0 1px, transparent 1.6px), radial-gradient(circle at 74% 9%, rgba(255,255,255,.42) 0 1px, transparent 1.7px), radial-gradient(circle at 88% 64%, rgba(255,255,255,.52) 0 1px, transparent 1.7px), radial-gradient(circle at 36% 78%, rgba(255,255,255,.35) 0 1px, transparent 1.6px), linear-gradient(112deg, transparent 0 48%, rgba(255,255,255,.06) 49%, transparent 50%); background-size: 190px 210px, 270px 240px, 230px 260px, 320px 280px, 170px 170px; animation: digitalDrift 28s linear infinite; }
body > * { position: relative; z-index: 1; }
@keyframes digitalDrift { from { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; } to { background-position: 190px 210px, -270px 240px, 230px -260px, -320px 280px, 170px 170px; } }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }
:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
::selection { color: var(--black); background: var(--white); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

.wrap { width: min(var(--wrap), calc(100% - 44px)); margin: 0 auto; }

/* ---------- Important notice ---------- */
.important-notice { color: var(--black); background: var(--white); border-bottom: 1px solid #d5d6d8; }
.important-notice-inner { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 46px; padding-top: 7px; padding-bottom: 7px; font-size: 12px; }
.important-notice-label { display: inline-flex; align-items: center; gap: 8px; color: var(--black); font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.important-notice-icon { display: inline-grid; place-items: center; width: 20px; height: 20px; color: var(--white); background: var(--black); border-radius: 50%; font-family: var(--font-body); font-size: 12px; font-weight: 700; }
.important-notice-message { color: #5d6066; }

.wrap-narrow { max-width: 580px; }
h1, h2, h3 { margin: 0; color: var(--white); font-family: var(--font-display); font-weight: 600; letter-spacing: -.04em; }
.mono { font-family: var(--font-mono); }

/* ---------- Header and utility strip ---------- */
.announcement { min-height: 35px; display: flex; align-items: center; color: var(--white); background: #050506; border-bottom: 1px solid var(--line-soft); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.announcement-inner { display: flex; align-items: center; justify-content: center; gap: 10px; }
.announcement-inner span::first-letter { color: var(--silver); }
.site-header, .admin-header { position: sticky; top: 0; z-index: 30; background: rgba(8,9,11,.93); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(18px); }
.site-header-inner, .admin-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-family: var(--font-display); font-size: 16px; font-weight: 600; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 30px; height: 30px; color: var(--white); background: #252930; border: 1px solid #40444b; border-radius: 9px; box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }
.brand-mark::before { content: ''; width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; }
.brand-mark::after { content: ''; position: absolute; top: 6px; right: 6px; width: 5px; height: 5px; background: var(--white); border-radius: 50%; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.search-bar { display: inline-flex; align-items: center; gap: 10px; width: 170px; padding: 11px 13px; color: var(--muted-dark); background: #0f1014; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; text-decoration: none; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.search-bar:hover { color: var(--white); background: var(--panel); border-color: #50545c; }
.search-bar svg { width: 18px; height: 18px; flex: 0 0 18px; }
.header-avatar { display: inline-grid; place-items: center; width: 31px; height: 31px; color: var(--muted); background: var(--white); border-radius: 9px; font-size: 18px; }
.header-login { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 18px; color: var(--black); background: var(--white); border-radius: 9px; font-size: 13px; font-weight: 700; text-decoration: none; transition: background-color .18s ease, transform .18s ease; }
.header-login:hover { background: #d9dadd; transform: translateY(-1px); }
.admin-header { position: static; }
.admin-header .brand { font-size: 15px; }
.admin-header-actions { display: flex; align-items: center; gap: 15px; }
.admin-link, .link-muted { color: var(--muted); font-size: 13px; text-decoration: none; }
.admin-link:hover, .link-muted:hover { color: var(--white); }

/* ---------- Reference-style hero ---------- */
.reference-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 455px; background: #0d0f13; border-bottom: 1px solid var(--line-soft); }
.reference-hero-backdrop { position: absolute; z-index: -1; inset: 0; overflow: hidden; background: radial-gradient(circle at 13% 17%, rgba(255,255,255,.78) 0 1px, transparent 2px), radial-gradient(circle at 82% 27%, rgba(255,255,255,.64) 0 1px, transparent 2px), radial-gradient(circle at 65% 80%, rgba(255,255,255,.52) 0 1px, transparent 2px), radial-gradient(circle at 29% 68%, rgba(255,255,255,.42) 0 1px, transparent 2px), radial-gradient(ellipse at 50% 57%, #323740 0%, #171a20 31%, #090a0c 77%); background-size: 170px 170px, 230px 230px, 210px 210px, 190px 190px, auto; }
.reference-hero-backdrop::before { content: ''; position: absolute; inset: -20%; opacity: .28; background: repeating-linear-gradient(118deg, transparent 0 78px, rgba(255,255,255,.14) 79px 81px, transparent 82px 164px); transform: rotate(-10deg); }
.reference-hero-backdrop::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 22%, rgba(0,0,0,.66) 84%); }
.hero-noise { position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.6) .7px, transparent .7px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.hero-orbit { position: absolute; display: block; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: rotate(26deg); }
.hero-orbit-one { width: 430px; height: 130px; top: 73px; left: 50%; margin-left: -215px; }
.hero-orbit-two { width: 610px; height: 210px; top: 20px; left: 50%; margin-left: -305px; opacity: .46; }
.hero-orbit-three { width: 790px; height: 300px; top: -25px; left: 50%; margin-left: -395px; opacity: .25; }
.hero-shine { position: absolute; top: 8%; left: 42%; width: 170px; height: 170px; background: rgba(255,255,255,.10); filter: blur(70px); border-radius: 50%; }
.reference-hero-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; min-height: 455px; padding-top: 48px; padding-bottom: 46px; }
.reference-hero-copy { order: 2; width: 100%; text-align: center; }
.reference-hero-copy .eyebrow { margin-bottom: 15px; }
.reference-hero-copy h1 { max-width: 520px; font-size: clamp(40px, 5.4vw, 68px); line-height: .98; }
.reference-hero-copy h1 strong { color: var(--silver); font-weight: inherit; }
.reference-hero-copy > p:not(.eyebrow) { max-width: 520px; margin: 18px auto 24px; color: #b9bcc1; font-size: 16px; line-height: 1.65; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--muted); font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 20px; height: 1px; background: currentColor; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 11px 18px; color: var(--white); background: transparent; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 16px; height: 16px; }
.btn-light { color: var(--black); background: var(--white); border-color: var(--white); box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.btn-light:hover { color: var(--black); background: #d9dadd; border-color: #d9dadd; box-shadow: 0 11px 25px rgba(0,0,0,.32); }
.btn-dark { color: var(--white); background: var(--panel-strong); border-color: #42464e; }
.btn-dark:hover { background: #2b2f36; border-color: #62666d; }
.btn-ghost { color: var(--muted); background: transparent; border-color: var(--line); }
.btn-ghost:hover { color: var(--white); background: var(--panel); }

.hero-visual { position: relative; order: 1; width: min(100%, 560px); min-height: 305px; display: flex; align-items: center; justify-content: center; perspective: 1000px; }
.visual-card { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 154px; height: 214px; padding: 16px; color: #202630; background: linear-gradient(145deg, #fbfbfa, #c6c8ca); border: 1px solid rgba(255,255,255,.85); border-radius: 12px; box-shadow: 0 20px 35px rgba(0,0,0,.4); text-align: center; }
.visual-card small { color: #4b4f55; font-family: var(--font-mono); font-size: 9px; letter-spacing: .15em; }
.visual-symbol { display: grid; place-items: center; width: 62px; height: 62px; margin: 13px 0 10px; color: #1d252e; border: 5px solid #28313a; border-radius: 22px; font-size: 31px; line-height: 1; transform: rotate(45deg); }
.visual-symbol + strong { margin-top: 4px; }
.visual-card strong { font-family: var(--font-display); font-size: 16px; letter-spacing: .02em; }
.visual-card em { color: #4b4f55; font-size: 8px; font-style: normal; letter-spacing: .12em; }
.visual-card-back { left: 5%; z-index: 1; transform: rotate(-7deg) translateY(10px); filter: brightness(.78); }
.visual-card-main { left: 28%; z-index: 2; transform: translateY(-3px); }
.visual-card-login { right: 2%; z-index: 3; color: var(--white); background: linear-gradient(150deg, #20252c, #08090b); border-color: #697078; transform: rotate(6deg) translateY(10px); }
.login-symbol { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 17px; border: 3px solid var(--silver); border-radius: 50%; font-size: 27px; }
.login-line { width: 100%; height: 12px; margin-top: 8px; border: 1px solid #92969c; border-radius: 3px; background: #242830; }
.login-line.short { width: 100%; }
.visual-card-login b { margin-top: 12px; padding: 4px 8px; color: #15171b; background: var(--white); font-family: var(--font-mono); font-size: 9px; }

/* ---------- Promotional row ---------- */
.promo-line { color: var(--white); background: #0c0d10; border-bottom: 1px solid var(--line-soft); }
.promo-line .wrap { display: flex; align-items: center; justify-content: center; gap: 34px; min-height: 58px; font-size: 14px; text-align: center; }
.promo-line span::before { content: '✦'; margin-right: 9px; color: var(--muted-dark); }
.promo-line b { color: var(--white); font-weight: 700; }

/* ---------- Catalog ---------- */
.catalog { position: relative; isolation: isolate; overflow: hidden; padding: 64px 0 100px; background: rgba(8,9,11,.93); }
.catalog::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(circle at 18% 27%, rgba(255,255,255,.72) 0 1px, transparent 1.8px), radial-gradient(circle at 76% 11%, rgba(255,255,255,.42) 0 1px, transparent 1.8px), linear-gradient(105deg, transparent 0 46%, rgba(255,255,255,.08) 47%, transparent 48%); background-size: 220px 240px, 290px 210px, 190px 190px; animation: catalogRain 34s linear infinite; }
.catalog > .wrap { position: relative; z-index: 1; }
@keyframes catalogRain { from { background-position: 0 -120px, 0 0, 0 0; } to { background-position: 220px 120px, -290px 210px, 190px 190px; } }
.catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.catalog-heading h1, .catalog-heading h2 { font-size: clamp(30px, 4.5vw, 47px); line-height: .98; }
.catalog-heading h1 strong, .catalog-heading h2 strong { color: var(--silver); font-weight: inherit; }
.catalog-count { padding: 7px 10px; color: var(--muted); background: var(--panel); border: 1px solid var(--line); border-radius: 999px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; color: var(--white); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(0,0,0,.16); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.product-card:hover { border-color: #5b6068; box-shadow: 0 20px 40px rgba(0,0,0,.32); transform: translateY(-5px); }
.product-image { position: relative; aspect-ratio: 1.18 / 1; overflow: hidden; background: linear-gradient(135deg, #25292e, #111318); }
.product-image::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(0,0,0,.42), transparent 48%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-image-placeholder { position: relative; width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 30% 26%, #575b61, transparent 17%), linear-gradient(135deg, #383c42, #111318 68%); }
.product-image-placeholder::before { content: ''; position: absolute; width: 58%; height: 58%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.035), 0 0 0 40px rgba(255,255,255,.025); }
.product-image-placeholder span { position: relative; color: rgba(255,255,255,.78); font-family: var(--font-display); font-size: 38px; font-weight: 700; letter-spacing: -.08em; }
.card-badge { position: absolute; z-index: 1; top: 11px; left: 11px; padding: 6px 9px; color: var(--black); background: rgba(255,255,255,.9); border-radius: 999px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.product-body { display: flex; flex-direction: column; gap: 8px; padding: 16px 14px 14px; }
.product-body h3 { min-height: 38px; font-size: clamp(14px, 1.8vw, 18px); line-height: 1.15; }
.product-desc { min-height: 20px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.stock-note { margin: 0; color: var(--silver); font-family: var(--font-mono); font-size: 10px; }
.product-price-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
.price { display: block; color: var(--white); font-family: var(--font-display); font-size: clamp(16px, 2.3vw, 22px); font-weight: 700; letter-spacing: -.04em; }
.product-price-row small { display: block; margin-top: 1px; color: var(--muted-dark); font-size: 10px; }
.product-bolt { display: grid; place-items: center; width: 28px; height: 28px; color: var(--black); background: var(--silver); border-radius: 8px; font-size: 16px; }
.btn-buy { width: 100%; min-height: 40px; margin-top: 6px; color: var(--black); background: var(--white); border-color: var(--white); }
.btn-buy:hover { color: var(--black); background: #d9dadd; border-color: #d9dadd; }
.btn-buy svg { width: 15px; height: 15px; }
.ticket-divider { display: none; }

/* ---------- Alerts / empty state ---------- */
.alert { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 13px 15px; color: var(--white); background: var(--panel-strong); border: 1px solid #4a4e55; border-radius: 10px; font-size: 13px; }
.alert::before { content: '!'; display: grid; place-items: center; width: 21px; height: 21px; color: var(--black); background: var(--white); border-radius: 50%; font-family: var(--font-mono); font-size: 11px; }
.empty-state { padding: 68px 22px; color: var(--muted); background: var(--panel); border: 1px dashed #4c5057; border-radius: var(--radius); text-align: center; }
.empty-state p { margin: 0; color: var(--white); font-family: var(--font-display); font-size: 18px; }
.empty-state-sub { margin-top: 8px !important; color: var(--muted-dark) !important; font-family: var(--font-body) !important; font-size: 13px !important; }

/* ---------- Checkout dialog ---------- */
dialog#checkout-dialog { width: min(450px, calc(100% - 30px)); padding: 0; color: var(--white); background: var(--panel); border: 1px solid #454951; border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.58); }
dialog#checkout-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
dialog#checkout-dialog form { padding: 28px; }
.dialog-eyebrow { margin: 0 0 8px; color: var(--muted); font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.dialog-product-name { margin-bottom: 24px; font-size: 27px; line-height: 1.05; }
dialog label { display: block; margin-bottom: 8px; color: var(--silver); font-size: 13px; font-weight: 600; }
dialog label span { color: var(--muted-dark); font-weight: 400; }
.dialog-actions { display: flex; gap: 10px; margin-top: 20px; }
.dialog-actions .btn { flex: 1; }
dialog input[type='email'] { width: 100%; padding: 13px 14px; color: var(--white); background: #0d0f12; border: 1px solid var(--line); border-radius: 9px; font-family: var(--font-body); font-size: 15px; }
dialog input[type='email']::placeholder { color: var(--muted-dark); }
dialog input[type='email']:focus { border-color: var(--silver); outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.10); }

/* ---------- Forms ---------- */
.stacked-form { display: flex; flex-direction: column; gap: 7px; margin-top: 22px; }
.stacked-form label { margin-top: 13px; color: var(--silver); font-size: 13px; font-weight: 700; }
.stacked-form label:first-child { margin-top: 0; }
.stacked-form input[type='text'], .stacked-form input[type='email'], .stacked-form input[type='password'], .stacked-form input[type='number'], .stacked-form input[type='file'], .stacked-form textarea { width: 100%; padding: 13px 14px; color: var(--white); background: #0d0f12; border: 1px solid var(--line); border-radius: 9px; font-family: var(--font-body); font-size: 15px; transition: border-color .18s ease, box-shadow .18s ease; }
.stacked-form input:focus, .stacked-form textarea:focus { border-color: var(--silver); outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,.10); }
.stacked-form textarea { min-height: 112px; resize: vertical; }
.checkbox-line, .radio-line { display: flex; align-items: center; gap: 9px; margin-top: 14px; color: var(--muted); font-size: 14px; font-weight: 400; }
.checkbox-line input, .radio-line input { accent-color: var(--white); }
.field-hint { margin: 5px 0 0; color: var(--muted-dark); font-size: 12px; }
.current-image-preview { width: 100%; max-width: 220px; margin-top: 8px; border: 1px solid var(--line); border-radius: 10px; }
.delivery-type-fieldset { margin-top: 20px; padding: 16px 17px 18px; border: 1px solid var(--line); border-radius: 12px; }
.delivery-type-fieldset legend { padding: 0 6px; color: var(--silver); font-size: 13px; font-weight: 700; }
.conditional-field { margin-top: 16px; }
.back-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px; color: var(--muted); font-size: 13px; text-decoration: none; }
.back-link:hover { color: var(--white); }

/* ---------- Admin ---------- */
.admin-main { min-height: calc(100vh - 74px); padding: 52px 0 95px; background: var(--black); }
.admin-section { margin-bottom: 54px; }
.admin-section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.admin-section-head h2 { font-size: 23px; }
.admin-section-head h2::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 8px 4px 0; background: var(--white); border-radius: 50%; }
.table-scroll { overflow-x: auto; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.admin-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 13px; }
.admin-table th { padding: 14px 16px; color: var(--muted-dark); border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.admin-table td { padding: 14px 16px; color: var(--silver); border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.admin-table tbody tr:hover { background: var(--panel-strong); }
.admin-table tr:last-child td { border-bottom: none; }
.col-thumb { width: 62px; }
.thumb { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 9px; object-fit: cover; }
.thumb-placeholder { background: linear-gradient(135deg, #3c4046, #121418); }
.col-actions { display: flex; gap: 14px; white-space: nowrap; }
.col-actions form { display: inline; }
.link-danger { color: var(--muted); background: none; border: none; padding: 0; cursor: pointer; font-size: 13px; }
.link-danger:hover { color: var(--white); text-decoration: underline; }
.badge-btn { padding: 6px 10px; color: var(--black); background: var(--silver); border: 1px solid var(--silver); border-radius: 999px; cursor: pointer; font-family: var(--font-mono); font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.badge-off, .badge-pending { color: var(--silver); background: transparent; border-color: #4a4e55; }
.security-event { display: inline-block; padding: 5px 8px; color: var(--silver); background: #24282e; border: 1px solid #3c4149; border-radius: 6px; font-family: var(--font-mono); font-size: 10px; }
.admin-table td strong { color: var(--white); }

/* ---------- Auth / status ---------- */
.status-page, .auth-page { min-height: calc(100vh - 74px); padding: 82px 0; background: radial-gradient(circle at 50% 0%, #25282d 0%, var(--black) 42%); }
.status-card, .auth-card { width: min(100%, 500px); margin: 0 auto; padding: 36px; color: var(--white); background: var(--panel); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 55px rgba(0,0,0,.35); text-align: center; }
.status-page h1, .auth-page h1 { margin: 12px 0 18px; font-size: 33px; line-height: 1; }
.status-text { margin-bottom: 28px; color: var(--muted); line-height: 1.7; }
.auth-brand { justify-content: center; margin-bottom: 20px; }
.auth-card .stacked-form { text-align: left; }
.auth-card .back-link { justify-content: center; width: 100%; }
.account-card { position: relative; overflow: hidden; }
.account-card::before { content: ''; position: absolute; top: -130px; right: -100px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 56px rgba(255,255,255,.018); pointer-events: none; }
.step-label { display: inline-flex; align-items: center; gap: 5px; margin-left: 12px; padding: 4px 8px; color: var(--silver); background: var(--panel-strong); border: 1px solid var(--line); border-radius: 999px; font-size: 10px; letter-spacing: .04em; }
.account-step { display: none; }
.account-step.is-active { display: block; animation: stepIn .2s ease-out; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.account-step .btn { width: 100%; margin-top: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.step-actions { display: flex; gap: 10px; }
.step-actions .btn { flex: 1; }
.review-box { margin-top: 6px; padding: 6px 16px; background: #0d0f12; border: 1px solid var(--line); border-radius: 12px; text-align: left; }
.review-title { margin: 10px 0 4px; color: var(--silver); font-family: var(--font-display); font-weight: 700; }
.review-box div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); font-size: 12px; }
.review-box div:last-child { border-bottom: 0; }
.review-box span { color: var(--muted-dark); }.review-box strong { color: var(--white); text-align: right; overflow-wrap: anywhere; }
.turnstile-wrap { margin-top: 18px; padding: 14px; background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 10px; text-align: left; }
.turnstile-wrap p { margin: 0 0 10px; color: var(--silver); font-size: 12px; font-weight: 700; }.turnstile-wrap small { color: var(--muted-dark); font-size: 11px; }
.verification-help { color: var(--muted-dark); font-size: 12px; }
.cf-turnstile { min-height: 65px; }
.footer-credit { float: right; color: var(--muted); }
.footer-credit a { color: inherit; text-decoration: none; transition: color .18s ease; }
.footer-credit a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Floating contact ---------- */
.whatsapp-fab { position: fixed; right: 21px; bottom: 21px; z-index: 40; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; padding: 0; color: #fff; background: var(--whatsapp); border: 0; border-radius: 50%; box-shadow: 0 10px 24px rgba(0,0,0,.42), inset 0 -2px 0 rgba(0,0,0,.12); text-decoration: none; transition: transform .18s ease, filter .18s ease; }
.whatsapp-fab:hover { filter: brightness(.9); transform: translateY(-3px); }
.whatsapp-fab svg { width: 34px; height: 34px; flex: 0 0 auto; filter: drop-shadow(0 1px 1px rgba(0,0,0,.10)); }

/* ---------- Footer ---------- */
.site-footer { color: var(--muted); background: #050506; border-top: 1px solid var(--line-soft); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 36px; padding: 46px 0 34px; }
.site-footer .brand { color: var(--white); }
.site-footer .brand-mark { color: var(--black); background: var(--white); border-color: var(--white); box-shadow: none; }
.site-footer .brand-mark::after { background: var(--black); }
.footer-tagline { max-width: 310px; margin: 10px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.6; }
.footer-kicker { margin: 3px 0 8px; color: var(--muted-dark); font-family: var(--font-mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-contact a:hover { color: var(--silver); }
.footer-socials { display: flex; flex-direction: column; gap: 9px; min-width: 190px; }
.footer-socials a { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--silver); font-size: 13px; text-decoration: none; transition: color .18s ease, transform .18s ease; }
.footer-socials a:hover { color: var(--white); transform: translateX(3px); }
.social-icon { display: inline-grid; place-items: center; width: 25px; height: 25px; color: var(--black); background: var(--silver); border-radius: 7px; font-family: var(--font-mono); font-size: 8px; font-weight: 700; }
.footer-bottom { padding: 16px 100px 20px 0; border-top: 1px solid var(--line-soft); color: #5e6269; font-family: var(--font-mono); font-size: 10px; }
.footer-bottom p { margin: 0; }

@media (min-width: 980px) { .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 820px) { .reference-hero-inner { grid-template-columns: 1fr; gap: 24px; padding-top: 55px; padding-bottom: 42px; } .reference-hero-copy { order: 2; text-align: center; } .reference-hero-copy .eyebrow { justify-content: center; } .reference-hero-copy > p:not(.eyebrow) { margin-right: auto; margin-left: auto; } .hero-visual { order: 1; min-height: 280px; } .reference-hero-copy h1 { margin-right: auto; margin-left: auto; } .reference-hero-copy .btn { margin-top: 2px; } }
@media (max-width: 620px) { .wrap { width: min(var(--wrap), calc(100% - 30px)); } .important-notice-inner { justify-content: flex-start; gap: 10px; min-height: 44px; font-size: 10px; } .important-notice-message { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .search-bar { width: 42px; padding: 11px; } .search-bar span { display: none; } .header-avatar { display: none; } .header-login { padding-right: 14px; padding-left: 14px; } .site-header-inner { min-height: 67px; } .promo-line .wrap { gap: 14px; min-height: 52px; font-size: 11px; } .promo-line span:last-child { display: none; } .catalog { padding-top: 46px; } .catalog-heading { align-items: flex-start; flex-direction: column; gap: 14px; } .catalog-count { align-self: flex-start; } .product-grid { gap: 10px; } .product-body { padding: 13px 11px 11px; } .product-body h3 { min-height: 35px; font-size: 14px; } .product-desc { min-height: 32px; font-size: 11px; } .card-badge { top: 8px; left: 8px; padding: 5px 7px; font-size: 8px; } .product-price-row { margin-top: 4px; } .price { font-size: 16px; } .product-price-row small { font-size: 9px; } .product-bolt { width: 24px; height: 24px; font-size: 13px; } .btn-buy { min-height: 36px; padding: 8px 9px; font-size: 11px; } .btn-buy svg { display: none; } .footer-inner { padding-top: 38px; } .footer-meta { align-items: flex-start; } .footer-bottom { padding-right: 78px; } }
@media (max-width: 480px) { .announcement { font-size: 9px; } .brand { font-size: 14px; } .brand-mark { width: 27px; height: 27px; } .reference-hero { min-height: 590px; } .reference-hero-inner { min-height: 590px; padding-top: 30px; } .hero-visual { min-height: 230px; transform: scale(.75); margin: -26px 0 -20px; } .reference-hero-copy h1 { font-size: clamp(36px, 11vw, 52px); } .reference-hero-copy > p:not(.eyebrow) { font-size: 14px; } .catalog-heading h1, .catalog-heading h2 { font-size: 33px; } .status-page, .auth-page { padding: 54px 0; } .status-card, .auth-card { padding: 28px 20px; } .dialog-actions { flex-direction: column-reverse; } .form-grid { grid-template-columns: 1fr; gap: 0; } .step-label { margin-left: 4px; } .whatsapp-fab { right: 14px; bottom: 14px; width: 56px; height: 56px; } }
.is-hidden { display: none !important; }
dialog#account-dialog { width: min(490px, calc(100% - 30px)); padding: 0; color: var(--white); background: var(--panel); border: 1px solid #454951; border-radius: 16px; box-shadow: 0 28px 80px rgba(0,0,0,.58); }
dialog#account-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
.dialog-content { padding: 30px; }
.dialog-content h2 { margin: 0 0 12px; font-size: 29px; line-height: 1.05; }
.dialog-copy { margin: 0; color: var(--muted); line-height: 1.6; }
.dialog-login-link, .account-switch { color: var(--muted); font-size: 13px; text-align: center; }
.dialog-login-link { display: block; margin-top: 18px; }
.dialog-login-link:hover, .account-switch a { color: var(--white); }
.customer-greeting { color: var(--muted); font-size: 12px; }
.logout-form { margin: 0; }
