body{margin:0;font-family:Arial,sans-serif;background:#f4f6f8;color:#111827}.app{max-width:1500px;margin:0 auto;padding:30px}.header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:25px}.eyebrow{color:#64748b;font-weight:700;margin-bottom:5px}h1{margin:0;font-size:36px}.subtitle{color:#64748b;max-width:780px}button{border:none;background:#111827;color:#fff;padding:12px 18px;border-radius:10px;cursor:pointer;font-weight:700}button:disabled{opacity:.6;cursor:not-allowed}.error-box{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:14px 16px;border-radius:12px;margin-bottom:18px;font-weight:700}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:20px}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 25px #0f172a0f}.card p{margin:0;color:#64748b}.card h2{font-size:32px;margin:8px 0 0}.card.danger h2{color:#dc2626}.filters{background:#fff;padding:18px;border-radius:16px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:12px;margin-bottom:20px;box-shadow:0 8px 25px #0f172a0f}input,select{padding:12px;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;background:#fff}.refresh-info{padding:12px;color:#64748b;font-size:14px}.gantt{display:flex;flex-direction:column;gap:24px}.project{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 25px #0f172a0f}.project h2{background:#111827;color:#fff;padding:12px 16px;border-radius:10px;font-size:18px;margin-top:0}.task-row{display:grid;grid-template-columns:390px 1fr;gap:20px;border-bottom:1px solid #e5e7eb;padding:18px 0}.task-row:last-child{border-bottom:none}.task-info h3{margin:0 0 8px;font-size:16px}.task-info p{margin:5px 0;color:#64748b;font-size:13px;line-height:1.5}.status{display:inline-block;margin-top:8px;margin-right:6px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700}.timeline{display:flex;flex-direction:column;justify-content:center}.bar-background{background:#e5e7eb;border-radius:999px;height:36px;overflow:hidden}.bar{height:100%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;min-width:42px;font-size:13px;font-weight:700;transition:width .3s ease}.delayed-bar{background:#dc2626}.risk-note{margin:8px 0 0;color:#64748b;font-size:13px}.updated-note{margin:4px 0 0;color:#94a3b8;font-size:12px}.empty{background:#fff;padding:30px;border-radius:16px;text-align:center;color:#64748b}@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.filters,.task-row{grid-template-columns:1fr}}@media(max-width:700px){.app{padding:18px}.header{flex-direction:column;align-items:flex-start}.cards{grid-template-columns:1fr}h1{font-size:28px}}.gantt-scale{display:flex;justify-content:space-between;color:#64748b;font-size:12px;margin-bottom:6px}.gantt-track{position:relative;background:#e5e7eb;border-radius:999px;height:56px;overflow:hidden}.gantt-bar{position:absolute;top:4px;height:30px;background:#111827;color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;min-width:42px;font-size:12px;font-weight:700}.delayed-gantt-bar{background:#dc2626}.progress-mini{height:7px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:8px}.progress-mini-fill{height:100%;background:#2563eb;border-radius:999px}.reporting-section{background:#fff;border-radius:16px;padding:20px;margin-top:24px;box-shadow:0 8px 25px #0f172a0f}.section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.section-header h2{margin:0}.report-subtitle{color:#64748b;margin:6px 0 0}.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.report-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.report-card p{margin:0;color:#64748b}.report-card h3{margin:8px 0 0;font-size:28px}.report-block{margin-top:22px}.report-block h3{margin-bottom:10px}.status-report-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.status-report-item{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#f8fafc;display:flex;justify-content:space-between;align-items:center}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff}th,td{border:1px solid #e5e7eb;padding:10px;text-align:left;font-size:14px}th{background:#f1f5f9}td{color:#334155}@media(max-width:900px){.report-grid{grid-template-columns:1fr 1fr}.status-report-list{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}}@media print{body{background:#fff}.filters,.task-actions,button,.modal-overlay{display:none!important}.app{max-width:100%;padding:10px}.card,.project,.reporting-section{box-shadow:none;border:1px solid #e5e7eb}.gantt{page-break-after:always}.reporting-section{page-break-before:always}}.report-filters{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:20px;padding:14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px}.report-filters select{width:100%}@media(max-width:1000px){.report-filters{grid-template-columns:1fr 1fr}}@media(max-width:650px){.report-filters{grid-template-columns:1fr}}@media print{.report-filters{display:none!important}}body{background:radial-gradient(circle at top left,rgba(34,197,94,.12),transparent 28%),radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 30%),linear-gradient(180deg,#f8fafc,#eef2f7)}.hero-header{position:relative;overflow:hidden;background:linear-gradient(135deg,#064e3b,#0f766e 45%,#14532d);color:#fff;border-radius:24px;padding:30px;margin-bottom:26px;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:0 20px 55px #0f172a38}.hero-header:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.25}.hero-header:after{content:"";position:absolute;right:-120px;top:-120px;width:310px;height:310px;border-radius:50%;background:#ffffff1f}.brand-block,.hero-actions{position:relative;z-index:1}.brand-block{display:flex;align-items:center;gap:20px}.brand-logo{width:84px;height:84px;min-width:84px;border-radius:24px;background:linear-gradient(135deg,#facc15,#22c55e 48%,#16a34a);color:#052e16;display:flex;align-items:center;justify-content:center;font-size:46px;font-weight:900;box-shadow:0 16px 35px #00000040;border:3px solid rgba(255,255,255,.55)}.project-label{margin:0 0 6px;font-weight:900;letter-spacing:.18em;color:#fde68a;font-size:13px}.hero-header h1{margin:0;font-size:56px;line-height:1.05;color:#fff}.hero-header .subtitle{color:#ffffffe0;max-width:850px;margin-top:10px;font-size:15px}.hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.hero-tags span{background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.refresh-button{background:#facc15;color:#1f2937;box-shadow:0 10px 25px #facc154d}.refresh-button:hover{background:#fde047}.sync-box{background:#ffffff24;border:1px solid rgba(255,255,255,.25);border-radius:14px;padding:10px 12px;color:#fff;min-width:190px;text-align:right}.sync-box span{display:block;font-size:11px;opacity:.75;text-transform:uppercase;letter-spacing:.12em}.sync-box strong{display:block;margin-top:4px;font-size:13px}.cards{gap:16px}.card{position:relative;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 16px 35px #0f172a14}.card:after{content:"";position:absolute;right:-28px;bottom:-28px;width:82px;height:82px;border-radius:50%;background:#22c55e1a}.card h2{position:relative;z-index:1}.card p{position:relative;z-index:1;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.filters,.report-filters{border:1px solid #e2e8f0;box-shadow:0 12px 35px #0f172a12}input,select,textarea{transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 4px #22c55e24}.project{border:1px solid #e2e8f0}.project h2{background:linear-gradient(135deg,#0f172a,#14532d);display:flex;align-items:center;gap:10px}.project h2:before{content:"●";color:#22c55e;font-size:16px}.task-row{transition:background .2s ease}.task-row:hover{background:#f8fafc}.task-info h3{color:#0f172a;font-size:18px}.task-info p{color:#475569}.status{box-shadow:inset 0 0 0 1px #ffffff59}.completed{background:#dcfce7;color:#166534}.progress{background:#dbeafe;color:#1d4ed8}.delayed{background:#fee2e2;color:#b91c1c}.hold{background:#fef3c7;color:#92400e}.upcoming{background:#e0f2fe;color:#0369a1}.not-started{background:#e5e7eb;color:#374151}.gantt-track{background:repeating-linear-gradient(90deg,#e5e7eb 0 56px,#f1f5f9 56px 76px);border:1px solid #e2e8f0}.gantt-bar{background:linear-gradient(135deg,#0f172a,#14532d);box-shadow:0 8px 18px #0f172a38}.delayed-gantt-bar{background:linear-gradient(135deg,#dc2626,#991b1b)}.progress-mini-fill{background:linear-gradient(90deg,#22c55e,#2563eb)}.reporting-section{border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc)}.reporting-section .section-header{border-bottom:1px solid #e5e7eb;padding-bottom:14px}.reporting-section h2{color:#0f172a}.report-card{box-shadow:0 8px 20px #0f172a0d}.report-card h3{color:#064e3b}.danger-report h3{color:#dc2626}th{background:#ecfdf5;color:#064e3b;font-weight:800}td{background:#fff}@media print{.hero-header{background:#fff!important;color:#000!important;box-shadow:none!important;border:1px solid #d1d5db}.hero-header:before,.hero-header:after,.hero-tags,.hero-actions{display:none!important}.brand-logo{border:1px solid #d1d5db;box-shadow:none}.project-label,.hero-header h1,.hero-header .subtitle{color:#000!important}}@media(max-width:900px){.hero-header{flex-direction:column;align-items:flex-start}.brand-block{align-items:flex-start}.hero-actions{align-items:flex-start;width:100%}.sync-box{text-align:left;width:100%}.hero-header h1{font-size:30px}}@media(max-width:650px){.brand-block{flex-direction:column}.brand-logo{width:70px;height:70px;min-width:70px;font-size:56px}}.image-logo{background:#fff;padding:8px}.image-logo img{width:100%;height:100%;object-fit:contain;display:block}.enhanced-gantt{gap:28px}.enhanced-project{padding:0;overflow:hidden;border:1px solid #dbe3ea;background:#fff}.project-title-row{background:linear-gradient(135deg,#0f172a,#14532d);color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}.project-title-row h2{background:transparent!important;padding:0!important;margin:0!important;color:#fff}.project-meta{background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800}.gantt-board{display:grid;grid-template-columns:390px minmax(780px,1fr);overflow-x:auto;background:#f8fafc}.gantt-left-header,.gantt-right-header{position:sticky;top:0;z-index:5;background:#e5e7eb;border-bottom:1px solid #cbd5e1;min-height:64px}.gantt-left-header{left:0;z-index:6;display:flex;align-items:center;padding:12px 16px;font-weight:900;color:#0f172a;border-right:1px solid #cbd5e1}.gantt-right-header{display:grid}.week-cell{border-right:1px solid #cbd5e1;padding:8px 6px;text-align:center;color:#334155;min-width:64px}.week-cell strong{display:block;font-size:12px;color:#0f172a}.week-cell span{display:block;margin-top:4px;font-size:11px;color:#64748b}.gantt-grid-row{display:contents}.gantt-task-cell{background:#fff;border-right:1px solid #dbe3ea;border-bottom:1px solid #e5e7eb;padding:14px 16px;min-height:128px}.gantt-timeline-cell{position:relative;background:#fff;border-bottom:1px solid #e5e7eb;min-height:128px;overflow:hidden;padding-top:56px}.gantt-grid-row:nth-child(2n) .gantt-task-cell,.gantt-grid-row:nth-child(2n) .gantt-timeline-cell{background:#fbfdff}.task-main-title{font-weight:900;color:#0f172a;font-size:15px;margin-bottom:6px}.task-sub-line,.task-date-line{font-size:12px;color:#64748b;margin-bottom:5px;line-height:1.45}.task-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.week-grid-background{position:absolute;inset:0;display:grid;pointer-events:none}.week-grid-line{border-right:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafcbf,#fff3)}.week-grid-line:nth-child(odd){background:#f1f5f999}.gantt-grid-bar{position:absolute;top:34px;height:34px;border-radius:8px;overflow:hidden;color:#fff;font-size:12px;font-weight:900;display:flex;justify-content:center;align-items:center;min-width:36px;box-shadow:0 8px 18px #0f172a2e;border:1px solid rgba(15,23,42,.12)}.gantt-grid-bar span{position:relative;z-index:2;text-shadow:0 1px 2px rgba(0,0,0,.35)}.gantt-grid-progress{position:absolute;left:0;top:0;height:100%;z-index:1;opacity:.9}.completed-grid-bar{background:#bbf7d0;color:#064e3b}.completed-grid-bar .gantt-grid-progress{background:linear-gradient(90deg,#16a34a,#22c55e)}.progress-grid-bar{background:#bfdbfe}.progress-grid-bar .gantt-grid-progress{background:linear-gradient(90deg,#2563eb,#60a5fa)}.delayed-grid-bar{background:#fecaca}.delayed-grid-bar .gantt-grid-progress{background:linear-gradient(90deg,#dc2626,#991b1b)}.hold-grid-bar{background:#fde68a;color:#78350f}.hold-grid-bar .gantt-grid-progress{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.upcoming-grid-bar{background:#e0f2fe;color:#075985}.upcoming-grid-bar .gantt-grid-progress{background:linear-gradient(90deg,#0284c7,#38bdf8)}.not-started-grid-bar{background:#e5e7eb;color:#374151}.task-risk-row{position:absolute;left:12px;right:12px;bottom:26px;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-updated-row{position:absolute;left:12px;right:12px;bottom:8px;font-size:11px;color:#94a3b8}.today-marker{position:absolute;top:0;bottom:0;width:2px;background:#ef4444;z-index:4}.today-marker span{position:absolute;top:6px;transform:translate(-50%);background:#ef4444;color:#fff;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;white-space:nowrap}@media(max-width:1100px){.gantt-board{grid-template-columns:340px minmax(720px,1fr)}}@media print{.gantt-board{grid-template-columns:330px minmax(700px,1fr)}.gantt-left-header,.gantt-right-header{position:static}.today-marker{display:none!important}.gantt-task-cell,.gantt-timeline-cell{min-height:100px}}.gantt-board{grid-template-columns:330px minmax(1100px,1fr)}.gantt-task-cell{min-height:104px;padding:12px 14px;justify-content:center}.gantt-timeline-cell{min-height:104px;padding-top:36px}.gantt-grid-bar{top:34px;height:28px;border-radius:7px;min-width:48px}.gantt-grid-bar span{font-size:11px}.task-main-title{font-size:14px;line-height:1.25;margin-bottom:4px}.task-sub-line,.task-date-line{font-size:11px;margin-bottom:3px}.task-chip-row{margin-top:6px}.status{padding:4px 8px;font-size:11px}.task-actions{margin-top:8px}.small-button{padding:7px 11px;font-size:11px;border-radius:7px}.task-risk-row{bottom:24px;font-size:11px;text-align:right}.task-updated-row{bottom:8px;font-size:10px;text-align:right}.week-cell{min-width:56px;padding:7px 4px}.week-grid-line{border-right:1px solid #d7dee8}.week-grid-line:nth-child(odd){background:#f1f5f9bf}.week-grid-line:nth-child(2n){background:#ffffff8c}.gantt-left-header{min-height:90px}.gantt-right-header{min-height:56px}.timeline-top-label{height:32px}.today-marker{opacity:.55}.gantt-grid-bar{background:#dbeafe;border:1px solid #bfdbfe;color:#0f172a}.gantt-grid-progress{min-width:0}.gantt-grid-bar span{color:#0f172a;text-shadow:none}.completed-grid-bar{background:#dcfce7;border-color:#bbf7d0}.completed-grid-bar .gantt-grid-progress{background:#22c55e}.progress-grid-bar{background:#dbeafe;border-color:#93c5fd}.progress-grid-bar .gantt-grid-progress{background:#2563eb}.delayed-grid-bar{background:#fee2e2;border-color:#fecaca}.delayed-grid-bar .gantt-grid-progress{background:#dc2626}.upcoming-grid-bar{background:#e0f2fe;border-color:#bae6fd}.upcoming-grid-bar .gantt-grid-progress{background:#0284c7}.not-started-grid-bar{background:#e5e7eb;border-color:#cbd5e1}.not-started-grid-bar .gantt-grid-progress{background:#94a3b8}.small-button{background:#0f172a;padding:6px 10px;font-size:11px;border-radius:7px;box-shadow:none}.task-actions{margin-top:7px}.summary-report-section{background:#fff;border-radius:16px;padding:20px;margin-top:24px;box-shadow:0 8px 25px #0f172a0f;border:1px solid #e2e8f0}.summary-report-box{white-space:pre-wrap;background:#f8fafc;border:1px solid #cbd5e1;border-left:6px solid #16a34a;border-radius:14px;padding:20px;color:#0f172a;font-family:Courier New,monospace;font-size:14px;line-height:1.65;max-height:650px;overflow-y:auto}@media print{.summary-actions{display:none!important}.summary-report-section{page-break-before:always;box-shadow:none;border:1px solid #e5e7eb}.summary-report-box{max-height:none;overflow:visible;border:none;background:#fff;padding:0;font-size:12px}}.summary-report-section{background:#fff;border-radius:20px;padding:22px;margin-top:28px;box-shadow:0 14px 35px #0f172a14;border:1px solid #e2e8f0}.summary-section-header{border-bottom:1px solid #e5e7eb;padding-bottom:16px;margin-bottom:20px}.summary-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.summary-empty-state{text-align:center;padding:48px 20px;background:radial-gradient(circle at top,rgba(34,197,94,.1),transparent 35%),#f8fafc;border:1px dashed #cbd5e1;border-radius:18px}.summary-empty-icon{font-size:44px;margin-bottom:10px}.summary-empty-state h3{margin:0;color:#0f172a;font-size:22px}.summary-empty-state p{max-width:640px;margin:10px auto 0;color:#64748b;line-height:1.6}.executive-report{border:1px solid #dbe3ea;border-radius:18px;overflow:hidden;background:#fff}.executive-report-cover{background:linear-gradient(135deg,#064e3bfa,#0f766ef5,#14532dfa);color:#fff;padding:26px;display:flex;justify-content:space-between;gap:22px;align-items:center;position:relative;overflow:hidden}.executive-report-cover:after{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:#ffffff1f}.executive-brand{display:flex;align-items:center;gap:16px;position:relative;z-index:1}.executive-logo-wrap{width:76px;height:76px;min-width:76px;background:#fff;border-radius:18px;padding:8px;box-shadow:0 14px 28px #00000038}.executive-logo-wrap img{width:100%;height:100%;object-fit:contain}.executive-brand p{margin:0 0 6px;color:#fde68a;font-weight:900;letter-spacing:.16em;font-size:12px}.executive-brand h2{margin:0;color:#fff;font-size:28px;line-height:1.15}.executive-brand span{display:block;margin-top:8px;color:#ffffffd1;font-size:13px}.executive-meta{display:grid;gap:9px;position:relative;z-index:1;min-width:220px}.executive-meta div{background:#ffffff21;border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:10px 12px;text-align:right}.executive-meta span{display:block;font-size:10px;opacity:.72;text-transform:uppercase;letter-spacing:.12em}.executive-meta strong{display:block;margin-top:4px;font-size:13px}.executive-kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:18px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.executive-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;box-shadow:0 8px 18px #0f172a0a}.executive-kpi-card span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.executive-kpi-card strong{display:block;margin-top:8px;color:#0f172a;font-size:28px;line-height:1}.success-kpi strong{color:#16a34a}.danger-kpi strong{color:#dc2626}.progress-kpi strong{color:#2563eb}.executive-report-body{padding:22px;display:grid;gap:16px;background:#fff}.executive-report-block{border:1px solid #e5e7eb;border-left:6px solid #16a34a;border-radius:14px;padding:16px 18px;background:#fff}.executive-report-block h3{margin:0 0 10px;color:#064e3b;font-size:17px;line-height:1.35}.executive-report-lines p{margin:7px 0;color:#334155;line-height:1.6;font-size:14px}.numbered-report-line{background:#f8fafc;border-radius:10px;padding:8px 10px;border:1px solid #e5e7eb}.bullet-report-line{padding-left:10px;color:#475569}@media(max-width:1000px){.executive-report-cover{flex-direction:column;align-items:flex-start}.executive-meta{width:100%}.executive-meta div{text-align:left}.executive-kpi-grid{grid-template-columns:repeat(2,1fr)}.summary-actions{justify-content:flex-start}}@media(max-width:650px){.executive-brand{flex-direction:column;align-items:flex-start}.executive-brand h2{font-size:22px}.executive-kpi-grid{grid-template-columns:1fr}}@media print{.summary-actions{display:none!important}.summary-report-section{page-break-before:always;box-shadow:none;border:none;padding:0}.executive-report{border:none}.executive-report-cover{background:#fff!important;color:#000!important;border:1px solid #d1d5db}.executive-report-cover:after{display:none}.executive-brand p,.executive-brand h2,.executive-brand span{color:#000!important}.executive-logo-wrap{border:1px solid #d1d5db;box-shadow:none}.executive-meta div{background:#fff!important;color:#000!important;border:1px solid #d1d5db}.executive-kpi-grid{grid-template-columns:repeat(5,1fr);background:#fff}.executive-report-block{page-break-inside:avoid}}@media print{.hero-header,.cards,.filters,.gantt,.reporting-section,.task-actions,.modal-overlay,.summary-actions,button{display:none!important}.summary-report-section{display:block!important;page-break-before:auto!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important}.executive-report{border:none!important;box-shadow:none!important}.executive-report-cover{background:#fff!important;color:#000!important;border:1px solid #d1d5db!important}.executive-report-cover:after{display:none!important}.executive-brand p,.executive-brand h2,.executive-brand span{color:#000!important}.executive-logo-wrap{border:1px solid #d1d5db!important;box-shadow:none!important}.executive-meta div{background:#fff!important;color:#000!important;border:1px solid #d1d5db!important}.executive-kpi-grid{grid-template-columns:repeat(5,1fr)!important;background:#fff!important}.executive-report-block{page-break-inside:avoid}body{background:#fff!important}}.admin-upload-section{background:#fff;border-radius:18px;padding:22px;margin-top:28px;box-shadow:0 12px 32px #0f172a12;border:1px solid #e2e8f0}.upload-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.upload-box{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.upload-box label{flex:1;min-width:280px;color:#334155;font-weight:800}.upload-box input[type=file]{display:block;margin-top:8px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px;width:100%}.upload-file-info{margin-top:12px;color:#475569}.upload-message{margin-top:12px;padding:10px 12px;border-radius:10px;background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;font-weight:700}.upload-preview{margin-top:18px}.upload-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.upload-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.upload-summary-card span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.upload-summary-card strong{display:block;margin-top:8px;color:#0f172a;font-size:22px}.success-upload strong{color:#16a34a}.danger-upload strong{color:#dc2626}.upload-valid{background:#dcfce7;color:#166534;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.upload-errors{color:#b91c1c;font-size:12px;line-height:1.5}@media(max-width:900px){.upload-summary-grid{grid-template-columns:1fr 1fr}}@media print{.admin-upload-section{display:none!important}}.import-button{background:#16a34a;color:#fff}.import-button:hover{background:#15803d}.import-button:disabled{background:#94a3b8;cursor:not-allowed}.report-style-select{min-width:210px;border-radius:10px;border:1px solid #cbd5e1;padding:10px;font-weight:700}.ai-report-output{margin-top:20px;border:1px solid #dbe3ea;border-left:6px solid #2563eb;border-radius:16px;background:#f8fafc;overflow:hidden}.ai-report-header{padding:16px 18px;background:#eff6ff;border-bottom:1px solid #bfdbfe}.ai-report-header h3{margin:4px 0 0;color:#1e3a8a}.ai-report-output pre{margin:0;padding:20px;white-space:pre-wrap;font-family:Georgia,Times New Roman,serif;font-size:15px;line-height:1.7;color:#0f172a}html,body,#root{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden!important}*{box-sizing:border-box}.app{width:100%;max-width:1500px;margin:0 auto;padding:30px;overflow-x:hidden!important}.hero-header,.cards,.filters,.reporting-section,.summary-report-section,.admin-upload-section{max-width:100%;overflow-x:hidden}.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.card{min-width:0}.filters{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:12px}.filters input,.filters select{min-width:0;width:100%}.enhanced-project{padding:0!important;overflow:hidden!important;border:1px solid #dbe3ea!important;background:#fff!important;border-radius:16px!important}.project-title-row{background:linear-gradient(135deg,#0f172a,#14532d);color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.project-title-row h2{background:transparent!important;padding:0!important;margin:0!important;color:#fff!important}.project-meta{background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800;white-space:nowrap}.gantt-zoom-controls{width:100%;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin:0;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.gantt-zoom-controls button{border:none;background:#0f172a;color:#fff;padding:8px 14px;border-radius:10px;font-weight:700;cursor:pointer;font-size:13px}.gantt-zoom-controls button:hover{background:#1e293b}.gantt-zoom-controls span{font-weight:800;color:#0f172a;min-width:52px;text-align:center}.gantt-scroll-wrapper{width:100%!important;max-width:100%!important;overflow-x:scroll!important;overflow-y:auto!important;padding-bottom:22px!important;margin-bottom:0!important;position:relative!important;scrollbar-width:auto!important;scrollbar-color:#334155 #e5e7eb!important;background:#fff}.gantt-scroll-content{width:2400px!important;min-width:2400px!important;max-width:none!important}.gantt-scroll-wrapper::-webkit-scrollbar{height:18px!important;display:block!important}.gantt-scroll-wrapper::-webkit-scrollbar-track{background:#e5e7eb!important;border-radius:999px!important}.gantt-scroll-wrapper::-webkit-scrollbar-thumb{background:#334155!important;border-radius:999px!important;border:3px solid #e5e7eb!important}.gantt-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#0f172a!important}.gantt-board.gantt-compact-wrapper{display:grid!important;grid-template-columns:430px minmax(1970px,1fr)!important;width:2400px!important;min-width:2400px!important;max-width:none!important;overflow:visible!important;background:#f8fafc!important;position:relative!important}.gantt-left-header,.gantt-right-header-wrapper{position:sticky!important;top:0!important;z-index:20!important}.gantt-left-header{left:0!important;z-index:30!important;display:flex!important;align-items:center!important;min-height:70px!important;padding:10px 14px!important;background:#e5e7eb!important;color:#0f172a!important;font-weight:900!important;border-right:1px solid #cbd5e1!important;border-bottom:1px solid #cbd5e1!important;width:430px!important;min-width:430px!important}.gantt-right-header-wrapper{background:#e5e7eb!important;border-bottom:1px solid #cbd5e1!important}.timeline-top-label{height:32px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:6px 10px!important;background:#f1f5f9!important;border-bottom:1px solid #cbd5e1!important;color:#334155!important;font-size:12px!important}.timeline-top-label strong{color:#0f172a!important}.gantt-right-header{display:grid!important;min-height:38px!important;background:#e5e7eb!important}.week-cell{border-right:1px solid #cbd5e1!important;padding:5px 4px!important;text-align:center!important;color:#334155!important;min-width:64px!important}.week-cell strong{display:block!important;font-size:11px!important;color:#0f172a!important}.week-cell span{display:block!important;margin-top:2px!important;font-size:10px!important;color:#64748b!important}.gantt-grid-row{display:contents!important}.gantt-task-cell{background:#fff!important;border-right:1px solid #dbe3ea!important;border-bottom:1px solid #e5e7eb!important;padding:8px 12px!important;min-height:82px!important;height:82px!important;max-height:82px!important;overflow:hidden!important;width:430px!important;min-width:430px!important}.gantt-timeline-cell{position:relative!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;min-height:74px!important;height:74px!important;max-height:74px!important;overflow:hidden!important;padding-top:28px!important}.gantt-grid-row:nth-child(2n) .gantt-task-cell,.gantt-grid-row:nth-child(2n) .gantt-timeline-cell{background:#fbfdff!important}.task-main-title{font-weight:900!important;color:#0f172a!important;font-size:12px!important;line-height:1.2!important;margin-bottom:3px!important;white-space:normal!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.task-sub-line,.task-date-line{font-size:10px!important;color:#64748b!important;margin-bottom:2px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.task-chip-row{display:flex!important;flex-wrap:wrap!important;gap:4px!important;margin-top:4px!important}.status{display:inline-block!important;padding:3px 7px!important;border-radius:999px!important;font-size:9px!important;font-weight:800!important;margin:0!important}.completed{background:#dcfce7!important;color:#166534!important}.progress{background:#dbeafe!important;color:#1d4ed8!important}.delayed{background:#fee2e2!important;color:#b91c1c!important}.hold{background:#fef3c7!important;color:#92400e!important}.upcoming{background:#e0f2fe!important;color:#0369a1!important}.not-started{background:#e5e7eb!important;color:#374151!important}.task-actions{margin-top:4px!important}.task-actions button,.small-button{background:#0f172a!important;color:#fff!important;padding:4px 8px!important;font-size:9px!important;border-radius:7px!important;box-shadow:none!important}.week-grid-background{position:absolute!important;inset:0!important;display:grid!important;pointer-events:none!important}.week-grid-line{border-right:1px solid #d7dee8!important;background:#ffffff8c!important}.week-grid-line:nth-child(odd){background:#f1f5f9bf!important}.today-marker{position:absolute!important;top:0!important;bottom:0!important;width:2px!important;background:#ef4444!important;z-index:4!important;opacity:.65!important}.gantt-grid-bar{position:absolute!important;top:24px!important;height:22px!important;min-width:42px!important;border-radius:7px!important;overflow:hidden!important;color:#0f172a!important;font-size:10px!important;font-weight:900!important;display:flex!important;justify-content:center!important;align-items:center!important;box-shadow:0 5px 12px #0f172a26!important;border:1px solid rgba(15,23,42,.12)!important;background:#dbeafe!important}.gantt-grid-bar span{position:relative!important;z-index:2!important;color:#0f172a!important;text-shadow:none!important}.gantt-grid-progress{position:absolute!important;left:0!important;top:0!important;height:100%!important;z-index:1!important;opacity:.9!important}.completed-grid-bar{background:#dcfce7!important;border-color:#bbf7d0!important}.completed-grid-bar .gantt-grid-progress{background:#22c55e!important}.progress-grid-bar{background:#dbeafe!important;border-color:#93c5fd!important}.progress-grid-bar .gantt-grid-progress{background:#2563eb!important}.delayed-grid-bar{background:#fee2e2!important;border-color:#fecaca!important}.delayed-grid-bar .gantt-grid-progress{background:#dc2626!important}.hold-grid-bar{background:#fde68a!important;color:#78350f!important}.hold-grid-bar .gantt-grid-progress{background:#f59e0b!important}.upcoming-grid-bar{background:#e0f2fe!important;color:#075985!important}.upcoming-grid-bar .gantt-grid-progress{background:#0284c7!important}.not-started-grid-bar{background:#e5e7eb!important;color:#374151!important}.not-started-grid-bar .gantt-grid-progress{background:#94a3b8!important}.task-risk-row{position:absolute!important;left:10px!important;right:10px!important;bottom:18px!important;font-size:10px!important;color:#64748b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:right!important}.task-updated-row{position:absolute!important;left:10px!important;right:10px!important;bottom:4px!important;font-size:9px!important;color:#94a3b8!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:right!important}.logout-button{position:relative!important;z-index:9999!important;pointer-events:auto!important;cursor:pointer!important;background:#16a34a!important;color:#fff!important;font-weight:800!important;padding:12px 16px!important;border-radius:10px!important}.user-role-box{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:2px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;padding:8px 12px!important;border-radius:12px!important;color:#0f172a!important}.user-role-box span{font-size:12px!important;color:#64748b!important}.user-role-box strong{font-size:13px!important;color:#16a34a!important}@media(max-width:1100px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{grid-template-columns:1fr}.hero-header{flex-direction:column;align-items:flex-start}.hero-actions{align-items:flex-start;width:100%}.sync-box{text-align:left;width:100%}.hero-header h1{font-size:30px}}@media(max-width:700px){.app{padding:16px}.cards{grid-template-columns:1fr}.brand-block,.project-title-row{flex-direction:column;align-items:flex-start}.gantt-zoom-controls{justify-content:center}.gantt-zoom-controls button{font-size:11px;padding:7px 10px}}@media print{.hero-header,.cards,.filters,.reporting-section,.task-actions,.modal-overlay,.summary-actions,.admin-upload-section,.gantt-zoom-controls,button{display:none!important}.app{max-width:100%!important;padding:8px!important;overflow:visible!important}.project,.enhanced-project{box-shadow:none!important;border:1px solid #d1d5db!important;page-break-after:always}.gantt-scroll-wrapper{overflow:visible!important;padding-bottom:0!important}.gantt-scroll-content,.gantt-board.gantt-compact-wrapper{width:100%!important;min-width:100%!important}.gantt-board.gantt-compact-wrapper{grid-template-columns:280px minmax(700px,1fr)!important}.gantt-left-header,.gantt-right-header-wrapper{position:static!important}.today-marker{display:none!important}@page{size:A4 landscape;margin:6mm}}.roots-login-page{min-height:100vh;width:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:28px;background:radial-gradient(circle at top left,rgba(250,204,21,.22),transparent 28%),radial-gradient(circle at bottom right,rgba(34,197,94,.25),transparent 30%),linear-gradient(135deg,#052e16,#064e3b 45%,#0f766e)}.login-background-pattern{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:42px 42px;opacity:.35}.roots-login-shell{position:relative;z-index:1;width:100%;max-width:1050px;display:grid;grid-template-columns:1.15fr .85fr;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:30px;overflow:hidden;box-shadow:0 30px 80px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-info-panel{padding:48px;color:#fff;position:relative;overflow:hidden}.login-info-panel:after{content:"";position:absolute;right:-120px;bottom:-120px;width:320px;height:320px;background:#ffffff1c;border-radius:50%}.login-logo-badge{width:96px;height:96px;background:#fff;border-radius:24px;padding:9px;box-shadow:0 18px 40px #00000040;margin-bottom:22px}.login-logo-badge img,.mobile-login-logo img{width:100%;height:100%;object-fit:contain}.login-project-label{margin:0 0 10px;color:#fde68a;font-size:13px;font-weight:900;letter-spacing:.18em}.login-info-panel h1{margin:0;max-width:620px;font-size:44px;line-height:1.05;color:#fff}.login-description{max-width:620px;margin:18px 0 0;color:#ffffffdb;line-height:1.7;font-size:15px}.login-feature-list{display:grid;gap:12px;margin-top:28px;max-width:560px}.login-feature-list div{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:14px}.login-feature-list span{width:26px;height:26px;min-width:26px;border-radius:50%;background:#facc15;color:#052e16;display:flex;align-items:center;justify-content:center;font-weight:900}.roots-login-card{background:#fff;padding:46px 38px;display:flex;flex-direction:column;justify-content:center;gap:12px}.mobile-login-logo{display:none;width:78px;height:78px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:8px;margin-bottom:4px}.login-card-header{margin-bottom:12px}.login-card-header p{margin:0;color:#16a34a;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.login-card-header h2{margin:6px 0 0;color:#0f172a;font-size:30px;line-height:1.1}.roots-login-card label{color:#334155;font-size:13px;font-weight:800;margin-top:4px}.roots-login-card input{width:100%;border:1px solid #cbd5e1;background:#f8fafc;border-radius:12px;padding:14px 15px;color:#0f172a;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.roots-login-card input:focus{outline:none;background:#fff;border-color:#16a34a;box-shadow:0 0 0 4px #22c55e29}.login-primary-button,.login-reset-button{width:100%;border:none;border-radius:12px;padding:14px 16px;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.login-primary-button{margin-top:8px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;box-shadow:0 12px 25px #16a34a3d}.login-primary-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #16a34a4d}.login-reset-button{background:#0f172a;color:#fff}.login-reset-button:hover{background:#1e293b}.login-primary-button:disabled,.login-reset-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.login-error,.login-info{padding:11px 12px;border-radius:12px;font-size:13px;font-weight:800;line-height:1.4}.login-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.login-info{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.login-footer-note{margin-top:6px;text-align:center;color:#64748b;font-size:12px;font-weight:700}@media(max-width:900px){.roots-login-shell{grid-template-columns:1fr;max-width:480px}.login-info-panel{display:none}.roots-login-card{padding:34px 26px}.mobile-login-logo{display:block}}@media(max-width:520px){.roots-login-page{padding:16px}.roots-login-shell{border-radius:22px}.roots-login-card{padding:28px 20px}.login-card-header h2{font-size:25px}}@media print{.contractor-kpi-section{page-break-after:always;box-shadow:none!important;border:1px solid #d1d5db!important}}.gantt-scroll-wrapper{position:relative!important;overflow-x:scroll!important;overflow-y:auto!important}.gantt-board.gantt-compact-wrapper{display:grid!important;grid-template-columns:430px minmax(1970px,1fr)!important;width:2400px!important;min-width:2400px!important;max-width:none!important;overflow:visible!important;position:relative!important}.gantt-left-header{position:sticky!important;left:0!important;top:0!important;z-index:80!important;width:430px!important;min-width:430px!important;max-width:430px!important;background:#e5e7eb!important;border-right:2px solid #94a3b8!important;box-shadow:6px 0 12px #0f172a1f!important}.gantt-task-cell{position:sticky!important;left:0!important;z-index:60!important;width:430px!important;min-width:430px!important;max-width:430px!important;background:#fff!important;border-right:2px solid #cbd5e1!important;box-shadow:6px 0 12px #0f172a14!important}.gantt-grid-row:nth-child(2n) .gantt-task-cell{background:#fbfdff!important}.gantt-right-header-wrapper{position:sticky!important;top:0!important;z-index:50!important;background:#e5e7eb!important}.gantt-timeline-cell{z-index:1!important}.gantt-grid-bar,.today-marker,.week-grid-background{z-index:2!important}.today-marker{position:absolute!important;top:0!important;bottom:0!important;width:3px!important;background:#ef4444!important;z-index:20!important;opacity:1!important;box-shadow:0 0 8px #ef44448c!important}.today-marker span{position:absolute!important;top:4px!important;left:50%!important;transform:translate(-50%)!important;background:#ef4444!important;color:#fff!important;border-radius:999px!important;padding:3px 7px!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 4px 10px #ef444459!important}.today-marker{position:absolute!important;top:0!important;bottom:0!important;width:3px!important;background:#ef4444!important;z-index:40!important;opacity:1!important;box-shadow:0 0 8px #ef4444a6!important;pointer-events:none!important}.today-marker span{position:absolute!important;top:4px!important;left:50%!important;transform:translate(-50%)!important;background:#ef4444!important;color:#fff!important;border-radius:999px!important;padding:3px 8px!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 4px 10px #ef444459!important}.gantt-scroll-wrapper{position:relative!important;overflow-x:auto!important;overflow-y:visible!important}.gantt-board.gantt-compact-wrapper{position:relative!important;isolation:isolate!important}.gantt-left-header{position:sticky!important;left:0!important;z-index:500!important;background:#e5e7eb!important;width:430px!important;min-width:430px!important;max-width:430px!important;border-right:2px solid #94a3b8!important;box-shadow:8px 0 16px #0f172a29!important}.gantt-task-cell{position:sticky!important;left:0!important;z-index:450!important;background:#fff!important;width:430px!important;min-width:430px!important;max-width:430px!important;border-right:2px solid #cbd5e1!important;box-shadow:8px 0 16px #0f172a1f!important}.gantt-timeline-cell{position:relative!important;overflow:hidden!important;z-index:1!important;background:#fff!important}.gantt-right-header-wrapper{position:sticky!important;top:0!important;z-index:100!important;background:#e5e7eb!important}.week-grid-background{position:absolute!important;inset:0!important;z-index:1!important}.gantt-grid-bar{position:absolute!important;z-index:20!important}.today-marker{position:absolute!important;top:0!important;bottom:0!important;width:3px!important;background:#ef4444!important;z-index:30!important;opacity:1!important;pointer-events:none!important;box-shadow:0 0 8px #ef4444a6!important}.today-marker span{position:absolute!important;top:4px!important;left:50%!important;transform:translate(-50%)!important;background:#ef4444!important;color:#fff!important;border-radius:999px!important;padding:3px 8px!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important;z-index:31!important;pointer-events:none!important}.contractor-kpi-section{background:#fff;border-radius:18px;padding:22px;margin:24px 0;border:1px solid #e2e8f0;box-shadow:0 12px 32px #0f172a12}.contractor-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:18px;margin-top:18px}.contractor-kpi-card{background:radial-gradient(circle at top right,rgba(34,197,94,.1),transparent 30%),#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 10px 26px #0f172a0f}.contractor-kpi-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.contractor-kpi-header h3{margin:0;color:#0f172a;font-size:18px;line-height:1.2}.contractor-kpi-header p{margin:6px 0 0;color:#64748b;font-size:13px}.kpi-score-badge{width:74px;height:74px;min-width:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:19px;font-weight:900;box-shadow:0 12px 24px #0f172a29}.excellent-score{background:linear-gradient(135deg,#16a34a,#15803d)}.good-score{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.attention-score{background:linear-gradient(135deg,#f59e0b,#d97706)}.poor-score{background:linear-gradient(135deg,#dc2626,#991b1b)}.kpi-rating-line{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;margin-bottom:14px}.kpi-rating-line span{color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.kpi-rating-line strong{color:#0f172a;font-size:14px}.kpi-bars{display:grid;gap:11px}.kpi-bar-row{display:grid;gap:6px}.kpi-bar-label{display:flex;justify-content:space-between;gap:10px;font-size:12px}.kpi-bar-label span{color:#475569;font-weight:700}.kpi-bar-label strong{color:#0f172a;font-weight:900}.kpi-bar-track{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.kpi-bar-fill{height:100%;border-radius:999px;min-width:2px}.progress-kpi-fill{background:linear-gradient(90deg,#2563eb,#60a5fa)}.completion-kpi-fill{background:linear-gradient(90deg,#16a34a,#86efac)}.delay-kpi-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.rework-kpi-fill{background:linear-gradient(90deg,#ea580c,#fdba74)}.defect-kpi-fill{background:linear-gradient(90deg,#dc2626,#fca5a5)}.kpi-mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.kpi-mini-stats div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 8px;text-align:center}.kpi-mini-stats span{display:block;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.kpi-mini-stats strong{display:block;margin-top:5px;color:#0f172a;font-size:18px}@media(max-width:700px){.contractor-kpi-grid{grid-template-columns:1fr}.contractor-kpi-header{flex-direction:column}.kpi-mini-stats{grid-template-columns:repeat(2,1fr)}}
