:root{color:#182133;font-synthesis:none;--bg:#f4f7fb;--surface:#fff;--surface-2:#f7f9fc;--text:#182133;--muted:#718096;--line:#e5eaf1;--nav:#0b1424;--primary:#246bfd;--primary-dark:#1455d8;--green:#0e9f6e;--amber:#e79a12;--shadow:0 10px 35px #1821330f;background:#f4f7fb;font-family:Segoe UI,system-ui,sans-serif}:root[data-theme=dark]{color:#e8edf6;--bg:#0b1220;--surface:#111b2e;--surface-2:#162238;--text:#e8edf6;--muted:#91a0b7;--line:#26334a;--nav:#070d17;--shadow:0 15px 40px #0000002e;background:#0b1220}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif}button:disabled{opacity:.48;cursor:not-allowed}.app-shell{min-height:100vh}.app-main{min-height:100vh;margin-left:248px}.page{max-width:1560px;margin:auto;padding:34px 38px 50px}.card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px}.eyebrow{color:var(--primary);letter-spacing:1.5px;align-items:center;gap:6px;margin-bottom:7px;font-size:11px;font-weight:800;display:flex}.primary,.secondary{border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-weight:700;transition:all .2s;display:inline-flex}.primary{background:var(--primary);color:#fff;box-shadow:0 7px 15px #246bfd33}.primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.secondary{color:var(--text);background:var(--surface);border:1px solid var(--line)}.secondary:hover{border-color:var(--primary);color:var(--primary)}.wide{width:100%}.icon-btn{color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.text-btn{color:var(--primary);background:0 0;border:0;align-items:center;gap:6px;font-weight:700;display:inline-flex}.avatar{color:#fff;background:linear-gradient(145deg,#3177fa,#174fc0);border-radius:10px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:grid}.avatar.small{width:32px;height:32px}.mobile-only{display:none}.login-page{background:var(--surface);grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid;position:relative}.login-brand{color:#fff;background:radial-gradient(circle at 70% 70%,#236bfd38,#0000 35%),linear-gradient(145deg,#071323,#0d203b);flex-direction:column;justify-content:space-between;min-height:100vh;padding:52px 8vw;display:flex}.logo{color:#fff;align-items:center;gap:10px;font:800 21px Manrope;display:flex}.logo>span span{color:#5290ff}.logo-mark{background:var(--primary);color:#fff;border-radius:10px;place-items:center;width:39px;height:39px;display:grid;box-shadow:0 7px 16px #246bfd59}.login-brand h1{margin:14px 0 22px;font-size:clamp(34px,4.3vw,62px);line-height:1.1}.login-brand h1 em{color:#5a94ff;font-style:normal}.login-brand p{color:#9daec3;max-width:520px;font-size:17px;line-height:1.65}.login-brand>small{color:#70839a}.login-panel{background:var(--surface);place-items:center;padding:40px;display:grid}.login-box{width:min(430px,100%)}.login-icon{width:52px;height:52px;color:var(--primary);background:#eaf1ff;border-radius:14px;place-items:center;margin-bottom:24px;display:grid}.login-box h2{margin-bottom:7px;font-size:29px}.login-box>p{color:var(--muted);margin-bottom:28px}.login-users{gap:10px;display:grid}.login-users button{border:1px solid var(--line);background:var(--surface);color:var(--text);text-align:left;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px;transition:all .2s;display:grid}.login-users button:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translate(3px)}.login-users strong,.login-users small{display:block}.login-users small{color:var(--muted);margin-top:3px}.login-users svg{color:var(--muted)}.login-note{text-align:center;color:var(--muted);margin-top:24px;display:block}.theme-float{border:1px solid var(--line);background:var(--surface);color:var(--text);z-index:2;border-radius:10px;width:39px;height:39px;position:absolute;top:25px;right:25px}.login-fields{gap:16px;display:grid}.login-fields label{gap:7px;font-size:13px;font-weight:700;display:grid}.login-fields input{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);font:inherit;border-radius:9px;padding:13px 14px}.login-fields input:focus{outline:2px solid color-mix(in srgb,var(--primary) 20%,transparent);border-color:var(--primary)}.login-error{color:#b42318;background:#fff0f0;border-radius:8px;margin-top:14px;padding:10px 12px;font-size:13px}.login-submit{justify-content:center;width:100%;margin-top:20px}.app-loading{background:var(--bg);min-height:100vh;color:var(--text);place-content:center;justify-items:center;gap:14px;display:grid}.app-loading span{border:4px solid var(--line);border-top-color:var(--primary);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button-link{align-items:center;gap:8px;text-decoration:none;display:inline-flex}.agent-download-card{background:linear-gradient(100deg,color-mix(in srgb,var(--primary) 8%,var(--surface)),var(--surface));grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-bottom:18px;padding:20px 22px;display:grid}.agent-download-card>span{background:var(--primary);color:#fff;border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.agent-download-card h2{margin-bottom:4px;font-size:17px}.agent-download-card p{color:var(--muted);font-size:13px}.connection-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.connection-options button{text-align:left;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;align-items:center;gap:11px;padding:13px;display:flex}.connection-options button.selected{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}.connection-options button svg{color:var(--primary)}.connection-options strong,.connection-options small{display:block}.connection-options small{color:var(--muted);margin-top:3px;font-size:11px}@media (width<=700px){.agent-download-card{grid-template-columns:auto 1fr}.agent-download-card>a{grid-column:1/-1;justify-content:center}.connection-options{grid-template-columns:1fr}.page-actions{width:100%}.page-actions>*{flex:1;justify-content:center}}.side-download{color:var(--muted);border:1px solid var(--line);border-radius:8px;align-items:center;gap:9px;margin-bottom:7px;padding:9px 10px;font-size:12px;text-decoration:none;display:flex}.side-download:hover{color:var(--primary);border-color:var(--primary)}.install-app-button{color:#dce8fa;background:#163666;border:1px solid #295695;border-radius:8px;align-items:center;gap:9px;width:100%;margin-bottom:7px;padding:10px;font-size:12px;font-weight:700;display:flex}.install-app-button:hover{color:#fff;background:#1d4c8f;border-color:#4d7fc4}.install-app-button svg{color:#76a7fa}.reprint-button{border:1px solid color-mix(in srgb,var(--primary) 35%,var(--line));background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary);white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:12px;font-weight:700;display:inline-flex}.reprint-button:hover{background:var(--primary);color:#fff}.reprint-button:disabled{opacity:.55;cursor:wait}.reprint-button svg{width:15px;height:15px}.logo{background:#fffffff7;border-radius:10px;align-items:center;width:max-content;max-width:100%;padding:5px 9px;display:flex;box-shadow:0 6px 18px #00000024}.logo-image{width:190px;max-width:100%;height:auto;display:block}.logo.compact{width:52px;overflow:hidden}.logo.compact .logo-image{width:190px;max-width:none}.login-brand>.logo .logo-image{width:min(310px,70vw)}.sidebar .logo{padding:4px 7px}.sidebar .logo-image{width:180px}.public-ticket .logo{margin-left:auto;margin-right:auto}.public-ticket .logo-image{width:210px}@media (width<=470px){.login-brand>.logo .logo-image{width:230px}.sidebar .logo-image{width:170px}}.history-row-actions{align-items:center;gap:6px;display:flex}.edit-volume-button{border:1px solid var(--line);background:var(--surface);color:var(--text);white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:12px;font-weight:700;display:inline-flex}.edit-volume-button:hover{border-color:var(--primary);color:var(--primary)}.edit-volume-button svg{width:15px;height:15px}.volume-edit-modal{width:min(480px,100%)}.volume-edit-content{gap:18px;padding:22px;display:grid}.volume-edit-content>label{gap:8px;font-size:12px;font-weight:700;display:grid}.volume-edit-content .counter{max-width:230px}.volume-edit-warning{color:#76520a;background:#fff8e7;border:1px solid #f3d18a;border-radius:9px;gap:11px;padding:13px;display:flex}.volume-edit-warning>svg{flex:none;width:20px}.volume-edit-warning strong,.volume-edit-warning span{display:block}.volume-edit-warning span{font-size:11px;line-height:1.45}.volume-edit-warning strong{margin-bottom:2px;font-size:12px}[data-theme=dark] .volume-edit-warning{color:#f2cf83;background:#2d2515;border-color:#5f4b20}@media (width<=700px){.history-row-actions{flex-direction:column;align-items:stretch}.history-row-actions button{justify-content:center}}.sidebar{background:var(--nav);color:#c8d2e1;z-index:50;flex-direction:column;width:248px;padding:24px 16px 18px;display:flex;position:fixed;inset:0 auto 0 0}.side-top{justify-content:space-between;align-items:center;padding:0 10px 35px;display:flex}.sidebar nav{scrollbar-width:thin;scrollbar-color:#33445c transparent;flex:1;min-height:0;overflow-y:auto}.nav-label{letter-spacing:1.6px;color:#66748a;padding:0 13px 10px;font-size:9px;font-weight:700;display:block}.sidebar nav button,.side-bottom>button{color:#8796ac;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:11px;width:100%;margin:3px 0;padding:11px 12px;font-weight:600;display:flex;position:relative}.sidebar nav button:hover,.side-bottom>button:hover{color:#fff;background:#111f34}.sidebar nav button.active{color:#fff;box-shadow:inset 3px 0 var(--primary);background:linear-gradient(90deg,#183f85,#163666)}.sidebar nav button i{background:#2fd398;border-radius:50%;width:7px;height:7px;position:absolute;right:13px}.side-bottom{border-top:1px solid #19263a;flex:none;padding-top:10px}.user-card{background:#111d30;border:1px solid #1b2b43;border-radius:11px;align-items:center;gap:10px;margin-top:10px;padding:10px;display:flex}.user-card>div{flex:1;min-width:0}.user-card strong,.user-card small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.user-card strong{color:#eef3f8;font-size:12px}.user-card small{color:#718197;margin-top:3px;font-size:10px}.user-card .logout{color:#708097;background:0 0;border:0;padding:5px}.topbar{background:var(--surface);border-bottom:1px solid var(--line);z-index:30;justify-content:center;align-items:center;height:66px;padding:0 38px;display:flex;position:sticky;top:0}.global-search{background:var(--surface-2);border:1px solid var(--line);width:min(530px,55vw);height:38px;color:var(--muted);border-radius:9px;align-items:center;gap:9px;padding:0 12px;display:flex}.global-search input{color:var(--text);background:0 0;border:0;outline:0;flex:1;min-width:0}.global-search kbd{border:1px solid var(--line);border-radius:4px;padding:2px 5px;font-size:10px}.top-actions{align-items:center;gap:14px;margin-left:auto;display:flex}.bell{position:relative}.bell i{border:1px solid var(--surface);background:#ef4b5e;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.menu-btn{margin-right:auto;display:none}.welcome,.page-title{justify-content:space-between;align-items:flex-end;margin-bottom:27px;display:flex}.welcome h1,.page-title h1{margin:0 0 5px;font-size:27px}.welcome p,.page-title p{color:var(--muted);margin:0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px;display:grid}.stats-grid article{background:var(--surface);border:1px solid var(--line);min-height:135px;box-shadow:var(--shadow);border-radius:13px;gap:15px;padding:21px;display:flex}.stat-icon{border-radius:11px;flex:none;place-items:center;width:43px;height:43px;display:grid}.stat-icon svg{width:21px}.stat-icon.blue{color:#2d6ef5;background:#e9f1ff}.stat-icon.amber{color:#d58a00;background:#fff4db}.stat-icon.green{color:#07966a;background:#dff8ed}.stat-icon.purple{color:#8153db;background:#f1e9ff}.stats-grid article small{color:var(--muted);letter-spacing:.7px;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.stats-grid article strong{margin-bottom:5px;font:800 30px Manrope;display:block}.stats-grid article div>span{color:var(--muted);font-size:11px}.stats-grid .trend{color:var(--green);align-items:center;gap:3px;display:flex}.progress-stat{display:block!important}.progress-head{justify-content:space-between;display:flex}.progress{background:var(--surface-2);border-radius:5px;height:6px;margin:5px 0 9px;overflow:hidden}.progress i{background:linear-gradient(90deg,var(--primary),#7d5de7);border-radius:5px;height:100%;display:block}.dashboard-grid{grid-template-columns:minmax(0,1fr) 280px;gap:20px;display:grid}.card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.card-head h2{margin:0 0 4px;font-size:16px}.card-head p{color:var(--muted);margin:0;font-size:12px}.table-wrap{overflow:auto}table{border-collapse:collapse;white-space:nowrap;width:100%}th{text-align:left;background:var(--surface-2);letter-spacing:.8px;color:var(--muted);padding:11px 16px;font-size:9px}td{border-top:1px solid var(--line);color:var(--muted);padding:14px 16px;font-size:12px}tbody tr:hover{background:var(--surface-2)}td b,td strong{color:var(--text)}td small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.volume-pill{background:var(--surface-2);border:1px solid var(--line);width:28px;height:25px;color:var(--text);border-radius:7px;place-items:center;font-weight:700;display:inline-grid}.status{border-radius:20px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.status.aguardando{color:#b87500;background:#fff3d9}.status.entregue{color:#087b58;background:#dff8ed}.quick-panel{color:#fff;box-shadow:var(--shadow);background:linear-gradient(155deg,#0e203a,#0d1727);border-radius:14px;padding:25px 23px}.quick-panel h2{margin:18px 0 7px;font-size:18px}.quick-panel>p{color:#93a5bb;font-size:12px;line-height:1.6}.quick-panel .secondary{color:#fff;background:#173052;border-color:#305078}.scan-visual{background:linear-gradient(90deg,#122a48,#19395f);border-radius:10px;place-items:center;height:88px;display:grid;position:relative;overflow:hidden}.scan-visual span{color:#74a5f0;border:1px solid #5685c6;border-radius:9px;padding:11px}.scan-visual>i{border:1px solid #315b8f;width:45px;height:1px;position:absolute}.scan-visual i:nth-of-type(2){width:110px}.scan-visual i:nth-of-type(3){width:170px}.queue{border-top:1px solid #243751;justify-content:space-between;align-items:center;margin-top:23px;padding-top:17px;font-size:10px;display:flex}.queue span{color:#93a5bb;align-items:center;gap:5px;display:flex}.queue strong{color:#5bdfaf}.back-link{color:var(--muted);background:0 0;border:0;align-items:center;gap:7px;margin-bottom:20px;padding:0;display:flex}.form-layout{grid-template-columns:minmax(0,1fr) 315px;align-items:start;gap:18px;display:grid}.form-card{grid-column:1;padding:23px}.section-title{gap:12px;margin-bottom:21px;display:flex}.section-title>span{width:29px;height:29px;color:var(--primary);background:#eaf1ff;border-radius:8px;place-items:center;font-weight:800;display:grid}.section-title h2{margin:2px 0 3px;font-size:16px}.section-title p{color:var(--muted);margin:0;font-size:12px}.dropzone{background:var(--surface-2);width:100%;min-height:205px;color:var(--text);border:1.5px dashed #aab9ce;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;display:flex}.dropzone>span{width:47px;height:47px;color:var(--primary);background:#e9f1ff;border-radius:12px;place-items:center;margin-bottom:12px;display:grid}.dropzone strong{font-size:13px}.dropzone p{color:var(--muted);margin:6px;font-size:11px}.dropzone em{color:var(--muted);align-items:center;gap:5px;margin-top:8px;font-size:10px;font-style:normal;display:flex}.file-card{border:1px solid var(--line);border-radius:11px;align-items:center;gap:12px;padding:15px;display:flex}.file-icon{color:var(--primary);background:#eef3ff;border-radius:9px;place-items:center;width:42px;height:42px;display:grid}.file-card>div:nth-child(2){flex:1}.file-card strong,.file-card small{display:block}.file-card small{color:var(--muted);margin-top:4px;font-size:10px}.ocr-state{color:var(--primary);align-items:center;gap:5px;font-size:11px;display:flex}.ocr-state.done{color:var(--green)}.ocr-state.error{color:#d24a4a}.ocr-state svg{width:16px}.spin{animation:1s linear infinite spin}.ocr-tip{color:var(--primary);background:#eff5ff;border-radius:9px;gap:10px;margin-top:12px;padding:12px;display:flex}.ocr-tip svg{flex:none;width:19px}.ocr-tip p{margin:0}.ocr-tip strong,.ocr-tip span{font-size:11px;display:block}.ocr-tip span{color:#62728b;margin-top:3px}.fields-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.fields-grid label>span,.manual-panel label{margin-bottom:7px;font-size:11px;font-weight:700;display:block}.fields-grid input,.fields-grid select,.manual-panel input,.filters input,.filters select{border:1px solid var(--line);background:var(--surface);width:100%;height:42px;color:var(--text);border-radius:8px;outline:0;padding:0 12px}.fields-grid input:focus,.fields-grid select:focus,.manual-panel input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #246bfd1a}.fields-grid label small{color:var(--muted);margin-top:5px;font-size:9px;display:block}.fields-grid .full{grid-column:1/-1}.counter{grid-template-columns:39px 1fr 39px;display:grid}.counter button{border:1px solid var(--line);background:var(--surface-2);color:var(--text)}.counter button:first-child{border-radius:8px 0 0 8px}.counter button:last-child{border-radius:0 8px 8px 0}.counter input{text-align:center;border-radius:0}.form-summary{grid-area:1/2/span 2;padding:22px;position:sticky;top:84px}.form-summary h3{border-bottom:1px solid var(--line);padding-bottom:15px;font-size:15px}.form-summary dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding:10px 0;font-size:11px;display:flex}.form-summary dt{color:var(--muted)}.form-summary dd{text-align:right;margin:0;font-weight:700}.generated{background:var(--surface-2);border-radius:8px;gap:9px;margin:16px 0;padding:11px;display:flex}.generated svg{color:var(--primary);width:18px}.generated strong,.generated span{font-size:10px;display:block}.generated span{color:var(--muted);line-height:1.5}.generated strong{color:var(--text)}.cancel-btn{width:100%;color:var(--muted);justify-content:center;margin-top:8px}.modal-shell{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#030912b3;place-items:center;padding:25px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:16px;width:min(760px,100%);max-height:92vh;overflow:auto;box-shadow:0 25px 70px #0000004d}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;padding:20px 23px;display:flex}.modal-head>div{gap:12px;display:flex}.success-circle{width:39px;height:39px;color:var(--green);background:#dff8ed;border-radius:50%;place-items:center;display:grid}.modal-head h2{margin:0 0 4px;font-size:16px}.modal-head p{color:var(--muted);margin:0;font-size:11px}.token-panel{color:#164991;background:#edf4ff;border:1px solid #d8e6ff;border-radius:10px;justify-content:space-between;align-items:center;margin:18px 23px;padding:12px 15px;display:flex}.token-panel small,.token-panel strong{display:block}.token-panel small{letter-spacing:1px;font-size:8px}.token-panel strong{letter-spacing:1.5px;margin-top:3px;font:800 18px Manrope}.labels-toolbar{justify-content:space-between;align-items:center;padding:0 23px 13px;display:flex}.labels-toolbar h3{margin:0 0 3px;font-size:14px}.labels-toolbar p{color:var(--muted);margin:0;font-size:10px}.label-preview-list{background:var(--surface-2);gap:13px;max-height:330px;padding:12px 23px;display:grid;overflow:auto}.thermal-label{color:#071425;background:#fff;border:1px dashed #8290a2;border-radius:5px;width:100%;max-width:550px;min-height:205px;margin:auto;padding:13px 15px}.label-brand{border-bottom:2px solid #071425;justify-content:space-between;padding-bottom:7px;font-size:10px;display:flex}.label-brand span{letter-spacing:1px;font-weight:900}.label-body{grid-template-columns:1fr 115px;gap:12px;padding-top:9px;display:grid}.label-body img{width:105px;height:105px}.label-data>small,.label-data div small{font-size:7px;display:block}.label-data>strong{text-transform:uppercase;margin-bottom:12px;font:800 17px Manrope;display:block}.label-data>div{gap:35px;display:flex}.label-data div b{font-size:12px}.label-data em{color:#fff;background:#071425;margin-top:12px;padding:5px 10px;font:900 16px Manrope;display:inline-block}.label-token{text-align:right;margin-top:-5px;font:700 8px monospace}.share-row{align-items:center;gap:15px;padding:17px 23px;display:flex}.whatsapp{color:#fff;background:#16a76c;border:0;border-radius:9px;align-items:center;gap:8px;padding:11px 15px;font-weight:700;display:flex}.whatsapp>img{object-fit:contain;width:20px;height:20px;display:block}.share-row p{color:var(--muted);margin:0;font-size:10px}.dispatch-page{color:#fff;background:radial-gradient(circle at 50% 45%,#246bfd1c,#0000 28%),#07101e;min-height:calc(100vh - 66px);padding-bottom:40px}.dispatch-head{letter-spacing:1px;border-bottom:1px solid #1a293d;justify-content:space-between;align-items:center;height:57px;padding:0 38px;font-size:10px;display:flex}.dispatch-head>div,.dispatch-head p{color:#8fa0b6;align-items:center;gap:7px;margin:0;display:flex}.live-dot{background:#22d093;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #22d0931a}.scanner-layout{grid-template-columns:1fr 305px;align-items:center;gap:70px;max-width:970px;margin:52px auto;padding:0 30px;display:grid}.scanner-intro{text-align:center}.scanner-intro .eyebrow{color:#5c91f9;justify-content:center}.scanner-intro h1{margin:4px 0 8px;font-size:29px}.scanner-intro>p{color:#8fa0b6;max-width:440px;margin:0 auto 25px;font-size:12px}.scanner-box{background:#02060d;border-radius:19px;width:min(370px,90vw);height:315px;margin:auto;position:relative;overflow:hidden;box-shadow:0 0 55px #246bfd26}.scanner-box #qr-reader{width:100%;height:100%;border:0!important}.scanner-box #qr-reader video{object-fit:cover!important;height:100%!important}.scanner-box #qr-reader__dashboard_section_csr span,.scanner-box #qr-reader__dashboard_section_swaplink{display:none!important}.camera-error{color:#73849b;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px;display:flex}.camera-error strong{color:#d7e0ec;margin:10px}.camera-error p{font-size:11px}.corner{z-index:5;border-style:solid;border-color:#4385ff;width:31px;height:31px;position:absolute}.corner.tl{border-width:3px 0 0 3px;border-radius:7px 0 0;top:25px;left:25px}.corner.tr{border-width:3px 3px 0 0;border-radius:0 7px 0 0;top:25px;right:25px}.corner.bl{border-width:0 0 3px 3px;border-radius:0 0 0 7px;bottom:25px;left:25px}.corner.br{border-width:0 3px 3px 0;border-radius:0 0 7px;bottom:25px;right:25px}.laser{background:#3b7df3;height:2px;animation:2.4s ease-in-out infinite laser;position:absolute;top:50%;left:35px;right:35px;box-shadow:0 0 15px #3b7df3}@keyframes laser{0%,to{opacity:.4;transform:translateY(-105px)}50%{opacity:1;transform:translateY(105px)}}.scan-status{justify-content:center;align-items:center;gap:9px;margin-top:16px;display:flex}.scan-status svg{color:#4b87f5}.scan-status strong,.scan-status span span{display:block}.scan-status strong{font-size:11px}.scan-status span{color:#71849d;font-size:9px}.manual-panel{background:#0e1b2e;border:1px solid #22324a;border-radius:15px;padding:25px}.manual-icon{color:#6ca0fa;background:#172b48;border-radius:11px;place-items:center;width:43px;height:43px;display:grid}.manual-panel h2{margin:16px 0 6px;font-size:17px}.manual-panel>p{color:#8192aa;font-size:11px;line-height:1.6}.manual-panel form{border-top:1px solid #213149;margin-top:18px;padding-top:18px}.manual-panel label{color:#b7c2d0}.manual-panel input{color:#fff;background:#07111f;border-color:#2a3b54;margin-bottom:10px}.manual-panel .secondary{color:#fff;background:#193762;border-color:#2e568d}.security-note{color:#42c99a;border-top:1px solid #213149;gap:9px;margin-top:21px;padding-top:17px;display:flex}.security-note svg{width:18px}.security-note strong,.security-note span{font-size:9px;display:block}.security-note span{color:#74879f;line-height:1.5}.security-note strong{color:#b8c7d8}.delivery-found{text-align:center;width:min(650px,100% - 30px);margin:50px auto;position:relative}.close-found{z-index:2;color:#fff;position:absolute;top:8px;right:8px}.found-banner{text-align:left;background:#0a936b;border-radius:14px 14px 0 0;gap:12px;padding:20px;display:flex}.found-banner.entregue{background:#bd7c0d}.found-banner>span{background:#ffffff24;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.found-banner strong{font:700 17px Manrope}.found-banner p{opacity:.85;margin:3px 0 0;font-size:11px}.delivery-card{text-align:left;color:var(--text);border-radius:0 0 14px 14px;padding:26px}.delivery-main{justify-content:space-between;display:flex}.delivery-main small{color:var(--muted);font-size:9px;display:block}.delivery-main strong{font:800 23px Manrope}.token-tag{background:var(--surface-2);border:1px solid var(--line);border-radius:7px;height:fit-content;padding:7px 10px;font:700 10px monospace}.delivery-card h2{margin:18px 0;font-size:21px}.delivery-details{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(3,1fr);margin-bottom:22px;display:grid}.delivery-details>div{gap:8px;padding:15px;display:flex}.delivery-details>div+div{border-left:1px solid var(--line)}.delivery-details svg{color:var(--primary);width:18px}.delivery-details small,.delivery-details strong{display:block}.delivery-details small{color:var(--muted);margin-bottom:4px;font-size:8px}.delivery-details strong{font-size:11px}.deliver-button{color:#fff;background:#0aa677;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;height:54px;font:700 15px Manrope;display:flex}.already-delivered{color:#087b58;background:#e7f8f1;border-radius:9px;align-items:center;gap:10px;padding:13px;display:flex}.already-delivered strong,.already-delivered span{display:block}.already-delivered span{margin-top:3px;font-size:10px}.delivery-found>.text-btn{color:#8bb2fc;margin-top:20px}.filter-card{margin-bottom:18px}.filter-title{border-bottom:1px solid var(--line);align-items:center;gap:7px;padding:13px 17px;font-size:12px;display:flex}.filter-title button{color:var(--muted);background:0 0;border:0;gap:5px;margin-left:auto;font-size:10px;display:flex}.filters{grid-template-columns:1.4fr repeat(4,1fr);gap:10px;padding:15px;display:grid}.search-field,.date-field{position:relative}.search-field svg,.date-field svg{width:16px;color:var(--muted);position:absolute;top:12px;left:11px}.filters .search-field input,.filters .date-field input{padding-left:35px}.history-card .table-wrap{min-height:220px}.empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:55px;display:flex}.empty strong{color:var(--text)}.empty span{font-size:11px}.users-card article{border-top:1px solid var(--line);grid-template-columns:auto 1fr 170px 100px auto;align-items:center;gap:12px;padding:14px 20px;display:grid}.users-card article strong,.users-card article small{display:block}.users-card article small{color:var(--muted);margin-top:2px;font-size:10px}.role-badge{align-items:center;gap:5px;font-size:10px;font-weight:700;display:flex}.role-badge svg{width:14px}.active-user{color:var(--green);font-size:10px}.active-user i{background:var(--green);border-radius:50%;width:6px;height:6px;display:inline-block}.toast{z-index:200;color:#fff;background:#0b9068;border-radius:10px;align-items:center;gap:9px;padding:13px 18px;font-size:12px;font-weight:700;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 13px 35px #0003}.toast svg{width:18px}.audit-title-actions{gap:9px;display:flex}.audit-filters{grid-template-columns:minmax(260px,1.5fr) minmax(170px,.7fr) minmax(170px,.7fr);gap:10px;padding:15px;display:grid}.audit-filters input,.audit-filters select{border:1px solid var(--line);background:var(--surface);width:100%;height:42px;color:var(--text);border-radius:8px;outline:0;padding:0 12px}.audit-filters .search-field input,.audit-filters .date-field input{padding-left:35px}.audit-card{overflow:visible}.audit-card>.card-head>svg{color:var(--primary)}.audit-card table{min-width:850px}.audit-card th:first-child{width:175px}.audit-card th:nth-child(2){width:180px}.audit-card th:nth-child(3){width:110px}.audit-card th:nth-child(5){text-align:center;width:80px}.audit-card td:last-child{text-align:center}.audit-action{border-radius:20px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.audit-action.login{color:#246bfd;background:#e9f1ff}.audit-action.logout{color:#627087;background:#edf0f4}.audit-action.insert{color:#087b58;background:#dff8ed}.audit-action.update{color:#a46b00;background:#fff3d9}.audit-action.delete{color:#c83748;background:#ffe7e9}.audit-details{position:relative}.audit-details summary{cursor:pointer;border:1px solid var(--line);width:31px;height:31px;color:var(--primary);background:var(--surface);border-radius:7px;place-items:center;list-style:none;display:inline-grid}.audit-details summary::-webkit-details-marker{display:none}.audit-details[open] summary svg{transform:rotate(180deg)}.audit-details>div{z-index:20;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:10px;width:min(600px,70vw);max-height:430px;padding:14px;position:absolute;top:38px;right:0;overflow:auto;box-shadow:0 18px 45px #0003}.audit-details section+section{margin-top:14px}.audit-details pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--surface-2);color:var(--text);border-radius:7px;padding:10px;font-size:10px}.audit-loading,.audit-error{min-height:220px;color:var(--muted);justify-content:center;align-items:center;gap:8px;display:flex}.audit-error{color:#c83748}.audit-more{border-top:1px solid var(--line);justify-content:center;padding:16px;display:flex}.confirm-overlay{z-index:120;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020811c2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{background:var(--surface);width:min(440px,100%);color:var(--text);border:1px solid var(--line);text-align:center;border-radius:16px;padding:27px;box-shadow:0 25px 70px #0006}.confirm-icon{color:#c47c00;background:#fff1d5;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 16px;display:grid}.confirm-dialog h2{margin-bottom:7px;font-size:21px}.confirm-dialog>p{color:var(--muted);margin-bottom:6px;font-size:12px}.confirm-client{margin-bottom:17px;font:700 16px Manrope,sans-serif;display:block}.confirm-summary{border:1px solid var(--line);border-radius:9px;grid-template-columns:1fr 1fr;margin-bottom:14px;display:grid}.confirm-summary span{color:var(--muted);padding:12px;font-size:10px}.confirm-summary span+span{border-left:1px solid var(--line)}.confirm-summary b{color:var(--text);margin-top:3px;font-size:13px;display:block}.confirm-dialog>small{color:var(--muted);font-size:10px;line-height:1.5;display:block}.confirm-actions{grid-template-columns:1fr 1.5fr;gap:9px;margin-top:20px;display:grid}.confirm-actions .deliver-button{height:42px;font-size:11px}.found-banner.just-delivered{background:#0a936b}.fields-grid input.field-error{border-color:#df4456;box-shadow:0 0 0 3px #df44561a}.fields-grid label small.error-message{color:#df4456;font-weight:600}.users-head input{border:1px solid var(--line);background:var(--surface-2);width:220px;height:36px;color:var(--text);border-radius:8px;outline:0;padding:0 11px}.users-card article{grid-template-columns:auto minmax(180px,1fr) minmax(220px,1.2fr) 130px auto}.user-identity em{color:var(--muted);margin-top:4px;font-size:10px;font-style:normal;display:block}.user-access small{color:var(--muted);white-space:normal;margin-top:5px;font-size:9px;display:block}.user-store strong{font-size:11px}.user-store>span{margin-top:5px;display:block}.inactive-user{color:#a3adbb;font-size:10px}.inactive-user i{background:#a3adbb;border-radius:50%;width:6px;height:6px;display:inline-block}.user-menu{position:relative}.menu-popover{background:var(--surface);border:1px solid var(--line);z-index:5;border-radius:9px;width:130px;padding:5px;position:absolute;top:36px;right:0;box-shadow:0 12px 30px #00000029}.menu-popover button{width:100%;color:var(--text);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:8px;font-size:11px;display:flex}.menu-popover button:hover{background:var(--surface-2)}.menu-popover button.danger{color:#d43d50}.menu-popover svg{width:15px}.user-modal{width:min(650px,100%)}.user-form-icon{width:39px;height:39px;color:var(--primary);background:#eaf1ff;border-radius:10px;place-items:center;display:grid}.user-form-grid{grid-template-columns:1fr 1fr;gap:16px;padding:22px;display:grid}.user-form-grid label>span{margin-bottom:7px;font-size:11px;font-weight:700;display:block}.user-form-grid label.full{grid-column:1/-1}.user-form-grid input:not([type=checkbox]),.user-form-grid select{border:1px solid var(--line);background:var(--surface);width:100%;height:42px;color:var(--text);border-radius:8px;outline:0;padding:0 11px}.user-form-grid input:focus,.user-form-grid select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #246bfd1a}.role-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.role-options button{border:1px solid var(--line);background:var(--surface);min-height:105px;color:var(--text);text-align:left;border-radius:9px;flex-direction:column;gap:5px;padding:10px;display:flex}.role-options button>svg{width:18px;color:var(--muted)}.role-options button strong{font-size:11px}.role-options button small{color:var(--muted);font-size:8px;line-height:1.4}.role-options button.selected{border-color:var(--primary);background:#edf4ff;box-shadow:0 0 0 2px #246bfd17}:root[data-theme=dark] .role-options button.selected{background:#14294b}.role-options button.selected>svg{color:var(--primary)}.switch-row{background:var(--surface-2);border:1px solid var(--line);border-radius:9px;justify-content:space-between;align-items:center;padding:12px;display:flex!important}.switch-row>span{margin:0!important}.switch-row strong,.switch-row small{display:block}.switch-row small{color:var(--muted);margin-top:3px;font-size:9px}.switch-row input{width:38px;height:20px;accent-color:var(--primary)}.user-modal-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;padding:15px 22px;display:flex}.location-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.location-stats article{align-items:center;gap:13px;padding:18px;display:flex}.location-stats small{color:var(--muted);letter-spacing:.8px;font-size:9px;font-weight:700;display:block}.location-stats strong{margin-top:3px;font:800 25px Manrope,sans-serif;display:block}.locations-card article{border-top:1px solid var(--line);grid-template-columns:auto 1fr 100px 100px auto;align-items:center;gap:13px;padding:14px 20px;display:grid}.location-icon{border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.location-icon.loja{color:var(--primary);background:#e9f1ff}.location-icon.ambiente{color:#8153db;background:#f1e9ff}.location-icon svg{width:19px}.locations-card article strong,.locations-card article small{display:block}.locations-card article small{color:var(--muted);margin-top:3px;font-size:10px}.locations-card code{background:var(--surface-2);border:1px solid var(--line);width:fit-content;color:var(--text);border-radius:6px;padding:5px 8px;font-size:10px}.location-modal{width:min(540px,100%)}@media (width<=1100px){.stats-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.quick-panel{grid-template-columns:130px 1fr;column-gap:20px;display:grid}.quick-panel .scan-visual{grid-row:1/span 4}.quick-panel .queue{grid-column:2}.filters{grid-template-columns:1fr 1fr}.form-layout{grid-template-columns:1fr}.form-summary{grid-area:auto/1;position:static}.scanner-layout{gap:25px}}@media (width<=760px){.app-main{margin-left:0}.sidebar{transition:all .25s;transform:translate(-105%)}.sidebar.open{transform:none;box-shadow:20px 0 50px #00000059}.backdrop{z-index:40;background:#00000073;border:0;position:fixed;inset:0}.mobile-only,.menu-btn{display:grid}.topbar{justify-content:flex-start;padding:0 15px}.global-search{display:none}.page{padding:24px 16px}.welcome,.page-title{align-items:flex-start;gap:18px}.welcome .primary,.page-title .primary{width:42px;padding:0;font-size:0}.welcome .primary svg,.page-title .primary svg{margin:0}.stats-grid{grid-template-columns:1fr 1fr}.dashboard-grid{display:block}.quick-panel{margin-top:15px;display:block}.quick-panel .scan-visual{display:none}.login-page{display:block}.login-brand{min-height:280px;padding:30px}.login-brand h1{margin-top:30px;font-size:30px}.login-brand p,.login-brand>small{display:none}.login-panel{padding:35px 20px}.fields-grid{grid-template-columns:1fr}.fields-grid .full{grid-column:1}.form-card{padding:17px}.ocr-state{font-size:0}.ocr-state svg{display:block}.scanner-layout{margin:30px auto;display:block}.manual-panel{margin-top:25px}.dispatch-head{padding:0 18px}.delivery-details{grid-template-columns:1fr}.delivery-details>div+div{border-left:0;border-top:1px solid var(--line)}.filters,.audit-filters{grid-template-columns:1fr}.audit-page .page-title{display:block}.audit-title-actions{margin-top:15px}.audit-title-actions button{flex:1}.labels-toolbar,.share-row{align-items:flex-start;gap:10px}.share-row{flex-direction:column}.users-card article{grid-template-columns:auto 1fr auto}.role-badge{grid-column:2}.active-user{display:none}.thermal-label{transform-origin:50%;transform:scale(.9)}.stats-grid article{min-height:120px;padding:15px}.stat-icon{width:36px;height:36px}.stats-grid article strong{font-size:25px}}@media (width<=470px){.stats-grid{grid-template-columns:1fr}.welcome h1,.page-title h1{font-size:23px}.modal-shell{padding:8px}.label-preview-list{padding:10px}.thermal-label{width:550px;margin:-28px -57px;transform:scale(.72)}.delivery-found{margin-top:25px}.dispatch-head p{display:none}}@page{size:auto;margin:0}@media print{html,body{background:#fff;width:100%;height:100%;overflow:visible;margin:0!important;padding:0!important}body *{visibility:hidden}.modal-shell,.modal-shell *,.label-preview-list,.label-preview-list *{visibility:visible}.modal-shell{background:#fff;display:block;position:absolute;inset:0;margin:0!important;padding:0!important}.modal{width:100%;max-height:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;overflow:visible}.modal-head,.token-panel,.labels-toolbar,.share-row{display:none!important}.label-preview-list{background:#fff;max-height:none;display:block;overflow:visible;margin:0!important;padding:0!important}.thermal-label{box-sizing:border-box;break-inside:avoid;break-after:page;page-break-after:always;border:0;border-radius:0;flex-direction:column;justify-content:space-between;width:100vw;max-width:none;height:100vh;min-height:0;padding:1.5mm 2mm;display:flex;overflow:hidden;transform:none;margin:0!important}.thermal-label:last-child{break-after:auto;page-break-after:auto}.label-brand{flex:none;padding-bottom:1mm}.label-body{flex:1;grid-template-columns:minmax(0,1fr) min(38vw,42mm);align-items:center;gap:2mm;width:100%;min-height:0;padding-top:1mm}.label-body img{object-fit:contain;justify-self:end;width:min(38vw,42mm);height:min(38vw,42mm);max-height:90%}.label-data>strong{margin-bottom:1.5mm;font-size:clamp(12px,5vw,25px);line-height:1.05}.label-data>div{gap:5mm}.label-data em{margin-top:1.5mm;padding:1mm 2mm;font-size:clamp(11px,4vw,21px)}.label-token{text-align:right;flex:none;margin:0;line-height:1}}@media (width<=760px){.users-head{align-items:flex-start;gap:10px}.users-head input{width:145px}.users-card article{grid-template-columns:auto 1fr auto;align-items:start}.users-card .user-identity{grid-column:2}.users-card .user-access{grid-area:2/2}.users-card .user-store{grid-area:3/2}.users-card .user-menu{grid-area:1/3}.user-form-grid,.role-options{grid-template-columns:1fr}.role-options button{min-height:80px}.user-modal-actions{grid-template-columns:1fr 1fr;display:grid}.user-modal-actions button{width:100%}}.history-actions{align-items:center;gap:9px;display:flex}.danger-button{color:#c9364a;background:#fff1f3;border:1px solid #e3a1aa;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-weight:700;display:inline-flex}.danger-button:hover{color:#fff;background:#c9364a;border-color:#c9364a}.danger-button:disabled{opacity:.45;cursor:not-allowed}.danger-button:disabled:hover{color:#c9364a;background:#fff1f3}@media (width<=760px){.history-actions{align-items:stretch}.history-actions button{width:42px;padding:0;font-size:0}.history-actions button svg{margin:0}}.printer-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.printer-stats article{align-items:center;gap:13px;padding:18px;display:flex}.printer-stats small{color:var(--muted);letter-spacing:.7px;font-size:9px;font-weight:700;display:block}.printer-stats strong{margin-top:3px;font:800 25px Manrope,sans-serif;display:block}.printers-card article{border-top:1px solid var(--line);grid-template-columns:auto minmax(160px,1.2fr) minmax(140px,1fr) 120px 130px auto;align-items:center;gap:13px;padding:14px 20px;display:grid}.printer-icon{width:40px;height:40px;color:var(--primary);background:#e9f1ff;border-radius:10px;place-items:center;display:grid}.printer-icon svg{width:20px}.printer-name strong,.printer-name small,.printer-address strong,.printer-address small,.printer-paper strong,.printer-paper small{display:block}.printer-name strong{align-items:center;gap:5px;display:flex}.printer-name strong svg{color:#e79a12;fill:#e79a12;width:13px}.printers-card article small{color:var(--muted);margin-top:4px;font-size:9px}.printer-address strong{font-family:monospace;font-size:11px}.printer-paper strong{font-size:11px}.auto-status{white-space:nowrap}.printer-modal{width:min(760px,100%)}.printer-form{max-height:68vh;overflow-y:auto}.protocol-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.protocol-grid button{border:1px solid var(--line);background:var(--surface);min-height:75px;color:var(--text);text-align:left;border-radius:8px;grid-template-columns:auto 1fr;column-gap:7px;padding:9px;display:grid}.protocol-grid button svg{width:16px;color:var(--muted);grid-row:1/span 2}.protocol-grid button strong{font-size:10px}.protocol-grid button small{color:var(--muted);font-size:8px;line-height:1.35}.protocol-grid button.selected{border-color:var(--primary);background:#edf4ff;box-shadow:0 0 0 2px #246bfd17}:root[data-theme=dark] .protocol-grid button.selected{background:#14294b}.protocol-grid button.selected svg{color:var(--primary)}.printer-check{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-items:center;gap:9px;padding:10px;display:flex}.printer-check input{width:17px;height:17px;accent-color:var(--primary)}.printer-check>span{margin:0!important}.printer-check strong,.printer-check small{display:block}.printer-check small{color:var(--muted);margin-top:2px;font-size:8px}.agent-note{color:#a26a00;background:#fff6df;border:1px solid #f0d798;border-radius:8px;gap:9px;padding:11px;display:flex}.agent-note svg{flex:none;width:18px}.agent-note strong,.agent-note span{font-size:9px;display:block}.agent-note span{line-height:1.5}.agent-note strong{color:var(--text)}:root[data-theme=dark] .agent-note{background:#322813;border-color:#66531d}@media (width<=850px){.printers-card article{grid-template-columns:auto 1fr auto}.printers-card article>div:not(.printer-name):not(.user-menu){grid-column:2}.printer-stats{grid-template-columns:1fr 1fr 1fr}.protocol-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.printer-stats,.protocol-grid{grid-template-columns:1fr}.printer-form{max-height:72vh}}.public-ticket-page{background:radial-gradient(circle at 50% 20%,#246bfd24,transparent 32%),var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.public-ticket{background:var(--surface);border:1px solid var(--line);text-align:center;border-radius:18px;width:min(440px,100%);padding:25px;box-shadow:0 20px 55px #1326441f}.public-ticket .logo{color:var(--text);justify-content:center;margin-bottom:25px}.ticket-ready{color:#087b58;letter-spacing:.8px;background:#dff8ed;border-radius:20px;align-items:center;gap:6px;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.ticket-ready svg{width:15px}.public-ticket h1{margin:15px 0 7px;font-size:24px}.public-ticket>p{color:var(--muted);max-width:320px;margin:0 auto 17px;font-size:12px;line-height:1.55}.public-ticket>img{border:1px solid var(--line);background:#fff;border-radius:12px;width:min(280px,82vw);height:auto;margin:0 auto 13px;padding:7px;display:block}.public-ticket>small{color:var(--muted);letter-spacing:1px;font-size:8px;display:block}.public-ticket>strong{letter-spacing:1.5px;margin:5px 0 17px;font:800 17px monospace;display:block}.public-ticket>div{border-top:1px solid var(--line);color:var(--muted);justify-content:center;align-items:center;gap:6px;padding-top:14px;font-size:9px;display:flex}.public-ticket>div svg{width:15px;color:var(--green)}.ticket-footer{color:var(--muted);align-items:center;gap:6px;margin-top:16px;font-size:9px;display:flex}.ticket-footer svg{width:14px}.mobile-history-list{display:none}.history-page .history-card{overflow:hidden}.history-page .desktop-history table{min-width:980px}.history-page .desktop-history th,.history-page .desktop-history td{padding-left:12px;padding-right:12px}.history-client{white-space:normal;min-width:180px;max-width:290px;line-height:1.35}@media (width<=760px){.history-page-title{display:block}.history-page-title>div:first-child{margin-bottom:16px}.history-page-title p{font-size:12px;line-height:1.5}.history-page-title .history-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.history-page-title .history-actions:has(>button:only-child){grid-template-columns:1fr}.history-page-title .history-actions button{width:100%;padding:0 10px;font-size:11px}.history-page-title .history-actions button svg{margin:0}.filter-card{border-radius:12px}.filter-title{padding:12px 14px}.filters{gap:9px;padding:12px}.filters input,.filters select{width:100%;min-height:44px}.search-field svg,.date-field svg{top:13px}.history-card .card-head{padding:16px}.desktop-history{display:none}.mobile-history-list{background:var(--surface-2);gap:11px;padding:12px;display:grid}.mobile-history-card{background:var(--surface);border:1px solid var(--line);border-radius:11px;min-width:0;padding:14px;box-shadow:0 5px 16px #1821330a}.mobile-history-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:12px;display:flex}.mobile-history-card header>div{min-width:0}.mobile-history-card header span,.mobile-history-client>span{color:var(--muted);letter-spacing:.8px;font-size:8px;font-weight:800;display:block}.mobile-history-card header strong{margin:2px 0;font:800 18px Manrope,sans-serif;display:block}.mobile-history-card header small{color:var(--muted);overflow-wrap:anywhere;font:10px monospace;display:block}.mobile-history-client{padding:13px 0}.mobile-history-client strong{overflow-wrap:anywhere;margin-top:4px;font-size:13px;line-height:1.35;display:block}.mobile-history-card dl{background:var(--surface-2);border-radius:8px;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:12px;display:grid}.mobile-history-card dt{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:8px;font-weight:800}.mobile-history-card dd{color:var(--text);margin:4px 0 0;font-size:11px;font-weight:650;line-height:1.35}.mobile-history-card dd small{color:var(--muted);margin-top:3px;font-size:9px;display:block}.mobile-history-card .mobile-delivery{grid-column:1/-1}.mobile-history-card .history-row-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.mobile-history-card .history-row-actions button{justify-content:center;width:100%;min-height:40px}.mobile-history-card .history-row-actions button:only-child{grid-column:1/-1}.volume-edit-modal{max-height:calc(100vh - 16px)}.volume-edit-modal .modal-head{padding:15px}.volume-edit-modal .modal-head h2{font-size:16px}.volume-edit-modal .modal-head p{font-size:10px;line-height:1.35}.volume-edit-content{padding:16px}.volume-edit-content .counter{max-width:none}.volume-edit-modal .user-modal-actions{padding:12px}}.clear-history-dialog>p{margin-bottom:18px;line-height:1.5}.admin-password-field{text-align:left;margin:0 0 14px}.admin-password-field label{align-items:center;gap:7px;margin-bottom:7px;font-size:11px;font-weight:800;display:flex}.admin-password-field label svg{width:16px;color:var(--primary)}.admin-password-field input{border:1px solid var(--line);background:var(--surface);width:100%;height:44px;color:var(--text);border-radius:9px;outline:0;padding:0 12px}.admin-password-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent)}.clear-history-dialog .confirm-actions{grid-template-columns:1fr 1.35fr}.clear-history-dialog .danger-button{min-height:42px;font-size:11px}.clear-history-dialog .danger-button svg{width:16px}@media (width<=470px){.clear-history-dialog{padding:20px}.clear-history-dialog .confirm-actions{grid-template-columns:1fr}.clear-history-dialog .confirm-actions button{width:100%}}.whatsapp-resend-button{color:#087b58;white-space:nowrap;background:#e8f8f1;border:1px solid #8ed9bd;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:12px;font-weight:700;display:inline-flex}.whatsapp-resend-button:hover{color:#fff;background:#16a76c;border-color:#16a76c}.whatsapp-resend-button>img{object-fit:contain;width:17px;height:17px;display:block}[data-theme=dark] .whatsapp-resend-button{color:#6ee7b7;background:#123d31;border-color:#246b55}.history-page .desktop-history .whatsapp-resend-button{max-width:100%;padding:7px}.history-page .desktop-history{overflow-x:hidden}.history-page .desktop-history table{table-layout:fixed;width:100%;min-width:0}.history-page .desktop-history th,.history-page .desktop-history td{white-space:normal;overflow-wrap:anywhere;vertical-align:middle;padding:12px 8px}.history-page .desktop-history th{font-size:8px}.history-page .desktop-history td{font-size:11px}.history-page .desktop-history td small{line-height:1.35}.history-page .desktop-history th:first-child{width:9%}.history-page .desktop-history th:nth-child(2){width:19%}.history-page .desktop-history th:nth-child(3){width:16%}.history-page .desktop-history th:nth-child(4){width:7%}.history-page .desktop-history th:nth-child(5){width:10%}.history-page .desktop-history th:nth-child(6),.history-page .desktop-history th:nth-child(7){width:15%}.history-page .desktop-history th:nth-child(8){width:9%}.history-page .desktop-history td:last-child{min-width:0}.history-page .desktop-history .history-row-actions{flex-wrap:wrap;justify-content:center}.history-page .desktop-history .edit-volume-button,.history-page .desktop-history .reprint-button{max-width:100%;padding:7px}.history-page .desktop-history .history-row-actions button span{display:none}.history-page .desktop-history .history-row-actions button{flex:none;justify-content:center;width:34px;height:34px;padding:0}@media (width<=1300px) and (width>=761px){.history-page{padding-left:24px;padding-right:24px}.history-page .desktop-history th:nth-child(2){width:20%}.history-page .desktop-history th:nth-child(8){width:6%}.history-page .desktop-history th:nth-child(3){width:17%}}.view-details-button{border:1px solid color-mix(in srgb,var(--green) 35%,var(--line));background:color-mix(in srgb,var(--green) 8%,var(--surface));color:var(--green);white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:12px;font-weight:700;display:inline-flex}.view-details-button:hover{background:var(--green);color:#fff}.view-details-button svg{width:15px;height:15px}.withdrawal-details-modal{width:min(650px,100%)}.withdrawal-details-content{padding:22px}.withdrawal-details-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:17px;display:flex}.withdrawal-details-heading small,.withdrawal-client-block small{color:var(--muted);letter-spacing:.8px;font-size:8px;font-weight:800;display:block}.withdrawal-details-heading strong{margin:2px 0 5px;font:800 24px Manrope,sans-serif;display:block}.withdrawal-details-heading code{color:var(--muted);font-size:10px;display:block}.withdrawal-client-block{padding:18px 0}.withdrawal-client-block strong{overflow-wrap:anywhere;margin-top:5px;font:750 17px/1.35 Manrope,sans-serif;display:block}.withdrawal-details-grid{background:var(--line);border:1px solid var(--line);border-radius:10px;grid-template-columns:1fr 1fr;gap:1px;margin:0;display:grid;overflow:hidden}.withdrawal-details-grid>div{background:var(--surface-2);padding:14px}.withdrawal-details-grid dt{color:var(--muted);margin-bottom:5px;font-size:9px;font-weight:700}.withdrawal-details-grid dd{color:var(--text);margin:0;font-size:12px;font-weight:700;line-height:1.35}.withdrawal-details-modal .user-modal-actions button{min-width:150px}@media (width<=760px){.mobile-history-card .view-details-button{grid-column:1/-1}.withdrawal-details-modal{max-height:calc(100vh - 16px);overflow:auto}.withdrawal-details-content{padding:16px}.withdrawal-details-grid,.withdrawal-details-modal .user-modal-actions{grid-template-columns:1fr}.withdrawal-details-modal .user-modal-actions button{min-width:0}.withdrawal-details-heading strong{font-size:21px}.withdrawal-client-block strong{font-size:15px}}
