:root{
  --epm-bg:#f6f7f4;
  --epm-card:#ffffff;
  --epm-text:#1d2420;
  --epm-muted:#66706a;
  --epm-border:#e3e7df;
  --epm-lime:#b8ff3d;
  --epm-green:#31b66b;
  --epm-yellow:#f5b942;
  --epm-red:#e5484d;
  --epm-graphite:#202823;
}
.epm-wrap{background:var(--epm-bg);padding:28px;border-radius:24px;margin-top:18px;color:var(--epm-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.epm-front{margin:20px 0;}
.epm-hero{background:linear-gradient(135deg,#ffffff 0%,#f2f6ea 55%,#eaffc5 100%);border:1px solid var(--epm-border);border-radius:28px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 18px 50px rgba(32,40,35,.07);}
.epm-kicker{text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--epm-green);}
.epm-hero h1{font-size:38px;line-height:1.1;margin:8px 0 8px;color:var(--epm-graphite);font-weight:850;}
.epm-hero p{font-size:16px;color:var(--epm-muted);max-width:760px;margin:0;}
.epm-badge{background:var(--epm-graphite);color:var(--epm-lime);border-radius:999px;padding:12px 18px;font-weight:800;white-space:nowrap;box-shadow:0 10px 30px rgba(32,40,35,.18);}
.epm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:22px 0;}
.epm-card{background:var(--epm-card);border:1px solid var(--epm-border);border-radius:24px;padding:22px;box-shadow:0 14px 38px rgba(32,40,35,.05);position:relative;overflow:hidden;}
.epm-card:before{content:"";position:absolute;right:-34px;top:-34px;width:88px;height:88px;border-radius:50%;background:var(--epm-lime);opacity:.55;}
.epm-card-title{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--epm-muted);font-weight:800;}
.epm-card-number{font-size:42px;font-weight:900;line-height:1;margin:16px 0 8px;color:var(--epm-graphite);}
.epm-card-sub{font-size:14px;color:var(--epm-muted);}
.epm-panel{background:var(--epm-card);border:1px solid var(--epm-border);border-radius:24px;padding:24px;margin-top:18px;box-shadow:0 14px 38px rgba(32,40,35,.05);}
.epm-panel h1,.epm-panel h2{margin-top:0;color:var(--epm-graphite);font-weight:850;}
.epm-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.epm-checks span{display:block;background:#f8faf5;border:1px solid var(--epm-border);border-radius:14px;padding:13px 14px;font-weight:700;color:var(--epm-graphite);}
.epm-checks span:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:8px;border-radius:50%;background:var(--epm-lime);color:#1b231e;font-weight:900;}
.epm-next{border-left:6px solid var(--epm-lime);}
.epm-denied,.epm-public-box{background:#fff;border:1px solid var(--epm-border);border-radius:22px;padding:24px;color:var(--epm-text);}
@media(max-width:1100px){.epm-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.epm-checks{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.epm-wrap{padding:16px;border-radius:18px}.epm-hero{display:block;padding:22px;border-radius:20px}.epm-hero h1{font-size:30px}.epm-badge{display:inline-block;margin-top:16px}.epm-grid,.epm-checks{grid-template-columns:1fr}.epm-card-number{font-size:36px}}
.epm-hero-small h1{font-size:32px}.epm-notice{margin-top:18px;border-radius:16px;padding:14px 18px;font-weight:800}.epm-success{background:#ecfff4;border:1px solid #b6efcd;color:#116b3c}.epm-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.epm-form label{display:flex;flex-direction:column;gap:7px}.epm-form label span{font-weight:850;color:var(--epm-graphite)}.epm-form input,.epm-form select,.epm-form textarea{width:100%;max-width:100%;border:1px solid var(--epm-border);border-radius:14px;padding:12px 13px;background:#fbfcf8;color:var(--epm-text);box-shadow:none}.epm-form input:focus,.epm-form select:focus,.epm-form textarea:focus{outline:2px solid rgba(184,255,61,.7);border-color:#91d62f}.epm-full{margin-top:16px}.epm-actions{display:flex;gap:12px;align-items:center;margin-top:18px}.epm-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--epm-graphite);color:var(--epm-lime)!important;border:0;border-radius:999px;padding:12px 18px;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px rgba(32,40,35,.16)}.epm-btn:hover{color:#fff!important}.epm-btn-light{background:#f3f6ee;color:var(--epm-graphite)!important;border:1px solid var(--epm-border);box-shadow:none}.epm-table-wrap{overflow:auto}.epm-table{width:100%;border-collapse:separate;border-spacing:0 10px}.epm-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--epm-muted);padding:8px 12px}.epm-table td{background:#fbfcf8;border-top:1px solid var(--epm-border);border-bottom:1px solid var(--epm-border);padding:13px 12px;vertical-align:middle}.epm-table td:first-child{border-left:1px solid var(--epm-border);border-radius:14px 0 0 14px}.epm-table td:last-child{border-right:1px solid var(--epm-border);border-radius:0 14px 14px 0}.epm-table small{color:var(--epm-muted)}.epm-progress{height:10px;background:#e8ecdf;border-radius:999px;overflow:hidden;min-width:120px}.epm-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--epm-green),var(--epm-lime));border-radius:999px}.epm-status{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#eef2e8;color:var(--epm-graphite)}.epm-status-active{background:#e9fff2;color:#137843}.epm-status-paused{background:#fff7df;color:#91620f}.epm-status-completed{background:#effee2;color:#4c7f00}.epm-status-cancelled{background:#ffecec;color:#a5282d}.epm-link{font-weight:900;color:#1f7a45;text-decoration:none}.epm-link:hover{text-decoration:underline}
@media(max-width:1100px){.epm-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.epm-form-grid{grid-template-columns:1fr}.epm-actions{display:block}.epm-actions .epm-btn{margin:0 8px 8px 0}.epm-table{min-width:820px}}

.epm-subpanel{margin-top:18px;background:#f9fbf3;border:1px solid var(--epm-border);border-radius:20px;padding:18px}.epm-subpanel h3{margin:0 0 6px;font-size:18px}.epm-subpanel p{margin:0 0 14px;color:var(--epm-muted)}.epm-worker-lines{display:flex;flex-direction:column;gap:10px}.epm-worker-line{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;background:#fff;border:1px solid var(--epm-border);border-radius:16px;padding:12px}.epm-status-partial{background:#fff7df;color:#91620f}.epm-status-not_completed{background:#ffecec;color:#a5282d}.epm-status-completed{background:#effee2;color:#4c7f00}@media(max-width:900px){.epm-worker-line{grid-template-columns:1fr 1fr}}@media(max-width:600px){.epm-worker-line{grid-template-columns:1fr}}

.epm-grid-five{grid-template-columns:repeat(5,minmax(0,1fr));}
.epm-status-ok{background:#e9fff2;color:#137843}.epm-status-warning{background:#fff7df;color:#91620f}.epm-status-danger{background:#ffecec;color:#a5282d}.epm-danger-text{color:#a5282d;font-weight:900}.epm-ok-text{color:#137843;font-weight:900}.epm-forecast-table small{color:var(--epm-muted)}
@media(max-width:1300px){.epm-grid-five{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:800px){.epm-grid-five{grid-template-columns:1fr;}}

.epm-status-pending{background:#f3f4f6;color:#374151;}


.epm-grid-three{grid-template-columns:repeat(3,minmax(0,1fr));}
.epm-inline-form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.epm-inline-form select{min-width:320px;border:1px solid var(--epm-border);border-radius:14px;padding:12px 13px;background:#fbfcf8;color:var(--epm-text)}
.epm-check{justify-content:center;background:#fbfcf8;border:1px solid var(--epm-border);border-radius:14px;padding:13px}.epm-check input{width:auto!important}.epm-error{background:#ffecec;border:1px solid #ffc7c7;color:#a5282d}
.epm-file-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.epm-file-card{background:#fbfcf8;border:1px solid var(--epm-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 25px rgba(32,40,35,.04)}.epm-file-card.epm-critical{border-color:#c3f45d;box-shadow:0 12px 30px rgba(184,255,61,.18)}.epm-file-thumb{width:100%;height:170px;object-fit:cover;display:block}.epm-file-meta{padding:15px}.epm-file-cat{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--epm-green);font-weight:900}.epm-file-meta h3{margin:6px 0 8px;font-size:17px}.epm-file-meta p{color:var(--epm-muted);margin:0 0 10px}.epm-file-actions{display:flex;gap:14px;margin-top:12px}.epm-danger-link{color:#a5282d!important}.epm-empty{background:#fbfcf8;border:1px dashed var(--epm-border);border-radius:16px;padding:18px;color:var(--epm-muted);font-weight:700}
.epm-timeline{display:flex;flex-direction:column;gap:14px}.epm-timeline-day{background:#fbfcf8;border:1px solid var(--epm-border);border-radius:18px;padding:16px}.epm-timeline-date{font-weight:900;color:var(--epm-graphite);margin-bottom:10px}.epm-timeline-photos{display:flex;gap:10px;flex-wrap:wrap}.epm-timeline-thumb{width:84px;height:84px;object-fit:cover;border-radius:14px;border:1px solid var(--epm-border)}.epm-timeline-count{margin-top:10px;color:var(--epm-muted);font-weight:800}
@media(max-width:1100px){.epm-file-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.epm-grid-three,.epm-file-grid{grid-template-columns:1fr}.epm-inline-form select{min-width:100%;}.epm-file-thumb{height:210px}}

/* Executive Dashboard v1.9 */
.epm-executive .epm-quick-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 4px}.epm-grid-six{grid-template-columns:repeat(6,minmax(0,1fr));}.epm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.epm-panel-head h2{margin:0}.epm-dashboard-split{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;margin-top:18px}.epm-recent-files{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.epm-recent-file{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;background:#fbfcf8;border:1px solid var(--epm-border);border-radius:16px;padding:10px}.epm-recent-thumb{width:64px;height:64px;border-radius:14px;background:#f0f4e9;border:1px solid var(--epm-border);display:flex;align-items:center;justify-content:center;text-decoration:none;overflow:hidden}.epm-recent-thumb img{width:100%;height:100%;object-fit:cover;display:block}.epm-recent-thumb span{font-size:26px}.epm-recent-file strong{display:block;color:var(--epm-graphite);line-height:1.2}.epm-recent-file small{display:block;color:var(--epm-muted);margin-top:5px}.epm-feed{display:flex;flex-direction:column;gap:10px}.epm-feed-item{background:#fbfcf8;border:1px solid var(--epm-border);border-radius:16px;padding:13px}.epm-feed-item strong{display:block;color:var(--epm-graphite)}.epm-feed-item span{display:block;color:var(--epm-muted);margin-top:4px}.epm-dashboard-projects td{white-space:nowrap}.epm-dashboard-projects td:first-child,.epm-dashboard-projects td:nth-child(7){white-space:normal}
@media(max-width:1500px){.epm-grid-six{grid-template-columns:repeat(3,minmax(0,1fr));}.epm-dashboard-split{grid-template-columns:1fr}.epm-recent-files{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:800px){.epm-grid-six,.epm-recent-files{grid-template-columns:1fr}.epm-panel-head{display:block}.epm-panel-head .epm-link{display:inline-block;margin-top:8px}.epm-executive .epm-quick-actions .epm-btn{width:100%}}

/* Project Workspace v2.0 */
.epm-project-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0;flex-wrap:wrap}.epm-arrow{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--epm-border);background:#fbfcf8;color:var(--epm-graphite);border-radius:999px;padding:11px 16px;font-weight:900;text-decoration:none}.epm-arrow:hover{background:#efffd1;color:#111}.epm-disabled{opacity:.45;pointer-events:none}.epm-dashboard-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.epm-dashboard-nav select{border:1px solid var(--epm-border);border-radius:999px;padding:9px 12px;background:#fbfcf8;font-weight:800;color:var(--epm-graphite)}.epm-workspace-side{display:flex;align-items:center;gap:12px}.epm-health{border-radius:22px;padding:14px 18px;min-width:110px;text-align:center;box-shadow:0 10px 25px rgba(32,40,35,.08)}.epm-health strong{display:block;font-size:28px;line-height:1;color:var(--epm-graphite);font-weight:950}.epm-health span{display:block;margin-top:5px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.epm-health-ok{background:#e9fff2;border:1px solid #b9edcf;color:#137843}.epm-health-warning{background:#fff7df;border:1px solid #f4d88d;color:#91620f}.epm-health-danger{background:#ffecec;border:1px solid #ffc7c7;color:#a5282d}.epm-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.epm-tabs a{background:#fbfcf8;border:1px solid var(--epm-border);border-radius:999px;padding:11px 15px;font-weight:900;color:var(--epm-graphite);text-decoration:none}.epm-tabs a.active{background:var(--epm-graphite);color:var(--epm-lime)}.epm-workspace-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.epm-workspace-overview>div{background:#fbfcf8;border:1px solid var(--epm-border);border-radius:16px;padding:14px;color:var(--epm-muted)}.epm-workspace-overview strong{color:var(--epm-graphite)}.epm-workspace-progress{height:16px;margin:12px 0}.epm-muted-note{color:var(--epm-muted);font-weight:700}.epm-doc-thumb{height:170px;display:flex;align-items:center;justify-content:center;background:#f0f4e9;font-size:44px;color:var(--epm-graphite)}
@media(max-width:1000px){.epm-workspace-overview{grid-template-columns:1fr}.epm-workspace-side{align-items:flex-start;flex-direction:column}.epm-project-nav{align-items:stretch}.epm-project-nav a{width:100%}.epm-dashboard-nav{margin-top:10px}}
