:root{
  --bg:#F7F9FB;
  --panel:#FFFFFF;
  --panel2:#F7F9FB;
  --text:#0A1427;
  --muted:#6A7282;
  --line:rgba(10,20,39,.12);
  --good:#17AD43;
  --warn:#F7B500;
  --bad:#EF274B;
  --accent:#EF274B;
  --accent2:#2162FA;
  --shadow: 0 10px 25px rgba(10,20,39,.10);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: "Poppins", "Google Sans", "Inter Tight", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans";
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(239,39,75,.07), transparent 60%),
    radial-gradient(900px 420px at 88% 0%, rgba(33,98,250,.06), transparent 60%),
    var(--bg);
  color:var(--text);
}

.container{max-width:1100px; margin:0 auto; padding:28px 18px 64px}

.topbar{
  position:relative;
  display:flex; gap:14px; align-items:center; justify-content:space-between;
  padding:18px 80px 18px 18px;
  border:1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  border-radius:16px;
}
.brand{margin-bottom:10px}
.brand-logo{height:26px; width:auto; display:block; opacity:.95}
.title{font-size:22px; font-weight:800; letter-spacing:.2px; margin:0}
.subtitle{color:var(--muted); margin:8px 0 0; line-height:1.35; font-size:14px}
.meta{
  position:absolute;
  right:18px;
  top:50%;
  transform: translateY(-50%);
  text-align:right;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.topbar > div:first-child{flex:1; text-align:left}
.topbar-mark{
  display:block;
  width:44px;
  height:44px;
  opacity:.95;
}

.stack{display:flex; flex-direction:column; gap:14px; margin-top:14px}
@media (max-width: 940px){ .meta{text-align:left} }

.card{
  border:1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  border-radius:16px;
  padding:16px;
}
.card h2{
  margin:0 0 10px;
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(10,20,39,.78);
}
.card h3{
  margin:0 0 8px;
  font-size:16px;
  letter-spacing:.2px;
}
.card p{margin:8px 0; color:var(--muted); line-height:1.45}
.muted{color:var(--muted)}
.q1check-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
@media (max-width: 940px){ .q1check-row{grid-template-columns:1fr} }
.q1check-item{
  padding:12px;
  border-radius:14px;
  background: rgba(10,20,39,.03);
  border:1px solid rgba(10,20,39,.08);
}
.q1check-item .label{color:var(--muted); font-size:12px}
.q1check-item .value{font-size:18px; font-weight:900; margin-top:8px}
.q1check-item.ach.above{
  border-color: rgba(23,173,67,.35);
  background: rgba(23,173,67,.07);
}
.badge{
  margin-left:8px;
  display:inline-flex;
  align-items:center;
  padding:3px 7px;
  border-radius:999px;
  border:1px solid rgba(23,173,67,.35);
  background: rgba(23,173,67,.10);
  color: rgba(10,20,39,.82);
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:lowercase;
}
.q1ac-details summary{
  cursor:pointer;
  font-weight:900;
  color: rgba(10,20,39,.78);
}
.q1-top td{
  background: rgba(23,173,67,.06);
  color: rgba(10,20,39,.92);
  font-weight: 800;
}

/* Current Business forecast breakdown: collapsed shows top 5 */
#corecb_details:not([open]) ~ .scroll tbody tr:nth-child(n+6){
  display:none;
}

/* New Biz split mini visual */
.split-lines{
  margin-top:8px;
  font-size:12px;
  color: rgba(10,20,39,.82);
  line-height:1.35;
}
.split-lines strong{font-weight:900}
.mini-stack{
  margin-top:8px;
  height:8px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(10,20,39,.10);
  background: rgba(10,20,39,.04);
  display:flex;
}
.mini-stack .seg{display:block; height:100%}
.mini-stack .seg.export{background: rgba(33,98,250,.55)}
.mini-stack .seg.metap{background: rgba(239,39,75,.45)}

/* New Biz forecast breakdown: collapsed shows top 5 */
#newbiz_details:not([open]) + .scroll.tall{
  display:none;
}

