.executive-hero-card{position:relative;overflow:hidden!important;border-radius:22px!important;border:1px solid #dfe8ea!important;background:linear-gradient(135deg,#ffffff 0%,#fbfdfc 62%,#f2faf7 100%)!important;box-shadow:0 18px 44px rgba(16,32,51,.08)!important;}
    .executive-hero-card:before{content:"";position:absolute;right:-120px;top:-160px;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(0,88,74,.08),rgba(0,88,74,0) 70%);pointer-events:none;}
    .executive-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,2fr) 340px;gap:28px;align-items:center;z-index:1;}
    .executive-hero-title{font-size:42px;margin:16px 0 12px;letter-spacing:-.045em;color:#071428;}
    .executive-chart-wrap{display:flex;justify-content:center;align-items:center;min-height:250px;}
    .executive-donut{--score:0;--score-color:#006b57;--track:#e7eef0;width:236px;height:236px;border-radius:999px;display:grid;place-items:center;position:relative;background:conic-gradient(var(--score-color) calc(var(--score) * 1%), #4f73d9 0 calc((var(--score) + 14) * 1%), #f59e0b 0 calc((var(--score) + 23) * 1%), var(--track) 0 100%);box-shadow:0 18px 42px rgba(16,32,51,.12), inset 0 0 0 1px rgba(255,255,255,.75);animation:executiveDonutIn .55s ease-out both;}
    .executive-donut.risk{background:conic-gradient(var(--score-color) calc(var(--score) * 1%), var(--track) 0 100%);}
    .executive-donut:before{content:"";position:absolute;inset:22px;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f8fbfa);box-shadow:inset 0 0 0 1px rgba(16,32,51,.05);}
    .executive-donut-center{position:relative;z-index:1;width:142px;height:142px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.88);}
    .executive-donut-score{font-size:42px;line-height:.95;font-weight:900;letter-spacing:-.06em;color:#071428;}
    .executive-donut-score span{font-size:22px;letter-spacing:-.04em;margin-left:1px;}
    .executive-donut-label{margin-top:9px;color:#25364c;font-weight:850;font-size:13px;line-height:1.15;}
    .executive-donut-status{margin-top:8px;padding:4px 10px;border-radius:999px;background:var(--status-bg,#e7f7f1);color:var(--score-color);font-size:12px;font-weight:850;}
    .executive-chart-legend{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:16px;color:#53627a;font-size:12px;font-weight:700;}
    .executive-chart-legend span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;}
    .executive-chart-legend i{width:9px;height:9px;display:inline-block;border-radius:999px;background:var(--legend-color,#006b57);}
    .executive-score-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;}
    .executive-score-mini{border:1px solid #e5ece9;border-radius:16px;background:#fff;padding:14px 16px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;box-shadow:0 10px 22px rgba(16,32,51,.06);}
    .executive-score-mini .kpi-icon{width:46px;height:46px;border-radius:14px;}
    .executive-score-mini strong{display:block;font-size:27px;line-height:1;margin-top:3px;letter-spacing:-.045em;}
    .executive-score-mini span{font-size:13px;font-weight:800;color:#25364c;}
    .executive-score-mini small{color:#64748b;font-size:12px;}
    @keyframes executiveDonutIn{from{transform:scale(.94);opacity:.35;filter:blur(2px)}to{transform:scale(1);opacity:1;filter:blur(0)}}
    @media(max-width:1200px){.executive-hero-grid{grid-template-columns:1fr;}.executive-chart-wrap{min-height:auto;}.executive-score-strip{grid-template-columns:repeat(2,minmax(0,1fr));}}
    @media(max-width:760px){.executive-hero-title{font-size:30px;}.executive-donut{width:198px;height:198px;}.executive-donut:before{inset:19px;}.executive-donut-center{width:122px;height:122px;}.executive-donut-score{font-size:34px;}.executive-score-strip{grid-template-columns:1fr;}}
