:root{--primary:#2563eb;--primary-light:#eff6ff;--success:#16a34a;--success-light:#dcfce7;--warning:#eab308;--warning-light:#fef9c3;--danger:#dc2626;--danger-light:#fee2e2;--bg:#f5f6f8;--text:#1f2937;--text-muted:#6b7280;--card-bg:#fff;--border:#e5e7eb;--shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000005;--shadow-lg:0 10px 15px -3px #0000000a, 0 4px 6px -2px #00000005;--radius:1rem;--font:"Outfit", "Inter", "Segoe UI", system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.dashboard-container{flex-direction:column;gap:1.5rem;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 2rem;display:flex}.header-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-left{flex-direction:column;gap:.25rem;display:flex}.header-title-container{align-items:center;gap:.75rem;display:flex}.header-logo-icon{background-color:var(--primary);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex;box-shadow:0 4px 10px #2563eb33}.header-title{letter-spacing:-.025em;color:var(--text);font-size:1.75rem;font-weight:700}.header-subtitle{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.925rem;font-weight:500;display:flex}.subtitle-badge{color:var(--text);background:#e5e7eb;border-radius:9999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.header-right{align-items:center;gap:1rem;display:flex}.review-card{background-color:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:.875rem;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.review-info{flex-direction:column;display:flex}.review-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.75rem;font-weight:600}.review-value{color:var(--text);font-size:1.05rem;font-weight:700}.review-status-dot{background-color:var(--success);border-radius:50%;width:.5rem;height:.5rem;position:relative}.review-status-dot:after{content:"";border:2px solid var(--success);opacity:.4;border-radius:50%;width:16px;height:16px;animation:1.8s infinite pulse;position:absolute;top:-4px;left:-4px}@keyframes pulse{0%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(1.6)}}.kpi-grid{grid-template-columns:repeat(8,1fr);gap:1rem;display:grid}.kpi-card{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:.5rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.kpi-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.kpi-header{justify-content:space-between;align-items:flex-start;display:flex}.kpi-label{color:var(--text-muted);font-size:.825rem;font-weight:600;line-height:1.2}.kpi-icon-wrapper{color:var(--text-muted);opacity:.7}.kpi-value{color:var(--text);letter-spacing:-.03em;margin-top:auto;font-size:1.75rem;font-weight:800;line-height:1.1}.kpi-footer{align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;display:flex}.kpi-card.blue{border-left:4px solid var(--primary)}.kpi-card.green{border-left:4px solid var(--success)}.kpi-card.yellow{border-left:4px solid var(--warning)}.kpi-card.red{border-left:4px solid var(--danger)}.kpi-card.blue .kpi-icon-wrapper{color:var(--primary)}.kpi-card.green .kpi-icon-wrapper{color:var(--success)}.kpi-card.yellow .kpi-icon-wrapper{color:var(--warning)}.kpi-card.red .kpi-icon-wrapper{color:var(--danger)}.main-visual-section{grid-template-columns:3fr 2fr;gap:1.5rem;display:grid}.card-title-container{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.card-title{letter-spacing:-.01em;color:var(--text);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.live-tracking-badge{background-color:var(--primary-light);color:var(--primary);border:1px solid #2563eb26;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.725rem;font-weight:700;display:flex}.live-tracking-badge .pulse-dot{background-color:var(--primary);border-radius:50%;width:6px;height:6px;position:relative}.live-tracking-badge .pulse-dot:after{content:"";border:2px solid var(--primary);opacity:.5;border-radius:50%;width:12px;height:12px;animation:1.5s infinite pulse;position:absolute;top:-3px;left:-3px}.dashboard-card{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.project-progress-list{flex-direction:column;gap:1.25rem;display:flex}.project-progress-item{flex-direction:column;gap:.5rem;display:flex}.project-progress-header{justify-content:space-between;align-items:center;display:flex}.project-name{color:var(--text);font-size:.95rem;font-weight:600}.project-percentage{color:var(--primary);background-color:var(--primary-light);border-radius:6px;padding:.15rem .5rem;font-size:.95rem;font-weight:700}.progress-bar-container{background-color:#e5e7eb;border-radius:9999px;height:.625rem;position:relative;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--primary) 0%, #3b82f6 100%);border-radius:9999px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.project-progress-item:nth-child(2) .progress-bar-fill{background:linear-gradient(90deg, var(--danger) 0%, #ef4444 100%)}.project-progress-item:nth-child(2) .project-percentage{color:var(--danger);background-color:var(--danger-light)}.project-progress-item:nth-child(3) .progress-bar-fill{background:linear-gradient(90deg, var(--warning) 0%, #fbbf24 100%)}.project-progress-item:nth-child(3) .project-percentage{color:var(--warning);background-color:var(--warning-light)}.project-progress-item:nth-child(4) .progress-bar-fill{background:linear-gradient(90deg,#6b7280 0%,#9ca3af 100%)}.project-progress-item:nth-child(4) .project-percentage{color:#4b5563;background-color:#f3f4f6}.circular-gauge-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.circular-gauge-wrapper{justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.circular-gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.circular-gauge-bg{fill:none;stroke:#e5e7eb;stroke-width:14px}.circular-gauge-fill{fill:none;stroke:var(--warning);stroke-width:14px;stroke-linecap:round;transition:stroke-dashoffset 1s ease-in-out}.procurement-gauge .circular-gauge-fill{stroke:var(--primary)}.circular-gauge-text-container{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.circular-gauge-val{letter-spacing:-.03em;color:var(--text);font-size:2.25rem;font-weight:800;line-height:1}.circular-gauge-lbl{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.risk-level-badge{border-radius:9999px;align-items:center;gap:.5rem;padding:.35rem 1rem;font-size:.85rem;font-weight:700;display:flex}.risk-level-badge.moderate{background-color:var(--warning-light);color:#b45309;border:1px solid #eab30833}.risk-level-badge.success{background-color:var(--success-light);color:#15803d;border:1px solid #16a34a33}.bottom-section{grid-template-columns:3fr 2fr;gap:1.5rem;display:grid}.table-wrapper{width:100%;overflow-x:auto}.operations-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.operations-table th{background-color:var(--bg);border-bottom:1px solid var(--border);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.operations-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem}.operations-table tr:last-child td{border-bottom:none}.task-cell{flex-direction:column;gap:.15rem;display:flex}.task-name{color:var(--text);font-weight:600}.task-reason{color:var(--text-muted);font-size:.75rem}.team-pill{color:var(--text);background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.delay-pill{color:var(--danger);background-color:var(--danger-light);border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.8rem;font-weight:700;display:inline-flex}.delay-pill.low{color:var(--warning);background-color:var(--warning-light)}.status-pill{text-transform:uppercase;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.725rem;font-weight:700;display:inline-flex}.status-pill.delayed{background-color:var(--danger-light);color:var(--danger);border-color:#dc262626}.status-pill.risk{background-color:var(--warning-light);color:#b45309;border-color:#eab30826}.status-pill.ongoing{background-color:var(--primary-light);color:var(--primary);border-color:#2563eb26}.procurement-layout{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.procurement-stats-container{flex-direction:column;flex:1;gap:1rem;display:flex}.procurement-stat-item{border:1px solid var(--border);background-color:var(--bg);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.procurement-stat-left{flex-direction:column;gap:.15rem;display:flex}.procurement-stat-label{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.procurement-stat-value{color:var(--text);font-size:1.125rem;font-weight:800}.procurement-stat-arrow{color:var(--text-muted);opacity:.5}.action-button{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.action-button:hover{background-color:var(--bg);color:var(--text);border-color:var(--text-muted)}.filter-tabs{gap:.5rem;display:flex}.filter-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.5rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s}.filter-tab.active{background-color:var(--primary-light);color:var(--primary);border-color:#2563eb1a}.filter-tab:hover:not(.active){background-color:var(--bg);color:var(--text)}.footer-section{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem 0;font-size:.775rem;font-weight:500;display:flex}.footer-left{align-items:center;gap:.5rem;display:flex}.system-status{color:var(--success);align-items:center;gap:.35rem;font-weight:600;display:flex}.system-status-dot{background-color:var(--success);border-radius:50%;width:6px;height:6px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);width:90%;max-width:500px;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.25rem;padding:1.5rem;animation:.2s forwards slideUp;display:flex;transform:translateY(20px)}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.modal-title{color:var(--text);font-size:1.125rem;font-weight:700}.modal-close-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text);text-transform:uppercase;font-size:.8rem;font-weight:700}.form-input{border:1px solid var(--border);font-family:var(--font);border-radius:.5rem;padding:.625rem .75rem;font-size:.9rem}.form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.btn-secondary{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.btn-primary{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #2563eb33}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary:hover{background-color:var(--bg)}@media (width<=1400px){.kpi-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1024px){.dashboard-container{padding:1rem 1.25rem}.main-visual-section,.bottom-section{grid-template-columns:1fr}.procurement-layout{flex-direction:column;align-items:stretch;gap:1.25rem}.circular-gauge-container{padding:.5rem 0}}@media (width<=768px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.header-section{flex-direction:column;align-items:flex-start}.header-right{width:100%}.review-card{justify-content:space-between;width:100%}}@media (width<=480px){.kpi-grid{grid-template-columns:1fr}.header-title{font-size:1.5rem}}
