:root {
  --bg: #090b0d;
  --panel: #101418;
  --panel-2: #161c20;
  --line: #263039;
  --line-soft: #1a2228;
  --text: #f5f7f5;
  --muted: #93a0a5;
  --muted-2: #5f6d73;
  --acid: #d7ff47;
  --coral: #ff775b;
  --violet: #9e8cff;
  --cyan: #6ce7da;
  --radius: 17px;
}

* { box-sizing: border-box; }
html { background: var(--bg); color-scheme: dark; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
body::after { content: ""; position: fixed; inset: 0; z-index: -4; pointer-events: none; background: radial-gradient(circle at 12% 4%, rgba(215,255,71,.09), transparent 30%), radial-gradient(circle at 88% 32%, rgba(158,140,255,.1), transparent 30%), #090b0d; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.ambient-grid { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.particle { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px 3px rgba(215,255,71,.36); animation: float 12s ease-in-out infinite; opacity: .48; }
.particle.p1 { left: 12%; top: 26%; animation-delay: -2s; }.particle.p2 { left: 77%; top: 15%; animation-delay: -7s; background: var(--coral); box-shadow: 0 0 18px 3px rgba(255,119,91,.32); }.particle.p3 { left: 63%; top: 67%; animation-delay: -5s; }.particle.p4 { left: 29%; top: 82%; animation-delay: -9s; background: var(--violet); box-shadow: 0 0 18px 3px rgba(158,140,255,.32); }.particle.p5 { left: 92%; top: 76%; animation-delay: -4s; }.particle.p6 { left: 43%; top: 9%; animation-delay: -11s; background: var(--cyan); box-shadow: 0 0 18px 3px rgba(108,231,218,.32); }
@keyframes float { 0%, 100% { transform: translate3d(0,0,0); opacity: .22; } 50% { transform: translate3d(18px,-24px,0); opacity: .72; } }
.site-shell { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100vh; width: min(1040px, calc(100% - 44px)); margin: 0 auto; padding: 64px 0 46px; }
.brand-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 74px; }
.brand-mark { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.04em; }
.brand-badge { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(215,255,71,.42); border-radius: 10px; color: var(--acid); background: rgba(215,255,71,.08); font-size: 11px; letter-spacing: -.08em; transform: rotate(-6deg); }
.brand-name { font-size: 17px; }.brand-sub { color: var(--acid); font-size: 12px; font-weight: 500; letter-spacing: -.02em; }
.secondary-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 13px; }.secondary-nav a:hover, .footer-links a:hover, .inline-link:hover { color: var(--text); }
.language-select { appearance: none; border: 1px solid var(--line); border-radius: 999px; padding: 7px 25px 7px 10px; color: var(--acid); background: rgba(15,20,20,.85); font: inherit; font-size: 11px; letter-spacing: .08em; cursor: pointer; }
.language-select:focus { outline: 1px solid var(--acid); outline-offset: 2px; }
.auth-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; margin-top: 42px; }.auth-intro, .auth-card { border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(18,24,25,.88), rgba(12,16,18,.88)); }.auth-intro { min-height: 390px; padding: clamp(26px, 5vw, 54px); display: flex; flex-direction: column; justify-content: center; }.auth-intro h1 { max-width: 580px; }.auth-points { display: grid; gap: 10px; margin-top: 30px; color: var(--muted); font-size: 13px; }.auth-points span:first-child { color: var(--acid); }.auth-card { padding: 22px; align-self: center; }.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 22px; padding: 4px; border-radius: 10px; background: #0b0f11; }.auth-tab { border: 0; border-radius: 7px; padding: 10px; color: var(--muted); background: transparent; cursor: pointer; font: inherit; font-size: 12px; }.auth-tab.active { color: var(--ink); background: var(--acid); }.auth-card form { display: grid; gap: 13px; }.auth-card label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }.auth-card input { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 11px; outline: none; background: #0c1013; color: var(--text); }.auth-card input:focus { border-color: var(--acid); }.auth-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }.auth-actions .primary-btn, .auth-actions .ghost-btn { width: auto; }.auth-gate { min-height: 430px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }.auth-gate .primary-btn { margin-top: 24px; }.real-shot { overflow: hidden; aspect-ratio: 16 / 9; background: #080a0c; }.real-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero { max-width: 830px; }.hero-home { min-height: 450px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-label { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }.eyebrow { margin-bottom: 17px; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px rgba(215,255,71,.7); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.045em; } h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 7vw, 78px); line-height: .98; font-weight: 600; } h2 { margin: 0; font-size: 28px; line-height: 1.05; } h3 { margin: 0; }
.hero-copy { max-width: 630px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.primary-btn, .ghost-btn, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 11px; padding: 11px 17px; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.primary-btn { border: 1px solid var(--acid); background: var(--acid); color: #11150d; }.primary-btn:hover, .ghost-btn:hover, .secondary-btn:hover { transform: translateY(-2px); }.primary-btn.confirmed { background: var(--cyan); border-color: var(--cyan); }
.ghost-btn, .secondary-btn { border: 1px solid var(--line); background: rgba(255,255,255,.02); color: var(--text); }.ghost-btn:hover, .secondary-btn:hover { border-color: var(--muted-2); }
.hero-stats { display: flex; gap: 42px; margin-top: 54px; }.hero-stats div { display: grid; gap: 2px; }.hero-stats strong { font-family: "Space Grotesk"; font-size: 24px; letter-spacing: -.04em; }.hero-stats span { color: var(--muted-2); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 25px 0 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-strip > div { min-height: 130px; padding: 20px 18px 18px 0; border-right: 1px solid var(--line); }.feature-strip > div:not(:first-child) { padding-left: 18px; }.feature-strip > div:last-child { border-right: 0; }.feature-number { display: block; margin-bottom: 17px; color: var(--acid); font: 12px "Space Grotesk"; }.feature-strip strong { display: block; font-family: "Space Grotesk"; font-size: 16px; }.feature-strip p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.marketplace { display: grid; gap: 24px; }.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 18px; }.section-intro .eyebrow { margin-bottom: 8px; }.inline-link { color: var(--acid); font-size: 13px; }.secondary-intro { margin-top: 55px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }.config-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { position: relative; min-height: 180px; display: grid; grid-template-rows: auto 1fr auto; padding: 17px; border: 1px solid transparent; border-radius: 15px; background: rgba(16,20,24,.56); transition: transform .2s ease, border-color .2s ease, background .2s ease; }.product-card:hover { transform: translateY(-4px); border-color: var(--line); background: var(--panel); }.card-link { position: absolute; inset: 0; }.product-card > * { position: relative; z-index: 1; pointer-events: none; }.product-top { display: flex; align-items: flex-start; gap: 12px; }.game-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--panel-2); color: var(--muted); font: 600 13px "Space Grotesk"; }.game-icon.meme { color: var(--acid); border-color: rgba(215,255,71,.28); background: rgba(215,255,71,.08); }.game-icon.digital { color: var(--violet); border-color: rgba(158,140,255,.28); background: rgba(158,140,255,.08); }.game-icon.small { width: 32px; height: 32px; border-radius: 9px; font-size: 11px; }.card-kicker { margin-bottom: 4px; color: var(--muted-2); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.product-name { font-size: 17px; line-height: 1.1; font-weight: 600; }.product-sub { margin: 5px 0 0; color: var(--muted); font-size: 12px; }.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 30px; }.price { font: 600 22px "Space Grotesk"; }.stock, .card-rating { color: var(--acid); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.stock { max-width: 120px; text-align: right; }.stock.soon { color: var(--muted-2); }.stock.low { color: var(--coral); }.card-rating { display: block; margin-top: 5px; color: var(--coral); text-transform: none; letter-spacing: 0; }.card-rating b { color: var(--text); font-weight: 500; }.muted { color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 86px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; }.footer-links { display: flex; flex-wrap: wrap; gap: 13px; }.footer-links a { color: var(--muted); }
.page { max-width: 840px; margin: 0 auto; }.back-link { display: inline-flex; margin-bottom: 28px; color: var(--muted); font-size: 13px; }.back-link:hover { color: var(--text); }.page-head { margin-bottom: 34px; }.page-head h1 { font-size: clamp(38px, 6vw, 60px); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 28px; align-items: start; }.detail-visual { position: relative; min-height: 245px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 50% 15%, rgba(215,255,71,.14), transparent 32%), linear-gradient(135deg, #18211b, #101419 58%, #101018); }.detail-visual.digital { background: radial-gradient(circle at 60% 20%, rgba(158,140,255,.17), transparent 30%), linear-gradient(135deg, #1a1825, #101419 58%, #101018); }.detail-monogram { font: 600 clamp(58px, 10vw, 100px) "Space Grotesk"; letter-spacing: -.12em; color: var(--acid); text-shadow: 0 0 42px rgba(215,255,71,.22); }.detail-visual.digital .detail-monogram { color: var(--violet); }.visual-caption { position: absolute; right: 17px; bottom: 14px; color: var(--muted-2); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.detail-copy { padding: 23px 0 6px; }.detail-copy .eyebrow { margin-bottom: 9px; }.detail-copy h1 { font-size: clamp(34px, 5vw, 54px); }.detail-rating { display: flex; align-items: center; gap: 9px; margin-top: 14px; color: var(--coral); font-size: 14px; }.detail-rating b { color: var(--text); font-weight: 500; }.detail-rating .muted { font-size: 12px; }.seller { color: var(--muted); font-size: 13px; }.seller strong { color: var(--text); font-weight: 500; }
.purchase-card { position: sticky; top: 24px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,20,24,.84); box-shadow: 0 15px 40px rgba(0,0,0,.16); }.purchase-label { color: var(--muted-2); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }.purchase-price { margin: 4px 0 16px; font: 600 34px "Space Grotesk"; }.purchase-note { display: flex; align-items: center; margin-bottom: 17px; color: var(--acid); font-size: 12px; }.purchase-card .primary-btn, .purchase-card .secondary-btn { width: 100%; }.purchase-card .secondary-btn { margin-top: 9px; }
.share-code { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-top: 21px; padding: 15px 16px; border: 1px solid rgba(215,255,71,.2); border-radius: 13px; background: rgba(215,255,71,.055); }.share-code .eyebrow { margin-bottom: 6px; }.share-code code { display: block; max-width: 450px; overflow: hidden; color: var(--acid); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }.copy-btn { flex: 0 0 auto; border: 1px solid rgba(215,255,71,.32); border-radius: 8px; padding: 8px 10px; background: transparent; color: var(--acid); font-size: 12px; }
.detail-block { margin-top: 36px; }.section-label { margin-bottom: 12px; }.info-table { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }.info-row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 14px; border-radius: 10px; background: var(--panel); color: var(--muted); font-size: 13px; }.info-row strong { max-width: 65%; color: var(--text); font-weight: 500; text-align: right; }
.shot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.shot-card { margin: 0; }.shot-window { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #0b0f12; }.shot-bar { display: flex; align-items: center; gap: 5px; height: 26px; padding: 0 9px; border-bottom: 1px solid var(--line); background: #141a1f; }.shot-bar span { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }.shot-bar span:nth-child(2) { background: var(--acid); }.shot-bar span:nth-child(3) { background: var(--violet); }.shot-bar em { overflow: hidden; margin-left: 4px; color: var(--muted-2); font: 9px ui-monospace, monospace; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }.shot-body { display: grid; grid-template-columns: 50px 1fr; min-height: 128px; }.shot-side { padding: 13px 7px; border-right: 1px solid var(--line-soft); }.shot-side b { display: block; color: var(--acid); font: 600 8px "Space Grotesk"; letter-spacing: -.07em; }.shot-side b span { color: var(--text); }.shot-side i { display: block; width: 27px; height: 4px; margin-top: 18px; border-radius: 4px; background: #273138; }.shot-side i + i { margin-top: 8px; width: 20px; }.shot-content { padding: 13px 10px; }.shot-title { margin-bottom: 10px; color: var(--text); font: 600 11px "Space Grotesk"; }.shot-line { display: flex; gap: 7px; margin: 7px 0; }.shot-line small { color: var(--muted-2); font: 9px ui-monospace, monospace; }.shot-line code { overflow: hidden; color: var(--cyan); font: 9px ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }.shot-card figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; }
.description-card { padding: 19px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); color: var(--muted); }.description-card p { margin: 0 0 13px; }.description-card p:last-child { margin-bottom: 0; }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 15px; }.reviews-head h2 { font-size: 24px; }.review-total { color: var(--muted-2); font-size: 12px; }.review-list { margin-top: 16px; border-top: 1px solid var(--line); }.review-row { padding: 16px 0; border-bottom: 1px solid var(--line-soft); }.review-meta { display: flex; align-items: center; gap: 9px; }.review-meta strong { font-size: 13px; font-weight: 600; }.review-meta span { color: var(--coral); font-size: 12px; }.review-row p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }.review-form { display: grid; gap: 11px; margin-top: 18px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: rgba(16,20,24,.7); }.review-form label, .add-config-panel label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }.review-form input, .review-form textarea, .review-form select, .add-config-panel input, .add-config-panel textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 10px 11px; outline: none; background: #0c1013; color: var(--text); }.review-form textarea, .add-config-panel textarea { min-height: 82px; resize: vertical; }.review-form input:focus, .review-form textarea:focus, .review-form select:focus, .add-config-panel input:focus, .add-config-panel textarea:focus { border-color: var(--acid); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.form-status { align-self: center; color: var(--acid); font-size: 12px; }.lookup-card { max-width: 560px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }.legal-copy { color: var(--muted); }.legal-copy h2 { margin: 32px 0 8px; color: var(--text); font-size: 21px; }
.dashboard-page { max-width: 960px; }.dashboard-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 31px; }.dashboard-head h1 { font-size: clamp(38px, 6vw, 62px); }.dashboard-head .hero-copy { margin-top: 12px; }.dashboard-action { width: auto; min-width: 145px; }.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 9px; }.metric-card, .dashboard-panel, .add-config-panel { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,20,24,.78); }.metric-card { padding: 18px; }.metric-card span, .metric-card small { display: block; color: var(--muted-2); font-size: 12px; }.metric-card strong { display: block; margin: 8px 0 4px; font: 600 30px "Space Grotesk"; }.metric-card small { color: var(--acid); }.add-config-panel { display: none; margin: 18px 0; padding: 20px; }.add-config-panel.visible { display: block; animation: reveal .24s ease both; }.add-config-panel form { display: grid; gap: 11px; }.add-config-panel .primary-btn { width: fit-content; }.field-hint { color: var(--muted-2); }.panel-head { display: flex; align-items: start; justify-content: space-between; gap: 17px; margin-bottom: 17px; }.panel-head .eyebrow { margin-bottom: 7px; }.panel-head h2 { font-size: 21px; }.panel-head a { color: var(--acid); font-size: 12px; }.close-btn { border: 0; background: transparent; color: var(--muted); font-size: 26px; line-height: 1; }.catalog-panel { margin-top: 18px; padding: 20px; }.catalog-list { display: grid; }.catalog-row { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto auto auto; align-items: center; gap: 12px; min-height: 65px; border-top: 1px solid var(--line-soft); }.catalog-row div { min-width: 0; }.catalog-row strong, .catalog-row small { display: block; }.catalog-row strong { font-size: 13px; }.catalog-row small { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.catalog-row b { font-size: 13px; font-weight: 500; }.catalog-row a { color: var(--acid); font-size: 12px; }.catalog-rating { color: var(--coral); font-size: 11px; }.quick-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }.quick-actions a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; }.quick-actions a:hover { color: var(--text); border-color: var(--muted-2); }
@keyframes reveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .site-shell { width: min(100% - 28px, 620px); padding-top: 42px; }.brand-bar { margin-bottom: 48px; }.secondary-nav { gap: 14px; font-size: 12px; }.hero-home { min-height: 410px; }.hero-stats { gap: 24px; }.feature-strip { grid-template-columns: 1fr; margin-bottom: 60px; }.feature-strip > div, .feature-strip > div:not(:first-child) { min-height: 0; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }.feature-strip > div:last-child { border-bottom: 0; }.product-grid, .config-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.detail-layout { grid-template-columns: 1fr; }.purchase-card { position: static; }.shot-grid { grid-template-columns: 1fr; }.metric-grid { grid-template-columns: 1fr; }.dashboard-head { align-items: flex-start; flex-direction: column; }.dashboard-action { width: 100%; }.catalog-row { grid-template-columns: 32px minmax(0, 1fr) auto; }.catalog-rating, .catalog-row b { display: none; }.site-footer { align-items: flex-start; flex-direction: column; }.auth-layout { grid-template-columns: 1fr; }.auth-intro { min-height: 0; }.auth-card { width: 100%; } }
@media (max-width: 460px) { .site-shell { width: calc(100% - 22px); }.brand-name { font-size: 15px; }.secondary-nav { gap: 9px; font-size: 11px; }.hero-copy { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .primary-btn, .hero-actions .ghost-btn { width: 100%; }.hero-stats { justify-content: space-between; gap: 12px; }.hero-stats strong { font-size: 20px; }.product-grid, .config-grid { grid-template-columns: 1fr; }.section-intro { align-items: start; flex-direction: column; }.form-row, .info-table { grid-template-columns: 1fr; }.share-code { align-items: start; flex-direction: column; }.copy-btn { width: 100%; }.catalog-row { gap: 8px; } }
/* clean navigation and owner surface */
.clean-header { display: grid; justify-items: center; gap: 18px; margin-bottom: 72px; text-align: center; }.wordmark { color: var(--text); font: 600 18px "Space Grotesk", sans-serif; letter-spacing: -.04em; }.top-nav { display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--muted); font-size: 14px; }.top-nav a:hover, .header-tools a:hover { color: var(--text); }.nav-separator { color: var(--muted-2); }.nav-disabled { display: inline-flex; align-items: center; gap: 7px; color: var(--muted-2); }.nav-disabled small { padding: 3px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--acid); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.header-tools { display: flex; align-items: center; gap: 14px; color: var(--muted-2); font-size: 12px; }.minimal-footer { margin-top: 72px; padding-top: 18px; border-top: 1px solid var(--line-soft); color: var(--muted-2); text-align: center; font-size: 11px; }.minimal-home .hero-home { min-height: 0; padding: clamp(34px, 7vw, 82px) 0 64px; }.minimal-home .hero-home h1 { max-width: 760px; font-size: clamp(44px, 8vw, 92px); }.minimal-home .hero-copy { max-width: 570px; }.hero-code { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; color: var(--muted-2); font-size: 11px; }.hero-code code { color: var(--acid); font: 12px ui-monospace, monospace; }.simple-dashboard .dashboard-head { margin-bottom: 24px; }.simple-dashboard .dashboard-head h1 { font-size: clamp(36px, 6vw, 58px); }.simple-dashboard .add-config-panel.visible { margin-top: 0; }.simple-dashboard .catalog-panel { margin-top: 20px; }
@media (max-width: 460px) { .clean-header { margin-bottom: 45px; gap: 14px; }.top-nav { gap: 10px; font-size: 12px; }.header-tools { font-size: 11px; }.minimal-home .hero-home { padding-top: 30px; }.minimal-home .hero-home h1 { font-size: 44px; }.hero-code { align-items: flex-start; flex-direction: column; gap: 6px; } }
.clean-header { position: relative; display: flex; align-items: center; justify-content: center; min-height: 28px; margin-bottom: 72px; }.clean-header .wordmark { position: absolute; left: 0; }.clean-header .header-tools { position: absolute; right: 0; top: 0; }
.minimal-footer { margin-top: auto; }
@media (max-width: 600px) { .clean-header { display: grid; gap: 14px; min-height: 0; }.clean-header .wordmark, .clean-header .header-tools { position: static; }.clean-header .header-tools { justify-content: center; } }
.owner-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 14px; align-items: start; }.owner-grid .add-config-panel { margin: 0; }.team-panel { padding: 20px; }.team-panel form { display: grid; gap: 11px; }.team-panel label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; }.team-panel input { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 10px 11px; outline: none; background: #0c1013; color: var(--text); }.team-list { display: grid; gap: 10px; margin-top: 20px; }.team-row { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 9px; align-items: center; padding-top: 11px; border-top: 1px solid var(--line-soft); }.team-avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 700; }.team-row strong, .team-row small { display: block; }.team-row strong { font-size: 12px; }.team-row small, .team-row > span:last-child { color: var(--muted-2); font-size: 11px; }.team-empty { font-size: 12px; }.catalog-count { color: var(--muted-2); font-size: 12px; }
@media (max-width: 760px) { .owner-grid { grid-template-columns: 1fr; } }
.discord-link, .discord-footer { color: var(--muted); }.discord-link svg { display: block; width: 18px; height: 18px; fill: currentColor; }.discord-link:hover, .discord-footer:hover { color: #5865f2; }.discord-footer { display: inline-flex; align-items: center; gap: 7px; }.config-filters { display: flex; gap: 8px; margin: 18px 0 22px; }.filter-btn { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: var(--muted); background: transparent; cursor: pointer; font: inherit; font-size: 12px; }.filter-btn.active, .filter-btn:hover { border-color: var(--acid); color: var(--acid); }.showcase-grid { display: grid; gap: 28px; }.showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,20,23,.84); }.listing-gallery { position: relative; overflow: hidden; min-height: clamp(270px, 46vw, 540px); background: #090c0f; }.gallery-track, .gallery-slide { width: 100%; height: 100%; }.gallery-slide { display: none; aspect-ratio: 16 / 8; object-fit: cover; }.gallery-slide.active { display: block; animation: reveal .28s ease both; }.gallery-arrow { position: absolute; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(5,8,10,.65); cursor: pointer; font-size: 27px; line-height: 1; }.gallery-arrow:hover { background: var(--acid); color: var(--ink); }.gallery-arrow.prev { left: 16px; }.gallery-arrow.next { right: 16px; }.gallery-dots { position: absolute; bottom: 15px; left: 50%; display: flex; gap: 6px; transform: translateX(-50%); }.gallery-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; }.gallery-dot.active { background: var(--acid); }.gallery-placeholder { display: grid; min-height: 270px; place-content: center; gap: 8px; color: var(--muted); text-align: center; }.gallery-placeholder span { color: var(--text); font: 600 24px "Space Grotesk"; }.showcase-info { display: flex; justify-content: space-between; gap: 20px; padding: 22px; }.showcase-info h2 { margin: 5px 0 7px; font: 600 clamp(22px, 3vw, 32px) "Space Grotesk"; }.showcase-info h2 a:hover { color: var(--acid); }.showcase-info p { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.showcase-bottom { display: grid; align-content: center; justify-items: end; gap: 7px; white-space: nowrap; }.showcase-bottom strong { font: 600 22px "Space Grotesk"; }.showcase-bottom span { color: var(--coral); font-size: 12px; }.empty-filter { padding: 80px 0; color: var(--muted); text-align: center; }.text-action { border: 0; color: var(--acid); background: transparent; cursor: pointer; font: inherit; font-size: 12px; }
.danger-action { color: var(--coral); }.print-dropzone { display: grid; min-height: 88px; place-items: center; padding: 15px; border: 1px dashed var(--muted-2); border-radius: 10px; color: var(--muted); background: rgba(7,10,12,.55); text-align: center; cursor: pointer; }.print-dropzone:hover, .print-dropzone.dragging { border-color: var(--acid); color: var(--acid); }.print-previews { display: flex; flex-wrap: wrap; gap: 6px; width: 100%; margin-top: 9px; }.print-previews img { width: 58px; height: 42px; border-radius: 5px; object-fit: cover; }
.listing-gallery.broken-shot::after { content: "Print indisponível"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
.showcase-description { max-width: 680px; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line-soft); }.showcase-description > span { display: block; margin-bottom: 5px; color: var(--acid); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.showcase-description p { line-height: 1.65; }
.discord-login { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; padding: 12px 14px; border-radius: 9px; color: #fff; background: #5865f2; font-size: 13px; font-weight: 600; }.discord-login:hover { background: #4752c4; }.discord-login svg { width: 18px; height: 18px; fill: currentColor; }.auth-separator { margin: 16px 0; color: var(--muted-2); text-align: center; font-size: 11px; }
@media (max-width: 620px) { .showcase-info { display: grid; }.showcase-bottom { justify-items: start; }.listing-gallery { min-height: 210px; }.gallery-slide { aspect-ratio: 16 / 10; } }
