.transcript-panel{flex:6;background-color:#1e1e1e;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#252525;border-bottom:1px solid #333}.panel-header h2{margin:0;font-size:1.2rem;color:#fff}.connection-status{font-size:.8rem;padding:.25rem .75rem;border-radius:12px}.connection-status.connected{background-color:#4caf5033;color:#4caf50}.connection-status.disconnected{background-color:#ff980033;color:#ff9800}.panel-content{flex:1;overflow-y:auto;padding:1rem}.panel-content.empty{display:flex;align-items:center;justify-content:center;color:#666}.utterance-item{display:flex;margin-bottom:.75rem;animation:fadeIn .3s ease-in}.utterance-item.interim{opacity:.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.speaker-column{min-width:120px;max-width:120px;color:#00c0ff;font-weight:600;font-size:.9rem;padding-right:1rem;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-column{flex:1;display:flex;flex-wrap:wrap;gap:.5rem}.utterance-text{color:#e0e0e0;font-size:1rem;line-height:1.5;flex:1}.utterance-time{color:#666;font-size:.75rem;align-self:flex-start;padding-top:.2rem}.summary-panel{flex:4;background-color:#1a1a2e;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.summary-panel .panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#16213e;border-bottom:1px solid #1f3460}.summary-panel .panel-header h2{margin:0;font-size:1.2rem;color:#fff}.summary-count{font-size:.8rem;padding:.25rem .75rem;border-radius:12px;background-color:#4facfe33;color:#4facfe}.summary-panel .panel-content{flex:1;overflow-y:auto;padding:1rem}.summary-panel .panel-content.empty{display:flex;align-items:center;justify-content:center;color:#666}.summary-panel .empty{display:flex;align-items:center;justify-content:center;height:100%;color:#666}.summary-card{background-color:#1f3460;border-radius:8px;padding:1rem;margin-bottom:1rem;border-left:3px solid #4facfe;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.summary-card.loading{border-left-color:gold;background-color:#2a3d5e}.loading-indicator{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:gold;font-weight:600}.spinner{width:18px;height:18px;border:2px solid #ffd700;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.summary-time-range{color:#4facfe;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.summary-content{color:#e0e0e0;font-size:.95rem;line-height:1.6}.summary-content p{margin:.25rem 0}.loading-skeleton{display:flex;flex-direction:column;gap:.5rem}.skeleton-line{height:1rem;background:linear-gradient(90deg,#2a4a7a 25%,#3a5a8a,#2a4a7a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-line.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.notetaker-container{display:flex;width:100%;height:calc(100vh - 80px);gap:1rem;padding:1rem;box-sizing:border-box}body{background-color:#0f0f1a;color:#e0e0e0;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw}.app-header{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-bottom:1px solid #1f3460}.app-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
