body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.App{min-height:100vh}.App,.app-content{display:flex;overflow:hidden}.app-content{flex:1 1;flex-direction:column;margin-left:200px;transition:margin-left .3s ease}.app-content.menu-closed{margin-left:70px}.app-content.no-menu{margin-left:0}.app-header{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 2rem}.app-header h1{color:#2563eb;font-size:1.5rem}.header-stats{align-items:center;display:flex;gap:1rem}.header-user,.user-menu-container{position:relative}.user-info{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.user-info:hover{background:#e5e7eb;border-color:#d1d5db}.user-details{align-items:center;display:flex;gap:.5rem}.user-role{color:#374151;font-size:.875rem;font-weight:500}.user-caret{color:#6b7280;font-size:.75rem;transition:transform .2s}.user-menu{animation:fadeIn .2s ease;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#111827;font-size:1rem;font-weight:600;padding:1rem}.user-menu-item{background:#0000;border:none;color:#374151;cursor:pointer;display:block;font-size:.875rem;padding:.75rem 1rem;text-align:left;transition:all .2s;width:100%}.user-menu-item:hover{background:#f3f4f6;color:#1f2937}.user-menu-item.danger{color:#dc2626;font-weight:500}.user-menu-item.danger:hover{background:#fee2e2;color:#b91c1c}.user-menu-sep{background:#e5e7eb;height:1px;margin:.25rem 0}.sidebar-menu{background:linear-gradient(180deg,#1e3a8a,#1e40af);color:#fff;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .3s ease;z-index:1000}.sidebar-menu.open{width:200px}.sidebar-menu.closed{width:70px}.menu-header{border-bottom:1px solid #ffffff1a;padding:1rem}.sidebar-menu.closed .menu-header{padding:.75rem .25rem}.menu-logo{align-items:center;display:flex;gap:.75rem}.menu-logo-icon,.sidebar-menu.closed .menu-logo{justify-content:center}.menu-logo-icon{align-items:center;background:#0000;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:38px;padding:.5rem;transition:background .2s;width:38px}.menu-logo-icon:hover{background:#ffffff1a}.menu-logo-text{cursor:pointer;white-space:nowrap}.menu-logo-text h3{font-size:1.25rem;font-weight:600;margin:0}.menu-nav{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:1rem 0}.menu-nav::-webkit-scrollbar{width:4px}.menu-nav::-webkit-scrollbar-track{background:#0000}.menu-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.menu-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar-menu.closed .menu-nav{padding:.5rem .25rem}.menu-list{list-style:none;margin:0;padding:0}.menu-item{margin:0}.menu-button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background .2s;width:100%}.sidebar-menu.closed .menu-button{border-radius:.5rem;justify-content:center;padding:.5rem}.sidebar-menu.closed .menu-button .menu-icon{font-size:1.25rem;margin:0;min-width:auto}.menu-button:hover{background:#ffffff1a}.menu-button.active{background:#fff3;border-left:3px solid #60a5fa}.sidebar-menu.closed .menu-button.active{border:2px solid #60a5fa}.menu-icon{align-items:center;display:flex;font-size:1.5rem;justify-content:center;min-width:38px}.menu-content{display:flex;flex-direction:column;gap:.25rem;white-space:nowrap}.menu-label{font-size:.875rem;font-weight:500}.menu-actions{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.sidebar-menu.closed .menu-actions{padding:.75rem .25rem}.menu-action-button{align-items:center;background:#ffffff1a;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .2s;width:100%}.sidebar-menu.closed .menu-action-button{border-radius:.5rem;justify-content:center;padding:.5rem}.sidebar-menu.closed .menu-action-button .menu-icon{font-size:1.25rem;margin:0;min-width:auto}.menu-action-button:hover{background:#fff3}.menu-action-button.menu-reset{background:#f59e0b33}.menu-action-button.menu-reset:hover{background:#f59e0b4d}.btn-primary{background:#10b981!important;border-color:#10b981!important;color:#fff!important}.btn-primary:hover{background:#059669!important}.btn-reset{background:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important;font-size:.875rem}.btn-reset:hover{background:#d97706!important;border-color:#d97706!important}.app-main{display:flex;flex-direction:column;height:calc(100vh - 80px);max-width:100%;overflow-x:hidden;overflow-y:auto;padding:2rem}.app-main::-webkit-scrollbar{width:8px}.app-main::-webkit-scrollbar-track{background:#f9fafb}.app-main::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.app-main::-webkit-scrollbar-thumb:hover{background:#94a3b8}.project-list h2{color:#374151;margin-bottom:1.5rem}.status-sections{display:flex;flex-direction:column;gap:2rem}.status-section{background:#fafafa;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.status-section-title{align-items:center;color:#374151;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.status-section-title.in-progress{color:#2563eb}.status-section-title.planning{color:#f59e0b}.status-section-title.on-hold{color:#ef4444}.status-section-title.completed{color:#10b981}.project-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;cursor:pointer;padding:1.5rem;transition:all .2s}.project-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.project-header h3{color:#374151;font-size:1.125rem;margin:0}.delete-btn{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;width:24px}.delete-btn:hover{background:#dc2626}.project-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.project-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.status-badge{border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.progress-bar{background:#e5e7eb;border-radius:.25rem;height:.5rem;overflow:hidden;position:relative;width:100px}.progress-fill{background:#10b981;height:100%;transition:width .3s}.progress-text{color:#374151;font-size:.625rem;font-weight:500;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.project-dates{font-size:.75rem}.project-dates div{margin-bottom:.25rem}.project-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.project-form{background:#fff;border-radius:.5rem;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.project-form h2{color:#374151;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-cancel{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;padding:.5rem 1rem}.btn-cancel:hover{background:#f3f4f6}.btn-submit{background:#10b981;border:1px solid #10b981;border-radius:.375rem;color:#fff;cursor:pointer;padding:.5rem 1rem}.btn-submit:hover{background:#059669}.project-input-container{margin:0 auto;max-width:900px;width:100%}.project-input-header{margin-bottom:2rem;text-align:center}.project-input-header h2{color:#1f2937;font-size:2rem;margin-bottom:.5rem}.project-input-header .subtitle{color:#6b7280;font-size:1rem}.project-input-content{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.project-input-form{padding:2rem}.form-section{border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.section-title{align-items:center;color:#1f2937;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.section-title:before{background:#2563eb;border-radius:2px;content:"";height:1.5rem;width:4px}.form-group label.required:after{color:#ef4444;content:" *"}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;display:block;font-size:.875rem;margin-top:.25rem}.progress-input-wrapper{align-items:center;display:flex;gap:1rem;position:relative}.progress-input-wrapper input[type=number]{flex:1 1}.progress-value{color:#2563eb;font-size:1.125rem;font-weight:600;min-width:60px}.progress-slider{-webkit-appearance:none;appearance:none;border-radius:3px;height:6px;margin-top:.5rem;width:100%}.progress-slider::-webkit-slider-thumb{box-shadow:0 2px 4px #0003;height:20px;width:20px}.progress-slider::-moz-range-thumb{box-shadow:0 2px 4px #0003;height:20px;width:20px}.form-preview{background:#f9fafb;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.form-preview .section-title{font-size:1.125rem;margin-bottom:1rem}.form-preview .section-title:before{background:#10b981}.preview-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.25rem}.preview-row{border-bottom:1px solid #e5e7eb;display:flex;padding:.75rem 0}.preview-row:last-child{border-bottom:none}.preview-label{color:#6b7280;font-weight:600;margin-right:1rem;min-width:100px}.preview-value{color:#1f2937;flex:1 1}.gantt-chart{display:flex;flex-direction:column;height:100%;overflow:visible;width:100%}.gantt-chart h2{color:#374151;font-size:1.5rem;margin-bottom:1rem}.gantt-container{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 120px);min-height:600px;min-width:-webkit-fit-content;min-width:fit-content;overflow-x:auto}.gantt-header{background:#fff;border-bottom:2px solid #e5e7eb;display:flex;top:0;z-index:10}.gantt-header,.gantt-labels{flex-shrink:0;position:-webkit-sticky;position:sticky}.gantt-labels{background:#f9fafb;border-right:1px solid #e5e7eb;left:0;width:584px;z-index:5}.label-header{border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600;padding:1rem}.gantt-timeline{background:#fff;flex:1 1;min-width:-webkit-max-content;min-width:max-content;overflow-x:visible;overflow-y:visible;position:relative}.timeline-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;height:60px;left:584px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.week-header{align-items:center;border-right:1px solid #e5e7eb;color:#374151;display:flex;font-size:.625rem;font-weight:500;height:100%;justify-content:center;position:absolute;top:0}.timeline-grid{width:100%}.day-line,.timeline-grid{bottom:0;position:absolute;top:0}.day-line{background:#e5e7eb;width:1px}.gantt-body{flex:1 1;height:calc(100vh - 200px);min-height:500px;overflow:visible}.gantt-row{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0}.gantt-row:hover{background:#fafafa}.gantt-row.clickable{cursor:pointer}.gantt-row.clickable:hover{background:#f0f9ff;border-left:3px solid #3b82f6}.item-label{align-items:flex-start;display:flex;justify-content:space-between;min-height:90px;padding:1rem 1.5rem;position:relative}.item-label.project{background:#eff6ff;font-weight:600}.item-label.task{background:#f0fdf4;padding-left:2rem}.item-progress{color:#6b7280;font-size:.75rem;font-weight:500;min-width:35px;text-align:right}.gantt-bar{align-items:center;border:1px solid #0000001a;border-radius:12px;display:flex;height:24px;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%)}.gantt-bar.project{background:#dbeafe;border:2px solid #2563eb}.gantt-bar.task{background:#dcfce7;border:2px solid #10b981}.gantt-bar .progress-bar{border-radius:12px;height:100%}.gantt-bar.project .progress-bar{background:#2563eb}.gantt-bar.task .progress-bar{background:#10b981}.bar-label{color:#374151;font-size:.75rem;font-weight:600;left:50%;max-width:95%;overflow:hidden;position:absolute;text-overflow:ellipsis;text-shadow:0 1px 2px #fffc;transform:translateX(-50%);white-space:nowrap}.empty-state{color:#6b7280;padding:3rem;text-align:center}.task-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.task-form{background:#fff;border-radius:.5rem;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.dependencies-select{height:100px}.form-help{color:#6b7280;font-size:.75rem;margin-top:.25rem}.project-detail{margin:0 auto;max-width:1200px}.project-detail-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.btn-back{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.btn-back:hover{background:#f3f4f6}.project-detail-header h1{color:#374151;margin:0}.project-detail-content{grid-gap:2rem;display:grid;gap:2rem}.project-info-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.project-info-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.project-info-header h2{color:#374151;margin:0}.info-row{margin-bottom:1rem}.info-row label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.info-row p{color:#6b7280;margin:0}.progress-control{margin-bottom:.5rem}.average-progress,.progress-control{align-items:center;display:flex;gap:1rem}.tasks-section{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.tasks-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.tasks-header h2{color:#374151;margin:0}.task-list-empty{color:#6b7280;padding:2rem;text-align:center}.task-header h3{color:#374151;margin-bottom:1rem}.task-table{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.task-table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:grid;font-weight:600;grid-template-columns:2fr 1fr 1fr 1.5fr 1fr .5fr}.task-table-header>div{border-right:1px solid #e5e7eb;padding:.75rem}.task-table-header>div:last-child{border-right:none}.task-row{border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr 1fr .5fr;transition:background-color .2s}.task-row:hover{background:#fafafa}.task-row:last-child{border-bottom:none}.task-row>div{align-items:center;border-right:1px solid #e5e7eb;display:flex;padding:.75rem}.task-row>div:last-child{border-right:none}.task-col-name{align-items:flex-start!important;flex-direction:column!important}.task-name{color:#374151;font-weight:500;margin-bottom:.25rem}.task-description{color:#6b7280;font-size:.75rem;margin-bottom:.25rem}.task-dependencies{color:#9ca3af;font-size:.625rem}.task-col-assignee{color:#6b7280;font-size:.875rem}.task-col-progress{align-items:center!important;flex-direction:row!important;gap:.5rem}.progress-container{align-items:center;display:flex;gap:.5rem}.progress-slider{background:#e5e7eb;border-radius:2px;cursor:pointer;flex:1 1;height:4px;outline:none}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2563eb;border-radius:50%;cursor:pointer;height:16px;width:16px}.progress-slider::-moz-range-thumb{background:#2563eb;border:none;border-radius:50%;cursor:pointer;height:16px;width:16px}.progress-value{color:#374151;font-size:.75rem;font-weight:500;min-width:35px}.progress-bar-small{background:#e5e7eb;border-radius:.125rem;height:4px;overflow:hidden}.progress-fill-small{border-radius:.125rem;height:100%;transition:width .3s}.date-range{color:#6b7280;display:flex;flex-direction:column;font-size:.75rem;gap:.125rem;text-align:center}.task-col-actions{gap:.5rem!important;justify-content:center!important}.btn-delete,.btn-edit{background:none;border:none;border-radius:.25rem;cursor:pointer;font-size:1rem;padding:.25rem;transition:background-color .2s}.btn-edit:hover{background:#f3f4f6}.btn-delete:hover{background:#fef2f2}.item-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.5rem;margin-right:1rem}.item-main-info{display:flex;flex-direction:column;gap:.5rem;width:100%}.item-name{color:#374151;font-size:1rem;font-weight:600;line-height:1.4}.item-details{display:flex;flex-direction:column;gap:.25rem;line-height:1.2}.item-assignee{color:#6b7280}.item-assignee,.item-dates{font-size:.875rem;font-weight:500}.item-dates{color:#4b5563}.item-dependencies{color:#9ca3af;font-size:.75rem;font-weight:500}.project-summary{color:#4b5563;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:.25rem}.task-count{color:#6b7280;font-size:.75rem;font-weight:500}.collapse-button{align-items:center;background:none;border:none;border-radius:.25rem;color:#374151;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;left:.5rem;padding:.25rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:24px}.collapse-button:hover{background:#f3f4f6;color:#2563eb}.item-label.project .item-info{margin-left:2rem}.item-progress-section{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;min-width:80px}.item-progress{color:#374151;font-size:1rem;font-weight:600}.mini-progress-bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden;width:80px}.mini-progress-fill{border-radius:3px;height:100%;transition:width .3s ease}.evm-dashboard{margin:0;max-width:none;width:100%}.evm-header{justify-content:space-between;margin-bottom:2rem;padding:0}.evm-header,.evm-title-section{align-items:center;display:flex}.evm-title-section{gap:2rem}.evm-header h2{color:#374151;font-size:1.5rem;margin:0}.evm-controls,.project-selector{align-items:center;display:flex;gap:1rem}.project-selector label{color:#374151;font-weight:600;white-space:nowrap}.project-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;min-width:250px;padding:.5rem}.evm-content{display:flex;flex-direction:column;gap:2rem}.evm-project-info{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.evm-project-info h3{color:#374151;font-size:1.25rem;margin:0 0 1rem}.project-dates{color:#6b7280;display:flex;font-size:.875rem;gap:2rem}.evm-section{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.evm-section h3{border-bottom:2px solid #e5e7eb;color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.evm-metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.evm-chart-container{min-height:600px;width:100%}.evm-forecast-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.kpi-card{background:#fff;border-left:4px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.kpi-card.pv{border-left-color:#2563eb}.kpi-card.ev{border-left-color:#10b981}.kpi-card.ac{border-left-color:#ef4444}.kpi-card.cv{border-left-color:#f59e0b}.kpi-card.sv{border-left-color:#8b5cf6}.kpi-card.cpi{border-left-color:#06b6d4}.kpi-card.spi{border-left-color:#84cc16}.kpi-card.progress{border-left-color:#6366f1}.kpi-card.positive{background:#f0fdf4;border-left-color:#10b981}.kpi-card.negative{background:#fef2f2;border-left-color:#ef4444}.kpi-card h4{color:#374151;font-size:1rem;font-weight:600;margin:0 0 .5rem}.kpi-value{color:#374151;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.kpi-description{color:#9ca3af;font-size:.75rem}.evm-chart-section{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.evm-chart-container h3{color:#374151;margin:0 0 1rem}.evm-chart{height:auto;width:100%}.chart-point{transition:r .2s}.chart-point:hover{r:6}.evm-forecast{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.evm-forecast h3{border-bottom:2px solid #e5e7eb;color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.forecast-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.forecast-item{align-items:center;background:#f9fafb;border-radius:.375rem;display:flex;justify-content:space-between;padding:.75rem}.forecast-item label{color:#374151;font-weight:500}.forecast-item span{color:#1f2937;font-weight:600}.evm-health{background:#fff;border-left:4px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.evm-health.良好{background:#f0fdf4;border-left-color:#10b981}.evm-health.注意{background:#fffbeb;border-left-color:#f59e0b}.evm-health.要改善{background:#fef2f2;border-left-color:#ef4444}.evm-health h3{border-bottom:2px solid #e5e7eb;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.evm-health h3,.health-status{color:#374151;font-size:1.25rem}.health-status{background:#ffffffb3;border-radius:.375rem;font-weight:700;margin-bottom:1rem;padding:.5rem;text-align:center}.health-details p{color:#6b7280;margin:.5rem 0}.evm-empty{background:#fff;box-shadow:0 1px 3px #0000001a;padding:3rem;text-align:center}.evm-chart-empty,.evm-empty{border-radius:.5rem;color:#6b7280}.evm-chart-empty{align-items:center;background:#f9fafb;display:flex;height:200px;justify-content:center}@media (max-width:768px){.app-header{align-items:stretch;flex-direction:column;gap:1rem}.nav-buttons{justify-content:center}.form-row,.project-grid{grid-template-columns:1fr}.gantt-labels{width:300px}.gantt-container{font-size:.875rem}.gantt-header{z-index:10}.gantt-header,.timeline-header{position:-webkit-sticky;position:sticky;top:0}.timeline-header{z-index:5}.gantt-body{height:calc(100vh - 250px);min-height:400px}.gantt-container{height:calc(100vh - 150px);min-height:500px}.app-main{height:calc(100vh - 100px);padding:1rem}.project-detail-header{align-items:flex-start;flex-direction:column}.task-row,.task-table-header{gap:.5rem;grid-template-columns:1fr}.task-row>div,.task-table-header>div{border-bottom:1px solid #e5e7eb;border-right:none}.task-row>div:last-child,.task-table-header>div:last-child{border-bottom:none}.evm-kpi-grid,.forecast-grid{grid-template-columns:1fr}.evm-header{gap:1rem}.evm-header,.evm-title-section{align-items:flex-start;flex-direction:column}.evm-title-section{gap:.5rem}.evm-controls{width:100%}.project-selector{align-items:flex-start;flex-direction:column;gap:.5rem}.project-select{min-width:100%}.evm-metrics-grid{gap:1rem}.evm-forecast-grid,.evm-metrics-grid{grid-template-columns:1fr}.evm-section{padding:1rem}.project-dates{flex-direction:column;gap:.5rem}}
/*# sourceMappingURL=main.db928bf7.css.map*/