:root{--bg: #1a1a2e;--surface: #16213e;--surface-2: #0f3460;--accent: #e94560;--text: #eee;--text-muted: #888;--green: #4ecca3;--yellow: #f0c040;--red: #e94560}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}code{background:var(--surface);padding:.15em .4em;border-radius:4px;font-size:.95em}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:800px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;height:100vh}.center-page{justify-content:center;align-items:center;text-align:center}.center-page h1{font-size:2.5rem;margin-bottom:.5rem}.center-page .subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem}.avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;object-fit:cover}.bot-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.session-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--surface-2);flex-shrink:0}.header-left{display:flex;align-items:center;gap:.75rem}.session-header h1{font-size:1.3rem}.session-info{font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.server-name{color:var(--text-muted)}.separator{margin:0 .3rem;color:var(--text-muted)}.channel-name{color:var(--text);font-weight:500}.header-right{display:flex;align-items:center;gap:.75rem}.status-badge{padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.active{background:var(--green);color:#111}.status-badge.ended{background:var(--yellow);color:#111}.status-badge.expired{background:var(--red);color:#fff}.btn{display:inline-block;background:var(--surface-2);color:var(--text);border:none;padding:.4rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;text-decoration:none}.btn:hover{background:var(--accent);text-decoration:none}.transcript{flex:1;overflow-y:auto;padding:1rem 0}.transcript-empty{text-align:center;padding-top:4rem}.utterance{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;border-radius:6px;margin-bottom:.25rem}.utterance:hover{background:var(--surface)}.utterance-body{flex:1;min-width:0}.utterance-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.15rem}.username{font-weight:600;font-size:.9rem}.timestamp{font-size:.7rem;color:var(--text-muted)}.utterance-text{font-size:.95rem;line-height:1.4;color:var(--text)}.utterance--interim .utterance-text{opacity:.6;font-style:italic}.transcript-event{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem .75rem;margin-bottom:.25rem}.transcript-event .avatar{width:20px;height:20px}.event-text{font-size:.8rem;color:var(--text-muted);font-style:italic}.expired-banner{background:var(--red);color:#fff;padding:1rem;border-radius:8px;text-align:center;margin-top:1rem;flex-shrink:0}.error-text{color:var(--red);font-size:1.1rem}.home-nav{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.user-greeting{display:flex;align-items:center;gap:.5rem;font-weight:500;margin-right:.5rem}.user-avatar{width:28px;height:28px;border-radius:50%}.btn-discord{background:#5865f2;color:#fff;font-weight:600}.btn-discord:hover{background:#4752c4}.btn-secondary{background:var(--surface)}.btn-secondary:hover{background:var(--surface-2)}.btn-delete{background:transparent;color:var(--text-muted);font-size:.8rem;padding:.2rem .6rem}.btn-delete:hover{background:var(--red);color:#fff}.bot-status{display:flex;align-items:center;gap:.4rem;margin-top:1rem}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.online{background:var(--green)}.status-dot.offline{background:var(--text-muted)}.header-link{color:var(--text)}.header-link:hover{color:var(--green);text-decoration:none}.muted{color:var(--text-muted)}.admin-container{max-width:1100px}.admin-section{margin-top:2rem}.admin-section h2{margin-bottom:.75rem;font-size:1.1rem;display:flex;align-items:baseline;gap:.6rem}.uptime-inline{font-size:.8rem;font-weight:400;color:var(--text-muted)}.session-table{width:100%;border-collapse:collapse;font-size:.9rem}.session-table th,.session-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--surface-2)}.session-table th{color:var(--text-muted);font-weight:500}.metrics-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.metric-card{background:var(--surface);border-radius:8px;padding:.6rem .75rem;display:flex;flex-direction:column;gap:.4rem}.metric-top{display:flex;justify-content:space-between;align-items:baseline}.metric-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:1rem;font-weight:600}.metric-unit{font-size:.75rem;font-weight:400;color:var(--text-muted)}.sparkline{display:block}.transcript::-webkit-scrollbar{width:6px}.transcript::-webkit-scrollbar-track{background:transparent}.transcript::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:3px}