.section-header{
  margin-top:6px;
  padding:6px 2px 0;
}
.section-kicker{
  color:rgba(10,20,39,.55);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
}
.section-title{
  margin:6px 0 0;
  font-size:18px;
  font-weight:950;
  letter-spacing:.2px;
}
.section-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.kpis{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
@media (max-width: 940px){ .kpis{grid-template-columns:1fr} }
.kpi{
  padding:12px;
  border-radius:14px;
  background: var(--panel2);
  border:1px solid rgba(10,20,39,.08);
}
.kpi .label{color:var(--muted); font-size:12px}
.kpi .value{font-size:22px; font-weight:800; margin-top:6px}
.kpi .hint{color:var(--muted); font-size:12px; margin-top:6px}

.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(10,20,39,.12);
  background: rgba(255,255,255,.70);
  color:var(--text);
  font-size:13px;
}
.pill .dot{width:8px; height:8px; border-radius:50%}
.dot.accent{background:var(--accent)}
.dot.warn{background:var(--warn)}
.dot.good{background:var(--good)}
.dot.bad{background:var(--bad)}

.split{display:grid; grid-template-columns:1fr 1fr; gap:10px}
@media (max-width: 940px){ .split{grid-template-columns:1fr} }

.bridge{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:10px;
}
.bridge-step{
  flex:1 1 190px;
  padding:12px;
  border-radius:14px;
  background: var(--panel2);
  border:1px solid rgba(10,20,39,.10);
  min-width:180px;
}
.bridge-step .label{color:var(--muted); font-size:12px}
.bridge-step .value{font-size:18px; font-weight:950; margin-top:8px}
.bridge-step.emph{
  border-color: rgba(33,98,250,.25);
  background: rgba(33,98,250,.06);
}
.bridge-step.buffer{
  border-color: rgba(239,39,75,.22);
  background: rgba(239,39,75,.06);
}
.bridge-op{
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(10,20,39,.55);
  font-weight:950;
  padding:0 4px;
  flex:0 0 auto;
}

.bar{
  height:12px;
  border-radius:999px;
  background: rgba(10,20,39,.08);
  overflow:hidden;
  border:1px solid rgba(10,20,39,.10);
}
.bar > span{
  display:block; height:100%;
  background: linear-gradient(90deg, var(--accent2), var(--accent));
}
.bar.good > span{background: linear-gradient(90deg, rgba(23,173,67,.92), rgba(33,98,250,.75))}
.bar.warn > span{background: linear-gradient(90deg, rgba(247,181,0,.92), rgba(239,39,75,.65))}
.bar.bad > span{background: linear-gradient(90deg, rgba(239,39,75,.95), rgba(33,98,250,.55))}

table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  overflow:hidden;
  border-radius:12px;
}
th,td{padding:10px 10px; border-bottom:1px solid rgba(10,20,39,.10); vertical-align:top}
th{color:rgba(10,20,39,.92); text-align:left; font-weight:800; background: rgba(10,20,39,.03)}
td{color:var(--muted)}
tr:last-child td{border-bottom:none}
.num{color:var(--text); text-align:right; white-space:nowrap}

.callout{
  border-radius:16px;
  padding:14px;
  border:1px solid rgba(239,39,75,.22);
  background: linear-gradient(180deg, rgba(239,39,75,.08), rgba(255,255,255,.65));
}
.callout strong{color:var(--text)}

