:root{--modal-size-sm: 36rem;--modal-size-md: 42rem;--modal-size-lg: 48rem;--modal-size-xl: 60rem;--motif-spacing-xs: .25rem;--motif-spacing-sm: .5rem;--motif-spacing-md: .75rem;--motif-spacing-lg: 1rem;--motif-spacing-xl: 1.5rem;--motif-spacing-2xl: 2rem;--motif-spacing-3xl: 3rem;--motif-spacing-4xl: 4rem;--motif-neutral-900: #171717;--text-colors-default-primary: var(--motif-neutral-900);--text-colors-default-secondary: #404040}.motif-theme-light{--motif-neutral-0: #ffffff;--motif-neutral-50: #fafafa;--motif-neutral-100: #f5f5f5;--motif-neutral-200: #e5e5e5;--motif-neutral-300: #d4d4d4;--motif-neutral-400: #a3a3a3;--motif-neutral-500: #737373;--motif-neutral-600: #525252;--motif-neutral-700: #404040;--motif-neutral-800: #262626;--motif-neutral-900: #171717;--text-colors-default-primary: var(--motif-neutral-900);--text-colors-default-secondary: var(--motif-neutral-700);--motif-info-color: #0066cc;--motif-info-bg-color: #f0f7ff;--brand-color-primary: #ffe600;--brand-color-secondary: #2e2e38;--hero-banner-bg: #2e2e38;--hero-title-color: #ffffff;--hero-subtitle-color: rgba(255, 255, 255, .88);--action-card-title-color: #2e2e38;--action-card-description-color: #525252}.motif-theme-dark{--motif-neutral-0: #23232F;--motif-neutral-100: #2e2e2e;--motif-neutral-200: #404040;--motif-neutral-300: #525252;--motif-neutral-400: #737373;--motif-neutral-500: #a3a3a3;--motif-neutral-600: #d4d4d4;--motif-neutral-700: #e5e5e5;--motif-neutral-800: #f5f5f5;--motif-neutral-900: #fafafa;--text-colors-default-primary: var(--motif-neutral-900);--text-colors-default-secondary: var(--motif-neutral-700);--motif-info-color: #3b82f6;--motif-info-bg-color: #1e3a5f;--brand-color-primary: #ffe600;--brand-color-secondary: #fafafa;--hero-banner-bg: #2e2e38;--hero-title-color: #ffffff;--hero-subtitle-color: rgba(255, 255, 255, .88);--action-card-title-color: #ffffff;--action-card-description-color: rgba(255, 255, 255, .88);--body-bg-color:#1A1A24}[data-motif-file-uploader]{--file-uploader-width: 100%;--file-uploader-drop-area-width: 100%;--file-uploader-file-width: 100%}.motif-base-input::placeholder{color:var(--input-placeholder-text-color)!important}.header-left-desktop{display:flex;align-items:center;gap:var(--motif-spacing-md)}.header-desktop-nav,.header-menu-nav{display:flex;align-items:center;gap:var(--motif-spacing-xs)}.header-nav-item{flex-shrink:0}.header-nav-item motif-button{white-space:nowrap}.header-nav-active{border-bottom:2px solid var(--brand-color-primary, #ffe600)}.header-right-components{display:flex;align-items:center}.app-footer-content{display:flex;align-items:center;justify-content:space-between;padding:var(--motif-spacing-sm) var(--motif-spacing-lg);font-size:var(--motif-body-2-font-size, .875rem)}.app-footer-links{display:flex;align-items:center;gap:var(--motif-spacing-md)}.app-footer-separator{color:var(--text-colors-default-secondary)}.app-footer-link{color:var(--text-colors-default-secondary);text-decoration:none}.app-footer-link:hover{color:var(--text-colors-default-primary);text-decoration:underline}@media(max-width:48em){.app-footer-content{flex-wrap:wrap;gap:var(--motif-spacing-sm)}}.hero-section{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:transparent;color:#fff;overflow:hidden}.hero-content{position:relative;z-index:1;text-align:center;padding:var(--motif-spacing-2xl) var(--motif-spacing-xl);padding-bottom:10rem}.hero-greeting{font-size:1.125rem;font-weight:400;line-height:1.4;margin:0 0 var(--motif-spacing-md);color:#ffffffe6;font-family:EYInterstate,sans-serif;background:#00000059;display:inline-block;padding:.5rem 1.25rem;border-radius:4px}.hero-greeting strong{font-weight:700}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.15;margin:var(--motif-spacing-md) 0 0;color:#fff;font-family:EYInterstate,sans-serif}.hero-title--accent{color:var(--brand-color-primary, #ffe600)}.hero-subtitle{font-size:1rem;font-weight:400;line-height:1.5;color:#ffffffe0;margin:var(--motif-spacing-sm) 0 0;font-family:EYInterstate,sans-serif}@media(min-width:48em){.hero-title{font-size:3.25rem}}@media(max-width:47.999em){.hero-section{min-height:50vh}.hero-content{padding-bottom:8rem}.hero-title{font-size:1.75rem}}.action-cards-section{position:relative;z-index:2;margin-top:-7rem;padding:0 var(--motif-spacing-xl, 2rem) var(--motif-spacing-2xl, 3rem)}.action-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--motif-spacing-lg, 1.5rem);max-width:1400px;margin:0 auto}.action-card{position:relative;border-radius:12px;overflow:hidden;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;transition:transform .3s ease-out,box-shadow .3s ease-out}.action-card:hover{box-shadow:0 16px 40px #00000073}.action-card:focus-visible{outline:2px solid var(--brand-color-primary, #ffe600);outline-offset:2px}.action-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-out}.action-card:hover .action-card__image{transform:scale(1.06)}.action-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d1,#00000059,#00000026);pointer-events:none;transition:background .3s ease-out}.action-card:hover .action-card__overlay{background:linear-gradient(to top,#000000e0,#00000073,#00000040)}.action-card__body{position:relative;z-index:1;padding:var(--motif-spacing-xl, 1.5rem)}.action-card__title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 var(--motif-spacing-xs, .25rem);font-family:EYInterstate,sans-serif}.action-card__description{font-size:.875rem;font-weight:400;line-height:1.4;color:#ffffffd9;margin:0 0 var(--motif-spacing-sm, .5rem);font-family:EYInterstate,sans-serif}.action-card__button{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6);border-radius:4px;padding:.4rem 1rem;font-size:1rem;font-family:EYInterstate,sans-serif;font-weight:400;font-style:normal;line-height:100%;letter-spacing:0;cursor:pointer;transition:background .3s ease-out,border-color .3s ease-out,transform .3s ease-out}.action-card:hover .action-card__button{background:#ffe600;color:#2e2e38;border-color:#ffe600;transform:translate(4px)}.action-card__button:hover{background:#ffe600;color:#2e2e38;border-color:#ffe600}@media(max-width:63.999em){.action-cards-grid{grid-template-columns:1fr}.action-card{min-height:200px}.action-cards-section{margin-top:-5rem;padding:0 var(--motif-spacing-md, 1rem) var(--motif-spacing-xl, 2rem)}}@media(min-width:64em)and (max-width:79.999em){.action-cards-grid{grid-template-columns:repeat(3,1fr)}}.motif-form-label--required-message,.motif-input-required-message{font-size:0!important;line-height:0!important;min-width:0!important}.motif-form-label--required-message:before,.motif-input-required-message:before{content:"*";font-size:14px;line-height:1;font-weight:400;color:#ff6200}.motif-form-label,.motif-form-label label{font-weight:var(--font-weight-light, 300)!important}.field-error-message{margin-top:var(--motif-spacing-xs, .25rem);font-size:.875rem;color:#da291c}motif-file-uploader{--input-label-outside-gap: var(--motif-spacing-md, .75rem) !important;--input-support-helper-text-color: #da291c !important}motif-input{--input-label-outside-gap: var(--motif-spacing-sm, .5rem) !important;--input-support-helper-text-color: #da291c !important;--input-height: 2.8571428571rem !important}.input-field-readonly__label{display:block;margin-bottom:var(--motif-spacing-sm, .5rem);font-weight:var(--font-weight-light, 300);color:var(--input-label-text-color, var(--label-text-color, inherit))}.input-field-readonly__required{margin-left:.25rem;color:#ff6200}.input-field-readonly__input{width:100%;height:2.8571428571rem;padding:0 var(--motif-spacing-md, .75rem);font-family:var(--font-family-primary, inherit);font-weight:var(--font-weight-light, 300);font-size:1rem;color:var(--input-read-only-text-color, var(--text-colors-read-only-primary, inherit));background-color:var(--input-bg-color, var(--bg-colors-default-primary, transparent));border:var(--border-width-thin, 1px) var(--border-style-default, solid) var(--input-border-color, var(--border-colors-default-secondary, #737373));border-radius:var(--border-radius-sm, 4px);outline:none;cursor:default}.input-field-readonly__input:focus,.input-field-readonly__input:focus-visible{outline:none;border-color:var(--input-border-color, var(--border-colors-default-secondary, #737373));box-shadow:none}.input-field-readonly__hint{display:block;margin-top:var(--motif-spacing-xs, .25rem);font-size:.875rem;color:var(--input-support-helper-text-color, var(--text-colors-default-secondary, inherit))}motif-select{--input-label-outside-gap: var(--motif-spacing-sm, .5rem) !important;--select-trigger-width: 100% !important;width:100%}motif-select::part(dropdown-panel){overflow:hidden}.select-drop-up motif-select::part(listbox){top:auto;bottom:100%;margin-top:0;margin-bottom:.2857142857rem}.select-field-hint{margin-top:var(--motif-spacing-xs, .25rem);font-size:.875rem;color:#da291c}motif-textarea{--text-area-label-outside-gap: var(--motif-spacing-md, .75rem) !important;--input-support-helper-text-color: #da291c !important;--text-area-text-color: inherit !important;--input-placeholder-text-color: var(--motif-neutral-400, #a3a3a3) !important}motif-textarea .motif-base-input,motif-textarea textarea{color:inherit!important}motif-textarea textarea::placeholder{color:var(--motif-neutral-400, #a3a3a3)!important;opacity:1}.confirm-dialog-modal{--font-family-primary: "EYInterstate" !important;font-family:EYInterstate!important}.confirm-dialog-body,.confirm-dialog-body p{color:#fff!important;padding:1rem 0;font-size:1rem;font-family:EYInterstate!important}.submit-page{padding:var(--motif-spacing-2xl, 2rem);background:var(--motif-neutral-50)}.submit-header{display:flex;align-items:center;gap:var(--motif-spacing-md, .75rem);margin-bottom:var(--motif-spacing-md, .5rem);padding:var(--motif-spacing-lg, 1rem) var(--motif-spacing-xl, 1.5rem);border:1px solid var(--motif-neutral-200);border-left:4px solid var(--brand-color-primary, var(--motif-info-color));border-radius:10px;background:var(--hero-banner-bg, var(--motif-neutral-900))}.submit-title{font-size:var(--motif-h4-font-size, 1.5rem);font-family:EYInterstate!important;line-height:1.2;margin:0;color:var(--hero-title-color, var(--motif-neutral-0))}.intake-form{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:var(--motif-spacing-2xl, 2rem)}.form-section{display:flex;flex-direction:column;gap:var(--motif-spacing-lg, 1rem);padding:var(--motif-spacing-xl, 1.5rem);background:var(--motif-neutral-0);border-radius:10px;border:1px solid var(--motif-neutral-200);transition:border-color .2s ease,background-color .2s ease}.form-section:hover{border-color:var(--motif-neutral-300)}.form-section:first-of-type{margin-top:0}.section-title{margin:0 0 var(--motif-spacing-md, .75rem) 0;padding-bottom:var(--motif-spacing-md, .75rem);border-bottom:1px solid var(--motif-neutral-200);font-weight:700;font-size:1.1rem;color:var(--motif-neutral-800);letter-spacing:.3px}.intake-form .motif-row>[class*=motif-col-]{margin-bottom:var(--motif-spacing-md, .75rem)}.form-note{margin:var(--motif-spacing-sm, .5rem) 0 0 0;padding:var(--motif-spacing-md, .75rem) var(--motif-spacing-lg, 1rem);background-color:var(--motif-info-bg-color);border:1px solid var(--motif-neutral-200);border-left:3px solid var(--motif-info-color);border-radius:6px;font-size:.9rem;color:var(--motif-neutral-700)}.form-actions{display:flex;justify-content:flex-end;gap:var(--motif-spacing-md, .75rem);padding:var(--motif-spacing-xl, 1.5rem) 0;margin-top:var(--motif-spacing-xl, 1.5rem);border-top:1px solid var(--motif-neutral-200);width:100%}.inline-actions{display:flex;flex-direction:column;gap:var(--motif-spacing-md, .75rem);padding:var(--motif-spacing-lg, 1rem);background:var(--motif-neutral-50);border:1px solid var(--motif-neutral-200);border-radius:8px}.engagement-partner-search{margin-top:1rem}.row-actions{display:flex;align-items:flex-end;gap:var(--motif-spacing-md, .75rem);flex-wrap:wrap;padding:var(--motif-spacing-md, .75rem) 0}.form-stack{display:flex;flex-direction:column;gap:var(--motif-spacing-lg, 1rem);padding:var(--motif-spacing-lg, 1rem) 0}.attachment-subtitle{margin:0 0 var(--motif-spacing-md, .75rem) 0;font-size:1rem;color:var(--motif-neutral-800)}.attachment-empty{margin:0;padding:var(--motif-spacing-md, .75rem);border:1px dashed var(--motif-neutral-300);border-radius:6px;color:var(--motif-neutral-600)}.motif-row>.motif-col-12.motif-col-md-6:has(.team-member-action-button){display:flex;align-items:center;margin-top:1.4rem}.team-member-action-button{width:100%}.dialog-progress{display:flex;flex-direction:column;gap:var(--motif-spacing-md, .75rem)}.dialog-progress-text{margin:0}.validation-summary p{margin:0 0 var(--motif-spacing-sm, .5rem)}.validation-summary ul{margin:0;padding-left:var(--motif-spacing-xl, 1.5rem)}.validation-summary ul.validation-list-2col{columns:2;column-gap:2rem}.validation-summary li{margin-bottom:var(--motif-spacing-xs, .25rem);color:#da291c}.validation-dialog{--modal-desktop-sm-width: 32rem}motif-table .ag-body-viewport{min-height:44px!important}motif-table .ag-layout-auto-height .ag-center-cols-viewport,motif-table .ag-layout-auto-height .ag-center-cols-container,motif-table .ag-layout-auto-height .ag-body-viewport{min-height:44px!important}.ag-theme-motif .ag-layout-auto-height .ag-center-cols-container,.ag-theme-motif .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-motif .ag-layout-print .ag-center-cols-container,.ag-theme-motif .ag-layout-print .ag-center-cols-viewport{min-height:0!important}motif-table .ag-root-wrapper{--ag-row-border-color: var(--motif-neutral-700, #444) !important;--ag-border-color: var(--motif-neutral-700, #444) !important;--ag-data-background-color: transparent;--ag-background-color: transparent}motif-table .ag-row{border-bottom:1px solid var(--motif-neutral-700, #444)!important}motif-table .ag-header-row{height:2.5rem!important}motif-table .ag-header-cell{height:2.5rem!important}motif-table .ag-body-viewport{border-bottom:none!important}motif-table .ag-row-last{border-bottom:none!important}@media(max-width:768px){.submit-page{padding:var(--motif-spacing-lg, 1rem)}.submit-header{padding:var(--motif-spacing-md, .75rem) var(--motif-spacing-lg, 1rem)}.intake-form{gap:var(--motif-spacing-xl, 1.5rem)}.form-section{padding:var(--motif-spacing-lg, 1rem)}.form-actions{flex-direction:column;align-items:stretch}}motif-search{--input-label-outside-gap: var(--motif-spacing-md, .75rem) !important;--input-support-helper-text-color: #da291c !important}.user-search-dropdown-hidden .motif-search-results,.user-search-dropdown-hidden .motif-dropdown-content,.user-search-dropdown-hidden motif-portal{display:none!important}.user-search-wrapper motif-form-label{display:none}.user-search-wrapper .motif-form-control{gap:0}.field-label{display:block;margin-bottom:.5rem;font-size:var(--font-size-14, .875rem);font-weight:var(--font-weight-light, 300)!important;font-family:EYInterstate!important;color:inherit}.field-required-asterisk{color:#ff6200;font-weight:400;margin-left:1px}.saving-dialog-modal{z-index:9999;--modal-size-sm: 20rem;--modal-body-section-divider-border-width: 0}.saving-dialog-modal .modal-wrapper .modal.full-width{width:100%}.saving-dialog-body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--motif-spacing-xl) var(--motif-spacing-lg);gap:var(--motif-spacing-md)}.saving-dialog-message{margin:0;font-size:var(--motif-font-size-md, 14px);font-weight:500;color:#fff!important}.page-content{margin-top:var(--motif-spacing-lg)}.submit-fullpage-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000;z-index:9999}.submit-loader-squares{display:flex;gap:12px;align-items:center}.submit-loader-square{width:18px;height:18px;background:#fff;border-radius:2px;animation:squareBounce .9s ease-in-out infinite}.submit-loader-square:nth-child(1){animation-delay:0s}.submit-loader-square:nth-child(2){animation-delay:.2s}.submit-loader-square:nth-child(3){animation-delay:.4s}.submissions-container{width:100%}.page-container{padding:var(--motif-spacing-xl)}.review-dashboard{display:flex;flex-direction:column;gap:var(--motif-spacing-lg)}.review-dashboard .submit-fullpage-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000;z-index:9999}.review-dashboard .submit-loader-squares{display:flex;gap:12px;align-items:center}.review-dashboard .submit-loader-square{width:18px;height:18px;background:#fff;border-radius:2px;animation:squareBounce .9s ease-in-out infinite}.review-dashboard .submit-loader-square:nth-child(1){animation-delay:0s}.review-dashboard .submit-loader-square:nth-child(2){animation-delay:.2s}.review-dashboard .submit-loader-square:nth-child(3){animation-delay:.4s}@keyframes squareBounce{0%,60%,to{transform:translate(0);opacity:.3}30%{transform:translate(10px);opacity:1}}.review-dashboard motif-progress-indicator-step{text-align:center}.review-dashboard motif-progress-indicator-step[status=completed]{--progress-indicator-step-completed-icon-color: #4caf50;--progress-indicator-step-completed-bg-color: #1b2e1b}.review-dashboard motif-progress-indicator-step.active-tab{--progress-indicator-header-active-text-color: #FFE600;--progress-indicator-header-completed-text-color: #FFE600;--progress-indicator-header-text-color: #FFE600}.requests-header{display:flex;justify-content:flex-end}.filter-controls{display:flex;gap:var(--motif-spacing-md);flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;width:100%}.filter-control{flex:1 1 14rem;max-width:16rem}.filter-control-search{flex-basis:20rem;max-width:24rem}.search-input,.status-filter,.form-group select,.form-group textarea{width:100%;padding:.5rem;border:1px solid var(--motif-neutral-300, #d0d0d0);border-radius:4px}.form-group input:not(.motif-base-input){width:100%;padding:.5rem;border:1px solid var(--motif-neutral-300, #d0d0d0);border-radius:4px}.dashboard-tabs,.workflow-tabs,.stage-actions{display:flex;gap:var(--motif-spacing-sm);flex-wrap:wrap;justify-content:flex-end;margin-top:var(--motif-spacing-lg, 1.5rem)}.scope-layout,.identification-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(18rem,1fr);gap:var(--motif-spacing-lg);align-items:start}.scope-left,.scope-right,.request-details-view{display:flex;flex-direction:column;gap:var(--motif-spacing-lg)}.request-details-columns{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(18rem,1fr);gap:var(--motif-spacing-lg);align-items:start}.request-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--motif-spacing-sm);padding-bottom:var(--motif-spacing-md);border-bottom:1px solid var(--motif-neutral-200, #e6e6e6)}.request-panel-header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--motif-spacing-sm)}.request-panel-header h4{margin:0;font-size:1.05rem;color:var(--motif-neutral-900, #1a1a1a)}.request-panel-eyebrow{margin:0 0 .35rem;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffe600!important}.accent-overview,.accent-documents{padding:var(--motif-spacing-sm, .5rem) var(--motif-spacing-md, .75rem)}.accent-overview .request-panel-eyebrow,.accent-documents .request-panel-eyebrow,.accent-overview h4,.accent-documents h4{color:#ffe600}.request-panel-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.25rem .75rem;border-radius:999px;background:var(--motif-neutral-100, #f2f2f2);color:var(--motif-neutral-700, #444);font-size:.8rem;font-weight:600;white-space:nowrap}.detail-section{display:flex;flex-direction:column;min-height:100%;padding:var(--motif-spacing-lg);background:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-200, #e6e6e6);border-radius:var(--motif-border-radius-lg, 16px);box-shadow:0 18px 32px #11182714}.form-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--motif-spacing-md)}.documents-section,.security-requirements-table,.cso-review-field,.team-members-container{display:flex;flex-direction:column;gap:var(--motif-spacing-md)}.documents-card-list{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:var(--motif-spacing-sm, .5rem);padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--motif-neutral-500, #737373) var(--motif-neutral-200, #e5e5e5)}.documents-card-list::-webkit-scrollbar{width:6px}.documents-card-list::-webkit-scrollbar-track{background:var(--motif-neutral-200, #e5e5e5);border-radius:3px}.documents-card-list::-webkit-scrollbar-thumb{background:var(--motif-neutral-500, #737373);border-radius:3px}.documents-card-list::-webkit-scrollbar-thumb:hover{background:var(--motif-neutral-600, #525252)}.attachment-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:var(--motif-spacing-sm);align-items:end;padding:1rem;background:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-200, #e6e6e6);border-radius:var(--motif-border-radius-md, 12px)}.attachment-upload-row{display:flex;flex-direction:column;gap:var(--motif-spacing-sm, .5rem);padding:.25rem 0}.cso-review-action,.action-buttons,.notify-cso-wrapper{display:flex;gap:var(--motif-spacing-sm);flex-wrap:wrap}.notify-cso-wrapper{margin-top:var(--motif-spacing-md, 1rem)}.documents-summary{color:var(--motif-neutral-600, #555555);font-size:.9rem;font-weight:600}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--motif-spacing-md);margin-top:1rem}.detail-item{display:flex;flex-direction:column;gap:.45rem;min-height:100%;padding:.9rem 1rem;background:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-200, #e6e6e6);border-radius:var(--motif-border-radius-md, 12px)}.detail-item.full-width{grid-column:1 / -1}.detail-label{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--motif-neutral-500, #666)}.detail-value{color:var(--motif-neutral-900, #1a1a1a);font-size:.98rem;line-height:1.45}.detail-value *{font-size:inherit!important;font-family:inherit!important;line-height:inherit!important;color:inherit!important}.detail-name-email{display:flex;flex-direction:column;gap:2px}.detail-name{font-size:.98rem;font-weight:500}.detail-email{font-size:.82rem;color:var(--motif-neutral-500, #666)}.detail-list{display:flex;flex-direction:column;gap:var(--motif-spacing-md)}.list-item{display:grid;grid-template-columns:auto 1fr;gap:var(--motif-spacing-sm);align-items:start;padding:.5rem;background:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-200, #e6e6e6);border-radius:var(--motif-border-radius-md, 12px)}.list-icon{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;border-radius:var(--motif-border-radius-md, 12px);background:var(--motif-neutral-900, #000000);color:var(--motif-neutral-0, #ffffff);font-size:.75rem;font-weight:700;letter-spacing:.08em}.attachment-details{display:flex;flex-direction:column;gap:.35rem}.attachment-group{display:flex;flex-direction:column;gap:.25rem;position:relative}.attachment-group-loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffc;z-index:10;border-radius:var(--motif-border-radius-md, 12px)}.attachment-group-title{font-size:.9rem;font-weight:700;color:var(--motif-neutral-900, #1a1a1a);padding:.5rem 0 .25rem}.attachment-type{font-size:.9rem;font-weight:700;color:var(--motif-neutral-900, #1a1a1a)}.attachment-filename{font-size:.92rem;color:var(--motif-neutral-600, #555);word-break:break-word}.no-data{display:block;padding:1rem;background:var(--motif-neutral-0, #ffffff);border:1px dashed var(--motif-neutral-300, #d0d0d0);border-radius:var(--motif-border-radius-md, 12px);color:var(--motif-neutral-500, #666)}.location-table .ag-cell,.location-table .ag-header-cell{padding-left:1rem!important;padding-right:1rem!important}.security-requirements-table .ag-cell,.security-requirements-table .ag-header-cell{padding-left:.5rem!important;padding-right:.5rem!important}.security-requirements-table .ag-body-viewport{min-height:100px!important}.security-requirements-table .ag-root-wrapper{--ag-data-background-color: transparent;--ag-background-color: transparent}.clearance-table .ag-cell,.clearance-table .ag-header-cell{padding-left:1.5rem!important;padding-right:1rem!important}.clearance-table input::placeholder,.clearance-table select option[value=""]{color:#a0a0a0!important}.clearance-table .ag-cell #user-search{min-height:2.6rem!important;height:2.6rem!important;background-color:#2e2e38}.clearance-table .clear-button-container{height:2.6rem!important}.clearance-table .clear-button-container .motif-button--ghost:hover:not([disabled]){background-color:transparent!important}.inspection-table .ag-cell,.inspection-table .ag-header-cell{padding-left:.5rem!important;padding-right:.5rem!important}.inspection-table .ag-body-viewport{min-height:100px!important}.inspection-table .ag-root-wrapper{--ag-data-background-color: transparent;--ag-background-color: transparent}.review-dashboard table{width:100%;border-collapse:collapse}.review-dashboard th,.review-dashboard td{border-bottom:1px solid var(--motif-neutral-200, #e6e6e6);padding:.5rem;text-align:left;vertical-align:top}.stage-content{display:flex;flex-direction:column;gap:var(--motif-spacing-lg, 1.5rem)}.form-section{border:1px solid var(--motif-neutral-200, #e6e6e6);border-radius:8px;padding:var(--motif-spacing-md)}.section-header{display:flex;justify-content:space-between;align-items:center;gap:var(--motif-spacing-sm);margin-bottom:var(--motif-spacing-sm)}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:var(--motif-spacing-sm);padding:var(--motif-spacing-lg, 1rem) var(--motif-spacing-xl, 1.5rem);background:var(--hero-banner-bg, var(--motif-neutral-900));border:1px solid var(--motif-neutral-200);border-left:4px solid var(--brand-color-primary, var(--motif-info-color));border-radius:10px}.dashboard-header-left{display:flex;align-items:center;gap:var(--motif-spacing-md, .75rem)}.dashboard-header-center{display:flex;align-items:center;flex-wrap:wrap;gap:var(--motif-spacing-sm)}.dashboard-header-right{display:flex;align-items:center}.dashboard-header .submit-title{font-size:var(--motif-h4-font-size, 1.5rem);font-family:EYInterstate!important}.dashboard-header .label{font-weight:600;color:var(--hero-title-color, var(--motif-neutral-0))}.dashboard-header .value{color:var(--hero-title-color, var(--motif-neutral-0))}.type-badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:1.9rem;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:700;line-height:1}.type-rfp,.type-federal,.status-completed{background:var(--motif-neutral-900, #171717);color:var(--motif-neutral-0, #ffffff)}.type-contract-review,.type-provincial,.status-in-review{background:var(--motif-neutral-100, #f5f5f5);color:var(--motif-neutral-900, #171717);border:1px solid var(--motif-neutral-300, #d0d0d0)}.type-other,.status-pending,.status-under-review,.status-under-inspection{background:var(--motif-neutral-200, #e6e6e6);color:var(--motif-neutral-900, #171717)}.no-selection{margin:0;padding:var(--motif-spacing-lg);background:var(--motif-neutral-0, #ffffff);border:1px dashed var(--motif-neutral-300, #d0d0d0);border-radius:var(--motif-border-radius-md, 12px);color:var(--motif-neutral-600, #555555)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.primary-button,.secondary-button,.review-button,.dashboard-tab,.workflow-tab,.notify-team-button,.return-button,.success-button,.add-location-btn,.add-team-member-button,.review-complete-button{border:1px solid var(--motif-neutral-300, #d0d0d0);background:var(--motif-neutral-0, #fff);padding:0;border-radius:4px;cursor:pointer}.add-location-btn{--button-secondary-bg-color: #ffe600;--button-secondary-text-color: #1a1a24;--button-secondary-hover-bg-color: #e6cf00;--button-secondary-hover-text-color: #1a1a24;--button-secondary-focus-bg-color: #e6cf00;--button-secondary-active-bg-color: #ccb800;--icon-colors-default-primary: #1a1a24;--icon-colors-default-secondary: #1a1a24;--icon-colors-hover-primary: #1a1a24;--icon-colors-hover-secondary: #1a1a24;--icon-colors-active-primary: #1a1a24;--icon-colors-active-secondary: #1a1a24;--icon-colors-focus-primary: #1a1a24;--icon-colors-focus-secondary: #1a1a24;background:#ffe600;border:none;color:#1a1a24}.back-button{padding:0;margin-left:auto;--button-secondary-bg-color: #ffe600;--button-secondary-text-color: #1a1a24;--button-secondary-hover-bg-color: #e6cf00;--button-secondary-hover-text-color: #1a1a24;--button-secondary-focus-bg-color: #e6cf00;--button-secondary-focus-text-color: #1a1a24;--button-secondary-active-bg-color: #ccb800;--button-secondary-active-text-color: #1a1a24;--icon-colors-default-primary: #1a1a24}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--motif-neutral-200, #e6e6e6);width:100%}.modal-body{padding:1rem;display:grid;gap:.75rem}.modal-body [role=textbox][contenteditable]{background:transparent!important;color:inherit!important;border:1px solid var(--motif-neutral-300, #d0d0d0)!important;border-radius:4px!important;font-family:EYInterstate,Arial,sans-serif!important;font-size:var(--font-size-14, .875rem)!important}motif-modal{--modal-body-max-height: 70vh;--modal-body-overflow-y: auto;scrollbar-width:thin;scrollbar-color:var(--motif-neutral-500, #737373) var(--motif-neutral-200, #e5e5e5)}motif-modal::-webkit-scrollbar{width:6px}motif-modal::-webkit-scrollbar-track{background:var(--motif-neutral-200, #e5e5e5);border-radius:3px}motif-modal::-webkit-scrollbar-thumb{background:var(--motif-neutral-500, #737373);border-radius:3px}motif-modal::-webkit-scrollbar-thumb:hover{background:var(--motif-neutral-600, #525252)}.table-scroll-wrapper{overflow-x:auto}.requests-data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}.requests-data-table thead tr{background:var(--motif-neutral-100, #f5f5f5)}.requests-data-table th{padding:.65rem .85rem;text-align:left;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--motif-neutral-600, #525252);border-bottom:2px solid var(--motif-neutral-200, #e5e5e5);white-space:nowrap;-webkit-user-select:none;user-select:none}.requests-data-table th.col-sortable{cursor:pointer}.requests-data-table th.col-sortable:hover{background:var(--motif-neutral-200, #e5e5e5)}.requests-data-table td{padding:.65rem .85rem;vertical-align:middle;border-bottom:1px solid var(--motif-neutral-200, #e5e5e5);color:var(--motif-neutral-900, #171717)}.requests-data-table tbody tr:hover{background:var(--motif-neutral-50, #fafafa)}.sort-icon{display:inline-block;margin-left:4px;font-size:.75rem;vertical-align:middle}.sort-icon--inactive{color:var(--motif-neutral-400, #a3a3a3)}.sort-icon--active{color:var(--motif-neutral-900, #171717)}.cell-id{font-size:.78rem;color:var(--motif-neutral-500, #737373);font-family:EYInterstate!important;white-space:nowrap;font-size:.82rem}.cell-empty{color:var(--motif-neutral-400, #a3a3a3)}.cell-empty-state{text-align:center;padding:2rem!important;color:var(--motif-neutral-500, #737373)}.stage-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:4px;background:var(--motif-neutral-100, #f5f5f5);color:var(--motif-neutral-700, #404040);font-size:.75rem;font-weight:600;white-space:nowrap;border:1px solid var(--motif-neutral-200, #e5e5e5)}.pagination-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--motif-spacing-sm, .5rem);padding:var(--motif-spacing-md, .75rem) .25rem 0;border-top:1px solid var(--motif-neutral-200, #e5e5e5)}.pagination-info{font-size:.82rem;color:var(--motif-neutral-500, #737373);min-width:8rem}.pagination-controls{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.pagination-ellipsis{padding:0 .25rem;color:var(--motif-neutral-400, #a3a3a3)}.pagination-page-size{min-width:8rem;max-width:10rem}@media(max-width:768px){.filter-control,.filter-control-search{flex-basis:100%;max-width:100%}.scope-layout,.identification-grid,.request-details-columns,.details-grid,.form-fields-grid,.attachment-row{grid-template-columns:1fr}.request-panel-header,.request-panel-header-actions,.pagination-bar{flex-direction:column;align-items:flex-start}}.tab-toolbar-row{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--motif-spacing-md, 1rem);flex-wrap:nowrap}.tab-toolbar-row>motif-tab-navigation{flex:0 1 auto;min-width:0}.requests-section--spaced{margin-top:var(--motif-spacing-lg, .5rem)}.table-toolbar{display:flex;align-items:flex-end;justify-content:flex-end;gap:var(--motif-spacing-md, 1rem);flex-shrink:0;flex-wrap:nowrap}.table-toolbar__filters{display:flex;align-items:flex-end;gap:var(--motif-spacing-sm, .5rem)}.table-toolbar__filters motif-select{min-width:10rem;--input-height: 2rem}.table-toolbar__filters motif-button{white-space:nowrap}.table-toolbar__search{display:flex;align-items:flex-end;gap:var(--motif-spacing-md, 1rem);flex-shrink:0;min-width:24rem}.table-toolbar__search .motif-form-label,.table-toolbar__filter .motif-form-label{display:none}.table-toolbar__search .motif-form-control,.table-toolbar__filter .motif-form-control{--input-label-outside-gap: 0 !important}.table-toolbar__search>div{width:100%}.table-toolbar__filter{flex-shrink:0}.table-toolbar__filter motif-select{width:14rem}.requests-table .ag-header-cell-text{white-space:normal;line-height:1.3}.ag-theme-motif .ag-header-cell-text{font-size:1rem}.ag-theme-motif .ag-row input,.ag-theme-motif .ag-row select{font-weight:100}.ag-theme-motif .ag-row .ag-cell{font-size:.875rem}.ag-theme-motif .ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-motif .ag-ltr .ag-cell-range-single-cell,.ag-theme-motif .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-motif .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-motif .ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-theme-motif .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-theme-motif .ag-rtl .ag-cell-range-single-cell,.ag-theme-motif .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-motif .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-motif .ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group{border-color:transparent}.requests-table motif-table .ag-body-viewport{min-height:44px!important}.requests-table motif-table .ag-layout-auto-height .ag-center-cols-viewport,.requests-table motif-table .ag-layout-auto-height .ag-center-cols-container,.requests-table motif-table .ag-layout-auto-height .ag-body-viewport{min-height:44px!important}.ag-theme-motif .ag-layout-auto-height .ag-center-cols-container,.ag-theme-motif .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-motif .ag-layout-print .ag-center-cols-container,.ag-theme-motif .ag-layout-print .ag-center-cols-viewport{min-height:44px!important}.requests-table motif-table .ag-root-wrapper{--ag-row-border-color: var(--motif-neutral-700, #444) !important;--ag-border-color: var(--motif-neutral-700, #444) !important}.requests-table motif-table .ag-row{border-bottom:1px solid var(--motif-neutral-700, #444)!important}.requests-table motif-table .ag-header-row{height:100%!important}.requests-table motif-table .ag-header-cell{height:100%!important;padding:0 .75rem!important}.requests-table motif-table .ag-body-viewport{border-bottom:none!important}.requests-table motif-table .ag-row-last{border-bottom:none!important}.requests-table motif-table .ag-theme-motif .ag-ltr .ag-cell{padding:0 .75rem!important;font-family:EYInterstate!important}.requests-table motif-table .ag-theme-motif .ag-header-cell-label{justify-content:space-between!important}.requests-table motif-button[shape=icon]{--button-bg-color: transparent;--button-hover-bg-color: transparent;--button-active-bg-color: transparent;--button-border-color: transparent;--button-hover-border-color: transparent}.requests-table motif-button[shape=icon] motif-icon{--icon-icon-color: var(--motif-neutral-0, #ffffff)}.ag-popup .ag-filter{background-color:var(--motif-neutral-900, #1a1a1a);color:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-700, #404040)}.ag-popup .ag-filter .ag-input-field-input,.ag-popup .ag-filter .ag-picker-field-wrapper{background-color:var(--motif-neutral-800, #2a2a2a);color:var(--motif-neutral-0, #ffffff);border-color:var(--motif-neutral-600, #525252)}.ag-popup .ag-filter .ag-filter-apply-panel button{background-color:var(--motif-neutral-700, #404040);color:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-600, #525252)}.ag-popup .ag-filter label,.ag-popup .ag-filter .ag-filter-condition{color:var(--motif-neutral-100, #f5f5f5)}.ag-popup .ag-filter .ag-mini-filter .ag-input-field-input{background-color:var(--motif-neutral-800, #2a2a2a);color:var(--motif-neutral-0, #ffffff);border-color:var(--motif-neutral-600, #525252)}.ag-popup .ag-filter .ag-set-filter-list .ag-virtual-list-item{color:var(--motif-neutral-0, #ffffff)}.ag-popup .ag-select-list{background-color:var(--motif-neutral-900, #1a1a1a);color:var(--motif-neutral-0, #ffffff);border:1px solid var(--motif-neutral-700, #404040)}.ag-popup .ag-select-list .ag-select-list-item{color:var(--motif-neutral-0, #ffffff)}.ag-popup .ag-select-list .ag-select-list-item:hover{background-color:var(--motif-neutral-700, #404040)}.requests-table .ag-paging-panel .ag-picker-field-wrapper{background-color:var(--motif-neutral-800, #2a2a2a);color:var(--motif-neutral-0, #ffffff);border-color:var(--motif-neutral-600, #525252)}.review-dashboard p,.requests-list p{font-family:EYInterstate!important;font-weight:inherit;font-size:inherit;color:inherit}.review-dashboard h3,.review-dashboard h4,.requests-list h3,.requests-list h4{font-family:EYInterstate!important;font-weight:inherit;font-size:inherit;color:inherit;margin:0}.pending-delete-row{border-right:3px solid #ef4444!important;pointer-events:none}.pending-delete-row .ag-cell{color:#747480!important}.pending-delete-row .ag-cell select{pointer-events:none}.pending-delete-row .ag-cell:last-child{pointer-events:auto}#privateModeText{display:none}html,body,#root{margin:0;padding:0;width:100%;min-height:100vh;font-family:EYInterstate!important}input,textarea,select,button{font-family:EYInterstate!important}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;width:100%;max-width:87rem;margin:0 auto}.home-page__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;pointer-events:none;z-index:0}.app-header-right{display:flex;align-items:center;gap:var(--motif-spacing-sm)}.home-page{display:flex;flex-direction:column;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;background:url(./images/home/hero-bg.jpg) center / cover no-repeat;background-attachment:fixed}.sectionBlockLayout{display:none!important}
