.acscalc{
  --acsc-bg:#0b0f1a;
  --acsc-surface:#0f172a;
  --acsc-card:#111c34;
  --acsc-border:rgba(255,255,255,.10);
  --acsc-text:rgba(255,255,255,.92);
  --acsc-muted:rgba(255,255,255,.70);
  --acsc-fine:rgba(255,255,255,.55);
  --acsc-accent:#a78bfa;
  --acsc-accent2:#38bdf8;
  --acsc-danger:#ff7b7b;
  --acsc-radius:22px;
  --acsc-shadow:0 18px 60px rgba(0,0,0,.35);

  max-width:980px;
  margin:18px auto;
  padding:14px;
  border-radius:calc(var(--acsc-radius) + 8px);
  background:radial-gradient(1200px 500px at 10% 0%, rgba(167,139,250,.22), transparent 55%),
             radial-gradient(900px 420px at 90% 15%, rgba(56,189,248,.18), transparent 52%),
             linear-gradient(180deg, var(--acsc-bg), #070a12 65%);
  color:var(--acsc-text);
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  box-shadow:var(--acsc-shadow);
  border:1px solid rgba(255,255,255,.06);
}

/* Full-width starfield backdrop (removes white gutters from theme containers) */
.acscalc__viewport{
  position:relative;
  width:100vw;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  padding:44px 14px 70px;
  background:
    radial-gradient(1000px 520px at 50% 10%, rgba(167,139,250,.20), transparent 60%),
    radial-gradient(900px 520px at 80% 30%, rgba(236,72,153,.14), transparent 62%),
    radial-gradient(900px 520px at 20% 45%, rgba(56,189,248,.12), transparent 62%),
    radial-gradient(1200px 800px at 50% 110%, rgba(0,0,0,.55), transparent 60%),
    linear-gradient(180deg, rgba(22,12,38,1), rgba(10,8,18,1));
  overflow:hidden;
}
.acscalc__viewport::before,
.acscalc__viewport::after{
  content:"";
  position:absolute;
  inset:-200px;
  pointer-events:none;
  z-index:0;
}

/* ensure actual calculator UI stays above the backdrop */
.acscalc__viewport > *{ position:relative; z-index:1; }
.acscalc__viewport::before{
  opacity:1;
  /* denser starfield using 2 repeatable inline SVG layers (small + large stars) */
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='520' viewBox='0 0 520 520'%3E%3Crect width='520' height='520' fill='none'/%3E%3Cg fill='white'%3E%3Ccircle cx='24' cy='40' r='1.2' opacity='.95'/%3E%3Ccircle cx='78' cy='110' r='1' opacity='.65'/%3E%3Ccircle cx='122' cy='28' r='.9' opacity='.6'/%3E%3Ccircle cx='160' cy='164' r='1.2' opacity='.8'/%3E%3Ccircle cx='214' cy='74' r='.9' opacity='.55'/%3E%3Ccircle cx='256' cy='132' r='1.2' opacity='.9'/%3E%3Ccircle cx='314' cy='52' r='.9' opacity='.6'/%3E%3Ccircle cx='352' cy='118' r='1.1' opacity='.8'/%3E%3Ccircle cx='408' cy='36' r='.9' opacity='.6'/%3E%3Ccircle cx='452' cy='168' r='1.3' opacity='.95'/%3E%3Ccircle cx='498' cy='92' r='.9' opacity='.55'/%3E%3Ccircle cx='40' cy='246' r='1' opacity='.65'/%3E%3Ccircle cx='112' cy='282' r='1.2' opacity='.9'/%3E%3Ccircle cx='184' cy='252' r='.9' opacity='.55'/%3E%3Ccircle cx='246' cy='330' r='1.1' opacity='.8'/%3E%3Ccircle cx='312' cy='284' r='.9' opacity='.6'/%3E%3Ccircle cx='372' cy='372' r='1.3' opacity='.95'/%3E%3Ccircle cx='438' cy='256' r='.9' opacity='.6'/%3E%3Ccircle cx='498' cy='344' r='1.2' opacity='.85'/%3E%3Ccircle cx='34' cy='470' r='1.2' opacity='.9'/%3E%3Ccircle cx='108' cy='430' r='.9' opacity='.6'/%3E%3Ccircle cx='176' cy='498' r='1.1' opacity='.8'/%3E%3Ccircle cx='244' cy='420' r='1.3' opacity='.95'/%3E%3Ccircle cx='308' cy='468' r='.9' opacity='.55'/%3E%3Ccircle cx='372' cy='428' r='1.1' opacity='.8'/%3E%3Ccircle cx='444' cy='498' r='1.2' opacity='.9'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='920' height='920' viewBox='0 0 920 920'%3E%3Crect width='920' height='920' fill='none'/%3E%3Cg fill='white'%3E%3Ccircle cx='120' cy='160' r='2.2' opacity='.45'/%3E%3Ccircle cx='330' cy='90' r='2.4' opacity='.35'/%3E%3Ccircle cx='720' cy='220' r='2.6' opacity='.38'/%3E%3Ccircle cx='560' cy='520' r='2.4' opacity='.32'/%3E%3Ccircle cx='210' cy='640' r='2.5' opacity='.36'/%3E%3Ccircle cx='820' cy='720' r='2.6' opacity='.3'/%3E%3Ccircle cx='640' cy='820' r='2.3' opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:repeat, repeat;
  background-size:520px 520px, 920px 920px;
  mix-blend-mode:screen;
  filter:drop-shadow(0 0 2px rgba(255,255,255,.25));
}
.acscalc__viewport::after{
  background:radial-gradient(70% 70% at 50% 25%, transparent 0 60%, rgba(0,0,0,.55) 100%);
  /* reduce vignette so stars remain visible */
  opacity:.55;
}

/* ------------------------------------------------------------
   Astral theme (purple starfield like the reference screenshot)
------------------------------------------------------------ */
.acscalc{
  position:relative;
  overflow:hidden;
  max-width:1100px;
  margin:32px auto;
  padding:26px;
  border-radius:32px;
  background:
    radial-gradient(1200px 700px at 45% 15%, rgba(167,139,250,.22), transparent 60%),
    radial-gradient(900px 520px at 70% 25%, rgba(236,72,153,.16), transparent 58%),
    radial-gradient(900px 520px at 25% 45%, rgba(56,189,248,.12), transparent 62%),
    linear-gradient(180deg, rgba(34,16,54,.92), rgba(19,12,34,.96));
  border:1px solid rgba(255,255,255,.08);
  /* second shadow is a "gutter cover"; keep it translucent so starfield stays visible */
  box-shadow:0 30px 120px rgba(0,0,0,.45), 0 0 0 100vmax rgba(16,10,28,.35);
}

.acscalc::before,
.acscalc::after{
  content:"";
  position:absolute;
  inset:-120px;
  pointer-events:none;
}

/* star speckles */
.acscalc::before{
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.85) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 70%, rgba(255,255,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 60% 80%, rgba(255,255,255,.65) 0 1px, transparent 2px),
    radial-gradient(circle at 15% 85%, rgba(255,255,255,.55) 0 1px, transparent 2px),
    radial-gradient(circle at 95% 55%, rgba(255,255,255,.55) 0 1px, transparent 2px);
  opacity:.55;
  filter:blur(.2px);
}

/* soft vignette */
.acscalc::after{
  background:radial-gradient(70% 70% at 50% 35%, transparent 0 58%, rgba(0,0,0,.42) 100%);
  opacity:.9;
}

.acscalc__shell{position:relative;z-index:2;padding:10px}

.acscalc__top{display:block;margin-bottom:16px}

.acscalc__appTop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:rgba(255,255,255,.92)}
.acscalc__appBrand{display:flex;align-items:center;gap:10px;font-weight:800}
.acscalc__appDot{width:14px;height:14px;border-radius:999px;background:rgba(167,139,250,.95);box-shadow:none}
.acscalc__appRight{display:flex;align-items:center;gap:12px}
.acscalc__appLink{color:rgba(255,255,255,.75);text-decoration:none;font-size:13px;display:none}
.acscalc__appLink:hover{color:#fff}

/* Show top-right Back only on result pages */
.acscalc.is-results .acscalc__appLink{display:inline-flex}

.acscalc__brand{padding:16px 16px 14px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18);backdrop-filter:blur(6px)}
.acscalc__brandMark{width:44px;height:44px;border-radius:999px;background:radial-gradient(circle at 30% 30%, rgba(167,139,250,1), rgba(99,102,241,.35));border:1px solid rgba(255,255,255,.18)}
.acscalc__title{font-size:18px;font-weight:850}
.acscalc__subtitle{margin-top:6px;color:rgba(255,255,255,.66)}

.acscalc__tabs--astral{
  margin:16px auto 0;
  padding:8px;
  border-radius:999px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.12);
  justify-content:center;
  gap:10px;
  max-width:520px;
}
.acscalc__tabs--astral .acscalc__tab{
  flex:1 1 0;
  min-width:0;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.14);
}
.acscalc__tabs--astral .acscalc__tab.is-active{background:rgba(167,139,250,.22);border-color:rgba(167,139,250,.55);color:#fff;box-shadow:0 10px 30px rgba(167,139,250,.18)}

/* Don't show mode switch on result pages */
.acscalc.is-results .acscalc__tabs{display:none!important}

.acscalc__hero{display:none}
.acscalc__card{background:rgba(0,0,0,.18)}
.acscalc__card--trust{display:none}
.acscalc__card--nav{display:none}

.acscalc__cta{background:linear-gradient(90deg, rgba(217,70,239,.95), rgba(167,139,250,.95));color:#fff}
.acscalc__cta:hover{filter:brightness(1.05)}

.acscalc__details{margin-top:14px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.16);overflow:hidden}
.acscalc__detailsSummary{cursor:pointer;list-style:none;padding:14px 16px;color:rgba(255,255,255,.88);font-weight:750}
.acscalc__detailsSummary::-webkit-details-marker{display:none}
.acscalc__detailsBody{padding:16px;border-top:1px solid rgba(255,255,255,.10)}
.acscalc__detailsTitle{font-weight:850;margin-bottom:12px}
.acscalc__detailsCols{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:860px){.acscalc__detailsCols{grid-template-columns:1fr}}
.acscalc__detailsHd{font-weight:800;margin:10px 0 6px;color:rgba(255,255,255,.9)}
.acscalc__detailsList{margin:0;padding-left:18px;color:rgba(255,255,255,.72);line-height:1.55}
.acscalc__detailsList li{margin:4px 0}

.acscalc *{box-sizing:border-box}

.acscalc__shell{padding:10px}

.acscalc__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.acscalc__brand{display:flex;gap:12px;align-items:flex-start}
.acscalc__brandMark{width:42px;height:42px;border-radius:14px;background:rgba(167,139,250,.18);display:grid;place-items:center;border:1px solid rgba(167,139,250,.35);color:#e9ddff;font-size:18px}
.acscalc__kicker{font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.66);text-transform:uppercase;margin:2px 0 2px}
.acscalc__title{margin:0;font-size:20px;line-height:1.15}
.acscalc__subtitle{margin:6px 0 0 0;color:var(--acsc-muted);font-size:13px;line-height:1.45}

.acscalc__trust{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.acscalc__pill{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.86);font-size:12px;white-space:nowrap}

.acscalc__tabs{display:flex;gap:8px;margin:10px 0 14px;padding:6px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10)}
.acscalc__tab{appearance:none;border:0;background:transparent;border-radius:999px;padding:10px 14px;font-size:13px;color:rgba(255,255,255,.78);cursor:pointer;flex:1}
.acscalc__tab.is-active{background:linear-gradient(90deg, rgba(167,139,250,.95), rgba(56,189,248,.85));color:#0b0f1a;font-weight:750}

.acscalc__panel{display:none !important}
.acscalc__panel.is-active{display:block !important}

.acscalc__hero{border-radius:var(--acsc-radius);padding:14px 14px 12px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.03));margin:10px 0 12px}
.acscalc__heroTitle{font-size:16px;font-weight:780;margin:0 0 6px}
.acscalc__heroSub{font-size:13px;color:var(--acsc-muted);line-height:1.45}
.acscalc__hero--quick{border-color:rgba(167,139,250,.22)}
.acscalc__hero--precise{border-color:rgba(56,189,248,.22)}

.acscalc__layout{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
@media (max-width:860px){.acscalc__layout{grid-template-columns:1fr}}

.acscalc__card{border-radius:var(--acsc-radius);border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));padding:14px}
.acscalc__card--form{background:linear-gradient(180deg, rgba(17,28,52,.78), rgba(10,15,26,.55))}
.acscalc__card--resultWrap{background:linear-gradient(180deg, rgba(10,15,26,.55), rgba(17,28,52,.55))}

.acscalc__sectionHd{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:12px}
.acscalc__sectionTitle{font-size:14px;font-weight:760}
.acscalc__sectionHint{font-size:12px;color:var(--acsc-fine);line-height:1.35;text-align:right;max-width:56%}
@media (max-width:860px){.acscalc__sectionHint{max-width:60%}}

.acscalc__form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:860px){.acscalc__form{grid-template-columns:1fr}}

.acscalc__field{display:flex;flex-direction:column;gap:7px;position:relative}
.acscalc__field--full{grid-column:1/-1}
.acscalc__label{font-size:12px;color:rgba(255,255,255,.82)}
.acscalc__input{width:100%;padding:12px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:var(--acsc-text);font-size:14px;outline:none}
.acscalc__input:focus{border-color:rgba(167,139,250,.55);box-shadow:0 0 0 4px rgba(167,139,250,.12)}
.acscalc__help{font-size:12px;color:var(--acsc-fine);line-height:1.35}

.acscalc__checkbox{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.72);font-size:12px;line-height:1.45}
.acscalc__checkbox input{margin-top:2px}

.acscalc__formActions{grid-column:1/-1;margin-top:2px}
.acscalc__cta{width:100%;appearance:none;border:0;border-radius:18px;padding:12px 14px;
  background:linear-gradient(90deg, rgba(167,139,250,.95), rgba(56,189,248,.85));
  color:#0b0f1a;font-weight:800;font-size:14px;cursor:pointer}
.acscalc__cta:active{transform:translateY(1px)}
.acscalc__loading{margin-top:10px;font-size:13px;color:rgba(255,255,255,.74)}
.acscalc__fineprint{margin-top:10px;font-size:12px;color:var(--acsc-fine)}

.acscalc__empty{padding:14px;border-radius:18px;border:1px dashed rgba(255,255,255,.16);color:rgba(255,255,255,.65);font-size:13px;line-height:1.55}

.acscalc__alert{padding:12px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);font-size:13px;line-height:1.45;margin:10px 0 12px}
.acscalc__alert--error{border-color:rgba(255,123,123,.35);background:rgba(255,123,123,.10);color:#ffd6d6}
.acscalc__alert--info{border-color:rgba(56,189,248,.35);background:rgba(56,189,248,.10);color:#d8f1ff}

/* Result UI (new PPT-like structure) */
.acscalc__result{display:block}
.acscalc__resultHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}
.acscalc__resultTitle{font-size:16px;font-weight:820;margin:0}
.acscalc__resultMeta{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.acscalc__tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);font-size:12px;color:rgba(255,255,255,.84)}
.acscalc__tag--accent{border-color:rgba(167,139,250,.35);background:rgba(167,139,250,.12)}
.acscalc__tag--warn{border-color:rgba(255,123,123,.35);background:rgba(255,123,123,.10)}

.acscalc__block{padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);margin-top:10px}
.acscalc__blockTitle{font-size:13px;font-weight:780;margin:0 0 8px}
.acscalc__para{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.6}

.acscalc__crystals{display:grid;gap:10px;margin-top:10px}
.acscalc__crystal{padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.14)}
.acscalc__crystalName{font-weight:820}
.acscalc__crystalDesc{margin-top:6px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.55}

/* Product cards (used in "查看详情") */
.acscalc__products{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
@media (max-width:860px){.acscalc__products{grid-template-columns:1fr}}
.acscalc__product{padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.14)}
.acscalc__product a{display:block;margin-top:6px;color:rgba(255,255,255,.92);text-decoration:none;font-weight:780}
.acscalc__product p{margin:6px 0 0 0;color:rgba(255,255,255,.70);font-size:12px;line-height:1.45}
.acscalc__product img{width:100%;height:auto;border-radius:14px;display:block}

.acscalc__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.acscalc__btn{appearance:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.88);border-radius:16px;padding:10px 12px;font-size:13px;cursor:pointer;flex:1;min-width:140px}
.acscalc__btn--primary{border-color:rgba(167,139,250,.35);background:linear-gradient(90deg, rgba(167,139,250,.95), rgba(56,189,248,.85));color:#0b0f1a;font-weight:820}
.acscalc__btn--ghost{background:transparent}

.acscalc__divider{height:1px;background:rgba(255,255,255,.10);margin:14px 0}

.acscalc__upgrade{margin-top:14px;border-radius:var(--acsc-radius);border:1px solid rgba(56,189,248,.25);background:radial-gradient(900px 300px at 20% 0%, rgba(56,189,248,.16), transparent 60%),
                linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  padding:14px}
.acscalc__upgradeTitle{font-size:14px;font-weight:850;margin:0 0 8px}
.acscalc__upgradeList{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.acscalc__upgradeList li{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55}
.acscalc__upgradeDot{width:18px;height:18px;border-radius:6px;background:rgba(56,189,248,.18);border:1px solid rgba(56,189,248,.30);flex:0 0 auto;margin-top:2px}

.acscalc__footer{margin-top:14px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.5}
.acscalc__footer p{margin:0}

/* Astral header (top bar like the screenshot) */
.acscalc__top{flex-direction:column;gap:12px;margin-bottom:16px}
.acscalc__appTop{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 2px}
.acscalc__appBrand{display:flex;align-items:center;gap:10px;font-weight:780;letter-spacing:.01em;color:rgba(255,255,255,.92)}
.acscalc__appDot{width:14px;height:14px;border-radius:999px;background:linear-gradient(180deg, rgba(196,181,253,1), rgba(167,139,250,1));box-shadow:none}
.acscalc__appRight{display:flex;align-items:center;gap:12px}
.acscalc__appLink{display:none;color:rgba(255,255,255,.78);text-decoration:none;font-size:12px}
.acscalc__appLink:hover{color:rgba(255,255,255,.92)}
.acscalc.is-results .acscalc__appLink{display:inline-flex}

/* Social proof block (top-right, pseudo-dynamic) */
.acscalc__top{position:relative}
.acscalc__socialProof{
  position:absolute;
  top:8px;
  right:16px;
  max-width:300px;
  text-align:center;
  padding:10px 10px 8px;
  border-radius:18px;
  background:rgba(0,0,0,.14);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 60px rgba(0,0,0,.25);
  backdrop-filter:blur(6px);
}
.acscalc__spBadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.12);
  margin-bottom:6px;
}
.acscalc__spStars{letter-spacing:1px;font-size:12px;line-height:1}
.acscalc__spStars{color:rgba(251,191,36,.95);text-shadow:0 0 8px rgba(251,191,36,.25)}
.acscalc__spScore{font-weight:900;font-size:12px;line-height:1}
.acscalc__spLine{font-size:12px;color:rgba(255,255,255,.86);line-height:1.35}
.acscalc__spLine--small{font-size:11px;color:rgba(255,255,255,.62);margin-bottom:2px}

/* ------------------------------------------------------------
 * Login gate modal (Premium requires login)
 * ------------------------------------------------------------ */
.acscalc__modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:18px}
.acscalc__modal[aria-hidden="false"]{display:flex}
.acscalc__modalOverlay{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}
.acscalc__modalCard{position:relative;max-width:520px;width:100%;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg, rgba(28,18,52,.92), rgba(12,10,24,.92));box-shadow:0 22px 70px rgba(0,0,0,.55);padding:18px 18px 16px}
.acscalc__modalTitle{font-size:16px;font-weight:850;color:rgba(255,255,255,.95);margin-bottom:8px}
.acscalc__modalText{font-size:13px;color:rgba(255,255,255,.72);line-height:1.45;margin-bottom:14px}
.acscalc__modalActions{display:flex;gap:10px;flex-wrap:wrap}
.acscalc__modalBtn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.92);font-weight:750;font-size:13px;text-decoration:none;cursor:pointer}
.acscalc__modalBtn:hover{filter:brightness(1.06)}
.acscalc__modalBtn--primary{border:0;background:linear-gradient(90deg, rgba(217,70,239,.95), rgba(167,139,250,.95));}
.acscalc__modalBtn--ghost{background:transparent}

/* keep it from crowding on small screens */
@media (max-width:980px){
  .acscalc__socialProof{position:static;max-width:none;margin-top:10px;text-align:center}
}

/* Header card title row */
.acscalc__brand{padding:14px 16px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02))}
.acscalc__brandMark{width:40px;height:40px;border-radius:999px;background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), rgba(167,139,250,.14));border:1px solid rgba(255,255,255,.14)}
.acscalc__title{font-size:18px;font-weight:800}
.acscalc__subtitle{font-size:12px;color:rgba(255,255,255,.68)}

/* Mode switch -> Basic/Premium */
.acscalc__tabs--astral{margin:16px auto 0;padding:8px;border-radius:999px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.12);justify-content:center;gap:10px;max-width:520px}
.acscalc__tabs--astral .acscalc__tab{flex:1 1 0;min-width:0;padding:12px 16px;border-radius:999px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.14)}
.acscalc__tabs--astral .acscalc__tab.is-active{background:rgba(167,139,250,.22);border-color:rgba(167,139,250,.55);color:#fff;box-shadow:0 10px 30px rgba(167,139,250,.18)}

/* Primary CTA like screenshot */
.acscalc__cta{border-radius:14px;padding:12px 14px;background:linear-gradient(180deg, rgba(236,72,153,.85), rgba(167,139,250,.85));color:white;box-shadow:0 14px 30px rgba(0,0,0,.25)}
.acscalc__cta:hover{filter:brightness(1.05)}

/* Details accordion */
.acscalc__details{margin-top:14px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04)}
.acscalc__detailsSummary{cursor:pointer;list-style:none;padding:14px 16px;color:rgba(255,255,255,.90);font-weight:780}
.acscalc__detailsSummary::-webkit-details-marker{display:none}
.acscalc__detailsBody{padding:16px;border-top:1px solid rgba(255,255,255,.08)}
.acscalc__detailsTitle{font-weight:800;margin:0 0 12px;color:rgba(255,255,255,.95)}
.acscalc__detailsCols{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media (max-width:860px){.acscalc__detailsCols{grid-template-columns:1fr}}
.acscalc__detailsHd{font-weight:800;margin:14px 0 8px;color:rgba(255,255,255,.90)}
.acscalc__detailsList{margin:0;padding-left:18px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.6}

/* Upgrade teaser (quick results) */
.acscalc__upgradeTeaser{margin-top:14px;border-radius:var(--acsc-radius);border:1px solid rgba(167,139,250,.25);
  background:radial-gradient(900px 300px at 70% 0%, rgba(167,139,250,.22), transparent 60%),
             radial-gradient(900px 320px at 10% 10%, rgba(56,189,248,.16), transparent 65%),
             linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  padding:16px}
.acscalc__upgradeTeaserTitle{font-weight:920;font-size:16px;letter-spacing:.2px}
.acscalc__upgradeTeaserSub{margin-top:6px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.5}

/* Upgrade page (PPT slide-06) */
.acscalc__upgradePage{border-radius:22px;border:1px solid rgba(56,189,248,.20);
  background:radial-gradient(1200px 520px at 60% 0%, rgba(56,189,248,.22), transparent 70%),
             radial-gradient(900px 520px at 20% 0%, rgba(167,139,250,.18), transparent 70%),
             linear-gradient(180deg, rgba(9,14,28,.88), rgba(6,10,20,.88));
  padding:26px;position:relative;overflow:hidden}
.acscalc__upgradeGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}
@media (max-width:920px){.acscalc__upgradeGrid{grid-template-columns:1fr;gap:16px}}
.acscalc__upgradeGrid:before{content:"";position:absolute;left:calc(57% - 1px);top:88px;bottom:26px;width:2px;
  background:repeating-linear-gradient(to bottom, rgba(56,189,248,.55), rgba(56,189,248,.55) 6px, rgba(56,189,248,0) 6px, rgba(56,189,248,0) 14px);
  opacity:.55}
@media (max-width:920px){.acscalc__upgradeGrid:before{display:none}}

.acscalc__upgradeHd{font-size:40px;font-weight:950;letter-spacing:1px}
@media (max-width:920px){.acscalc__upgradeHd{font-size:32px}}
.acscalc__upgradeSub{margin-top:10px;font-size:24px;font-weight:860;color:rgba(255,255,255,.92)}

.acscalc__upgradeBullets{margin:18px 0 0 0;padding:0;list-style:none;display:grid;gap:18px;max-width:540px}
.acscalc__upgradeBullets li{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start}
.acscalc__uIcon{width:22px;height:22px;border-radius:11px;border:1px solid rgba(56,189,248,.65);
  background:radial-gradient(circle at 30% 30%, rgba(56,189,248,.45), rgba(56,189,248,.10));
  margin-top:4px}
.acscalc__uTitle{font-weight:900;font-size:18px}
.acscalc__uDesc{margin-top:6px;color:rgba(255,255,255,.68);font-size:14px;line-height:1.6}

.acscalc__upgradeRight{padding-top:78px}
@media (max-width:920px){.acscalc__upgradeRight{padding-top:8px}}
.acscalc__upgradeRTitle{font-size:28px;font-weight:920;color:rgba(255,255,255,.92);margin-bottom:18px}
.acscalc__upgradeCtas{display:grid;gap:16px;max-width:520px}
.acscalc__upgradeBtn{appearance:none;border-radius:22px;padding:18px 18px;font-size:22px;font-weight:950;cursor:pointer;width:100%;
  border:2px solid rgba(56,189,248,.75);background:transparent;color:rgba(255,255,255,.92)}