.decision{
  border-radius:16px;
  padding:14px;
  border:1px solid rgba(96,165,250,.30);
  background: linear-gradient(180deg, rgba(96,165,250,.12), rgba(15,23,48,.70));
}
.form{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
  margin-top:10px;
}
@media (max-width: 940px){ .form{grid-template-columns:1fr 1fr} }
@media (max-width: 560px){ .form{grid-template-columns:1fr} }
label{display:block; font-size:12px; color:var(--muted); margin-bottom:6px}
input{
  width:100%;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  color:var(--text);
  outline:none;
}
input:focus{border-color: rgba(96,165,250,.55)}
.status{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.footer{
  margin-top:16px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.btn{
  cursor:pointer;
  border-radius:12px;
  padding:10px 12px;
  border:1px solid rgba(10,20,39,.14);
  background: rgba(255,255,255,.85);
  color:var(--text);
  font-weight:700;
}
.btn:hover{background: rgba(255,255,255,.95)}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}

.scroll{overflow:auto}
.scroll.tall{max-height:360px}

.hero{
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(10,20,39,.12);
  background:
    radial-gradient(700px 220px at 0% 0%, rgba(239,39,75,.10), transparent 60%),
    radial-gradient(700px 220px at 100% 0%, rgba(33,98,250,.08), transparent 60%),
    var(--panel);
}
.hero-top{display:flex; gap:14px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap}
.hero-eyebrow{color:var(--muted); font-size:12px; letter-spacing:.14em; text-transform:uppercase}
.hero-title{font-size:20px; font-weight:900; margin-top:8px; line-height:1.25}
.hero-sub{color:var(--muted); margin-top:8px; max-width:720px; line-height:1.35}
.hero-sub:empty{display:none}
.hero-kpis{display:grid; grid-template-columns:repeat(3, minmax(180px, 1fr)); gap:10px; flex:1; min-width:520px}
@media (max-width: 940px){ .hero-kpis{grid-template-columns:1fr; min-width:unset} }
.hero-kpis.hero-only{grid-template-columns:repeat(4, minmax(180px, 1fr)); min-width:unset}
@media (max-width: 940px){ .hero-kpis.hero-only{grid-template-columns:1fr} }
.hero-intro{
  margin:0 0 12px;
  padding:12px;
  border-radius:14px;
  background: rgba(255,255,255,.68);
  border:1px solid rgba(10,20,39,.10);
}
.hero-goals{
  font-weight:850;
  color: rgba(10,20,39,.86);
  font-size:15px;
  line-height:1.45;
}
.hero-comment{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}
.hero-note{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(10,20,39,.10);
}
.bullets.compact{margin:6px 0 0; padding-left:18px}
.bullets.compact li{margin:4px 0}

.session-intro{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(10,20,39,.10);
  background:
    radial-gradient(700px 220px at 0% 0%, rgba(239,39,75,.06), transparent 60%),
    radial-gradient(700px 220px at 100% 0%, rgba(33,98,250,.05), transparent 60%),
    rgba(255,255,255,.78);
}
.session-intro-label{
  color:rgba(10,20,39,.55);
  font-size:18px;
  font-weight:950;
  letter-spacing:.2px;
}
.session-intro-lines{
  margin-top:8px;
  font-size:16px;
  font-weight:900;
  color:rgba(10,20,39,.88);
  line-height:1.4;
}
.hero-split{display:grid; grid-template-columns:1fr 1fr; gap:10px}
@media (max-width: 940px){ .hero-split{grid-template-columns:1fr} }
.splitkpi{
  padding:12px;
  border-radius:14px;
  background: rgba(255,255,255,.72);
  border:1px solid rgba(10,20,39,.10);
}
.splitkpi .label{color:var(--muted); font-size:12px}
.splitkpi .value{font-size:16px; font-weight:950; margin-top:8px}
.hero-note{font-size:12px; line-height:1.35}
.bar.mini{height:10px; margin-top:8px}

.hero-progress{padding-top:2px}
.progress-bar{
  margin-top:0;
  position:relative;
  height:10px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(10,20,39,.12);
  background: rgba(10,20,39,.06);
  display:flex;
}
.progress-bar .seg{height:100%}
.progress-bar .seg.core{background: rgba(10,20,39,.82)}
.progress-bar .seg.nb{
  background:
    repeating-linear-gradient(
      45deg,
      rgba(33,98,250,.55),
      rgba(33,98,250,.55) 6px,
      rgba(33,98,250,.18) 6px,
      rgba(33,98,250,.18) 12px
    );
}
.progress-bar .target-line{
  position:absolute;
  top:-3px;
  bottom:-3px;
  width:2px;
  background: rgba(10,20,39,.55);
  border-radius:2px;
}
.progress-bar .buffer-strip{
  position:absolute;
  bottom:0;
  height:3px;
  background: rgba(239,39,75,.92);
  border-radius:999px;
}

.driver-cards{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px}
@media (max-width: 940px){ .driver-cards{grid-template-columns:1fr} }
.driver{
  border:1px solid rgba(10,20,39,.10);
  background: var(--panel2);
  border-radius:16px;
  padding:14px;
}
.driver-head{display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap}
.driver-title{font-weight:900; letter-spacing:.2px}
.driver-value{font-size:26px; font-weight:900; margin-top:10px}
.driver-sub{color:var(--muted); font-size:12px; margin-top:4px}
.driver-list{margin-top:10px; display:flex; flex-direction:column; gap:8px}
.driver-item{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:10px 10px;
  border-radius:12px;
  background: rgba(255,255,255,.75);
  border:1px solid rgba(10,20,39,.08);
}
.driver-item .name{font-weight:800}
.driver-item .meta{color:var(--muted); font-size:12px; text-align:left}
.driver-mini{margin-top:10px; color:var(--muted); font-size:12px; line-height:1.35}
.driver-note{margin-top:10px}

.mix-cards{grid-template-columns: repeat(3, 1fr)}
@media (max-width: 940px){ .mix-cards{grid-template-columns:1fr} }
.mixbar{
  position:relative;
  margin-top:10px;
  height:10px;
  border-radius:999px;
  overflow:hidden;
  border:1px solid rgba(10,20,39,.10);
  background: rgba(10,20,39,.04);
  display:flex;
}
.mixbar.has-markers{
  border-color: rgba(247,181,0,.30);
  box-shadow: 0 0 0 3px rgba(247,181,0,.07) inset;
}
.mixbar .seg{display:block; height:100%}
.mixbar .seg.local{background: rgba(239,39,75,.55)}
.mixbar .seg.export{background: rgba(33,98,250,.55)}
.mix-zone{
  position:absolute;
  top:0;
  bottom:0;
  pointer-events:none;
}
.mix-zone.buffer{
  background: rgba(247,181,0,.18);
  border-left:1px dashed rgba(247,181,0,.75);
  border-right:1px dashed rgba(247,181,0,.75);
}
.mix-zone.limit{
  background: rgba(239,39,75,.12);
}
.mixpct{
  margin-top:10px;
  display:flex;
  gap:6px;
  align-items:baseline;
  flex-wrap:wrap;
  font-size:13px;
  font-weight:900;
}
.mixpct strong{font-weight:950}
.mixpct .sep{color:var(--muted); font-weight:850}
.mixpct .local{color: rgba(239,39,75,.95)}
.mixpct .export{color: rgba(33,98,250,.95)}
.mix-badge{
  position:absolute;
  top:0;
  right:0;
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(247,181,0,.40);
  background: rgba(247,181,0,.12);
  color: rgba(10,20,39,.82);
  font-size:11px;
  font-weight:950;
  letter-spacing:.02em;
  white-space:nowrap;
}

.mix-card{position:relative}
.mix-card .driver-head{
  position:relative;
  height:44px;
  display:flex;
  align-items:flex-start;
}
.mix-card .driver-title{
  padding-right:140px;
  line-height:1.2;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  max-height: calc(1.2em * 2);
}
.mix-marker{
  position:absolute;
  top:-2px;
  bottom:-2px;
  width:0;
  opacity:.95;
}
.mix-marker.risk{border-left:2px solid rgba(247,181,0,.9)}
.mix-marker.limit{border-left:3px solid rgba(239,39,75,.95)}
.mix-marker > span{
  position:absolute;
  top:-18px;
  left:0;
  transform: translateX(-50%);
  font-size:10px;
  font-weight:950;
  letter-spacing:.02em;
  padding:2px 6px;
  border-radius:999px;
  background: rgba(255,255,255,.92);
  border:1px solid rgba(10,20,39,.10);
  color: rgba(10,20,39,.78);
  white-space:nowrap;
}

.mix-marker.limit > span{
  border-color: rgba(239,39,75,.30);
  background: rgba(239,39,75,.10);
  color: rgba(10,20,39,.88);
}

/* Put the 40% marker label inside the bar for readability/alignment */
.mixbar .mix-marker.limit > span{
  top:50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.92);
}
.mix-warning{
  font-size:12px;
  line-height:1.35;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(247,181,0,.30);
  background: rgba(247,181,0,.08);
}

