.ayuda-light{--ayuda-bg: var(--bg-base);--ayuda-bg-sidebar: var(--bg-surface);--ayuda-bg-card: var(--bg-card);--ayuda-bg-card-hover: var(--bg-card-hover);--ayuda-bg-search: var(--bg-card);--ayuda-bg-callout-info: #eff6ff;--ayuda-bg-callout-warning: #fffbeb;--ayuda-bg-callout-tip: #f0fdf4;--ayuda-border: var(--border);--ayuda-border-active: var(--accent);--ayuda-text: var(--text-primary);--ayuda-text-secondary: var(--text-secondary);--ayuda-text-muted: var(--text-muted);--ayuda-accent: var(--accent);--ayuda-accent-bg: #eff6ff;--ayuda-step-bg: var(--accent);--ayuda-step-text: var(--text-on-color);--ayuda-shadow: 0 1px 3px rgba(0, 0, 0, .08);--ayuda-shadow-lg: 0 4px 12px rgba(0, 0, 0, .1);--ayuda-badge-default-bg: #fef3c7;--ayuda-badge-default-text: #92400e;--ayuda-badge-operario-bg: #dbeafe;--ayuda-badge-operario-text: #1e40af;--ayuda-badge-todos-bg: #dcfce7;--ayuda-badge-todos-text: #166534;--ayuda-callout-warning-border: var(--yellow);--ayuda-callout-tip-border: var(--green);--ayuda-accent-glow: rgba(59, 130, 246, .4);--ayuda-accent-glow-hover: rgba(59, 130, 246, .5);--ayuda-overlay: rgba(0, 0, 0, .4)}.ayuda-dark{--ayuda-bg: var(--bg-base);--ayuda-bg-sidebar: var(--bg-surface);--ayuda-bg-card: var(--bg-card);--ayuda-bg-card-hover: var(--bg-card-hover);--ayuda-bg-search: var(--bg-card);--ayuda-bg-callout-info: #1e3a5f;--ayuda-bg-callout-warning: #422006;--ayuda-bg-callout-tip: #14532d;--ayuda-border: var(--border);--ayuda-border-active: var(--accent);--ayuda-text: var(--text-primary);--ayuda-text-secondary: var(--text-secondary);--ayuda-text-muted: var(--text-muted);--ayuda-accent: var(--accent);--ayuda-accent-bg: #1e3a5f;--ayuda-step-bg: var(--accent);--ayuda-step-text: #0f172a;--ayuda-shadow: 0 1px 3px rgba(0, 0, 0, .3);--ayuda-shadow-lg: 0 4px 12px rgba(0, 0, 0, .4);--ayuda-badge-default-bg: #422006;--ayuda-badge-default-text: #fbbf24;--ayuda-badge-operario-bg: #1e3a5f;--ayuda-badge-operario-text: #60a5fa;--ayuda-badge-todos-bg: #14532d;--ayuda-badge-todos-text: #4ade80;--ayuda-callout-warning-border: var(--yellow);--ayuda-callout-tip-border: var(--green);--ayuda-accent-glow: rgba(59, 130, 246, .4);--ayuda-accent-glow-hover: rgba(59, 130, 246, .5);--ayuda-overlay: rgba(0, 0, 0, .4)}.ayuda{display:flex;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--ayuda-bg);color:var(--ayuda-text);line-height:1.7}.ayuda-sidebar{width:280px;min-width:280px;background:var(--ayuda-bg-sidebar);border-right:1px solid var(--ayuda-border);display:flex;flex-direction:column;height:100vh;position:sticky;top:0;overflow-y:auto;z-index:20}.ayuda-sidebar-header{padding:1.5rem 1.25rem .75rem;border-bottom:1px solid var(--ayuda-border)}.ayuda-back-link{display:inline-block;font-size:.8rem;color:var(--ayuda-accent);text-decoration:none;margin-bottom:.5rem}.ayuda-back-link:hover{text-decoration:underline}.ayuda-sidebar-title{font-size:1.1rem;font-weight:700;margin:0}.ayuda-search-box{padding:.75rem 1.25rem;position:relative}.ayuda-search-input{width:100%;padding:.5rem 2rem .5rem .75rem;border:1px solid var(--ayuda-border);border-radius:6px;background:var(--ayuda-bg-search);color:var(--ayuda-text);font-size:.85rem;font-family:inherit;outline:none;transition:border-color .15s}.ayuda-search-input:focus{border-color:var(--ayuda-accent)}.ayuda-search-input::placeholder{color:var(--ayuda-text-muted)}.ayuda-search-clear{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--ayuda-text-muted);cursor:pointer;font-size:.85rem;padding:.25rem}.ayuda-search-results{margin:0 1.25rem .5rem;background:var(--ayuda-bg-card);border:1px solid var(--ayuda-border);border-radius:8px;box-shadow:var(--ayuda-shadow-lg);max-height:300px;overflow-y:auto}.ayuda-search-empty{padding:1rem;text-align:center;color:var(--ayuda-text-muted);font-size:.85rem}.ayuda-search-result{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.6rem .75rem;border:none;background:none;color:var(--ayuda-text);text-align:left;cursor:pointer;font-family:inherit;font-size:.85rem;border-bottom:1px solid var(--ayuda-border);transition:background .1s}.ayuda-search-result:last-child{border-bottom:none}.ayuda-search-result:hover{background:var(--ayuda-bg-card-hover)}.ayuda-search-result-icon{font-size:1rem;flex-shrink:0;margin-top:.1rem}.ayuda-search-result-title{font-weight:600;font-size:.85rem}.ayuda-search-result-snippet{font-size:.75rem;color:var(--ayuda-text-muted);margin-top:.15rem;line-height:1.4}.ayuda-nav{flex:1;padding:.5rem 0;overflow-y:auto}.ayuda-nav-group{margin-bottom:.25rem}.ayuda-nav-category{padding:.6rem 1.25rem .3rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ayuda-text-muted);display:flex;align-items:center;gap:.5rem}.ayuda-nav-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4rem 1.25rem;border:none;background:none;color:var(--ayuda-text-secondary);text-align:left;cursor:pointer;font-family:inherit;font-size:.85rem;transition:all .1s;border-left:2px solid transparent}.ayuda-nav-item:hover{color:var(--ayuda-text);background:var(--ayuda-bg-card-hover)}.ayuda-nav-item.active{color:var(--ayuda-accent);background:var(--ayuda-accent-bg);border-left-color:var(--ayuda-accent);font-weight:600}.ayuda-nav-icon{font-size:.9rem;flex-shrink:0}.ayuda-role-badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:var(--ayuda-badge-default-bg);color:var(--ayuda-badge-default-text)}.ayuda-dark .ayuda-role-badge{background:var(--ayuda-badge-default-bg);color:var(--ayuda-badge-default-text)}.ayuda-role-badge.small{font-size:.6rem;padding:.05rem .4rem}.ayuda-role-badge.inline{margin-top:.25rem}.ayuda-role-badge.inline.operario,.ayuda-role-badge.small.operario,.ayuda-dark .ayuda-role-badge.inline.operario,.ayuda-dark .ayuda-role-badge.small.operario{background:var(--ayuda-badge-operario-bg);color:var(--ayuda-badge-operario-text)}.ayuda-role-badge.inline.admin{background:var(--ayuda-badge-default-bg);color:var(--ayuda-badge-default-text)}.ayuda-role-badge.inline.todos,.ayuda-dark .ayuda-role-badge.inline.todos{background:var(--ayuda-badge-todos-bg);color:var(--ayuda-badge-todos-text)}.ayuda-sidebar-footer{padding:.75rem 1.25rem;border-top:1px solid var(--ayuda-border)}.ayuda-theme-toggle{width:100%;padding:.4rem .75rem;border:1px solid var(--ayuda-border);border-radius:6px;background:var(--ayuda-bg-card);color:var(--ayuda-text-secondary);font-size:.8rem;font-family:inherit;cursor:pointer;transition:all .15s}.ayuda-theme-toggle:hover{background:var(--ayuda-bg-card-hover);color:var(--ayuda-text)}.ayuda-sidebar-toggle{display:none;position:fixed;top:.75rem;left:.75rem;z-index:30;width:40px;height:40px;border:1px solid var(--ayuda-border);border-radius:8px;background:var(--ayuda-bg-card);color:var(--ayuda-text);font-size:1.1rem;cursor:pointer;box-shadow:var(--ayuda-shadow)}.ayuda-overlay{display:none}.ayuda-main{flex:1;min-width:0;padding:2rem 3rem;max-width:800px;margin:0 auto}.ayuda-home-hero{text-align:center;padding:2rem 0 2.5rem}.ayuda-home-hero h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.ayuda-home-hero p{color:var(--ayuda-text-secondary);font-size:1.05rem}.ayuda-home-grid{display:flex;flex-direction:column;gap:2rem}.ayuda-home-category h2{font-size:.95rem;font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.ayuda-home-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.ayuda-home-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--ayuda-border);border-radius:10px;background:var(--ayuda-bg-card);color:var(--ayuda-text);text-align:left;cursor:pointer;font-family:inherit;transition:all .15s;box-shadow:var(--ayuda-shadow);position:relative}.ayuda-home-card:hover{border-color:var(--ayuda-accent);background:var(--ayuda-bg-card-hover);box-shadow:var(--ayuda-shadow-lg);transform:translateY(-1px)}.ayuda-home-card-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.ayuda-home-card-title{font-weight:600;font-size:.9rem}.ayuda-home-card-subtitle{font-size:.8rem;color:var(--ayuda-text-secondary);margin-top:.15rem}.ayuda-home-card .ayuda-role-badge.small{position:absolute;top:.5rem;right:.5rem}.ayuda-article{max-width:100%}.ayuda-article-header{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--ayuda-border);margin-bottom:2rem}.ayuda-article-icon{font-size:2.5rem;flex-shrink:0}.ayuda-article-header h1{font-size:1.75rem;font-weight:800;margin:0;line-height:1.2}.ayuda-article-subtitle{color:var(--ayuda-text-secondary);margin:.25rem 0 .5rem;font-size:1rem}.ayuda-article-body h2{font-size:1.15rem;font-weight:700;margin:2rem 0 .75rem;padding-top:.5rem}.ayuda-article-body h2:first-child{margin-top:0}.ayuda-article-body p{margin-bottom:1rem;color:var(--ayuda-text)}.ayuda-article-body ul,.ayuda-article-body ol{margin:0 0 1rem;padding-left:1.25rem}.ayuda-article-body li{margin-bottom:.5rem;color:var(--ayuda-text)}.ayuda-article-body li strong{color:var(--ayuda-text)}.ayuda-steps{list-style:none;padding-left:0;counter-reset:none}.ayuda-step{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;background:var(--ayuda-bg-card);border:1px solid var(--ayuda-border);border-radius:8px}.ayuda-step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:50%;background:var(--ayuda-step-bg);color:var(--ayuda-step-text);font-size:.8rem;font-weight:700}.ayuda-callout{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;margin:1rem 0;border-left:3px solid}.ayuda-callout.info{background:var(--ayuda-bg-callout-info);border-left-color:var(--ayuda-accent)}.ayuda-callout.warning{background:var(--ayuda-bg-callout-warning);border-left-color:var(--ayuda-callout-warning-border)}.ayuda-callout.tip{background:var(--ayuda-bg-callout-tip);border-left-color:var(--ayuda-callout-tip-border)}.ayuda-callout-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.ayuda-callout p{margin:0;font-size:.9rem}.ayuda-article-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--ayuda-border)}.ayuda-nav-btn{display:flex;flex-direction:column;padding:.75rem 1rem;border:1px solid var(--ayuda-border);border-radius:8px;background:var(--ayuda-bg-card);color:var(--ayuda-text);cursor:pointer;font-family:inherit;transition:all .15s;min-width:0;max-width:48%}.ayuda-nav-btn:hover{border-color:var(--ayuda-accent);background:var(--ayuda-bg-card-hover)}.ayuda-nav-btn.next{align-items:flex-end;text-align:right;margin-left:auto}.ayuda-nav-btn-label{font-size:.75rem;color:var(--ayuda-accent);font-weight:600}.ayuda-nav-btn-title{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ayuda-not-found{text-align:center;padding:4rem 2rem}.ayuda-not-found h2{margin-bottom:.5rem}.ayuda-btn{display:inline-block;margin-top:1rem;padding:.5rem 1.25rem;background:var(--ayuda-accent);color:var(--ayuda-step-text);border:none;border-radius:6px;font-family:inherit;font-size:.9rem;cursor:pointer}.help-floating-btn{position:fixed;bottom:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:var(--ayuda-step-bg);color:var(--ayuda-step-text);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;text-decoration:none;box-shadow:0 4px 12px var(--ayuda-accent-glow);transition:transform .15s,box-shadow .15s;z-index:50;font-family:Inter,system-ui,sans-serif}.help-floating-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px var(--ayuda-accent-glow-hover)}@media (max-width: 768px){.ayuda-sidebar{position:fixed;left:-300px;top:0;height:100vh;transition:left .25s ease;box-shadow:none}.ayuda-sidebar.open{left:0;box-shadow:var(--ayuda-shadow-lg)}.ayuda-sidebar-toggle{display:flex;align-items:center;justify-content:center}.ayuda-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--ayuda-overlay);z-index:15}.ayuda-main{padding:3.5rem 1.25rem 1.5rem}.ayuda-home-cards{grid-template-columns:1fr}.ayuda-article-header{flex-direction:column;gap:.5rem}.ayuda-article-icon{font-size:2rem}.ayuda-article-header h1{font-size:1.4rem}.ayuda-article-nav{flex-direction:column}.ayuda-nav-btn{max-width:100%}.ayuda-nav-btn.next{align-items:flex-start;text-align:left}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg-base: #0a0e1a;--bg-surface: #111827;--bg-card: #1a2235;--bg-card-hover: #1f2a40;--border: #2a3550;--accent: #3b82f6;--accent-glow: rgba(59, 130, 246, .15);--accent-subtle: rgba(59, 130, 246, .07);--accent-border: rgba(59, 130, 246, .35);--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #4b5563;--green: #10b981;--yellow: #f59e0b;--orange: #f97316;--purple: #8b5cf6;--red: #ef4444;--overlay-modal: rgba(0, 0, 0, .6);--overlay-scrim: rgba(0, 0, 0, .7);--surface-subtle: rgba(255, 255, 255, .04);--on-surface-subtle-border: rgba(255, 255, 255, .15);--on-surface-subtle-text: rgba(255, 255, 255, .4);--warning-text: #f59e0b;--brand-accent: #ff1430;--brand-accent-glow: rgba(255, 20, 48, .15);--toggle-active: #10b981;--toggle-knob: #ffffff;--section-fallback: #6b7280;--text-on-color: #ffffff;--chart-transitions: #10b981;--chart-visits: #8b5cf6;--whatsapp-read: #25d366;--section-recepcion: #3b82f6;--section-lavado: #06b6d4;--section-taller: #f97316;--section-deposito: #8b5cf6;--section-terminado: #10b981;--section-retirado: #6b7280}[data-theme=light]{--bg-base: #e3e6eb;--bg-surface: #ecf0f4;--bg-card: #f6f8fb;--bg-card-hover: #dde2e8;--border: #c1c8d2;--accent: #3a536e;--accent-glow: rgba(58, 83, 110, .15);--accent-subtle: rgba(58, 83, 110, .06);--accent-border: rgba(58, 83, 110, .32);--text-primary: #1a2331;--text-secondary: #4a5568;--text-muted: #8a93a3;--green: #15803d;--yellow: #a16207;--orange: #c2410c;--purple: #7e22ce;--red: #be123c;--overlay-modal: rgba(15, 23, 35, .45);--overlay-scrim: rgba(15, 23, 35, .55);--surface-subtle: rgba(15, 23, 35, .04);--on-surface-subtle-border: rgba(15, 23, 35, .18);--on-surface-subtle-text: rgba(15, 23, 35, .55);--warning-text: #a16207;--brand-accent: #ff1430;--brand-accent-glow: rgba(255, 20, 48, .15);--toggle-active: #15803d;--toggle-knob: #ffffff;--section-fallback: #8a93a3;--text-on-color: #ffffff;--chart-transitions: #15803d;--chart-visits: #7e22ce;--whatsapp-read: #25d366;--section-recepcion: #3a536e;--section-lavado: #0e7490;--section-taller: #c2410c;--section-deposito: #7e22ce;--section-terminado: #15803d;--section-retirado: #6b7280}[data-theme=light][data-mode=rosso]{--accent: #ff1430;--accent-glow: rgba(255, 20, 48, .18);--accent-subtle: rgba(255, 20, 48, .07);--accent-border: rgba(255, 20, 48, .35);--section-recepcion: #ff1430;--toggle-active: #ff1430;--brand-accent-glow: rgba(255, 20, 48, .22)}[data-theme=dark][data-mode=rosso]{--accent: #ff1430;--accent-glow: rgba(255, 20, 48, .22);--accent-subtle: rgba(255, 20, 48, .08);--accent-border: rgba(255, 20, 48, .4);--section-recepcion: #ff1430;--toggle-active: #ff1430;--brand-accent-glow: rgba(255, 20, 48, .25)}body{font-family:Inter,system-ui,sans-serif;background-color:var(--bg-base);color:var(--text-primary);min-height:100vh;line-height:1.5}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-surface);border-bottom:1px solid var(--border)}.header-logo{display:flex;align-items:center;gap:.75rem}.header-logo-icon{width:36px;height:36px;border-radius:8px;object-fit:contain}.header-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.header-subtitle{font-size:.75rem;color:var(--text-secondary);font-weight:400}.header-brand-name{font-size:1.15rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-primary)}.header-brand-divider{color:var(--text-muted);font-size:1.1rem;font-weight:300;line-height:1;opacity:.7}.header-brand-fiat{display:inline-flex;align-items:center;font-size:1.15rem;line-height:1}.header-brand-slash{display:inline-block;width:.2em;height:1em;background:currentColor;transform:skew(-24deg);margin-right:.12em;vertical-align:middle}.header-brand-slash--g{background:#009246}.header-brand-slash--w{background:#f1f5f9}.header-brand-slash--r{background:#ce2b37}.header-brand-fiat-name{color:var(--text-primary);font-weight:700;font-size:1em;text-transform:uppercase;letter-spacing:.07em;line-height:1;margin-left:.6em}.header-right{display:flex;align-items:center;gap:1rem}.header-status{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}.dev-menu{position:relative}.dev-menu-trigger{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:background .15s,border-color .15s}.dev-menu-trigger:hover{background:var(--bg-card-hover);border-color:var(--accent)}.dev-menu-badge{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 1.5s infinite}.dev-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:.75rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 8px 24px #0006}.dev-menu-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding-bottom:.25rem}.dev-menu-section{display:flex;flex-direction:column;gap:.35rem}.dev-menu-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.dev-menu-btn{text-decoration:none;width:100%;padding:.5rem .75rem;border-radius:7px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:.85rem;font-weight:500;cursor:pointer;text-align:left;transition:background .12s,border-color .12s}.dev-menu-btn:hover{background:var(--bg-card-hover)}.dev-menu-btn.green{border-color:var(--green);color:var(--green)}.dev-menu-btn.green:hover{background:#10b9811a}.dev-menu-btn.red{border-color:var(--red);color:var(--red)}.dev-menu-btn.red:hover{background:#ef44441a}.dev-menu-btn.danger{border-color:var(--orange);color:var(--orange)}.dev-menu-btn.danger:hover{background:#f973161a}.dev-menu-divider{height:1px;background:var(--border);margin:.15rem 0}.dev-menu-entry-form{display:flex;flex-direction:column;gap:.35rem}.dev-menu-entry-input{width:100%;background:var(--bg-base);border:1px solid var(--border);border-radius:7px;color:var(--text-primary);font-family:inherit;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem;outline:none;transition:border-color .15s}.dev-menu-entry-input:focus{border-color:var(--accent)}.dev-menu-entry-input::placeholder{text-transform:none;font-weight:400;letter-spacing:normal;color:var(--text-muted)}.dev-menu-entry-btn{width:100%;padding:.45rem .75rem;border-radius:7px;border:1px solid var(--green);background:transparent;color:var(--green);font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .12s}.dev-menu-entry-btn:hover{background:#10b9811a}.dev-menu-entry-btn:disabled{opacity:.4;cursor:not-allowed}.dev-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.admin-prompt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300}.admin-prompt{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:301;background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem;width:300px;box-shadow:0 16px 48px #00000080}.admin-prompt-title{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;text-align:center}.admin-prompt-input{width:100%;background:var(--bg-base);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.6rem .75rem;outline:none;text-align:center;letter-spacing:.15em;transition:border-color .15s}.admin-prompt-input:focus{border-color:var(--accent)}.admin-prompt-error{color:var(--red);font-size:.78rem;text-align:center;margin-top:.5rem}.admin-prompt-actions{display:flex;gap:.5rem;margin-top:1rem}.admin-prompt-cancel,.admin-prompt-submit{flex:1;padding:.55rem;border-radius:8px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.admin-prompt-cancel{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.admin-prompt-cancel:hover{border-color:var(--text-muted)}.admin-prompt-submit{background:var(--accent);border:none;color:#fff}.admin-prompt-submit:hover{opacity:.88}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.status-dot.disconnected{background:var(--orange);animation:none}.main{flex:1;min-height:0;display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem;width:100%;overflow:hidden}.dashboard-stats{margin-bottom:0!important;flex-shrink:0}.manual-entry-card{cursor:pointer;display:flex;flex-direction:column;gap:.2rem;transition:border-color .15s,background .15s;margin-bottom:0}.manual-entry-card:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,var(--bg-card))}.manual-entry-card-label{font-size:1rem;font-weight:600;color:var(--accent)}.manual-entry-card-hint{font-size:.78rem;color:var(--text-secondary)}.manual-entry-modal{max-width:420px;width:90vw}.manual-entry-found-banner{display:flex;align-items:flex-start;gap:.6rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.35);border-radius:8px;padding:.7rem .875rem;margin-bottom:.25rem}.manual-entry-found-icon{color:var(--yellow);font-size:1rem;line-height:1.5;flex-shrink:0}.manual-entry-found-text{display:flex;flex-direction:column;gap:.15rem;font-size:.85rem;color:var(--text-primary);line-height:1.45}.manual-entry-found-text strong{color:var(--yellow);font-weight:600}.manual-entry-found-hint{color:var(--text-secondary);font-size:.78rem;margin-top:.1rem}.manual-entry-checking{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.manual-entry-review-banner{background:var(--accent-glow);border:1px solid var(--accent-border);border-radius:8px;padding:.75rem .875rem;margin-bottom:.25rem;display:flex;flex-direction:column;gap:.65rem}.manual-entry-review-content{display:flex;gap:.65rem;align-items:flex-start}.manual-entry-review-snapshot{width:80px;height:54px;object-fit:cover;border-radius:5px;flex-shrink:0;border:1px solid var(--border)}.manual-entry-review-text{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem;color:var(--text-primary);line-height:1.4}.manual-entry-review-text strong{color:var(--accent);font-weight:600}.manual-entry-review-time{font-size:.78rem;color:var(--text-secondary)}.manual-entry-review-vehicle{font-size:.8rem;color:var(--text-secondary)}.manual-entry-review-actions{display:flex;flex-direction:column;gap:.4rem}.manual-entry-review-promote{background:var(--accent);border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;transition:opacity .15s;width:100%}.manual-entry-review-promote:hover{opacity:.9}.manual-entry-review-promote:disabled{opacity:.5;cursor:not-allowed}.manual-entry-review-dismiss{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .15s;width:100%}.manual-entry-review-dismiss:hover{background:var(--bg-card-hover)}.manual-entry-review-dismiss:disabled{opacity:.5;cursor:not-allowed}.vmodal-edit-save--acknowledge{background:var(--yellow);color:#1a2235}.dashboard-left-col{display:flex;flex-direction:column;gap:1rem;min-height:0;min-width:0;overflow:hidden;position:relative}.dashboard-right-col{display:flex;flex-direction:column;gap:1rem;min-height:0;min-width:0;position:relative}.dashboard-content{display:grid;grid-template-columns:400px minmax(0,1fr);grid-template-rows:1fr;gap:1.25rem;flex:1;min-height:0;overflow:hidden}.dashboard-content--left-collapsed{grid-template-columns:36px minmax(0,1fr)}.dashboard-content--layout-b{grid-template-columns:400px minmax(0,1fr)}.dashboard-content--layout-b.dashboard-content--left-collapsed{grid-template-columns:36px minmax(0,1fr)}.layout-b-center{display:flex;flex-direction:column;gap:.85rem;min-height:0;flex:1}.flow-rail{display:flex;align-items:center;gap:.2rem;padding:.55rem .85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex-shrink:0;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.flow-rail::-webkit-scrollbar{display:none}.flow-rail-node{display:flex;align-items:center;gap:.35rem;padding:.2rem .45rem;border-radius:6px;cursor:pointer;transition:background .12s,opacity .2s ease;flex-shrink:0;-webkit-user-select:none;user-select:none}.flow-rail-node:hover{background:var(--bg-surface)}.flow-rail-node:active{transform:scale(.95)}.flow-rail-node--hidden{opacity:.3}.flow-rail-node--hidden:hover{opacity:.55}.flow-rail-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.flow-rail-node--occupied .flow-rail-label{color:var(--text-primary)}.flow-rail-count{font-size:.65rem;font-weight:700;padding:.1rem .38rem;border-radius:10px;background:var(--bg-surface);color:var(--text-muted);min-width:1.3rem;text-align:center;transition:background .2s,color .2s}.flow-rail-arrow{font-size:.65rem;color:var(--border);flex-shrink:0;padding:0 .05rem;-webkit-user-select:none;user-select:none}.flow-rail-divider{width:1px;height:18px;background:var(--border);margin:0 .7rem;flex-shrink:0}.occupied-sections{flex:1;min-height:0;overflow-y:auto}@keyframes section-card-in{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes section-card-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.97)}}.section-anim-enter{animation:section-card-in .28s ease-out both}.section-anim-exit{animation:section-card-out .26s ease-in both;pointer-events:none}.occupied-sections-grid{display:grid;gap:.85rem;align-content:start}.occupied-sections-grid--1col{grid-template-columns:minmax(0,1fr)}.occupied-sections-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}.occupied-sections-grid--3col{grid-template-columns:repeat(3,minmax(0,1fr))}.occupied-sections-empty{height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.85rem;font-style:italic}.dashboard-content--layout-c{grid-template-columns:400px minmax(0,1fr)}.dashboard-content--layout-c.dashboard-content--left-collapsed{grid-template-columns:36px minmax(0,1fr)}.layout-c-center{display:flex;flex-direction:column;min-height:0;flex:1}.zone-map{display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0}.zone-lane{display:flex;gap:.85rem;flex:1 1 0;min-height:0;transition:flex-basis .25s ease}.zone-lane>.zone{flex:1 1 0;min-width:0}.zone-lane--collapsed{flex:0 0 auto}.zone-lane--collapsed>.zone{min-height:56px}.zone{display:flex;flex-direction:column;gap:.55rem;padding:.7rem .85rem .85rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-card);min-height:80px;overflow-y:auto;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease}.zone--occupied{border-color:var(--zone-color-hex, var(--accent));background:color-mix(in srgb,var(--zone-color-hex, var(--accent)) 6%,var(--bg-card));box-shadow:0 0 18px color-mix(in srgb,var(--zone-color-hex, var(--accent)) 25%,transparent),inset 0 0 8px color-mix(in srgb,var(--zone-color-hex, var(--accent)) 8%,transparent)}.zone--drop-active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow),0 0 18px var(--accent-glow)}.zone-label{display:flex;align-items:center;gap:.45rem;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);flex-shrink:0}.zone--occupied .zone-label{color:var(--zone-color-hex, var(--accent))}.zone-label-count{font-size:.58rem;font-weight:700;padding:.05rem .4rem;border-radius:999px;background:color-mix(in srgb,var(--zone-color-hex, var(--accent)) 18%,transparent);color:var(--zone-color-hex, var(--accent));letter-spacing:.04em}.zone-chips{display:flex;flex-wrap:wrap;gap:.4rem;align-content:flex-start}.zone-chip{font-size:.78rem;font-weight:700;letter-spacing:.05em;padding:.25rem .55rem;border-radius:5px;background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);cursor:grab;font-family:inherit;transition:border-color .12s,background .12s,transform .12s;white-space:nowrap;-webkit-user-select:none;user-select:none}.zone-chip:hover{border-color:var(--zone-chip-accent, var(--accent));background:color-mix(in srgb,var(--zone-chip-accent, var(--accent)) 10%,var(--bg-surface))}.zone-chip:active{cursor:grabbing;transform:scale(.97)}.dnd-drag-preview.zone-chip{cursor:grabbing;box-shadow:0 6px 20px #00000073}@media (max-width: 720px){.zone-lane{flex-direction:column}}.layout-switch-link{font-size:.68rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted);text-decoration:none;padding:.2rem .45rem;border-radius:5px;border:1px solid var(--border);transition:color .12s,border-color .12s}.layout-switch-link:hover{color:var(--text-primary);border-color:var(--text-secondary)}.side-col-collapse-btn{width:24px;height:24px;border-radius:6px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-size:.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s,color .12s,border-color .12s}.side-col-collapse-btn:hover{background:var(--bg-card-hover);color:var(--accent);border-color:var(--accent)}.side-col-rail{display:flex;flex-direction:column;align-items:center;padding:.5rem 0;gap:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;min-height:80px}.side-col-rail-btn{width:24px;height:28px;border-radius:6px;background:transparent;border:1px solid transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .12s,color .12s,border-color .12s}.side-col-rail-btn:hover{background:var(--bg-card-hover);color:var(--accent);border-color:var(--border)}.side-col-rail-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);white-space:nowrap}.side-col-rail-badge{background:var(--orange);color:#fff;font-size:.62rem;font-weight:700;padding:.1rem .35rem;border-radius:10px;min-width:1rem;text-align:center}.ingresso-panel{display:flex;flex-direction:column;gap:.75rem;overflow:hidden;min-height:0;flex:1;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:12px;padding:.75rem}.ingresso-panel-scroll{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;margin-right:-.5rem;padding-right:.4rem}.ingresso-panel-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-shrink:0}.ingresso-latest{background:var(--bg-surface, var(--bg-card));border:1px solid var(--accent);border-radius:8px;padding:.55rem .75rem;display:flex;align-items:center;gap:.65rem;cursor:pointer;flex-shrink:0;transition:background .12s}.ingresso-latest:hover{background:color-mix(in srgb,var(--accent) 10%,var(--bg-card))}.ingresso-panel-header-left{display:flex;align-items:center;gap:.5rem}.ingresso-panel-header-actions{display:flex;align-items:center;gap:.35rem}.ingresso-manual-btn{font-size:.68rem;font-weight:600;color:var(--text-secondary);background:transparent;border:none;padding:.15rem .35rem;cursor:pointer;border-radius:4px;transition:color .12s,background .12s;white-space:nowrap}.ingresso-manual-btn:hover{color:var(--accent);background:var(--bg-card-hover)}.ingresso-panel-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.ingresso-panel-count{background:var(--green);color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:10px}.ingresso-latest{background:var(--bg-surface);border:1px solid var(--accent);border-radius:8px;padding:.55rem .75rem;display:flex;align-items:center;gap:.65rem;cursor:pointer;flex-shrink:0;transition:background .12s}.ingresso-latest:hover{background:color-mix(in srgb,var(--accent) 10%,var(--bg-surface))}.ingresso-latest-plate{font-size:.95rem;font-weight:800;letter-spacing:.05em;color:var(--text-primary);flex-shrink:0}.ingresso-latest-sub{flex:1;font-size:.68rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ingresso-latest-dir{font-size:.9rem;color:var(--accent);font-weight:700;flex-shrink:0}.ingresso-panel-section{display:flex;flex-direction:column;gap:.5rem}.ingresso-panel-section-title{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.1rem 0}.ingresso-panel-section-title--clickable{background:none;border:none;width:100%;cursor:pointer;gap:.4rem;padding:.2rem 0;font-family:inherit;text-align:left;transition:color .14s ease}.ingresso-panel-section-title--clickable:hover{color:var(--text-secondary)}.ingresso-panel-section-chevron{display:inline-block;width:.8rem;font-size:.6rem;color:var(--text-muted);flex-shrink:0}.ingresso-panel-section-title--clickable .ingresso-panel-section-count{margin-left:auto}.ingresso-panel-section-count{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-size:.62rem;font-weight:700;padding:.1rem .35rem;border-radius:10px}.ingresso-panel-empty{font-size:.78rem;color:var(--text-muted);padding:.25rem 0}.ingresso-panel-empty--full{padding:1.5rem 0;text-align:center}.detection-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--green);border-radius:8px;padding:.65rem .75rem;cursor:pointer;display:flex;flex-direction:column;gap:.35rem;transition:background .12s,border-color .12s}.detection-card:hover{background:var(--bg-card-hover)}.detection-card-plate-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.detection-card-plate-text{font-size:.95rem;font-weight:700;font-family:monospace;color:var(--text-primary);letter-spacing:.04em}.detection-card-badge{font-size:.6rem;font-weight:700;padding:.15rem .4rem;border-radius:6px;text-transform:uppercase;letter-spacing:.04em}.detection-card-badge--invalid{background:var(--orange);color:#fff}.detection-card-badge--blacklist{color:#fff}.detection-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.detection-card-vehicle{font-size:.72rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detection-card-time{font-size:.7rem;color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.detection-card-snapshot{width:100%;max-height:120px;object-fit:cover;border-radius:6px;background:var(--bg-base)}.detection-card-note{font-size:.7rem;color:var(--text-muted);font-style:italic;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.detection-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem 1.6rem .4rem .55rem;border:1px solid var(--border);border-left:3px solid transparent;border-radius:8px;gap:.4rem;cursor:grab;position:relative;background-color:var(--bg-card);content-visibility:auto;contain-intrinsic-size:auto 36px;background-image:linear-gradient(180deg,#ffffff0d,#ffffff01 45%,#0000000d);box-shadow:inset 0 1.5px #ffffff17,inset 0 -1.5px #0000003d,0 2px 3px #0000004d;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),background-color .16s ease}.detection-row:hover{background-color:var(--bg-card-hover);transform:translateY(-2px);box-shadow:inset 0 2px #ffffff24,inset 0 -2px #0000004d,0 6px 16px -4px #0000008c,0 2px 5px #0000004d}.detection-row:active{transform:translateY(-1px);transition-duration:80ms}@media (prefers-reduced-motion: reduce){.detection-row{transition:background-color .14s ease}.detection-row:hover,.detection-row:active{transform:none}}[data-theme=light] .detection-row,.theme-light .detection-row{background-image:linear-gradient(180deg,#ffffffb3,#ffffff26 45%,#0f172a08);box-shadow:inset 0 1.5px #fffffff2,inset 0 -1.5px #0f172a1a,0 2px 3px #0f172a24}[data-theme=light] .detection-row:hover,.theme-light .detection-row:hover{box-shadow:inset 0 2px #fffffff2,inset 0 -2px #0f172a24,0 6px 16px -4px #0f172a38,0 2px 5px #0f172a1a}.detection-row-left{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0;position:relative;z-index:1}.detection-row-plate{font-size:.78rem;font-weight:600;font-family:monospace;letter-spacing:.03em;flex-shrink:0}.detection-row-model{font-size:.68rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detection-row-right{display:flex;align-items:center;gap:.3rem;flex-shrink:0;position:relative;z-index:1}.detection-row-time{font-size:.65rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.detection-row-badge{font-size:.55rem;font-weight:700;padding:.1rem .3rem;border-radius:2px;text-transform:uppercase;letter-spacing:.04em;line-height:1.4}.detection-row-badge--invalid{background:var(--orange);color:#fff}.detection-row-badge--blacklist{color:#fff}.detection-row-glass-zone{position:absolute;top:1px;right:1px;bottom:1px;width:25%;border-top-right-radius:inherit;border-bottom-right-radius:inherit;display:flex;align-items:center;justify-content:flex-end;padding-right:.45rem;cursor:pointer;z-index:2;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.02) 30%,rgba(255,255,255,.06) 100%);backdrop-filter:blur(.5px);-webkit-backdrop-filter:blur(.5px);opacity:0;transition:opacity .28s ease,background .28s ease}.detection-row:hover .detection-row-glass-zone{opacity:1}.detection-row-glass-zone:hover{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 25%,rgba(255,255,255,.11) 100%);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px)}.detection-row-glass-hint{font-size:.95rem;line-height:1;color:var(--text-muted);opacity:0;transform:translate(-3px);transition:opacity .22s ease,transform .22s ease,color .22s ease}.detection-row:hover .detection-row-glass-hint{opacity:.7;transform:translate(0)}.detection-row-glass-zone:hover .detection-row-glass-hint{opacity:1;color:var(--text-secondary);transform:translate(0)}[data-theme=light] .detection-row-glass-zone,.theme-light .detection-row-glass-zone{background:linear-gradient(90deg,transparent 0%,rgba(15,23,42,.02) 30%,rgba(15,23,42,.05) 100%)}[data-theme=light] .detection-row-glass-zone:hover,.theme-light .detection-row-glass-zone:hover{background:linear-gradient(90deg,transparent 0%,rgba(15,23,42,.035) 25%,rgba(15,23,42,.09) 100%)}@keyframes popup-enter{0%{opacity:0;transform:scale(.96) translateY(3px)}to{opacity:1;transform:scale(1) translateY(0)}}.detection-row-popup{position:fixed;width:184px;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 16px #0006;z-index:200;overflow:hidden;animation:popup-enter .11s cubic-bezier(.22,1,.36,1) both}.detection-row-popup-img{width:100%;max-height:110px;object-fit:cover;display:block}.detection-row-popup-meta-list{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .5rem;font-size:.65rem;color:var(--text-secondary)}.detection-row-popup-date{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:.62rem;padding-bottom:.1rem;border-bottom:1px solid var(--border);margin-bottom:.1rem}.detection-row-popup-note{color:var(--text-muted);font-style:italic}@media (prefers-reduced-motion: reduce){.detection-row-popup{animation:none}}.secondary-card-plate{font-size:.72rem;font-weight:700;font-family:monospace;letter-spacing:.04em;color:var(--text-primary);flex-shrink:0}.detection-collapsible{display:flex;flex-direction:column;gap:.5rem}.detection-collapsible-header{display:flex;align-items:center;gap:.35rem;background:transparent;border:none;cursor:pointer;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.1rem 0;text-align:left;transition:color .12s}.detection-collapsible-header:hover{color:var(--text-secondary)}.detection-collapsible-chevron{font-size:.65rem}.detection-collapsible-body{display:flex;flex-direction:column;gap:.5rem}.dim-modal{max-width:440px}.vmodal-subtitle{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.dim-modal-body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.875rem}.dim-plate-zone{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dim-plate-text{font-size:1.1rem;font-weight:700;font-family:monospace;color:var(--text-primary);letter-spacing:.04em}.dim-blacklist-badge{padding:.4rem .75rem;border-radius:8px;font-size:.75rem;font-weight:600;color:#fff}.dim-vehicle-info{font-size:.85rem;color:var(--text-secondary)}.dim-meta{display:flex;gap:1rem;flex-wrap:wrap}.dim-meta-item{display:flex;flex-direction:column;gap:.1rem}.dim-meta-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.dim-meta-value{font-size:.8rem;color:var(--text-secondary)}.dim-snapshot{width:100%;max-height:240px;object-fit:cover;border-radius:8px;background:var(--bg-base)}.dim-note-section{display:flex;flex-direction:column;gap:.5rem}.dim-note-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.dim-note-textarea{width:100%;background:var(--bg-base);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.85rem;padding:.6rem .75rem;resize:vertical;font-family:inherit;line-height:1.5;transition:border-color .12s}.dim-note-textarea:focus{outline:none;border-color:var(--accent)}.dim-note-error{font-size:.75rem;color:var(--red)}.dim-note-actions{display:flex;justify-content:flex-end}.dim-note-save-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .12s}.dim-note-save-btn:disabled{opacity:.45;cursor:default}.dim-note-save-btn:not(:disabled):hover{opacity:.88}.dim-note-readonly{font-size:.85rem;color:var(--text-secondary);line-height:1.5;background:var(--bg-base);border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem}.dim-promote-action{margin-top:.5rem;padding-top:.85rem;border-top:1px solid var(--border)}.dim-promote-btn{width:100%;background:transparent;color:#f97316;border:1px solid color-mix(in srgb,#f97316 35%,var(--border));border-radius:8px;padding:.55rem 1rem;font-size:.82rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s,border-color .15s,transform .12s}.dim-promote-btn:hover{background:color-mix(in srgb,#f97316 10%,transparent);border-color:#f97316}.dim-promote-btn:active{transform:scale(.98)}.shortcuts-modal{max-width:460px;width:92%}.shortcuts-list{display:flex;flex-direction:column;padding:.5rem 1.25rem .85rem}.shortcuts-row{display:flex;align-items:center;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--border)}.shortcuts-row:last-child{border-bottom:none}.shortcuts-keys{display:flex;gap:.3rem;flex-shrink:0;min-width:96px}.shortcuts-key{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;font-weight:600;padding:.18rem .48rem;border-radius:5px;background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);letter-spacing:.04em;min-width:18px;text-align:center}.shortcuts-action{font-size:.85rem;color:var(--text-secondary)}.shortcuts-footer{font-size:.72rem;color:var(--text-muted);padding:.65rem 1.25rem 1rem;border-top:1px solid var(--border);font-style:italic}.ingresso-search-wrapper{position:relative;display:flex;align-items:center;flex-shrink:0}.ingresso-search-icon{position:absolute;left:.55rem;font-size:1rem;color:var(--text-muted);pointer-events:none;line-height:1}.ingresso-search{width:100%;background:var(--bg-base);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.78rem;padding:.45rem 2rem .45rem 1.75rem;font-family:inherit;transition:border-color .12s}.ingresso-search:focus{outline:none;border-color:var(--accent)}.ingresso-search::placeholder{color:var(--text-muted)}.ingresso-search-clear{position:absolute;right:.45rem;background:transparent;border:none;cursor:pointer;font-size:.7rem;color:var(--text-muted);padding:.2rem;line-height:1;transition:color .12s}.ingresso-search-clear:hover{color:var(--text-secondary)}.ingresso-panel-divider{border:none;border-top:1px solid var(--border);margin:.25rem 0;flex-shrink:0}.secondary-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--text-muted);border-radius:8px;padding:.5rem .7rem;cursor:pointer;display:flex;flex-direction:column;gap:.3rem;transition:background .12s}.secondary-card:hover{background:var(--bg-card-hover)}.secondary-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.secondary-card-vehicle{font-size:.72rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secondary-card-vehicle--empty{color:var(--text-muted);font-style:italic}.secondary-card-time{font-size:.7rem;color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.secondary-card-snapshot{width:100%;max-height:90px;object-fit:cover;border-radius:6px;background:var(--bg-base)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.card-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:1rem}.card-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-title-row .card-title{margin-bottom:0}.latest-vehicle{display:flex;flex-direction:column;gap:1rem;container-type:inline-size;container-name:latestVehicle;max-height:65vh;overflow-y:auto;overflow-x:hidden}@container latestVehicle (max-width: 500px){.plate-mercosur-text,.plate-old-text{font-size:2rem}}@container latestVehicle (max-width: 260px){.plate-mercosur-text,.plate-old-text{font-size:1.5rem}}.plate{display:flex;flex-direction:column;align-self:center;border-radius:8px;overflow:hidden;box-shadow:0 0 0 3px #888,0 0 0 5px #555,0 6px 24px #0009;margin:.5rem auto;width:fit-content;max-width:100%}.plate-mercosur{background:#fff;min-width:220px}.plate-mercosur-header{background:#003087;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:3px 8px;position:relative}.plate-mercosur-stars{font-size:.35rem;color:#f0c040;letter-spacing:1px;position:absolute;left:6px;top:50%;transform:translateY(-50%)}.plate-mercosur-country{font-size:.6rem;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase;font-family:Arial,sans-serif}.plate-mercosur-flag{font-size:.75rem;position:absolute;right:6px;top:50%;transform:translateY(-50%)}.plate-mercosur-body{background:#fff;padding:6px 16px 4px;display:flex;align-items:center;justify-content:center}.plate-mercosur-text{font-size:2.6rem;font-weight:900;color:#111;letter-spacing:.08em;font-family:Arial Black,Arial,sans-serif;line-height:1;white-space:nowrap}.plate-mercosur-footer{background:#fff;text-align:center;font-size:.45rem;color:#555;letter-spacing:.15em;padding:2px 0 4px;font-family:Arial,sans-serif;border-top:1px solid #ddd}.plate-old{background:#111;min-width:200px}.plate-old-header{background:#111;display:flex;align-items:center;justify-content:center;padding:3px 8px;border-bottom:1px solid #333}.plate-old-country{font-size:.6rem;font-weight:700;color:#0af;letter-spacing:.2em;text-transform:uppercase;font-family:Arial,sans-serif}.plate-old-body{background:#111;padding:6px 16px 10px;display:flex;align-items:center;justify-content:center}.plate-old-text{font-size:2.6rem;font-weight:900;color:#fff;letter-spacing:.1em;font-family:Arial Black,Arial,sans-serif;line-height:1;white-space:nowrap;text-shadow:0 0 8px rgba(255,255,255,.15)}.vehicle-meta{display:flex;flex-direction:column;gap:.75rem}.meta-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:var(--bg-base);border-radius:8px}.meta-label{font-size:.75rem;color:var(--text-secondary)}.meta-value{font-size:.85rem;font-weight:600;color:var(--text-primary)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.9rem}.empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.4}.empty-logo{width:80px;height:80px;object-fit:contain;margin-bottom:.75rem;opacity:.6;border-radius:12px}.section-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:20px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.section-badge.INGRESO{background:#10b98126;color:var(--green)}.section-badge.LAVADO{background:var(--accent-glow);color:var(--accent)}.section-badge.TALLER{background:#f59e0b26;color:var(--yellow)}.section-badge.DEPOSITO{background:#8b5cf626;color:var(--purple)}.section-badge.TERMINADO{background:#ef444426;color:var(--red)}.sections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-content:start;height:65vh;overflow-y:auto;overflow-x:hidden;padding-right:.4rem;margin-right:-.4rem}.section-column{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;container-type:inline-size}.section-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.section-name{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.section-count{font-size:.75rem;font-weight:600;background:var(--bg-base);color:var(--text-secondary);padding:.15rem .5rem;border-radius:20px}.section-vehicles{padding:.5rem;display:flex;flex-direction:column;gap:.4rem;min-height:80px}.vehicle-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;background:var(--bg-base);border-radius:8px;transition:background .15s}.vehicle-row:hover{background:var(--bg-card-hover)}.vehicle-plate{font-size:.85rem;font-weight:700;letter-spacing:.05em}.vehicle-model{font-size:.72rem;color:var(--text-secondary)}.vehicle-location{font-size:.68rem;color:var(--purple);margin-top:.15rem;font-weight:500}.vehicle-time{font-size:.7rem;color:var(--text-muted);font-variant-numeric:tabular-nums;display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.vehicle-time-date{font-size:.65rem;opacity:.7}.vehicle-row-snapshot,.vehicle-entry-time,.vehicle-wide-label{display:none}.vehicle-datetime{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}@container (min-width: 620px){.vehicle-row{padding:.55rem .75rem;gap:1rem}.vehicle-row-snapshot{display:block;height:56px;width:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;flex-shrink:0;background:var(--bg-base)}.vehicle-row-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.vehicle-plate{flex-shrink:0;min-width:6.5rem;font-size:.9rem}.vehicle-model{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-location{margin-top:0;flex-shrink:0}.vehicle-entry-time{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0;font-size:.68rem;color:var(--text-muted);font-variant-numeric:tabular-nums;padding-left:.75rem;border-left:1px solid var(--border)}.vehicle-time{flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0}.vehicle-wide-label{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.07em;opacity:.5}.vehicle-datetime{flex-direction:row;align-items:baseline;gap:.4rem}.vehicle-time-date{font-size:.7rem;opacity:1}}.section-empty{text-align:center;padding:1.5rem .5rem;color:var(--text-muted);font-size:.78rem}.dnd-drag-preview{opacity:.9;box-shadow:0 6px 20px #00000073;cursor:grabbing;min-width:200px;pointer-events:none}.section-cards-wrapper{min-width:0;container-type:inline-size;container-name:sectionsWrapper;display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0;overflow-y:auto}.section-cards-grid{display:grid;gap:.85rem;align-content:start}.section-cards-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}.section-cards-grid--3col{grid-template-columns:repeat(3,minmax(0,1fr))}@container sectionsWrapper (max-width: 760px){.section-cards-grid--3col{grid-template-columns:repeat(2,minmax(0,1fr))}}@container sectionsWrapper (max-width: 520px){.section-cards-grid--2col,.section-cards-grid--3col,.section-entry-row{grid-template-columns:minmax(0,1fr)}}.section-entry-row{display:grid;grid-template-columns:minmax(0,1fr)}.section-entry-row>.section-card{border-left-width:4px}.section-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;min-width:0;container-type:inline-size}.section-card--empty{opacity:.7}.section-card-header{display:flex;align-items:center;justify-content:space-between;padding:.7rem .85rem;border-left:3px solid;border-bottom:1px solid var(--border)}.section-card-title{display:flex;align-items:center;gap:.5rem}.section-card-name{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.section-card-count{font-size:.7rem;font-weight:700;background:var(--bg-base);color:var(--text-secondary);padding:.1rem .45rem;border-radius:20px;min-width:1.5rem;text-align:center}.section-card-stats{display:flex;gap:.5rem;font-size:.65rem}.section-card-stat{font-weight:600;font-variant-numeric:tabular-nums}.section-card-stat--in{color:var(--green)}.section-card-stat--out{color:var(--orange)}.section-card-empty{padding:1.2rem .85rem;text-align:center;color:var(--text-muted);font-size:.75rem}[data-theme=light] .section-card-empty:before{content:"///";display:inline-block;margin-right:.5rem;color:var(--brand-accent);font-weight:700;letter-spacing:-.05em;opacity:.4;transform:skew(-18deg)}.section-card-body{padding:.4rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;max-height:280px}.section-card-body--expanded{max-height:300px;overflow-y:auto}.section-card-body--expanded::-webkit-scrollbar{width:4px}.section-card-body--expanded::-webkit-scrollbar-track{background:transparent}.section-card-body--expanded::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.section-card-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem .55rem;border-radius:6px;cursor:pointer;transition:background .12s;gap:.5rem}.section-card-row:hover{background:var(--bg-card-hover)}.section-card-row--blacklisted{border:1px solid var(--red);background:#ef444414}.section-card-row--manual,.section-card-row--manual:hover{background:var(--accent-subtle)}.section-manual-icon{font-size:.6rem;color:var(--accent);opacity:.85;flex-shrink:0}.section-card-row-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.section-card-row-right{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.section-card-plate{font-size:.78rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.section-card-model{font-size:.65rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1 1 auto}.section-card-time{font-size:.65rem;color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}@container (max-width: 230px){.section-card-model{display:none}.section-card-stats{font-size:.6rem;gap:.35rem}.section-card-header{padding:.6rem .7rem}.section-card-row{padding:.35rem .45rem;gap:.35rem}.section-card-row-right{gap:.25rem}}@container (max-width: 190px){.section-card-time,.section-card-stats{display:none}}@container (max-width: 160px){.section-card-plate{font-size:.72rem}.section-note-btn{display:none}}.section-card-time--stale{color:var(--warning-text);font-weight:600}.section-card-toggle{padding:.45rem;background:transparent;border:none;border-top:1px solid var(--border);color:var(--accent);font-family:inherit;font-size:.72rem;font-weight:600;cursor:pointer;text-align:center;transition:background .12s}.section-card-toggle:hover{background:var(--accent-subtle)}.loader{display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--text-muted);font-size:.9rem;gap:.5rem}.spinner{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.dashboard-content,.dashboard-content--left-collapsed,.dashboard-content--right-collapsed,.dashboard-content--left-collapsed.dashboard-content--right-collapsed{grid-template-columns:minmax(0,1fr)}.dashboard-left-col,.dashboard-right-col{position:static}.side-col-collapse-btn{display:none}.sections-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.sections-grid{grid-template-columns:1fr}.header,.main{padding:1rem}}.vehicle-snapshot{width:100%;max-height:220px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.vehicle-snapshot--clickable,.vmodal-snapshot-image--clickable{cursor:zoom-in;transition:opacity .15s}.vehicle-snapshot--clickable:hover,.vmodal-snapshot-image--clickable:hover{opacity:.88}.snapshot-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:var(--surface-subtle);border:1px dashed var(--on-surface-subtle-border);border-radius:6px;color:var(--on-surface-subtle-text)}.vehicle-row-snapshot.snapshot-placeholder{height:56px;aspect-ratio:4 / 3;flex-shrink:0}.vehicle-snapshot.snapshot-placeholder{width:100%;min-height:100px;margin-bottom:1rem;border-radius:8px}.vmodal-snapshot-image.snapshot-placeholder{width:100%;min-height:120px}.snapshot-ph-icon{font-size:1.2rem;opacity:.6}.snapshot-ph-text{font-size:.65rem;letter-spacing:.02em}.snapshot-ph-spinner{width:14px;height:14px;border:2px solid var(--on-surface-subtle-border);border-top-color:var(--on-surface-subtle-text);border-radius:50%;animation:spin .8s linear infinite}.snapshot-retry-btn{background:var(--surface-subtle);border:1px solid var(--on-surface-subtle-border);border-radius:4px;color:var(--on-surface-subtle-text);font-size:.65rem;padding:2px 8px;cursor:pointer;transition:background .15s,color .15s}.snapshot-retry-btn:hover{background:var(--bg-card-hover);color:var(--text-secondary)}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000ed;z-index:500;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-image{max-width:95vw;max-height:95vh;object-fit:contain;border-radius:4px;cursor:default;box-shadow:0 8px 40px #0009}.lightbox-video{max-width:95vw;max-height:95vh;border-radius:4px;box-shadow:0 8px 40px #0009}.qr-code-container{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px}.qr-code-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.qr-code-image{width:200px;height:200px;border-radius:8px;background:#fff;padding:4px}.qr-code-hint{font-size:.75rem;color:var(--text-muted)}.qr-print-btn{padding:.4rem 1rem;font-size:.8rem;font-weight:600;color:var(--text-primary);background:var(--bg-base);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.qr-print-btn:hover{background:var(--bg-surface);border-color:var(--accent)}.scan-page{min-height:100vh;background:var(--bg-base);display:flex;flex-direction:column;padding:1.25rem;max-width:480px;margin:0 auto}.scan-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.scan-back{color:var(--accent);text-decoration:none;font-size:.9rem}.scan-title{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.scan-camera-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.scan-camera-container #qr-reader{width:100%;border-radius:12px;overflow:hidden;border:2px solid var(--border)}.scan-hint{font-size:.85rem;color:var(--text-secondary);text-align:center}.scan-loading{text-align:center;color:var(--text-secondary);padding:3rem 0}.scan-vehicle-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.4rem}.scan-plate{font-size:1.5rem;font-weight:800;letter-spacing:.1em;color:var(--text-primary)}.scan-meta{font-size:.9rem;color:var(--text-secondary)}.scan-form{display:flex;flex-direction:column;gap:1rem}.scan-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.25rem;display:block}.scan-sublabel{font-size:.75rem;color:var(--text-muted);display:block;margin-bottom:.4rem}.scan-select{width:100%;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.scan-deposit{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:10px}.scan-location-grid{display:flex;flex-direction:column;gap:.75rem}.scan-btn-group{display:flex;flex-wrap:wrap;gap:.5rem}.scan-btn-option{padding:.5rem .9rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.scan-btn-option.active{background:var(--accent);border-color:var(--accent);color:#fff}.scan-location-preview{font-size:.9rem;font-weight:600;color:var(--green)}.scan-confirm-btn{width:100%;padding:1rem;border-radius:10px;border:none;background:var(--accent);color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;transition:opacity .15s;margin-top:.5rem}.scan-confirm-btn:disabled{opacity:.4;cursor:not-allowed}.scan-success{text-align:center;padding:2rem 1rem 1.5rem;font-size:1.2rem;font-weight:700;color:var(--green)}.scan-next-btn{display:block;width:100%;padding:1rem;border-radius:10px;background:var(--accent);color:#fff;font-size:1.05rem;font-weight:700;text-align:center;text-decoration:none;margin-top:.5rem;transition:opacity .15s}.scan-next-btn:hover{opacity:.85}.scan-error{padding:.75rem 1rem;background:#ef44441a;border:1px solid var(--red);border-radius:8px;color:var(--red);font-size:.9rem}.scan-error--centered{text-align:center;font-size:1.1rem;font-weight:600;padding:2rem 1rem 1.5rem;background:none;border:none}.gps-tracker{margin:1rem 0;padding:1rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-surface)}.gps-tracker--idle{text-align:center}.gps-tracker--active{border-color:var(--green);background:#22c55e0f}.gps-tracker--error{border-color:var(--red);background:#ef44440f;text-align:center}.gps-tracker--stopped{text-align:center;color:var(--text-muted);font-size:.9rem}.gps-indicator{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--green);margin-bottom:.5rem}.gps-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--green);animation:gps-pulse 1.5s ease-in-out infinite}@keyframes gps-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.gps-coords{font-size:.95rem;font-variant-numeric:tabular-nums;color:var(--text-primary);margin-bottom:.25rem}.gps-last-update{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.gps-battery-note{font-size:.78rem;color:var(--text-muted);margin-bottom:.75rem}.gps-idle-note{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.gps-error-msg{color:var(--red);font-size:.9rem;margin-bottom:.75rem}.gps-btn{padding:.75rem 1.25rem;border-radius:8px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s}.gps-btn:hover{opacity:.85}.gps-btn--start{width:100%;background:var(--accent);color:#fff}.gps-btn--stop{background:#ef44441f;color:var(--red);border:1px solid var(--red)}.vmodal-gps-map-zone{height:250px;border-radius:10px;overflow:hidden;margin:0 0 .25rem;border:1px solid var(--border)}.gps-map-container{width:100%;height:100%;position:relative}.gps-map-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--bg-base);color:var(--text-muted);font-size:.9rem;z-index:1000}.gps-last-seen{font-size:.75rem;color:var(--text-muted);text-align:right;padding:.25rem .1rem .4rem}.gps-stale-warning{font-size:.8rem;font-weight:600;color:var(--yellow);background:#f59e0b14;border:1px solid rgba(245,158,11,.3);border-radius:6px;padding:.45rem .75rem;margin:.25rem 0 .4rem;text-align:center}.gps-map-link{display:inline-flex;align-items:center;gap:.3rem;font-weight:600;text-decoration:none;color:var(--accent)}.gps-map-link:hover{text-decoration:underline}.gps-pin-icon{width:1em;height:1em;flex-shrink:0}.gps-accuracy{font-size:.8em;font-weight:400;color:var(--text-muted)}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.help-modal{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:540px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080}.help-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.help-title{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.help-close{background:none;border:none;color:var(--text-secondary);font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s,color .15s}.help-close:hover{background:var(--bg-card-hover);color:var(--text-primary)}.help-body{overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.help-section h3{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.6rem}.help-section p{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.4rem}.help-section ol,.help-section ul{padding-left:1.25rem;display:flex;flex-direction:column;gap:.35rem;margin-bottom:.4rem}.help-section li{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.help-section li strong{color:var(--text-primary)}.help-section em{color:var(--accent);font-style:normal}.vmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto;overscroll-behavior:contain}.vmodal{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:480px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0009;margin:auto}.vmodal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0;border-radius:16px 16px 0 0;background:var(--bg-surface)}.vmodal-title{font-size:1.05rem;font-weight:700;color:var(--text-primary)}.vmodal-close{background:none;border:none;color:var(--text-secondary);font-size:1rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s,color .15s}.vmodal-close:hover{background:var(--bg-card-hover);color:var(--text-primary)}.vmodal-plate-zone{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.5rem .75rem;overflow:visible}.vmodal-snapshot-zone{flex-shrink:0}.vmodal-snapshot-image{width:100%;max-height:240px;object-fit:cover;display:block}.vmodal-qr-zone{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-base)}.vmodal-qr-image{width:180px;height:180px;border-radius:8px;background:#fff;padding:4px;display:block}.vmodal-qr-hint{font-size:.75rem;color:var(--text-muted)}.vmodal-meta-zone{padding:.75rem 1.25rem 1.25rem;border-radius:0 0 16px 16px;background:var(--bg-surface)}.vmodal-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:var(--bg-base);border-radius:8px}.vmodal-summary-info{font-size:.85rem;font-weight:600;color:var(--text-primary)}.vmodal-summary-dot{color:var(--text-muted);font-weight:400}.vmodal-summary-secondary{display:flex;justify-content:space-between;align-items:center;padding:.25rem .75rem}.vmodal-summary-time{font-size:.75rem;color:var(--text-secondary)}.vmodal-reopen-btn-inline{background:none;border:1px solid var(--red, #ef4444);color:var(--red, #ef4444);font-size:.7rem;padding:.2rem .5rem;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.vmodal-reopen-btn-inline:hover:not(:disabled){background:var(--red, #ef4444);color:#fff}.vmodal-reopen-btn-inline:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{0%{display:inline-block;transform:rotate(0)}to{display:inline-block;transform:rotate(360deg)}}.spin-icon{display:inline-block;animation:spin 1s linear infinite}.vmodal-reenrich-loading{font-size:.72rem;color:var(--accent);margin-top:.25rem}.vmodal-reenrich-btn-inline{background:none;border:1px solid var(--accent);color:var(--accent);font-size:.7rem;padding:.2rem .5rem;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.vmodal-reenrich-btn-inline:hover:not(:disabled){background:var(--accent);color:#fff}.vmodal-reenrich-btn-inline:disabled{opacity:.5;cursor:not-allowed}.vmodal-timeline-zone{margin-top:.6rem;border-top:1px solid var(--border);padding-top:.6rem}.vmodal-timeline-title{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;padding-left:.75rem}.vmodal-vtimeline{display:flex;flex-direction:column}.vt-step{display:flex;gap:.6rem}.vt-track{display:flex;flex-direction:column;align-items:center;width:12px;flex-shrink:0;margin-left:.75rem}.vt-node{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px}.vt-line{width:2px;flex:1;background:var(--border);min-height:10px}.vt-info{flex:1;padding-bottom:.35rem}.vt-top{display:flex;justify-content:space-between;align-items:baseline;padding-right:.75rem}.vt-label{font-size:.78rem;font-weight:600}.vt-time{font-size:.7rem;color:var(--text-secondary)}.vt-dwell{font-size:.65rem;color:var(--text-muted);margin-top:.1rem}.vmodal-header-actions{display:flex;align-items:center;gap:.25rem}.vmodal-edit-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s}.vmodal-edit-btn:hover{background:var(--bg-card-hover)}.vmodal-edit-form{display:flex;flex-direction:column;gap:.75rem}.vmodal-edit-field{display:flex;flex-direction:column;gap:.25rem}.vmodal-edit-input{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);padding:.5rem .75rem;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .15s}.vmodal-edit-input:focus{border-color:var(--accent)}.vmodal-edit-input--plate{font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-align:center}.vmodal-edit-error{color:var(--red);font-size:.85rem}.vmodal-edit-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.25rem}.vmodal-edit-cancel{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);padding:.45rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .15s}.vmodal-edit-cancel:hover{background:var(--bg-card-hover)}.vmodal-edit-save{background:var(--accent);border:none;color:#fff;padding:.45rem 1.25rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:opacity .15s}.vmodal-edit-save:hover{opacity:.9}.vmodal-edit-save:disabled,.vmodal-edit-cancel:disabled{opacity:.5;cursor:not-allowed}.vehicle-edit-btn,.vtable-edit-btn{background:none;border:none;font-size:.9rem;cursor:pointer;padding:.2rem .4rem;border-radius:6px;opacity:.5;transition:opacity .15s,background .15s;flex-shrink:0}.vehicle-edit-btn:hover,.vtable-edit-btn:hover{opacity:1;background:var(--bg-card-hover)}.vehicle-row--clickable{cursor:pointer;transition:background .15s}.vehicle-row--clickable:hover{background:var(--bg-card-hover);border-radius:8px}.display-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-base);gap:3vh;overflow:hidden;padding:clamp(4rem,9vh,7rem) clamp(1rem,3vw,3rem) clamp(2rem,6vh,5rem);box-sizing:border-box}.ds-brand{position:absolute;top:clamp(1rem,2.2vh,2rem);left:clamp(1rem,2.2vw,2.5rem);display:flex;align-items:center;gap:clamp(.5rem,1vw,1rem);font-size:clamp(1.6rem,2.8vw,3.2rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;-webkit-user-select:none;user-select:none;opacity:.92;z-index:5}.ds-brand-name{color:var(--text-primary)}.ds-brand-divider{color:var(--text-muted);font-weight:300;font-size:1.2em;line-height:1;opacity:.6}.ds-brand-fiat{display:inline-flex;align-items:center;font-size:1em;line-height:1}.ds-brand-slash{display:inline-block;width:.2em;height:1em;background:currentColor;transform:skew(-24deg);margin-right:.12em;vertical-align:middle}.ds-brand-slash--g{background:#009246}.ds-brand-slash--w{background:#f1f5f9}.ds-brand-slash--r{background:#ce2b37}.ds-brand-fiat-name{color:var(--text-primary);font-weight:700;font-size:1em;letter-spacing:.07em;line-height:1;text-transform:uppercase;margin-left:.6em}.ds-status{position:absolute;top:1.25rem;right:1.5rem;display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary);opacity:.5;transition:opacity .2s ease}.ds-status:hover{opacity:1}.ds-status-sep{color:var(--text-muted)}.ds-dashboard-link{color:var(--text-secondary);text-decoration:none}.ds-dashboard-link:hover{color:var(--accent);text-decoration:underline}.ds-waiting{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:var(--text-secondary);font-size:clamp(1.2rem,2.5vw,2rem)}.ds-waiting-icon{font-size:clamp(4rem,10vw,8rem);opacity:.3}.ds-spinner{width:3rem;height:3rem;border-width:3px}.ds-error{color:var(--red)}.ds-entry{display:flex;flex-direction:column;align-items:center;gap:2.2vh}@keyframes ds-flash{0%{opacity:0;transform:scale(.96)}40%{opacity:1;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.ds-entry--flash{animation:ds-flash .55s ease-out both}.ds-plate-wrapper{display:flex;align-items:center;justify-content:center}.display-screen .plate{border-radius:clamp(8px,1vw,20px);box-shadow:0 0 0 clamp(3px,.5vw,8px) #888,0 0 0 clamp(5px,.9vw,14px) #555,0 12px 60px #000c}.display-screen .plate-mercosur{min-width:clamp(300px,56vw,1200px)}.display-screen .plate-mercosur-header{padding:clamp(3px,1vh,20px) clamp(8px,3vw,60px);gap:clamp(.4rem,1.5vw,3rem)}.display-screen .plate-mercosur-stars{font-size:clamp(.35rem,1vw,2rem);left:clamp(6px,2vw,40px)}.display-screen .plate-mercosur-country{font-size:clamp(.6rem,2vw,4rem);letter-spacing:.1em}.display-screen .plate-mercosur-flag{font-size:clamp(.75rem,2.5vw,5rem);right:clamp(6px,2vw,40px)}.display-screen .plate-mercosur-body{padding:clamp(6px,2vh,40px) clamp(16px,4vw,80px) clamp(4px,1.5vh,28px)}.display-screen .plate-mercosur-text{font-size:clamp(3rem,13vw,16rem);letter-spacing:.08em}.display-screen .plate-mercosur-footer{font-size:clamp(.45rem,1.2vw,2.2rem);padding:clamp(2px,.6vh,12px) 0 clamp(4px,1vh,18px);letter-spacing:.18em}.display-screen .plate-old{min-width:clamp(280px,52vw,1100px)}.display-screen .plate-old-header{padding:clamp(3px,1vh,20px) clamp(8px,3vw,60px);border-bottom-width:clamp(1px,.15vw,3px)}.display-screen .plate-old-country{font-size:clamp(.6rem,2vw,4rem);letter-spacing:.22em}.display-screen .plate-old-body{padding:clamp(6px,2vh,40px) clamp(16px,4vw,80px) clamp(10px,2.5vh,50px)}.display-screen .plate-old-text{font-size:clamp(3rem,13vw,16rem);letter-spacing:.1em}.ds-model{font-size:clamp(1.3rem,3.6vw,4.6rem);font-weight:600;color:var(--text-primary);letter-spacing:.04em;text-align:center;line-height:1.1}.ds-color{font-size:clamp(.9rem,2.3vw,2.8rem);font-weight:400;color:var(--text-secondary);text-align:center;line-height:1.1}.ds-time{font-size:clamp(.9rem,2.3vw,2.8rem);font-weight:400;color:var(--text-secondary);letter-spacing:.06em;font-variant-numeric:tabular-nums;line-height:1.1}.filter-bar{background:var(--bg-surface);border-bottom:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}.filter-bar-shortcuts-hint{align-self:flex-end;display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;font-family:inherit;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.4rem .5rem;cursor:pointer;transition:color .15s}.filter-bar-shortcuts-hint:hover,.filter-bar-shortcuts-hint:hover .filter-bar-shortcuts-icon{color:var(--text-primary)}.filter-bar-shortcuts-icon{font-size:.95rem;line-height:1;color:var(--text-muted);transition:color .15s}.filter-bar-toggle{display:flex;align-items:center;gap:.45rem;width:100%;padding:.3rem 2rem;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;text-align:left;transition:color .15s}.filter-bar-toggle:hover{color:var(--text)}.filter-bar-toggle-label{flex-shrink:0}.filter-bar-active-dot{width:5px;height:5px;border-radius:50%;background:var(--accent, #3b82f6);flex-shrink:0}.filter-bar-toggle-arrow{margin-left:auto;width:24px;height:24px;border-radius:6px;background:var(--bg-card);color:var(--text-secondary);font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:rotate(180deg);transition:background .12s,color .12s,transform .25s ease}.filter-bar--collapsed .filter-bar-toggle-arrow{transform:rotate(0)}.filter-bar-toggle:hover .filter-bar-toggle-arrow{background:var(--bg-card-hover);color:var(--accent)}.filter-bar-body{display:flex;align-items:flex-end;gap:.6rem .75rem;padding:0 2rem .65rem;flex-wrap:wrap;overflow:hidden;max-height:200px;opacity:1;transition:max-height .25s ease,padding .2s ease,opacity .2s ease}.filter-bar:not(.filter-bar--collapsed) .filter-bar-body{overflow:visible;transition:max-height .25s ease,padding .2s ease,opacity .2s ease,overflow 0s linear .25s}.filter-bar--collapsed .filter-bar-body{max-height:0;padding-bottom:0;opacity:0}.filter-field{display:flex;flex-direction:column;gap:.2rem;min-width:110px}.filter-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.filter-select,.filter-input{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-family:inherit;font-size:.8rem;padding:.35rem .55rem;outline:none;transition:border-color .15s}.filter-select:focus,.filter-input:focus{border-color:var(--accent)}.filter-select option{background:var(--bg-card)}.filter-input::placeholder{color:var(--text-muted)}.filter-input--date{color-scheme:dark}.section-dropdown{position:relative}.section-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:.4rem;cursor:pointer;min-width:90px;text-align:left}.section-dropdown-arrow{font-size:.6rem;opacity:.6}.section-dropdown-menu{position:absolute;top:100%;left:0;z-index:100;margin-top:.25rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:.3rem;display:flex;flex-direction:column;gap:.15rem;min-width:140px;box-shadow:0 8px 24px #00000059}.section-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border:none;border-radius:5px;background:transparent;color:var(--text-secondary);font-family:inherit;font-size:.72rem;cursor:pointer;transition:background .1s;text-align:left}.section-dropdown-item:hover{background:var(--bg-card-hover)}.section-dropdown-item--active{color:var(--text-primary)}.section-dropdown-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.filter-clear{background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-family:inherit;font-size:.8rem;padding:.45rem .85rem;cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap;align-self:flex-end}.filter-clear:hover{border-color:var(--red);color:var(--red)}.view-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.view-btn{display:flex;align-items:center;gap:.4rem;background:transparent;border:none;color:var(--text-muted);font-family:inherit;font-size:.78rem;padding:.35rem .7rem;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.view-btn:not(:last-child){border-right:1px solid var(--border)}.view-btn--active{background:var(--bg-base);color:var(--text-primary)}.vtable-wrapper{overflow:auto;max-height:65vh;border:1px solid var(--border);border-radius:10px}.vtable thead tr th{position:sticky;top:0;z-index:1}.vtable-th-count{text-align:right}.vtable{width:100%;border-collapse:collapse;font-size:.82rem}.vtable thead tr{border-bottom:1px solid var(--border)}.vtable th{padding:.6rem 1rem;text-align:left;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);white-space:nowrap;background:var(--bg-card)}.vtable tbody tr+tr{border-top:1px solid var(--border)}.vtable-row{cursor:pointer;transition:background .12s}.vtable-row:hover{background:var(--bg-card-hover)}.vtable td{padding:.55rem 1rem;color:var(--text-primary);vertical-align:middle}.vtable-plate{font-weight:700;letter-spacing:.05em;white-space:nowrap}.vtable-model{color:var(--text-secondary);max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vtable-color{color:var(--text-secondary)}.vtable-time{display:flex;flex-direction:column;gap:.1rem;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text-muted)}.vtable-time-date{font-size:.65rem;opacity:.7}.vtable-count{display:inline-flex;align-items:center;justify-content:center;background:var(--bg-base);color:var(--text-secondary);font-size:.72rem;font-weight:600;padding:.1rem .5rem;border-radius:20px;margin-left:.5rem;vertical-align:middle}.vtable-empty{text-align:center;padding:2rem;color:var(--text-muted);font-size:.82rem}.vehicle-row--blacklisted{border:1px solid var(--red);background:#ef444414}.vehicle-row--blacklisted:hover{background:#ef444424}.blacklisted-badge{background:var(--red);color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.08em;padding:.15rem .5rem;border-radius:4px;text-align:center;margin-bottom:.25rem}.vtable-row--blacklisted{background:#ef44440f}.vtable-row--blacklisted:hover{background:#ef44441f}.blacklisted-badge-inline{display:inline-block;background:var(--red);color:#fff;font-size:.55rem;font-weight:800;letter-spacing:.06em;padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle}.vtable-row--manual,.vtable-row--manual:hover{background:var(--accent-subtle)}.manual-badge-inline{display:inline-block;background:var(--accent-glow);color:var(--accent);border:1px solid var(--accent-border);font-size:.55rem;font-weight:700;letter-spacing:.04em;padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle}.vmodal-title-group{display:flex;align-items:center;gap:.5rem}.ds-entry--blacklisted{position:relative;border:clamp(4px,.6vw,10px) solid var(--red);border-radius:clamp(12px,1.5vw,24px);padding:clamp(16px,3vh,40px) clamp(24px,4vw,60px)}.ds-entry--blacklisted--advertencia{border-color:#f97316}.ds-entry--blacklisted--nota{border-color:#3b82f6}.ds-blacklisted-alert{display:flex;flex-direction:column;align-items:center;gap:.3em;font-weight:900;letter-spacing:.12em;text-transform:uppercase;animation:ds-alarm-pulse .8s ease-in-out infinite alternate}.ds-blacklisted-alert>span:first-child{font-size:clamp(2rem,6vw,8rem)}.ds-blacklisted-reason{font-size:clamp(.9rem,2vw,2.5rem);font-weight:600;letter-spacing:.04em;opacity:.9}.ds-blacklisted-alert--restriccion{color:#ef4444}.ds-blacklisted-alert--advertencia{color:#f97316}.ds-blacklisted-alert--nota{color:#3b82f6}@keyframes ds-alarm-pulse{0%{opacity:1}to{opacity:.5}}.ds-entry--blacklisted:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;border:clamp(4px,.8vw,12px) solid #ef4444;pointer-events:none;z-index:10;animation:ds-border-flash 1s ease-in-out infinite alternate}.ds-entry--blacklisted--advertencia:before{border-color:#f97316}.ds-entry--blacklisted--nota:before{border-color:#3b82f6}@keyframes ds-border-flash{0%{opacity:.6}to{opacity:1}}.vmodal-blacklist-state{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vmodal-blacklist-reason{font-size:.85rem;opacity:.8}.vmodal-reopen-zone{margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.vmodal-reopen-btn{width:100%;padding:.55rem 1rem;border-radius:8px;border:1.5px solid var(--warning-text);background:transparent;color:var(--warning-text);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.vmodal-reopen-btn:hover:not(:disabled){background:#f59e0b;color:#1a1a1a}.vmodal-reopen-btn:disabled{opacity:.5;cursor:not-allowed}.alert-level-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:700;border:1.5px solid currentColor;text-transform:uppercase;letter-spacing:.05em}.alert-level-badge--restriccion{color:#ef4444}.alert-level-badge--advertencia{color:#f97316}.alert-level-badge--nota{color:#3b82f6}.qr-blacklist-alert{display:flex;align-items:center;gap:.5rem;padding:8px 12px;border-radius:8px;border:1.5px solid currentColor;margin-bottom:10px;font-size:.85rem}.qr-blacklist-alert--restriccion{color:var(--red);background:#ef444412}.qr-blacklist-alert--advertencia{color:var(--yellow);background:#f59e0b12}.qr-blacklist-alert--nota{color:var(--green);background:#10b98112}.qr-blacklist-level{font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.qr-blacklist-reason{font-weight:400;opacity:.85}.scan-blacklist-alert{display:flex;align-items:center;gap:.5rem;padding:10px 14px;border-radius:8px;border:1.5px solid currentColor;margin-bottom:12px;font-size:.9rem}.scan-blacklist-alert--restriccion{color:var(--red);background:#ef444412}.scan-blacklist-alert--advertencia{color:var(--yellow);background:#f59e0b12}.scan-blacklist-alert--nota{color:var(--green);background:#10b98112}.scan-blacklist-level{font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.scan-blacklist-reason{font-weight:400;opacity:.85}.bl-page{min-height:100vh;background:var(--bg-base)}.bl-topbar{padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:var(--bg-surface)}.bl-back{color:var(--accent);text-decoration:none;font-size:.85rem;font-weight:500}.bl-back:hover{text-decoration:underline}.bl-content{max-width:640px;margin:0 auto;padding:2rem 1.5rem}.bl-hero{text-align:center;margin-bottom:2rem}.bl-hero-icon{font-size:2.5rem;margin-bottom:.5rem}.bl-title{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.bl-subtitle{font-size:.85rem;color:var(--text-muted)}.bl-form{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.bl-form-fields{display:flex;gap:.75rem}.bl-field{display:flex;flex-direction:column;gap:.3rem}.bl-field--grow{flex:1;min-width:0}.bl-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.bl-input{background:var(--bg-base);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:.9rem;padding:.55rem .75rem;outline:none;transition:border-color .15s}.bl-input:focus{border-color:var(--accent)}.bl-input--plate{text-transform:uppercase;font-weight:700;letter-spacing:.06em;width:140px}.bl-textarea{resize:vertical;min-height:56px;width:100%;line-height:1.4}.bl-add-btn{background:var(--red);color:#fff;border:none;border-radius:8px;padding:.65rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:opacity .15s}.bl-add-btn:hover{opacity:.88}.bl-add-btn:disabled{opacity:.35;cursor:not-allowed}.bl-error{padding:.5rem .75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:var(--red);font-size:.82rem}.bl-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.bl-empty-icon{font-size:2rem;opacity:.4}.bl-list{display:flex;flex-direction:column;gap:.5rem}.bl-list-header{padding:0 .25rem .25rem}.bl-list-count{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.bl-card{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;transition:border-color .15s}.bl-card:hover{border-color:#ef44444d}.bl-card-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.bl-card-plate{font-size:1rem;font-weight:800;letter-spacing:.06em;color:var(--text-primary)}.bl-card-meta{display:flex;align-items:center;gap:.6rem;font-size:.78rem}.bl-card-reason{color:var(--text-secondary)}.bl-card-date{color:var(--text-muted);font-size:.72rem}.bl-delete-btn{background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.85rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.bl-delete-btn:hover{border-color:var(--red);color:var(--red);background:#ef444414}.bl-dropdown{position:relative}.bl-dropdown--compact .bl-dropdown-trigger{padding:7px 12px;font-size:.85rem;min-width:120px}.bl-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 14px;font-size:.95rem;font-weight:600;cursor:pointer;min-width:150px;transition:border-color .15s,box-shadow .15s}.bl-dropdown-trigger:hover{border-color:var(--text-muted)}.bl-dropdown-trigger--red{border-color:var(--red);color:var(--red)}.bl-dropdown-trigger--yellow{border-color:var(--yellow);color:var(--yellow)}.bl-dropdown-trigger--green{border-color:var(--green);color:var(--green)}.bl-dropdown-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bl-dropdown-dot--red{background:var(--red)}.bl-dropdown-dot--yellow{background:var(--yellow)}.bl-dropdown-dot--green{background:var(--green)}.bl-dropdown-chevron{margin-left:auto;font-size:.7rem;transition:transform .15s;opacity:.6}.bl-dropdown-chevron--open{transform:rotate(180deg)}.bl-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:50;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #00000040;overflow:hidden;min-width:100%;animation:bl-dropdown-in .12s ease-out}@keyframes bl-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bl-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;border:none;background:transparent;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .1s}.bl-dropdown-item:hover{background:var(--bg-card-hover)}.bl-dropdown-item--red{color:var(--red)}.bl-dropdown-item--yellow{color:var(--yellow)}.bl-dropdown-item--green{color:var(--green)}.bl-dropdown-item--active{background:var(--bg-card-hover)}.bl-temporal-row{display:flex;align-items:flex-start;gap:14px;flex-wrap:wrap}.bl-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.bl-toggle input{display:none}.bl-toggle-slider{width:38px;height:20px;background:var(--border);border-radius:999px;position:relative;transition:background .2s;flex-shrink:0}.bl-toggle-slider:after{content:"";position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s}.bl-toggle input:checked+.bl-toggle-slider{background:var(--accent)}.bl-toggle input:checked+.bl-toggle-slider:after{transform:translate(18px)}.bl-toggle-label{font-size:.9rem;font-weight:500;color:var(--text-secondary)}.bl-duration{display:flex;flex-direction:column;gap:8px}.bl-duration-presets{display:flex;gap:6px;flex-wrap:wrap}.bl-duration-btn{background:transparent;border:1px solid var(--border);border-radius:6px;padding:5px 12px;font-size:.82rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.bl-duration-btn:hover{border-color:var(--accent);color:var(--accent)}.bl-duration-btn--active{border-color:var(--accent);color:var(--accent);background:#6366f11a}.bl-duration-custom{max-width:220px;font-size:.85rem}.bl-duration-preview{font-size:.8rem;color:var(--text-muted);font-style:italic}.bl-card--expired{opacity:.5}.bl-alert-badge--expired{color:var(--text-muted)!important;border-color:var(--text-muted)!important;text-decoration:line-through}.bl-temporal-badge{font-size:.72rem;font-weight:500;color:var(--accent);display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.bl-card-expiry{font-size:.78rem;color:var(--text-muted)}.bl-card--editing{border-color:var(--accent)}.bl-card-edit{display:flex;flex-direction:column;gap:10px;width:100%}.bl-edit-fields{display:flex;gap:8px;flex-wrap:wrap}.bl-edit-reason{flex:1;min-width:160px}.bl-edit-actions{display:flex;gap:8px}.bl-save-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:7px 16px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s}.bl-save-btn:disabled{opacity:.6;cursor:default}.bl-save-btn:hover:not(:disabled){opacity:.85}.bl-cancel-btn{background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:8px;padding:7px 14px;font-size:.85rem;cursor:pointer;transition:border-color .15s,color .15s}.bl-cancel-btn:hover{border-color:var(--text-muted);color:var(--text-primary)}.bl-card-actions{display:flex;gap:6px;flex-shrink:0}.bl-edit-btn{background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,color .15s}.bl-edit-btn:hover{border-color:var(--accent);color:var(--accent)}.bl-card-top{display:flex;align-items:center;gap:10px;margin-bottom:4px}.bl-alert-badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:999px;font-size:.72rem;font-weight:700;border:1.5px solid currentColor;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.bl-alert-badge--restriccion{color:var(--red)}.bl-alert-badge--advertencia{color:var(--yellow)}.bl-alert-badge--nota{color:var(--green)}@media (max-width: 500px){.bl-form-fields{flex-direction:column}.bl-input--plate{width:100%}}@media (max-width: 900px){.filter-bar-toggle{padding:.3rem 1rem}.filter-bar-body{padding:0 1rem .65rem}.filter-field{min-width:100px}}.rpt-page{min-height:100vh;background:var(--bg-base)}.rpt-topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:var(--bg-surface);border-bottom:1px solid var(--border)}.rpt-back{color:var(--text-secondary);text-decoration:none;font-size:.85rem;transition:color .15s}.rpt-back:hover{color:var(--text-primary)}.rpt-topbar-logo{display:flex;align-items:center;gap:.5rem}.rpt-logo-icon{width:28px;height:28px;border-radius:6px}.rpt-logo-text{font-size:.95rem;font-weight:600;color:var(--text-primary)}.rpt-content{max-width:1100px;margin:0 auto;padding:1.5rem 2rem}.rpt-tabs{display:flex;gap:.25rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:4px;margin-bottom:1.5rem;overflow-x:auto}.rpt-tab{flex:1;padding:.55rem .75rem;border:none;border-radius:8px;background:transparent;color:var(--text-secondary);font-family:inherit;font-size:.82rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.rpt-tab:hover{color:var(--text-primary);background:var(--bg-card)}.rpt-tab--active,.rpt-tab--active:hover{background:var(--accent);color:#fff}.rpt-header{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.rpt-header-title{font-size:1.15rem;font-weight:600;color:var(--text-primary);flex:1;min-width:200px}.rpt-header-controls{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.rpt-date-range{display:flex;gap:.5rem}.rpt-search-form{display:flex;gap:.5rem;align-items:flex-end}.rpt-plate-input{width:180px;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.rpt-generate-btn{padding:.5rem 1.1rem;border-radius:8px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s}.rpt-generate-btn:hover{opacity:.9}.rpt-generate-btn:disabled{opacity:.5;cursor:not-allowed}.rpt-print-btn{padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-family:inherit;font-size:.82rem;cursor:pointer;white-space:nowrap;transition:all .15s}.rpt-print-btn:hover{background:var(--bg-card-hover)}.rpt-tracking-controls{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.rpt-tracking-controls>.rpt-generate-btn,.rpt-tracking-controls>.rpt-print-btn,.rpt-date-range>.rpt-generate-btn{align-self:flex-end;height:min-content}.rpt-separator{color:var(--text-muted);font-size:.82rem;align-self:center;padding-bottom:.15rem}.rpt-date-summary{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}.rpt-date-summary-count{font-size:1.3rem;font-weight:700;color:var(--accent)}.rpt-visit-plate{font-weight:700;font-family:JetBrains Mono,Fira Code,monospace;letter-spacing:.05em;color:var(--accent);margin-right:.5rem}.rpt-visit-vehicle-info{font-size:.78rem;color:var(--text-secondary);margin-right:.75rem}.rpt-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin-bottom:1.5rem}.rpt-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.rpt-stat-card--sm{padding:.9rem}.rpt-stat-value{font-size:1.8rem;font-weight:700;color:var(--text-primary);line-height:1.2}.rpt-stat-value--accent{color:var(--accent)}.rpt-stat-value--warning{color:var(--yellow)}.rpt-stat-label{font-size:.78rem;color:var(--text-secondary);margin-top:.25rem}.rpt-stat-sub{font-size:.72rem;color:var(--text-muted, var(--text-secondary));margin-top:.3rem;opacity:.75}.rpt-stat-card--featured{border-left:4px solid var(--accent);background:var(--accent-glow)}.rpt-stat-card--featured .rpt-stat-value{color:var(--accent)}.dash-ministats-card{display:flex;flex-direction:column;justify-content:center;gap:.55rem}.dash-ministat{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.dash-ministat-label{display:flex;flex-direction:column;gap:.1rem;font-size:.72rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.dash-ministat-hint{font-size:.62rem;color:var(--text-muted);text-transform:none;letter-spacing:0;font-weight:400}.dash-ministat-value{font-size:.95rem;font-weight:600;color:var(--text-primary)}.rpt-chart-container{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.rpt-chart-title{font-size:.9rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.rpt-chart-count{font-weight:400;color:var(--text-secondary);margin-left:.5rem}.rpt-table{width:100%;border-collapse:collapse;font-size:.82rem}.rpt-table th{text-align:left;padding:.6rem .75rem;color:var(--text-secondary);font-weight:500;border-bottom:1px solid var(--border);white-space:nowrap}.rpt-table td{padding:.55rem .75rem;border-bottom:1px solid rgba(42,53,80,.5);color:var(--text-primary)}.rpt-table tbody tr:hover{background:var(--bg-card-hover)}.rpt-row--danger{background:#ef444414!important}.rpt-cell-plate{font-weight:600;font-family:JetBrains Mono,Fira Code,monospace;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.rpt-cell-count{font-weight:700;font-size:1rem;color:var(--accent)}.rpt-thumb{width:60px;height:40px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.rpt-badge{display:inline-block;padding:.15rem .5rem;border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.rpt-badge--danger{background:#ef444426;color:var(--red)}.rpt-badge--warning{background:#f59e0b26;color:var(--yellow)}.rpt-badge--active{background:#10b98126;color:var(--green)}.rpt-badge--muted{background:#4b556333;color:var(--text-secondary)}.rpt-badge--sm{font-size:.6rem;padding:.1rem .35rem}.rpt-tag{display:inline-block;padding:.15rem .5rem;border-radius:6px;font-size:.72rem;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border)}.rpt-tag--muted{color:var(--text-muted)}.rpt-vehicle-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.rpt-vehicle-plate{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,Fira Code,monospace;letter-spacing:.08em;color:var(--text-primary);margin-bottom:.5rem}.rpt-vehicle-meta{display:flex;gap:.5rem;align-items:center;color:var(--text-secondary);font-size:.85rem;margin-bottom:.75rem}.rpt-vehicle-stats{display:flex;gap:2rem}.rpt-mini-stat{display:flex;flex-direction:column}.rpt-mini-stat-value{font-size:.95rem;font-weight:600;color:var(--accent)}.rpt-mini-stat-label{font-size:.72rem;color:var(--text-muted)}.rpt-section-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.rpt-visit-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:.75rem}.rpt-visit-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.rpt-visit-dates{font-size:.85rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.rpt-visit-arrow{color:var(--text-muted)}.rpt-visit-tags{display:flex;gap:.4rem;align-items:center}.rpt-visit-snapshot{width:120px;height:80px;object-fit:cover;border-radius:6px;border:1px solid var(--border);margin-bottom:.75rem}.timeline{display:flex;align-items:flex-start;overflow-x:auto;padding:.5rem 0;gap:0}.timeline-empty{color:var(--text-muted);font-size:.82rem;font-style:italic;padding:.5rem 0}.timeline-step{display:flex;flex-direction:column;align-items:center;min-width:100px;flex-shrink:0}.timeline-track{display:flex;align-items:center;width:100%;position:relative;justify-content:center}.timeline-node{width:14px;height:14px;border-radius:50%;z-index:1;flex-shrink:0}.timeline-line{position:absolute;top:50%;left:calc(50% + 7px);width:calc(100% - 14px);height:2px;background:var(--border);transform:translateY(-50%)}.timeline-info{text-align:center;margin-top:.4rem}.timeline-label{font-size:.78rem;font-weight:600}.timeline-time{font-size:.7rem;color:var(--text-secondary)}.timeline-dwell{font-size:.68rem;color:var(--text-muted)}.timeline-trigger{font-size:.62rem;color:var(--text-muted);font-style:italic}.rpt-suggestions{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.rpt-suggestions p{font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.rpt-suggestion-list{display:flex;flex-wrap:wrap;gap:.5rem}.rpt-suggestion-btn{display:flex;flex-direction:column;gap:.15rem;padding:.5rem .9rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-primary);font-family:inherit;cursor:pointer;text-align:left;transition:all .15s}.rpt-suggestion-btn:hover{background:var(--bg-card-hover);border-color:var(--accent)}.rpt-suggestion-plate{font-weight:600;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem}.rpt-suggestion-detail{font-size:.72rem;color:var(--text-secondary)}.rpt-bottleneck{background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:1rem}.rpt-bottleneck-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--red)}.rpt-bottleneck-section{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.rpt-bottleneck-value{font-size:.85rem;color:var(--text-secondary);margin-left:auto}.rpt-empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);font-size:.9rem}.rpt-empty-inline{padding:1rem;color:var(--text-muted);font-size:.82rem;font-style:italic}.rpt-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:8px;padding:.75rem 1rem;color:var(--red);font-size:.85rem;margin-bottom:1rem}@media (max-width: 768px){.rpt-content{padding:1rem}.rpt-topbar{padding:.75rem 1rem}.rpt-header{flex-direction:column;align-items:stretch}.rpt-header-controls,.rpt-date-range{flex-direction:column}.rpt-stats{grid-template-columns:repeat(2,1fr)}.rpt-stat-value{font-size:1.4rem}.rpt-vehicle-plate{font-size:1.2rem}.rpt-vehicle-stats{flex-direction:column;gap:.5rem}.rpt-visit-header{flex-direction:column}.rpt-bottleneck{flex-direction:column;text-align:center}.rpt-bottleneck-value{margin-left:0}.timeline-step{min-width:80px}}@media (max-width: 600px){.dashboard-stats{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.dashboard-stats .rpt-stat-card{flex:1 1 auto;min-width:0;padding:.35rem .65rem;border-radius:8px;display:flex;flex-direction:row;align-items:baseline;gap:.35rem}.dashboard-stats .rpt-stat-card--featured{border-left-width:3px}.dashboard-stats .rpt-stat-value{font-size:1.05rem;line-height:1}.dashboard-stats .rpt-stat-label{font-size:.65rem;margin-top:0}.dashboard-stats .rpt-stat-sub{display:none}.dashboard-stats .dash-ministats-card{flex:1 1 100%;flex-direction:row;align-items:center;padding:.35rem .65rem;gap:1.25rem}.dashboard-stats .dash-ministat{flex-direction:row-reverse;justify-content:flex-end;align-items:baseline;gap:.35rem}.dashboard-stats .dash-ministat-label{flex-direction:row;align-items:baseline;font-size:.65rem}.dashboard-stats .dash-ministat-hint{display:none}.dashboard-stats .dash-ministat-value{font-size:1.05rem;line-height:1}}@media print{.no-print,.rpt-topbar,.rpt-tabs,.rpt-generate-btn,.rpt-print-btn,.header,.dev-menu{display:none!important}:root{--bg-base: #fff;--bg-surface: #fff;--bg-card: #f9fafb;--bg-card-hover: #f3f4f6;--border: #e5e7eb;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--accent: #3b82f6;--green: #059669;--yellow: #d97706;--red: #dc2626;--purple: #7c3aed}body{background:#fff;color:#111;-webkit-print-color-adjust:exact;print-color-adjust:exact}.rpt-page{min-height:auto}.rpt-content{max-width:100%;padding:0}.rpt-chart-container,.rpt-visit-card,.rpt-vehicle-card,.timeline{break-inside:avoid}.recharts-surface{max-width:100%}@page{margin:12mm;size:A4 landscape}}.vmodal-delete-btn{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s;opacity:.6}.vmodal-delete-btn:hover{background:#ef44441f;opacity:1}.vmodal-delete-confirm{margin:0 1.5rem 1rem;padding:1rem;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:8px;display:flex;flex-direction:column;gap:.75rem}.vmodal-delete-confirm-text{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.vmodal-delete-confirm-text strong{color:var(--text-primary)}.vmodal-delete-actions{display:flex;gap:.5rem;justify-content:flex-end}.vmodal-delete-cancel-btn{background:none;border:1px solid var(--border);color:var(--text-secondary);font-size:.85rem;padding:.4rem .9rem;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.vmodal-delete-cancel-btn:hover:not(:disabled){background:var(--bg-card-hover);color:var(--text-primary)}.vmodal-delete-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.vmodal-delete-confirm-btn{background:var(--red);border:none;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .9rem;border-radius:6px;cursor:pointer;transition:opacity .15s}.vmodal-delete-confirm-btn:hover:not(:disabled){opacity:.85}.vmodal-delete-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.vmodal-retire-zone{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--border)}.vmodal-retire-btn{width:100%;padding:.6rem;font-size:.9rem;font-weight:600;border:1px solid var(--border);border-radius:8px;background:none;color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.vmodal-retire-btn:hover{background:#ef44441a;color:#ef4444;border-color:#ef4444}.vmodal-retire-confirm{background:#ef44440f;border:1px solid rgba(239,68,68,.25);border-radius:8px;padding:.8rem}.vmodal-retire-confirm-text{margin:0 0 .6rem;font-size:.85rem;color:var(--text-secondary)}.vmodal-retire-actions{display:flex;gap:.5rem;justify-content:flex-end}.vmodal-retire-cancel-btn{background:none;border:1px solid var(--border);color:var(--text-secondary);font-size:.85rem;padding:.4rem .9rem;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.vmodal-retire-cancel-btn:hover:not(:disabled){background:var(--bg-card-hover);color:var(--text-primary)}.vmodal-retire-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.vmodal-retire-confirm-btn{background:#ef4444;border:none;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .9rem;border-radius:6px;cursor:pointer;transition:opacity .15s}.vmodal-retire-confirm-btn:hover:not(:disabled){opacity:.85}.vmodal-retire-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.vtable-delete-btn{background:none;border:none;font-size:.9rem;cursor:pointer;padding:.2rem .4rem;border-radius:6px;opacity:.4;transition:opacity .15s,background .15s;flex-shrink:0}.vtable-delete-btn:hover{opacity:1;background:#ef44441f}.vtable-validate-btn{background:none;border:1px solid var(--on-surface-subtle-border);font-size:.85rem;font-weight:700;cursor:pointer;padding:.2rem .4rem;border-radius:6px;color:var(--on-surface-subtle-text);transition:color .15s,background .15s,border-color .15s;flex-shrink:0}.vtable-validate-btn:hover{color:var(--text-primary);border-color:var(--border);background:var(--bg-card-hover)}.vtable-validate-btn--active{color:#22c55e;border-color:#22c55e80}.vtable-validate-btn--active:hover{background:#22c55e1a}.vtable-actions-cell{display:flex;align-items:center;gap:.1rem;white-space:nowrap}.vtable-orphan-btn{background:none;border:none;font-size:.8rem;cursor:pointer;padding:.1rem .3rem;border-radius:4px;opacity:.6;transition:opacity .15s,background .15s;flex-shrink:0;vertical-align:middle}.vtable-orphan-btn:hover:not(:disabled){opacity:1;background:#eab30826}.vtable-orphan-btn:disabled{opacity:.3;cursor:default}.vtable-row--fading{opacity:.4;pointer-events:none;transition:opacity .3s}.help-floating-btn{position:fixed;bottom:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;text-decoration:none;box-shadow:0 4px 12px var(--accent-border);transition:transform .15s,box-shadow .15s;z-index:50;font-family:Inter,system-ui,sans-serif}.help-floating-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px var(--accent-border)}.section-note-btn{background:none;border:none;cursor:pointer;padding:0 .1rem;font-size:.78rem;line-height:1;opacity:.35;transition:opacity .15s;flex-shrink:0}.section-note-btn:hover{opacity:.85}.section-note-btn--active{opacity:.9}.section-card-row--has-note{border-left:3px solid var(--border)}.vnote-quick-panel{background:var(--bg-base);border-top:1px solid var(--border);padding:.6rem .55rem;display:flex;flex-direction:column;gap:.45rem}.vnote-quick-error{font-size:.72rem;color:var(--red)}.vtable-note-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:.4rem;vertical-align:middle;flex-shrink:0}.vnote-zone{padding:.6rem 0;border-top:1px solid var(--border);margin-top:.5rem}.vnote-add-btn{width:100%;background:none;border:1px dashed var(--border);border-radius:6px;padding:.4rem .75rem;color:var(--text-secondary);font-size:.78rem;cursor:pointer;text-align:left;transition:border-color .15s,color .15s}.vnote-add-btn:hover{border-color:var(--accent);color:var(--text-primary)}.vnote-display{display:flex;align-items:flex-start;gap:.5rem}.vnote-color-chip{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px}.vnote-text{flex:1;font-size:.82rem;color:var(--text-primary);line-height:1.45;white-space:pre-wrap;word-break:break-word}.vnote-edit-trigger{background:none;border:none;cursor:pointer;font-size:.78rem;padding:0;opacity:.5;flex-shrink:0;line-height:1;transition:opacity .15s}.vnote-edit-trigger:hover{opacity:1}.vnote-edit-form{display:flex;flex-direction:column;gap:.45rem}.vnote-swatch-row{display:flex;gap:.4rem}.vnote-swatch{width:20px;height:20px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .1s,border-color .1s;padding:0;outline:none}.vnote-swatch:hover{transform:scale(1.2)}.vnote-swatch--selected{border-color:var(--text-primary);transform:scale(1.2)}.vnote-textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.82rem;font-family:inherit;padding:.45rem .6rem;resize:vertical;min-height:60px;width:100%;transition:border-color .15s}.vnote-textarea:focus{outline:none;border-color:var(--accent)}.vnote-textarea::placeholder{color:var(--text-muted)}.vnote-actions{display:flex;gap:.4rem;justify-content:flex-end}.vnote-cancel-btn{background:none;border:1px solid var(--border);border-radius:6px;padding:.3rem .65rem;font-size:.78rem;color:var(--text-secondary);cursor:pointer;transition:border-color .15s}.vnote-cancel-btn:hover:not(:disabled){border-color:var(--text-secondary)}.vnote-save-btn{background:var(--accent);border:none;border-radius:6px;padding:.3rem .65rem;font-size:.78rem;color:#fff;cursor:pointer;transition:opacity .15s}.vnote-save-btn:hover:not(:disabled){opacity:.85}.vnote-save-btn:disabled,.vnote-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.review-banner{background:var(--bg-surface);border:1px solid var(--orange);border-radius:12px;overflow:hidden;margin-bottom:.75rem}.review-banner-header{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;background:#f973161a;border:none;width:100%;cursor:pointer;color:inherit;font:inherit;text-align:left}.review-banner-header:hover{background:#f9731626}.review-banner-icon{font-size:1rem;flex-shrink:0}.review-banner-title{font-weight:600;color:var(--orange);font-size:.85rem;flex:1}.review-banner-chevron{color:var(--orange);font-size:.9rem;flex-shrink:0}.review-banner-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.review-row{border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s ease}.review-row:last-child{border-bottom:none}.review-row:hover{background:var(--bg-card-hover)}.review-row-main{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem}.review-row-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.review-row-plate{font-weight:700;font-size:.85rem;font-family:JetBrains Mono,monospace;letter-spacing:.5px}.review-row-model{font-size:.7rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-row-right{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.review-row-time{font-size:.7rem;color:var(--muted);white-space:nowrap}.review-row-btn{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--border);background:var(--bg-card);color:inherit;cursor:pointer;font-size:.85rem;padding:0}.review-row-btn:disabled{opacity:.5;cursor:not-allowed}.review-row-btn--confirm:hover:not(:disabled){background:var(--green);border-color:var(--green);color:#fff}.review-row-btn--discard:hover:not(:disabled){background:var(--red);border-color:var(--red);color:#fff}.review-row-confirm{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;border-top:1px solid var(--border);flex-wrap:wrap}.review-row-confirm--move{background:#10b98114}.review-row-confirm--discard{background:#ef444414}.review-row-confirm-text{font-size:.72rem;color:var(--text);flex:1;min-width:120px}.review-row-confirm-actions{display:flex;gap:.35rem;flex-shrink:0}.review-row-confirm-cancel,.review-row-confirm-ok{padding:.25rem .55rem;border-radius:5px;font-size:.72rem;font-weight:600;cursor:pointer;border:1px solid var(--border);background:transparent;color:inherit}.review-row-confirm-cancel:hover:not(:disabled){background:var(--bg-card-hover)}.review-row-confirm-ok--move{background:var(--green);border-color:var(--green);color:#fff}.review-row-confirm-ok--move:hover:not(:disabled){filter:brightness(1.1)}.review-row-confirm-ok--discard{background:var(--red);border-color:var(--red);color:#fff}.review-row-confirm-ok--discard:hover:not(:disabled){filter:brightness(1.1)}.review-row-confirm-cancel:disabled,.review-row-confirm-ok:disabled{opacity:.6;cursor:not-allowed}.review-row-error{font-size:.7rem;color:var(--red);padding:0 .75rem .5rem}.vmodal-review-actions{display:flex;gap:.5rem}.vmodal-review-confirm-btn{flex:7;padding:.6rem 1rem;background:var(--green);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.vmodal-review-confirm-btn:hover{filter:brightness(1.1)}.vmodal-review-discard-btn{flex:3;padding:.6rem .75rem;background:transparent;border:1px solid var(--red);color:var(--red);border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.vmodal-review-discard-btn:hover{background:#ef44441a}.vmodal-retire-confirm-btn--danger{background:var(--red);border-color:var(--red)}.vmodal-retire-confirm-btn--danger:hover:not(:disabled){filter:brightness(1.1)}.whatsapp-section{margin-top:1rem;padding:.85rem .9rem;background:#25d3660f;border:1px solid rgba(37,211,102,.25);border-radius:10px;display:flex;flex-direction:column;gap:.65rem}.whatsapp-section-header{display:flex;align-items:center;gap:.5rem}.whatsapp-section-title{font-size:.9rem;font-weight:600;color:var(--text-primary, #111827)}.whatsapp-form{display:flex;flex-direction:column;gap:.5rem}.whatsapp-field{display:flex;flex-direction:column;gap:.25rem}.whatsapp-phone-input{padding:.55rem .7rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--bg-card);color:var(--text-primary);font-family:inherit}.whatsapp-phone-input:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 3px #25d3662e}.whatsapp-phone-input--invalid{border-color:var(--red)}.whatsapp-phone-input--invalid:focus{box-shadow:0 0 0 3px #ef44442e}.whatsapp-phone-hint{font-size:.75rem;color:var(--text-secondary, #6b7280)}.whatsapp-phone-hint--error{color:var(--red)}.whatsapp-send-btn{align-self:flex-start;padding:.55rem 1rem;background:#25d366;color:#fff;border:0;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.whatsapp-send-btn:hover:not(:disabled){filter:brightness(1.05)}.whatsapp-send-btn:disabled{opacity:.5;cursor:not-allowed}.whatsapp-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.whatsapp-confirm-modal{background:var(--bg-card, #fff);border-radius:12px;padding:1.25rem;max-width:420px;width:100%;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column;gap:.85rem}.whatsapp-confirm-title{margin:0;font-size:1rem;font-weight:600}.whatsapp-preview-card{background:#ece5dd;border-radius:10px;padding:.6rem;display:flex;flex-direction:column;gap:.4rem}.whatsapp-preview-header{font-size:.78rem;font-weight:600;color:#128c7e}.whatsapp-preview-body{background:#dcf8c6;border-radius:8px;padding:.6rem .75rem;font-size:.85rem;line-height:1.4;color:#111}.whatsapp-preview-body p{margin:.4rem 0 0}.whatsapp-preview-footer{font-size:.72rem;color:#555;text-align:right}.whatsapp-confirm-actions{display:flex;gap:.5rem;justify-content:flex-end}.whatsapp-history{border-top:1px dashed rgba(37,211,102,.3);padding-top:.6rem;display:flex;flex-direction:column;gap:.4rem}.whatsapp-history-title{font-size:.78rem;font-weight:600;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.04em}.whatsapp-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.whatsapp-history-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8rem}.whatsapp-history-phone{font-family:ui-monospace,monospace;color:var(--text-primary, #111827)}.whatsapp-history-time{color:var(--text-secondary, #6b7280);font-size:.75rem}.whatsapp-history-error{color:var(--red);font-size:.75rem;flex-basis:100%}.whatsapp-status-pill{padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.whatsapp-status-pill--queued{background:#e5e7eb;color:#374151}.whatsapp-status-pill--sent{background:#dbeafe;color:#1e40af}.whatsapp-status-pill--delivered{background:#d1fae5;color:#065f46}.whatsapp-status-pill--read{background:#25d366;color:#fff}.whatsapp-status-pill--failed{background:#fee2e2;color:#991b1b}.vphone-zone{padding:.5rem 0 0}.vphone-display{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:var(--bg-card);border:1px solid var(--border);border-radius:6px}.vphone-icon{font-size:.95rem}.vphone-text{flex:1;font-family:ui-monospace,monospace;color:var(--text-primary);font-size:.85rem}.vphone-edit-trigger{background:none;border:none;cursor:pointer;padding:.2rem;font-size:.85rem;opacity:.7}.vphone-edit-trigger:hover{opacity:1}.vphone-edit-form{display:flex;flex-direction:column;gap:.45rem}.vphone-input{padding:.5rem .7rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:var(--bg-card);color:var(--text-primary);font-family:inherit}.vphone-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow, rgba(59, 130, 246, .18))}.vphone-input--invalid{border-color:var(--red)}.vphone-input--invalid:focus{box-shadow:0 0 0 3px #ef44442e}.vphone-hint{font-size:.75rem;color:var(--text-secondary)}.vphone-hint--error{color:var(--red)}.vphone-suggestion{align-self:flex-start;background:none;border:1px dashed var(--border);border-radius:6px;padding:.3rem .6rem;color:var(--text-secondary);font-size:.78rem;cursor:pointer}.vphone-suggestion:hover{border-color:var(--accent);color:var(--text-primary)}.vphone-actions{display:flex;gap:.5rem;justify-content:flex-end}.vphone-clear-btn{margin-right:auto;background:none;border:1px solid var(--red);color:var(--red);border-radius:6px;padding:.4rem .75rem;font-size:.8rem;cursor:pointer}.vphone-clear-btn:hover:not(:disabled){background:#ef444414}.vphone-clear-btn:disabled{opacity:.5;cursor:not-allowed}.notif-bell{position:relative;display:inline-block}.notif-bell-btn{position:relative;background:none;border:none;border-radius:6px;padding:.35rem;cursor:pointer;line-height:0;color:var(--text-secondary);transition:color .15s,background .15s;display:inline-flex;align-items:center;justify-content:center}.notif-bell-btn:hover{color:var(--text-primary);background:var(--bg-card)}.notif-bell-btn--unread{color:var(--text-primary)}.notif-bell-icon{width:18px;height:18px;display:block}.notif-bell-dot{position:absolute;top:6px;right:6px;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px var(--bg, var(--bg-card))}.notif-dropdown{position:absolute;top:calc(100% + .4rem);right:0;width:360px;max-width:calc(100vw - 2rem);background:var(--bg-card);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #0000002e;z-index:1500;overflow:hidden}.notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .85rem;border-bottom:1px solid var(--border);font-size:.85rem;font-weight:600;color:var(--text-primary)}.notif-dropdown-mark-all{background:none;border:none;color:var(--accent);font-size:.75rem;cursor:pointer;padding:0}.notif-dropdown-mark-all:hover{text-decoration:underline}.notif-dropdown-empty{padding:1rem .85rem;text-align:center;color:var(--text-secondary);font-size:.85rem}.notif-dropdown-list{list-style:none;margin:0;padding:0;max-height:50vh;overflow-y:auto}.notif-dropdown-item{padding:.65rem .85rem;border-bottom:1px solid var(--border);cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.notif-dropdown-item:last-child{border-bottom:none}.notif-dropdown-item:hover{background:var(--bg-hover, rgba(0, 0, 0, .04))}.notif-dropdown-item--unread{background:var(--accent-glow, rgba(59, 130, 246, .08))}.notif-item-top{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.8rem}.notif-item-from{color:var(--text-primary)}.notif-item-phone{color:var(--text-secondary);font-family:ui-monospace,monospace;font-size:.75rem}.notif-item-orphan{color:var(--text-secondary);font-style:italic;font-size:.78rem}.notif-item-time{color:var(--text-secondary);font-size:.72rem;white-space:nowrap}.notif-item-body{color:var(--text-primary);font-size:.85rem;line-height:1.3;word-wrap:break-word}.notif-dropdown-see-all{width:100%;background:none;border:none;border-top:1px solid var(--border);padding:.55rem;color:var(--accent);font-size:.8rem;font-weight:500;cursor:pointer}.notif-dropdown-see-all:hover{background:var(--bg-hover, rgba(0, 0, 0, .04))}.inbox-page{min-height:100vh;background:var(--bg);color:var(--text-primary)}.inbox-page-title{font-size:1rem;font-weight:500;color:var(--text-primary)}.inbox-back-btn{background:none;border:1px solid var(--border);color:var(--text-primary);border-radius:8px;padding:.4rem .85rem;font-size:.85rem;cursor:pointer}.inbox-back-btn:hover{border-color:var(--accent)}.inbox-main{max-width:900px;margin:0 auto;padding:1.5rem 1rem}.inbox-filters{display:flex;gap:.5rem;margin-bottom:1rem}.inbox-filter-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);border-radius:999px;padding:.35rem .85rem;font-size:.82rem;cursor:pointer}.inbox-filter-btn--active{background:var(--accent);color:#fff;border-color:var(--accent)}.inbox-empty{text-align:center;padding:3rem 1rem;color:var(--text-secondary)}.inbox-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.inbox-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.85rem}.inbox-item--unread{border-left:3px solid var(--accent)}.inbox-item-top{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-bottom:.4rem;font-size:.85rem}.inbox-item-plate{background:none;border:none;color:var(--accent);cursor:pointer;font-size:inherit;padding:0}.inbox-item-plate:hover{text-decoration:underline}.inbox-item-phone{color:var(--text-secondary);font-family:ui-monospace,monospace;font-size:.78rem}.inbox-item-section,.inbox-item-time{color:var(--text-secondary);font-size:.78rem}.inbox-item-body{color:var(--text-primary);font-size:.9rem;line-height:1.4;word-wrap:break-word}.inbox-item-mark-read{margin-top:.5rem;background:none;border:1px solid var(--border);color:var(--text-secondary);border-radius:6px;padding:.25rem .7rem;font-size:.75rem;cursor:pointer}.inbox-item-mark-read:hover{border-color:var(--accent);color:var(--accent)}.inbound-section{margin-top:.85rem;padding:.6rem .7rem;background:var(--accent-glow, rgba(59, 130, 246, .08));border:1px solid var(--border);border-radius:8px}.inbound-section-title{font-size:.82rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.inbound-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.inbound-item{background:var(--bg-card);border-radius:6px;padding:.5rem .65rem}.inbound-item-meta{display:flex;justify-content:space-between;font-size:.72rem;color:var(--text-secondary);margin-bottom:.25rem}.inbound-item-from{font-family:ui-monospace,monospace}.inbound-item-body{color:var(--text-primary);font-size:.85rem;line-height:1.35;word-wrap:break-word}.inbound-item-autoreply{margin-top:.3rem;font-size:.72rem;color:var(--text-secondary);font-style:italic}.drop-target-active{outline:2px dashed var(--accent);outline-offset:4px;background:color-mix(in srgb,var(--accent) 6%,var(--bg-card));transition:background .15s,outline-color .15s}.vmodal--promote{max-width:560px}.vmodal--sm{max-width:380px}.promote-modal-body{padding:1rem 1.25rem 1.25rem}.promote-modal-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.vmodal-edit-textarea{resize:vertical;font-family:inherit;line-height:1.4;min-height:3.5rem}.vmodal-edit-input--warn{border-color:var(--yellow, #f59e0b)}.vmodal-edit-hint{font-size:.78rem;color:var(--text-muted)}.cancel-dialog-text{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin:0 0 .5rem}.vmodal-edit-save--danger{background:var(--red, #ef4444)}.conv-section{margin-top:.85rem;padding:.7rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.conv-section--collapsed{padding:0;background:none;border:none}.conv-toggle{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.55rem .85rem;color:var(--text-primary);font-size:.85rem;text-align:left;cursor:pointer;transition:border-color .15s}.conv-toggle:hover{border-color:var(--accent)}.conv-toggle-unread{color:var(--accent);font-weight:600}.conv-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.55rem}.conv-section-title{font-size:.85rem;font-weight:600;color:var(--text-primary)}.conv-collapse-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:.95rem;padding:0 .35rem}.conv-collapse-btn:hover{color:var(--text-primary)}.conv-empty{text-align:center;color:var(--text-secondary);font-size:.82rem;padding:1rem}.conv-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-size:.82rem;padding:1.25rem 1rem}.conv-loading-spinner{width:.9rem;height:.9rem;border:2px solid var(--border);border-top-color:var(--accent, #2563eb);border-radius:50%;animation:conv-spin .8s linear infinite}@keyframes conv-spin{to{transform:rotate(360deg)}}.conv-list{list-style:none;margin:0 0 .6rem;padding:0;display:flex;flex-direction:column;gap:.4rem;max-height:400px;overflow-y:auto}.conv-bubble{max-width:80%;padding:.45rem .65rem;border-radius:12px;font-size:.85rem;line-height:1.35;word-wrap:break-word}.conv-bubble--in{align-self:flex-start;background:var(--bg, #f3f4f6);color:#111;border:1px solid var(--border);border-bottom-left-radius:4px}.conv-bubble--out{align-self:flex-end;background:#dcf8c6;color:#111;border-bottom-right-radius:4px}.conv-bubble-body{white-space:pre-wrap}.conv-bubble-meta{display:flex;justify-content:flex-end;gap:.35rem;align-items:center;margin-top:.25rem;font-size:.7rem;color:#0000008c}.conv-bubble--in .conv-bubble-meta{color:var(--text-secondary)}.conv-bubble-tag{background:#00000014;border-radius:4px;padding:0 .3rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em}.conv-bubble-status{font-family:ui-monospace,monospace}.conv-composer{display:flex;flex-direction:column;gap:.4rem;padding-top:.55rem;border-top:1px dashed var(--border)}.conv-input{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.5rem .7rem;color:var(--text-primary);font-family:inherit;font-size:.9rem;resize:vertical}.conv-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow, rgba(59, 130, 246, .18))}.conv-composer-actions{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.conv-composer-hint{font-size:.72rem;color:var(--text-secondary);font-family:ui-monospace,monospace}.conv-send-btn{background:#25d366;color:#fff;border:0;border-radius:6px;padding:.45rem .95rem;font-size:.85rem;font-weight:600;cursor:pointer}.conv-send-btn:hover:not(:disabled){filter:brightness(1.05)}.conv-send-btn:disabled{opacity:.5;cursor:not-allowed}.conv-window-closed{background:#f59e0b1a;border:1px solid rgba(245,158,11,.35);color:var(--text-primary);border-radius:8px;padding:.6rem .7rem;font-size:.8rem;line-height:1.4}.inbox-item-actions{display:flex;gap:.5rem;margin-top:.5rem}.inbox-item-conversation{margin-top:.7rem}
