:root{--ink:#153537;--petrol:#103f42;--teal:#087c78;--aqua:#b6e3d8;--cream:#f6f3eb;--paper:#fffdf8;--line:#d8d8ce;--muted:#6c7772;--coral:#a64032;--amber:#a96500;--shadow:0 16px 35px #163a3420}*{box-sizing:border-box}[hidden]{display:none!important}body{background:var(--cream);color:var(--ink);margin:0;font:14px Manrope,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.side{background:var(--petrol);color:#f7f5ed;flex-direction:column;gap:24px;padding:25px 15px;display:flex}.brand{font:650 23px/1.05 Fraunces,serif}.brand small{letter-spacing:.12em;color:var(--aqua);text-transform:uppercase;margin-top:8px;font:500 10px DM Mono,monospace;display:block}.nav{gap:3px;display:grid}.nav button{color:#c3d6d1;text-align:left;background:0 0;border:0;border-left:2px solid #0000;border-radius:0 7px 7px 0;padding:10px 12px;font-weight:600}.nav button.active,.nav button:hover{color:#fff;border-left-color:var(--aqua);background:#ffffff12}.side-bottom{color:#c3d6d1;border-top:1px solid #ffffff24;margin-top:auto;padding:15px 8px 0;font-size:12px}.side-bottom button{color:#fff;background:0 0;border:0;margin-top:9px;padding:0;text-decoration:underline}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);background:#faf8f1;justify-content:space-between;align-items:center;height:76px;padding:0 38px;display:flex}.eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--teal);font:500 10px DM Mono,monospace}.user{align-items:center;gap:11px;min-width:0;max-width:100%;font-size:12px;display:flex}.user-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.avatar{background:var(--aqua);border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.view{max-width:1390px;margin:auto;padding:34px 38px}.title-row{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:25px;display:flex}.title-row h1{margin:3px 0 0;font:650 32px Fraunces,serif}.subtitle{color:var(--muted);margin:5px 0 0}.grid{gap:18px;display:grid}.stats{grid-template-columns:repeat(4,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:20px;box-shadow:0 2px #fff}.stat b{margin-top:8px;font:650 32px Fraunces,serif;display:block}.stat .danger{color:var(--coral)}.stat .warn{color:var(--amber)}.card h2{margin:0 0 15px;font:650 20px Fraunces,serif}.section-grid{grid-template-columns:1.3fr .7fr;margin-top:18px}.list{margin:0;padding:0;list-style:none}.list li{border-top:1px solid #e6e4dc;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.list li>*{overflow-wrap:anywhere;min-width:0}.integrity-hash{overflow-wrap:anywhere;word-break:break-all;margin-top:8px;font-size:11px;display:block}.list li:first-child{border-top:0}.muted{color:var(--muted);font-size:12px}.delivery-result{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.pill{color:#21665d;background:#e4eee9;border-radius:99px;padding:3px 7px;font:500 10px DM Mono,monospace;display:inline-block}.pill.warn{color:#895400;background:#f5e8c7}.pill.danger{color:#963e31;background:#f4deda}.btn{background:var(--teal);color:#fff;border:0;border-radius:7px;padding:10px 14px;font-size:13px;font-weight:800}.btn:hover{background:#066b67}.btn.secondary{color:var(--petrol);background:#e4ece8}.btn.ghost{color:var(--teal);border:1px solid var(--teal);background:0 0}.btn.danger{background:var(--coral)}.actions{flex-wrap:wrap;gap:8px;display:flex}.toolbar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:17px;display:flex}.toolbar input{max-width:320px}.table-wrap{background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%}th{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:#f3f2eb;font:500 10px DM Mono,monospace}td,th{white-space:nowrap;border-bottom:1px solid #e7e5dd;padding:13px 15px}tr:last-child td{border:0}tr[data-go]{cursor:pointer}tr[data-go]:hover td{background:#f0f6f2}.form{background:var(--paper);border:1px solid var(--line);border-radius:10px;max-width:900px;padding:22px}.form-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.form-grid .full{grid-column:1/-1}label{gap:6px;font-size:12px;font-weight:700;display:grid}input,select,textarea{width:100%;color:var(--ink);background:#fffefb;border:1px solid #cbd0ca;border-radius:6px;padding:10px}textarea{resize:vertical;min-height:88px}.help{color:var(--muted);font-size:11px;font-weight:400}.form footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:18px;display:flex}.modal footer{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.choice-set{border:0;gap:8px;margin:0 0 16px;padding:0;display:grid}.choice-set legend{margin-bottom:4px;font-size:12px;font-weight:800}.choice{border:1px solid var(--line);background:var(--paper);border-radius:7px;grid-template-columns:18px 1fr;align-items:start;gap:9px;padding:11px;display:grid}.choice input{width:auto;margin-top:3px}.choice small{color:var(--muted);margin-top:2px;font-weight:400;display:block}.maintenance-card{margin-top:18px}.deadline-summary,.deadline-actions{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;display:flex}.deadline-filters{grid-template-columns:minmax(190px,1.6fr) repeat(5,minmax(130px,1fr));gap:10px;margin-bottom:14px;display:grid}.deadline-filters label{min-width:0}.deadline-actions{justify-content:space-between}.deadline-table td{white-space:normal;vertical-align:top}.deadline-table .deadline-select-cell{text-align:center;width:42px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.asset-selection{border:0;margin:18px 0 0;padding:0}.asset-selection legend{font-size:12px;font-weight:800}.asset-choice,.contact-row{border-top:1px solid #e6e4dc;align-items:center;gap:10px;padding:11px 0;display:flex}.asset-choice:first-of-type{border-top:0}.asset-choice input,.checkbox-label input{width:auto}.asset-choice span{gap:2px;min-width:0;display:grid}.asset-choice small{color:var(--muted);overflow-wrap:anywhere;font-weight:400}.asset-choice em{color:var(--muted);white-space:nowrap;margin-left:auto;font:500 10px DM Mono,monospace}.asset-choice.flagged em{color:var(--coral)}.contact-row{justify-content:space-between}.checkbox-label{align-items:center;gap:8px;display:flex}.mail-preview dl{grid-template-columns:95px 1fr;gap:7px 12px;margin:16px 0;display:grid}.mail-preview dt{color:var(--muted);font-size:12px}.mail-preview dd{overflow-wrap:anywhere;margin:0}.compact li{padding:8px 0}.empty{text-align:center;color:var(--muted);padding:40px 15px}.notice{border-left:3px solid var(--teal);color:#28554f;background:#eaf4ef;margin:15px 0;padding:12px 14px}.error{color:#8e3026;background:#f9e1dd;border-radius:6px;margin:12px 0;padding:10px 12px}.success{color:#1d5d4b;background:#e3f1e8;border-radius:6px;margin:12px 0;padding:10px 12px}.modal-backdrop{z-index:4;background:#092b2d88;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:var(--paper);overscroll-behavior:contain;width:min(520px,100%);max-height:calc(100dvh - 36px);box-shadow:var(--shadow);border-radius:12px;padding:25px;overflow-y:auto}.modal h2{margin:0 0 9px;font:650 25px Fraunces,serif}.inspection{border:1px solid var(--line);border-radius:9px;margin:12px 0;overflow:hidden}.inspection summary{cursor:pointer;background:#faf9f3;padding:14px;font-weight:800}.inspection-inner{padding:17px}.checks{gap:8px;margin:15px 0;display:grid}.check-row{grid-template-columns:1fr 126px 1fr;align-items:center;gap:8px;display:grid}.check-label{overflow-wrap:anywhere;min-width:0}.check-row input{padding:7px}.scan-box{text-align:center;background:#f5faf7;border:1px dashed #8aa39e;border-radius:9px;padding:20px}.qr{border:0;width:130px;height:130px}.mobile-nav{display:none}.camera video{border-radius:8px;width:100%;margin:12px 0}.spinner{border:2px solid #fff7;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin;display:inline-block}.print-sheet{display:none}@media print{body{background:#fff}.shell>*{display:none!important}.shell .main{display:block!important}.shell .view>*{display:none!important}.shell #printSheet{grid-template-columns:repeat(3,1fr);gap:12mm;display:grid!important}.print-sheet article{break-inside:avoid;text-align:center;border:1px solid #111;padding:5mm}.print-sheet img{width:42mm;height:42mm;margin:0 auto 3mm;display:block}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=800px){.shell{padding-bottom:calc(76px + env(safe-area-inset-bottom));display:block}.side{display:none}.topbar{height:61px;padding:0 17px}.view{padding:22px 16px}.stats{grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:15px}.stat b{font-size:25px}.section-grid{grid-template-columns:1fr}.title-row{flex-direction:column;align-items:flex-start}.title-row h1{font-size:27px}.form{padding:16px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.toolbar{flex-direction:column;align-items:stretch}.deadline-filters{grid-template-columns:1fr 1fr}.deadline-filters label:first-child{grid-column:1/-1}.toolbar input{max-width:none}.mobile-nav{z-index:3;height:calc(76px + env(safe-area-inset-bottom));background:var(--petrol);padding:5px 5px calc(5px + env(safe-area-inset-bottom));justify-content:flex-start;gap:4px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.delivery-row{flex-direction:column}.mobile-nav button{color:#c8ddd7;background:0 0;border:0;flex:0 0 68px;place-items:center;gap:3px;font-size:10px;display:grid}.mobile-nav button.active{color:#fff}.check-row{grid-template-columns:1fr}.asset-choice{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:6px 10px;display:grid}.asset-choice em{white-space:normal;grid-column:2;margin-left:0}.mail-preview dl{grid-template-columns:1fr;gap:2px}.check-row select{max-width:none}td,th{padding:11px}.topbar .eyebrow{display:none}input,select,textarea{font-size:16px}}.saved-deadline{white-space:nowrap;flex-shrink:0}.legal-links{color:#647189;margin:28px 0 0;font-size:13px}.legal-links a{color:inherit}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-cyrillic-ext-400-normal-CRdE35mU.woff2)format("woff2"),url(/assets/manrope-cyrillic-ext-400-normal-Djnz4Wsr.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-cyrillic-400-normal-BMzJvInZ.woff2)format("woff2"),url(/assets/manrope-cyrillic-400-normal-Dvx59UGC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-greek-400-normal-CM4qok81.woff2)format("woff2"),url(/assets/manrope-greek-400-normal-DuX9RsAR.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-vietnamese-400-normal-DHb3EETF.woff2)format("woff2"),url(/assets/manrope-vietnamese-400-normal-D7E_mLGF.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-ext-400-normal-CMDvPJRp.woff2)format("woff2"),url(/assets/manrope-latin-ext-400-normal-C-X6QNXX.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-400-normal-PaqtzbVb.woff2)format("woff2"),url(/assets/manrope-latin-400-normal-8tf8FM3T.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-cyrillic-ext-500-normal-Dz8SjJZ9.woff2)format("woff2"),url(/assets/manrope-cyrillic-ext-500-normal-PaLk8PaH.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-cyrillic-500-normal-B1OEZity.woff2)format("woff2"),url(/assets/manrope-cyrillic-500-normal-CNwnNrRC.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-greek-500-normal-GeMIHyWm.woff2)format("woff2"),url(/assets/manrope-greek-500-normal-DyxYGEtJ.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-vietnamese-500-normal-DCXiE_xi.woff2)format("woff2"),url(/assets/manrope-vietnamese-500-normal-DaZ8i3XM.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-ext-500-normal-dm74KBQw.woff2)format("woff2"),url(/assets/manrope-latin-ext-500-normal-EtoS1VaI.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2)format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-cyrillic-ext-600-normal-Dk-u7o-5.woff2)format("woff2"),url(/assets/manrope-cyrillic-ext-600-normal-DjQx9_jq.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-cyrillic-600-normal-DvRl3Mj-.woff2)format("woff2"),url(/assets/manrope-cyrillic-600-normal-It4mZcQk.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-greek-600-normal-BoRV6lzK.woff2)format("woff2"),url(/assets/manrope-greek-600-normal-CF2i9ZRY.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-vietnamese-600-normal-C1J5PCl_.woff2)format("woff2"),url(/assets/manrope-vietnamese-600-normal-lA7a_7Ok.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-ext-600-normal-_gBojHdJ.woff2)format("woff2"),url(/assets/manrope-latin-ext-600-normal-u5Pl7hTU.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2)format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-cyrillic-ext-700-normal-cq7F7ESW.woff2)format("woff2"),url(/assets/manrope-cyrillic-ext-700-normal-ezu7N0xg.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-cyrillic-700-normal-Dw_fZAg2.woff2)format("woff2"),url(/assets/manrope-cyrillic-700-normal-7JNVKxyl.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-greek-700-normal-CHUG9PD8.woff2)format("woff2"),url(/assets/manrope-greek-700-normal-DyfsrCpP.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-vietnamese-700-normal-CUqMx5-1.woff2)format("woff2"),url(/assets/manrope-vietnamese-700-normal-pt65Fn2Z.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-ext-700-normal-DYOwVNan.woff2)format("woff2"),url(/assets/manrope-latin-ext-700-normal-eVCcYqtJ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2)format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-cyrillic-ext-800-normal-By7E3MqD.woff2)format("woff2"),url(/assets/manrope-cyrillic-ext-800-normal-Dlsls8yD.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-cyrillic-800-normal-AvdZ5mAV.woff2)format("woff2"),url(/assets/manrope-cyrillic-800-normal-BuEMjQU-.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-greek-800-normal-CDvU698_.woff2)format("woff2"),url(/assets/manrope-greek-800-normal-Bw-67qu9.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-vietnamese-800-normal-ClPWri-A.woff2)format("woff2"),url(/assets/manrope-vietnamese-800-normal-bvg7iBCV.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-latin-ext-800-normal-DdFx7KEb.woff2)format("woff2"),url(/assets/manrope-latin-ext-800-normal-BQAQsuQc.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-latin-800-normal-BfWYOv1c.woff2)format("woff2"),url(/assets/manrope-latin-800-normal-uHUdIJgA.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/fraunces-vietnamese-500-normal-GOH_-EGq.woff2)format("woff2"),url(/assets/fraunces-vietnamese-500-normal-B-KbxExq.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/fraunces-latin-ext-500-normal-Z5DV8IzT.woff2)format("woff2"),url(/assets/fraunces-latin-ext-500-normal-BMcFk1Xs.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/fraunces-latin-500-normal-DnGCNyPD.woff2)format("woff2"),url(/assets/fraunces-latin-500-normal-BTR4KCeb.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/fraunces-vietnamese-600-normal-BjlAJixd.woff2)format("woff2"),url(/assets/fraunces-vietnamese-600-normal-DlAl5EAR.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/fraunces-latin-ext-600-normal-BtzmzP0X.woff2)format("woff2"),url(/assets/fraunces-latin-ext-600-normal-B0Dy4lqi.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/fraunces-latin-600-normal-BFCDtZfi.woff2)format("woff2"),url(/assets/fraunces-latin-600-normal-DL5QCzvS.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-mono-latin-ext-400-normal-C2zvOubV.woff2)format("woff2"),url(/assets/dm-mono-latin-ext-400-normal-1aZr6b2b.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-mono-latin-400-normal-4GdczIuU.woff2)format("woff2"),url(/assets/dm-mono-latin-400-normal--0xN8mdc.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-mono-latin-ext-500-normal-BtRyHRi6.woff2)format("woff2"),url(/assets/dm-mono-latin-ext-500-normal-Dw3M13d8.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-mono-latin-500-normal-DRMDZjhP.woff2)format("woff2"),url(/assets/dm-mono-latin-500-normal-CN8Miw6E.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.pix-auth{--auth-ink:#15253e;--auth-blue:#2458d6;--auth-line:#dce4ef;min-height:100vh;color:var(--auth-ink);background:#f7f9fd;font-family:Manrope,Arial,sans-serif}.pix-auth a{color:inherit;text-decoration:none}.pix-auth-header{border-bottom:1px solid var(--auth-line);background:#fff;height:84px}.pix-auth-header-inner{justify-content:space-between;align-items:center;gap:20px;width:min(1260px,100% - 64px);height:100%;margin:auto;display:flex}.pix-auth-header .ps-logo{color:var(--auth-ink)}.pix-auth-back{white-space:nowrap;font-size:12px;font-weight:800;color:#42516b!important}.pix-auth-back span{color:var(--auth-blue);margin-left:12px;font-size:16px}.pix-auth-back:hover{color:var(--auth-blue)!important}.pix-auth-layout{border:1px solid var(--auth-line);background:#fff;border-radius:18px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);width:min(1260px,100% - 64px);min-height:min(710px,100vh - 188px);margin:48px auto 56px;display:grid;overflow:hidden;box-shadow:0 22px 65px #1b355a0d}.pix-auth-content{flex-direction:column;justify-content:center;min-width:0;padding:clamp(36px,5vw,80px);display:flex}.pix-auth-kicker,.pix-auth-story-kicker{letter-spacing:.08em;color:var(--auth-blue);font:700 11px/1.4 DM Mono,monospace}.pix-auth-content h1{letter-spacing:-.068em;max-width:440px;margin:21px 0 14px;font:800 clamp(38px,3.8vw,56px)/1.07 Manrope,sans-serif}.pix-auth-description{color:#64748e;max-width:425px;margin:0;font-size:14px;line-height:1.75}.pix-auth-form{gap:18px;width:100%;max-width:430px;margin-top:39px;display:grid}.pix-auth-form label{color:#273a58;gap:9px;font-size:12px;font-weight:800;display:grid}.pix-auth-form label>input{width:100%;height:51px;color:var(--auth-ink);background:#fff;border:1px solid #ccd8e9;border-radius:8px;padding:0 16px;font-size:13px;font-weight:600;transition:border-color .18s,box-shadow .18s}.pix-auth-form label>input::placeholder{color:#a2aec0;font-weight:500}.pix-auth-form label>input:focus{border-color:var(--auth-blue);outline:0;box-shadow:0 0 0 4px #2458d61c}.pix-auth-form label>input:focus-visible,.pix-auth a:focus-visible,.pix-auth button:focus-visible{outline-offset:3px;outline:3px solid #6eb6ff}.pix-auth-actions{flex-wrap:wrap;align-items:center;gap:15px;margin-top:8px;display:flex}.pix-auth-submit{background:var(--auth-blue);color:#fff;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:25px;min-width:163px;min-height:51px;padding:12px 18px;font:800 12px Manrope,sans-serif;transition:transform .18s,box-shadow .18s;display:flex}.pix-auth-submit:hover:not(:disabled){background:#1747bd;transform:translateY(-2px);box-shadow:0 10px 20px #2458d62b}.pix-auth-submit:disabled{opacity:.65;cursor:wait}.pix-auth-submit span{font-size:18px;font-weight:500}.pix-auth-secondary{cursor:pointer;background:0 0;border:0;padding:12px 0;font:800 12px Manrope,sans-serif;color:var(--auth-blue)!important}.pix-auth-secondary:hover{text-decoration:underline}.pix-auth-footnote{color:#94a1b3;margin:42px 0 0;font:600 10px DM Mono,monospace}.pix-auth-story{color:#fff;background:#192b4a;flex-direction:column;justify-content:center;min-width:0;padding:clamp(36px,5vw,78px);display:flex;position:relative;overflow:hidden}.pix-auth-story:before{content:"";pointer-events:none;border:1px solid #ffffff21;border-radius:50%;width:380px;height:380px;position:absolute;top:-110px;right:-125px;box-shadow:0 0 0 62px #ffffff06,0 0 0 125px #ffffff04}.pix-auth-story:after{content:"";filter:blur(70px);pointer-events:none;background:#2458d642;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-190px;left:-90px}.pix-auth-story>*{z-index:1;position:relative}.pix-auth-story-kicker{color:#9fc3ff}.pix-auth-story h2{letter-spacing:-.07em;margin:20px 0 18px;font-size:clamp(36px,4vw,62px);line-height:1.06}.pix-auth-story>p{color:#c4d2e7;max-width:440px;margin:0 0 35px;font-size:14px;line-height:1.7}.pix-auth-sample{width:min(100%,455px);color:var(--auth-ink);background:#fff;border-radius:11px;padding:21px 24px;transform:rotate(-2deg);box-shadow:0 24px 42px #0716294d}.pix-auth-sample-top{letter-spacing:.05em;color:#71819a;border-bottom:1px solid #e2e8f2;justify-content:space-between;align-items:center;padding-bottom:15px;font:700 9px DM Mono,monospace;display:flex}.pix-auth-sample-top span:last-child{color:var(--auth-blue);font-size:16px}.pix-auth-sample-main{align-items:center;gap:15px;padding:22px 0;display:flex}.pix-auth-sample-symbol{width:57px;height:57px;color:var(--auth-blue);background:#e9efff;border-radius:10px;flex:none;place-items:center;font-size:31px;display:grid}.pix-auth-sample-main div{gap:4px;display:grid}.pix-auth-sample-main small{color:#8a98a9;font:700 9px DM Mono,monospace}.pix-auth-sample-main strong{letter-spacing:-.04em;font-size:21px}.pix-auth-sample-main div>span{color:#738198;font-size:11px}.pix-auth-sample-row{color:#75839a;border-top:1px solid #e7ecf4;justify-content:space-between;gap:10px;padding:13px 0;font-size:11px;display:flex}.pix-auth-sample-row strong{color:#286a58;font-size:11px}.pix-auth-sample-bottom{text-align:right;color:#a0aabb;border-top:1px solid #e7ecf4;padding-top:12px;font-size:9px}.pix-auth-story-footer{color:#91a8cc;letter-spacing:.04em;justify-content:space-between;gap:10px;margin-top:45px;font:700 9px DM Mono,monospace;display:flex}.pix-auth-hint{color:#6e7f98;margin:0;font-size:11px;line-height:1.65}.pix-auth .mfa-intro{background:#edf3ff;border:1px solid #d5e2fc;border-radius:9px;gap:14px;padding:16px;display:flex}.pix-auth .mfa-mark{color:#2458d6;background:#dce8ff;border-radius:8px;flex:none;place-items:center;width:38px;height:38px;font:700 13px DM Mono,monospace;display:grid}.pix-auth .mfa-intro b{font-size:12px}.pix-auth .mfa-intro p{color:#667893;margin:5px 0 0;font-size:11px;line-height:1.65}.pix-auth-setup .pix-auth-layout{min-height:0}.pix-auth-setup .pix-auth-content,.pix-auth-setup .pix-auth-story{justify-content:flex-start}.pix-auth-setup .pix-auth-form{gap:14px;margin-top:26px}.pix-auth .choice-set{margin:0 0 4px}.pix-auth .choice-set legend{color:#273a58;margin-bottom:10px}.pix-auth .choice{background:#fff;border-color:#dbe4f0;border-radius:9px;padding:13px}.pix-auth .choice:has(input:checked){border-color:var(--auth-blue);background:#f4f7ff;box-shadow:0 0 0 2px #2458d617}.pix-auth .choice input{accent-color:var(--auth-blue);margin-top:2px}.pix-auth .choice small{color:#6e7c91;line-height:1.4}.pix-auth .help{color:#7e8ca0}.pix-auth-onboarding{margin-top:24px}.pix-auth-onboarding>p{color:#667893;margin:0 0 10px;font-size:12px;line-height:1.65}.pix-auth-onboarding .pix-auth-form{margin-top:23px}.pix-auth-onboarding .pix-auth-secondary{margin-top:12px;display:inline-block}.pix-auth-onboarding .pix-auth-submit{margin-top:16px}.pix-auth-onboarding .checkbox-label{color:#546780;align-items:flex-start;gap:11px;font-size:11px;font-weight:600;line-height:1.55;display:flex}.pix-auth-onboarding .checkbox-label input{width:18px;height:18px;accent-color:var(--auth-blue);flex:none;margin:0;padding:0}@media (width<=900px){.pix-auth-layout{grid-template-columns:1fr;max-width:610px;min-height:0;margin:30px auto}.pix-auth-story{min-height:370px;padding:40px}.pix-auth-story h2{font-size:39px}.pix-auth-sample{display:none}.pix-auth-story-footer{margin-top:auto}}@media (width<=600px){.pix-auth-header{height:66px}.pix-auth-header-inner{width:calc(100% - 36px)}.pix-auth-header .ps-logo{font-size:27px}.pix-auth-header .ps-logo small{max-width:70px;font-size:7px}.pix-auth-back{font-size:10px}.pix-auth-back span{margin-left:4px}.pix-auth-layout{width:100%;box-shadow:none;border:0;border-radius:0;margin:0}.pix-auth-content{padding:58px 22px 48px}.pix-auth-content h1{font-size:clamp(37px,10vw,49px)}.pix-auth-form{margin-top:30px}.pix-auth-actions{flex-direction:column;align-items:stretch}.pix-auth-submit{width:100%}.pix-auth-secondary{text-align:center}.pix-auth-footnote{margin-top:34px}.pix-auth-story{min-height:290px;padding:38px 22px}.pix-auth-story h2{font-size:36px}.pix-auth-story>p{margin-bottom:20px;font-size:12px}.pix-auth-story-footer{font-size:8px}}@media (prefers-reduced-motion:reduce){.pix-auth *{transition:none!important}}.pix-auth-footnote a{color:inherit;text-decoration:underline}.ps-site{--ps-ink:#15253e;--ps-blue:#2458d6;--ps-sky:#eaf0ff;--ps-line:#dce4ef;--ps-muted:#66758d;color:var(--ps-ink);background:#fff;min-height:100vh;font-family:Manrope,Arial,sans-serif}.ps-site *{box-sizing:border-box}.ps-site a{color:inherit;text-decoration:none}.ps-site a:focus-visible,.ps-site summary:focus-visible{outline-offset:3px;outline:3px solid #45aef0}.ps-container{width:min(1260px,100% - 64px);margin-inline:auto}.ps-topline{color:#d2def5;letter-spacing:.05em;background:#142440;height:32px;font-size:10px}.ps-topline .ps-container{align-items:center;gap:10px;height:100%;display:flex}.ps-topline span{color:#71a4fc}.ps-topline-right{margin-left:auto}.ps-header{border-bottom:1px solid var(--ps-line);z-index:5;background:#fff;height:84px;position:relative}.ps-header-inner{align-items:center;gap:28px;height:100%;display:flex}.ps-logo{white-space:nowrap;letter-spacing:-.1em;align-items:baseline;gap:10px;font-size:34px;font-weight:800;line-height:1;display:inline-flex}.ps-logo>span{color:#2778eb;margin-left:-8px}.ps-logo small{letter-spacing:.16em;white-space:normal;max-width:92px;font-size:9px;font-weight:800;line-height:1.1}.ps-nav{align-items:center;gap:27px;margin-left:auto;display:flex}.ps-nav a{color:#42516b;white-space:nowrap;padding:12px 0;font-size:12px;font-weight:700}.ps-nav a[aria-current=page],.ps-nav a:hover{color:var(--ps-blue)}.ps-login{background:var(--ps-ink);white-space:nowrap;border-radius:8px;align-items:center;gap:22px;margin-left:7px;padding:13px 17px;font-size:12px;font-weight:800;display:flex;color:#fff!important}.ps-login:hover,.ps-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #1d4ec438}.ps-mobile-nav{display:none}.ps-eyebrow{letter-spacing:.08em;color:var(--ps-blue);text-transform:uppercase;font:700 11px/1.4 DM Mono,monospace}.ps-live-dot{background:#39bd8a;border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #ddf8ec}.ps-hero{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);align-items:center;gap:70px;min-height:630px;padding-top:104px;padding-bottom:114px;display:grid}.ps-hero h1,.ps-page-hero h1{letter-spacing:-.072em;margin:20px 0 26px;font-size:clamp(48px,5.25vw,82px);font-weight:800;line-height:1.055}.ps-hero h1 em{color:var(--ps-blue);font-style:normal}.ps-hero-copy>p,.ps-page-hero>p{color:#52627d;max-width:585px;margin:0;font-size:17px;line-height:1.75}.ps-actions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:31px;display:flex}.ps-button{background:var(--ps-blue);border-radius:8px;justify-content:space-between;align-items:center;gap:30px;min-height:51px;padding:13px 19px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;color:#fff!important}.ps-button span{font-size:18px;font-weight:500}.ps-text-link{align-items:center;gap:10px;font-size:12px;font-weight:800;display:inline-flex;color:var(--ps-blue)!important}.ps-text-link:hover{text-decoration:underline}.ps-hero-trust{flex-wrap:wrap;gap:12px;margin-top:54px;display:flex}.ps-hero-trust span{color:#65758d;background:#f4f7fc;border:1px solid #e5ebf4;border-radius:5px;padding:8px 11px;font-size:10px;font-weight:700}.ps-preview{background:#fff;border:1px solid #cdd8ed;border-radius:18px;justify-self:end;width:100%;max-width:585px;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 35px 65px #17294d1b,14px 15px #eaf0ff}.ps-preview-top{color:#8390a3;letter-spacing:.05em;background:#f7f9fd;border-bottom:1px solid #dce5f1;align-items:center;gap:17px;height:45px;padding:0 18px;font:700 9px DM Mono,monospace;display:flex}.ps-preview-brand{letter-spacing:-.1em;color:#15253e;font:800 20px Manrope}.ps-preview-brand span{color:#2764e8}.ps-preview-dots{letter-spacing:5px;margin-left:auto;font-size:8px;color:#c2cbdb!important}.ps-preview-body{grid-template-columns:53px 1fr;min-height:380px;display:grid}.ps-preview-sidebar{color:#96b5e8;background:#182a47;flex-direction:column;align-items:center;gap:27px;padding-top:28px;font-size:20px;display:flex}.ps-preview-main{padding:26px 30px}.ps-preview-crumb,.ps-preview-kicker{color:#8490a4;letter-spacing:.07em;font:700 9px DM Mono,monospace}.ps-preview-title{justify-content:space-between;align-items:center;gap:10px;margin:25px 0;display:flex}.ps-preview-title h3{letter-spacing:-.05em;margin:7px 0 0;font-size:27px;line-height:1.17}.ps-preview-status{color:#23865f;white-space:nowrap;background:#e7f8f0;border-radius:30px;padding:7px 9px;font-size:9px;font-weight:800}.ps-preview-meta{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ps-preview-meta div{background:#f5f8fc;border:1px solid #ebeff5;border-radius:8px;padding:13px}.ps-preview-meta small{letter-spacing:.08em;color:#8895aa;font:700 8px DM Mono,monospace;display:block}.ps-preview-meta strong{margin-top:7px;font-size:11px;display:block}.ps-preview-checks{gap:9px;margin-top:21px;display:grid}.ps-preview-checks>div{border:1px solid #e9edf5;border-radius:7px;padding:9px 12px;font-size:10px;font-weight:700}.ps-preview-checks span{color:#288a69;margin-right:7px}.ps-preview-foot{text-align:right;color:#a0aabd;margin-top:17px;font-size:8px}.ps-strip{background:#eaf0ff}.ps-strip .ps-container{align-items:center;gap:24px;padding-top:23px;padding-bottom:23px;display:flex}.ps-strip span{color:#325dba;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font:700 10px DM Mono,monospace}.ps-strip strong{letter-spacing:-.02em;font-size:15px}.ps-strip a{color:var(--ps-blue);white-space:nowrap;margin-left:auto;font-size:11px;font-weight:800}.ps-section{padding-top:100px;padding-bottom:100px}.ps-section-tint{background:#f7f9fd}.ps-section-head h2{letter-spacing:-.06em;max-width:780px;margin:13px 0 17px;font-size:clamp(31px,3.3vw,52px);line-height:1.1}.ps-section-head p{color:#65738b;max-width:720px;margin:0;font-size:15px;line-height:1.7}.ps-steps{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:47px;display:grid}.ps-steps article{border:1px solid var(--ps-line);background:#fff;border-radius:12px;min-height:220px;padding:25px 28px}.ps-steps article>span,.ps-feature-grid article>span,.ps-customer-grid article>span{color:var(--ps-blue);font:700 10px DM Mono,monospace}.ps-steps h3{letter-spacing:-.04em;margin:34px 0 8px;font-size:22px}.ps-steps p,.ps-feature-grid p,.ps-customer-grid p{color:#68768c;margin:0;font-size:12px;line-height:1.7}.ps-split-head{justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px;display:flex}.ps-module-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ps-module-card{border:1px solid var(--ps-line);background:#fff;border-radius:12px;align-items:flex-start;gap:14px;min-height:132px;padding:22px 17px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.ps-module-card:hover{border-color:#9fb9ed;transform:translateY(-3px);box-shadow:0 11px 25px #1d376010}.ps-module-icon{color:#2558d7;background:#eaf0ff;border-radius:8px;flex:none;place-items:center;width:39px;height:39px;font-size:23px;display:grid}.ps-module-card-text{min-width:0}.ps-module-card strong{letter-spacing:-.02em;font-size:13px;line-height:1.35;display:block}.ps-module-card small{color:#708096;margin-top:9px;font-size:10px;display:block}.ps-arrow{color:var(--ps-blue);margin-left:auto;font-size:15px}.ps-feature-split{grid-template-columns:1fr 1fr;gap:75px;display:grid}.ps-feature-list>div{border-bottom:1px solid var(--ps-line);grid-template-columns:40px 1fr;padding:17px 0;display:grid}.ps-feature-list>div:first-child{border-top:1px solid var(--ps-line)}.ps-feature-list span{color:var(--ps-blue);grid-row:span 2;font:700 11px DM Mono,monospace}.ps-feature-list strong{font-size:14px}.ps-feature-list p{color:#69778c;margin:6px 0 0;font-size:12px;line-height:1.6}.ps-price-teasers{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ps-price-mini{border:1px solid var(--ps-line);background:#fff;border-radius:12px;padding:28px;display:block}.ps-price-mini span{font-size:13px;font-weight:800;display:block}.ps-price-mini strong{letter-spacing:-.06em;margin-top:20px;font-size:36px;display:block}.ps-price-mini strong small{color:#75839b;letter-spacing:0;font-size:11px}.ps-price-mini p{color:#68768c;min-height:38px;font-size:11px;line-height:1.6}.ps-price-mini b{color:var(--ps-blue);font-size:11px}.ps-standards{grid-template-columns:1fr 1fr;gap:75px;display:grid}.ps-standards-links{align-content:start;display:grid}.ps-standards-links a{border-bottom:1px solid var(--ps-line);justify-content:space-between;align-items:center;gap:15px;padding:20px 0;display:flex}.ps-standards-links a:first-child{border-top:1px solid var(--ps-line)}.ps-standards-links strong{font-size:12px}.ps-standards-links span{color:var(--ps-blue);white-space:nowrap;font-size:11px}.ps-bottom-cta{color:#fff;background:#192b4a;padding:75px 0 88px}.ps-bottom-cta .ps-eyebrow{color:#92b8ff}.ps-bottom-cta h2{letter-spacing:-.06em;margin:16px 0;font-size:clamp(30px,3.8vw,55px);line-height:1.08}.ps-bottom-cta p{color:#bfcee5;max-width:550px;font-size:13px;line-height:1.7}.ps-bottom-cta .ps-button{background:#fff;margin-top:16px;color:#1d4fc6!important}.ps-page-hero{border-bottom:1px solid var(--ps-line);padding-top:82px;padding-bottom:79px}.ps-page-hero h1{margin-bottom:19px;font-size:clamp(48px,5.3vw,78px)}.ps-page-hero>p{max-width:750px}.ps-feature-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.ps-feature-grid article{border:1px solid var(--ps-line);border-radius:12px;min-height:225px;padding:24px}.ps-feature-grid h2{letter-spacing:-.04em;margin:36px 0 10px;font-size:17px;line-height:1.25}.ps-customer-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.ps-customer-grid article{background:#f7f9fd;border-radius:12px;min-height:240px;padding:26px}.ps-customer-grid h2{letter-spacing:-.04em;margin:45px 0 10px;font-size:19px}.ps-note{border:1px solid #cfdaf0;border-left:4px solid var(--ps-blue);background:#f6f9ff;border-radius:8px;margin-top:32px;padding:19px 23px}.ps-note strong{font-size:13px}.ps-note p{color:#63738e;margin:6px 0 0;font-size:12px;line-height:1.7}.ps-price-warning{color:#5e6e86;background:#f6f9ff;border:1px solid #dce5f4;border-radius:9px;max-width:760px;margin-top:29px;padding:16px 19px;font-size:12px;line-height:1.7}.ps-price-warning strong{color:#1d4fc6}.ps-pricing-section{padding-top:53px}.ps-pricing-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.ps-plan{border:1px solid var(--ps-line);background:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;gap:40px;min-height:355px;padding:29px;display:flex}.ps-plan-featured{border-color:#2b60dc;box-shadow:inset 0 4px #2b60dc,0 15px 30px #1e4ca818}.ps-plan-index{color:var(--ps-blue);font:700 10px DM Mono,monospace}.ps-plan h2{letter-spacing:-.05em;margin:17px 0 7px;font-size:23px}.ps-plan p{color:#718096;margin:0;font-size:11px;line-height:1.6}.ps-plan-price{letter-spacing:-.07em;font-size:37px;font-weight:800}.ps-plan-price small{color:#72819b;letter-spacing:0;font-size:11px;font-weight:700}.ps-plan-tax{color:#8390a2;font-size:9px}.ps-plan ul{border-top:1px solid var(--ps-line);margin:17px 0;padding:0;list-style:none}.ps-plan li{border-bottom:1px solid var(--ps-line);padding:8px 0;font-size:11px}.ps-plan li:before{content:"✓";color:#308b70;margin-right:8px}.ps-plan a{color:var(--ps-blue);font-size:11px;font-weight:800}.ps-table-wrap{margin-top:75px;overflow-x:auto}.ps-table-wrap h2{letter-spacing:-.05em;margin:0 0 8px;font-size:30px}.ps-table-wrap>p{color:#718096;max-width:750px;margin:0 0 22px;font-size:12px;line-height:1.7}.ps-table-wrap table{border-collapse:collapse;width:100%;min-width:680px;font-size:11px}.ps-table-wrap caption{text-align:left;font-size:0}.ps-table-wrap th,.ps-table-wrap td{text-align:left;border-bottom:1px solid var(--ps-line);padding:17px 12px}.ps-table-wrap thead{background:#eff4fe}.ps-table-wrap tbody tr:hover{background:#f8faff}.ps-faq-list{max-width:850px;margin:auto}.ps-faq-list details{border-bottom:1px solid var(--ps-line)}.ps-faq-list summary{cursor:pointer;letter-spacing:-.03em;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:16px;font-weight:800;list-style:none;display:flex}.ps-faq-list summary::-webkit-details-marker{display:none}.ps-faq-list summary span{color:var(--ps-blue);font-size:24px;font-weight:400}.ps-faq-list details[open] summary span{transform:rotate(45deg)}.ps-faq-list details p{color:#687790;max-width:680px;margin:0 0 24px;font-size:13px;line-height:1.8}.ps-module-hero{padding-top:60px}.ps-back{margin-bottom:49px;font-size:11px;font-weight:800;display:block;color:var(--ps-blue)!important}.ps-module-detail-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.ps-detail-panel{border:1px solid var(--ps-line);background:#fff;border-radius:12px;min-height:230px;padding:30px}.ps-detail-panel h2{letter-spacing:-.04em;margin:25px 0 10px;font-size:22px}.ps-detail-panel p,.ps-module-rules .ps-muted{color:#687790;font-size:12px;line-height:1.75}.ps-module-rules{max-width:900px}.ps-rule-links{flex-wrap:wrap;gap:12px;margin-top:27px;display:flex}.ps-rule-links a{color:var(--ps-blue);border:1px solid #cddcf7;border-radius:7px;padding:10px 13px;font-size:11px;font-weight:800}.ps-muted{margin-top:27px}.ps-footer{background:#f6f8fc;border-top:1px solid #e2e8f2;padding:58px 0 20px}.ps-footer>.ps-container:first-child{grid-template-columns:2fr repeat(3,1fr);gap:30px;display:grid}.ps-footer .ps-logo{font-size:29px}.ps-footer .ps-logo small{font-size:8px}.ps-footer p,.ps-footer small{color:#718098;font-size:10px;line-height:1.7}.ps-footer strong{margin-bottom:10px;font-size:11px}.ps-footer a:not(.ps-logo),.ps-footer small{color:#65738a;margin:9px 0;font-size:10px;display:block}.ps-footer-bottom{color:#8794a5;border-top:1px solid #dce4ef;justify-content:space-between;margin-top:45px;padding-top:18px;font-size:9px;display:flex}@media (width<=1050px){.ps-nav{gap:14px}.ps-nav a{font-size:11px}.ps-hero{gap:35px}.ps-module-grid{grid-template-columns:repeat(3,1fr)}.ps-feature-grid,.ps-customer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.ps-container{width:min(100% - 36px,600px)}.ps-topline{height:auto;min-height:30px}.ps-topline .ps-container{font-size:8px}.ps-topline-right{display:none}.ps-header{height:66px}.ps-header-inner{gap:12px}.ps-logo{font-size:28px}.ps-logo small{max-width:70px;font-size:7px}.ps-nav,.ps-login{display:none}.ps-mobile-nav{margin-left:auto;display:block;position:relative}.ps-mobile-nav summary{cursor:pointer;padding:10px 0;font-size:12px;font-weight:800;list-style:none}.ps-mobile-nav summary::-webkit-details-marker{display:none}.ps-mobile-nav summary span{color:var(--ps-blue);margin-left:6px}.ps-mobile-nav nav{border:1px solid var(--ps-line);background:#fff;border-radius:9px;width:min(280px,100vw - 36px);padding:12px;display:grid;position:absolute;top:40px;right:-18px;box-shadow:0 18px 30px #23365c23}.ps-mobile-nav nav a{border-bottom:1px solid #edf0f6;padding:12px;font-size:13px;font-weight:700}.ps-hero{grid-template-columns:1fr;gap:53px;min-height:0;padding-top:65px;padding-bottom:77px}.ps-hero h1,.ps-page-hero h1{font-size:clamp(42px,11vw,64px)}.ps-hero-copy>p,.ps-page-hero>p{font-size:14px}.ps-hero-trust{margin-top:32px}.ps-preview{justify-self:center;transform:none;box-shadow:0 20px 35px #17294d1a,7px 8px #eaf0ff}.ps-strip .ps-container{padding-top:20px;padding-bottom:20px;display:block}.ps-strip span,.ps-strip strong,.ps-strip a{display:block}.ps-strip strong{margin:7px 0;font-size:14px}.ps-section{padding-top:70px;padding-bottom:70px}.ps-steps,.ps-price-teasers,.ps-pricing-grid{grid-template-columns:1fr}.ps-steps article{min-height:150px}.ps-steps h3{margin-top:22px}.ps-split-head{display:block}.ps-split-head>.ps-text-link{margin-top:23px}.ps-module-grid{grid-template-columns:repeat(2,1fr)}.ps-module-card{gap:8px;min-height:110px;padding:17px 12px}.ps-module-icon{width:30px;height:30px;font-size:17px}.ps-module-card strong{font-size:11px}.ps-module-card small{font-size:9px}.ps-arrow{font-size:12px}.ps-feature-split,.ps-standards,.ps-module-detail-grid{grid-template-columns:1fr;gap:35px}.ps-price-mini p{min-height:0}.ps-page-hero{padding-top:60px;padding-bottom:60px}.ps-feature-grid,.ps-customer-grid{grid-template-columns:1fr}.ps-feature-grid article,.ps-customer-grid article{min-height:160px}.ps-feature-grid h2,.ps-customer-grid h2{margin-top:25px}.ps-footer>.ps-container:first-child{grid-template-columns:repeat(2,1fr);gap:30px}.ps-footer-bottom{flex-wrap:wrap;gap:12px}.ps-plan{gap:25px;min-height:0}.ps-bottom-cta{padding:65px 0}.ps-back{margin-bottom:30px}}@media (width<=400px){.ps-container{width:calc(100% - 30px)}.ps-preview-body{grid-template-columns:36px 1fr;min-height:0}.ps-preview-sidebar{gap:20px;font-size:15px}.ps-preview-main{padding:17px 15px}.ps-preview-title h3{font-size:21px}.ps-preview-status{font-size:8px}.ps-preview-meta{grid-template-columns:1fr}.ps-preview-checks{margin-top:14px}.ps-preview-foot{display:none}.ps-module-grid{grid-template-columns:1fr}.ps-module-card{min-height:78px}.ps-footer>.ps-container:first-child{grid-template-columns:1fr 1fr}.ps-footer>.ps-container:first-child>div:first-child{grid-column:1/-1}}@media (width<=760px){.ps-standards-links{min-width:0}.ps-standards-links a{flex-wrap:wrap}.ps-standards-links span{white-space:normal}}.ps-guide-hero{border-bottom:1px solid var(--ps-line);padding-bottom:55px}.ps-guide-hero h1{letter-spacing:-.055em;max-width:1050px;font-size:clamp(36px,4.4vw,65px);line-height:1.1}.ps-guide-hero>p{color:#43536b;max-width:870px;font-size:20px;line-height:1.75}.ps-guide-meta{color:#52627d;flex-wrap:wrap;gap:12px 25px;margin-top:30px;font:500 12px/1.5 DM Mono,monospace;display:flex}.ps-guide-layout{grid-template-columns:250px minmax(0,790px);align-items:start;gap:clamp(35px,6vw,100px);padding-block:58px 90px;display:grid}.ps-guide-aside{max-height:calc(100vh - 50px);padding:4px;position:sticky;top:25px;overflow:auto}.ps-guide-toc>strong{margin-bottom:20px;font-size:14px;display:block}.ps-guide-toc ol{color:#52627d;margin:0 0 26px;padding-left:22px}.ps-guide-toc li{padding:0 0 14px 5px;font-size:13px;line-height:1.55}.ps-guide-toc li::marker{color:#2458d6;font:500 11px DM Mono,monospace}.ps-guide-toc a:hover{color:#2458d6;text-underline-offset:4px;text-decoration:underline}.ps-guide-copy{min-width:0}.ps-guide-section{border-bottom:1px solid var(--ps-line);margin-bottom:43px;padding:0 0 43px;scroll-margin-top:30px}.ps-guide-section:last-child{border-bottom:0;margin-bottom:0}.ps-guide-section h2{letter-spacing:-.04em;text-wrap:balance;margin:12px 0 24px;font-size:clamp(27px,2.6vw,36px);font-weight:800;line-height:1.22}.ps-guide-section p{color:#3b4d65;overflow-wrap:break-word;margin:0 0 22px;font-size:18px;line-height:1.85}.ps-guide-section p:last-child{margin-bottom:0}.ps-guide-section .ps-guide-citations{color:#536780;margin-top:26px;font-size:12px;line-height:1.9}.ps-guide-citations a,.ps-guide-sources a{color:#2458b5;text-underline-offset:3px;overflow-wrap:anywhere;text-decoration:underline}.ps-guide-product{background:#edf3ff;border:1px solid #d5e2fb;border-left:4px solid #2458d6;border-radius:0 12px 12px 0;padding:32px}.ps-guide-product .ps-button{font-size:14px}.ps-guide-answer{margin-bottom:30px}.ps-guide-answer h3{letter-spacing:-.02em;margin:0 0 10px;font-size:21px;line-height:1.45}.ps-guide-sources p,.ps-guide-sources li{font-size:14px;line-height:1.8}.ps-guide-sources ul{padding-left:20px}.ps-guide-sources li{margin-bottom:12px}.ps-guide-related{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;display:grid}@media (width<=1000px){.ps-guide-layout{grid-template-columns:205px minmax(0,1fr);gap:35px}.ps-guide-toc li{font-size:12px}}@media (width<=760px){.ps-guide-hero{padding-top:35px;padding-bottom:35px}.ps-guide-hero .ps-back{margin-bottom:30px}.ps-guide-hero>p{font-size:18px}.ps-guide-layout{padding-top:30px;padding-bottom:45px;display:block}.ps-guide-aside{background:#f3f6fb;border-radius:10px;max-height:none;margin-bottom:40px;padding:22px;position:static;overflow:visible}.ps-guide-toc ol{columns:1;margin-bottom:12px}.ps-guide-toc li{padding-bottom:12px;font-size:14px}.ps-guide-section{margin-bottom:34px;padding-bottom:34px}.ps-guide-section p{font-size:17px;line-height:1.8}.ps-guide-product{padding:24px}.ps-guide-related{grid-template-columns:1fr}.ps-guide-section h2{overflow-wrap:break-word}.ps-guide-meta{font-size:11px}}.ps-guide-hero h1{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.ps-legal{max-width:820px}.ps-legal .ps-guide-section{margin-bottom:28px;padding-bottom:28px}.ps-legal .ps-guide-section h2{margin:0 0 14px;font-size:clamp(21px,2vw,26px)}.ps-legal .ps-guide-section p{font-size:16px;line-height:1.7}.ps-legal a{color:var(--ps-blue,#2457d6);overflow-wrap:anywhere}.ps-legal code{font-family:DM Mono,monospace;font-size:.9em}.ps-legal-updated{color:#647189;margin-top:12px;font-size:14px}.security-card{background:#e5efe9;border:1px solid #b7cfc5;border-radius:10px;margin-top:18px;padding:22px}.security-head{justify-content:space-between;gap:20px;display:flex}.security-head h2{margin:4px 0;font:600 23px Fraunces,serif}.security-head p:not(.eyebrow){color:#46645f;max-width:620px;margin:7px 0;line-height:1.55}.security-state{color:#8d482f;text-transform:uppercase;background:#e9ded2;border-radius:20px;height:max-content;padding:5px 8px;font:500 10px DM Mono,monospace}.security-state.on{color:#1e6d61;background:#c4e3d5}.security-stats{border-top:1px solid #b7cfc5;flex-wrap:wrap;gap:23px;margin-top:18px;padding:14px 0;display:flex}.security-stats b{padding-right:4px;font:600 22px Fraunces,serif}.mfa-qr{border:1px solid var(--line);width:180px;height:180px;margin:15px auto;display:block}.recovery-codes ol{color:#f8f0df;background:#163f41;grid-template-columns:1fr 1fr;gap:9px;padding:18px 35px;font:500 12px DM Mono,monospace;display:grid}.recovery-ack{align-items:center;gap:8px;margin:20px 0;display:flex}.recovery-codes>#recoveryDone{width:100%}@media (width<=600px){.security-head{display:grid}.recovery-codes ol{grid-template-columns:1fr}.security-card{padding:17px}}.recovery-codes li{overflow-wrap:anywhere}.recovery-codes ol{gap:12px 20px;padding:18px;list-style-position:inside}.recovery-ack input{flex:0 0 18px;width:18px}.shell,.modal-backdrop{--workspace-navy:#102448;--workspace-cobalt:#165dce;--workspace-cobalt-deep:#0d47ad;--workspace-cobalt-pale:#eaf2ff;--workspace-canvas:#f4f6fa;--workspace-paper:#fff;--workspace-line:#dce2eb;--workspace-muted:#657188;--workspace-success:#087b5d;--workspace-warning:#a65b00;--workspace-danger:#b42318;--workspace-radius:12px;--workspace-shadow:0 10px 28px #10244812;color:var(--workspace-navy);font-family:Manrope,sans-serif}.shell{background:var(--workspace-canvas);grid-template-columns:264px minmax(0,1fr)}.shell .side{height:100vh;color:var(--workspace-navy);background:var(--workspace-paper);border-right:1px solid var(--workspace-line);gap:26px;padding:24px 14px 18px;position:sticky;top:0;overflow-y:auto}.shell .brand{color:var(--workspace-navy);letter-spacing:-.035em;align-items:center;gap:10px;padding:4px 10px 10px;font:800 16px/1.1 Manrope,sans-serif;display:flex}.shell .brand-mark{width:36px;height:36px;color:var(--workspace-cobalt);flex:0 0 36px;place-items:center;display:grid}.shell .brand-mark svg{width:100%;height:100%}.shell .brand-copy{gap:3px;display:grid}.shell .nav button{color:#4b5a73;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;width:100%;min-height:44px;padding:10px 12px;font:700 12px/1.2 Manrope,sans-serif;transition:background-color .16s,color .16s;display:flex}.shell .nav button b{color:#70809a;place-items:center;width:18px;font-size:16px;display:grid}.shell .nav button .ui-icon{flex:0 0 18px;width:18px;height:18px}.shell .nav-label{color:#8490a4;letter-spacing:.08em;text-transform:uppercase;padding:0 12px 7px;font-size:10px;font-weight:800}.shell .nav button.active b{color:var(--workspace-cobalt)}.shell .side-bottom{border-top-color:var(--workspace-line);color:var(--workspace-muted);margin:auto 7px 0;padding:15px 4px 0;font-size:11px;line-height:1.65}.shell .side-bottom button{min-height:36px;color:var(--workspace-cobalt);font-weight:800;text-decoration:none}.inventory-device-card.retired{background:#f4f5f7;border-color:#d6d9df}.inventory-device-card.retired .inventory-device-card-top span{color:var(--workspace-muted)}.replacement-history{align-items:flex-start;gap:12px}.replacement-history span{gap:4px;min-width:0;display:grid}.replacement-history small{color:var(--workspace-muted);font-weight:500}.replacement-form{gap:18px;display:grid}.replacement-form h3{margin:2px 0 0;font-size:16px}.replacement-form .form-grid{gap:12px}.replacement-form footer{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.shell .main{background:var(--workspace-canvas)}.shell .topbar{z-index:2;border-bottom-color:var(--workspace-line);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#fffffff0;height:72px;padding:0 38px;position:sticky;top:0}.shell .topbar .eyebrow{color:var(--workspace-muted);letter-spacing:.08em;font:700 10px/1.2 Manrope,sans-serif}.shell .workspace-context{gap:3px;display:grid}.shell .workspace-context-title{color:var(--workspace-navy);font-size:13px;font-weight:800}.shell .user{color:#40506a;gap:10px;font-size:12px;font-weight:700}.shell .avatar{width:36px;height:36px;color:var(--workspace-cobalt);background:var(--workspace-cobalt-pale);flex-basis:36px;font-size:13px}.shell .title-row{margin-bottom:24px}.shell .title-row h1,.shell .workspace-hero h1{color:var(--workspace-navy);letter-spacing:-.045em;font:800 clamp(26px,2.3vw,36px)/1.12 Manrope,sans-serif}.shell .subtitle,.shell .workspace-hero p{max-width:660px;color:var(--workspace-muted);line-height:1.6}.shell .workspace-hero{justify-content:space-between;align-items:end;gap:24px;padding:4px 0 28px;display:flex}.shell .workspace-hero h1{margin:5px 0 8px}.shell .workspace-hero p{margin:0}.shell .hero-actions{flex-wrap:wrap;gap:9px;padding-bottom:2px;display:flex}.shell .btn{border:1px solid var(--workspace-cobalt);background:var(--workspace-cobalt);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 15px;font:800 12px/1.2 Manrope,sans-serif;transition:background-color .16s,border-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 2px 3px #165dce26}.shell .btn:hover{background:var(--workspace-cobalt-deep);border-color:var(--workspace-cobalt-deep);box-shadow:0 5px 12px #165dce36}.shell .btn.secondary{color:#33445f;box-shadow:none;background:#eef2f7;border-color:#e5eaf2}.shell .btn.secondary:hover{background:#e4eaf2;border-color:#d4dce7}.shell .btn.ghost{color:var(--workspace-cobalt);box-shadow:none;background:#fff;border-color:#ccd7e8}.shell .btn.ghost:hover{border-color:var(--workspace-cobalt);background:var(--workspace-cobalt-pale)}.shell .btn.danger{border-color:var(--workspace-danger);background:var(--workspace-danger)}.shell .actions{gap:9px}.shell .grid{gap:16px}.shell .stats{grid-template-columns:repeat(4,minmax(0,1fr))}.shell .card,.shell .form,.shell .table-wrap{border-color:var(--workspace-line);border-radius:var(--workspace-radius);background:var(--workspace-paper);box-shadow:var(--workspace-shadow)}.shell .card h2,.shell .section-heading h2{color:var(--workspace-navy);letter-spacing:-.025em;font:800 17px/1.25 Manrope,sans-serif}.shell .stat{min-height:128px;position:relative;overflow:hidden}.shell .stat:after{content:"";border:14px solid #edf3ff;border-radius:50%;width:88px;height:88px;position:absolute;bottom:-30px;right:-14px}.shell .stat b{z-index:1;color:var(--workspace-navy);letter-spacing:-.05em;margin-top:13px;font:800 32px/1 Manrope,sans-serif;position:relative}.shell .stat .danger{color:var(--workspace-danger)}.shell .stat .warn{color:var(--workspace-warning)}.shell .section-heading{justify-content:space-between;align-items:end;gap:18px;margin:30px 0 13px;display:flex}.shell .section-heading h2{margin:0}.shell .section-heading small{color:var(--workspace-muted);font-size:11px}.shell .quick-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.shell .quick-action{border:1px solid var(--workspace-line);min-height:82px;color:var(--workspace-navy);text-align:left;background:#fff;border-radius:10px;grid-template-columns:38px minmax(0,1fr);align-items:center;column-gap:11px;padding:13px;display:grid}.shell .quick-action:hover{background:#fbfdff;border-color:#b8cbed}.shell .quick-action .ui-icon{background:var(--workspace-cobalt-pale);width:38px;height:38px;color:var(--workspace-cobalt);border-radius:9px;grid-row:span 2;padding:9px}.shell .quick-action strong{font-size:12px}.shell .quick-action small{color:var(--workspace-muted);margin-top:3px;font-size:10px}.shell .workflow-strip{border:1px solid var(--workspace-line);border-radius:var(--workspace-radius);box-shadow:var(--workspace-shadow);background:#fff;gap:0;margin:0;padding:17px;list-style:none;display:flex;overflow-x:auto}.shell .workflow-step{min-width:146px;color:var(--workspace-muted);flex:1;align-items:center;gap:9px;font-size:11px;font-weight:800;display:flex}.shell .workflow-step:before{content:counter(list-item);background:#fff;border:1px solid #cbd5e2;border-radius:50%;flex:0 0 25px;place-items:center;width:25px;height:25px;font-size:10px;display:grid}.shell .workflow-step:not(:last-child):after{content:"";background:#d7dee9;flex:1;min-width:18px;height:1px;margin:0 7px}.shell .workflow-step.is-complete{color:#126c56}.shell .workflow-step.is-complete:before{border-color:var(--workspace-success);background:var(--workspace-success);color:#fff;content:"✓"}.shell .workflow-step.is-current{color:var(--workspace-cobalt)}.shell .workflow-step.is-current:before{border:6px solid var(--workspace-cobalt-pale);background:var(--workspace-cobalt);color:#fff}.shell .inventory-summary{color:var(--workspace-muted);flex-wrap:wrap;align-items:center;gap:8px 18px;padding:0 0 14px;font-size:11px;display:flex}.shell .inventory-summary b{color:var(--workspace-navy);font-size:14px}.shell .list li{border-top-color:#ebeff4;padding:14px 0}.shell .list li:first-child{border-top:0}.shell .muted,.shell .help{color:var(--workspace-muted)}.shell .pill{color:#09664f;letter-spacing:.01em;background:#e7f6f1;border-radius:5px;padding:5px 8px;font:800 10px/1.1 Manrope,sans-serif}.shell .notice{border-left-color:var(--workspace-cobalt);color:#244b86;background:#edf4ff;border-radius:0 7px 7px 0}.shell .success{color:#08634d;background:#e8f7f1}.shell .error{color:#a62219;background:#fff0ee}.shell .toolbar{gap:12px}.shell .table-wrap{overflow:auto}.shell table{min-width:640px}.shell th{color:#67758b;letter-spacing:.075em;background:#f8faff;font:800 10px/1.2 Manrope,sans-serif}.shell td,.shell th{border-bottom-color:#e8edf3;padding:14px 16px}.shell tr[data-go]:hover td{background:#f6f9ff}.shell input,.shell select,.shell textarea,.modal-backdrop input,.modal-backdrop select,.modal-backdrop textarea{min-height:44px;color:var(--workspace-navy);background:#fff;border-color:#cbd5e1;border-radius:7px;box-shadow:inset 0 1px 1px #10244808}.shell textarea,.modal-backdrop textarea{min-height:96px}.shell input:focus,.shell select:focus,.shell textarea:focus,.modal-backdrop input:focus,.modal-backdrop select:focus,.modal-backdrop textarea:focus{border-color:var(--workspace-cobalt);outline:3px solid #165dce2b}.shell label{color:#42516a;font-size:11px}.shell .form{max-width:980px;padding:22px}.shell .form footer{border-top-color:var(--workspace-line)}.shell .inspection{border-color:var(--workspace-line);background:#fff;border-radius:10px}.shell .inspection summary{min-height:54px;color:var(--workspace-navy);background:#f8faff;align-items:center;padding:14px 17px;display:flex}.shell .inspection[open] summary{border-bottom:1px solid var(--workspace-line);background:#f1f6ff}.shell .inspection-inner{padding:20px}.shell .checks{gap:9px}.shell .check-row{background:#fff;border:1px solid #e4eaf2;border-radius:8px;grid-template-columns:minmax(0,1fr) 142px minmax(180px,.85fr);gap:10px;min-height:56px;padding:8px 10px}.shell .check-copy{align-items:center;gap:10px;min-width:0;display:flex}.shell .check-number{width:25px;height:25px;color:var(--workspace-cobalt);background:#eaf2ff;border-radius:50%;flex:0 0 25px;place-items:center;font-size:10px;font-weight:800;display:grid}.shell .check-row input{min-height:40px;padding:8px}.modal-backdrop{z-index:10;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f203d73}.modal-backdrop .modal{color:var(--workspace-navy);background:#fff;border:1px solid #d8e0eb;border-radius:14px;box-shadow:0 24px 70px #0a1a363d}.modal-backdrop .modal h2{letter-spacing:-.035em;font:800 22px/1.2 Manrope,sans-serif}@media (width<=900px){.shell{padding-bottom:calc(82px + env(safe-area-inset-bottom));display:block}.shell .side{display:none}.shell .topbar{height:64px;padding:0 17px}.shell .view{padding:24px 16px 30px}.shell .stats,.shell .quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.shell .workspace-hero{flex-direction:column;align-items:start;padding-bottom:23px}.shell .hero-actions{width:100%}.shell .workflow-step{min-width:128px}.shell .mobile-nav{z-index:8;height:calc(82px + env(safe-area-inset-bottom));border-top:1px solid var(--workspace-line);padding:6px 4px calc(6px + env(safe-area-inset-bottom));background:#fff;gap:0}.shell .mobile-nav button{color:#647189;border-radius:8px;flex:0 0 68px;min-width:60px;min-height:62px;font:800 9px/1.1 Manrope,sans-serif}.shell .mobile-nav button b{color:#72809a;font-size:16px}.shell .mobile-nav button.active{color:var(--workspace-cobalt);background:var(--workspace-cobalt-pale)}.shell .mobile-nav button.active b{color:var(--workspace-cobalt)}.shell .check-row{grid-template-columns:minmax(0,1fr) 138px}.shell .check-row input{grid-column:1/-1}.shell .section-grid{grid-template-columns:1fr}}@media (width<=600px){.shell .topbar .eyebrow,.shell .user-name{display:none}.shell .user .btn{min-width:44px;padding:10px;font-size:11px}.shell .title-row h1,.shell .workspace-hero h1{font-size:27px}.shell .stats,.shell .quick-actions{gap:10px}.shell .stat{min-height:112px;padding:15px}.shell .stat b{font-size:27px}.shell .quick-action{grid-template-columns:32px minmax(0,1fr);min-height:74px;padding:10px}.shell .quick-action .ui-icon{width:32px;height:32px;padding:8px}.shell .quick-action small{display:none}.shell .workflow-strip{padding:13px}.shell .workflow-step{min-width:118px}.shell .workflow-step:not(:last-child):after{min-width:10px;margin:0 4px}.shell .section-heading{margin-top:24px}.shell .card,.shell .form{padding:16px}.shell .check-row{grid-template-columns:1fr;padding:10px}.shell .check-row input{grid-column:auto}.shell .inspection-inner{padding:14px}.modal-backdrop{padding:12px}.modal-backdrop .modal{padding:19px}}@media (prefers-reduced-motion:reduce){.shell *,.modal-backdrop *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.shell .workflow-strip{counter-reset:workflow;margin-bottom:20px}.shell .workflow-step{counter-increment:workflow}.shell .workflow-step:before{content:counter(workflow)}.shell .workflow-step.is-complete:before{content:"✓"}.shell .check-label{align-items:flex-start;gap:10px;display:flex}.shell .check-number,.shell .mobile-nav .ui-icon{flex-shrink:0}@media (width<=600px){.shell .workflow-strip{gap:8px}.shell .workflow-step{gap:6px;min-width:0;font-size:10px}.shell .workflow-step:not(:last-child):after{display:none}}.shell .template-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:18px;margin:22px 0;display:grid}.shell .template-grid .actions{flex-wrap:wrap}.shell #templateEditor{margin-top:24px;scroll-margin-top:90px}.shell .template-select{margin-bottom:16px}.shell .checkbox-label input[type=checkbox]{flex:0 0 20px;width:20px;min-height:20px}.shell .measurement-fields{border:1px solid var(--workspace-line);background:#f8faff;border-radius:8px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;margin:4px 0 0;padding:12px;display:grid}.shell .measurement-fields legend{color:var(--workspace-navy);padding:0 6px;font-size:11px;font-weight:700}.shell .measurement-fields label,.shell .template-check-row label{min-width:0}.shell .measurement-fields input{box-sizing:border-box;width:100%}.shell .template-check-list{gap:12px;margin:16px 0;display:grid}.shell .template-check-row{border:1px solid var(--workspace-line);background:#f8faff;border-radius:8px;min-width:0;padding:14px}.shell .template-check-row textarea{box-sizing:border-box;width:100%}.shell .template-check-options{flex-wrap:wrap;align-items:end;gap:12px;margin-top:10px;display:flex}.shell .template-check-options>label:first-child{flex:160px}@media (width<=650px){.shell .measurement-fields{grid-template-columns:minmax(0,1fr)}.shell .template-check-options{flex-direction:column;align-items:stretch}.shell .template-check-options>label:first-child{flex:0 auto}}.shell .measurement-series{border-top:1px solid var(--workspace-line);grid-column:1/-1;min-width:0;padding-top:12px}.shell .measurement-series h4{color:var(--workspace-navy);margin:0 0 6px}.shell .measurement-series-row{border:1px solid var(--workspace-line);background:#f8faff;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;margin:0 0 12px;padding:12px;display:grid}.shell .measurement-series-row legend{padding:0 6px;font-size:11px;font-weight:700}.shell .measurement-series-row label{min-width:0}.shell .measurement-series-row .measurement-point{grid-column:1/-1}.shell .measurement-series-row input,.shell .measurement-series-row select{box-sizing:border-box;width:100%}@media (width<=650px){.shell .measurement-series-row{grid-template-columns:minmax(0,1fr)}}.shell .inventory-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1200px;display:grid}.shell .inventory-category{border:1px solid var(--workspace-line);min-width:0;min-height:205px;box-shadow:var(--workspace-shadow);color:var(--workspace-navy);text-align:left;cursor:pointer;background:#fff;border-radius:14px;align-content:space-between;gap:24px;padding:21px 22px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden}.shell .inventory-category:before{content:"";background:var(--workspace-cobalt);width:4px;position:absolute;inset:0 auto 0 0}.shell .inventory-category:hover,.shell .inventory-category:focus-visible{border-color:#b3c7ed;transform:translateY(-3px);box-shadow:0 12px 26px #182e5b1a}.shell .inventory-category-top{justify-content:space-between;align-items:start;gap:12px;display:flex}.shell .inventory-category-index{color:#a9b9d6;font:600 31px/1 DM Mono,monospace}.shell .inventory-category-count{color:var(--workspace-cobalt);white-space:nowrap;background:#eef3fc;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.shell .inventory-category>strong{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;font:800 20px/1.25 Manrope,sans-serif}.shell .inventory-category-cta{border-top:1px solid var(--workspace-line);color:var(--workspace-cobalt);justify-content:space-between;align-items:center;padding-top:14px;font-size:12px;font-weight:800;display:flex}.shell .inventory-category-cta b{font-size:20px;line-height:1}.shell .inventory-device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:1100px;display:grid}.shell .asset-qr-actions{justify-items:start;gap:10px;margin-top:16px;display:grid}.shell .asset-qr-actions small{color:var(--workspace-muted);line-height:1.45}.shell .inspection-qr-actions{border:1px solid var(--workspace-line);color:var(--workspace-navy);background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:-7px 0 19px;padding:11px 15px;font-size:12px;font-weight:800;display:flex}.asset-qr-dialog{gap:12px;display:grid}.asset-qr-dialog p{margin:0}.asset-qr-dialog .scan-box{background:#f7f9fd;border:1px dashed #b8c9e8;justify-items:center;gap:10px;padding:17px;display:grid}.asset-qr-dialog #assetQrCameraMount{width:100%}.asset-qr-dialog video{object-fit:cover;border-radius:8px;width:100%;max-height:270px;display:block}.asset-qr-dialog form{gap:12px;display:grid}.asset-qr-dialog form label{gap:7px;display:grid}.asset-qr-dialog form input{box-sizing:border-box;width:100%}.shell .inventory-device-card{border:1px solid var(--workspace-line);min-width:0;box-shadow:var(--workspace-shadow);color:var(--workspace-navy);text-align:left;cursor:pointer;background:#fff;border-radius:12px;gap:9px;padding:19px;display:grid}.shell .inventory-device-card:hover,.shell .inventory-device-card:focus-visible{background:#f9fbff;border-color:#b3c7ed}.shell .inventory-device-card-top{color:var(--workspace-cobalt);justify-content:space-between;gap:10px;font-size:11px;font-weight:800;display:flex}.shell .inventory-device-card-top small{letter-spacing:.12em;font-size:10px}.shell .inventory-device-card>strong{overflow-wrap:anywhere;font:800 19px/1.25 Manrope,sans-serif}.shell .inventory-device-card>span:not(.inventory-device-card-top),.shell .inventory-device-card>small{overflow-wrap:anywhere;color:var(--workspace-muted);font-size:12px}.shell .inventory-device-card>b{color:var(--workspace-cobalt);margin-top:4px;font-size:12px}.shell .inspection-order-options{gap:9px;margin:18px 0;display:grid}.shell .inspection-order-options .btn{text-align:left;width:100%}.shell .inspection-overview-intro{color:var(--workspace-muted);margin:-8px 0 20px}.shell .inspection-families{gap:12px;max-width:1100px;display:grid}.shell .inspection-family{border:1px solid var(--workspace-line);box-shadow:var(--workspace-shadow);background:#fff;border-radius:14px;overflow:hidden}.shell .inspection-family>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:80px;padding:16px 20px;list-style:none;display:flex}.shell .inspection-family>summary::-webkit-details-marker{display:none}.shell .inspection-family[open]>summary{border-bottom:1px solid var(--workspace-line);background:#f7faff}.shell .inspection-family summary small,.shell .inspection-asset-summary small{color:var(--workspace-cobalt);letter-spacing:.12em;font:800 10px/1.3 Manrope,sans-serif;display:block}.shell .inspection-family h2{color:var(--workspace-navy);margin:5px 0 0;font:800 20px/1.25 Manrope,sans-serif}.shell .inspection-family-count{color:var(--workspace-muted);white-space:nowrap;font-size:12px}.shell .inspection-family-count b{color:var(--workspace-cobalt);margin-left:10px;font-size:20px}.shell .inspection-family-list{background:var(--workspace-line);gap:1px;display:grid}.shell .inspection-device{width:100%;min-height:72px;color:var(--workspace-navy);text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:16px;padding:13px 20px;display:flex}.shell .inspection-device:hover,.shell .inspection-device:focus-visible{background:#f2f7ff}.shell .inspection-device>span{gap:5px;min-width:0;display:grid}.shell .inspection-device strong{font-size:14px}.shell .inspection-device small{color:var(--workspace-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell .inspection-device>span:last-child{white-space:nowrap;align-items:center;gap:12px;display:flex}.shell .inspection-device>span:last-child b{color:var(--workspace-cobalt);font-size:21px}.shell .inspection-back{color:var(--workspace-muted);align-items:center;gap:16px;margin-bottom:18px;font-size:12px;display:flex}.shell .inspection-asset-summary{border:1px solid var(--workspace-line);background:var(--workspace-line);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;margin-bottom:18px;display:grid;overflow:hidden}.shell .inspection-asset-summary>div{background:#fff;gap:6px;min-width:0;padding:16px;display:grid}.shell .inspection-asset-summary strong{overflow-wrap:anywhere;color:var(--workspace-navy);font-size:13px}.shell .inspection-single{max-width:1100px;box-shadow:var(--workspace-shadow);border-radius:14px}.shell .inspection-single .inspection-inner{padding:24px}.shell .inspection-template-head{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:16px;margin-bottom:18px;display:grid}.shell .inspection-template-head .template-select,.shell .inspection-template-head p{margin:0}.shell .inspection-key-fields{margin:18px 0 26px}.shell .inspection-choice-field{border:0;min-width:0;margin:0;padding:0}.shell .inspection-choice-field legend{color:var(--workspace-navy);margin-bottom:8px;font-size:12px;font-weight:800}.shell .inspection-status-options{flex-wrap:wrap;gap:7px;display:flex}.shell .inspection-status-options .check-choice span{min-height:42px}.shell .inspection-due-field{min-width:0}.shell .inspection-due-shortcuts{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.shell .inspection-due-shortcuts button{border:1px solid var(--workspace-line);min-height:34px;color:var(--workspace-cobalt);cursor:pointer;background:#eef3fb;border-radius:7px;padding:6px 10px;font:800 11px Manrope,sans-serif}.shell .inspection-due-shortcuts button:hover{background:#dde9fb}.shell .inspection-due-field>small{color:var(--workspace-muted);margin-top:6px;font-size:10px;display:block}.shell .inspection-check-title{justify-content:space-between;align-items:end;gap:14px;margin:18px 0 12px;display:flex}.shell .inspection-check-title h3{color:var(--workspace-navy);margin:0 0 4px;font:800 22px/1.2 Manrope,sans-serif}.shell .inspection-check-title p{color:var(--workspace-muted);margin:0;font-size:12px}.shell .inspection-check-title strong{color:var(--workspace-cobalt);flex:none;font-size:12px}.shell .quick-checks{gap:10px;display:grid}.shell .quick-checks .check-row{background:#fbfcff;border:1px solid #dbe4f1;border-radius:12px;grid-template-columns:minmax(0,1fr);gap:11px;padding:16px;transition:border-color .15s,background .15s;display:grid}.shell .quick-checks .check-row[data-result=ok]{background:#f3fbf6;border-color:#9dd8b8}.shell .quick-checks .check-row[data-result=warning]{background:#fffbef;border-color:#ecd39a}.shell .quick-checks .check-row[data-result=defect]{background:#fff5f3;border-color:#efb2ad}.shell .quick-checks .check-row[data-result=na]{background:#f7f8fb;border-color:#c9d0dd}.shell .check-heading{min-width:0;color:var(--workspace-navy);align-items:center;gap:10px;font-size:13px;display:flex}.shell .check-heading strong{font-weight:800}.shell .check-label-copy{gap:3px;min-width:0;display:grid}.shell .check-label-copy small{color:var(--workspace-muted);font-size:11px;font-weight:500;line-height:1.4}.shell .check-options{flex-wrap:wrap;gap:7px;display:flex}.shell .check-choice{cursor:pointer;min-width:0;display:inline-flex}.shell .check-choice input{opacity:0;width:1px;height:1px;position:absolute}.shell .check-choice span{color:#34435c;background:#fff;border:1px solid #d8e0eb;border-radius:8px;place-items:center;min-height:42px;padding:9px 13px;font-size:12px;font-weight:800;transition:background .15s,color .15s,border-color .15s;display:grid}.shell .check-choice input:focus-visible+span{outline-offset:2px;outline:3px solid #98bcf7}.shell .check-choice input:checked+span{border-color:var(--workspace-cobalt);background:var(--workspace-cobalt);color:#fff}.shell .check-choice input[value=unchecked]:checked+span{color:#34435c;background:#e8edf4;border-color:#cbd4e2}.shell .check-choice input[value=ok]:checked+span{background:#248154;border-color:#248154}.shell .check-choice input[value=warning]:checked+span{background:#a76a0c;border-color:#a76a0c}.shell .check-choice input[value=defect]:checked+span{background:#b83b31;border-color:#b83b31}.shell .check-choice input[value=na]:checked+span{background:#5d6a7c;border-color:#5d6a7c}.shell .quick-checks .check-note{box-sizing:border-box;width:100%}.shell .quick-checks .check-row:not(.show-note):not(.has-note):not([data-result=warning]):not([data-result=defect]):not([data-result=na]) .check-note{display:none}.shell .check-note-toggle{width:max-content;color:var(--workspace-cobalt);cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:800}.shell .check-row[data-result=warning] .check-note-toggle,.shell .check-row[data-result=defect] .check-note-toggle,.shell .check-row[data-result=na] .check-note-toggle,.shell .check-row.show-note .check-note-toggle{display:none}.shell .inspection-notes,.shell .inspection-photo{gap:8px;margin-top:21px;font-size:13px;font-weight:800;display:grid}.shell .inspection-photo span{color:var(--workspace-muted);font-weight:500}.shell .inspection-photo-actions{flex-wrap:wrap;gap:9px;margin-top:5px;display:flex}.shell .inspection-photo-action{cursor:pointer;justify-content:center;align-items:center;min-height:44px;display:inline-flex;position:relative}.shell .inspection-photo-action:focus-within{outline-offset:2px;outline:3px solid #98bcf7}.shell .inspection-photo-action input{opacity:0;width:1px;height:1px;position:absolute}.shell .inspection-photo .photo-status{color:var(--workspace-cobalt);font-size:12px;font-weight:700}.shell .inspection-photo .photo-status.photo-error{color:var(--workspace-danger)}.shell .inspection-photo-list{flex-wrap:wrap;gap:10px;margin:10px 0 0;display:flex}.shell .inspection-photo-list figure{border:1px solid var(--workspace-line);background:#fff;border-radius:9px;width:124px;margin:0;overflow:hidden}.shell .inspection-photo-list img{object-fit:cover;width:100%;height:90px;display:block}.shell .inspection-photo-list figcaption{overflow-wrap:anywhere;color:var(--workspace-muted);gap:5px;padding:7px;font-size:10px;display:grid}.shell .inspection-photo-list button{min-height:44px;color:var(--workspace-danger);text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:12px;font-weight:800}.shell .inspection-extra{border:1px solid var(--workspace-line);border-radius:10px;margin-top:24px}.shell .inspection-extra>summary{color:var(--workspace-navy);cursor:pointer;padding:17px;font-weight:800}.shell .inspection-extra>summary span{color:var(--workspace-muted);margin-left:6px;font-size:11px;font-weight:500}.shell .inspection-extra>.form-grid{padding:4px 17px 17px}.shell .inspection-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.shell .inspection-report-action{margin-top:16px}@media (width<=700px){.shell .inventory-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shell .inventory-category{gap:17px;min-height:170px;padding:16px}.shell .inventory-category>strong{font-size:16px}.shell .inventory-category-index{font-size:25px}.shell .inventory-category-count{font-size:10px}.shell .inventory-device-grid,.shell .inspection-asset-summary,.shell .inspection-template-head{grid-template-columns:minmax(0,1fr)}.shell .inspection-single .inspection-inner{padding:15px}.shell .inspection-check-title{flex-direction:column;align-items:start}.shell .inspection-family>summary,.shell .inspection-device{padding-left:15px;padding-right:15px}.shell .check-options{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.shell .check-choice span{box-sizing:border-box;text-align:center;width:100%}.shell .check-choice:first-child{grid-column:span 2}.shell .inspection-actions{bottom:calc(82px + env(safe-area-inset-bottom));z-index:3;border-top:1px solid var(--workspace-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;margin:20px -15px -15px;padding:11px 15px;position:sticky}.shell .inspection-actions .btn:not(.danger){flex:1}.shell .inspection-photo-actions>label{flex:145px}}@media (width<=480px){.shell .inventory-categories{grid-template-columns:minmax(0,1fr)}.shell .inventory-category{min-height:132px}.shell .inventory-category>strong{overflow-wrap:normal;max-width:none;font-size:18px}}.shell #assetForm{max-width:980px}.shell #assetForm .asset-fast-section{background:#f8fbff;border:1px solid #dce6f4;border-radius:12px;gap:15px;padding:18px;display:grid}.shell #assetForm .asset-fast-section[hidden],.shell #assetForm #genericIdentity[hidden],.shell #assetForm #genericYear[hidden]{display:none}.shell #assetForm .asset-fast-heading{align-items:flex-start;gap:11px;display:flex}.shell #assetForm .asset-fast-heading>span{color:#1859b6;background:#e7f0ff;border-radius:8px;flex:0 0 29px;place-items:center;width:29px;height:29px;font:800 11px Manrope,sans-serif;display:grid}.shell #assetForm .asset-fast-heading h2{color:var(--workspace-navy);margin:0 0 3px;font:800 16px/1.2 Manrope,sans-serif}.shell #assetForm .asset-fast-heading p{color:#64748b;margin:0;font-size:11px}.shell #assetForm .asset-fast-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.shell #assetForm .asset-combo,.shell #assetForm .asset-year,.shell #assetForm .asset-charge{align-content:start;gap:6px;min-width:0;display:grid}.shell #assetForm .asset-combo>label,.shell #assetForm .asset-year>label,.shell #assetForm .asset-charge>label{color:#42516a;font-size:11px;font-weight:700}.shell #assetForm .asset-combo-custom:not([hidden]),.shell #assetForm .asset-year-custom:not([hidden]){margin-top:4px}.shell #assetForm .asset-charge-pills{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.shell #assetForm .asset-choice{color:#33435e;cursor:pointer;background:#fff;border:1px solid #cedbef;border-radius:9px;min-width:0;min-height:44px;padding:8px 11px;font:800 13px Manrope,sans-serif}.shell #assetForm .asset-choice:hover{border-color:var(--workspace-cobalt)}.shell #assetForm .asset-choice.is-selected{border-color:var(--workspace-cobalt);color:#1556b5;box-shadow:inset 0 0 0 1px var(--workspace-cobalt);background:#eaf2ff}.shell #assetForm .asset-charge-entry{grid-template-columns:minmax(0,1fr) 90px;gap:8px;display:grid}@media (width<=600px){.shell #assetForm .asset-fast-section{padding:14px}.shell #assetForm .asset-fast-grid{grid-template-columns:1fr}}.shell #assetForm #pendingTemplateNotice:empty{display:none}.shell,.modal-backdrop{--workspace-navy:#142b45;--workspace-cobalt:#176b83;--workspace-cobalt-deep:#105a70;--workspace-cobalt-pale:#e4f7fa;--workspace-canvas:#eef2f6;--workspace-line:#dce4ec;--workspace-muted:#687d91;--workspace-warning:#975e0f;--workspace-danger:#ae542a;--workspace-radius:16px;--workspace-shadow:0 8px 24px #172b450f}.shell{grid-template-columns:254px minmax(0,1fr)}.shell .side{color:#c8d6e4;background:#11243c;border-right:0;gap:0;padding:29px 16px 20px}.shell .brand{color:#fff;gap:12px;padding:0 11px 32px;font-size:17px}.shell .brand-mark{color:#143a70;letter-spacing:-.1em;background:#fff;border-radius:13px;flex-basis:42px;width:42px;height:42px;font:800 28px/1 Manrope,sans-serif;position:relative}.shell .brand-mark:after{content:"";background:#30c5cc;border-radius:50%;width:8px;height:8px;position:absolute;bottom:7px;right:7px}.shell .brand-copy{gap:2px}.shell .brand small{color:#90a9bf;letter-spacing:.08em;margin:0;font:600 10px/1.5 DM Mono,monospace}.shell .workspace-switch{color:#fff;background:#213853;border:1px solid #34506b;border-radius:12px;justify-content:space-between;align-items:center;gap:9px;min-width:0;margin-bottom:29px;padding:12px;display:flex}.shell .workspace-switch>span:first-child{gap:3px;min-width:0;display:grid}.shell .workspace-switch strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.shell .workspace-switch small{color:#9bb2c9;font-size:11px}.shell .side-heading{color:#69849e;letter-spacing:.09em;padding:0 12px 12px;font:500 11px/1.2 DM Mono,monospace}.shell .nav{gap:5px}.shell .nav button{color:#b9cbda;border-radius:10px;min-height:46px;padding:10px 12px;font-size:14px}.shell .nav button .ui-icon{flex-basis:19px;width:19px;height:19px}.shell .nav button .nav-label{color:inherit;letter-spacing:0;text-transform:none;padding:0;font:700 14px/1.2 Manrope,sans-serif}.shell .nav button:hover{color:#fff;background:#1d3957}.shell .nav button.active{color:#103d55;background:#e4f7fa}.shell .nav button.active .ui-icon{color:#007c91}.shell .side-bottom{color:#8fa8bf;border:0;margin:auto 0 0;padding:0}.shell .side-note{border-top:1px solid #2b4560;padding:20px 10px 0;font-size:12px;line-height:1.55}.shell .side-note strong{color:#d8e7f1;margin-bottom:4px;font-size:13px;display:block}.shell .side-profile{color:#f0f6fb;align-items:center;gap:10px;padding:14px 8px 2px;display:flex}.shell .side-profile>span:last-child{gap:3px;min-width:0;display:grid}.shell .side-profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.shell .side-profile small{color:#8da6ba;font-size:11px}.shell .side-profile .avatar{color:#d9ffff;background:#2b5d75;border-radius:10px;flex-basis:34px;width:34px;height:34px}.shell .side-bottom button{color:#c8d6e4;margin:7px 8px 0;font-size:11px;text-decoration:none}.shell .side-bottom button:hover{color:#fff;text-decoration:underline}.shell .topbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;height:74px;padding:0 clamp(22px,3.2vw,52px)}.shell .workspace-context{color:#73839a;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.shell .workspace-context strong{color:#223b57}.shell .pilot-tag{color:#116176;letter-spacing:.03em;background:#edfbfc;border:1px solid #b9dfe5;border-radius:99px;align-items:center;gap:8px;padding:7px 12px;font-size:11px;font-weight:800;display:inline-flex}.shell .pilot-tag i{background:#10a6b0;border-radius:50%;width:7px;height:7px}.shell .top-account{color:#31566b;background:#fff;border:1px solid #dce4ec;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.shell .top-account:hover{background:#e4f7fa}.shell .view{max-width:1510px;padding:34px clamp(22px,3.2vw,52px) 72px}.shell .eyebrow{color:#167b91;letter-spacing:.1em;font:600 11px/1.2 DM Mono,monospace}.shell .title-row h1,.shell .workspace-hero h1{letter-spacing:-.055em;font-size:clamp(28px,3vw,40px)}.shell .title-row h1{overflow-wrap:anywhere}.shell .subtitle,.shell .workspace-hero p{color:#677b91;font-size:15px}.shell .btn{min-height:43px;box-shadow:none;background:#174d8f;border-color:#174d8f;border-radius:11px;padding:10px 17px;font-size:13px}.shell .btn:hover{background:#113f78;border-color:#113f78}.shell .btn.secondary,.shell .btn.ghost{color:#234665;background:#fff;border-color:#cddbe6}.shell .btn.secondary:hover,.shell .btn.ghost:hover{background:#f2f8fc}.shell .card,.shell .form,.shell .table-wrap{border-radius:16px}.shell .card{padding:22px}.shell .card h2,.shell .section-heading h2{color:#193650;font-size:18px}.shell .pill{color:#148062;background:#e6f8f0;border-radius:100px;padding:6px 10px;font-size:11px}.shell .pill.warn{color:#975e0f;background:#fff5db}.shell .pill.danger{color:#a84d29;background:#fff0e7}.shell th{color:#60758a;background:#f9fbfd;font-size:11px}.shell td,.shell th{padding:15px 17px}.shell tr[data-go]:hover td,.shell tr[data-customer]:hover td{background:#f7fbfd}.shell input,.shell select,.shell textarea{border-color:#d8e3ea;border-radius:10px}.shell input:focus,.shell select:focus,.shell textarea:focus{border-color:#3abdc5;outline-color:#3abdc555}.shell .inspection summary{background:#f9fbfd}.shell .inspection[open] summary{background:#eaf7f9}.shell .inventory-category{border-radius:16px}.shell .inventory-category:before{background:#36bcc5}.shell .inventory-category-index{color:#b3c6d1}.shell .inventory-category-count{color:#116879;background:#e7f7f9}.shell .inventory-category-cta,.shell .inventory-device-card-top,.shell .inventory-device-card>b{color:#167b91}.shell .inventory-device-card:hover{background:#f7fbfd}.shell .deadline-summary{gap:9px}.shell .deadline-filters{box-shadow:var(--workspace-shadow);background:#fff;border:1px solid #dce4ec;border-radius:16px;padding:19px}.shell .deadline-table{margin-top:18px}.shell .deadline-table .asset-link{color:#176b83;text-align:left;background:0 0;border:0;padding:5px 0;font-size:12px;font-weight:800}.shell .deadline-table .asset-link:hover{text-decoration:underline}.shell .workspace-hero{padding:0 0 26px}.shell .dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.shell .metric-tile{color:#142f4b;text-align:left;background:#fff;border:1px solid #dce4ec;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:stretch;min-height:137px;padding:19px 20px;display:flex;box-shadow:0 7px 22px #172b4510}.shell .metric-tile:hover{border-color:#8bc8d0;transform:translateY(-2px)}.shell .metric-tile .metric-head{color:#5a6f86;justify-content:space-between;gap:8px;font-size:13px;font-weight:700;display:flex}.shell .metric-tile .metric-head svg{color:#7590a7;width:18px;height:18px}.shell .metric-tile b{letter-spacing:-.06em;font-size:34px;line-height:1}.shell .metric-tile small{color:#788ca0;font-size:12px;font-weight:600}.shell .metric-tile.alert{background:#fff8f3;border-color:#f3d6c1}.shell .metric-tile.alert b,.shell .metric-tile.alert svg{color:#b45926}.shell .dashboard-board{grid-template-columns:minmax(0,1.65fr) minmax(300px,.82fr);align-items:start;gap:18px;display:grid}.shell .dashboard-panel{box-shadow:var(--workspace-shadow);background:#fff;border:1px solid #dce4ec;border-radius:17px;overflow:hidden}.shell .dashboard-panel-head{border-bottom:1px solid #e9eef3;justify-content:space-between;align-items:center;gap:15px;padding:22px 23px;display:flex}.shell .dashboard-panel-head h2{color:#193650;margin:0;font-size:18px}.shell .dashboard-panel-head small{color:#7d8fa1;margin-top:4px;font-size:12px;display:block}.shell .dashboard-panel-head button{color:#17679a;background:0 0;border:0;flex:none;font-size:12px;font-weight:800}.shell .dashboard-panel-head button:hover{text-decoration:underline}.shell .dashboard-filters{border-bottom:1px solid #e9eef3;gap:8px;padding:17px 22px;display:flex;overflow-x:auto}.shell .dashboard-filters button{color:#60778a;white-space:nowrap;background:#f9fbfc;border:1px solid #d8e3ea;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:800}.shell .dashboard-filters button.active{color:#116879;background:#e7f7f9;border-color:#bfdde4}.shell .dashboard-filters button span{opacity:.7;margin-left:3px}.shell .dashboard-due-list{margin:0;padding:0;list-style:none}.shell .dashboard-due-list li{border-bottom:1px solid #edf1f4}.shell .dashboard-due-list li:last-child{border-bottom:0}.shell .due-device{color:#1a344e;text-align:left;background:#fff;border:0;grid-template-columns:40px minmax(0,1fr) auto 18px;align-items:center;gap:13px;width:100%;padding:17px 23px;display:grid}.shell .due-device:hover{background:#f7fbfd}.shell .due-device-icon{color:#16758b;background:#eef7fa;border:1px solid #d8e8ee;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.shell .due-device-icon svg{width:20px;height:20px}.shell .due-device-copy{gap:5px;min-width:0;display:grid}.shell .due-device-copy strong,.shell .due-device-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell .due-device-copy strong{font-size:13px}.shell .due-device-copy small{color:#7b8d9e;font-size:12px}.shell .due-device-state{justify-items:end;gap:6px;display:grid}.shell .due-device-state>small{color:#8899a8;font:500 11px/1.2 DM Mono,monospace}.shell .due-device>span:last-child{color:#9eb0bf;font-size:24px}.shell .dashboard-focus{color:#fff;background:#112e4d;border-radius:17px;padding:25px 24px;position:relative;overflow:hidden;box-shadow:0 12px 30px #17365320}.shell .dashboard-focus:before{content:"";pointer-events:none;border:1px solid #ffffff25;border-radius:50%;width:250px;height:250px;position:absolute;top:-95px;right:-70px;box-shadow:0 0 0 32px #ffffff08,0 0 0 69px #ffffff06}.shell .dashboard-focus>*{position:relative}.shell .dashboard-focus .eyebrow{color:#6ad6df}.shell .dashboard-focus h2{color:#fff;letter-spacing:-.04em;margin:12px 0 8px;font-size:22px;line-height:1.2}.shell .dashboard-focus p{color:#aec1d4;font-size:13px;line-height:1.6}.shell .focus-meta{border-top:1px solid #31516f;border-bottom:1px solid #31516f;gap:12px;margin:19px 0;padding:17px 0;display:grid}.shell .focus-meta div{justify-content:space-between;gap:16px;font-size:12px;display:flex}.shell .focus-meta span{color:#94acc1}.shell .focus-meta strong{text-align:right}.shell .dashboard-focus .btn{color:#0d314b;background:#38c2c9;border-color:#38c2c9;width:100%}.shell .dashboard-focus .btn:hover{background:#66d8dd}.shell .dashboard-hint{background:#fff;border:1px solid #dce4ec;border-radius:16px;margin-top:17px;padding:20px 22px}.shell .dashboard-hint h3{margin:0 0 10px;font-size:14px}.shell .dashboard-hint p{color:#60758a;margin:0;font-size:12px;line-height:1.6}.shell .quick-actions{grid-template-columns:repeat(auto-fit,minmax(185px,1fr))}.shell .quick-action{border-radius:12px}.shell .quick-action .ui-icon{color:#167b91;background:#e7f7f9}.shell .orders-cards,.shell .customers-cards,.shell .deadline-cards{display:none}.shell .order-card-mobile,.shell .customer-card-mobile,.shell .deadline-card-mobile{box-shadow:var(--workspace-shadow);background:#fff;border:1px solid #dce4ec;border-radius:16px}.shell .order-card-mobile{color:#193650;text-align:left;gap:11px;width:100%;padding:18px;display:grid}.shell .order-card-mobile:hover,.shell .customer-card-mobile button:first-child:hover{background:#f7fbfd}.shell .order-card-top,.shell .customer-card-top,.shell .deadline-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.shell .order-card-top>small{color:#167b91;letter-spacing:.06em;font:600 10px/1.2 DM Mono,monospace}.shell .order-card-mobile strong,.shell .customer-card-mobile strong{color:#193650;font-size:16px;line-height:1.3}.shell .order-card-mobile>span:not(.order-card-top),.shell .customer-card-mobile small{color:#677b91;font-size:12px;line-height:1.5}.shell .order-card-mobile>small,.shell .customer-card-open{color:#176b83;font-size:12px;font-weight:800}.shell .customer-card-mobile{overflow:hidden}.shell .customer-card-mobile>button:first-child{text-align:left;background:#fff;border:0;gap:12px;width:100%;padding:18px;display:grid}.shell .customer-card-top>span:last-child{color:#116879;background:#e7f7f9;border-radius:99px;padding:6px 9px;font-size:11px;font-weight:800}.shell .customer-add-site{color:#176b83;text-align:left;background:#fff;border:0;border-top:1px solid #e9eef3;width:100%;min-height:42px;padding:10px 18px;font-size:12px;font-weight:800;display:block}.shell .customer-add-site:hover{background:#f7fbfd}.shell .deadline-card-mobile{padding:18px}.shell .deadline-card-mobile h2{color:#193650;overflow-wrap:anywhere;margin:13px 0 3px;font-size:16px;line-height:1.3}.shell .deadline-card-mobile p{color:#677b91;margin:0 0 15px;font-size:12px}.shell .deadline-card-mobile dl{border-top:1px solid #e9eef3;border-bottom:1px solid #e9eef3;gap:10px;margin:0;padding:14px 0;display:grid}.shell .deadline-card-mobile dl div{justify-content:space-between;gap:16px;font-size:12px;display:flex}.shell .deadline-card-mobile dt{color:#7b8d9e;flex:none}.shell .deadline-card-mobile dd{color:#193650;text-align:right;overflow-wrap:anywhere;margin:0;font-weight:700}.shell .deadline-card-mobile dd small{color:#677b91;margin-top:4px;font-weight:600;display:block}.shell .deadline-card-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:13px;display:flex}.shell .deadline-card-actions label{align-items:center;gap:7px;font-size:12px;display:flex}.shell .deadline-card-actions input{min-height:auto}.mobile-more-list{gap:7px;margin:16px 0 20px;display:grid}.mobile-more-list button{color:#193650;text-align:left;background:#fff;border:1px solid #dce4ec;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:46px;padding:9px 12px;font-weight:700;display:flex}.mobile-more-list button:hover{background:#e7f7f9}.mobile-more-list .ui-icon{color:#167b91;width:20px;height:20px}:is(.shell,.modal-backdrop) button:focus-visible,.shell a:focus-visible{outline-offset:3px;outline:3px solid #3abdc5}@media (width<=1120px){.shell .dashboard-board{grid-template-columns:1fr}.shell .dashboard-side{grid-template-columns:1fr 1fr;gap:16px;display:grid}.shell .dashboard-hint{margin:0}}@media (width<=900px){.shell{padding-bottom:calc(77px + env(safe-area-inset-bottom))}.shell .side{display:none}.shell .dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shell .dashboard-side{display:block}.shell .dashboard-hint{margin-top:16px}.shell .orders-table,.shell .customers-table,.shell .deadline-table{display:none}.shell .orders-cards,.shell .customers-cards,.shell .deadline-cards{gap:12px;display:grid}.shell .mobile-nav{width:100%;height:calc(77px + env(safe-area-inset-bottom));padding:6px 7px calc(6px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dce4ec;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;overflow:visible}.shell .mobile-nav button{color:#647189;align-content:center;justify-items:center;gap:4px;width:100%;min-width:0;min-height:58px;padding:5px 2px;font:800 10px/1.1 Manrope,sans-serif;display:grid}.shell .mobile-nav button .ui-icon{width:21px;height:21px}.shell .mobile-nav button.active{color:#116879;background:#e7f7f9}}@media (width<=600px){.shell .topbar{padding:0 16px}.shell .workspace-context{font-size:12px}.shell .pilot-tag{padding:6px 8px;font-size:9px}.shell .view{padding:24px 16px 34px}.shell .deadline-filters label:last-child{grid-column:1/-1}.shell .metric-tile{min-height:116px;padding:14px}.shell .metric-tile b{font-size:28px}.shell .metric-tile .metric-head{font-size:11px}.shell .dashboard-panel-head{padding:18px}.shell .dashboard-filters{padding:13px 17px}.shell .due-device{grid-template-columns:36px minmax(0,1fr) auto;gap:9px;padding:14px 17px}.shell .due-device-icon{width:36px;height:36px}.shell .due-device-state>small{font-size:10px}.shell .due-device>span:last-child{display:none}.shell .due-device-state .pill{font-size:9px}.shell .dashboard-focus{padding:22px 20px}.shell .quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}