.decision-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 940px){ .decision-grid{grid-template-columns:1fr} }
.decision-card{
  border:1px solid rgba(10,20,39,.10);
  background: var(--panel2);
  border-radius:16px;
  padding:16px;
}
.decision-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.decision-num{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  font-size:18px;
  color: rgba(10,20,39,.92);
  background: rgba(255,255,255,.85);
  border:1px solid rgba(10,20,39,.10);
  flex:0 0 auto;
}
.decision-title{
  font-weight:950;
  font-size:15px;
  letter-spacing:.2px;
  color: rgba(10,20,39,.92);
}
.decision-copy{
  margin-top:10px;
  color: rgba(10,20,39,.82);
  line-height:1.4;
  font-size:13px;
  font-weight:650;
}
.decision-bullets{
  margin-top:10px;
  color: rgba(10,20,39,.82);
  line-height:1.45;
  font-size:13px;
  font-weight:850;
}

.risk-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
@media (max-width: 940px){ .risk-grid{grid-template-columns:1fr} }
.risk-card{
  border:1px solid rgba(10,20,39,.10);
  background: var(--panel2);
  border-radius:16px;
  padding:14px;
}
.risk-title{
  font-weight:950;
  letter-spacing:.2px;
  color: rgba(10,20,39,.92);
}
.risk-metric{
  margin-top:10px;
  font-size:22px;
  font-weight:950;
  color: rgba(10,20,39,.92);
}
.risk-text{
  margin-top:8px;
  color: var(--muted);
  font-size:12px;
  line-height:1.35;
}

