:root{--bg: #f5f7f7;--surface: #ffffff;--surface-2: #f1f3f3;--border: #e3e7e7;--text: #0f1512;--muted: #5b6b6a;--teal: #007f7d;--teal-hover: #006663;--teal-tint: #e3f0ef;--on-teal: #ffffff;--yellow: #ffcc00;--yellow-hover: #e6b800;--on-yellow: #1a1400;--danger: #c0362c;--danger-tint: #fbeaea;--danger-strong: #a92e2e;--amber: #9c4708;--amber-tint: #fbf0e4;--draft: #5b6b6a;--draft-tint: #eef1f1;--content-max: 1100px;--topbar-h: 64px;--radius-card: 12px;--radius-control: 8px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(15, 21, 18, .06);--shadow-md: 0 1px 2px rgba(15, 21, 18, .06), 0 6px 16px rgba(15, 21, 18, .05);--space: 8px;--font-ui: "Fira Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "Fira Code", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-family:var(--font-ui);color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0 0 var(--space);font-weight:600;line-height:1.25}h1{font-size:24px}h3{font-size:16px}p{margin:0 0 var(--space)}a{color:var(--teal-hover);text-decoration:none}a:hover{text-decoration:underline}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error{color:var(--danger);margin:0 0 var(--space);font-size:13px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:var(--radius-control)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.app-shell{min-height:100dvh;display:grid;grid-template-columns:240px 1fr}.brand-mark{display:inline-block;width:18px;height:18px;border-radius:5px;background:var(--teal);flex:none}.brand-word{font-weight:700;color:var(--teal);font-size:16px;letter-spacing:-.01em}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100dvh}.sidebar-header{display:flex;align-items:center;gap:8px;min-height:var(--topbar-h);padding:0 16px;border-bottom:1px solid var(--border)}.sidebar-header .drawer-close{display:none;margin-left:auto}.sidebar-nav{display:flex;flex-direction:column;padding:12px 8px;gap:2px;flex:1}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-control);color:var(--text);font-weight:500;transition:background-color .15s ease,color .15s ease}.sidebar-link:hover{background:var(--surface-2);text-decoration:none}.sidebar-link svg{color:var(--muted);transition:color .15s ease}.sidebar-link.active{background:var(--teal-tint);color:var(--teal-hover);font-weight:600}.sidebar-link.active svg{color:var(--teal-hover)}.sidebar-footer{padding:14px 16px 18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.connection-pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--muted);width:fit-content}.connection-dot{width:8px;height:8px;border-radius:var(--radius-pill);background:var(--muted);flex:none}.connection-dot.connected{background:var(--teal);box-shadow:0 0 0 3px var(--teal-tint)}.sidebar-email{font-size:12px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{justify-content:flex-start;padding-left:12px}.drawer-scrim,.mobile-topbar{display:none}@media(max-width:767px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;max-width:82vw;z-index:50;box-shadow:var(--shadow-md);transform:translate(-100%);transition:transform .2s ease}.sidebar.sidebar-open{transform:translate(0)}.sidebar-header .drawer-close{display:inline-flex}.drawer-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f151280;z-index:40}.mobile-topbar{display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--border);padding:12px 16px}.page-header{position:static}}.app-main{min-width:0;display:flex;flex-direction:column}.content{width:100%;padding:0 0 24px;--gutter: 24px}@media(min-width:640px){.content{padding:0 0 32px;--gutter: 32px}}.content>:not(.page-header),.page-header-inner{width:calc(100% - 2 * var(--gutter));max-width:var(--content-max);margin-left:auto;margin-right:auto}.page-header{position:sticky;top:0;z-index:5;background:var(--surface);border-bottom:1px solid var(--border);margin-bottom:24px}@media(min-width:640px){.page-header{margin-bottom:32px}}.page-header-inner{min-height:calc(var(--topbar-h) - 1px);padding:8px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.page-header-title{margin:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-header-actions{display:flex;gap:8px;flex:1 1 auto;min-width:0;justify-content:flex-end}.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);padding:20px;margin-bottom:16px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}@media(min-width:640px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.stat-grid.compact{grid-template-columns:repeat(2,minmax(0,220px))}}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);padding:16px}.stat-label{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.stat-value{margin:0;font-size:24px;font-weight:600;color:var(--text)}.stat-hint{margin:4px 0 0;font-size:12px}.room-meta{margin:-4px 0 20px;font-size:13px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);font-size:14px}th{color:var(--muted);font-weight:600;font-size:12px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface-2)}th.col-actions,td.col-actions{text-align:right;white-space:nowrap}.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:5px;font-size:12px;font-weight:600;text-transform:capitalize;line-height:1.4}.badge.active{background:var(--teal-tint);color:var(--teal-hover)}.badge.paused{background:var(--amber-tint);color:var(--amber)}.badge.draft{background:var(--draft-tint);color:var(--draft)}.badge.archived{background:var(--danger-tint);color:var(--danger-strong)}button,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border:1px solid transparent;border-radius:var(--radius-control);background:var(--yellow);color:var(--on-yellow);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}button:hover,.btn-primary:hover{background:var(--yellow-hover)}button:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed}.secondary,.btn-secondary{background:var(--surface);color:var(--teal-hover);border-color:var(--teal)}.secondary:hover,.btn-secondary:hover{background:var(--teal-tint)}.danger,.btn-danger{background:var(--danger);color:#fff}.danger:hover,.btn-danger:hover{background:#b93636}.btn-ghost{background:transparent;color:var(--muted);border-color:transparent}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.icon-btn{min-height:36px;min-width:36px;padding:0}label{display:block;margin:14px 0 4px;color:var(--muted);font-size:13px;font-weight:500}label:has(+[required]):after{content:" *";color:var(--danger)}input,select,textarea{width:100%;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-control);padding:9px 10px;font-size:14px;font-family:inherit;transition:border-color .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--teal)}textarea{min-height:80px;resize:vertical}.callout-teal{background:var(--teal-tint);border:1px solid var(--teal);border-radius:var(--radius-card);padding:20px;margin-bottom:16px}.callout-teal h3{color:var(--teal-hover)}.select{position:relative;width:100%}.select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:40px;padding:9px 10px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-control);font-size:14px;font-weight:400;text-align:left;cursor:pointer;transition:border-color .15s ease}.select-trigger:hover{background:var(--surface);border-color:var(--muted)}.select-trigger[aria-expanded=true]{border-color:var(--teal)}.select-trigger.placeholder .select-value{color:var(--muted)}.select-trigger:disabled{opacity:.5;cursor:not-allowed}.select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-chevron{flex:none;color:var(--muted);transition:transform .15s ease}.select-trigger[aria-expanded=true] .select-chevron{transform:rotate(180deg)}.select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;margin:0;padding:4px;list-style:none;max-height:260px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-control);box-shadow:var(--shadow-md)}.select-option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:6px;font-size:14px;color:var(--text);cursor:pointer}.select-option.active{background:var(--surface-2)}.select-option[aria-selected=true]{color:var(--teal-hover);font-weight:600}.select-option[aria-selected=true].active{background:var(--teal-tint)}.select-check{flex:none;color:var(--teal)}.kv-editor{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-2);padding:12px;margin-top:4px}.kv-empty{margin:4px 4px 12px;color:var(--muted);font-size:13px;line-height:1.5}.kv-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.kv-head,.kv-row{display:grid;grid-template-columns:1fr 1fr 40px;gap:8px;align-items:center}.kv-head{padding:0 2px 2px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.kv-row input{margin:0}.kv-remove{min-height:40px;min-width:40px;padding:0;background:transparent;border:1px solid transparent;color:var(--muted)}.kv-remove:hover,.kv-remove:focus-visible{background:var(--danger-tint);color:var(--danger)}.kv-add{min-height:36px}@media(max-width:560px){.kv-head{display:none}.kv-row{grid-template-columns:1fr;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface)}.kv-remove{justify-self:start;width:auto;padding:0 12px;gap:6px;color:var(--danger)}.kv-remove:after{content:"Remove";font-size:13px;font-weight:500}}.schema-editor{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-2);padding:12px;margin-top:4px}.schema-empty{margin:4px 4px 12px;color:var(--muted);font-size:13px;line-height:1.5}.schema-table{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.schema-head,.schema-row{display:grid;grid-template-columns:1fr 150px auto 40px;gap:8px;align-items:center}.schema-head{padding:0 2px 2px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.schema-row input,.schema-row .select{margin:0}.schema-required{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;cursor:pointer}.schema-required input{width:auto;height:16px;margin:0;accent-color:var(--teal);cursor:pointer}.schema-remove{min-height:40px;min-width:40px;padding:0;background:transparent;border:1px solid transparent;color:var(--muted)}.schema-remove:hover,.schema-remove:focus-visible{background:var(--danger-tint);color:var(--danger)}.schema-add{min-height:36px}@media(max-width:560px){.schema-head{display:none}.schema-row{grid-template-columns:1fr auto;grid-template-areas:"name name" "type req" "remove remove";gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface)}.schema-row .schema-name{grid-area:name}.schema-row .select{grid-area:type}.schema-required{grid-area:req;justify-content:flex-end}.schema-remove{grid-area:remove;justify-self:start;width:auto;padding:0 12px;gap:6px;color:var(--danger)}.schema-remove:after{content:"Remove";font-size:13px;font-weight:500}}code.secret{display:inline-block;background:var(--surface);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);font-variant-numeric:tabular-nums;padding:4px 8px;border-radius:var(--radius-control);-webkit-user-select:all;user-select:all;word-break:break-all}code{font-family:var(--font-mono);overflow-wrap:anywhere;word-break:break-word}.auth-shell{min-height:100dvh;display:grid;place-items:center;background:var(--bg);padding:24px}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-md);padding:32px 28px}.auth-brand{display:flex;align-items:center;gap:8px;margin-bottom:20px}.auth-card .btn-primary,.auth-card button{width:100%;margin-top:8px}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:var(--radius-control)}@media(prefers-reduced-motion:reduce){.skeleton{animation:none;background:var(--surface-2)}}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.skeleton-tile{height:72px}.skeleton-row{height:20px;margin:10px 0}.skeleton-row:first-child{margin-top:0}.skeleton-line{height:20px;width:160px}@media(max-width:480px){th,td{padding:8px}}.feed-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.feed-json{margin:4px 0 0;padding:8px 10px;border-radius:var(--radius-control);background:var(--surface-2);overflow-x:auto;font-family:var(--font-mono);font-size:12px}.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;background:#0f151280;animation:modal-fade-in .18s ease-out}.modal{width:100%;max-width:440px;padding:20px;background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-md);animation:modal-pop-in .18s ease-out}.modal h3{margin:0 0 8px}.modal p{margin:0 0 20px;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:8px}@keyframes modal-fade-in{0%{opacity:0}}@keyframes modal-pop-in{0%{opacity:0;transform:scale(.96) translateY(8px)}}@media(prefers-reduced-motion:reduce){.modal-scrim,.modal{animation:none}}:root{--chart-teal: #00938f;--chart-teal-tint: rgba(0, 147, 143, .12)}.perf-note{margin-top:-8px}.perf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:720px){.perf-grid{grid-template-columns:1fr}}.trend-tile{display:flex;flex-direction:column;gap:4px}.trend-title{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.trend-value{margin:0;font-size:24px;font-weight:600;font-variant-numeric:tabular-nums}.trend-hover{position:relative}.trend-hover svg{display:block;width:100%;height:80px}.trend-area{fill:var(--chart-teal-tint);stroke:none}.trend-line{fill:none;stroke:var(--chart-teal);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.trend-crosshair{stroke:var(--border);stroke-width:1}.trend-tooltip{position:absolute;top:-6px;transform:translate(-50%);padding:3px 8px;font-size:12px;white-space:nowrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-control);box-shadow:var(--shadow-sm);pointer-events:none}.trend-range{margin:0;font-size:12px}.hbar-list{display:flex;flex-direction:column;gap:8px}.hbar-row{display:grid;grid-template-columns:minmax(80px,140px) 1fr auto;align-items:center;gap:10px}.hbar-label{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbar-track{height:12px;border-radius:4px;background:var(--surface-2);overflow:hidden}.hbar-fill{height:100%;border-radius:4px;background:var(--chart-teal);min-width:0}.hbar-value{font-size:12px;white-space:nowrap}:root{--chart-good: #2f9e44;--chart-bad: #c0362c;--chart-violet: #7048e8;--chart-amber: #9c4708}.trend-legend{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:12px;color:var(--muted)}.trend-legend-item{display:inline-flex;align-items:center;gap:6px}.trend-legend-mark{width:10px;height:10px;border-radius:3px}.trend-tooltip-row{display:block}.hint{position:relative;display:inline-flex;vertical-align:middle}.hint-btn,.hint-btn:hover,.hint-btn:focus-visible{display:inline-flex;align-items:center;min-height:0;padding:2px;margin:0;background:none;border:none;box-shadow:none;color:var(--muted);cursor:help;border-radius:var(--radius-pill);vertical-align:middle}.hint-btn:hover,.hint-btn:focus-visible{color:var(--text)}.hint-tip{display:none;position:absolute;left:50%;top:calc(100% + 6px);transform:translate(-50%);z-index:60;width:240px;padding:8px 10px;font-size:12px;font-weight:400;line-height:1.45;text-transform:none;letter-spacing:normal;text-align:left;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-control);box-shadow:var(--shadow-md)}.hint:hover .hint-tip,.hint:focus-within .hint-tip{display:block}
