:root{--ink:#142337;--muted:#647184;--line:#dce3ea;--soft:#f4f7fa;--white:#fff;--blue:#174e80;--blue-dark:#103b63;--cyan:#2b8293;--red:#a23a45;--red-soft:#fff5f5;--green:#23765c;--focus:#65a8e0;--radius:12px}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;background:#edf2f6;color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}.app-header{height:70px;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:700;text-decoration:none;letter-spacing:-.02em}.brand-mark{width:30px;height:30px;border-radius:8px;background:var(--blue);display:grid;place-items:center}.brand-mark span{width:12px;height:15px;border:2px solid #fff;border-radius:2px;position:relative}.brand-mark span:after{content:"";position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;right:1px;top:4px}.header-actions{display:flex;align-items:center;gap:24px}.system-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.system-status span{width:7px;height:7px;border-radius:50%;background:#35a47a}.text-button,.back-button,.remove-trigger{font:inherit;border:0;background:none;color:var(--blue);cursor:pointer}.text-button{padding:8px 0;font-weight:600}.text-button:hover,.back-button:hover,.remove-trigger:hover{text-decoration:underline}main{min-height:calc(100vh - 70px)}.lookup-view{width:min(680px,calc(100% - 40px));margin:0 auto;padding:clamp(92px,17vh,170px) 0 80px;text-align:center}.lookup-copy .eyebrow{margin-bottom:10px}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:700;color:var(--cyan);margin:0}.lookup-copy h1{font-size:clamp(32px,5vw,46px);letter-spacing:-.045em;margin:0 0 10px;line-height:1.08}.lookup-copy>p:last-child{color:var(--muted);margin:0 0 34px;font-size:16px}.search-combobox{position:relative;text-align:left}.search-field{height:62px;background:#fff;border:1px solid #c8d3dd;border-radius:14px;display:flex;align-items:center;padding:0 17px;box-shadow:0 10px 32px rgba(25,52,77,.08);transition:.15s}.search-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,78,128,.13),0 10px 32px rgba(25,52,77,.08)}.search-field svg,.button svg,.back-button svg,.confirmation-note svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.search-field svg{color:#718096;margin-right:12px}.search-field input{border:0;outline:0;min-width:0;flex:1;font:inherit;font-size:16px;color:var(--ink);background:transparent}.search-field input::placeholder{color:#8a96a5}.search-field kbd{border:1px solid var(--line);background:var(--soft);border-radius:5px;padding:3px 7px;color:#7b8795;font:12px inherit}.search-results{position:absolute;z-index:4;left:0;right:0;top:70px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:6px;box-shadow:0 16px 40px rgba(25,52,77,.13);max-height:310px;overflow:auto}.result-button{width:100%;border:0;background:transparent;border-radius:8px;padding:11px 12px;display:flex;align-items:center;gap:12px;text-align:left;font:inherit;cursor:pointer}.result-button:hover,.result-button[aria-selected=true]{background:var(--soft)}.mini-avatar,.avatar{display:grid;place-items:center;background:#dce9f2;color:var(--blue);font-weight:700;border-radius:10px}.mini-avatar{width:38px;height:38px}.result-name{font-weight:600}.result-meta{font-size:12px;color:var(--muted);margin-top:2px}.employee-shortcuts{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.employee-shortcuts:before{content:"Try";color:#8a96a5;font-size:13px;margin-right:3px}.shortcut{border:1px solid #d4dde5;background:rgba(255,255,255,.55);padding:7px 12px;border-radius:99px;color:#516276;font:13px inherit;cursor:pointer}.shortcut:hover{background:#fff;border-color:#aab9c7}.workspace{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:34px 0 70px}.back-button{display:flex;align-items:center;gap:7px;margin-bottom:25px;padding:0;font-size:13px}.back-button svg{width:17px}.employee-record{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.identity-header{padding:31px 34px;display:flex;align-items:center;border-bottom:1px solid var(--line);gap:18px}.avatar{width:62px;height:62px;font-size:23px}.identity-copy{flex:1}.identity-copy .eyebrow{margin-bottom:5px}.identity-copy h1{font-size:28px;line-height:1.1;letter-spacing:-.035em;margin:0 0 7px}.identity-meta{display:flex;gap:8px;color:var(--muted);font-size:14px}.action-group{display:flex;gap:9px}.button{min-height:42px;border-radius:9px;border:1px solid transparent;padding:0 16px;font:600 14px inherit;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.15s}.button.primary{color:#fff;background:var(--blue)}.button.primary:hover{background:var(--blue-dark)}.button.secondary{color:var(--ink);background:#fff;border-color:#cbd5df}.button.secondary:hover{background:var(--soft)}.button.danger{background:var(--red);color:#fff}.button:disabled{opacity:.45;cursor:not-allowed}.record-section{padding:31px 34px}.record-section+.record-section{border-top:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:19px}.section-kicker{color:#8390a0;margin-bottom:5px}.section-heading h2{font-size:20px;letter-spacing:-.025em;margin:0}.remove-trigger{font-size:13px;color:var(--red);padding:6px 0}.remove-trigger:disabled{color:#9aa4af;cursor:not-allowed;text-decoration:none}.access-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.access-item{border:1px solid var(--line);border-radius:10px;padding:16px 17px;display:flex;align-items:center;gap:13px}.location-icon{width:37px;height:37px;border-radius:8px;background:#edf4f8;color:var(--blue);display:grid;place-items:center;flex:none}.location-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.access-details{min-width:0;flex:1}.access-location{font-weight:600}.access-status{font-size:12px;color:var(--muted);margin-top:3px}.access-status.temporary{color:#856016}.status-mark{width:7px;height:7px;border-radius:50%;background:#6b9bad}.status-mark.temporary{background:#d6a331}.empty-state{grid-column:1/-1;border:1px dashed #cbd5df;background:var(--soft);border-radius:10px;padding:28px;text-align:center}.empty-state strong{display:block;margin-bottom:4px}.empty-state span{color:var(--muted);font-size:13px}.activity-list{list-style:none;margin:0;padding:0}.activity-item{position:relative;display:grid;grid-template-columns:130px 18px 1fr;gap:10px;min-height:53px}.activity-time{font-size:12px;color:var(--muted);padding-top:1px}.timeline{position:relative}.timeline:before{content:"";position:absolute;width:1px;background:#d8e0e8;top:7px;bottom:-7px;left:4px}.activity-item:last-child .timeline:before{display:none}.timeline:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#6b9bad;left:1px;top:5px}.activity-message{font-size:14px}.toast{position:fixed;left:50%;bottom:28px;z-index:20;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#163426;color:#fff;padding:11px 16px;border-radius:9px;font-weight:600;font-size:13px;box-shadow:0 10px 30px rgba(0,0,0,.14);transition:.2s}.toast.show{transform:translate(-50%,0);opacity:1}dialog{width:min(530px,calc(100% - 28px));border:0;border-radius:15px;padding:0;color:var(--ink);box-shadow:0 25px 70px rgba(15,35,55,.24)}dialog::backdrop{background:rgba(14,28,43,.46);backdrop-filter:blur(2px)}dialog form{padding:27px}.dialog-header{display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.dialog-header .eyebrow{margin-bottom:6px}.dialog-header h2{font-size:24px;letter-spacing:-.035em;margin:0 0 6px}.dialog-header p:last-child{color:var(--muted);margin:0;font-size:14px}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:23px;line-height:1;cursor:pointer}.option-list{display:grid;gap:8px;max-height:295px;overflow:auto}.option{position:relative}.option input{position:absolute;opacity:0;pointer-events:none}.option label{border:1px solid var(--line);border-radius:9px;padding:13px 14px;display:flex;align-items:center;gap:11px;cursor:pointer}.option label:hover{background:var(--soft)}.checkmark{width:18px;height:18px;border:1.5px solid #aab7c4;border-radius:5px;display:grid;place-items:center;color:white}.option input:focus-visible+label{outline:3px solid rgba(101,168,224,.4);outline-offset:2px}.option input:checked+label{border-color:#5c8db6;background:#f1f7fb}.option input:checked+label .checkmark{background:var(--blue);border-color:var(--blue)}.option input:checked+label .checkmark:after{content:"✓";font-size:12px;font-weight:700}.option-copy{flex:1}.option-copy strong{font-size:14px}.option-copy span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.dialog-footer{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--line);margin:25px -27px -27px;padding:18px 27px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:7px;font-size:13px;font-weight:600}.field.full{grid-column:1/-1}.field input,.field select{width:100%;height:44px;border:1px solid #c9d3dd;border-radius:8px;background:#fff;padding:0 11px;font:14px inherit;color:var(--ink)}.field input:focus,.field select:focus{outline:3px solid rgba(101,168,224,.3);border-color:var(--blue)}.form-error{min-height:18px;color:var(--red);font-size:12px;margin:10px 0 0}.danger-text{color:var(--red)}.confirmation-note{display:flex;gap:10px;align-items:flex-start;margin-top:16px;border-radius:8px;background:var(--red-soft);color:#76414a;padding:11px 12px;font-size:12px}.confirmation-note svg{width:17px}.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}:focus-visible{outline:3px solid rgba(101,168,224,.5);outline-offset:2px}
@media(max-width:700px){.app-header{height:62px;padding:0 18px}.system-status{display:none}main{min-height:calc(100vh - 62px)}.lookup-view{width:calc(100% - 32px);padding:90px 0 50px}.search-field kbd{display:none}.workspace{width:100%;padding:22px 16px 45px}.employee-record{border-radius:13px}.identity-header{padding:24px 20px;align-items:flex-start;flex-wrap:wrap}.avatar{width:52px;height:52px}.identity-copy{width:calc(100% - 70px)}.action-group{width:100%;display:grid;grid-template-columns:1fr 1fr;margin-top:5px}.record-section{padding:25px 20px}.access-list{grid-template-columns:1fr}.activity-item{grid-template-columns:94px 16px 1fr;gap:8px}.dialog-footer .button{flex:1}dialog form{padding:22px}.dialog-footer{margin:22px -22px -22px;padding:16px 22px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media(max-width:390px){.header-actions{gap:12px}.brand-mark{width:28px;height:28px}.lookup-view{padding-top:68px}.lookup-copy h1{font-size:34px}.search-field{height:58px}.employee-shortcuts{max-width:310px;margin-inline:auto}.identity-header{gap:13px}.action-group{grid-template-columns:1fr}.section-heading{align-items:center}.activity-item{grid-template-columns:1fr;padding-left:20px;min-height:auto;margin-bottom:20px}.activity-time{order:2}.timeline{position:absolute;left:1px;top:1px;bottom:-18px}.timeline:before{bottom:-8px}.activity-message{order:1}.dialog-footer{flex-direction:column-reverse}.dialog-footer .button{width:100%}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
