@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");:root{--hyphen-bg:oklch(1 0 0);--hyphen-fg:oklch(0.32 0.045 222);--hyphen-muted-fg:oklch(0.52 0.025 222);--hyphen-surface:oklch(0.99 0 0);--hyphen-muted:oklch(0.96 0.01 222);--hyphen-accent:oklch(0.68 0.1 222);--hyphen-accent-fg:oklch(1 0 0);--hyphen-border:oklch(0.91 0 0);--hyphen-input-border:oklch(0.86 0 0);--hyphen-destructive:oklch(0.577 0.245 27.325);--hyphen-active:oklch(0.6 0.12 160);--hyphen-active-bg:oklch(0.94 0.05 160);--hyphen-success:oklch(0.6 0.12 160);--hyphen-success-bg:oklch(0.94 0.05 160);--hyphen-warning:oklch(0.68 0.15 70);--hyphen-warning-bg:oklch(0.96 0.06 70);--hyphen-info:oklch(0.68 0.1 222);--hyphen-info-bg:oklch(0.94 0.03 222);--hyphen-danger:oklch(0.577 0.245 27.325);--hyphen-danger-bg:oklch(0.95 0.04 27);--hyphen-radius-sm:0.375rem;--hyphen-radius-md:0.5rem;--hyphen-radius-lg:0.625rem;--hyphen-shadow-sm:0 1px 2px 0 rgba(42,84,114,.05),0 1px 3px 0 rgba(42,84,114,.05);--hyphen-shadow-md:0 4px 6px -1px rgba(42,84,114,.07),0 2px 4px -1px rgba(42,84,114,.04);--hyphen-text:var(--hyphen-fg)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--hyphen-bg);color:var(--hyphen-fg);font-family:IBM Plex Sans,Inter,Segoe UI,Helvetica,Arial,sans-serif}a{color:inherit}.hyphen-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:16px;padding:14px 32px;background:color-mix(in oklch,var(--hyphen-bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--hyphen-border)}.hyphen-brand,.hyphen-header{display:flex;align-items:center}.hyphen-brand{gap:10px;text-decoration:none;color:inherit;flex-shrink:0}.hyphen-brand img{height:26px;width:auto}.hyphen-brand span{font-size:16px;font-weight:600;letter-spacing:.2px}.hyphen-nav{display:flex;align-items:center;gap:8px}.hyphen-nav-link{font-size:13px;font-weight:500;color:var(--hyphen-muted-fg);text-decoration:none;padding:7px 12px;border-radius:var(--hyphen-radius-md);transition:background-color .15s ease,color .15s ease}.hyphen-nav-link-active,.hyphen-nav-link:hover{background:var(--hyphen-muted);color:var(--hyphen-fg)}.hyphen-nav-cta{font-size:13px;font-weight:600;color:var(--hyphen-accent-fg);background:var(--hyphen-accent);text-decoration:none;padding:7px 14px;border-radius:var(--hyphen-radius-md);transition:filter .15s ease}.hyphen-nav-cta:hover{filter:brightness(1.08)}.hyphen-landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 81px);padding:24px;text-align:center}.hyphen-landing h1{font-size:32px;margin-bottom:8px}.hyphen-landing p{color:var(--hyphen-muted-fg);margin-bottom:32px}.hyphen-form{display:flex;flex-direction:column;gap:14px;width:100%;max-width:360px;background:var(--hyphen-surface);padding:28px;border-radius:var(--hyphen-radius-lg);border:1px solid var(--hyphen-border);box-shadow:var(--hyphen-shadow-sm)}.hyphen-form input{padding:12px 14px;border-radius:var(--hyphen-radius-md);border:1px solid var(--hyphen-input-border);background:var(--hyphen-bg);color:var(--hyphen-fg);font-size:14px;font-family:inherit}.hyphen-form input:focus{outline:2px solid var(--hyphen-accent);outline-offset:1px}.hyphen-form button{padding:12px 14px;border-radius:var(--hyphen-radius-md);border:none;background:var(--hyphen-accent);color:var(--hyphen-accent-fg);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.hyphen-form button:hover{filter:brightness(1.08)}.hyphen-form button:disabled{opacity:.6;cursor:not-allowed}.hyphen-error{color:var(--hyphen-destructive);font-size:13px}.hyphen-room-wrapper{display:flex;flex-direction:column;height:100vh}.hyphen-room-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:var(--hyphen-surface);border-bottom:1px solid var(--hyphen-border)}.hyphen-room-header .hyphen-brand{display:flex;align-items:center;gap:10px}.hyphen-room-header img{height:24px}.hyphen-room-name{font-size:13px;color:var(--hyphen-muted-fg)}.hyphen-room-body{flex:1 1;min-height:0;background:#000}.hyphen-state{height:100%;color:var(--hyphen-muted-fg)}.hyphen-empty-state,.hyphen-state{display:flex;align-items:center;justify-content:center}.hyphen-empty-state{flex-direction:column;gap:16px;padding:64px 24px;border-radius:var(--hyphen-radius-lg);border:1px dashed var(--hyphen-border);text-align:center}.hyphen-empty-state p{margin:0;color:var(--hyphen-muted-fg);font-size:14px}.hyphen-page{max-width:800px;margin:0 auto;padding:24px 32px 64px}.hyphen-page-wide{max-width:1080px}.hyphen-page h1{font-size:24px;margin-bottom:24px}.hyphen-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.hyphen-page-header h1{margin-bottom:0}.hyphen-meeting-list{display:flex;flex-direction:column;gap:12px}.hyphen-meeting-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:var(--hyphen-radius-lg);background:var(--hyphen-surface);border:1px solid var(--hyphen-border);box-shadow:var(--hyphen-shadow-sm);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.hyphen-meeting-card:hover{border-color:var(--hyphen-accent);box-shadow:var(--hyphen-shadow-md)}.hyphen-meeting-card-title{font-size:15px;font-weight:600;margin-bottom:4px}.hyphen-meeting-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--hyphen-muted-fg)}.hyphen-meeting-card-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.hyphen-meeting-card-counts{display:flex;gap:6px}.hyphen-badge{display:inline-flex;align-items:center;font-size:11px;padding:3px 8px;border-radius:999px;background:var(--hyphen-muted);color:var(--hyphen-muted-fg);text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.hyphen-badge.hyphen-badge-active,.hyphen-badge.hyphen-badge-info{background:var(--hyphen-info-bg);color:var(--hyphen-info)}.hyphen-badge.hyphen-badge-success{background:var(--hyphen-success-bg);color:var(--hyphen-success)}.hyphen-badge.hyphen-badge-warning{background:var(--hyphen-warning-bg);color:var(--hyphen-warning)}.hyphen-badge.hyphen-badge-danger{background:var(--hyphen-danger-bg);color:var(--hyphen-danger)}.hyphen-count-chip{font-size:11px;padding:2px 7px;border-radius:999px;background:var(--hyphen-muted);color:var(--hyphen-muted-fg);white-space:nowrap}.hyphen-detail-header{display:flex;flex-direction:column;gap:10px;padding:20px 24px;border-radius:var(--hyphen-radius-lg);background:var(--hyphen-surface);border:1px solid var(--hyphen-border);box-shadow:var(--hyphen-shadow-sm);margin-bottom:24px}.hyphen-detail-header-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hyphen-detail-header h1{margin:0;font-size:20px}.hyphen-detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--hyphen-muted-fg)}.hyphen-chip{font-size:12px;padding:3px 10px;border-radius:999px;background:var(--hyphen-muted);color:var(--hyphen-fg);white-space:nowrap}.hyphen-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:20px;gap:20px;align-items:start}@media (max-width:860px){.hyphen-detail-grid{grid-template-columns:minmax(0,1fr)}}.hyphen-detail-main,.hyphen-detail-side{display:flex;flex-direction:column;gap:20px;min-width:0}.hyphen-card{padding:18px 20px;border-radius:var(--hyphen-radius-lg);background:var(--hyphen-surface);border:1px solid var(--hyphen-border);box-shadow:var(--hyphen-shadow-sm)}.hyphen-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.hyphen-card-header h2{font-size:14px;font-weight:600;color:var(--hyphen-fg);margin:0;text-transform:uppercase;letter-spacing:.4px}.hyphen-section{margin-top:28px}.hyphen-section h2{font-size:16px;margin-bottom:12px;color:var(--hyphen-muted-fg)}.hyphen-talktime{display:flex;flex-direction:column;gap:14px}.hyphen-talktime-row{display:flex;flex-direction:column;gap:6px}.hyphen-talktime-label{display:flex;justify-content:space-between;font-size:13px}.hyphen-talktime-label span:first-child{font-weight:600}.hyphen-talktime-label span:last-child{color:var(--hyphen-muted-fg)}.hyphen-talktime-bar{height:8px;border-radius:999px;background:var(--hyphen-muted);overflow:hidden}.hyphen-talktime-fill{height:100%;border-radius:999px;transition:width .3s ease}.hyphen-transcript{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto;font-size:13px;line-height:1.5}.hyphen-transcript-line b{color:var(--hyphen-accent)}.hyphen-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;font-size:14px;border-bottom:1px solid var(--hyphen-border)}.hyphen-item-row:last-child{border-bottom:none;padding-bottom:2px}.hyphen-item-row button{flex-shrink:0;padding:6px 12px;border-radius:var(--hyphen-radius-sm);border:none;background:var(--hyphen-accent);color:var(--hyphen-accent-fg);font-size:12px;font-family:inherit;cursor:pointer}.hyphen-item-row button:disabled{opacity:.5;cursor:default}.hyphen-ask-box{display:flex;gap:8px;margin-top:8px}.hyphen-ask-box input{flex:1 1;padding:10px 12px;border-radius:var(--hyphen-radius-md);border:1px solid var(--hyphen-input-border);background:var(--hyphen-bg);color:var(--hyphen-fg);font-size:14px;font-family:inherit}.hyphen-ask-box button{padding:10px 16px;border-radius:var(--hyphen-radius-md);border:none;background:var(--hyphen-accent);color:var(--hyphen-accent-fg);font-size:14px;font-family:inherit;cursor:pointer}.hyphen-ask-box button:hover{filter:brightness(1.08)}.hyphen-answer{margin-top:12px;padding:14px 16px;border-radius:var(--hyphen-radius-lg);background:var(--hyphen-muted);border:1px solid var(--hyphen-border);font-size:14px;white-space:pre-wrap}