@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color:#22304a;font-synthesis:none;text-rendering:optimizelegibility;--blue:#1d63e3;--blue-dark:#1550c4;--blue-soft:#eef4ff;--green:#8cc63f;--line:#e2e8f2;--muted:#64748f;--text:#22304a;--danger:#c03535;--card-shadow:0 1px 2px #0f285a0d;--menu-shadow:0 12px 30px #0f285a24;--radius:10px;--topbar-h:56px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);background:#f2f5fa;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.muted{color:var(--muted);font-weight:400}.sidebar::-webkit-scrollbar{width:8px}.dialog-body::-webkit-scrollbar{width:8px}.perm-matrix::-webkit-scrollbar{width:8px}.check-list::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{background:#d3dcea;border-radius:8px}.dialog-body::-webkit-scrollbar-thumb{background:#d3dcea;border-radius:8px}.perm-matrix::-webkit-scrollbar-thumb{background:#d3dcea;border-radius:8px}.check-list::-webkit-scrollbar-thumb{background:#d3dcea;border-radius:8px}.page-loader{min-height:46vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:13px;font-size:.88rem;display:flex}.page-loader span{border:3px solid #d7e4fb;border-top-color:var(--blue);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.no-access-panel{text-align:center;max-width:540px;margin:8vh auto;padding:34px}.no-access-panel h1{font-size:1.3rem}.no-access-panel p:last-child{color:var(--muted);margin-bottom:0}.not-found{text-align:center;place-content:center;gap:8px;min-height:100dvh;display:grid}.not-found span{color:var(--blue);font-size:3rem;font-weight:800}.not-found a{color:var(--blue);font-weight:600}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.app{flex-direction:column;height:100dvh;display:flex}.app-body{flex:1;min-height:0;display:flex}.topbar{color:#fff;z-index:20;background:linear-gradient(120deg,#1a55cf 0%,#2577ee 60%,#2e87f5 100%);flex:none;justify-content:space-between;align-items:center;height:56px;padding:0 18px;display:flex;box-shadow:0 1px 4px #0a1e5040}.topbar-brand{align-items:center;gap:10px;min-width:0;display:flex}.brand-mark{width:33px;height:33px;color:var(--blue);background:#fff;border-radius:9px;flex:none;place-items:center;font-size:1.25rem;font-weight:800;line-height:1;display:grid}.brand-name{color:#fff;letter-spacing:-.01em;white-space:nowrap;font-size:1.22rem;font-weight:600}.brand-name b{color:#a8dd55;font-weight:800}.brand-section{white-space:nowrap;border-left:1px solid #ffffff59;margin-left:12px;padding-left:14px;font-size:.95rem;font-weight:500}.topbar-user{position:relative}.user-trigger{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:9px;padding:5px 8px;font-size:.9rem;font-weight:600;display:flex}.user-trigger:hover{background:#ffffff24}.user-avatar{color:#fff;background:#ffffff38;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.78rem;font-weight:700;display:grid}.user-chevron{opacity:.8}.user-menu{z-index:60;border:1px solid var(--line);min-width:230px;box-shadow:var(--menu-shadow);color:var(--text);background:#fff;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.user-menu-head{border-bottom:1px solid var(--line);flex-direction:column;gap:1px;margin-bottom:4px;padding:9px 10px;display:flex}.user-menu-head strong{font-size:.9rem}.user-menu-head small{color:var(--muted);font-size:.78rem}.user-menu button,.menu button{color:#33415c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:9px;width:100%;padding:8px 10px;font-size:.86rem;font-weight:500;display:flex}.user-menu button:hover,.menu button:hover{background:#f0f5ff}.menu-danger{color:var(--danger)!important}.menu-danger:hover{background:#fdeeee!important}.logout-error{z-index:60;color:#a92f2f;background:#fdeeee;border:1px solid #f5c6c6;border-radius:10px;width:240px;padding:10px 12px;font-size:.82rem;position:absolute;top:calc(100% + 8px);right:0}.sidebar{border-right:1px solid var(--line);background:#fff;flex:none;width:234px;padding:14px 11px;overflow-y:auto}.main-nav{flex-direction:column;gap:3px;display:flex}.nav-item{color:#3d4c63;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:11px;width:100%;height:42px;padding:0 12px;font-size:.9rem;font-weight:500;transition:background .14s,color .14s;display:flex}.nav-item svg{color:#62748e;flex:none;transition:color .14s}.nav-item:hover{background:var(--blue-soft);color:var(--blue)}.nav-item:hover svg{color:var(--blue)}.nav-item[data-active=true],.nav-item[data-active=true] svg{background:var(--blue);color:#fff}.nav-item[data-active=true]{font-weight:600;box-shadow:0 4px 10px #1d63e34d}.nav-group-toggle .group-chevron{margin-left:auto;transition:transform .18s}.nav-group-toggle .group-chevron.open{transform:rotate(180deg)}.nav-group.group-active>.nav-group-toggle,.nav-group.group-active>.nav-group-toggle svg{color:var(--blue)}.nav-children{flex-direction:column;gap:2px;margin:2px 0 4px;padding-left:14px;display:flex}.nav-children[hidden]{display:none}.nav-children .nav-item{height:38px;font-size:.88rem}.main-content{flex:1;min-width:0;padding:24px 28px 40px;overflow-y:auto}.nav-toggle{display:none}.security-notice{border-radius:var(--radius);color:#7c5a10;background:#fff7e0;border:1px solid #f0dfae;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:10px 14px;font-size:.87rem;display:flex}.security-notice button{color:#fff;cursor:pointer;background:#8a6d1a;border:none;border-radius:7px;flex:none;padding:6px 12px;font-size:.82rem;font-weight:600}.page{max-width:1240px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.breadcrumb{color:var(--muted);text-transform:capitalize;margin-bottom:3px;font-size:.8rem;font-weight:500}.page-header h1{letter-spacing:-.01em;margin-bottom:5px;font-size:1.5rem;font-weight:700}.page-lead{color:var(--muted);margin-bottom:0;font-size:.9rem}.section-title{margin:24px 0 12px;font-size:1rem;font-weight:700}.card{border:1px solid var(--line);box-shadow:var(--card-shadow);background:#fff;border-radius:12px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;display:grid}.stat-card{align-items:center;gap:15px;padding:18px;display:flex}.stat-card strong{letter-spacing:-.02em;font-size:1.45rem;font-weight:800;line-height:1.15;display:block}.stat-card strong+span{font-size:.88rem;font-weight:600}.stat-card small{color:var(--muted);margin-top:2px;font-size:.77rem;display:block}.stat-icon{border-radius:50%;flex:none;place-items:center;width:52px;height:52px;display:grid}.tone-blue{color:#1d63e3;background:#e3edff}.tone-green{color:#2f9e4f;background:#e5f6e9}.tone-purple{color:#7b4fd6;background:#f0e8fd}.tone-orange{color:#e8890c;background:#fdeed7}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:38px;padding:0 15px;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 2px 6px #1d63e347}.btn-primary:hover:not(:disabled){background:var(--blue-dark)}.btn-ghost{border-color:var(--line);color:#33415c;background:#fff}.btn-ghost:hover:not(:disabled){background:#f2f6fd;border-color:#c6d4e8}.btn-danger{color:#fff;background:#d23b3b}.btn-danger:hover:not(:disabled){background:#b32f2f}.btn-danger-text{color:var(--danger);border-color:#0000}.btn-danger-text:hover:not(:disabled){background:#fdeeee;border-color:#0000}.btn-block{width:100%;height:42px}.btn-tiny{height:26px;padding:0 10px;font-size:.78rem}.icon-button{color:#5b6b84;cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid}.icon-button:hover{background:var(--blue-soft);color:var(--blue)}.segmented{background:#f3f6fb;border:1px solid #d8e0ec;border-radius:10px;margin-bottom:16px;padding:4px;display:inline-flex}.segmented-button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 18px;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.segmented-button:hover{color:var(--text)}.segmented-button.active{color:var(--text);background:#fff;box-shadow:0 1px 3px #1e293b1f}.field{color:#33415c;border:none;flex-direction:column;gap:6px;margin:0;padding:0;font-size:.85rem;font-weight:600;display:flex}.field input,.field select,.field textarea{width:100%;height:40px;color:var(--text);background:#fff;border:1px solid #ccd6e4;border-radius:8px;padding:0 12px;font-family:inherit;font-size:.9rem;font-weight:400}.field textarea{resize:vertical;height:auto;min-height:72px;padding:9px 12px;line-height:1.45}.field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1d63e321}.field small{color:var(--muted);font-size:.76rem;font-weight:400}.field legend{margin-bottom:8px;padding:0;font-size:.85rem;font-weight:600}.field-error{color:var(--danger)!important}.field-inline{gap:8px;display:flex}.field-inline input{flex:1;min-width:0}.field-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field input[type=range]{appearance:none;cursor:pointer;background:0 0;border:none;width:calc(100% - 20px);height:26px;margin-left:10px;padding:0}.field input[type=range]:focus{outline:none}.field input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px #1d63e32e,0 1px 3px #0f285a4d}.field input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px #1d63e32e,0 1px 3px #0f285a4d}.field input[type=range]::-webkit-slider-runnable-track{background:#e2e8f2;border-radius:999px;height:6px}.field input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--blue);border:3px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-6px;transition:transform .12s;box-shadow:0 1px 3px #0f285a4d}.field input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.1)}.field input[type=range]::-moz-range-track{background:#e2e8f2;border-radius:999px;height:6px}.field input[type=range]::-moz-range-progress{background:var(--blue);border-radius:999px;height:6px}.field input[type=range]::-moz-range-thumb{background:var(--blue);border:3px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .12s;box-shadow:0 1px 3px #0f285a4d}.field input[type=range]:hover::-moz-range-thumb{transform:scale(1.1)}.form-error{color:#a92f2f;background:#fdeeee;border:1px solid #f5c6c6;border-radius:8px;padding:10px 12px;font-size:.85rem}.form-help{color:var(--muted);margin-bottom:0;font-size:.9rem}.check-list{border:1px solid var(--line);border-radius:8px;flex-direction:column;gap:4px;max-height:220px;padding:8px;display:flex;overflow-y:auto}.check-item{cursor:pointer;border-radius:8px;align-items:flex-start;gap:10px;padding:7px 10px;font-weight:500;display:flex}.check-item:hover{background:#f4f8ff}.check-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue);flex:none;margin:2px 0 0}.check-item>span{flex-direction:column;gap:1px;display:flex}.check-item small{color:var(--muted);font-size:.76rem;font-weight:400}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f1e3c73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:480px;max-height:calc(100dvh - 40px);animation:.16s ease-out dialog-in;display:flex;box-shadow:0 24px 60px #0a193c4d}.dialog:focus{outline:none}.dialog-wide{max-width:780px}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:none}}.dialog-head{justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 0;display:flex}.dialog-head h2{margin-bottom:0;font-size:1.12rem;font-weight:700}.dialog-head p{color:var(--muted);margin:5px 0 0;font-size:.84rem;line-height:1.45}.dialog-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:none;place-items:center;display:grid}.dialog-close:hover{color:var(--text);background:#f0f4fa}.dialog-body{padding:15px 20px 20px;overflow-y:auto}.dialog-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.dialog-form{flex-direction:column;gap:14px;display:flex}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.confirm-message{align-items:flex-start;gap:12px;font-size:.92rem;line-height:1.5;display:flex}.confirm-icon{width:40px;height:40px;color:var(--danger);background:#fdeeee;border-radius:50%;flex:none;place-items:center;display:grid}.confirm-message+.form-error{margin-top:12px}.card-list{overflow:hidden}.card-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.search-box{border:1px solid var(--line);min-width:280px;height:38px;color:var(--muted);border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex;position:relative}.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1d63e31f}.search-box input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:.88rem}.search-clear{color:#52617a;cursor:pointer;background:#e3e9f3;border:none;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.search-clear:hover{color:#1f2a3d;background:#d4dbea}.count-chip{color:var(--muted);background:#f0f4fa;border-radius:999px;flex:none;padding:4px 12px;font-size:.79rem;font-weight:600}.table{border-collapse:collapse;width:100%}.table th{border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.06em;text-align:left;text-transform:uppercase;background:#fafbfe;padding:11px 16px;font-size:.72rem;font-weight:700}.table td{vertical-align:middle;border-bottom:1px solid #eef2f8;padding:12px 16px;font-size:.89rem}.table tbody tr:hover{background:#f8faff}.table tbody tr:last-child td{border-bottom:none}.table-empty{color:var(--muted);text-align:center;padding:34px 16px!important}.col-actions{width:64px;text-align:right!important}.person-cell{align-items:center;gap:11px;display:flex}.person-cell strong{font-weight:600;display:block}.person-cell small{color:var(--muted);font-size:.79rem}.small-avatar{width:34px;height:34px;color:var(--blue);background:#e4edff;border-radius:50%;flex:none;place-items:center;font-size:.9rem;font-weight:700;display:grid}.chip-list{flex-wrap:wrap;gap:6px;display:flex}.chip{color:#2b5bbf;background:#eef4ff;border-radius:6px;padding:3px 9px;font-size:.78rem;font-weight:600}.badge{border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.badge-system,.badge-custom{font-size:.74rem}.badge-system:before,.badge-custom:before{display:none}.status-active{color:#177a3d;background:#e6f7ec}.status-inactive{color:#5d6b7f;background:#eef1f6}.status-blocked,.status-do-not-contact{color:#c03535;background:#fdeaea}.badge-system{color:#9a6b12;background:#fff4db}.badge-custom{color:#2b5bbf;background:#e9f2ff}.cell-note{color:#b07908;margin-top:3px;font-size:.74rem;display:block}.row-actions{display:inline-block;position:relative}.protected-mark{color:#9aa9bd;place-items:center;width:32px;height:32px;display:inline-grid}.menu{z-index:40;border:1px solid var(--line);min-width:205px;box-shadow:var(--menu-shadow);background:#fff;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 6px);right:0}.menu-portal{z-index:100;width:220px;position:fixed}.table tr.row-clickable{cursor:pointer}.table tr.row-clickable:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.table tr.row-clickable:hover{background:#f8faff}.customers-toolbar{flex-wrap:wrap}.table-premium{table-layout:auto}.table-premium thead th{z-index:2;box-shadow:inset 0 -1px 0 var(--line);vertical-align:middle;background:#f4f7fc;padding:8px 16px;position:sticky;top:0}.table-premium thead th:after{background:var(--line);content:"";height:1px;position:absolute;bottom:-1px;left:0;right:0}.table-premium th.col-type,.table-premium th.col-status,.table-premium th.col-priority{width:180px}.th-combo{justify-content:space-between;align-items:center;gap:6px;display:flex}.th-sort{color:inherit;font:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:4px 6px;font-weight:700;transition:color .12s;display:inline-flex}.th-sort:hover,.th-sort-active{color:var(--blue)}.th-sort-icon{width:14px;display:inline-flex}.th-filter{justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}.th-filter-compact{justify-content:flex-end}.th-filter-trigger{color:#9aa6ba;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;width:22px;height:22px;padding:0;transition:background .12s,color .12s,border-color .12s;display:inline-grid}.th-filter-trigger:hover{color:var(--blue);background:#e7eefb}.th-filter-active{border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.th-filter-menu{z-index:100;min-width:195px;max-width:calc(100vw - 16px);max-height:min(320px,100vh - 16px);position:fixed;right:auto;overflow-y:auto}.menu-option{color:#33415c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:7px 9px;font-size:.84rem;font-weight:500;display:flex}.menu-option:hover{background:#f0f5ff}.menu-option-current{color:var(--blue);font-weight:600}.menu-option-current svg{color:var(--blue)}.num-cell{font-variant-numeric:tabular-nums;color:#2c3a55;font-family:Inter,system-ui,sans-serif;font-weight:700}.chip-type{border-radius:999px;align-items:center;padding:3px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.type-domestic{color:#2b5bbf;background:#eef4ff}.type-industrial{color:#b6610a;background:#fef3e7}.priority-cell{flex-direction:column;gap:3px;display:flex}.priority-dots{gap:3px;display:inline-flex}.priority-dot{background:#e0e6f0;border-radius:50%;width:8px;height:8px;transition:background .12s}.priority-dot-on.tone-priority-1{background:#b9c2d4}.priority-dot-on.tone-priority-2{background:#79c5e0}.priority-dot-on.tone-priority-3{background:#f0b53c}.priority-dot-on.tone-priority-4{background:#f08838}.priority-dot-on.tone-priority-5{background:#d23b3b}.priority-label{color:var(--muted);font-size:.74rem;font-weight:500}.table-pagination{border-top:1px solid var(--line);color:var(--muted);background:#fbfcfe;justify-content:space-between;align-items:center;gap:12px;padding:11px 16px;font-size:.85rem;display:flex}.pagination-info{align-items:center;gap:14px;display:flex}.page-size{color:var(--muted);align-items:center;gap:6px;font-size:.82rem;display:inline-flex}.page-size select{height:30px;color:var(--text);background:#fff;border:1px solid #ccd6e4;border-radius:6px;padding:0 8px;font-size:.82rem}.pagination-controls{align-items:center;gap:12px;display:flex}.pagination-pages strong{color:var(--text);font-weight:700}.pagination-buttons{gap:2px;display:inline-flex}.pagination-buttons .icon-button{border-radius:6px;width:30px;height:30px}.pagination-buttons .icon-button:disabled{opacity:.4;cursor:not-allowed}.filter-chips{border-bottom:1px solid var(--line);background:#fbfcfe;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 16px 14px;display:flex}.filter-chip{color:var(--text);background:#fff;border:1px solid #cdd8ec;border-radius:999px;align-items:center;gap:6px;padding:4px 4px 4px 10px;font-size:.8rem;display:inline-flex;box-shadow:0 1px 2px #0f285a0a}.filter-chip-label{align-items:baseline;gap:6px;display:inline-flex}.filter-chip-name{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:600}.filter-chip-value{font-weight:600}.filter-chip-remove{width:20px;height:20px;color:var(--muted);cursor:pointer;background:#eef2f8;border:none;border-radius:50%;place-items:center;display:grid}.filter-chip-remove:hover{background:var(--blue);color:#fff}@media (width<=620px){.filter-chips{padding:10px 12px 12px}}@media (width<=767px){.topbar{height:var(--topbar-h);padding-left:max(12px, var(--safe-left));padding-right:max(12px, var(--safe-right));padding-top:var(--safe-top)}.brand-name{font-size:1.05rem}.brand-section,.user-name{display:none}.nav-toggle{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sidebar{z-index:80;width:280px;height:100dvh;padding:calc(var(--topbar-h) + var(--safe-top) + 8px) 11px calc(12px + var(--safe-bottom));border-right:1px solid var(--line);box-shadow:var(--menu-shadow);background:#fff;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar[data-open=true]{transform:translate(0)}.main-nav{gap:4px}.nav-item{height:48px;font-size:.95rem}.nav-children .nav-item{height:44px}.nav-backdrop{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f1e3c73;animation:.18s ease-out fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.main-content{padding:16px max(14px, var(--safe-left)) calc(40px + var(--safe-bottom));padding-right:max(14px, var(--safe-right))}.page{max-width:100%}.page-header{flex-direction:column;align-items:stretch;gap:12px}.page-header .btn{justify-content:center;align-self:stretch}.page-header h1{font-size:1.3rem}.btn{min-height:44px}.icon-button{width:44px;height:44px}.field input,.field select,.field textarea{min-height:44px}.stat-grid{grid-template-columns:1fr}.dialog-backdrop{padding:0}.dialog{border-radius:0;max-width:100%;height:100dvh;max-height:100dvh}.dialog-wide{max-width:100%}.dialog-head{padding-top:max(14px, var(--safe-top))}.dialog-foot{padding-bottom:max(14px, var(--safe-bottom))}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{min-width:640px}.table-premium{min-width:720px}.card-toolbar{flex-direction:column;align-items:stretch;gap:10px}.search-box{min-width:0;height:44px}.table-pagination{flex-direction:column;align-items:stretch;gap:10px}.pagination-info,.pagination-controls{justify-content:space-between}.pagination-buttons .icon-button{width:44px;height:44px}.detail-grid,.field-grid{grid-template-columns:1fr}.detail-header-actions{flex-wrap:wrap;align-self:stretch}.equipment-item{flex-direction:column}.equipment-item-actions{justify-content:flex-end;width:100%}}@media (width>=768px) and (width<=1023px){.sidebar{width:200px}.page{max-width:100%}.main-content{padding:20px 20px 40px}.table-wrap{overflow-x:auto}.table-premium{min-width:720px}.table-premium thead th{position:relative}.table-pagination{flex-wrap:wrap;justify-content:space-between}}@media (hover:none) and (pointer:coarse){.btn,.nav-item{min-height:44px}.th-filter-trigger{width:32px;height:32px}}.quick-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;display:grid}.quick-card{align-items:center;gap:13px;padding:16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.quick-card:hover{border-color:#b9cffb;transform:translateY(-1px);box-shadow:0 8px 20px #0f285a1a}.quick-card .stat-icon{width:44px;height:44px}.quick-card strong{font-size:.92rem;display:block}.quick-card small{color:var(--muted);font-size:.78rem}.role-grid{grid-template-columns:repeat(auto-fill,minmax(295px,1fr));gap:16px;display:grid}.role-card{flex-direction:column;gap:9px;padding:18px;display:flex}.role-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.role-icon{width:40px;height:40px;color:var(--blue);background:#e4edff;border-radius:10px;place-items:center;display:grid}.role-card h2{margin-bottom:0;font-size:1.06rem;font-weight:700}.role-description{min-height:2.6em;color:var(--muted);margin-bottom:0;font-size:.86rem;line-height:1.45}.role-stats{color:var(--muted);gap:16px;font-size:.82rem;display:flex}.role-stats span{align-items:center;gap:6px;display:inline-flex}.role-actions{border-top:1px solid #eef2f8;gap:8px;margin-top:auto;padding-top:13px;display:flex}.perm-matrix{grid-template-columns:1fr 1fr;gap:12px;max-height:46vh;padding-right:4px;display:grid;overflow-y:auto}.perm-group{border:1px solid var(--line);border-radius:10px;overflow:hidden}.perm-group-head{cursor:pointer;background:#f6f9fd;align-items:center;gap:9px;padding:10px 12px;font-size:.86rem;display:flex}.perm-group-head input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue);margin:0}.perm-count{color:var(--muted);margin-left:auto;font-size:.75rem;font-weight:600}.perm-items{flex-direction:column;gap:2px;padding:6px;display:flex}@media (width<=1020px){.perm-matrix{grid-template-columns:1fr}}.login-page{grid-template-columns:minmax(400px,1.05fr) minmax(400px,.95fr);min-height:100dvh;display:grid}.login-intro{color:#fff;background:radial-gradient(circle at 82% 12%,#ffffff24,#0000 32%),linear-gradient(150deg,#1a55cf 0%,#2270e8 58%,#2b84f2 100%);flex-direction:column;justify-content:space-between;padding:clamp(34px,5.5vw,76px);display:flex}.login-brand{align-items:center;gap:11px;display:flex}.login-brand .brand-mark{width:38px;height:38px;font-size:1.4rem}.login-brand .brand-name{font-size:1.35rem}.intro-copy{max-width:560px;padding:9vh 0}.intro-copy h1{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,3.4vw,2.85rem);font-weight:800;line-height:1.12}.intro-copy p{opacity:.88;max-width:44ch;margin-bottom:0;font-size:1.02rem;line-height:1.6}.intro-foot{opacity:.7;margin-bottom:0;font-size:.8rem}.login-panel{background:#fff;place-items:center;padding:40px 24px;display:grid}.login-form{flex-direction:column;gap:17px;width:100%;max-width:372px;display:flex}.login-form h2{margin-bottom:6px;font-size:1.45rem;font-weight:700}@media (width<=620px){.login-page{grid-template-columns:1fr}.login-intro{padding:30px 26px}.intro-copy{padding:26px 0}.intro-copy h1{font-size:1.6rem}.intro-foot{display:none}}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem;margin:0 0 1rem;display:grid}.detail-grid dt{color:var(--muted);margin:0 0 .15rem;font-size:.8rem}.detail-grid dd{margin:0;font-weight:500}.detail-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.detail-row strong{display:block}.detail-row small{color:var(--muted);font-size:.85rem;display:block}.contact-list,.address-list,.equipment-list{flex-direction:column;gap:8px;display:flex}.contact-item,.address-item,.equipment-item{border:1px solid var(--line);background:#fbfcfe;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.contact-item-body,.address-item-body,.equipment-item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.contact-item-body strong,.address-item-body strong,.equipment-item-body strong{font-size:.92rem;font-weight:600}.contact-item-body small,.address-item-body small,.equipment-item-body small{color:var(--muted);font-size:.82rem;display:block}.contact-item-actions,.address-item-actions,.equipment-item-actions{flex:none;align-items:center;gap:4px;display:flex}.detail-section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.detail-section-head h2{margin:0;font-size:1rem;font-weight:700}.detail-section-body{padding:16px}.detail-header-actions{align-items:center;gap:12px;display:flex}.detail-empty{color:var(--muted);margin:0;font-size:.88rem}.contact-item-body strong,.address-item-body strong,.equipment-item-body strong{align-items:center;gap:8px;display:inline-flex}.primary-pill{background:var(--blue-soft);color:var(--blue);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.equipment-item-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.equipment-item-meta,.equipment-item-notes{color:var(--muted);margin:0;font-size:.82rem}.equipment-item-notes{color:var(--text);margin-top:4px}.products-page .page-header{align-items:flex-end}.page-header-actions,.product-row-actions{align-items:center;gap:8px;display:flex}.products-toolbar{flex-wrap:wrap}.products-toolbar .search-box{flex:1;min-width:min(100%,340px)}.products-table .product-reference{color:#264d91;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;font-weight:700}.products-page .table-wrap{overflow-x:auto}.products-table{min-width:1040px}.products-table th.col-category{width:210px}.products-table th.col-kind,.products-table th.col-status{width:150px}.product-name-cell{flex-direction:column;gap:3px;min-width:240px;display:flex}.product-name-cell small{max-width:420px;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.kind-stock_item{color:#245da8;background:#eaf3ff}.kind-service{color:#6847b8;background:#f1edff}.products-load-error{margin:12px 16px}.master-toolbar{justify-content:space-between;align-items:flex-end}.master-title{margin:0;font-size:1.05rem}.master-lead{max-width:520px;color:var(--muted);margin:4px 0 0;font-size:.82rem}.master-table{min-width:420px}.master-table .master-name{color:var(--text);font-weight:600}.master-table .unit-symbol{color:#264d91;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700}.master-row-actions{align-items:center;gap:8px;display:flex}@media (width<=900px){.products-page .page-header{align-items:stretch}.page-header-actions{flex-wrap:wrap}}.inventory-toolbar{flex-wrap:wrap;align-items:center;gap:12px}.inventory-toolbar .search-box{flex:1;min-width:min(100%,320px)}.inventory-filter{flex-direction:row;align-items:center;gap:8px;font-size:.82rem}.inventory-filter select{width:auto;height:36px}.toggle-chip{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d8e0ec;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.toggle-chip input{width:auto;accent-color:var(--blue);margin:0}.inventory-page .table-wrap{overflow-x:auto}.inventory-table,.movements-table{min-width:880px}.inventory-table .product-reference,.movements-table .product-reference{color:#264d91;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;font-weight:700}.inventory-table .product-name-cell,.movements-table .product-name-cell{flex-direction:column;display:flex}.quantity-cell{color:var(--text);align-items:center;gap:5px;font-weight:700;display:inline-flex}.quantity-cell svg{color:var(--danger)}.quantity-in{color:#1f8a4c;font-weight:700}.quantity-out{color:var(--danger);font-weight:700}.reason-cell{max-width:320px;color:var(--muted);font-size:.85rem}.inventory-table tr.row-warning{background:#fff7ed}.chip-type.movement-adjustment{color:#3730a3;background:#eef2ff}.chip-type.movement-initial,.chip-type.movement-inbound{color:#166534;background:#eef9f1}.chip-type.movement-outbound{color:#991b1b;background:#fdeef0}.chip-type.movement-return{color:#166534;background:#eef9f1}.chip-type.movement-reversal{color:#9a3412;background:#fff7ed}.dialog-current{color:var(--muted);margin:0 0 12px;font-size:.88rem}.dialog-hint{color:var(--muted);margin:4px 0 0;font-size:.82rem}