.acscalc__upgradeBtn--primary{border:none;background:rgba(167,139,250,.90);color:#0b0f1a;box-shadow:0 18px 50px rgba(167,139,250,.25)}
.acscalc__upgradeFoot{margin-top:18px;color:rgba(255,255,255,.58);font-size:14px;line-height:1.7;max-width:520px}

/* Suggestions dropdown */
.acscalc__suggestions{
  position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:9999;
  background:#0b1020;border:1px solid rgba(255,255,255,.14);border-radius:18px;
  box-shadow:0 14px 36px rgba(0,0,0,.45);max-height:260px;overflow:auto;padding:6px
}
.acscalc__suggestion{padding:10px 10px;border-radius:14px;cursor:pointer;font-size:14px;color:rgba(255,255,255,.88)}
.acscalc__suggestionMain{display:block;font-weight:650;line-height:1.25}
.acscalc__suggestion:hover{background:rgba(255,255,255,.06)}
.acscalc__suggestion small,.acscalc__suggestionMeta{display:block;color:rgba(255,255,255,.68);font-size:12px;margin-top:4px;line-height:1.35}

/* Birth date dropdown row */
.acscalc__dateRow{
  display:flex;
  gap:10px;
}
.acscalc__dateRow .acscalc__input{
  flex:1 1 0;
}

/* Birth time dropdown row (Hour / Minute) */
.acscalc__timeRow{
  display:flex;
  gap:10px;
}
.acscalc__timeRow .acscalc__input{
  flex:1 1 0;
}


/* Birth chart (precise mode) */
.acscalc__chartWrap{
  width:100%;
  max-width:520px;
  margin:10px auto 0 auto;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.acscalc__chartSvg{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1 / 1;
}
.acscalc__chartLegend{
  list-style:none;
  padding:0;
  margin:10px 0 0 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px 10px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.4;
}
@media (max-width:520px){
  .acscalc__chartLegend{grid-template-columns:1fr}
}
.acscalc__chartLegend li{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}
.acscalc__legendK{color:rgba(255,255,255,.72)}
.acscalc__legendV{color:rgba(255,255,255,.92);font-weight:700}

/* ============================================================
   Precise results: “个人星盘核心数据”表格（仅展示结果）
   ============================================================ */
.acscalc__coreCard{
  border:1px solid rgba(56,189,248,.45);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-radius:18px;
  padding:14px 14px 12px;
}
.acscalc__coreHead{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.acscalc__coreBadge{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:12px;
  background:rgba(56,189,248,.12);
  border:1px solid rgba(56,189,248,.30);
  color:rgba(255,255,255,.92);
  font-weight:800;
}
.acscalc__coreTitle{
  font-size:16px;
  font-weight:800;
  color:rgba(255,255,255,.92);
}
.acscalc__coreTable{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.acscalc__coreRow{
  display:grid;
  grid-template-columns:34px 78px 1fr;
  align-items:center;
  gap:10px;
  padding:10px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}
.acscalc__coreIcon{
  width:30px;height:30px;
  display:grid;place-items:center;
  border-radius:12px;
  background:rgba(56,189,248,.10);
  border:1px solid rgba(56,189,248,.22);
  color:rgba(255,255,255,.92);
  font-weight:800;
}
.acscalc__coreLabel{
  color:rgba(255,255,255,.78);
  font-weight:700;
}
.acscalc__coreValue{
  color:rgba(255,255,255,.92);
  font-weight:800;
}
@media (max-width:520px){
  .acscalc__coreRow{grid-template-columns:34px 70px 1fr}
}


/* ============================================================
   移动端滚轮选择器样式 (Wheel Picker)
   ============================================================ */

/* 移动端触发输入框 - 默认隐藏 */
.acscalc__mobileDateTrigger,
.acscalc__mobileTimeTrigger {
  display: none !important; /* 默认强制隐藏 */
  cursor: pointer;
  caret-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px !important;
}

.acscalc__mobileDateTrigger:focus,
.acscalc__mobileTimeTrigger:focus {
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.12);
}

/* 桌面端（宽度 > 800px）：强制显示下拉框，强制隐藏移动端触发器 */
@media (min-width: 801px) {
  .acscalc__dateRow,
  .acscalc__timeRow {
    display: flex !important;
  }

  .acscalc__mobileDateTrigger,
  .acscalc__mobileTimeTrigger {
    display: none !important;
  }
}

/* 滚轮选择器容器 */
.acscalc-wheel-picker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.acscalc-wheel-picker.is-active {
  display: block;
}

/* 遮罩层 */
.acscalc-wheel-picker__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.acscalc-wheel-picker.is-active .acscalc-wheel-picker__overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* 选择器主体容器 */
.acscalc-wheel-picker__container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #1a1f2e 0%, #0d1117 100%);
  border-radius: 22px 22px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  overflow: hidden;
  max-height: 50vh;
  /* iOS安全区域适配 */
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.acscalc-wheel-picker.is-active .acscalc-wheel-picker__container {
  transform: translateY(0);
}

/* 头部栏 */
.acscalc-wheel-picker__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.acscalc-wheel-picker__title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.acscalc-wheel-picker__btn {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 4px;
  min-width: 60px;
}

.acscalc-wheel-picker__btn--cancel {
  color: rgba(255, 255, 255, 0.6);
}

.acscalc-wheel-picker__btn--confirm {
  color: var(--acsc-accent, #a78bfa);
}

.acscalc-wheel-picker__btn:active {
  opacity: 0.7;
}

/* 滚轮主体区域 */
.acscalc-wheel-picker__body {
  position: relative;
  height: 220px; /* 5个选项 × 44px */
  overflow: hidden;
}

/* 选中项高亮背景 */
.acscalc-wheel-picker__highlight {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  height: 44px;
  transform: translateY(-50%);
  background: rgba(167, 139, 250, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(167, 139, 250, 0.25);
  pointer-events: none;
  z-index: 1;
}

/* 上下渐变遮罩 */
.acscalc-wheel-picker__body::before,
.acscalc-wheel-picker__body::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 88px; /* 2个选项高度 */
  pointer-events: none;
  z-index: 2;
}

.acscalc-wheel-picker__body::before {
  top: 0;
  background: linear-gradient(to bottom, 
    rgba(26, 31, 46, 1) 0%, 
    rgba(26, 31, 46, 0.8) 50%,
    rgba(26, 31, 46, 0) 100%);
}

.acscalc-wheel-picker__body::after {
  bottom: 0;
  background: linear-gradient(to top, 
    rgba(13, 17, 23, 1) 0%, 
    rgba(13, 17, 23, 0.8) 50%,
    rgba(13, 17, 23, 0) 100%);
}

/* 滚轮容器 */
.acscalc-wheel-picker__wheels {
  display: flex;
  height: 100%;
  padding: 0 16px;
  gap: 8px;
}

/* 单个滚轮 - 优化滚动和对齐 */
.acscalc-wheel-picker__wheel {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* === 优化对齐，防止晃动 === */
  overscroll-behavior: contain;           /* 防止过度滚动 */
  display: flex;
  flex-direction: column;
  align-items: center;                     /* 内容居中 */
}

.acscalc-wheel-picker__wheel::-webkit-scrollbar {
  display: none;
}

/* 滚轮列表 - 居中对齐防止晃动 */
.acscalc-wheel-picker__list {
  display: flex;
  flex-direction: column;
  align-items: center;    /* 子元素居中对齐 */
  width: 100%;
}

/* 滚轮选项 - 优化防止晃动 */
.acscalc-wheel-picker__item {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  scroll-snap-align: center;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  /* === 防止晃动的关键样式 === */
  font-variant-numeric: tabular-nums;    /* 使用等宽数字 */
  font-feature-settings: "tnum" 1;       /* 备用：等宽数字特性 */
  -webkit-font-feature-settings: "tnum" 1;
  min-width: 70px;                        /* 固定最小宽度，防止内容宽度变化 */
  text-align: center;
  transition: color 0.1s ease-out;        /* 只过渡颜色，不过渡transform */
  transform: none;                         /* 禁用transform */
  will-change: color;                      /* 提示浏览器优化 */
}

.acscalc-wheel-picker__item--spacer {
  pointer-events: none;
}

.acscalc-wheel-picker__item.is-selected {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;                        /* 用字重加粗代替scale放大 */
  /* 不使用 transform: scale()，避免尺寸变化导致的晃动 */
}

/* 选项悬停效果（触摸设备无效果） */
@media (hover: hover) {
  .acscalc-wheel-picker__item:not(.acscalc-wheel-picker__item--spacer):hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

/* 横屏时调整高度 */
@media (max-height: 500px) and (orientation: landscape) {
  .acscalc-wheel-picker__body {
    height: 176px; /* 4个选项 */
  }

  .acscalc-wheel-picker__item {
    height: 44px;
  }

  .acscalc-wheel-picker__highlight {
    height: 44px;
  }

  .acscalc-wheel-picker__body::before,
  .acscalc-wheel-picker__body::after {
    height: 66px;
  }
}

/* 平板适配 - 居中显示 */
@media (min-width: 600px) and (max-width: 800px) {
  .acscalc-wheel-picker__container {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-radius: 22px 22px 0 0;
  }

  .acscalc-wheel-picker.is-active .acscalc-wheel-picker__container {
    transform: translateX(-50%) translateY(0);
  }
}



/* Extra meta line under core chart card (precise mode) */
.acscalc__coreMeta{
  margin-top: 12px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.5;
}


/* Collapsible core card */
.acscalc__coreDetails{ margin-top:12px; }
.acscalc__coreDetails > summary{ list-style:none; cursor:pointer; }
.acscalc__coreDetails > summary::-webkit-details-marker{ display:none; }
.acscalc__coreDetails .acscalc__coreChevron{ margin-left:auto; opacity:0.8; transition: transform .18s ease; }
.acscalc__coreDetails[open] .acscalc__coreChevron{ transform: rotate(180deg); }



/* =========================
   Natal Modules (V2) styles
   ========================= */
.acscalc__modsHost{display:block;}
.acscalc__modsCard{
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:0;
  margin:16px 0;
  background:rgba(18,16,30,.55);
  box-shadow:0 12px 26px rgba(0,0,0,.28);
  overflow:hidden;
}
.acscalc__modsSummary{
  list-style:none;
  cursor:pointer;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.acscalc__modsSummary::-webkit-details-marker{display:none;}
.acscalc__modsTitle{font-weight:700;color:rgba(255,255,255,.92);}
.acscalc__modsHint{font-size:12px;color:rgba(255,255,255,.60);}
.acscalc__modsBody{padding:16px 18px;}
.acscalc__modsTableWrap{overflow:auto; border-radius:14px; border:1px solid rgba(255,255,255,.08);}
.acscalc__modsTable{width:100%; border-collapse:collapse; min-width:860px;}
.acscalc__modsTable th, .acscalc__modsTable td{
  padding:10px 12px;
  border-bottom:1px solid rgba(255,255,255,.06);
  font-size:13px;
  color:rgba(255,255,255,.82);
  white-space:nowrap;
}
.acscalc__modsTable thead th{
  position:sticky; top:0;
  background:rgba(124,58,237,.28);
  color:rgba(255,255,255,.94);
  font-weight:700;
}
.acscalc__modsRowHd{font-weight:700;color:rgba(255,255,255,.92);}
.acscalc__chartRing{
  width:220px; height:220px;
  border-radius:999px;
  border:3px solid rgba(255,255,255,.85);
  margin:6px auto 18px;
  position:relative;
  background:radial-gradient(circle at 50% 50%, rgba(255,255,255,.08), rgba(255,255,255,.02) 55%, rgba(0,0,0,.15) 100%);
}
.acscalc__chartRing::before{
  content:"";
  position:absolute; inset:22px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.35);
}
.acscalc__chartRing::after{
  content:"";
  position:absolute; inset:56px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.22);
}
.acscalc__chartRingInner{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  text-align:center;
  padding:26px;
  font-weight:700;
  color:rgba(255,255,255,.92);
  line-height:1.25;
}
.acscalc__bodyChart{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}
.acscalc__houseChip{
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:10px 10px 12px;
  background:rgba(255,255,255,.04);
}
.acscalc__houseChipTop{
  font-weight:800;
  color:rgba(255,255,255,.92);
}
.acscalc__houseChipMid{
  margin-top:2px;
  font-size:12px;
  color:rgba(255,255,255,.62);
}
.acscalc__houseChipBot{
  margin-top:6px;
  font-size:12px;
  color:rgba(255,255,255,.82);
}
.acscalc__modsCardItem{
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:14px;
  background:rgba(255,255,255,.03);
  margin-bottom:12px;
}
.acscalc__modsCardLbl{font-weight:800;color:rgba(255,255,255,.92);margin-bottom:6px;}
.acscalc__modsCardTxt{color:rgba(255,255,255,.78);font-size:13px;line-height:1.6;}
.acscalc__modsListItem{display:flex; gap:12px; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.06);}
.acscalc__modsListItem:last-child{border-bottom:none;}
.acscalc__modsListLbl{min-width:160px;font-weight:800;color:rgba(255,255,255,.92);}
.acscalc__modsListTxt{color:rgba(255,255,255,.78);font-size:13px;line-height:1.6;}
@media (max-width: 720px){
  .acscalc__modsTable{min-width:720px;}
  .acscalc__bodyChart{grid-template-columns:repeat(2, minmax(0,1fr));}
  .acscalc__modsListLbl{min-width:110px;}
}


.acscalc__progressWrap{width:100%;max-width:420px;margin-top:10px}
.acscalc__progressMeta{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:rgba(255,255,255,.82);margin-bottom:8px}
.acscalc__progressBar{height:10px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.25)}
.acscalc__progressBar>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f472b6 0%,#a78bfa 100%);transition:width .45s ease}


/* ===== UI refresh: consultation-style grouped form ===== */
.acscalc__card--form{max-width:760px;margin:0 auto;padding:28px 28px 22px;border-radius:24px;background:linear-gradient(180deg, rgba(84,58,126,.55), rgba(43,26,67,.72));border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 55px rgba(0,0,0,.28)}
.acscalc__pageBody,.acscalc__pageBody--precise{display:block}
.acscalc__card--trust,.acscalc__card--preciseIntro{display:none}
.acscalc__sectionHd{display:block;text-align:center;margin-bottom:18px}
.acscalc__sectionTitle{font-size:18px;font-weight:800;color:#fff}
.acscalc__sectionHint{max-width:none;text-align:center;margin-top:6px;color:rgba(255,255,255,.72)}
.acscalc__form--stacked{display:block}
.acscalc__group{margin:0 0 18px;padding-top:6px}
.acscalc__groupTitle{position:relative;margin:0 0 14px;text-align:center;font-size:14px;font-weight:800;color:#ffd84d}
.acscalc__groupTitle:before,.acscalc__groupTitle:after{content:"";position:absolute;top:50%;width:32%;height:1px;background:linear-gradient(90deg, transparent, rgba(255,216,77,.45), transparent)}
.acscalc__groupTitle:before{left:0}.acscalc__groupTitle:after{right:0}
.acscalc__groupGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.acscalc__groupGrid--single{grid-template-columns:1fr}
.acscalc__group .acscalc__field{margin:0}
.acscalc__group .acscalc__label{font-size:12px;font-weight:700;color:rgba(255,255,255,.92)}
.acscalc__group .acscalc__input{border-radius:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);padding:13px 14px;color:#fff}
.acscalc__group select.acscalc__input{color:#fff}
.acscalc__group .acscalc__input::placeholder{color:rgba(255,255,255,.58)}
.acscalc__dateRow,.acscalc__timeRow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
.acscalc__timeRow{grid-template-columns:1fr 1fr}
.acscalc__mobileDateTrigger,.acscalc__mobileTimeTrigger{margin-top:10px}
.acscalc__field--consent{margin-top:8px}
.acscalc__checkbox{padding-top:2px}
.acscalc__formActions{margin-top:18px}
.acscalc__cta{border-radius:12px;padding:14px 18px;background:linear-gradient(90deg,#d36cff,#8f78ff);color:#fff;box-shadow:0 10px 25px rgba(201,110,255,.3)}
.acscalc__fineprint{text-align:center;color:rgba(255,255,255,.62)}
.acscalc__subBlock{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}
.acscalc__subBlock:first-of-type{margin-top:0;padding-top:0;border-top:0}
.acscalc__subTitle{margin:0 0 8px;font-size:13px;font-weight:800;color:#ffd84d}
@media (max-width: 860px){
  .acscalc__card--form{padding:22px 16px 18px}
  .acscalc__groupGrid,.acscalc__dateRow,.acscalc__timeRow{grid-template-columns:1fr}
  .acscalc__groupTitle:before,.acscalc__groupTitle:after{width:18%}
}

/* ===== visual tune v2: closer to latest reference ===== */
.acscalc__viewport{
  background:
    radial-gradient(900px 560px at 50% 18%, rgba(82,132,255,.18), transparent 58%),
    radial-gradient(1000px 700px at 82% 22%, rgba(255,211,104,.14), transparent 60%),
    radial-gradient(900px 620px at 18% 70%, rgba(92,122,255,.18), transparent 60%),
    radial-gradient(1100px 720px at 80% 85%, rgba(184,112,255,.22), transparent 62%),
    linear-gradient(90deg, #05173e 0%, #13295f 38%, #392560 78%, #6d5a93 100%);
}
.acscalc{
  max-width: 760px;
  background: linear-gradient(180deg, rgba(123,136,182,.22), rgba(99,73,141,.34));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}
.acscalc::after{opacity:.42}
.acscalc__brand{display:none}
.acscalc__top{margin-bottom:18px}
.acscalc__tabs--astral{
  max-width: 320px;
  margin: 0 auto 18px;
  background: rgba(36,19,70,.55);
  border-color: rgba(201,179,255,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.acscalc__tabs--astral .acscalc__tab{
  color: rgba(255,255,255,.84);
  font-weight: 700;
  background: transparent;
  border-color: transparent;
}
.acscalc__tabs--astral .acscalc__tab.is-active{
  background: linear-gradient(180deg, rgba(141,116,224,.86), rgba(112,92,204,.92));
  border-color: rgba(231,218,255,.28);
  color:#fff;
  box-shadow:none;
}
.acscalc__card--form{
  max-width: 640px;
  padding: 26px 26px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(140,154,199,.18), rgba(120,87,170,.30));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 42px rgba(0,0,0,.20);
}
.acscalc__sectionTitle{font-size:20px}
.acscalc__sectionHint{color:rgba(255,255,255,.78);font-size:13px}
.acscalc__groupTitle{font-size:15px;color:#ffd631}
.acscalc__groupTitle:before,.acscalc__groupTitle:after{
  width:34%;
  background: linear-gradient(90deg, transparent, rgba(255,214,49,.40), transparent);
}
.acscalc__group{margin-bottom:16px}
.acscalc__group .acscalc__label{
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}
.acscalc__group .acscalc__input,
.acscalc__mobileDateTrigger,
.acscalc__mobileTimeTrigger{
  border-radius: 8px;
  min-height: 42px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
}
.acscalc__group .acscalc__input:focus,
.acscalc__mobileDateTrigger:focus,
.acscalc__mobileTimeTrigger:focus{
  border-color: rgba(255,214,49,.55);
  box-shadow: 0 0 0 3px rgba(255,214,49,.12);
}
.acscalc__group select.acscalc__input option{color:#111}
.acscalc__field--themeSelect .acscalc__label{font-size:11px;color:rgba(255,255,255,.86)}
.acscalc__field--consent{margin-top:12px}
.acscalc__checkbox span{font-size:12px;color:rgba(255,255,255,.82)}
.acscalc__checkbox a{color:#ffd631;text-decoration:none}
.acscalc__cta{
  border-radius: 10px;
  background: linear-gradient(90deg, #5b3cf0 0%, #8b5cf6 48%, #c084fc 100%);
  box-shadow: 0 10px 24px rgba(111,76,255,.28);
}
.acscalc__fineprint{display:none}
@media (max-width:860px){
  .acscalc{max-width:680px}
  .acscalc__card--form{max-width:100%;padding:22px 16px 18px}
}


/* v16 hard fix: reserve top-right area for social proof so it never covers mode tabs */
.acscalc__top{position:relative;padding-top:0;min-height:110px;}
.acscalc__tabs--astral{margin-top:88px !important;}
@media (max-width: 760px){.acscalc__top{min-height:0}.acscalc__tabs--astral{margin-top:16px !important}.acscalc__socialProof{position:static;max-width:none;margin:8px 0 0 auto}}

/* ============================================================
   Tab Navigation for Results Page (Modification 2)
   ============================================================ */
.acscalc__tabContainer {
  width: 100%;
}

/* Tab navigation bar */
.acscalc__tabNav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 4px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding-bottom: 0;
}

/* Individual tab button */
.acscalc__tabBtn {
  position: relative;
  padding: 9px 16px;
  border: none;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .60);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background .18s, color .18s;
  white-space: nowrap;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-bottom: none;
  line-height: 1.3;
}
.acscalc__tabBtn:hover {
  background: rgba(167, 139, 250, .15);
  color: rgba(255, 255, 255, .85);
}

/* Active tab */
.acscalc__tabBtn.is-active {
  background: rgba(167, 139, 250, .22);
  color: #a78bfa;
  border-color: rgba(167, 139, 250, .25);
  border-bottom-color: transparent;
  font-weight: 600;
}
.acscalc__tabBtn.is-active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #a78bfa;
  border-radius: 2px 2px 0 0;
}

/* Tab panels container */
.acscalc__tabPanels {
  padding: 4px 0;
}

/* Each tab panel */
.acscalc__tabPanel {
  display: none;
  animation: acscalcTabFadeIn .18s ease;
}
.acscalc__tabPanel.is-active {
  display: block;
}

@keyframes acscalcTabFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mobile: stack tabs as scrollable row */
@media (max-width: 600px) {
  .acscalc__tabNav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 4px;
    padding-bottom: 0;
  }
  .acscalc__tabNav::-webkit-scrollbar { display: none; }
  .acscalc__tabBtn {
    font-size: 12px;
    padding: 7px 12px;
    flex-shrink: 0;
  }
}

/* Human reading form shortcode: [human_reading_form] */
.acshr__viewport{
  position:relative;
  width:100vw;
  left:50%;right:50%;
  margin-left:-50vw;margin-right:-50vw;
  padding:34px 16px 60px;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,228,153,.85) 0 1px, transparent 3px),
    radial-gradient(circle at 17% 54%, rgba(255,228,153,.75) 0 1.4px, transparent 4px),
    radial-gradient(circle at 28% 30%, rgba(255,228,153,.8) 0 1px, transparent 3px),
    radial-gradient(circle at 43% 16%, rgba(255,228,153,.75) 0 1.2px, transparent 4px),
    radial-gradient(circle at 57% 44%, rgba(255,228,153,.6) 0 1.2px, transparent 4px),
    radial-gradient(circle at 74% 20%, rgba(255,228,153,.75) 0 1px, transparent 3px),
    radial-gradient(circle at 84% 62%, rgba(255,228,153,.75) 0 1.4px, transparent 4px),
    radial-gradient(circle at 93% 28%, rgba(255,228,153,.8) 0 1px, transparent 3px),
    radial-gradient(900px 520px at 20% 26%, rgba(34,99,255,.25), transparent 58%),
    radial-gradient(900px 520px at 80% 58%, rgba(180,66,255,.22), transparent 60%),
    linear-gradient(180deg, #070b23 0%, #10173f 46%, #27194a 100%);
}
.acshr__viewport *, .acshr * { box-sizing:border-box; }
.acshr{
  max-width:980px;
  margin:0 auto;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"PingFang SC","Microsoft YaHei",sans-serif;
  color:#fff;
}
.acshr__hero{text-align:center;max-width:980px;margin:0 auto 22px;}
.acshr__heroTitle{margin:0 0 10px;font-size:clamp(28px,3.6vw,44px);line-height:1.08;font-weight:800;letter-spacing:-.02em;color:#6b45d8;}
.acshr__heroText{margin:0 auto;max-width:820px;font-size:clamp(15px,1.55vw,20px);line-height:1.45;color:rgba(255,255,255,.88);}
.acshr__heroHighlight{margin-top:6px;font-size:clamp(16px,1.7vw,21px);font-weight:800;color:#ffd31e;}
.acshr__panel{
  max-width:920px;margin:24px auto 34px;padding:22px 28px 26px;border-radius:22px;
  background:linear-gradient(180deg, rgba(66,77,120,.78), rgba(66,77,120,.62));
  border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.acshr__progress{height:8px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin:2px 6px 26px;}
.acshr__progress span{display:block;width:18%;height:100%;background:linear-gradient(90deg,#ffd21a,#c12bdd);border-radius:999px;}
.acshr__section{margin:0 0 20px;}
.acshr__sectionHeading{display:flex;align-items:center;justify-content:center;gap:10px;color:#ffd31e;font-weight:800;font-size:22px;line-height:1.2;margin:0 0 18px;position:relative;text-align:center;}
.acshr__sectionHeading:before,.acshr__sectionHeading:after{content:"";height:1px;flex:1 1 100px;max-width:260px;background:rgba(255,255,255,.18);}
.acshr__sectionIcon{font-size:20px;line-height:1;}
.acshr__grid{display:grid;gap:14px 18px;}
.acshr__grid--one{grid-template-columns:1fr;}
.acshr__grid--two{grid-template-columns:repeat(2,minmax(0,1fr));}
.acshr__grid--three{grid-template-columns:repeat(3,minmax(0,1fr));}
.acshr__field{display:block;}
.acshr__label{display:block;margin:0 0 8px;font-size:15px;font-weight:700;color:rgba(255,255,255,.94);}
.acshr__label--ghost{opacity:0;pointer-events:none;}
.acshr__required{color:#ffd31e;}
.acshr__input,.acshr__select{
  width:100%;min-height:50px;padding:0 16px;border-radius:12px;border:1px solid rgba(255,255,255,.14);
  background:rgba(148,160,200,.18);color:#fff;font-size:15px;outline:none;box-shadow:none;
}
.acshr__input::placeholder{color:rgba(255,255,255,.45);}
.acshr__input:focus,.acshr__select:focus{border-color:rgba(255,211,30,.72);box-shadow:0 0 0 3px rgba(255,211,30,.14);}
.acshr__field--selectWrap{position:relative;}
.acshr__select{appearance:none;padding-right:56px;}
.acshr__select--native{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.acshr__select--native option{color:#111827;background:#f8fafc;}
.acshr__selectCaret{position:absolute;right:16px;bottom:14px;color:rgba(255,255,255,.78);font-size:24px;pointer-events:none;}
.acshr__consent{display:flex;align-items:flex-start;gap:12px;margin:10px 0 20px;color:rgba(255,255,255,.88);font-size:15px;line-height:1.55;}
.acshr__consent input{width:18px;height:18px;margin-top:3px;accent-color:#ffd31e;}
.acshr__consent a{color:#ffd31e;text-decoration:none;}
.acshr__notice{margin:0 0 14px;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.55;}
.acshr__notice.is-error{background:rgba(255,102,132,.16);border:1px solid rgba(255,102,132,.35);color:#ffd5dc;}
.acshr__notice.is-success{background:rgba(57,194,120,.15);border:1px solid rgba(57,194,120,.34);color:#ddffe9;}
.acshr__submit{
  width:100%;min-height:82px;border:0;border-radius:14px;cursor:pointer;
  background:linear-gradient(90deg,#3f59d6,#b21ec7);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  box-shadow:0 16px 36px rgba(94,67,203,.24);font-weight:800;
}
.acshr__submit:disabled{opacity:.72;cursor:wait;}
.acshr__submitIcon{font-size:18px;line-height:1;}
.acshr__submitMain{font-size:18px;line-height:1.2;}
.acshr__submitSub{font-size:12px;line-height:1.2;color:rgba(255,255,255,.72);font-weight:600;}
.acshr__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:920px;margin:0 auto;}
.acshr__benefitCard{
  min-height:220px;padding:24px 20px;border-radius:18px;border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(69,78,118,.62), rgba(69,78,118,.48));backdrop-filter:blur(8px);text-align:center;
}
.acshr__benefitIcon{width:62px;height:62px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#ffd31e;font-size:24px;}
.acshr__benefitCard h3{margin:0 0 10px;font-size:18px;line-height:1.3;color:rgba(255,255,255,.95);}
.acshr__benefitCard p{margin:0;font-size:15px;line-height:1.6;color:rgba(255,255,255,.76);}
@media (max-width: 900px){
  .acshr__panel{padding:18px 16px 22px;}
  .acshr__grid--two,.acshr__grid--three,.acshr__benefits{grid-template-columns:1fr;}
  .acshr__sectionHeading{font-size:20px;}
}

.acscalc__rpmBlock{margin-top:14px}
.acscalc__resultPageModulesHost{margin-top:12px}
.acscalc__rpmTabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.acscalc__rpmTab{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:inherit;border-radius:12px;padding:10px 14px;cursor:pointer}
.acscalc__rpmTab.is-active{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28)}
.acscalc__rpmPane{display:none}
.acscalc__rpmPane.is-active{display:block}
.acscalc__rpmModule{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04);margin-bottom:14px}
.acscalc__rpmTitle{margin:0 0 8px;font-size:24px;line-height:1.25}
.acscalc__rpmSubtitle{margin-bottom:10px;color:rgba(255,255,255,.72);font-size:14px}
.acscalc__rpmBody{line-height:1.8;color:rgba(255,255,255,.94)}
.acscalc__rpmBody p{margin:0 0 10px}
.acscalc__rpmBody p:last-child{margin-bottom:0}

/* ============================================================
   Mobile-only result page optimization (iPhone 15 / narrow phones)
   Desktop remains unchanged.
   ============================================================ */
@media (max-width: 768px){
  .acscalc{
    margin:16px auto;
    padding:14px;
    border-radius:24px;
  }

  .acscalc__shell{
    padding:0;
  }

  .acscalc.is-results .acscalc__card,
  .acscalc.is-results .acscalc__card--resultWrap{
    padding:12px;
    border-radius:18px;
  }

  .acscalc.is-results .acscalc__resultHeader{
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    margin-bottom:10px;
  }

  .acscalc.is-results .acscalc__resultHeader > div:first-child{
    min-width:0;
  }

  .acscalc.is-results .acscalc__resultTitle{
    font-size:15px;
    line-height:1.35;
    word-break:break-word;
  }

  .acscalc.is-results .acscalc__resultMeta{
    justify-content:flex-start;
    gap:6px;
    width:100%;
  }

  .acscalc.is-results .acscalc__tag{
    max-width:100%;
    padding:5px 9px;
    font-size:11px;
    line-height:1.35;
    white-space:normal;
    word-break:break-word;
  }

  .acscalc.is-results .acscalc__block,
  .acscalc.is-results .acscalc__modsCard,
  .acscalc.is-results .acscalc__rpmModule,
  .acscalc.is-results .acscalc__upgradeTeaser,
  .acscalc.is-results .acscalc__upgradePage,
  .acscalc.is-results .acscalc__coreCard,
  .acscalc.is-results .acscalc__paiCard,
  .acscalc.is-results .acscalc__houseCard{
    padding:12px;
    border-radius:16px;
    margin-top:10px;
  }

  .acscalc.is-results .acscalc__para,
  .acscalc.is-results .acscalc__rpmBody,
  .acscalc.is-results .acscalc__modsCardTxt,
  .acscalc.is-results .acscalc__crystalDesc,
  .acscalc.is-results .acscalc__product p{
    font-size:14px;
    line-height:1.72;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .acscalc.is-results .acscalc__blockTitle,
  .acscalc.is-results .acscalc__modsTitle,
  .acscalc.is-results .acscalc__rpmTitle,
  .acscalc.is-results .acscalc__upgradeTeaserTitle{
    font-size:15px;
    line-height:1.35;
  }

  .acscalc.is-results .acscalc__actions{
    flex-direction:column;
    gap:8px;
  }

  .acscalc.is-results .acscalc__btn,
  .acscalc.is-results .acscalc__upgradeBtn{
    width:100%;
    min-width:0;
  }

  .acscalc.is-results .acscalc__products{
    grid-template-columns:1fr;
    gap:8px;
  }

  .acscalc.is-results .acscalc__rpmTabs,
  .acscalc.is-results .acscalc__tabNav{
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:2px;
  }

  .acscalc.is-results .acscalc__rpmTabs::-webkit-scrollbar,
  .acscalc.is-results .acscalc__tabNav::-webkit-scrollbar{
    display:none;
  }

  .acscalc.is-results .acscalc__rpmTab,
  .acscalc.is-results .acscalc__tabBtn{
    flex:0 0 auto;
  }

  .acscalc.is-results .acscalc__coreRow{
    grid-template-columns:30px 64px minmax(0,1fr);
    gap:8px;
    padding:9px;
  }

  .acscalc.is-results .acscalc__coreLabel,
  .acscalc.is-results .acscalc__coreValue{
    min-width:0;
    word-break:break-word;
  }

  .acscalc.is-results .acscalc__bodyChart,
  .acscalc.is-results .acscalc__houseGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 430px){
  .acscalc{
    margin:12px auto;
    padding:10px;
    border-radius:20px;
  }

  .acscalc__viewport{
    padding:18px 10px 40px;
  }

  .acscalc.is-results .acscalc__card,
  .acscalc.is-results .acscalc__card--resultWrap{
    padding:10px;
  }

  .acscalc.is-results .acscalc__resultTitle{
    font-size:14px;
  }

  .acscalc.is-results .acscalc__tag{
    font-size:10px;
    padding:4px 8px;
  }

  .acscalc.is-results .acscalc__para,
  .acscalc.is-results .acscalc__rpmBody,
  .acscalc.is-results .acscalc__modsCardTxt,
  .acscalc.is-results .acscalc__crystalDesc,
  .acscalc.is-results .acscalc__product p{
    font-size:13.5px;
    line-height:1.7;
  }

  .acscalc.is-results .acscalc__block,
  .acscalc.is-results .acscalc__modsCard,
  .acscalc.is-results .acscalc__rpmModule,
  .acscalc.is-results .acscalc__upgradeTeaser,
  .acscalc.is-results .acscalc__upgradePage,
  .acscalc.is-results .acscalc__coreCard,
  .acscalc.is-results .acscalc__paiCard,
  .acscalc.is-results .acscalc__houseCard{
    padding:10px;
    border-radius:14px;
  }
}

/* Result page addons: jump / donation / share */
.acscalc__addonCard{position:relative;overflow:visible}
.acscalc__addonCard .acscalc__actions a.acscalc__btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.acscalc__shareRail{display:flex;flex-direction:column;gap:10px;z-index:20;margin-left:auto;width:max-content}
.acscalc__shareItem{width:52px;height:52px;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.28);border:0;cursor:pointer}
.acscalc__shareItem span{font-size:22px;line-height:1}
.acscalc__shareItem--wa{background:#25D366}
.acscalc__shareItem--fb{background:#1877F2}
.acscalc__shareItem--ig{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7)}
.acscalc__shareItem--tt{background:#111}
.acscalc__shareItem--pt{background:#e60023}
.acscalc__shareItem--tg{background:#2AABEE}
.acscalc__shareItem--rd{background:#ff5700}
.acscalc__shareItem--tb{background:#2c4762}

/* Share rail: keep the source card in-flow, then portal it to a body-level floating rail on large desktop. */
.acscalc__floatingSharePortal{display:none}
@media (min-width: 1200px){
  .acscalc__addonCard--share.is-ported{display:none !important}
  .acscalc__floatingSharePortal{
    position:fixed;
    top:50%;
    right:18px;
    transform:translateY(-50%);
    z-index:9999;
    pointer-events:none;
  }
  .acscalc__floatingSharePortal.is-active{display:block}
  .acscalc__floatingSharePortal .acscalc__shareRail{gap:12px;margin-left:0;pointer-events:auto}
}

@media (max-width: 1199px){
  .acscalc__addonCard--share{position:relative;margin-top:14px}
  .acscalc__shareRail{position:static;top:auto;gap:8px}
  .acscalc__floatingSharePortal{display:none !important}
}

@media (max-width: 767px){
  .acscalc__shareRail{flex-direction:row;flex-wrap:wrap;justify-content:center}
  .acscalc__shareItem{width:46px;height:46px}
  .acscalc__shareItem span{font-size:19px}
}


.acscalc__agreementLink,
.acshr__agreementLink{ color:#ffd54f; text-decoration:underline; text-underline-offset:2px; }
.acscalc__cta.is-disabled,
.acshr__submit.is-disabled,
.acshr__submit:disabled,
.acscalc__cta:disabled{ opacity:.55; cursor:not-allowed; filter:saturate(.7); }
.acscalc-agreementOpen{ overflow:hidden; }
.acscalc-agreementModal[hidden]{ display:none !important; }
.acscalc-agreementModal{ position:fixed; inset:0; z-index:99999; }
.acscalc-agreementModal__backdrop{ position:absolute; inset:0; background:rgba(8,10,24,.72); backdrop-filter:blur(4px); }
.acscalc-agreementModal__dialog{ position:relative; width:min(760px,calc(100vw - 24px)); margin:5vh auto; max-height:90vh; background:linear-gradient(180deg,#20184e 0%,#19153d 100%); border:1px solid rgba(173,132,255,.35); border-radius:20px; box-shadow:0 24px 60px rgba(0,0,0,.45); padding:22px 22px 18px; color:#fff; }
.acscalc-agreementModal__close{ position:absolute; right:14px; top:10px; border:0; background:transparent; color:#fff; font-size:28px; line-height:1; cursor:pointer; opacity:.85; }
.acscalc-agreementModal__title{ font-size:26px; font-weight:700; margin-bottom:6px; padding-right:28px; }
.acscalc-agreementModal__meta{ font-size:12px; opacity:.72; margin-bottom:12px; }
.acscalc-agreementModal__body{ max-height:320px; overflow-y:auto; width:100%; border-radius:14px; border:1px solid rgba(173,132,255,.24); background:rgba(255,255,255,.04); padding:16px 16px; line-height:1.72; font-size:14px; white-space:normal; }
@media (max-width: 640px){
  .acscalc-agreementModal__dialog{ width:calc(100vw - 16px); margin:3vh auto; padding:18px 14px 14px; border-radius:16px; }
  .acscalc-agreementModal__title{ font-size:20px; }
  .acscalc-agreementModal__body{ max-height:60vh; padding:14px; }
}


.acscalc__card--resultPagePrecise{padding-top:18px}
.acscalc__preciseIntroCard{margin-bottom:16px;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)}
.acscalc__preciseIntroCard .acscalc__rpmTitle{margin-bottom:14px}
.acscalc__preciseIntroCard .acscalc__rpmBody p{margin:0 0 8px 0}
.acscalc__preciseIntroCard .acscalc__rpmBody p:last-child{margin-bottom:0;margin-top:18px}
.acscalc__addonCard--share{background:transparent;border:0;padding:0;box-shadow:none}
.acscalc__addonCard--share .acscalc__blockTitle,
.acscalc__addonCard--share .acscalc__para{display:none}


/* ===== precise result page merge patch v2.0 ===== */
.acscalc__card--resultPagePrecise .acscalc__resultPageModulesHost,
.acscalc__card--resultPagePrecise [data-role="precise-top-modules"],
.acscalc__card--resultPagePrecise [data-role="precise-intro-slot"],
.acscalc__card--resultPagePrecise [data-role="precise-support-prepend"]{margin-top:14px}
.acscalc__card--resultPagePrecise .acscalc__modsTitle,
.acscalc__card--resultPagePrecise .acscalc__blockTitle,
.acscalc__card--resultPagePrecise .acscalc__rpmTitle{color:#d9bbff}
.acscalc__card--resultPagePrecise .acscalc__modsTitle{font-size:16px;line-height:1.38}
.acscalc__card--resultPagePrecise .acscalc__blockTitle{font-size:16px;line-height:1.38;color:#ceb0ff}
.acscalc__card--resultPagePrecise .acscalc__rpmTitle{font-size:17px;line-height:1.35;font-weight:700}
.acscalc__card--resultPagePrecise .acscalc__modsHint{color:rgba(228,208,255,.74)}
.acscalc__preciseIntroCard{padding:18px 20px;border-radius:20px;background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));border:1px solid rgba(211,184,255,.18)}
.acscalc__preciseIntroCard .acscalc__rpmTitle{margin-bottom:12px;font-size:17px;color:#e1c7ff}
.acscalc__preciseIntroCard .acscalc__rpmBody p{margin:0 0 7px 0;font-size:14px;line-height:1.72;color:rgba(255,255,255,.9)}
.acscalc__preciseIntroCard .acscalc__preciseIntroClosing{margin-top:18px !important;color:rgba(255,255,255,.96)}

.acscalc__preciseIntroCard .acscalc__modsSummary{padding-bottom:14px}
.acscalc__preciseIntroCard .acscalc__modsBody{padding-top:0}
.acscalc__preciseIntroCard .acscalc__modsListItem{margin:0 0 8px 0}
.acscalc__preciseIntroCard .acscalc__modsListLbl{font-weight:700;color:rgba(255,255,255,.92);margin-bottom:2px}
.acscalc__preciseIntroCard .acscalc__modsListTxt{font-size:14px;line-height:1.72;color:rgba(255,255,255,.9)}
.acscalc__preciseIntroCard .acscalc__modsListItem--closing{margin-top:18px}
.acscalc__preciseIntroCard .acscalc__modsListItem--closing .acscalc__modsListTxt{color:rgba(255,255,255,.96)}
[data-role="precise-support-prepend"] .acscalc__addonCard--productPlaceholder{margin-bottom:16px}
.acscalc__tabContainer--preciseTop .acscalc__tabNav{margin-bottom:14px}
.acscalc__tabContainer--preciseTop .acscalc__tabBtn{font-size:13px;font-weight:700}
.acscalc__tabContainer--preciseTop .acscalc__tabPanel[hidden],
.acscalc__rpmPane[hidden]{display:none !important}
.acscalc__modsCard--topPanel{background:rgba(255,255,255,.04);border:1px solid rgba(216,191,255,.14)}
.acscalc__resultPageModulesHost .acscalc__modsCard{background:rgba(255,255,255,.045);border:1px solid rgba(213,186,255,.15)}
.acscalc__resultPageModulesHost .acscalc__modsSummary{padding-bottom:14px}
.acscalc__resultPageModulesHost .acscalc__modsTitle{color:#d6b6ff}
.acscalc__resultPageModulesHost .acscalc__modsBody{padding-top:0}
.acscalc__modsCard--collapsible{overflow:hidden}
.acscalc__modsCollapse{display:block}
.acscalc__modsCollapseSummary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;padding:2px 0 10px}
.acscalc__modsCollapseSummary::-webkit-details-marker{display:none}
.acscalc__modsCollapseSummary .acscalc__modsSummary{flex:1;min-width:0;padding-bottom:0}
.acscalc__modsCollapseChevron{flex:0 0 42px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;border:1px solid rgba(216,191,255,.36);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));box-shadow:0 10px 24px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);font-size:0;line-height:1;opacity:1;transition:transform .2s ease, background .2s ease, border-color .2s ease}
.acscalc__modsCollapseChevron::before{content:"⌄";font-size:24px;font-weight:900;line-height:1;color:#ead7ff;text-shadow:0 0 12px rgba(216,191,255,.34);transform:translateY(-1px)}
.acscalc__modsCollapseSummary:hover .acscalc__modsCollapseChevron{background:linear-gradient(180deg,rgba(167,139,250,.28),rgba(255,255,255,.06));border-color:rgba(216,191,255,.62)}
.acscalc__modsCollapse[open] .acscalc__modsCollapseChevron{transform:rotate(180deg)}
@media(max-width:640px){.acscalc__modsCollapseChevron{flex-basis:38px;width:38px;height:38px;border-radius:12px}.acscalc__modsCollapseChevron::before{font-size:22px}}
.acscalc__modsBody--collapsible{padding-top:14px}
.acscalc__addonCard--productPlaceholder{background:linear-gradient(180deg, rgba(122,88,211,.16), rgba(255,255,255,.04));border:1px solid rgba(215,188,255,.22)}
.acscalc__productHero{margin:14px 0 4px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.acscalc__productEyebrow{font-size:14px;font-weight:700;color:#efdcff}
.acscalc__productSub{margin-top:6px;font-size:13px;color:rgba(255,255,255,.76)}
.acscalc__actions--triple{display:flex;flex-wrap:wrap;gap:10px}
.acscalc__actions--triple > *{flex:1 1 180px}
.acscalc__productCopy{margin-top:10px}
.acscalc__productButtons{margin-top:16px}
.acscalc__productButtonsMain{display:block}
.acscalc__productButtonsMain .acscalc__btn{display:flex;width:100%;justify-content:center;align-items:center;min-width:0;padding:14px 16px;border-radius:999px;text-decoration:none}
.acscalc__productButtonsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}
.acscalc__productButtonsGrid .acscalc__btn{display:flex;width:100%;justify-content:center;align-items:center;min-width:0;text-decoration:none}
.acscalc__btn--productSub{background:rgba(255,255,255,.06)}
@media (max-width:640px){.acscalc__productButtonsGrid{grid-template-columns:1fr}}
.acscalc__page--preciseReport .acscalc__hero,
.acscalc__page--preciseReport .acscalc__side{display:none}
.acscalc__pageBody--preciseReport{display:block}
.acscalc__pageBody--preciseReport .acscalc__report{max-width:none}
@media (max-width: 768px){
  .acscalc__card--resultPagePrecise .acscalc__modsTitle,
  .acscalc__card--resultPagePrecise .acscalc__blockTitle,
  .acscalc__card--resultPagePrecise .acscalc__rpmTitle{font-size:15px}
  .acscalc__preciseIntroCard .acscalc__rpmBody p{font-size:13.5px}
}


/* ===== precise primary navigation + full raw chart restore v2.4 ===== */
.acscalc__block--precisePrimaryNav{
  padding:0;
  border:0;
  background:transparent;
  margin-top:6px;
}
.acscalc__modsHost--precisePrimary{
  width:100%;
}
.acscalc__tabContainer--primaryNav{
  position:relative;
}
.acscalc__tabContainer--primaryNav .acscalc__tabNav{
  gap:10px;
  padding:0 0 14px;
  margin:0 0 18px;
  border-bottom:1px solid rgba(217,187,255,.18);
}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn{
  padding:14px 18px 15px;
  border-radius:16px 16px 0 0;
  background:transparent;
  color:rgba(241,231,255,.72);
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  border:1px solid transparent;
}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn:hover{
  background:rgba(138,106,222,.12);
  color:rgba(255,255,255,.92);
}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn.is-active{
  background:linear-gradient(180deg, rgba(122,88,211,.22), rgba(122,88,211,.08));
  color:#f0deff;
  border-color:rgba(216,191,255,.26);
  box-shadow:0 18px 36px rgba(8,8,24,.18);
}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn.is-active::after{
  height:3px;
  background:#cfa8ff;
}
.acscalc__tabContainer--primaryNav .acscalc__tabPanels{
  padding:0;
}
.acscalc__tabContainer--primaryNav .acscalc__tabPanel{
  padding:0;
}
.acscalc__modsCard--topPanel.acscalc__modsCard--primaryPanel{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  border:1px solid rgba(216,191,255,.16);
  border-radius:20px;
  overflow:hidden;
}
.acscalc__modsCard--topPanel.acscalc__modsCard--primaryPanel .acscalc__modsSummary{
  padding-bottom:16px;
}
.acscalc__modsCard--topPanel.acscalc__modsCard--primaryPanel .acscalc__modsTitle{
  font-size:17px;
  color:#ead2ff;
}
.acscalc__precisePanelStack{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.acscalc__preciseChartMount{
  min-height:680px;
}
.acscalc__preciseChartMount .acscalc__chartSvg{
  width:min(100%, 760px);
  min-height:640px;
  margin-inline:auto;
}
 .acscalc__preciseWheelCard{
  position:relative;
  padding:22px;
  border-radius:18px;
  background:radial-gradient(circle at top, rgba(132,95,226,.20), rgba(255,255,255,.03) 62%);
  border:1px solid rgba(216,191,255,.16);
}
.acscalc__preciseWheelHead{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:14px;
}
.acscalc__preciseWheelEyebrow{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(228,208,255,.62);
}
.acscalc__preciseWheelTitle{
  font-size:16px;
  line-height:1.35;
  font-weight:700;
  color:#ead2ff;
}
.acscalc__preciseWheelCanvas{
  width:100%;
  display:flex;
  justify-content:center;
}
.acscalc__preciseWheelSvg{
  width:min(100%, 760px);
  min-width:min(100%, 560px);
  height:auto;
  display:block;
}
.acscalc__wheelOuter,
.acscalc__wheelMid,
.acscalc__wheelInner{
  fill:none;
  stroke:rgba(230,213,255,.34);
  stroke-width:1.8;
}
.acscalc__wheelOuter{stroke:rgba(230,213,255,.46);}
.acscalc__wheelAxis{
  stroke:rgba(211,176,255,.52);
  stroke-width:1.8;
}
.acscalc__wheelAxis--mc{
  stroke-dasharray:4 4;
}
.acscalc__wheelLine{
  stroke:rgba(255,255,255,.22);
  stroke-width:1.45;
}
.acscalc__wheelHouseLabel,
.acscalc__wheelSignLabel,
.acscalc__wheelAxisLabel,
.acscalc__wheelGlyph{
  fill:#f1e3ff;
  text-anchor:middle;
  dominant-baseline:middle;
}
.acscalc__wheelHouseLabel{font-size:16px;font-weight:800;fill:rgba(255,255,255,.92)}
.acscalc__wheelSignLabel{font-size:18px;font-weight:700;fill:rgba(217,187,255,.96)}
.acscalc__wheelAxisLabel{font-size:16px;font-weight:800;fill:#e6c8ff}
.acscalc__wheelGlyph{font-size:22px;font-weight:800}
.acscalc__wheelPoint{
  fill:rgba(142,108,232,.9);
  stroke:rgba(255,255,255,.72);
  stroke-width:1.3;
}
.acscalc__para--muted{
  color:rgba(255,255,255,.7);
}
@media (max-width: 768px){
  .acscalc__tabContainer--primaryNav .acscalc__tabBtn{
    padding:12px 15px 14px;
    font-size:13px;
  }
  .acscalc__preciseWheelCard{
    padding:14px;
  }
  .acscalc__modsCard--topPanel.acscalc__modsCard--primaryPanel .acscalc__modsTitle{
    font-size:15px;
  }
}

/* ===== final precise + form polish v2.5 ===== */
.acscalc__socialProof{
  max-width:none;
  min-width:240px;
  padding:10px 14px;
}
.acscalc__spUnified{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(12,12,28,.34);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  font-weight:800;
  letter-spacing:.01em;
}
.acscalc__spStar{font-size:15px;line-height:1}
.acscalc__spScore{font-size:13px;font-weight:900;line-height:1}
.acscalc__spDivider{color:rgba(255,255,255,.42);font-size:13px;line-height:1}
.acscalc__spReaders{font-size:13px;line-height:1}

.acscalc__formDeckHead{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 14px 12px;
  margin:0 0 14px;
  border-radius:18px;
  border:1px solid rgba(216,191,255,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
}
.acscalc__formDeckEyebrow{
  font-size:11px;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(219,198,255,.68);
}
.acscalc__formDeckTitle{
  font-size:18px;
  line-height:1.25;
  font-weight:800;
  color:#f1e3ff;
}
.acscalc__formDeckSub{
  font-size:12px;
  line-height:1.45;
  color:rgba(255,255,255,.74);
}

.acscalc__tabContainer--primaryNav .acscalc__tabNav{
  gap:12px;
  padding:0 0 16px;
  margin:0 0 20px;
  border-bottom:1px solid rgba(217,187,255,.20);
}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn{
  min-height:50px;
  padding:15px 20px 16px;
  border-radius:18px 18px 0 0;
  font-size:14px;
  font-weight:800;
}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn.is-active{
  box-shadow:0 20px 44px rgba(8,8,24,.20);
}
.acscalc__tabPanel--primaryRaw .acscalc__modsBody{padding-top:2px}

.acscalc__bodyChart{
  gap:8px;
}
.acscalc__houseChip{
  padding:8px 9px 10px;
}
.acscalc__houseChipTop{
  font-size:11px;
  line-height:1.15;
}
.acscalc__houseChipMid{
  margin-top:1px;
  font-size:11px;
  line-height:1.25;
}
.acscalc__houseChipBot{
  margin-top:4px;
  font-size:11px;
  line-height:1.35;
  color:rgba(255,255,255,.76);
}

.acscalc.is-precise-report .acscalc__appLink,
.acscalc.is-precise-report .acscalc__footer{
  display:none !important;
}

@media (max-width: 760px){
  .acscalc__socialProof{width:100%;padding:8px 0;background:transparent;border:0;box-shadow:none;backdrop-filter:none}
  .acscalc__spUnified{width:100%;justify-content:center}
  .acscalc__formDeckTitle{font-size:16px}
  .acscalc__tabContainer--primaryNav .acscalc__tabBtn{min-height:46px;padding:13px 15px 14px;font-size:13px}
  .acscalc__bodyChart{grid-template-columns:repeat(2, minmax(0,1fr))}
}

@media (max-width: 768px){
  .acscalc__preciseChartMount{min-height:420px;}
  .acscalc__preciseWheelSvg{width:min(100%, 560px);min-width:0;}
  .acscalc__wheelHouseLabel{font-size:13px;}
  .acscalc__wheelSignLabel{font-size:15px;}
  .acscalc__wheelAxisLabel{font-size:13px;}
  .acscalc__wheelGlyph{font-size:18px;}
}

.acscalc__addonCard--productPlaceholder .acscalc__modsBody{overflow:visible}
.acscalc__productButtons{display:block;overflow:visible}
.acscalc__productButtonsMain{display:block;margin-top:14px}
.acscalc__productButtonsMain .acscalc__btn--productMain{display:flex!important;min-height:56px;font-size:16px;font-weight:800;background:linear-gradient(90deg,#9f8cff,#49b6ff)!important;color:#fff!important;border:0!important;box-shadow:0 14px 28px rgba(73,182,255,.18);white-space:normal;line-height:1.35;text-align:center;word-break:break-word;padding:16px 18px}
.acscalc__productButtonsGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.acscalc__productButtonsGrid .acscalc__btn--productSub{display:flex!important;min-height:54px;border-radius:999px;border:1px solid rgba(216,191,255,.22);background:rgba(255,255,255,.05)!important;color:#f3e7ff!important;font-weight:700;padding:14px 16px;white-space:normal;text-align:center;line-height:1.3;word-break:break-word}
.acscalc__btn--withMatch{flex-direction:column;gap:4px}
.acscalc__productBtnLabel{display:block;font-size:inherit;font-weight:inherit;line-height:1.2}
.acscalc__productBtnMeta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.04em;line-height:1.15;opacity:.96;text-align:center}
.acscalc__productBtnMetaStars{display:inline-block;letter-spacing:.08em}
.acscalc__productBtnMetaPct,.acscalc__productBtnMetaLabel{display:inline-block}
.acscalc__productButtonsMain .acscalc__btn--withMatch{min-height:74px;padding-top:12px;padding-bottom:12px}
.acscalc__productButtonsGrid .acscalc__btn--withMatch{min-height:68px;padding-top:10px;padding-bottom:10px}

.acscalc__appBrand{flex-wrap:wrap}
.acscalc__appBackInline{display:none;align-items:center;gap:8px;margin-left:14px;padding:10px 16px;border-radius:999px;border:1px solid rgba(216,191,255,.34);background:linear-gradient(135deg, rgba(167,139,250,.22), rgba(73,182,255,.14));color:#fff;text-decoration:none;font-size:13px;font-weight:800;line-height:1;box-shadow:0 10px 24px rgba(16,10,28,.22);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease}
.acscalc__appBackInline:hover{transform:translateY(-1px);border-color:rgba(216,191,255,.54);box-shadow:0 14px 32px rgba(73,182,255,.16);background:linear-gradient(135deg, rgba(167,139,250,.34), rgba(73,182,255,.22));color:#fff}
.acscalc__appBackInline:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(167,139,250,.24),0 14px 32px rgba(73,182,255,.18)}
.acscalc__appBackIcon{font-size:14px;line-height:1}
.acscalc__appBackLabel{display:inline-block;white-space:nowrap}
.acscalc.is-results .acscalc__appBackInline{display:inline-flex}
.acscalc.is-precise-report .acscalc__appBackInline{display:inline-flex !important}

@media (max-width:640px){.acscalc__appBackInline{margin-left:10px;padding:7px 12px;font-size:12px}.acscalc__productButtonsGrid{grid-template-columns:1fr}}

.acscalc__addonCard--jump .acscalc__actions,.acscalc__addonCard--donation .acscalc__actions,.acscalc__addonCard--humanJump .acscalc__actions{margin-top:14px}

.acscalc__addonCard--jump .acscalc__modsSummary,.acscalc__addonCard--donation .acscalc__modsSummary,.acscalc__addonCard--humanJump .acscalc__modsSummary,.acscalc__addonCard--productPlaceholder .acscalc__modsSummary{padding-bottom:12px}
.acscalc__addonCard--jump .acscalc__modsTitle,.acscalc__addonCard--donation .acscalc__modsTitle,.acscalc__addonCard--humanJump .acscalc__modsTitle,.acscalc__addonCard--productPlaceholder .acscalc__modsTitle{display:block;font-size:18px;font-weight:800;letter-spacing:.01em;color:#fff}
.acscalc__addonCard--jump .acscalc__modsBody,.acscalc__addonCard--donation .acscalc__modsBody,.acscalc__addonCard--humanJump .acscalc__modsBody,.acscalc__addonCard--productPlaceholder .acscalc__modsBody{padding-top:0}
.acscalc__appBackInline{padding:12px 18px;font-size:14px;font-weight:900;border-color:rgba(216,191,255,.45);box-shadow:0 14px 34px rgba(16,10,28,.28)}
.acscalc__appBackInline .acscalc__appBackLabel{letter-spacing:.01em}
@media (max-width:640px){.acscalc__appBackInline{padding:9px 14px;font-size:12px}}

.acscalc__rpmPanels--stacked{display:grid;gap:18px}
.acscalc__rpmSectionStack{padding:18px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(216,191,255,.14)}
.acscalc__rpmSectionHead{margin-bottom:14px;font-size:15px;font-weight:800;letter-spacing:.01em;color:#fff}
.acscalc__rpmSectionBody > .acscalc__modsCard + .acscalc__modsCard{margin-top:14px}


/* ===== v2.5.26 compact birth imprint + accordion tabs ===== */
.acscalc__preciseIntroCard .acscalc__modsListItem{
  gap:10px;
  padding:7px 0;
  margin:0;
}
.acscalc__preciseIntroCard .acscalc__modsListLbl{
  min-width:132px;
  margin-bottom:0;
}
.acscalc__preciseIntroCard .acscalc__modsListTxt{
  line-height:1.48;
}
.acscalc__preciseIntroCard .acscalc__modsListItem--closing{
  margin-top:10px;
  padding-top:12px;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabNav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:stretch;
  gap:12px;
  padding:0 0 12px;
  margin:0 0 16px;
  border-bottom:0;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  flex:0 0 auto;
  width:auto;
  max-width:100%;
  min-width:188px;
  padding:14px 18px;
  border-radius:20px;
  border:1px solid rgba(216,191,255,.20);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtnText{
  display:block;
  flex:0 0 auto;
  min-width:0;
  white-space:nowrap;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtnChevron{
  font-size:14px;
  line-height:1;
  opacity:.78;
  transition:transform .2s ease, opacity .2s ease;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn.is-active .acscalc__tabBtnChevron{
  transform:rotate(180deg);
  opacity:1;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabPanels{
  padding:0;
}
@media (max-width: 900px){
  .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
    min-width:170px;
    max-width:100%;
  }
}
@media (max-width: 640px){
  .acscalc__preciseIntroCard .acscalc__modsListItem{
    gap:6px;
    padding:6px 0;
  }
  .acscalc__preciseIntroCard .acscalc__modsListLbl{
    min-width:104px;
  }
  .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
    width:100%;
    min-width:0;
    flex:1 1 100%;
  }
}

.acscalc__shareItem.is-copied{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}


/* v2.5.51: hard-fix long precise top tab labels */
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabNav{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  overflow:visible !important;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
  display:inline-flex !important;
  flex:0 0 auto !important;
  flex-shrink:0 !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  overflow:visible !important;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtnText{
  white-space:nowrap !important;
}
@media (max-width: 640px){
  .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabNav{
    gap:10px !important;
  }
  .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
    width:100% !important;
    flex:1 1 100% !important;
  }
}

.acscalc__modsLoading{min-height:20px;height:20px;border-radius:10px;background:linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.08), rgba(255,255,255,.04));background-size:200% 100%;animation:acscalcModsPulse 1.1s linear infinite;}
@keyframes acscalcModsPulse{0%{background-position:200% 0}100%{background-position:-200% 0}}


/* v2.6.9 precise top tabs usability + no glow */
.acscalc__tabContainer--primaryNav .acscalc__tabNav{position:relative;z-index:30;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px}
.acscalc__tabContainer--primaryNav .acscalc__tabNav::-webkit-scrollbar{display:none}
.acscalc__tabContainer--primaryNav .acscalc__tabPanels{position:relative;z-index:1}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn,
.acscalc__tabContainer--primaryNav .acscalc__tabBtn:hover,
.acscalc__tabContainer--primaryNav .acscalc__tabBtn.is-active{box-shadow:none!important;filter:none!important;backdrop-filter:none!important}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn{background:rgba(255,255,255,.04)!important;border:1px solid rgba(216,191,255,.16)!important;color:rgba(241,231,255,.86)!important}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn:hover{background:rgba(138,106,222,.10)!important;color:#fff!important}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn.is-active{background:rgba(122,88,211,.16)!important;color:#fff!important;border-color:rgba(216,191,255,.30)!important}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn::before{display:none!important}
.acscalc__tabContainer--primaryNav .acscalc__tabBtn.is-active::after{background:#cfa8ff!important;height:2px!important;left:10px!important;right:10px!important}
.acscalc__modsCard--topPanel .acscalc__modsTableWrap{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
.acscalc__modsCard--topPanel .acscalc__modsTableWrap::-webkit-scrollbar{display:none}
.acscalc__modsCard--topPanel .acscalc__modsTable{min-width:0!important;width:100%!important;table-layout:fixed}
.acscalc__modsCard--topPanel .acscalc__modsTable th,
.acscalc__modsCard--topPanel .acscalc__modsTable td{word-break:break-word;white-space:normal}

/* v2.6.10 house cusp panel fallback rows visible */
.acscalc__modsCard--topPanel .acscalc__modsTable tbody{display:table-row-group!important}
.acscalc__modsCard--topPanel .acscalc__modsTable tr{display:table-row!important}
.acscalc__modsCard--topPanel .acscalc__modsTable td{background:transparent!important}


/* ===== v2.6.30 fix: prevent result-page module text clipping/truncation ===== */
.acscalc__resultPageModulesHost .acscalc__modsCard,
.acscalc__resultPageModulesHost .acscalc__modsBody,
.acscalc__resultPageModulesHost .acscalc__modsBody p,
.acscalc__resultPageModulesHost .acscalc__modsBody div,
.acscalc__resultPageModulesHost .acscalc__modsListTxt{
  max-height:none !important;
  height:auto !important;
  min-height:0 !important;
  text-overflow:clip !important;
  -webkit-line-clamp:unset !important;
  -webkit-box-orient:initial !important;
}
.acscalc__resultPageModulesHost .acscalc__modsBody,
.acscalc__resultPageModulesHost .acscalc__modsBody p,
.acscalc__resultPageModulesHost .acscalc__modsBody div,
.acscalc__resultPageModulesHost .acscalc__modsListTxt{
  overflow:visible !important;
  white-space:normal !important;
  word-break:break-word !important;
  overflow-wrap:anywhere !important;
}


/* v2.6.70: comments ui polish */
.acscalc-comments{
  width:auto;
  position:relative;
  left:auto;right:auto;
  margin:28px auto 10px;
  padding:0 0 54px;
  background:transparent;
  color:rgba(255,255,255,.94);
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"PingFang SC","Microsoft YaHei",sans-serif;
}
.acscalc-comments__inner{
  max-width:980px;
  margin:0 auto;
  border:1px solid rgba(216,191,255,.16);
  background:linear-gradient(180deg, rgba(52,42,98,.90), rgba(33,23,58,.96));
  border-radius:26px;
  padding:24px 24px 20px;
  box-shadow:0 18px 52px rgba(7,5,18,.24);
  backdrop-filter: blur(10px);
}
.acscalc-comments__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(216,191,255,.12);}
.acscalc-comments__eyebrow{color:#d6c6ff;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:800;margin-bottom:6px;opacity:.92;}
.acscalc-comments__title{margin:0;color:#fff;font-size:28px;line-height:1.15;font-weight:900;}
.acscalc-comments__count{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid rgba(216,191,255,.20);border-radius:999px;padding:8px 15px;background:rgba(255,255,255,.05);font-weight:800;color:rgba(255,255,255,.90);white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.acscalc-comments__form{border:1px solid rgba(216,191,255,.14);background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03));border-radius:20px;padding:16px 16px 14px;margin-bottom:16px;}
.acscalc-comments__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.acscalc-comments__field{display:flex;flex-direction:column;gap:7px;color:rgba(255,255,255,.84);font-weight:700;font-size:14px;}
.acscalc-comments__field--full{margin-top:12px;}
.acscalc-comments__field input,.acscalc-comments__field textarea{width:100%;border:1px solid rgba(216,191,255,.18);border-radius:15px;padding:13px 14px;background:rgba(14,10,31,.72);color:#fff;outline:none;transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;}
.acscalc-comments__field input::placeholder,.acscalc-comments__field textarea::placeholder{color:rgba(255,255,255,.42);}
.acscalc-comments__field textarea{min-height:120px;resize:vertical;line-height:1.6;}
.acscalc-comments__field input:focus,.acscalc-comments__field textarea:focus{border-color:rgba(196,167,255,.62);box-shadow:0 0 0 3px rgba(167,139,250,.16);background:rgba(17,12,36,.90);}
.acscalc-comments__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:14px;}
.acscalc-comments__submit{border:0;border-radius:999px;padding:12px 22px;background:linear-gradient(90deg,#6f57f6 0%, #a04df0 55%, #d39e72 100%);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(98,64,193,.25);transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;}
.acscalc-comments__submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(98,64,193,.30);}
.acscalc-comments__submit:active{transform:translateY(0);}
.acscalc-comments__status{color:rgba(255,255,255,.72);font-size:13px;line-height:1.5;flex:1;min-width:220px;text-align:right;}
.acscalc-comments__logged{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:rgba(255,255,255,.82);font-weight:800;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(216,191,255,.12);}
.acscalc-comments__list{display:grid;gap:12px;}
.acscalc-comments__item,.acscalc-comments__empty{border:1px solid rgba(216,191,255,.12);border-radius:18px;background:rgba(255,255,255,.045);padding:15px 16px;}
.acscalc-comments__item{position:relative;overflow:hidden;}
.acscalc-comments__item::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#9d78ff,#e6b073);opacity:.88;}
.acscalc-comments__empty{color:rgba(255,255,255,.78);font-weight:600;text-align:center;padding:18px 16px;}
.acscalc-comments__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.66);font-size:12px;margin-bottom:8px;}
.acscalc-comments__meta strong{color:#fff;font-size:15px;font-weight:800;}
.acscalc-comments__body{color:rgba(255,255,255,.88);line-height:1.72;font-size:15px;}
.acscalc-comments__body p{margin:.35em 0;}
@media(max-width:640px){
  .acscalc-comments{padding:0 0 34px;margin-top:22px;}
  .acscalc-comments__inner{padding:18px 16px 16px;border-radius:22px;}
  .acscalc-comments__head{align-items:flex-start;flex-direction:column;}
  .acscalc-comments__grid{grid-template-columns:1fr;}
  .acscalc-comments__title{font-size:24px;}
  .acscalc-comments__count{min-height:38px;}
  .acscalc-comments__actions{align-items:stretch;}
  .acscalc-comments__submit{width:100%;justify-content:center;}
  .acscalc-comments__status{text-align:left;min-width:0;}
}


/* Calculation debug modal: admin-only source-flow inspection */
.acscalc__debugFooter{margin:28px 0 8px;text-align:center;opacity:.92}
.acscalc__btn--debug{border:1px solid rgba(190,165,255,.35);background:rgba(20,14,42,.68);color:#e8ddff;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.acscalcDebugModal[hidden]{display:none!important}
.acscalcDebugModal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px}
.acscalcDebugModal__backdrop{position:absolute;inset:0;background:rgba(5,4,18,.72);backdrop-filter:blur(8px)}
.acscalcDebugModal__panel{position:relative;width:min(1080px,96vw);height:min(760px,88vh);display:flex;flex-direction:column;border:1px solid rgba(209,186,255,.3);border-radius:22px;background:linear-gradient(180deg,rgba(18,13,43,.98),rgba(9,7,24,.98));box-shadow:0 26px 80px rgba(0,0,0,.48);overflow:hidden;color:#f4efff}
.acscalcDebugModal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.1)}
.acscalcDebugModal__title{font-size:18px;font-weight:800;letter-spacing:.02em}
.acscalcDebugModal__sub{font-size:12px;color:rgba(244,239,255,.72);margin-top:4px}
.acscalcDebugModal__close{border:0;background:rgba(255,255,255,.1);color:#fff;border-radius:999px;width:34px;height:34px;font-size:22px;line-height:1;cursor:pointer}
.acscalcDebugModal__tools{display:flex;gap:10px;flex-wrap:wrap;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.08)}
.acscalcDebugModal__copy{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#f5efff;border-radius:999px;padding:8px 13px;cursor:pointer;font-size:12px}
.acscalcDebugModal__pre{flex:1;margin:0;padding:18px 20px;overflow:auto;white-space:pre-wrap;word-break:break-word;font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;background:rgba(0,0,0,.18);color:#e9e1ff}
@media (max-width:720px){.acscalcDebugModal{padding:10px}.acscalcDebugModal__panel{height:92vh;border-radius:16px}.acscalcDebugModal__head{padding:14px}.acscalcDebugModal__pre{padding:14px;font-size:11px}}

/* v2.6.74: stalled calculation debug button inside loading/error states */
.acscalc__loadingDebug{margin-top:14px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(8,6,24,.42);text-align:left}
.acscalc__loadingDebugBtn{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(216,180,254,.35)!important;background:linear-gradient(90deg,rgba(236,72,153,.84),rgba(139,92,246,.84))!important;color:#fff!important;box-shadow:0 12px 30px rgba(139,92,246,.22)}
.acscalc__loadingDebugText{margin-top:8px;font-size:12px;line-height:1.45;color:rgba(255,255,255,.72);word-break:break-word}
.acscalc__errorDebug{margin-top:12px}
.acscalc__btn--debug{cursor:pointer}
@media (max-width:720px){.acscalc__loadingDebug{padding:10px}.acscalc__loadingDebugText{font-size:11px}}

/* v2.6.92: server-injected product CTA layout */
.acscalc__modsBody .acscalc__productButtons{margin-top:18px;display:block;overflow:visible}
.acscalc__modsBody .acscalc__productButtonsMain{display:block}
.acscalc__modsBody .acscalc__productButtonsMain .acscalc__btn--productMain{display:flex!important;width:100%;justify-content:center;align-items:center;min-height:74px;border-radius:999px;padding:14px 18px;white-space:normal;text-align:center;line-height:1.25}
.acscalc__modsBody .acscalc__productButtonsGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.acscalc__modsBody .acscalc__productButtonsGrid .acscalc__btn--productSub{display:flex!important;justify-content:center;align-items:center;min-height:68px;border-radius:999px;white-space:normal;text-align:center;line-height:1.25}
.acscalc__addonCard--humanJump .acscalc__btn,.acscalc__addonCard--donation .acscalc__btn{display:inline-flex;text-decoration:none;margin-top:10px}
@media (max-width:640px){.acscalc__modsBody .acscalc__productButtonsGrid{grid-template-columns:1fr}}

/* v2.6.94: restore bottom Woo product showcase + stronger 3-button crystal CTA layout */
.acscalc__productShowcase{
  margin-top:18px;
  background:linear-gradient(180deg,rgba(124,92,210,.16),rgba(255,255,255,.035));
  border:1px solid rgba(196,174,255,.24);
  box-shadow:0 18px 42px rgba(20,10,55,.18);
}
.acscalc__productShowcase .acscalc__blockTitle{
  margin-bottom:12px;
  color:#fff;
  font-size:18px;
  font-weight:850;
}
.acscalc__productShowcase .acscalc__products{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:0;
}
.acscalc__productShowcase .acscalc__product{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(176,156,255,.30);
  background:rgba(25,16,64,.54);
  box-shadow:0 12px 26px rgba(10,5,35,.20);
}
.acscalc__productShowcase .acscalc__productImageLink{display:block;text-decoration:none}
.acscalc__productShowcase .acscalc__product img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:cover;
  border-radius:12px;
  display:block;
  margin:0 0 12px;
}
.acscalc__productShowcase .acscalc__productTitle{
  display:block;
  margin-top:0;
  color:#fff!important;
  font-size:15px;
  line-height:1.45;
  font-weight:850;
  text-decoration:none;
  word-break:normal;
  overflow-wrap:anywhere;
}
.acscalc__productShowcase .acscalc__product p{
  margin:8px 0 0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:750;
}
@media (max-width:720px){
  .acscalc__productShowcase .acscalc__products{grid-template-columns:1fr}
}

/* 3 crystal buttons: main full-width gradient + two secondary pills below, like the earlier accepted layout */
.acscalc__addonCard--productPlaceholder .acscalc__productButtons,
.acscalc__modsBody .acscalc__productButtons{
  margin-top:20px!important;
  display:block!important;
  overflow:visible!important;
}
.acscalc__addonCard--productPlaceholder .acscalc__productButtonsMain,
.acscalc__modsBody .acscalc__productButtonsMain{
  display:block!important;
  width:100%!important;
  margin-top:16px!important;
}
.acscalc__addonCard--productPlaceholder .acscalc__productButtonsMain .acscalc__btn,
.acscalc__modsBody .acscalc__productButtonsMain .acscalc__btn,
.acscalc__addonCard--productPlaceholder .acscalc__btn--productMain,
.acscalc__modsBody .acscalc__btn--productMain{
  width:100%!important;
  min-height:74px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  border-radius:999px!important;
  padding:14px 22px!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-align:center!important;
  text-decoration:none!important;
  border:0!important;
  background:linear-gradient(90deg,#9d8cff 0%,#45b8ff 100%)!important;
  box-shadow:0 16px 34px rgba(69,184,255,.22), inset 0 1px 0 rgba(255,255,255,.18)!important;
}
.acscalc__addonCard--productPlaceholder .acscalc__productButtonsGrid,
.acscalc__modsBody .acscalc__productButtonsGrid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:14px!important;
  width:100%!important;
}
.acscalc__addonCard--productPlaceholder .acscalc__productButtonsGrid .acscalc__btn,
.acscalc__modsBody .acscalc__productButtonsGrid .acscalc__btn,
.acscalc__addonCard--productPlaceholder .acscalc__btn--productSub,
.acscalc__modsBody .acscalc__btn--productSub{
  min-height:64px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  border-radius:999px!important;
  padding:12px 16px!important;
  border:1px solid rgba(220,200,255,.24)!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.22!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.acscalc__productBtnLabel{display:block!important;max-width:100%;line-height:1.18!important}
.acscalc__productBtnMeta{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  opacity:.98!important;
}
.acscalc__productBtnMetaStars{letter-spacing:.08em!important;color:#fff!important}
.acscalc__productBtnMetaPct,.acscalc__productBtnMetaLabel{color:#fff!important}
@media (max-width:640px){
  .acscalc__addonCard--productPlaceholder .acscalc__productButtonsGrid,
  .acscalc__modsBody .acscalc__productButtonsGrid{grid-template-columns:1fr!important}
  .acscalc__addonCard--productPlaceholder .acscalc__productButtonsMain .acscalc__btn,
  .acscalc__modsBody .acscalc__productButtonsMain .acscalc__btn{font-size:16px!important}
}


/* v2.7.1 — Birth Imprint layout polish. UI is display-only: API still owns values/content. */
.acscalc__preciseIntroCard .acscalc__modsSummary,
.acscalc__rpmModule--intro .acscalc__modsSummary{
  padding:18px 22px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  border:1px solid rgba(220,200,255,.12)!important;
  margin-bottom:18px!important;
}
.acscalc__preciseIntroCard .acscalc__modsTitle,
.acscalc__rpmModule--intro .acscalc__modsTitle{
  color:#d9b8ff!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}
.acscalc__preciseIntroCard .acscalc__kv,
.acscalc__rpmModule--intro .acscalc__kv{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 14px!important;
  margin:0!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div,
.acscalc__rpmModule--intro .acscalc__kv > div{
  padding:14px 16px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(220,200,255,.12)!important;
  min-height:78px!important;
}
.acscalc__preciseIntroCard .acscalc__kv strong,
.acscalc__rpmModule--intro .acscalc__kv strong{
  display:block!important;
  margin-bottom:7px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:13px!important;
  line-height:1.2!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.acscalc__preciseIntroCard .acscalc__kv br,
.acscalc__rpmModule--intro .acscalc__kv br{display:none!important}
.acscalc__preciseIntroCard .acscalc__modsBody > p,
.acscalc__rpmModule--intro .acscalc__modsBody > p{
  margin:16px 0 0!important;
  padding:14px 16px!important;
  border-radius:14px!important;
  background:rgba(216,184,255,.075)!important;
  border:1px solid rgba(216,184,255,.13)!important;
  color:rgba(255,255,255,.88)!important;
  line-height:1.65!important;
}
@media (max-width:720px){
  .acscalc__preciseIntroCard .acscalc__kv,
  .acscalc__rpmModule--intro .acscalc__kv{grid-template-columns:1fr!important}
  .acscalc__preciseIntroCard .acscalc__modsSummary,
  .acscalc__rpmModule--intro .acscalc__modsSummary{padding:15px 16px!important}
}


/* v2.7.2 — requested polish: vertical Birth Imprint, centered CTA buttons, collapsible chart tabs. */
.acscalc__preciseIntroCard .acscalc__kv,
.acscalc__rpmModule--intro .acscalc__kv{
  display:block!important;
  margin:0!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div,
.acscalc__rpmModule--intro .acscalc__kv > div{
  display:grid!important;
  grid-template-columns:minmax(120px, 170px) 1fr!important;
  align-items:center!important;
  gap:14px!important;
  min-height:auto!important;
  padding:12px 16px!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid rgba(220,200,255,.12)!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div:last-child,
.acscalc__rpmModule--intro .acscalc__kv > div:last-child{border-bottom:0!important;}
.acscalc__preciseIntroCard .acscalc__kv strong,
.acscalc__rpmModule--intro .acscalc__kv strong{
  margin:0!important;
  font-size:14px!important;
  color:rgba(255,255,255,.92)!important;
}
.acscalc__preciseIntroCard .acscalc__modsBody > p,
.acscalc__rpmModule--intro .acscalc__modsBody > p{
  margin-top:14px!important;
}
@media (max-width:640px){
  .acscalc__preciseIntroCard .acscalc__kv > div,
  .acscalc__rpmModule--intro .acscalc__kv > div{
    grid-template-columns:1fr!important;
    gap:5px!important;
    padding:11px 12px!important;
  }
}
.acscalc__addonCard--jump .acscalc__actions,
.acscalc__addonCard--donation .acscalc__actions,
.acscalc__addonCard--humanJump .acscalc__actions{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  margin-top:22px!important;
}
.acscalc__addonCard--jump .acscalc__actions .acscalc__btn,
.acscalc__addonCard--donation .acscalc__actions .acscalc__btn,
.acscalc__addonCard--humanJump .acscalc__actions .acscalc__btn{
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-width:220px!important;
  max-width:100%!important;
  min-height:50px!important;
  padding:13px 22px!important;
  border-radius:999px!important;
  text-align:center!important;
  text-decoration:none!important;
  font-weight:900!important;
  color:#fff!important;
  border:0!important;
  background:linear-gradient(90deg,#9d8cff 0%,#45b8ff 100%)!important;
  box-shadow:0 16px 34px rgba(69,184,255,.20), inset 0 1px 0 rgba(255,255,255,.20)!important;
}
.acscalc__addonCard--donation .acscalc__actions .acscalc__btn--secondary,
.acscalc__addonCard--donation .acscalc__actions .acscalc__btn{
  background:linear-gradient(90deg,rgba(157,140,255,.92),rgba(69,184,255,.88))!important;
}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabPanel[hidden]{display:none!important;}
.acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn{cursor:pointer;}

/* v2.7.3 — final polish requested 2026-05-05: boxed vertical Birth Imprint rows + centered CTA buttons. */
.acscalc__preciseIntroCard .acscalc__kv,
.acscalc__rpmModule--intro .acscalc__kv{
  display:block!important;
  margin:0!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div,
.acscalc__rpmModule--intro .acscalc__kv > div{
  display:block!important;
  width:100%!important;
  min-height:auto!important;
  margin:0 0 10px!important;
  padding:14px 18px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.026))!important;
  border:1px solid rgba(214,190,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div:last-child,
.acscalc__rpmModule--intro .acscalc__kv > div:last-child{margin-bottom:0!important;border-bottom:1px solid rgba(214,190,255,.18)!important;}
.acscalc__preciseIntroCard .acscalc__kv strong,
.acscalc__rpmModule--intro .acscalc__kv strong{
  display:block!important;
  margin:0 0 8px!important;
  font-size:13px!important;
  line-height:1.18!important;
  letter-spacing:.015em!important;
  color:rgba(255,255,255,.92)!important;
  font-weight:900!important;
}
.acscalc__preciseIntroCard .acscalc__kv br,
.acscalc__rpmModule--intro .acscalc__kv br{display:block!important;}
.acscalc__preciseIntroCard .acscalc__modsBody > p,
.acscalc__rpmModule--intro .acscalc__modsBody > p{
  margin-top:12px!important;
  padding:13px 16px!important;
  border-radius:14px!important;
  border:1px solid rgba(214,190,255,.16)!important;
  background:rgba(216,184,255,.07)!important;
}
.acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="precise_human_jump"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="child_human_jump"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_jump_cta"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_child_jump_cta"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__modsBody{
  text-align:center!important;
}
.acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="precise_human_jump"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="child_human_jump"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_jump_cta"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_child_jump_cta"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__modsBody p{
  text-align:center!important;
}
.acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__btn,
.acscalc__modsCard[data-module-key="precise_human_jump"] .acscalc__btn,
.acscalc__modsCard[data-module-key="child_human_jump"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_jump_cta"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_child_jump_cta"] .acscalc__btn,
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__btn,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__btn,
.acscalc__addonCard--humanJump .acscalc__btn,
.acscalc__addonCard--donation .acscalc__btn,
.acscalc__addonCard--jump .acscalc__btn{
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  width:auto!important;
  min-width:220px!important;
  max-width:min(100%,440px)!important;
  min-height:50px!important;
  margin:14px auto 0!important;
  padding:13px 24px!important;
  border-radius:999px!important;
  border:0!important;
  color:#fff!important;
  text-align:center!important;
  text-decoration:none!important;
  font-weight:900!important;
  line-height:1.15!important;
  background:linear-gradient(90deg,#9b86ff 0%,#45b8ff 100%)!important;
  box-shadow:0 15px 34px rgba(69,184,255,.20), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__btn,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__btn,
.acscalc__addonCard--donation .acscalc__btn{
  background:linear-gradient(90deg,#a58cff 0%,#52bfff 100%)!important;
}
@media (max-width:640px){
  .acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__btn,
  .acscalc__modsCard[data-module-key="support_tool"] .acscalc__btn,
  .acscalc__addonCard--humanJump .acscalc__btn,
  .acscalc__addonCard--donation .acscalc__btn{min-width:0!important;width:100%!important;}
}


/* v2.7.4 — Birth Imprint classic single-card layout, matching old vertical table style.
   Display-only CSS: values still come from API/WP result modules. */
.acscalc__preciseIntroCard,
.acscalc__rpmModule--intro{
  padding:18px!important;
}
.acscalc__preciseIntroCard .acscalc__modsSummary,
.acscalc__rpmModule--intro .acscalc__modsSummary{
  padding:17px 22px!important;
  margin:0 0 14px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  border:1px solid rgba(216,191,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.acscalc__preciseIntroCard .acscalc__modsTitle,
.acscalc__rpmModule--intro .acscalc__modsTitle{
  display:block!important;
  color:#d9b8ff!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.acscalc__preciseIntroCard .acscalc__modsBody,
.acscalc__rpmModule--intro .acscalc__modsBody{
  padding:0 18px 2px!important;
}
.acscalc__preciseIntroCard .acscalc__kv,
.acscalc__rpmModule--intro .acscalc__kv{
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div,
.acscalc__rpmModule--intro .acscalc__kv > div{
  display:grid!important;
  grid-template-columns:minmax(120px, 170px) minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:28px!important;
  width:100%!important;
  min-height:56px!important;
  margin:0!important;
  padding:15px 0!important;
  border:0!important;
  border-bottom:1px solid rgba(216,191,255,.11)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.acscalc__preciseIntroCard .acscalc__kv > div:last-child,
.acscalc__rpmModule--intro .acscalc__kv > div:last-child{
  border-bottom:1px solid rgba(216,191,255,.11)!important;
  margin-bottom:0!important;
}
.acscalc__preciseIntroCard .acscalc__kv strong,
.acscalc__rpmModule--intro .acscalc__kv strong{
  display:block!important;
  margin:0!important;
  color:rgba(255,255,255,.93)!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}
.acscalc__preciseIntroCard .acscalc__kv br,
.acscalc__rpmModule--intro .acscalc__kv br{
  display:none!important;
}
.acscalc__preciseIntroCard .acscalc__modsBody > p,
.acscalc__rpmModule--intro .acscalc__modsBody > p{
  margin:18px 0 0!important;
  padding:14px 0 2px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.92)!important;
  font-weight:750!important;
  line-height:1.65!important;
}
@media (max-width:640px){
  .acscalc__preciseIntroCard,
  .acscalc__rpmModule--intro{padding:14px!important;}
  .acscalc__preciseIntroCard .acscalc__modsBody,
  .acscalc__rpmModule--intro .acscalc__modsBody{padding:0 12px 2px!important;}
  .acscalc__preciseIntroCard .acscalc__kv > div,
  .acscalc__rpmModule--intro .acscalc__kv > div{
    grid-template-columns:minmax(96px, 130px) minmax(0,1fr)!important;
    column-gap:16px!important;
    min-height:52px!important;
    padding:13px 0!important;
  }
  .acscalc__preciseIntroCard .acscalc__kv strong,
  .acscalc__rpmModule--intro .acscalc__kv strong{font-size:14px!important;}
}

/* v2.7.4 — make CTA buttons consistently centered and visually aligned with product buttons. */
.acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="precise_human_jump"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="child_human_jump"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_jump_cta"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_child_jump_cta"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__modsBody,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__modsBody,
.acscalc__addonCard--humanJump .acscalc__modsBody,
.acscalc__addonCard--donation .acscalc__modsBody,
.acscalc__addonCard--jump .acscalc__modsBody{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
}
.acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="precise_human_jump"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="child_human_jump"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_jump_cta"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_child_jump_cta"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__modsBody p,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__modsBody p,
.acscalc__addonCard--humanJump .acscalc__modsBody p,
.acscalc__addonCard--donation .acscalc__modsBody p,
.acscalc__addonCard--jump .acscalc__modsBody p{
  width:100%!important;
  text-align:center!important;
}
.acscalc__modsCard[data-module-key="human_reading_cta"] .acscalc__btn,
.acscalc__modsCard[data-module-key="precise_human_jump"] .acscalc__btn,
.acscalc__modsCard[data-module-key="child_human_jump"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_jump_cta"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_child_jump_cta"] .acscalc__btn,
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__btn,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__btn,
.acscalc__addonCard--humanJump .acscalc__btn,
.acscalc__addonCard--donation .acscalc__btn,
.acscalc__addonCard--jump .acscalc__btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:250px!important;
  max-width:min(100%,460px)!important;
  min-height:52px!important;
  margin:16px auto 0!important;
  padding:14px 28px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(90deg,#9a83ff 0%,#49b8ff 100%)!important;
  color:#fff!important;
  font-weight:900!important;
  line-height:1.18!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:0 16px 32px rgba(73,184,255,.22), inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.acscalc__modsCard[data-module-key="support_tool"] .acscalc__btn,
.acscalc__modsCard[data-module-key="precise_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="child_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_support_donation"] .acscalc__btn,
.acscalc__modsCard[data-module-key="quick_child_support_donation"] .acscalc__btn,
.acscalc__addonCard--donation .acscalc__btn{
  min-width:220px!important;
  background:linear-gradient(90deg,#8c75f4 0%,#39aef2 100%)!important;
}


/* v2.7.6: remove legacy pseudo-labels injected by older product-button bridges (98.4% • CORE, etc.). */
.acscalc__productButtons .acscalc__btn--productMain::after,
.acscalc__productButtons .acscalc__btn--productSub::after,
.acscalc__modsBody .acscalc__btn--productMain::after,
.acscalc__modsBody .acscalc__btn--productSub::after,
.acscalc__result .acscalc__btn--productMain::after,
.acscalc__result .acscalc__btn--productSub::after {
  content: none !important;
  display: none !important;
}



/* ============================================================
   v2.9.2 Neo Cosmic UI visual replacement
   Replaces the old public calculator appearance while preserving:
   - original forms/select names
   - submit/API flow
   - backend-rendered result modules
   - product button/link logic
   ============================================================ */
.acscalc--neoUi{
  --neo-bg:#060512;
  --neo-bg2:#100821;
  --neo-card:rgba(255,255,255,.075);
  --neo-card2:rgba(255,255,255,.105);
  --neo-line:rgba(255,255,255,.13);
  --neo-line2:rgba(247,220,162,.28);
  --neo-text:#fff;
  --neo-muted:rgba(255,255,255,.68);
  --neo-soft:rgba(255,255,255,.45);
  --neo-gold:#f7dca2;
  --neo-purple:#c7a2ff;
  --neo-blue:#99dbff;
  --neo-pink:#ffb9dc;
  --neo-green:#9ff5cb;
  --neo-radius:28px;
  --neo-shadow:0 28px 90px rgba(0,0,0,.34);
  width:min(1480px,calc(100vw - 28px))!important;
  max-width:1480px!important;
  margin:0 auto!important;
  padding:0!important;
  color:var(--neo-text)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.acscalc__viewport{min-height:640px!important}
.acscalc__viewport:after{
  content:"";
  position:absolute;
  top:120px;
  left:-360px;
  width:340px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.88),transparent);
  transform:rotate(-18deg);
  animation:acscalcMeteor 7s ease-in-out infinite;
  pointer-events:none;
  z-index:0;
}
@keyframes acscalcMeteor{0%,36%{opacity:0;transform:translateX(0) rotate(-18deg)}44%{opacity:1}72%{opacity:0;transform:translateX(1660px) rotate(-18deg)}100%{opacity:0}}
.acscalc--neoUi a{color:inherit}
.acscalc--neoUi button{font-family:inherit}
.acscalc--neoUi .acscalc__shell{padding:0!important;display:grid!important;gap:22px!important}

/* Header: replace old stacked header with compact premium topbar */
.acscalc--neoUi .acscalc__top{
  position:relative!important;
  top:auto!important;
  z-index:30!important;
  margin:0 -8px 0!important;
  padding:12px 8px!important;
  display:grid!important;
  grid-template-columns:minmax(220px,1fr) auto!important;
  grid-template-areas:"brand tabs" "proof tabs"!important;
  gap:10px 16px!important;
  align-items:center!important;
  background:linear-gradient(180deg,rgba(6,5,18,.92),rgba(6,5,18,.52),transparent)!important;
  backdrop-filter:blur(10px)!important;
  border:0!important;
}
.acscalc--neoUi .acscalc__appTop{grid-area:brand!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important}
.acscalc--neoUi .acscalc__appBrand{display:flex!important;align-items:center!important;gap:12px!important;font-weight:900!important;letter-spacing:.02em!important;color:#fff!important}
.acscalc--neoUi .acscalc__appDot{width:44px!important;height:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,var(--neo-gold),var(--neo-purple))!important;box-shadow:0 16px 40px rgba(161,98,255,.28)!important;position:relative!important;flex:0 0 auto!important}
.acscalc--neoUi .acscalc__appDot:before{content:"✦"!important;color:#170d2a!important;font-size:21px!important;font-weight:900!important;line-height:1!important;position:absolute!important;inset:0!important;display:grid!important;place-items:center!important}
.acscalc--neoUi .acscalc__appBrandText{font-size:17px!important;font-weight:900!important;color:#fff!important}
.acscalc--neoUi .acscalc__appBrandText:after{content:"Personal crystal astrology report";display:block!important;color:var(--neo-soft)!important;font-weight:500!important;font-size:12px!important;margin-top:2px!important;letter-spacing:0!important}
.acscalc--neoUi .acscalc__appBackInline{display:none!important;align-items:center!important;gap:8px!important;padding:10px 14px!important;border-radius:999px!important;text-decoration:none!important;background:rgba(247,220,162,.10)!important;border:1px solid var(--neo-line2)!important;color:var(--neo-gold)!important;font-size:13px!important;font-weight:900!important;margin-left:8px!important}
.acscalc--neoUi.is-results .acscalc__appBackInline,
.acscalc--neoUi.acscalc--neoResultMode .acscalc__appBackInline{display:inline-flex!important}
.acscalc--neoUi .acscalc__brand{display:none!important}
.acscalc--neoUi .acscalc__socialProof{grid-area:proof!important;justify-self:start!important;margin:0!important}
.acscalc--neoUi .acscalc__spUnified{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid rgba(247,220,162,.28)!important;color:var(--neo-gold)!important;background:rgba(247,220,162,.1)!important;padding:8px 13px!important;border-radius:999px!important;font-size:13px!important;white-space:nowrap!important}
.acscalc--neoUi .acscalc__tabs--astral{grid-area:tabs!important;margin:0!important;max-width:none!important;padding:7px!important;border:1px solid var(--neo-line)!important;border-radius:999px!important;background:rgba(255,255,255,.055)!important;backdrop-filter:blur(18px)!important;display:flex!important;gap:7px!important;align-items:center!important;justify-content:flex-end!important}
.acscalc--neoUi .acscalc__tabs--astral .acscalc__tab{min-width:140px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:rgba(255,255,255,.72)!important;padding:11px 15px!important;box-shadow:none!important;font-size:14px!important;font-weight:800!important;white-space:nowrap!important}
.acscalc--neoUi .acscalc__tabs--astral .acscalc__tab.is-active{background:linear-gradient(90deg,var(--neo-gold),#ddc5ff)!important;color:#170d2a!important;font-weight:900!important;box-shadow:none!important}
.acscalc--neoUi.is-results .acscalc__tabs,
.acscalc--neoUi.acscalc--neoResultMode .acscalc__tabs{display:none!important}

/* Input pages: replace old page body and cards with preview-style form deck */
.acscalc--neoUi .acscalc__panel{min-width:0!important}
.acscalc--neoUi .acscalc__panel[hidden],
.acscalc--neoUi .acscalc__panel:not(.is-active){display:none!important}
.acscalc--neoUi .acscalc__panel.is-active{display:block!important}
.acscalc--neoUi .acscalc__page{min-width:0!important}
.acscalc--neoUi .acscalc__page[hidden]{display:none!important}
.acscalc--neoUi .acscalc__hero{display:none!important}
.acscalc--neoUi .acscalc__pageBody,
.acscalc--neoUi .acscalc__pageBody--precise,
.acscalc--neoUi .acscalc__pageBody--preciseReport{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 410px!important;
  gap:22px!important;
  align-items:start!important;
  max-width:100%!important;
  margin:0!important;
}
.acscalc--neoUi .acscalc__pageBody--preciseReport{grid-template-columns:1fr!important}
.acscalc--neoUi .acscalc__card{
  border:1px solid var(--neo-line)!important;
  background:var(--neo-card)!important;
  border-radius:var(--neo-radius)!important;
  backdrop-filter:blur(20px)!important;
  box-shadow:var(--neo-shadow)!important;
  color:#fff!important;
}
.acscalc--neoUi .acscalc__card--form{
  position:relative!important;
  overflow:hidden!important;
  min-height:430px!important;
  padding:28px!important;
  margin:0!important;
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(148,112,214,.13))!important;
}
.acscalc--neoUi .acscalc__card--form:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(83,177,255,.12);right:-120px;bottom:-120px;filter:blur(32px);pointer-events:none!important}
.acscalc--neoUi .acscalc__card--form>*{position:relative;z-index:1}
.acscalc--neoUi .acscalc__formDeckHead{display:none!important}
.acscalc--neoUi .acscalc__sectionHd{display:block!important;text-align:left!important;margin:0 0 22px!important;padding:0!important;border:0!important;background:transparent!important}
.acscalc--neoUi .acscalc__sectionTitle{font-size:clamp(30px,3vw,46px)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:0!important;color:#fff!important;font-weight:900!important}
.acscalc--neoUi .acscalc__sectionHint{max-width:820px!important;margin:8px 0 0!important;color:var(--neo-muted)!important;font-size:16px!important;line-height:1.65!important}
.acscalc--neoUi .acscalc__group{padding:16px!important;border-radius:22px!important;background:rgba(0,0,0,.18)!important;border:1px solid rgba(255,255,255,.10)!important;margin:0 0 14px!important}
.acscalc--neoUi .acscalc__groupTitle{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid rgba(247,220,162,.28)!important;color:var(--neo-gold)!important;background:rgba(247,220,162,.10)!important;padding:8px 13px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;margin:0 0 14px!important;line-height:1.1!important}
.acscalc--neoUi .acscalc__groupGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.acscalc--neoUi .acscalc__groupGrid--single,
.acscalc--neoUi .acscalc__field--full{grid-column:1/-1!important}
.acscalc--neoUi .acscalc__field{display:block!important;margin:0!important;padding:14px!important;border-radius:19px!important;background:rgba(0,0,0,.18)!important;border:1px solid rgba(255,255,255,.10)!important;color:#fff!important;min-width:0!important}
.acscalc--neoUi .acscalc__label{display:block!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.16em!important;color:var(--neo-soft)!important;margin:0 0 9px!important;font-weight:800!important}
.acscalc--neoUi .acscalc__input,
.acscalc--neoUi .acscalc__mobileDateTrigger,
.acscalc--neoUi .acscalc__mobileTimeTrigger{
  width:100%!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  color:rgba(255,255,255,.92)!important;
  padding:0 13px!important;
  font-size:15px!important;
  box-shadow:none!important;
}
.acscalc--neoUi .acscalc__input:focus{outline:none!important;border-color:rgba(247,220,162,.55)!important;box-shadow:0 0 0 3px rgba(247,220,162,.12)!important}
.acscalc--neoUi select.acscalc__input option{background:#140f25!important;color:#fff!important}
.acscalc--neoUi .acscalc__dateRow,
.acscalc--neoUi .acscalc__timeRow{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.acscalc--neoUi .acscalc__timeRow{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.acscalc--neoUi .acscalc__mobileDateTrigger,
.acscalc--neoUi .acscalc__mobileTimeTrigger{display:none!important}
.acscalc--neoUi .acscalc__field--consent{background:rgba(247,220,162,.06)!important;border-color:rgba(247,220,162,.16)!important}
.acscalc--neoUi .acscalc__checkbox{display:flex!important;align-items:flex-start!important;gap:10px!important;color:var(--neo-muted)!important;line-height:1.55!important;font-size:14px!important}
.acscalc--neoUi .acscalc__checkbox input{margin-top:3px!important;accent-color:#f7dca2!important}
.acscalc--neoUi .acscalc__formActions{display:grid!important;gap:12px!important;margin-top:18px!important}
.acscalc--neoUi .acscalc__cta,
.acscalc--neoUi .acscalc__btn,
.acscalc--neoUi .acscalc__modalBtn,
.acscalc--neoUi .acscalc__upgradeBtn{
  border:0!important;
  cursor:pointer!important;
  border-radius:999px!important;
  padding:13px 20px!important;
  font-weight:900!important;
  text-decoration:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:#170d2a!important;
  background:linear-gradient(90deg,var(--neo-gold),#dbc5ff)!important;
  box-shadow:0 18px 38px rgba(120,70,255,.22)!important;
  min-height:50px!important;
}
.acscalc--neoUi .acscalc__btn:not(.acscalc__btn--primary),
.acscalc--neoUi .acscalc__modalBtn:not(.acscalc__modalBtn--primary),
.acscalc--neoUi .acscalc__upgradeBtn:not(.acscalc__upgradeBtn--primary){color:#fff!important;background:rgba(255,255,255,.075)!important;border:1px solid var(--neo-line)!important;box-shadow:none!important}
.acscalc--neoUi .acscalc__fineprint{color:var(--neo-soft)!important;font-size:13px!important;line-height:1.6!important;text-align:center!important}
.acscalc--neoUi .acscalc__loading{width:100%!important;border-radius:18px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important;color:var(--neo-muted)!important;padding:12px!important;text-align:center!important}
.acscalc--neoUi .acscalc__progressWrap,
.acscalc--neoUi .acscalc__loadingInner,
.acscalc--neoUi .acscalc__progressBar{width:100%!important;max-width:100%!important}
.acscalc--neoUi .acscalc__card--trust,
.acscalc--neoUi .acscalc__card--preciseIntro,
.acscalc--neoUi .acscalc__card--nav{padding:22px!important;display:grid!important;gap:14px!important;height:max-content!important}
.acscalc--neoUi .acscalc__trustList{display:grid!important;gap:14px!important;margin:0!important}
.acscalc--neoUi .acscalc__trustItem{display:flex!important;gap:12px!important;align-items:flex-start!important;padding:14px!important;border-radius:18px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important}
.acscalc--neoUi .acscalc__trustItem:before{content:"✦";width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(247,220,162,.12);color:var(--neo-gold);flex:0 0 34px;font-weight:900}
.acscalc--neoUi .acscalc__trustTitle{font-weight:900!important;color:#fff!important;margin:0 0 4px!important}
.acscalc--neoUi .acscalc__trustDesc{color:var(--neo-soft)!important;line-height:1.55!important;font-size:13px!important}

/* Theme cards: visual replacement for select; select remains as backing value for JS/API */
.acscalc__neoThemeSelectOriginal{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important}
.acscalc__neoThemeCards{display:grid!important;grid-template-columns:repeat(7,minmax(118px,1fr))!important;gap:10px!important;margin-top:0!important;width:100%!important;align-items:stretch!important}
.acscalc__neoThemeCard{border:1px solid rgba(255,255,255,.10)!important;border-radius:20px!important;background:rgba(255,255,255,.055)!important;padding:14px!important;min-height:96px!important;cursor:pointer!important;transition:.18s!important;color:#fff!important;text-align:left!important;display:block!important;overflow:visible!important;white-space:normal!important}
.acscalc__neoThemeCard:hover{transform:translateY(-2px)!important;border-color:rgba(247,220,162,.35)!important;background:rgba(247,220,162,.08)!important}
.acscalc__neoThemeCard.is-active{border-color:rgba(247,220,162,.55)!important;background:rgba(247,220,162,.11)!important;box-shadow:0 14px 32px rgba(0,0,0,.18)!important}
.acscalc__neoThemeIcon{display:inline-grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:13px!important;background:rgba(247,220,162,.12)!important;margin:0 0 9px!important;color:#fff!important}
.acscalc__neoThemeCard b{display:block!important;margin-bottom:5px!important;font-size:14px!important;line-height:1.25!important;color:#fff!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.acscalc__neoThemeCard small{display:block!important;color:var(--neo-soft)!important;line-height:1.5!important;font-size:12px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}

/* Result final DOM: direct neo structure replaces old result stream */
.acscalc__result{width:100%!important;max-width:100%!important;min-width:0!important}
.acscalc__neoResult{width:100%!important;max-width:100%!important;color:#fff!important}
.acscalc__neoShell{display:grid!important;gap:18px!important;width:100%!important;min-width:0!important}
.acscalc__neoHero{position:relative!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;gap:22px!important;padding:26px!important;border:1px solid var(--neo-line)!important;background:var(--neo-card)!important;border-radius:var(--neo-radius)!important;backdrop-filter:blur(20px)!important;box-shadow:var(--neo-shadow)!important}
.acscalc__neoHero:before{content:""!important;position:absolute!important;right:-120px!important;top:-120px!important;width:360px!important;height:360px!important;border-radius:50%!important;background:rgba(199,162,255,.22)!important;filter:blur(42px)!important;pointer-events:none!important}
.acscalc__neoHero>*{position:relative!important;z-index:1!important}
.acscalc__neoBadge,.acscalc__neoGroupHead span,.acscalc__neoRailHead span,.acscalc__neoRailSectionTitle{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid rgba(247,220,162,.28)!important;color:var(--neo-gold)!important;background:rgba(247,220,162,.10)!important;padding:8px 13px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;line-height:1.1!important}
.acscalc__neoHero h2{font-size:clamp(34px,5vw,62px)!important;line-height:.98!important;letter-spacing:-.055em!important;margin:20px 0 14px!important;color:#fff!important;font-weight:950!important}
.acscalc__neoHero p{max-width:760px!important;color:var(--neo-muted)!important;line-height:1.8!important;font-size:16px!important;margin:0!important}
.acscalc__neoBirthGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important}
.acscalc__neoBirthGrid div{padding:14px!important;border-radius:17px!important;background:rgba(0,0,0,.19)!important;border:1px solid rgba(255,255,255,.09)!important;min-width:0!important}
.acscalc__neoBirthGrid span{display:block!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.18em!important;color:rgba(255,255,255,.38)!important;margin-bottom:7px!important}
.acscalc__neoBirthGrid b{font-weight:900!important;color:#fff!important;word-break:break-word!important}
.acscalc__neoOrbWrap{display:grid!important;place-items:center!important;gap:12px!important}
.acscalc__neoOrb{position:relative!important;width:224px!important;height:224px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:1px solid rgba(247,220,162,.28)!important;background:radial-gradient(circle,rgba(247,220,162,.12),rgba(199,162,255,.08))!important;box-shadow:0 0 80px rgba(199,162,255,.18)!important}
.acscalc__neoOrb:before,.acscalc__neoOrb:after{content:""!important;position:absolute!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.11)!important}
.acscalc__neoOrb:before{width:78%!important;height:78%!important}.acscalc__neoOrb:after{width:50%!important;height:50%!important}
.acscalc__neoOrbCore{width:76px!important;height:76px!important;border-radius:26px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,rgba(247,220,162,.25),rgba(199,162,255,.18))!important;border:1px solid rgba(255,255,255,.15)!important;font-size:36px!important;z-index:2!important}
.acscalc__neoDot{position:absolute!important;width:42px!important;height:42px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#170e2a!important;border:1px solid rgba(255,255,255,.14)!important;color:var(--neo-gold)!important;z-index:3!important;box-shadow:0 12px 30px rgba(0,0,0,.25)!important}
.acscalc__neoDot--sun{top:12px!important;left:50%!important;transform:translateX(-50%)!important}.acscalc__neoDot--moon{bottom:36px!important;left:28px!important}.acscalc__neoDot--asc{bottom:36px!important;right:28px!important}
.acscalc__neoCoreMini{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;width:100%!important}
.acscalc__neoCoreMini div{padding:11px!important;border-radius:15px!important;background:rgba(0,0,0,.18)!important;border:1px solid rgba(255,255,255,.09)!important;text-align:center!important;min-width:0!important}
.acscalc__neoCoreMini b{display:block!important;color:var(--neo-gold)!important;font-size:18px!important}.acscalc__neoCoreMini span{display:block!important;color:var(--neo-muted)!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.acscalc__neoReportBody{display:grid!important;grid-template-columns:260px minmax(0,1fr) 380px!important;gap:18px!important;align-items:start!important;min-width:0!important}
.acscalc__neoQuickBody{display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:18px!important;align-items:start!important;min-width:0!important}
.acscalc__neoReportNav,.acscalc__neoProductRail,.acscalc__neoGroup{border:1px solid var(--neo-line)!important;background:var(--neo-card)!important;border-radius:var(--neo-radius)!important;box-shadow:var(--neo-shadow)!important;backdrop-filter:blur(20px)!important;color:#fff!important;min-width:0!important}
.acscalc__neoReportNav,.acscalc__neoProductRail{position:relative!important;top:auto!important;height:auto!important;align-self:start!important}
.acscalc__neoReportNav{padding:14px!important;max-height:none!important;overflow:visible!important}
.acscalc__neoReportNav div{font-size:18px!important;font-weight:900!important;margin:4px 0 10px!important;color:#fff!important}
.acscalc__neoReportNav a{display:flex!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;border-radius:14px!important;text-decoration:none!important;color:rgba(255,255,255,.67)!important;font-size:13px!important;border:1px solid transparent!important;margin:2px 0!important}
.acscalc__neoReportNav a:hover,.acscalc__neoReportNav a.is-active{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.10)!important;color:#fff!important}
.acscalc__neoMain{display:grid!important;gap:16px!important;min-width:0!important;max-height:none!important;overflow:visible!important;padding-right:0!important}
.acscalc__neoGroup{padding:18px!important}
.acscalc__neoGroupHead{display:flex!important;justify-content:space-between!important;gap:14px!important;align-items:flex-start!important;margin:0 0 14px!important;padding:0 0 14px!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
.acscalc__neoGroupHead p{margin:8px 0 0!important;color:rgba(255,255,255,.58)!important;font-size:13px!important;line-height:1.6!important}
.acscalc__neoGroupBody{display:grid!important;gap:12px!important}
.acscalc__neoCard,
.acscalc__neoGroup .acscalc__modsCard,
.acscalc__neoGroup .acscalc__block,
.acscalc__neoProductRail .acscalc__modsCard,
.acscalc__neoProductRail .acscalc__block,
.acscalc__neoProductRail .acscalc__addonCard{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:18px!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  color:#fff!important;
}
.acscalc__neoCard .acscalc__modsSummary,
.acscalc__neoCard .acscalc__blockTitle{padding:0!important;margin:0 0 10px!important;background:transparent!important;border:0!important}
.acscalc__neoCard .acscalc__modsTitle,
.acscalc__neoCard .acscalc__blockTitle,
.acscalc__neoCard h1,.acscalc__neoCard h2,.acscalc__neoCard h3,.acscalc__neoCard h4{font-size:21px!important;line-height:1.25!important;color:#fff!important;font-weight:900!important;margin:0 0 8px!important}
.acscalc__neoCard .acscalc__modsBody,
.acscalc__neoCard .acscalc__para,
.acscalc__neoCard p,
.acscalc__neoCard li,
.acscalc__neoCard small{font-size:14px!important;line-height:1.75!important;color:var(--neo-muted)!important;margin-top:0!important}
.acscalc__neoCard--planetary .acscalc__modsBody{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.acscalc__neoCard--questions .acscalc__modsBody,.acscalc__neoCard--questions .acscalc__para{display:grid!important;gap:10px!important}
.acscalc__neoCard--cta{text-align:center!important;background:rgba(247,220,162,.06)!important;border-color:rgba(247,220,162,.16)!important}
.acscalc__neoCard--cta .acscalc__actions{justify-content:center!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}
.acscalc__neoProductRail{padding:14px!important;display:grid!important;gap:12px!important;max-height:none!important;overflow:visible!important}
.acscalc__neoRailHead{padding:8px 8px 4px!important}
.acscalc__neoRailHead h3{font-size:23px!important;margin:12px 0 8px!important;color:#fff!important;font-weight:900!important;line-height:1.2!important}
.acscalc__neoRailHead p{font-size:14px!important;color:var(--neo-muted)!important;line-height:1.65!important;margin:0!important}
.acscalc__neoRailDivider{height:1px!important;background:rgba(255,255,255,.12)!important;margin:4px 0!important}
.acscalc__neoRailSectionTitle{width:max-content!important;max-width:100%!important;margin:2px 8px 4px!important;font-size:12px!important}
.acscalc__neoProductRail .acscalc__actions,
.acscalc__neoProductRail .acscalc__productButtonsMain,
.acscalc__neoProductRail .acscalc__productButtonsGrid,
.acscalc__neoProductRail .acscalc__productButtons{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:stretch!important}
.acscalc__neoProductRail .acscalc__btn,
.acscalc__neoProductRail .acscalc__actions .acscalc__btn{width:100%!important;min-height:52px!important;border-radius:999px!important;white-space:normal!important;text-align:center!important}
.acscalc__neoProductRail .acscalc__products{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.acscalc__neoProductRail .acscalc__product{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:12px!important;border-radius:20px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.10)!important;min-width:0!important}
.acscalc__neoProductRail .acscalc__product img{width:76px!important;height:76px!important;border-radius:16px!important;object-fit:cover!important}
.acscalc__neoProductRail .acscalc__productTitle{font-size:13px!important;line-height:1.35!important;color:#fff!important;text-decoration:none!important;font-weight:900!important;word-break:break-word!important}
.acscalc__neoSideEmpty{color:var(--neo-muted)!important;text-align:left!important}

/* Floating share dock: keep share out of report text */
.acscalc__neoShareDock{position:relative!important;right:auto!important;top:auto!important;z-index:4!important}
.acscalc__neoShareDock .acscalc__addonCard--share{padding:8px!important;border-radius:999px!important;background:rgba(20,13,38,.72)!important;backdrop-filter:blur(14px)!important;border:1px solid var(--neo-line)!important}
.acscalc__neoShareDock .acscalc__blockTitle,.acscalc__neoShareDock .acscalc__para{display:none!important}
.acscalc__neoShareDock .acscalc__shareRail{display:grid!important;gap:8px!important}
.acscalc__neoShareDock .acscalc__shareItem{width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid var(--neo-line)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}

/* Modals / suggestions */
.acscalc--neoUi .acscalc__suggestions{border-radius:18px!important;background:#140f25!important;border:1px solid var(--neo-line)!important;box-shadow:0 22px 50px rgba(0,0,0,.35)!important;color:#fff!important;overflow:hidden!important;z-index:99!important}
.acscalc--neoUi .acscalc__modalCard{border-radius:28px!important;background:rgba(17,11,34,.94)!important;border:1px solid var(--neo-line)!important;color:#fff!important;box-shadow:var(--neo-shadow)!important}
.acscalc--neoUi .acscalc__details{display:none!important}
.acscalc__debugFooter{margin-top:18px!important;text-align:center!important}

@media (max-width:1320px){
  .acscalc__neoReportBody{grid-template-columns:220px minmax(0,1fr)!important}
  .acscalc__neoProductRail{position:static!important;grid-column:2!important}
  .acscalc__neoQuickBody{grid-template-columns:1fr!important}
  .acscalc__neoQuickBody .acscalc__neoProductRail{grid-column:auto!important}
}
@media (max-width:1100px){
  .acscalc--neoUi .acscalc__top{grid-template-columns:1fr!important;grid-template-areas:"brand" "proof" "tabs"!important;align-items:flex-start!important}
  .acscalc--neoUi .acscalc__tabs--astral{width:100%!important;justify-content:flex-start!important;overflow:auto!important}
  .acscalc--neoUi .acscalc__pageBody,
  .acscalc--neoUi .acscalc__pageBody--precise,
  .acscalc__neoReportBody,
  .acscalc__neoQuickBody{grid-template-columns:1fr!important;align-items:start!important}
  .acscalc__neoReportNav{display:none!important}
  .acscalc__neoProductRail{grid-column:auto!important;position:static!important;max-height:none!important;overflow:visible!important}
  .acscalc__neoHero{grid-template-columns:1fr!important}
  .acscalc__neoBirthGrid{grid-template-columns:1fr!important}
  .acscalc__neoThemeCards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
  .acscalc__viewport{padding:14px 12px 60px!important}
  .acscalc--neoUi{width:100%!important;max-width:100%!important}
  .acscalc--neoUi .acscalc__appBrand{width:100%!important;align-items:flex-start!important}
  .acscalc--neoUi .acscalc__appBrandText{font-size:15px!important}
  .acscalc--neoUi .acscalc__tabs--astral .acscalc__tab{min-width:132px!important;padding:10px 12px!important}
  .acscalc--neoUi .acscalc__card--form{padding:20px!important;min-height:auto!important}
  .acscalc--neoUi .acscalc__groupGrid,
  .acscalc--neoUi .acscalc__dateRow,
  .acscalc--neoUi .acscalc__timeRow{grid-template-columns:1fr!important}
  .acscalc__neoThemeCards{grid-template-columns:1fr!important}
  .acscalc__neoThemeCard{min-height:76px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:11px!important;row-gap:2px!important}
  .acscalc__neoThemeIcon{grid-row:1 / span 2!important;margin:0!important;align-self:start!important}
  .acscalc__neoHero{padding:20px!important;border-radius:24px!important}
  .acscalc__neoHero h2{font-size:32px!important}
  .acscalc__neoCoreMini{grid-template-columns:1fr!important}
  .acscalc__neoOrb{width:180px!important;height:180px!important}
  .acscalc__neoCard--planetary .acscalc__modsBody{grid-template-columns:1fr!important}
  .acscalc__neoProductRail .acscalc__product{grid-template-columns:70px minmax(0,1fr)!important}
  .acscalc__neoProductRail .acscalc__product img{width:70px!important;height:70px!important}
  .acscalc__neoShareDock{position:relative!important;top:auto!important;right:auto!important;bottom:auto!important;display:flex!important;justify-content:center!important;z-index:4!important}
  .acscalc__neoShareDock .acscalc__shareRail{display:flex!important}
}


/* v2.9.3: remove redundant input-page header chrome, center forms, improve theme selection */
.acscalc--neoUi .acscalc__top{
  display:none!important;
}
.acscalc--neoUi .acscalc__top--tabsOnly{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  padding:0!important;
  margin:0 0 8px!important;
  background:transparent!important;
  backdrop-filter:none!important;
}
.acscalc--neoUi .acscalc__top--tabsOnly .acscalc__tabs--astral{
  justify-content:center!important;
  margin:0 auto!important;
}
.acscalc--neoUi .acscalc__appTop,
.acscalc--neoUi .acscalc__socialProof,
.acscalc--neoUi .acscalc__brand,
.acscalc--neoUi .acscalc__card--trust,
.acscalc--neoUi .acscalc__card--preciseIntro{
  display:none!important;
}
.acscalc--neoUi .acscalc__pageBody,
.acscalc--neoUi .acscalc__pageBody--precise{
  grid-template-columns:minmax(0,880px)!important;
  justify-content:center!important;
}
.acscalc--neoUi .acscalc__card--form{
  width:min(100%,880px)!important;
  margin:0 auto!important;
}
.acscalc--neoUi .acscalc__group--question{
  overflow:visible!important;
}
.acscalc__neoThemeCards{
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  gap:12px!important;
}
.acscalc__neoThemeCard{
  min-height:112px!important;
}
.acscalc__neoThemeCard b{
  font-size:15px!important;
}
.acscalc__neoThemeCard small{
  font-size:12.5px!important;
}
@media (max-width: 980px){
  .acscalc--neoUi .acscalc__pageBody,
  .acscalc--neoUi .acscalc__pageBody--precise{
    grid-template-columns:1fr!important;
  }
  .acscalc__neoThemeCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width: 640px){
  .acscalc__neoThemeCards{
    grid-template-columns:1fr!important;
  }
}


/* ============================================================
   v2.9.3 Neo Cosmic clean rebuild patch
   - remove duplicate in-plugin brand/top blocks
   - remove side explanatory panels from input pages
   - center the real form
   - wrap and polish theme cards so all 7 topics are usable
   ============================================================ */
.acscalc--neoUi .acscalc__top{
  position:relative!important;
  top:auto!important;
  z-index:12!important;
  margin:0 0 14px!important;
  padding:0 8px!important;
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  background:transparent!important;
  backdrop-filter:none!important;
  border:0!important;
  box-shadow:none!important;
}
.acscalc--neoUi .acscalc__appTop,
.acscalc--neoUi .acscalc__appBrand,
.acscalc--neoUi .acscalc__appDot,
.acscalc--neoUi .acscalc__appBrandText,
.acscalc--neoUi .acscalc__appBackInline,
.acscalc--neoUi .acscalc__brand{
  display:none!important;
}
.acscalc--neoUi .acscalc__socialProof{
  grid-area:auto!important;
  justify-self:auto!important;
  margin:0 0 0 auto!important;
}
.acscalc--neoUi .acscalc__tabs--astral{
  grid-area:auto!important;
  margin:0 auto!important;
}
.acscalc--neoUi.is-results .acscalc__top,
.acscalc--neoUi.acscalc--neoResultMode .acscalc__top{
  display:none!important;
}

/* remove the redundant right-side description panels on the input screens */
.acscalc--neoUi .acscalc__page--quickInput .acscalc__card--trust,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__card--preciseIntro,
.acscalc--neoUi .acscalc__page--customInput .acscalc__card--trust,
.acscalc--neoUi .acscalc__page--customInput .acscalc__card--preciseIntro{
  display:none!important;
}

/* center the actual form instead of leaving the old two-column layout */
.acscalc--neoUi .acscalc__page--quickInput .acscalc__pageBody,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__pageBody,
.acscalc--neoUi .acscalc__page--customInput .acscalc__pageBody,
.acscalc--neoUi .acscalc__page--quickInput .acscalc__pageBody--precise,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__pageBody--precise,
.acscalc--neoUi .acscalc__page--customInput .acscalc__pageBody--precise{
  display:flex!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  gap:0!important;
}
.acscalc--neoUi .acscalc__page--quickInput .acscalc__card--form,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__card--form,
.acscalc--neoUi .acscalc__page--customInput .acscalc__card--form{
  width:min(100%,900px)!important;
  max-width:900px!important;
  margin:0 auto!important;
}
.acscalc--neoUi .acscalc__card--form{
  min-height:auto!important;
}

/* 7-topic selector: no sideways clipping; readable names; cleaner selected state */
.acscalc--neoUi .acscalc__field--themeSelect{
  overflow:visible!important;
  padding:16px!important;
}
.acscalc--neoUi .acscalc__field--themeSelect .acscalc__label{
  margin-bottom:12px!important;
  line-height:1.45!important;
}
.acscalc--neoUi .acscalc__neoThemeCards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
  align-items:stretch!important;
}
.acscalc--neoUi .acscalc__neoThemeCard{
  min-width:0!important;
  min-height:118px!important;
  padding:13px 13px 12px!important;
  border-radius:20px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:6px!important;
  background:linear-gradient(135deg,rgba(151,94,235,.72),rgba(216,162,106,.40))!important;
  border-color:rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12)!important;
}
.acscalc--neoUi .acscalc__neoThemeCard.is-active{
  background:linear-gradient(135deg,rgba(169,102,255,.90),rgba(238,186,116,.58))!important;
  border-color:rgba(247,220,162,.70)!important;
  box-shadow:0 14px 34px rgba(118,77,211,.28), inset 0 1px 0 rgba(255,255,255,.20)!important;
}
.acscalc--neoUi .acscalc__neoThemeIcon{
  width:34px!important;
  height:34px!important;
  margin:0!important;
  flex:0 0 auto!important;
}
.acscalc--neoUi .acscalc__neoThemeCard b{
  display:block!important;
  font-size:14px!important;
  line-height:1.22!important;
  margin:0!important;
  white-space:normal!important;
  overflow:visible!important;
  word-break:normal!important;
}
.acscalc--neoUi .acscalc__neoThemeCard small{
  display:block!important;
  font-size:12px!important;
  line-height:1.35!important;
  margin:0!important;
  color:rgba(255,255,255,.70)!important;
  white-space:normal!important;
  overflow:visible!important;
}
.acscalc--neoUi .acscalc__fieldHint--urlPrefill{
  margin-top:10px!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
@media (max-width:980px){
  .acscalc--neoUi .acscalc__neoThemeCards{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .acscalc--neoUi .acscalc__card--form{width:min(100%,820px)!important;max-width:820px!important}
}
@media (max-width:720px){
  .acscalc--neoUi .acscalc__top{display:none!important}
  .acscalc--neoUi .acscalc__neoThemeCards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .acscalc--neoUi .acscalc__neoThemeCard{min-height:108px!important;padding:12px!important}
}
@media (max-width:460px){
  .acscalc--neoUi .acscalc__neoThemeCards{grid-template-columns:1fr!important}
}

/* ============================================================
   v2.9.4 Neo Cosmic final rebuild
   Real visual replacement layer: wider form, clean result shell,
   stable back → second-submit state, and responsive report rails.
   ============================================================ */
.acscalc--neoUi,
.acscalc--neoUi *{
  writing-mode:horizontal-tb!important;
}
.acscalc--neoUi .acscalc__shell{
  max-width:1480px!important;
  margin:0 auto!important;
}
.acscalc--neoUi .acscalc__page--quickInput .acscalc__pageBody,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__pageBody,
.acscalc--neoUi .acscalc__page--customInput .acscalc__pageBody,
.acscalc--neoUi .acscalc__page--quickInput .acscalc__pageBody--precise,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__pageBody--precise,
.acscalc--neoUi .acscalc__page--customInput .acscalc__pageBody--precise{
  display:flex!important;
  justify-content:center!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
.acscalc--neoUi .acscalc__page--quickInput .acscalc__card--form,
.acscalc--neoUi .acscalc__page--preciseInput .acscalc__card--form,
.acscalc--neoUi .acscalc__page--customInput .acscalc__card--form{
  width:min(100%,1120px)!important;
  max-width:1120px!important;
  padding:32px!important;
}
.acscalc--neoUi .acscalc__sectionTitle{
  font-size:clamp(34px,3.25vw,50px)!important;
}
.acscalc--neoUi .acscalc__sectionHint{
  max-width:920px!important;
}
.acscalc--neoUi .acscalc__groupGrid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.acscalc--neoUi .acscalc__neoThemeCards{
  grid-template-columns:repeat(7,minmax(118px,1fr))!important;
  gap:10px!important;
}
.acscalc--neoUi .acscalc__neoThemeCard{
  min-height:124px!important;
  padding:14px 12px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:none!important;
  transform:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCard:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(247,220,162,.35)!important;
}
.acscalc--neoUi .acscalc__neoThemeCard.is-active{
  background:rgba(247,220,162,.12)!important;
  border-color:rgba(247,220,162,.62)!important;
  box-shadow:0 16px 36px rgba(118,77,211,.24), inset 0 1px 0 rgba(255,255,255,.18)!important;
}
.acscalc--neoUi .acscalc__neoThemeCard b,
.acscalc--neoUi .acscalc__neoThemeCard small{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

/* Result page: the generated Neo shell owns the whole visible result. */
.acscalc--neoResultMode .acscalc__pageBody,
.acscalc--neoResultMode .acscalc__pageBody--preciseReport,
.acscalc--neoResultMode .acscalc__pageBody--quickReport{
  display:block!important;
  width:100%!important;
  max-width:1480px!important;
  margin:0 auto!important;
}
.acscalc--neoResultMode .acscalc__report,
.acscalc--neoResultMode .acscalc__report--quick{
  width:100%!important;
  max-width:1480px!important;
  margin:0 auto!important;
}
.acscalc--neoResultMode .acscalc__card--resultPage,
.acscalc--neoResultMode .acscalc__card--resultPagePrecise{
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.acscalc__neoShell{
  display:grid!important;
  gap:18px!important;
  width:100%!important;
  max-width:1480px!important;
  margin:0 auto!important;
}
.acscalc__neoHero{
  grid-template-columns:minmax(0,1fr) minmax(260px,330px)!important;
  gap:22px!important;
  width:100%!important;
  min-width:0!important;
}
.acscalc__neoHeroTop{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin-bottom:12px!important;
}
.acscalc__neoBackBtn{
  appearance:none!important;
  border:1px solid rgba(247,220,162,.28)!important;
  background:rgba(247,220,162,.08)!important;
  color:var(--neo-gold)!important;
  border-radius:999px!important;
  min-height:42px!important;
  padding:9px 14px!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
.acscalc__neoBackBtn:hover{
  background:rgba(247,220,162,.14)!important;
  border-color:rgba(247,220,162,.46)!important;
}
.acscalc__neoReportBody{
  grid-template-columns:minmax(190px,235px) minmax(620px,1fr) minmax(280px,340px)!important;
  gap:18px!important;
  width:100%!important;
}
.acscalc__neoQuickBody{
  grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;
  gap:18px!important;
  width:100%!important;
}
.acscalc__neoReportNav{
  padding:16px!important;
  overflow:visible!important;
}
.acscalc__neoMain,
.acscalc__neoGroup,
.acscalc__neoGroupBody,
.acscalc__neoCard,
.acscalc__neoGroup .acscalc__modsCard,
.acscalc__neoGroup .acscalc__block{
  min-width:0!important;
  max-width:100%!important;
}
.acscalc__neoGroup .acscalc__modsCard,
.acscalc__neoGroup .acscalc__block,
.acscalc__neoCard{
  display:block!important;
  overflow:visible!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.acscalc__neoCard .acscalc__modsBody,
.acscalc__neoCard .acscalc__para,
.acscalc__neoCard p,
.acscalc__neoCard li{
  max-width:100%!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.acscalc__neoProductRail{
  width:100%!important;
  max-width:340px!important;
  justify-self:stretch!important;
  padding:14px!important;
}
.acscalc__neoProductRail .acscalc__modsCard,
.acscalc__neoProductRail .acscalc__block,
.acscalc__neoProductRail .acscalc__addonCard{
  padding:14px!important;
  overflow:visible!important;
}
.acscalc__neoResult--quick .acscalc__neoProductRail .acscalc__product:nth-of-type(n+2),
.acscalc__neoResult--quick .acscalc__neoProductRail .acscalc__productCard:nth-of-type(n+2),
.acscalc__neoResult--quick .acscalc__neoProductRail [data-neo-quick-extra-product="1"]{
  display:none!important;
}

@media (min-width:1241px){
  .acscalc__neoReportBody{
    grid-template-columns:minmax(190px,235px) minmax(620px,1fr) minmax(280px,340px)!important;
  }
  .acscalc__neoProductRail{
    position:relative!important;
    top:auto!important;
    grid-column:auto!important;
    max-width:340px!important;
  }
}
@media (max-width:1240px){
  .acscalc__neoReportBody{
    grid-template-columns:minmax(190px,230px) minmax(0,1fr)!important;
  }
  .acscalc__neoProductRail{
    position:static!important;
    grid-column:2!important;
    max-width:100%!important;
  }
  .acscalc__neoQuickBody{
    grid-template-columns:1fr!important;
  }
  .acscalc__neoQuickBody .acscalc__neoProductRail{
    grid-column:auto!important;
  }
  .acscalc--neoUi .acscalc__neoThemeCards{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media (max-width:960px){
  .acscalc--neoUi .acscalc__page--quickInput .acscalc__card--form,
  .acscalc--neoUi .acscalc__page--preciseInput .acscalc__card--form,
  .acscalc--neoUi .acscalc__page--customInput .acscalc__card--form{
    width:100%!important;
    max-width:100%!important;
    padding:24px!important;
  }
  .acscalc--neoUi .acscalc__groupGrid,
  .acscalc--neoUi .acscalc__dateRow,
  .acscalc--neoUi .acscalc__timeRow{
    grid-template-columns:1fr!important;
  }
  .acscalc__neoHero,
  .acscalc__neoReportBody,
  .acscalc__neoQuickBody{
    grid-template-columns:1fr!important;
  }
  .acscalc__neoReportNav{
    display:none!important;
  }
  .acscalc__neoProductRail{
    grid-column:auto!important;
    max-width:100%!important;
  }
  .acscalc--neoUi .acscalc__neoThemeCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:560px){
  .acscalc__viewport{
    padding:14px 10px 64px!important;
  }
  .acscalc--neoUi .acscalc__card--form{
    padding:18px!important;
    border-radius:24px!important;
  }
  .acscalc--neoUi .acscalc__sectionTitle{
    font-size:30px!important;
  }
  .acscalc--neoUi .acscalc__neoThemeCards{
    grid-template-columns:1fr!important;
  }
  .acscalc__neoBackBtn{
    width:100%!important;
  }
  .acscalc__neoShareDock{
    position:relative!important;
    bottom:auto!important;
    right:auto!important;
    top:auto!important;
    justify-content:center!important;
    pointer-events:auto!important;
  }
}

/* v2.9.4: compact mode badge inside the real form card (not a separate top bar). */
.acscalc--neoUi .acscalc__card--form .acscalc__formDeckHead{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 0 16px!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(247,220,162,.28)!important;
  background:rgba(247,220,162,.10)!important;
  color:var(--neo-gold)!important;
  box-shadow:none!important;
}
.acscalc--neoUi .acscalc__formDeckEyebrow,
.acscalc--neoUi .acscalc__formDeckTitle{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:var(--neo-gold)!important;
}
.acscalc--neoUi .acscalc__formDeckEyebrow:after{
  content:"·";
  margin-left:10px;
  color:rgba(247,220,162,.62);
}
.acscalc--neoUi .acscalc__formDeckSub{
  display:none!important;
}

/* ============================================================
   v2.9.12 Neo Cosmic real layout fix
   - removes v2.9.5–v2.9.11 sticky/fixed/locked result-page patches
   - result page uses one natural document-flow grid: share / guide / main / product
   - no side-column sticky, fixed, height-locked workspace, or internal side scrollbars
   - right product rail and bottom CTA bands stay inside the real page container
   ============================================================ */

html, body{
  overflow-x:hidden!important;
}
body.acscalc-neo-result-active{
  overflow-x:hidden!important;
}
body.acscalc-neo-result-active .acscalc__floatingSharePortal,
body.acscalc-neo-result-active .acscalc__floatingSharePortal.is-active{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
body.acscalc-neo-result-active [data-neo-external-float-hidden="1"],
body.acscalc-neo-result-active .acscalc--neoExternalFloatRail,
body.acscalc-neo-result-active .acscalc__externalCtaDock,
body.acscalc-neo-result-active .acscalc__externalShareDock{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Comments / Reader Notes are temporarily hidden at the UI layer only. */
.acscalc-comments,
.acscalc-comments[data-acscalc-comments],
[data-acscalc-comments]{
  display:none!important;
  visibility:hidden!important;
}

/* Input theme cards: exactly the whole card is the click target; no glow/halo residue. */
.acscalc--neoUi .acscalc__field--themeSelect,
.acscalc--neoUi .acscalc__group--question{
  position:relative!important;
  overflow:visible!important;
}
.acscalc--neoUi .acscalc__neoThemeSelectOriginal{
  position:absolute!important;
  inline-size:1px!important;
  block-size:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCards{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  margin-top:12px!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.acscalc--neoUi .acscalc__neoThemeCard{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-items:start!important;
  column-gap:10px!important;
  row-gap:2px!important;
  min-height:108px!important;
  width:100%!important;
  min-width:0!important;
  padding:14px!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-tap-highlight-color:transparent!important;
  touch-action:manipulation!important;
  pointer-events:auto!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
  filter:none!important;
  transform:none!important;
  transition:border-color .14s ease, background .14s ease, box-shadow .14s ease!important;
}
.acscalc--neoUi .acscalc__neoThemeCard:before,
.acscalc--neoUi .acscalc__neoThemeCard:after{
  content:none!important;
  display:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCard *{
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
.acscalc--neoUi .acscalc__neoThemeIcon{
  grid-row:1 / span 2!important;
  width:38px!important;
  height:38px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  background:rgba(247,220,162,.10)!important;
  box-shadow:none!important;
  filter:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCard b{
  min-width:0!important;
  font-size:14.5px!important;
  line-height:1.22!important;
  color:#fff!important;
  text-decoration:none!important;
  outline:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCard small{
  min-width:0!important;
  font-size:12px!important;
  line-height:1.35!important;
  color:var(--neo-soft)!important;
  text-decoration:none!important;
  outline:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCard:hover,
.acscalc--neoUi .acscalc__neoThemeCard:focus-visible{
  transform:none!important;
  border-color:rgba(247,220,162,.45)!important;
  background:linear-gradient(135deg,rgba(247,220,162,.10),rgba(199,162,255,.07))!important;
  outline:none!important;
}
.acscalc--neoUi .acscalc__neoThemeCard.is-active,
.acscalc--neoUi .acscalc__neoThemeCard[aria-pressed="true"]{
  border-color:rgba(247,220,162,.72)!important;
  background:linear-gradient(135deg,rgba(247,220,162,.13),rgba(199,162,255,.10))!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.14)!important;
}
.acscalc--neoUi .acscalc__neoThemeCard::selection,
.acscalc--neoUi .acscalc__neoThemeCard *::selection{
  background:transparent!important;
  color:inherit!important;
}

/* Result shell: natural document flow, no dashboard/workspace lock. */
.acscalc--neoResultMode,
.acscalc--neoResultMode .acscalc,
.acscalc--neoResultMode .acscalc__viewport,
.acscalc--neoResultMode .acscalc__neoResult,
.acscalc--neoResultMode .acscalc__neoShell{
  max-width:100%!important;
  overflow-x:clip!important;
}
.acscalc--neoResultMode .acscalc__viewport{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoShell{
  width:min(1580px, calc(100vw - 40px))!important;
  max-width:1580px!important;
  margin-inline:auto!important;
  display:block!important;
  overflow:visible!important;
  contain:none!important;
}
.acscalc--neoResultMode .acscalc__neoReportBody{
  display:grid!important;
  grid-template-columns:72px minmax(220px,280px) minmax(620px,1fr) minmax(320px,380px)!important;
  gap:18px!important;
  align-items:start!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  contain:none!important;
}
.acscalc--neoResultMode .acscalc__neoQuickBody{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,380px)!important;
  gap:18px!important;
  align-items:start!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock,
.acscalc--neoResultMode .acscalc__neoReportNav,
.acscalc--neoResultMode .acscalc__neoProductRail,
.acscalc--neoResultMode .acscalc__neoMain{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  overscroll-behavior:auto!important;
  scrollbar-gutter:auto!important;
  align-self:start!important;
  contain:none!important;
  backface-visibility:visible!important;
  will-change:auto!important;
}
.acscalc--neoResultMode .acscalc__neoMain,
.acscalc--neoResultMode .acscalc__neoMain *{
  min-width:0!important;
  box-sizing:border-box!important;
}
.acscalc--neoResultMode .acscalc__neoMain{
  display:grid!important;
  gap:16px!important;
  padding-right:0!important;
}

/* Left plugin share rail: one owned rail in the first grid column; never fixed/sticky. */
.acscalc--neoResultMode .acscalc__neoShareDock{
  width:72px!important;
  min-width:0!important;
  z-index:4!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock > .acscalc__addonCard--share:not(:first-child){
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
  display:block!important;
  width:100%!important;
  padding:12px!important;
  margin:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__blockTitle,
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__para{
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem,
.acscalc--neoResultMode .acscalc__neoShareDock a,
.acscalc--neoResultMode .acscalc__neoShareDock button,
.acscalc--neoResultMode .acscalc__neoShareDock [role="button"]{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  overflow:hidden!important;
  font-size:16px!important;
  line-height:1!important;
  opacity:.95!important;
  transform:none!important;
  filter:none!important;
}

/* Report guide stays in column 2 and scrolls with the page. */
.acscalc--neoResultMode .acscalc__neoReportNav{
  width:100%!important;
  min-width:0!important;
  padding:18px 16px!important;
  border-radius:28px!important;
  background:rgba(43,34,78,.84)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.18)!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavTitle{
  font-size:20px!important;
  line-height:1.15!important;
  margin:0 0 14px!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavSection{
  padding:5px 0 11px!important;
  gap:0!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavHeading{
  font-size:12.5px!important;
  line-height:1.25!important;
  padding:7px 9px!important;
  white-space:normal!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavItem{
  font-size:12px!important;
  line-height:1.3!important;
  padding:6px 9px 6px 20px!important;
  white-space:normal!important;
}

/* Right product rail: complete width, no page-edge clipping, no horizontal spill. */
.acscalc--neoResultMode .acscalc__neoProductRail,
.acscalc--neoResultMode .acscalc__neoProductRail *{
  box-sizing:border-box!important;
  min-width:0!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail{
  width:100%!important;
  max-width:100%!important;
  padding:18px!important;
  border-radius:28px!important;
  background:rgba(43,34,78,.86)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.20)!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead{
  padding:0 0 12px!important;
  margin:0 0 12px!important;
  border-bottom:1px solid rgba(255,255,255,.11)!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead span{
  display:inline-flex!important;
  max-width:100%!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  color:var(--neo-gold)!important;
  background:rgba(247,220,162,.10)!important;
  border:1px solid rgba(247,220,162,.20)!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead h3{
  font-size:22px!important;
  line-height:1.12!important;
  margin:10px 0 6px!important;
  color:#fff!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead p{
  font-size:13px!important;
  line-height:1.45!important;
  margin:0!important;
  color:var(--neo-muted)!important;
}
.acscalc--neoResultMode .acscalc__neoRailCard{
  width:100%!important;
  max-width:100%!important;
  padding:12px!important;
  border-radius:20px!important;
  margin:0 0 12px!important;
  overflow:visible!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.acscalc--neoResultMode .acscalc__neoRailMiniTitle{
  font-size:12.5px!important;
  line-height:1.2!important;
  margin:0 0 8px!important;
  color:var(--neo-gold)!important;
  font-weight:900!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productButtons,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productButtonsMain,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productButtonsGrid,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoProductRail a.acscalc__btn,
.acscalc--neoResultMode .acscalc__neoProductRail button.acscalc__btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  height:auto!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  white-space:normal!important;
  overflow:visible!important;
  line-height:1.18!important;
  text-align:center!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__products{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product:nth-of-type(n+4){
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  width:100%!important;
  max-width:100%!important;
  min-height:84px!important;
  padding:12px!important;
  border-radius:18px!important;
  overflow:visible!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImageLink,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImage,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImageLink img,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product img{
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  min-height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  object-fit:cover!important;
  border-radius:15px!important;
  display:block!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productTitle,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product h3,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product h4{
  max-width:100%!important;
  font-size:13px!important;
  line-height:1.28!important;
  margin:0!important;
  color:#fff!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  overflow-wrap:anywhere!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productPrice,
.acscalc--neoResultMode .acscalc__neoProductRail .price{
  display:block!important;
  grid-column:2!important;
  max-width:100%!important;
  font-size:12px!important;
  line-height:1.15!important;
  margin:3px 0 0!important;
  opacity:.84!important;
  overflow-wrap:anywhere!important;
}

/* Bottom CTA bands: outside the report grid, inside the unified result container. */
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  margin:22px auto 0!important;
  padding:0!important;
  display:grid!important;
  gap:16px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,360px)!important;
  gap:18px!important;
  align-items:center!important;
  padding:24px 28px!important;
  min-height:112px!important;
  border-radius:28px!important;
  overflow:visible!important;
  background:linear-gradient(100deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.18)!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle,
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  min-width:0!important;
  max-width:900px!important;
  text-align:left!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle{
  margin:0!important;
  font-size:clamp(23px,2vw,30px)!important;
  line-height:1.16!important;
  color:#fff!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  margin:8px 0 0!important;
  color:var(--neo-muted)!important;
  line-height:1.6!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  min-width:0!important;
  max-width:360px!important;
  width:100%!important;
  justify-self:end!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  flex:1 1 160px!important;
  max-width:360px!important;
  min-width:0!important;
  min-height:48px!important;
  padding:12px 20px!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:anywhere!important;
  text-align:center!important;
}

/* Natal wheel / chart overview: visible at render time and on mobile. */
.acscalc--neoResultMode .acscalc__preciseWheelCard,
.acscalc--neoResultMode .acscalc__preciseChartMount,
.acscalc--neoResultMode .acscalc__preciseWheelCanvas,
.acscalc--neoResultMode .acscalc__chartWrap{
  width:100%!important;
  max-width:100%!important;
  min-height:340px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  transform:none!important;
}
.acscalc--neoResultMode .acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__chartSvg,
.acscalc--neoResultMode svg.acscalc__preciseWheelSvg,
.acscalc--neoResultMode svg.acscalc__chartSvg{
  width:min(100%,520px)!important;
  max-width:520px!important;
  min-width:280px!important;
  height:auto!important;
  min-height:280px!important;
  display:block!important;
  margin:14px auto!important;
  overflow:visible!important;
  transform:none!important;
}

@media (max-width:1480px){
  .acscalc--neoResultMode .acscalc__neoShell{
    width:min(100%, calc(100vw - 24px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoReportBody{
    grid-template-columns:60px minmax(190px,230px) minmax(0,1fr) minmax(300px,340px)!important;
    gap:12px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock{width:60px!important;}
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem,
  .acscalc--neoResultMode .acscalc__neoShareDock a,
  .acscalc--neoResultMode .acscalc__neoShareDock button{
    width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;
  }
  .acscalc--neoResultMode .acscalc__neoProductRail{padding:14px!important;}
  .acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product{
    grid-template-columns:56px minmax(0,1fr)!important;
  }
  .acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImageLink,
  .acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImage,
  .acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImageLink img,
  .acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product img{
    width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;
  }
}
@media (max-width:1220px){
  .acscalc--neoResultMode .acscalc__neoReportBody{
    grid-template-columns:minmax(190px,250px) minmax(0,1fr)!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock{
    display:none!important;
  }
  .acscalc--neoResultMode .acscalc__neoProductRail{
    grid-column:1 / -1!important;
  }
}
@media (max-width:960px){
  .acscalc--neoResultMode .acscalc__neoShell{
    width:min(100%, calc(100vw - 20px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoReportBody,
  .acscalc--neoResultMode .acscalc__neoQuickBody{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .acscalc--neoResultMode .acscalc__neoReportNav{
    display:none!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock{
    display:flex!important;
    width:100%!important;
    justify-content:center!important;
    order:30!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
    width:auto!important;
    max-width:100%!important;
    padding:8px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    grid-template-columns:1fr!important;
    padding:20px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    justify-self:stretch!important;
    justify-content:stretch!important;
    max-width:none!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
    flex:1 1 100%!important;
    width:100%!important;
    max-width:none!important;
  }
  .acscalc--neoResultMode .acscalc__preciseWheelCard,
  .acscalc--neoResultMode .acscalc__preciseChartMount,
  .acscalc--neoResultMode .acscalc__preciseWheelCanvas,
  .acscalc--neoResultMode .acscalc__chartWrap{
    min-height:320px!important;
  }
  .acscalc--neoResultMode .acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__chartSvg,
  .acscalc--neoResultMode svg.acscalc__preciseWheelSvg,
  .acscalc--neoResultMode svg.acscalc__chartSvg{
    width:min(100%,340px)!important;
    max-width:340px!important;
    min-width:280px!important;
    min-height:280px!important;
  }
}
@media (max-width:760px){
  .acscalc--neoUi .acscalc__neoThemeCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .acscalc--neoUi .acscalc__neoThemeCard{
    min-height:100px!important;
    padding:12px!important;
  }
  .acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product{
    grid-template-columns:64px minmax(0,1fr)!important;
  }
}
@media (max-width:460px){
  .acscalc--neoUi .acscalc__neoThemeCards{
    grid-template-columns:1fr!important;
  }
}

/* ============================================================
   v2.9.13 Neo Cosmic follow-rail + CTA real fix
   - result page gets more usable width so the right product rail is not cropped
   - side guide/product modules follow the viewport while page scrolls (sticky, no fixed/inner scroll)
   - product rail is compact enough to show 3 buttons + up to 3 products cleanly
   - bottom CTA DOM is two columns: copy block + button block
   ============================================================ */

body.acscalc-neo-result-active,
body.acscalc-neo-result-active .site,
body.acscalc-neo-result-active .site-main,
body.acscalc-neo-result-active .entry-content,
body.acscalc-neo-result-active .elementor,
body.acscalc-neo-result-active .elementor-section,
body.acscalc-neo-result-active .elementor-container,
body.acscalc-neo-result-active .elementor-column,
body.acscalc-neo-result-active .elementor-widget-wrap,
body.acscalc-neo-result-active .elementor-widget-container{
  overflow-x:clip!important;
}
body.acscalc-neo-result-active .acscalc__viewport,
body.acscalc-neo-result-active .acscalc__shell,
body.acscalc-neo-result-active .acscalc__page,
body.acscalc-neo-result-active .acscalc__pageBody,
body.acscalc-neo-result-active .acscalc__card--resultPage,
body.acscalc-neo-result-active .acscalc__card--resultPagePrecise,
body.acscalc-neo-result-active .acscalc__report,
body.acscalc-neo-result-active .acscalc__result,
body.acscalc-neo-result-active .acscalc__neoResult,
body.acscalc-neo-result-active .acscalc__neoShell{
  overflow:visible!important;
  max-height:none!important;
  height:auto!important;
  contain:none!important;
}
.acscalc--neoUi.acscalc--neoResultMode,
.acscalc--neoResultMode.acscalc{
  width:min(1760px,calc(100vw - 32px))!important;
  max-width:1760px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__pageBody,
.acscalc--neoResultMode .acscalc__pageBody--preciseReport,
.acscalc--neoResultMode .acscalc__pageBody--quickReport,
.acscalc--neoResultMode .acscalc__report,
.acscalc--neoResultMode .acscalc__report--quick{
  width:100%!important;
  max-width:1760px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoShell{
  width:min(1760px,calc(100vw - 32px))!important;
  max-width:1760px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoReportBody{
  grid-template-columns:56px minmax(190px,240px) minmax(560px,1fr) minmax(360px,420px)!important;
  gap:14px!important;
  overflow:visible!important;
  align-items:start!important;
}
.acscalc--neoResultMode .acscalc__neoQuickBody{
  grid-template-columns:minmax(0,1fr) minmax(340px,420px)!important;
  gap:16px!important;
  overflow:visible!important;
}
@media (min-width:1221px){
  .acscalc--neoResultMode .acscalc__neoShareDock,
  .acscalc--neoResultMode .acscalc__neoReportNav,
  .acscalc--neoResultMode .acscalc__neoProductRail{
    position:sticky!important;
    top:86px!important;
    align-self:start!important;
    max-height:none!important;
    overflow:visible!important;
    transform:none!important;
  }
}
.acscalc--neoResultMode .acscalc__neoShareDock{
  width:56px!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
  padding:9px!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
  gap:8px!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem,
.acscalc--neoResultMode .acscalc__neoShareDock a,
.acscalc--neoResultMode .acscalc__neoShareDock button{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  max-width:38px!important;
  max-height:38px!important;
}
.acscalc--neoResultMode .acscalc__neoReportNav{
  padding:18px 16px!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavTitle{
  font-size:22px!important;
  margin-bottom:16px!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavHeading{
  font-size:13px!important;
}
.acscalc--neoResultMode .acscalc__neoReportNavItem{
  font-size:12.5px!important;
  line-height:1.28!important;
  padding-top:6px!important;
  padding-bottom:6px!important;
}

.acscalc--neoResultMode .acscalc__neoProductRail{
  width:100%!important;
  max-width:100%!important;
  padding:14px!important;
  border-radius:26px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead{
  padding:0 0 10px!important;
  margin:0 0 10px!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead h3{
  font-size:24px!important;
  line-height:1.08!important;
  margin:8px 0 5px!important;
  white-space:normal!important;
}
.acscalc--neoResultMode .acscalc__neoRailHead p{
  font-size:13px!important;
  line-height:1.35!important;
}
.acscalc--neoResultMode .acscalc__neoRailCard{
  padding:12px!important;
  margin:0 0 10px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoRailMiniTitle{
  margin:0 0 8px!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productButtons,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productButtonsMain,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productButtonsGrid,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__actions{
  gap:9px!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoProductRail a.acscalc__btn,
.acscalc--neoResultMode .acscalc__neoProductRail button.acscalc__btn{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:50px!important;
  padding:10px 12px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.16!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__products{
  gap:9px!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product{
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:10px!important;
  min-height:76px!important;
  padding:10px!important;
  border-radius:18px!important;
  align-items:center!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImageLink,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImage,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productImageLink img,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product img{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  border-radius:14px!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productTitle,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product h3,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product h4{
  font-size:13px!important;
  line-height:1.24!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__productPrice,
.acscalc--neoResultMode .acscalc__neoProductRail .price{
  font-size:12px!important;
  margin-top:4px!important;
  grid-column:2!important;
}

.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions{
  display:grid!important;
  gap:22px!important;
  margin-top:28px!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:22px!important;
  align-items:center!important;
  width:100%!important;
  min-height:136px!important;
  padding:28px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.18)!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionCopy{
  min-width:0!important;
  max-width:100%!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle{
  margin:0!important;
  font-size:clamp(24px,2.15vw,34px)!important;
  line-height:1.12!important;
  color:#fff!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  margin:14px 0 0!important;
  max-width:760px!important;
  color:var(--neo-muted)!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  width:auto!important;
  min-width:260px!important;
  max-width:520px!important;
  justify-self:end!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  flex:0 1 auto!important;
  min-width:132px!important;
  max-width:260px!important;
  min-height:48px!important;
  padding:12px 22px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media (max-width:1500px){
  .acscalc--neoUi.acscalc--neoResultMode,
  .acscalc--neoResultMode.acscalc,
  .acscalc--neoResultMode .acscalc__neoShell{
    width:min(100%,calc(100vw - 22px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoReportBody{
    grid-template-columns:52px minmax(170px,220px) minmax(500px,1fr) minmax(340px,390px)!important;
    gap:12px!important;
  }
}
@media (max-width:1280px){
  .acscalc--neoResultMode .acscalc__neoReportBody{
    grid-template-columns:minmax(0,1fr) minmax(330px,390px)!important;
    gap:14px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock,
  .acscalc--neoResultMode .acscalc__neoReportNav{
    display:none!important;
  }
  .acscalc--neoResultMode .acscalc__neoProductRail{
    grid-column:auto!important;
  }
}
@media (max-width:980px){
  .acscalc--neoResultMode .acscalc__neoReportBody,
  .acscalc--neoResultMode .acscalc__neoQuickBody{
    grid-template-columns:1fr!important;
  }
  .acscalc--neoResultMode .acscalc__neoProductRail{
    position:relative!important;
    top:auto!important;
    max-width:100%!important;
  }
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    grid-template-columns:1fr!important;
    padding:22px!important;
    min-height:0!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    justify-self:stretch!important;
    justify-content:stretch!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
    flex:1 1 100%!important;
    width:100%!important;
    max-width:none!important;
    white-space:normal!important;
  }
}

/* ============================================================
   v2.9.14: CTA text unclipped + fuller share rail + trust badge + restored comments
   ============================================================ */
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  min-width:360px!important;
  max-width:560px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  min-width:220px!important;
  max-width:460px!important;
  width:auto!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.2!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons:has(> :only-child) > *{
  min-width:min(360px,100%)!important;
}
@supports not selector(:has(*)){
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons > *:first-child:last-child{
    min-width:min(360px,100%)!important;
  }
}

.acscalc--neoResultMode .acscalc__neoShareDock{
  width:62px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
  display:grid!important;
  gap:9px!important;
  justify-items:center!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem,
.acscalc--neoResultMode .acscalc__neoShareDock a.acscalc__shareItem,
.acscalc--neoResultMode .acscalc__neoShareDock button.acscalc__shareItem{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
  line-height:1!important;
  box-shadow:0 12px 25px rgba(0,0,0,.22)!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem span{font-size:18px!important;line-height:1!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--wa{background:#25D366!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--fb{background:#1877F2!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--ig{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7)!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--tt{background:#111827!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--pt{background:#e60023!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--tg{background:#2AABEE!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--rd{background:#ff5700!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--tb{background:#2c4762!important;}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--copy,
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem--save{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.20)!important;}

.acscalc__card--hasTrustBadge,
.acscalc__neoShell--hasTrustBadge{position:relative!important;}
.acscalc__readerTrustBadge{
  position:absolute!important;
  top:22px!important;
  right:28px!important;
  z-index:8!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  max-width:calc(100% - 56px)!important;
  min-height:42px!important;
  padding:8px 16px!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:rgba(42,52,78,.72)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 16px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06)!important;
  backdrop-filter:blur(12px)!important;
  pointer-events:none!important;
}
.acscalc__readerTrustStar{color:#ffb84d!important;font-size:17px!important;filter:drop-shadow(0 2px 8px rgba(255,184,77,.25));}
.acscalc__readerTrustRating,.acscalc__readerTrustCount{white-space:nowrap!important;}
.acscalc__readerTrustSep{opacity:.65!important;}
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__readerTrustBadge{top:12px!important;right:22px!important;}
.acscalc--neoUi .acscalc__card--form .acscalc__readerTrustBadge{top:28px!important;right:34px!important;}
.acscalc--neoUi .acscalc__card--form{padding-top:max(var(--acs-form-pad-top, 0px), 0px)!important;}

/* Restore comments at the UI layer; comment storage/AJAX remains the existing WP flow. */
.acscalc-comments,
.acscalc-comments[data-acscalc-comments],
[data-acscalc-comments]{
  display:block!important;
  visibility:visible!important;
}
.acscalc-comments{
  width:min(100%,1600px)!important;
  margin:32px auto 72px!important;
  padding:0 clamp(16px,2.5vw,34px)!important;
  color:#fff!important;
}
.acscalc-comments__inner{
  border-radius:28px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.18)!important;
}

@media (max-width:1280px){
  .acscalc__readerTrustBadge{position:relative!important;top:auto!important;right:auto!important;margin:0 0 18px auto!important;}
  .acscalc--neoUi .acscalc__card--form .acscalc__readerTrustBadge{position:absolute!important;top:18px!important;right:22px!important;}
}
@media (max-width:980px){
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{min-width:0!important;max-width:none!important;}
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  .acscalc--neoUi .acscalc__card--form .acscalc__readerTrustBadge,
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__readerTrustBadge{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    margin:0 0 16px 0!important;
    max-width:100%!important;
  }
}
@media (max-width:640px){
  .acscalc__readerTrustBadge{font-size:12px!important;padding:8px 12px!important;gap:6px!important;}
  .acscalc-comments{padding:0 12px!important;margin:24px auto 54px!important;}
}

/* ============================================================
   v2.9.15 Neo Cosmic: preview-tone polish + hidden linked theme + unified comments
   - theme is driven by page link / URL prefill; keep select for submit, hide UI
   - comments visually match the Neo cosmic/glass system
   - darker premium preview palette with warmer gold / softer purple
   ============================================================ */
.acscalc--neoUi{
  --neo-bg:#060512!important;
  --neo-bg2:#100821!important;
  --neo-card:rgba(255,255,255,.066)!important;
  --neo-card2:rgba(255,255,255,.092)!important;
  --neo-line:rgba(255,255,255,.135)!important;
  --neo-line2:rgba(247,220,162,.30)!important;
  --neo-muted:rgba(255,255,255,.70)!important;
  --neo-soft:rgba(255,255,255,.48)!important;
  --neo-gold:#f7dca2!important;
  --neo-purple:#c7a2ff!important;
  --neo-blue:#99dbff!important;
  --neo-shadow:0 28px 90px rgba(0,0,0,.36)!important;
}
.acscalc__viewport{
  background:
    radial-gradient(circle at 18% 8%, rgba(157,91,255,.28), transparent 31%),
    radial-gradient(circle at 82% 4%, rgba(255,220,150,.16), transparent 28%),
    radial-gradient(circle at 50% 95%, rgba(67,170,255,.14), transparent 34%),
    linear-gradient(180deg,#060512,#100821 45%,#070513)!important;
}
.acscalc__viewport::before{
  opacity:.42!important;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.86) 0 1px, transparent 1.35px),
    radial-gradient(circle, rgba(255,255,255,.40) 0 1px, transparent 1.45px)!important;
  background-size:84px 84px,143px 143px!important;
  background-position:0 0,34px 18px!important;
  inset:0!important;
  filter:none!important;
}
.acscalc__viewport::after{
  background:radial-gradient(circle at 50% 20%, transparent 0 58%, rgba(0,0,0,.35) 100%)!important;
  opacity:.50!important;
}
.acscalc--neoUi .acscalc__card,
.acscalc--neoResultMode .acscalc__neoGroup,
.acscalc--neoResultMode .acscalc__neoCard,
.acscalc--neoResultMode .acscalc__neoProductRail,
.acscalc--neoResultMode .acscalc__neoReportNav,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  background:linear-gradient(180deg,rgba(255,255,255,.073),rgba(255,255,255,.045))!important;
  border-color:rgba(255,255,255,.135)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.acscalc--neoUi .acscalc__card--form{
  background:
    radial-gradient(circle at 88% 8%,rgba(247,220,162,.12),transparent 32%),
    radial-gradient(circle at 10% 10%,rgba(199,162,255,.16),transparent 38%),
    linear-gradient(135deg,rgba(255,255,255,.080),rgba(116,86,183,.115))!important;
}
.acscalc--neoUi .acscalc__group,
.acscalc--neoUi .acscalc__field,
.acscalc--neoResultMode .acscalc__neoRailCard,
.acscalc--neoResultMode .acscalc__neoProductRail .acscalc__product{
  background:rgba(0,0,0,.18)!important;
  border-color:rgba(255,255,255,.105)!important;
}
.acscalc--neoUi .acscalc__groupTitle,
.acscalc--neoResultMode .acscalc__neoGroupBadge,
.acscalc--neoResultMode .acscalc__neoRailBadge{
  background:rgba(247,220,162,.10)!important;
  border-color:rgba(247,220,162,.28)!important;
  color:#f7dca2!important;
}

/* Theme selection is now link-driven. Hide the whole Question Type block but keep the original select/value in the form. */
.acscalc--neoUi .acscalc__field--themeHidden,
.acscalc--neoUi .acscalc__field--themeSelect,
.acscalc--neoUi .acscalc__neoThemeCards,
.acscalc--neoUi .acscalc__neoThemeSelectOriginal{
  display:none!important;
  visibility:hidden!important;
}
.acscalc--neoUi .acscalc__group--themeHidden,
.acscalc--neoUi .acscalc__group:has(.acscalc__field--themeSelect),
.acscalc--neoUi .acscalc__group:has(select[name="theme"]){
  display:none!important;
  visibility:hidden!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

/* Bottom CTA: fixed max button column so long labels wrap inside the band instead of being cropped at the right edge. */
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  grid-template-columns:minmax(0,1fr) minmax(260px,420px)!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  width:100%!important;
  min-width:0!important;
  max-width:420px!important;
  justify-content:stretch!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  overflow:visible!important;
  text-overflow:clip!important;
  padding-inline:20px!important;
}
@media (max-width:1180px){
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    grid-template-columns:1fr!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    max-width:none!important;
    justify-self:stretch!important;
  }
}

/* Reader Notes / Community Reflections: same cosmic card system as the rest of the UI. */
.acscalc-comments,
.acscalc-comments[data-acscalc-comments],
[data-acscalc-comments]{
  display:block!important;
  visibility:visible!important;
}
.acscalc-comments{
  width:min(1480px,calc(100vw - 32px))!important;
  margin:44px auto 82px!important;
  padding:0!important;
  color:#fff!important;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif!important;
}
.acscalc-comments__inner{
  position:relative!important;
  overflow:hidden!important;
  padding:28px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(199,162,255,.16),transparent 38%),
    radial-gradient(circle at 90% 8%,rgba(247,220,162,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.045))!important;
  border:1px solid rgba(255,255,255,.135)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.045)!important;
  backdrop-filter:blur(20px)!important;
}
.acscalc-comments__inner::before{
  content:""!important;
  position:absolute!important;
  inset:auto -120px -180px auto!important;
  width:340px!important;
  height:340px!important;
  border-radius:50%!important;
  background:rgba(153,219,255,.10)!important;
  filter:blur(42px)!important;
  pointer-events:none!important;
}
.acscalc-comments__head{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 20px!important;
  padding:0 0 18px!important;
  border-bottom:1px solid rgba(255,255,255,.11)!important;
}
.acscalc-comments__eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 10px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(247,220,162,.10)!important;
  border:1px solid rgba(247,220,162,.28)!important;
  color:#f7dca2!important;
  letter-spacing:.14em!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.acscalc-comments__title{
  margin:0!important;
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  color:#fff!important;
  font-weight:950!important;
}
.acscalc-comments__count{
  min-height:46px!important;
  padding:10px 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.065)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055)!important;
}
.acscalc-comments__form{
  position:relative!important;
  z-index:1!important;
  padding:18px!important;
  margin:0 0 18px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  background:rgba(0,0,0,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.acscalc-comments__logged{
  margin-bottom:14px!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.070)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:rgba(255,255,255,.90)!important;
  font-weight:900!important;
}
.acscalc-comments__field label,
.acscalc-comments__field{
  color:rgba(255,255,255,.82)!important;
  font-weight:850!important;
}
.acscalc-comments__field input,
.acscalc-comments__field textarea{
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(6,5,18,.62)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.acscalc-comments__field input:focus,
.acscalc-comments__field textarea:focus{
  border-color:rgba(247,220,162,.52)!important;
  box-shadow:0 0 0 3px rgba(247,220,162,.12), inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.acscalc-comments__submit{
  min-height:48px!important;
  padding:12px 24px!important;
  border-radius:999px!important;
  border:0!important;
  background:linear-gradient(90deg,#f7dca2,#ddc5ff)!important;
  color:#170d2a!important;
  font-weight:950!important;
  box-shadow:0 18px 38px rgba(120,70,255,.22)!important;
}
.acscalc-comments__list{
  position:relative!important;
  z-index:1!important;
}
.acscalc-comments__item,
.acscalc-comments__empty{
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  background:rgba(255,255,255,.050)!important;
  color:rgba(255,255,255,.86)!important;
}
.acscalc-comments__item::before{
  background:linear-gradient(180deg,#f7dca2,#c7a2ff)!important;
}
@media (max-width:760px){
  .acscalc-comments{width:calc(100vw - 24px)!important;margin:28px auto 60px!important;}
  .acscalc-comments__inner{padding:18px!important;border-radius:24px!important;}
  .acscalc-comments__head{display:block!important;}
  .acscalc-comments__count{margin-top:14px!important;}
}

/* ============================================================
   v2.9.16 Customer layout: no left guide, no right product rail
   - API/admin module order remains the reading stream order
   - crystal/product recommendations are one bottom module with image + button
   - share rail moves to the right
   - chart tabs open first and render larger
   ============================================================ */
.acscalc--neoResultMode .acscalc__neoReportNav,
.acscalc--neoResultMode .acscalc__neoProductRail,
.acscalc--neoResultMode .acscalc__neoGroupHead{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.acscalc--neoResultMode .acscalc__neoShell--singleStream{
  width:min(1420px,calc(100vw - 44px))!important;
  max-width:1420px!important;
  margin:0 auto!important;
  gap:20px!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 68px!important;
  gap:18px!important;
  align-items:start!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream{
  grid-column:1!important;
  display:grid!important;
  gap:20px!important;
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  min-width:0!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoHero,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__modsCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__block,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > section,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > div{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__modsCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__block,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__addonCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__neoCard{
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.073),rgba(255,255,255,.045))!important;
  border:1px solid rgba(255,255,255,.135)!important;
  box-shadow:0 24px 72px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.045)!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock{
  grid-column:2!important;
  justify-self:end!important;
  width:64px!important;
  position:sticky!important;
  top:94px!important;
  right:auto!important;
  z-index:9!important;
  align-self:start!important;
  display:block!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
  width:64px!important;
  padding:10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.060)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.045)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem,
.acscalc--neoResultMode .acscalc__neoShareDock a,
.acscalc--neoResultMode .acscalc__neoShareDock button{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
}

/* Merged bottom crystal recommendation module */
.acscalc--neoResultMode .acscalc__neoCrystalBottom{
  padding:26px!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(199,162,255,.16),transparent 34%),
    radial-gradient(circle at 92% 4%,rgba(247,220,162,.12),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.045))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 28px 86px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalBottomHead{
  display:grid!important;
  gap:8px!important;
  margin:0 0 20px!important;
  padding:0 0 18px!important;
  border-bottom:1px solid rgba(255,255,255,.11)!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalBottomHead span{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(247,220,162,.10)!important;
  border:1px solid rgba(247,220,162,.28)!important;
  color:#f7dca2!important;
  font-size:13px!important;
  font-weight:950!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalBottomHead h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(28px,2.6vw,42px)!important;
  letter-spacing:-.035em!important;
  line-height:1.08!important;
  font-weight:950!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalBottomHead p{
  margin:0!important;
  color:rgba(255,255,255,.70)!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.acscalc--neoResultMode.acscalc--neoQuick .acscalc__neoCrystalGrid,
.acscalc--neoQuick .acscalc__neoCrystalGrid{
  grid-template-columns:minmax(0,1fr)!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalItem{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  gap:14px!important;
  padding:16px!important;
  border-radius:26px!important;
  background:rgba(0,0,0,.20)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
  min-width:0!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalMedia{
  display:block!important;
  width:100%!important;
  aspect-ratio:1.18 / .82!important;
  min-height:178px!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:radial-gradient(circle at 50% 20%,rgba(247,220,162,.18),rgba(199,162,255,.08) 45%,rgba(0,0,0,.18))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  text-decoration:none!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalMedia img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  transform:scale(1.01)!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalImageFallback{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  font-size:52px!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalContent{
  display:grid!important;
  gap:12px!important;
  align-content:start!important;
  min-width:0!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalName{
  color:#fff!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:950!important;
  overflow-wrap:anywhere!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction,
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productButtons,
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productButtonsMain,
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productButtonsGrid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoCrystalAction a.acscalc__btn,
.acscalc--neoResultMode .acscalc__neoCrystalAction button.acscalc__btn{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:56px!important;
  height:auto!important;
  padding:12px 18px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:anywhere!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalBottom .acscalc__productTitle,
.acscalc--neoResultMode .acscalc__neoCrystalBottom .price,
.acscalc--neoResultMode .acscalc__neoCrystalBottom .acscalc__productPrice{
  display:none!important;
}

/* Birth chart first and larger */
.acscalc--neoResultMode .acscalc__neoMain--singleStream [data-module-role="precise_tabs"],
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__tabContainer--preciseTop,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__tabContainer--primaryNav{
  padding:28px!important;
  border-radius:32px!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__tabPanel.is-active{
  display:block!important;
  visibility:visible!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__chartWrap,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__preciseChartMount,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__preciseWheelCanvas{
  min-height:520px!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__chartSvg,
.acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__neoMain--singleStream svg.acscalc__chartSvg,
.acscalc--neoResultMode .acscalc__neoMain--singleStream svg.acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__neoMain--singleStream [data-chart-mount] svg{
  width:min(100%,760px)!important;
  max-width:760px!important;
  min-width:420px!important;
  min-height:420px!important;
  height:auto!important;
  margin:18px auto!important;
}

/* Comments: use the same page width and glass language on input + result pages. */
.acscalc-comments{
  width:min(1280px,calc(100vw - 44px))!important;
  max-width:1280px!important;
  margin:34px auto 82px!important;
}
.acscalc-comments__inner{
  border-radius:32px!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(199,162,255,.16),transparent 38%),
    radial-gradient(circle at 92% 8%,rgba(247,220,162,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.045))!important;
  border:1px solid rgba(255,255,255,.135)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.045)!important;
}

@media (max-width:1100px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream{
    width:min(100%,calc(100vw - 24px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple{
    grid-template-columns:1fr!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock{
    grid-column:1!important;
    position:relative!important;
    top:auto!important;
    width:100%!important;
    justify-self:center!important;
    order:20!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
    width:auto!important;
    max-width:100%!important;
    padding:8px!important;
    border-radius:999px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalGrid{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream,
  .acscalc-comments{
    width:calc(100vw - 20px)!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalBottom{
    padding:18px!important;
    border-radius:26px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalMedia{
    min-height:210px!important;
  }
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__chartWrap,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__preciseChartMount,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__preciseWheelCanvas{
    min-height:360px!important;
  }
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__chartSvg,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream svg.acscalc__chartSvg,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream svg.acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream [data-chart-mount] svg{
    width:min(100%,380px)!important;
    max-width:380px!important;
    min-width:280px!important;
    min-height:280px!important;
  }
}

/* ============================================================
   v2.9.17 Customer layout refinement
   - hero/top report header stays above chart
   - precise chart is first content card but collapsed by default
   - result stream is narrower, leaving starfield breathing room
   - comments use the same width/card language as the result stream
   ============================================================ */
.acscalc--neoResultMode .acscalc__neoShell--singleStream{
  width:min(1140px,calc(100vw - 72px))!important;
  max-width:1140px!important;
  margin:0 auto!important;
}
.acscalc--neoResultMode .acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple{
  grid-template-columns:minmax(0,1fr) 64px!important;
  gap:18px!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream{
  max-width:1040px!important;
  width:100%!important;
  margin:0 auto!important;
}
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions{
  width:100%!important;
  max-width:1040px!important;
  margin:20px auto 0!important;
}
.acscalc--neoResultMode .acscalc__neoHero{
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapse{
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
  padding:0!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 15% 0%,rgba(199,162,255,.14),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.043))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 24px 72px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.045)!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseSummary{
  list-style:none!important;
  cursor:pointer!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  grid-template-areas:"kicker title icon" "hint hint icon"!important;
  gap:7px 14px!important;
  align-items:center!important;
  padding:22px 26px!important;
  color:#fff!important;
  user-select:none!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseSummary::-webkit-details-marker{display:none!important;}
.acscalc--neoResultMode .acscalc__neoChartCollapseKicker{
  grid-area:kicker!important;
  display:inline-flex!important;
  width:max-content!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:rgba(247,220,162,.10)!important;
  border:1px solid rgba(247,220,162,.28)!important;
  color:#f7dca2!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseTitle{
  grid-area:title!important;
  font-size:clamp(24px,2vw,34px)!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseHint{
  grid-area:hint!important;
  color:rgba(255,255,255,.68)!important;
  font-size:15px!important;
  line-height:1.45!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseIcon{
  grid-area:icon!important;
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  color:#f7dca2!important;
  transition:transform .2s ease!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapse[open] .acscalc__neoChartCollapseIcon{
  transform:rotate(180deg)!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseBody{
  padding:0 22px 24px!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapse:not([open]) .acscalc__neoChartCollapseBody{
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseBody > .acscalc__neoCard,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody > .acscalc__modsCard,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody > .acscalc__tabContainer,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody > section,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody > div{
  margin:0!important;
  width:100%!important;
  max-width:100%!important;
  box-shadow:none!important;
  background:rgba(0,0,0,.10)!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__tabContainer--preciseTop,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__tabContainer--primaryNav,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody [data-module-role="precise_tabs"]{
  padding:20px!important;
  border-radius:24px!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__chartWrap,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__preciseChartMount,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__preciseWheelCanvas{
  min-height:480px!important;
}
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__chartSvg,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody svg.acscalc__chartSvg,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody svg.acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__neoChartCollapseBody [data-chart-mount] svg{
  width:min(100%,680px)!important;
  max-width:680px!important;
  min-width:380px!important;
  min-height:380px!important;
}
.acscalc-comments,
.acscalc-comments[data-acscalc-comments],
[data-acscalc-comments]{
  display:block!important;
  visibility:visible!important;
}
.acscalc-comments{
  width:min(1040px,calc(100vw - 72px))!important;
  max-width:1040px!important;
  margin:22px auto 76px!important;
  padding:0!important;
  color:#fff!important;
}
.acscalc-comments__inner{
  padding:26px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 14% 0%,rgba(199,162,255,.15),transparent 36%),
    radial-gradient(circle at 92% 10%,rgba(247,220,162,.09),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.043))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 24px 72px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.045)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.acscalc-comments__title{
  font-size:clamp(28px,2.6vw,38px)!important;
  letter-spacing:-.035em!important;
}
.acscalc-comments__form{
  border-radius:24px!important;
  background:rgba(0,0,0,.16)!important;
  border:1px solid rgba(255,255,255,.11)!important;
}
.acscalc-comments__field input,
.acscalc-comments__field textarea{
  background:rgba(7,6,22,.66)!important;
  border:1px solid rgba(255,255,255,.13)!important;
}
@media (max-width:1180px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream,
  .acscalc-comments{
    width:min(100%,calc(100vw - 28px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream,
  .acscalc-comments{
    width:calc(100vw - 20px)!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartCollapseSummary{
    grid-template-columns:1fr auto!important;
    grid-template-areas:"kicker icon" "title icon" "hint hint"!important;
    padding:18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody{
    padding:0 14px 18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__chartWrap,
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__preciseChartMount,
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__preciseWheelCanvas{
    min-height:340px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__chartSvg,
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody .acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody svg.acscalc__chartSvg,
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody svg.acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__neoChartCollapseBody [data-chart-mount] svg{
    width:min(100%,360px)!important;
    max-width:360px!important;
    min-width:260px!important;
    min-height:260px!important;
  }
}

/* ============================================================
   v2.9.18 Customer fix
   - bottom CTA bands are aligned with the main result stream
   - Birth Chart is no longer an outer collapsible block
   - chart tabs keep accordion behavior and start collapsed
   - share rail is parked tight to the right side
   - result stream is narrower with decorative side meteors
   ============================================================ */

@keyframes acscalcMeteorDriftA{
  0%{transform:translate3d(-18px,-34px,0) rotate(-18deg);opacity:0;}
  12%{opacity:.72;}
  54%{opacity:.48;}
  100%{transform:translate3d(44px,78px,0) rotate(-18deg);opacity:0;}
}
@keyframes acscalcMeteorDriftB{
  0%{transform:translate3d(28px,-44px,0) rotate(-18deg);opacity:0;}
  14%{opacity:.62;}
  62%{opacity:.38;}
  100%{transform:translate3d(-36px,88px,0) rotate(-18deg);opacity:0;}
}
@keyframes acscalcSideStarPulse{
  0%,100%{opacity:.56;filter:blur(0);}
  50%{opacity:.86;filter:blur(.2px);}
}

.acscalc--neoResultMode .acscalc__neoShell--singleStream{
  position:relative!important;
  width:min(1500px,calc(100vw - 40px))!important;
  max-width:1500px!important;
  margin:0 auto!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.acscalc--neoResultMode .acscalc__neoShell--singleStream::before,
.acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
  content:""!important;
  position:absolute!important;
  top:82px!important;
  bottom:40px!important;
  width:clamp(120px,13vw,230px)!important;
  pointer-events:none!important;
  z-index:0!important;
  opacity:.80!important;
  background:
    radial-gradient(circle at 24% 16%,rgba(255,255,255,.72) 0 1px,transparent 2px),
    radial-gradient(circle at 68% 28%,rgba(247,220,162,.60) 0 1px,transparent 2px),
    radial-gradient(circle at 36% 62%,rgba(199,162,255,.66) 0 1px,transparent 2px),
    linear-gradient(115deg,transparent 0 30%,rgba(255,255,255,.65) 31%,rgba(247,220,162,.22) 34%,transparent 41%),
    linear-gradient(115deg,transparent 0 58%,rgba(199,162,255,.52) 59%,rgba(255,255,255,.15) 62%,transparent 70%);
  background-size:72px 86px,96px 110px,88px 104px,170px 170px,220px 220px!important;
  background-position:0 0,26px 42px,18px 10px,0 120px,20px 360px!important;
  animation:acscalcSideStarPulse 4.8s ease-in-out infinite!important;
}
.acscalc--neoResultMode .acscalc__neoShell--singleStream::before{
  left:0!important;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.62),transparent)!important;
  -webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.62),transparent)!important;
}
.acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
  right:76px!important;
  transform:scaleX(-1)!important;
  mask-image:linear-gradient(270deg,rgba(0,0,0,.95),rgba(0,0,0,.62),transparent)!important;
  -webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.95),rgba(0,0,0,.62),transparent)!important;
}
.acscalc--neoResultMode .acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
  display:grid!important;
  gap:20px!important;
}
.acscalc--neoResultMode .acscalc__neoHero,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__modsCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__block,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > section,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > div{
  width:100%!important;
  max-width:1040px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}

/* Right share rail: do not consume layout space; sit close to the right page edge. */
.acscalc--neoResultMode .acscalc__neoShareDock{
  position:fixed!important;
  top:96px!important;
  right:max(18px,calc((100vw - 1500px) / 2 + 18px))!important;
  left:auto!important;
  bottom:auto!important;
  width:64px!important;
  margin:0!important;
  z-index:60!important;
  transform:none!important;
  display:block!important;
}
body.admin-bar .acscalc--neoResultMode .acscalc__neoShareDock{
  top:128px!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
  width:64px!important;
  padding:10px!important;
  margin:0!important;
  border-radius:999px!important;
}
.acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
}

/* Birth Chart card: open wrapper, no outer dropdown control. */
.acscalc--neoResultMode .acscalc__neoChartPanel{
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
  padding:0!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 15% 0%,rgba(199,162,255,.14),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.043))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 24px 72px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.045)!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelHead,
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseSummary{
  cursor:default!important;
  list-style:none!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-areas:"kicker title" "hint hint"!important;
  gap:7px 14px!important;
  align-items:center!important;
  padding:22px 26px!important;
  color:#fff!important;
  user-select:text!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseIcon{
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody,
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseBody{
  display:block!important;
  visibility:visible!important;
  padding:0 22px 24px!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody > .acscalc__neoCard,
.acscalc--neoResultMode .acscalc__neoChartPanelBody > .acscalc__modsCard,
.acscalc--neoResultMode .acscalc__neoChartPanelBody > .acscalc__tabContainer,
.acscalc--neoResultMode .acscalc__neoChartPanelBody > section,
.acscalc--neoResultMode .acscalc__neoChartPanelBody > div{
  margin:0!important;
  width:100%!important;
  max-width:100%!important;
  box-shadow:none!important;
  background:rgba(0,0,0,.10)!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav,
.acscalc--neoResultMode .acscalc__neoChartPanelBody [data-module-role="precise_tabs"]{
  padding:20px!important;
  border-radius:24px!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanel:not(.is-active),
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanel[hidden]{
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanel.is-active{
  display:block!important;
  visibility:visible!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__chartWrap,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__preciseChartMount,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__preciseWheelCanvas{
  min-height:480px!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__chartSvg,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__neoChartPanelBody svg.acscalc__chartSvg,
.acscalc--neoResultMode .acscalc__neoChartPanelBody svg.acscalc__preciseWheelSvg,
.acscalc--neoResultMode .acscalc__neoChartPanelBody [data-chart-mount] svg{
  width:min(100%,680px)!important;
  max-width:680px!important;
  min-width:380px!important;
  min-height:380px!important;
  height:auto!important;
  margin:18px auto!important;
}

/* Bottom CTA alignment: now lives inside the main stream, same width as every result card. */
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoBottomActions,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions{
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  gap:20px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  width:100%!important;
  max-width:1040px!important;
  min-height:136px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,420px)!important;
  gap:24px!important;
  align-items:center!important;
  padding:28px 34px!important;
  border-radius:30px!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionCopy{
  min-width:0!important;
  width:100%!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle,
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  max-width:100%!important;
  text-align:left!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  width:100%!important;
  min-width:0!important;
  max-width:420px!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:break-word!important;
  text-align:center!important;
}

.acscalc-comments{
  width:min(1040px,calc(100vw - 72px))!important;
  max-width:1040px!important;
}

@media (max-width:1180px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream{
    width:min(100%,calc(100vw - 28px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoMain--singleStream,
  .acscalc--neoResultMode .acscalc__neoHero,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > section,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > div{
    max-width:100%!important;
  }
  .acscalc--neoResultMode .acscalc__neoShell--singleStream::before,
  .acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
    width:110px!important;
    opacity:.42!important;
  }
}
@media (max-width:900px){
  .acscalc--neoResultMode .acscalc__neoShareDock{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    width:100%!important;
    margin:18px auto 0!important;
    z-index:3!important;
  }
  body.admin-bar .acscalc--neoResultMode .acscalc__neoShareDock{top:auto!important;}
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
    width:auto!important;
    max-width:100%!important;
    padding:8px!important;
    border-radius:999px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShell--singleStream::before,
  .acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
    display:none!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    grid-template-columns:1fr!important;
    padding:22px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    justify-self:stretch!important;
    max-width:none!important;
  }
}
@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream,
  .acscalc-comments{
    width:calc(100vw - 20px)!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelHead,
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseSummary{
    grid-template-columns:1fr!important;
    grid-template-areas:"kicker" "title" "hint"!important;
    padding:18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelBody,
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseBody{
    padding:0 14px 18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__chartWrap,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__preciseChartMount,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__preciseWheelCanvas{
    min-height:340px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__chartSvg,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody svg.acscalc__chartSvg,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody svg.acscalc__preciseWheelSvg,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody [data-chart-mount] svg{
    width:min(100%,360px)!important;
    max-width:360px!important;
    min-width:260px!important;
    min-height:260px!important;
  }
}

/* ============================================================
   v2.9.19 Customer fix
   - result stream narrowed again
   - Planetary Snapshots reads as a single vertical list
   - side effects changed to sparse, subtle animated stars/meteors
   ============================================================ */
:root{
  --acscalc-neo-result-card-w:860px;
  --acscalc-neo-result-shell-w:1340px;
}

@keyframes acscalcSoftSideDriftLeft{
  0%{transform:translate3d(0,-24px,0);opacity:.16;}
  35%{opacity:.34;}
  70%{opacity:.24;}
  100%{transform:translate3d(0,42px,0);opacity:.16;}
}
@keyframes acscalcSoftSideDriftRight{
  0%{transform:scaleX(-1) translate3d(0,-34px,0);opacity:.14;}
  38%{opacity:.30;}
  72%{opacity:.22;}
  100%{transform:scaleX(-1) translate3d(0,48px,0);opacity:.14;}
}
@keyframes acscalcSoftMeteorGlow{
  0%,100%{filter:drop-shadow(0 0 0 rgba(247,220,162,0));}
  45%{filter:drop-shadow(0 0 10px rgba(247,220,162,.20));}
}

.acscalc--neoResultMode .acscalc__neoShell--singleStream{
  width:min(var(--acscalc-neo-result-shell-w),calc(100vw - 40px))!important;
  max-width:var(--acscalc-neo-result-shell-w)!important;
}
.acscalc--neoResultMode .acscalc__neoMain--singleStream{
  max-width:var(--acscalc-neo-result-card-w)!important;
}
.acscalc--neoResultMode .acscalc__neoHero,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__modsCard,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__block,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > section,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > div,
.acscalc--neoResultMode .acscalc__neoChartPanel,
.acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoBottomActions,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions,
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  max-width:var(--acscalc-neo-result-card-w)!important;
}
.acscalc-comments{
  width:min(var(--acscalc-neo-result-card-w),calc(100vw - 72px))!important;
  max-width:var(--acscalc-neo-result-card-w)!important;
}

/* Planetary Snapshots: one item per row, no two-column split on desktop. */
.acscalc--neoResultMode .acscalc__neoCard--planetary .acscalc__modsBody,
.acscalc--neoResultMode .acscalc__neoCard--planetary .acscalc__modsBody--collapsible,
.acscalc--neoResultMode [data-module-key="complete_planetary_snapshots"] .acscalc__modsBody,
.acscalc--neoResultMode [data-module-key="complete_planetary_snapshots"] .acscalc__modsBody--collapsible{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:24px!important;
}
.acscalc--neoResultMode .acscalc__neoCard--planetary .acscalc__modsBody > *,
.acscalc--neoResultMode [data-module-key="complete_planetary_snapshots"] .acscalc__modsBody > *{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

/* Replace the busy static side stripes with lighter animated cosmic details. */
.acscalc--neoResultMode .acscalc__neoShell--singleStream::before,
.acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
  top:40px!important;
  bottom:40px!important;
  width:max(0px,calc((100% - var(--acscalc-neo-result-card-w)) / 2 - 32px))!important;
  max-width:210px!important;
  min-width:0!important;
  opacity:.28!important;
  background:
    radial-gradient(circle at 18% 10%,rgba(255,255,255,.82) 0 1px,transparent 2px),
    radial-gradient(circle at 72% 22%,rgba(247,220,162,.55) 0 1px,transparent 2px),
    radial-gradient(circle at 42% 58%,rgba(199,162,255,.62) 0 1px,transparent 2px),
    radial-gradient(circle at 80% 78%,rgba(255,255,255,.48) 0 1px,transparent 2px),
    linear-gradient(128deg,transparent 0 46%,rgba(255,255,255,.40) 48%,rgba(247,220,162,.16) 50%,transparent 55%)!important;
  background-size:170px 260px,210px 320px,190px 300px,230px 360px,260px 420px!important;
  background-position:0 0,28px 78px,12px 140px,38px 230px,0 60px!important;
  mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.62) 14%,rgba(0,0,0,.55) 86%,transparent)!important;
  -webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.62) 14%,rgba(0,0,0,.55) 86%,transparent)!important;
  animation:acscalcSoftSideDriftLeft 22s linear infinite, acscalcSoftMeteorGlow 7s ease-in-out infinite!important;
}
.acscalc--neoResultMode .acscalc__neoShell--singleStream::before{
  left:0!important;
  right:auto!important;
}
.acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
  right:0!important;
  left:auto!important;
  animation:acscalcSoftSideDriftRight 26s linear infinite, acscalcSoftMeteorGlow 8s ease-in-out infinite!important;
}

.acscalc--neoResultMode .acscalc__neoShareDock{
  right:max(18px,calc((100vw - var(--acscalc-neo-result-shell-w)) / 2 + 18px))!important;
}

@media (max-width:1180px){
  .acscalc--neoResultMode .acscalc__neoShell--singleStream{
    width:min(100%,calc(100vw - 28px))!important;
  }
  .acscalc--neoResultMode .acscalc__neoShell--singleStream::before,
  .acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
    display:none!important;
  }
}
@media (max-width:900px){
  .acscalc--neoResultMode .acscalc__neoShareDock{
    right:auto!important;
  }
}
@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoMain--singleStream,
  .acscalc--neoResultMode .acscalc__neoHero,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > section,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > div,
  .acscalc--neoResultMode .acscalc__neoChartPanel,
  .acscalc-comments{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
  }
}


/* ============================================================
   v2.9.20 Customer fix
   - bottom human/support CTA modules regain clear glass card frames
   - side effects are real animated star/meteor nodes, not static stripes
   ============================================================ */
:root{
  --acscalc-neo-result-card-w:860px;
  --acscalc-neo-result-shell-w:1340px;
}

.acscalc--neoResultMode .acscalc__neoShell--singleStream{
  position:relative!important;
  isolation:isolate!important;
}
.acscalc--neoResultMode .acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
.acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple{
  position:relative!important;
  z-index:2!important;
}

/* Make the two bottom CTA rows read as proper cards again. */
.acscalc--neoResultMode .acscalc__neoBottomActions{
  display:grid!important;
  gap:22px!important;
  width:100%!important;
  max-width:var(--acscalc-neo-result-card-w)!important;
  margin:24px auto 0!important;
  box-sizing:border-box!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(250px,420px)!important;
  gap:24px!important;
  align-items:center!important;
  min-height:142px!important;
  padding:30px 34px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 12% 12%,rgba(247,220,162,.115),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(199,162,255,.12),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.088),rgba(255,255,255,.045))!important;
  border:1px solid rgba(255,255,255,.17)!important;
  box-shadow:0 26px 74px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.075)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand--primary{
  border-color:rgba(247,220,162,.22)!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand--secondary{
  border-color:rgba(199,162,255,.20)!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle{
  margin:0!important;
  font-size:clamp(28px,3.1vw,42px)!important;
  line-height:1.06!important;
  letter-spacing:-.025em!important;
  color:#fff!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  margin:14px 0 0!important;
  max-width:520px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:17px!important;
  line-height:1.55!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  width:100%!important;
  min-width:0!important;
  max-width:420px!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:break-word!important;
  text-align:center!important;
}

/* Remove the old large diagonal side stripe layer; the new moving nodes below replace it. */
.acscalc--neoResultMode .acscalc__neoShell--singleStream::before,
.acscalc--neoResultMode .acscalc__neoShell--singleStream::after{
  content:none!important;
  display:none!important;
}

.acscalc--neoResultMode .acscalc__neoSideFx{
  --sidefx-w:min(210px,max(80px,calc((100% - var(--acscalc-neo-result-card-w) - 86px) / 2 - 20px)));
  position:absolute!important;
  top:34px!important;
  bottom:34px!important;
  width:var(--sidefx-w)!important;
  min-width:0!important;
  pointer-events:none!important;
  overflow:hidden!important;
  z-index:1!important;
  border-radius:34px!important;
  opacity:.72!important;
  mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.88) 9%,rgba(0,0,0,.88) 91%,transparent)!important;
  -webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.88) 9%,rgba(0,0,0,.88) 91%,transparent)!important;
}
.acscalc--neoResultMode .acscalc__neoSideFx--left{left:0!important;}
.acscalc--neoResultMode .acscalc__neoSideFx--right{right:86px!important;transform:scaleX(-1)!important;}

.acscalc--neoResultMode .acscalc__neoSideFx::before,
.acscalc--neoResultMode .acscalc__neoSideFx::after{
  content:""!important;
  position:absolute!important;
  inset:-80px 0!important;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.76) 0 1px,transparent 1.7px),
    radial-gradient(circle,rgba(247,220,162,.50) 0 1px,transparent 1.6px),
    radial-gradient(circle,rgba(199,162,255,.46) 0 1px,transparent 1.5px)!important;
  background-size:88px 120px,132px 170px,176px 230px!important;
  background-position:0 0,38px 58px,82px 104px!important;
  opacity:.36!important;
  animation:acscalcSideStarsFlow 12s linear infinite!important;
  will-change:background-position,opacity!important;
}
.acscalc--neoResultMode .acscalc__neoSideFx::after{
  opacity:.22!important;
  filter:blur(.2px)!important;
  animation-duration:18s!important;
  animation-direction:reverse!important;
}
.acscalc--neoResultMode .acscalc__neoSideFx i,
.acscalc--neoResultMode .acscalc__neoSideFx span{
  position:absolute!important;
  display:block!important;
  pointer-events:none!important;
  will-change:transform,opacity!important;
}
.acscalc--neoResultMode .acscalc__neoSideFx i{
  width:4px!important;
  height:4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 0 12px rgba(199,162,255,.55)!important;
  opacity:.10!important;
  animation:acscalcSideSparkle 4.8s ease-in-out infinite!important;
}
.acscalc--neoResultMode .acscalc__neoSideFx i:nth-child(1){left:16%;top:12%;animation-delay:.2s!important;}
.acscalc--neoResultMode .acscalc__neoSideFx i:nth-child(2){left:72%;top:28%;animation-delay:1.7s!important;}
.acscalc--neoResultMode .acscalc__neoSideFx i:nth-child(3){left:34%;top:58%;animation-delay:3.0s!important;}
.acscalc--neoResultMode .acscalc__neoSideFx i:nth-child(4){left:82%;top:78%;animation-delay:4.1s!important;}
.acscalc--neoResultMode .acscalc__neoSideFx span{
  left:-80px!important;
  width:92px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),rgba(247,220,162,.52),transparent)!important;
  box-shadow:0 0 14px rgba(247,220,162,.22)!important;
  opacity:0!important;
  transform:translate3d(-120px,0,0) rotate(-36deg)!important;
  animation:acscalcSideMeteor 7.2s ease-in-out infinite!important;
}
.acscalc--neoResultMode .acscalc__neoSideFx span:nth-of-type(1){top:22%;animation-delay:.8s!important;}
.acscalc--neoResultMode .acscalc__neoSideFx span:nth-of-type(2){top:68%;animation-delay:4.3s!important;animation-duration:8.6s!important;}

@keyframes acscalcSideStarsFlow{
  0%{background-position:0 0,38px 58px,82px 104px;opacity:.24;}
  50%{opacity:.42;}
  100%{background-position:0 180px,38px 250px,82px 340px;opacity:.24;}
}
@keyframes acscalcSideSparkle{
  0%,100%{opacity:.12;transform:scale(.72) translate3d(0,0,0);}
  45%{opacity:.82;transform:scale(1.12) translate3d(0,-10px,0);}
}
@keyframes acscalcSideMeteor{
  0%,18%{opacity:0;transform:translate3d(-130px,-30px,0) rotate(-36deg);}
  28%{opacity:.72;}
  54%{opacity:0;transform:translate3d(310px,170px,0) rotate(-36deg);}
  100%{opacity:0;transform:translate3d(310px,170px,0) rotate(-36deg);}
}

@media (max-width:1180px){
  .acscalc--neoResultMode .acscalc__neoSideFx{display:none!important;}
}
@media (max-width:900px){
  .acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    grid-template-columns:1fr!important;
    padding:24px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    max-width:none!important;
    justify-self:stretch!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .acscalc--neoResultMode .acscalc__neoSideFx,
  .acscalc--neoResultMode .acscalc__neoSideFx *,
  .acscalc--neoResultMode .acscalc__neoSideFx::before,
  .acscalc--neoResultMode .acscalc__neoSideFx::after{
    animation:none!important;
  }
}


/* ============================================================
   v2.9.21 Customer fix
   - Birth Chart inner tab buttons centered, same size, reliable click area
   - bottom crystal CTA buttons use equal button/card rhythm
   - bottom human/support cards stack copy above the button
   ============================================================ */

/* Birth Chart: three internal buttons centered and equal. The outer chart card remains open. */
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike{
  position:relative!important;
  z-index:5!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabNav,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike .acscalc__tabNav{
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0, 190px))!important;
  justify-content:center!important;
  justify-items:stretch!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  max-width:660px!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  position:relative!important;
  z-index:20!important;
  pointer-events:auto!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
  width:190px!important;
  min-width:190px!important;
  max-width:190px!important;
  height:62px!important;
  min-height:62px!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 18px!important;
  margin:0!important;
  border-radius:20px!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:21!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtnText,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike .acscalc__tabBtnText{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtnChevron,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike .acscalc__tabBtnChevron{
  flex:0 0 auto!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanels{
  margin-top:18px!important;
  position:relative!important;
  z-index:3!important;
}
@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabNav,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike .acscalc__tabNav{
    grid-template-columns:1fr!important;
    max-width:100%!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop.acscalc__tabContainer--accordionLike .acscalc__tabBtn,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav.acscalc__tabContainer--accordionLike .acscalc__tabBtn{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
}

/* Bottom crystal recommendations: equal card/button heights and centered button content. */
.acscalc--neoResultMode .acscalc__neoCrystalGrid{
  align-items:stretch!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalItem{
  height:100%!important;
  grid-template-rows:auto 1fr!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalContent{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalName{
  min-height:48px!important;
  display:flex!important;
  align-items:flex-start!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction{
  margin-top:auto!important;
  width:100%!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoCrystalAction a.acscalc__btn,
.acscalc--neoResultMode .acscalc__neoCrystalAction button.acscalc__btn{
  height:104px!important;
  min-height:104px!important;
  max-height:104px!important;
  width:100%!important;
  max-width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  line-height:1.12!important;
  padding:12px 18px!important;
  box-sizing:border-box!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productBtnLabel{
  display:block!important;
  width:100%!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productBtnMeta{
  width:100%!important;
  justify-content:center!important;
  text-align:center!important;
}

/* Bottom human-reading/support cards: copy above, button below. */
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  gap:22px!important;
  align-items:start!important;
  min-height:0!important;
  padding:34px 36px!important;
  text-align:left!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionCopy{
  width:100%!important;
  max-width:100%!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle{
  max-width:100%!important;
  font-size:clamp(30px,3.2vw,44px)!important;
  line-height:1.08!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  max-width:680px!important;
  margin-top:14px!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  width:100%!important;
  max-width:560px!important;
  justify-self:center!important;
  align-self:stretch!important;
  display:grid!important;
  grid-template-columns:1fr!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  min-height:58px!important;
  height:auto!important;
  width:100%!important;
}
@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    padding:26px 22px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    max-width:100%!important;
  }
}


/* ============================================================
   v2.9.22 verified layout fix
   - Birth Chart tab buttons: centered, equal, reliable click target
   - Crystal recommendation buttons/cards: equal rhythm
   - Bottom CTA cards: text block above, action below, centered alignment
   ============================================================ */

.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabContainer,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav{
  width:100%!important;
  box-sizing:border-box!important;
  pointer-events:auto!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabNav,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabNav,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop .acscalc__tabNav,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav .acscalc__tabNav{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:16px!important;
  width:100%!important;
  max-width:720px!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  position:relative!important;
  z-index:20!important;
  pointer-events:auto!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabBtn,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabBtn,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--preciseTop .acscalc__tabBtn,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabContainer--primaryNav .acscalc__tabBtn{
  flex:0 0 190px!important;
  width:190px!important;
  min-width:190px!important;
  max-width:190px!important;
  height:64px!important;
  min-height:64px!important;
  max-height:64px!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 18px!important;
  margin:0!important;
  text-align:center!important;
  border-radius:22px!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:25!important;
  user-select:none!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabBtnText,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabBtnText{
  display:block!important;
  min-width:0!important;
  max-width:132px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  line-height:1.15!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanels,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabPanels{
  width:100%!important;
  margin-top:20px!important;
  position:relative!important;
  z-index:5!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanel[hidden],
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabPanel[hidden]{
  display:none!important;
}
.acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabPanel.is-active,
.acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabPanel.is-active{
  display:block!important;
  visibility:visible!important;
}

.acscalc--neoResultMode .acscalc__neoCrystalGrid{
  align-items:stretch!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalItem{
  height:100%!important;
  min-height:0!important;
  grid-template-rows:auto 1fr!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalContent{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalName{
  min-height:48px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction{
  margin-top:auto!important;
  width:100%!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoCrystalAction a.acscalc__btn,
.acscalc--neoResultMode .acscalc__neoCrystalAction button.acscalc__btn{
  height:100px!important;
  min-height:100px!important;
  max-height:100px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:12px 18px!important;
  line-height:1.12!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:hidden!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productBtnLabel,
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productBtnMeta{
  width:100%!important;
  max-width:100%!important;
  text-align:center!important;
  justify-content:center!important;
}
.acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__productBtnMeta{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:5px!important;
  font-size:11px!important;
}

.acscalc--neoResultMode .acscalc__neoBottomActions{
  display:grid!important;
  gap:26px!important;
  width:100%!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
.acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  justify-items:center!important;
  align-items:center!important;
  gap:24px!important;
  min-height:0!important;
  padding:38px 42px!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionCopy{
  width:100%!important;
  max-width:760px!important;
  margin:0 auto!important;
  display:grid!important;
  justify-items:center!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionTitle{
  width:100%!important;
  max-width:760px!important;
  margin:0 auto!important;
  font-size:clamp(28px,3vw,40px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionText{
  width:100%!important;
  max-width:720px!important;
  margin:14px auto 0!important;
  text-align:center!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons{
  width:min(100%,560px)!important;
  max-width:560px!important;
  margin:0 auto!important;
  justify-self:center!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:stretch!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__actions,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__addonActions,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__buttons{
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
}
.acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
.acscalc--neoResultMode .acscalc__neoBottomActionButtons button{
  width:100%!important;
  min-height:60px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
}

@media (max-width:760px){
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabBtn,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabBtn{
    flex:1 1 100%!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    padding:28px 22px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionTitle{
    font-size:clamp(26px,8vw,34px)!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoCrystalAction a.acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoCrystalAction button.acscalc__btn{
    height:88px!important;
    min-height:88px!important;
    max-height:88px!important;
  }
}


/* ============================================================
   v2.9.23 Mobile readable result page patch
   - dedicated phone/tablet result typography and spacing
   - forces single-column natural reading flow on mobile
   - prevents desktop-width shrink/zoom from making text unreadable
   ============================================================ */
@media (max-width: 820px), (max-device-width: 820px), (pointer: coarse) and (max-width: 980px){
  html,
  body,
  body.acscalc-neo-result-active{
    overflow-x:hidden!important;
    -webkit-text-size-adjust:100%!important;
    text-size-adjust:100%!important;
  }

  body.acscalc-neo-result-active .site,
  body.acscalc-neo-result-active .site-main,
  body.acscalc-neo-result-active .entry-content,
  body.acscalc-neo-result-active .elementor,
  body.acscalc-neo-result-active .elementor-section,
  body.acscalc-neo-result-active .elementor-container,
  body.acscalc-neo-result-active .elementor-column,
  body.acscalc-neo-result-active .elementor-widget-wrap,
  body.acscalc-neo-result-active .elementor-widget-container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }

  .acscalc--neoUi.acscalc--neoResultMode,
  .acscalc--neoResultMode.acscalc,
  .acscalc.is-results{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:16px!important;
  }

  .acscalc--neoResultMode .acscalc__viewport,
  .acscalc.is-results .acscalc__viewport{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:10px 0 72px!important;
    overflow-x:hidden!important;
  }

  .acscalc--neoResultMode .acscalc__shell,
  .acscalc--neoResultMode .acscalc__pageBody,
  .acscalc--neoResultMode .acscalc__pageBody--preciseReport,
  .acscalc--neoResultMode .acscalc__pageBody--quickReport,
  .acscalc--neoResultMode .acscalc__report,
  .acscalc--neoResultMode .acscalc__report--quick,
  .acscalc--neoResultMode .acscalc__result,
  .acscalc--neoResultMode .acscalc__neoResult,
  .acscalc--neoResultMode .acscalc__neoShell,
  .acscalc--neoResultMode .acscalc__neoShell--singleStream,
  .acscalc.is-results .acscalc__shell,
  .acscalc.is-results .acscalc__result{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }

  .acscalc--neoResultMode .acscalc__neoShell,
  .acscalc--neoResultMode .acscalc__neoShell--singleStream{
    padding:0 12px!important;
    display:block!important;
  }

  .acscalc--neoResultMode .acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoReportBody.acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoQuickBody.acscalc__neoBody--simple,
  .acscalc--neoResultMode .acscalc__neoReportBody,
  .acscalc--neoResultMode .acscalc__neoQuickBody{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .acscalc--neoResultMode .acscalc__neoMain,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream{
    grid-column:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    gap:16px!important;
    overflow:visible!important;
  }

  .acscalc--neoResultMode .acscalc__neoReportNav,
  .acscalc--neoResultMode .acscalc__neoProductRail,
  .acscalc--neoResultMode .acscalc__neoSideFx{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .acscalc--neoResultMode .acscalc__neoShareDock{
    grid-column:1!important;
    order:30!important;
    width:100%!important;
    max-width:100%!important;
    margin:10px auto 0!important;
    position:relative!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    transform:none!important;
    justify-self:center!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__addonCard--share{
    width:auto!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:8px!important;
    border-radius:999px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareRail{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:8px!important;
  }
  .acscalc--neoResultMode .acscalc__neoShareDock .acscalc__shareItem,
  .acscalc--neoResultMode .acscalc__neoShareDock a.acscalc__shareItem,
  .acscalc--neoResultMode .acscalc__neoShareDock button.acscalc__shareItem{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
  }

  .acscalc--neoResultMode .acscalc__neoHero,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__neoCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > section,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream > div,
  .acscalc--neoResultMode .acscalc__neoChartPanel,
  .acscalc--neoResultMode .acscalc__neoBottomActions,
  .acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
  .acscalc.is-results .acscalc__card,
  .acscalc.is-results .acscalc__block,
  .acscalc.is-results .acscalc__modsCard,
  .acscalc.is-results .acscalc__rpmModule,
  .acscalc.is-results .acscalc__upgradeTeaser,
  .acscalc.is-results .acscalc__upgradePage{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
    border-radius:22px!important;
    overflow:visible!important;
  }

  .acscalc--neoResultMode .acscalc__neoHero{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:20px 18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoHeroTop{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin:0 0 10px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBadge{
    width:max-content!important;
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }
  .acscalc--neoResultMode .acscalc__neoBackBtn{
    width:100%!important;
    min-height:46px!important;
    font-size:15px!important;
    border-radius:999px!important;
  }
  .acscalc--neoResultMode .acscalc__neoHero h2{
    font-size:clamp(28px,8.2vw,36px)!important;
    line-height:1.12!important;
    letter-spacing:-.025em!important;
    margin:8px 0 10px!important;
  }
  .acscalc--neoResultMode .acscalc__neoHero p{
    max-width:100%!important;
    font-size:16.5px!important;
    line-height:1.72!important;
    color:rgba(255,255,255,.82)!important;
  }

  .acscalc--neoResultMode .acscalc__neoBirthGrid,
  .acscalc--neoResultMode .acscalc__neoCoreMini{
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:14px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBirthGrid div,
  .acscalc--neoResultMode .acscalc__neoCoreMini div{
    padding:13px 14px!important;
    text-align:left!important;
  }
  .acscalc--neoResultMode .acscalc__neoBirthGrid span,
  .acscalc--neoResultMode .acscalc__neoCoreMini span{
    font-size:12px!important;
    line-height:1.25!important;
    letter-spacing:.12em!important;
    white-space:normal!important;
  }
  .acscalc--neoResultMode .acscalc__neoBirthGrid b,
  .acscalc--neoResultMode .acscalc__neoCoreMini b{
    display:block!important;
    font-size:16.5px!important;
    line-height:1.35!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .acscalc--neoResultMode .acscalc__neoOrbWrap{
    display:none!important;
  }

  .acscalc--neoResultMode .acscalc__neoCard,
  .acscalc--neoResultMode .acscalc__neoGroup .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoGroup .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__addonCard{
    padding:20px 18px!important;
    border-radius:22px!important;
  }

  .acscalc--neoResultMode .acscalc__neoCard .acscalc__modsTitle,
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__blockTitle,
  .acscalc--neoResultMode .acscalc__neoCard h1,
  .acscalc--neoResultMode .acscalc__neoCard h2,
  .acscalc--neoResultMode .acscalc__neoCard h3,
  .acscalc--neoResultMode .acscalc__neoCard h4,
  .acscalc--neoResultMode .acscalc__modsTitle,
  .acscalc--neoResultMode .acscalc__blockTitle,
  .acscalc--neoResultMode .acscalc__rpmTitle,
  .acscalc.is-results .acscalc__blockTitle,
  .acscalc.is-results .acscalc__modsTitle,
  .acscalc.is-results .acscalc__rpmTitle,
  .acscalc.is-results h1,
  .acscalc.is-results h2,
  .acscalc.is-results h3{
    font-size:clamp(20px,5.4vw,24px)!important;
    line-height:1.28!important;
    letter-spacing:-.012em!important;
    margin:0 0 12px!important;
    color:#fff!important;
  }

  .acscalc--neoResultMode .acscalc__neoCard .acscalc__modsBody,
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__modsBody *,
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__para,
  .acscalc--neoResultMode .acscalc__neoCard p,
  .acscalc--neoResultMode .acscalc__neoCard li,
  .acscalc--neoResultMode .acscalc__neoCard small,
  .acscalc--neoResultMode .acscalc__modsBody,
  .acscalc--neoResultMode .acscalc__modsBody p,
  .acscalc--neoResultMode .acscalc__modsBody li,
  .acscalc--neoResultMode .acscalc__para,
  .acscalc--neoResultMode .acscalc__rpmBody,
  .acscalc--neoResultMode .acscalc__rpmBody p,
  .acscalc.is-results .acscalc__para,
  .acscalc.is-results .acscalc__rpmBody,
  .acscalc.is-results .acscalc__rpmBody p,
  .acscalc.is-results .acscalc__modsCardTxt,
  .acscalc.is-results .acscalc__modsBody,
  .acscalc.is-results .acscalc__modsBody p,
  .acscalc.is-results .acscalc__modsBody li,
  .acscalc.is-results .acscalc__crystalDesc,
  .acscalc.is-results .acscalc__product p{
    font-size:16.5px!important;
    line-height:1.78!important;
    color:rgba(255,255,255,.82)!important;
    letter-spacing:.002em!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }

  .acscalc--neoResultMode .acscalc__neoCard p,
  .acscalc--neoResultMode .acscalc__modsBody p,
  .acscalc.is-results .acscalc__modsBody p,
  .acscalc.is-results .acscalc__rpmBody p{
    margin:0 0 12px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCard p:last-child,
  .acscalc--neoResultMode .acscalc__modsBody p:last-child,
  .acscalc.is-results .acscalc__modsBody p:last-child,
  .acscalc.is-results .acscalc__rpmBody p:last-child{
    margin-bottom:0!important;
  }
  .acscalc--neoResultMode .acscalc__neoCard ol,
  .acscalc--neoResultMode .acscalc__neoCard ul,
  .acscalc--neoResultMode .acscalc__modsBody ol,
  .acscalc--neoResultMode .acscalc__modsBody ul,
  .acscalc.is-results .acscalc__modsBody ol,
  .acscalc.is-results .acscalc__modsBody ul{
    padding-left:1.35em!important;
    margin:0!important;
  }
  .acscalc--neoResultMode .acscalc__neoCard li,
  .acscalc--neoResultMode .acscalc__modsBody li,
  .acscalc.is-results .acscalc__modsBody li{
    margin:0 0 8px!important;
  }

  .acscalc--neoResultMode .acscalc__neoChartPanel,
  .acscalc--neoResultMode .acscalc__neoCrystalBottom{
    padding:20px 18px!important;
    border-radius:24px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelHead,
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseSummary{
    grid-template-columns:1fr!important;
    grid-template-areas:"kicker" "title" "hint"!important;
    gap:8px!important;
    padding:0!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelTitle,
  .acscalc--neoResultMode .acscalc__neoCrystalBottomHead h3{
    font-size:clamp(23px,6.5vw,30px)!important;
    line-height:1.16!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelHint,
  .acscalc--neoResultMode .acscalc__neoCrystalBottomHead p{
    font-size:16px!important;
    line-height:1.65!important;
    color:rgba(255,255,255,.78)!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanelBody,
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__neoChartCollapseBody{
    padding:16px 0 0!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabNav,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabNav{
    gap:10px!important;
    max-width:100%!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabBtn,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabBtn{
    flex:1 1 100%!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:56px!important;
    min-height:56px!important;
    max-height:none!important;
    font-size:15.5px!important;
  }
  .acscalc--neoResultMode .acscalc__neoChartPanel .acscalc__tabBtnText,
  .acscalc--neoResultMode .acscalc__neoChartPanelBody .acscalc__tabBtnText{
    max-width:100%!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .acscalc--neoResultMode .acscalc__neoCrystalGrid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalItem{
    padding:14px!important;
    border-radius:22px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalMedia{
    min-height:190px!important;
    border-radius:18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalName{
    min-height:0!important;
    font-size:19px!important;
    line-height:1.3!important;
  }
  .acscalc--neoResultMode .acscalc__neoCrystalAction .acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoCrystalAction a.acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoCrystalAction button.acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons .acscalc__btn,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons a,
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons button,
  .acscalc.is-results .acscalc__btn,
  .acscalc.is-results .acscalc__upgradeBtn{
    min-height:54px!important;
    height:auto!important;
    max-height:none!important;
    padding:13px 18px!important;
    font-size:16px!important;
    line-height:1.22!important;
    border-radius:999px!important;
    white-space:normal!important;
    overflow:visible!important;
    text-align:center!important;
  }

  .acscalc--neoResultMode .acscalc__neoBottomActions{
    gap:16px!important;
    margin-top:18px!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActions .acscalc__neoBottomActionBand,
  .acscalc--neoResultMode .acscalc__neoShell > .acscalc__neoBottomActions .acscalc__neoBottomActionBand{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
    gap:18px!important;
    padding:22px 18px!important;
    border-radius:22px!important;
    text-align:center!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionTitle{
    font-size:clamp(24px,7vw,32px)!important;
    line-height:1.15!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionText{
    font-size:16px!important;
    line-height:1.62!important;
  }
  .acscalc--neoResultMode .acscalc__neoBottomActionButtons{
    width:100%!important;
    max-width:100%!important;
  }

  .acscalc-comments{
    width:100%!important;
    max-width:100%!important;
    margin:24px auto 58px!important;
    padding:0 12px!important;
    box-sizing:border-box!important;
  }
  .acscalc-comments__inner{
    padding:20px 16px!important;
    border-radius:22px!important;
  }
  .acscalc-comments__title{
    font-size:clamp(24px,7vw,32px)!important;
    line-height:1.14!important;
  }
  .acscalc-comments__field input,
  .acscalc-comments__field textarea{
    font-size:16px!important;
    line-height:1.55!important;
  }
}

@media (max-width: 430px), (max-device-width: 430px){
  .acscalc--neoResultMode .acscalc__neoShell,
  .acscalc--neoResultMode .acscalc__neoShell--singleStream{
    padding:0 10px!important;
  }
  .acscalc--neoResultMode .acscalc__neoHero,
  .acscalc--neoResultMode .acscalc__neoCard,
  .acscalc--neoResultMode .acscalc__neoGroup .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoGroup .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__modsCard,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__block,
  .acscalc--neoResultMode .acscalc__neoMain--singleStream .acscalc__addonCard,
  .acscalc--neoResultMode .acscalc__neoChartPanel,
  .acscalc--neoResultMode .acscalc__neoCrystalBottom{
    padding:18px 16px!important;
    border-radius:20px!important;
  }
  .acscalc--neoResultMode .acscalc__neoHero h2{
    font-size:29px!important;
  }
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__modsTitle,
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__blockTitle,
  .acscalc--neoResultMode .acscalc__neoCard h1,
  .acscalc--neoResultMode .acscalc__neoCard h2,
  .acscalc--neoResultMode .acscalc__neoCard h3,
  .acscalc--neoResultMode .acscalc__neoCard h4,
  .acscalc--neoResultMode .acscalc__modsTitle,
  .acscalc--neoResultMode .acscalc__blockTitle,
  .acscalc.is-results .acscalc__blockTitle,
  .acscalc.is-results .acscalc__modsTitle{
    font-size:21px!important;
    line-height:1.3!important;
  }
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__modsBody,
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__modsBody *,
  .acscalc--neoResultMode .acscalc__neoCard .acscalc__para,
  .acscalc--neoResultMode .acscalc__neoCard p,
  .acscalc--neoResultMode .acscalc__neoCard li,
  .acscalc--neoResultMode .acscalc__modsBody,
  .acscalc--neoResultMode .acscalc__modsBody p,
  .acscalc--neoResultMode .acscalc__modsBody li,
  .acscalc--neoResultMode .acscalc__para,
  .acscalc--neoResultMode .acscalc__rpmBody,
  .acscalc.is-results .acscalc__para,
  .acscalc.is-results .acscalc__rpmBody,
  .acscalc.is-results .acscalc__modsBody,
  .acscalc.is-results .acscalc__modsBody p,
  .acscalc.is-results .acscalc__modsBody li{
    font-size:16.25px!important;
    line-height:1.78!important;
  }
}
