:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light;--bg:#f5f7fb;--surface:#fff;--surface2:#f8fafc;--surface3:#eef3fb;--text:#101828;--muted:#667085;--border:#e4e7ec;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#eff6ff;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow:0 1px 2px rgba(16,24,40,.04),0 8px 28px rgba(16,24,40,.06);--sidebar:270px;--topbar:72px}
:root[data-theme=dark]{color-scheme:dark;--bg:#0b1220;--surface:#111827;--surface2:#151e2e;--surface3:#1d2a3d;--text:#f8fafc;--muted:#9aa8bc;--border:#263449;--primary:#4f83f1;--primary-hover:#6796f5;--primary-soft:#142444;--success:#34d058;--warning:#f59e0b;--danger:#f87171;--shadow:0 8px 28px rgba(0,0,0,.22)}
*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-size:14px}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin-top:0}h1{font-size:28px;letter-spacing:-.02em}h2{font-size:18px}h3{font-size:16px}.muted{color:var(--muted)}
.boot{min-height:100vh;display:grid;place-items:center}.spinner{width:20px;height:20px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;display:inline-block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:40;left:0;top:0;bottom:0;width:var(--sidebar);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:auto}.brand{height:var(--topbar);display:flex;align-items:center;padding:0 24px;border-bottom:1px solid var(--border)}.brand img{width:auto;height:34px;max-width:175px}.nav{padding:18px 12px 26px}.nav-group{margin-bottom:18px}.nav-group h4{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:0 12px;margin-bottom:7px}.nav-item{display:flex;align-items:center;gap:11px;min-height:42px;padding:9px 12px;border-radius:9px;color:var(--muted);font-weight:600;margin:2px 0}.nav-item:hover{background:var(--surface2);color:var(--text)}.nav-item.active{background:var(--primary-soft);color:var(--primary)}.nav-icon{width:22px;text-align:center;font-size:17px}.workspace{min-height:100vh;margin-left:var(--sidebar)}.topbar{height:var(--topbar);position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px;padding:0 28px}.topbar-title{display:flex;flex-direction:column;gap:2px}.topbar-title strong{font-size:15px}.topbar-title span{font-size:12px;color:var(--muted)}.topbar-spacer{flex:1}.system-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);padding:7px 10px;border-radius:999px;color:var(--muted);font-size:12px}.status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;display:inline-block}.system-pill .status-dot{color:var(--success)}.profile-menu{display:flex;align-items:center;gap:9px;border-left:1px solid var(--border);padding-left:14px}.profile-copy{display:flex;flex-direction:column;max-width:180px}.profile-copy strong,.profile-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy span{font-size:11px;color:var(--muted)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-weight:800}.avatar.small{width:32px;height:32px}.mobile-menu{display:none}.main{min-width:0}.page{max-width:1600px;margin:0 auto;padding:30px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.page-header h1{margin-bottom:5px}.page-header p,.section-header p{color:var(--muted);margin:0}.section-header{margin-bottom:16px}.section-header h2{margin-bottom:4px}.actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.actions.end{justify-content:flex-end}.actions.wrap{flex-wrap:wrap}.top-gap{margin-top:18px}.small{font-size:12px}
.btn{border:1px solid var(--border);background:var(--surface);min-height:38px;border-radius:9px;padding:8px 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;cursor:pointer;transition:.15s}.btn:hover:not(:disabled){background:var(--surface2)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover:not(:disabled){background:var(--primary-hover)}.btn.ghost{background:transparent}.btn.danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 25%,var(--border))}.btn.danger.solid{background:var(--danger);color:#fff;border-color:var(--danger)}.btn.full{width:100%}.btn.compact{min-height:32px;padding:5px 9px;font-size:12px}.icon-btn{width:38px;padding:0}.input,.textarea{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:9px;padding:10px 11px;outline:0}.input:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent)}.textarea{resize:vertical}.compact-select{width:auto;min-width:240px}.field{display:flex;flex-direction:column;gap:7px;font-weight:650}.field small{font-weight:400;color:var(--muted)}.form-stack{display:flex;flex-direction:column;gap:16px}.inline-form{display:flex;gap:10px}.inline-form .input{flex:1}
.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.metric-grid{display:grid;gap:16px;margin-bottom:20px}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.metric-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--primary-soft);color:var(--primary);font-size:18px}.metric-meta{font-size:12px;color:var(--muted)}.metric-value{display:block;font-size:27px;letter-spacing:-.025em;margin-bottom:5px}.metric-label{color:var(--muted)}.dashboard-grid,.system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.system-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-row,.info-row,.summary-list>div,.summary-list>a{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--border)}.service-row:first-of-type,.info-row:first-of-type,.summary-list>div:first-child,.summary-list>a:first-child{border-top:0}.service-row>div{display:flex;flex-direction:column}.service-row span,.summary-list span{color:var(--muted);font-size:12px}.badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;background:var(--surface2);color:var(--muted)}.badge-success{background:color-mix(in srgb,var(--success) 12%,transparent);color:var(--success)}.badge-warning{background:color-mix(in srgb,var(--warning) 12%,transparent);color:var(--warning)}.badge-danger{background:color-mix(in srgb,var(--danger) 12%,transparent);color:var(--danger)}.badge-neutral{background:var(--surface2);color:var(--muted)}
.toolbar,.conversation-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.search-box{width:min(520px,100%);display:flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface);border-radius:10px;padding-left:12px}.search-box .input{border:0;box-shadow:none;background:transparent}.instance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:17px}.instance-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:start}.instance-identity{display:flex;align-items:center;gap:11px;min-width:0}.instance-identity h3{margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.instance-avatar{width:44px;height:44px;border-radius:12px;object-fit:cover}.instance-avatar.fallback{display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:18px;font-weight:800}.instance-provider{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 0;margin:16px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stats>div{display:flex;flex-direction:column}.stats strong{font-size:20px}.stats span{font-size:11px;color:var(--muted)}.card-actions{display:flex;justify-content:flex-end;margin-top:18px}.context-menu{position:absolute;z-index:100;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:6px;width:180px;box-shadow:var(--shadow)}.context-menu .btn{width:100%;justify-content:flex-start;border:0;background:transparent}.context-menu hr{border:0;border-top:1px solid var(--border);margin:5px}.empty{min-height:180px;border:1px dashed var(--border);border-radius:12px;display:grid;place-items:center;align-content:center;text-align:center;gap:7px;color:var(--muted);padding:24px}.empty strong{color:var(--text);font-size:16px}.empty-icon{font-size:28px;color:var(--primary)}
.quick-links{display:grid;gap:8px}.quick-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px;border:1px solid var(--border);border-radius:10px}.quick-link:hover{background:var(--surface2)}.quick-link>div{display:flex;flex-direction:column}.quick-link span{color:var(--muted);font-size:12px}.quick-icon{width:35px;height:35px;border-radius:9px;background:var(--primary-soft);color:var(--primary)!important;display:grid;place-items:center;font-size:17px!important}.chip-grid{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;padding:6px 9px;border:1px solid var(--border);background:var(--surface2);border-radius:999px;font-size:11px}.pairing-code{font-size:30px;font-weight:900;letter-spacing:.12em;text-align:center;padding:24px}.qr-wrap{display:grid;place-items:center;padding:12px}.qr-wrap img{max-width:320px;width:100%;border-radius:10px}
.channel-grid,.integration-grid,.studio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:17px}.integration-state{display:flex;align-items:center;gap:8px;color:var(--muted);margin:8px 0 18px}.state-led{width:9px;height:9px;border-radius:50%;background:var(--muted)}.state-led.on{background:var(--success)}.notice{display:flex;gap:10px;align-items:flex-start;border:1px solid color-mix(in srgb,var(--primary) 25%,var(--border));background:var(--primary-soft);padding:13px 15px;border-radius:10px;margin-bottom:18px}.notice span{color:var(--muted)}.studio-card-head,.automation-row,.call-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-card-head h3{margin-bottom:3px}.automation-list{display:grid;gap:8px;margin-top:14px}.automation-row{border-top:1px solid var(--border);padding-top:12px}.automation-row>div:first-child{display:flex;flex-direction:column}.automation-row span{color:var(--muted);font-size:11px}.call-list{display:grid;gap:10px}.call-row>div:first-child{display:flex;flex-direction:column}
.chat-layout{display:grid;grid-template-columns:320px minmax(0,1fr);height:min(720px,calc(100vh - 210px));padding:0;overflow:hidden}.chat-sidebar{border-right:1px solid var(--border);padding:14px;overflow:auto}.chat-sidebar>.input{margin-bottom:10px}.chat-list{display:grid;gap:4px}.chat-list-item{width:100%;border:0!important;background:transparent!important;justify-content:flex-start!important;text-align:left!important;font-weight:600!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-item:hover{background:var(--surface2)!important}.chat-pane{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.message-list{overflow:auto;padding:16px;background:var(--surface2)}.chat-header{position:sticky;top:-16px;margin:-16px -16px 14px;padding:13px 16px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;flex-direction:column;z-index:2}.chat-header span{font-size:11px;color:var(--muted)}.message-item{display:flex;margin:7px 0}.message-item.from-me{justify-content:flex-end}.message-bubble{max-width:min(78%,720px);padding:9px 12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;white-space:pre-wrap}.from-me .message-bubble{background:var(--primary);border-color:var(--primary);color:#fff}.composer{display:flex;gap:10px;padding:12px;border-top:1px solid var(--border);background:var(--surface)}.composer .textarea{flex:1}
.table-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:auto;box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table th,.data-table td{text-align:left;padding:13px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.data-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--surface2)}.data-table tbody tr:last-child td{border-bottom:0}.user-cell{display:flex;align-items:center;gap:10px}.user-cell>div:last-child{display:flex;flex-direction:column}.user-cell span{font-size:11px;color:var(--muted)}.role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.check-card{display:flex;gap:10px;padding:11px;border:1px solid var(--border);border-radius:10px}.check-card>div{display:flex;flex-direction:column}.check-card span{font-size:11px;color:var(--muted)}.check-inline{display:flex;gap:8px;align-items:center}.release-notes{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.release-notes p{color:var(--muted);white-space:pre-wrap}
.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 80% 0%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 35%),var(--bg)}.login-wrap{width:min(440px,100%)}.login-logo{height:44px;display:block;margin:0 auto 20px}.login-wrap .card{padding:30px}.login-heading{text-align:center;margin-bottom:22px}.login-heading h1{margin-bottom:5px}.login-heading p{color:var(--muted);margin:0}.login-foot{text-align:center;color:var(--muted);font-size:11px;margin-top:14px}.alert{border-radius:9px;padding:11px 13px;margin-bottom:14px;display:block}.alert.error{background:color-mix(in srgb,var(--danger) 10%,var(--surface));color:var(--danger)}.alert.success{background:color-mix(in srgb,var(--success) 10%,var(--surface));color:var(--success)}.alert.warning{background:color-mix(in srgb,var(--warning) 10%,var(--surface));color:var(--warning)}
.modal-backdrop{position:fixed;z-index:200;inset:0;background:rgba(15,23,42,.52);display:grid;place-items:center;padding:20px}.modal{width:min(560px,100%);max-height:min(860px,92vh);overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:15px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.modal-wide{width:min(820px,100%)}.modal>header{position:sticky;top:0;z-index:2;background:var(--surface);padding:17px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.modal>header h3{margin:0}.modal>header p{font-size:12px;color:var(--muted);margin:4px 0 0}.modal>form,.modal>div:not(header div){padding:20px}.sidebar-overlay{display:none}
@media(max-width:1100px){:root{--sidebar:76px}.brand{padding:0 14px;justify-content:center}.brand img{width:38px;object-fit:cover;object-position:left}.nav-group h4,.nav-item span:not(.nav-icon){display:none}.nav-item{justify-content:center;padding:10px}.nav-icon{font-size:19px}.metric-grid.four{grid-template-columns:repeat(2,1fr)}.system-grid{grid-template-columns:1fr}.profile-copy{display:none}}
@media(max-width:760px){:root{--topbar:62px}.sidebar{width:min(300px,88vw);transform:translateX(-102%);transition:.2s}.workspace{margin-left:0}.sidebar-open .sidebar{transform:translateX(0)}.sidebar-open .sidebar-overlay{display:block;position:fixed;z-index:35;inset:0;background:rgba(15,23,42,.45)}.brand{justify-content:flex-start;padding:0 20px}.brand img{width:auto;max-width:170px}.nav-group h4,.nav-item span:not(.nav-icon){display:block}.nav-item{justify-content:flex-start}.mobile-menu{display:inline-flex}.topbar{padding:0 14px}.system-pill,.profile-menu .btn{display:none}.page{padding:20px 14px}.page-header{flex-direction:column}.page-header .actions{width:100%}.metric-grid.four,.metric-grid.three,.dashboard-grid,.channel-grid,.integration-grid,.studio-grid{grid-template-columns:1fr}.instance-grid{grid-template-columns:1fr}.chat-layout{grid-template-columns:1fr;height:auto;min-height:680px}.chat-sidebar{border-right:0;border-bottom:1px solid var(--border);max-height:260px}.chat-pane{min-height:480px}.toolbar{align-items:stretch}.search-box{width:100%}.compact-select{width:100%}.conversation-toolbar{align-items:stretch}.inline-form{flex-direction:column}.role-grid{grid-template-columns:1fr}.profile-menu{border:0;padding:0}.instance-card-head{grid-template-columns:minmax(0,1fr) auto}.instance-card-head>.icon-btn{grid-column:2}.modal-backdrop{padding:10px}.modal{max-height:96vh}.table-card{border-radius:10px}.stats strong{font-size:18px}}
.security-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.security-grid>.card:first-child{grid-column:1/-1}.security-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px}.security-status>div{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface2)}.security-intro{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--surface2)}.security-intro span{color:var(--muted);font-size:12px}.secret-row{display:flex;gap:8px;align-items:center}.secret-row code{flex:1;min-width:0;overflow-wrap:anywhere;border:1px solid var(--border);background:var(--surface2);padding:10px;border-radius:8px;font-size:12px}.uri-code{max-height:82px;overflow:auto}.recovery-box{margin-top:16px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface2)}.recovery-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.recovery-box p{color:var(--muted);font-size:12px}.recovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.recovery-grid code{padding:9px 10px;background:var(--surface);border:1px solid var(--border);border-radius:8px;text-align:center;font-weight:700;letter-spacing:.04em}.divider{border:0;border-top:1px solid var(--border);margin:18px 0}.actions.split{justify-content:space-between}.alert.info{background:var(--primary-soft);color:var(--primary)}
@media(max-width:760px){.security-grid{grid-template-columns:1fr}.security-status{grid-template-columns:1fr}.recovery-grid{grid-template-columns:1fr}.secret-row{align-items:stretch;flex-direction:column}.actions.split{align-items:stretch;flex-direction:column}}
