.allocation-page{flex-direction:column;height:100vh;margin:-2rem;display:flex;overflow:hidden}.allocation-page__work-list{border-bottom:2px solid var(--gt-border);flex-direction:column;flex:0 auto;min-height:0;max-height:50%;padding:.5rem .75rem;display:flex;overflow:hidden}.allocation-page__details{flex:auto;min-height:0;padding:.5rem .75rem;overflow-y:auto}.allocation-page__work-list .work-item-list{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.work-item-list__header{flex-shrink:0}.work-item-list__header h2{margin-top:0;margin-bottom:.25rem;font-size:1.1rem}.allocation-page .work-item-filters{gap:.4rem;margin-bottom:.25rem}.allocation-page .filter-group{margin-bottom:0}.allocation-page .filter-group label{margin-bottom:.1rem;font-size:.75rem}.allocation-page .filter-group select{padding:.3em .5em;font-size:.8rem}.work-item-list__body{flex:1;min-height:0;overflow-y:auto}.work-item-list__body .table-container{display:block}.details-tabs__bar{border-bottom:2px solid var(--gt-border);flex-direction:row;gap:0;margin-bottom:.5rem;display:flex}.details-tabs__tab{color:var(--gt-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-2px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:color .2s,border-color .2s}.details-tabs__tab:hover{color:var(--gt-violet);background:0 0}.details-tabs__tab--active{color:var(--gt-violet);border-bottom-color:var(--gt-violet);background:0 0}.details-tabs__panel{padding:.5rem 0}.allocation-grid-table{border-collapse:collapse;width:100%;font-size:.85rem}.allocation-grid-table th,.allocation-grid-table td{text-align:left;border-bottom:1px solid var(--gt-border);border-right:1px solid var(--gt-border);padding:.3rem .5rem}.allocation-grid-table th:last-child,.allocation-grid-table td:last-child{border-right:none}.allocation-grid-table th{background-color:var(--gt-midnight);color:var(--gt-white);font-size:.8rem;font-weight:500}.allocation-grid-table tbody tr:hover{background-color:#44009908}.allocation-grid-cell{cursor:pointer;text-align:center;min-width:80px;transition:background-color .15s}.allocation-grid-cell:hover{background-color:#4400990f}.allocation-grid-edit{flex-direction:column;gap:.25rem;display:flex}.allocation-grid-edit input{text-align:center;border:1px solid var(--gt-violet);border-radius:3px;width:70px;padding:.3em .5em;font-size:.9rem;box-shadow:0 0 0 2px #44009926}.allocation-grid-edit input:focus{border-color:var(--gt-violet);outline:none}.allocation-grid-edit input.input-error{border-color:#d93025;box-shadow:0 0 0 2px #d9302526}.allocation-grid-edit__error{color:#d93025;white-space:nowrap;font-size:.75rem}.allocation-grid-empty{text-align:center;color:var(--gt-text-muted);padding:2rem;font-size:.9rem}.allocation-grid-delete{color:#d93025;cursor:pointer;background-color:#0000;border:1px solid #d93025;border-radius:3px;padding:.25em .6em;font-size:.8rem;transition:background-color .2s,color .2s}.allocation-grid-delete:hover{color:#fff;background-color:#d93025}.allocation-grid-delete-confirm{align-items:center;gap:.4rem;font-size:.8rem;display:flex}.allocation-grid-delete-confirm span{color:var(--gt-text-muted)}.allocation-grid-delete-confirm__yes{color:#fff;background-color:#d93025;border-radius:3px;padding:.2em .5em;font-size:.75rem}.allocation-grid-delete-confirm__yes:hover{background-color:#b3261e}.allocation-grid-delete-confirm__no{color:var(--gt-text-muted);background-color:#f1f3f4;border-radius:3px;padding:.2em .5em;font-size:.75rem}.allocation-grid-delete-confirm__no:hover{background-color:#e8eaed}.selection-summary-bar{border-radius:4px;flex-shrink:0;justify-content:space-between;align-items:center;margin:0;padding:.35rem .75rem;font-size:.8rem;display:flex}.selection-summary-bar--valid{color:#1a73e8;background-color:#e8f0fe;border:1px solid #c2d9fc}.selection-summary-bar--invalid{color:#d93025;background-color:#fce8e6;border:1px solid #f5c6cb}.selection-summary-bar__details{flex:1;align-items:center;gap:.75rem;display:flex}.selection-summary-bar__count{font-weight:600}.selection-summary-bar__info{color:inherit;opacity:.85}.selection-summary-bar__error{font-weight:500}.selection-summary-bar__clear{color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid;border-radius:4px;padding:.3em .8em;font-size:.85rem;transition:background-color .2s}.selection-summary-bar__clear:hover{background-color:#0000000f}.allocation-mode-toggle{flex-direction:row;gap:0;margin-bottom:1rem;display:flex}.allocation-mode-toggle__btn{color:var(--gt-text-muted);border:1px solid var(--gt-border);cursor:pointer;background-color:#f1f3f4;padding:.5em 1.2em;font-size:.9rem;font-weight:500;transition:all .2s}.allocation-mode-toggle__btn:first-child{border-radius:4px 0 0 4px}.allocation-mode-toggle__btn:last-child{border-left:none;border-radius:0 4px 4px 0}.allocation-mode-toggle__btn:hover{background-color:#e8eaed}.allocation-mode-toggle__btn--active{background-color:var(--gt-violet);color:#fff;border-color:var(--gt-violet)}.allocation-mode-toggle__btn--active:hover{background-color:#50b}.allocation-page .data-table th,.allocation-page .data-table td{padding:.3rem .5rem;font-size:.8rem}.allocation-page .data-table th{font-size:.75rem}.allocation-page .people-selector-search{margin-bottom:.4rem}.allocation-page .people-selector-search input{padding:.35em .6em;font-size:.85rem}.login-page{background-color:var(--gt-midnight);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-container{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 16px #0003}.login-container h1{color:var(--gt-violet);margin-bottom:.5rem;font-size:1.4rem}.login-container h2{color:var(--gt-text-muted);margin-bottom:1.5rem;font-size:1.1rem;font-weight:400}.form-group{margin-bottom:1rem}.form-group label{color:#5f6368;margin-bottom:.3rem;font-size:.9rem;display:block}.login-container button[type=submit]{width:100%;margin-top:.5rem}.sso-section{margin-bottom:1rem}.sso-button{background-color:var(--gt-violet);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:.75em 1.2em;font-size:1em;font-weight:600;transition:background-color .2s}.sso-button:hover{background-color:#50b}.sso-button:disabled{opacity:.6;cursor:not-allowed}.login-divider{align-items:center;margin:1.25rem 0;display:flex}.login-divider:before,.login-divider:after{content:"";background-color:var(--gt-border);flex:1;height:1px}.login-divider-text{color:var(--gt-text-muted);text-transform:lowercase;padding:0 .75rem;font-size:.85rem}.error-message{color:#d93025;background-color:#fce8e6;border-radius:4px;margin-bottom:.5rem;padding:.5rem;font-size:.9rem}.app-layout{min-height:100vh;display:flex}.app-nav{background:var(--gt-midnight);flex-direction:column;flex-shrink:0;width:240px;padding:1rem 0;transition:width .2s;display:flex}.app-nav--collapsed{width:48px}.app-nav--collapsed .nav-brand{flex-direction:column;align-items:center;padding:0 .5rem .75rem;display:flex}.app-nav--collapsed .nav-brand h2{margin-bottom:.25rem;font-size:1.1rem}.app-nav--collapsed .nav-links a{text-align:center;padding:.5rem;font-size:1.1rem}.app-nav--collapsed .nav-user{text-align:center;padding:.5rem}.nav-collapse-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.2em .4em;font-size:.9rem}.nav-collapse-btn:hover{color:#fff;background:#ffffff1a}.nav-brand{border-bottom:1px solid var(--gt-midnight-lighter);justify-content:space-between;align-items:center;padding:0 1.2rem .75rem;display:flex}.nav-brand h2{color:var(--gt-green);font-size:1.3rem}.nav-links{flex:1;padding:1rem 0;list-style:none}.nav-links li{margin-bottom:.2rem}.nav-links a{color:#ffffffb3;border-radius:0 24px 24px 0;margin-right:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .2s,color .2s;display:block}.nav-links a:hover{background-color:var(--gt-midnight-light);color:var(--gt-white)}.nav-links a.active{background-color:var(--gt-violet);color:var(--gt-white);font-weight:500}.nav-group-label,.nav-group-header{list-style:none}.nav-group-toggle{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.6rem 1.2rem;font-size:.9rem;transition:background-color .15s,color .15s;display:flex}.nav-group-toggle:hover{background-color:var(--gt-midnight-light);color:var(--gt-white)}.nav-group-arrow{opacity:.6;font-size:.75rem}.nav-sublinks{margin:0;padding:0;list-style:none}.nav-sublinks a{color:#fff9;padding:.4rem 1.2rem .4rem 2rem;font-size:.82rem;text-decoration:none;transition:background-color .15s,color .15s;display:block}.nav-sublinks a:hover{background-color:var(--gt-midnight-light);color:var(--gt-white)}.nav-sublinks a.active{background-color:var(--gt-violet);color:var(--gt-white);font-weight:500}.nav-user{border-top:1px solid var(--gt-midnight-lighter);color:#fff9;padding:1rem 1.2rem;font-size:.85rem}.nav-user span{margin-bottom:.5rem;display:block}.logout-btn{color:var(--gt-orange);background:0 0;padding:.3em 0;font-size:.85rem}.logout-btn:hover{background:0 0;text-decoration:underline}.app-main{flex:1;padding:2rem;overflow-y:auto}.app-main h1{margin-bottom:1rem;font-size:1.5rem}.insights-page{max-width:800px}.insights-description{color:#5f6368;margin-bottom:1.5rem}.insights-form{margin-bottom:2rem}.insights-input-group{gap:.5rem;display:flex}.insights-input-group input{flex:1}.insights-input-group button{white-space:nowrap;padding:.6em 1.5em}.insights-help-text{color:#80868b;margin-top:.5rem;font-size:.85rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.insights-loading{color:#5f6368;background:#f8f9fa;border-radius:8px;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.insights-spinner{border:3px solid #dadce0;border-top-color:#1a73e8;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.insights-error{background:#fce8e6;border:1px solid #f5c6cb;border-radius:8px;gap:1rem;padding:1.25rem;display:flex}.insights-error.insights-timeout{background:#fff3e0;border-color:#ffe0b2}.insights-error.insights-ambiguous{background:#e8f0fe;border-color:#c2d9fc}.insights-error-icon{flex-shrink:0;font-size:1.5rem}.insights-error-content h3{color:#213547;margin-bottom:.4rem;font-size:1rem}.insights-error-content p{color:#5f6368;font-size:.9rem}.insights-suggestion{margin-top:.75rem}.insights-suggestion p{margin-bottom:.4rem;font-weight:500}.insights-suggestion-btn{color:#1a73e8;cursor:pointer;background:#fff;border:1px solid #1a73e8;border-radius:4px;padding:.4em .8em;font-size:.9rem}.insights-suggestion-btn:hover{background:#e8f0fe}.insights-empty{text-align:center;background:#f8f9fa;border:1px solid #dadce0;border-radius:8px;padding:2rem}.insights-empty-icon{margin-bottom:.5rem;font-size:2rem}.insights-empty h3{color:#5f6368;margin-bottom:.5rem;font-size:1.1rem}.insights-empty p{color:#80868b;font-size:.9rem}.insights-result{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.insights-answer{margin-bottom:1rem}.insights-answer h3{color:#80868b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem}.insights-answer p{color:#213547;white-space:pre-wrap;font-size:1rem;line-height:1.6}.insights-interpreted{color:#5f6368;background:#f1f3f4;border-radius:4px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.85rem}.insights-citations{border-top:1px solid #e8eaed;margin-top:1rem;padding-top:1rem}.insights-citations h4{color:#80868b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem}.insights-citations ul{padding:0;list-style:none}.insights-citation-item{align-items:center;gap:.4rem;padding:.35rem 0;font-size:.9rem;display:flex}.citation-employee{color:#213547;font-weight:500}.citation-separator{color:#dadce0}.citation-source{color:#5f6368;font-style:italic}.citation-field{color:#80868b;font-size:.85rem}.insights-timing{color:#80868b;text-align:right;margin-top:1rem;font-size:.8rem}.page-description{color:#5f6368;margin-bottom:1.5rem}.export-form{max-width:600px}.export-section{margin-bottom:1.5rem}.export-section h3{color:#3c4043;margin-bottom:.75rem;font-size:1rem}.format-options{gap:.75rem;display:flex}.format-option{cursor:pointer;border:1px solid #dadce0;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1rem;transition:border-color .2s,background-color .2s;display:flex}.format-option:hover{background-color:#f1f3f4}.format-option.selected{background-color:#e8f0fe;border-color:#1a73e8}.format-option input[type=radio]{width:auto;margin:0}.format-label{font-size:.9rem;font-weight:500}.export-message{border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.export-error{color:#d93025;background-color:#fce8e6}.export-success{color:#137333;background-color:#e6f4ea}.export-progress{color:#1a73e8;background-color:#e8f0fe;align-items:center;gap:.5rem;display:flex}.spinner{border:2px solid #1a73e8;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}.export-btn{margin-top:.5rem}.admin-sections{flex-direction:column;gap:2rem;display:flex}.admin-section{background:#fff;border:1px solid #dadce0;border-radius:8px;padding:1.5rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h2{color:#3c4043;font-size:1.2rem}.btn-secondary{color:#1a73e8;background-color:#fff;border:1px solid #1a73e8}.btn-secondary:hover{background-color:#e8f0fe}.btn-danger{color:#fff;background-color:#d93025}.btn-danger:hover{background-color:#b3261e}.btn-sm{padding:.3em .8em;font-size:.85em}.create-user-form{background-color:#f8f9fa;border-radius:6px;margin-bottom:1rem;padding:1rem}.form-row{gap:1rem;margin-bottom:1rem;display:flex}.form-row .form-group{flex:1}.create-user-form select{background:#fff;border:1px solid #dadce0;border-radius:4px;width:100%;padding:.6em .8em;font-family:inherit;font-size:1em}.create-user-form select:focus{border-color:#1a73e8;outline:none;box-shadow:0 0 0 2px #1a73e833}.table-container{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:.9rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #dadce0;padding:.6rem .8rem}.data-table th{color:#5f6368;text-transform:uppercase;letter-spacing:.02em;background-color:#f8f9fa;font-size:.85rem;font-weight:500}.data-table tbody tr:hover{background-color:#f8f9fa}.empty-row{color:#5f6368;text-align:center!important;padding:2rem .8rem!important}.role-badge{border-radius:12px;padding:.2em .6em;font-size:.8rem;font-weight:500;display:inline-block}.role-badge.administrator{color:#1a73e8;background-color:#e8f0fe}.role-badge.viewer{color:#5f6368;background-color:#f1f3f4}.status-badge{border-radius:12px;padding:.2em .6em;font-size:.8rem;font-weight:500;display:inline-block}.status-badge.active{color:#137333;background-color:#e6f4ea}.status-badge.restored{color:#b06000;background-color:#fef7e0}.version-id{font-family:monospace;font-size:.85rem}.delete-confirm{color:#5f6368;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.loading-text{color:#5f6368;padding:1rem 0}.upload-page{max-width:800px}.upload-section-label{color:#5f6368;margin-bottom:.5rem;font-size:.9rem;display:block}.upload-type-section{margin-bottom:1.5rem}.upload-type-selector{gap:.5rem;display:flex}.type-btn{color:#5f6368;background-color:#f1f3f4;border:1px solid #dadce0;border-radius:20px;padding:.5em 1em;font-size:.9rem;transition:all .2s}.type-btn:hover{background-color:#e8eaed}.type-btn.active{color:#1a73e8;background-color:#e8f0fe;border-color:#1a73e8}.upload-dropzone-section{margin-bottom:1.5rem}.upload-dropzone{text-align:center;cursor:pointer;background-color:#fff;border:2px dashed #dadce0;border-radius:8px;padding:2.5rem 2rem;transition:all .2s}.upload-dropzone:hover{background-color:#f8fbff;border-color:#1a73e8}.upload-dropzone.drag-over{background-color:#e8f0fe;border-color:#1a73e8}.upload-dropzone.has-file{background-color:#e6f4ea;border-color:#34a853}.upload-file-input{display:none}.upload-file-info{justify-content:center;align-items:center;gap:.5rem;font-size:1rem;display:flex}.upload-file-icon{font-size:1.5rem}.upload-file-name{color:#202124;font-weight:500}.upload-file-size{color:#5f6368;font-size:.85rem}.upload-placeholder p{color:#5f6368;margin-top:.5rem}.upload-drop-icon{font-size:2.5rem;display:block}.upload-hint{color:#80868b;font-size:.85rem}.upload-action-section{gap:.75rem;margin-bottom:1.5rem;display:flex}.upload-btn{padding:.6em 1.5em}.upload-btn-secondary{color:#5f6368;background-color:#f1f3f4;padding:.6em 1.5em}.upload-btn-secondary:hover{background-color:#e8eaed}.upload-progress-section{margin-bottom:1.5rem}.progress-bar-container{background-color:#e8eaed;border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-bar{background-color:#1a73e8;border-radius:4px;height:100%;transition:width .3s}.progress-text{color:#5f6368;margin-top:.5rem;font-size:.9rem}.upload-reupload-section{margin-bottom:1.5rem}.reupload-alert{background-color:#fef7e0;border:1px solid #fdd663;border-radius:8px;padding:1.5rem}.reupload-alert h3{color:#b06000;margin-bottom:.5rem}.reupload-alert p{color:#5f6368;margin-bottom:.5rem}.reupload-actions{gap:.75rem;margin-top:1rem;display:flex}.reupload-btn{border-radius:4px;padding:.5em 1.2em;font-size:.9rem}.reupload-btn.replace{color:#fff;background-color:#1a73e8}.reupload-btn.append{color:#fff;background-color:#34a853}.reupload-btn.append:hover{background-color:#2d8f47}.reupload-btn.cancel{color:#5f6368;background-color:#f1f3f4}.reupload-btn.cancel:hover{background-color:#e8eaed}.upload-success-section{margin-bottom:1.5rem}.success-alert{background-color:#e6f4ea;border:1px solid #34a853;border-radius:8px;padding:1.5rem}.success-alert h3{color:#137333;margin-bottom:1rem}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.summary-card{text-align:center;background:#fff;border-radius:6px;padding:.75rem}.summary-label{color:#5f6368;margin-bottom:.25rem;font-size:.8rem;display:block}.summary-value{color:#202124;font-size:1rem;font-weight:500;display:block}.summary-value.warning{color:#b06000}.upload-error-section{margin-bottom:1.5rem}.error-alert{background-color:#fce8e6;border:1px solid #d93025;border-radius:8px;padding:1.5rem}.error-alert h3{color:#c5221f;margin-bottom:.5rem}.error-alert p{color:#5f6368;margin-bottom:.5rem}.error-details-list{margin:.75rem 0;padding-left:1.5rem;list-style:outside}.error-details-list li{color:#5f6368;margin-bottom:.3rem;font-size:.9rem}.upload-flagged-section{border-top:1px solid #dadce0;margin-top:2rem;padding-top:1.5rem}.upload-flagged-section h2{margin-bottom:.5rem;font-size:1.2rem}.flagged-description{color:#5f6368;margin-bottom:1rem;font-size:.9rem}.flagged-record-card{background:#fff;border:1px solid #dadce0;border-radius:8px;margin-bottom:1rem;padding:1.25rem}.flagged-record-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.flagged-record-type{color:#1a73e8;background-color:#e8f0fe;border-radius:12px;padding:.2em .6em;font-size:.9rem;font-weight:500}.flagged-record-date{color:#80868b;font-size:.8rem}.flagged-record-errors{margin-bottom:.75rem}.validation-error-item{background-color:#fef7e0;border-radius:6px;margin-bottom:.5rem;padding:.75rem}.error-field{color:#b06000;margin-bottom:.2rem;font-weight:500;display:block}.error-rule{color:#5f6368;margin-bottom:.2rem;font-size:.85rem;display:block}.error-current-value{color:#80868b;margin-bottom:.5rem;font-size:.8rem;display:block}.correction-input-group{align-items:center;gap:.5rem;display:flex}.correction-input-group label{color:#5f6368;white-space:nowrap;font-size:.85rem}.correction-input-group input{flex:1;padding:.4em .6em;font-size:.9rem}.flagged-record-actions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.flagged-record-actions button{padding:.4em 1em;font-size:.9rem}.correction-success{color:#137333;font-size:.85rem}.correction-warning{color:#b06000;font-size:.85rem}.correction-error{color:#c5221f;font-size:.85rem}.work-item-list{margin-bottom:0}.work-item-list h2{color:#3c4043;margin-bottom:.5rem;font-size:1.2rem}.work-item-filters{flex-wrap:nowrap;align-items:flex-end;gap:.5rem;margin-bottom:.5rem;display:flex}.filter-group{flex-direction:column;flex-shrink:1;gap:.2rem;min-width:0;display:flex}.filter-group select{text-overflow:ellipsis;max-width:180px}.filter-group label{color:#5f6368;font-size:.85rem}.filter-group select{background:#fff;border:1px solid #dadce0;border-radius:4px;min-width:150px;padding:.5em .8em;font-family:inherit;font-size:.9rem}.filter-group select:focus{border-color:#1a73e8;outline:none;box-shadow:0 0 0 2px #1a73e833}.work-item-loading{color:#5f6368;background:#f8f9fa;border-radius:8px;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.work-item-error{color:#d93025;background-color:#fce8e6;border:1px solid #f5c6cb;border-radius:8px;padding:1rem}.work-item-empty{text-align:center;color:#5f6368;background:#f8f9fa;border:1px solid #dadce0;border-radius:8px;padding:2rem}.data-table tbody tr[role=button]{cursor:pointer}.data-table tbody tr.selected-row{background-color:#44009914}.data-table tbody tr.selected-row:hover{background-color:#4400991f}.people-selector{margin-bottom:1.5rem}.people-selector-search{margin-bottom:1rem}.people-selector-search input{border:1px solid #dadce0;border-radius:4px;width:100%;padding:.6em .8em;font-size:.9rem}.people-selector-search input:focus{border-color:#1a73e8;outline:none;box-shadow:0 0 0 2px #1a73e833}.people-selector-loading{color:#5f6368;background:#f8f9fa;border-radius:8px;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.people-selector-error{color:#d93025;background-color:#fce8e6;border:1px solid #f5c6cb;border-radius:8px;padding:1rem;font-size:.9rem}.people-selector-empty{text-align:center;color:#5f6368;padding:1.5rem;font-size:.9rem}.people-selector-table .people-select-col{text-align:center;width:40px}.people-selector-table tbody tr{cursor:pointer}.people-selector-table tbody tr.people-selected{background-color:#e8f0fe}.people-selector-table tbody tr.people-over-allocated{background-color:#fce8e6}.people-selector-table tbody tr.people-over-allocated.people-selected{background-color:#f8d7da}.people-allocation-over{color:#d93025;font-weight:600}.people-selector-count{color:#1a73e8;margin-top:.75rem;font-size:.85rem;font-weight:500}.monthly-view-page{text-align:left;padding:1.5rem}.monthly-role-dropdown,.monthly-role-dropdown *{box-sizing:border-box;text-align:left!important}.monthly-view-page h1{color:var(--gt-text);margin-bottom:.25rem;font-size:1.5rem}.monthly-view-subtitle{color:var(--gt-text-muted);margin-bottom:1rem;font-size:.9rem}.monthly-filters{flex-flow:row;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.monthly-filter-input{border:1px solid var(--gt-border);border-radius:4px;flex-shrink:1;width:140px;min-width:0;padding:.35rem .6rem;font-size:.8rem}.monthly-filter-input:focus{border-color:var(--gt-violet);outline:none;box-shadow:0 0 0 2px #4400991a}.monthly-filter-select{border:1px solid var(--gt-border);background:#fff;border-radius:4px;flex-shrink:1;min-width:0;max-width:160px;padding:.35rem .6rem;font-size:.8rem}.monthly-filter-select:focus{border-color:var(--gt-violet);outline:none;box-shadow:0 0 0 2px #4400991a}.monthly-filter-multiselect{border:1px solid var(--gt-border);background:#fff;border-radius:4px;flex-shrink:1;min-width:0;max-width:200px;min-height:1.8rem;padding:.35rem .6rem;font-size:.8rem}.monthly-filter-multiselect:focus{border-color:var(--gt-violet);outline:none;box-shadow:0 0 0 2px #4400991a}.monthly-filter-label{color:var(--gt-text-muted);white-space:nowrap;font-size:.75rem}.monthly-filter-clear{border:1px solid var(--gt-border);cursor:pointer;color:var(--gt-text-muted);background:0 0;border-radius:4px;padding:.2rem .5rem;font-size:.8rem}.monthly-filter-clear:hover{color:#d93025;background:#f1f3f4}.monthly-role-dropdown{z-index:50;position:relative}.monthly-role-dropdown__trigger{border:1px solid var(--gt-border);color:#333;cursor:pointer;white-space:nowrap;background:#fff;border-radius:4px;align-items:center;gap:.4rem;min-width:100px;padding:.35rem .6rem;font-size:.8rem;display:flex}.monthly-role-dropdown__trigger:hover{border-color:var(--gt-violet)}.monthly-role-dropdown__arrow{opacity:.6;font-size:.7rem}.monthly-role-dropdown__menu{z-index:200;border:1px solid #ccc;border-radius:4px;width:max-content;min-width:250px;max-height:250px;margin-top:2px;padding:.4rem 0;position:absolute;top:100%;left:0;right:auto;overflow:hidden auto;box-shadow:0 4px 12px #00000026;color:#333!important;text-align:left!important;background:#fff!important}.monthly-role-dropdown__item{cursor:pointer;white-space:nowrap;direction:ltr;gap:.5rem;width:100%;padding:.4rem .75rem;font-size:.85rem;color:#333!important;text-align:left!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;display:flex!important}.monthly-role-dropdown__item input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin:0}.monthly-role-dropdown__item:hover{background:#f1f3f4}.monthly-role-dropdown__clear{border:none;border-top:1px solid var(--gt-border);color:#d93025;cursor:pointer;text-align:left;background:0 0;width:100%;margin-top:.25rem;padding:.35rem .75rem;font-size:.75rem;display:block}.monthly-role-dropdown__clear:hover{background:#fce8e6}.monthly-summary{display:none}.monthly-summary-row{background:#f0f4ff}.monthly-summary-row th{border-bottom:2px solid #c2d9fc;padding:.4rem .5rem;font-size:.75rem;color:#333!important;background:#f0f4ff!important}.monthly-summary__label-cell{text-align:left;font-weight:600;color:#333!important}.monthly-summary__value-cell{text-align:center;font-weight:600;color:#1a73e8!important}.monthly-summary__label{color:#333;margin-right:auto;font-weight:600}.monthly-summary__cell{color:#555;text-align:center;min-width:60px;padding:0 .25rem}.monthly-summary__cell strong{color:#1a73e8}.monthly-grid-wrapper{border:1px solid var(--gt-border);border-radius:6px;overflow-x:auto}.monthly-grid{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.8rem}.monthly-th{background:var(--gt-midnight);color:var(--gt-white);text-align:left;z-index:1;padding:.5rem .6rem;font-size:.75rem;font-weight:600;position:sticky;top:0}.monthly-th--name{z-index:2;min-width:140px;position:sticky;left:0}.monthly-th--squad,.monthly-th--role{min-width:90px}.monthly-th--month{text-align:center;min-width:60px}.monthly-td{border-bottom:1px solid var(--gt-border);vertical-align:middle;padding:.35rem .6rem}.monthly-td--name{z-index:1;background:#fff;font-weight:500;position:sticky;left:0}.monthly-td--squad{color:var(--gt-text-muted)}.monthly-td--role{color:var(--gt-text-muted);font-size:.75rem}.monthly-td--empty-state{text-align:center;color:var(--gt-text-muted);padding:2rem;font-style:italic}.monthly-cell{text-align:center;border-bottom:1px solid var(--gt-border);cursor:default;padding:.35rem .4rem;font-weight:500}.monthly-cell--empty{color:#999;background-color:#f9f9f9}.monthly-cell--low{color:#c0392b;background-color:#fde8e8}.monthly-cell--medium{color:#d35400;background-color:#fef3e2}.monthly-cell--high{color:#1a8a5a;background-color:#e8f8f0}.monthly-grid tbody tr:hover .monthly-td,.monthly-grid tbody tr:hover .monthly-cell,.monthly-grid tbody tr:hover .monthly-td--name{background-color:#f0f4ff}.loading-message{text-align:center;color:var(--gt-text-muted);padding:2rem}.customer-view-grid .monthly-td--month{text-align:center;font-size:.75rem}.customer-view-customer-row{background:#f8f9fa}.customer-view-customer-row:hover .monthly-td,.customer-view-customer-row:hover .monthly-td--name{background-color:#e8ecf0!important}.customer-view-customer-row .monthly-td--name{background:#f8f9fa}.customer-view-expand-icon{color:#666;width:1.2em;font-size:.7rem;display:inline-block}.customer-view-total-cell{text-align:center;font-size:.75rem;font-weight:600}.customer-view-work-row .monthly-td{font-size:.75rem}.customer-view-work-row .monthly-td--month{text-align:center}.customer-view-work-row--red,.customer-view-work-row--red .monthly-td--name{background-color:#fde8e8}.customer-view-work-row--red:hover .monthly-td,.customer-view-work-row--red:hover .monthly-td--name{background-color:#f8d0d0!important}.customer-view-work-row--orange,.customer-view-work-row--orange .monthly-td--name{background-color:#fef3e2}.customer-view-work-row--orange:hover .monthly-td,.customer-view-work-row--orange:hover .monthly-td--name{background-color:#fde5c4!important}.customer-view-work-row--green,.customer-view-work-row--green .monthly-td--name{background-color:#e8f8f0}.customer-view-work-row--green:hover .monthly-td,.customer-view-work-row--green:hover .monthly-td--name{background-color:#d0f0e0!important}.customer-view-cell--clickable{cursor:pointer;text-underline-offset:2px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.customer-view-cell--clickable:hover{filter:brightness(.95)}.customer-view-popover{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:6px;flex-direction:column;min-width:280px;max-width:360px;max-height:320px;margin-top:4px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 6px 20px #0003}.customer-view-popover__header{background-color:#f7f7f9;border-bottom:1px solid #eee;border-radius:6px 6px 0 0;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.customer-view-popover__title{color:#333;font-size:.85rem;font-weight:600}.customer-view-popover__close{cursor:pointer;color:#666;background:0 0;border:none;padding:0 .25rem;font-size:1.3rem;line-height:1}.customer-view-popover__close:hover{color:#333}.customer-view-popover__body{flex:1;padding:.5rem .75rem;overflow-y:auto}.customer-view-popover__loading,.customer-view-popover__error,.customer-view-popover__empty{color:#666;margin:.25rem 0;font-size:.8rem}.customer-view-popover__error{color:#c0392b}.customer-view-popover__table{border-collapse:collapse;width:100%;font-size:.82rem}.customer-view-popover__table th{text-align:left;color:#fff;border-bottom:1px solid #ddd;padding:.3rem .5rem .3rem 0;font-size:.8rem;font-weight:600}.customer-view-popover__table td{color:#444;border-bottom:1px solid #f0f0f0;padding:.25rem .5rem .25rem 0}.customer-view-popover__table tfoot td{border-top:1px solid #ccc;border-bottom:none;padding-top:.4rem}.customer-view-popover__fte{text-align:right;font-variant-numeric:tabular-nums}:root{--gt-midnight:#001828;--gt-white:#fff;--gt-violet:#409;--gt-green:#10d088;--gt-orange:#ff8d27;--gt-red:#e10098;--gt-yellow:#fd0;--gt-cyan:#2cccfd;--gt-midnight-light:#0a2e42;--gt-midnight-lighter:#143d55;--gt-text:#001828;--gt-text-muted:#4a6070;--gt-border:#d0dae0;--gt-bg:#f4f7f9;--gt-bg-card:#fff;color:var(--gt-text);background-color:var(--gt-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Avenir Next LT Pro,Avenir Next,Avenir,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body,#root{min-height:100vh}h1,h2,h3{color:var(--gt-midnight)}button{cursor:pointer;background-color:var(--gt-violet);color:#fff;border:none;border-radius:4px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:background-color .2s}button:hover{background-color:#50b}button:disabled{opacity:.6;cursor:not-allowed}input,select{border:1px solid var(--gt-border);border-radius:4px;width:100%;padding:.6em .8em;font-family:inherit;font-size:1em}input:focus,select:focus{border-color:var(--gt-violet);outline:none;box-shadow:0 0 0 2px #44009926}a{color:var(--gt-violet)}table{border-collapse:collapse;width:100%}th{background-color:var(--gt-midnight);color:var(--gt-white);text-align:left;padding:.5rem .75rem;font-size:.85em;font-weight:500}td{border-bottom:1px solid var(--gt-border);padding:.5rem .75rem}tr:hover{background-color:#44009908}.loading{height:100vh;color:var(--gt-text-muted);justify-content:center;align-items:center;font-size:1.2em;display:flex}
