:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#09090b;--card:#fff;--card-foreground:#09090b;--primary:#18181b;--primary-foreground:#fafafa;--secondary:#f4f4f5;--secondary-foreground:#18181b;--muted:#f4f4f5;--muted-foreground:#71717a;--accent:#f4f4f5;--accent-foreground:#18181b;--destructive:#ef4444;--destructive-foreground:#fafafa;--border:#ceced4;--input:#ceced4;--ring:#18181b;--radius:.5rem;--sidebar:#f4f4f5;--sidebar-foreground:#3f3f46;--sidebar-accent:#e7e7e9;--sidebar-border:#ceced4;--bg:var(--background);--fg:var(--foreground);--line:var(--border);--nav:var(--sidebar);--hover:var(--accent)}*{box-sizing:border-box;border-color:var(--border)}html,body{background:var(--background);height:100%;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font:14px/1.5 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}button,input{font:inherit}button{border-radius:calc(var(--radius) - 2px)}a{color:inherit;text-decoration:none}.shell{background:var(--background);height:100vh;min-height:100%;display:flex}.nav{background:var(--sidebar);color:var(--sidebar-foreground);border-right:1px solid var(--sidebar-border);flex-direction:column;flex:none;gap:.125rem;padding:.5rem;display:flex}.nav a{border-radius:calc(var(--radius) - 2px);color:var(--sidebar-foreground);white-space:nowrap;padding:.375rem .75rem;font-size:.875rem}.nav a:hover{background:var(--sidebar-accent);color:var(--accent-foreground)}.nav a.active{background:var(--sidebar-accent);color:var(--foreground);font-weight:500}.nav-logout{margin-top:.125rem}.nav-logout button{width:100%;color:var(--muted-foreground);text-align:left;border-radius:calc(var(--radius) - 2px);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:.375rem .75rem;font-size:.875rem}.nav-logout button:hover{background:var(--sidebar-accent);color:var(--accent-foreground)}.login{background:var(--background);justify-content:flex-start;align-items:flex-start;height:100%;min-height:100%;padding:1.5rem;display:flex}.login-form{background:var(--card);width:min(22rem,100%);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 1px 2px #0000000d}.login-form .field{flex-direction:column;gap:.375rem;display:flex}.login-form label{color:var(--foreground);font-size:.875rem;font-weight:500;line-height:1}.login-form input[type=text],.login-form input[type=password]{border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);background:var(--background);width:100%;height:2.25rem;color:var(--foreground);padding:.25rem .75rem;font-size:.875rem}.login-form input[type=text]::placeholder,.login-form input[type=password]::placeholder{color:var(--muted-foreground)}.login-form input[type=text]:focus-visible,.login-form input[type=password]:focus-visible,.login-form button:focus-visible,.file-download:focus-visible,.nav a:focus-visible,.nav-logout button:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--ring);outline:none}.login-form button:disabled{opacity:.5;cursor:default}.login-switch{color:var(--muted-foreground);font-size:.875rem}.login-switch a{text-underline-offset:4px}.login-switch a:hover{color:var(--foreground);text-decoration:underline}.login-form button{border:1px solid var(--primary);border-radius:calc(var(--radius) - 2px);background:var(--primary);width:100%;height:2.25rem;color:var(--primary-foreground);cursor:pointer;font-size:.875rem;font-weight:500}.login-form button:hover:not(:disabled){background:#26262b}.login-error,.login-misconfig{color:var(--muted-foreground);font-size:.875rem}.login-misconfig{padding:1.5rem}.main{background:var(--background);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.fill,.status-page{flex-direction:column;flex:1;min-height:0;display:flex}.status-list{border-bottom:1px solid var(--border);flex-direction:column;display:flex}.status-row{border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;gap:.35rem;padding:.75rem 1rem;display:flex}.status-row:last-child{border-bottom:0}.status-name{color:var(--muted-foreground);font-size:.75rem;font-weight:500}.status-value{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--secondary);width:fit-content;color:var(--secondary-foreground);align-items:center;padding:.2rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.status-meta{color:var(--muted-foreground);word-break:break-word;font-size:.75rem}.status-ok{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.status-bad{color:#991b1b;background:#fef2f2;border-color:#fecaca}.status-pending{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.status-unknown{color:#6b21a8;background:#faf5ff;border-color:#e9d5ff}.status-plain{color:var(--foreground);background:var(--secondary);border-color:var(--border)}.kind-badge{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--secondary);font-variant-numeric:tabular-nums;align-items:center;gap:.35rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;line-height:1.2;display:inline-flex}.kind-dot{border-radius:999px;width:.4rem;height:.4rem}.muted{color:var(--muted-foreground)}.split{flex:1;min-height:0;display:flex}.session-list{border-right:1px solid var(--border);flex:0 0 16rem;min-width:12rem;max-width:36%;overflow:auto}.session-item{border-bottom:1px solid var(--border);padding:.625rem .75rem;display:block}.session-item:hover,.session-item.active{background:var(--accent)}.session-item .title{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.session-item .meta{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.detail{flex:1;min-width:0;overflow:auto}.message{border-bottom:1px solid var(--border);padding:.75rem 1rem}.message .head{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.35rem .65rem;margin-bottom:.35rem;font-size:.75rem;display:flex}.message .body{white-space:pre-wrap;word-break:break-word}.empty{color:var(--muted-foreground);padding:.75rem 1rem;font-size:.875rem}.warn{border-bottom:1px solid var(--border);background:var(--muted);color:var(--muted-foreground);padding:.625rem 1rem;font-size:.875rem}.matrix-fill{min-height:0}.matrix-scroll{flex:1;min-height:0;overflow:auto}.matrix{border-collapse:collapse;table-layout:auto;width:100%;font-size:.875rem}.matrix th,.matrix td{border:1px solid var(--border);text-align:center;padding:0;font-weight:400}.matrix thead th,.matrix tbody th{background:var(--muted);color:var(--foreground);text-align:left;white-space:nowrap;z-index:1;padding:.5rem .75rem;font-weight:500;position:sticky;top:0}.matrix tbody th{z-index:2;text-align:left;position:sticky;top:auto;left:0}.matrix thead th:first-child{z-index:3;left:0}.matrix-acl thead tr:nth-child(2) th{z-index:1;text-align:center;font-weight:400;top:2.25rem}.matrix-acl thead tr:first-child th[colspan]{text-align:center}.matrix-cell{cursor:pointer;justify-content:center;align-items:center;min-height:2.25rem;display:flex}.matrix-cell:hover{background:var(--accent)}.matrix-cell.on{background:var(--secondary)}.matrix-cell input{width:1rem;height:1rem;accent-color:var(--primary);cursor:pointer}.file-list{flex:1;min-height:0;overflow:auto}.file-row{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.625rem 1rem;display:flex}.file-row:hover{background:var(--accent)}.file-main{flex:1;min-width:0}.file-row .title{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.file-row .meta{color:var(--muted-foreground);gap:.75rem;font-size:.75rem;display:flex}.file-download{border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);background:var(--background);height:2rem;color:var(--foreground);flex:none;justify-content:center;align-items:center;padding:0 .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.file-download:hover{background:var(--accent);color:var(--accent-foreground)}
