/* FFV6_LUNA_HOME_VISUAL_SYSTEM_V1 */
:root{
  --bw-bg-0:#120512;
  --bw-bg-1:#1a0820;
  --bw-bg-2:#241033;
  --bw-surface:rgba(255,255,255,.055);
  --bw-surface-2:rgba(255,255,255,.075);
  --bw-border:rgba(255,255,255,.12);
  --bw-border-strong:rgba(255,255,255,.18);
  --bw-text:#fff7fd;
  --bw-text-soft:rgba(255,247,253,.76);
  --bw-text-dim:rgba(255,247,253,.58);
  --bw-accent:#ff76c8;
  --bw-accent-2:#d78cff;
  --bw-accent-3:#8f7cff;
  --bw-shadow:0 22px 60px rgba(0,0,0,.34);
  --bw-radius-xl:28px;
  --bw-radius-lg:22px;
  --bw-radius-md:16px;
  --bw-radius-pill:999px;
  --bw-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,118,200,.14), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(143,124,255,.12), transparent 30%),
    linear-gradient(180deg, var(--bw-bg-1) 0%, var(--bw-bg-0) 58%, #0d0410 100%);
  min-height:100%;
}
body{
  margin:0;
  min-height:100vh;
  color:var(--bw-text);
  font-family:var(--bw-font);
  background:transparent !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body,
input,
textarea,
select,
button{
  font-family:var(--bw-font) !important;
}
a{
  color:var(--bw-text);
}
img{
  max-width:100%;
  height:auto;
}
#bw-static-global-public-nav-v1{
  position:fixed !important;
  top:16px !important;
  right:18px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:9999 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:8px !important;
  width:auto !important;
  max-width:min(92vw, 1100px) !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
#bw-static-global-public-nav-v1 a,
#bw-static-global-public-nav-v1 button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:36px !important;
  padding:8px 12px !important;
  border-radius:14px !important;
  border:1px solid var(--bw-border) !important;
  background:rgba(255,255,255,.05) !important;
  color:var(--bw-text) !important;
  text-decoration:none !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  transition:transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}
#bw-static-global-public-nav-v1 a:hover,
#bw-static-global-public-nav-v1 button:hover,
#bw-static-global-public-nav-v1 a:focus-visible,
#bw-static-global-public-nav-v1 button:focus-visible{
  background:rgba(255,255,255,.095) !important;
  border-color:rgba(255,118,200,.34) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
#bw-static-global-public-nav-v1 a[href*="checkout.html"],
#bw-static-global-public-nav-v1 a[href*="?app=chat"],
#bw-static-global-public-nav-v1 button[href*="?app=chat"]{
  display:none !important;
}
main,
.bw-page-shell,
.bw-shell-main,
.bw-page-main,
[data-page-shell="true"]{
  width:min(1240px, calc(100% - 32px)) !important;
  margin:92px auto 44px !important;
  padding:0 0 24px !important;
  position:relative !important;
  z-index:1 !important;
}
main > *:not(script):not(style):not(link),
.bw-glass,
.bw-card,
.bw-panel,
.bw-module,
.bw-block,
.bw-section,
.bw-surface,
.bw-chat-shell > *,
.bw-video-shell > *,
.bw-live-shell > *,
.bw-install-shell > *,
.bw-cart-shell > *,
.bw-checkout-shell > *,
form,
table,
.bw-table-wrap,
section[class*="bw-"],
div[class*="bw-card"],
div[class*="bw-panel"],
div[class*="bw-section"],
div[class*="bw-module"]{
  background:var(--bw-surface) !important;
  border:1px solid var(--bw-border) !important;
  border-radius:var(--bw-radius-lg) !important;
  box-shadow:var(--bw-shadow) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
}
main > *:not(script):not(style):not(link){
  padding:24px !important;
  margin:0 0 18px !important;
}
h1,h2,h3,h4,h5,h6{
  margin:0 0 10px !important;
  color:var(--bw-text) !important;
  letter-spacing:-.03em !important;
  line-height:1.08 !important;
  font-weight:900 !important;
}
h1{ font-size:clamp(34px,5vw,58px) !important; }
h2{ font-size:clamp(24px,3vw,34px) !important; }
h3{ font-size:clamp(19px,2vw,24px) !important; }
p,
li,
label,
small,
span,
td,
th{
  color:var(--bw-text-soft);
}
p{
  line-height:1.6;
}
small{
  color:var(--bw-text-dim);
}
button,
input[type="submit"],
input[type="button"],
a.bw-btn,
.bw-btn,
a[class*="btn"],
button[class*="btn"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:11px 16px;
  border-radius:14px;
  border:1px solid rgba(255,118,200,.22);
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.07));
  color:var(--bw-text);
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  cursor:pointer;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.bw-btn:hover,
.bw-btn:hover,
a[class*="btn"]:hover,
button[class*="btn"]:hover{
  border-color:rgba(255,118,200,.42);
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.09));
}
input,
textarea,
select{
  width:100%;
  max-width:100%;
  min-height:44px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--bw-border);
  background:rgba(255,255,255,.06);
  color:var(--bw-text);
  outline:none;
  box-sizing:border-box;
}
textarea{
  min-height:120px;
  resize:vertical;
}
input::placeholder,
textarea::placeholder{
  color:rgba(255,247,253,.48);
}
table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
}
th,td{
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}
th{
  color:var(--bw-text);
  font-weight:800;
}
hr{
  border:none;
  border-top:1px solid rgba(255,255,255,.10);
  margin:18px 0;
}
#bw-cart-widget-v1,
#bw-cart-sidebar-v1,
.bw-cart-floating,
.bw-cart-pill-floating,
[data-bw-cart-floating="true"]{
  display:none !important;
}
#bw-chat-companion-list,
#bw-video-companion-list,
.bw-chat-companion-list,
.bw-video-companion-list{
  display:grid !important;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap:12px !important;
}
#bw-chat-messages,
.bw-chat-messages,
#bw-video-history,
.bw-video-history{
  min-height:260px !important;
  max-height:460px !important;
  overflow:auto !important;
  padding:16px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.09) !important;
}
#bw-chat-response,
textarea#bw-chat-message,
#bw-video-scene-prompt{
  min-height:120px !important;
}
@media (max-width: 980px){
  #bw-static-global-public-nav-v1{
    top:12px !important;
    right:12px !important;
    max-width:calc(100vw - 24px) !important;
  }
  main,
  .bw-page-shell,
  .bw-shell-main,
  .bw-page-main,
  [data-page-shell="true"]{
    width:min(100%, calc(100% - 20px)) !important;
    margin:84px auto 32px !important;
  }
  main > *:not(script):not(style):not(link){
    padding:18px !important;
  }
}
@media (max-width: 640px){
  #bw-static-global-public-nav-v1 a,
  #bw-static-global-public-nav-v1 button{
    min-height:34px !important;
    padding:7px 10px !important;
    font-size:12px !important;
  }
  main,
  .bw-page-shell,
  .bw-shell-main,
  .bw-page-main,
  [data-page-shell="true"]{
    margin:76px auto 24px !important;
  }
}
