:root{color:#111827;font-synthesis:none;--ink:#101828;--muted:#667085;--line:#ffffffb8;--blue:#155eef;--blue2:#4c7dff;--green:#17b26a;--orange:#f79009;--red:#d92d20;--shadow:0 16px 50px #1018281a;background:#eef2f6;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 90% 0,#dfe9ff 0,#0000 30%),radial-gradient(circle at 0 30%,#e7f8f1 0,#0000 28%),linear-gradient(145deg,#f5f7fb,#edf2f6 60%,#f8fafc);margin:0}button,input,select{font:inherit}button{cursor:pointer}.glass{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(28px)saturate(145%);background:linear-gradient(145deg,#ffffffd1,#fff9);border:1px solid #ffffffdb}.glass-dark{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:linear-gradient(#0a1220f5,#131f34eb);box-shadow:16px 0 40px #10182829}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{text-align:center;border-radius:32px;width:min(470px,100%);padding:38px}.brand-mark{color:#fff;letter-spacing:-1px;background:linear-gradient(145deg,#3979ff,#1042ad);border-radius:24px;place-items:center;width:72px;height:72px;margin:0 auto 20px;font-weight:900;display:grid;box-shadow:0 14px 32px #155eef4d}.brand-mark.small{border-radius:14px;width:42px;height:42px;margin:0;font-size:13px}.eyebrow{letter-spacing:.12em;color:#667085;margin:0 0 7px;font-size:11px;font-weight:800}.login-card h1,.hero h1{letter-spacing:-.04em}.login-card h1{margin:0 0 10px;font-size:36px}.muted{color:var(--muted);line-height:1.55}.primary,.ghost{border:0;border-radius:14px;padding:11px 15px;font-weight:750}.primary{color:#fff;background:linear-gradient(145deg,#2866f5,#154bbf);box-shadow:0 8px 22px #155eef33}.primary:disabled{opacity:.45;cursor:not-allowed}.wide{width:100%;margin-top:18px;padding:14px}.ghost{color:#344054;background:#ffffffad;border:1px solid #d0d7e1bf}.ghost:disabled{opacity:.45;cursor:not-allowed}.secure-note{color:#667085;margin-top:18px;font-size:12px}.error-box,.error-banner{color:#b42318;background:#fff1f0;border:1px solid #fecdca}.error-box{border-radius:12px;margin-top:14px;padding:12px}.setup-list{text-align:left;grid-template-columns:32px 1fr;gap:12px;margin:24px 0;display:grid}.setup-list>span{color:#175cd3;background:#eaf0ff;border-radius:10px;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.setup-list b,.setup-list small{display:block}.setup-list small{color:var(--muted);margin-top:3px}.app-shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.side{color:#d7e0ee;z-index:20;flex-direction:column;height:100vh;padding:24px 17px;display:flex;position:sticky;top:0}.brand-row{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:0 7px 24px;display:flex}.brand-row b,.brand-row small{display:block}.brand-row b{color:#fff}.brand-row small{color:#8395af;margin-top:2px;font-size:11px}.side nav{gap:5px;margin-top:20px;display:grid}.side nav button,.bottom button{background:0 0;border:0}.side nav button{color:#9eb0c8;text-align:left;border-radius:13px;align-items:center;gap:12px;padding:11px 12px;display:flex}.side nav button span{text-align:center;width:22px;font-size:18px}.side nav button small{font-size:13px;font-weight:700}.side nav button.active{color:#fff;background:#ffffff1a}.side-foot{color:#bdc9d9;border-top:1px solid #ffffff14;margin-top:auto;padding:16px 9px;font-size:12px;line-height:1.7}.side-foot small{color:#7e91ac}.live-dot{background:#32d583;border-radius:50%;width:9px;height:9px;margin-right:8px;display:inline-block;box-shadow:0 0 0 4px #32d58324}main{min-width:0}.topbar{z-index:15;border-top:0;border-left:0;border-right:0;border-radius:0;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex;position:sticky;top:0;box-shadow:0 8px 28px #1018280a}.search{background:#ffffffb8;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:8px;width:min(520px,48vw);height:44px;padding:0 13px;display:flex}.search input{color:#101828;background:0 0;border:0;outline:0;width:100%}.account{align-items:center;gap:14px;display:flex}.account b,.account small{text-align:right;display:block}.account small{color:var(--muted);margin-top:2px;font-size:11px}.content{max-width:1480px;margin:0 auto;padding:32px 30px 110px}.hero{justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;display:flex}.hero.compact{align-items:center}.hero h1{margin:0;font-size:34px}.hero>div>p:last-child{color:var(--muted);margin:7px 0 0}.panel{border:1px solid #ffffffc7;border-radius:24px}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.kpi{padding:18px 19px;position:relative;overflow:hidden}.kpi small,.kpi b,.kpi p{display:block}.kpi small{color:#667085;font-weight:700}.kpi b{letter-spacing:-.04em;margin:9px 0 1px;font-size:31px}.kpi p{color:#98a2b3;margin:0;font-size:11px}.kpi-dot{border-radius:10px;width:5px;height:38px;position:absolute;top:17px;right:16px}.kpi.green .kpi-dot{background:var(--green)}.kpi.blue .kpi-dot{background:var(--blue)}.kpi.gray .kpi-dot{background:#98a2b3}.kpi.orange .kpi-dot{background:var(--orange)}.dashboard-grid{grid-template-columns:1.3fr .7fr;gap:16px;margin-top:16px;display:grid}.dashboard-grid>.panel{padding:22px}.panel-head{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.panel h2{margin:0;font-size:20px}.quick-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.quick{text-align:left;background:#ffffffad;border:1px solid #d0d7e1b8;border-radius:18px;min-height:132px;padding:17px;transition:all .18s;position:relative}.quick:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 24px #10182814}.quick:disabled{cursor:not-allowed;opacity:.72}.quick-icon{color:#175cd3;background:#edf3ff;border-radius:13px;place-items:center;width:38px;height:38px;margin-bottom:12px;font-size:20px;display:grid}.quick b,.quick small{display:block}.quick small{color:var(--muted);margin-top:5px;line-height:1.4}.quick em{color:#b54708;background:#fff4e5;border-radius:999px;padding:5px 7px;font-size:9px;font-style:normal;font-weight:800;position:absolute;top:12px;right:12px}.status-row{border-bottom:1px solid #d0d7e18c;align-items:center;gap:12px;padding:13px 0;display:flex}.status-row:last-child{border-bottom:0}.status-row b,.status-row small{display:block}.status-row small{color:var(--muted);margin-top:3px;font-size:11px}.shield{color:#175cd3;background:#edf3ff;border-radius:11px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.segmented{gap:7px;margin-bottom:14px;display:flex;overflow:auto}.segmented button{color:#475467;white-space:nowrap;background:#ffffffa3;border:1px solid #d0d7e1bf;border-radius:12px;padding:9px 13px;font-weight:750}.segmented button span{background:#eef2f6;border-radius:99px;margin-left:4px;padding:3px 6px;font-size:10px}.segmented button.active{color:#175cd3;background:#edf3ff;border-color:#c8d7ff}.employee-layout{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:15px;display:grid}.people-list{max-height:calc(100vh - 230px);padding:8px;overflow:auto}.person-row{text-align:left;background:0 0;border:0;border-radius:16px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;width:100%;padding:10px;display:grid}.person-row:hover,.person-row.selected{background:#edf3ffd1}.avatar{color:#344054;background:linear-gradient(145deg,#e6edfb,#d7e3f8);border-radius:13px;place-items:center;width:38px;height:38px;font-size:11px;font-weight:900;display:grid}.avatar.large{border-radius:17px;width:54px;height:54px;font-size:15px}.person-row b,.person-row small{display:block}.person-row small{color:var(--muted);margin-top:3px;font-size:10px}.person-row i,.doc-row i{color:#98a2b3;font-style:normal}.detail{min-height:500px;padding:20px}.detail-head{border-bottom:1px solid #d0d7e199;grid-template-columns:54px 1fr auto;align-items:center;gap:13px;padding-bottom:17px;display:grid}.detail-head h2{margin:0;font-size:23px}.detail-actions{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.subheading{color:#475467;margin:20px 0 10px;font-size:13px}.doc-list{gap:6px;max-height:520px;display:grid;overflow:auto}.doc-row{text-align:left;background:#ffffff94;border:0;border-radius:14px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:10px 11px;display:grid}.doc-row:hover{background:#fff}.doc-row b,.doc-row small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.doc-row b{font-size:12px}.doc-row small{color:var(--muted);margin-top:3px;font-size:10px}.file-icon{color:#175cd3;background:#eef4ff;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.empty{text-align:center;color:var(--muted);padding:30px 18px;font-size:12px}.detail-empty{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:430px;display:flex}.detail-empty>span{color:#98a2b3;font-size:34px}.detail-empty b{color:#344054;font-size:15px}.tile-grid{grid-template-columns:repeat(5,1fr);gap:10px;padding:4px;display:grid}.employee-tile{text-align:left;background:#ffffff9e;border:1px solid #d0d7e1a6;border-radius:17px;min-width:0;padding:14px}.employee-tile .avatar{margin-bottom:11px}.employee-tile b,.employee-tile small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.employee-tile b{font-size:12px}.employee-tile small{color:var(--muted);margin-top:4px;font-size:10px}.chip{color:#475467;background:#eef2f6;border-radius:99px;padding:6px 9px;font-size:10px;font-weight:800}.chip.orange{color:#b54708;background:#fff4e5}.action-preview{border-bottom:1px solid #d0d7e18c;grid-template-columns:45px 1fr auto;align-items:center;gap:12px;padding:15px;display:grid}.action-preview:last-child{border-bottom:0}.action-preview b,.action-preview small{display:block}.action-preview small{color:var(--muted);margin-top:4px;font-size:11px}.action-icon{color:#175cd3;background:#edf3ff;border-radius:13px;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.drawer-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#0f172a57;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{border-radius:30px 0 0 30px;width:min(480px,100%);height:100%;padding:24px;overflow:auto}.drawer-head{justify-content:space-between;align-items:flex-start;display:flex}.drawer-head h2{margin:0}.icon-btn{background:#fff;border:1px solid #d0d5dd;border-radius:12px;width:36px;height:36px;font-size:20px}.drawer form{gap:16px;margin-top:24px;display:grid}.drawer label{color:#475467;gap:7px;font-size:12px;font-weight:800;display:grid}.drawer select{background:#fff;border:1px solid #d0d5dd;border-radius:13px;width:100%;padding:12px}.dropzone{cursor:pointer;text-align:center;background:#ffffff8a;border:1.5px dashed #b9c6dc;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:170px;display:flex!important}.dropzone input{display:none}.dropzone small{color:var(--muted);font-weight:500}.upload-icon{color:#175cd3;font-size:28px}.info-box{color:#475467;background:#f5f8ff;border:1px solid #d6e2ff;border-radius:13px;padding:12px 13px;font-size:11px;line-height:1.5}.error-banner{border-radius:13px;justify-content:space-between;align-items:center;margin:13px 30px -12px;padding:11px 14px;font-size:12px;display:flex}.error-banner button{color:#b42318;background:0 0;border:0;font-size:18px}.toast{color:#fff;z-index:130;box-shadow:var(--shadow);background:#067647;border-radius:14px;padding:12px 16px;font-size:12px;font-weight:750;position:fixed;bottom:24px;right:24px}.bottom,.drawer-handle{display:none}@media (width<=1120px){.kpi-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.tile-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=820px){.app-shell{display:block}.side{display:none}.topbar{height:68px;padding:0 14px}.account>div,.account .ghost{display:none}.search{width:100%}.content{padding:22px 14px 100px}.hero{align-items:flex-start}.hero h1{font-size:29px}.kpi-grid{grid-template-columns:1fr 1fr;gap:9px}.kpi{padding:15px}.kpi b{font-size:27px}.employee-layout{grid-template-columns:1fr}.people-list{max-height:360px}.detail{min-height:420px}.tile-grid{grid-template-columns:1fr 1fr}.bottom{left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:80;border-radius:22px;grid-template-columns:1fr 1fr 58px 1fr 1fr;align-items:center;height:66px;padding:6px 8px;display:grid;position:fixed}.bottom button{color:#667085;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:2px;height:52px;display:flex}.bottom button span{font-size:18px}.bottom button small{font-size:9px;font-weight:800}.bottom button.active{color:#175cd3;background:#edf3ffe0}.bottom .fab{color:#fff;background:linear-gradient(145deg,#2f6cf5,#1548b5);border-radius:18px;width:52px;height:52px;font-size:26px;transform:translateY(-8px);box-shadow:0 10px 22px #155eef47}.drawer-backdrop{align-items:flex-end}.drawer{width:100%;height:min(84vh,760px);padding:16px 18px calc(22px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0}.drawer-handle{background:#d0d5dd;border-radius:99px;width:44px;height:5px;margin:0 auto 14px;display:block}.toast{text-align:center;bottom:92px;left:14px;right:14px}.error-banner{margin:10px 14px -8px}}@media (width<=480px){.kpi-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:1fr}.hero>button{display:none}.detail-head{grid-template-columns:48px 1fr}.detail-head .ghost{grid-column:1/-1}.tile-grid{grid-template-columns:1fr 1fr}.account{display:none}}.live-dot.loading{background:#f79009;box-shadow:0 0 0 4px #f790091f}.live-dot.error,.live-dot.idle{box-shadow:none;background:#98a2b3}.restricted-note,.warning-note{border-radius:12px;margin:10px 0;padding:10px 12px;font-size:11px;line-height:1.45}.restricted-note{color:#475467;background:#f2f4f7;border:1px solid #e4e7ec}.warning-note{color:#93370d;background:#fffaeb;border:1px solid #fedf89}.confirm-row{background:#fff;border:1px solid #d0d5dd;border-radius:13px;padding:11px 12px;line-height:1.45;grid-template-columns:20px 1fr!important;align-items:flex-start!important;gap:10px!important;font-weight:500!important}.confirm-row input{width:16px;height:16px;margin-top:3px}.progress-wrap{background:#eef2f6;border:1px solid #e4e7ec;border-radius:12px;height:34px;position:relative;overflow:hidden}.progress-native{appearance:none;background:#eef2f6;border:0;width:100%;height:100%}.progress-native::-webkit-progress-bar{background:#eef2f6}.progress-native::-webkit-progress-value{background:linear-gradient(90deg,#84adff,#155eef);transition:width .2s}.progress-native::-moz-progress-bar{background:linear-gradient(90deg,#84adff,#155eef)}.progress-wrap>span{color:#344054;pointer-events:none;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;inset:0}.hero-buttons{align-items:center;gap:8px;display:flex}.action-summary{flex-wrap:wrap;gap:8px;margin:-7px 0 14px;display:flex}.chip.green{color:#067647;background:#ecfdf3}.chip.red{color:#b42318;background:#fef3f2}.chip.gray{color:#475467;background:#f2f4f7}.action-list{padding:8px}.action-card-v3{border-bottom:1px solid #d0d7e194;grid-template-columns:46px minmax(0,1fr);gap:13px;padding:15px;display:grid}.action-card-v3:last-child{border-bottom:0}.action-card-icon{color:#175cd3;background:#edf3ff;border-radius:14px;place-items:center;width:44px;height:44px;font-size:19px;display:grid}.action-card-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.action-card-title b,.action-card-title small{display:block}.action-card-title small{color:var(--muted);margin-top:4px;font-size:11px}.action-meta{color:#667085;flex-wrap:wrap;gap:10px;margin-top:9px;font-size:10px;display:flex}.action-meta span{background:#fff9;border:1px solid #e4e7ec;border-radius:999px;padding:4px 7px}.action-buttons{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.danger{color:#fff;background:linear-gradient(145deg,#e5484d,#b42318);border:0;border-radius:14px;padding:11px 15px;font-weight:800;box-shadow:0 8px 20px #d92d202b}.danger:disabled{opacity:.45;cursor:not-allowed}.success-inline{color:#067647;font-size:11px;font-weight:700}.compact-error{margin:10px 0 0}.field-input{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:13px;width:100%;padding:12px}.dialog-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:140;background:#0f172a6b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.confirm-dialog{border-radius:28px;width:min(500px,100%);padding:28px}.confirm-symbol{color:#b54708;background:#fff4e5;border-radius:17px;place-items:center;width:52px;height:52px;margin-bottom:17px;font-size:18px;font-weight:900;display:grid}.confirm-dialog h2{margin:0 0 8px}.confirm-dialog>p:not(.eyebrow){color:#667085;font-size:13px;line-height:1.55}.phrase-label{color:#475467;gap:7px;margin-top:17px;font-size:11px;display:grid}.phrase-label b{color:#b42318;font-size:12px}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}@media (width<=820px){.hero-buttons{justify-content:flex-start;width:100%}.hero.compact{flex-direction:column}.action-card-v3{grid-template-columns:38px minmax(0,1fr);padding:13px 8px}.action-card-icon{border-radius:12px;width:38px;height:38px}.action-card-title{flex-direction:column;gap:7px}.confirm-dialog{border-radius:24px;padding:22px}.dialog-actions{grid-template-columns:1fr 1fr;display:grid}.dialog-actions button{width:100%}}.chip.blue{color:#175cd3;background:#edf3ff}.action-toolbar{flex-wrap:wrap;gap:8px;margin:-7px 0 13px;display:flex}.scheduled-inline{color:#175cd3;background:#edf3ff;border-radius:10px;padding:7px 9px;font-size:11px;font-weight:750}.action-drawer{width:min(540px,100%)}.preflight-card{background:#f7faffc7;border:1px solid #dbe4f3;border-radius:16px;padding:13px}.preflight-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.entry-signal{border-radius:12px;grid-template-columns:30px 1fr;align-items:center;gap:9px;margin-bottom:10px;padding:9px 10px;display:grid}.entry-signal.ok{color:#067647;background:#ecfdf3}.entry-signal.warn{color:#b54708;background:#fff4e5}.entry-signal>span{background:#ffffffb3;border-radius:9px;place-items:center;width:26px;height:26px;font-weight:900;display:grid}.entry-signal b,.entry-signal small{display:block}.entry-signal small{margin-top:2px;font-size:10px}.evidence-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.evidence{color:#667085;background:#f2f4f7;border-radius:11px;grid-template-columns:25px 1fr;align-items:center;gap:7px;padding:8px;display:grid}.evidence.yes{color:#067647;background:#ecfdf3}.evidence>span{font-weight:900}.evidence b,.evidence small{display:block}.evidence b{font-size:10px}.evidence small{margin-top:2px;font-size:9px}.checklist{gap:8px;display:grid}.checklist-row{margin:0!important}.checklist .eyebrow{margin-bottom:0}.action-drawer form{padding-bottom:18px}@media (width<=820px){.action-toolbar{flex-wrap:nowrap;padding-bottom:2px;overflow:auto}.action-toolbar button{white-space:nowrap}.evidence-grid{grid-template-columns:1fr 1fr}}.search-wrap{width:min(520px,48vw);position:relative}.search-wrap .search{width:100%}.search-clear{color:#667085;background:#eef2f6;border:0;border-radius:9px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:18px;line-height:1;display:grid}.search-results{z-index:120;border-radius:18px;max-height:min(460px,70vh);padding:7px;position:absolute;top:52px;left:0;right:0;overflow:auto}.search-result{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-radius:14px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.search-result:hover,.search-result:focus{background:#edf3ff;outline:0}.search-result b,.search-result small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.search-result b{font-size:12px}.search-result small{color:var(--muted);margin-top:2px;font-size:10px}.search-result i{color:#98a2b3;font-style:normal}.search-empty{text-align:center;color:var(--muted);padding:18px;font-size:12px}@media (width<=820px){.search-wrap{width:100%}.search-results{max-height:55vh;position:fixed;top:62px;left:10px;right:10px}.content{padding-bottom:calc(132px + env(safe-area-inset-bottom))}}@media (width<=480px){.login-shell{padding:14px}.login-card{border-radius:28px;padding:28px 22px}.login-card h1{font-size:33px}.login-card .brand-mark{border-radius:22px;width:68px;height:68px}.login-card .muted{font-size:14px}.secure-note{font-size:11px}}nn .search-open .topbar{z-index:155;box-shadow:0 12px 34px #10182824}.search-open .search{background:#fffffffc;border-color:#cfd8e6;box-shadow:0 6px 22px #1018281a}.search-backdrop{z-index:125;-webkit-backdrop-filter:blur(5px)saturate(90%);cursor:default;background:#10182838;border:0;border-radius:0;position:fixed;inset:76px 0 0 248px}.search-results{-webkit-backdrop-filter:blur(36px)saturate(110%);z-index:170;background:#fffffffb;border:1px solid #cbd5e1fa;padding:8px;box-shadow:0 24px 70px #1018283d,0 2px 8px #10182814}.search-results-head{color:#667085;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;height:32px;padding:0 9px 5px;font-size:10px;font-weight:800;display:flex}.search-results-head b{color:#175cd3;letter-spacing:0;background:#eef4ff;border-radius:999px;place-items:center;min-width:24px;height:20px;padding:0 6px;font-size:10px;display:grid}.search-result{background:#fff;min-height:62px;padding:11px 10px}.search-result+.search-result{border-top:1px solid #eaecf0;border-radius:0}.search-result:hover,.search-result:focus,.search-result:active{background:#f0f5ff}.search-result-copy{min-width:0}.search-result b{color:#101828;font-size:13px}.search-result small{color:#667085;align-items:center;gap:7px;margin-top:5px;display:flex}.search-status{border-radius:999px;flex:none;padding:3px 6px;font-size:9px;font-style:normal;font-weight:800;line-height:1.1}.search-status.active{color:#067647;background:#ecfdf3}.search-status.onboarding{color:#175cd3;background:#eff4ff}.search-status.inactive{color:#475467;background:#f2f4f7}@media (width<=820px){.search-backdrop{-webkit-backdrop-filter:blur(7px)saturate(85%);background:#10182847;inset:62px 0 0}.search-results{border-radius:22px;max-height:52vh;top:70px;left:18px;right:18px}.search-result{min-height:66px;padding:12px}.content{padding-bottom:calc(160px + env(safe-area-inset-bottom))}}@media (width<=480px){.search-results{left:12px;right:12px}.search-results-head{height:34px}.search-result b{font-size:13px}.search-result small{font-size:10px}}.search-backdrop{pointer-events:none;-webkit-backdrop-filter:blur(4px)saturate(92%);background:#1018282b}.search-open .content,.search-open .bottom{pointer-events:none;-webkit-user-select:none;user-select:none}.search-open .topbar,.search-open .search-wrap,.search-open .search-results,.search-open .search-result{pointer-events:auto}.search-results{touch-action:pan-y;overscroll-behavior:contain}.search-result{z-index:1;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative}.search-result:active{transform:scale(.995)}@media (width<=820px){.search-backdrop{-webkit-backdrop-filter:blur(4px)saturate(90%);background:#10182833}.search-results{max-height:min(52vh,430px)}}.greeting-name{color:#175cd3}.kpi.interactive{appearance:none;text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;touch-action:manipulation;transition:transform .18s,box-shadow .18s,border-color .18s}.kpi.interactive:hover{border-color:#aabee0e0;transform:translateY(-2px);box-shadow:0 18px 42px #10182824}.kpi.interactive:active{transform:translateY(0)scale(.992)}.kpi.interactive:focus-visible{outline-offset:3px;outline:3px solid #155eef42}.kpi-open{color:#667085;background:#ffffffb8;border:1px solid #d0d7e1b8;border-radius:9px;place-items:center;width:25px;height:25px;font-size:18px;font-weight:700;line-height:1;display:grid;position:absolute;bottom:13px;right:17px}.kpi.interactive.green .kpi-open{color:#067647;background:#ecfdf3;border-color:#d1fadf}.kpi.interactive.blue .kpi-open{color:#175cd3;background:#eef4ff;border-color:#d6e4ff}.mobile-back{display:none}@media (width<=820px){.hero h1{overflow-wrap:anywhere;max-width:100%;line-height:1.06}.greeting-name{display:inline}.kpi.interactive{min-height:100%;padding-right:42px}.kpi-open{width:23px;height:23px;bottom:12px;right:13px}.employee-layout.has-selected .people-list,.employee-layout.no-selected .detail{display:none}.mobile-back{color:#344054;background:#ffffffd1;border:1px solid #d0d7e1c7;border-radius:12px;justify-content:center;align-items:center;margin:0 0 12px;padding:9px 12px;font-size:12px;font-weight:800;display:inline-flex}.employee-layout.has-selected .detail{width:100%;min-width:0;overflow:hidden}.employee-layout.has-selected .detail-head,.employee-layout.has-selected .detail-actions,.employee-layout.has-selected .doc-list{min-width:0;max-width:100%}}@media (width<=420px){.hero h1{font-size:28px}.kpi small{max-width:calc(100% - 26px)}.kpi p{overflow-wrap:anywhere;max-width:100%}}.page-back-row{align-items:center;margin:-6px 0 16px;display:flex}.page-back-button{appearance:none;color:#344054;text-align:left;touch-action:manipulation;background:linear-gradient(145deg,#fffffff5,#f5f9ffe0);border:1px solid #b6c5dcd1;border-radius:16px;grid-template-columns:36px auto;align-items:center;gap:9px;padding:8px 13px 8px 9px;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-grid;box-shadow:0 10px 26px #10182814}.page-back-button:hover{border-color:#aac4f4;transform:translateY(-1px);box-shadow:0 14px 30px #1018281c}.page-back-button:active{transform:scale(.985)}.page-back-button:focus-visible{outline-offset:2px;outline:3px solid #155eef38}.page-back-icon{color:#175cd3;background:linear-gradient(145deg,#edf4ff,#dce9ff);border-radius:12px;place-items:center;width:36px;height:36px;padding-bottom:3px;font-size:30px;font-weight:500;line-height:1;display:grid}.page-back-button small,.page-back-button b{display:block}.page-back-button small{color:#667085;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800;line-height:1.1}.page-back-button b{color:#1d2939;margin-top:3px;font-size:12px;line-height:1.2}.search-results{max-height:min(620px,74vh);padding:10px}.search-results-head{z-index:6;background:#fffffffc;border-radius:14px 14px 0 0;height:40px;margin:-2px -2px 4px;padding:0 10px;position:sticky;top:-10px}.search-section{border-top:1px solid #eef2f6;margin-top:4px;padding-top:4px}.search-section:first-of-type{border-top:0;margin-top:0}.search-section-title{color:#475467;letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:9px 9px 6px;font-size:10px;font-weight:850;display:flex}.search-section-title b{color:#475467;letter-spacing:0;background:#f2f4f7;border-radius:999px;place-items:center;min-width:24px;height:20px;padding:0 6px;font-size:10px;display:grid}.search-documents-section{padding-bottom:4px}.search-file-group{background:#fff;border:1px solid #e4e7ec;border-radius:16px;margin:7px 2px 10px;overflow:hidden;box-shadow:0 5px 16px #1018280b}.search-file-group-head{text-align:left;color:#101828;background:linear-gradient(145deg,#f8fbff,#f5f8fd);border:0;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:10px 11px;display:grid}.search-file-group-head:hover,.search-file-group-head:focus{background:#edf4ff;outline:0}.search-file-group-head .avatar.compact{border-radius:11px;width:34px;height:34px;font-size:10px}.search-file-group-head b,.search-file-group-head small{min-width:0;display:block}.search-file-group-head b{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.search-file-group-head small{color:#667085;align-items:center;gap:6px;margin-top:3px;font-size:9px;display:flex}.search-file-group-head i{color:#667085;font-size:17px;font-style:normal}.search-file-list{display:grid}.search-file-result{text-align:left;color:#101828;touch-action:manipulation;background:#fff;border:0;border-top:1px solid #eef2f6;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:10px 11px;display:grid}.search-file-result:hover,.search-file-result:focus,.search-file-result:active{background:#f7faff;outline:0}.search-file-result>span:nth-child(2){min-width:0}.search-file-result b,.search-file-result small{display:block}.search-file-result b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.25;overflow:hidden}.search-file-result small{color:#667085;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:9px;overflow:hidden}.search-file-result i{color:#175cd3;font-size:13px;font-style:normal}.file-type-badge{color:#175cd3;letter-spacing:.02em;background:#edf3ff;border-radius:9px;place-items:center;min-width:38px;max-width:44px;height:28px;padding:0 5px;font-size:8px;font-weight:900;display:grid;overflow:hidden}.search-loading{color:#667085;align-items:center;gap:9px;padding:13px 11px;font-size:11px;display:flex}.search-spinner{border:2px solid #d6e4ff;border-top-color:#175cd3;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite searchSpin}@keyframes searchSpin{to{transform:rotate(360deg)}}.search-inline-error{color:#b54708;background:#fff4ed;border-radius:12px;margin:7px;padding:10px 11px;font-size:10px;font-weight:700}.search-scope-note{color:#98a2b3;padding:8px 10px 4px;font-size:8.5px;line-height:1.35}.search-empty.compact{padding:11px}.search-empty.global-empty{border-top:1px solid #eef2f6;margin-top:6px}@media (width<=820px){.page-back-row{margin:-6px 0 13px}.page-back-button{border-radius:15px;width:auto;max-width:100%;padding:8px 12px 8px 8px}.page-back-icon{border-radius:11px;width:34px;height:34px}.search-results{border-radius:22px;max-height:min(68vh,620px);padding:9px;top:70px;left:12px;right:12px}.search-results-head{margin:-1px -1px 3px;top:-9px}.search-file-group{border-radius:15px;margin-left:0;margin-right:0}.search-file-group-head{grid-template-columns:36px minmax(0,1fr) auto;padding:11px 10px}.search-file-result{grid-template-columns:42px minmax(0,1fr) auto;padding:11px 10px}.search-file-result b{font-size:11.5px}}@media (width<=420px){.page-back-button b{font-size:11.5px}.search-results{max-height:67vh;left:8px;right:8px}.search-section-title{padding-left:7px;padding-right:7px}.search-file-group-head b{font-size:11.5px}.search-file-group-head small,.search-file-result small{font-size:8.5px}}.search-file-more{color:#175cd3;text-align:left;background:#fbfcfe;border:0;border-top:1px solid #eef2f6;width:100%;padding:9px 11px;font-size:9px;font-weight:800}.search-file-more:hover,.search-file-more:focus{background:#eef4ff;outline:0}
