.content-page-wide{width:min(96vw,105em)}.admin-forbidden{color:#fff;background:#f690641f;border:1px solid #f6906459;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.admin-panel-topbar{justify-content:space-between;align-items:center;margin:0 0 1.25rem;display:flex}.admin-home-link{color:#ffffffb3;font-size:.85rem;text-decoration:none}.admin-home-link:hover{color:#fff;text-decoration:underline}.admin-logout-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:6px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.admin-logout-btn:hover{color:#fff;background:#ffffff14}.admin-section-title{margin:1.5rem 0 .75rem;font-size:1.1rem}.admin-roster-empty{color:#ffffffa6;font-size:.9rem}.admin-error-boundary{color:#fff;background:#f690641f;border:1px solid #f6906459;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.admin-error-boundary-retry{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:6px;margin-left:.5rem;padding:.25rem .7rem;font-size:.85rem}.admin-error-boundary-retry:hover{background:#ffffff14}.admin-card-bare{padding:0}.admin-console,.admin-console *,.admin-console :before,.admin-console :after{box-sizing:border-box}.admin-console{--admin-accent:#f60;--admin-accent-hi:#f83;--admin-rail:#141614;--admin-line:#ffffff1a;--admin-muted:#ffffffa8;--admin-faint:#ffffff70;--admin-panel:#4a5050;border:1px solid var(--admin-line);background:#3a3f3a;border-radius:6px;grid-template-columns:224px 1fr;align-items:start;gap:0;min-height:70vh;display:grid;overflow:hidden}.admin-sidebar{background:var(--admin-rail);border-right:1px solid var(--admin-line);flex-direction:column;gap:.3rem;padding:1.1rem .8rem;display:flex}.admin-nav-label{text-transform:uppercase;letter-spacing:.09em;color:var(--admin-faint);margin:0;padding:.5rem .65rem .2rem;font-size:.68rem;font-weight:700}.admin-nav{flex-direction:column;gap:.3rem;display:flex}.admin-nav-btn{text-align:left;width:100%;color:var(--admin-muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;padding:.6rem .7rem;font-weight:600;text-decoration:none;transition:background .14s,color .14s;display:flex;position:relative}.admin-nav-btn:hover{color:#fff;background:#ffffff0d}.admin-nav-btn.active{color:#fff;background:#ff660024}.admin-nav-btn.active:before{content:"";background:var(--admin-accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.admin-nav-btn.subtle{color:var(--admin-faint);font-weight:500}.admin-nav-group{display:block}.admin-nav-group summary{cursor:pointer;list-style:none}.admin-nav-group summary::-webkit-details-marker{display:none}.admin-nav-group-summary{justify-content:space-between}.admin-nav-group-summary:after{content:"▸";opacity:.6;font-size:.7rem;transition:transform .14s}.admin-nav-group[open]>.admin-nav-group-summary:after{transform:rotate(90deg)}.admin-nav-children{flex-direction:column;gap:.2rem;margin-top:.2rem;padding-left:.8rem;display:flex}.admin-nav-child{padding:.5rem .7rem;font-size:.88rem}.admin-nav-divider{background:var(--admin-line);height:1px;margin:.6rem .4rem}.admin-whoami{border-bottom:1px solid var(--admin-line);flex-direction:column;gap:.1rem;margin-bottom:.5rem;padding:.2rem .7rem 1rem;display:flex}.admin-whoami[hidden]{display:none}.admin-whoami-label{text-transform:uppercase;letter-spacing:.09em;color:var(--admin-faint);font-size:.6rem;font-weight:700}.admin-whoami-name{color:var(--admin-muted);overflow-wrap:anywhere;font-size:.82rem;font-weight:600}.build-status-badge{color:var(--admin-muted);align-items:center;gap:.45rem;margin-bottom:.1rem;padding:.4rem .7rem .9rem;font-size:.72rem;display:flex}.build-status-badge-dot{background:var(--admin-faint);border-radius:50%;flex:none;width:.55rem;height:.55rem}.build-status-badge-inflight .build-status-badge-dot{background:#f5c542;animation:1.4s ease-in-out infinite build-status-badge-pulse}.build-status-badge-success .build-status-badge-dot{background:#4caf6f}.build-status-badge-failed .build-status-badge-dot{background:#e0554f}@keyframes build-status-badge-pulse{0%,to{opacity:1}50%{opacity:.4}}.build-status-badge-label{overflow-wrap:anywhere;font-weight:600}.build-status-badge-time{color:var(--admin-faint)}.admin-kpis{background:var(--admin-line);border:1px solid var(--admin-line);border-radius:6px;grid-template-columns:repeat(auto-fit,minmax(172px,1fr));gap:1px;display:grid;overflow:hidden}.admin-tile{background:var(--admin-panel);flex-direction:column;gap:.3rem;padding:1rem 1.1rem;display:flex}.admin-tile-label{text-transform:uppercase;letter-spacing:.09em;color:var(--admin-faint);font-size:.68rem;font-weight:700}.admin-tile-value{font-variant-numeric:tabular-nums;font-size:1.7rem;font-weight:700;line-height:1}.admin-tile-sub{color:var(--admin-muted);font-size:.78rem}.admin-stat-panel{background:var(--admin-panel);border:1px solid var(--admin-line);border-radius:6px;padding:1.1rem 1.2rem}.admin-stat-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.6rem 1rem;margin-bottom:1rem;display:flex}.admin-stat-panel-head .admin-section-title{margin:0}.admin-table-wrap{border:1px solid var(--admin-line);border-radius:8px;overflow-x:auto}.admin-table-wrap[hidden]{display:none}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--admin-muted);border-bottom:1px solid var(--admin-line);white-space:nowrap;background:#ffffff0d;padding:.6rem .9rem;font-size:.68rem}.admin-table thead th.num{text-align:right}.admin-table thead th[data-sort-key]{cursor:pointer;user-select:none}.admin-table thead th[data-sort-key]:hover{color:#fff}.admin-table thead th[data-sort-key]:focus-visible{outline:2px solid var(--admin-accent-hi,#fff);outline-offset:-2px}.admin-table thead th[data-sort-key]:after{content:"↕";opacity:.45;margin-left:.35em;font-size:.9em;display:inline-block}.admin-table thead th[data-sort-key][aria-sort=ascending]:after{content:"▲";opacity:1}.admin-table thead th[data-sort-key][aria-sort=descending]:after{content:"▼";opacity:1}.admin-table tbody td{vertical-align:middle;border-bottom:1px solid #ffffff0f;padding:.7rem .9rem}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr.is-clickable{cursor:pointer}.admin-table tbody tr:hover{background:#ffffff0d}.admin-table tfoot td{border-top:1px solid var(--admin-line);padding:.7rem .9rem;font-weight:700}.admin-table td.num{text-align:right;font-variant-numeric:tabular-nums}.admin-table td.name{font-weight:600}.admin-table-link{color:#fff;font-weight:600;text-decoration:none}.admin-table-link:hover{color:var(--admin-accent-hi);text-decoration:underline}.admin-table-empty{color:var(--admin-muted);font-size:.9rem}.admin-table-empty[hidden]{display:none}.admin-retry-btn{color:#fff;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff40;border-radius:6px;margin-left:.4rem;padding:.2rem .6rem;font-size:.85rem;font-weight:600}.admin-retry-btn:hover{background:#ffffff24;border-color:#fff6}.admin-truncation-badge{white-space:nowrap;cursor:help;border-radius:999px;align-items:center;margin-left:.5rem;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.admin-truncation-badge[hidden]{display:none}.admin-truncation-badge.admin-truncation-partial{color:var(--brand-orange);background:#f6906433}.admin-truncation-badge.admin-truncation-full{color:#d88;background:#d883}.admin-console-main{flex-direction:column;min-width:0;display:flex}.admin-console-topbar{border-bottom:1px solid var(--admin-line);background:#1416148c;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.4rem;display:flex}.admin-crumbs{color:var(--admin-muted);margin:0;font-size:.8rem}.admin-crumb-link{color:var(--admin-muted);text-decoration:none}.admin-crumb-link:hover{color:#fff;text-decoration:underline}.admin-crumb-current{color:#fff;font-weight:700}.admin-crumb-sep{color:var(--admin-faint);margin:0 .4rem}.admin-console-title{margin:.15rem 0 0;font-size:1.25rem}.admin-console-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.admin-console-body{min-width:0;padding:1.4rem;overflow-x:auto}.admin-console-body section.generator-page{width:100%;max-width:100%;margin:0}.admin-console-body>#admin-events-section .admin-section-title,.admin-console-body>#admin-users-section .admin-section-title{margin-top:0}@media (width<=720px){.admin-console{grid-template-columns:1fr}.admin-sidebar{border-right:none;border-bottom:1px solid var(--admin-line);flex-flow:wrap;align-items:center;gap:.25rem}.admin-whoami{border-bottom:none;width:100%;margin-bottom:0;padding:.35rem .6rem}.admin-nav-label{display:none}.admin-nav{flex-flow:wrap}.admin-nav-btn{width:auto}.admin-nav-divider{display:none}.admin-nav-group{width:100%}.admin-nav-children{flex-flow:wrap;padding-left:0}}
