/* GCD Enterprise App V22.9.6.7 - Project Command Center + Digest Automation */
.v22967-hero{
    border-radius:24px;
    padding:28px;
    color:#fff;
    background:linear-gradient(135deg,#1f2937 0%,#334155 46%,#b7791f 100%);
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    box-shadow:0 18px 45px rgba(15,23,42,.18);
}
.v22967-hero h2{margin:0;font-weight:800;letter-spacing:-.03em;}
.v22967-hero p{margin:.45rem 0 0;max-width:760px;color:rgba(255,255,255,.86);}
.v22967-hero .eyebrow{text-transform:uppercase;font-size:.76rem;font-weight:800;letter-spacing:.12em;color:#fde68a;margin-bottom:.35rem;}
.v22967-hero .hero-actions{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end;}
.v22967-metric{
    background:#fff;
    border:1px solid rgba(148,163,184,.25);
    border-radius:20px;
    padding:20px;
    min-height:128px;
    box-shadow:0 12px 30px rgba(15,23,42,.07);
    position:relative;
    overflow:hidden;
}
.v22967-metric:before{content:"";position:absolute;right:-28px;top:-28px;width:88px;height:88px;border-radius:50%;background:rgba(183,121,31,.10);}
.v22967-metric span{display:block;color:#64748b;font-size:.82rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em;}
.v22967-metric strong{display:block;font-size:2.15rem;line-height:1.1;margin:.45rem 0;color:#0f172a;}
.v22967-metric small{color:#64748b;font-weight:600;}
.v22967-success{border-left:5px solid #16a34a;}
.v22967-warning{border-left:5px solid #d97706;}
.v22967-info{border-left:5px solid #0284c7;}
.v22967-danger{border-left:5px solid #dc2626;}
.v22967-primary{border-left:5px solid #334155;}
.v22967-preview{
    background:#0f172a;
    color:#e2e8f0;
    border-radius:18px;
    padding:18px;
    white-space:pre-wrap;
    max-height:560px;
    overflow:auto;
    font-size:.88rem;
}
@media(max-width:768px){.v22967-hero{display:block;padding:22px}.v22967-hero .hero-actions{justify-content:flex-start;margin-top:16px}.v22967-metric{min-height:110px}}
