*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f7f8;--bg-2:#fff;--bg-3:#f0f0f3;--bg-4:#e6e6eb;--text:#1a1a1a;--text-2:#555;--text-3:#999;--accent:#e31837;--accent-2:#c71530;--accent-glow:#e3183712;--green:#16a34a;--red:#dc2626;--amber:#d97706;--blue:#2563eb;--cyan:#0891b2;--pink:#db2777;--border:#e5e5ea;--border-2:#d1d1d8;--radius:10px;--radius-sm:6px;--radius-lg:14px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 10px 32px #00000014;--shadow-glow:0 0 0 3px #e318370f;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}[data-theme=dark]{--bg:#0a0a0f;--bg-2:#141419;--bg-3:#1e1e26;--bg-4:#2a2a35;--text:#e8e8ed;--text-2:#a0a0ab;--text-3:#6b6b78;--accent:#f43f5e;--accent-2:#fb7185;--accent-glow:#f43f5e1a;--green:#22c55e;--red:#ef4444;--amber:#f59e0b;--blue:#3b82f6;--cyan:#06b6d4;--pink:#ec4899;--border:#2a2a35;--border-2:#3a3a48;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 10px 32px #00000080;--shadow-glow:0 0 0 3px #f43f5e1f}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}.card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s}.card-interactive{cursor:pointer}.card-interactive:hover{border-color:var(--border-2);box-shadow:var(--shadow-md)}.editable-section-wrap:hover .editable-section-icons,.editable-section-wrap:focus-within .editable-section-icons{opacity:1!important;transform:translateY(0)!important}.card-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.calendar-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:14px;padding:20px 22px;transition:all .2s;display:flex;position:relative;overflow:hidden}.calendar-card:before{content:"";background:var(--accent);opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.calendar-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-md);transform:translateY(-1px)}.calendar-card:hover:before{opacity:1}.calendar-card-past{opacity:.55}.calendar-card-past:hover{opacity:.8}.btn{border-radius:var(--radius-sm);font-size:14px;font-weight:500;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 16px;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--text);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-md);background:#000}.btn-secondary{background:var(--bg-3);color:var(--text-2);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-4);border-color:var(--border-2)}.btn-ghost{color:var(--text-2);background:0 0;padding:6px 12px}.btn-ghost:hover:not(:disabled){background:var(--bg-3);color:var(--text)}.btn-load-more{border-radius:var(--radius);width:100%;font-size:14px;font-weight:500;font-family:var(--font-body);cursor:pointer;border:1px dashed var(--border-2);color:var(--text-2);background:0 0;justify-content:center;align-items:center;gap:8px;padding:14px 24px;transition:all .2s;display:flex}.btn-load-more:hover{background:var(--bg-3);border-color:var(--accent);color:var(--accent)}.input{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-size:14px;font-family:var(--font-body);outline:none;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--text);box-shadow:0 0 0 3px #0000000a}[data-theme=dark] .input:focus{box-shadow:0 0 0 3px #ffffff0f}[data-theme=dark] .btn-primary{color:#0a0a0f;background:#e8e8ed}[data-theme=dark] .btn-primary:hover:not(:disabled){background:#fff}.input::placeholder{color:var(--text-3)}select.input{cursor:pointer;appearance:auto}.tag{background:var(--bg-3);border:1px solid var(--border);color:var(--text-2);white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:inline-flex}.badge{letter-spacing:.02em;border-radius:20px;align-items:center;gap:4px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.series-badge{background:var(--accent-glow);color:var(--accent);white-space:nowrap;border:1px solid #e3183726;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.transcript-status{border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.transcript-status-available{color:var(--green);background:#16a34a14}.transcript-status-pending{color:var(--amber);background:#d9770614}.transcript-status-none{background:var(--bg-3);color:var(--text-3)}.avatar{-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.sidebar-link{border-radius:var(--radius-sm);color:var(--text-2);align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:400;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{background:var(--bg-3);color:var(--text)}.sidebar-link.active{background:var(--accent-glow);color:var(--accent);font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.3s ease-out fadeIn}.animate-spin{animation:.8s linear infinite spin}.animate-pulse{animation:2s ease-in-out infinite pulse}.stagger>*{animation:.35s ease-out both fadeIn}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:50ms}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.15s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(6){animation-delay:.25s}.stagger>:nth-child(7){animation-delay:.3s}.stagger>:nth-child(8){animation-delay:.35s}.stagger>:nth-child(9){animation-delay:.4s}.stagger>:nth-child(10){animation-delay:.45s}.date-group-header{align-items:center;gap:12px;margin-top:8px;padding:8px 0;display:flex}.date-group-header:after{content:"";background:var(--border);flex:1;height:1px}.date-group-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:12px;font-weight:600}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gemini-notes{color:var(--text-2);font-size:14px;line-height:1.7}.gemini-notes h1,.gemini-notes h2,.gemini-notes h3,.gemini-notes h4,.gemini-notes h5,.gemini-notes h6{color:var(--text);font-family:var(--font-display);margin:18px 0 8px;font-weight:600;line-height:1.3}.gemini-notes h1{font-size:20px}.gemini-notes h2{font-size:17px}.gemini-notes h3{font-size:15px}.gemini-notes h4,.gemini-notes h5,.gemini-notes h6{font-size:14px}.gemini-notes>:first-child{margin-top:0}.gemini-notes p{margin:8px 0}.gemini-notes ul,.gemini-notes ol{margin:8px 0;padding-left:22px}.gemini-notes li{margin:4px 0}.gemini-notes a{color:var(--accent);text-decoration:underline}.gemini-notes b{color:var(--text);font-weight:600}
