@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--primary:#5b8fa8;--primary-600:#4a7c95;--primary-700:#3a657a;--primary-50:#eaf3f7;--primary-100:#d5e6ee;--primary-soft:#eaf3f7;--green:#28c793;--green-soft:#e3f9f0;--red:#ff6b6b;--red-soft:#ffecec;--amber:#ffb443;--amber-soft:#fff4e1;--blue:#3e8cff;--blue-soft:#e8f1ff;--pink:#f667b5;--pink-soft:#fde9f5;--bg:#f4f5fb;--bg-alt:#eef0f9;--surface:#fff;--surface-2:#fbfbfe;--border:#e7e8f3;--border-soft:#f0f1f9;--text:#1c1b33;--text-dim:#5c5b77;--text-mute:#9494ac;--text-inverse:#fff;--sidebar-bg:#0f1419;--sidebar-bg-2:#152028;--sidebar-text:#b7b3e6;--sidebar-text-active:#fff;--sidebar-active-bg:#ffffff1a;--shadow-xs:0 1px 2px #1c1b330d;--shadow-sm:0 2px 8px #1c1b330f;--shadow-md:0 8px 24px #1c1b3314;--shadow-lg:0 16px 40px #1c1b331f;--shadow-primary:0 10px 24px #645cf047;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--font:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sidebar-w:264px;--sidebar-w-collapsed:84px;--topbar-h:72px;--ease:cubic-bezier(.4,0,.2,1)}[data-theme=dark]{--bg:#15132c;--bg-alt:#191735;--surface:#1e1b3f;--surface-2:#242049;--border:#312c5c;--border-soft:#2a2652;--text:#f1f0fa;--text-dim:#b4b1d6;--text-mute:#8783ae;--text-inverse:#1c1b33;--sidebar-bg:#0a0e12;--sidebar-bg-2:#12181e;--primary-soft:#26214f;--green-soft:#123b33;--red-soft:#3a2030;--amber-soft:#3a2e17;--blue-soft:#1b2a47;--pink-soft:#3a2140;--shadow-xs:0 1px 2px #0003;--shadow-sm:0 2px 10px #00000047;--shadow-md:0 10px 28px #00000059;--shadow-lg:0 20px 44px #00000073}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;transition:background .25s var(--ease),color .25s var(--ease);margin:0;font-size:14.5px;line-height:1.5}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;margin:0;font-weight:700}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}svg{flex-shrink:0;width:18px;height:18px;display:block}::selection{background:var(--primary-100);color:var(--primary-700)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-mute)}.page-loader{background:linear-gradient(90deg,var(--primary),var(--pink));z-index:9999;width:0;height:3px;transition:width .4s var(--ease),opacity .3s ease;position:fixed;top:0;left:0}.app-shell{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:linear-gradient(180deg,var(--sidebar-bg-2) 0%, var(--sidebar-bg) 100%);color:var(--sidebar-text);height:100vh;transition:width .25s var(--ease);z-index:40;flex-direction:column;flex:none;display:flex;position:sticky;top:0}.app-shell.collapsed .sidebar{width:var(--sidebar-w-collapsed)}.app-shell.collapsed .sidebar .nav__label,.app-shell.collapsed .sidebar .nav__section-title,.app-shell.collapsed .sidebar .nav__badge,.app-shell.collapsed .sidebar .sidebar-user__meta,.app-shell.collapsed .sidebar .sidebar-upgrade{display:none!important}.app-shell.collapsed .sidebar .nav__item{justify-content:center}.app-shell.collapsed .sidebar .sidebar__brand{justify-content:center;padding:18px 12px}.sidebar__brand{border-bottom:1px solid #ffffff0f;justify-content:flex-start;align-items:center;min-height:72px;padding:22px 18px 16px;display:flex}.brand__logo{object-fit:contain;object-position:left center;border-radius:8px;max-width:100%;display:block;width:168px!important;height:40px!important}.app-shell.collapsed .sidebar .brand__logo{object-fit:cover;object-position:12% center;border-radius:10px;width:40px!important;height:40px!important}.brand__mark{background:linear-gradient(135deg,#7ba3c4,#5b8fa8);border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden;box-shadow:0 6px 16px #5b8fa859}.brand__mark svg{width:20px;height:20px}.brand__name{color:#fff;white-space:nowrap;text-transform:lowercase;font-size:16.5px;font-weight:800}.brand__name span{color:#a8c9d8}.sidebar__scroll{flex:1;padding:6px 14px 14px;overflow-y:auto}.nav__section-title{letter-spacing:.09em;text-transform:uppercase;color:#7a8f9c;margin:18px 12px 8px;font-size:10.5px;font-weight:700}.nav__section-title:first-child{margin-top:6px}.nav__item{color:var(--sidebar-text);transition:background .18s var(--ease),color .18s var(--ease);white-space:nowrap;border-radius:12px;align-items:center;gap:12px;margin-bottom:2px;padding:10px 12px;font-size:13.6px;font-weight:600;display:flex;position:relative}.nav__item svg{opacity:.9;flex:none;width:18px;height:18px}.nav__item:hover{color:#fff;background:#ffffff0f}.nav__item.active{background:var(--sidebar-active-bg);color:#fff}.nav__item.active:before{content:"";background:linear-gradient(#7ba3c4,#5b8fa8);border-radius:0 4px 4px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav__label{flex:1}.nav__badge{background:var(--green);color:#0b3b2c;border-radius:99px;padding:2px 7px;font-size:10.5px;font-weight:800}.nav__badge.amber{background:var(--amber);color:#4a2e00}.sidebar__footer{border-top:1px solid #ffffff14;padding:14px}.sidebar-upgrade{background:linear-gradient(135deg,#5b8fa838,#3a657a24);border:1px solid #7ba3c44d;border-radius:16px;margin-bottom:12px;padding:14px}.sidebar-upgrade h4{color:#fff;margin-bottom:4px;font-size:12.5px}.sidebar-upgrade p{color:#a8c0ce;margin-bottom:10px;font-size:11.5px;line-height:1.4}.sidebar-upgrade .btn{justify-content:center;width:100%}.sidebar-user{cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:8px;transition:background .18s;display:flex}.sidebar-user:hover{background:#ffffff0f}.sidebar-user__meta{flex:1;min-width:0}.sidebar-user__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12.8px;font-weight:700;overflow:hidden}.sidebar-user__role{color:#8fa3b0;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{height:var(--topbar-h);z-index:30;background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-soft);align-items:center;gap:16px;padding:0 26px;display:flex;position:sticky;top:0}.topbar__toggle{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text-dim);border-radius:11px;flex:none;justify-content:center;align-items:center;transition:all .18s;display:flex}.topbar__toggle:hover{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-100)}.breadcrumb{color:var(--text-mute);white-space:nowrap;align-items:center;gap:8px;font-size:12.5px;display:flex}.breadcrumb b{color:var(--text);font-size:15px;font-weight:700}.breadcrumb .sep{opacity:.5}.topbar__search{background:var(--bg-alt);border:1px solid var(--border-soft);max-width:420px;color:var(--text-mute);border-radius:12px;flex:1;align-items:center;gap:10px;margin-left:8px;padding:9px 14px;display:flex}.topbar__search input{color:var(--text);background:0 0;border:none;outline:none;width:100%;font-size:13px}.topbar__search svg{opacity:.7;flex:none}.topbar__search kbd{color:var(--text-mute);border:1px solid var(--border);background:var(--surface);border-radius:5px;padding:1px 6px;font-size:10.5px}.topbar__actions{flex:none;align-items:center;gap:10px;margin-left:auto;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-dim);border-radius:12px;justify-content:center;align-items:center;transition:all .18s;display:flex;position:relative}.icon-btn:hover{border-color:var(--primary-100);background:var(--primary-soft);color:var(--primary)}.icon-btn .dot{background:var(--red);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.topbar__profile{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:6px 10px 6px 6px;transition:all .18s;display:flex}.topbar__profile:hover{border-color:var(--primary-100)}.topbar__profile .meta{line-height:1.25}.topbar__profile .meta b{font-size:12.6px;display:block}.topbar__profile .meta span{color:var(--text-mute);font-size:11px}.content{width:100%;max-width:1600px;margin:0 auto;padding:24px 26px 60px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;display:flex}.page-head h1{font-size:24px}.page-head p{color:var(--text-mute);margin-top:5px;font-size:13.5px}.page-head__actions{flex-wrap:wrap;gap:10px;display:flex}.btn{transition:all .18s var(--ease);white-space:nowrap;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.btn svg{width:16px;height:16px}.btn--primary{background:linear-gradient(135deg,#7b71f5,var(--primary));color:#fff;box-shadow:var(--shadow-primary)}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px #645cf05c}.btn--secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn--secondary:hover{border-color:var(--primary);color:var(--primary)}.btn--ghost{color:var(--text-dim);background:0 0}.btn--ghost:hover{background:var(--bg-alt);color:var(--text)}.btn--success{background:linear-gradient(135deg,#38dda5,var(--green));color:#053a2b}.btn--danger{background:var(--red-soft);color:var(--red)}.btn--danger:hover{background:var(--red);color:#fff}.btn--sm{border-radius:10px;padding:7px 12px;font-size:12px}.btn--lg{border-radius:14px;padding:13px 22px;font-size:14px}.btn--icon{width:38px;height:38px;padding:9px}.btn--block{width:100%}.btn[disabled]{opacity:.5;pointer-events:none}.card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card__head{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.card__head h3{font-size:15px}.card__head p{color:var(--text-mute);margin-top:2px;font-size:12px}.card__body{padding:20px}.card__body--flush{padding:0}.card--pad-sm .card__body{padding:14px}.grid{gap:20px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-12{grid-template-columns:repeat(12,1fr)}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-12{grid-column:span 12}.kpi{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s var(--ease);padding:18px 20px;position:relative;overflow:hidden}.kpi:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.kpi__top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.kpi__icon{border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.kpi__icon svg{width:20px;height:20px}.kpi__icon.purple{background:var(--primary-soft);color:var(--primary)}.kpi__icon.green{background:var(--green-soft);color:var(--green)}.kpi__icon.blue{background:var(--blue-soft);color:var(--blue)}.kpi__icon.amber{background:var(--amber-soft);color:var(--amber)}.kpi__icon.red{background:var(--red-soft);color:var(--red)}.kpi__icon.pink{background:var(--pink-soft);color:var(--pink)}.kpi__value{letter-spacing:-.02em;font-size:26px;font-weight:800}.kpi__label{color:var(--text-mute);margin-top:3px;font-size:12.5px;font-weight:600}.kpi__delta{border-radius:99px;align-items:center;gap:4px;padding:3px 8px;font-size:11.5px;font-weight:700;display:inline-flex}.kpi__delta.up{background:var(--green-soft);color:var(--green)}.kpi__delta.down{background:var(--red-soft);color:var(--red)}.kpi__spark{opacity:.5;position:absolute;bottom:0;right:0}.badge{white-space:nowrap;border-radius:99px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.badge svg{width:10px;height:10px}.badge.success{background:var(--green-soft);color:var(--green)}.badge.danger{background:var(--red-soft);color:var(--red)}.badge.warning{background:var(--amber-soft);color:#946200}.badge.info{background:var(--blue-soft);color:var(--blue)}.badge.neutral{background:var(--bg-alt);color:var(--text-dim)}.badge.purple{background:var(--primary-soft);color:var(--primary)}.badge.pink{background:var(--pink-soft);color:var(--pink)}.badge-dot{border-radius:50%;width:7px;height:7px;display:inline-block}.badge-dot.on{background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.badge-dot.off{background:var(--text-mute)}.badge-dot.busy{background:var(--amber);box-shadow:0 0 0 3px var(--amber-soft)}.tag{background:var(--bg-alt);color:var(--text-dim);border-radius:8px;padding:3px 9px;font-size:11px;font-weight:600}.table-wrap{overflow-x:auto}table.dtable{border-collapse:collapse;width:100%;min-width:640px}.dtable thead th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute);border-bottom:1px solid var(--border-soft);white-space:nowrap;background:var(--surface-2);padding:12px 16px;font-size:11px;font-weight:700}.dtable thead th:first-child{border-top-left-radius:0}.dtable tbody td{border-bottom:1px solid var(--border-soft);vertical-align:middle;padding:14px 16px;font-size:13px}.dtable tbody tr{transition:background .15s}.dtable tbody tr:hover{background:var(--bg-alt)}.dtable tbody tr:last-child td{border-bottom:none}.cell-main{align-items:center;gap:10px;display:flex}.cell-main .t1{color:var(--text);font-weight:700}.cell-main .t2{color:var(--text-mute);font-size:11.5px}.cell-actions{justify-content:flex-end;gap:6px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#7b71f5,#5647e0);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:800;display:inline-flex;position:relative}.avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.avatar.sz-24{width:24px;height:24px;font-size:10px}.avatar.sz-32{width:32px;height:32px;font-size:11.5px}.avatar.sz-40{width:40px;height:40px;font-size:13px}.avatar.sz-48{width:48px;height:48px;font-size:15px}.avatar.sz-64{width:64px;height:64px;font-size:19px}.avatar .status{border:2px solid var(--surface);border-radius:50%;width:11px;height:11px;position:absolute;bottom:-1px;right:-1px}.avatar .status.on{background:var(--green)}.avatar .status.off{background:var(--text-mute)}.avatar-stack{display:flex}.avatar-stack .avatar{border:2px solid var(--surface);margin-left:-10px}.avatar-stack .avatar:first-child{margin-left:0}.tabs{border-bottom:1px solid var(--border-soft);gap:6px;margin-bottom:20px;display:flex;overflow-x:auto}.tab{color:var(--text-mute);white-space:nowrap;margin-right:22px;padding:11px 4px;font-size:13.2px;font-weight:700;transition:color .15s;position:relative}.tab:hover{color:var(--text)}.tab.active{color:var(--primary)}.tab.active:after{content:"";background:var(--primary);border-radius:3px 3px 0 0;height:2.5px;position:absolute;bottom:-1px;left:0;right:0}.pill-tabs{background:var(--bg-alt);border-radius:12px;gap:2px;padding:4px;display:inline-flex}.pill-tab{color:var(--text-mute);border-radius:9px;padding:8px 15px;font-size:12.5px;font-weight:700;transition:all .18s}.pill-tab.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-xs)}.form-group{margin-bottom:16px}.form-group label{color:var(--text-dim);margin-bottom:7px;font-size:12.5px;font-weight:700;display:block}.form-group .hint{color:var(--text-mute);margin-top:6px;font-size:11.3px}.input,.select,.textarea{border:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--text);border-radius:11px;outline:none;padding:11px 14px;font-size:13.3px;transition:all .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-soft)}.textarea{resize:vertical;min-height:90px}.input-icon{position:relative}.input-icon svg{color:var(--text-mute);width:16px;height:16px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.input-icon .input{padding-left:38px}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.switch{flex:none;width:40px;height:23px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.switch .slider{background:var(--border);border-radius:99px;transition:all .2s;position:absolute;inset:0}.switch .slider:before{content:"";background:#fff;border-radius:50%;width:17px;height:17px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.switch input:checked+.slider{background:var(--primary)}.switch input:checked+.slider:before{transform:translate(17px)}.switch-row{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:13px 0;display:flex}.switch-row:last-child{border-bottom:none}.switch-row .t1{font-size:13px;font-weight:700}.switch-row .t2{color:var(--text-mute);margin-top:2px;font-size:11.5px}.chip-select{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1.5px solid var(--border);color:var(--text-dim);cursor:pointer;border-radius:11px;padding:9px 14px;font-size:12.5px;font-weight:700;transition:all .15s}.chip:hover{border-color:var(--primary-100)}.chip.selected{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;opacity:0;pointer-events:none;transition:opacity .2s var(--ease);background:#0f0d238c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;pointer-events:auto}.modal{background:var(--surface);border-radius:var(--radius-lg);width:480px;max-width:92vw;max-height:86vh;box-shadow:var(--shadow-lg);transition:transform .22s var(--ease);overflow:auto;transform:translateY(14px)scale(.97)}.modal-overlay.open .modal{transform:translateY(0)scale(1)}.modal--lg{width:720px}.modal__head{border-bottom:1px solid var(--border-soft);background:var(--surface);justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.modal__head h3{font-size:16px}.modal__close{width:32px;height:32px;color:var(--text-mute);border-radius:9px;justify-content:center;align-items:center;display:flex}.modal__close:hover{background:var(--bg-alt);color:var(--text)}.modal__body{padding:22px}.modal__foot{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.dropdown{position:relative}.dropdown-menu{background:var(--surface);border:1px solid var(--border-soft);min-width:230px;box-shadow:var(--shadow-lg);z-index:60;opacity:0;pointer-events:none;transition:all .16s var(--ease);border-radius:14px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-6px)}.dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-menu.wide{min-width:340px}.dropdown-item{color:var(--text-dim);border-radius:9px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.dropdown-item:hover{background:var(--bg-alt);color:var(--text)}.dropdown-item svg{opacity:.8;width:16px;height:16px}.dropdown-item.danger{color:var(--red)}.dropdown-divider{background:var(--border-soft);height:1px;margin:6px 4px}.toast-stack{z-index:200;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:22px;right:22px}.toast{background:var(--surface);border:1px solid var(--border-soft);box-shadow:var(--shadow-lg);min-width:280px;animation:toastIn .25s var(--ease);border-radius:13px;align-items:center;gap:10px;padding:13px 16px;display:flex}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.toast .ic{border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.toast b{font-size:12.8px;display:block}.toast span{color:var(--text-mute);font-size:11.5px}.progress{background:var(--bg-alt);border-radius:99px;height:8px;overflow:hidden}.progress>span{background:linear-gradient(90deg,var(--primary),#8b7bff);height:100%;transition:width .6s var(--ease);border-radius:99px;display:block}.progress.thin{height:5px}.progress.green>span{background:linear-gradient(90deg,var(--green),#4fe3b0)}.progress.amber>span{background:linear-gradient(90deg,var(--amber),#ffcb6b)}.progress.red>span{background:linear-gradient(90deg,var(--red),#ff9494)}.divider{background:var(--border-soft);height:1px;margin:18px 0}.section-title{justify-content:space-between;align-items:center;margin-bottom:14px;font-size:14.5px;font-weight:800;display:flex}.section-title .link{color:var(--primary);font-size:12px;font-weight:700}.muted{color:var(--text-mute)}.text-sm{font-size:12px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-10{gap:10px}.gap-14{gap:14px}.empty-state{text-align:center;color:var(--text-mute);padding:50px 20px}.empty-state svg{width:52px;height:52px;color:var(--primary-100);margin-bottom:14px}.empty-state h4{color:var(--text);margin-bottom:6px;font-size:14.5px}.empty-state p{max-width:320px;margin:0 auto;font-size:12.5px}.skeleton{background:linear-gradient(90deg,var(--bg-alt) 25%,var(--border-soft) 37%,var(--bg-alt) 63%);background-size:400% 100%;border-radius:8px;animation:1.4s infinite shine}@keyframes shine{0%{background-position:100% 0}to{background-position:-100% 0}}.reveal{opacity:0;animation:revealIn .5s var(--ease) forwards;transform:translateY(10px)}@keyframes revealIn{to{opacity:1;transform:translateY(0)}}.help-fab{background:linear-gradient(135deg,#7b71f5,var(--primary));color:#fff;z-index:80;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 26px #645cf066}.help-fab:hover{transform:translateY(-3px)scale(1.04)}.wave{align-items:center;gap:3px;height:22px;display:flex}.wave span{background:var(--green);border-radius:3px;width:3px;animation:1s ease-in-out infinite waveAnim}.wave span:first-child{height:35%;animation-delay:0s}.wave span:nth-child(2){height:70%;animation-delay:.1s}.wave span:nth-child(3){height:100%;animation-delay:.2s}.wave span:nth-child(4){height:55%;animation-delay:.3s}.wave span:nth-child(5){height:85%;animation-delay:.4s}.wave span:nth-child(6){height:40%;animation-delay:.5s}@keyframes waveAnim{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.wizard-rail{flex-direction:column;gap:2px;display:flex}.wizard-step{border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex;position:relative}.wizard-step .num{background:var(--bg-alt);width:28px;height:28px;color:var(--text-mute);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:800;transition:all .2s;display:flex}.wizard-step.done .num{background:var(--green);color:#fff}.wizard-step.active .num{background:var(--primary);color:#fff;box-shadow:0 0 0 5px var(--primary-soft)}.wizard-step .lbl b{font-size:12.8px;display:block}.wizard-step .lbl span{color:var(--text-mute);font-size:11px}.wizard-step.active .lbl b{color:var(--primary)}.workflow-canvas{background:radial-gradient(circle,var(--border-soft) 1px,transparent 1px);border-radius:var(--radius-lg);border:1px solid var(--border-soft);background-size:18px 18px;min-height:520px;padding:34px;position:relative}.wf-node{background:var(--surface);border:1.5px solid var(--border);width:230px;box-shadow:var(--shadow-sm);border-radius:14px;padding:14px 16px;position:relative}.wf-node .wf-tag{letter-spacing:.05em;text-transform:uppercase;border-radius:6px;margin-bottom:8px;padding:3px 8px;font-size:10px;font-weight:800;display:inline-block}.wf-node h5{margin-bottom:3px;font-size:13px}.wf-node p{color:var(--text-mute);font-size:11.3px}.wf-connector{background:var(--border);width:2px;margin:0 auto;position:relative}.wf-connector:after{content:"";border:5px solid #0000;border-top-color:var(--border);position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-5{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.col-span-9,.col-span-8,.col-span-7,.col-span-6,.col-span-5,.col-span-4,.col-span-3{grid-column:span 12}}@media (max-width:860px){.sidebar{height:100vh;box-shadow:var(--shadow-lg);position:fixed;left:-100%}.app-shell.mobile-open .sidebar{left:0}.topbar__search{display:none}.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.content{padding:18px 14px 50px}}@media (max-width:640px){.form-row,.builder-grid{grid-template-columns:1fr}}
.auth{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth__brand{color:#fff;background:linear-gradient(160deg,#1a2e38 0%,#3a657a 55%,#5b8fa8 100%);flex-direction:column;justify-content:space-between;padding:48px;display:flex;position:relative;overflow:hidden}.auth__brand:before{content:"";background:radial-gradient(circle,#ffffff1f,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-160px;right:-160px}.auth__brand:after{content:"";background:radial-gradient(circle,#ffffff14,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-140px;left:-100px}.auth__top{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.auth__mark{background:#ffffff29;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.auth__logo{object-fit:contain;object-position:left center;border-radius:8px;display:block;width:200px!important;height:48px!important}.auth__top b{font-size:18px;font-weight:800}.auth__mid{z-index:1;max-width:440px;position:relative}.auth__mid .pill{background:#ffffff24;border-radius:99px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 13px;font-size:12px;font-weight:700;display:inline-flex}.auth__mid h1{margin-bottom:14px;font-size:34px;line-height:1.2}.auth__mid p{color:#d8d5f7;font-size:14.5px;line-height:1.6}.auth__stats{z-index:1;gap:28px;margin-top:30px;display:flex;position:relative}.auth__stats div b{font-size:22px;font-weight:800;display:block}.auth__stats div span{color:#c7c3ef;font-size:11.5px}.auth__quote{z-index:1;background:#ffffff17;border:1px solid #ffffff26;border-radius:18px;margin-top:26px;padding:18px 20px;position:relative}.auth__quote p{color:#edebfb;margin-bottom:12px;font-size:13px;line-height:1.55}.auth__quote .who{align-items:center;gap:10px;display:flex}.auth__quote .who b{font-size:12.5px;display:block}.auth__quote .who span{color:#c7c3ef;font-size:11px}.auth__panel{justify-content:center;align-items:center;padding:40px;display:flex}.auth__card{width:100%;max-width:400px}.auth__card h2{margin-bottom:6px;font-size:24px}.auth__card>p.sub{color:var(--text-mute);margin-bottom:28px;font-size:13.5px}.step{display:none}.step.active{display:block}.oauth-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.oauth-btn{border:1px solid var(--border);background:var(--surface);border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:12.5px;font-weight:700;display:flex}.or-sep{color:var(--text-mute);align-items:center;gap:12px;margin:18px 0;font-size:11.5px;display:flex}.or-sep:before,.or-sep:after{content:"";background:var(--border);flex:1;height:1px}.form-foot{justify-content:space-between;align-items:center;margin:-4px 0 18px;font-size:12.5px;display:flex}.check-row{color:var(--text-dim);align-items:center;gap:8px;display:flex}.check-row input{accent-color:var(--primary);width:15px;height:15px}.link-btn{color:var(--primary);font-weight:700;font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.otp-row{gap:10px;margin-bottom:18px;display:flex}.otp-row input{text-align:center;border:1px solid var(--border);background:var(--surface-2);border-radius:11px;width:100%;padding:12px 0;font-size:19px;font-weight:800}.otp-row input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.org-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.org-item{border:1.5px solid var(--border);cursor:pointer;border-radius:14px;align-items:center;gap:12px;padding:13px 14px;transition:all .15s;display:flex}.org-item:hover{border-color:var(--primary-100)}.org-item.selected{border-color:var(--primary);background:var(--primary-soft)}.org-item .logo{background:var(--primary);color:#fff;border-radius:11px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.org-item .meta b{font-size:13px;display:block}.org-item .meta span{color:var(--text-mute);font-size:11.5px}.term-box{background:var(--surface-2);border:1px solid var(--border);max-height:150px;color:var(--text-mute);border-radius:12px;margin-bottom:16px;padding:14px;font-size:11.8px;line-height:1.6;overflow-y:auto}.footer-tiny{text-align:center;color:var(--text-mute);margin-top:24px;font-size:11.5px}@media (max-width:920px){.auth__brand{display:none}.auth{grid-template-columns:1fr}}.agent-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .2s var(--ease);padding:20px;position:relative}.agent-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-100);transform:translateY(-4px)}.agent-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.agent-card__avatar{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:800;display:flex}.agent-card h4{margin:12px 0 3px;font-size:15px}.agent-card .role{color:var(--text-mute);margin-bottom:14px;font-size:12px}.agent-meta{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.agent-meta .row{color:var(--text-dim);align-items:center;gap:8px;font-size:12px;display:flex}.agent-stats{gap:10px;margin-bottom:16px;display:flex}.agent-stats .box{background:var(--bg-alt);text-align:center;border-radius:11px;flex:1;padding:10px}.agent-stats .box b{font-size:15px;display:block}.agent-stats .box span{color:var(--text-mute);text-transform:uppercase;letter-spacing:.04em;font-size:10.3px}.agent-card__foot{gap:8px;display:flex}.agent-card__foot .btn{flex:1}.live-card{border:1.5px solid var(--border-soft);background:var(--surface);border-radius:16px;margin-bottom:16px;padding:16px}.live-card__top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.live-transcript{background:var(--surface-2);border-radius:12px;height:110px;margin:12px 0;padding:12px;font-size:12.3px;line-height:1.7;overflow-y:auto}.live-actions{flex-wrap:wrap;gap:8px;display:flex}.live-actions .btn{flex:1;min-width:100px}.pulse-dot{background:var(--green);border-radius:50%;width:9px;height:9px;position:relative}.pulse-dot:after{content:"";border:1.5px solid var(--green);border-radius:50%;animation:1.6s ease-out infinite pulseRing;position:absolute;inset:-4px}@keyframes pulseRing{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}.settings-nav .script-item{cursor:pointer;color:var(--text-dim);border-radius:11px;align-items:center;gap:10px;padding:11px 14px;font-size:12.8px;font-weight:700;display:flex}.settings-nav .script-item:hover{background:var(--bg-alt)}.settings-nav .script-item.active{background:var(--primary-soft);color:var(--primary)}.console-shell{--console-ink:#0b1220;--console-panel:#0b1220eb;--console-line:#5eead447;--console-glow:#38bdf859;--console-agent:#5eead4;--console-caller:#7dd3fc;color:#e2e8f0;background:radial-gradient(900px 420px at 12% -10%,#38bdf829,#0000 55%),radial-gradient(700px 380px at 90% 0,#2dd4bf1f,#0000 50%),linear-gradient(165deg,#0f172a 0%,#111827 45%,#0b1324 100%);border:1px solid #94a3b82e;border-radius:20px;grid-template-columns:minmax(200px,240px) minmax(0,1fr) minmax(200px,250px);gap:14px;min-height:560px;padding:14px;display:grid;box-shadow:inset 0 1px #ffffff0a}.console-shell--empty{justify-content:center;align-items:center;min-height:420px;display:flex}.console-empty{text-align:center;z-index:1;max-width:360px;position:relative}.console-empty h4{color:#f8fafc;margin:16px 0 8px;font-size:18px}.console-empty p{color:#94a3b8;font-size:13px;line-height:1.55}.console-radar{background:conic-gradient(from 210deg, transparent 0 70%, #5eead48c 85%, transparent 100%), radial-gradient(circle at center, #0f172ae6 42%, transparent 43%);border:1px solid #5eead459;border-radius:50%;width:72px;height:72px;margin:0 auto;animation:4.5s linear infinite consoleSpin;box-shadow:0 0 0 10px #38bdf80f,0 0 40px #2dd4bf33}@keyframes consoleSpin{to{transform:rotate(360deg)}}.console-kicker{letter-spacing:.16em;text-transform:uppercase;color:#67e8f9;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.console-rail,.console-stage,.console-side{min-width:0}.console-rail,.console-side{flex-direction:column;gap:12px;display:flex}.console-rail__head,.console-stage__head,.console-panel__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.console-rail__head{align-items:center}.console-rail__list{flex-direction:column;gap:8px;max-height:520px;padding-right:2px;display:flex;overflow-y:auto}.console-call{text-align:left;width:100%;color:inherit;cursor:pointer;background:#0f172a8c;border:1px solid #94a3b829;border-radius:14px;padding:12px;transition:border-color .2s,box-shadow .2s,transform .2s}.console-call:hover{border-color:#5eead459;transform:translateY(-1px)}.console-call.is-active{background:linear-gradient(145deg,#0f172af2,#082f498c);border-color:#5eead48c;box-shadow:0 0 0 1px #5eead433,0 10px 28px #02061759}.console-call__row{justify-content:space-between;gap:8px;font-size:13px;display:flex}.console-call__row strong{color:#f8fafc}.console-call__row span{color:#67e8f9;font-variant-numeric:tabular-nums;font-size:11px}.console-call__meta{color:#94a3b8;margin-top:4px;font-size:11px}.console-pill{color:#cbd5e1;background:#0f172a80;border:1px solid #94a3b840;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.console-pill--live{color:#6ee7b7;background:#064e3b59;border-color:#34d39973}.console-pill__dot{background:#34d399;border-radius:50%;width:7px;height:7px;animation:1.6s ease-out infinite consolePulse;box-shadow:0 0 #34d399b3}@keyframes consolePulse{0%{box-shadow:0 0 #34d3998c}to{box-shadow:0 0 0 8px #34d39900}}.console-chip{letter-spacing:.04em;text-transform:uppercase;color:#a7f3d0;background:#065f4673;border:1px solid #34d39959;border-radius:999px;margin-top:8px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.console-chip--dim{color:#bae6fd;background:#0c4a6e66;border-color:#38bdf84d}.console-stage{background:linear-gradient(#0f172a59,#02061733),repeating-linear-gradient(0deg,#0000,#0000 22px,#94a3b808 23px);border:1px solid #94a3b82e;border-radius:18px;flex-direction:column;min-height:520px;padding:14px;display:flex}.console-stage__head h3{color:#f8fafc;margin:0;font-size:18px}.console-stage__head p{color:#94a3b8;margin:4px 0 0;font-size:12px}.console-stage__badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.console-booking{color:#d1fae5;background:#064e3b40;border:1px solid #5eead447;border-radius:12px;flex-wrap:wrap;gap:8px 12px;margin:12px 0 0;padding:10px 12px;font-size:12.5px;display:flex}.console-booking b{color:#5eead4}.console-chat{scrollbar-width:thin;background:radial-gradient(500px 180px at 50% 0,#38bdf814,#0000 60%),#0206178c;border:1px solid #38bdf82e;border-radius:16px;flex:1;min-height:340px;max-height:420px;margin-top:12px;padding:14px 12px 18px;position:relative;overflow-y:auto}.console-chat__lanes{z-index:2;letter-spacing:.14em;text-transform:uppercase;color:#64748b;background:linear-gradient(#020617f2,#0206178c);justify-content:space-between;margin:-4px 0 12px;padding:6px 4px;font-size:10px;font-weight:700;display:flex;position:sticky;top:0}.console-chat__lanes span:first-child{color:var(--console-agent)}.console-chat__lanes span:last-child{color:var(--console-caller)}.console-chat__empty{color:#64748b;text-align:center;margin-top:48px;font-size:13px}.console-sys{justify-content:center;margin:10px 0;display:flex}.console-sys span{text-align:center;color:#94a3b8;background:#0f172a8c;border:1px dashed #94a3b84d;border-radius:999px;max-width:85%;padding:5px 10px;font-size:11px}.console-bubble{flex-direction:column;max-width:min(78%,420px);margin:8px 0;animation:.35s both consoleRise;display:flex}@keyframes consoleRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.console-bubble--left{align-items:flex-start;margin-right:auto}.console-bubble--right{align-items:flex-end;margin-left:auto}.console-bubble__who{letter-spacing:.08em;text-transform:uppercase;opacity:.85;margin-bottom:4px;font-size:10px;font-weight:700}.console-bubble--left .console-bubble__who{color:var(--console-agent)}.console-bubble--right .console-bubble__who{color:var(--console-caller)}.console-bubble__text{color:#f1f5f9;border:1px solid #0000;border-radius:16px;padding:10px 13px;font-size:13.2px;line-height:1.45}.console-bubble--left .console-bubble__text{background:linear-gradient(145deg,#0d948847,#0f172ae6);border-color:#2dd4bf47;border-bottom-left-radius:5px;box-shadow:0 0 24px #2dd4bf14}.console-bubble--right .console-bubble__text{background:linear-gradient(145deg,#0ea5e947,#0f172aeb);border-color:#38bdf84d;border-bottom-right-radius:5px;box-shadow:0 0 24px #38bdf814}.console-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.console-actions .btn{flex:1;min-width:120px}.console-panel{background:#0f172aa6;border:1px solid #94a3b82e;border-radius:16px;padding:14px}.console-panel__head h3{color:#e2e8f0;margin:0;font-size:13px}.console-panel__body{color:#94a3b8;margin:10px 0 0;font-size:12.5px;line-height:1.5}.console-meter{margin-top:14px}.console-meter__label{color:#94a3b8;justify-content:space-between;margin-bottom:6px;font-size:12px;display:flex}.console-meter__label b{color:#67e8f9}.console-meter__track{background:#94a3b82e;border-radius:999px;height:7px;overflow:hidden}.console-meter__track span{border-radius:inherit;background:linear-gradient(90deg,#2dd4bf,#38bdf8);height:100%;display:block;box-shadow:0 0 12px #38bdf873}.console-panel__actions{flex-direction:column;gap:8px;margin-top:10px;display:flex}.console-suggest{text-align:left;color:#e2e8f0;cursor:pointer;background:#02061773;border:1px solid #94a3b833;border-radius:12px;width:100%;padding:10px 12px;font-size:12.5px;font-weight:600;transition:border-color .2s,background .2s}.console-suggest:hover:not(:disabled){background:#082f498c;border-color:#38bdf873}.console-suggest:disabled{opacity:.5;cursor:not-allowed}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1100px){.console-shell{grid-template-columns:1fr}.console-rail__list{max-height:180px}.console-stage{min-height:480px}}
