@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#102a56;background:#f5f8fc;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #072c70;--blue: #0866e8;--blue-strong: #0756c9;--cyan: #18c5e8;--cyan-soft: #e9fbff;--surface: #ffffff;--surface-soft: #f7faff;--text: #102a56;--muted: #6f82a2;--line: #dfe7f2;--success: #0e9f6e;--warning: #e59a19;--danger: #d84a5e;--shadow: 0 12px 35px rgba(25, 61, 113, .08);--shadow-soft: 0 5px 18px rgba(25, 61, 113, .06)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#f5f8fc}body{min-width:320px;min-height:100vh;margin:0;background:#f5f8fc}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:100;width:258px;display:flex;flex-direction:column;padding:26px 16px 20px;color:#fff;background:linear-gradient(180deg,#073ba0,#075dcc 52%,#064aad);box-shadow:14px 0 35px #04307a24;overflow-y:auto}.sidebar:after{content:"";position:absolute;inset:auto 0 0;height:270px;pointer-events:none;opacity:.24;background-image:linear-gradient(135deg,transparent 44%,rgba(74,214,255,.45) 45%,rgba(74,214,255,.45) 46%,transparent 47%),radial-gradient(circle,rgba(81,222,255,.7) 0 2px,transparent 3px);background-size:70px 70px,55px 55px;-webkit-mask-image:linear-gradient(to top,black,transparent);mask-image:linear-gradient(to top,black,transparent)}.sidebar-close{display:none}.brand{position:relative;z-index:1;display:flex;align-items:center;gap:10px;padding:2px 12px 28px}.brand-mark{display:grid;place-items:center;width:34px;height:44px;color:#7eefff;font-size:42px;font-weight:800;line-height:1;transform:skew(-8deg)}.brand strong{color:#fff;font-size:1.7rem;letter-spacing:-.04em}.brand strong span{color:#40daf4}.sidebar nav{position:relative;z-index:1;display:grid;gap:7px}.sidebar nav button{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;width:100%;min-height:52px;padding:0 13px;border:0;border-radius:11px;color:#ffffffd6;background:transparent;text-align:left;transition:background .16s ease,color .16s ease,transform .16s ease}.sidebar nav button:hover{color:#fff;background:#ffffff17;transform:translate(2px)}.sidebar nav button.active,.sidebar nav button.module-active{color:#fff;background:#1673ebe6;box-shadow:inset 4px 0 #37e1f4,0 9px 22px #0227672e}.sidebar nav button.module-active{margin-top:4px}.sidebar nav button svg:last-child{opacity:.6}.sidebar-footer{position:relative;z-index:1;display:flex;align-items:center;gap:11px;margin-top:auto;padding:14px;border:1px solid rgba(255,255,255,.17);border-radius:13px;background:#ffffff14}.sidebar-footer div{display:grid;gap:3px}.sidebar-footer small{color:#ffffffa6;font-size:.72rem}.workspace{min-height:100vh;margin-left:258px}.topbar{position:sticky;top:0;z-index:50;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid var(--line);background:#ffffffed;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.menu-button{display:none}.breadcrumbs{display:flex;align-items:center;gap:13px;color:#667a9e;font-size:.86rem}.breadcrumbs i{color:#bdc9db;font-style:normal}.breadcrumbs strong{color:var(--blue)}.breadcrumbs b{margin-left:5px;padding:8px 14px;border-radius:999px;color:#06405e;background:#55ddec;font-size:.72rem;letter-spacing:.04em}.topbar-actions{display:flex;align-items:center;gap:10px}.topbar-actions button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:10px;color:#5f7396;background:transparent}.topbar-actions button:hover{background:#f1f5fb}.avatar{display:grid;place-items:center;width:40px;height:40px;margin-left:6px;border-radius:50%;color:#fff;background:var(--blue);font-weight:800}main{max-width:1600px;margin:0 auto;padding:34px 34px 48px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.page-heading>div{display:flex;align-items:flex-start;gap:17px}.title-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;color:var(--blue);background:#eef5ff;box-shadow:inset 0 -3px 0 var(--cyan)}.page-heading p{margin:0 0 5px;color:var(--cyan);font-size:.68rem;font-weight:800;letter-spacing:.12em}.page-heading h1{margin:0;color:var(--text);font-size:clamp(1.65rem,2.5vw,2.35rem);letter-spacing:-.045em}.page-heading small{display:block;margin-top:7px;color:var(--muted);font-size:.9rem}.primary-button,.secondary-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border-radius:10px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.primary-button{border:1px solid var(--blue);color:#fff;background:var(--blue);box-shadow:0 9px 20px #0866e82b}.primary-button:hover{background:var(--blue-strong);transform:translateY(-1px)}.secondary-button{border:1px solid #cdd9e9;color:var(--blue-strong);background:#fff}.secondary-button:hover{background:#f5f9ff}.danger-button{border:1px solid var(--danger);color:#fff;background:var(--danger)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-bottom:20px}.metric-card{min-height:137px;display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-soft)}.metric-card>span{display:grid;place-items:center;width:58px;height:58px;flex:0 0 auto;border-radius:50%;color:var(--blue);background:#edf4ff}.metric-card>div{display:grid;gap:3px;min-width:0}.metric-card small{color:#617695;font-weight:600}.metric-card strong{color:var(--text);font-size:2rem;line-height:1.05}.metric-card i{width:42px;height:3px;margin-top:8px;border-radius:999px;background:var(--cyan)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 295px;gap:20px;align-items:start}.surface{border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-soft)}.tools-table-card,.list-card{min-height:420px;overflow:hidden}.section-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.section-toolbar>div:first-child{display:flex;align-items:center;gap:11px}.section-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--blue);background:#eff5ff}.section-toolbar h2{margin:0;font-size:1rem}.section-toolbar p{margin:3px 0 0;color:var(--muted);font-size:.72rem}.table-controls{display:flex;gap:9px}.search-box,.filter-box{display:flex;align-items:center;gap:8px;min-height:39px;padding:0 12px;border:1px solid var(--line);border-radius:9px;color:#7184a2;background:#fbfdff}.search-box{width:min(300px,30vw)}.search-box input{width:100%;border:0;outline:0;color:var(--text);background:transparent}.filter-box select{border:0;outline:0;color:var(--text);background:transparent}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:14px 17px;border-bottom:1px solid #e9eef6;text-align:left;vertical-align:middle;white-space:nowrap}th{color:#29446f;background:#f3f7fc;font-size:.73rem;font-weight:700}td{color:#40597d;font-size:.8rem}td>strong:not(.code-chip){display:block;color:var(--text)}td small{display:block;margin-top:4px;color:#8a9bb4}.code-chip{display:inline-flex;padding:5px 8px;border-radius:7px;color:var(--blue-strong);background:#edf5ff;font-size:.72rem}.status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:.69rem;font-weight:700}.status-available{color:#087d59;background:#e7f9f2}.status-loaned{color:#9a6400;background:#fff4d8}.status-review{color:#6b55aa;background:#f0eaff}.status-retired{color:#7e8797;background:#eef1f5}.tag-stack{display:flex;gap:5px}.tag-stack span{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border:1px solid #cde0f5;border-radius:6px;color:#2367a9;background:#f4f9ff;font-size:.65rem;font-weight:700}.row-actions{display:flex;justify-content:flex-end;gap:5px}.row-actions button{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:7px;color:#50709b;background:#fff}.row-actions button:hover:not(:disabled){color:var(--blue);border-color:#a9c9f3;background:#f5f9ff}.right-column{display:grid;gap:17px}.quick-panel{padding:19px}.quick-panel h2{display:flex;align-items:center;gap:8px;margin:0 0 15px;font-size:1rem}.quick-panel>button{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;width:100%;min-height:57px;margin-top:9px;padding:8px 11px;border:1px solid #c9dcf4;border-radius:9px;color:var(--blue-strong);background:#fff;text-align:left}.quick-panel>button:hover{border-color:#8ebcf4;background:#f7fbff}.quick-panel>button.quick-primary{color:#fff;border-color:var(--blue);background:var(--blue)}.quick-panel button span{display:grid;gap:2px}.quick-panel button strong{font-size:.8rem}.quick-panel button small{color:inherit;opacity:.7;font-size:.65rem}.workspace-status{display:grid;place-items:center;min-height:282px;padding:26px 20px;text-align:center}.workspace-status>span{display:grid;place-items:center;width:105px;height:105px;border-radius:50%;color:var(--blue);background:#edf6ff}.workspace-status h2{margin:17px 0 8px;font-size:1.25rem}.workspace-status p{max-width:220px;margin:0;color:var(--muted);font-size:.78rem;line-height:1.6}.workspace-status i{width:46px;height:3px;margin-top:17px;border-radius:999px;background:var(--cyan)}.empty-state{display:grid;place-items:center;min-height:315px;padding:35px;text-align:center}.empty-state>span{display:grid;place-items:center;width:88px;height:88px;border-radius:50%;color:var(--blue);background:#edf5ff}.empty-state strong{margin-top:17px;color:var(--text);font-size:1.05rem}.empty-state p{max-width:440px;margin:8px 0 18px;color:var(--muted);font-size:.82rem;line-height:1.55}.technician-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.technician-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff}.initials{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;color:var(--blue);background:#edf5ff;font-weight:800}.technician-card small{color:#8798b1;font-size:.68rem}.technician-card h3{margin:3px 0;font-size:.9rem}.technician-card p{margin:0;color:var(--muted);font-size:.72rem}.technician-card>strong{display:grid;place-items:center;min-width:55px;color:var(--blue);font-size:1.3rem}.technician-card>strong small{font-size:.58rem;font-weight:600}.movement-list{display:grid}.movement-list article{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:15px 20px;border-bottom:1px solid var(--line)}.movement-list article>span{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;color:var(--blue);background:#eef5ff}.movement-list strong{font-size:.82rem}.movement-list p{margin:4px 0 0;color:var(--muted);font-size:.73rem}.movement-list time{color:#8192aa;font-size:.7rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:22px;background:#0a1e416b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(620px,100%);max-height:min(820px,calc(100vh - 36px));overflow:auto;border:1px solid #d8e2ef;border-radius:17px;background:#fff;box-shadow:0 30px 80px #09234d40}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:21px 22px 17px;border-bottom:1px solid var(--line)}.modal-header h2{margin:0;font-size:1.25rem}.modal-header p{margin:6px 0 0;color:var(--muted);font-size:.78rem;line-height:1.5}.icon-button{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border:1px solid var(--line);border-radius:9px;color:#607493;background:#fff}.modal-body{padding:21px 22px 22px}.modal-footer{padding:0 22px 22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{display:grid;gap:7px;color:#3a5379;font-size:.75rem;font-weight:700}.form-grid .full{grid-column:1 / -1}.form-grid input,.form-grid select{width:100%;height:43px;padding:0 12px;border:1px solid #ccd9e9;border-radius:9px;outline:0;color:var(--text);background:#fbfdff}.form-grid input:focus,.form-grid select:focus{border-color:#72aaf0;box-shadow:0 0 0 3px #0866e81c}.inline-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.form-warning{margin:14px 0 0;padding:11px 13px;border-radius:9px;color:#8b5c00;background:#fff5dc;font-size:.75rem}.qr-preview{display:grid;place-items:center;padding:16px;text-align:center}.qr-preview svg{padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.qr-preview strong{margin-top:15px;font-size:1.1rem}.qr-preview p{margin:5px 0 16px;color:var(--muted)}.nfc-payload{display:flex;align-items:center;gap:12px;padding:13px;border:1px solid #cde2f4;border-radius:10px;color:var(--blue);background:#f4faff}.nfc-payload div{display:grid;gap:3px;min-width:0}.nfc-payload small{color:#68809f}.nfc-payload strong{overflow:hidden;text-overflow:ellipsis}.reset-warning{display:flex;align-items:center;gap:15px;padding:16px;border:1px solid #f0c8cf;border-radius:11px;color:#923646;background:#fff4f6}.reset-warning p{margin:0;font-size:.8rem;line-height:1.55}.toast{position:fixed;right:24px;bottom:24px;z-index:1200;display:flex;align-items:center;gap:9px;min-height:48px;padding:0 16px;border-radius:11px;color:#fff;background:#0d7d60;box-shadow:0 16px 40px #08554140;font-weight:700;font-size:.78rem}.sidebar-overlay{display:none}@media(max-width:1200px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.right-column{grid-template-columns:1fr 1fr}.workspace-status{min-height:auto}.technician-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sidebar{width:250px;transform:translate(-105%);transition:transform .2s ease}.sidebar.open{transform:translate(0)}.sidebar-close{position:absolute;top:14px;right:12px;z-index:3;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:9px;color:#fff;background:#ffffff1f}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:block;border:0;background:#081f4759}.workspace{margin-left:0}.topbar{height:70px;padding:0 18px}.menu-button{display:grid;place-items:center;width:39px;height:39px;border:1px solid var(--line);border-radius:9px;color:var(--blue);background:#fff}.breadcrumbs{margin-right:auto;margin-left:13px}.breadcrumbs span:nth-of-type(2),.breadcrumbs i:nth-of-type(2){display:none}main{padding:25px 20px 40px}.page-heading{align-items:flex-start}.technician-grid{grid-template-columns:1fr}}@media(max-width:680px){.breadcrumbs i,.breadcrumbs span:not(:first-child){display:none}.breadcrumbs b{padding:7px 10px;font-size:.64rem}.topbar-actions button{display:none}.page-heading{display:grid}.page-heading>.primary-button{width:100%}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:105px;gap:11px;padding:14px}.metric-card>span{width:44px;height:44px}.metric-card strong{font-size:1.55rem}.right-column{grid-template-columns:1fr}.section-toolbar{align-items:stretch;flex-direction:column}.table-controls{display:grid}.search-box,.filter-box select{width:100%}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.inline-footer{flex-direction:column-reverse}.inline-footer button{width:100%}.movement-list article{grid-template-columns:36px 1fr}.movement-list time{grid-column:2}.modal-backdrop{padding:10px}.modal{max-height:calc(100vh - 20px);border-radius:13px}.toast{right:12px;bottom:12px;left:12px;justify-content:center}}@media(max-width:440px){main{padding-inline:14px}.metric-grid{grid-template-columns:1fr}.page-heading>div{gap:11px}.title-icon{width:40px;height:40px}.page-heading small{font-size:.78rem}}@media print{body *{visibility:hidden}.qr-preview,.qr-preview *{visibility:visible}.qr-preview{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#fff}.qr-preview button{display:none}}.sidebar nav button.module-active{margin-top:12px;border:1px solid rgba(165,228,255,.28);background:#ffffff14;box-shadow:none}.sidebar nav button.module-active:hover{background:#ffffff21}@media(max-width:700px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-card{min-height:116px;padding:16px 14px}.metric-card>span{width:42px;height:42px}.metric-card div>strong{font-size:1.8rem}.tools-table-card .table-scroll{overflow:visible}.tools-table-card table,.tools-table-card tbody{display:block;width:100%;min-width:0}.tools-table-card thead{display:none}.tools-table-card tbody:empty{display:none}.tools-table-card tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;margin:12px 14px;padding:16px;border:1px solid #d9e4f2;border-radius:15px;background:#fff;box-shadow:0 7px 20px #10305b0f}.tools-table-card tbody td{display:block;min-width:0;padding:0;border:0}.tools-table-card tbody td:nth-child(1){grid-column:1;grid-row:1}.tools-table-card tbody td:nth-child(4){grid-column:2;grid-row:1;justify-self:end}.tools-table-card tbody td:nth-child(2){grid-column:1 / -1;grid-row:2}.tools-table-card tbody td:nth-child(3),.tools-table-card tbody td:nth-child(5){grid-column:1 / -1;color:#60789b;font-size:.82rem}.tools-table-card tbody td:nth-child(3):before{content:"Categoría · ";color:#17365f;font-weight:700}.tools-table-card tbody td:nth-child(5):before{content:"Ubicación / responsable · ";color:#17365f;font-weight:700}.tools-table-card tbody td:nth-child(6){grid-column:1}.tools-table-card tbody td:nth-child(7){grid-column:2;justify-self:end}.row-actions{justify-content:flex-end}}@media(max-width:350px){.metric-grid{grid-template-columns:1fr}}@media print{@page{size:A4 portrait;margin:14mm}body{background:#fff!important}body *{visibility:hidden!important}.modal-backdrop,.modal-backdrop *{visibility:visible!important}.modal-backdrop{position:static!important;display:block!important;padding:0!important;background:#fff!important}.modal{width:100%!important;max-width:none!important;min-height:auto!important;margin:0!important;border:0!important;box-shadow:none!important}.modal-header,.inline-footer,.qr-preview button{display:none!important}.modal-body,.qr-preview{padding:0!important}.qr-preview{min-height:240mm;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#10233d!important}.qr-preview svg{width:82mm!important;height:82mm!important}.qr-preview strong{font-size:24pt!important}.qr-preview p{font-size:14pt!important}}.ecosystem-trigger{position:fixed;top:20px;right:150px;z-index:140;min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dce6f3;border-radius:11px;color:#29466f;background:#fffffff5;box-shadow:0 7px 22px #193d7114;font-size:.78rem;font-weight:700;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ecosystem-trigger:hover{color:#0756c9;border-color:#b9d2f2;background:#f8fbff}.ecosystem-trigger strong{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;color:#0756c9;background:#eaf3ff;font-size:.68rem}.ecosystem-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;border:0;background:#0314323d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ecosystem-panel{position:fixed;top:72px;right:24px;z-index:190;width:min(620px,calc(100vw - 48px));max-height:calc(100vh - 96px);overflow:auto;border:1px solid #dce6f3;border-radius:20px;color:#102a56;background:#f7faff;box-shadow:0 28px 80px #0826563d;animation:ecosystem-panel-in .18s ease-out}@keyframes ecosystem-panel-in{0%{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.ecosystem-panel-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 21px;border-bottom:1px solid #e1e9f4;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ecosystem-panel-header>button{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #dce6f3;border-radius:10px;color:#627797;background:#fff}.ecosystem-brand-lockup{display:flex;align-items:center;gap:11px}.ecosystem-brand-mark{width:38px;height:42px;display:grid;place-items:center;border-radius:11px;color:#72e7f6;background:linear-gradient(145deg,#073ba0,#0768db);font-size:29px;font-weight:800;line-height:1;transform:skew(-5deg);box-shadow:0 8px 18px #0753be33}.ecosystem-brand-lockup div{display:grid;gap:2px}.ecosystem-brand-lockup strong{font-size:1.24rem;letter-spacing:-.04em}.ecosystem-brand-lockup strong span{color:#08aecd}.ecosystem-brand-lockup small{color:#7083a0;font-size:.7rem}.ecosystem-current{position:relative;display:grid;grid-template-columns:48px 1fr 34px;align-items:center;gap:13px;margin:18px 20px 14px;padding:17px;overflow:hidden;border:1px solid #a9cbf6;border-radius:15px;background:linear-gradient(135deg,#f8fbff,#ebf5ff 70%,#e7fbff)}.ecosystem-current:after{content:"";position:absolute;right:-42px;bottom:-65px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(24,197,232,.14),transparent 67%)}.ecosystem-current-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#0866e8;box-shadow:0 9px 20px #0866e833}.ecosystem-current>div{min-width:0;display:grid;gap:4px}.ecosystem-current small{color:#08aecd;font-size:.62rem;font-weight:800;letter-spacing:.11em}.ecosystem-current strong{font-size:.96rem}.ecosystem-current p{margin:0;color:#657b9c;font-size:.7rem;line-height:1.45}.ecosystem-current-check{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#0e9f6e}.ecosystem-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 21px 12px;color:#5f7596}.ecosystem-section-heading>div{display:grid;gap:2px}.ecosystem-section-heading strong{color:#193762;font-size:.84rem}.ecosystem-section-heading small{font-size:.67rem}.ecosystem-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 20px 18px}.ecosystem-module-card{position:relative;min-height:100px;display:grid;grid-template-columns:40px 1fr;align-items:start;gap:11px;padding:14px 14px 12px;overflow:hidden;border:1px solid #dce6f3;border-radius:13px;color:#193762;background:#fff;text-align:left;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.ecosystem-module-card:hover{transform:translateY(-2px);border-color:#b5cef0;box-shadow:0 11px 24px #193d7117}.ecosystem-module-card.is-active{border-color:#78aef2;background:#f6faff;box-shadow:inset 3px 0 #18c5e8}.ecosystem-module-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#0866e8;background:#edf5ff}.ecosystem-module-card.accent-cyan .ecosystem-module-icon{color:#078aaa;background:#e7fbff}.ecosystem-module-card.accent-violet .ecosystem-module-icon{color:#7153ba;background:#f0ebff}.ecosystem-module-card.accent-green .ecosystem-module-icon{color:#0e8b64;background:#e8f8f2}.ecosystem-module-card.accent-orange .ecosystem-module-icon{color:#c8790d;background:#fff3df}.ecosystem-module-copy{min-width:0;display:grid;gap:5px;padding-right:6px}.ecosystem-module-copy strong{font-size:.78rem}.ecosystem-module-copy small{color:#7385a1;font-size:.64rem;line-height:1.42}.ecosystem-status{position:absolute;left:14px;bottom:10px;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;font-size:.56rem;font-weight:800}.ecosystem-status.status-active{color:#087d59;background:#e5f7ef}.ecosystem-status.status-next{color:#0756c9;background:#e9f2ff}.ecosystem-status.status-planned{color:#7a8799;background:#eef1f5}.ecosystem-module-arrow{position:absolute;right:11px;bottom:12px;color:#a0afc2}.ecosystem-message{margin:-5px 20px 17px;padding:10px 12px;border:1px solid #bfe1ee;border-radius:9px;color:#17607a;background:#edfaff;font-size:.7rem}.ecosystem-panel-footer{display:flex;align-items:center;gap:10px;padding:14px 20px 17px;border-top:1px solid #e1e9f4;color:#6f82a2;background:#fff}.ecosystem-panel-footer>span{width:7px;height:34px;flex:0 0 auto;border-radius:999px;background:linear-gradient(#0866e8,#18c5e8)}.ecosystem-panel-footer p{margin:0;font-size:.67rem;line-height:1.5}.ecosystem-panel-footer strong{color:#29466f}@media(max-width:900px){.ecosystem-trigger{top:20px;right:116px}.ecosystem-trigger span{display:none}}@media(max-width:640px){.ecosystem-trigger{top:auto;right:17px;bottom:18px;min-width:50px;height:50px;justify-content:center;border-color:#0756c9;color:#fff;background:#0866e8;box-shadow:0 14px 30px #0849a547}.ecosystem-trigger strong{position:absolute;top:-5px;right:-4px;min-width:20px;height:20px;color:#06405e;background:#55ddec;box-shadow:0 3px 9px #04307a2e}.ecosystem-panel{inset:12px 12px auto;width:auto;max-height:calc(100vh - 24px);border-radius:17px}.ecosystem-panel-header{padding:16px}.ecosystem-current{margin:14px 14px 11px;grid-template-columns:44px 1fr 28px;padding:14px}.ecosystem-current-icon{width:44px;height:44px}.ecosystem-section-heading{padding:8px 15px 11px}.ecosystem-module-grid{grid-template-columns:1fr;padding:0 14px 15px}.ecosystem-module-card{min-height:92px}.ecosystem-message{margin:-3px 14px 14px}.ecosystem-panel-footer{padding:13px 15px 15px}}@media(prefers-reduced-motion:reduce){.ecosystem-panel{animation:none}.ecosystem-module-card{transition:none}}.ecosystem-trigger:focus-visible,.ecosystem-panel button:focus-visible{outline:3px solid rgba(24,197,232,.45);outline-offset:2px}@media(min-width:681px)and (max-width:900px){.ecosystem-trigger{top:14px;right:164px}}@media(min-width:641px)and (max-width:680px){.ecosystem-trigger{top:14px;right:18px}}@media(max-width:640px){.ecosystem-trigger{bottom:74px}}.workspace main{display:flex;flex-direction:column}.operational-center{display:none;order:-1;gap:18px;margin-bottom:20px}[data-isivolt-view=dashboard] .operational-center{display:grid}[data-isivolt-view=dashboard] .page-heading,[data-isivolt-view=dashboard] .metric-grid{display:none}.operations-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:34px;min-height:265px;padding:34px;overflow:hidden;border:1px solid rgba(52,126,225,.24);border-radius:20px;color:#fff;background:radial-gradient(circle at 82% 20%,rgba(66,224,248,.24),transparent 31%),linear-gradient(135deg,#062b6a,#0747a6 55%,#0866d5);box-shadow:0 22px 55px #07367f2b}.operations-hero:before,.operations-hero:after{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.09);border-radius:50%}.operations-hero:before{width:320px;height:320px;right:-110px;bottom:-190px}.operations-hero:after{width:190px;height:190px;right:120px;top:-125px}.operations-hero-copy{align-self:center;max-width:730px}.operations-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;color:#67e5f7;font-size:.7rem;font-weight:800;letter-spacing:.14em}.operations-hero h1{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.055em;line-height:1}.operations-hero-copy>p{max-width:670px;margin:16px 0 0;color:#ffffffc2;font-size:.96rem;line-height:1.7}.operations-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.operations-primary,.operations-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:45px;padding:0 17px;border-radius:10px;font-weight:750}.operations-primary{border:1px solid #48dcf0;color:#043a72;background:#55e0f1;box-shadow:0 10px 25px #0013382e}.operations-primary:hover{background:#76e8f5;transform:translateY(-1px)}.operations-secondary{border:1px solid rgba(255,255,255,.28);color:#fff;background:#ffffff14}.operations-secondary:hover{background:#ffffff24}.operations-active-module{position:relative;align-self:stretch;display:grid;grid-template-columns:58px 1fr;align-content:center;gap:15px;min-width:0;padding:25px;border:1px solid rgba(255,255,255,.17);border-radius:17px;background:#ffffff17;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.operations-module-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:15px;color:#0553a6;background:#6be6f4}.operations-active-module div{min-width:0}.operations-active-module small{display:block;margin-bottom:5px;color:#77e9f5;font-size:.63rem;font-weight:800;letter-spacing:.11em}.operations-active-module strong{display:block;color:#fff;font-size:1.08rem}.operations-active-module p{margin:7px 0 0;color:#ffffffab;font-size:.75rem;line-height:1.5}.operations-live{position:absolute;right:15px;top:15px;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;color:#dffdf4;background:#1ebb7e38;font-size:.62rem;font-weight:800}.operations-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.operations-kpi{display:flex;align-items:center;gap:14px;min-height:112px;padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-soft)}.operations-kpi>span{display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;border-radius:13px;color:var(--blue);background:#edf5ff}.operations-kpi div{min-width:0}.operations-kpi small,.operations-kpi p{color:var(--muted)}.operations-kpi small{display:block;font-size:.69rem;font-weight:700}.operations-kpi strong{display:block;margin-top:2px;color:var(--text);font-size:1.7rem;line-height:1}.operations-kpi p{margin:7px 0 0;overflow:hidden;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.operations-main-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px}.operations-activity,.operations-setup,.operations-roadmap{overflow:hidden}.operations-activity>header,.operations-setup>header,.operations-roadmap>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--line)}.operations-activity>header>div,.operations-setup>header>div,.operations-roadmap>header>div{display:flex;align-items:center;gap:11px;min-width:0}.operations-activity header div>span,.operations-setup header div>span,.operations-roadmap header div>span{display:grid;place-items:center;width:35px;height:35px;flex:0 0 auto;border-radius:10px;color:var(--blue);background:#eef5ff}.operations-activity h2,.operations-setup h2,.operations-roadmap h2{margin:0;font-size:.98rem}.operations-activity header p,.operations-setup header p,.operations-roadmap header p{margin:3px 0 0;color:var(--muted);font-size:.68rem}.operations-activity header button,.operations-roadmap header button{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;border:0;color:var(--blue);background:transparent;font-size:.7rem;font-weight:750}.operations-empty{display:grid;place-items:center;min-height:242px;padding:30px;color:#7790b0;text-align:center}.operations-empty strong{margin-top:11px;color:var(--text)}.operations-empty p{max-width:370px;margin:7px 0 0;font-size:.75rem;line-height:1.6}.operations-activity-list{display:grid;padding:7px 20px 11px}.operations-activity-list article{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #edf1f7}.operations-activity-list article:last-child{border-bottom:0}.operations-activity-dot{width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 3px #dff9fd}.operations-activity-list strong{display:block;color:var(--text);font-size:.77rem}.operations-activity-list p{margin:4px 0 0;overflow:hidden;color:var(--muted);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.operations-activity-list time{color:#8294af;font-size:.64rem;white-space:nowrap}.operations-setup>header>strong{color:var(--blue);font-size:1.25rem}.operations-progress{height:6px;margin:18px 20px 6px;overflow:hidden;border-radius:999px;background:#e9eff7}.operations-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:width .25s ease}.operations-checklist{display:grid;gap:4px;padding:10px 20px 14px}.operations-checklist>div{display:flex;align-items:center;gap:9px;min-height:38px;color:#6b809e}.operations-checklist>div.complete{color:#158565}.operations-checklist p{margin:0;font-size:.74rem;font-weight:650}.operations-setup-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:0 20px 20px}.operations-setup-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 8px;border:1px solid #d3dfed;border-radius:9px;color:#315f9d;background:#fbfdff;font-size:.66rem;font-weight:750}.operations-setup-actions button:hover{border-color:#9fc2ee;background:#f3f8ff}.operations-roadmap-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 20px 20px}.operations-roadmap-card{display:grid;grid-template-columns:42px 1fr;gap:11px;min-width:0;padding:15px;border:1px solid #dfe7f2;border-radius:13px;background:#fbfdff}.operations-roadmap-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;color:var(--blue);background:#edf5ff}.operations-roadmap-card.active{border-color:#b9d5f8;background:#f3f8ff}.operations-roadmap-card.next>span{color:#087f91;background:#e9fbff}.operations-roadmap-card.planned>span{color:#6758a4;background:#f2efff}.operations-roadmap-card small{display:block;color:var(--cyan);font-size:.57rem;font-weight:850;letter-spacing:.09em}.operations-roadmap-card strong{display:block;margin-top:3px;color:var(--text);font-size:.83rem}.operations-roadmap-card p{margin:5px 0 0;color:var(--muted);font-size:.64rem;line-height:1.45}@media(max-width:1200px){.operations-hero{grid-template-columns:minmax(0,1fr) minmax(285px,.7fr)}.operations-main-grid{grid-template-columns:1fr}.operations-roadmap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.operations-hero{grid-template-columns:1fr;padding:28px}.operations-active-module{min-height:150px}.operations-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.operational-center{gap:12px;margin-bottom:14px}.operations-hero{gap:23px;min-height:0;padding:23px 20px;border-radius:16px}.operations-hero-copy>p{font-size:.83rem}.operations-hero-actions{display:grid}.operations-primary,.operations-secondary{width:100%}.operations-active-module{grid-template-columns:47px 1fr;min-height:0;padding:18px}.operations-module-icon{width:47px;height:47px}.operations-live{position:static;grid-column:1 / -1;justify-self:start}.operations-kpis{gap:9px}.operations-kpi{min-height:100px;gap:10px;padding:13px}.operations-kpi>span{width:39px;height:39px}.operations-kpi strong{font-size:1.4rem}.operations-kpi p{display:none}.operations-activity>header,.operations-setup>header,.operations-roadmap>header{align-items:flex-start;padding:15px}.operations-activity header button,.operations-roadmap header button{font-size:0}.operations-activity header button svg,.operations-roadmap header button svg{width:18px;height:18px}.operations-activity-list{padding-inline:15px}.operations-activity-list article{grid-template-columns:10px minmax(0,1fr)}.operations-activity-list time{grid-column:2}.operations-setup-actions{grid-template-columns:1fr;padding-inline:15px}.operations-progress{margin-inline:15px}.operations-checklist{padding-inline:15px}.operations-roadmap-grid{grid-template-columns:1fr;padding:14px 15px 16px}}@media(max-width:390px){.operations-kpis{grid-template-columns:1fr 1fr}.operations-kpi{display:grid;grid-template-columns:37px 1fr}}.scan-launcher{display:inline-flex!important;align-items:center;gap:8px;width:auto!important;min-height:40px;padding:0 14px;border:1px solid #b9d5f6!important;border-radius:10px!important;color:#0756c9!important;background:#edf6ff!important;font-size:.76rem;font-weight:800;white-space:nowrap}.scan-launcher:hover{border-color:#78b0ef!important;background:#e2f1ff!important}.scan-session-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;display:grid;place-items:center;padding:18px;background:#04183aa8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.scan-session{width:min(1040px,100%);max-height:calc(100vh - 36px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(197,218,242,.86);border-radius:22px;color:var(--text);background:#f6f9fd;box-shadow:0 34px 90px #021a4457}.scan-session-header{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;gap:20px;min-height:82px;padding:14px 20px;color:#fff;background:linear-gradient(115deg,#063a96,#0768d9 58%,#0858bd)}.scan-session-header>button{justify-self:end;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.22);border-radius:10px;color:#fff;background:#ffffff1a}.scan-session-brand,.scan-session-title{display:flex;align-items:center;gap:11px}.scan-session-brand>span{color:#65e5f6;font-size:2.1rem;font-weight:900}.scan-session-brand div,.scan-session-title div{display:grid;gap:2px}.scan-session-brand strong{font-size:1.04rem}.scan-session-brand small,.scan-session-title small{color:#ffffffb3;font-size:.68rem}.scan-session-title{justify-self:center}.scan-session-title strong{font-size:.9rem}.scan-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:13px 20px;border-bottom:1px solid var(--line);background:#fff}.scan-progress span{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;color:#8798b2;font-size:.7rem;font-weight:700}.scan-progress span:not(:last-child):after{content:"";position:absolute;right:-6px;width:12px;height:1px;background:#d8e2ef}.scan-progress i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#7890b1;background:#eef3f9;font-style:normal}.scan-progress span.active{color:#0756c9}.scan-progress span.active i{color:#fff;background:#0866e8}.scan-session-body{position:relative;min-height:0;overflow-y:auto;padding:28px}.scan-choice-screen,.scan-identify-screen,.scan-items-screen,.scan-review-screen{max-width:790px;margin:0 auto}.scan-intro{display:grid;place-items:center;margin-bottom:26px;text-align:center}.scan-intro>span,.scan-step-heading>span{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;color:#0866e8;background:#e9f4ff;box-shadow:inset 0 -3px #35d1eb}.scan-intro h2,.scan-step-heading h2,.scan-review-hero h2,.scan-complete-screen h2{margin:14px 0 6px;color:#102a56}.scan-intro p,.scan-step-heading p,.scan-review-hero p,.scan-complete-screen p{margin:0;color:var(--muted);line-height:1.55}.scan-choice-screen h3{margin:26px 0 12px;font-size:.82rem}.scan-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.scan-choice-grid button{min-height:130px;display:grid;place-items:center;align-content:center;gap:7px;padding:18px;border:1px solid #d2deed;border-radius:16px;color:#385475;background:#fff;box-shadow:var(--shadow-soft)}.scan-choice-grid button strong{color:#17365f;font-size:1rem}.scan-choice-grid button small{color:#7d90aa;text-align:center}.scan-choice-grid button.selected{border-color:#0866e8;color:#0866e8;background:#edf6ff;box-shadow:inset 0 0 0 2px #0866e817,0 12px 24px #0866e81c}.scan-choice-grid.mode button{min-height:110px}.scan-step-heading{display:flex;align-items:center;gap:15px;margin-bottom:20px}.scan-step-heading h2{margin:0 0 4px}.scan-step-heading>strong{margin-left:auto;display:grid;place-items:center;min-width:46px;height:46px;border-radius:13px;color:#fff;background:#0866e8;font-size:1.25rem}.scan-input-card,.scan-manual-select,.technician-credential,.scan-review-screen,.scan-empty-list,.scan-tool-list{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-soft)}.scan-input-card{padding:20px}.scan-input-card>label,.scan-manual-select label{display:grid;gap:8px;color:#3d587d;font-size:.74rem;font-weight:800}.scan-input-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:50px;padding-left:14px;border:1px solid #cbd9e9;border-radius:11px;color:#6e86a8;background:#fbfdff}.scan-input-row input{min-width:0;height:46px;border:0;outline:0;color:var(--text);background:transparent}.scan-input-row button{align-self:stretch;padding:0 18px;border:0;border-radius:9px;color:#fff;background:#0866e8;font-weight:800}.scan-device-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.scan-device-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;border:1px solid #c9dbef;border-radius:10px;color:#0756c9;background:#f5faff;font-weight:750}.scan-device-actions button.waiting{color:#087b5d;border-color:#9ed8c7;background:#ecfaf5}.scan-manual-select{margin-top:14px;padding:17px 20px}.scan-manual-select select{width:100%;height:44px;padding:0 12px;border:1px solid #ccd9e9;border-radius:10px;color:var(--text);background:#fbfdff}.technician-credential{display:flex;align-items:center;gap:19px;margin-top:14px;padding:18px;border-color:#b9d9f6;background:linear-gradient(135deg,#fff,#f1f8ff)}.technician-credential svg{flex:0 0 auto;padding:7px;border:1px solid #d8e5f2;border-radius:11px;background:#fff}.technician-credential div{min-width:0}.technician-credential small{color:#18a9c7;font-size:.66rem;font-weight:900;letter-spacing:.09em}.technician-credential strong{display:block;margin-top:5px;color:#102a56;font-size:1rem}.technician-credential p{margin:4px 0 8px;color:var(--muted);font-size:.76rem}.technician-credential code{display:block;overflow:hidden;color:#47709f;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem}.scan-input-card.compact{padding:17px}.scan-empty-list{display:grid;place-items:center;min-height:210px;margin-top:15px;padding:26px;color:#7890ae;text-align:center}.scan-empty-list strong{margin-top:10px;color:#29476e}.scan-empty-list p{max-width:420px;margin:6px 0 0;line-height:1.5}.scan-tool-list{margin-top:15px;overflow:hidden}.scan-tool-list article{display:grid;grid-template-columns:32px minmax(0,1fr) auto 36px;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid #e7edf5}.scan-tool-list article:last-child{border-bottom:0}.scan-tool-list article>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#0756c9;background:#edf5ff;font-weight:850;font-size:.75rem}.scan-tool-list article div{min-width:0}.scan-tool-list article strong{display:block;overflow:hidden;color:#17365f;text-overflow:ellipsis;white-space:nowrap}.scan-tool-list article small{display:block;margin-top:3px;color:#7b8fa9}.scan-tool-list article em{padding:5px 8px;border-radius:999px;color:#08795a;background:#e9f8f2;font-size:.62rem;font-style:normal;font-weight:900}.scan-tool-list article button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #efcbd1;border-radius:9px;color:#c34658;background:#fff7f8}.scan-review-screen{padding:24px}.scan-review-hero{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--line)}.scan-review-hero>span{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;color:#fff;background:#0866e8}.scan-review-hero small{color:#18a9c7;font-size:.68rem;font-weight:900;letter-spacing:.08em}.scan-review-hero h2{margin:4px 0}.scan-review-screen dl{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.scan-review-screen dl>div{padding:13px;border:1px solid #e0e8f2;border-radius:11px;background:#f8fbff}.scan-review-screen dt{color:#7c90ab;font-size:.66rem}.scan-review-screen dd{margin:5px 0 0;color:#17365f;font-weight:800}.scan-review-screen dd small{display:block;margin-top:3px;color:#8092aa;font-weight:500}.scan-review-tools{display:grid;gap:7px}.scan-review-tools span{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:9px;color:#355778;background:#eef7ff;font-size:.77rem}.scan-complete-screen{min-height:430px;display:grid;place-items:center;align-content:center;padding:30px;text-align:center}.scan-complete-screen>span{display:grid;place-items:center;width:94px;height:94px;border-radius:50%;color:#fff;background:#10a477;box-shadow:0 17px 35px #10a47733}.scan-complete-screen code{margin-top:13px;padding:8px 11px;border-radius:8px;color:#557293;background:#eef3f8;font-size:.67rem}.scan-complete-screen>div{display:flex;gap:10px;margin-top:24px}.scan-complete-screen button,.scan-session-footer button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:1px solid #cad8e8;border-radius:10px;color:#355a84;background:#fff;font-weight:800}.scan-complete-screen button.primary,.scan-session-footer button.primary{color:#fff;border-color:#0866e8;background:#0866e8}.scan-session-footer button:disabled{opacity:.44}.scan-session-footer{display:flex;justify-content:space-between;gap:12px;padding:14px 20px;border-top:1px solid var(--line);background:#fff}.scan-message{position:sticky;bottom:0;z-index:5;margin:16px auto 0;max-width:790px;padding:11px 14px;border:1px solid #c3d9f0;border-radius:10px;color:#235a8d;background:#f0f8ff;box-shadow:0 8px 22px #163d6917;font-size:.76rem;font-weight:700}.scan-camera{position:absolute;top:16px;right:16px;bottom:16px;left:16px;z-index:20;overflow:hidden;border-radius:18px;background:#06162b;box-shadow:0 20px 60px #00000052}.scan-camera video{width:100%;height:100%;object-fit:cover}.scan-camera>div{position:absolute;top:15%;right:18%;bottom:15%;left:18%;display:grid;place-items:center;align-content:center;border:3px solid #50e3f5;border-radius:23px;color:#fff;background:#03183124;text-align:center}.scan-camera p{margin:10px 0 0}.scan-camera>button{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border:0;border-radius:10px;color:#17365f;background:#fff;font-weight:800}@media(max-width:900px){.scan-launcher span{display:none}.scan-launcher{width:40px!important;padding:0!important;justify-content:center}.scan-session-header{grid-template-columns:1fr auto}.scan-session-title{grid-column:1 / -1;grid-row:2;justify-self:start}.scan-session-brand{grid-column:1}.scan-session-header>button{grid-column:2;grid-row:1}.scan-session-header{padding-block:12px}.scan-review-screen dl{grid-template-columns:1fr 1fr}}@media(max-width:680px){.scan-session-backdrop{padding:0}.scan-session{width:100%;height:100%;max-height:none;border:0;border-radius:0}.scan-session-header{min-height:72px;padding:10px 14px}.scan-session-title{display:none}.scan-progress{padding:9px 10px}.scan-progress span{gap:4px;font-size:.6rem}.scan-progress i{width:22px;height:22px}.scan-session-body{padding:18px 14px}.scan-choice-grid{grid-template-columns:1fr}.scan-choice-grid button{min-height:105px}.scan-choice-grid.mode button{min-height:98px}.scan-step-heading{align-items:flex-start}.scan-step-heading>span{width:45px;height:45px;flex:0 0 auto}.scan-input-row{grid-template-columns:auto minmax(0,1fr);padding-right:8px}.scan-input-row button{grid-column:1 / -1;min-height:42px;margin:0 -1px 7px}.scan-device-actions{grid-template-columns:1fr}.technician-credential{align-items:flex-start}.technician-credential svg{width:96px;height:96px}.scan-tool-list article{grid-template-columns:30px minmax(0,1fr) 34px}.scan-tool-list article em{grid-column:2;width:max-content}.scan-tool-list article button{grid-column:3;grid-row:1 / 3}.scan-review-hero{align-items:flex-start}.scan-review-hero>span{width:52px;height:52px;flex:0 0 auto}.scan-review-screen dl{grid-template-columns:1fr 1fr}.scan-session-footer{padding:10px 12px}.scan-session-footer button{flex:1;padding:0 10px;font-size:.72rem}.scan-complete-screen>div{width:100%;flex-direction:column}.scan-complete-screen button{width:100%}}@media(max-width:390px){.scan-progress span{font-size:0}.scan-progress i{font-size:.7rem}.technician-credential{display:grid;justify-items:center;text-align:center}.technician-credential code{max-width:260px}.scan-review-screen dl{grid-template-columns:1fr}}.scan-feedback-settings-trigger{display:grid;place-items:center;width:38px;height:38px;margin-left:auto;border:1px solid rgba(255,255,255,.22);border-radius:10px;color:#fff;background:#ffffff1a}.scan-feedback-flash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11600;display:grid;place-items:center;pointer-events:none;animation:scan-feedback-fade 1.25s ease both}.scan-feedback-flash:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:10px solid currentColor;background:color-mix(in srgb,currentColor 13%,transparent);animation:scan-feedback-border .48s ease-out both}.scan-feedback-flash>div:not(.scan-feedback-icon){position:relative;width:min(360px,calc(100% - 36px));padding:58px 22px 20px;border:1px solid rgba(255,255,255,.7);border-radius:20px;color:#17365f;background:#fffffff5;box-shadow:0 22px 70px #031f4447;text-align:center;animation:scan-feedback-card .34s cubic-bezier(.2,.9,.2,1.16) both}.scan-feedback-icon{position:absolute;z-index:2;display:grid;place-items:center;width:78px;height:78px;margin-top:-86px;border:6px solid white;border-radius:50%;color:#fff;background:currentColor;box-shadow:0 10px 28px color-mix(in srgb,currentColor 30%,transparent);animation:scan-feedback-icon .4s cubic-bezier(.2,.9,.2,1.3) both}.scan-feedback-icon svg{color:#fff}.scan-feedback-flash strong{display:block;color:currentColor;font-size:1.1rem}.scan-feedback-flash p{margin:7px 0 0;color:#647d99;font-size:.78rem;line-height:1.45}.scan-feedback-flash.kind-success{color:#14945a}.scan-feedback-flash.kind-complete{color:#075dcc;animation-duration:2.4s}.scan-feedback-flash.kind-warning{color:#d08616}.scan-feedback-flash.kind-error{color:#c73d4b}.scan-feedback-settings{position:fixed;z-index:11700;top:74px;right:20px;width:min(360px,calc(100% - 32px));overflow:hidden;border:1px solid #cddcea;border-radius:17px;color:#17365f;background:#fff;box-shadow:0 22px 70px #031f444d}.scan-feedback-settings>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;color:#fff;background:linear-gradient(120deg,#063b98,#0870df)}.scan-feedback-settings header div{display:grid;gap:2px}.scan-feedback-settings header small{color:#70e5f3;font-size:.61rem;font-weight:900;letter-spacing:.08em}.scan-feedback-settings header strong{font-size:.95rem}.scan-feedback-settings header button{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:9px;color:#fff;background:#ffffff1a}.scan-feedback-settings>label{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid #e4ebf3;cursor:pointer}.scan-feedback-settings>label:last-child{border-bottom:0}.scan-feedback-settings label>span{display:flex;align-items:center;gap:11px}.scan-feedback-settings label>span>svg{color:#0864ce}.scan-feedback-settings label span span{display:grid;gap:2px}.scan-feedback-settings label strong{font-size:.78rem}.scan-feedback-settings label small{color:#7489a2;font-size:.66rem}.scan-feedback-settings input{width:20px;height:20px;accent-color:#0864ce}.scan-feedback-flash.reduced-motion,.scan-feedback-flash.reduced-motion:before,.scan-feedback-flash.reduced-motion>div,.scan-feedback-flash.reduced-motion .scan-feedback-icon{animation:none}@keyframes scan-feedback-border{0%{opacity:0;transform:scale(.98)}45%{opacity:1}to{opacity:0;transform:scale(1.01)}}@keyframes scan-feedback-card{0%{opacity:0;transform:translateY(18px) scale(.92)}to{opacity:1;transform:none}}@keyframes scan-feedback-icon{0%{opacity:0;transform:scale(.45) rotate(-16deg)}to{opacity:1;transform:none}}@keyframes scan-feedback-fade{0%,72%{opacity:1}to{opacity:0}}@media(max-width:640px){.scan-feedback-settings{top:66px;right:10px;width:calc(100% - 20px)}.scan-feedback-flash:before{border-width:7px}}@media(prefers-reduced-motion:reduce){.scan-feedback-flash,.scan-feedback-flash:before,.scan-feedback-flash>div,.scan-feedback-flash .scan-feedback-icon{animation:none}}.scan-session:has(.scan-recovery-screen){grid-template-rows:auto minmax(0,1fr)}.scan-recovery-screen{max-width:620px;min-height:430px;display:grid;place-items:center;align-content:center;gap:10px;margin:0 auto;padding:32px;text-align:center}.scan-recovery-screen>span{display:grid;place-items:center;width:82px;height:82px;border-radius:22px;color:#0756c9;background:#e9f4ff;box-shadow:inset 0 -4px #35d1eb}.scan-recovery-screen>small,.scan-receipt>small{color:#169bb9;font-size:.67rem;font-weight:900;letter-spacing:.11em}.scan-recovery-screen h2{margin:2px 0;color:#102a56}.scan-recovery-screen>p{max-width:520px;margin:0;color:#6f829d;line-height:1.55}.scan-recovery-screen dl,.scan-receipt dl{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:16px 0 8px}.scan-recovery-screen dl>div,.scan-receipt dl>div{padding:12px;border:1px solid #dce6f1;border-radius:11px;background:#fff}.scan-recovery-screen dt,.scan-receipt dt{color:#7a8ea8;font-size:.65rem}.scan-recovery-screen dd,.scan-receipt dd{margin:5px 0 0;color:#17365f;font-size:.78rem;font-weight:850;overflow-wrap:anywhere}.scan-recovery-screen>div{display:flex;gap:10px;margin-top:8px}.scan-recovery-screen button,.scan-receipt button,.scan-quick-tool button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:0 15px;border:1px solid #cbdbea;border-radius:10px;color:#31577f;background:#fff;font-weight:820}.scan-recovery-screen button.primary,.scan-receipt button.primary,.scan-quick-tool button.primary{border-color:#0756c9;color:#fff;background:#0756c9}.scan-manual-browser{margin-top:14px;border:1px solid #d2dfed;border-radius:14px;background:#fff;box-shadow:0 8px 20px #12345c0f}.scan-manual-browser summary{display:flex;align-items:center;gap:9px;padding:14px 16px;color:#28557f;cursor:pointer;font-size:.76rem;font-weight:850;list-style:none}.scan-manual-browser summary::-webkit-details-marker{display:none}.scan-manual-browser[open] summary{border-bottom:1px solid #e1e8f1}.scan-manual-search{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;margin:13px;padding:0 12px;border:1px solid #cad9e9;border-radius:10px;color:#7188a5;background:#f9fcff}.scan-manual-search input{min-width:0;height:43px;border:0;outline:0;background:transparent}.scan-manual-results{max-height:260px;display:grid;gap:7px;overflow-y:auto;padding:0 13px 13px}.scan-manual-results>p{margin:5px;color:#788ba5;text-align:center;font-size:.74rem}.scan-manual-results button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:9px 12px;border:1px solid #e0e8f1;border-radius:10px;color:#0756c9;background:#fbfdff;text-align:left}.scan-manual-results button span{min-width:0}.scan-manual-results strong,.scan-manual-results small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scan-manual-results strong{color:#17365f;font-size:.76rem}.scan-manual-results small{margin-top:3px;color:#7a8da5;font-size:.67rem}.scan-discard-draft{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:8px 10px;border:0;color:#a74755;background:transparent;font-size:.7rem;font-weight:800}.scan-quick-tool-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2650;display:grid;place-items:center;padding:18px;background:#04183aa8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.scan-quick-tool{width:min(580px,100%);max-height:calc(100vh - 36px);overflow-y:auto;border:1px solid #d3e0ed;border-radius:20px;color:#17365f;background:#f7faff;box-shadow:0 28px 75px #031d4459}.scan-quick-tool>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 19px;color:#fff;background:linear-gradient(120deg,#063b98,#0768d9)}.scan-quick-tool>header>div{display:flex;align-items:center;gap:11px}.scan-quick-tool header small{color:#68e3f2;font-size:.62rem;font-weight:900;letter-spacing:.09em}.scan-quick-tool header h3{margin:3px 0 0}.scan-quick-tool header button{width:38px;min-height:38px;padding:0;color:#fff;border-color:#ffffff40;background:#ffffff1a}.scan-quick-tool>p{margin:16px 18px 0;color:#6f829b;font-size:.73rem;line-height:1.5}.scan-quick-tool>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:17px 18px}.scan-quick-tool label{display:grid;gap:7px;color:#466487;font-size:.7rem;font-weight:850}.scan-quick-tool input,.scan-quick-tool select{width:100%;height:43px;padding:0 11px;border:1px solid #cbd9e8;border-radius:9px;color:#17365f;background:#fff}.scan-quick-tool>footer{display:flex;justify-content:flex-end;gap:9px;padding:0 18px 18px}.scan-receipt{max-width:720px;margin:0 auto}.scan-receipt dl{grid-template-columns:1fr 1fr}.scan-receipt-tools{width:min(580px,100%);display:grid;gap:6px;margin-top:13px}.scan-receipt-tools span{padding:9px 11px;border-radius:8px;color:#31577f;background:#eef6ff;font-size:.72rem}.scan-receipt>div:last-child{flex-wrap:wrap;justify-content:center}@media(max-width:760px){.scan-recovery-screen{min-height:0;padding:22px 8px}.scan-recovery-screen dl{grid-template-columns:1fr}.scan-recovery-screen>div{width:100%;display:grid;grid-template-columns:1fr}.scan-recovery-screen button{width:100%}.scan-manual-results{max-height:210px}.scan-quick-tool-backdrop{padding:0}.scan-quick-tool{width:100%;height:100%;max-height:none;border:0;border-radius:0}.scan-quick-tool>div{grid-template-columns:1fr}.scan-quick-tool>footer{display:grid;grid-template-columns:1fr}.scan-receipt dl{grid-template-columns:1fr}.scan-receipt>div:last-child{width:100%;display:grid;grid-template-columns:1fr}}.main-edit-entity{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 11px;border:1px solid rgba(16,102,207,.2);border-radius:11px;background:#eef6ff;color:#0b67ce;font:inherit;font-size:.78rem;cursor:pointer}.main-edit-entity:hover,.main-edit-entity:focus-visible{border-color:#1066cf7a;background:#e1efff;outline:none}.main-edit-entity>span{font-size:1rem;line-height:1}.main-tool-name-cell{position:relative;padding-left:54px!important}.main-tool-photo{position:absolute;left:10px;top:50%;width:34px;height:34px;transform:translateY(-50%);overflow:hidden;border-radius:10px;background:#edf4fb;border:1px solid #d8e5f1}.main-entity-photo{width:100%;height:100%;display:block;object-fit:cover}.technician-card{position:relative}.technician-card .initials.has-photo{color:transparent;overflow:hidden}.technician-card .main-edit-entity{position:absolute;right:20px;bottom:15px}.main-technician-editable{padding-bottom:62px!important}.main-create-photo-slot{grid-column:1 / -1;margin-top:18px;padding-top:18px;border-top:1px solid #dce6f0}.main-create-photo-slot>header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.main-create-photo-slot>header>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e9f4ff;color:#0c70dc}.main-create-photo-slot>header strong,.main-create-photo-slot>header p{display:block;margin:0}.main-create-photo-slot>header p{margin-top:2px;color:#6d7f96;font-size:.84rem}.main-photo-message{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:#eff8f2;color:#207044;font-size:.85rem}.main-photo-note{display:flex;align-items:center;gap:6px;margin:10px 0 0;color:#66788f;font-size:.82rem}@media(max-width:760px){.row-actions{flex-wrap:wrap}.row-actions .main-edit-entity{flex-basis:100%;min-width:110px}.technician-card .main-edit-entity{right:14px;bottom:13px}.main-technician-editable{padding-bottom:66px!important}.main-create-photo-slot{margin-top:10px}}.mobile-action-dock,.mobile-scan-sheet-backdrop{display:none}@media(max-width:680px){.scan-launcher{display:none!important}body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.workspace main{padding-bottom:28px}.topbar{min-height:58px;padding-inline:12px}.breadcrumbs span,.breadcrumbs i,.breadcrumbs b{display:none}.breadcrumbs strong{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.topbar-actions>button{display:none}.ecosystem-trigger{top:9px!important;right:58px!important;bottom:auto!important;width:40px!important;min-height:40px!important;justify-content:center;padding:0!important;border-radius:12px}.ecosystem-trigger span,.ecosystem-trigger strong{display:none!important}.page-heading{padding-top:18px}.page-heading>button{display:none}.operations-hero-copy>p,.operations-hero-actions,.operations-active-module p,.operations-roadmap{display:none}.operations-hero{gap:14px;padding:18px}.operations-hero h1{margin-bottom:0;font-size:1.55rem}.operations-active-module{padding:14px}.operations-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.operations-kpi{min-height:92px;padding:13px}.operations-kpi p{display:none}.operations-main-grid{gap:12px}.mobile-action-dock{position:fixed;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));z-index:2200;display:grid;grid-template-columns:1fr 1fr 1.22fr 1fr 1fr;align-items:end;min-height:68px;padding:7px 5px 6px;border:1px solid rgba(196,214,235,.94);border-radius:20px;background:#fffffff5;box-shadow:0 14px 38px #0c2b5233;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-action-dock>button{min-width:0;min-height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:4px 2px;border:0;border-radius:13px;color:#7186a2;background:transparent;font-size:.58rem;font-weight:800}.mobile-action-dock>button.active{color:#075fcf;background:#edf6ff}.mobile-action-dock .mobile-scan-button{position:relative;min-height:66px;margin-top:-24px;color:#0756c9;background:transparent}.mobile-scan-button>span{display:grid;place-items:center;width:58px;height:58px;border:5px solid white;border-radius:50%;color:#fff;background:linear-gradient(145deg,#0784eb,#0756c9);box-shadow:0 10px 24px #0756c957}.mobile-scan-button>strong{margin-top:1px;font-size:.63rem}.mobile-scan-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2600;display:flex;align-items:flex-end;background:#0519378a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-scan-sheet{width:100%;padding:20px 16px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#f7faff;box-shadow:0 -18px 48px #051e4340}.mobile-scan-sheet header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:2px 2px 17px}.mobile-scan-sheet header small{color:#16a6c3;font-size:.65rem;font-weight:900;letter-spacing:.09em}.mobile-scan-sheet h2{margin:5px 0 4px;color:#102a56;font-size:1.35rem}.mobile-scan-sheet p{margin:0;color:#71849e;font-size:.76rem;line-height:1.45}.mobile-scan-sheet header>button{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border:1px solid #d5e1ef;border-radius:12px;color:#536f92;background:#fff}.mobile-scan-options{display:grid;gap:11px}.mobile-scan-options>button{min-height:82px;display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #d3e0ef;border-radius:16px;color:#18375f;background:#fff;text-align:left;box-shadow:0 8px 18px #0f305812}.mobile-scan-options>button>span{display:grid;place-items:center;width:52px;height:52px;flex:0 0 auto;border-radius:15px;color:#fff;background:#0866e8}.mobile-scan-options>button:last-child>span{background:#12a47a}.mobile-scan-options strong,.mobile-scan-options small{display:block}.mobile-scan-options strong{font-size:.95rem}.mobile-scan-options small{margin-top:4px;color:#7a8da6;font-size:.72rem}.scan-session-header{min-height:60px}.scan-session-brand small,.scan-session-title,.scan-progress span:first-child{display:none}.scan-progress{grid-template-columns:repeat(3,1fr)}.scan-progress span:nth-child(2) i:after,.scan-progress span:nth-child(3) i:after,.scan-progress span:nth-child(4) i:after{content:none}.scan-session-body{padding-top:14px}.scan-step-heading{margin-bottom:13px}.scan-step-heading p{font-size:.75rem}.scan-manual-select{margin-top:10px}.scan-session-footer{position:sticky;bottom:0}}@media(max-width:370px){.mobile-action-dock>button span{font-size:.52rem}.mobile-scan-button>span{width:54px;height:54px}}.mobile-utility-launcher,.mobile-utility-backdrop{display:none!important}@media(max-width:760px){.topbar-actions>.admin-tools-launcher,.topbar-actions>.cloud-status-trigger,.topbar-actions>.diagnostics-trigger,.ecosystem-trigger{display:none!important}.topbar-actions{flex:0 0 auto;gap:8px}.topbar-actions .avatar{margin-left:0}.mobile-utility-launcher{display:grid!important;place-items:center;width:42px!important;height:42px!important;min-height:42px;padding:0!important;border:1px solid #bfd1e6!important;border-radius:12px!important;color:#28557e!important;background:#f7fbff!important;box-shadow:0 5px 14px #123b6c14}.mobile-utility-launcher span{display:none}.mobile-utility-launcher:focus-visible,.mobile-utility-actions button:focus-visible,.mobile-utility-panel header>button:focus-visible{outline:3px solid rgba(24,197,232,.45);outline-offset:2px}.mobile-utility-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3300;display:flex!important;align-items:flex-end;padding:0;background:#04183a94;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.mobile-utility-panel{width:100%;max-height:min(82vh,720px);overflow-y:auto;padding-bottom:max(14px,env(safe-area-inset-bottom));border:1px solid #d4e0ed;border-bottom:0;border-radius:22px 22px 0 0;color:#17365f;background:#f5f8fc;box-shadow:0 -24px 70px #05234d47;animation:mobile-utility-in .18s ease-out}.mobile-utility-panel>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 18px;border-bottom:1px solid #dce6f1;background:#fffffff7;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.mobile-utility-panel>header>div{display:flex;align-items:center;gap:11px}.mobile-utility-brand{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;color:#fff;background:linear-gradient(145deg,#0756c9,#0878ea);font-size:.9rem;font-weight:900;box-shadow:0 9px 20px #0756c933}.mobile-utility-panel header small{display:block;color:#0ea9ca;font-size:.62rem;font-weight:900;letter-spacing:.1em}.mobile-utility-panel header h2{margin:3px 0 0;color:#17365f;font-size:1.08rem}.mobile-utility-panel header>button{display:grid;place-items:center;width:39px;height:39px;border:1px solid #d4dfec;border-radius:11px;color:#617997;background:#fff}.mobile-utility-actions{display:grid;gap:10px;padding:14px}.mobile-utility-actions>button{min-height:74px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:11px 13px;border:1px solid #d5e1ee;border-radius:15px;color:#183861;background:#fff;text-align:left;box-shadow:0 7px 20px #1437610e}.mobile-utility-actions>button:active{transform:scale(.992);background:#f7fbff}.mobile-utility-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;color:#0756c9;background:#edf5ff}.mobile-utility-icon.action-cloud{color:#5d6781;background:#f0f3f8}.mobile-utility-icon.action-system{color:#167052;background:#edf9f3}.mobile-utility-icon.action-ecosystem{color:#fff;background:#0866e8}.mobile-utility-copy{min-width:0;display:grid;gap:4px}.mobile-utility-copy strong{font-size:.84rem}.mobile-utility-copy small{color:#70839d;font-size:.68rem;line-height:1.4}.mobile-utility-actions>button>svg{color:#91a2b7}.mobile-utility-panel>footer{padding:0 18px 8px;color:#778aa3;font-size:.67rem;line-height:1.45;text-align:center}}@keyframes mobile-utility-in{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.mobile-utility-panel{animation:none}}.pwa-prompt{position:fixed;right:18px;bottom:18px;z-index:2400;width:min(460px,calc(100vw - 36px));display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;border:1px solid #c9dbee;border-radius:16px;color:#17365f;background:#fffffffa;box-shadow:0 18px 50px #0b2b5438;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pwa-prompt>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:#0866e8}.pwa-prompt div{min-width:0;display:grid;gap:3px}.pwa-prompt strong{font-size:.82rem}.pwa-prompt small{color:#71849e;font-size:.68rem;line-height:1.35}.pwa-prompt button{border:0;border-radius:10px;font-weight:800}.pwa-primary{min-height:38px;padding:0 13px;color:#fff;background:#0756c9}.pwa-close{display:grid;place-items:center;width:36px;height:36px;color:#687d99;background:#eef3f8}@media(max-width:680px){.pwa-prompt{left:10px;right:10px;bottom:calc(88px + env(safe-area-inset-bottom));width:auto;grid-template-columns:auto minmax(0,1fr) auto}.pwa-prompt .pwa-close{position:absolute;top:-9px;right:-5px;width:30px;height:30px;border:2px solid white}.pwa-primary{grid-column:2 / 4;width:100%}}.admin-tools-launcher{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;min-height:40px;padding:0 13px;border:1px solid #c9daed!important;border-radius:10px!important;color:#355a84!important;background:#f7fbff!important;font-size:.74rem;font-weight:800}.admin-tools-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2750;display:grid;place-items:center;padding:18px;background:#04183a9e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-tools-panel{width:min(980px,100%);max-height:calc(100vh - 36px);overflow:auto;border:1px solid #cfdeed;border-radius:22px;color:#17365f;background:#f6f9fd;box-shadow:0 32px 90px #041d4457}.admin-tools-panel>header{position:sticky;top:0;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;color:#fff;background:linear-gradient(120deg,#063b98,#0768d9)}.admin-tools-panel header small{color:#66e1f2;font-size:.65rem;font-weight:900;letter-spacing:.1em}.admin-tools-panel header h2{margin:5px 0 3px;font-size:1.45rem}.admin-tools-panel header p{margin:0;color:#ffffffb8;font-size:.76rem}.admin-tools-panel header>button{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:11px;color:#fff;background:#ffffff1a}.admin-tools-panel>nav{position:sticky;top:100px;z-index:2;display:flex;gap:8px;padding:10px 18px;border-bottom:1px solid #dce6f1;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-tools-panel>nav button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;border:0;border-radius:10px;color:#6a7f9b;background:transparent;font-weight:800}.admin-tools-panel>nav button.active{color:#0756c9;background:#eaf4ff}.admin-tools-panel>main{padding:20px}.admin-credential-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:18px}.admin-form-card,.admin-credential-card,.admin-data-grid article{border:1px solid #d7e2ef;border-radius:17px;background:#fff;box-shadow:0 10px 24px #16366012}.admin-form-card{padding:18px}.admin-form-card label{display:grid;gap:7px;color:#466487;font-size:.72rem;font-weight:800}.admin-form-card select,.admin-form-card input{width:100%;height:44px;padding:0 12px;border:1px solid #cbd9e8;border-radius:10px;color:#17365f;background:#fbfdff}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.admin-toggle{display:flex!important;grid-template-columns:auto 34px 1fr;align-items:center;gap:9px;margin-top:15px}.admin-toggle input{width:18px;height:18px}.admin-primary{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;border:0;border-radius:10px;color:#fff;background:#0756c9;font-weight:850}.admin-empty{min-height:190px;display:grid;place-items:center;margin:14px 0 0;padding:20px;border:1px dashed #cbd9e8;border-radius:12px;color:#778aa4;text-align:center}.admin-credential-card{display:grid;place-items:center;align-content:center;min-height:500px;padding:24px;text-align:center}.credential-brand{display:flex;align-items:center;gap:10px;justify-self:stretch;margin-bottom:18px;text-align:left}.credential-brand>span{display:grid;place-items:center;width:44px;height:48px;border-radius:12px;color:#72e7f6;background:#0756c9;font-size:2rem;font-weight:900;transform:skew(-5deg)}.credential-brand div{display:grid;gap:2px}.credential-brand strong{font-size:1rem}.credential-brand small{color:#7b8da4;font-size:.68rem}.admin-credential-card svg{padding:8px;border:1px solid #dce5ef;border-radius:14px;background:#fff}.admin-credential-card h3{margin:17px 0 4px;font-size:1.25rem}.admin-credential-card>p{margin:0;color:#70849e}.admin-credential-card code{max-width:100%;margin-top:12px;overflow:hidden;color:#4d6d91;text-overflow:ellipsis;white-space:nowrap;font-size:.67rem}.credential-actions{display:flex;gap:9px;margin-top:18px}.credential-actions button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 13px;border:1px solid #cbdbea;border-radius:10px;color:#31577f;background:#f8fbff;font-weight:800}.credential-placeholder{display:grid;place-items:center;gap:9px;color:#8092aa}.credential-placeholder strong{color:#385777}.credential-placeholder p{margin:0}.admin-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-data-grid article{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:17px}.admin-data-grid article>svg{color:#0756c9}.admin-data-grid article div{min-width:0}.admin-data-grid strong{display:block}.admin-data-grid p{margin:4px 0 0;color:#74879f;font-size:.72rem}.admin-data-grid button{grid-column:1 / -1;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #c9daec;border-radius:10px;color:#0756c9;background:#f5faff;font-weight:800}.admin-message{margin:16px 0 0;padding:11px 13px;border:1px solid #b8d8f5;border-radius:10px;color:#235b8e;background:#edf7ff;font-size:.75rem;font-weight:750}@media(max-width:760px){.admin-tools-launcher{position:fixed;top:10px;right:56px;z-index:2350;width:38px!important;height:38px;min-height:38px;padding:0!important;justify-content:center;border-radius:11px!important}.admin-tools-launcher span{display:none}.admin-tools-backdrop{padding:0}.admin-tools-panel{width:100%;height:100%;max-height:none;border:0;border-radius:0}.admin-tools-panel>header{padding:15px}.admin-tools-panel>nav{top:91px;padding-inline:12px}.admin-tools-panel>main{padding:14px}.admin-credential-layout,.admin-form-grid,.admin-data-grid{grid-template-columns:1fr}.admin-credential-card{min-height:440px}}@media print{body *{visibility:hidden!important}#isivoltpro-technician-card,#isivoltpro-technician-card *{visibility:visible!important}#isivoltpro-technician-card{position:fixed;top:0;right:0;bottom:0;left:0;width:86mm;height:54mm;min-height:0;margin:auto;padding:7mm;border:1px solid #b9cce0;box-shadow:none;background:#fff}#isivoltpro-technician-card .credential-brand{margin-bottom:3mm}#isivoltpro-technician-card .credential-brand>span{width:11mm;height:12mm;font-size:7mm}#isivoltpro-technician-card svg{width:25mm;height:25mm;padding:1mm}#isivoltpro-technician-card h3{margin:2mm 0 0;font-size:4mm}#isivoltpro-technician-card p{font-size:2.7mm}#isivoltpro-technician-card code,#isivoltpro-technician-card .credential-actions{display:none!important}}body:not([data-access-role=technician]) .status-tool-card[data-editable-card=true],body:not([data-access-role=technician]) .status-technician-card[data-editable-card=true]{position:relative;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}body:not([data-access-role=technician]) .status-tool-card[data-editable-card=true]:after,body:not([data-access-role=technician]) .status-technician-card[data-editable-card=true]:after{content:"Editar ficha";position:absolute;right:10px;bottom:9px;padding:4px 7px;border-radius:999px;color:#0756c9;background:#edf6fff0;border:1px solid rgba(7,86,201,.16);font-size:.58rem;font-weight:850;letter-spacing:.01em;opacity:.78;pointer-events:none}body:not([data-access-role=technician]) .status-tool-card[data-editable-card=true]:hover,body:not([data-access-role=technician]) .status-technician-card[data-editable-card=true]:hover,body:not([data-access-role=technician]) .status-tool-card[data-editable-card=true]:focus-visible,body:not([data-access-role=technician]) .status-technician-card[data-editable-card=true]:focus-visible{transform:translateY(-2px);border-color:#0756c961;box-shadow:0 16px 30px #163f7024;outline:none}body:not([data-access-role=technician]) .status-tool-card[data-editable-card=true]:focus-visible,body:not([data-access-role=technician]) .status-technician-card[data-editable-card=true]:focus-visible{box-shadow:0 0 0 3px #0866e82e,0 16px 30px #163f7024}@media(max-width:680px){body:not([data-access-role=technician]) .status-tool-card[data-editable-card=true]:after,body:not([data-access-role=technician]) .status-technician-card[data-editable-card=true]:after{right:8px;bottom:7px;font-size:.54rem}}.inventory-admin{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:16px}.inventory-editor-card,.inventory-label-card,.inventory-import-card,.inventory-batch-card{border:1px solid #d7e2ef;border-radius:17px;background:#fff;box-shadow:0 10px 24px #16366012}.inventory-editor-card{padding:18px}.inventory-editor-card label{display:grid;gap:7px;color:#466487;font-size:.72rem;font-weight:800}.inventory-editor-card select,.inventory-editor-card input{width:100%;height:44px;padding:0 12px;border:1px solid #cbd9e8;border-radius:10px;color:#17365f;background:#fbfdff}.inventory-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.inventory-empty{min-height:300px;display:grid;place-items:center;align-content:center;gap:8px;color:#7a8da6;text-align:center}.inventory-empty strong{color:#385777}.inventory-empty p{max-width:380px;margin:0;line-height:1.5}.inventory-loaned-warning{margin:13px 0 0;padding:10px 12px;border:1px solid #f0d49a;border-radius:10px;color:#8d6107;background:#fff8e8;font-size:.72rem;line-height:1.45}.inventory-label-card{display:grid;place-items:center;align-content:center;min-height:510px;padding:22px;text-align:center}.inventory-label-brand{display:flex;align-items:center;gap:9px;justify-self:stretch;margin-bottom:17px;text-align:left}.inventory-label-brand>span{display:grid;place-items:center;width:42px;height:46px;border-radius:11px;color:#72e7f6;background:#0756c9;font-size:2rem;font-weight:900;transform:skew(-5deg)}.inventory-label-brand div{display:grid;gap:2px}.inventory-label-brand small{color:#7b8da4;font-size:.67rem}.inventory-label-card>svg{padding:7px;border:1px solid #dae5ef;border-radius:13px;background:#fff}.inventory-label-card h3{margin:15px 0 4px}.inventory-label-card>p{margin:0;color:#71849e}.inventory-label-card>em{margin-top:10px;padding:5px 9px;border-radius:999px;color:#0756c9;background:#eaf4ff;font-size:.65rem;font-style:normal;font-weight:900}.inventory-label-card>button{display:inline-flex;align-items:center;gap:7px;min-height:41px;margin-top:16px;padding:0 13px;border:1px solid #c9daed;border-radius:10px;color:#0756c9;background:#f5faff;font-weight:800}.inventory-label-placeholder{display:grid;place-items:center;gap:8px;color:#8092aa}.inventory-label-placeholder strong{color:#385777}.inventory-label-placeholder p{margin:0}.inventory-import-card,.inventory-batch-card{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px}.inventory-import-card>div:first-child,.inventory-batch-card>div:first-child{display:flex;align-items:center;gap:12px}.inventory-import-card svg,.inventory-batch-card svg{color:#0756c9;flex:0 0 auto}.inventory-import-card strong,.inventory-batch-card strong{display:block}.inventory-import-card p,.inventory-batch-card p{margin:4px 0 0;color:#74879f;font-size:.72rem}.inventory-import-actions{display:flex;gap:9px}.inventory-import-actions button,.inventory-batch-card>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:41px;padding:0 12px;border:1px solid #c9daec;border-radius:10px;color:#0756c9;background:#f5faff;font-weight:800}.inventory-batch-card>button:disabled{opacity:.45}.inventory-label-sheet{display:none}@media(max-width:800px){.inventory-admin,.inventory-form-grid{grid-template-columns:1fr}.inventory-label-card{min-height:430px}.inventory-import-card,.inventory-batch-card{flex-direction:column;align-items:stretch}.inventory-import-actions{display:grid;grid-template-columns:1fr 1fr}.inventory-import-actions button,.inventory-batch-card>button{width:100%}}@media(max-width:440px){.inventory-import-actions{grid-template-columns:1fr}}@media print{body[data-inventory-print] *{visibility:hidden!important}body[data-inventory-print] #isivoltpro-technician-card,body[data-inventory-print] #isivoltpro-technician-card *{visibility:hidden!important;display:none!important}body[data-inventory-print=single] #isivoltpro-tool-label,body[data-inventory-print=single] #isivoltpro-tool-label *{visibility:visible!important}body[data-inventory-print=single] #isivoltpro-tool-label{position:fixed;top:0;right:0;bottom:0;left:0;width:70mm;height:42mm;min-height:0;margin:auto;padding:5mm;border:1px solid #b9cce0;box-shadow:none;background:#fff}body[data-inventory-print=single] #isivoltpro-tool-label .inventory-label-brand{margin-bottom:2mm}body[data-inventory-print=single] #isivoltpro-tool-label .inventory-label-brand>span{width:9mm;height:10mm;font-size:6mm}body[data-inventory-print=single] #isivoltpro-tool-label svg{width:22mm;height:22mm;padding:1mm}body[data-inventory-print=single] #isivoltpro-tool-label h3{margin:1.5mm 0 0;font-size:3.5mm}body[data-inventory-print=single] #isivoltpro-tool-label p{font-size:2.5mm}body[data-inventory-print=single] #isivoltpro-tool-label em,body[data-inventory-print=single] #isivoltpro-tool-label button{display:none!important}body[data-inventory-print=all] #isivoltpro-label-sheet,body[data-inventory-print=all] #isivoltpro-label-sheet *{visibility:visible!important}body[data-inventory-print=all] #isivoltpro-label-sheet{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);gap:4mm;padding:6mm;background:#fff}body[data-inventory-print=all] #isivoltpro-label-sheet article{display:flex;align-items:center;gap:3mm;min-height:34mm;padding:3mm;border:1px solid #9eb5cc;border-radius:2mm;break-inside:avoid}body[data-inventory-print=all] #isivoltpro-label-sheet svg{width:25mm;height:25mm;flex:0 0 auto}body[data-inventory-print=all] #isivoltpro-label-sheet div{display:grid;gap:1mm}body[data-inventory-print=all] #isivoltpro-label-sheet strong{font-size:3.2mm}body[data-inventory-print=all] #isivoltpro-label-sheet span{font-size:2.7mm}body[data-inventory-print=all] #isivoltpro-label-sheet small{font-size:2.2mm;color:#555}}.account-admin{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(300px,.85fr);gap:15px}.account-create-card,.account-list-card,.account-edit-card,.issued-credential{border:1px solid #d7e2ef;border-radius:17px;background:#fff;box-shadow:0 10px 24px #16366012}.account-create-card,.account-edit-card{padding:17px}.account-create-card>header,.account-list-card>header,.account-edit-card>header{display:flex;align-items:center;gap:11px;margin-bottom:14px}.account-create-card>header>span,.account-list-card>header>span,.account-edit-card>header>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border-radius:11px;color:#0756c9;background:#edf5ff}.account-create-card h3,.account-list-card h3,.account-edit-card h3{margin:0;color:#17365f;font-size:.92rem}.account-create-card p,.account-list-card p,.account-edit-card p{margin:3px 0 0;color:#7487a0;font-size:.68rem}.account-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.account-form-grid label{display:grid;gap:7px;color:#466487;font-size:.7rem;font-weight:800}.account-form-grid input,.account-form-grid select{width:100%;height:43px;padding:0 11px;border:1px solid #cbd9e8;border-radius:9px;color:#17365f;background:#fbfdff}.account-password-field{grid-column:1/-1}.account-password-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.account-password-field button{display:inline-flex;align-items:center;gap:6px;min-height:43px;padding:0 11px;border:1px solid #c9dced;border-radius:9px;color:#0756c9;background:#f4f9ff;font-weight:800}.account-list-card{overflow:hidden}.account-list-card>header{margin:0;padding:14px 15px;border-bottom:1px solid #e1e9f1}.account-list-card>header>div{min-width:0;flex:1}.account-list-card>header>button{display:grid;place-items:center;width:35px;height:35px;border:1px solid #d3dfec;border-radius:9px;color:#0756c9;background:#f8fbff}.account-list{max-height:430px;overflow-y:auto}.account-list>button{width:100%;display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 13px;border:0;border-bottom:1px solid #e8eef4;color:#17365f;background:#fff;text-align:left}.account-list>button:last-child{border-bottom:0}.account-list>button.selected{background:#edf6ff}.account-list>button.protected{background:#fbfcfe}.account-list>button>span{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;color:#0756c9;background:#edf5ff}.account-list button div{min-width:0}.account-list strong,.account-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-list strong{font-size:.74rem}.account-list small{margin-top:3px;color:#7689a2;font-size:.63rem}.account-list em{padding:5px 7px;border-radius:999px;color:#8b6070;background:#f6edf0;font-size:.58rem;font-style:normal;font-weight:900}.account-list em.active{color:#087858;background:#e9f9f2}.account-edit-card{grid-column:1/-1}.account-active-toggle{display:flex!important;align-items:center;gap:8px;align-self:end;min-height:43px}.account-active-toggle input{width:18px;height:18px}.account-edit-actions{display:flex;gap:9px;margin-top:14px}.account-edit-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 13px;border:1px solid #c9d9e8;border-radius:9px;color:#31577f;background:#f8fbff;font-weight:800}.account-edit-actions .admin-primary{margin:0;color:#fff;border-color:#0756c9;background:#0756c9}.account-edit-actions button.danger{margin-left:auto;color:#b84051;border-color:#efcbd1;background:#fff6f7}.account-selection-empty,.account-protected,.account-admin-empty{display:grid;place-items:center;align-content:center;min-height:245px;color:#7c8fa7;text-align:center}.account-selection-empty strong,.account-protected h3,.account-admin-empty h3{margin:10px 0 4px;color:#385777}.account-selection-empty p,.account-protected p,.account-admin-empty p{max-width:480px;margin:0;line-height:1.5}.issued-credential{grid-column:1/-1;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;border-color:#bfe5d8;background:linear-gradient(135deg,#f2fcf8,#fff)}.issued-credential>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#087858;background:#dff7ee}.issued-credential div{min-width:0;display:grid;gap:3px}.issued-credential small{color:#07916a;font-size:.61rem;font-weight:900;letter-spacing:.09em}.issued-credential strong{font-size:.77rem}.issued-credential code{width:max-content;max-width:100%;padding:5px 8px;border-radius:7px;color:#174f43;background:#fff;font-size:.75rem;font-weight:850}.issued-credential p{margin:2px 0 0;color:#71849a;font-size:.65rem}.issued-credential>button{display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 11px;border:1px solid #b7ddcf;border-radius:9px;color:#087858;background:#fff;font-weight:800}.account-admin-error{grid-column:1/-1;margin:0;padding:11px 13px;border:1px solid #efc8d0;border-radius:10px;color:#a23d50;background:#fff4f6;font-size:.72rem;font-weight:750}@media(max-width:820px){.account-admin{grid-template-columns:1fr}.account-edit-card,.issued-credential{grid-column:1}.account-form-grid{grid-template-columns:1fr}.account-password-field{grid-column:1}.account-edit-actions{display:grid;grid-template-columns:1fr 1fr}.account-edit-actions button.danger{grid-column:1/-1;margin-left:0}.issued-credential{grid-template-columns:42px minmax(0,1fr)}.issued-credential>button{grid-column:2;width:100%;justify-content:center}}@media(max-width:440px){.account-edit-actions{grid-template-columns:1fr}.account-edit-actions button.danger{grid-column:1}.issued-credential{grid-template-columns:1fr;text-align:center}.issued-credential>span{justify-self:center}.issued-credential code{justify-self:center}.issued-credential>button{grid-column:1}}.catalog-admin{display:grid;gap:16px}.catalog-kind-switch{display:flex;gap:8px;padding:6px;border:1px solid #d7e2ef;border-radius:14px;background:#fff}.catalog-kind-switch button{flex:1;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;color:#68809c;background:transparent;font-weight:850}.catalog-kind-switch button.active{color:#0756c9;background:#eaf4ff;box-shadow:inset 0 0 0 1px #cde3f8}.catalog-admin-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr);gap:16px}.catalog-list-card,.catalog-editor-card{border:1px solid #d7e2ef;border-radius:17px;background:#fff;box-shadow:0 10px 24px #16366012}.catalog-list-card>header,.catalog-editor-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:17px 18px;border-bottom:1px solid #e3ebf4}.catalog-list-card header strong,.catalog-editor-card header strong{display:block;color:#183c66}.catalog-list-card header p,.catalog-editor-card header p{margin:4px 0 0;color:#74879f;font-size:.72rem}.catalog-list-card header button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid #c9daec;border-radius:9px;color:#0756c9;background:#f5faff;font-weight:800}.catalog-list{display:grid;gap:8px;max-height:520px;padding:12px;overflow:auto}.catalog-list article{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:stretch;border:1px solid #dbe5ef;border-radius:12px;overflow:hidden;background:#fbfdff}.catalog-list article.inactive{opacity:.62}.catalog-entry-main{display:grid;grid-template-columns:13px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:12px;border:0;color:#21466f;background:transparent;text-align:left}.catalog-entry-main:hover{background:#f0f7ff}.catalog-color{width:11px;height:34px;border-radius:999px}.catalog-entry-main div{min-width:0}.catalog-entry-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-entry-main small{display:block;margin-top:3px;color:#7890aa;font-size:.68rem}.catalog-entry-main em{padding:5px 8px;border-radius:999px;color:#2b668e;background:#eaf6ff;font-size:.62rem;font-style:normal;font-weight:900}.catalog-power{display:grid;place-items:center;border:0;border-left:1px solid #e1e9f2;color:#6b819a;background:#f7faff}.catalog-power:hover{color:#c23939;background:#fff0f0}.catalog-empty{margin:0;padding:45px 18px;color:#7c90a8;text-align:center}.catalog-editor-card{align-self:start}.catalog-editor-card>header{display:block}.catalog-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:17px 18px 0}.catalog-form-grid label{display:grid;gap:7px;color:#466487;font-size:.72rem;font-weight:800}.catalog-form-grid input,.catalog-form-grid select,.catalog-form-grid textarea{width:100%;min-height:43px;padding:9px 11px;border:1px solid #cbd9e8;border-radius:10px;color:#17365f;background:#fbfdff;font:inherit}.catalog-form-grid input[type=color]{padding:5px}.catalog-form-grid textarea{resize:vertical}.catalog-wide{grid-column:1 / -1}.catalog-editor-card .admin-primary{width:calc(100% - 36px);margin:16px 18px 18px}@media(max-width:760px){.catalog-kind-switch{overflow-x:auto}.catalog-kind-switch button{min-width:max-content;padding-inline:13px}.catalog-admin-layout{grid-template-columns:1fr}.catalog-list{max-height:360px}.catalog-form-grid{grid-template-columns:1fr}.catalog-wide{grid-column:auto}.catalog-entry-main{grid-template-columns:11px minmax(0,1fr)}.catalog-entry-main em{grid-column:2;justify-self:start}}.entity-details-admin{display:grid;gap:16px}.entity-mode-switch{display:flex;gap:8px;padding:6px;border:1px solid #d7e2ef;border-radius:14px;background:#fff}.entity-mode-switch button{flex:1;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;color:#67809c;background:transparent;font-weight:850}.entity-mode-switch button.active{color:#0756c9;background:#eaf4ff;box-shadow:inset 0 0 0 1px #cde3f8}.entity-selector-card,.entity-details-card,.entity-details-empty{border:1px solid #d7e2ef;border-radius:17px;background:#fff;box-shadow:0 10px 24px #16366012}.entity-selector-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;padding:16px}.entity-selector-card label{display:grid;gap:7px;color:#466487;font-size:.72rem;font-weight:800}.entity-selector-card select{width:100%;min-height:44px;padding:0 12px;border:1px solid #cbd9e8;border-radius:10px;color:#17365f;background:#fbfdff}.entity-summary{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:3px 8px;color:#6e839d}.entity-summary span{color:#0756c9;font-size:1.15rem;font-weight:900}.entity-summary small{font-size:.66rem}.entity-details-card{padding:18px}.entity-details-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin:-18px -18px 16px;padding:18px;border-bottom:1px solid #e2eaf3;background:linear-gradient(120deg,#f8fbff,#edf6ff);border-radius:17px 17px 0 0}.entity-details-card header small{color:#0b63ce;font-weight:900;letter-spacing:.08em}.entity-details-card header h3{margin:4px 0 3px;color:#173c66;font-size:1.25rem}.entity-details-card header p{margin:0;color:#7388a2;font-size:.74rem}.entity-state{padding:7px 10px;border-radius:999px;font-size:.66rem;font-weight:900;white-space:nowrap}.entity-state.state-ready,.entity-state.state-active{color:#197143;background:#e7f8ef}.entity-state.state-reserved,.entity-state.state-vacation{color:#1d5f9d;background:#e7f2ff}.entity-state.state-review,.entity-state.state-absent{color:#6d4db5;background:#f0eaff}.entity-state.state-repair,.entity-state.state-leave{color:#8a5b0d;background:#fff3d7}.entity-state.state-lost,.entity-state.state-blocked{color:#a12d3a;background:#ffe8eb}.entity-state.state-retired,.entity-state.state-inactive{color:#5d6877;background:#edf0f4}.entity-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.entity-form-grid label{display:grid;gap:7px;color:#466487;font-size:.72rem;font-weight:800}.entity-form-grid input,.entity-form-grid select,.entity-form-grid textarea{width:100%;min-height:43px;padding:9px 11px;border:1px solid #cbd9e8;border-radius:10px;color:#17365f;background:#fbfdff;font:inherit}.entity-form-grid textarea{resize:vertical}.entity-wide{grid-column:1 / -1}.entity-details-card>.admin-primary{margin-top:16px}.entity-details-empty{min-height:300px;display:grid;place-items:center;align-content:center;gap:9px;padding:30px;color:#7b8fa7;text-align:center}.entity-details-empty strong{color:#365778;font-size:1rem}.entity-details-empty p{margin:0}@media(max-width:800px){.entity-form-grid{grid-template-columns:1fr 1fr}.entity-wide{grid-column:1 / -1}}@media(max-width:560px){.entity-mode-switch{overflow-x:auto}.entity-mode-switch button{min-width:max-content;padding-inline:12px}.entity-selector-card{grid-template-columns:1fr}.entity-summary{grid-template-columns:auto 1fr}.entity-form-grid{grid-template-columns:1fr}.entity-wide{grid-column:auto}.entity-details-card>header{display:grid}.entity-state{justify-self:start}}.photo-manager{margin-top:15px;border:1px solid #d7e2ef;border-radius:14px;background:#fbfdff;overflow:hidden}.photo-manager>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px;border-bottom:1px solid #e3ebf4;background:#fff}.photo-manager header strong{display:block;color:#173c66}.photo-manager header p{margin:3px 0 0;color:#7b8fa7;font-size:.68rem}.photo-actions{display:flex;gap:7px}.photo-actions button{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 10px;border:1px solid #cbdbea;border-radius:9px;color:#0756c9;background:#f5faff;font-weight:800}.photo-actions button:disabled{opacity:.45;cursor:not-allowed}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:10px;padding:12px}.photo-grid article{position:relative;min-height:120px;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#eaf1f8}.photo-grid article.primary{border-color:#0b63ce;box-shadow:0 0 0 3px #0b63ce1f}.photo-grid img{display:block;width:100%;height:135px;object-fit:cover}.photo-missing{display:grid;place-items:center;align-content:center;gap:6px;height:135px;color:#8094ad;font-size:.7rem}.photo-overlay{position:absolute;inset:auto 7px 7px auto;display:flex;gap:6px}.photo-overlay button{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.5);border-radius:9px;color:#fff;background:#082244c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.photo-overlay button.selected{color:#ffd75e}.photo-overlay button:last-child:hover{background:#b82f3c}.photo-empty{display:grid;place-items:center;gap:7px;min-height:145px;padding:22px;color:#7b90a8;text-align:center}.photo-empty strong{color:#365778}.photo-empty p{margin:0;font-size:.72rem}@media(max-width:620px){.photo-manager>header{display:grid}.photo-actions{width:100%}.photo-actions button{flex:1;justify-content:center}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.nfc-programmer{margin-top:18px;padding:17px;border:1px solid #cfe0ef;border-radius:16px;background:linear-gradient(145deg,#fff,#f3f9ff);box-shadow:0 10px 24px #15376112}.nfc-programmer>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.nfc-programmer>header>span{display:grid;place-items:center;width:47px;height:47px;border-radius:13px;color:#0756c9;background:#e9f4ff;box-shadow:inset 0 -3px #35d1eb}.nfc-programmer header div{min-width:0}.nfc-programmer header small{display:block;color:#169bb9;font-size:.62rem;font-weight:900;letter-spacing:.09em}.nfc-programmer header strong{display:block;margin-top:3px;color:#17365f}.nfc-programmer header p{margin:3px 0 0;color:#71849e;font-size:.7rem}.nfc-programmer header em{padding:6px 9px;border-radius:999px;color:#7b8da5;background:#eef2f6;font-size:.58rem;font-style:normal;font-weight:900}.nfc-programmer header em.linked{color:#08795a;background:#e7f8f1}.nfc-payload{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:14px;padding:9px 10px 9px 13px;border:1px solid #d7e3ef;border-radius:10px;background:#fff}.nfc-payload code{overflow:hidden;color:#45688d;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem}.nfc-payload button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #c9d9e8;border-radius:8px;color:#0756c9;background:#f5faff}.nfc-read-result{display:flex;align-items:flex-start;gap:10px;margin-top:12px;padding:11px 12px;border:1px solid #cddfec;border-radius:10px;color:#28668a;background:#eff9ff}.nfc-read-result.verified{border-color:#9ed9c5;color:#08795a;background:#eaf9f3}.nfc-read-result.conflict{border-color:#efc7a1;color:#9b5c16;background:#fff7e9}.nfc-read-result div{min-width:0}.nfc-read-result small{display:block;font-size:.58rem;font-weight:900;letter-spacing:.08em}.nfc-read-result strong{display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem}.nfc-read-result p{margin:4px 0 0;font-size:.68rem}.nfc-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:13px}.nfc-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid #c9d9e8;border-radius:9px;color:#315b84;background:#fff;font-size:.68rem;font-weight:820}.nfc-actions button.primary{border-color:#0756c9;color:#fff;background:#0756c9}.nfc-actions button.danger{border-color:#efcbd1;color:#b04454;background:#fff6f7}.nfc-actions button:disabled{cursor:not-allowed;opacity:.5}.nfc-note{margin:11px 0 0;color:#7a8da5;font-size:.66rem;line-height:1.45}@media(max-width:760px){.nfc-programmer>header{grid-template-columns:auto minmax(0,1fr)}.nfc-programmer header em{grid-column:1 / -1;justify-self:start}.nfc-actions{grid-template-columns:1fr 1fr}}@media(max-width:430px){.nfc-actions{grid-template-columns:1fr}}.qr-print-designer{display:grid;grid-template-columns:minmax(350px,.9fr) minmax(420px,1.1fr);gap:18px;align-items:start}.qr-print-controls,.qr-print-preview-panel{border:1px solid #d7e2ef;border-radius:18px;background:#fff;box-shadow:0 15px 35px #10335b14}.qr-print-controls{padding:20px}.qr-print-controls>header,.qr-print-preview-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.qr-print-controls>header small,.qr-print-preview-panel>header small{color:#14a9c7;font-size:.66rem;font-weight:900;letter-spacing:.09em}.qr-print-controls h3,.qr-print-preview-panel h3{margin:4px 0 5px;color:#102a56}.qr-print-controls header p{margin:0;color:#7085a2;font-size:.78rem;line-height:1.45}.qr-print-controls>header>svg{color:#0866e8}.qr-print-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 12px;padding:5px;border-radius:12px;background:#edf3fa}.qr-print-mode-switch button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:0;border-radius:9px;color:#607896;background:transparent;font-weight:800}.qr-print-mode-switch button.active{color:#0756c9;background:#fff;box-shadow:0 5px 14px #1436601a}.qr-print-filters{display:grid;grid-template-columns:minmax(160px,1.5fr) repeat(3,minmax(120px,1fr));gap:8px}.qr-print-filters label{min-width:0;display:flex;align-items:center;gap:7px;min-height:42px;padding:0 10px;border:1px solid #cedbea;border-radius:10px;color:#7187a5;background:#fbfdff}.qr-print-filters input,.qr-print-filters select{min-width:0;width:100%;height:38px;border:0;outline:0;color:#17365f;background:transparent;font-size:.75rem}.qr-print-selection-bar{display:flex;align-items:center;gap:8px;margin:12px 0 8px}.qr-print-selection-bar strong{margin-right:auto;color:#17365f;font-size:.75rem}.qr-print-selection-bar button{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 9px;border:1px solid #cbd9e9;border-radius:8px;color:#0756c9;background:#f6faff;font-size:.69rem;font-weight:750}.qr-print-list{max-height:280px;overflow:auto;border:1px solid #d8e3ef;border-radius:12px;background:#f9fbfe}.qr-print-list>button{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:0;border-bottom:1px solid #e6edf5;color:#667d9a;background:transparent;text-align:left}.qr-print-list>button:last-child{border-bottom:0}.qr-print-list>button.selected{color:#0866e8;background:#edf6ff}.qr-print-list span{min-width:0}.qr-print-list strong,.qr-print-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qr-print-list strong{color:#17365f;font-size:.77rem}.qr-print-list small{margin-top:3px;color:#7b90aa;font-size:.67rem}.qr-print-list em{padding:4px 7px;border-radius:999px;color:#537190;background:#eef3f8;font-size:.58rem;font-style:normal;font-weight:850}.qr-print-empty{padding:22px;color:#7b90aa;text-align:center;font-size:.75rem}.qr-print-options{display:grid;grid-template-columns:1fr 1fr 90px;gap:9px;margin-top:14px}.qr-print-options label{display:grid;gap:5px;color:#496785;font-size:.67rem;font-weight:800}.qr-print-options select,.qr-print-options input{width:100%;height:40px;padding:0 10px;border:1px solid #cad8e8;border-radius:9px;color:#17365f;background:#fbfdff}.qr-print-toggles{display:flex;flex-wrap:wrap;gap:8px 14px;margin:14px 0}.qr-print-toggles label{display:inline-flex;align-items:center;gap:6px;color:#536f8e;font-size:.69rem;font-weight:700}.qr-print-primary{width:100%;min-height:45px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,#075bd0,#0873ef);font-weight:850;box-shadow:0 11px 24px #0866e833}.qr-print-last{display:flex;align-items:center;gap:6px;margin:10px 0 0;color:#7890aa;font-size:.66rem}.qr-print-preview-panel{overflow:hidden}.qr-print-preview-panel>header{align-items:center;padding:16px 18px;border-bottom:1px solid #dce5ef}.qr-print-preview-panel>header span{padding:6px 9px;border-radius:999px;color:#0756c9;background:#edf5ff;font-size:.63rem;font-weight:900}.qr-print-sheet{--label-size: 30mm;min-height:590px;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--label-size),var(--label-size)));align-content:start;justify-content:center;gap:10px;padding:22px;background:linear-gradient(#f4f7fa 1px,transparent 1px),linear-gradient(90deg,#f4f7fa 1px,transparent 1px),#fff;background-size:12px 12px}.qr-print-sheet.size-20{--label-size: 20mm}.qr-print-sheet.size-25{--label-size: 25mm}.qr-print-sheet.size-30{--label-size: 30mm}.qr-print-sheet.size-40{--label-size: 40mm}.qr-print-sheet.size-technician-card{grid-template-columns:repeat(auto-fill,minmax(86mm,86mm))}.qr-print-label{box-sizing:border-box;width:var(--label-size);height:var(--label-size);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;overflow:hidden;padding:2mm;border:1px dashed #9fb2c8;color:#0f294f;background:#fff;text-align:center}.qr-print-label svg{width:min(68%,24mm);height:min(68%,24mm);flex:0 1 auto}.qr-print-label strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7pt}.qr-print-label p,.qr-print-label small{max-width:100%;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qr-print-label p{font-size:5.8pt}.qr-print-label small{color:#5f7691;font-size:5pt}.qr-print-brand{display:flex;align-items:center;gap:2px;color:#0756c9;font-size:4.8pt;font-weight:900}.qr-print-brand b{color:#10b6d4}.qr-print-sheet.size-20 .qr-print-label{padding:1.2mm;gap:1px}.qr-print-sheet.size-20 .qr-print-label svg{width:70%;height:70%}.qr-print-sheet.size-20 .qr-print-label p,.qr-print-sheet.size-20 .qr-print-label small,.qr-print-sheet.size-20 .qr-print-brand{display:none}.qr-print-sheet.size-20 .qr-print-label strong{font-size:5.5pt}.qr-print-sheet.size-40 .qr-print-label strong{font-size:9pt}.qr-print-sheet.size-40 .qr-print-label p{font-size:7pt}.qr-print-sheet.size-40 .qr-print-label small{font-size:6pt}.qr-print-sheet.size-technician-card .qr-print-label{width:86mm;height:54mm;display:grid;grid-template-columns:18mm 25mm minmax(0,1fr);grid-template-rows:auto 1fr;gap:2.5mm;padding:4mm;border:1px solid #9bb1c8;border-radius:3mm;text-align:left}.qr-print-sheet.size-technician-card .qr-print-brand{grid-column:1 / -1;justify-self:start;font-size:8pt}.qr-print-sheet.size-technician-card .qr-print-photo{width:18mm;height:25mm;object-fit:cover;border:1px solid #ccd9e8;border-radius:2mm;background:#eef3f8}.qr-print-sheet.size-technician-card .qr-print-photo.placeholder{display:grid;place-items:center;color:#7890aa}.qr-print-sheet.size-technician-card .qr-print-label>svg{width:25mm;height:25mm}.qr-print-person{min-width:0;align-self:center}.qr-print-sheet.size-technician-card .qr-print-person strong{display:block;font-size:12pt;white-space:normal}.qr-print-sheet.size-technician-card .qr-print-person p{margin-top:2mm;font-size:8pt}.qr-print-sheet.size-technician-card .qr-print-person small{display:block;margin-top:1mm;font-size:7pt}.qr-print-preview-empty{grid-column:1 / -1;min-height:430px;display:grid;place-items:center;align-content:center;color:#8294aa;text-align:center}.qr-print-preview-empty strong{margin-top:10px;color:#2c4b70}.qr-print-preview-empty p{max-width:350px;margin:6px 0 0;font-size:.75rem;line-height:1.45}@media(max-width:1050px){.qr-print-designer{grid-template-columns:1fr}.qr-print-sheet{min-height:430px}}@media(max-width:680px){.qr-print-controls{padding:15px}.qr-print-filters{grid-template-columns:1fr 1fr}.qr-print-filters .search{grid-column:1 / -1}.qr-print-selection-bar{flex-wrap:wrap}.qr-print-selection-bar strong{width:100%}.qr-print-options{grid-template-columns:1fr 1fr}.qr-print-options label:last-child{grid-column:1 / -1}.qr-print-sheet{justify-content:start;overflow-x:auto;padding:14px}}@media print{body[data-qr-print-designer=active] *{visibility:hidden!important}body[data-qr-print-designer=active] .qr-print-sheet,body[data-qr-print-designer=active] .qr-print-sheet *{visibility:visible!important}body[data-qr-print-designer=active] .qr-print-sheet{position:absolute!important;inset:0 auto auto 0!important;width:100%!important;min-height:0!important;display:grid!important;align-content:start!important;justify-content:start!important;gap:2mm!important;padding:0!important;background:#fff!important}body[data-qr-print-designer=active] .qr-print-label{break-inside:avoid;page-break-inside:avoid;border-style:solid!important}body[data-qr-print-template=thermal] .qr-print-sheet{page:thermal-label;grid-template-columns:1fr!important}body[data-qr-print-template=thermal] .qr-print-label{margin:0 auto!important}}@page thermal-label{size:60mm 45mm;margin:2mm}.qr-print-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3900;display:grid;place-items:center;padding:18px;background:#04183ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.qr-print-modal{width:min(1440px,100%);max-height:calc(100vh - 36px);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(197,218,242,.88);border-radius:22px;background:#f4f7fb;box-shadow:0 34px 90px #021a4461}.qr-print-modal-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 21px;color:#fff;background:linear-gradient(115deg,#063a96,#0768d9 58%,#0858bd)}.qr-print-modal-header small{color:#72e5f5;font-size:.64rem;font-weight:900;letter-spacing:.1em}.qr-print-modal-header h2{margin:4px 0 3px;font-size:1.18rem}.qr-print-modal-header p{margin:0;color:#ffffffb8;font-size:.72rem}.qr-print-modal-header button{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(255,255,255,.24);border-radius:10px;color:#fff;background:#ffffff1a}.qr-print-modal>main{min-height:0;overflow:auto;padding:18px}.qr-print-message{position:sticky;bottom:0;margin:14px 0 0;padding:11px 13px;border:1px solid #b9d8f6;border-radius:10px;color:#0756c9;background:#edf6ff;font-size:.76rem;font-weight:750}.qr-print-nav-launcher{order:5}@media(max-width:680px){.qr-print-modal-backdrop{padding:0}.qr-print-modal{width:100%;height:100%;max-height:none;border:0;border-radius:0}.qr-print-modal-header{padding:13px 15px}.qr-print-modal-header p{display:none}.qr-print-modal>main{padding:10px}}@media print{body[data-qr-print-designer=active] .qr-print-modal-backdrop,body[data-qr-print-designer=active] .qr-print-modal{position:static!important;display:block!important;width:auto!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:0!important;border:0!important;background:#fff!important;box-shadow:none!important}}.qr-print-full-output{display:none}@media print{body[data-qr-print-designer=active] .qr-print-preview-panel .qr-print-sheet{display:none!important}body[data-qr-print-designer=active] .qr-print-full-output,body[data-qr-print-designer=active] .qr-print-full-output *{visibility:visible!important}body[data-qr-print-designer=active] .qr-print-full-output{position:absolute!important;inset:0 auto auto 0!important;width:100%!important;min-height:0!important;display:grid!important;align-content:start!important;justify-content:start!important;gap:2mm!important;padding:0!important;background:#fff!important}body[data-qr-print-template=thermal] .qr-print-full-output{grid-template-columns:1fr!important;page:thermal-label}}.release-version-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 8px;border:1px solid #cbd9e8;border-radius:999px;color:#4d6988;background:#ffffffdb;font-size:.61rem;font-weight:850;white-space:nowrap}.release-version-mobile{display:block;margin-top:8px;color:#7890aa;font-size:.64rem;text-align:center}.release-version-mobile strong{color:#24527e}@media(max-width:760px){.release-version-chip{display:none}}.status-overview{margin-top:20px;padding:20px;border:1px solid #d6e2ef;border-radius:18px;background:#fff;box-shadow:0 16px 38px #0e305a14}html:not([data-isivolt-view=dashboard]) .status-overview{display:none!important}.status-overview-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.status-overview-header>div:first-child{display:flex;align-items:center;gap:12px}.status-overview-header>div:first-child>span{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;color:#0866e8;background:#edf5ff}.status-overview h2{margin:0 0 3px;color:#102a56;font-size:1rem}.status-overview-header p{margin:0;color:#758aa5;font-size:.73rem}.status-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:11px;background:#edf3fa}.status-mode-switch button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:37px;padding:0 12px;border:0;border-radius:8px;color:#667e9b;background:transparent;font-size:.69rem;font-weight:800}.status-mode-switch button.active{color:#0756c9;background:#fff;box-shadow:0 5px 13px #14345c1a}.status-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:17px 0 14px}.status-summary article{display:flex;align-items:center;gap:10px;padding:12px 13px;border:1px solid #e0e7ef;border-radius:12px;background:#f9fbfd}.status-summary article>svg{flex:0 0 auto}.status-summary article div{display:grid}.status-summary strong{color:#17365f;font-size:1rem}.status-summary small{color:#7e91a8;font-size:.64rem}.status-summary .tone-green{color:#0a946b;background:#effaf6}.status-summary .tone-orange{color:#cf7a0c;background:#fff7ea}.status-summary .tone-red{color:#cf3f52;background:#fff2f4}.status-summary .tone-purple{color:#7a4bc7;background:#f7f2ff}.status-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px}.status-toolbar>label{min-width:260px;display:flex;align-items:center;gap:8px;min-height:40px;padding:0 11px;border:1px solid #cddae9;border-radius:10px;color:#748aa7;background:#fbfdff}.status-toolbar input{width:100%;height:37px;border:0;outline:0;color:#17365f;background:transparent;font-size:.73rem}.status-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.status-filter-chips button{min-height:34px;padding:0 10px;border:1px solid #d2deeb;border-radius:999px;color:#627b99;background:#f7faff;font-size:.65rem;font-weight:800}.status-filter-chips button.active{color:#fff;border-color:#0866e8;background:#0866e8}.status-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-tool-card{--state-color: #0a946b;--state-bg: #effaf6;position:relative;min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:13px;overflow:hidden;border:1px solid #dce5ef;border-left:4px solid var(--state-color);border-radius:14px;background:#fff;box-shadow:0 8px 20px #1432580d}.status-tool-card.tone-green{--state-color: #0a946b;--state-bg: #effaf6}.status-tool-card.tone-orange{--state-color: #cf7a0c;--state-bg: #fff7ea}.status-tool-card.tone-red{--state-color: #cf3f52;--state-bg: #fff2f4}.status-tool-card.tone-purple{--state-color: #7a4bc7;--state-bg: #f7f2ff}.status-tool-card.tone-yellow{--state-color: #bd8b08;--state-bg: #fff9df}.status-tool-card.tone-gray{--state-color: #748399;--state-bg: #f2f4f7}.status-tool-card.tone-blue{--state-color: #0866e8;--state-bg: #edf5ff}.status-photo{width:72px;height:72px;object-fit:cover;border:1px solid #d6e0eb;border-radius:12px;background:#f0f4f8}.status-photo.placeholder{display:grid;place-items:center;color:#7890aa}.status-card-main{min-width:0}.status-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.status-card-title>div{min-width:0}.status-card-title small{display:block;color:#18a7c3;font-size:.61rem;font-weight:900;letter-spacing:.05em}.status-card-title strong{display:block;overflow:hidden;color:#17365f;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.status-card-title em{flex:0 0 auto;padding:4px 7px;border-radius:999px;color:var(--state-color);background:var(--state-bg);font-size:.56rem;font-style:normal;font-weight:900}.status-card-main>p{margin:5px 0 9px;color:#7489a3;font-size:.66rem}.status-card-main dl{display:grid;gap:5px;margin:0}.status-card-main dl>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.status-card-main dt{display:inline-flex;align-items:center;gap:4px;color:#8495aa;font-size:.59rem}.status-card-main dd{max-width:58%;margin:0;overflow:hidden;color:#355474;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-weight:750}.status-card-main footer{display:flex;gap:6px;margin-top:9px}.status-card-main footer span{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:999px;color:#8999aa;background:#f0f3f6;font-size:.55rem;font-weight:850}.status-card-main footer span.ready{color:#087b5c;background:#eaf8f3}.status-card-main footer span.attention{color:#c63c4e;background:#fff0f2}.status-technician-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.status-technician-card{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;padding:13px;border:1px solid #dce5ef;border-radius:14px;background:#fff;box-shadow:0 8px 20px #1432580d}.status-technician-card.attention{border-color:#edb8c0;box-shadow:inset 0 0 0 1px #fff0f2}.status-technician-card .status-photo{width:58px;height:58px;border-radius:50%}.status-technician-card>div{min-width:0}.status-technician-card>div>small{color:#18a7c3;font-size:.59rem;font-weight:900}.status-technician-card>div>strong{display:block;overflow:hidden;color:#17365f;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.status-technician-card>div>p{margin:3px 0 0;color:#778ba4;font-size:.63rem}.technician-state{position:absolute;top:10px;right:10px;padding:3px 6px;border-radius:999px;color:#087b5c;background:#eaf8f3;font-size:.54rem;font-weight:900}.technician-state:not(.state-active){color:#7b5b21;background:#fff7e6}.technician-state.state-blocked,.technician-state.state-leave{color:#c43d50;background:#fff0f2}.status-technician-card dl{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:2px 0 0}.status-technician-card dl>div{padding:7px 8px;border-radius:8px;background:#f5f8fb}.status-technician-card dt{color:#8798aa;font-size:.55rem}.status-technician-card dd{margin:2px 0 0;color:#17365f;font-size:.77rem;font-weight:900}.status-technician-card footer{grid-column:1 / -1;color:#8293a6;font-size:.57rem}.status-empty{grid-column:1 / -1;min-height:180px;display:grid;place-items:center;align-content:center;color:#8193a8;text-align:center}.status-empty strong{margin-top:8px;color:#2e4b6e}.status-empty p{margin:4px 0 0;font-size:.72rem}.status-expand{margin:14px auto 0;display:flex;align-items:center;gap:6px;min-height:37px;padding:0 14px;border:1px solid #cbd9e8;border-radius:9px;color:#0756c9;background:#f6faff;font-weight:800}@media(max-width:1150px){.status-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-technician-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.status-overview-header{align-items:flex-start;flex-direction:column}.status-mode-switch{width:100%}.status-summary{grid-template-columns:repeat(2,1fr)}.status-toolbar{align-items:stretch;flex-direction:column}.status-toolbar>label{min-width:0;width:100%}.status-tool-grid,.status-technician-grid{grid-template-columns:1fr}}@media(max-width:520px){.status-overview{margin-top:12px;padding:13px}.status-summary{gap:7px}.status-summary article{padding:9px}.status-tool-card{grid-template-columns:58px minmax(0,1fr);padding:10px}.status-tool-card .status-photo{width:58px;height:58px}.status-card-title{flex-direction:column;gap:4px}.status-card-title em{align-self:flex-start}}.cloud-status-trigger{order:-2;min-height:38px;display:inline-flex!important;align-items:center;gap:7px;padding:0 11px;border:1px solid #d7e2f0!important;border-radius:10px!important;color:#526b90!important;background:#fff!important;font-size:.7rem;font-weight:800;white-space:nowrap}.cloud-status-trigger.state-synced{color:#087a59!important;border-color:#bfe9d9!important;background:#effbf6!important}.cloud-status-trigger.state-connecting{color:#075fc8!important;border-color:#bfd8f5!important;background:#f0f7ff!important}.cloud-status-trigger.state-offline{color:#9a6400!important;border-color:#f0d79c!important;background:#fff8e8!important}.cloud-status-trigger.state-error{color:#a33f51!important;border-color:#efc8cf!important;background:#fff5f7!important}.cloud-spin{animation:cloud-spin .85s linear infinite}@keyframes cloud-spin{to{transform:rotate(360deg)}}.cloud-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2800;display:grid;place-items:center;padding:20px;background:#06193a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cloud-modal{width:min(560px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid #d8e4f2;border-radius:18px;color:#17365f;background:#fff;box-shadow:0 30px 90px #05245447}.cloud-modal>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid #e1e9f4}.cloud-modal>header>div{display:flex;align-items:center;gap:12px}.cloud-modal>header>div>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#0866e8;background:#edf5ff}.cloud-modal header small{display:block;margin-bottom:2px;color:#18a9ce;font-size:.62rem;font-weight:900;letter-spacing:.11em}.cloud-modal header h2{margin:0;font-size:1.18rem}.cloud-modal>header>button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #dbe4f0;border-radius:9px;color:#607493;background:#fff}.cloud-summary{display:flex;align-items:center;gap:12px;margin:18px 22px 0;padding:14px;border:1px solid #d9e4f2;border-radius:12px;background:#f8fbff}.cloud-summary>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#fff}.cloud-summary p{margin:3px 0 0;color:#7083a0;font-size:.73rem;line-height:1.45}.cloud-summary.state-synced{border-color:#c7eadc;background:#f1fbf7}.cloud-summary.state-offline{border-color:#efdba8;background:#fff9eb}.cloud-summary.state-error{border-color:#efcbd2;background:#fff5f7}.cloud-login,.cloud-session{padding:18px 22px 4px}.cloud-login{display:grid;gap:13px}.cloud-login label{display:grid;gap:7px;color:#3b557a;font-size:.74rem;font-weight:800}.cloud-login input{width:100%;height:44px;padding:0 12px;border:1px solid #ccd9e9;border-radius:9px;color:#102a56;background:#fbfdff}.cloud-primary,.cloud-session-actions>button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:9px;font-weight:800}.cloud-primary{border:1px solid #0866e8;color:#fff;background:#0866e8}.cloud-primary:disabled{opacity:.55}.cloud-user-card{display:flex;align-items:center;gap:13px;padding:16px;border:1px solid #d9e6f3;border-radius:12px;background:linear-gradient(135deg,#f4f9ff,#fbfeff)}.cloud-user-card>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;color:#087a59;background:#e9f9f2}.cloud-user-card small{display:block;color:#18a9ce;font-size:.62rem;font-weight:900;letter-spacing:.09em}.cloud-user-card strong{display:block;margin-top:3px}.cloud-user-card p{margin:4px 0 0;color:#7083a0;font-size:.72rem}.cloud-session-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.cloud-session-actions>button:not(.cloud-primary){border:1px solid #ccd9e9;color:#526b90;background:#fff}.cloud-feedback{display:flex;gap:8px;margin:14px 22px 0;padding:11px 13px;border-radius:9px;font-size:.73rem}.cloud-feedback.success{color:#087457;background:#eaf9f3}.cloud-feedback.error{color:#9f3d4f;background:#fff0f3}.cloud-modal>footer{padding:17px 22px 21px}.cloud-modal>footer p{margin:0;color:#7487a4;font-size:.7rem;line-height:1.55}@media(max-width:900px){.cloud-status-trigger span{display:none}.cloud-status-trigger{width:38px;padding:0!important;justify-content:center}}@media(max-width:680px){.cloud-modal-backdrop{align-items:end;padding:0}.cloud-modal{width:100%;max-height:92vh;border-radius:18px 18px 0 0}.cloud-session-actions{grid-template-columns:1fr}.cloud-status-trigger{position:fixed;top:10px;right:100px;z-index:2350;width:38px!important;height:38px;min-height:38px}}.my-material-launcher{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;min-height:40px;padding:0 12px;border:1px solid #bfe2d5!important;border-radius:10px!important;color:#087858!important;background:#effbf6!important;font-size:.73rem;font-weight:850}.my-material-launcher strong{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;color:#fff;background:#0b9b70;font-size:.65rem}.my-material-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2850;display:grid;place-items:center;padding:18px;background:#04183a9e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.my-material-panel{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;border:1px solid #cfdeed;border-radius:22px;color:#17365f;background:#f5f9fd;box-shadow:0 32px 90px #041d4457}.my-material-panel>header{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;color:#fff;background:linear-gradient(120deg,#0752bb,#0878db 62%,#0b93b7)}.my-material-panel>header>div{display:flex;align-items:center;gap:12px}.my-material-panel>header>div>span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;color:#083f92;background:#74e6f3}.my-material-panel header small{display:block;color:#a8f2fb;font-size:.62rem;font-weight:900;letter-spacing:.11em}.my-material-panel header h2{margin:3px 0 0;font-size:1.35rem}.my-material-panel header>button{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(255,255,255,.22);border-radius:11px;color:#fff;background:#ffffff1a}.my-material-panel>main{display:grid;gap:15px;padding:18px}.my-material-identity{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #c9dff2;border-radius:17px;background:linear-gradient(135deg,#fff,#edf7ff);box-shadow:0 10px 26px #11366212}.my-material-identity small{color:#14a5c4;font-size:.63rem;font-weight:900;letter-spacing:.1em}.my-material-identity h3{margin:6px 0 4px;font-size:1.3rem}.my-material-identity p{margin:0;color:#71849e}.my-material-identity div>span{display:inline-flex;align-items:center;gap:6px;margin-top:11px;padding:6px 9px;border-radius:999px;color:#087858;background:#e9f9f2;font-size:.67rem;font-weight:800}.my-material-identity svg{flex:0 0 auto;padding:6px;border:1px solid #dce6ef;border-radius:13px;background:#fff}.my-material-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.my-material-actions button{display:flex;align-items:center;gap:13px;min-height:83px;padding:13px;border:1px solid #ceddec;border-radius:15px;color:#17365f;background:#fff;text-align:left;box-shadow:0 8px 20px #1136620f}.my-material-actions button>span{display:grid;place-items:center;width:49px;height:49px;flex:0 0 auto;border-radius:14px;color:#fff;background:#0866e8}.my-material-actions button:last-child>span{background:#0ba579}.my-material-actions strong,.my-material-actions small{display:block}.my-material-actions small{margin-top:4px;color:#778aa3;font-size:.69rem}.my-material-block{overflow:hidden;border:1px solid #d7e2ed;border-radius:16px;background:#fff;box-shadow:0 8px 22px #1136620e}.my-material-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid #e2e9f1;background:#fbfdff}.my-material-heading>div{display:flex;align-items:center;gap:8px}.my-material-heading>div svg{color:#0756c9}.my-material-heading>span{display:grid;place-items:center;min-width:27px;height:27px;padding:0 7px;border-radius:999px;color:#0756c9;background:#eaf4ff;font-size:.7rem;font-weight:900}.my-material-list article,.my-material-history article{display:grid;align-items:center;gap:11px;padding:12px 14px;border-bottom:1px solid #e9eef4}.my-material-list article:last-child,.my-material-history article:last-child{border-bottom:0}.my-material-list article{grid-template-columns:36px minmax(0,1fr) auto}.my-material-list article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#0756c9;background:#edf5ff}.my-material-list article div,.my-material-history article div{min-width:0}.my-material-list strong,.my-material-history strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.my-material-list small,.my-material-history small{display:block;margin-top:3px;color:#7a8da5;font-size:.66rem}.my-material-list em{padding:5px 8px;border-radius:999px;color:#627995;background:#f0f4f8;font-size:.61rem;font-style:normal;font-weight:800}.my-material-history article{grid-template-columns:35px minmax(0,1fr) auto}.my-material-history article>span{display:grid;place-items:center;width:33px;height:33px;border-radius:10px;color:#0756c9;background:#edf5ff}.my-material-history article>span.return{color:#087858;background:#e9f9f2}.my-material-history code{color:#8191a6;font-size:.58rem}.my-material-list-empty,.my-material-empty{display:grid;place-items:center;text-align:center;color:#7b8ea7}.my-material-list-empty{min-height:130px;padding:22px}.my-material-list-empty p{max-width:410px;margin:8px 0 0;line-height:1.45}.my-material-empty{min-height:390px;padding:35px}.my-material-empty h3{margin:13px 0 5px;color:#29486d}.my-material-empty p{max-width:440px;margin:0;line-height:1.55}@media(max-width:680px){.my-material-launcher{display:none!important}.my-material-backdrop{padding:0}.my-material-panel{width:100%;height:100%;max-height:none;border:0;border-radius:0}.my-material-panel>header{padding:13px 14px}.my-material-panel>main{padding:13px}.my-material-identity{align-items:flex-start;padding:14px}.my-material-identity svg{width:92px;height:92px}.my-material-actions{grid-template-columns:1fr}.my-material-list article{grid-template-columns:34px minmax(0,1fr)}.my-material-list em{grid-column:2;width:max-content}.my-material-history article{grid-template-columns:34px minmax(0,1fr)}.my-material-history code{grid-column:2}.my-material-empty{min-height:70vh}}body[data-access-role=technician] .admin-tools-launcher,body[data-access-role=technician] .admin-tools-backdrop,body[data-access-role=technician] .sidebar nav>button:nth-child(3),body[data-access-role=technician] .sidebar nav>button:last-child,body[data-access-role=technician] .page-heading>button,body[data-access-role=technician] .quick-panel,body[data-access-role=technician] .list-card .secondary-button,body[data-access-role=technician] .empty-state button,body[data-access-role=technician] .row-actions button{display:none!important}body[data-access-role=technician] .row-actions button:first-child{display:grid!important}body[data-access-role=technician] .right-column{grid-template-columns:1fr}body[data-access-role=technician] .workspace-status{margin-top:0}body[data-access-role=technician] .sidebar-footer strong:after{content:" · Técnico";color:#68e6f5}body[data-access-role=coordinator] .sidebar nav>button:last-child{display:none}@media(max-width:680px){body[data-access-role=technician] .topbar-actions .admin-tools-launcher{display:none!important}}.loan-monitor{grid-column:1/-1;overflow:hidden}.loan-monitor-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid #e1e9f2}.loan-monitor-header>div:first-child{display:flex;align-items:center;gap:11px}.loan-monitor-header>div:first-child>span{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;color:#0756c9;background:#edf5ff}.loan-monitor-header>div:first-child>span.attention{color:#a66300;background:#fff3d8}.loan-monitor-header h2{margin:0;color:#17365f;font-size:.95rem}.loan-monitor-header p{margin:3px 0 0;color:#7487a0;font-size:.7rem}.loan-monitor-actions{display:flex;align-items:center;gap:9px}.loan-monitor-actions label{display:flex;align-items:center;gap:6px;min-height:39px;padding:0 9px;border:1px solid #d2dfec;border-radius:10px;color:#526d90;background:#fbfdff;font-size:.67rem;font-weight:800}.loan-monitor-actions input{width:48px;height:29px;padding:0 5px;border:1px solid #cbd8e7;border-radius:7px;color:#17365f;background:#fff;text-align:center;font-weight:850}.loan-monitor-actions em{font-style:normal}.loan-monitor-actions button{display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 11px;border:1px solid #c8dced;border-radius:10px;color:#0756c9;background:#f4f9ff;font-size:.69rem;font-weight:850}.loan-monitor-actions button:disabled{opacity:.45}.loan-monitor-summary{display:flex;align-items:center;gap:8px;padding:10px 18px;border-bottom:1px solid #e6edf4;background:#fbfdff}.loan-monitor-summary button,.loan-monitor-summary>span{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid #dbe5ef;border-radius:999px;color:#647b98;background:#fff;font-size:.65rem;font-weight:800}.loan-monitor-summary button.active{color:#0756c9;border-color:#bcd8f4;background:#edf6ff}.loan-monitor-summary button.attention.active{color:#9a6200;border-color:#efd59b;background:#fff5df}.loan-monitor-summary strong{font-size:.7rem}.loan-monitor-list{display:grid}.loan-monitor-list article{display:grid;grid-template-columns:58px minmax(150px,1.1fr) minmax(170px,1fr) auto auto;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e8eef4}.loan-monitor-list article:last-child{border-bottom:0}.loan-monitor-list article.attention{background:linear-gradient(90deg,#fff9eb,#fff 35%)}.loan-age{display:grid;place-items:center;width:50px;height:50px;border-radius:13px;color:#0756c9;background:#edf5ff}.loan-monitor-list article.attention .loan-age{color:#9b6300;background:#fff0cd}.loan-age strong{font-size:1.05rem;line-height:1}.loan-age small{font-size:.57rem}.loan-tool,.loan-holder{min-width:0}.loan-tool strong,.loan-holder strong{display:block;overflow:hidden;color:#17365f;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem}.loan-tool small,.loan-holder small{display:block;margin-top:3px;overflow:hidden;color:#778aa3;text-overflow:ellipsis;white-space:nowrap;font-size:.64rem}.loan-monitor-list article>em{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;color:#087858;background:#e9f9f2;font-size:.6rem;font-style:normal;font-weight:900}.loan-monitor-list article.attention>em{color:#966000;background:#fff0cf}.loan-monitor-list article>button{display:inline-flex;align-items:center;gap:6px;min-height:35px;padding:0 10px;border:1px solid #c9dced;border-radius:9px;color:#0756c9;background:#f5faff;font-size:.65rem;font-weight:850}.loan-monitor-empty{min-height:180px;display:grid;place-items:center;align-content:center;padding:25px;color:#7890aa;text-align:center}.loan-monitor-empty strong{margin-top:9px;color:#385777}.loan-monitor-empty p{margin:5px 0 0;font-size:.72rem}@media(max-width:900px){.loan-monitor-header{align-items:flex-start;flex-direction:column}.loan-monitor-actions{width:100%;justify-content:space-between}.loan-monitor-list article{grid-template-columns:52px minmax(0,1fr) auto}.loan-holder{grid-column:2}.loan-monitor-list article>em{grid-column:3;grid-row:1}.loan-monitor-list article>button{grid-column:3;grid-row:2}.loan-monitor-list article>button span{display:none}}@media(max-width:680px){.loan-monitor{border-radius:16px}.loan-monitor-header{padding:14px}.loan-monitor-actions{display:grid;grid-template-columns:1fr auto}.loan-monitor-actions label{justify-content:center}.loan-monitor-actions label span{display:none}.loan-monitor-summary{padding:9px 12px;overflow-x:auto}.loan-monitor-summary>span{white-space:nowrap}.loan-monitor-list article{grid-template-columns:47px minmax(0,1fr) 34px;gap:9px;padding:11px 12px}.loan-age{width:44px;height:44px}.loan-tool strong{font-size:.72rem}.loan-holder{grid-column:2}.loan-monitor-list article>em{grid-column:2;width:max-content}.loan-monitor-list article>button{grid-column:3;grid-row:1/4;width:34px;height:34px;min-height:34px;padding:0;justify-content:center}.loan-monitor-header p{line-height:1.4}}.diagnostics-trigger{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;min-height:40px;padding:0 12px;border:1px solid #c9daed!important;border-radius:10px!important;color:#355a84!important;background:#f7fbff!important;font-size:.72rem;font-weight:850}.diagnostics-trigger.ready{color:#176649!important;border-color:#b7dbc9!important;background:#f1fbf6!important}.diagnostics-trigger.attention{color:#9a6306!important;border-color:#efd299!important;background:#fff8e8!important}.diagnostics-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3100;display:grid;place-items:center;padding:18px;background:#04183aa8;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px)}.diagnostics-panel{width:min(1040px,100%);max-height:calc(100vh - 36px);overflow:auto;border:1px solid #cfdeed;border-radius:22px;color:#17365f;background:#f5f8fc;box-shadow:0 32px 90px #041d445c}.diagnostics-panel>header{position:sticky;top:0;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:19px 21px;color:#fff;background:linear-gradient(120deg,#063b98,#0768d9)}.diagnostics-panel>header>div{display:flex;gap:13px;align-items:flex-start}.diagnostics-panel>header>div>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;color:#67e0f0;background:#ffffff1f}.diagnostics-panel header small{color:#70e4f2;font-size:.64rem;font-weight:900;letter-spacing:.08em}.diagnostics-panel header h2{margin:4px 0 3px;font-size:1.4rem}.diagnostics-panel header p{margin:0;color:#ffffffb8;font-size:.75rem}.diagnostics-panel header>button{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:11px;color:#fff;background:#ffffff1a}.diagnostics-summary{display:flex;align-items:center;gap:12px;margin:18px 20px 0;padding:14px 16px;border:1px solid;border-radius:15px}.diagnostics-summary.ready{color:#176649;border-color:#b8dfcc;background:#effaf4}.diagnostics-summary.attention{color:#8e5a06;border-color:#eed39a;background:#fff8e8}.diagnostics-summary strong{display:block}.diagnostics-summary p{margin:3px 0 0;font-size:.72rem;line-height:1.45}.diagnostics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 20px}.diagnostic-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #d5e1ee;border-radius:14px;background:#fff;box-shadow:0 8px 20px #1636600e}.diagnostic-card>span{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;color:#0756c9;background:#edf5ff}.diagnostic-card strong{display:block;font-size:.83rem}.diagnostic-card p{margin:4px 0 0;color:#71849d;font-size:.69rem;line-height:1.45}.diagnostic-card>i{padding:5px 8px;border-radius:999px;font-size:.59rem;font-style:normal;font-weight:900;white-space:nowrap}.diagnostic-card.state-ok>i{color:#176649;background:#eaf8f0}.diagnostic-card.state-warning>i{color:#8b5b09;background:#fff5df}.diagnostic-card.state-unavailable>i{color:#a33c3c;background:#fff0f0}.diagnostic-card.state-neutral>i{color:#566f8d;background:#edf3f9}.diagnostics-tests{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 20px 18px}.diagnostics-tests article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px;border:1px solid #d5e1ee;border-radius:14px;background:#fff}.diagnostics-tests article>div{display:flex;align-items:flex-start;gap:10px}.diagnostics-tests article>div>svg{color:#0756c9;flex:0 0 auto}.diagnostics-tests strong{display:block;font-size:.8rem}.diagnostics-tests p{margin:4px 0 0;color:#74879f;font-size:.68rem;line-height:1.45}.diagnostics-tests button,.diagnostics-panel>footer button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:39px;padding:0 12px;border:1px solid #c8d9ec;border-radius:10px;color:#0756c9;background:#f5faff;font-weight:850}.diagnostics-tests button:disabled{opacity:.48}.diagnostics-tests small{grid-column:1/-1;padding:8px 10px;border-radius:9px;color:#355d86;background:#eef6ff;font-size:.67rem}.diagnostics-panel>footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 20px 19px;border-top:1px solid #dce6f1}.diagnostics-panel>footer p{max-width:700px;margin:0;color:#6d8099;font-size:.69rem;line-height:1.5}.diagnostics-spin{animation:diagnostics-spin .8s linear infinite}@keyframes diagnostics-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.diagnostics-trigger{position:fixed;top:10px;right:102px;z-index:2350;width:38px!important;height:38px;min-height:38px;padding:0!important;justify-content:center;border-radius:11px!important}.diagnostics-trigger span{display:none}.diagnostics-backdrop{padding:0}.diagnostics-panel{width:100%;height:100%;max-height:none;border:0;border-radius:0}.diagnostics-panel>header{padding:14px}.diagnostics-summary{margin:13px 13px 0}.diagnostics-grid,.diagnostics-tests{grid-template-columns:1fr;padding-left:13px;padding-right:13px}.diagnostic-card{grid-template-columns:auto minmax(0,1fr)}.diagnostic-card>i{grid-column:2;justify-self:start}.diagnostics-panel>footer{flex-direction:column;align-items:stretch;padding:14px}.diagnostics-panel>footer button{width:100%}}@media(max-width:680px){.diagnostics-trigger{right:144px}}body[data-device-locked=true]{overflow:hidden}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.device-security-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;display:grid;place-items:center;min-height:100dvh;padding:22px;overflow:auto;color:#102a56;background:radial-gradient(circle at 15% 5%,rgba(50,220,240,.22),transparent 30%),radial-gradient(circle at 90% 15%,rgba(17,112,237,.32),transparent 34%),linear-gradient(145deg,#05296c,#0757bd 55%,#063f91)}.device-security-gate:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.22;background-image:linear-gradient(135deg,transparent 47%,rgba(113,230,249,.55) 48%,rgba(113,230,249,.55) 49%,transparent 50%),radial-gradient(circle,rgba(113,230,249,.7) 0 2px,transparent 3px);background-size:90px 90px,70px 70px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 72%);mask-image:linear-gradient(to bottom,black,transparent 72%)}.device-security-card{position:relative;width:min(430px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.45);border-radius:27px;background:#f8fcfffa;box-shadow:0 35px 110px #00113675}.device-security-card>header{display:flex;align-items:center;gap:13px;padding:21px 23px;color:#fff;background:linear-gradient(125deg,#05388f,#0870e6)}.device-security-logo{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border:1px solid rgba(255,255,255,.25);border-radius:15px;color:#fff;background:#ffffff21;font-weight:900;letter-spacing:-.05em}.device-security-card>header div{display:grid;gap:3px}.device-security-card>header small{color:#76e8f5;font-size:.61rem;font-weight:900;letter-spacing:.13em}.device-security-card>header strong{font-size:1.05rem}.device-security-card form{padding:21px 24px 18px}.device-security-identity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:13px;border:1px solid #d6e4f2;border-radius:15px;background:#f4f9ff}.device-security-identity>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;color:#0761d5;background:#e4f1ff}.device-security-identity div{min-width:0;display:grid;gap:3px}.device-security-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.device-security-identity small{overflow:hidden;color:#7185a0;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem}.device-security-copy{padding:19px 3px 13px;text-align:center}.device-security-copy h1{margin:0;font-size:1.45rem;letter-spacing:-.035em}.device-security-copy p{max-width:330px;margin:7px auto 0;color:#6e829d;font-size:.78rem;line-height:1.55}.device-security-pin-field{position:relative;display:block}.device-security-pin-field input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;outline:0;opacity:.01;caret-color:transparent}.device-security-dots{display:flex;justify-content:center;gap:12px;padding:13px 0 17px}.device-security-dots i{width:16px;height:16px;border:2px solid #9bb1cb;border-radius:50%;background:#fff;transition:transform .15s ease,border-color .15s ease,background .15s ease}.device-security-dots i.filled{border-color:#0766df;background:#0766df;box-shadow:0 0 0 5px #0766df1c;transform:scale(.88)}.device-security-keypad{display:grid;grid-template-columns:repeat(3,64px);justify-content:center;gap:10px 16px}.device-security-keypad button{display:grid;place-items:center;width:64px;height:54px;border:1px solid #d1dfed;border-radius:16px;color:#17385f;background:#fff;box-shadow:0 7px 17px #1236630f;font-size:1.22rem;font-weight:800;transition:transform .12s ease,border-color .12s ease,background .12s ease}.device-security-keypad button:active:not(:disabled){transform:scale(.94);background:#edf6ff}.device-security-keypad button.erase{color:#5e7594;background:#f2f6fb}.device-security-keypad span{width:64px;height:54px}.device-security-message,.device-security-wait{margin:14px 0 0;padding:10px 12px;border:1px solid #f0c9a5;border-radius:11px;color:#885119;background:#fff7ea;text-align:center;font-size:.72rem;font-weight:700}.device-security-wait{border-color:#e9c1ca;color:#9a3144;background:#fff0f3}.device-security-primary{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:16px;border:0;border-radius:13px;color:#fff;background:linear-gradient(120deg,#0758c9,#0876e8);box-shadow:0 13px 27px #075ccd38;font-weight:850}.device-security-secondary-actions{display:flex;justify-content:center;gap:18px;margin-top:13px}.device-security-secondary-actions button{display:inline-flex;align-items:center;gap:6px;padding:7px 8px;border:0;color:#557292;background:transparent;font-size:.71rem;font-weight:750}.device-security-card>footer{display:flex;align-items:flex-start;gap:8px;padding:12px 20px 15px;border-top:1px solid #e1e9f2;color:#7890aa;background:#f8fbff;font-size:.65rem;line-height:1.45}.device-security-card>footer svg{flex:0 0 auto;margin-top:1px}.device-security-loading{min-height:330px;display:grid;place-items:center;align-content:center;gap:13px;padding:40px;color:#5f7796;text-align:center}.device-security-loading svg,.device-security-spin{animation:device-security-spin 1s linear infinite}.security-center-trigger{display:inline-flex!important;align-items:center;gap:7px;width:auto!important;min-height:40px;padding:0 13px!important;border:1px solid #c9daed!important;border-radius:10px!important;color:#2c6288!important;background:#f4fbff!important;font-size:.74rem;font-weight:800}.security-center-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5200;display:grid;place-items:center;padding:18px;background:#031635ab;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px)}.security-center-panel{width:min(640px,100%);max-height:calc(100dvh - 36px);overflow:auto;border:1px solid #cfdeed;border-radius:23px;color:#17365f;background:#f6f9fd;box-shadow:0 32px 90px #041d4459}.security-center-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;color:#fff;background:linear-gradient(120deg,#05398f,#0872df)}.security-center-panel>header>div{display:flex;align-items:center;gap:12px}.security-center-panel>header>div>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#ffffff21}.security-center-panel header small{color:#76e7f5;font-size:.61rem;font-weight:900;letter-spacing:.12em}.security-center-panel header h2{margin:3px 0;font-size:1.35rem}.security-center-panel header p{margin:0;color:#ffffffb8;font-size:.72rem}.security-center-panel header>button{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(255,255,255,.22);border-radius:11px;color:#fff;background:#ffffff1a}.security-center-identity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin:18px;padding:15px;border:1px solid #b9d9cd;border-radius:16px;color:#146b53;background:#ecfaf5}.security-center-identity>span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#d9f5ea}.security-center-identity div{min-width:0;display:grid;gap:2px}.security-center-identity small{font-size:.59rem;font-weight:900;letter-spacing:.11em}.security-center-identity strong,.security-center-identity p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.security-center-identity p{margin:0;color:#5c887a;font-size:.68rem}.security-center-section{margin:0 18px 16px;padding:17px;border:1px solid #d7e2ef;border-radius:17px;background:#fff;box-shadow:0 8px 22px #14345e0f}.security-center-heading{display:flex;align-items:flex-start;gap:11px}.security-center-heading>span{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:11px;color:#0862d2;background:#eaf4ff}.security-center-heading div{display:grid;gap:3px}.security-center-heading p{margin:0;color:#72859e;font-size:.7rem;line-height:1.45}.security-time-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px}.security-time-options button{min-height:39px;border:1px solid #ccdaea;border-radius:10px;color:#55708f;background:#f9fbfe;font-size:.72rem;font-weight:800}.security-time-options button.active{color:#fff;border-color:#0866dc;background:#0866dc;box-shadow:0 7px 16px #0866dc2e}.security-lock-now{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:11px;border:1px solid #c8d9eb;border-radius:10px;color:#315b83;background:#f5faff;font-weight:800}.security-change-pin{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.security-change-pin label{display:grid;gap:6px;color:#55708d;font-size:.68rem;font-weight:800}.security-change-pin input{width:100%;height:43px;padding:0 11px;border:1px solid #cbd9e8;border-radius:10px;color:#17365f;background:#fbfdff;letter-spacing:.25em}.security-change-pin button{grid-column:1 / -1;min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;color:#fff;background:#075dcc;font-weight:850}.security-center-feedback{margin:0 18px 15px;padding:11px 13px;border-radius:11px;font-size:.72rem;font-weight:750}.security-center-feedback.success{border:1px solid #b8dfcf;color:#17664f;background:#ecfaf5}.security-center-feedback.error{border:1px solid #efc5cc;color:#9b3547;background:#fff0f3}.security-center-panel>footer{padding:13px 19px 17px;color:#7489a3;font-size:.66rem;line-height:1.5}@keyframes device-security-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.security-center-trigger{display:none!important}.device-security-gate{padding:0;align-items:stretch}.device-security-card{width:100%;min-height:100dvh;border:0;border-radius:0}.device-security-card form{padding-inline:max(20px,env(safe-area-inset-left))}.device-security-card>header{padding-top:calc(19px + env(safe-area-inset-top))}.device-security-card>footer{padding-bottom:calc(15px + env(safe-area-inset-bottom))}.security-center-backdrop{padding:0}.security-center-panel{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.security-center-panel>header{padding-top:calc(17px + env(safe-area-inset-top))}.security-change-pin{grid-template-columns:1fr}.security-change-pin button{grid-column:1}}@media(max-width:380px){.device-security-card form{padding-inline:16px}.device-security-keypad{grid-template-columns:repeat(3,58px);gap:8px 13px}.device-security-keypad button,.device-security-keypad span{width:58px;height:50px}.security-time-options{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.device-security-dots i,.device-security-keypad button{transition:none}}.brand{width:calc(100% - 8px);min-height:58px;margin:0 4px 24px;padding:9px 11px;gap:9px;border:1px solid rgba(255,255,255,.82);border-radius:15px;background:#fff;box-shadow:0 12px 28px #001f5b33;overflow:hidden}.brand-mark{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border:0;border-radius:11px;color:transparent!important;background:linear-gradient(145deg,#0878ee,#0756c9);box-shadow:0 7px 16px #0866e840;font-size:0!important;line-height:1;transform:none!important}.brand-mark:after{content:"I";color:#fff;font-size:25px;font-weight:900;font-style:normal;line-height:1;letter-spacing:-.08em}.brand strong{min-width:0;color:#102a56;font-size:1.22rem;font-weight:800;letter-spacing:-.045em;white-space:nowrap}.brand strong span{color:#0866e8}.mobile-utility-brand,.isivolt-monogram{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:0;border-radius:13px;color:#fff;background:linear-gradient(145deg,#0878ee,#0756c9);box-shadow:0 8px 20px #0866e838;font-size:1.45rem;font-weight:900}.desktop-utility-menu{position:relative;order:40;display:flex;align-items:center}.topbar-actions .desktop-utility-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:auto;min-width:82px;height:42px;padding:0 14px;border:1px solid #cfdaea;border-radius:10px;color:#294b78;background:#fff;font-size:.78rem;font-weight:750;box-shadow:0 4px 12px #1c42760a}.topbar-actions .desktop-utility-trigger:hover,.topbar-actions .desktop-utility-trigger[aria-expanded=true]{color:#0756c9;border-color:#a9c9f3;background:#f5f9ff}.topbar-actions .desktop-utility-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.topbar-actions .desktop-utility-trigger svg{transition:transform .16s ease}.desktop-utility-popover{position:absolute;top:calc(100% + 12px);right:0;z-index:180;width:min(360px,calc(100vw - 32px));overflow:hidden;border:1px solid #dce5f1;border-radius:16px;background:#fff;box-shadow:0 24px 65px #0e2e5c33;animation:desktopUtilityIn .16s ease-out}.desktop-utility-popover>header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e5ebf4;background:linear-gradient(135deg,#f8fbff,#eef6ff)}.desktop-utility-popover>header div{display:grid;min-width:0;gap:3px}.desktop-utility-popover>header strong{color:#102a56;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-utility-popover>header small{color:#6f82a2;font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-utility-actions{display:grid;gap:5px;padding:9px}.topbar-actions .desktop-utility-actions>button{display:grid;grid-template-columns:40px 1fr;align-items:center;gap:11px;width:100%;height:auto;min-height:58px;padding:9px 11px;border:0;border-radius:11px;color:#294b78;background:transparent;text-align:left}.topbar-actions .desktop-utility-actions>button:hover{background:#f2f7fd}.desktop-utility-actions>button>span:last-child{display:grid;gap:3px;min-width:0}.desktop-utility-actions strong{color:#102a56;font-size:.82rem}.desktop-utility-actions small{color:#7486a2;font-size:.67rem;line-height:1.35}.desktop-utility-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;color:#0866e8;background:#edf5ff}.desktop-utility-icon.action-system{color:#188265;background:#eaf8f3}.desktop-utility-icon.action-security{color:#7553be;background:#f1ecff}.desktop-utility-icon.action-ecosystem{color:#0756c9;background:#eaf3ff}.desktop-utility-popover footer{display:flex;align-items:center;gap:7px;padding:11px 16px;border-top:1px solid #e5ebf4;color:#72839d;background:#fbfdff;font-size:.68rem;font-weight:650}.desktop-utility-popover footer .desktop-utility-version{margin-left:auto;color:#0866e8;font-variant-numeric:tabular-nums}@keyframes desktopUtilityIn{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:761px){.topbar{gap:18px;padding-inline:28px;overflow:visible}.breadcrumbs{min-width:0;flex:1 1 auto;overflow:hidden;white-space:nowrap}.topbar-actions{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex:0 0 auto;white-space:nowrap}.topbar-actions>:not(.cloud-status-trigger):not(.scan-launcher):not(.admin-tools-launcher):not(.desktop-utility-menu){display:none!important}.topbar-actions .cloud-status-trigger{order:10}.topbar-actions .scan-launcher{order:20}.topbar-actions .admin-tools-launcher{order:30}.topbar-actions .cloud-status-trigger,.topbar-actions .scan-launcher,.topbar-actions .admin-tools-launcher{width:auto;min-width:0;height:42px;padding:0 13px;border-radius:10px;font-size:.76rem;font-weight:750;box-shadow:0 4px 12px #1c42760a}.topbar-actions .cloud-status-trigger{min-width:104px;border:1px solid #cfdbea;color:#395778;background:#fff}.topbar-actions .scan-launcher{border:1px solid #9ec5f5;color:#0756c9;background:#eef6ff}.topbar-actions .admin-tools-launcher{border:1px solid #cfdbea;color:#294b78;background:#fff}}@media(min-width:761px)and (max-width:1360px){.breadcrumbs span:not(:last-of-type),.breadcrumbs i{display:none}.topbar-actions .cloud-status-trigger span,.topbar-actions .scan-launcher span,.topbar-actions .admin-tools-launcher span{display:none}.topbar-actions .cloud-status-trigger,.topbar-actions .scan-launcher,.topbar-actions .admin-tools-launcher{min-width:42px;width:42px;padding:0}}@media(max-width:760px){.desktop-utility-menu{display:none}.brand{width:calc(100% - 6px);margin-inline:3px}}@media(prefers-reduced-motion:reduce){.desktop-utility-popover{animation:none}}
