.about-page{width:100%;max-width:1400px;margin:0 auto;position:relative}.about-hero{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);margin-bottom:0;padding:2rem 0 4rem;position:relative;opacity:0;transform:translateY(50px);transition:opacity 1s ease,transform 1s ease}.about-hero-hidden{opacity:0;transform:translateY(50px)}.about-hero-visible{opacity:1;transform:translateY(0)}.about-hero-title{font-size:4rem;font-weight:800;color:#fff;margin:0 0 4rem;line-height:1.1;letter-spacing:-.02em;max-width:900px}.about-hero-subtitle{font-size:1.5rem;color:#aaa;margin:0 0 4rem;font-weight:400;line-height:1.4;max-width:900px}.about-hero-subsubtitle{font-size:1rem;color:#888;margin:0 0 4rem;font-weight:400;line-height:1.4;font-style:italic;max-width:900px}.about-scroll-indicator{position:fixed;bottom:15rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:10;will-change:transform,opacity;backface-visibility:hidden}.about-hero-visible .about-scroll-indicator--visible{opacity:.6;animation:about-scroll-bounce 2s ease-in-out infinite}.about-scroll-text{color:#aaa;font-size:.875rem;font-weight:400;letter-spacing:.05em}.about-scroll-arrow{color:#aaa;font-size:1.5rem;line-height:1}@keyframes about-scroll-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.about-section{margin-bottom:7rem;opacity:0;transform:translate(-100px);transition:opacity 1s ease,transform 1s ease}.about-section:first-of-type{margin-top:0;padding-top:8rem}.about-section-hidden{opacity:0;transform:translate(-100px)}.about-section-visible{opacity:1;transform:translate(0)}.about-section-title{font-size:2.5rem;font-weight:600;color:#fff;margin:0 0 1.5rem}.about-section-text{font-size:1.25rem;color:#ccc;line-height:1.7;margin:0;max-width:900px}.about-link{color:#4a9eff;text-decoration:none;transition:color .2s ease}.about-link:hover{color:#6bb0ff;text-decoration:underline}.about-section-brutal{padding:2rem;border-left:3px solid #666;background:#ffffff05;border-radius:4px}.about-section-brutal .about-section-title{color:#999}.about-section-brutal .about-section-text{color:#aaa;margin-bottom:1rem}.about-section-soft{padding:2rem;border-left:3px solid #4a9eff;background:#4a9eff0d;border-radius:4px}.about-section-soft .about-section-title{color:#4a9eff}.about-section-soft .about-section-text{color:#bbb;margin-bottom:1.5rem}.about-section-soft .about-section-text:last-child{margin-bottom:0}.about-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.about-benefit-card{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:2rem;transition:border-color .2s ease,opacity .8s ease,transform .8s ease}.about-benefit-hidden{opacity:0;transform:translate(-80px)}.about-benefit-visible{opacity:1;transform:translate(0)}.about-benefit-card:hover{border-color:#444}.about-benefit-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1rem}.about-benefit-text{font-size:1rem;color:#aaa;line-height:1.6;margin:0}@media(max-width:768px){.about-hero{padding:2rem 0 4rem;margin-bottom:4rem}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.25rem}.about-hero-subsubtitle{margin:0 0 6rem}.about-scroll-indicator{bottom:10rem}.about-section-title{font-size:1.5rem}.about-section-text{font-size:1rem}.about-benefits{grid-template-columns:1fr}}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-radius:6px;min-width:300px;max-width:400px;box-shadow:0 4px 12px #0000004d;pointer-events:auto;animation:toastSlideIn .3s ease-out;background-color:#1a1a1a;border:1px solid #333}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-message{flex:1;color:#fff;font-size:.875rem;line-height:1.4}.toast-close{background:none;border:none;color:#888;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.toast-close:hover{color:#fff}.toast--success{border-color:#10b981;border-width:2px;background-color:#1a1a1a}.toast--success .toast-message{color:#10b981}.toast--error{border-color:#ef4444;border-width:2px;background-color:#1a1a1a}.toast--error .toast-message{color:#ef4444}.toast--info{border-color:#3b82f6;background-color:#1a1a1a}.toast--info .toast-message{color:#3b82f6}.fte-editor-popup{position:fixed;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:200px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease}.fte-editor-popup--positioned{opacity:1;visibility:visible}.fte-editor-popup-role-fte{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500}.fte-editor-popup-role{font-weight:600}.fte-editor-popup-fte-value{color:#fff}.fte-editor-popup-controls{display:flex;align-items:center;gap:.5rem}.fte-editor-popup-slider{flex:1;height:.5rem;background-color:#2a2a2a;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease}.fte-editor-popup-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;background-color:#555;border:2px solid #888;border-radius:50%;cursor:pointer;transition:all .2s ease}.fte-editor-popup-slider::-webkit-slider-thumb:hover{background-color:#666;border-color:#aaa;transform:scale(1.1)}.fte-editor-popup-slider::-webkit-slider-thumb:active{background-color:#777;border-color:#fff;transform:scale(1.2)}.fte-editor-popup-slider::-moz-range-thumb{width:1rem;height:1rem;background-color:#555;border:2px solid #888;border-radius:50%;cursor:pointer;transition:all .2s ease}.fte-editor-popup-slider::-moz-range-thumb:hover{background-color:#666;border-color:#aaa;transform:scale(1.1)}.fte-editor-popup-slider::-moz-range-thumb:active{background-color:#777;border-color:#fff;transform:scale(1.2)}.fte-editor-popup-slider:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.fte-editor-popup-slider--error{background-color:#3a2a2a}.fte-editor-popup-slider--error::-webkit-slider-thumb{background-color:#ef4444;border-color:#dc2626}.fte-editor-popup-slider--error::-moz-range-thumb{background-color:#ef4444;border-color:#dc2626}.fte-editor-popup-value{font-size:.7rem;font-weight:500;color:#fff;min-width:2.5rem;text-align:right}.fte-editor-popup-error{font-size:.65rem;color:#ef4444;margin-top:-.25rem}.requirements-bar-unfulfilled-popup{position:fixed;background-color:#1a1a1a;border:2px solid #F59E0B;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:200px;max-width:300px;padding:.75rem;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease}.requirements-bar-unfulfilled-popup--positioned{opacity:1;visibility:visible}.requirements-bar-unfulfilled-popup-role{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.requirements-bar-unfulfilled-popup-role-name{font-weight:500;color:#fff;flex-shrink:0}.requirements-bar-unfulfilled-popup-role-fte{color:#888;flex:1}.requirements-bar-unfulfilled-popup-role-missing{display:inline-flex;align-items:center;color:#ef4444;font-weight:600;margin-left:auto}.requirements-bar-unfulfilled-popup-role-missing-value{font-size:.7rem}.requirements-bar-filled-popup{position:fixed;background-color:#1a1a1a;border:2px solid #555;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:200px;max-width:300px;padding:.75rem;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease}.requirements-bar-filled-popup--positioned{opacity:1;visibility:visible}.requirements-bar-filled-popup-content{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem}.requirements-bar-filled-popup-main{display:flex;align-items:center;gap:.5rem}.requirements-bar-filled-popup-person-name,.requirements-bar-filled-popup-role-name{font-weight:500;color:#fff;flex-shrink:0}.requirements-bar-filled-popup-fte{color:#888;flex:1;font-size:.7rem}.requirements-bar-filled-popup-hint{color:#666;font-size:.65rem;font-style:italic;margin-top:.125rem}.requirements-bar{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.requirements-bar-empty{padding:.5rem 0;text-align:center}.requirements-bar-empty p{font-size:.75rem;color:#888;font-style:italic;margin:0}.requirements-bar-summary{display:flex;gap:1rem;font-size:.75rem;flex-wrap:wrap}.requirements-bar-summary-item{display:flex;gap:.5rem;align-items:center}.requirements-bar-summary-role{font-weight:500;color:#fff}.requirements-bar-summary-fte{color:#888;font-size:.7rem}.requirements-bar-summary-missing{display:inline-flex;align-items:center;margin-left:.5rem}.requirements-bar-summary-missing-value{font-size:.7rem;color:#ef4444;font-weight:600}.requirements-bar-combined{width:100%;height:3rem;position:relative;display:flex;align-items:stretch;background-color:#1a1a1a;border-radius:4px;overflow:visible;gap:0}.requirements-bar-role-section{position:relative;height:100%;display:flex;align-items:stretch;border-radius:0;overflow:hidden}.requirements-bar-role-section:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.requirements-bar-role-section:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.requirements-bar-role-section--fulfilled{border:1px solid transparent}.requirements-bar-role-section--partial{--border-width: 3px;--border-bg-color: transparent;--border-hover-bg-color: transparent}.requirements-bar-role-section--partial.tracing-border{border-radius:0}.requirements-bar-role-section--partial.tracing-border:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.requirements-bar-role-section--partial.tracing-border:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.requirements-bar-role-section--unfulfilled{--border-width: 3px;--border-bg-color: transparent;--border-hover-bg-color: transparent}.requirements-bar-role-section--unfulfilled.tracing-border{border-radius:0}.requirements-bar-role-section--unfulfilled.tracing-border:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.requirements-bar-role-section--unfulfilled.tracing-border:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.requirements-bar-role-section--over-allocated{border:4px solid #EF4444}.requirements-bar-role-section--error{border:1px solid #888;opacity:.5}.requirements-bar-role-section--drag-over{border-top-width:3px;border-bottom-width:3px;box-shadow:0 0 8px #fff3;z-index:1}.requirements-bar-role-section--drag-invalid{border-color:#ef4444!important;border-width:3px!important;background-color:#ef44441a}.requirements-bar-person-segment{position:absolute;top:0;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:width .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),opacity .2s ease,transform .2s ease;opacity:.85;border-right:1px solid rgba(0,0,0,.2);overflow:hidden}.requirements-bar-person-segment:hover{opacity:1;z-index:2;box-shadow:0 0 4px #ffffff4d}.requirements-bar-person-segment-label{font-size:.65rem;color:#fff;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .25rem;pointer-events:none;-webkit-user-select:none;user-select:none}.requirements-bar-person-segment--dragging{cursor:ew-resize!important;-webkit-user-select:none;user-select:none;transition:none!important;z-index:10;box-shadow:0 0 8px #ffffff80;opacity:1}.requirements-bar-unfilled{position:absolute;top:0;height:100%;background-color:transparent;background-image:repeating-linear-gradient(45deg,transparent,transparent 4px,var(--role-color, #888) 4px,var(--role-color, #888) 8px);opacity:.3;border-bottom:1px solid var(--role-color, #888)}.requirements-bar-role-section--fulfilled .requirements-bar-unfilled{opacity:.15}.requirements-bar-role-section--partial .requirements-bar-unfilled{opacity:.25}.requirements-bar-role-section--unfulfilled .requirements-bar-unfilled{opacity:.3}.requirements-bar-item{display:flex;flex-direction:column;gap:.375rem}.requirements-bar-label{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.requirements-bar-role-name{font-weight:500;color:#fff}.requirements-bar-fte-text{color:#888;font-size:.7rem}.requirements-bar-bar-container{width:100%;height:1.5rem;position:relative;display:flex;align-items:center}.requirements-bar-bar{height:.75rem;background-color:#2a2a2a;border-radius:4px;position:relative;overflow:hidden;cursor:help;transition:all .2s ease}.requirements-bar-bar:hover{opacity:.9}.requirements-bar-bar-fill{height:100%;position:absolute;left:0;top:0;border-radius:4px 0 0 4px;transition:width .3s ease;opacity:.8}.requirements-bar-bar-missing{height:100%;position:absolute;top:0;background-color:#3a3a3a;border-radius:0 4px 4px 0;transition:width .3s ease}.requirements-bar-bar--fulfilled{border:2px solid #10B981}.requirements-bar-bar--fulfilled .requirements-bar-bar-missing{background-color:#10b981;opacity:.2}.requirements-bar-bar--partial{border:2px solid #F59E0B}.requirements-bar-bar--partial .requirements-bar-bar-missing{background-color:#f59e0b;opacity:.3}.requirements-bar-bar--unfulfilled{border:2px solid #EF4444}.requirements-bar-bar--unfulfilled .requirements-bar-bar-missing{background-color:#ef4444;opacity:.3}.requirements-bar-bar--over-allocated{border:3px solid #EF4444}.requirements-bar-bar--over-allocated .requirements-bar-bar-fill{opacity:1}.requirements-bar-bar--error{border:1px solid #888;opacity:.5}.requirements-bar-bar--drag-over{border-width:2px;transform:scale(1.02);box-shadow:0 0 8px #fff3}.requirements-bar-bar--drag-invalid{border-color:#ef4444!important;border-width:3px!important;background-color:#ef44441a}.requirements-bar-assignments{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.125rem}.requirements-bar-assignment{font-size:.65rem;color:#aaa;padding:.125rem .375rem;background-color:#2a2a2a;border-radius:3px;cursor:help}.requirements-bar-assignment:hover{background-color:#333}.requirements-bar-assignment--clickable{cursor:pointer;transition:all .2s ease}.requirements-bar-assignment--clickable:hover{background-color:#444;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.requirements-bar-fte-editor{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background-color:#1a1a1a;border:1px solid #444;border-radius:4px;min-width:200px}.requirements-bar-fte-editor-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.requirements-bar-fte-editor-name{font-size:.7rem;font-weight:500;color:#fff}.requirements-bar-fte-info{font-size:.65rem;color:#aaa;font-weight:500}.requirements-bar-fte-info--error{color:#ef4444}.requirements-bar-fte-editor-controls{display:flex;align-items:center;gap:.5rem}.requirements-bar-fte-slider{flex:1;height:.5rem;background-color:#2a2a2a;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;transition:all .2s ease}.requirements-bar-fte-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;background-color:#555;border:2px solid #888;border-radius:50%;cursor:pointer;transition:all .2s ease}.requirements-bar-fte-slider::-webkit-slider-thumb:hover{background-color:#666;border-color:#aaa;transform:scale(1.1)}.requirements-bar-fte-slider::-webkit-slider-thumb:active{background-color:#777;border-color:#fff;transform:scale(1.2)}.requirements-bar-fte-slider::-moz-range-thumb{width:1rem;height:1rem;background-color:#555;border:2px solid #888;border-radius:50%;cursor:pointer;transition:all .2s ease}.requirements-bar-fte-slider::-moz-range-thumb:hover{background-color:#666;border-color:#aaa;transform:scale(1.1)}.requirements-bar-fte-slider::-moz-range-thumb:active{background-color:#777;border-color:#fff;transform:scale(1.2)}.requirements-bar-fte-slider:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.requirements-bar-fte-slider--error{background-color:#3a2a2a}.requirements-bar-fte-slider--error::-webkit-slider-thumb{background-color:#ef4444;border-color:#dc2626}.requirements-bar-fte-slider--error::-moz-range-thumb{background-color:#ef4444;border-color:#dc2626}.requirements-bar-fte-value{font-size:.7rem;font-weight:500;color:#fff;min-width:2.5rem;text-align:right}.requirements-bar-fte-error{font-size:.65rem;color:#ef4444;margin-top:-.25rem}@keyframes dropSuccessPulse{0%{transform:scale(1);box-shadow:0 0 #10b98100}50%{transform:scale(1.02);box-shadow:0 0 12px 4px #10b98166}to{transform:scale(1);box-shadow:0 0 #10b98100}}@keyframes segmentSlideIn{0%{opacity:0;transform:translate(-20px) scale(.9)}to{opacity:.85;transform:translate(0) scale(1)}}@keyframes barSuccessBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.requirements-bar-role-section--drop-success{animation:dropSuccessPulse .7s ease-out}.requirements-bar-person-segment--new{animation:segmentSlideIn .5s ease-out}.requirements-bar-combined--drop-success{animation:barSuccessBounce .5s ease-out}.spark{position:fixed;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}.spark .spark-glow{position:absolute;border-radius:50%;opacity:.6}.ellipsis-menu{position:relative;padding:.25rem;margin:-.25rem}.ellipsis-menu-button{background:none;border:none;color:#888;font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.ellipsis-menu-button:hover{color:#fff}.ellipsis-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:10;min-width:120px;overflow:hidden;padding:.25rem 0}.ellipsis-menu-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;color:#fff;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.ellipsis-menu-item:hover{background-color:#2a2a2a}.ellipsis-menu-item--delete{color:#ef4444}.ellipsis-menu-item--delete:hover{background-color:#2a2a2a}.button{padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.025em;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.button:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed}.button-icon{display:inline-flex;align-items:center;line-height:1}.button--sm{padding:.5rem 1rem;font-size:.75rem}.button--md{padding:.75rem 1.5rem;font-size:.875rem}.button--lg{padding:1rem 2.5rem;font-size:1.125rem}.button--primary{background:linear-gradient(135deg,var(--button-primary-start) 0%,var(--button-primary-end) 100%);color:var(--button-text-primary);border:1px solid var(--button-border-primary);box-shadow:0 3px 10px var(--button-primary-shadow),0 1px 3px #0006}.button--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--button-primary-hover-start) 0%,var(--button-primary-hover-end) 100%);box-shadow:0 5px 15px var(--button-primary-shadow-hover),0 2px 6px #00000080;border-color:var(--button-border-primary-hover)}.button--primary:active:not(:disabled){box-shadow:0 2px 8px var(--button-primary-shadow)}.button--secondary{background-color:var(--button-secondary-bg);color:var(--button-text-secondary);border:1px solid var(--button-border-secondary);box-shadow:0 2px 6px var(--button-secondary-shadow)}.button--secondary:hover:not(:disabled){background-color:var(--button-secondary-hover-bg);box-shadow:0 3px 8px var(--button-secondary-shadow-hover)}.button--secondary:active:not(:disabled){box-shadow:0 2px 6px var(--button-secondary-shadow)}.button--danger{background:linear-gradient(135deg,var(--button-danger-start) 0%,var(--button-danger-end) 100%);color:var(--button-text-primary);border:1px solid var(--button-border-primary);box-shadow:0 3px 10px var(--button-danger-shadow),0 1px 3px #0006}.button--danger:hover:not(:disabled){background:linear-gradient(135deg,var(--button-danger-hover-start) 0%,var(--button-danger-hover-end) 100%);box-shadow:0 5px 15px var(--button-danger-shadow-hover),0 2px 6px #00000080;border-color:var(--button-border-primary-hover)}.button--danger:active:not(:disabled){box-shadow:0 2px 8px var(--button-danger-shadow)}.button--lg.button--primary{padding:.75rem 2rem;font-size:1rem;border-radius:8px;box-shadow:0 4px 12px var(--button-primary-shadow)}.button--lg.button--primary:hover:not(:disabled){box-shadow:0 6px 20px var(--button-primary-shadow-hover)}.button--lg.button--primary:active:not(:disabled){box-shadow:0 2px 8px var(--button-primary-shadow)}.month-selection-dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.month-selection-dialog{background-color:#1a1a1a;border:1px solid #444;border-radius:8px;padding:1.5rem;min-width:300px;max-width:90vw;max-height:80vh;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column}.month-selection-dialog h3{margin:0 0 .5rem;color:#fff;font-size:1.25rem}.month-selection-dialog p{margin:0 0 1rem;color:#ccc;font-size:.875rem}.month-selection-dialog form{display:flex;flex-direction:column;flex:1;min-height:0}.month-selection-dialog-controls{margin-bottom:.75rem;display:flex;justify-content:flex-end}.month-selection-dialog-toggle-all{padding:.375rem .75rem;background-color:transparent;border:1px solid #555;border-radius:4px;color:#ccc;font-size:.75rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.month-selection-dialog-toggle-all:hover{background-color:#2a2a2a;border-color:#666;color:#fff}.month-selection-dialog-list{flex:1;overflow-y:auto;margin-bottom:1rem;border:1px solid #333;border-radius:6px;padding:.5rem;background-color:#1a1a1a;max-height:300px}.month-selection-dialog-item{display:flex;align-items:center;padding:.75rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.month-selection-dialog-item:hover,.month-selection-dialog-item--selected{background-color:#2a2a2a}.month-selection-dialog-checkbox{margin-right:.75rem;width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3b82f6}.month-selection-dialog-label{color:#fff;font-size:.875rem;flex:1}.month-selection-dialog-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:auto}.project-card{background-color:#1a1a1a;border:1px solid #444;border-radius:6px;padding:.75rem;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem}.project-card:hover{border-color:#555}.project-card--highlighted{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d;animation:highlight-pulse 2s ease-out}@keyframes highlight-pulse{0%{box-shadow:0 0 0 4px #3b82f680}to{box-shadow:0 0 0 2px #3b82f64d}}.project-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.project-card-name{font-size:.875rem;font-weight:500;color:#fff;margin:0;display:flex;align-items:center;gap:.5rem}.project-card-fte-badge{font-size:.75rem;font-weight:400;color:#aaa;font-style:normal}.project-card-details{display:flex;flex-direction:column;gap:.5rem}.project-card-requirement-summary{display:flex;flex-direction:column;gap:.25rem}.project-card-role-count,.project-card-fte-total{font-size:.75rem;color:#888}.project-card-no-requirements{font-size:.75rem;color:#888;font-style:italic}.project-editor{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem}.project-editor-form{display:flex;flex-direction:column;gap:1rem}.project-editor-field{display:flex;flex-direction:column;gap:.5rem}.project-editor-field label{font-size:.875rem;font-weight:500;color:#ccc}.project-editor-hint{font-size:.75rem;color:#888;margin:0}.project-editor-field input[type=text]{padding:.75rem;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;transition:border-color .2s ease}.project-editor-field input[type=text]:focus{outline:none;border-color:#3b82f6}.project-editor-no-roles{padding:1rem;text-align:center;background-color:#1a1a1a;border:1px solid #333;border-radius:6px;color:#888}.project-editor-requirements{display:flex;flex-direction:column;gap:.75rem}.project-editor-requirement{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem;background-color:#1a1a1a;border:1px solid #333;border-radius:6px}.project-editor-requirement-role{flex:1;min-width:0}.project-editor-role-select{width:100%;padding:.75rem 2.5rem .75rem .75rem;background-color:#2a2a2a;border:2px solid;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s ease;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.project-editor-role-select:focus{outline:none;box-shadow:0 0 0 2px #3b82f633}.project-editor-role-select option{background-color:#1a1a1a;color:#fff;padding:.5rem}.project-editor-role-select:not([value=""]){font-weight:500}.project-editor-requirement-fte{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.project-editor-requirement-fte input[type=number]{width:5rem;padding:.75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fff;font-size:.875rem;transition:border-color .2s ease}.project-editor-requirement-fte input[type=number]:focus{outline:none;border-color:#3b82f6}.project-editor-fte-label{font-size:.75rem;color:#888;white-space:nowrap}.project-editor-remove-button{width:2.5rem;height:2.5rem;padding:0;background-color:#444;border:none;border-radius:6px;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-editor-remove-button:hover{background-color:#ef4444}.project-editor-add-requirement-wrapper{display:flex;justify-content:center;margin-top:.5rem}.project-editor-add-requirement-wrapper>*{width:50%}.project-editor-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.25rem}.role-badge{display:inline-block;padding:.25rem .75rem;border:2px solid;border-radius:1rem;font-size:.875rem;font-weight:500;background-color:transparent;transition:all .2s ease}.role-badge--small{padding:.125rem .5rem;font-size:.75rem;border-width:1.5px;min-width:1.5rem;text-align:center}.role-badge--small.role-badge--abbreviated{padding:.125rem .375rem;min-width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:50%;aspect-ratio:1}.role-badge--medium{padding:.25rem .75rem;font-size:.875rem}.role-badge--large{padding:.375rem 1rem;font-size:1rem}.role-badge--clickable{cursor:pointer}.role-badge--clickable:hover{opacity:.8;transform:scale(1.05)}.role-badge[draggable=true],.role-badge[draggable=true]:hover{cursor:grab}.role-badge--dragging{opacity:.5;cursor:grabbing}.people-bar{position:sticky;top:125px;z-index:10;margin-bottom:1rem;padding-bottom:.75rem;padding-top:.5rem;border-bottom:1px solid #444;background-color:#2a2a2a;width:100%;min-width:0}.people-bar-empty{padding:1rem 1rem .75rem;text-align:center;color:#888;font-size:.875rem;margin-bottom:1rem;border-bottom:1px solid #444}.people-bar-scroll{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding:.25rem 0;scrollbar-width:thin;scrollbar-color:#555 #2a2a2a;width:100%;min-width:0}.people-bar-scroll::-webkit-scrollbar{height:6px}.people-bar-scroll::-webkit-scrollbar-track{background:#2a2a2a;border-radius:3px}.people-bar-scroll::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.people-bar-scroll::-webkit-scrollbar-thumb:hover{background:#666}.people-bar-item{flex:0 0 auto;min-width:140px;max-width:180px;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;padding:.5rem .75rem;cursor:grab;transition:all .2s ease;display:flex;flex-direction:column;gap:.25rem}.people-bar-item:not(.people-bar-item--fully-allocated){cursor:grab}.people-bar-item:hover{border-color:#555;background-color:#222}.people-bar-item:active{cursor:grabbing}.people-bar-item--dragging{opacity:.5;cursor:grabbing}.people-bar-item--fully-allocated{border-color:#444;background-color:#1a1a1a;opacity:.6;cursor:not-allowed}.people-bar-item--fully-allocated:hover{border-color:#444;background-color:#1a1a1a}.people-bar-item--low-capacity{border-color:#f59e0b;border-width:2px;background-color:#2a2415}.people-bar-item--low-capacity:hover{border-color:#f59e0b;border-width:2px;background-color:#332a1a}.people-bar-item-header{display:flex;flex-direction:column;gap:.25rem}.people-bar-item-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.people-bar-item-name{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.people-bar-item-badges{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.people-bar-item-no-roles{font-size:.75rem;color:#666;font-style:italic}.people-bar-item-fte{font-size:.75rem;color:#aaa;font-weight:500}.people-bar-item-fte--low{color:#ef4444}.people-bar-item-fte--medium{color:#f59e0b}.people-bar-item-fte--high{color:#10b981}.resource-warnings-popup{position:fixed;--border-width: 2px;--border-bg-color: #1a1a1a;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:280px;max-width:400px;max-height:400px;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease}.resource-warnings-popup.tracing-border:hover{background:linear-gradient(#1a1a1a,#1a1a1a) padding-box,conic-gradient(from var(--border-angle),#F59E0B 20%,#FBBF24 35%,#FCD34D 45%,#FDE047 50%,#FCD34D 55%,#FBBF24 65%,#F59E0B 80%) border-box!important}.resource-warnings-popup--positioned{opacity:1;visibility:visible}.resource-warnings-popup-header{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid #333;background-color:#2a2a2a}.resource-warnings-popup-title-icon{font-size:.875rem;line-height:1}.resource-warnings-popup-title{font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.resource-warnings-popup-content{padding:.75rem}.resource-warnings-popup-empty{color:#888;font-size:.875rem;text-align:center;padding:1rem}.resource-warnings-popup-roles{display:flex;flex-direction:column;gap:.5rem}.resource-warnings-popup-role{display:flex;align-items:center;gap:.5rem;font-size:.75rem;padding:.5rem;background-color:#2a2a2a;border-radius:4px;border:1px solid #444}.resource-warnings-popup-role-name{font-weight:500;color:#fff;flex-shrink:0}.resource-warnings-popup-role-fte{color:#888;flex:1}.resource-warnings-popup-role-missing{display:inline-flex;align-items:center;color:#ef4444;font-weight:600;margin-left:auto}.resource-warnings-popup-role-missing-value{font-size:.7rem}.resource-warnings-icon-container{position:relative;display:inline-flex;align-items:center}.resource-warnings-icon-button{position:relative;color:#f59e0b;font-size:1rem;cursor:pointer;padding:.2rem .2rem .35rem;line-height:1;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px;width:1.75rem;height:1.75rem;overflow:visible}.month-column{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;min-height:400px;min-width:0;width:100%}.month-column-header{position:sticky;top:80px;z-index:20;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.5rem;padding-top:.75rem;margin-top:-.75rem;border-bottom:1px solid #444;background-color:#2a2a2a;gap:1rem}.month-column-header-left{flex:1}.month-column-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.month-column-header-right{display:flex;align-items:center;gap:.75rem}.month-column-project-count{font-size:.75rem;color:#888;font-weight:500}.month-column-content{flex:1;display:flex;flex-direction:column;min-width:0;width:100%}.month-column-editor{margin-bottom:1rem}.month-column-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#888;text-align:center}.month-column-projects{display:flex;flex-direction:column;gap:.75rem}.month-column-project-placeholder{background-color:#1a1a1a;border:1px solid #444;border-radius:6px;padding:1rem;transition:border-color .2s ease}.month-column-project-placeholder:hover{border-color:#555}.month-column-project-name{font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.5rem}.month-column-project-details{font-size:.75rem;color:#888}.month-column-add-button--inline{margin-top:.5rem;align-self:center}.quarter-view{display:flex;flex-direction:column;gap:1rem}.quarter-view-header{display:flex;justify-content:space-between;align-items:center}.quarter-view-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.quarter-view-header-actions{display:flex;align-items:center;gap:1rem}.quarter-view-filter-input{background-color:#1a1a1a;border:1px solid #444;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.875rem;min-width:200px;transition:all .2s ease}.quarter-view-filter-input:focus{outline:none;border-color:#3b82f6;background-color:#222}.quarter-view-filter-input::placeholder{color:#666}.quarter-view-info{font-size:.875rem;color:#888}.quarter-view-month-editor{background-color:#1a1a1a;border:1px solid #444;border-radius:6px;padding:.75rem 1rem;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.quarter-view-month-fields-group{display:flex;flex-direction:row;align-items:flex-end;gap:.75rem}.quarter-view-month-actions-group{display:flex;flex-direction:row;align-items:center;gap:.75rem}.quarter-view-month-field{display:flex;flex-direction:column;gap:.375rem;flex:0 0 auto}.quarter-view-month-field label{font-size:.75rem;font-weight:500;color:#ccc}.quarter-view-month-field input[type=text],.quarter-view-month-field select{padding:.5rem .75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fff;font-size:.875rem;transition:border-color .2s ease;min-width:120px}.quarter-view-month-field input[type=text]:focus,.quarter-view-month-field select:focus{outline:none;border-color:#3b82f6}.quarter-view-empty{padding:3rem;text-align:center;background-color:#2a2a2a;border:1px solid #333;border-radius:8px;color:#888}.quarter-view-navigation{display:flex;align-items:center;gap:1rem;margin-right:1rem}.quarter-view-nav-info{font-size:.875rem;color:#888;min-width:80px;text-align:center}.quarter-view-nav-button{width:2rem;height:2rem;border:none;border-radius:6px;background-color:#444;color:#fff;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.quarter-view-nav-button:hover:not(:disabled){background-color:#555}.quarter-view-nav-button:disabled{opacity:.3;cursor:not-allowed}.quarter-view-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(min-width:2000px){.quarter-view-columns{gap:.75rem}}@media(max-width:1024px){.quarter-view-columns{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.tutorial-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:9998;animation:tutorial-fade-in .2s ease-out}.tutorial-tooltip{position:fixed;z-index:9999;background-color:#1a1a1a;border:1px solid #9333EA;border-radius:8px;box-shadow:0 8px 24px #00000080,0 0 #9333ea66,0 0 20px #9333ea4d;max-width:320px;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease;animation:tutorial-glow 3s ease-in-out infinite}.tutorial-tooltip--wide{max-width:420px;min-width:360px}.tutorial-tooltip--positioned{opacity:1;visibility:visible}.tutorial-tooltip-content{padding:1rem}.tutorial-tooltip-message{margin:0 0 1rem;color:#e5e5e5;font-size:.9375rem;line-height:1.5}.tutorial-tooltip:before{content:"";position:absolute;width:0;height:0;border-style:solid}.tutorial-tooltip--top:before{bottom:-8px;left:50%;transform:translate(-50%);border-width:8px 8px 0 8px;border-color:#1a1a1a transparent transparent transparent}.tutorial-tooltip--bottom:before{top:-8px;left:50%;transform:translate(-50%);border-width:0 8px 8px 8px;border-color:transparent transparent #1a1a1a transparent}.tutorial-tooltip--left:before{right:-8px;top:50%;transform:translateY(-50%);border-width:8px 0 8px 8px;border-color:transparent transparent transparent #1a1a1a}.tutorial-tooltip--right:before{left:-8px;top:50%;transform:translateY(-50%);border-width:8px 8px 8px 0;border-color:transparent #1a1a1a transparent transparent}.tutorial-target-highlight{position:relative;z-index:10000!important;outline:2px solid #9333EA!important;outline-offset:2px;border-radius:4px;animation:tutorial-pulse 8s ease-in-out infinite}@keyframes tutorial-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes tutorial-pulse{0%,to{outline-color:#9333ea}50%{outline-color:#a855f7}}@keyframes tutorial-glow{0%,to{box-shadow:0 8px 24px #00000080,0 0 #9333ea66,0 0 20px #9333ea4d}50%{box-shadow:0 8px 24px #00000080,0 0 0 4px #9333ea66,0 0 30px #9333ea80,0 0 40px #9333ea4d}}@media(max-width:768px){.tutorial-tooltip{max-width:calc(100vw - 32px);left:16px!important;right:16px;transform:none!important}.tutorial-tooltip--top:before,.tutorial-tooltip--bottom:before{left:24px}}.assignment-badge{background-color:#222;border:1px solid #444;border-radius:4px;padding:.375rem .5rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;white-space:nowrap}.assignment-badge--clickable{cursor:pointer}.assignment-badge--clickable:hover{border-color:#3b82f6;background-color:#2a2a2a;transform:translateY(-1px)}.assignment-badge-project{font-size:.75rem;font-weight:500;color:#fff}.assignment-badge-details{display:flex;align-items:center;gap:.375rem}.assignment-badge-fte{font-size:.7rem;color:#aaa;font-weight:500}.month-cell{display:flex;flex-direction:column;gap:.5rem;min-height:80px;padding:.75rem}.month-cell--empty{justify-content:center;align-items:center}.month-cell-empty{color:#666;font-size:.75rem;font-style:italic;text-align:center}.month-cell-assignments{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;flex:1;align-items:flex-start}.month-cell-footer{margin-top:auto;padding-top:.5rem;border-top:1px solid #333}.month-cell-fte-summary{display:flex;align-items:center;gap:.5rem;font-size:.75rem;flex-wrap:wrap}.month-cell-fte-separator{color:#555;margin:0 .125rem}.month-cell-fte-label{color:#aaa;font-size:.7rem}.month-cell-fte-label--error{color:#ef4444}.month-cell-fte-value{font-weight:600}.month-cell-fte-value--low{color:#ef4444}.month-cell-fte-value--medium{color:#f59e0b}.month-cell-fte-value--high{color:#10b981}.month-cell-fte-value--available{color:#888;font-weight:500}.month-cell-fte-value--error{color:#ef4444;font-weight:600}.person-schedule-row{display:grid;border-bottom:1px solid #333;transition:background-color .2s ease}.person-schedule-row:nth-child(2n){background-color:#1f1f1f}.person-schedule-row:nth-child(odd){background-color:#1a1a1a}.person-schedule-row:hover{background-color:#222}.person-schedule-row:last-child{border-bottom:none}.person-schedule-row-cell{padding:1rem;border-right:1px solid #333;min-height:80px}.person-schedule-row-cell:last-child{border-right:none}.person-schedule-row-cell--person{position:sticky;left:0;z-index:5;border-right:2px solid #444}.person-schedule-row:nth-child(2n) .person-schedule-row-cell--person{background-color:#1f1f1f}.person-schedule-row:nth-child(odd) .person-schedule-row-cell--person{background-color:#1a1a1a}.person-schedule-row:hover .person-schedule-row-cell--person{background-color:#222}.person-schedule-row-person{display:flex;flex-direction:column;gap:.5rem}.person-schedule-row-person-name{font-size:.875rem;font-weight:500;color:#fff}.person-schedule-row-person-badges{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.person-schedule-row-person-no-roles{font-size:.75rem;color:#666;font-style:italic}.schedule-table{width:100%;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;overflow:hidden}.schedule-table-empty{padding:3rem;text-align:center;color:#888;background-color:#1a1a1a;border:1px solid #333;border-radius:8px}.schedule-table-empty p{margin:0;font-size:.875rem}.schedule-table-header{display:grid;background-color:#222;border-bottom:2px solid #333;position:sticky;top:0;z-index:10}.schedule-table-header-cell{padding:.75rem 1rem;font-weight:600;color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid #333}.schedule-table-header-cell:last-child{border-right:none}.schedule-table-header-cell--person{position:sticky;left:0;background-color:#222;z-index:11;border-right:2px solid #444}.schedule-table-body{display:flex;flex-direction:column;max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:auto}.schedule-table-body::-webkit-scrollbar{width:8px;height:8px}.schedule-table-body::-webkit-scrollbar-track{background:#2a2a2a}.schedule-table-body::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.schedule-table-body::-webkit-scrollbar-thumb:hover{background:#666}.schedule-view{width:100%}.schedule-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.schedule-view-title{font-size:1.5rem;margin:0;color:#fff}.schedule-view-header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.schedule-view-controls{display:flex;align-items:center;gap:.75rem}.schedule-view-filter-input{background-color:#1a1a1a;border:1px solid #444;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.875rem;min-width:200px;transition:all .2s ease}.schedule-view-filter-input:focus{outline:none;border-color:#3b82f6;background-color:#222}.schedule-view-filter-input::placeholder{color:#666}.schedule-view-sort{display:flex;align-items:center;gap:.5rem}.schedule-view-sort-label{color:#aaa;font-size:.875rem}.schedule-view-sort-select{background-color:#1a1a1a;border:1px solid #444;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.schedule-view-sort-select:hover{background-color:#222;border-color:#555}.schedule-view-sort-select:focus{outline:none;border-color:#3b82f6}.schedule-view-navigation{display:flex;align-items:center;gap:.75rem}.schedule-view-nav-button{background-color:#1a1a1a;border:1px solid #444;color:#fff;padding:.5rem .75rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s ease}.schedule-view-nav-button:hover:not(:disabled){background-color:#222;border-color:#555}.schedule-view-nav-button:disabled{opacity:.5;cursor:not-allowed}.schedule-view-nav-info{color:#aaa;font-size:.875rem;min-width:80px;text-align:center}.schedule-view-empty{padding:3rem;text-align:center;color:#888;background-color:#1a1a1a;border:1px solid #333;border-radius:8px}.schedule-view-empty p{margin:0;font-size:.875rem}.role-editor{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem}.role-editor-form{display:flex;flex-direction:column;gap:1rem}.role-editor-top-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.role-editor-field{display:flex;flex-direction:column;gap:.5rem}.role-editor-field--inline{flex:1;min-width:200px}.role-editor-field label{font-size:.875rem;font-weight:500;color:#ccc}.role-editor-field input[type=text]{padding:.75rem;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;transition:border-color .2s ease;width:100%}.role-editor-field input[type=text]:focus{outline:none;border-color:#3b82f6}.role-editor-field--color{flex-shrink:0}.role-editor-color-section{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex-wrap:wrap}.role-editor-color-palette{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.role-editor-color-swatch{width:2.5rem;height:2.5rem;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;padding:0}.role-editor-color-swatch:hover{transform:scale(1.1);border-color:#fff}.role-editor-color-swatch--active{border-color:#fff;box-shadow:0 0 0 2px #1a1a1a,0 0 0 4px currentColor}.role-editor-custom-color{display:flex;align-items:center;gap:.5rem}.role-editor-custom-color input[type=color]{width:3rem;height:3rem;border:2px solid #444;border-radius:6px;cursor:pointer;padding:0;background:none}.role-editor-custom-color input[type=color]::-webkit-color-swatch-wrapper{padding:0}.role-editor-custom-color input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.role-editor-color-preview{padding:.5rem .75rem;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;color:#fff;font-family:monospace;font-size:.875rem}.role-editor-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-shrink:0}@media(max-width:640px){.role-editor-top-row{flex-direction:column;align-items:stretch}.role-editor-field--inline{min-width:unset}.role-editor-field--color{width:100%}.role-editor-color-section{flex-direction:column;align-items:stretch}.role-editor-actions{justify-content:stretch}.role-editor-actions .role-editor-button{flex:1}}.role-list{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem}.role-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.role-list-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.role-list-editor{margin-bottom:1.5rem}.role-list-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem}.role-list-empty{padding:2rem;text-align:center;color:#888}.role-list-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#1a1a1a;border:1px solid #333;border-radius:6px;transition:border-color .2s ease;position:relative}.role-list-item:hover{border-color:#444}.person-card{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:.75rem;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem}.person-card:hover{border-color:#444}.person-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.person-card-name{font-size:1rem;font-weight:600;color:#fff;margin:0}.person-card-roles{display:flex;flex-direction:column;gap:.5rem}.person-card-badges{display:flex;flex-wrap:wrap;gap:.5rem}.person-card-no-roles{font-size:.875rem;color:#888;font-style:italic}.person-editor{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem}.person-editor-form{display:flex;flex-direction:column;gap:1rem}.person-editor-top-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.person-editor-field{display:flex;flex-direction:column;gap:.5rem}.person-editor-field--inline{flex:1;min-width:200px}.person-editor-field label{font-size:.875rem;font-weight:500;color:#ccc}.person-editor-hint{font-size:.75rem;color:#888;margin:0}.app-section .person-editor-hint{margin-bottom:.25rem}.person-editor-field input[type=text]{padding:.75rem;background-color:#1a1a1a;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;transition:border-color .2s ease;width:100%}.person-editor-field input[type=text]:focus{outline:none;border-color:#3b82f6}.person-editor-no-roles{padding:1rem;text-align:center;background-color:#1a1a1a;border:1px solid #333;border-radius:6px;color:#888}.person-editor-roles{display:flex;flex-wrap:wrap;gap:.75rem}.person-editor-role-button{position:relative;padding:.5rem .75rem;background-color:#1a1a1a;border:2px solid #444;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.person-editor-role-button:hover{border-color:#666;background-color:#222}.person-editor-role-button--selected{border-color:#3b82f6;background-color:#3b82f61a}.person-editor-role-button--selected:hover{border-color:#3b82f6;background-color:#3b82f626}.person-editor-role-check{color:#3b82f6;font-weight:700;font-size:1rem}.person-editor-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-shrink:0}@media(max-width:640px){.person-editor-top-row{flex-direction:column;align-items:stretch}.person-editor-field--inline{min-width:unset}.person-editor-actions{justify-content:stretch}.person-editor-actions .person-editor-button{flex:1}}.people-list{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1rem}.people-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.people-list-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.people-list-editor{margin-bottom:1.5rem}.people-list-items{display:flex;flex-direction:column;gap:1rem}.people-list-empty{padding:2rem;text-align:center;color:#888}.people-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.admin-page{width:100%}.admin-page-description{color:#ccc;margin-bottom:2rem;line-height:1.6}.admin-page-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.admin-action-card{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-action-card:hover{border-color:#444;box-shadow:0 2px 8px #0000004d}.admin-action-card--danger{border-color:#7f1d1d}.admin-action-card--danger:hover{border-color:#991b1b;box-shadow:0 2px 8px #7f1d1d4d}.admin-action-header{flex:1}.admin-action-header h3{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.admin-action-header p{font-size:.875rem;color:#aaa;margin:0;line-height:1.5}.requirements-tracking-container{width:100%;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;overflow:hidden;box-sizing:border-box}.requirements-tracking-empty{padding:3rem;text-align:center;color:#888;background-color:#1a1a1a;border:1px solid #333;border-radius:8px}.requirements-tracking-empty p{margin:0;font-size:.875rem}.requirements-tracking-header{display:grid;background-color:#222;border-bottom:2px solid #333;position:sticky;top:0;z-index:10;padding-right:8px;box-sizing:border-box}.requirements-tracking-header-cell{padding:1rem;font-weight:600;color:#fff;font-size:.875rem;border-right:1px solid #333;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}.requirements-tracking-header-month-label{font-weight:600;color:#fff;font-size:.875rem}.requirements-tracking-header-totals{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.75rem}.requirements-tracking-header-total-fte{color:#888;font-weight:500}.requirements-tracking-header-change{font-weight:600;font-size:.75rem}.requirements-tracking-header-change--increase{color:#10b981}.requirements-tracking-header-change--decrease{color:#ef4444}.requirements-tracking-header-cell:last-child{border-right:none}.requirements-tracking-header-cell--project{position:sticky;left:0;background-color:#222;z-index:11;border-right:2px solid #444}.requirements-tracking-body{display:flex;flex-direction:column;max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:auto;scrollbar-gutter:stable}.requirements-tracking-body::-webkit-scrollbar{width:8px;height:8px}.requirements-tracking-body::-webkit-scrollbar-track{background:#2a2a2a}.requirements-tracking-body::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.requirements-tracking-body::-webkit-scrollbar-thumb:hover{background:#666}.requirements-tracking-row{display:grid;border-bottom:1px solid #333;transition:background-color .2s ease}.requirements-tracking-row:nth-child(2n){background-color:#1f1f1f}.requirements-tracking-row:nth-child(odd){background-color:#1a1a1a}.requirements-tracking-row--expandable{cursor:pointer}.requirements-tracking-row--expandable:hover{background-color:#222}.requirements-tracking-row:last-child{border-bottom:none}.requirements-tracking-row-cell{padding:1rem;border-right:1px solid #333;min-height:80px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;box-sizing:border-box}.requirements-tracking-row-cell:last-child{border-right:none}.requirements-tracking-row-cell--project{position:sticky;left:0;z-index:5;border-right:2px solid #444;align-items:flex-start;justify-content:center}.requirements-tracking-row:nth-child(2n) .requirements-tracking-row-cell--project{background-color:#1f1f1f}.requirements-tracking-row:nth-child(odd) .requirements-tracking-row-cell--project{background-color:#1a1a1a}.requirements-tracking-row--expandable:hover .requirements-tracking-row-cell--project{background-color:#222}.requirements-tracking-project-name{font-size:.875rem;font-weight:500;color:#fff;display:flex;align-items:center;gap:.5rem}.requirements-tracking-expand-icon{font-size:.75rem;color:#888;transition:transform .2s ease;flex-shrink:0;width:12px;display:inline-block}.requirements-tracking-row-cell--month{min-height:100px;justify-content:flex-start}.requirements-tracking-empty-month{color:#555;font-size:.875rem;font-style:italic}.requirements-tracking-changes{display:flex;flex-direction:column;gap:.75rem;width:100%}.requirements-tracking-change-summary{margin-bottom:.5rem}.requirements-tracking-change-total{font-size:.875rem;font-weight:600;padding:.5rem;border-radius:4px;text-align:center}.requirements-tracking-change-total--increase{color:#10b981;background-color:#10b9811a;border:1px solid rgba(16,185,129,.3)}.requirements-tracking-change-total--decrease{color:#ef4444;background-color:#ef44441a;border:1px solid rgba(239,68,68,.3)}.requirements-tracking-change-total--unchanged{color:#888;background-color:#8888881a;border:1px solid rgba(136,136,136,.3)}.requirements-tracking-change-total--first-month{color:#888;font-size:.75rem;font-weight:400;font-style:italic;background:none;border:none;padding:.25rem 0}.requirements-tracking-change-group{display:flex;flex-direction:column;gap:.5rem}.requirements-tracking-change-group-label{font-size:.7rem;font-weight:600;color:#888;margin-bottom:.25rem}.requirements-tracking-change-group--increase .requirements-tracking-change-group-label{color:#10b981}.requirements-tracking-change-group--decrease .requirements-tracking-change-group-label{color:#ef4444}.requirements-tracking-change-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;padding:.25rem .5rem;background-color:#ffffff08;border-radius:3px}.requirements-tracking-change-role-color{width:10px;height:10px;border-radius:2px;flex-shrink:0}.requirements-tracking-change-role-name{color:#fff;font-weight:500;flex:1}.requirements-tracking-change-value{color:#888;font-weight:600;font-family:monospace}.requirements-tracking-change-group--increase .requirements-tracking-change-value{color:#10b981}.requirements-tracking-change-group--decrease .requirements-tracking-change-value{color:#ef4444}.role-multi-select{position:relative;width:100%}.role-multi-select-button{width:100%;padding:.5rem .75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:.875rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s ease}.role-multi-select-button:hover{border-color:#555}.role-multi-select-button:focus{outline:none;border-color:#b472f9}.role-multi-select-button-text{flex:1;text-align:left;color:#fff}.role-multi-select-button-text--placeholder{color:#888}.role-multi-select-button-arrow{color:#888;font-size:.7rem;margin-left:.5rem}.role-multi-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;box-shadow:0 4px 12px #0000004d;z-index:100;max-height:300px;display:flex;flex-direction:column;overflow:hidden}.role-multi-select-actions{display:flex;gap:.5rem;padding:.5rem;border-bottom:1px solid #444}.role-multi-select-action{flex:1;padding:.375rem .5rem;background-color:#1a1a1a;border:1px solid #444;border-radius:3px;color:#fff;font-size:.75rem;cursor:pointer;transition:all .2s ease}.role-multi-select-action:hover{background-color:#222;border-color:#555}.role-multi-select-list{overflow-y:auto;max-height:250px;padding:.25rem}.role-multi-select-list::-webkit-scrollbar{width:6px}.role-multi-select-list::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.role-multi-select-list::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.role-multi-select-list::-webkit-scrollbar-thumb:hover{background:#666}.role-multi-select-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:3px;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.role-multi-select-item:hover{background-color:#ffffff0d}.role-multi-select-item--selected{background-color:#b472f91a}.role-multi-select-item input[type=checkbox]{cursor:pointer;margin:0}.role-multi-select-item-color{width:12px;height:12px;border-radius:2px;flex-shrink:0}.role-multi-select-item-name{color:#fff;flex:1}.insights-page{width:100%}.insights-page-header{margin-bottom:1.5rem}.insights-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #333}.insights-tab{background:none;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease}.insights-tab:hover{color:#fff}.insights-tab--active{color:#fff;border-bottom-color:#b472f9}.insights-page-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem}.insights-page-subtitle{font-size:.875rem;color:#888;margin:0}.insights-page-empty{text-align:center;padding:4rem 2rem;color:#888}.insights-page-empty-hint{font-size:.875rem;margin-top:.5rem;color:#666}.insights-page-content{display:flex;flex-direction:column;gap:2rem}.insights-chart-container{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;overflow:visible;min-height:600px;position:relative}.insights-chart-container>div{overflow:visible!important;width:100%!important;height:100%!important}.insights-chart-container svg{overflow:visible}.insights-chart-container .recharts-tooltip-wrapper{pointer-events:none;z-index:1000}.insights-chart-container .recharts-cartesian-grid-horizontal line,.insights-chart-container .recharts-cartesian-grid-vertical line{stroke:#333}.insights-chart-container .recharts-legend-wrapper{color:#888}.insights-chart-container .recharts-legend-item-text{color:#888!important;font-size:.75rem}.insights-tooltip{background-color:#2a2a2a;border:1px solid #444;border-radius:6px;padding:.75rem;box-shadow:0 4px 12px #0000004d;max-width:300px;max-height:350px;overflow-y:auto;overflow-x:visible;z-index:1000;pointer-events:auto}.insights-tooltip::-webkit-scrollbar{width:6px}.insights-tooltip::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.insights-tooltip::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.insights-tooltip::-webkit-scrollbar-thumb:hover{background:#666}.insights-tooltip-label{font-weight:600;color:#fff;margin:0 0 .5rem;font-size:.875rem;border-bottom:1px solid #444;padding-bottom:.5rem}.insights-tooltip-role-group{margin-bottom:.75rem}.insights-tooltip-role-group:last-child{margin-bottom:0}.insights-tooltip-role-header{font-weight:600;font-size:.8rem;margin:0 0 .375rem;padding-bottom:.25rem;border-bottom:1px solid #333}.insights-tooltip-item{margin:.25rem 0;font-size:.75rem;display:flex;align-items:center;gap:.5rem;padding-left:.5rem}.insights-tooltip-color{width:12px;height:12px;border-radius:2px;flex-shrink:0}.insights-tooltip-role{color:#fff;font-weight:500}.insights-tooltip-segment{color:#888}.insights-tooltip-value{color:#fff;font-weight:600;margin-left:auto}.insights-legend{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem}.insights-legend-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem}.insights-legend-segments{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.insights-legend-segment{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.insights-legend-segment-label{color:#fff;font-weight:500}.insights-legend-segment-description{color:#888;font-size:.75rem;margin-left:0}.insights-legend-segment-color{width:20px;height:20px;border-radius:3px;border:1px solid #444;flex-shrink:0}.insights-legend-segment-color--striped{background-size:8px 8px}.insights-legend-segment-label{color:#fff}.insights-legend-items{display:flex;flex-wrap:wrap;gap:1rem}.insights-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.insights-legend-color{width:16px;height:16px;border-radius:3px;border:1px solid #444;flex-shrink:0}.insights-legend-name{color:#fff;font-weight:500}.insights-controls{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;justify-content:space-between;margin-bottom:0;padding:1rem;background-color:#1a1a1a;border:1px solid #333;border-radius:8px}.insights-controls-filters{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;flex:1}.insights-controls-sort{display:flex;align-items:center;gap:.75rem}.insights-expand-all-button{padding:.5rem 1rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.insights-expand-all-button:hover{background-color:#333;border-color:#555}.insights-filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:150px}.insights-filter-label{font-size:.75rem;font-weight:500;color:#888}.insights-filter-input{padding:.5rem .75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:.875rem;transition:border-color .2s ease}.insights-filter-input:focus{outline:none;border-color:#b472f9}.insights-filter-select{padding:.5rem .75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:.875rem;min-height:100px;transition:border-color .2s ease}.insights-filter-select:focus{outline:none;border-color:#b472f9}.insights-filter-clear{padding:.5rem 1rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#888;font-size:.875rem;cursor:pointer;transition:all .2s ease;align-self:flex-end}.insights-filter-clear:hover{border-color:#555;color:#fff}.insights-sort-label{font-size:.75rem;font-weight:500;color:#888}.insights-sort-select{padding:.5rem .75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:.875rem;cursor:pointer;transition:border-color .2s ease}.insights-sort-select:focus{outline:none;border-color:#b472f9}.insights-sort-direction{padding:.5rem .75rem;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:40px}.insights-sort-direction:hover{border-color:#555;background-color:#333}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes border-trace{0%{--border-angle: 0deg}to{--border-angle: 360deg}}.tracing-border{--border-angle: 0deg;--border-width: 3px;--border-bg-color: #1a1a1a;--border-hover-bg-color: #2a2a2a;box-sizing:border-box;background:linear-gradient(var(--border-bg-color),var(--border-bg-color)) padding-box,conic-gradient(from var(--border-angle),#F59E0B 20%,#FBBF24 35%,#FCD34D 45%,#FDE047 50%,#FCD34D 55%,#FBBF24 65%,#F59E0B 80%) border-box;border:var(--border-width) solid transparent;animation:border-trace 5s linear infinite}.tracing-border:hover{background:linear-gradient(var(--border-hover-bg-color),var(--border-hover-bg-color)) padding-box,conic-gradient(from var(--border-angle),#F59E0B 20%,#FBBF24 35%,#FCD34D 45%,#FDE047 50%,#FCD34D 55%,#FBBF24 65%,#F59E0B 80%) border-box}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#1a1a1a;border-bottom:1px solid #333;position:sticky;top:0;z-index:100;padding:.75rem 0}.app-header-container{max-width:1600px;margin:0 auto;padding:0 .5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.app-header-cta{position:absolute;left:50%;transform:translate(-50%);z-index:10}.app-header-left{display:flex;flex-direction:column;gap:0}.app-header h1{font-size:1.5rem;font-weight:600;margin:0;color:#fff}.app-subtitle{margin:.125rem 0 0;color:#aaa;font-size:.8rem}.app-header-nav{display:flex;gap:0;align-items:center;border-bottom:2px solid #333}.app-header-nav-link{padding:.625rem 1.25rem;color:#888;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;border-bottom:2px solid transparent;margin-bottom:-2px;position:relative}.app-header-nav-link:hover{color:#ccc}.app-header-nav-link--active{color:#fff;border-bottom-color:var(--button-primary-start)}.app-header-nav-link--active:hover{color:#fff;border-bottom-color:var(--button-primary-end)}.app-main{flex:1;padding:1.5rem .5rem}.app-content{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.app-content.page-visible{opacity:1;transform:translateY(0)}.app-header-burger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:.375rem;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;transition:opacity .2s ease}.app-header-burger:hover{opacity:.8}.app-header-burger-line{width:1.5rem;height:2px;background-color:#fff;transition:all .3s ease;border-radius:1px}.app-header-burger[aria-expanded=true] .app-header-burger-line:nth-child(1){transform:rotate(45deg) translate(.375rem,.375rem)}.app-header-burger[aria-expanded=true] .app-header-burger-line:nth-child(2){opacity:0}.app-header-burger[aria-expanded=true] .app-header-burger-line:nth-child(3){transform:rotate(-45deg) translate(.375rem,-.375rem)}.app-header-mobile-nav{display:none;flex-direction:column;background-color:#1a1a1a;border-top:1px solid #333;padding:.5rem 0;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-header-mobile-nav-link{display:block;padding:1rem;color:#888;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.app-header-mobile-nav-link:hover{color:#ccc;background-color:#222}.app-header-mobile-nav-link--active{color:#fff;border-left-color:var(--button-primary-start);background-color:#222}.app-header-mobile-nav-link--active:hover{color:#fff;border-left-color:var(--button-primary-end)}@media(max-width:1280px){.app-header-container{padding:0 1rem}.app-main{padding:1.5rem 1rem}.app-header-nav{display:none}.app-header-burger,.app-header-mobile-nav{display:flex}.app-header-container{gap:1rem}.app-subtitle{font-size:.75rem}}@media(min-width:2000px){.app-header-container{max-width:2400px;padding:0 1rem}.app-main{padding:1.5rem 1rem}.app-content{max-width:2400px}}.app-section h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.app-section p{color:#ccc;margin-bottom:2rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:#1a1a1a;border-radius:8px;border:1px solid #333}.stat-value{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#aaa;text-transform:uppercase;letter-spacing:.5px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--button-primary-start: #B472F9;--button-primary-end: #8B2FE8;--button-primary-hover-start: #A855F7;--button-primary-hover-end: #7E22CE;--button-primary-shadow: rgba(168, 85, 247, .4);--button-primary-shadow-hover: rgba(168, 85, 247, .5);--button-secondary-bg: #444;--button-secondary-hover-bg: #555;--button-secondary-shadow: rgba(0, 0, 0, .3);--button-secondary-shadow-hover: rgba(0, 0, 0, .4);--button-danger-start: #DC2626;--button-danger-end: #B91C1C;--button-danger-hover-start: #B91C1C;--button-danger-hover-end: #991B1B;--button-danger-shadow: rgba(220, 38, 38, .35);--button-danger-shadow-hover: rgba(185, 28, 28, .45);--button-text-primary: #fff;--button-text-secondary: #fff;--button-border-primary: rgba(255, 255, 255, .15);--button-border-primary-hover: rgba(255, 255, 255, .25);--button-border-secondary: rgba(255, 255, 255, .1);--button-disabled-opacity: .5}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}
