* { box-sizing: border-box; }

:root {
  color-scheme: dark;
}

.sm-body {
  --sm-ink: #f8fafc;
  --sm-muted: #a9b0bc;
  --sm-muted-strong: #c8ced7;
  --sm-surface-soft: color-mix(in srgb, var(--sm-surface) 84%, white 16%);
  --sm-shadow: 0 24px 55px rgba(0, 0, 0, .24);
  margin: 0;
  min-width: 320px;
  background: var(--sm-bg);
  color: var(--sm-ink);
  font-family: var(--sm-font);
  letter-spacing: 0;
}

.sm-body a { color: inherit; text-decoration: none; }
.sm-body button, .sm-body input { font: inherit; }
.sm-body [x-cloak] { display: none !important; }

.sm-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 34px;
  padding: 7px 16px;
  background: var(--sm-highlight);
  color: #071a1c;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.sm-announcement strong { text-decoration: underline; text-underline-offset: 3px; }
.sm-announcement i { margin-left: 4px; font-size: 10px; }

.sm-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(17, 19, 24, .8);
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, background .2s ease;
}

.sm-header.is-scrolled { border-color: var(--sm-border); background: rgba(17, 19, 24, .94); }

.sm-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 22px;
}

.sm-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 16px; font-weight: 800; }
.sm-brand img { width: 32px; height: 32px; border-radius: 7px; object-fit: cover; }
.sm-brand-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: var(--sm-accent); color: white; font-size: 12px; box-shadow: 0 7px 20px color-mix(in srgb, var(--sm-accent) 38%, transparent); }

.sm-navigation { display: flex; align-items: center; justify-content: center; gap: 24px; }
.sm-navigation a, .sm-account-link { color: var(--sm-muted-strong); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.sm-navigation a:hover { color: white; }
.sm-account-link { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--sm-border); border-radius: 7px; color: white; }
.sm-account-link:hover { border-color: var(--sm-highlight); color: var(--sm-highlight); }
.sm-menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 20px; }

.sm-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--sm-border); background: linear-gradient(120deg, color-mix(in srgb, var(--sm-bg) 82%, #1d0d2a 18%), var(--sm-bg) 57%, color-mix(in srgb, var(--sm-bg) 85%, #160b25 15%)); }
.sm-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; content: ''; mask-image: linear-gradient(90deg, black, transparent 88%); }
.sm-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .98fr) minmax(380px, .8fr); align-items: center; gap: 48px; min-height: 560px; padding-top: 72px; padding-bottom: 72px; }
.sm-hero-copy { max-width: 655px; }
.sm-eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; color: var(--sm-highlight); font-size: 11px; font-weight: 800; letter-spacing: 1.35px; }
.sm-eyebrow span { display: block; width: 23px; height: 2px; background: var(--sm-highlight); }
.sm-hero h1, .sm-section h1, .sm-section h2 { margin: 0; color: white; font-weight: 800; line-height: 1.04; }
.sm-hero h1 { max-width: 650px; font-size: clamp(45px, 5.2vw, 74px); }
.sm-hero-description { max-width: 560px; margin: 24px 0 30px; color: var(--sm-muted-strong); font-size: 17px; line-height: 1.75; }
.sm-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.sm-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 47px; padding: 12px 18px; border: 1px solid var(--sm-accent); border-radius: 6px; background: var(--sm-accent); color: white; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.sm-primary-button:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--sm-accent) 86%, white 14%); color: white; }
.sm-text-button { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 13px; font-weight: 800; }
.sm-text-button:hover { color: var(--sm-highlight); }
.sm-hero-trust { display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; color: var(--sm-muted); font-size: 12px; font-weight: 600; }
.sm-hero-trust i { color: var(--sm-highlight); }

