*{box-sizing:border-box;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#666;font-size:1rem}.layout{display:flex;min-height:100vh;background:#f5f5f5}.sidebar{width:250px;background:#2c3e50;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{margin:0;font-size:1.3rem;font-weight:600}.sidebar-user{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:500;font-size:.95rem}.user-role{font-size:.8rem;color:#ffffffb3;text-transform:uppercase}.nav-menu{list-style:none;padding:0;margin:1rem 0;flex:1}.nav-menu li{margin:0}.nav-menu a{display:block;padding:.75rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s}.nav-menu a:hover{background:#ffffff1a;color:#fff}.nav-menu a.active{background:#ffffff26;color:#fff;border-left:3px solid #667eea}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.btn-logout{width:100%;padding:.5rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:background .2s}.btn-logout:hover{background:#fff3}.main-content{margin-left:250px;flex:1;padding:2rem;width:calc(100% - 250px)}@media(max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px;width:calc(100% - 200px);padding:1rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.login-box h1{margin:0 0 .5rem;color:#333;font-size:1.8rem;text-align:center}.login-box h2{margin:0 0 2rem;color:#666;font-size:1.2rem;font-weight:400;text-align:center}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;border:1px solid #fcc}.btn-primary{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.dashboard{max-width:1400px;margin:0 auto}.dashboard h1{margin:0 0 2rem;color:#333;font-size:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem}.dashboard-layout{display:grid;grid-template-columns:1fr 350px;gap:2rem;align-items:start}.dashboard-main{display:flex;flex-direction:column;gap:2rem}.status-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.status-section h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.status-grid{display:flex;gap:1rem;flex-wrap:wrap}.status-card-wrapper{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f5f5f5;border-radius:6px}.status-count{font-size:1.2rem;font-weight:700;color:#333}.recent-projects{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.recent-projects h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.projects-table{overflow-x:auto}.projects-table table{width:100%;border-collapse:collapse}.projects-table th{text-align:left;padding:.75rem;border-bottom:2px solid #e0e0e0;font-weight:600;color:#333;font-size:.9rem}.projects-table td{padding:.75rem;border-bottom:1px solid #f0f0f0}.project-link{color:#667eea;text-decoration:none;font-weight:500}.project-link:hover{text-decoration:underline}.dashboard-alerts{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}.dashboard-alerts h2{margin:0 0 1.5rem;color:#333;font-size:1.3rem}.alerts-list{display:flex;flex-direction:column;gap:1.5rem}.alert-group{display:flex;flex-direction:column;gap:.75rem}.alert-title{font-size:1rem;font-weight:600;margin:0;padding-bottom:.5rem;border-bottom:2px solid}.alert-title.warning{color:#f57c00;border-color:#fff3e0}.alert-title.offtrack{color:#c62828;border-color:#ffebee}.alert-item{display:block;padding:.75rem;border-radius:6px;text-decoration:none;color:inherit;transition:all .2s;border-left:3px solid}.alert-item.warning{background:#fff3e0;border-left-color:#f57c00}.alert-item.offtrack{background:#ffebee;border-left-color:#c62828}.alert-item:hover{transform:translate(4px);box-shadow:0 2px 4px #0000001a}.alert-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.alert-item-header strong{color:#333;font-size:.95rem}.alert-item-info{font-size:.85rem;color:#666}.empty-state p{margin-bottom:1rem;font-size:1.1rem}.error{color:#c33}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s}@media(max-width:1200px){.dashboard-layout{grid-template-columns:1fr}.dashboard-alerts{position:static;max-height:none}}.projects-page{max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{margin:0;color:#333;font-size:2rem}.filters{display:flex;gap:1rem;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:500;color:#333}.filter-group select{padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;cursor:pointer}.projects-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.projects-table{width:100%;border-collapse:collapse}.projects-table th{text-align:left;padding:1rem;background:#f5f5f5;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.projects-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.projects-table th.sortable:hover{background:#eee}.projects-table td{padding:1rem;border-bottom:1px solid #f0f0f0}.projects-table tr:hover{background:#f9f9f9}.projects-table tr:last-child td{border-bottom:none}.progress-inline{display:flex;align-items:center;gap:.5rem;min-width:100px}.progress-track{flex:1;height:8px;background:#f0f0f0;border-radius:4px;min-width:30px;overflow:hidden}.progress-bar-small{height:100%;background:#667eea;border-radius:4px;transition:width .3s ease}.progress-inline span{font-size:.85rem;color:#666;min-width:35px}.btn-link{color:#667eea;text-decoration:none;font-size:.9rem}.btn-link:hover{text-decoration:underline}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.project-card{display:block;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-decoration:none;color:inherit;transition:all .2s}.project-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.project-header h3{margin:0;color:#333;font-size:1.2rem;flex:1}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;white-space:nowrap}.project-body{margin-top:1rem}.project-info{display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.info-label{font-weight:500;color:#666;min-width:80px}.progress-bar-container{flex:1;display:flex;align-items:center;gap:.5rem;background:#f0f0f0;border-radius:4px;height:24px;padding:0 .5rem;position:relative}.progress-bar{position:absolute;left:0;top:0;height:100%;background:#667eea;border-radius:4px;transition:width .3s}.progress-text{position:relative;z-index:1;font-size:.85rem;font-weight:500;color:#333}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.empty-state p{margin-bottom:1.5rem;color:#999;font-size:1.1rem}.loading,.error{text-align:center;padding:3rem;color:#666}.error{color:#c33;background:#fee;padding:1rem;border-radius:6px;margin-bottom:1rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:500px;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.btn-secondary{padding:.75rem 1.5rem;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1rem}.btn-primary{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.btn-primary:hover{background:#5a6fd6}.btn-danger{padding:.75rem 1.5rem;background:#ef5350;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.btn-danger:hover{background:#d32f2f}.gantt-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;overflow:hidden}.gantt-header{margin-bottom:1rem;display:flex;justify-content:flex-end}.gantt-legend{display:flex;gap:1rem;font-size:.85rem;color:#666}.legend-item{display:flex;align-items:center;gap:.25rem}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot.planned{background:#667eea}.dot.actual{background:#2e7d32}.bar.delay{width:20px;height:6px;background:#ffebee;border:1px solid #ef5350;border-radius:3px}.gantt-chart-wrapper{position:relative;overflow-x:auto;min-height:200px}.gantt-time-axis{position:relative;height:30px;border-bottom:1px solid #e0e0e0;margin-left:150px;min-width:600px}.gantt-axis-label{position:absolute;transform:translate(-50%);font-size:.8rem;color:#999;top:0}.gantt-axis-line{position:absolute;top:20px;bottom:-1000px;width:1px;background:#f0f0f0;z-index:0}.gantt-body{position:relative;min-width:750px}.gantt-row{display:flex;align-items:center;height:40px;border-bottom:1px solid #f9f9f9}.gantt-row:hover{background-color:#fcfcfc}.gantt-row-label{width:150px;flex-shrink:0;font-size:.9rem;color:#333;padding-right:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;font-weight:500}.gantt-row-track{flex:1;position:relative;height:100%}.gantt-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;z-index:2;box-shadow:0 1px 3px #0003}.gantt-marker.planned{background:#667eea;border:2px solid white}.gantt-marker.actual{background:#2e7d32;border:2px solid white}.gantt-marker.current{background:#ef5350;border:2px solid white;width:10px;height:10px}.gantt-bar{position:absolute;top:50%;transform:translateY(-50%);height:6px;border-radius:3px;z-index:1}.gantt-bar.delay{background:#ffebee;border:1px solid #ef5350}.gantt-today-line{position:absolute;top:0;bottom:0;width:2px;background:#ff00004d;border-left:1px dashed red;z-index:0;pointer-events:none}.gantt-empty{padding:2rem;text-align:center;color:#999}.project-detail{max-width:1200px;margin:0 auto}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.detail-header h1{margin:.5rem 0;color:#333;font-size:2rem}.header-meta{display:flex;align-items:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.meta-item{color:#666;font-size:.9rem}.back-link{color:#667eea;text-decoration:none;font-size:.9rem;display:inline-block;margin-bottom:.5rem}.back-link:hover{text-decoration:underline}.detail-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.detail-tabs button{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;color:#666;transition:all .2s;margin-bottom:-2px}.detail-tabs button:hover{color:#667eea;background:#f5f5f5}.detail-tabs button.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.detail-content{display:flex;flex-direction:column;gap:2rem}.detail-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.section-header h2{margin:0;color:#333;font-size:1.3rem}.detail-section h2{margin:0 0 1.5rem;color:#333;font-size:1.3rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.full-width{grid-column:1 / -1}.info-item label{font-weight:500;color:#666;font-size:.9rem}.info-item span{color:#333;font-size:1rem}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:.5rem 1rem;border-radius:6px;font-weight:500;width:fit-content}.progress-container{display:flex;align-items:center;gap:1rem}.progress-bar-wrapper{flex:1;height:24px;background:#f0f0f0;border-radius:12px;overflow:hidden;position:relative}.progress-bar{height:100%;background:#667eea;border-radius:12px;transition:width .3s}.progress-text{font-weight:500;color:#333;min-width:50px;text-align:right}.metadata{background:#f5f5f5;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.9rem;margin:0}.milestones-list{display:flex;flex-direction:column;gap:1rem}.milestone-item{padding:1rem;border:1px solid #e0e0e0;border-radius:6px;background:#f9f9f9}.milestone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.milestone-header h4{margin:0;color:#333}.milestone-status{padding:.25rem .75rem;background:#e0e0e0;border-radius:12px;font-size:.85rem}.milestone-dates{display:flex;gap:1rem;font-size:.9rem;color:#666}.updates-timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem}.updates-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#e0e0e0}.update-item{position:relative;padding-left:1.5rem}.update-item:before{content:"";position:absolute;left:-1.25rem;top:.5rem;width:12px;height:12px;border-radius:50%;background:#667eea;border:2px solid white;box-shadow:0 0 0 2px #e0e0e0}.update-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.update-header strong{color:#333}.update-date{font-size:.85rem;color:#666}.update-content{color:#555;line-height:1.6;white-space:pre-wrap}.risks-list{display:flex;flex-direction:column;gap:1rem}.risk-item{padding:1rem;border-left:4px solid #f57c00;background:#fff3e0;border-radius:6px}.risk-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.risk-header h4{margin:0;color:#333}.risk-severity{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.risk-severity.high{background:#ffebee;color:#c62828}.risk-severity.medium{background:#fff3e0;color:#f57c00}.risk-severity.low{background:#e8f5e9;color:#2e7d32}.risk-description{color:#555;margin-bottom:.5rem;line-height:1.6}.risk-meta{display:flex;gap:1rem;font-size:.85rem;color:#666}.empty-state{text-align:center;padding:3rem;color:#999}.loading,.error,.empty{text-align:center;padding:3rem;color:#666}.error{color:#c33;background:#fee;padding:1rem;border-radius:6px}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background:#667eea;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s;border:none;cursor:pointer;font-size:1rem}.btn-secondary{padding:.5rem 1rem;background:#fff;color:#666;border:1px solid #ddd;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f5f5f5;border-color:#bbb}.milestones-table-container{margin-top:2rem;border-top:1px solid #f0f0f0;padding-top:1rem}.milestones-table-container h3{margin:0 0 1rem;font-size:1.2rem;color:#333}.milestones-table{width:100%;border-collapse:collapse;margin-bottom:.5rem}.milestones-table th{text-align:left;padding:.75rem;background:#f9f9f9;border-bottom:2px solid #e0e0e0;font-weight:600;color:#333;font-size:.9rem}.milestones-table td{padding:.75rem;border-bottom:1px solid #f0f0f0;font-size:.95rem;color:#333}.milestones-table tr.clickable-row{cursor:pointer;transition:background .2s}.milestones-table tr.clickable-row:hover{background:#f5f5f5}.milestone-status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;display:inline-block}.milestone-status-badge.pending{background:#e0e0e0;color:#666}.milestone-status-badge.in_progress{background:#e3f2fd;color:#1976d2}.milestone-status-badge.completed{background:#e8f5e9;color:#2e7d32}.milestone-status-badge.delayed{background:#ffebee;color:#c62828}.hint-text{font-size:.85rem;color:#999;margin:0;font-style:italic}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 20px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h3{margin:0;color:#333;font-size:1.3rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover{background:#f0f0f0}.modal-body{padding:1.5rem}.modal-description{margin:0 0 1rem;color:#666;font-size:.9rem}.reason-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;box-sizing:border-box}.reason-input:focus{outline:none;border-color:#667eea}.error-message{margin-top:.5rem;color:#c33;font-size:.85rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3}.btn-secondary{background:#fff;color:#666;border:1px solid #ddd}.btn-secondary:hover{background:#f5f5f5}.project-form-page{max-width:900px;margin:0 auto}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.form-header h1{margin:0;color:#333;font-size:2rem}.project-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.form-section{margin-bottom:2rem}.form-section h2{margin:0 0 1.5rem;color:#333;font-size:1.3rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333;font-size:.9rem}.form-group input,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group input[type=number]{width:100%}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #fcc}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.btn-primary{padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:#5568d3}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.75rem 2rem;background:#fff;color:#666;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#bbb}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:3rem;color:#666}.app{min-height:100vh}
