: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}.login-shell{background:radial-gradient(circle at 88% 4%,#dbe8ff 0,#0000 32%),radial-gradient(circle at 4% 88%,#e2f6ee 0,#0000 30%),linear-gradient(150deg,#f6f8fc,#edf3f8)}.login-card{background:linear-gradient(150deg,#ffffffed,#ffffffc2);border:1px solid #fffffff5;position:relative;overflow:hidden;box-shadow:0 26px 70px #10182824}.login-card:before{content:"";background:linear-gradient(90deg,#155eef,#4c7dff,#17b26a);height:5px;position:absolute;inset:0 0 auto}.login-logo-panel{background:#fff;border:1px solid #e4eaf2;border-radius:24px;place-items:center;width:min(218px,76%);min-height:102px;margin:0 auto 22px;padding:12px 14px;display:grid;box-shadow:0 14px 34px #10182817}.login-logo-panel img{object-fit:contain;border-radius:14px;width:100%;height:auto;max-height:82px;display:block}.side-logo-panel{background:#ffffff1a;border:1px solid #ffffff14;border-radius:12px;flex:none;place-items:center;width:64px;height:40px;padding:4px 5px;display:grid;overflow:hidden}.side-logo-panel img{object-fit:contain;border-radius:7px;width:100%;height:100%;display:block}.search-open .topbar{z-index:210}.search-backdrop{z-index:120!important;pointer-events:none!important;-webkit-backdrop-filter:blur(4px)saturate(92%)!important;background:#10182829!important}.search-results{isolation:isolate;z-index:260!important;opacity:1!important;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #dbe4f2!important;box-shadow:0 28px 78px #1018283b,0 4px 16px #155eef12!important}.search-results:before{content:"";border-radius:inherit;z-index:-1;pointer-events:none;background:#fff;position:absolute;inset:0}.search-results-head,.search-section,.search-section-title,.search-scope-note,.search-empty,.search-result,.search-file-result{background:#fff!important}.search-result:hover,.search-result:focus,.search-result:active,.search-file-result:hover,.search-file-result:focus,.search-file-result:active{background:#f0f5ff!important}.search-file-group{border-color:#e0e7f1;background:#fff!important}.search-file-group-head{background:linear-gradient(145deg,#f8fbff,#f4f7fd)!important}.search-file-group-head:hover,.search-file-group-head:focus{background:#edf4ff!important}.preview-backdrop{z-index:520;-webkit-backdrop-filter:blur(10px);background:#10182875;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.preview-modal{background:#f8fafc;border:1px solid #ffffffe6;border-radius:28px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1080px,96vw);height:min(850px,92vh);display:grid;overflow:hidden}.preview-head{background:#fff;border-bottom:1px solid #e6ebf2;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.preview-head h2{overflow-wrap:anywhere;margin:0;font-size:18px;line-height:1.25}.preview-head small{color:#667085;margin-top:5px;font-size:10px;display:block}.preview-body{background:#edf1f6;place-items:center;min-height:0;display:grid;overflow:auto}.preview-frame{background:#fff;border:0;width:100%;height:100%;min-height:500px}.preview-image{object-fit:contain;max-width:100%;max-height:100%;padding:14px;display:block}.preview-loading{color:#475467;align-items:center;gap:10px;font-size:12px;font-weight:700;display:flex}.preview-error{text-align:center;color:#b42318;max-width:420px;margin:auto;padding:26px}.preview-error p{color:#667085;line-height:1.5}.preview-actions{background:#fff;border-top:1px solid #e6ebf2;justify-content:flex-end;gap:9px;padding:12px 16px;display:flex}.preview-download{justify-content:center;align-items:center;margin:0;text-decoration:none;display:inline-flex}.scanner-launch{text-align:left;color:#1d2939;background:linear-gradient(145deg,#f7faff,#edf4ff);border:1px solid #cfdbef;border-radius:16px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;margin-top:10px;padding:12px 13px;display:grid}.scanner-launch>span:first-child{color:#fff;background:#155eef;border-radius:13px;place-items:center;width:40px;height:40px;font-size:21px;display:grid;box-shadow:0 8px 18px #155eef2e}.scanner-launch b,.scanner-launch small{display:block}.scanner-launch b{font-size:12px}.scanner-launch small{color:#667085;margin-top:3px;font-size:9px;line-height:1.35}.scanner-launch i{color:#175cd3;font-size:18px;font-style:normal}.scanner-launch:hover,.scanner-launch:focus{background:#eaf1ff;border-color:#9db8ee;outline:0}.scanner-launch:disabled{opacity:.5;cursor:not-allowed}.scanner-backdrop{z-index:620;background:#08111f;place-items:center;display:grid;position:fixed;inset:0}.scanner-modal{color:#fff;background:#0b1423;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100vw);height:100dvh;max-height:100dvh;display:grid;overflow:hidden}.scanner-head{z-index:2;background:#0f1b2e;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 18px;display:flex}.scanner-head .eyebrow{color:#8ea4c4}.scanner-head h2{margin:0;font-size:18px}.scanner-head small{color:#9eb0c8;margin-top:4px;font-size:9px;line-height:1.35;display:block}.scanner-close{color:#fff;background:#ffffff12;border:1px solid #ffffff24;border-radius:14px;width:42px;height:42px;font-size:25px}.scanner-camera,.scanner-crop,.scanner-pages{min-height:0;padding:14px 16px calc(18px + env(safe-area-inset-bottom));overflow:auto}.camera-stage{background:#03070c;border-radius:24px;width:min(880px,100%);height:min(68vh,680px);margin:auto;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000005c}.camera-stage video{object-fit:cover;width:100%;height:100%;display:block}.camera-guide{pointer-events:none;position:absolute;inset:7%}.camera-guide span{border-style:solid;border-color:#ffffffe6;width:44px;height:44px;position:absolute}.camera-guide span:first-child{border-width:3px 0 0 3px;border-radius:10px 0 0;top:0;left:0}.camera-guide span:nth-child(2){border-width:3px 3px 0 0;border-radius:0 10px 0 0;top:0;right:0}.camera-guide span:nth-child(3){border-width:0 3px 3px 0;border-radius:0 0 10px;bottom:0;right:0}.camera-guide span:nth-child(4){border-width:0 0 3px 3px;border-radius:0 0 0 10px;bottom:0;left:0}.camera-error{color:#fff;background:#b42318eb;border-radius:14px;padding:13px;position:absolute;inset:auto 18px 18px}.camera-error b,.camera-error small{display:block}.camera-error small{margin-top:4px;font-size:10px}.scanner-camera-actions{grid-template-columns:1fr 82px 1fr;align-items:center;gap:14px;width:min(760px,100%);margin:18px auto 0;display:grid}.scanner-shutter{background:0 0;border:5px solid #fff;border-radius:50%;width:78px;height:78px;margin:auto;padding:7px}.scanner-shutter span{background:#fff;border-radius:50%;width:100%;height:100%;display:block}.scanner-shutter:disabled{opacity:.35}.scanner-fallback,.scanner-secondary{color:#fff;text-align:center;background:#ffffff12;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding:9px;font-size:10px;font-weight:800;display:flex}.scanner-fallback input{opacity:0;pointer-events:none;position:absolute}.scanner-secondary{cursor:pointer}.scanner-hint{color:#9eb0c8;text-align:center;max-width:760px;margin:12px auto 0;font-size:9px;line-height:1.45}.scan-detection{color:#c9d5e6;justify-content:space-between;align-items:center;width:min(900px,100%);margin:0 auto 10px;font-size:10px;display:flex}.scan-detection span{border-radius:999px;padding:6px 9px;font-weight:850}.scan-detection span.ok{color:#6ce9a6;background:#17b26a29}.scan-detection span.warn{color:#fdb022;background:#f790092b}.scan-crop-stage{background:#02060b;border-radius:20px;width:min(900px,100%);margin:auto;line-height:0;position:relative;overflow:hidden}.scan-crop-stage img{object-fit:contain;width:100%;height:auto;max-height:68vh;display:block}.scan-crop-overlay{touch-action:none;width:100%;height:100%;position:absolute;inset:0}.scan-crop-overlay polygon{fill:#155eef1f;stroke:#5b8cff;stroke-width:.8px;vector-effect:non-scaling-stroke}.scan-crop-overlay circle{fill:#fff;stroke:#155eef;stroke-width:1.1px;vector-effect:non-scaling-stroke;cursor:grab;touch-action:none}.scan-filter-row{gap:7px;width:min(900px,100%);margin:12px auto;display:flex;overflow:auto}.scan-filter-row button{color:#bac8da;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff21;border-radius:12px;padding:9px 12px;font-size:10px;font-weight:800}.scan-filter-row button.active{color:#fff;background:#155eef;border-color:#4c7dff}.scanner-footer-actions{justify-content:flex-end;gap:9px;width:min(900px,100%);margin:13px auto 0;display:flex}.scanner-footer-actions .ghost{color:#fff;background:#ffffff14;border-color:#ffffff21}.scanner-footer-actions .primary{margin:0}.scan-pages-head{justify-content:space-between;align-items:center;gap:12px;width:min(900px,100%);margin:0 auto 15px;display:flex}.scan-pages-head b,.scan-pages-head small{display:block}.scan-pages-head small{color:#9eb0c8;margin-top:4px;font-size:9px}.scan-pages-head .ghost{color:#fff;background:#ffffff12;border-color:#ffffff21}.scan-page-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:11px;width:min(900px,100%);margin:auto;display:grid}.scan-page-thumb{aspect-ratio:3/4;background:#fff;border-radius:15px;position:relative;overflow:hidden;box-shadow:0 8px 22px #0003}.scan-page-thumb img{object-fit:cover;width:100%;height:100%}.scan-page-thumb span{color:#fff;background:#155eef;border-radius:9px;place-items:center;width:25px;height:25px;font-size:10px;font-weight:900;display:grid;position:absolute;bottom:7px;left:7px}.scan-page-thumb button{color:#fff;background:#101828c7;border:0;border-radius:9px;width:28px;height:28px;font-size:18px;position:absolute;top:7px;right:7px}.scanner-privacy{color:#8fa2bb;background:#ffffff0a;border:1px solid #ffffff17;border-radius:13px;width:min(900px,100%);margin:14px auto 0;padding:10px 12px;font-size:9px;line-height:1.45}@media (width<=820px){.login-logo-panel{border-radius:21px;width:190px;min-height:92px}.login-logo-panel img{max-height:70px}.search-results{width:auto!important;max-width:calc(100vw - 24px)!important;left:12px!important;right:12px!important}.preview-backdrop{padding:0}.preview-modal{border-radius:0;width:100vw;height:100dvh}.preview-head{padding:13px 14px}.preview-head h2{font-size:15px}.preview-frame{min-height:0}.preview-actions{padding:10px 12px calc(10px + env(safe-area-inset-bottom));position:sticky;bottom:0}.preview-actions>*{text-align:center;flex:1}.scanner-head{padding-top:calc(10px + env(safe-area-inset-top))}.camera-stage{border-radius:18px;height:58vh}.scanner-camera-actions{grid-template-columns:1fr 72px 1fr}.scanner-shutter{width:70px;height:70px}.scan-crop-stage{border-radius:14px}.scan-crop-stage img{max-height:58vh}.scan-pages-head{align-items:flex-start}.scan-pages-head .ghost{padding:9px 10px;font-size:10px}}@media (width<=420px){.login-card{padding:30px 22px}.login-logo-panel{width:168px;min-height:84px;padding:9px 10px}.login-logo-panel img{max-height:62px}.search-results{max-width:calc(100vw - 16px)!important;left:8px!important;right:8px!important}.scanner-camera,.scanner-crop,.scanner-pages{padding-left:10px;padding-right:10px}.scanner-fallback,.scanner-secondary{padding:7px;font-size:9px}.scan-page-grid{grid-template-columns:repeat(3,1fr)}}.pdf-canvas-viewer{background:#dfe4ea;grid-template-rows:minmax(0,1fr) auto;width:100%;min-height:100%;display:grid}.pdf-canvas-stage{background:#dfe4ea;justify-content:center;align-items:flex-start;min-height:0;padding:14px;display:flex;position:relative;overflow:auto}.pdf-canvas-stage canvas{background:#fff;max-width:100%;height:auto;display:block;box-shadow:0 8px 28px #1018282b}.pdf-canvas-stage canvas.hidden{visibility:hidden}.pdf-loading{z-index:2;background:#edf1f6e0;justify-content:center;position:absolute;inset:0}.pdf-pagebar{color:#475467;background:#fff;border-top:1px solid #e4e7ec;justify-content:center;align-items:center;gap:14px;height:48px;font-size:11px;font-weight:800;display:flex;position:sticky;bottom:0}.pdf-pagebar button{color:#155eef;background:#fff;border:1px solid #d0d5dd;border-radius:11px;width:38px;height:34px;font-size:22px;line-height:1}.pdf-pagebar button:disabled{opacity:.35}.scanner-mode-tabs{background:#ffffff12;border:1px solid #ffffff17;border-radius:14px;width:min(560px,100%);margin:0 auto 10px;padding:3px;display:flex}.scanner-mode-tabs button{color:#9fb1ca;background:0 0;border:0;border-radius:11px;flex:1;padding:9px 12px;font-size:10px;font-weight:850}.scanner-mode-tabs button.active{color:#101828;background:#fff;box-shadow:0 5px 16px #00000038}.camera-stage{aspect-ratio:3/4;height:auto;max-height:68vh}.camera-stage video{object-fit:contain;background:#000}.live-document-overlay{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;inset:0}.live-document-overlay polygon{fill:#155eef1a;stroke:#6ea2ff;stroke-width:1px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px #155eefb3)}.live-document-overlay.stable polygon{fill:#17b26a1a;stroke:#6ce9a6}.camera-top-controls{z-index:6;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:12px;left:12px;right:12px}.camera-top-controls button{pointer-events:auto;-webkit-backdrop-filter:blur(8px);color:#fff;background:#03070c94;border:1px solid #ffffff29;border-radius:14px;place-items:center;gap:1px;min-width:66px;padding:7px 9px;font-size:12px;font-weight:900;display:grid}.camera-top-controls button small{color:#b8c5d8;font-size:7.5px;font-weight:700}.camera-top-controls button.active{background:#155eefdb;border-color:#6f9dff}.camera-top-controls button:disabled{opacity:.45}.auto-capture-status{z-index:6;-webkit-backdrop-filter:blur(8px);color:#d4deeb;white-space:nowrap;background:#03070cab;border:1px solid #ffffff1c;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:190px;max-width:86%;padding:8px 13px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.auto-capture-status.ready{color:#d1fadf;background:#034b35c7;border-color:#6ce9a659}.auto-capture-status b{color:#fff;font-size:8px}.corner-loupe{z-index:10;text-align:center;background:#fffffffa;border-radius:22px;width:150px;padding:8px;line-height:1;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 16px 44px #00000057}.corner-loupe canvas{background:#fff;border-radius:16px;width:132px;height:132px;margin:auto;display:block}.corner-loupe small{color:#344054;margin-top:7px;font-size:8px;font-weight:850;display:block}.scanner-savebar{z-index:5;width:min(900px,100%);padding:10px 0 calc(8px + env(safe-area-inset-bottom));background:linear-gradient(#0b142300,#0b1423 18%);grid-template-columns:1fr 1.25fr;gap:10px;margin:18px auto 0;display:grid;position:sticky;bottom:0}.scanner-savebar .ghost{color:#fff;background:#ffffff14;border-color:#ffffff24}.scanner-savebar .primary{margin:0}.scan-page-grid.id-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}.scan-page-grid.id-card-grid .scan-page-thumb{aspect-ratio:1.58}@media (width<=820px){.pdf-canvas-stage{padding:8px}.pdf-pagebar{height:44px}.camera-stage{max-height:61vh}.camera-top-controls{top:8px;left:8px;right:8px}.auto-capture-status{bottom:9px}.corner-loupe{width:140px;top:8px}.corner-loupe canvas{width:122px;height:122px}}.live-document-overlay{transition:left .12s,top .12s,width .12s,height .12s}.scan-crop-overlay circle{r:4;filter:drop-shadow(0 2px 4px #00000059)}.corner-loupe{width:178px;padding:9px}.corner-loupe canvas{width:160px;height:160px}.corner-loupe small{font-size:9px}.pdf-canvas-stage canvas{border-radius:2px}@media (width<=820px){.corner-loupe{width:164px}.corner-loupe canvas{width:146px;height:146px}}
