:root{--sidebar:#0f1b2d;--sidebar-active:#0f8f7a;--brand:#0f8f7a;--brand-2:#22c1a5;--ink:#0f172a}html,body{color:var(--ink);background:#f6f7f9;font-family:Inter,sans-serif}.sidebar-link{color:#cbd5e1;cursor:pointer;border-radius:.5rem;align-items:center;gap:.7rem;padding:.6rem .9rem;font-size:.88rem;transition:all .15s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{background:var(--sidebar-active);color:#fff;font-weight:600}.sidebar-sublink{color:#cbd5e1;cursor:pointer;border-radius:.4rem;align-items:center;gap:.7rem;padding:.45rem .9rem .45rem 2.2rem;font-size:.82rem;display:flex}.sidebar-sublink:hover{color:#fff;background:#ffffff0d}.chip{white-space:nowrap;border-radius:9999px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.72rem;font-weight:500;display:inline-flex}.chip-green{color:#166534;background:#dcfce7}.chip-red{color:#991b1b;background:#fee2e2}.chip-gray{color:#374151;background:#e5e7eb}.chip-blue{color:#1e40af;background:#dbeafe}.chip-yellow{color:#854d0e;background:#fef9c3}.chip-teal,.chip-indigo,.chip-purple{color:#0f766e;background:#ccfbf1}.btn-primary{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:.4rem;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary:hover{background:#0b7a68}.btn-outline{white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.4rem;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:.78rem;transition:all .15s;display:inline-flex}.btn-outline:hover{background:#f9fafb}.btn-blue{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:.4rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;transition:all .15s;display:inline-flex}.btn-blue:hover{background:#1e40af}.btn-danger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:.4rem;padding:.5rem 1rem;font-size:.85rem;transition:all .15s}.btn-danger:hover{background:#b91c1c}.input,.select{background:#fff;border:1px solid #d1d5db;border-radius:.4rem;width:100%;padding:.5rem .7rem;font-size:.85rem}.input:focus,.select:focus{outline:2px solid var(--brand);outline-offset:-1px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:.6rem}.toggle{flex-shrink:0;width:36px;height:20px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle span{cursor:pointer;background:#cbd5e1;border-radius:9999px;transition:all .2s;position:absolute;inset:0}.toggle span:before{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:3px;left:3px}.toggle input:checked+span{background:var(--brand)}.toggle input:checked+span:before{transform:translate(16px)}.avatar{color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:600;display:inline-flex}table{border-collapse:collapse;width:100%}th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:.6rem .8rem;font-size:.72rem;font-weight:600}td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.6rem .8rem;font-size:.84rem}tr:hover td{background:#fafbfc}.table-wrap{overflow-x:auto}.page{display:none}.page.active{display:block}.dropdown{position:relative}.dropdown-menu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:220px;margin-top:.25rem;padding:.4rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #00000014}.dropdown.open .dropdown-menu{display:block}.dropdown-item{cursor:pointer;border-radius:.35rem;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.85rem;display:flex}.dropdown-item:hover{background:#f1f5f9}.tab{color:#64748b;cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;padding:.6rem .9rem;font-size:.85rem;font-weight:500}.tab.active{color:var(--brand);border-bottom-color:var(--brand)}.kpi{background:#fff;border:1px solid #e5e7eb;border-radius:.6rem;padding:1rem}.ivr-node{background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;padding:.7rem;font-size:.8rem;box-shadow:0 1px 3px #0000000d}.ivr-node .node-title{color:#0f172a;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:flex}.arrow-label{color:#166534;background:#dcfce7;border-radius:9999px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.modal-backdrop{z-index:100;background:#0f172a8c;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0;overflow-y:auto}.modal-backdrop.open{display:flex}.modal{background:#fff;border-radius:.7rem;width:100%;max-width:520px;max-height:90vh;padding:1.5rem;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.toast{color:#fff;z-index:200;opacity:0;background:#0f172a;border-radius:.55rem;align-items:center;gap:.5rem;max-width:90vw;padding:.75rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(20px);box-shadow:0 8px 32px #00000040}.toast.show{opacity:1;transform:translateY(0)}.toast-success{background:#166534;border-left:3px solid #22c55e}.toast-error{background:#991b1b;border-left:3px solid #f87171}.toast-warning{background:#92400e;border-left:3px solid #fbbf24}.input-error{outline-offset:-1px!important;border-color:#f87171!important;outline:2px solid #f871714d!important}.field-error-msg{color:#ef4444;align-items:center;gap:.25rem;margin-top:.3rem;font-size:.75rem;display:flex}@keyframes errorShake{0%{transform:translate(0)}15%{transform:translate(-5px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(4px)}75%{transform:translate(-2px)}90%{transform:translate(2px)}to{transform:translate(0)}}@keyframes alertSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}svg.i{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px;height:16px}.logo-mark{background:linear-gradient(135deg,#22c1a5,#3b82f6);color:#0000;letter-spacing:.05em;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800}.dashed-canvas{background-color:#fafbfc;background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:14px 14px}.dial-btn{aspect-ratio:1;color:#0f172a;-webkit-user-select:none;user-select:none;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;font-size:1.35rem;font-weight:600;transition:all .1s;display:flex}.dial-btn:hover{background:#f1f5f9;transform:scale(1.02)}.dial-btn:active{background:#e2e8f0;transform:scale(.96)}.dial-btn .sub{color:#64748b;letter-spacing:.15em;margin-top:2px;font-size:.55rem}.ctrl-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;align-items:center;gap:.25rem;padding:.7rem;font-size:.7rem;transition:all .15s;display:flex}.ctrl-btn:hover{background:#f8fafc}.ctrl-btn.on{background:var(--brand);color:#fff;border-color:var(--brand)}.ctrl-btn.rec{color:#fff;background:#dc2626;border-color:#dc2626;animation:1.4s infinite pulseRec}@keyframes pulseRec{0%,to{box-shadow:0 0 #dc262680}50%{box-shadow:0 0 0 8px #dc262600}}.queue-row{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.6rem;padding:.6rem .8rem;display:flex}.status-dot{border-radius:9999px;width:8px;height:8px;display:inline-block}.chart-wrap{width:100%;height:260px;position:relative}.ivr-node{position:relative}.ivr-node .node-actions{gap:4px;display:none;position:absolute;top:4px;right:4px}.ivr-node:hover .node-actions{display:flex}.ivr-node .node-actions button{cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;line-height:1;transition:all .1s;display:inline-flex}.ivr-node .node-actions button:hover{background:#e2e8f0}.mobile-nav-btn{display:none}@media (max-width:900px){.sidebar{z-index:80;transition:all .25s;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:0 0 30px #0003}.sidebar.open{transform:translate(0)}.mobile-nav-btn{display:inline-flex}.main-topbar{z-index:40;background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:.6rem;padding:.6rem .8rem;display:flex;position:sticky;top:0}.page>div:first-child,.page .px-8{padding-left:1rem!important;padding-right:1rem!important}.chart-wrap{height:220px}}@media (min-width:901px){.main-topbar{display:none}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b99}.sidebar nav::-webkit-scrollbar-thumb{background:#ffffff26}.sidebar nav::-webkit-scrollbar-thumb:hover{background:#ffffff40}
