:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171717;background:#f6f6f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.center-page,.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-shell{background:#f4f1ed}.login-card{width:min(100%,430px);background:#fff;padding:32px;border:1px solid #e3dfd9;border-radius:20px;box-shadow:0 16px 40px #00000014}.logo{max-width:250px;width:80%;height:auto;object-fit:contain;margin-bottom:24px}h1,h2,p{margin-top:0}h1{font-size:1.7rem;margin-bottom:6px}h2{font-size:1.15rem;margin-bottom:0}.muted{color:#696969}.stack{display:grid;gap:16px;margin-top:24px}label{display:grid;gap:7px;font-size:.88rem;font-weight:650;color:#333}input,select,textarea{width:100%;border:1px solid #cfcac4;border-radius:10px;padding:11px 12px;background:#fff;color:#171717;outline:none}input:focus,select:focus,textarea:focus{border-color:#333;box-shadow:0 0 0 3px #00000012}.primary,.secondary,.icon-btn,.nav-item,.quick-card,.link-btn{border:0}.primary{background:#171717;color:#fff;border-radius:10px;padding:11px 16px;font-weight:750}.primary:hover{background:#333}.secondary{background:#fff;border:1px solid #cbc6c0;color:#222;border-radius:10px;padding:10px 14px;font-weight:700}.small{padding:8px 11px;font-size:.82rem}.full{width:100%}.error,.notice{border-radius:10px;padding:11px 13px;font-size:.9rem}.error{background:#fff0ef;color:#8a251c;border:1px solid #f1c1bc}.notice{background:#f0f4f0;border:1px solid #cbd7cb;margin:0 0 18px}.app-shell{min-height:100vh}.topbar{height:72px;display:flex;align-items:center;gap:14px;padding:10px 18px;background:#fff;border-bottom:1px solid #e5e2df;position:sticky;top:0;z-index:10}.header-logo{width:124px;height:48px;object-fit:contain;object-position:left center}.header-title{display:flex;flex-direction:column;flex:1;font-size:.9rem}.header-title span{color:#777;font-size:.76rem}.icon-btn{width:40px;height:40px;border-radius:10px;background:transparent;display:grid;place-items:center}.icon-btn:hover{background:#f0efed}.layout{min-height:calc(100vh - 72px)}.sidebar{position:fixed;left:0;top:72px;bottom:0;width:220px;padding:18px 12px;background:#fff;border-right:1px solid #e5e2df;display:flex;flex-direction:column;gap:6px}.nav-item{display:flex;align-items:center;gap:10px;text-align:left;background:transparent;padding:11px 12px;border-radius:10px;color:#3a3a3a;font-weight:650}.nav-item:hover,.nav-item.active{background:#f0efed;color:#111}.content{margin-left:220px;padding:26px;max-width:1180px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.page-head h1{margin-bottom:2px;font-size:1.55rem}.page-head p{color:#707070;margin:0;font-size:.9rem}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}.quick-card{min-height:88px;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e1ddda;border-radius:14px;padding:16px;text-align:left;color:#222}.quick-card:hover{border-color:#aaa49d;box-shadow:0 4px 16px #0000000d}.quick-card svg{width:22px}.quick-card span{display:grid;gap:3px}.quick-card small{color:#747474}.panel{background:#fff;border:1px solid #e2dfdc;border-radius:16px;overflow:hidden}.panel-title{display:flex;gap:10px;align-items:center;padding:17px 18px;border-bottom:1px solid #ece9e6}.count{min-width:25px;height:25px;display:grid;place-items:center;border-radius:999px;background:#eceae7;font-size:.76rem;font-weight:700}.empty{padding:32px 18px;color:#757575;text-align:center}.queue-list{display:grid}.queue-card{display:grid;grid-template-columns:84px 1fr auto;gap:15px;padding:16px 18px;border-bottom:1px solid #ece9e6;align-items:center}.queue-card:last-child{border-bottom:0}.queue-time{font-weight:800}.name-line{display:flex;gap:7px;align-items:baseline}.name-line span,.meta,.next{color:#696969;font-size:.86rem}.meta{margin-top:3px}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chip{border-radius:999px;background:#f0efed;padding:4px 8px;font-size:.72rem;font-weight:700}.next{margin-top:7px;font-weight:650}.queue-actions{display:flex;gap:8px}.mobile-only{display:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0000006b;display:grid;place-items:center;padding:18px}.modal{position:relative;width:min(760px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:24px;box-shadow:0 24px 70px #0000003d}.modal-close{position:absolute;top:14px;right:14px;border:0;background:#f1efed;border-radius:10px;width:38px;height:38px;display:grid;place-items:center}.modal-head{padding-right:44px;margin-bottom:20px}.modal-head p{color:#6f6f6f;margin:5px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.span-2{grid-column:span 2}.checkbox-row{grid-template-columns:auto 1fr;align-items:center;background:#f7f6f4;border-radius:10px;padding:12px}.checkbox-row input{width:auto}.form-actions{display:flex;justify-content:flex-end;padding-top:6px}.member-search-box{background:#f7f6f4;border-radius:12px;padding:14px;margin-bottom:16px}.duplicate-warning{border:1px solid #d7b26d;background:#fff8e8;border-radius:12px;padding:14px;margin:0 0 16px}.duplicate-warning p{margin:4px 0 12px;color:#665b49;font-size:.88rem}.duplicate-list{display:grid;gap:8px;margin-bottom:10px}.duplicate-row{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#fff;border:1px solid #ead8b6;border-radius:10px;padding:10px}.duplicate-row span{min-width:0}.duplicate-row small{display:block;color:#766b59;margin-top:2px}.warning-action{border:0;background:transparent;color:#7a4d00;text-decoration:underline;font-weight:700;padding:4px 0;cursor:pointer}.search-row{display:grid;grid-template-columns:1fr auto;gap:8px}.search-results{display:grid;gap:5px;margin-top:8px}.search-results button{border:1px solid #ddd9d4;background:#fff;border-radius:9px;padding:9px 10px;display:flex;justify-content:space-between;gap:12px;text-align:left}.search-results small,.selected-member small,.member-row small,.success-box small{color:#747474;display:block}.selected-member{display:flex;justify-content:space-between;align-items:center;border:1px solid #d7d2cc;background:#fff;padding:12px;border-radius:12px;margin-bottom:16px}.link-btn{background:transparent;color:#333;text-decoration:underline}.member-list{display:grid;margin-top:16px}.member-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #ece9e6}.success-box{display:flex;align-items:center;gap:12px;padding:14px;background:#f0f5f0;border:1px solid #cbd9cb;border-radius:12px;margin-bottom:16px}@media(max-width:760px){.duplicate-row{align-items:flex-start;flex-direction:column}.mobile-only{display:grid}.header-logo{width:96px}.sidebar{transform:translate(-102%);transition:.18s ease;z-index:20;box-shadow:12px 0 30px #0000001a}.sidebar.show{transform:translate(0)}.content{margin-left:0;padding:18px 14px}.quick-grid{grid-template-columns:1fr}.queue-card{grid-template-columns:64px 1fr}.queue-actions{grid-column:1 / -1;justify-content:flex-end}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.modal{padding:20px 16px}.login-card{padding:26px 20px}}.modal-wide{width:min(1040px,100%)}.intake-loading{padding:42px 10px;text-align:center;color:#6c6c6c}.intake-shell{display:grid;gap:18px}.intake-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-right:42px}.intake-header h2{font-size:1.5rem;margin:2px 0 4px}.intake-header p{color:#737373;margin:0;font-size:.9rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800;color:#6a6a6a}.intake-header .secondary{display:flex;align-items:center;gap:7px;white-space:nowrap}.intake-progress{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.progress-step{border:0;background:#f3f1ef;border-radius:10px;padding:9px 8px;display:flex;align-items:center;gap:7px;min-width:0;color:#6f6f6f;text-align:left}.progress-step span{width:23px;height:23px;border-radius:999px;background:#ddd9d4;display:grid;place-items:center;font-size:.72rem;font-weight:800;flex:none}.progress-step small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem}.progress-step.current{background:#171717;color:#fff}.progress-step.current span{background:#fff;color:#171717}.progress-step.done{background:#e9eee9;color:#2e4631}.progress-step.done span{background:#cfdccf;color:#233526}.intake-section{border:1px solid #e2dfdc;border-radius:15px;overflow:hidden}.section-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;padding:16px 18px;background:#f7f6f4;border-bottom:1px solid #e7e3df}.section-heading span{font-size:.76rem;color:#737373}.section-heading h3{margin:2px 0 0;font-size:1.15rem}.required-note{white-space:nowrap}.question-grid{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:17px 18px}.question{margin:0;min-width:0}.question.span-all{grid-column:1 / -1}.question fieldset{border:0}.question legend,.question label{font-size:.9rem;font-weight:700;color:#333}.required-star{color:#7a2c24}.help{color:#777;font-weight:400;font-size:.76rem;line-height:1.35;margin-top:5px;display:block}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:9px}.choice{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:8px!important;border:1px solid #d7d2cc;border-radius:10px;padding:10px 11px;font-weight:550!important;background:#fff}.choice.selected{border-color:#5e5a55;background:#f2f0ed}.choice input{width:auto;margin-top:2px;flex:none}.yes-no{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.yes-no button{border:1px solid #d0cbc5;background:#fff;border-radius:9px;padding:10px;font-weight:700}.yes-no button.selected{background:#171717;color:#fff;border-color:#171717}.intake-message{margin:0}.save-message{display:flex;align-items:center;gap:7px;color:#35563a;font-size:.86rem;font-weight:700}.intake-actions{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #ebe8e5;padding-top:16px}.intake-actions button{display:flex;align-items:center;gap:8px}@media(max-width:900px){.intake-progress{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.intake-header{padding-right:34px}.intake-progress{grid-template-columns:1fr 1fr}.question-grid{grid-template-columns:1fr;padding:14px}.question.span-all{grid-column:auto}.choice-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start}.intake-actions{position:sticky;bottom:-20px;background:#fff;padding:12px 0 2px}.intake-actions .primary,.intake-actions .secondary{flex:1;justify-content:center}}.completed-label{display:inline-flex;align-items:center;gap:6px;color:#3d5b42;font-size:.82rem;font-weight:750;padding:7px 9px;background:#edf3ed;border-radius:9px}.service-shell{display:grid;gap:18px}.service-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.service-summary>div{border:1px solid #e2dfdc;border-radius:12px;padding:12px 14px;display:grid;gap:3px}.service-summary span{color:#777;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:750}.service-summary strong{font-size:.9rem}.service-form{display:grid;gap:16px}.service-form-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-bottom:1px solid #ebe8e5;padding-bottom:13px}.service-form-head h3{margin:0 0 3px}.service-form-head p{margin:0;color:#777;font-size:.84rem}.service-form-head .secondary{display:flex;align-items:center;gap:6px;white-space:nowrap}.service-rows{display:grid;gap:10px}.service-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(150px,1fr) 76px minmax(170px,1.4fr) 42px;gap:9px;align-items:end;border:1px solid #dfdbd7;border-radius:12px;padding:12px;background:#faf9f8}.service-row label{margin:0}.service-row select,.service-row input{background:#fff}.quantity-field input{text-align:center}.remove-service{width:42px;height:42px;border:0;border-radius:10px;background:#ece9e6;display:grid;place-items:center}.remove-service:disabled{opacity:.35;cursor:not-allowed}.service-complete-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid #ebe8e5;padding-top:16px}.service-complete-bar div{display:grid;gap:2px}.service-complete-bar small{color:#777}@media(max-width:900px){.service-row{grid-template-columns:1fr 1fr 74px 42px}.service-notes{grid-column:1 / -2}.service-summary{grid-template-columns:1fr}}@media(max-width:620px){.service-form-head,.service-complete-bar{align-items:stretch;flex-direction:column}.service-row{grid-template-columns:1fr 74px 42px}.service-row>label:first-child,.service-row>label:nth-child(2),.service-notes{grid-column:1 / -1}.quantity-field{grid-column:1 / 2}.remove-service{grid-column:3 / 4}.service-complete-bar .primary{width:100%}}.profile-name-btn{border:0;background:transparent;padding:0;display:flex;align-items:baseline;gap:7px;text-align:left;color:#171717}.profile-name-btn:hover strong{text-decoration:underline}.profile-name-btn span{color:#696969;font-size:.86rem}.member-row-main{border:0;background:transparent;padding:0;text-align:left;display:grid;gap:3px;flex:1}.member-row-main:hover strong{text-decoration:underline}.member-row-actions{display:flex;gap:7px}.profile-shell{display:grid;gap:18px}.profile-hero{display:grid;grid-template-columns:64px 1fr auto;gap:15px;align-items:center;padding-right:42px}.profile-avatar{width:64px;height:64px;border-radius:18px;background:#171717;color:#fff;display:grid;place-items:center;font-size:1.45rem;font-weight:850}.profile-title h2{font-size:1.55rem;margin:2px 0 3px}.profile-title p{margin:0;color:#717171;font-size:.88rem}.profile-title .chips{margin-top:8px}.profile-schedule{display:flex;align-items:center;gap:7px;white-space:nowrap}.profile-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.profile-stat-grid>div{border:1px solid #e2dfdc;border-radius:12px;padding:12px 14px;background:#faf9f8;display:grid;gap:3px}.profile-stat-grid span{color:#777;font-size:.72rem;text-transform:uppercase;letter-spacing:.045em;font-weight:750}.profile-stat-grid strong{font-size:1.25rem}.profile-tabs{display:flex;gap:6px;overflow:auto;padding-bottom:2px;border-bottom:1px solid #e7e3df}.profile-tabs button{border:0;background:transparent;padding:10px 12px;border-radius:9px 9px 0 0;font-weight:750;color:#676767;white-space:nowrap}.profile-tabs button.active{background:#f0efed;color:#171717}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-card{border:1px solid #e2dfdc;border-radius:14px;padding:16px;min-width:0}.full-card{width:100%}.profile-card-title{display:flex;align-items:center;gap:8px;margin-bottom:13px}.profile-card-title h3{margin:0;font-size:1rem}.profile-card-title .count{margin-left:auto}.detail-list{display:grid;gap:10px}.detail-list>div{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border-bottom:1px solid #eeeae7;padding-bottom:8px}.detail-list>div:last-child{border-bottom:0;padding-bottom:0}.detail-list span{color:#777;font-size:.8rem}.detail-list strong{font-size:.84rem;text-align:right;max-width:62%;word-break:break-word}.detail-list.compact{gap:8px}.profile-divider{height:1px;background:#ece8e5;margin:16px 0}.profile-empty{color:#777;font-size:.86rem;padding:9px 0}.timeline-list{display:grid;gap:9px}.timeline-item{border:1px solid #e5e1de;background:#faf9f8;border-radius:10px;padding:11px 12px;display:grid;gap:4px}.timeline-item strong{font-size:.88rem}.timeline-item span{color:#696969;font-size:.77rem}.timeline-item small{color:#777;line-height:1.35}.priority{justify-self:start;border-radius:999px;padding:3px 7px;font-weight:750;text-transform:capitalize}.priority.urgent{background:#fbe8e6;color:#8a2c23}.priority.high{background:#f8efe0;color:#755118}.priority.normal,.priority.low{background:#eceae7;color:#555}.history-table{display:grid}.history-row{display:grid;grid-template-columns:1fr auto;gap:8px 18px;padding:12px 0;border-bottom:1px solid #ece9e6}.history-row:last-child{border-bottom:0}.history-row>div{display:grid;gap:3px}.history-row>div:nth-child(2){text-align:right}.history-row strong{font-size:.9rem}.history-row span,.history-row small{color:#737373;font-size:.78rem}.history-row p{grid-column:1 / -1;margin:0;color:#646464;font-size:.82rem}.document-item,.communication-item{grid-template-columns:1fr}.document-item>div,.communication-item>div{display:grid;gap:3px}@media(max-width:760px){.profile-hero{grid-template-columns:54px 1fr;padding-right:34px;align-items:start}.profile-avatar{width:54px;height:54px;border-radius:15px}.profile-schedule{grid-column:1 / -1;width:100%;justify-content:center}.profile-stat-grid{grid-template-columns:1fr 1fr}.profile-grid{grid-template-columns:1fr}.member-row{align-items:flex-start;flex-direction:column}.member-row-actions{width:100%}.member-row-actions button{flex:1}.history-row{grid-template-columns:1fr}.history-row>div:nth-child(2){text-align:left}}.activity-item>div{display:grid;gap:3px}.activity-item>div>span{color:#666;font-size:.82rem;text-transform:capitalize}.activity-item small{color:#777;line-height:1.35}.followup-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:16px}.followup-stat-grid>div{background:#fff;border:1px solid #e2dfdc;border-radius:13px;padding:14px;display:grid;gap:5px}.followup-stat-grid span{color:#707070;font-size:.78rem}.followup-stat-grid strong{font-size:1.45rem}.followup-filters{display:flex;gap:12px;align-items:end;margin-bottom:16px}.followup-filters label{min-width:180px}.followup-list{display:grid}.followup-row{display:grid;grid-template-columns:1fr auto;gap:16px;padding:17px 18px;border-bottom:1px solid #ece9e6;align-items:center}.followup-row:last-child{border-bottom:0}.followup-main{min-width:0}.followup-topline{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:7px}.work-type,.followup-status{border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:800;background:#efedeb;text-transform:capitalize}.work-type.notice{background:#f3ecea}.work-type.referral{background:#edf1f3}.work-type.legal_document{background:#f1edf4}.followup-status{color:#666;font-weight:700}.followup-row h3{margin:7px 0 4px;font-size:1rem}.followup-row p{margin:0 0 7px;color:#555;font-size:.86rem;line-height:1.4}.followup-meta{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:8px;color:#777;font-size:.76rem}@media(max-width:900px){.followup-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.followup-stat-grid{grid-template-columns:1fr 1fr}.followup-filters{display:grid;grid-template-columns:1fr 1fr}.followup-filters label{min-width:0}.followup-row{grid-template-columns:1fr}.followup-row>.secondary{justify-self:start}}.followup-row.editing{align-items:start;background:#fcfbfa}.followup-actions{display:flex;gap:7px;align-items:center;justify-content:flex-end}.followup-editor{margin-top:14px;border-top:1px solid #e8e4e1;padding-top:14px;display:grid;gap:12px}.followup-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.followup-editor-grid label{margin:0}.followup-editor-grid .span-all{grid-column:1 / -1}.followup-editor textarea{resize:vertical;min-height:78px}.followup-editor-actions{display:flex;justify-content:flex-end;gap:8px}.followup-editor-actions button{display:flex;align-items:center;gap:6px}@media(max-width:900px){.followup-editor-grid{grid-template-columns:1fr 1fr}.followup-editor-grid .span-all{grid-column:1 / -1}}@media(max-width:760px){.followup-actions{justify-content:flex-start;width:100%}.followup-actions button{flex:1}.followup-editor-grid{grid-template-columns:1fr}.followup-editor-grid .span-all{grid-column:auto}.followup-editor-actions{display:grid;grid-template-columns:1fr 1fr}.followup-editor-actions button{justify-content:center}}.report-controls{display:flex;align-items:end;gap:8px;flex-wrap:wrap}.report-controls label{margin:0;min-width:170px}.report-controls button{display:flex;align-items:center;gap:6px;white-space:nowrap}.report-shell{display:grid;gap:16px}.report-title-row{display:flex;justify-content:space-between;gap:20px;align-items:end}.report-title-row h2{margin:2px 0 0;font-size:1.55rem}.report-title-row>span{color:#727272;font-size:.84rem}.report-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.report-stat-grid>div{background:#fff;border:1px solid #e2dfdc;border-radius:13px;padding:14px;display:grid;gap:5px}.report-stat-grid span{color:#707070;font-size:.74rem;text-transform:uppercase;letter-spacing:.035em;font-weight:750}.report-stat-grid strong{font-size:1.48rem}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.report-table{overflow:hidden}.report-table-body{overflow:auto}.report-table-row{display:grid;grid-template-columns:minmax(150px,1fr) repeat(3,minmax(70px,.35fr));gap:12px;padding:10px 0;border-bottom:1px solid #ece9e6;align-items:center}.report-table-row:last-child{border-bottom:0}.report-table-row.head{padding-top:0;color:#666;font-size:.75rem}.report-table-row span{font-size:.84rem}.report-table-row strong{font-size:.75rem;text-transform:uppercase;letter-spacing:.035em}.report-table-row>:not(:first-child){text-align:right}.report-table.embedded{margin-top:16px;border-top:1px solid #ece9e6;padding-top:16px}.report-table.embedded .panel-title{padding:0}.report-tgi{display:grid;gap:2px}.compact-report-stats{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:900px){.report-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-grid{grid-template-columns:1fr}}@media(max-width:620px){.report-controls{display:grid;grid-template-columns:1fr 1fr;width:100%}.report-controls label{grid-column:1 / -1;min-width:0}.report-controls button{justify-content:center}.report-title-row{display:grid;gap:4px}.report-stat-grid,.compact-report-stats{grid-template-columns:1fr 1fr}.report-table-row{min-width:520px}}.logo{max-width:180px;width:58%;display:block;margin:0 auto 22px}.header-logo{width:58px;height:58px;border-radius:50%;object-fit:contain}.topbar{height:78px}.sidebar{top:78px}.layout{min-height:calc(100vh - 78px)}.email-input-wrap{position:relative}.email-domain-menu{position:absolute;z-index:25;left:0;right:0;top:calc(100% + 4px);display:grid;background:#fff;border:1px solid #d7d2cc;border-radius:10px;box-shadow:0 10px 26px #0000001f;overflow:hidden}.email-domain-menu button{border:0;border-bottom:1px solid #ece9e6;background:#fff;padding:9px 11px;text-align:left;font-size:.86rem;color:#333}.email-domain-menu button:last-child{border-bottom:0}.email-domain-menu button:hover{background:#f4f2ef}.profile-avatar{overflow:hidden;position:relative}.profile-avatar-photo,.photo-preview-img{width:100%;height:100%;object-fit:cover;display:block}.profile-documents-stack{display:grid;gap:16px}.intake-media-tools{border-top:1px solid #e7e3df;background:#fbfaf9;padding:18px;display:grid;gap:14px}.media-card{background:#fff;border:1px solid #e2dfdc;border-radius:14px;padding:16px;display:grid;gap:14px}.compact-media-card{border-radius:12px}.media-card-title{display:flex;align-items:flex-start;gap:10px}.media-card-title svg{flex:none;margin-top:2px}.media-card-title h4{margin:0 0 3px;font-size:1rem}.media-card-title p{margin:0;color:#747474;font-size:.8rem;line-height:1.4}.photo-manager-body{display:grid;grid-template-columns:112px 1fr;gap:15px;align-items:center}.photo-preview{width:112px;height:112px;border-radius:18px;overflow:hidden;background:#171717;color:#fff;display:grid;place-items:center;font-size:2rem;font-weight:850}.photo-manager-actions{display:grid;gap:10px;align-items:start}.upload-label{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:max-content;cursor:pointer}.upload-label input{display:none}.upload-label.disabled{opacity:.5;cursor:not-allowed}.muted-small{color:#757575;font-size:.82rem}.compact-error{margin:0;padding:9px 11px;font-size:.82rem}.consent-strip{border:1px solid #ddd8d2;border-radius:11px;background:#faf9f8;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:12px}.consent-strip>div:first-child{display:flex;align-items:center;gap:8px;min-width:0}.consent-strip span{display:grid;gap:2px}.consent-strip small{color:#777;font-weight:500}.consent-actions{display:flex;gap:6px;flex:none}.document-entry-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:11px;border-top:1px solid #ece9e6;padding-top:14px}.document-entry-grid .file-field{grid-column:1 / -1}.file-field input[type=file]{padding:9px;background:#faf9f8}.file-field small{color:#777;font-weight:500}.document-save-row{display:flex;justify-content:flex-end}.document-list{display:grid;gap:8px;border-top:1px solid #ece9e6;padding-top:13px}.document-record{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e3dfdb;border-radius:11px;padding:11px 12px}.document-record>div:first-child{display:grid;gap:3px;min-width:0}.document-record small{color:#737373}.document-status{width:max-content;border-radius:999px;padding:3px 7px;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800;background:#efedea}.document-status.on_file{background:#edf3ed;color:#35563a}.document-status.needs_replacement{background:#fff4df;color:#745010}.document-status.not_available{background:#f1efed;color:#5d5752}.document-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.document-actions button{display:flex;align-items:center;gap:5px}@media(max-width:760px){.header-logo{width:48px;height:48px}.photo-manager-body{grid-template-columns:80px 1fr}.photo-preview{width:80px;height:80px;border-radius:14px}.consent-strip,.document-record{align-items:stretch;flex-direction:column}.consent-actions,.document-actions{justify-content:flex-start}.document-entry-grid{grid-template-columns:1fr}.document-entry-grid .file-field{grid-column:auto}.document-save-row{justify-content:stretch}.document-save-row .primary{width:100%}}.intake-progress{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.file-field{display:grid;gap:7px;font-size:.88rem;font-weight:650;color:#333}.file-field-label{font-weight:650}.file-choice-row{display:flex;gap:8px;flex-wrap:wrap}.file-choice-row .upload-label{width:auto}@media(max-width:760px){.intake-progress{grid-template-columns:1fr 1fr}.file-choice-row{flex-direction:column}.file-choice-row .upload-label{width:100%}}.profile-hero-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.profile-hero-actions button{display:inline-flex;align-items:center;gap:6px}.profile-action-panel{margin:0 0 14px;border:1px solid #ded9d4;border-radius:14px;padding:15px;background:#fff;display:grid;gap:12px}.profile-action-panel>div:first-child{display:grid;gap:3px}.profile-action-panel>div:first-child p{margin:0;color:#6f6f6f;font-size:.82rem;line-height:1.45}.profile-action-form{display:grid;gap:10px}.profile-action-buttons{display:flex;justify-content:flex-end;gap:8px}.alert-grid{grid-template-columns:1fr 1fr 1fr}.alert-grid .span-all{grid-column:1 / -1}.supervisor-alert-panel{border-left:4px solid #252525}.supervisor-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.archive-request-row{align-items:center}.archive-review-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.archive-history{margin-top:14px;padding-top:14px;border-top:1px solid #ece8e4;display:grid;gap:7px}.archive-history>strong{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#656565}.archive-history>div{display:grid;grid-template-columns:minmax(120px,1fr) 120px 160px;gap:10px;align-items:center;font-size:.82rem}.archive-history>div span:nth-child(2){text-transform:capitalize}.archive-history small{color:#777;text-align:right}.auto-flag{border-radius:999px;padding:3px 7px;background:#ece9e5;color:#5e5b57;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.overdue-text{color:#9d2f22;font-weight:800}.supervisor-filters{margin-top:16px}.oversight-row h3{margin:6px 0 4px}@media(max-width:1050px){.supervisor-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.profile-hero-actions{width:100%;justify-content:stretch}.profile-hero-actions button{flex:1 1 100%;justify-content:center}.profile-action-buttons,.archive-review-actions{display:grid;grid-template-columns:1fr 1fr}.profile-action-buttons button,.archive-review-actions button{justify-content:center}.alert-grid{grid-template-columns:1fr}.alert-grid .span-all{grid-column:auto}.supervisor-stat-grid{grid-template-columns:1fr 1fr}.archive-history>div{grid-template-columns:1fr auto}.archive-history small{grid-column:1 / -1;text-align:left}}
