.monitoring-page{flex-direction:column;gap:22px;padding-bottom:34px;display:flex}.monitoring-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.monitoring-title-row{align-items:center;gap:13px;display:flex}.monitoring-header h1{color:var(--shell-text);letter-spacing:-.03em;margin:0;font-size:29px;font-weight:700}.monitoring-header p{color:var(--shell-muted);margin:7px 0 0;font-size:13px}.monitoring-badge{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-surface) 88%, currentColor 12%);border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:11px;font-weight:700;display:inline-flex}.monitoring-badge>span{width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, currentColor 15%, transparent);background:currentColor;border-radius:50%}.monitoring-refresh{border:1px solid var(--shell-border);background:var(--shell-surface);min-height:42px;color:var(--shell-text);font:inherit;cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:700;transition:border-color .2s,transform .2s,background .2s;display:inline-flex}.monitoring-refresh:hover{border-color:var(--shell-primary);background:color-mix(in srgb, var(--shell-surface) 94%, var(--shell-primary) 6%);transform:translateY(-1px)}.monitoring-refresh:disabled{opacity:.6;cursor:default}.monitoring-overview{border:1px solid var(--shell-border);background:linear-gradient(135deg, color-mix(in srgb, var(--shell-surface) 94%, var(--shell-primary) 6%), var(--shell-surface));border-radius:17px;align-items:center;gap:18px;min-height:116px;padding:23px 25px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000014}.monitoring-overview:before{content:"";background:currentColor;width:4px;position:absolute;top:0;bottom:0;left:0}.monitoring-overview-icon{background:color-mix(in srgb, currentColor 13%, transparent);color:currentColor;border-radius:16px;flex:0 0 60px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.monitoring-overview span{color:currentColor;letter-spacing:.1em;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.monitoring-overview strong{color:var(--shell-text);letter-spacing:-.02em;font-size:21px;font-weight:750;display:block}.monitoring-overview p{color:var(--shell-muted);margin:6px 0 0;font-size:12px}.monitoring-panel{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-surface) 98%, var(--shell-primary) 2%);border-radius:17px;padding:0;overflow:hidden;box-shadow:0 8px 26px #0000000e}.monitoring-panel-header{border-bottom:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-surface) 96%, var(--shell-primary) 4%);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.monitoring-panel-header>div{align-items:center;gap:12px;display:flex}.monitoring-panel-header>div>svg{background:var(--shell-primary-soft-strong);width:37px;height:37px;color:var(--shell-primary);border-radius:10px;padding:8px}.monitoring-panel-header h2{color:var(--shell-text);margin:0;font-size:14px;font-weight:750}.monitoring-panel-header p{color:var(--shell-muted);margin:3px 0 0;font-size:10px}.monitoring-panel-header>span{border:1px solid var(--shell-border);color:var(--shell-muted);border-radius:8px;padding:6px 9px;font-size:10px}.monitoring-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:16px;display:grid}.monitoring-card{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-background) 86%, var(--shell-surface) 14%);border-radius:14px;flex-direction:column;min-width:0;min-height:145px;padding:17px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.monitoring-card:hover{border-color:color-mix(in srgb, currentColor 35%, var(--shell-border));transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.monitoring-card>svg{box-sizing:content-box;background:color-mix(in srgb, currentColor 13%, transparent);border-radius:11px;width:20px;height:20px;margin-bottom:18px;padding:10px}.monitoring-card>span{color:var(--shell-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.monitoring-card>strong{color:var(--shell-text);letter-spacing:-.03em;margin-top:4px;font-size:23px;font-weight:750}.monitoring-card>small{color:var(--shell-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:10px;overflow:hidden}.monitoring-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:16px;display:grid}.monitoring-service{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-background) 86%, var(--shell-surface) 14%);border-radius:14px;flex-direction:column;min-width:0;min-height:137px;padding:17px;transition:transform .2s,border-color .2s;display:flex;position:relative}.monitoring-service:hover{border-color:color-mix(in srgb, currentColor 35%, var(--shell-border));transform:translateY(-2px)}.monitoring-service:after{content:"";width:8px;height:8px;box-shadow:0 0 0 4px color-mix(in srgb, currentColor 14%, transparent);background:currentColor;border-radius:50%;position:absolute;top:17px;right:17px}.monitoring-service>svg{box-sizing:content-box;background:color-mix(in srgb, currentColor 12%, transparent);border-radius:10px;width:19px;height:19px;margin-bottom:17px;padding:9px}.monitoring-service>span{color:var(--shell-muted);text-transform:uppercase;font-size:10px;font-weight:700}.monitoring-service>strong{color:var(--shell-text);margin-top:4px;font-size:18px;font-weight:750}.monitoring-service>small{color:var(--shell-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:10px;overflow:hidden}.monitoring-telephony{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:16px;display:grid}.monitoring-telephony>article{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-background) 88%, var(--shell-surface) 12%);border-radius:14px;padding:18px;overflow:hidden}.monitoring-resource-title{align-items:center;gap:13px;margin-bottom:17px;display:flex}.monitoring-resource-title>svg{box-sizing:content-box;background:var(--shell-primary-soft-strong);color:var(--shell-primary);border-radius:11px;padding:10px}.monitoring-resource-title span{color:var(--shell-muted);text-transform:uppercase;font-size:10px;font-weight:700;display:block}.monitoring-resource-title strong{color:var(--shell-text);letter-spacing:-.03em;margin-top:1px;font-size:25px;font-weight:750;display:block}.monitoring-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.monitoring-stats>div{border:1px solid var(--shell-border);background:var(--shell-surface);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:flex}.monitoring-stats span{color:var(--shell-muted);font-size:10px;font-weight:600}.monitoring-stats strong{color:var(--shell-text);font-size:15px;font-weight:750}.monitoring-info{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;display:grid}.monitoring-info>div{border:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-background) 88%, var(--shell-surface) 12%);border-radius:11px;min-width:0;min-height:76px;padding:14px 15px}.monitoring-info span{color:var(--shell-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:750;display:block}.monitoring-info strong{color:var(--shell-text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;display:block;overflow:hidden}.healthy{color:#35c58b}.warning{color:#dfac52}.critical{color:#e16868}.neutral{color:var(--shell-muted)}.monitoring-spin{animation:.8s linear infinite monitoring-spin}@keyframes monitoring-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.monitoring-metrics,.monitoring-services{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.monitoring-header,.monitoring-title-row{flex-direction:column;align-items:flex-start}.monitoring-refresh{width:100%}.monitoring-overview{align-items:flex-start}.monitoring-metrics,.monitoring-services,.monitoring-telephony,.monitoring-info,.monitoring-stats{grid-template-columns:1fr}}.monitoring-panel{border:1px solid color-mix(in srgb, var(--shell-border) 72%, var(--shell-primary) 28%);background:linear-gradient(180deg, color-mix(in srgb, var(--shell-surface) 96%, #122238 4%), var(--shell-surface));box-shadow:0 14px 38px #0000001c}.monitoring-metrics,.monitoring-services{gap:15px;padding:18px}.monitoring-card,.monitoring-service{border:1px solid color-mix(in srgb, var(--shell-border) 82%, currentColor 18%);background:linear-gradient(145deg, color-mix(in srgb, var(--shell-background) 88%, var(--shell-surface) 12%), color-mix(in srgb, var(--shell-surface) 96%, currentColor 4%));border-radius:15px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06,0 8px 22px #0000001a}.monitoring-card:before,.monitoring-service:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,currentColor,#0000);height:2px;position:absolute;top:0;left:0;right:0}.monitoring-card{min-height:175px;padding:19px}.monitoring-card>strong{font-size:27px}.monitoring-card-clickable{cursor:pointer;outline:none}.monitoring-card-clickable:hover{border-color:color-mix(in srgb, currentColor 52%, var(--shell-border));transform:translateY(-3px);box-shadow:0 16px 32px #00000029}.monitoring-card-clickable:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--shell-primary) 26%, transparent)}.monitoring-card-action{color:currentColor;letter-spacing:.01em;margin-top:auto;padding-top:13px;font-size:10px;font-weight:750;display:inline-flex}.monitoring-services{padding-bottom:19px}.monitoring-service{min-height:154px;padding:19px}.monitoring-service>strong{font-size:20px}.monitoring-telephony>article{border:1px solid color-mix(in srgb, var(--shell-border) 88%, var(--shell-primary) 12%);box-shadow:0 8px 24px #00000014}.monitoring-info>div{border:1px solid color-mix(in srgb, var(--shell-border) 88%, var(--shell-primary) 12%);box-shadow:inset 0 1px #ffffff05}.metric-modal-overlay{z-index:3000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#020812c7;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.metric-modal{border:1px solid color-mix(in srgb, var(--shell-border) 66%, var(--shell-primary) 34%);background:linear-gradient(#0b1626,#081220);border-radius:20px;width:min(1040px,100%);max-height:calc(100vh - 56px);overflow-y:auto;box-shadow:0 30px 90px #0000007a}.metric-modal-header{border-bottom:1px solid #7e97b51f;justify-content:space-between;align-items:flex-start;gap:20px;padding:23px 25px 20px;display:flex}.metric-modal-eyebrow{color:#32d59a;letter-spacing:.12em;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.metric-modal-header h2{color:#f5f8fc;letter-spacing:-.025em;margin:0;font-size:21px}.metric-modal-header p{color:#8293a8;margin:6px 0 0;font-size:12px}.metric-modal-close{color:#b7c4d4;cursor:pointer;background:#101d2e;border:1px solid #26364a;border-radius:10px;flex:0 0 39px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.metric-modal-close:hover{color:#fff;border-color:#40536c}.metric-modal-tabs{gap:8px;padding:18px 25px 0;display:flex}.metric-modal-tabs button{color:#8193a9;min-height:36px;font:inherit;cursor:pointer;background:#0d1929;border:1px solid #24364a;border-radius:9px;align-items:center;gap:7px;padding:0 13px;font-size:11px;font-weight:700;display:inline-flex}.metric-modal-tabs button.active{color:#43dca5;background:#30d59a17;border-color:#30d59a5c}.metric-modal-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;padding:17px 25px;display:grid}.metric-modal-kpis article{background:#0c1828;border:1px solid #1e3045;border-radius:12px;padding:14px 15px}.metric-modal-kpis article.peak{background:#e2a94a0e;border-color:#e2a94a40}.metric-modal-kpis span{color:#71839a;text-transform:uppercase;font-size:9px;font-weight:700;display:block}.metric-modal-kpis strong{color:#f3f7fb;margin-top:5px;font-size:22px;display:block}.metric-modal-kpis article.peak strong{color:#e2a94a}.metric-modal-kpis small{color:#62758d;margin-top:4px;font-size:9px;display:block}.metric-chart-shell{background:linear-gradient(#091523,#07111e);border:1px solid #1d2e43;border-radius:14px;min-height:390px;margin:0 25px;overflow:hidden}.metric-chart-state{color:#8495aa;text-align:center;justify-content:center;align-items:center;gap:9px;min-height:390px;padding:30px;font-size:12px;display:flex}.metric-chart-state.error{color:#e57373}.metric-modal-footer{color:#62758d;padding:14px 25px 20px;font-size:10px}@media (width<=780px){.metric-modal-overlay{padding:12px}.metric-modal-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-modal-header{padding:18px}.metric-modal-tabs,.metric-modal-kpis{padding-left:18px;padding-right:18px}.metric-chart-shell{margin:0 18px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.block{display:block}.grid{display:grid}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{color:#f7f9fc;font-synthesis:none;text-rendering:optimizelegibility;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#07101d;--surface:#0c1726;--surface-strong:#101d2f;--surface-hover:#14233a;--border:#8ea9c926;--border-strong:#8ea9c940;--text:#f6f8fc;--muted:#778aa3;--primary:#4568ff;--primary-bright:#6249ff;background:#07101d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);min-width:320px;min-height:100%}body{background:radial-gradient(circle at 62% -20%,#3461ff1c,#0000 35%),#07101d;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:2px;outline:2px solid #546fff}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex}.app-main{width:100%;min-width:0}.sidebar{z-index:50;border-right:1px solid var(--border);background:linear-gradient(#081220fa,#060f1bfa);flex-direction:column;flex:none;height:100vh;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:12px 0 40px #00000021}.brand{border-bottom:1px solid #82a0c314;align-items:center;gap:12px;height:76px;padding:0 20px;display:flex}.brand-icon,.login-brand-icon{color:#fff;background:linear-gradient(145deg,#3a65fff2,#6738fff2);border:1px solid #6d85ff66;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 30px #4a4eff38}.brand-copy,.login-brand>div:last-child{flex-direction:column;min-width:0;display:flex}.brand-copy strong,.login-brand strong{letter-spacing:.04em;white-space:nowrap;font-size:14px}.brand-copy span,.login-brand span{color:#7185a0;letter-spacing:.22em;margin-top:2px;font-size:10px}.sidebar-scroll{flex:1;padding:18px 12px;overflow-y:auto}.sidebar-section-title{color:#56708f;letter-spacing:.11em;margin:20px 10px 8px;font-size:10px;font-weight:700;display:block}.sidebar-nav{gap:5px;display:grid}.sidebar-link,.sidebar-action{color:#93a4ba;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 13px;font-size:13px;text-decoration:none;transition:color .18s,background .18s,transform .18s;display:flex}.sidebar-link:hover,.sidebar-action:hover{color:#fff;background:#4b67f51a}.sidebar-link-active{color:#fff;background:linear-gradient(100deg,#2f5cf0f2,#5535e0f2);box-shadow:0 9px 25px #2a45e133}.sidebar-link-collapsed{justify-content:center;padding:0}.sidebar-footer{border-top:1px solid var(--border);padding:12px}.rotate-180{transform:rotate(180deg)}.header{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07101dd1;justify-content:space-between;align-items:center;min-height:76px;padding:12px 28px;display:flex;position:sticky;top:0;box-shadow:0 10px 30px #0309122e}.header-title-wrapper,.header-actions,.header-user{align-items:center;display:flex}.header-title-wrapper{gap:12px}.header-title-wrapper h1{margin:0;font-size:20px;font-weight:650}.header-title-wrapper p{color:var(--muted);margin:5px 0 0;font-size:12px}.header-actions{gap:8px}.icon-button,.date-filter{border:1px solid var(--border);color:#a3b2c6;cursor:pointer;background:#0e1b2db8;border-radius:10px;justify-content:center;align-items:center;height:38px;transition:border-color .18s,background .18s,color .18s;display:inline-flex}.icon-button{width:38px;position:relative}.icon-button:hover,.date-filter:hover{border-color:var(--border-strong);color:#fff;background:var(--surface-hover)}.date-filter{gap:8px;padding:0 13px;font-size:12px}.notification-badge{color:#fff;background:#e84069;border:2px solid #07101d;border-radius:50%;place-items:center;width:17px;height:17px;font-size:9px;font-weight:700;display:grid;position:absolute;top:-4px;right:-4px}.header-user{gap:10px;margin-left:9px}.avatar{color:#fff;background:linear-gradient(135deg,#13bfc0,#27d193);border-radius:13px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:750;display:grid}.header-user-copy{flex-direction:column;display:flex}.header-user-copy strong{font-size:12px}.header-user-copy span{color:var(--muted);margin-top:3px;font-size:10px}.mobile-menu-button{display:none}.page-content{padding:18px}.dashboard-page{width:100%;max-width:1900px;margin:0 auto}.stats-grid{grid-template-columns:repeat(6,minmax(180px,1fr));gap:12px;display:grid}.stat-card,.panel,.server-status-item,.placeholder-panel{border:1px solid var(--border);background:linear-gradient(145deg,#101d2ff0,#0a1625f0);box-shadow:0 18px 45px #00000024,inset 0 1px #ffffff04}.stat-card{border-radius:14px;min-height:142px;padding:16px;position:relative;overflow:hidden}.stat-card:before{background:var(--card-accent);content:"";filter:blur(60px);opacity:.17;border-radius:50%;width:130px;height:130px;position:absolute;top:-60px;right:-50px}.stat-card-header{justify-content:space-between;align-items:center;display:flex}.stat-icon{color:#fff;background:var(--card-accent);width:39px;height:39px;box-shadow:0 10px 22px var(--card-accent);border-radius:11px;place-items:center;display:grid}@supports (color:color-mix(in lab, red, red)){.stat-icon{box-shadow:0 10px 22px color-mix(in srgb, var(--card-accent) 28%, transparent)}}.status-dot{background:var(--card-accent);width:7px;height:7px;box-shadow:0 0 10px var(--card-accent);border-radius:50%}.stat-card-copy{z-index:2;flex-direction:column;margin-top:12px;display:flex;position:relative}.stat-card-copy>span{color:#9aacbf;font-size:11px}.stat-card-copy strong{color:#fff;margin-top:2px;font-size:27px;line-height:1.1}.stat-card-copy small{margin-top:5px;font-size:10px}.trend-up{color:#22d879}.trend-down{color:#ff5979}.trend-neutral{color:#8ca0b9}.stat-sparkline{opacity:.9;height:38px;position:absolute;bottom:0;left:0;right:0}.stat-sparkline svg{width:100%;height:100%}.dashboard-grid{gap:12px;margin-top:12px;display:grid}.dashboard-grid-main{grid-template-columns:minmax(480px,2.3fr) minmax(275px,1fr) minmax(260px,.95fr)}.dashboard-grid-secondary{grid-template-columns:minmax(290px,.95fr) minmax(390px,1.25fr) minmax(420px,1.45fr)}.panel{border-radius:14px;min-width:0;padding:16px}.panel-heading{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.panel-heading h2{color:#f7f9fc;margin:0;font-size:14px;font-weight:650}.panel-heading p{color:var(--muted);margin:5px 0 0;font-size:11px}.small-filter{border:1px solid var(--border);color:#aab8c9;cursor:pointer;background:#081422b3;border-radius:9px;height:32px;padding:0 10px;font-size:11px}.pbx-list,.extensions-list,.recent-calls{display:grid}.pbx-row{border-bottom:1px solid #89a0bb17;justify-content:space-between;align-items:center;min-height:58px;display:flex}.pbx-row>div:first-child{flex-direction:column;display:flex}.pbx-row strong{font-size:12px}.pbx-row span{color:var(--muted);margin-top:4px;font-size:10px}.pbx-row-status{align-items:center;gap:8px;display:flex}.pbx-row-status small{border:1px solid var(--border);color:#7790ad;border-radius:7px;padding:5px 7px;font-size:9px}.status-badge{border-radius:7px;padding:5px 8px;font-size:9px;font-weight:600}.status-online{background:#14bd6824;color:#28df81!important}.panel-link{color:#5875ff;cursor:pointer;background:0 0;border:0;margin-top:13px;padding:0;font-size:11px}.distribution-legend{gap:10px;display:grid}.distribution-legend>div{color:#8da0b8;grid-template-columns:10px 1fr auto;align-items:center;gap:8px;font-size:11px;display:grid}.distribution-legend strong{color:#ecf2f9}.legend-dot{border-radius:3px;width:8px;height:8px}.legend-green{background:#18ce70}.legend-blue{background:#237cf2}.legend-purple{background:#7c45ea}.extension-row{border-bottom:1px solid #89a0bb17;grid-template-columns:39px 1fr auto 75px;align-items:center;gap:10px;min-height:55px;display:grid}.extension-number{color:#e9f3ff;background:linear-gradient(145deg,#174367,#0d314d);border-radius:9px;place-items:center;height:34px;font-size:11px;font-weight:700;display:grid}.extension-person{flex-direction:column;min-width:0;display:flex}.extension-person strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.extension-person span,.extension-duration{color:var(--muted);margin-top:3px;font-size:9px}.extension-status{border-radius:7px;padding:5px 7px;font-size:9px}.extension-status.online{color:#31da85;background:#17be6b1f}.extension-status.calling{color:#ffb04a;background:#ff972c21}.extension-status.offline{color:#ff5c79;background:#e1375821}.extension-duration{text-align:right}.queue-table{overflow-x:auto}.queue-header,.queue-row{grid-template-columns:minmax(115px,1fr) 58px 72px minmax(120px,1fr);align-items:center;gap:8px;min-width:390px;display:grid}.queue-header{color:#68809c;min-height:36px;font-size:9px}.queue-row{color:#a0b0c3;border-top:1px solid #89a0bb17;min-height:50px;font-size:10px}.queue-row strong{color:#edf3fa;font-size:10px}.service-level{align-items:center;gap:8px;display:flex}.progress-track{background:#17283b;border-radius:999px;flex:1;height:5px;overflow:hidden}.progress-value{border-radius:inherit;background:linear-gradient(90deg,#16bd6b,#30df8b);height:100%}.recent-call-row{border-bottom:1px solid #89a0bb17;grid-template-columns:32px minmax(150px,1fr) 65px 65px 66px;align-items:center;gap:8px;min-height:57px;display:grid}.call-type-icon{border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.call-type-icon.incoming{color:#21d77a;background:#21d77a1a}.call-type-icon.outgoing{color:#3787ff;background:#3787ff1a}.call-type-icon.missed{color:#f04464;background:#f044641a}.call-route{color:#8699b0;align-items:center;gap:8px;min-width:0;font-size:10px;display:flex}.call-route strong{color:#eef3f9;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.call-time,.call-duration{color:#8293a8;font-size:9px}.call-result{border-radius:7px;justify-self:end;padding:5px 7px;font-size:9px}.call-result.answered{color:#30df88;background:#26d1771a}.call-result.lost{color:#fb5775;background:#e243611f}.server-status-bar{grid-template-columns:repeat(6,1fr);gap:12px;margin-top:12px;display:grid}.server-status-item{color:#7188a4;border-radius:12px;align-items:center;gap:9px;min-width:0;height:57px;padding:0 13px;font-size:10px;display:flex}.server-status-item strong{color:#dce6f2;white-space:nowrap;margin-left:auto;font-size:10px}.server-status-icon{color:#4f74ff;background:#4768ff1a;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.placeholder-panel{border-radius:16px;min-height:calc(100vh - 115px);padding:50px}.placeholder-panel>span{color:#5875ff;letter-spacing:.12em;font-size:10px;font-weight:700}.placeholder-panel h1{margin:14px 0 8px}.placeholder-panel p{color:var(--muted)}.login-page{background:#06101c;grid-template-columns:minmax(420px,1.15fr) minmax(430px,.85fr);min-height:100vh;display:grid;position:relative;overflow:hidden}.login-background-grid{opacity:.14;background-image:linear-gradient(#57709e2e 1px,#0000 1px),linear-gradient(90deg,#57709e2e 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 74%);mask-image:linear-gradient(90deg,#000,#0000 74%)}.login-glow{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.login-glow-one{background:#2853ff2e;width:430px;height:430px;top:2%;left:28%}.login-glow-two{background:#6738ff2b;width:390px;height:390px;bottom:-15%;left:-8%}.login-brand-panel,.login-form-panel{z-index:2;position:relative}.login-brand-panel{border-right:1px solid var(--border);flex-direction:column;justify-content:center;padding:8vw;display:flex}.login-brand{align-items:center;gap:12px;display:flex;position:absolute;top:40px;left:8vw}.login-hero-copy{max-width:650px}.login-kicker{color:#6883ff;letter-spacing:.18em;font-size:11px;font-weight:750}.login-hero-copy h1{color:#f7faff;letter-spacing:-.045em;max-width:600px;margin:18px 0;font-size:clamp(38px,4vw,66px);font-weight:680;line-height:1.04}.login-hero-copy p{color:#8194ae;max-width:540px;font-size:15px;line-height:1.75}.login-features{flex-wrap:wrap;gap:15px;margin-top:48px;display:flex}.login-features>div{border:1px solid var(--border);color:#a8b8ca;background:#0d1b2d94;border-radius:11px;align-items:center;gap:9px;padding:11px 14px;font-size:11px;display:flex}.login-features svg{color:#5676ff}.login-form-panel{background:linear-gradient(145deg,#091525f0,#050e19f5);place-items:center;padding:40px;display:grid}.login-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d1a2cd1;border-radius:22px;width:100%;max-width:415px;padding:36px;box-shadow:0 30px 80px #00000047,inset 0 1px #ffffff05}.login-card-heading h2{margin:0;font-size:25px}.login-card-heading p{color:#7588a1;margin:8px 0 28px;font-size:12px}.login-mobile-logo{display:none}.form-field{margin-top:18px;display:block}.form-field>span{color:#a8b6c8;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.input-wrapper{border:1px solid var(--border);color:#667b96;background:#07121fb8;border-radius:11px;align-items:center;gap:10px;height:48px;padding:0 13px;transition:border-color .18s,box-shadow .18s;display:flex}.input-wrapper:focus-within{border-color:#5870ffbf;box-shadow:0 0 0 4px #4660ff14}.input-wrapper input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:12px}.input-wrapper input::placeholder{color:#4e627c}.password-toggle{color:#667b96;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(100deg,#335ff1,#6342e8);border:0;border-radius:11px;width:100%;height:48px;margin-top:25px;font-size:12px;font-weight:700;transition:transform .18s,filter .18s;box-shadow:0 14px 30px #3d4ce13b}.login-submit:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-2px)}.login-submit:disabled{cursor:not-allowed;opacity:.6}.login-error{color:#ff8098;background:#db30501a;border:1px solid #eb43633b;border-radius:9px;margin-bottom:12px;padding:11px;font-size:11px}.login-footer-text{color:#536983;text-align:center;margin:20px 0 0;font-size:10px}@media (width<=1500px){.stats-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid-main{grid-template-columns:2fr 1fr}.distribution-panel{grid-column:1/-1}.dashboard-grid-secondary{grid-template-columns:1fr 1fr}.dashboard-grid-secondary>:last-child{grid-column:1/-1}.server-status-bar{grid-template-columns:repeat(3,1fr)}}@media (width<=1050px){.header-user-copy,.date-filter span{display:none}.dashboard-grid-main,.dashboard-grid-secondary{grid-template-columns:1fr}.distribution-panel,.dashboard-grid-secondary>:last-child{grid-column:auto}.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{min-height:100vh}.login-mobile-logo{color:#fff;background:linear-gradient(145deg,#315ff3,#6540e6);border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:20px;display:grid}}.sidebar-overlay{display:none}@media (width<=760px){.sidebar{z-index:70;transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar.sidebar-mobile-open{transform:translate(0)}.sidebar-overlay{z-index:65;background:#040a148f;display:block;position:fixed;inset:0}.header{padding:12px 15px}.mobile-menu-button{display:inline-flex}.header-title-wrapper p,.header-actions>.icon-button:first-child{display:none}.page-content{padding:12px}.stats-grid,.server-status-bar{grid-template-columns:repeat(2,1fr)}.calls-chart-panel{overflow-x:auto}}@media (width<=520px){.stats-grid,.server-status-bar{grid-template-columns:1fr}.login-form-panel{padding:18px}.login-card{padding:25px 20px}.recent-call-row{grid-template-columns:32px 1fr auto}.call-time,.call-duration{display:none}}.dashboard-toolbar{border:1px solid var(--border);background:#0b1828c7;border-radius:12px;justify-content:space-between;align-items:center;min-height:52px;margin-bottom:12px;padding:10px 14px;display:flex}.dashboard-toolbar>div{align-items:center;gap:8px;min-width:0;display:flex}.dashboard-toolbar strong{font-size:11px}.dashboard-toolbar small{color:var(--muted);margin-left:7px;font-size:10px}.dashboard-live-indicator{border-radius:50%;width:8px;height:8px}.dashboard-live-indicator.online{background:#22d879;box-shadow:0 0 12px #22d879}.dashboard-live-indicator.offline{background:#ef3e70;box-shadow:0 0 12px #ef3e70}.dashboard-refresh-button{border:1px solid var(--border);color:#aab8c9;cursor:pointer;background:#081422b3;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:33px;padding:0 11px;font-size:10px;display:inline-flex}.dashboard-refresh-button:disabled{cursor:wait;opacity:.65}.dashboard-real-stats{grid-template-columns:repeat(5,minmax(180px,1fr))}.dashboard-loading-page,.dashboard-error-page{border:1px solid var(--border);text-align:center;background:#0b1828bf;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:calc(100vh - 115px);display:flex}.dashboard-loading-page span,.dashboard-error-page p{color:var(--muted);margin:0;font-size:11px}.dashboard-error-page h2{margin:7px 0 0;font-size:18px}.dashboard-retry-button{width:auto;min-width:160px;margin-top:10px;padding:0 22px}.dashboard-spinner{animation:.9s linear infinite dashboard-spin}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-state,.dashboard-empty,.dashboard-error{min-height:100px;color:var(--muted);text-align:center;justify-content:center;align-items:center;font-size:11px;display:flex}.dashboard-error{flex-direction:column}.dashboard-error p{margin:0}.pbx-details{gap:15px;display:grid}.pbx-main-status{border-bottom:1px solid #89a0bb17;align-items:center;gap:11px;min-height:65px;padding-bottom:12px;display:flex}.pbx-main-icon{border-radius:12px;flex:none;place-items:center;width:45px;height:45px;display:grid}.pbx-main-icon.online{color:#28df81;background:#14bd6821}.pbx-main-icon.offline{color:#ff5c79;background:#e1375821}.pbx-main-status>div:last-child{flex-direction:column;min-width:0;display:flex}.pbx-main-status strong{font-size:12px}.pbx-main-status span{color:var(--muted);margin-top:4px;font-size:10px}.pbx-info-grid{gap:8px;display:grid}.pbx-info-grid>div{color:#7188a4;grid-template-columns:20px 80px 1fr;align-items:center;gap:6px;min-height:30px;font-size:10px;display:grid}.pbx-info-grid svg{color:#5875ff}.pbx-info-grid strong{color:#e4edf7;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.pbx-last-sync{color:var(--muted);font-size:9px}.status-offline{background:#e1375821;color:#ff5c79!important}.trunks-list{display:grid}.trunk-row{border-bottom:1px solid #89a0bb17;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;min-height:58px;display:grid}.trunk-icon{color:#45a4ff;background:#2583ff1a;border-radius:9px;place-items:center;width:33px;height:33px;display:grid}.trunk-copy{flex-direction:column;min-width:0;display:flex}.trunk-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.trunk-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.trunk-status{border-radius:7px;align-items:center;gap:5px;padding:5px 7px;font-size:9px;display:inline-flex}.trunk-status.registered{color:#31da85;background:#17be6b1f}.trunk-status.unregistered{color:#ff5c79;background:#e1375821}.dashboard-grid-footer{grid-template-columns:1fr}@media (width<=1500px){.dashboard-real-stats{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.dashboard-real-stats{grid-template-columns:repeat(2,1fr)}.dashboard-toolbar{align-items:flex-start}.dashboard-toolbar small{display:none}}@media (width<=520px){.dashboard-real-stats{grid-template-columns:1fr}.dashboard-refresh-button{padding:0 9px;font-size:0}.dashboard-refresh-button svg{margin:0}}.extensions-page{width:100%;max-width:1900px;margin:0 auto}.resource-page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.resource-page-heading>div>span{color:#5875ff;letter-spacing:.13em;font-size:10px;font-weight:700}.resource-page-heading h1{margin:8px 0 5px;font-size:24px}.resource-page-heading p{color:var(--muted);margin:0;font-size:11px}.resource-refresh-button{border:1px solid var(--border);color:#b8c5d5;cursor:pointer;background:#0d1b2db8;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-width:105px;height:36px;padding:0 13px;font-size:10px;display:inline-flex}.resource-refresh-button:hover{border-color:var(--border-strong);color:#fff;background:var(--surface-hover)}.resource-refresh-button:disabled{cursor:wait;opacity:.65}.extensions-summary-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-bottom:14px;display:grid}.extension-summary-card{border:1px solid var(--border);background:linear-gradient(145deg,#101d2ff0,#0a1625f0);border-radius:13px;align-items:center;gap:12px;min-height:82px;padding:14px;display:flex}.extension-summary-card>div:last-child{flex-direction:column;display:flex}.extension-summary-card span{color:var(--muted);font-size:10px}.extension-summary-card strong{margin-top:3px;font-size:22px}.summary-icon{border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.summary-icon.total{color:#6481ff;background:#5875ff1f}.summary-icon.online{color:#31da85;background:#17be6b1f}.summary-icon.offline{color:#ff5c79;background:#e1375821}.summary-icon.calling{color:#ffb04a;background:#ff972c21}.resource-panel{border:1px solid var(--border);background:linear-gradient(145deg,#101d2ff0,#0a1625f0);border-radius:15px;overflow:hidden;box-shadow:0 18px 45px #00000024}.resource-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.resource-search{border:1px solid var(--border);color:#647a95;background:#06111ea3;border-radius:10px;align-items:center;gap:9px;width:min(100%,460px);height:39px;padding:0 12px;display:flex}.resource-search:focus-within{border-color:#5870ffb8;box-shadow:0 0 0 4px #4660ff14}.resource-search input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:11px}.resource-search input::placeholder{color:#536983}.resource-search button{color:#7188a4;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.resource-filters{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.resource-filters>svg{color:#7188a4;margin-right:3px}.resource-filters button{border:1px solid var(--border);color:#8295ad;cursor:pointer;background:#081422a6;border-radius:8px;height:32px;padding:0 11px;font-size:10px}.resource-filters button:hover{color:#fff;background:var(--surface-hover)}.resource-filters button.active{color:#fff;background:linear-gradient(100deg,#2f5cf0cc,#5535e0cc);border-color:#5870ff80}.resource-result-bar{color:#8295ad;border-bottom:1px solid #89a0bb12;justify-content:space-between;align-items:center;min-height:38px;padding:0 14px;font-size:10px;display:flex}.resource-result-bar small{color:#5f7692;font-size:9px}.resource-state{color:#7188a4;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:340px;display:flex}.resource-state strong{color:#dce6f2;font-size:12px}.resource-state span{font-size:10px}.resource-state.error svg{color:#ff5c79}.resource-state button{border:1px solid var(--border);color:#fff;cursor:pointer;background:#3254dcbf;border-radius:8px;height:34px;padding:0 14px;font-size:10px}.extensions-table-wrapper{overflow-x:auto}.extensions-table{border-collapse:collapse;width:100%;min-width:1180px}.extensions-table th{color:#607894;text-align:left;text-transform:uppercase;letter-spacing:.04em;height:42px;padding:0 12px;font-size:9px;font-weight:650}.extensions-table td{color:#9aacbf;border-top:1px solid #89a0bb14;height:61px;padding:0 12px;font-size:10px}.extensions-table tbody tr{transition:background .16s}.extensions-table tbody tr:hover{background:#4c67f50b}.extension-number-button{color:#e8f4ff;cursor:pointer;background:linear-gradient(145deg,#174367,#0d314d);border:1px solid #4988c140;border-radius:8px;min-width:46px;height:34px;padding:0 9px;font-size:11px;font-weight:700}.extension-number-button:hover{filter:brightness(1.16)}.table-primary-copy{flex-direction:column;min-width:0;display:flex}.table-primary-copy strong{color:#edf3fa;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:10px;overflow:hidden}.table-primary-copy span{color:#607894;margin-top:4px;font-size:9px}.table-status{border-radius:7px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;display:inline-flex}.table-status>span{border-radius:50%;width:6px;height:6px}.table-status.online{color:#31da85;background:#17be6b1f}.table-status.online>span{background:#31da85;box-shadow:0 0 8px #31da85}.table-status.calling{color:#ffb04a;background:#ff972c21}.table-status.calling>span{background:#ffb04a;box-shadow:0 0 8px #ffb04a}.table-status.offline{color:#ff5c79;background:#e1375821}.table-status.offline>span{background:#ff5c79}.technology-badge{border:1px solid var(--border);color:#91a4bd;background:#07121f8c;border-radius:7px;align-items:center;gap:4px;padding:5px 7px;font-size:9px;display:inline-flex}.technology-badge svg{flex:none}.latency-cell{flex-direction:column;display:flex}.latency-cell strong{color:#dce6f2;font-size:10px}.latency-cell span{margin-top:3px;font-size:8px}.latency-cell .excellent,.quality-text.excellent{color:#31da85}.latency-cell .good,.quality-text.good{color:#45a4ff}.latency-cell .regular,.quality-text.regular{color:#ffb04a}.latency-cell .bad,.quality-text.bad{color:#ff5c79}.latency-cell .unknown,.quality-text.unknown{color:#7188a4}.device-cell{color:#8da0b8;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:9px;display:block;overflow:hidden}.last-seen-cell{color:#7f93aa;white-space:nowrap;font-size:9px}.table-action-button{border:1px solid var(--border);color:#7e98ff;cursor:pointer;white-space:nowrap;background:#3553d414;border-radius:8px;height:30px;padding:0 9px;font-size:9px}.table-action-button:hover{color:#fff;background:#3553d433;border-color:#5870ff73}.drawer-backdrop{z-index:90;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default;background:#01070e9e;border:0;position:fixed;inset:0}.extension-drawer{z-index:100;border-left:1px solid var(--border);background:linear-gradient(#0b192a,#071321);width:min(460px,100vw);height:100vh;padding:22px;animation:.22s ease-out drawer-enter;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 60px #00000047}@keyframes drawer-enter{0%{transform:translate(100%)}to{transform:translate(0)}}.extension-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:18px;display:flex}.extension-drawer-header span{color:#5875ff;letter-spacing:.12em;font-size:9px;font-weight:700}.extension-drawer-header h2{margin:7px 0 4px;font-size:21px}.extension-drawer-header p{color:var(--muted);margin:0;font-size:10px}.drawer-close-button{border:1px solid var(--border);color:#91a4bd;cursor:pointer;background:#0d1b2db8;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.drawer-close-button:hover{color:#fff;background:var(--surface-hover)}.drawer-status-section{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:18px 0;display:flex}.drawer-status-icon{border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.drawer-status-icon.online{color:#31da85;background:#17be6b1f}.drawer-status-icon.calling{color:#ffb04a;background:#ff972c21}.drawer-status-icon.offline{color:#ff5c79;background:#e1375821}.drawer-status-section>div:last-child{flex-direction:column;display:flex}.drawer-status-section strong{font-size:12px}.drawer-status-section span{color:var(--muted);margin-top:4px;font-size:10px}.drawer-section{border-bottom:1px solid var(--border);padding:18px 0}.drawer-section h3{color:#b9c7d7;margin:0 0 12px;font-size:11px}.drawer-detail-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.drawer-detail-grid>div{border:1px solid var(--border);background:#07121f85;border-radius:10px;grid-template-columns:20px 1fr;column-gap:7px;min-width:0;min-height:70px;padding:10px;display:grid}.drawer-detail-grid svg{color:#5875ff;grid-row:1/3}.drawer-detail-grid span{color:#677f9b;font-size:9px}.drawer-detail-grid strong{color:#e1eaf4;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.drawer-detail-list{gap:8px;display:grid}.drawer-detail-list>div{border:1px solid var(--border);background:#07121f85;border-radius:10px;flex-direction:column;min-width:0;padding:11px;display:flex}.drawer-detail-list span{color:#677f9b;font-size:9px}.drawer-detail-list strong{overflow-wrap:anywhere;color:#dce6f2;margin-top:5px;font-size:10px;line-height:1.5}.drawer-future-actions{grid-template-columns:1fr 1fr;gap:8px;padding-top:18px;display:grid}.drawer-future-actions button{border:1px solid var(--border);color:#627791;background:#07121f85;border-radius:9px;min-height:38px;font-size:9px}.drawer-future-actions button:disabled{cursor:not-allowed;opacity:.7}@media (width<=1050px){.resource-toolbar{flex-direction:column;align-items:stretch}.resource-search{width:100%}.extensions-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.resource-page-heading{flex-direction:column;align-items:stretch}.resource-refresh-button{align-self:flex-start}.extensions-summary-grid{grid-template-columns:1fr 1fr}.resource-result-bar small{display:none}.drawer-detail-grid{grid-template-columns:1fr}.extension-drawer{padding:18px}}@media (width<=420px){.extensions-summary-grid,.drawer-future-actions{grid-template-columns:1fr}}.trunks-summary-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;max-width:980px;margin-bottom:14px;display:grid}.trunks-table{min-width:1050px}.trunk-name-button{color:#ddecff;cursor:pointer;background:#2583ff17;border:1px solid #2583ff33;border-radius:8px;align-items:center;gap:8px;max-width:210px;min-height:34px;padding:0 10px;font-size:10px;font-weight:650;display:inline-flex}.trunk-name-button svg{color:#45a4ff;flex:none}.trunk-name-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.trunk-name-button:hover{color:#fff;background:#2583ff29;border-color:#2583ff6b}@media (width<=800px){.trunks-summary-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.trunks-summary-grid{grid-template-columns:1fr}}.calls-page{flex-direction:column;gap:22px;min-width:0;display:flex}.calls-page-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.calls-page-header h1{color:#fff;margin:0;font-size:28px;line-height:1.2}.calls-page-header p{color:#7d91aa;margin:7px 0 0;font-size:14px}.calls-title-line{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.calls-realtime-status{color:#9cafc6;white-space:nowrap;background:#101c2d;border:1px solid #293a54;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.calls-realtime-status>span{background:#7387a1;border-radius:50%;width:7px;height:7px}.calls-realtime-status.connected{color:#59da91;background:#18ce7014;border-color:#18ce704d}.calls-realtime-status.connected>span{background:#18ce70;box-shadow:0 0 0 4px #18ce701c}.calls-realtime-status.disconnected{color:#ffad62;background:#ff9b3712;border-color:#ff9b3747}.calls-realtime-status.disconnected>span{background:#ff9b37}.calls-page-actions{align-items:center;gap:10px;display:flex}.calls-period-filter,.calls-refresh-button{color:#b5c3d5;background:#101c2d;border:1px solid #273851;border-radius:10px;align-items:center;gap:9px;height:42px;padding:0 14px;display:inline-flex}.calls-period-filter select{color:#dce6f2;font:inherit;cursor:pointer;background:0 0;border:0;outline:0}.calls-period-filter option,.calls-select-filter option{color:#fff;background:#101c2d}.calls-refresh-button{cursor:pointer;font:inherit;font-weight:700;transition:border-color .2s,color .2s,background .2s}.calls-refresh-button:hover{color:#fff;background:#132238;border-color:#397fe5}.calls-spinning{animation:.8s linear infinite calls-spin}@keyframes calls-spin{to{transform:rotate(360deg)}}.calls-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.calls-summary-card{background:linear-gradient(145deg,#132134fa,#0c1625fa);border:1px solid #202f45;border-radius:14px;align-items:center;gap:14px;min-height:116px;padding:18px;display:flex;position:relative;overflow:hidden}.calls-summary-card:after{content:"";background:#2583ff14;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-38px;right:-26px}.calls-summary-icon{z-index:1;color:#4a99ff;background:#2583ff1f;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid;position:relative}.calls-summary-card>div:last-child{z-index:1;flex-direction:column;min-width:0;display:flex;position:relative}.calls-summary-card span{color:#7f93ac;font-size:12px;font-weight:700}.calls-summary-card strong{color:#fff;margin-top:3px;font-size:25px;line-height:1.15}.calls-summary-card small{color:#677c96;margin-top:5px;font-size:11px}.calls-summary-card.active .calls-summary-icon{color:#3c99ff;background:#2583ff21}.calls-summary-card.answered .calls-summary-icon{color:#18ce70;background:#18ce701f}.calls-summary-card.missed .calls-summary-icon{color:#ff6b75;background:#ff59671f}.calls-summary-card.inbound .calls-summary-icon{color:#1edb84;background:#18ce701c}.calls-summary-card.outbound .calls-summary-icon{color:#3f8cff;background:#2583ff1f}.calls-summary-card.internal .calls-summary-icon{color:#9b6cff;background:#7c45ea1f}.calls-summary-card.duration .calls-summary-icon{color:#ffad62;background:#ff9b371f}.calls-results-strip{background:#0d1726;border:1px solid #202f45;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.calls-results-strip>div{border-right:1px solid #202f45;justify-content:space-between;align-items:center;min-height:54px;padding:0 18px;display:flex}.calls-results-strip>div:last-child{border-right:0}.calls-results-strip span{color:#7e91aa;font-size:12px}.calls-results-strip strong{color:#fff;font-size:16px}.calls-panel{background:#0d1726;border:1px solid #202f45;border-radius:14px;min-width:0;overflow:hidden}.calls-panel-heading{border-bottom:1px solid #202f45;justify-content:space-between;align-items:center;gap:16px;min-height:78px;padding:16px 20px;display:flex}.calls-panel-heading h2{color:#fff;margin:0;font-size:17px}.calls-panel-heading p{color:#71859f;margin:6px 0 0;font-size:12px}.calls-active-counter{color:#4b9aff;background:#2583ff1c;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800}.calls-state{color:#8195ae;text-align:center;padding:36px 20px}.calls-error-state{color:#ff7c84;justify-content:center;align-items:center;gap:12px;min-height:150px;display:flex}.calls-error-state>div{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.calls-error-state button{color:#4b9aff;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.calls-empty-state{color:#607590;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:170px;padding:30px;display:flex}.calls-empty-state strong{color:#dce5f1;font-size:14px}.calls-empty-state span{font-size:12px}.calls-active-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px;display:grid}.calls-active-card{color:inherit;text-align:left;cursor:pointer;background:#101c2d;border:1px solid #253651;border-radius:12px;flex-direction:column;gap:15px;padding:16px;transition:transform .2s,border-color .2s,background .2s;display:flex}.calls-active-card:hover{background:#132239;border-color:#347fe9;transform:translateY(-2px)}.calls-card-transferring{opacity:.82;background:#ff972c0d;border-color:#ff972c66}.calls-transfer-hint{color:#ffb04a;background:#ff972c14;border:1px solid #ff972c40;border-radius:9px;align-items:center;gap:8px;margin:14px 20px 0;padding:9px 12px;font-size:10px;display:flex}.calls-active-card-top{justify-content:space-between;align-items:center;display:flex}.calls-direction-icon{border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.calls-direction-icon.inbound{color:#18ce70;background:#18ce701f}.calls-direction-icon.outbound{color:#3d91ff;background:#2583ff1f}.calls-direction-icon.internal{color:#a078ff;background:#7c45ea21}.calls-direction-icon.unknown{color:#8295ad;background:#7387a11f}.calls-status-badge,.calls-disposition-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.calls-status-badge.answered,.calls-disposition-badge.answered{color:#50dc8c;background:#18ce701c}.calls-status-badge.progress{color:#55a0ff;background:#2583ff1f}.calls-status-badge.ended{color:#99abc0;background:#7387a11f}.calls-status-badge.failed,.calls-disposition-badge.failed{color:#ff7780;background:#ff59671c}.calls-status-badge.new,.calls-disposition-badge.unknown{color:#a8b6c8;background:#7387a11f}.calls-disposition-badge.missed{color:#ffad62;background:#ff9b371f}.calls-disposition-badge.busy{color:#ffd05a;background:#ffc1381c}.calls-active-route{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:9px;display:grid}.calls-active-route strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.calls-active-route strong:last-child{text-align:right}.calls-active-route span{color:#526883}.calls-active-meta{justify-content:space-between;align-items:center;display:flex}.calls-active-meta span{color:#7388a2;align-items:center;gap:6px;font-size:11px;display:inline-flex}.calls-active-meta strong{color:#4e9eff;font-variant-numeric:tabular-nums;font-size:18px}.calls-active-card small{color:#657b96;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.calls-filter-bar{border-bottom:1px solid #202f45;grid-template-columns:minmax(260px,1fr) 190px 200px;gap:10px;padding:14px 18px;display:grid}.calls-search-field{color:#667b95;background:#101c2d;border:1px solid #273851;border-radius:10px;align-items:center;gap:9px;height:42px;padding:0 13px;display:flex}.calls-search-field:focus-within{border-color:#397fe5}.calls-search-field input{color:#e1e9f3;width:100%;font:inherit;background:0 0;border:0;outline:0}.calls-search-field input::placeholder{color:#5f748f}.calls-select-filter{color:#c4d0df;height:42px;font:inherit;cursor:pointer;background:#101c2d;border:1px solid #273851;border-radius:10px;outline:0;padding:0 12px}.calls-table-wrapper{width:100%;overflow-x:auto}.calls-table{border-collapse:collapse;width:100%;min-width:1180px}.calls-table th{color:#6f849f;text-align:left;text-transform:uppercase;letter-spacing:.05em;background:#101b2c;border-bottom:1px solid #202f45;padding:13px 16px;font-size:10px;font-weight:800}.calls-table td{color:#9bacc0;vertical-align:middle;border-bottom:1px solid #19273a;padding:14px 16px;font-size:12px}.calls-table tbody tr{cursor:pointer;transition:background .16s}.calls-table tbody tr:hover,.calls-table tbody tr:focus{background:#111f32;outline:0}.calls-table td strong{color:#e7edf5;text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-size:12px;display:block;overflow:hidden}.calls-table td small{color:#61758f;text-overflow:ellipsis;white-space:nowrap;max-width:230px;margin-top:4px;font-size:10px;display:block;overflow:hidden}.calls-direction-cell{align-items:center;gap:9px;display:flex}.calls-direction-cell .calls-direction-icon{width:32px;height:32px}.calls-direction-cell>span{color:#a8b7c9;font-size:11px}.calls-cause{color:#8295ad;text-overflow:ellipsis;white-space:nowrap;max-width:210px;display:block;overflow:hidden}.calls-pagination{border-top:1px solid #202f45;justify-content:space-between;align-items:center;min-height:65px;padding:12px 18px;display:flex}.calls-pagination>span{color:#7286a0;font-size:11px}.calls-pagination>div{gap:8px;display:flex}.calls-pagination button{color:#b8c6d7;height:36px;font:inherit;cursor:pointer;background:#101c2d;border:1px solid #273851;border-radius:8px;align-items:center;gap:6px;padding:0 11px;font-size:11px;display:inline-flex}.calls-pagination button:hover:not(:disabled){color:#fff;border-color:#397fe5}.calls-pagination button:disabled{opacity:.4;cursor:not-allowed}.calls-drawer-backdrop{z-index:1098;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#030910b3;border:0;position:fixed;inset:0}.calls-details-drawer{z-index:1099;background:#0d1726;border-left:1px solid #273851;width:min(470px,100vw);height:100vh;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-22px 0 60px #00000061}.calls-drawer-header{background:#101b2c;border-bottom:1px solid #202f45;justify-content:space-between;align-items:flex-start;gap:14px;padding:22px;display:flex}.calls-drawer-header span{color:#4c97f9;letter-spacing:.09em;font-size:10px;font-weight:900}.calls-drawer-header h2{color:#fff;margin:8px 0 0;font-size:18px;line-height:1.35}.calls-drawer-header p{color:#61768f;overflow-wrap:anywhere;margin:6px 0 0;font-size:10px}.calls-drawer-close{color:#93a6bd;cursor:pointer;background:#132239;border:1px solid #2a3b54;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:grid}.calls-drawer-close:hover{color:#fff;border-color:#458be9}.calls-drawer-status{background:#101c2d;border:1px solid #243650;border-radius:12px;align-items:center;gap:13px;margin:18px;padding:15px;display:flex}.calls-drawer-status-icon{border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.calls-drawer-status-icon.answered{color:#18ce70;background:#18ce701f}.calls-drawer-status-icon.missed,.calls-drawer-status-icon.busy{color:#ffad62;background:#ff9b371f}.calls-drawer-status-icon.failed{color:#ff6f79;background:#ff59671f}.calls-drawer-status-icon.unknown{color:#91a3b9;background:#7387a11f}.calls-drawer-status>div:last-child{flex-direction:column;gap:4px;display:flex}.calls-drawer-status strong{color:#fff;font-size:15px}.calls-drawer-status span{color:#71869f;font-size:11px}.calls-drawer-section{border-top:1px solid #1c2a3e;padding:18px}.calls-drawer-section h3{color:#dfe7f1;margin:0 0 13px;font-size:12px}.calls-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.calls-detail-grid>div,.calls-detail-list>div{background:#101b2c;border:1px solid #223249;border-radius:9px;min-width:0;padding:12px}.calls-detail-grid span,.calls-detail-list span{color:#687d97;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.calls-detail-grid strong,.calls-detail-list strong{color:#e2eaf4;text-overflow:ellipsis;font-size:11px;line-height:1.45;display:block;overflow:hidden}.calls-detail-list{flex-direction:column;gap:9px;display:flex}.calls-detail-list code{overflow-wrap:anywhere;color:#9fb4cc;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.5;display:block}@media (width<=1250px){.calls-summary-grid,.calls-active-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.calls-page-header{flex-direction:column;align-items:flex-start}.calls-page-actions{width:100%}.calls-period-filter{flex:1}.calls-summary-grid,.calls-results-strip,.calls-active-grid{grid-template-columns:1fr}.calls-results-strip>div{border-bottom:1px solid #202f45;border-right:0}.calls-results-strip>div:last-child{border-bottom:0}.calls-filter-bar{grid-template-columns:1fr}}@media (width<=560px){.calls-summary-grid{grid-template-columns:1fr}.calls-page-actions{flex-direction:column;align-items:stretch}.calls-refresh-button{justify-content:center}.calls-detail-grid{grid-template-columns:1fr}.calls-pagination{flex-direction:column;align-items:flex-start;gap:12px}.calls-pagination>div{width:100%}.calls-pagination button{flex:1;justify-content:center}}.dashboard-call-button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.dashboard-call-button:hover{background:#2583ff0d}.dashboard-call-button:focus-visible{outline-offset:-1px;outline:1px solid #397fe5}.pbxs-page{flex-direction:column;gap:20px;min-width:0;display:flex}.pbxs-page-header{justify-content:space-between;align-items:center;gap:22px;display:flex}.pbxs-page-title{flex-wrap:wrap;align-items:center;gap:13px;display:flex}.pbxs-page-header h1{color:#fff;margin:0;font-size:28px}.pbxs-page-header p{color:#7d91aa;margin:7px 0 0;font-size:14px}.pbxs-realtime-badge{color:#8ea2ba;background:#101c2d;border:1px solid #293a54;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.pbxs-realtime-badge>span{background:#71869f;border-radius:50%;width:7px;height:7px}.pbxs-realtime-badge.connected{color:#54dc90;background:#18ce7014;border-color:#18ce704d}.pbxs-realtime-badge.connected>span{background:#18ce70;box-shadow:0 0 0 4px #18ce701a}.pbxs-realtime-badge.disconnected{color:#ffad62;border-color:#ff9b374d}.pbxs-page-actions{align-items:center;gap:9px;display:flex}.pbxs-page-actions button{color:#b8c7d9;height:42px;font:inherit;cursor:pointer;background:#101c2d;border:1px solid #293b55;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.pbxs-page-actions button:hover:not(:disabled){color:#fff;background:#132239;border-color:#3a83e8}.pbxs-page-actions button:disabled{opacity:.6;cursor:wait}.pbxs-ami-button{color:#50dc8c!important;background:#18ce7012!important;border-color:#18ce7047!important}.pbxs-spinning{animation:.8s linear infinite pbxs-spin}@keyframes pbxs-spin{to{transform:rotate(360deg)}}.pbxs-state-panel,.pbxs-error-panel{color:#8296ae;background:#0d1726;border:1px solid #202f45;border-radius:14px;justify-content:center;align-items:center;min-height:150px;display:flex}.pbxs-error-panel{color:#ff7580;gap:12px}.pbxs-error-panel>div{flex-direction:column;gap:7px;display:flex}.pbxs-error-panel button{color:#4e9dff;width:fit-content;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.pbxs-hero{background:radial-gradient(circle at 100% 0,#2583ff1c,#0000 34%),linear-gradient(145deg,#111f32,#0d1726);border:1px solid #243650;border-radius:16px;overflow:hidden}.pbxs-hero-main{border-bottom:1px solid #202f45;align-items:center;gap:17px;padding:22px;display:flex}.pbxs-hero-icon{border-radius:17px;flex:none;place-items:center;width:64px;height:64px;display:grid}.pbxs-hero-icon.online{color:#18ce70;background:#18ce701f;box-shadow:0 0 35px #18ce7014}.pbxs-hero-icon.offline{color:#ff6772;background:#ff59671f}.pbxs-hero-copy{flex:1;min-width:0}.pbxs-hero-copy>span{color:#4c98fb;letter-spacing:.1em;font-size:9px;font-weight:900}.pbxs-hero-copy h2{color:#fff;margin:6px 0 0;font-size:23px}.pbxs-hero-copy p{color:#7489a2;margin:5px 0 0;font-size:12px}.pbxs-main-status{border-radius:999px;align-items:center;padding:8px 13px;font-size:11px;font-weight:900;display:inline-flex}.pbxs-main-status.online{color:#50dc8c;background:#18ce701f}.pbxs-main-status.offline{color:#ff7780;background:#ff59671f}.pbxs-main-status.unknown{color:#a2b1c3;background:#7387a11f}.pbxs-hero-details{background:#202f45;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.pbxs-hero-details>div{background:#0f1b2c;grid-template-columns:auto 1fr;gap:4px 9px;min-width:0;padding:16px 18px;display:grid}.pbxs-hero-details svg{color:#478eea;grid-row:1/3;align-self:center}.pbxs-hero-details span{color:#687d97;text-transform:uppercase;font-size:9px;font-weight:800}.pbxs-hero-details strong{color:#dfe8f2;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pbxs-hero-identifiers{color:#677c96;border-top:1px solid #202f45;flex-wrap:wrap;align-items:center;gap:24px;padding:12px 20px;font-size:9px;display:flex}.pbxs-hero-identifiers code{color:#91a7c0;font-size:9px}.pbxs-hero-identifiers strong{color:#dce6f2}.pbxs-operational-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.pbxs-operational-card{background:linear-gradient(145deg,#111e30,#0d1726);border:1px solid #202f45;border-radius:13px;align-items:center;gap:13px;min-height:112px;padding:17px;display:flex}.pbxs-operational-icon{color:#4e9dff;background:#2583ff1f;border-radius:11px;flex:none;place-items:center;width:43px;height:43px;display:grid}.pbxs-operational-card>div:last-child{flex-direction:column;min-width:0;display:flex}.pbxs-operational-card span{color:#778ca5;font-size:10px;font-weight:800}.pbxs-operational-card strong{color:#fff;margin-top:3px;font-size:24px}.pbxs-operational-card small{color:#647992;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.pbxs-operational-card.extensions .pbxs-operational-icon{color:#18ce70;background:#18ce701c}.pbxs-operational-card.calls .pbxs-operational-icon,.pbxs-operational-card.active .pbxs-operational-icon{color:#4597ff;background:#2583ff1f}.pbxs-operational-card.offline .pbxs-operational-icon{color:#ff7780;background:#ff59671c}.pbxs-operational-card.trunks .pbxs-operational-icon{color:#1ec8df;background:#08b9d41c}.pbxs-operational-card.answer-rate .pbxs-operational-icon{color:#f5608c;background:#ef3e701c}.pbxs-operational-card.duration .pbxs-operational-icon{color:#ffac5c;background:#ff9b371c}.pbxs-ami-result{background:#0d1726;border:1px solid #293b55;border-radius:14px;overflow:hidden}.pbxs-ami-result.success{border-color:#18ce7052}.pbxs-ami-result.error{border-color:#ff596759}.pbxs-ami-result-heading{border-bottom:1px solid #202f45;padding:17px 19px}.pbxs-ami-result-heading>div{align-items:center;gap:12px;display:flex}.pbxs-ami-result.success .pbxs-ami-result-heading svg{color:#18ce70}.pbxs-ami-result.error .pbxs-ami-result-heading svg{color:#ff6873}.pbxs-ami-result.testing .pbxs-ami-result-heading svg{color:#4898ff}.pbxs-ami-result-heading h2{color:#fff;margin:0;font-size:15px}.pbxs-ami-result-heading p{color:#71869f;margin:5px 0 0;font-size:10px}.pbxs-ami-result-grid{background:#202f45;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.pbxs-ami-result-grid>div{background:#101b2c;grid-template-columns:auto 1fr;gap:4px 8px;min-width:0;padding:14px 16px;display:grid}.pbxs-ami-result-grid svg{color:#4c96f6;grid-row:1/3;align-self:center}.pbxs-ami-result-grid span{color:#687d97;text-transform:uppercase;font-size:9px}.pbxs-ami-result-grid strong{color:#dce6f2;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.pbxs-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.pbxs-panel,.pbxs-active-calls-panel{background:#0d1726;border:1px solid #202f45;border-radius:14px;min-width:0;overflow:hidden}.pbxs-panel-heading{border-bottom:1px solid #202f45;justify-content:space-between;align-items:center;gap:15px;min-height:73px;padding:15px 18px;display:flex}.pbxs-panel-heading h2{color:#fff;margin:0;font-size:15px}.pbxs-panel-heading p{color:#6d829c;margin:5px 0 0;font-size:10px}.pbxs-panel-heading button{color:#4d9dff;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:10px;font-weight:800;display:inline-flex}.pbxs-panel-state{color:#71869f;place-items:center;min-height:100px;padding:20px;font-size:11px;display:grid}.pbxs-panel-state.error{color:#ff7580}.pbxs-extension-list,.pbxs-trunk-list{flex-direction:column;display:flex}.pbxs-extension-row,.pbxs-trunk-row{width:100%;min-height:64px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #1b293d;grid-template-columns:auto minmax(0,1fr) minmax(110px,auto) auto;align-items:center;gap:11px;padding:10px 15px;display:grid}.pbxs-extension-row:last-child,.pbxs-trunk-row:last-child{border-bottom:0}.pbxs-extension-row:hover,.pbxs-trunk-row:hover{background:#111f32}.pbxs-extension-status,.pbxs-trunk-icon{border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.pbxs-extension-status.online,.pbxs-trunk-icon.online{color:#18ce70;background:#18ce701c}.pbxs-extension-status.calling{color:#4597ff;background:#2583ff1f}.pbxs-extension-status.offline,.pbxs-trunk-icon.offline{color:#ff6974;background:#ff59671c}.pbxs-extension-copy,.pbxs-trunk-copy,.pbxs-extension-network,.pbxs-trunk-network{flex-direction:column;gap:4px;min-width:0;display:flex}.pbxs-extension-copy strong,.pbxs-trunk-copy strong{color:#e8eef6;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pbxs-extension-copy span,.pbxs-trunk-copy span,.pbxs-extension-network span,.pbxs-trunk-network span{color:#6c819b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.pbxs-extension-network,.pbxs-trunk-network{align-items:flex-end}.pbxs-extension-network small,.pbxs-trunk-network small{color:#4d6683;font-size:8px}.pbxs-table-status{white-space:nowrap;border-radius:999px;padding:6px 8px;font-size:8px;font-weight:900}.pbxs-table-status.online{color:#4cdd89;background:#18ce701a}.pbxs-table-status.calling{color:#4a9aff;background:#2583ff1c}.pbxs-table-status.offline{color:#ff7881;background:#ff59671a}.pbxs-active-calls-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:14px;display:grid}.pbxs-active-call{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#101c2d;border:1px solid #243650;border-radius:10px;flex-direction:column;gap:10px;padding:13px;display:flex}.pbxs-active-call:hover{background:#132239;border-color:#387fdf}.pbxs-active-call>div{color:#4c99fb;align-items:center;gap:7px;font-size:9px;font-weight:800;display:flex}.pbxs-active-call strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.pbxs-active-call small{color:#71869f;font-size:9px}@media (width<=1250px){.pbxs-operational-grid,.pbxs-hero-details,.pbxs-active-calls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.pbxs-page-header{flex-direction:column;align-items:flex-start}.pbxs-page-actions{width:100%}.pbxs-page-actions button{flex:1}.pbxs-content-grid{grid-template-columns:1fr}.pbxs-ami-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.pbxs-page-actions{flex-direction:column;align-items:stretch}.pbxs-operational-grid,.pbxs-hero-details,.pbxs-ami-result-grid,.pbxs-active-calls-grid{grid-template-columns:1fr}.pbxs-hero-main{flex-wrap:wrap;align-items:flex-start}.pbxs-main-status{margin-left:81px}.pbxs-extension-row,.pbxs-trunk-row{grid-template-columns:auto minmax(0,1fr) auto}.pbxs-extension-network,.pbxs-trunk-network{display:none}}.reports-page{flex-direction:column;gap:18px;min-width:0;display:flex}.reports-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.reports-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.reports-header h1{color:#fff;margin:0;font-size:28px}.reports-header p{color:#7489a2;margin:6px 0 0;font-size:12px}.reports-live-badge{color:#54dc90;background:#18ce7012;border:1px solid #18ce7040;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:9px;font-weight:800;display:inline-flex}.reports-live-badge>span{background:#18ce70;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #18ce7014}.reports-actions{gap:8px;display:flex}.reports-actions button{color:#afc0d4;height:40px;font:inherit;cursor:pointer;background:#101c2d;border:1px solid #293b55;border-radius:9px;align-items:center;gap:7px;padding:0 13px;font-size:10px;font-weight:800;display:inline-flex}.reports-actions button:hover{color:#fff;background:#132239;border-color:#3b86e9}.reports-spin{animation:.8s linear infinite reports-spin}@keyframes reports-spin{to{transform:rotate(360deg)}}.reports-loading,.reports-error{color:#8295ad;background:#0d1726;border:1px solid #202f45;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:75px;padding:15px;font-size:11px;display:flex}.reports-error{color:#ff7781;background:#ff596712;border-color:#ff59674d}.reports-filter-panel{background:#0d1726;border:1px solid #202f45;border-radius:12px;justify-content:space-between;align-items:flex-end;gap:15px;padding:12px;display:flex}.reports-period-buttons{flex-wrap:wrap;gap:5px;display:flex}.reports-period-buttons button{color:#7388a1;height:34px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:0 11px;font-size:9px;font-weight:800}.reports-period-buttons button:hover{color:#c7d4e4;background:#132239}.reports-period-buttons button.active{color:#fff;background:#2583ff21;border-color:#2583ff59}.reports-custom-range{gap:9px;display:flex}.reports-custom-range label{flex-direction:column;gap:5px;display:flex}.reports-custom-range label>span{color:#71869f;text-transform:uppercase;font-size:8px;font-weight:800}.reports-custom-range input{color:#d8e3ef;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;height:34px;font:inherit;background:#101c2d;border:1px solid #293b55;border-radius:8px;outline:none;padding:0 9px;font-size:10px}.reports-coverage{background:#0e1a2a;border:1px solid #253750;border-radius:13px;align-items:flex-start;gap:14px;padding:17px;display:flex}.reports-coverage.good{border-color:#18ce7040}.reports-coverage.warning{border-color:#ff9b3747}.reports-coverage.danger{border-color:#ff59674d}.reports-coverage-icon{color:#4c98fa;background:#2583ff1c;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid}.reports-coverage-copy{flex:1;min-width:0}.reports-coverage-copy>div:first-child{justify-content:space-between;gap:10px;display:flex}.reports-coverage-copy strong{color:#dce6f2}.reports-coverage-copy>div:first-child>strong{font-size:11px}.reports-coverage-copy>div:first-child>span{color:#fff;font-size:15px;font-weight:800}.reports-coverage-track{background:#1b2a3f;border-radius:999px;height:7px;margin-top:9px;overflow:hidden}.reports-coverage-track>span{border-radius:inherit;background:#3689f5;height:100%;display:block}.reports-coverage.good .reports-coverage-track>span{background:#18ce70}.reports-coverage.warning .reports-coverage-track>span{background:#ff9b37}.reports-coverage.danger .reports-coverage-track>span{background:#ff5967}.reports-coverage-copy p{color:#70859e;margin:9px 0 0;font-size:9px}.reports-partial-warning{color:#ffb05f;align-items:center;margin-top:10px;font-size:9px;justify-content:flex-start!important;gap:7px!important;display:flex!important}.reports-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.reports-summary-card{background:linear-gradient(145deg,#111e30,#0d1726);border:1px solid #202f45;border-radius:12px;min-width:0;padding:14px}.reports-summary-card>div{color:#4d99fa;background:#2583ff1c;border-radius:9px;place-items:center;width:34px;height:34px;margin-bottom:11px;display:grid}.reports-summary-card>span{color:#71869f;text-transform:uppercase;font-size:8px;font-weight:800;display:block}.reports-summary-card>strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:19px;display:block;overflow:hidden}.reports-summary-card>small{color:#5f748e;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:8px;display:block;overflow:hidden}.reports-period-value{font-size:15px!important}.reports-table-panel{background:#0d1726;border:1px solid #202f45;border-radius:13px;overflow:hidden}.reports-table-heading{border-bottom:1px solid #202f45;justify-content:space-between;align-items:center;gap:15px;min-height:63px;padding:12px 15px;display:flex}.reports-tabs{gap:6px;display:flex}.reports-tabs button{color:#758aa3;height:34px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:9px;font-weight:800;display:inline-flex}.reports-tabs button.active{color:#fff;background:#2583ff1c;border-color:#2583ff4d}.reports-tabs button>span{color:#97aac0;background:#19283c;border-radius:999px;padding:2px 6px;font-size:8px}.reports-table-period{color:#637993;align-items:center;gap:6px;font-size:8px;display:flex}.reports-table-state{color:#71869f;place-items:center;min-height:150px;font-size:10px;display:grid}.reports-table-wrapper{width:100%;overflow-x:auto}.reports-table{border-collapse:collapse;width:100%}.reports-table th{color:#617690;text-align:left;text-transform:uppercase;white-space:nowrap;background:#101b2b;border-bottom:1px solid #202f45;padding:10px 13px;font-size:8px;font-weight:900}.reports-table td{color:#a9bacd;white-space:nowrap;border-bottom:1px solid #1a293d;padding:11px 13px;font-size:9px}.reports-table tbody tr{cursor:pointer}.reports-table tbody tr:hover{background:#111f32}.reports-table tbody tr:last-child td{border-bottom:0}.reports-resource{align-items:center;gap:9px;display:flex}.reports-resource>div{color:#4c98f8;background:#2583ff1a;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.reports-resource>span{flex-direction:column;gap:3px;display:flex}.reports-resource strong{color:#e5edf7;font-size:10px}.reports-resource small{color:#60758e;font-size:8px}.reports-status{border-radius:999px;padding:5px 8px;font-size:8px;font-weight:900}.reports-status.online{color:#4ddd8b;background:#18ce701a}.reports-status.offline{color:#ff7982;background:#ff59671a}.reports-availability-cell{width:130px}.reports-availability-cell>strong{font-size:9px}.reports-availability-cell>strong.good{color:#4ddd8b}.reports-availability-cell>strong.warning{color:#ffac58}.reports-availability-cell>strong.danger{color:#ff707c}.reports-mini-track{background:#1a293e;border-radius:999px;height:4px;margin-top:5px;overflow:hidden}.reports-mini-track>span{height:100%;display:block}.reports-mini-track>span.good{background:#18ce70}.reports-mini-track>span.warning{background:#ff9b37}.reports-mini-track>span.danger{background:#ff5967}.reports-drawer-backdrop{z-index:80;cursor:default;background:#020811a3;border:0;position:fixed;inset:0}.reports-drawer{z-index:81;background:#0b1523;border-left:1px solid #263852;width:min(500px,92vw);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-25px 0 60px #0000004d}.reports-drawer-header{z-index:2;background:#0d1726;border-bottom:1px solid #202f45;justify-content:space-between;align-items:center;padding:17px;display:flex;position:sticky;top:0}.reports-drawer-header>div{align-items:center;gap:10px;display:flex}.reports-drawer-header>div>svg{color:#4d9cff}.reports-drawer-header span{color:#4c92eb;font-size:8px;font-weight:900}.reports-drawer-header h2{color:#fff;margin:3px 0 0;font-size:16px}.reports-drawer-header button{color:#91a4ba;cursor:pointer;background:#101c2d;border:1px solid #293b55;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.reports-drawer-content{padding:15px}.reports-drawer-state{color:#71869f;place-items:center;min-height:250px;font-size:10px;display:grid}.reports-detail-summary{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.reports-detail-summary>div{background:#101c2d;border:1px solid #202f45;border-radius:10px;grid-template-columns:auto 1fr;gap:3px 8px;min-width:0;padding:12px;display:grid}.reports-detail-summary svg{color:#4d99fa;grid-row:1/3;align-self:center}.reports-detail-summary span{color:#657a94;font-size:8px}.reports-detail-summary strong{color:#fff;font-size:12px}.reports-detail-summary strong.good{color:#4ddd8b}.reports-detail-summary strong.warning{color:#ffac58}.reports-detail-summary strong.danger{color:#ff707c}.reports-incidents{margin-top:17px}.reports-incidents-heading{border-bottom:1px solid #202f45;align-items:center;gap:9px;padding-bottom:11px;display:flex}.reports-incidents-heading svg{color:#4d99fa}.reports-incidents-heading h3{color:#e8eef7;margin:0;font-size:12px}.reports-incidents-heading p{color:#667b95;margin:3px 0 0;font-size:8px}.reports-no-incidents{color:#4fdc8b;justify-content:center;align-items:center;gap:8px;min-height:150px;font-size:9px;display:flex}.reports-incident{border-bottom:1px solid #1c2a3e;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 3px;display:grid}.reports-incident>div{background:#ff5967;border-radius:50%;width:8px;height:8px}.reports-incident section{flex-direction:column;gap:3px;display:flex}.reports-incident section>strong{color:#e4edf7;font-size:9px}.reports-incident section>span{color:#697e97;font-size:8px}.reports-incident>strong{color:#ff7981;font-size:10px}@media (width<=1350px){.reports-summary-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=850px){.reports-header{flex-direction:column;align-items:flex-start}.reports-actions{flex-wrap:wrap;width:100%}.reports-filter-panel{flex-direction:column;align-items:stretch}.reports-summary-grid{grid-template-columns:repeat(2,1fr)}.reports-table-heading{flex-direction:column;align-items:flex-start}}@media (width<=550px){.reports-summary-grid,.reports-detail-summary{grid-template-columns:1fr}.reports-custom-range{flex-direction:column}.reports-custom-range label,.reports-custom-range input{width:100%}}@media print{.sidebar,.header,.reports-no-print,.reports-drawer,.reports-drawer-backdrop{display:none!important}.app-main,.page-content{width:100%!important;margin:0!important;padding:0!important}body{background:#fff!important}.reports-page,.reports-header h1,.reports-summary-card>strong,.reports-table td,.reports-resource strong{color:#111!important}.reports-header p,.reports-summary-card>span,.reports-summary-card>small,.reports-table th,.reports-table td{color:#444!important}.reports-coverage,.reports-summary-card,.reports-table-panel{background:#fff!important;border-color:#ccc!important}.reports-table th{background:#f3f3f3!important}.reports-table tbody tr{break-inside:avoid}}.reports-actions button:disabled{opacity:.6;cursor:wait;pointer-events:none}.server-status-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.server-status-copy>span{color:#71869f;text-transform:uppercase;font-size:8px;font-weight:800}.server-status-copy>strong{color:#e8eef7;font-size:11px}.server-status-copy>small{color:#60758e;text-overflow:ellipsis;white-space:nowrap;max-width:145px;font-size:7px;overflow:hidden}.system-health-healthy .server-status-icon{color:#39d785}.system-health-warning .server-status-icon{color:#ffad58}.system-health-critical .server-status-icon{color:#ff6874}.system-health-warning .server-status-copy>strong{color:#ffad58}.system-health-critical .server-status-copy>strong{color:#ff6874}.sidebar-back-to-hub{color:#c3cede;cursor:pointer;background:#82a0c314;border:1px solid #82a0c32e;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;transition:background .15s,border-color .15s;display:grid}.sidebar-back-to-hub:hover{background:#82a0c329;border-color:#82a0c352}.users-page-actions{align-items:center;gap:10px;display:flex}.users-new-button{color:#fff;cursor:pointer;background:linear-gradient(100deg,#335ff1,#6342e8);border:0;border-radius:10px;align-items:center;gap:7px;height:36px;padding:0 14px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 12px 26px #3d4ce140}.users-new-button:hover{filter:brightness(1.08)}.users-table{min-width:920px}.user-cell{align-items:center;gap:10px;display:flex}.user-avatar{color:#cfe0ff;background:linear-gradient(145deg,#2c4bb0,#1a2c6e);border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:grid}.role-badge{border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:650;display:inline-flex}.role-badge.super_admin{color:#ff9ad0;background:#e0409e24}.role-badge.admin{color:#ffb04a;background:#ff972c21}.role-badge.operator{color:#45a4ff;background:#2583ff21}.role-badge.viewer{color:#8295ad;background:#8295ad21}.user-row-actions{align-items:center;gap:6px;display:flex}.table-action-button.danger{color:#ff8098;background:#db30501a}.table-action-button.danger:hover{color:#ffb0c0;background:#db305033;border-color:#eb436373}.table-action-button:disabled{cursor:not-allowed;opacity:.4}.user-drawer{z-index:100;border-left:1px solid var(--border);background:linear-gradient(#0b192a,#071321);width:min(460px,100vw);height:100vh;padding:22px;animation:.22s ease-out drawer-enter;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 60px #00000047}.role-select-grid{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.role-select-grid.status-toggle{grid-template-columns:repeat(2,1fr)}.role-select-grid button{border:1px solid var(--border);color:#8295ad;cursor:pointer;background:#081422a6;border-radius:9px;justify-content:center;align-items:center;gap:6px;height:36px;padding:0 10px;font-size:10px;display:inline-flex}.role-select-grid button:hover{color:#fff;background:var(--surface-hover)}.role-select-grid button.active{color:#fff;background:linear-gradient(100deg,#2f5cf0cc,#5535e0cc);border-color:#5870ff80}.form-actions{grid-template-columns:1fr 1.4fr;gap:10px;margin-top:26px;display:grid}.form-cancel-button,.form-submit-button,.form-delete-button{cursor:pointer;border-radius:10px;height:42px;font-size:11px;font-weight:700}.form-cancel-button{border:1px solid var(--border);color:#b8c5d5;background:#0d1b2db8}.form-cancel-button:hover{border-color:var(--border-strong);color:#fff;background:var(--surface-hover)}.form-submit-button{color:#fff;background:linear-gradient(100deg,#335ff1,#6342e8);border:0;box-shadow:0 14px 30px #3d4ce13b}.form-submit-button:hover:not(:disabled){filter:brightness(1.08)}.form-submit-button:disabled{cursor:not-allowed;opacity:.6}.form-delete-button{color:#fff;background:#db3050bf;border:1px solid #eb436366}.form-delete-button:hover:not(:disabled){filter:brightness(1.1)}.form-delete-button:disabled{cursor:not-allowed;opacity:.6}.confirm-modal-wrapper{z-index:100;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-modal{border:1px solid var(--border);background:linear-gradient(145deg,#101d2ffa,#0a1625fa);border-radius:18px;width:100%;max-width:400px;padding:26px;animation:.18s ease-out drawer-enter-fade;box-shadow:0 30px 80px #00000059}@keyframes drawer-enter-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.confirm-modal-icon{border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:14px;display:grid}.confirm-modal-icon.info{color:#45a4ff;background:#2583ff21}.confirm-modal-icon.danger{color:#ff5c79;background:#e1375821}.confirm-modal h3{margin:0 0 8px;font-size:16px}.confirm-modal p{color:var(--muted);margin:0 0 6px;font-size:11px;line-height:1.6}.confirm-modal p strong{color:#e1eaf4}@media (width<=600px){.users-page-actions{flex-direction:column;align-items:stretch;width:100%}.users-new-button{justify-content:center}.user-drawer{padding:18px}.role-select-grid,.form-actions{grid-template-columns:1fr}}@media (width<=480px){.confirm-modal{padding:20px}}.summary-icon.role-super_admin{color:#ff9ad0;background:#e0409e24}.summary-icon.role-admin{color:#ffb04a;background:#ff972c21}.summary-icon.role-operator{color:#45a4ff;background:#2583ff21}.summary-icon.role-viewer{color:#8295ad;background:#8295ad21}.permissions-legend-panel{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px;padding:16px;display:grid}.permissions-role-description{flex-direction:column;gap:8px;display:flex}.permissions-role-description .role-badge{align-self:flex-start}.permissions-role-description p{color:var(--muted);margin:0;font-size:10.5px;line-height:1.6}.permissions-matrix-heading h2{margin:0 0 4px;font-size:14px}.permissions-matrix-heading p{color:var(--muted);margin:0;font-size:10px}.permissions-matrix-table{min-width:860px}.permissions-matrix-table th:not(:first-child),.permissions-matrix-table td:not(:first-child){text-align:center}.module-avatar{color:#9fb2ce;background:#8295ad24}.planned-badge{color:#ffb04a;vertical-align:middle;background:#ff972c21;border-radius:6px;align-items:center;gap:3px;margin-left:8px;padding:2px 6px;font-size:8px;font-weight:650;display:inline-flex}.permissions-row-planned td{opacity:.62}.access-cell{flex-direction:column;align-items:center;gap:2px;display:inline-flex}.access-cell.full{color:#31da85}.access-cell.view{color:#45a4ff}.access-cell.view small{color:#5f89b8;white-space:nowrap;font-size:7px}.access-cell.none{color:#46566b}@media (width<=900px){.permissions-legend-panel{grid-template-columns:1fr}}.ivr-drawer{width:min(560px,100vw)}.ivr-inline-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.input-wrapper select{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:12px}.input-wrapper select option{color:#0b1622}.input-wrapper input:disabled{opacity:.5}.input-wrapper:has(select:disabled){opacity:.5}.ivr-options-heading{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ivr-add-option-button{color:#a9b8ff;cursor:pointer;background:#3553d41f;border:1px solid #5870ff66;border-radius:8px;align-items:center;gap:5px;height:28px;padding:0 10px;font-size:9px;font-weight:650;display:inline-flex}.ivr-add-option-button:hover{color:#fff;background:#3553d447}.ivr-options-list{gap:8px;display:grid}.ivr-option-row{border:1px solid var(--border);background:#07121f85;border-radius:10px;grid-template-columns:52px 1fr 1fr 1fr 30px;align-items:center;gap:6px;padding:8px;display:grid}.ivr-option-row input,.ivr-option-row select{border:1px solid var(--border);color:#fff;background:#06111eb3;border-radius:7px;min-width:0;height:34px;padding:0 8px;font-size:10px}.ivr-option-row select option{color:#0b1622}.ivr-option-row input:disabled{opacity:.45}.ivr-option-digit{text-align:center;font-weight:700}.ivr-remove-option-button{border:1px solid var(--border);color:#ff8098;cursor:pointer;background:#db30501a;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.ivr-remove-option-button:hover:not(:disabled){background:#db305033;border-color:#eb436373}.ivr-remove-option-button:disabled{cursor:not-allowed;opacity:.35}.ivr-option-chips{flex-wrap:wrap;gap:5px;display:flex}.ivr-option-chip{color:#a9b8ff;background:#3553d41f;border:1px solid #5870ff4d;border-radius:6px;align-items:center;gap:3px;min-width:20px;height:20px;padding:0 6px;font-size:9px;font-weight:700;display:inline-flex}.ivr-option-chip.more{color:#7188a4;border-color:var(--border);background:#8295ad1a}@media (width<=900px){.ivr-option-row{grid-template-columns:1fr}.ivr-remove-option-button{justify-self:flex-end}}@media (width<=600px){.ivr-inline-fields{grid-template-columns:1fr}}.settings-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.settings-panel-full{grid-column:1/-1}.settings-form{padding:18px}.settings-form-actions{grid-template-columns:1fr;max-width:240px;margin-top:20px}.settings-success{color:#31da85;background:#17be6b1a;border:1px solid #17be6b40;border-radius:9px;align-items:center;gap:8px;margin-bottom:12px;padding:11px;font-size:11px;display:flex}.settings-readonly-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid}.settings-readonly-grid>div{border:1px solid var(--border);background:#07121f85;border-radius:10px;flex-direction:column;gap:8px;padding:11px;display:flex}.settings-readonly-grid span{color:#677f9b;font-size:9px}.settings-readonly-grid strong{align-self:flex-start}.settings-overview-grid{margin-bottom:0;padding:0 18px}.settings-system-info{padding:18px}.settings-health-badge{border-radius:9px;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:650;display:inline-flex}.settings-health-badge.ok{color:#31da85;background:#17be6b1a}.settings-health-badge.down{color:#ff5c79;background:#e1375821}.settings-system-details{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.settings-system-details>div{border:1px solid var(--border);background:#07121f85;border-radius:10px;grid-template-columns:16px 1fr;column-gap:8px;min-height:60px;padding:10px;display:grid}.settings-system-details svg{color:#5875ff;grid-row:1/3}.settings-system-details span{color:#677f9b;font-size:9px}.settings-system-details strong{color:#e1eaf4;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;font-size:10px;overflow:hidden}@media (width<=1050px){.settings-grid{grid-template-columns:1fr}.settings-panel:last-child:nth-child(odd){grid-column:auto}}@media (width<=600px){.settings-readonly-grid,.settings-system-details{grid-template-columns:1fr}.settings-form-actions{max-width:100%}}.queue-live-stats{flex-direction:column;gap:4px;display:flex}.queue-live-waiting{color:#31da85;background:#17be6b1f;border-radius:6px;align-items:center;gap:5px;width:fit-content;padding:3px 7px;font-size:9px;font-weight:650;display:inline-flex}.queue-live-waiting.alert{color:#ffb04a;background:#ff972c21}.queue-live-agents{color:#7f93aa;align-items:center;gap:5px;font-size:9px;display:inline-flex}.in-call-card{align-items:flex-start}.in-call-chips{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.in-call-chip{color:#ffb04a;background:#ff972c21;border-radius:6px;align-items:center;gap:4px;padding:3px 7px;font-size:9px;font-weight:650;display:inline-flex}.calls-queue-ringing{background:#ff972c0f;border:1px solid #ff972c33;border-radius:9px;flex-direction:column;gap:6px;margin:10px 0;padding:8px;display:flex}.calls-queue-ringing-heading{color:#ffb04a;align-items:center;gap:5px;font-size:9px;font-weight:650;display:flex}.calls-queue-ringing-heading svg{flex:none}.calls-queue-ringing-list{flex-wrap:wrap;gap:5px;display:flex}.calls-queue-ringing-list em{color:#7188a4;font-size:9px;font-style:normal}.calls-queue-ringing-chip{color:#ffb04a;background:#ff972c26;border-radius:6px;align-items:center;gap:4px;padding:3px 7px;font-size:9px;font-weight:650;display:inline-flex}.agent-status-panel{flex-direction:column;gap:20px;padding:22px;display:flex}.agent-status-main{align-items:center;gap:16px;display:flex}.agent-status-icon{border-radius:15px;flex:none;place-items:center;width:58px;height:58px;display:grid}.agent-status-icon.online{color:#31da85;background:#17be6b24}.agent-status-icon.offline{color:#7188a4;background:#8295ad21}.agent-status-main>div:last-child{flex-direction:column;display:flex}.agent-status-main>div:last-child>span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:650}.agent-status-main>div:last-child>strong{margin-top:4px;font-size:20px}.agent-queue-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.agent-queue-chip{color:#31da85;background:#17be6b1f;border-radius:7px;align-items:center;padding:4px 9px;font-size:9px;font-weight:650;display:inline-flex}.agent-queue-chip.alert{color:#ffb04a;background:#ff972c21}.agent-toggle-button{color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-self:flex-start;align-items:center;gap:9px;height:46px;padding:0 24px;font-size:12px;font-weight:700;display:inline-flex}.agent-toggle-button.start{background:linear-gradient(100deg,#1fae63,#17bd6b);box-shadow:0 14px 30px #17be6b40}.agent-toggle-button.start:hover:not(:disabled){filter:brightness(1.08)}.agent-toggle-button.stop{background:#db3050d9;box-shadow:0 14px 30px #db305033}.agent-toggle-button.stop:hover:not(:disabled){filter:brightness(1.1)}.agent-toggle-button:disabled{cursor:not-allowed;opacity:.6}.agent-summary-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}@media (width<=600px){.agent-status-main{flex-direction:column;align-items:flex-start}.agent-toggle-button{align-self:stretch}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
