/* v34 report center + public realization chart */
.report-filter-card,.report-table-card{background:linear-gradient(145deg,#f8fffb,#edf8f3);border:1px solid #cce2d8;border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(5,77,58,.06);margin-bottom:18px}
.report-filter-grid{display:grid;grid-template-columns:minmax(180px,230px) minmax(280px,1fr) auto;gap:14px;align-items:end}
.report-filter-grid label{display:grid;gap:7px;color:#355d50;font-size:12px;font-weight:800}
.report-filter-grid select{height:44px;border:1px solid #acd2c1;border-radius:11px;background:#fff;color:#173d31;padding:0 12px;font-weight:650}
.report-filter-actions{display:flex;gap:8px}.report-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.report-summary-grid article{padding:18px;border-radius:16px;background:linear-gradient(145deg,#0c6b50,#168563);color:#fff;box-shadow:0 10px 24px rgba(5,90,67,.12)}.report-summary-grid small,.report-summary-grid span{display:block;color:#d2f6e6}.report-summary-grid strong{display:block;font-size:22px;margin:5px 0;line-height:1.15}.report-table-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.report-table-head h3{margin:4px 0;color:#124837}.report-table-head p{margin:0;color:#688076}.export-choice{display:flex;gap:9px}.export-btn{display:flex;align-items:center;gap:9px;text-decoration:none;border-radius:12px;padding:10px 13px;border:1px solid #b7d6c8;background:#fff;color:#154b3a;min-width:130px}.export-btn b{font-size:22px}.export-btn span{font-weight:800}.export-btn small{display:block;font-size:9px;font-weight:600;color:#70877e}.export-btn.excel:hover{background:#eaf8f1}.export-btn.pdf:hover{background:#f5faf7}.report-status{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800;border:1px solid transparent;white-space:nowrap}.report-status i{width:7px;height:7px;border-radius:50%}.report-status.ok{background:#e8f8ef;color:#087344;border-color:#bce8ce}.report-status.ok i{background:#16a764}.report-status.attention{background:#fff7e8;color:#9a6510;border-color:#f2d49c}.report-status.attention i{background:#e9a31a}.report-status.empty{background:#f1f5f3;color:#67756f;border-color:#dbe3df}.report-status.empty i{background:#9aa8a2}
.realization-visual{margin:18px 0 20px;padding:18px 18px 12px;border:1px solid #d7e8e0;border-radius:16px;background:linear-gradient(180deg,#fbfffd,#f2faf6)}.realization-visual-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:16px}.realization-visual-head h3{margin:3px 0 0;color:#123f32}.realization-visual-head p{margin:0;color:#6d827a;font-size:12px}.realization-chart{position:relative;height:230px;display:grid;grid-template-columns:repeat(12,minmax(32px,1fr));align-items:end;gap:10px;padding:20px 10px 30px;border-left:1px solid #bad8ca;border-bottom:1px solid #bad8ca;background:repeating-linear-gradient(to top,transparent 0,transparent 45px,rgba(73,127,105,.10) 46px)}.realization-chart:before{content:'100%';position:absolute;left:-2px;right:0;bottom:calc(30px + 137.5px);border-top:1px dashed #20a36d;color:#16805a;font-size:9px;font-weight:800;padding-left:4px}.realization-bar{height:calc(var(--h) * 1.65px);min-height:3px;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,#34d399,#047857);position:relative;transition:.25s}.realization-bar:hover{filter:brightness(1.06)}.realization-bar b{position:absolute;left:50%;bottom:100%;transform:translate(-50%,-5px);font-size:9px;color:#15523f;white-space:nowrap}.realization-bar small{position:absolute;left:50%;top:100%;transform:translate(-50%,8px);font-size:9px;font-weight:800;color:#4f6e62;white-space:nowrap}.realization-chart-empty{grid-column:1/-1;align-self:center;text-align:center;color:#7b8f86}
@media(max-width:1000px){.report-summary-grid{grid-template-columns:repeat(2,1fr)}.report-filter-grid{grid-template-columns:1fr 1fr}.report-filter-actions{grid-column:1/-1}.realization-chart{overflow-x:auto;grid-template-columns:repeat(12,50px)}}
@media(max-width:650px){.report-summary-grid{grid-template-columns:1fr}.report-filter-grid{grid-template-columns:1fr}.report-filter-actions{grid-column:auto}.report-table-head{align-items:flex-start;flex-direction:column}.export-choice{width:100%}.export-btn{flex:1}.realization-visual-head{align-items:flex-start;flex-direction:column}}
