*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f0f;--surface:#1a1a1a;--surface-hover:#222;--border:#2a2a2a;--text:#e5e5e5;--text-muted:#888;--accent:#e54d2e;--accent-glow:#e54d2e26}body{background:var(--bg);color:var(--text);height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,system-ui,sans-serif;overflow:hidden}#root{height:100vh}.app{grid-template-columns:340px 1fr;height:100vh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:16px 20px;display:flex}.sidebar-logo{object-fit:contain;filter:invert()hue-rotate(180deg);height:56px}.sidebar-tabs{background:var(--bg);border-radius:8px;gap:0;margin:12px 16px;padding:3px;display:flex}.sidebar-tab{text-align:center;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:7px 0;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s}.sidebar-tab:hover{color:var(--text)}.sidebar-tab.active{background:var(--surface-hover);color:var(--text)}.placeholder-tab{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 32px;display:flex}.placeholder-icon{color:var(--text-muted);opacity:.4}.placeholder-title{font-size:16px;font-weight:600}.placeholder-desc{color:var(--text-muted);max-width:220px;font-size:13px;line-height:1.5}.new-btn{border:1px dashed var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:6px;margin:12px 16px;padding:10px;font-family:inherit;font-size:13px;transition:all .15s;display:flex}.new-btn:hover{border-color:var(--accent);color:var(--text);background:var(--accent-glow)}.search-box{background:var(--bg);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;margin:0 16px 12px;padding:0 12px;display:flex}.search-box svg{color:var(--text-muted);flex-shrink:0}.search-box input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:13px}.search-box input::placeholder{color:var(--text-muted)}.meeting-list{flex:1;padding:4px 8px;overflow-y:auto}.meeting-item{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:14px 12px;transition:background .15s;position:relative}.meeting-item:hover{background:var(--surface-hover)}.meeting-item.active{background:var(--surface-hover);border-color:var(--border)}.meeting-item .delete-icon{width:28px;height:28px;color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:opacity .15s,background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.meeting-item:hover .delete-icon{opacity:1}.meeting-item .delete-icon:hover{color:var(--accent);background:#e54d2e26}.meeting-item .delete-icon.confirming{opacity:1;background:var(--accent);color:#fff}.meeting-item .date{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.meeting-item .title{margin:4px 0;padding-right:28px;font-size:14px;font-weight:500;line-height:1.3}.meeting-item .preview{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.meeting-item .meta{color:var(--text-muted);align-items:center;gap:12px;margin-top:8px;font-size:11px;display:flex}.meeting-item .preview.incomplete{color:var(--accent)}.no-results{text-align:center;color:var(--text-muted);padding:24px 12px;font-size:13px}.main{flex-direction:column;display:flex;position:relative;overflow:hidden}.error-banner{border:1px solid var(--accent);color:var(--text);z-index:10;background:#e54d2e26;border-radius:10px;align-items:center;gap:12px;padding:10px 20px;font-size:13px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.error-banner button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}.record-view{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;display:flex}.record-btn{border:3px solid var(--accent);background:var(--accent-glow);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;transition:all .2s;display:flex}.record-btn:hover{background:#e54d2e40;transform:scale(1.05)}.record-btn .dot{background:var(--accent);border-radius:50%;width:36px;height:36px;transition:all .2s}.record-btn.recording .dot{border-radius:6px;width:28px;height:28px}.record-btn.recording{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #e54d2e4d}50%{box-shadow:0 0 0 20px #e54d2e00}}.record-label{color:var(--text-muted);font-size:14px}.timer{font-variant-numeric:tabular-nums;letter-spacing:2px;font-size:48px;font-weight:300}.waveform{align-items:center;gap:3px;height:40px;display:flex}.waveform .bar{background:var(--accent);opacity:.6;border-radius:2px;width:3px}.processing-view{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.processing-label{color:var(--text-muted);font-size:14px}.model-badge{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:4px 10px;font-size:11px}.summary-view{flex-direction:column;flex:1;display:flex;overflow:hidden}.summary-header{border-bottom:1px solid var(--border);padding:24px 32px 16px}.summary-header .breadcrumb{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px}.summary-header h2{letter-spacing:-.3px;font-size:22px;font-weight:600}.summary-header .summary-meta{color:var(--text-muted);gap:16px;margin-top:8px;font-size:12px;display:flex}.summary-body{flex:1;padding:24px 32px 40px;overflow-y:auto}.summary-section{margin-bottom:28px}.summary-section h3{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:10px;font-size:12px;font-weight:600}.summary-section p,.summary-section li{color:var(--text);font-size:14px;line-height:1.7}.summary-section ul{padding:0;list-style:none}.summary-section li{padding:4px 0 4px 16px;position:relative}.summary-section li:before{content:"•";color:var(--accent);position:absolute;left:0}.action-items li:before{content:"☐";color:var(--accent)}.summary-actions{border-top:1px solid var(--border);gap:8px;padding:16px 32px;display:flex}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;transition:background .15s}.btn:hover{background:var(--surface-hover)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:#d4442a}.edit-title-input{letter-spacing:-.3px;background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;width:100%;padding:6px 10px;font-family:inherit;font-size:22px;font-weight:600}.edit-title-input:focus{border-color:var(--accent)}.edit-textarea{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;border-radius:8px;outline:none;min-height:60px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.7}.edit-textarea:focus{border-color:var(--accent)}.edit-hint{color:var(--text-muted);margin-top:4px;font-size:11px}.tab-bar{border-bottom:1px solid var(--border);gap:0;margin-top:16px;margin-left:-32px;margin-right:-32px;padding-left:32px;display:flex}.tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s,border-color .15s}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.discussion-points{flex-direction:column;gap:16px;display:flex}.discussion-point{border-left:2px solid var(--accent);padding-left:14px}.dp-topic{margin-bottom:4px;font-size:14px;font-weight:500}.dp-detail{color:var(--text-muted);font-size:14px;line-height:1.7}.action-items li strong{color:var(--accent);font-weight:500}.deadline{color:var(--text-muted);margin-left:4px;font-size:12px;font-style:italic}.open-questions li:before{content:"?";color:var(--accent);font-weight:600}.executive-theme{font-size:15px;font-weight:400;line-height:1.7}.takeaway-groups{flex-direction:column;gap:18px;display:flex}.takeaway-category{color:var(--accent);margin-bottom:6px;font-size:13px;font-weight:600}.takeaway-group ul{padding:0;list-style:none}.takeaway-group li{padding:2px 0 2px 16px;font-size:14px;line-height:1.7;position:relative}.takeaway-group li:before{content:"•";color:var(--text-muted);position:absolute;left:0}.bottom-line{border-left:3px solid var(--accent);background:#e54d2e0f;border-radius:0 8px 8px 0;padding:14px 16px;font-size:15px;font-weight:400;line-height:1.7}.incomplete-notice{background:#e54d2e14;border:1px solid #e54d2e33;border-radius:10px;align-items:flex-start;gap:14px;margin-bottom:24px;padding:16px;display:flex}.incomplete-icon{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.incomplete-title{margin-bottom:4px;font-size:14px;font-weight:500}.incomplete-desc{color:var(--text-muted);font-size:13px;line-height:1.5}.transcript-preview{color:var(--text-muted);white-space:pre-wrap;font-size:13px;line-height:1.7}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
