
:root{
  --black:#080706;--graphite:#171512;--gold:#C3A36B;--deep:#8F7142;
  --taupe:#6D6253;--ivory:#F4EFE6;--platinum:#D8D2C6;--blue:#0b66d0;
  --aurelia-shadow:0 24px 70px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
body{margin:0;font-family:"Be Vietnam Pro","Inter","Noto Sans",Arial,sans-serif;background:linear-gradient(180deg,#080706,#171512 58%,#0c0b09);color:var(--ivory)}
a{color:inherit}
.aurelia-shell{min-height:100vh;position:relative;overflow:hidden}
.aurelia-shell:before{content:"";position:fixed;inset:-20%;background:
radial-gradient(circle at 80% 12%,rgba(195,163,107,.18),transparent 34%),
radial-gradient(circle at 20% 25%,rgba(255,255,255,.08),transparent 30%),
linear-gradient(135deg,rgba(255,255,255,.04),transparent 42%);pointer-events:none}
.aurelia-nav{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px min(6vw,72px);background:rgba(8,7,6,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(195,163,107,.22)}
.brand-mark{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand-mark b{font-family:Georgia,serif;font-size:28px;letter-spacing:.22em;color:var(--gold)}
.brand-mark span{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--platinum)}
.nav-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav-links a{text-decoration:none;border:1px solid rgba(195,163,107,.22);padding:10px 14px;border-radius:999px;color:var(--platinum);font-weight:800;font-size:13px}
.nav-links a:hover,.nav-links .active{background:rgba(195,163,107,.18);border-color:var(--gold);color:#fff}
.hero{position:relative;padding:86px min(6vw,72px) 46px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:28px;align-items:stretch}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:900;font-size:12px}
h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,7vw,88px);line-height:.94;margin:16px 0 20px;color:#fff;font-weight:500;letter-spacing:-.045em}
.lead{font-size:clamp(16px,2vw,21px);line-height:1.7;color:#ded7cc;max-width:760px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{border:0;border-radius:999px;padding:14px 20px;font-weight:950;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 14px 34px rgba(0,0,0,.22)}
.btn.gold{background:linear-gradient(135deg,#d5bd82,#a88548);color:#15100a}
.btn.ghost{border:1px solid rgba(195,163,107,.36);color:var(--ivory);background:rgba(255,255,255,.04)}
.hero-card{background:linear-gradient(145deg,rgba(23,21,18,.86),rgba(8,7,6,.86));border:1px solid rgba(195,163,107,.25);border-radius:32px;padding:26px;box-shadow:var(--aurelia-shadow);position:relative;overflow:hidden}
.hero-card:before{content:"A";position:absolute;right:22px;top:-30px;font-family:Georgia,serif;font-size:180px;color:rgba(195,163,107,.06)}
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}
.metric{padding:18px;border-radius:22px;background:rgba(244,239,230,.06);border:1px solid rgba(195,163,107,.16)}
.metric b{display:block;color:var(--gold);font-size:26px}
.metric span{color:#d8d2c6;font-size:13px;line-height:1.4}
.section{padding:44px min(6vw,72px)}
.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px}
.section-title h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,56px);line-height:1;margin:0;color:#fff;font-weight:500}
.section-title p{max-width:680px;color:#d8d2c6;line-height:1.65}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{border:1px solid rgba(195,163,107,.20);background:rgba(255,255,255,.055);border-radius:26px;padding:22px;box-shadow:0 16px 40px rgba(0,0,0,.20);min-height:172px}
.card h3{margin:0 0 10px;color:#fff;font-size:20px}
.card p,.card li{color:#d8d2c6;line-height:1.55}
.card small{display:inline-block;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.matrix-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.matrix-tabs button{border:1px solid rgba(195,163,107,.25);border-radius:999px;background:rgba(255,255,255,.05);color:var(--ivory);padding:10px 14px;font-weight:900;cursor:pointer}
.matrix-tabs button.active{background:var(--gold);color:#14100a}
.matrix-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.matrix-item{padding:18px;border-radius:20px;background:rgba(244,239,230,.07);border:1px solid rgba(195,163,107,.16)}
.matrix-item b{display:block;color:#fff;margin-bottom:6px}
.matrix-item span{color:#cfc7bb;line-height:1.45}
.brand-strip{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}
.brand-feature{border-radius:30px;border:1px solid rgba(195,163,107,.26);background:linear-gradient(135deg,rgba(195,163,107,.13),rgba(8,7,6,.74)),url('/chikang/assets/hero-clinic.jpg') center/cover;min-height:360px;padding:28px;display:flex;flex-direction:column;justify-content:end;box-shadow:var(--aurelia-shadow)}
.brand-feature h2{font-family:Georgia,serif;font-size:48px;margin:0}
.product-mini{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center;margin-bottom:12px}
.product-mini img{width:88px;height:88px;object-fit:contain;background:#fff;border-radius:20px}
.footer{padding:34px min(6vw,72px);border-top:1px solid rgba(195,163,107,.18);color:#cfc7bb;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.shop-hero{padding-top:60px}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.filter-bar input,.filter-bar select{border:1px solid rgba(195,163,107,.22);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:12px;font:inherit}
@media(max-width:920px){.hero,.brand-strip{grid-template-columns:1fr}.grid,.grid.four,.matrix-panel{grid-template-columns:1fr 1fr}.nav-links{display:none}.hero{padding-top:50px}}
@media(max-width:620px){.grid,.grid.four,.matrix-panel,.metric-grid{grid-template-columns:1fr}h1{font-size:44px}.section{padding:32px 18px}.hero{padding:40px 18px}.aurelia-nav{padding:14px 18px}.brand-feature h2{font-size:34px}}


/* v18.8.9.36.55 · AURELIA_UIUX_CANONICAL_1X1_PRODUCT_HOME_SSH_SAFE
   System-wide dark luxury palette extension from canonical PC reference.
   Fixes: white product areas, unreadable text, oversized product title, inconsistent Academy/Home tone.
*/
:root {
  --ax-bg:#02080c;
  --ax-bg-2:#061923;
  --ax-bg-3:#0b2430;
  --ax-panel:rgba(7,25,34,.96);
  --ax-panel-2:rgba(3,15,21,.98);
  --ax-panel-soft:rgba(214,192,154,.08);
  --ax-gold:#d6c09a;
  --ax-gold-2:#f0d8a2;
  --ax-bronze:#a86d36;
  --ax-text:#f7f0e5;
  --ax-text-2:#d7cbb9;
  --ax-muted:#a99678;
  --ax-line:rgba(214,192,154,.28);
  --ax-line-2:rgba(214,192,154,.54);
  --ax-success:#8cc55d;
  --ax-ui:"Be Vietnam Pro","Noto Sans","Inter",Arial,sans-serif;
  --ax-display:"Noto Serif","Times New Roman",serif;
}
html,body {
  background:var(--ax-bg)!important;
  color:var(--ax-text)!important;
  font-family:var(--ax-ui)!important;
}
body::before {
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 0,rgba(214,192,154,.13),transparent 28%),
    radial-gradient(circle at 86% 22%,rgba(168,109,54,.12),transparent 30%),
    linear-gradient(135deg,#02070b 0%,#071923 48%,#02080c 100%)!important;
}
/* Entire Aurelia ecosystem dark base */
.au-shell,.aa-shell,.as-shell,.aurelia-shell,.apd-shell {
  background:
    radial-gradient(circle at 12% 0,rgba(214,192,154,.12),transparent 26%),
    radial-gradient(circle at 88% 28%,rgba(214,192,154,.08),transparent 26%),
    linear-gradient(135deg,#02070b 0%,#071923 48%,#02080c 100%)!important;
  color:var(--ax-text)!important;
}
.au-main,.aa-main,.as-main,.aurelia-main,.apd-main {
  background:transparent!important;
  color:var(--ax-text)!important;
}
.au-topbar,.aa-controls,.as-mobile-top,.apd-top,.aurelia-nav {
  background:rgba(2,8,12,.94)!important;
  border-color:var(--ax-line)!important;
  color:var(--ax-text)!important;
  box-shadow:0 12px 38px rgba(0,0,0,.28)!important;
}
/* Headings and readable text */
.au-hero h1,.aa-hero h1,.as-shop-title h1,.as-hero h1,.as-board h2,.apd-copy h1,.hero h1 {
  color:var(--ax-gold-2)!important;
  font-family:var(--ax-display)!important;
  text-shadow:0 0 26px rgba(214,192,154,.12)!important;
}
.as-shop-title h1 {
  font-size:clamp(34px,4.6vw,68px)!important;
  line-height:.98!important;
}
.au-hero p,.aa-hero p,.as-board p,.as-product-card p,.apd-card p,.apd-card li,.lead {
  color:var(--ax-text-2)!important;
}
.as-eyebrow,.aa-eyebrow,.eyebrow,.apd-eyebrow {
  color:var(--ax-gold)!important;
}
/* Cards/panels: remove public white blocks except the actual product image canvas */
.au-panel,.au-card,.au-snapshot,.au-module-card,.aa-kpis div,.aa-card,.aa-line-card,.aa-article-hero,.aa-article-content,
.as-board,.as-filter-panel,.as-product-card,.as-brand-directory-panel,.apd-card,.apd-video,.apd-gallery-card {
  background:linear-gradient(180deg,var(--ax-panel),var(--ax-panel-2))!important;
  border:1px solid var(--ax-line)!important;
  color:var(--ax-text)!important;
  box-shadow:0 22px 70px rgba(0,0,0,.30)!important;
}
.au-panel h2,.au-card h3,.au-module-card h3,.aa-card h3,.aa-line-card strong,.as-product-card h3,.as-product-title,
.as-filter-panel h3,.apd-card h2,.apd-gallery-card h2 {
  color:var(--ax-gold)!important;
}
.au-panel small,.au-card small,.aa-card small,.as-sku-line,.as-product-card p,.as-brand-directory button em,.apd-spec span {
  color:var(--ax-text-2)!important;
}
/* Shop: product cards dark, image only white */
.as-product-card {
  border-radius:26px!important;
  overflow:hidden!important;
}
.as-product-card .as-img {
  background:#fff!important;
  aspect-ratio:1/1!important;
  padding:14px!important;
  border-bottom:1px solid var(--ax-line)!important;
}
.as-product-card .as-img img {
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:18px!important;
}
.as-product-card .as-info {
  background:linear-gradient(180deg,var(--ax-panel),var(--ax-panel-2))!important;
  color:var(--ax-text)!important;
}
.as-board-controls select,.as-search,.aa-controls input,.aa-controls select,.as-brand-search {
  background:rgba(255,255,255,.06)!important;
  color:var(--ax-text)!important;
  border-color:var(--ax-line)!important;
}
.as-search input,.aa-controls input {
  color:var(--ax-text)!important;
}
.as-search input::placeholder,.aa-controls input::placeholder {
  color:rgba(247,240,229,.52)!important;
}
.as-brand-ribbon-museum .atl-brand-ribbon,.atl-brand-ribbon {
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.atl-brand-ribbon span,.as-cat-btn,.as-brand-directory button,.as-workflow-pills button {
  background:rgba(255,255,255,.06)!important;
  border:1px solid var(--ax-line)!important;
  color:var(--ax-text)!important;
}
.as-cat-btn.active,.as-brand-directory button.active,.as-workflow-pills button.active {
  background:linear-gradient(135deg,var(--ax-gold-2),var(--ax-gold))!important;
  color:#041016!important;
  border-color:var(--ax-gold)!important;
}
.as-price {
  color:var(--ax-gold-2)!important;
}
.as-badges span {
  background:rgba(214,192,154,.10)!important;
  color:var(--ax-gold)!important;
  border:1px solid var(--ax-line)!important;
}
.as-badges .brand {
  background:linear-gradient(135deg,var(--ax-gold-2),var(--ax-gold))!important;
  color:#041016!important;
}
/* Product detail title fix: no overlap with badges/status */
.apd-product-stage {
  grid-template-columns:minmax(0,1.04fr) minmax(390px,.82fr)!important;
  gap:30px!important;
  align-items:stretch!important;
  background:
    radial-gradient(circle at 68% 14%,rgba(214,192,154,.10),transparent 30%),
    linear-gradient(135deg,rgba(3,16,22,.96),rgba(7,30,39,.78))!important;
  border:1px solid var(--ax-line-2)!important;
}
.apd-copy--museum {
  padding:16px 12px 16px 0!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:visible!important;
}
.apd-pill {
  align-self:flex-start!important;
  flex:0 0 auto!important;
}
.apd-copy h1 {
  font-size:clamp(30px,3.05vw,52px)!important;
  line-height:1.08!important;
  letter-spacing:.018em!important;
  margin:16px 0 10px!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  color:var(--ax-gold-2)!important;
}
.apd-brand-line {
  margin:6px 0 12px!important;
  flex-wrap:wrap!important;
}
.apd-feature-list {
  margin:10px 0 12px!important;
  gap:8px!important;
}
.apd-divider {
  margin:16px 0 12px!important;
}
.apd-price {
  font-size:clamp(28px,2.6vw,38px)!important;
  margin:0 0 6px!important;
}
.apd-stock {
  position:static!important;
  align-self:flex-end!important;
  margin:-42px 0 14px!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  color:var(--ax-success)!important;
  border:1px solid rgba(140,197,93,.48)!important;
  background:rgba(80,130,55,.16)!important;
  font-size:13px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.apd-actions--museum {
  margin-top:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
}
.apd-actions--museum button:first-child {
  grid-column:1/-1!important;
}
.apd-actions--museum button,.apd-actions--museum a {
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.apd-hero-img {
  aspect-ratio:1/1!important;
  background:#fff!important;
}
.apd-hero-img img {
  object-fit:contain!important;
  background:#fff!important;
}
/* Detail sections: more elegant and readable */
.apd-grid--museum {
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.apd-card h2,.apd-gallery-card h2 {
  font-size:16px!important;
  color:var(--ax-gold)!important;
  letter-spacing:.14em!important;
}
.apd-tags span {
  background:rgba(214,192,154,.12)!important;
  color:var(--ax-gold)!important;
  border:1px solid var(--ax-line)!important;
}
/* Academy/Home/Dental cleanup */
.aa-roadmap,.aa-article-grid,.au-grid,.au-module-grid,.ecosystem-grid {
  color:var(--ax-text)!important;
}
.aa-controls {
  position:sticky!important;
  top:0!important;
  z-index:20!important;
}
.aa-hero p,.aa-line-card b,.aa-line-card strong,.aa-card p {
  color:var(--ax-text-2)!important;
}
.aa-line-card,.aa-card {
  border-radius:28px!important;
}
/* Media breakpoints: PC != mobile */
@media (min-width:1101px) {
  .apd-product-stage {
    min-height:600px!important;
  }
}
@media (min-width:701px) and (max-width:1100px) {
  .apd-product-stage {
    grid-template-columns:1fr!important;
    max-width:840px!important;
  }
  .apd-copy h1 {
    font-size:clamp(34px,5.4vw,54px)!important;
  }
  .apd-stock {
    align-self:flex-start!important;
    margin:4px 0 12px!important;
  }
  .apd-grid--museum {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:700px) {
  .apd-copy h1 {
    font-size:30px!important;
  }
  .apd-stock {
    margin:8px 0!important;
    align-self:flex-start!important;
  }
  .apd-grid--museum {
    grid-template-columns:1fr!important;
  }
  .as-product-card .as-img {
    aspect-ratio:1/1!important;
  }
  .as-shop-title h1 {
    font-size:42px!important;
  }
}


/* v18.8.9.36.55 · AURELIA_NO_BLUE_METALLIC_CANONICAL_SYSTEM
   System-wide gold/obsidian theme extension: remove blue/teal module tint and align buttons with The Legends metallic gold. */
:root{
  --aurelia-primary:#071923!important;--aurelia-primary-2:#02070b!important;--aurelia-teal:#d6b36b!important;--aurelia-champagne:#d6b36b!important;--aurelia-copper:#a8752b!important;--aurelia-mist:#02070b!important;--aurelia-surface:#071923!important;--aurelia-line:rgba(240,216,162,.34)!important;--aurelia-ink:#f7f0e5!important;--aurelia-muted:#d8cbb7!important;--as-blue:#d6b36b!important;--blue:#d6b36b!important;--tl-gold:#d6b36b!important;--tl-gold2:#f0d8a2!important;
}
body,.as-shell,.aa-shell,.au-shell,.aurelia-shell{background:radial-gradient(circle at 16% 0,rgba(240,216,162,.10),transparent 26%),linear-gradient(135deg,#02070b,#071923 52%,#02070b)!important;color:#f7f0e5!important;}
.as-board,.as-filter-panel,.as-product-card,.aa-card,.aa-line-card,.aa-article-hero,.aa-article-content,.au-card,.au-panel,.au-module-card,.au-snapshot,.apd-card{background:linear-gradient(180deg,rgba(7,25,34,.98),rgba(2,8,12,.98))!important;border-color:rgba(240,216,162,.34)!important;color:#f7f0e5!important;box-shadow:0 22px 74px rgba(0,0,0,.30)!important;}
.as-board h2,.as-product-card h3,.aa-card h3,.aa-line-card strong,.au-card h3,.au-panel h2,.apd-card h2{color:#f0d8a2!important;}
.as-board p,.as-product-card p,.aa-card p,.aa-line-card p,.au-card p,.au-panel p,.apd-card p{color:#d8cbb7!important;}
button,.as-actions button,.aa-btn,.au-btn,.as-cat-btn.active,.as-brand-directory button.active{border-color:rgba(240,216,162,.50)!important;}
.as-actions button,.aa-btn.primary,.au-btn.primary,.apd-actions button:first-child{background:linear-gradient(135deg,#fff2bd 0%,#d6b36b 48%,#a8752b 100%)!important;color:#061016!important;}


/* v18.8.9.36.55 · AURELIA_NO_BLUE_NO_WHITE_HOME_SYSTEM_36_54
   Removes remaining teal/blue/white surfaces across Aurelia home/shop/academy/ecosystem; keeps only product photo canvases white.
*/
:root{
  --aurelia-primary:#080706!important;--aurelia-primary-2:#120d08!important;--aurelia-teal:#c8a765!important;
  --aurelia-champagne:#e9d19c!important;--aurelia-copper:#8c5a2e!important;--aurelia-ivory:#f7f0e5!important;
  --aurelia-mist:#080706!important;--aurelia-surface:#0d0a07!important;--aurelia-line:rgba(233,209,156,.32)!important;
  --aurelia-ink:#f7f0e5!important;--aurelia-muted:#d8cbb7!important;--as-blue:#c8a765!important;
}
html,body,.au-shell,.aa-shell,.as-shell,.aurelia-shell{
  background:
    radial-gradient(circle at 14% 0,rgba(233,209,156,.10),transparent 24%),
    linear-gradient(135deg,#02070b 0%,#080706 45%,#120d08 100%)!important;
  color:#f7f0e5!important;
}
.au-main,.aa-main,.as-main,.aurelia-main,.ecosystem-main{
  background:transparent!important;color:#f7f0e5!important;
}
.au-hero,.au-panel,.au-card,.au-module-card,.au-snapshot,.aa-hero,.aa-card,.aa-line-card,.aa-article-hero,.aa-article-content,
.as-board,.as-filter-panel,.as-product-card,.as-hero,.as-brand-directory-panel,.ecosystem-card,.ecosystem-panel,[class*="module-card"],[class*="feature-card"]{
  background:linear-gradient(180deg,rgba(13,10,7,.98),rgba(2,7,11,.98))!important;
  color:#f7f0e5!important;
  border:1px solid rgba(233,209,156,.32)!important;
  box-shadow:0 24px 84px rgba(0,0,0,.30), inset 0 0 0 1px rgba(233,209,156,.04)!important;
}
.au-hero h1,.au-panel h2,.au-card h3,.au-module-card h3,.aa-hero h1,.aa-card h3,.aa-line-card strong,
.as-shop-title h1,.as-board h2,.as-product-title,.as-product-card h3,.ecosystem-card h3,.ecosystem-panel h2{
  color:#f3ddb0!important;text-shadow:0 0 24px rgba(233,209,156,.12)!important;
}
.au-hero p,.au-panel p,.au-card p,.au-module-card p,.aa-hero p,.aa-card p,.aa-line-card p,
.as-board p,.as-product-card p,.ecosystem-card p,.ecosystem-panel p,.muted-text,.small,.caption{
  color:#d8cbb7!important;
}
button,.au-btn,.aa-btn,.as-actions button,.as-hero a,.as-cat-btn.active,.as-brand-directory button.active{
  background:linear-gradient(135deg,#f5e6bd 0%,#e9d19c 38%,#c8a765 72%,#8c5a2e 100%)!important;
  color:#080706!important;border-color:rgba(255,238,190,.72)!important;
}
.as-product-card .as-img,.as-product-card .as-img img,.apd-hero-img,.apd-hero-img img,.apd-related-thumb-img,.apd-related-thumb-img img{
  background:#fff!important;
}
a{color:#e9d19c;}


/* v18.8.9.36.55 · AURELIA_UIUX_CANONICAL_HOME_SHOP_CLEANUP_36_55
   Global cleanup: remove white/teal modules across Aurelia; product photo canvases remain white only.
*/
:root{--aurelia-primary:#080706!important;--aurelia-primary-2:#120d08!important;--aurelia-teal:#c8a765!important;--aurelia-champagne:#e9d19c!important;--aurelia-copper:#8c5a2e!important;--aurelia-ivory:#f7f0e5!important;--aurelia-mist:#080706!important;--aurelia-surface:#0d0a07!important;--aurelia-line:rgba(233,209,156,.32)!important;--aurelia-ink:#f7f0e5!important;--aurelia-muted:#d8cbb7!important;--as-blue:#c8a765!important;}
html,body,.au-shell,.aa-shell,.as-shell,.aurelia-shell,.ecosystem-shell{background:linear-gradient(135deg,#02070b 0%,#080706 48%,#120d08 100%)!important;color:#f7f0e5!important;}
.au-main,.aa-main,.as-main,.aurelia-main,.ecosystem-main{background:transparent!important;color:#f7f0e5!important;}
.au-hero,.au-panel,.au-card,.au-module-card,.au-snapshot,.aa-hero,.aa-card,.aa-line-card,.aa-article-hero,.aa-article-content,.as-board,.as-filter-panel,.as-product-card,.as-hero,.as-brand-directory-panel,.ecosystem-card,.ecosystem-panel,[class*="module-card"],[class*="feature-card"],[class*="white"],[class*="surface"]{background:linear-gradient(180deg,rgba(13,10,7,.98),rgba(2,7,11,.98))!important;color:#f7f0e5!important;border:1px solid rgba(233,209,156,.32)!important;box-shadow:0 24px 84px rgba(0,0,0,.30),inset 0 0 0 1px rgba(233,209,156,.04)!important;}
.au-hero h1,.au-panel h2,.au-card h3,.au-module-card h3,.aa-hero h1,.aa-card h3,.aa-line-card strong,.as-shop-title h1,.as-board h2,.as-product-title,.as-product-card h3,.ecosystem-card h3,.ecosystem-panel h2,h1,h2,h3{color:#f3ddb0;}
.au-hero p,.au-panel p,.au-card p,.au-module-card p,.aa-hero p,.aa-card p,.aa-line-card p,.as-board p,.as-product-card p,.ecosystem-card p,.ecosystem-panel p,.muted-text,.small,.caption{color:#d8cbb7!important;}
button,.au-btn,.aa-btn,.as-actions button,.as-hero a,.as-cat-btn.active,.as-brand-directory button.active{background:linear-gradient(135deg,#f5e6bd 0%,#e9d19c 38%,#c8a765 72%,#8c5a2e 100%)!important;color:#080706!important;border-color:rgba(255,238,190,.72)!important;}
.as-product-card .as-img,.as-product-card .as-img img,.apd-hero-img,.apd-hero-img img,.apd-related-thumb-img,.apd-related-thumb-img img{background:#fff!important;}
