
*{margin:0;padding:0;box-sizing:border-box}
html,body{background:#0a0a0a}
body{min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
#slide-container{
  position:relative;
  width:1280px;height:720px;min-width:1280px;min-height:720px;
  background:
    radial-gradient(1100px 560px at 82% -12%, rgba(0,230,118,.10), transparent 62%),
    radial-gradient(820px 480px at 6% 112%, rgba(255,23,68,.07), transparent 60%),
    linear-gradient(180deg,#151515,#111111 40%,#0d0d0d);
  color:#f2f2f2;
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Source Han Sans SC",Arial,sans-serif;
  overflow:hidden;padding:50px 60px 44px;
  display:flex;flex-direction:column;
}
.head{flex:0 0 auto}
.eyebrow{display:flex;align-items:center;gap:12px;font-size:14px;letter-spacing:4px;color:#8f8f8f}
.eyebrow .no{color:#00E676;font-weight:700;letter-spacing:2px}
.eyebrow .dot{width:6px;height:6px;background:#D4AF37;transform:rotate(45deg)}
.slide-title{font-size:32px;font-weight:800;margin-top:12px;letter-spacing:2px}
.slide-title .g{color:#00E676}
.rule{width:72px;height:3px;background:linear-gradient(90deg,#00E676,#D4AF37);margin-top:14px;border-radius:2px}
.body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;min-height:0;padding-top:24px}
.card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);border-radius:12px}
.gold{background:linear-gradient(180deg,#F7DE8B,#D4AF37);-webkit-background-clip:text;background-clip:text;color:transparent}
.up{color:#00E676}.down{color:#FF1744}
.tag{display:inline-block;padding:6px 16px;border-radius:5px;font-size:14px;font-weight:700;letter-spacing:1px}
.tag-g{background:rgba(0,230,118,.10);color:#00E676;border:1px solid rgba(0,230,118,.45)}
.tag-r{background:rgba(255,23,68,.10);color:#FF1744;border:1px solid rgba(255,23,68,.45)}
.tag-gold{background:rgba(212,175,55,.10);color:#D4AF37;border:1px solid rgba(212,175,55,.45)}
/* KPI cards */
.kpi-row{display:flex;gap:20px}
.kpi{flex:1;padding:24px 26px;height:172px;display:flex;flex-direction:column;justify-content:space-between}
.kpi-label{font-size:14px;color:#8f8f8f;letter-spacing:2px}
.kpi-num{font-size:42px;font-weight:800;letter-spacing:1px}
.kpi-delta{font-size:14px;font-weight:700;color:#9a9a9a}
.strip{display:flex;gap:20px;margin-top:24px}
.yrcard{flex:1;padding:20px 26px}
.yr{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:24px;font-weight:800;letter-spacing:2px}
.yr-note{font-size:13px;color:#8f8f8f;font-weight:400;letter-spacing:1px}
.yr-row{display:flex;justify-content:space-between;font-size:14px;color:#8f8f8f;padding:8px 0;border-top:1px solid rgba(255,255,255,.06)}
.yr-row b{color:#f2f2f2;font-size:16px}
/* duo layout */
.duo{display:flex;gap:20px;align-items:stretch}
.chart-card{padding:26px 30px;display:flex;flex-direction:column}
.chart-title{font-size:18px;font-weight:800;letter-spacing:1px;margin-bottom:14px}
.chart-title .unit{font-size:13px;color:#8f8f8f;font-weight:400}
.legend{display:flex;gap:22px;margin-top:14px;font-size:14px;color:#9a9a9a}
.lg{display:inline-block;width:14px;height:14px;border-radius:3px;margin-right:8px;vertical-align:-2px}
.green-sq{background:#00E676}.gold-sq{background:#D4AF37}
/* column plot */
.plot{position:relative;flex:1;display:flex;align-items:flex-end;justify-content:space-around;padding:10px 20px 34px}
.plot-grid{position:absolute;left:20px;right:20px;top:10px;bottom:34px;background-image:linear-gradient(180deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:100% 25%}
.bargroup{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px}
.bar{display:flex;align-items:flex-end;gap:16px;height:330px}
.bar-fill{width:58px;border-radius:4px 4px 0 0;animation:rise .9s cubic-bezier(.2,.7,.3,1) both;transform-origin:bottom}
.fill-green{background:linear-gradient(180deg,#00E676,rgba(0,230,118,.22))}
.fill-gold{background:linear-gradient(180deg,#F0D97C,rgba(212,175,55,.25))}
.fill-dark{background:linear-gradient(180deg,#9a9a9a,rgba(154,154,154,.3))}
.bar-val{font-size:14px;font-weight:700;color:#d8d8d8;white-space:nowrap}
.bar-x{font-size:15px;color:#8f8f8f;letter-spacing:3px}
/* growth panel */
.grow-panel{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}
.gp-title{font-size:18px;font-weight:800;margin-bottom:16px;letter-spacing:1px}
.gp-sec{margin-bottom:20px}
.gp-label{font-size:13px;color:#8f8f8f;letter-spacing:2px;margin-bottom:10px}
.hbar-row{display:flex;align-items:center;gap:12px;padding:7px 0}
.hb-year{width:46px;font-size:14px;color:#8f8f8f}
.hb-track{flex:1;height:14px;background:rgba(255,255,255,.06);border-radius:7px;overflow:hidden}
.hb-fill{display:block;height:100%;border-radius:7px;background:linear-gradient(90deg,rgba(0,230,118,.35),#00E676);animation:groww .9s cubic-bezier(.2,.7,.3,1) both;transform-origin:left}
.gold-sec .hb-fill{background:linear-gradient(90deg,rgba(212,175,55,.35),#D4AF37)}
.hb-val{width:80px;text-align:right;font-size:15px;font-weight:800}
/* stat col */
.stat-col{display:flex;flex-direction:column;gap:16px;justify-content:center}
.stat{padding:22px 28px}
.stat-num{font-size:40px;font-weight:800}
.stat-num .pct{font-size:20px}
.stat-label{font-size:14px;color:#8f8f8f;margin-top:8px;line-height:1.6}
.gm-wrap{display:flex;align-items:center;justify-content:center;flex:1}
/* stacked plot */
.stack-plot{position:relative;flex:1;display:flex;align-items:flex-end;justify-content:space-around;padding:10px 30px 34px}
.scol{display:flex;flex-direction:column;align-items:center;gap:10px}
.sbar{display:flex;flex-direction:column;justify-content:flex-end;width:150px;animation:rise .9s cubic-bezier(.2,.7,.3,1) both;transform-origin:bottom}
.seg{display:flex;align-items:center;justify-content:center;overflow:hidden}
.seg-txt{font-size:13px;font-weight:700;color:rgba(0,0,0,.6);white-space:nowrap}
.seg-green{background:linear-gradient(180deg,rgba(0,230,118,.85),rgba(0,230,118,.45))}
.seg-gold{background:linear-gradient(180deg,#F0D97C,rgba(212,175,55,.6))}
.sx{font-size:16px;color:#8f8f8f;letter-spacing:3px}
.sv{font-size:15px;font-weight:800;color:#f0f0f0}
/* rings */
.ring-col{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:20px}
.ring{width:168px;height:168px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.ring.big{width:196px;height:196px}
.ring-hole{width:110px;height:110px;border-radius:50%;background:#141414;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}
.ring.big .ring-hole{width:126px;height:126px}
.ring-hole b{font-size:26px;font-weight:800}
.ring-hole span{font-size:12px;color:#8f8f8f}
.delta-chip{font-size:16px;color:#bdbdbd;padding:10px 22px}
.delta-chip b{font-size:20px}
/* horizontal bars */
.hbars{display:flex;flex-direction:column;gap:22px;justify-content:center}
.hbar-row{display:flex;align-items:center;gap:18px}
.hb-name{width:190px;font-size:17px;font-weight:700;text-align:right;color:#d8d8d8}
.hb-name i{font-style:normal;font-size:13px;color:#8f8f8f;margin-left:6px}
.hb-track.tall{height:44px}
.hb-fill.big{height:44px;border-radius:5px}
.hb-fill.big.greenb{background:linear-gradient(90deg,rgba(0,230,118,.35),#00E676)}
.hb-fill.big.goldb{background:linear-gradient(90deg,rgba(212,175,55,.35),#D4AF37)}
.hb-fill.big.darkb{background:linear-gradient(90deg,rgba(154,154,154,.25),#9a9a9a)}
.hb-val{font-size:20px;font-weight:800;width:150px}
.hb-tag{font-size:14px;font-weight:700;white-space:nowrap}
.note-card{margin-top:22px;padding:20px 28px;font-size:16px;color:#cfcfcf;line-height:1.7}
/* kpi grid 2x2 */
.kpi-grid{display:flex;flex-wrap:wrap;gap:20px}
.kg-card{width:calc(50% - 10px);padding:30px 34px;display:flex;flex-direction:column;gap:8px;justify-content:center}
.kg-top{font-size:15px;color:#8f8f8f;letter-spacing:2px}
.kg-num{font-size:44px;font-weight:800}
.kg-delta{font-size:15px;font-weight:700}
.note-bar{margin-top:22px;padding:18px 28px;font-size:16px;color:#bdbdbd;display:flex;align-items:center;gap:12px}
.note-bar .dot2{width:8px;height:8px;background:#00E676;border-radius:50%;flex:0 0 auto}
/* drivers */
.driver-wrap{display:flex;gap:22px;align-items:stretch}
.driver-col{flex:1;display:flex;flex-direction:column;gap:16px}
.driver{flex:1;display:flex;gap:20px;align-items:center;padding:18px 26px}
.d-no{font-size:32px;font-weight:800;color:rgba(0,230,118,.65);font-family:Arial,sans-serif}
.d-title{font-size:20px;font-weight:800;letter-spacing:1px}
.d-sub{font-size:14px;color:#9a9a9a;line-height:1.7;margin-top:6px}
.arrow-col{display:flex;flex-direction:column;justify-content:space-around;padding:0 4px;font-size:26px;color:#D4AF37}
.result-card{width:370px;padding:30px 34px;display:flex;flex-direction:column;justify-content:center;gap:6px;border:1px solid rgba(212,175,55,.5);background:linear-gradient(160deg,rgba(212,175,55,.12),rgba(255,255,255,.03))}
.r-title{font-size:15px;letter-spacing:4px;color:#D4AF37;font-weight:700}
.r-num{font-size:38px;font-weight:800;margin-top:8px}
.r-sub{font-size:14px}
/* summary */
.sum-rows{display:flex;flex-direction:column;gap:16px}
.sum-row{display:flex;align-items:center;gap:26px;padding:24px 34px}
.sum-label{width:120px;font-size:18px;color:#8f8f8f;letter-spacing:3px}
.sum-from{font-size:24px;color:#bdbdbd;font-weight:700}
.sum-arrow{font-size:22px;color:#D4AF37}
.sum-to{font-size:30px;font-weight:800}
.sum-mult{margin-left:auto;font-size:42px;font-weight:800;font-family:Arial,"PingFang SC",sans-serif}
.outlook{margin-top:20px;padding:24px 34px;display:flex;align-items:center;gap:20px}
.o-title{font-size:18px;font-weight:800;letter-spacing:3px}
.o-items{display:flex;gap:14px;margin-left:auto}
/* cover */
.cover{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;text-align:center}
.cv-eyebrow{font-size:15px;letter-spacing:7px;color:#8f8f8f}
.cv-title{font-size:78px;font-weight:900;letter-spacing:12px}
.cv-sub{font-size:30px;font-weight:700;letter-spacing:4px;color:#e6e6e6}
.cv-rule{width:130px;height:4px;background:linear-gradient(90deg,#00E676,#D4AF37);border-radius:2px}
.cv-timeline{display:flex;align-items:center;gap:26px;margin-top:8px}
.tl-item{display:flex;flex-direction:column;gap:6px;align-items:center;padding:18px 32px}
.tl-yr{font-size:15px;color:#8f8f8f;letter-spacing:4px}
.tl-val{font-size:34px;font-weight:800;font-family:Arial,"PingFang SC",sans-serif}
.tl-note{font-size:13px;color:#7d7d7d}
.tl-arrow{font-size:26px;color:#D4AF37}
.cv-tags{display:flex;gap:14px;margin-top:8px}
/* animations */
@keyframes rise{from{transform:scaleY(0)}to{transform:scaleY(1)}}
@keyframes groww{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes fadein{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.anim-fade{animation:fadein .8s ease both}
