@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap";:root{--bg:#f5f6f8;--surface:#fff;--surface-sunken:#eef0f3;--border:#e3e6ea;--ink:#1c2128;--ink-muted:#6b7280;--ink-inverse:#fff;--shell-bg:#fff;--shell-bg-raised:#eef0f3;--shell-border:#e3e6ea;--shell-ink:#1c2128;--shell-ink-muted:#6b7280;--brand-netg:#f2790c;--brand-netg-soft:#fdece0;--brand-netg-ink:#fff;--brand-fivocs:#4c6ef5;--brand-fivocs-soft:#e8ecfe;--brand-fivocs-ink:#fff;--status-free:#1c9b5e;--status-busy:#3b79c7;--status-occupied:#c2410c;--status-ringing:#e8a317;--status-ringing-soft:#fdf1d8;--status-dnd:#8b3fd1;--status-transfer:#0891b2;--status-offline:#9aa3af;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--shadow-card:0 1px 2px #14181e0a, 0 8px 20px -12px #14181e1f;--shadow-sheet:0 -8px 30px -8px #14181e40;--shadow-float:0 12px 32px -8px #14181e47;--font-ui:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--sidebar-width:248px;--topbar-height:60px;--bottomnav-height:64px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0f1115;--surface:#181c23;--surface-sunken:#21262f;--border:#2b313c;--ink:#f1f2f4;--ink-muted:#98a0ae;--shell-bg:#14181f;--shell-bg-raised:#1c212b;--shell-border:#262c38;--shell-ink:#f3f4f6;--shell-ink-muted:#8b93a3;--brand-netg-soft:#3a2410;--brand-fivocs-soft:#1c2340;--status-ringing-soft:#3a3110;--shadow-card:0 1px 2px #0003, 0 8px 20px -12px #00000080;--shadow-sheet:0 -8px 30px -8px #0009;--shadow-float:0 12px 32px -8px #0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);font-family:var(--font-ui);-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;margin:0;padding:0;transition:background-color .2s,color .2s}#root{min-height:100vh}button{font-family:inherit}h1,h2,h3,p{margin:0}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.view-nav{gap:6px;display:flex}.view-nav--vertical{flex-direction:column}.view-nav--horizontal{flex-direction:row;justify-content:space-around;width:100%}.view-nav__item{color:var(--shell-ink-muted);border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:600;transition:background-color .15s,color .15s;display:flex}.view-nav--vertical .view-nav__item{width:100%}.view-nav--horizontal .view-nav__item{border-radius:999px;flex-direction:column;flex:1;gap:3px;padding:8px 4px;font-size:11px}.view-nav__item:hover{background:var(--shell-bg-raised);color:var(--shell-ink)}.view-nav__item--active,.view-nav--horizontal .view-nav__item--active{background:var(--brand-netg);color:#fff}.switchboard-filter{gap:6px;display:flex}.switchboard-filter--vertical{flex-direction:column}.switchboard-filter--horizontal{scrollbar-width:none;flex-direction:row;overflow-x:auto}.switchboard-filter--horizontal::-webkit-scrollbar{display:none}.switchboard-filter__item{color:var(--shell-ink-muted);white-space:nowrap;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:600;transition:background-color .15s,color .15s;display:flex}.switchboard-filter--vertical .switchboard-filter__item{border-radius:var(--radius-sm);justify-content:flex-start}.switchboard-filter__item:hover{background:var(--shell-bg-raised);color:var(--shell-ink)}.switchboard-filter__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.theme-toggle{width:100%;color:var(--shell-ink-muted);border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:10px;padding:10px;font-size:13px;font-weight:600;display:flex}.theme-toggle:hover{background:var(--shell-bg-raised);color:var(--shell-ink)}.theme-toggle--compact{border-radius:50%;justify-content:center;width:34px;height:34px;padding:0}.filter-toggle{border-radius:var(--radius-sm);color:var(--shell-ink-muted);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:10px;padding:10px;font-size:13px;font-weight:600;display:flex}.filter-toggle:hover{background:var(--shell-bg-raised)}.filter-toggle--horizontal{padding:6px 4px}.filter-toggle__switch{background:var(--shell-border);border-radius:999px;flex-shrink:0;width:36px;height:21px;transition:background-color .15s;position:relative}.filter-toggle__switch--on{background:var(--brand-netg)}.filter-toggle__switch input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.filter-toggle__knob{pointer-events:none;background:#fff;border-radius:50%;width:17px;height:17px;transition:transform .15s;position:absolute;top:2px;left:2px}.filter-toggle__switch--on .filter-toggle__knob{transform:translate(15px)}.sidebar{display:none}@media (width>=860px){.sidebar{width:var(--sidebar-width);background:var(--shell-bg);border-right:1px solid var(--shell-border);box-sizing:border-box;flex-direction:column;flex-shrink:0;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}}.sidebar__brand{align-items:center;gap:10px;padding:6px 10px 24px;display:flex}.sidebar__brand-dot{background:var(--brand-netg);width:12px;height:12px;box-shadow:0 0 0 4px color-mix(in srgb, var(--brand-netg) 20%, transparent);border-radius:50%}.sidebar__brand-name{color:var(--shell-ink);letter-spacing:.01em;font-size:19px;font-weight:800}.sidebar__section{margin-bottom:22px}.sidebar__section-label{color:var(--shell-ink-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;padding:0 10px;font-size:11px;font-weight:700}.sidebar__spacer{flex:1}.sidebar__logout{color:var(--shell-ink-muted);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:10px;font-size:13px;font-weight:600;display:flex}.sidebar__logout:hover{background:var(--shell-bg-raised);color:var(--shell-ink)}.mobile-header{z-index:5;background:color-mix(in srgb, var(--shell-bg) 88%, transparent);-webkit-backdrop-filter:blur(16px)saturate(1.4);border-bottom:1px solid var(--shell-border);box-sizing:border-box;padding:12px 14px 10px;position:sticky;top:0}@media (width>=860px){.mobile-header{display:none}}.mobile-header__top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mobile-header__brand{color:var(--shell-ink);letter-spacing:.01em;align-items:center;gap:8px;font-size:19px;font-weight:800;display:flex}.mobile-header__brand-dot{background:var(--brand-netg);border-radius:50%;width:10px;height:10px}.mobile-header__actions{align-items:center;gap:4px;display:flex}.mobile-header__logout{width:34px;height:34px;color:var(--shell-ink-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-header__logout:active{background:var(--shell-bg-raised)}.mobile-header__filters{align-items:center;gap:6px;margin-top:6px;display:flex}.mobile-header__filters .filter-toggle{background:var(--shell-bg-raised);border-radius:999px;flex:1;justify-content:center;padding:7px 10px}.mobile-tabbar{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:10;background:color-mix(in srgb, var(--shell-bg) 92%, transparent);-webkit-backdrop-filter:blur(16px)saturate(1.4);border:1px solid var(--shell-border);box-shadow:var(--shadow-float);border-radius:999px;padding:5px;position:fixed}@media (width>=860px){.mobile-tabbar{display:none}}.switchboard-section{margin-bottom:28px}.switchboard-section__header{align-items:center;gap:9px;margin-bottom:12px;display:flex}.switchboard-section__dot{border-radius:50%;width:10px;height:10px}.switchboard-section__title{text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted);font-size:13px;font-weight:700}.extension-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-card);cursor:pointer;align-items:center;gap:12px;padding:12px 14px;transition:transform 80ms,background-color .15s,border-color .15s;display:flex}.extension-card:active{background-color:var(--surface-sunken);transform:scale(.98)}.extension-card__avatar{border:2px solid var(--border);background:var(--surface-sunken);width:42px;height:42px;font-family:var(--font-mono);color:var(--ink-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;position:relative}.extension-card__presence{border:2px solid var(--surface);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.extension-card__main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.extension-card__top{align-items:baseline;gap:7px;display:flex}.extension-card__number{font-family:var(--font-mono);color:var(--ink-muted);flex-shrink:0;font-size:11px;font-weight:600}.extension-card__name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:14px;font-weight:700;overflow:hidden}.extension-card__badge{letter-spacing:.02em;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.extension-card__bottom{justify-content:space-between;gap:8px;display:flex}.extension-card__activity{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.extension-card__status{flex-shrink:0;font-size:12px;font-weight:700}.extension-card--ringing{background:var(--status-ringing-soft);border-color:var(--status-ringing);animation:1s ease-in-out infinite ring-glow}@keyframes ring-glow{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--status-ringing) 45%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--status-ringing) 0%, transparent)}}@media (width>=860px){.extension-card{flex-direction:column;align-items:flex-start;padding:14px 15px}.extension-card__avatar{width:38px;height:38px;font-size:12px}.extension-card__top{flex-wrap:wrap}}.queue-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;justify-content:space-between;gap:14px;min-height:110px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.queue-card--alert{border-color:var(--status-ringing);box-shadow:0 0 0 1px var(--status-ringing), var(--shadow-card)}.queue-card__top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.queue-card__badge{letter-spacing:.02em;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700}.queue-card__name{color:var(--ink);font-size:14px;font-weight:700;line-height:1.25}.queue-card__count{align-items:baseline;gap:6px;display:flex}.queue-card__number{font-family:var(--font-mono);color:var(--ink);font-size:30px;font-weight:600}.queue-card--alert .queue-card__number{color:var(--status-ringing)}.queue-card__label{color:var(--ink-muted);font-size:12px;font-weight:500}.detail-sheet__backdrop{z-index:20;background:#14181e73;justify-content:center;align-items:flex-end;animation:.15s sheet-fade;display:flex;position:fixed;inset:0}.detail-sheet{background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:480px;box-shadow:var(--shadow-sheet);padding:8px 24px calc(24px + env(safe-area-inset-bottom));animation:.2s sheet-up}.detail-sheet__handle{background:var(--border);border-radius:4px;width:40px;height:4px;margin:8px auto 16px}.detail-sheet__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.detail-sheet__name{font-size:22px;font-weight:800}.detail-sheet__status{text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:700}.detail-sheet__row{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding:12px 0;display:flex}.detail-sheet__row-label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:600}.detail-sheet__row-value{color:var(--ink);font-size:16px;font-weight:600}.detail-sheet__close{border-radius:var(--radius-md);background:var(--surface-sunken);width:100%;color:var(--ink);border:none;margin-top:20px;padding:14px 0;font-size:15px;font-weight:700}.detail-sheet__close:active{background:var(--border)}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{transform:translateY(24px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.detail-sheet__backdrop,.detail-sheet{animation:none}}.app-shell{background:var(--bg);min-height:100vh;display:flex}.app-shell__main-col{flex-direction:column;flex:1;min-width:0;display:flex}.home-content{padding:18px 18px 28px;padding-bottom:calc(28px + var(--bottomnav-height));box-sizing:border-box;flex:1}@media (width>=860px){.home-content{padding:28px 32px 40px}}.home-content__grid{gap:10px;display:grid}.home-content__grid--extensions{grid-template-columns:1fr}.home-content__grid--queues{grid-template-columns:repeat(2,1fr)}@media (width>=560px){.home-content__grid--extensions{grid-template-columns:repeat(2,1fr)}.home-content__grid--queues{grid-template-columns:repeat(3,1fr)}}@media (width>=860px){.home-content__grid--extensions{grid-template-columns:repeat(3,1fr);gap:12px}.home-content__grid--queues{grid-template-columns:repeat(4,1fr);gap:12px}}@media (width>=1200px){.home-content__grid--extensions{grid-template-columns:repeat(4,1fr)}.home-content__grid--queues{grid-template-columns:repeat(5,1fr)}}.home-content__empty{text-align:center;color:var(--ink-muted);padding:40px 20px;font-size:14px}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:340px;box-shadow:var(--shadow-card);text-align:center;padding:32px 28px}.login-card__dot{background:var(--brand-netg);width:14px;height:14px;box-shadow:0 0 0 6px color-mix(in srgb, var(--brand-netg) 15%, transparent);border-radius:50%;margin:0 auto 20px}.login-card__title{margin-bottom:8px;font-size:22px;font-weight:800}.login-card__subtitle{color:var(--ink-muted);margin-bottom:24px;font-size:14px;line-height:1.4}.login-card__button{border-radius:var(--radius-md);background:var(--brand-netg);width:100%;color:var(--brand-netg-ink);border:none;padding:13px 0;font-size:15px;font-weight:700}.login-card__button:active{filter:brightness(.94)}.splash-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.splash-screen__dot{background:var(--brand-netg);border-radius:50%;width:16px;height:16px;animation:1s ease-in-out infinite splash-pulse}@keyframes splash-pulse{0%,to{opacity:.6;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}