.client-chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px}
.chip{
  border:1px solid rgba(10,20,39,.12);
  background: rgba(255,255,255,.85);
  border-radius:14px;
  padding:10px 12px;
  min-width:220px;
}
.chip .top{display:flex; align-items:center; justify-content:space-between; gap:10px}
.chip .name{font-weight:900}
.chip .fy{font-weight:900}
.chip .tag{
  margin-top:8px;
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  border:1px solid rgba(10,20,39,.10);
  background: rgba(10,20,39,.03);
  color:rgba(10,20,39,.78);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.tag.stable{border-color: rgba(10,20,39,.14)}
.tag.growth{border-color: rgba(33,98,250,.25); background: rgba(33,98,250,.06)}
.tag.risk{border-color: rgba(239,39,75,.25); background: rgba(239,39,75,.06)}

.risk-cards{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; margin-top:10px}
@media (max-width: 940px){ .risk-cards{grid-template-columns:1fr} }
.risk{
  border:1px solid rgba(10,20,39,.10);
  background: var(--panel2);
  border-radius:16px;
  padding:14px;
}
.risk .title{font-weight:900; font-size:14px}
.risk .value{font-weight:900; font-size:22px; margin-top:8px}
.risk .desc{color:var(--muted); font-size:12px; margin-top:8px; line-height:1.35}

.bullets{margin:0; padding-left:18px}
.bullets li{margin:8px 0; color: rgba(10,20,39,.86); line-height:1.35}

details.appendix summary{
  cursor:pointer;
  font-weight:900;
  letter-spacing:.2px;
}
details.card.detail summary{
  cursor:pointer;
  font-weight:900;
  letter-spacing:.2px;
}
.card-inner{
  margin-top:12px;
  padding:14px;
  border-radius:16px;
  border:1px dashed rgba(10,20,39,.18);
  background: rgba(255,255,255,.55);
}

.card.sea{
  box-shadow: 0 8px 18px rgba(10,20,39,.08);
}
.sea-callout{
  border-color: rgba(10,20,39,.10);
  background: rgba(255,255,255,.75);
}
.sea-bullets{margin:0; padding-left:18px}
.sea-bullets li{margin:6px 0; color: rgba(10,20,39,.88)}
.sea-takeaway{
  margin:12px 0 0;
  color: rgba(10,20,39,.86);
  line-height:1.4;
  font-weight:800;
}
.sea-highlight{
  border-color: rgba(239,39,75,.28);
  background: rgba(239,39,75,.06);
}
.sea-open h2{margin:0 0 8px}
.sea-final{
  margin-top:12px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(239,39,75,.22);
  background: linear-gradient(180deg, rgba(239,39,75,.06), rgba(255,255,255,.65));
  font-weight:900;
  line-height:1.35;
}
.row-focus td{
  background: rgba(239,39,75,.08);
  color: rgba(10,20,39,.98);
  font-weight: 900;
}
.row-focus td.num{color: var(--text)}
.row-focus td:first-child{border-left:6px solid rgba(239,39,75,.95)}

.neg-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 940px){ .neg-grid{grid-template-columns:1fr} }
.neg-card{
  border:1px solid rgba(10,20,39,.10);
  background: var(--panel2);
  border-radius:16px;
  padding:14px;
}
.neg-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.neg-name{font-weight:950}
.neg-fy{font-weight:950}
.neg-meta{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.neg-row{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.neg-note{
  margin-top:10px;
  font-size:12px;
  line-height:1.35;
}
.neg-open-slot{
  border-style:solid;
  border-color: rgba(247,181,0,.35);
  background:
    radial-gradient(700px 220px at 0% 0%, rgba(247,181,0,.14), transparent 60%),
    rgba(247,181,0,.06);
}
.neg-badge{
  display:inline-flex;
  align-items:center;
  padding:3px 7px;
  border-radius:999px;
  border:1px solid rgba(247,181,0,.40);
  background: rgba(247,181,0,.12);
  color: rgba(10,20,39,.78);
  font-size:11px;
  font-weight:950;
  letter-spacing:.02em;
  white-space:nowrap;
}
.neg-open-slot .neg-name{
  font-size:16px;
  font-weight:950;
}

.plan-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
@media (max-width: 940px){ .plan-grid{grid-template-columns:1fr} }
.plan-card{
  border:1px solid rgba(10,20,39,.10);
  background: var(--panel2);
  border-radius:16px;
  padding:14px;
}
.plan-card h3{margin:0 0 8px}