.sm-stream-visual { position: relative; min-height: 400px; }
.sm-stream-glow { position: absolute; border-radius: 999px; filter: blur(5px); opacity: .75; }
.sm-stream-glow-one { top: 34px; right: 30px; width: 180px; height: 180px; background: var(--sm-accent); }
.sm-stream-glow-two { bottom: 18px; left: 0; width: 155px; height: 155px; background: var(--sm-highlight); }
.sm-screen-shell { position: absolute; top: 55px; right: 15px; left: 42px; overflow: hidden; min-height: 280px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: linear-gradient(135deg, #181c25, #0a0c10); box-shadow: 0 36px 80px rgba(0,0,0,.38); transform: rotate(-2.7deg); }
.sm-screen-shell::after { position: absolute; right: -24%; bottom: -47%; width: 76%; height: 126%; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--sm-accent) 82%, transparent), transparent 68%); content: ''; }
.sm-screen-top { display: flex; align-items: center; gap: 5px; height: 34px; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.sm-screen-top span { width: 7px; height: 7px; border-radius: 50%; background: #c084fc; }.sm-screen-top span:nth-child(2) { background: var(--sm-accent); }.sm-screen-top span:nth-child(3) { background: var(--sm-highlight); }.sm-screen-top b { margin-left: auto; color: #978c9e; font-size: 8px; letter-spacing: 1.4px; }
.sm-screen-content { position: relative; z-index: 1; padding: 60px 38px 36px; }.sm-screen-title { width: 65%; height: 28px; border-radius: 3px; background: linear-gradient(90deg, white, #bbbfc7); }.sm-screen-line { width: 84%; height: 8px; margin-top: 15px; border-radius: 10px; background: rgba(255,255,255,.24); }.sm-screen-line.short { width: 52%; }.sm-screen-progress { width: 82%; height: 4px; margin-top: 68px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.18); }.sm-screen-progress span { display: block; width: 52%; height: 100%; border-radius: inherit; background: var(--sm-accent); }
.sm-stream-pills { position: absolute; right: 0; bottom: 22px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.sm-stream-pills span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; background: rgba(17, 19, 24, .82); color: white; font-size: 11px; font-weight: 700; backdrop-filter: blur(10px); }

.sm-section { padding-top: 92px; padding-bottom: 92px; }
.sm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }.sm-section-heading h2 { font-size: clamp(30px, 3vw, 44px); }.sm-section-heading > p { max-width: 360px; margin: 0; color: var(--sm-muted); font-size: 14px; line-height: 1.65; }

.sm-product-card { display: block; height: 100%; overflow: hidden; border: 1px solid var(--sm-border); border-radius: 7px; background: var(--sm-surface); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.sm-product-card:hover { border-color: color-mix(in srgb, var(--sm-accent) 72%, white 28%); box-shadow: var(--sm-shadow); transform: translateY(-5px); color: inherit; }
.sm-product-card-media { position: relative; display: grid; min-height: 190px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #292c36, #14171d); }.sm-product-card-media img { width: 100%; height: 205px; object-fit: cover; transition: transform .3s ease; }.sm-product-card:hover .sm-product-card-media img { transform: scale(1.04); }.sm-product-placeholder { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--sm-accent) 83%, white 17%); color: white; font-size: 24px; }.sm-product-card-media .sm-product-placeholder { width: 60px; height: 60px; font-size: 18px; }
.sm-product-badge { position: absolute; top: 12px; left: 12px; padding: 5px 8px; border-radius: 4px; background: var(--badge-color); color: white; font-size: 10px; font-weight: 800; letter-spacing: .3px; }.sm-product-card-body { display: flex; min-height: 142px; flex-direction: column; padding: 17px; }.sm-product-card-meta { display: flex; align-items: center; justify-content: space-between; color: var(--sm-muted); font-size: 11px; font-weight: 700; }.sm-product-card-meta i { color: var(--sm-highlight); }.sm-product-card h3 { margin: 13px 0 18px; color: white; font-size: 17px; font-weight: 800; line-height: 1.35; }.sm-product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin-top: auto; color: var(--sm-highlight); font-size: 15px; font-weight: 800; }.sm-product-price s { color: var(--sm-muted); font-size: 11px; font-weight: 600; }

.sm-trust-section { padding-top: 15px; }.sm-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--sm-border); border-bottom: 1px solid var(--sm-border); }.sm-trust-grid article { min-height: 178px; padding: 30px; border-right: 1px solid var(--sm-border); }.sm-trust-grid article:last-child { border-right: 0; }.sm-trust-grid i { color: var(--sm-accent); font-size: 20px; }.sm-trust-grid h3 { margin: 20px 0 10px; color: white; font-size: 15px; font-weight: 800; }.sm-trust-grid p { margin: 0; color: var(--sm-muted); font-size: 13px; line-height: 1.6; }

.sm-feedback-section { background: var(--sm-surface); border-top: 1px solid var(--sm-border); border-bottom: 1px solid var(--sm-border); }.sm-feedback-card { display: flex; min-height: 255px; flex-direction: column; padding: 24px; border: 1px solid var(--sm-border); border-radius: 7px; background: var(--sm-bg); }.sm-feedback-stars { display: flex; gap: 4px; color: #d8b4fe; font-size: 12px; }.sm-feedback-card > p { margin: 19px 0; color: var(--sm-muted-strong); font-size: 14px; line-height: 1.75; }.sm-feedback-reply { display: grid; gap: 4px; margin-top: auto; padding: 10px; border-left: 2px solid var(--sm-highlight); background: rgba(168,85,247,.08); color: var(--sm-muted); font-size: 11px; }.sm-feedback-reply strong { color: var(--sm-highlight); }.sm-feedback-card footer { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--sm-muted); font-size: 10px; font-weight: 700; }.sm-feedback-card footer i { color: var(--sm-highlight); }.sm-view-all { margin-top: 25px; }

.sm-empty-state { padding: 32px; border: 1px dashed var(--sm-border); border-radius: 7px; color: var(--sm-muted); text-align: center; }
.sm-footer { border-top: 1px solid var(--sm-border); background: #0d0f13; }.sm-footer-inner { display: grid; grid-template-columns: minmax(200px, 1fr) auto; gap: 40px; padding-top: 56px; padding-bottom: 50px; }.sm-footer-brand { color: white; }.sm-footer p { max-width: 360px; margin: 15px 0 0; color: var(--sm-muted); font-size: 13px; line-height: 1.65; }.sm-footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 15px 25px; max-width: 370px; }.sm-footer-links a { color: var(--sm-muted-strong); font-size: 12px; font-weight: 700; }.sm-footer-links a:hover { color: var(--sm-highlight); }.sm-footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid var(--sm-border); color: #737b88; font-size: 10px; font-weight: 600; }

.sm-product-page { padding-top: 45px; }.sm-back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 32px; color: var(--sm-muted-strong); font-size: 13px; font-weight: 800; }.sm-back-link:hover { color: var(--sm-highlight); }.sm-product-gallery { display: grid; min-height: 390px; place-items: center; overflow: hidden; border: 1px solid var(--sm-border); border-radius: 8px; background: linear-gradient(145deg, #292d37, #17191f); }.sm-product-gallery img { width: 100%; height: 100%; max-height: 500px; object-fit: cover; }.sm-product-gallery .sm-product-placeholder { width: 94px; height: 94px; font-size: 32px; }.sm-product-description { margin-top: 26px; color: var(--sm-muted-strong); line-height: 1.75; }.sm-product-description img { max-width: 100%; height: auto; }.sm-product-detail { position: sticky; top: 96px; padding: 30px; border: 1px solid var(--sm-border); border-radius: 8px; background: var(--sm-surface); }.sm-product-detail > .sm-product-badge { position: static; display: inline-block; }.sm-status-dot { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--status-color); font-size: 11px; font-weight: 800; }.sm-status-dot i { width: 7px; height: 7px; border-radius: 50%; background: var(--status-color); box-shadow: 0 0 0 4px color-mix(in srgb, var(--status-color) 15%, transparent); }.sm-product-detail h1 { margin: 15px 0 8px; color: white; font-size: clamp(30px, 3vw, 42px); font-weight: 800; line-height: 1.12; }.sm-product-sold { margin: 0 0 25px; color: var(--sm-muted); font-size: 12px; font-weight: 700; }

.sm-checkout-form { border-top: 1px solid var(--sm-border); padding-top: 25px; }.sm-form-group { margin: 0 0 19px; padding: 0; border: 0; }.sm-form-group label, .sm-form-group legend { display: block; margin: 0 0 8px; color: white; font-size: 12px; font-weight: 800; }.sm-form-group input { width: 100%; height: 45px; padding: 0 12px; border: 1px solid var(--sm-border); border-radius: 5px; outline: none; background: #111318; color: white; font-size: 13px; }.sm-form-group input:focus { border-color: var(--sm-highlight); box-shadow: 0 0 0 3px rgba(168,85,247,.12); }.sm-variant-grid { display: grid; gap: 8px; }.sm-variant-option { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 62px; padding: 10px 12px; border: 1px solid var(--sm-border); border-radius: 5px; background: #111318; color: white; text-align: left; transition: border-color .2s ease, background .2s ease; }.sm-variant-option:hover, .sm-variant-option.is-selected { border-color: var(--sm-highlight); background: rgba(168,85,247,.08); }.sm-variant-option span { display: grid; gap: 3px; }.sm-variant-option b { font-size: 12px; }.sm-variant-option small { color: var(--sm-muted); font-size: 10px; }.sm-variant-option strong { color: var(--sm-highlight); font-size: 13px; }.sm-quantity-control { display: grid; grid-template-columns: 42px 1fr 42px; border: 1px solid var(--sm-border); border-radius: 5px; overflow: hidden; }.sm-quantity-control button { border: 0; background: #111318; color: white; }.sm-quantity-control button:hover { background: var(--sm-surface-soft); color: var(--sm-highlight); }.sm-quantity-control input { border: 0; border-right: 1px solid var(--sm-border); border-left: 1px solid var(--sm-border); border-radius: 0; text-align: center; }.sm-checkout-summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--sm-border); border-bottom: 1px solid var(--sm-border); color: var(--sm-muted); font-size: 13px; font-weight: 700; }.sm-checkout-summary strong { color: white; font-size: 22px; }.sm-checkout-note { margin: 13px 0; color: var(--sm-muted); font-size: 10px; }.sm-checkout-note i { color: var(--sm-highlight); }.sm-checkout-error { margin: 0 0 12px; padding: 10px; border: 1px solid #9c3144; border-radius: 5px; background: rgba(239,79,103,.1); color: #ff9cad; font-size: 12px; }.sm-buy-button { width: 100%; min-height: 52px; border-radius: 5px; }.sm-buy-button:disabled { cursor: not-allowed; opacity: .55; transform: none; }

.sm-page-heading { max-width: 700px; margin-bottom: 43px; }.sm-page-heading h1 { font-size: clamp(38px, 4.8vw, 62px); }.sm-page-heading > p:last-child { max-width: 600px; margin: 18px 0 0; color: var(--sm-muted-strong); font-size: 16px; line-height: 1.7; }.sm-status-card { display: flex; align-items: center; justify-content: space-between; min-height: 125px; padding: 22px; border: 1px solid var(--sm-border); border-radius: 7px; background: var(--sm-surface); transition: transform .2s ease, border-color .2s ease; }.sm-status-card:hover { border-color: var(--sm-highlight); transform: translateY(-3px); }.sm-status-card .sm-status-dot { margin: 0 0 12px; }.sm-status-card h3 { margin: 0; color: white; font-size: 16px; font-weight: 800; }.sm-status-card > i { color: var(--sm-highlight); }.sm-legal-wrap { max-width: 930px; }.sm-legal-content { padding: clamp(23px, 4vw, 50px); border: 1px solid var(--sm-border); border-radius: 8px; background: var(--sm-surface); color: var(--sm-muted-strong); line-height: 1.85; }.sm-legal-content h1, .sm-legal-content h2, .sm-legal-content h3 { margin-top: 1.55em; color: white; font-weight: 800; }.sm-legal-content h1:first-child, .sm-legal-content h2:first-child, .sm-legal-content h3:first-child { margin-top: 0; }.sm-legal-content a { color: var(--sm-highlight); text-decoration: underline; }

@media (max-width: 991.98px) {
  .sm-header-inner { grid-template-columns: 1fr auto auto; }.sm-menu-toggle { display: block; justify-self: end; }.sm-navigation { position: absolute; top: 100%; right: 12px; left: 12px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 8px; border: 1px solid var(--sm-border); border-radius: 7px; background: #171a20; box-shadow: var(--sm-shadow); }.sm-navigation.is-open { display: flex; }.sm-navigation a { padding: 12px; border-radius: 4px; }.sm-navigation a:hover { background: var(--sm-surface-soft); }.sm-account-link { display: none; }.sm-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; padding-bottom: 54px; }.sm-stream-visual { min-height: 330px; max-width: 570px; width: 100%; margin: 0 auto; }.sm-trust-grid article { padding: 24px; }
}

@media (max-width: 767.98px) {
  .sm-announcement { align-items: flex-start; flex-direction: column; gap: 2px; padding: 8px 15px; text-align: left; }.sm-header-inner { min-height: 64px; }.sm-brand { font-size: 14px; }.sm-hero h1 { font-size: 43px; }.sm-hero-description { font-size: 15px; }.sm-hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }.sm-primary-button { width: 100%; }.sm-hero-actions .sm-text-button { justify-content: center; }.sm-stream-visual { min-height: 270px; }.sm-screen-shell { top: 30px; right: 10px; bottom: 15px; left: 18px; min-height: auto; }.sm-section { padding-top: 63px; padding-bottom: 63px; }.sm-section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 26px; }.sm-section-heading h2 { font-size: 34px; }.sm-trust-grid { grid-template-columns: 1fr; }.sm-trust-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--sm-border); }.sm-trust-grid article:last-child { border-bottom: 0; }.sm-footer-inner { grid-template-columns: 1fr; gap: 30px; }.sm-footer-links { justify-content: flex-start; }.sm-footer-bottom { align-items: flex-start; flex-direction: column; }.sm-product-page { padding-top: 28px; }.sm-product-gallery { min-height: 280px; }.sm-product-detail { position: static; padding: 22px; }.sm-page-heading h1 { font-size: 41px; }
}

/* Cloud Market refresh */
.sm-body {
  --sm-ink: #fbfaf4;
  --sm-muted: #afa2bc;
  --sm-muted-strong: #e6d8f0;
  --sm-shadow: 0 24px 55px rgba(0, 0, 0, .34);
  background: var(--sm-bg);
}

.sm-header {
  border-bottom-color: rgba(255, 255, 255, .06);
  background: rgba(13, 9, 18, .88);
}

.sm-header.is-scrolled { border-color: rgba(168, 85, 247, .23); background: rgba(13, 9, 18, .97); }
.sm-header-inner { min-height: 78px; grid-template-columns: 1fr auto 1fr; max-width: 1680px; }
.sm-brand { gap: 12px; color: #fff; font-size: 17px; }
.sm-brand img { width: 39px; height: 39px; border: 1px solid var(--sm-accent); border-radius: 50%; }
.sm-brand-mark { width: 39px; height: 39px; border: 2px solid var(--sm-accent); border-radius: 50%; background: transparent; color: var(--sm-accent); box-shadow: none; }
.sm-navigation { gap: 31px; }
.sm-navigation a { color: #f4f5ff; font-size: 14px; font-weight: 800; }
.sm-navigation a:hover { color: var(--sm-accent); }
.sm-nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.sm-cart-link, .sm-discord-link, .sm-account-link { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; border: 1px solid #553a61; border-radius: 8px; background: #1a1221; color: #fff; font-size: 13px; font-weight: 800; }
.sm-cart-link { width: 45px; }
.sm-discord-link { gap: 9px; padding: 0 17px; }
.sm-discord-link i { font-size: 18px; }
.sm-account-link { gap: 8px; padding: 0 17px; border-color: var(--sm-accent); background: var(--sm-accent); color: #15100a; }
.sm-cart-link:hover, .sm-discord-link:hover { border-color: var(--sm-accent); color: var(--sm-accent); }
.sm-account-link:hover { background: #ffe58f; border-color: #ffe58f; color: #15100a; }

.sm-hero {
  min-height: calc(100vh - 78px);
  border-bottom: 0;
  background: #0d0912;
}

.sm-hero::before { display: none; }
.sm-hero-grid { display: block; min-height: calc(100vh - 78px); max-width: 1260px; padding-top: clamp(110px, 15vh, 180px); padding-bottom: 70px; text-align: center; }
.sm-hero-copy { max-width: 1020px; margin: 0 auto; }
.sm-hero-eyebrow { display: inline-flex; margin-bottom: 35px; padding: 8px 14px; border: 1px solid rgba(168, 85, 247, .4); border-radius: 999px; background: rgba(168, 85, 247, .08); color: var(--sm-accent); font-size: 12px; letter-spacing: 0; }
.sm-hero-eyebrow span { display: none; }
.sm-hero h1 { max-width: 1000px; margin: 0 auto; font-size: clamp(47px, 5vw, 82px); line-height: 1.12; letter-spacing: 0; }
.sm-hero h1 span { display: block; color: var(--sm-accent); }
.sm-hero-description { max-width: 690px; margin: 22px auto 34px; color: #e7ddee; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.55; }
.sm-hero-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.sm-hero-features span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid #403744; border-radius: 6px; background: #19151e; color: #f7f4f6; font-size: 12px; font-weight: 800; }
.sm-hero-features span i { color: var(--sm-accent); }
.sm-hero-actions { justify-content: center; gap: 15px; }
.sm-primary-button, .sm-secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 12px 23px; border-radius: 7px; font-size: 14px; font-weight: 800; }
.sm-primary-button { border-color: var(--sm-accent); background: var(--sm-accent); color: #ffffff; box-shadow: 0 10px 25px rgba(168, 85, 247, .18); }
.sm-primary-button:hover { background: #ffe58f; border-color: #ffe58f; color: #ffffff; }
.sm-secondary-button { border: 1px solid #413845; background: #1b1720; color: #fff; }
.sm-secondary-button:hover { border-color: var(--sm-accent); color: var(--sm-accent); }
.sm-hero-scroll { display: grid; justify-items: center; gap: 10px; margin-top: clamp(72px, 12vh, 145px); color: #afa4b8; font-size: 10px; font-weight: 800; }
.sm-hero-scroll i { color: #ddd4e9; font-size: 20px; }
.sm-stream-visual { display: none; }

.sm-section { padding-top: 96px; padding-bottom: 96px; background: var(--sm-bg); }
.sm-section-heading h2 { color: #fff; }.sm-section-heading > p { color: var(--sm-muted-strong); }
.sm-eyebrow { color: var(--sm-accent); }.sm-eyebrow span { background: var(--sm-accent); }
.sm-catalog { background: #08060b; }
.sm-catalog-heading { margin: 0 auto 28px; text-align: center; }
.sm-catalog-heading h2 { margin: 0; color: #fff; font-size: clamp(42px, 4.7vw, 64px); font-weight: 900; line-height: 1.05; }
.sm-catalog-heading h2 span { color: var(--sm-accent); }
.sm-catalog-heading p { margin: 12px 0 0; color: var(--sm-muted-strong); font-size: 16px; }
.sm-product-search { display: flex; align-items: center; gap: 13px; max-width: 1150px; min-height: 68px; margin: 0 auto 44px; padding: 0 16px; border: 1px solid #46334f; border-radius: 10px; background: #141117; box-shadow: inset 3px 0 0 var(--sm-accent); color: #ded5e5; }
.sm-product-search:focus-within { border-color: rgba(168, 85, 247, .8); box-shadow: inset 3px 0 0 var(--sm-accent), 0 0 0 4px rgba(168, 85, 247, .08); }
.sm-product-search i { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #553a61; border-radius: 8px; background: #24162d; color: #ded5e5; }
.sm-product-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 16px; }
.sm-product-search input::placeholder { color: #a9a0ae; opacity: 1; }
[data-product-search-card][hidden] { display: none !important; }
.sm-product-card { border-color: #46334f; border-radius: 9px; background: #17111f; }.sm-product-card:hover { border-color: var(--sm-accent); }.sm-product-card-media { background: #24162d; }.sm-product-card-media img { background: #24162d; }.sm-product-placeholder { background: var(--sm-accent); color: #ffffff; }.sm-product-badge { background: var(--badge-color); color: #ffffff; }.sm-product-card-meta i, .sm-product-price { color: var(--sm-accent); }
.sm-trust-section { padding-top: 0; }.sm-trust-grid { border-color: #3b2a4b; }.sm-trust-grid article { border-color: #3b2a4b; background: #120d18; }.sm-trust-grid i { color: var(--sm-accent); }
.sm-feedback-section { border-color: #3b2a4b; background: #120d18; }.sm-feedback-card { border-color: #46334f; background: #0d0912; }.sm-feedback-stars, .sm-feedback-card footer i, .sm-feedback-reply strong { color: var(--sm-accent); }.sm-feedback-reply { border-color: var(--sm-accent); background: rgba(168, 85, 247, .08); }

.sm-product-page { background: #080a18; }
.sm-product-layout { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(340px, .92fr); align-items: start; gap: 26px; }
.sm-product-main-column, .sm-product-sidebar { min-width: 0; }
.sm-product-sidebar { display: grid; gap: 18px; }
.sm-product-gallery { min-height: 0; aspect-ratio: 16 / 10; border-color: #46334f; border-radius: 14px; background: #24162d; }.sm-product-gallery img { max-height: none; }
.sm-product-description { margin-top: 18px; padding: clamp(23px, 3vw, 34px); border: 1px solid #46334f; border-radius: 12px; background: #120d18; }
.sm-product-detail, .sm-product-checkout-card { border: 1px solid #46334f; border-radius: 14px; background: #17111f; }
.sm-product-detail { position: static; padding: clamp(25px, 3vw, 35px); }
.sm-product-detail h1 { margin: 19px 0 26px; font-size: clamp(31px, 3.1vw, 43px); line-height: 1.13; }
.sm-product-page-price { margin: 0 0 28px; color: #fff; font-size: clamp(32px, 3vw, 49px); font-weight: 900; line-height: 1; }
.sm-availability { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; border-top: 1px solid #46334f; color: var(--sm-muted-strong); font-size: 13px; }
.sm-status-pill { padding: 7px 10px; border: 1px solid rgba(168, 85, 247, .45); border-radius: 999px; background: rgba(168, 85, 247, .09); color: var(--sm-accent); font-size: 11px; font-weight: 900; white-space: nowrap; }
.sm-product-proof { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 4px; }
.sm-product-proof span { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 11px; border: 1px solid #4f3558; border-radius: 999px; background: #24162d; color: #f8f2fb; font-size: 11px; font-weight: 800; }
.sm-product-proof i { color: var(--sm-accent); }
.sm-product-checkout-card { padding: clamp(23px, 3vw, 30px); }
.sm-product-checkout-card .sm-checkout-form { padding-top: 0; border-top: 0; }
.sm-status-dot { color: var(--sm-accent); }.sm-status-dot i { background: var(--sm-accent); box-shadow: 0 0 0 4px rgba(168, 85, 247, .12); }.sm-back-link:hover { color: var(--sm-accent); }
.sm-form-group input, .sm-variant-option, .sm-quantity-control button { background: #0d0912; }.sm-form-group input:focus, .sm-variant-option:hover, .sm-variant-option.is-selected { border-color: var(--sm-accent); box-shadow: 0 0 0 3px rgba(168, 85, 247, .09); }.sm-variant-option:hover, .sm-variant-option.is-selected { background: rgba(168, 85, 247, .08); }.sm-variant-option strong { color: var(--sm-accent); }.sm-quantity-control button:hover { color: var(--sm-accent); }.sm-checkout-note i { color: var(--sm-accent); }

.sm-volume-pricing { margin: 22px 0; overflow: hidden; border: 1px solid rgba(168, 85, 247, .35); border-radius: 10px; background: #100a15; }.sm-volume-pricing header { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgba(168, 85, 247, .16); }.sm-volume-pricing header span { display: block; color: var(--sm-accent); font-size: 10px; font-weight: 900; letter-spacing: .65px; text-transform: uppercase; }.sm-volume-pricing h3 { margin: 2px 0 0; color: #f8f8ff; font-size: 18px; font-weight: 900; }.sm-volume-pricing header b { padding: 7px 10px; border: 1px solid rgba(168, 85, 247, .42); border-radius: 999px; color: var(--sm-accent); font-size: 11px; }.sm-volume-table-head, .sm-volume-table-row { display: grid; grid-template-columns: .85fr 1fr .9fr; align-items: center; gap: 10px; padding: 15px 18px; }.sm-volume-table-head { color: #ada1b8; font-size: 10px; font-weight: 900; letter-spacing: .55px; text-transform: uppercase; }.sm-volume-table-row { border-top: 1px solid rgba(168, 85, 247, .11); color: #fbf6ff; font-size: 15px; transition: background .2s ease; }.sm-volume-table-row strong:last-child { color: var(--sm-accent); text-align: right; }.sm-volume-table-row.is-active { background: rgba(168, 85, 247, .1); }.sm-volume-table-row.is-active strong:first-child::after { display: inline-block; margin-left: 7px; color: var(--sm-accent); content: 'selected'; font-size: 9px; text-transform: uppercase; }

.sm-footer { border-color: #3b2a4b; background: #08060b; }.sm-footer-links a:hover, .sm-status-card > i { color: var(--sm-accent); }.sm-status-card { border-color: #46334f; background: #17111f; }.sm-status-card:hover { border-color: var(--sm-accent); }.sm-legal-content { border-color: #46334f; background: #17111f; }.sm-legal-content a { color: var(--sm-accent); }

@media (max-width: 991.98px) {
  .sm-header-inner { grid-template-columns: 1fr auto auto; }.sm-nav-actions { justify-self: end; }.sm-cart-link, .sm-discord-link { display: none; }.sm-account-link { min-height: 40px; padding: 0 12px; }.sm-hero-grid { min-height: calc(100vh - 64px); padding-top: 100px; }.sm-navigation { background: #17111f; }.sm-navigation a:hover { background: #24162d; }
  .sm-product-layout { grid-template-columns: 1fr; }.sm-product-sidebar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }.sm-product-detail h1 { font-size: 34px; }.sm-product-proof span { flex: 1 1 100%; }
}

@media (max-width: 767.98px) {
  .sm-header-inner { min-height: 64px; }.sm-brand { font-size: 14px; }.sm-brand-mark, .sm-brand img { width: 32px; height: 32px; }.sm-account-link { font-size: 12px; }.sm-hero-grid { min-height: calc(100vh - 64px); padding-top: 74px; }.sm-hero h1 { font-size: 43px; }.sm-hero-eyebrow { margin-bottom: 25px; }.sm-hero-features { gap: 7px; margin-bottom: 31px; }.sm-hero-features span { padding: 8px 10px; font-size: 10px; }.sm-hero-actions { flex-direction: column; }.sm-primary-button, .sm-secondary-button { width: 100%; }.sm-hero-scroll { margin-top: 60px; }.sm-catalog-heading h2 { font-size: 42px; }.sm-catalog-heading p { font-size: 14px; }.sm-product-search { min-height: 60px; margin-bottom: 30px; padding: 0 12px; }.sm-product-search input { font-size: 14px; }.sm-product-sidebar { grid-template-columns: 1fr; }.sm-product-gallery { aspect-ratio: 4 / 3; border-radius: 10px; }.sm-product-description, .sm-product-detail, .sm-product-checkout-card { border-radius: 10px; }.sm-product-detail h1 { margin-bottom: 21px; font-size: 33px; }.sm-product-page-price { margin-bottom: 23px; }.sm-volume-pricing header { padding: 14px; }.sm-volume-table-head, .sm-volume-table-row { grid-template-columns: .8fr 1.1fr .8fr; padding: 14px; font-size: 13px; }.sm-volume-table-head { font-size: 9px; }.sm-volume-table-row.is-active strong:first-child::after { display: block; margin: 3px 0 0; }
}
