.recorder{flex-direction:column;flex:1;align-items:center;gap:16px;width:100%;min-height:calc(100vh - 200px);padding:40px 20px;display:flex;overflow-y:auto}.recorder-card{background:var(--bg-card);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);border-radius:24px;width:100%;max-width:520px;overflow:hidden}.recorder-tabs{border-bottom:1px solid var(--border-light);display:flex}.recorder-tab{cursor:pointer;font-size:var(--btn-font);font-weight:var(--btn-weight);color:var(--text-muted);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 0;transition:all .2s;display:flex;position:relative}.recorder-tab:hover{color:var(--text-secondary);background:var(--bg-subtle)}.recorder-tab.active{color:var(--color-primary)}.recorder-tab.active:after{content:"";background:var(--color-primary);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:20%;right:20%}.recorder-body{flex-direction:column;align-items:center;gap:24px;padding:32px 28px;display:flex}.recorder-hero{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.hero-icon{background:var(--color-primary-light);width:56px;height:56px;color:var(--color-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.hero-icon-upload{background:var(--color-blue-light);color:var(--color-blue)}.recorder-hero h2{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.recorder-subtitle{color:var(--text-tertiary);margin:0;font-size:14px;font-weight:500}.recorder-form{flex-direction:column;gap:10px;width:100%;display:flex}.recorder-input{width:100%;height:var(--input-height);padding:var(--input-padding);border:1px solid var(--border-default);border-radius:var(--input-radius);font-size:var(--input-font);color:var(--text-primary);background:var(--bg-subtle);outline:none;font-family:inherit;transition:all .15s}.recorder-input:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px #0f766e14}.recorder-select{width:100%;height:var(--input-height);padding:var(--input-padding);border:1px solid var(--border-default);border-radius:var(--input-radius);font-size:var(--input-font);color:var(--text-primary);background:var(--bg-subtle);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;outline:none;padding-right:32px;font-family:inherit;transition:border-color .15s}.recorder-select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0f766e14}.recorder-textarea{border:1px solid var(--border-default);border-radius:var(--input-radius);width:100%;font-size:var(--input-font);color:var(--text-primary);background:var(--bg-subtle);resize:vertical;outline:none;min-height:48px;padding:10px 12px;font-family:inherit;line-height:1.5;transition:all .15s}.recorder-textarea:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px #0f766e14}.recorder-toggle{border:1px solid var(--border-default);border-radius:var(--input-radius);background:var(--bg-subtle);cursor:pointer;text-align:left;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.recorder-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0;margin-top:2px}.recorder-toggle-text{flex-direction:column;gap:2px;display:flex}.recorder-toggle-title{color:var(--text-primary);font-size:13px;font-weight:600}.recorder-toggle-hint{color:var(--text-muted);font-size:12px;line-height:1.4}.btn-record{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:flex}.btn-start{background:var(--color-primary);color:#fff;box-shadow:0 4px 14px #0f766e40}.btn-start:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #0f766e59}.btn-start:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-stop{background:var(--color-danger);color:#fff;box-shadow:0 4px 14px #dc262640}.btn-stop:hover{background:var(--color-danger-hover);transform:translateY(-1px);box-shadow:0 6px 20px #dc262659}.recorder-features{justify-content:center;gap:12px;display:flex}.feature-item{color:var(--text-muted);align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.feature-item svg{color:var(--text-muted)}.recording-active{flex-direction:column;align-items:center;gap:20px;width:100%;padding:12px 0;display:flex}.recording-visualizer{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.visualizer-ring{border:2px solid var(--color-danger);opacity:0;border-radius:50%;animation:3s ease-out infinite ring-pulse;position:absolute}.ring-1{width:60px;height:60px;animation-delay:0s}.ring-2{width:85px;height:85px;animation-delay:.8s}.ring-3{width:110px;height:110px;animation-delay:1.6s}@keyframes ring-pulse{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.visualizer-core{background:var(--color-danger);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 20px #dc262659}.recording-time{color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:40px;font-weight:800}.recording-label{color:var(--color-danger);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.pulse-dot{background:var(--color-danger);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.upload-dropzone{border:2px dashed var(--border-default);text-align:center;cursor:pointer;background:var(--bg-subtle);border-radius:16px;width:100%;padding:36px 20px;transition:all .2s}.upload-dropzone:hover,.upload-dropzone.drag-over{border-color:var(--color-primary);background:var(--color-primary-light)}.upload-dropzone.has-file{border-style:solid;border-color:var(--color-primary);background:var(--color-primary-light);padding:16px 20px}.upload-placeholder{flex-direction:column;align-items:center;gap:10px;display:flex}.upload-icon-circle{background:var(--bg-card);border:1px solid var(--border-default);width:48px;height:48px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.upload-cta{color:var(--text-secondary);font-size:14px;font-weight:600}.upload-formats{color:var(--text-muted);font-size:12px}.upload-file-info{text-align:left;align-items:center;gap:12px;width:100%;display:flex}.file-icon-box{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--color-primary-border);width:40px;height:40px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.file-details{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.file-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.file-size{color:var(--text-muted);font-size:12px}.file-remove{border-radius:var(--radius-md);cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.file-remove:hover{color:var(--color-danger);background:var(--color-danger-light);border-color:var(--color-danger-border)}.upload-form{flex-direction:column;gap:10px;width:100%;display:flex}.live-panel{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);width:100%;max-width:520px;overflow:hidden}.live-panel-header{border-bottom:1px solid var(--border-light);align-items:center;gap:8px;padding:12px 16px;display:flex}.live-panel-header h3{color:var(--text-primary);margin:0;font-size:14px;font-weight:700}.live-panel-status{color:var(--text-muted);margin-left:auto;font-size:11px}.live-dot{background:var(--color-danger);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}.live-panel-body{max-height:300px;padding:12px 16px;overflow-y:auto}.live-panel-body::-webkit-scrollbar{width:4px}.live-panel-body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.live-panel-empty{color:var(--text-muted);text-align:center;margin:0;padding:24px 0;font-size:13px}.live-panel-segment{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:10px;padding:6px 0;display:flex}.live-panel-segment:last-child{border-bottom:none}.live-panel-time{color:var(--text-muted);white-space:nowrap;min-width:60px;padding-top:3px;font-family:monospace;font-size:10px}.live-panel-text{color:var(--text-primary);font-size:14px;line-height:1.5}.live-panel-text.typing:after{content:"◊";color:var(--color-primary);margin-left:2px;animation:.8s infinite blink-cursor}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}[data-theme=dark] .recorder-tabs{border-bottom-color:#334155}[data-theme=dark] .recorder-tab{color:#64748b}[data-theme=dark] .recorder-tab:hover{color:#cbd5e1;background:#0f172a}[data-theme=dark] .recorder-tab.active{color:#14b8a6}[data-theme=dark] .recorder-tab.active:after{background:#14b8a6}[data-theme=dark] .hero-icon{color:#14b8a6;background:#14b8a61a}[data-theme=dark] .hero-icon-upload{color:#60a5fa;background:#3b82f61a}[data-theme=dark] .recorder-input,[data-theme=dark] .recorder-textarea{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .recorder-input:focus,[data-theme=dark] .recorder-textarea:focus{background:#0f172a;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}[data-theme=dark] .recorder-select{color:#f1f5f9;background-color:#0f172a;border-color:#334155}[data-theme=dark] .upload-dropzone:hover,[data-theme=dark] .upload-dropzone.drag-over,[data-theme=dark] .upload-dropzone.has-file{background:#14b8a60d;border-color:#14b8a6}[data-theme=dark] .upload-icon-circle{background:#1e293b;border-color:#334155}[data-theme=dark] .file-icon-box{background:#0f172a;border-color:#14b8a633}[data-theme=dark] .live-panel{background:#1e293b;border-color:#334155}[data-theme=dark] .live-panel-header{border-bottom-color:#334155}[data-theme=dark] .live-panel-segment{border-bottom-color:#0f172a}.api-key-warning{background:color-mix(in srgb, #f59e0b 12%, var(--bg-card));border:1px solid #f59e0b66;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:12px;padding:14px 16px;display:flex}.api-key-warning-text{color:var(--text-primary);font-size:13px;line-height:1.5}.api-key-warning-actions{flex-wrap:wrap;gap:8px;display:flex}.api-key-warning-btn-settings{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;flex:1;min-width:120px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s}.api-key-warning-btn-settings:hover{background:#d97706}.api-key-warning-btn-dismiss{border:1px solid var(--border-default);min-width:100px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:8px 14px;font-size:13px;transition:background .15s,color .15s}.api-key-warning-btn-dismiss:hover{background:var(--bg-hover);color:var(--text-primary)}@media (width<=768px){.recorder{padding:20px 12px}.recorder-card{border-radius:20px}.recorder-body{padding:24px 20px}.recorder-hero h2{font-size:20px}.recording-time{font-size:32px}}.quiet-recorder.recorder{padding:28px 16px}.quiet-recorder.recorder .recorder-card{max-width:460px;box-shadow:none;background:0 0;border:0;border-radius:0}.quiet-recorder.recorder .recorder-tabs{border-color:var(--ui-line)}.quiet-recorder.recorder .recorder-tab{color:var(--ui-muted);font-size:12px;font-weight:500}.quiet-recorder.recorder .recorder-tab:hover,.quiet-recorder.recorder .recorder-tab.active{color:var(--ui-text);background:0 0}.quiet-recorder.recorder .recorder-tab.active:after{background:var(--ui-solid);left:24%;right:24%}.quiet-recorder.recorder .recorder-body{gap:18px;padding:26px 0 0}.quiet-recorder.recorder .recorder-hero{text-align:left;align-self:stretch;align-items:flex-start}.quiet-recorder.recorder .recorder-hero h2{color:var(--ui-text);letter-spacing:-.5px;font-size:22px;font-weight:500}.quiet-recorder.recorder .recorder-form{gap:16px}.quiet-recorder.recorder .recorder-input,.quiet-recorder.recorder .recorder-select,.quiet-recorder.recorder .recorder-textarea{color:var(--ui-text);background:var(--ui-surface);border:1px solid var(--ui-line);box-shadow:none;border-radius:6px;font-size:13px}.quiet-recorder.recorder .recorder-input::placeholder,.quiet-recorder.recorder .recorder-textarea::placeholder{color:var(--ui-muted)}.quiet-recorder.recorder .recorder-input:focus,.quiet-recorder.recorder .recorder-select:focus,.quiet-recorder.recorder .recorder-textarea:focus{border-color:var(--ui-text);box-shadow:none}.quiet-recorder.recorder .recorder-select{appearance:auto;background-image:none}.quiet-recorder.recorder .recorder-toggle{background:0 0;border:0;border-radius:0;align-items:flex-start;padding:0}.quiet-recorder.recorder .recorder-toggle input{accent-color:var(--ui-solid);margin-top:2px}.quiet-recorder.recorder .recorder-toggle-title{color:var(--ui-text);font-size:13px;font-weight:500}.quiet-recorder.recorder .recorder-toggle-hint{color:var(--ui-muted);margin-top:4px;font-size:11px;line-height:1.6}.quiet-disclosure{width:100%;color:var(--ui-text)}.quiet-disclosure>summary{color:var(--ui-muted);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-size:12px;font-weight:500;list-style:none;display:flex}.quiet-disclosure>summary::-webkit-details-marker{display:none}.quiet-disclosure>summary:after{content:"+";color:var(--ui-muted);font-size:16px;font-weight:400;line-height:1}.quiet-disclosure[open]>summary:after{content:"−"}.quiet-disclosure>summary:hover,.quiet-disclosure[open]>summary{color:var(--ui-text)}.quiet-disclosure>summary:focus-visible{outline:1px solid var(--ui-text);outline-offset:3px}.quiet-disclosure-body{flex-direction:column;gap:14px;padding:10px 0 4px;display:flex}.quiet-field{color:var(--ui-muted);flex-direction:column;gap:8px;font-size:12px;display:flex}.quiet-recorder.recorder .recording-options{border-top:1px solid var(--ui-line);margin-bottom:-8px}.quiet-recorder.recorder .btn-record,.quiet-recorder.recorder .btn-record:hover{background:var(--ui-solid);color:var(--ui-on-solid);border:1px solid var(--ui-solid);box-shadow:none;border-radius:6px;font-size:13px;font-weight:500;transform:none}.quiet-recorder.recorder .btn-record:hover{opacity:.88}.quiet-recorder.recorder .upload-dropzone,.quiet-recorder.recorder .upload-dropzone:hover,.quiet-recorder.recorder .upload-dropzone.drag-over{border-color:var(--ui-line);background:var(--ui-soft);border-radius:8px}.quiet-recorder.recorder .upload-dropzone:focus-visible{outline:2px solid var(--ui-text);outline-offset:3px}.quiet-recorder.recorder .upload-dropzone.drag-over{border-color:var(--ui-text)}.quiet-recorder.recorder .upload-cta,.quiet-recorder.recorder .file-name{color:var(--ui-text);font-size:13px;font-weight:500}.quiet-recorder.recorder .upload-formats,.quiet-recorder.recorder .file-size{color:var(--ui-muted);font-size:11px}.quiet-recorder.recorder .file-icon-box,.quiet-recorder.recorder .file-remove,.quiet-recorder.recorder .file-remove:hover{color:var(--ui-text);background:var(--ui-soft)}.quiet-recorder.recorder .recording-visualizer{width:64px;height:64px}.quiet-recorder.recorder .visualizer-ring{display:none}.quiet-recorder.recorder .visualizer-core{color:var(--ui-text);background:var(--ui-soft);box-shadow:none}.quiet-recorder.recorder .recording-time{color:var(--ui-text)}.quiet-recorder.recorder .recording-label{color:var(--ui-muted);font-size:12px}.quiet-recorder.recorder .pulse-dot,.quiet-recorder.recorder .live-dot{background:var(--ui-solid)}.quiet-recorder.recorder .live-panel{border:1px solid var(--ui-line);background:var(--ui-surface);box-shadow:none;border-radius:12px}.quiet-recorder.recorder .live-panel-header{background:var(--ui-surface);border-color:var(--ui-line)}.quiet-recorder.recorder .live-panel-header h3,.quiet-recorder.recorder .live-panel-text{color:var(--ui-text)}.quiet-recorder.recorder .live-panel-time,.quiet-recorder.recorder .live-panel-empty,.quiet-recorder.recorder .live-panel-status{color:var(--ui-muted)}.quiet-recorder.recorder .api-key-warning{border-color:var(--ui-line);background:var(--ui-soft);color:var(--ui-text)}.quiet-recorder.recorder .api-key-warning-text{color:var(--ui-text)}.quiet-recorder.recorder .api-key-warning-btn-settings{border-color:var(--ui-solid);background:var(--ui-solid);color:var(--ui-on-solid)}.quiet-recorder.recorder .api-key-warning-btn-dismiss{border-color:var(--ui-line);background:var(--ui-surface);color:var(--ui-text)}.quiet-settings.settings-modal{background:color-mix(in srgb, var(--ui-text) 30%, transparent);-webkit-backdrop-filter:none;backdrop-filter:none}.quiet-settings.settings-modal .settings-content{border:1px solid var(--ui-line);background:var(--ui-surface);max-width:480px;box-shadow:none;border-radius:12px}.quiet-settings.settings-modal .settings-header,.quiet-settings.settings-modal .settings-actions{background:var(--ui-surface);border-color:var(--ui-line);padding:16px 22px}.quiet-settings.settings-modal .settings-header h2{color:var(--ui-text);font-weight:500}.quiet-settings.settings-modal .settings-body{padding:20px 22px}.quiet-settings.settings-modal .settings-section{margin-bottom:16px}.quiet-settings.settings-modal .settings-form{gap:14px}.quiet-settings.settings-modal .quiet-disclosure{border-top:1px solid var(--ui-line);margin:0}.quiet-settings.settings-modal .quiet-disclosure>summary{padding:15px 0}.quiet-settings.settings-modal .quiet-disclosure>.settings-form{padding:4px 0 20px}.quiet-settings.settings-modal .form-group label,.quiet-settings.settings-modal .checkbox-text strong{color:var(--ui-muted);letter-spacing:0;text-transform:none;font-size:12px;font-weight:400}.quiet-settings.settings-modal .form-group input,.quiet-settings.settings-modal .form-group select{border-color:var(--ui-line);background:var(--ui-surface);color:var(--ui-text);box-shadow:none;border-radius:6px;font-size:13px}.quiet-settings.settings-modal .form-group input:focus,.quiet-settings.settings-modal .form-group select:focus{border-color:var(--ui-text)}.quiet-settings.settings-modal .form-group input:disabled{background:var(--ui-soft)}.quiet-settings.settings-modal .form-group input::placeholder{color:var(--ui-muted)}.quiet-settings.settings-modal input[type=checkbox]{accent-color:var(--ui-solid)}.quiet-settings.settings-modal .form-help,.quiet-settings.settings-modal .settings-section-desc,.quiet-settings.settings-modal .checkbox-description,.quiet-settings.settings-modal .quiet-managed-note{color:var(--ui-muted);font-size:11px;line-height:1.65}.quiet-settings.settings-modal .quiet-managed-note{margin:12px 0 2px}.quiet-settings.settings-modal .settings-info-card,.quiet-settings.settings-modal .delete-confirm-box,.quiet-settings.settings-modal .settings-message,.quiet-settings.settings-modal .key-badge{color:var(--ui-text);background:var(--ui-soft);border:1px solid var(--ui-line);box-shadow:none;border-radius:6px}.quiet-settings.settings-modal .settings-info-card strong,.quiet-settings.settings-modal .settings-info-card p{color:var(--ui-text)}.quiet-settings.settings-modal .btn-primary,.quiet-settings.settings-modal .btn-primary:hover,.quiet-settings.settings-modal .btn-danger,.quiet-settings.settings-modal .btn-danger:hover{color:var(--ui-on-solid);background:var(--ui-solid);border:1px solid var(--ui-solid);box-shadow:none;border-radius:6px;transform:none}.quiet-settings.settings-modal .btn-secondary,.quiet-settings.settings-modal .btn-secondary:hover,.quiet-settings.settings-modal .toggle-visibility,.quiet-settings.settings-modal .settings-close-btn{color:var(--ui-text);border-color:var(--ui-line);box-shadow:none;background:0 0;border-radius:6px}.quiet-settings.settings-modal .settings-actions .btn-secondary{border-color:#0000}.quiet-settings.settings-modal .toggle-visibility{width:auto;min-width:42px;font-size:11px}.quiet-profile.user-profile-container .user-profile-dropdown{border:1px solid var(--ui-line);background:var(--ui-surface);min-width:220px;box-shadow:none;border-radius:9px}.quiet-profile.user-profile-container .profile-header{padding:18px}.quiet-profile.user-profile-container .profile-name{color:var(--ui-text);font-size:13px;font-weight:500}.quiet-profile.user-profile-container .profile-email{color:var(--ui-muted);font-size:11px}.quiet-profile.user-profile-container .profile-divider{background:var(--ui-line)}.quiet-profile.user-profile-container .profile-menu-item,.quiet-profile.user-profile-container .profile-logout-btn{color:var(--ui-text);padding:10px 18px;font-size:12px;font-weight:400}.quiet-profile.user-profile-container .profile-menu-item:hover,.quiet-profile.user-profile-container .profile-logout-btn:hover{color:var(--ui-text);background:var(--ui-soft)}@media (width<=480px){.quiet-recorder.recorder{padding:20px 0}.quiet-recorder.recorder .recorder-body{padding:24px 20px}.quiet-recorder.recorder .recorder-input,.quiet-recorder.recorder .recorder-select,.quiet-recorder.recorder .recorder-textarea,.quiet-settings.settings-modal .form-group input,.quiet-settings.settings-modal .form-group select{font-size:16px}.quiet-settings.settings-modal{padding:12px}.quiet-settings.settings-modal .settings-content{max-height:calc(100dvh - 24px)}.quiet-settings.settings-modal .settings-header,.quiet-settings.settings-modal .settings-body,.quiet-settings.settings-modal .settings-actions{padding:18px}}.meeting-detail-overlay{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.meeting-detail-modal{background:var(--bg-card);border-radius:var(--radius-2xl);width:100%;max-width:800px;max-height:calc(100vh - 4rem);box-shadow:var(--shadow-xl);flex-direction:column;animation:.25s ease-out forwards pop-in;display:flex;overflow:hidden}@keyframes pop-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.detail-header{border-bottom:1px solid var(--border-light);background:var(--bg-card);color:var(--text-primary);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.detail-header h2{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:16px;font-weight:700;line-height:1.3}.btn-close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:all .15s;display:flex}.btn-close:hover{background:var(--border-light);color:var(--text-secondary)}.detail-meta{background:var(--bg-subtle);border-bottom:1px solid var(--border-light);flex-shrink:0;padding:16px 24px}.meta-row{align-items:center;margin:6px 0;font-size:13px;display:flex}.meta-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;min-width:100px;margin-right:12px;font-size:12px;font-weight:600}.detail-section{border-bottom:1px solid var(--border-light);padding:20px 24px}.detail-section:last-child{border-bottom:none}.section-title{color:var(--text-primary);border-bottom:2px solid var(--color-primary);margin:0 0 12px;padding-bottom:8px;font-size:14px;font-weight:700}.section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.btn-edit{height:var(--btn-height);background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s}.btn-edit:hover{background:#0d6b63}.edit-summary{margin-top:10px}.summary-textarea{border:1px solid var(--border-default);border-radius:var(--radius-lg);resize:vertical;background:var(--bg-subtle);width:100%;min-height:250px;color:var(--text-secondary);box-sizing:border-box;padding:14px;font-size:14px;line-height:1.7;transition:all .15s}.summary-textarea:focus{border-color:var(--color-primary);background:var(--bg-card);outline:none;box-shadow:0 0 0 3px #0f766e14}.edit-actions{gap:8px;margin-top:10px;display:flex}.btn-save{height:var(--btn-height);background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;padding:0 16px;font-size:13px;font-weight:600;transition:all .15s}.btn-save:hover:not(:disabled){background:#0d6b63}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{height:var(--btn-height);color:var(--text-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-lg);cursor:pointer;background:0 0;padding:0 16px;font-size:13px;font-weight:600;transition:all .15s}.btn-cancel:hover:not(:disabled){background:var(--border-light);color:var(--text-secondary)}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.summary-content{color:var(--text-secondary);font-size:14px;line-height:1.7}.summary-content.markdown-body{word-wrap:break-word;line-height:1.7}.summary-content.markdown-body h1,.summary-content.markdown-body h2,.summary-content.markdown-body h3,.summary-content.markdown-body h4,.summary-content.markdown-body h5,.summary-content.markdown-body h6{color:var(--text-primary);margin:16px 0 10px;font-weight:700;line-height:1.3}.summary-content.markdown-body h1{border-bottom:2px solid var(--color-primary);padding-bottom:6px;font-size:1.5em}.summary-content.markdown-body h2{border-bottom:1px solid var(--border-default);padding-bottom:4px;font-size:1.3em}.summary-content.markdown-body h3{color:var(--color-primary);font-size:1.15em}.summary-content.markdown-body h4{font-size:1.05em}.summary-content.markdown-body p{color:var(--text-secondary);margin:10px 0}.summary-content.markdown-body ul,.summary-content.markdown-body ol{margin:10px 0;padding-left:20px}.summary-content.markdown-body li{color:var(--text-secondary);margin:4px 0}.summary-content.markdown-body strong{color:var(--text-primary);font-weight:700}.summary-content.markdown-body em{font-style:italic}.summary-content.markdown-body code{background-color:var(--color-primary-light);color:var(--color-primary);border:1px solid var(--color-primary-border);border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:.9em}.summary-content.markdown-body pre{background-color:var(--bg-subtle);border-radius:var(--radius-lg);border:1px solid var(--border-default);margin:14px 0;padding:14px;overflow-x:auto}.summary-content.markdown-body pre code{color:var(--text-secondary);background-color:#0000;border:none;padding:0}.summary-content.markdown-body blockquote{border-left:3px solid var(--color-primary);color:var(--text-tertiary);margin:14px 0;padding-left:14px;font-style:italic}.summary-content.markdown-body a{color:var(--color-primary);font-weight:600;text-decoration:none}.summary-content.markdown-body a:hover{text-decoration:underline}.summary-content.markdown-body hr{border:none;border-top:1px solid var(--border-default);margin:20px 0}.summary-content.markdown-body table{border-collapse:collapse;width:100%;margin:14px 0}.summary-content.markdown-body table th,.summary-content.markdown-body table td{border:1px solid var(--border-default);text-align:left;padding:8px 12px}.summary-content.markdown-body table th{background-color:var(--bg-subtle);color:var(--text-primary);font-weight:700}.summary-header{color:var(--color-primary);margin:16px 0 10px;padding-top:12px;font-size:16px;font-weight:700}.summary-header:first-child{margin-top:0;padding-top:0}.summary-subheader{color:var(--text-primary);margin:12px 0 6px;font-size:14px;font-weight:700}.summary-paragraph{color:var(--text-secondary);margin:10px 0;line-height:1.7}.summary-list-item{color:var(--text-secondary);margin:6px 0;padding-left:8px;line-height:1.6}.key-points-list{margin:0;padding:0;list-style:none}.key-points-list li{background:var(--bg-subtle);border-left:3px solid var(--color-primary);border-radius:var(--radius-md);color:var(--text-secondary);border:1px solid var(--border-light);border-left:3px solid var(--color-primary);margin:6px 0;padding:10px 12px;font-size:14px;line-height:1.6}.key-points-list li:before{content:"•";color:var(--color-primary);margin-right:8px;font-weight:700}.action-items-list{flex-direction:column;gap:10px;display:flex}.action-item-card{background:var(--bg-card);border:1px solid var(--border-default);border-left:3px solid var(--color-success);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:14px 16px;transition:all .15s;display:flex}.action-item-card:hover{border-color:var(--border-medium);box-shadow:0 2px 8px #0000000f}.action-item-card.action-item-editing{background:var(--color-success-light);border-color:var(--color-success-border)}.action-item-content{flex:1}.action-task{color:var(--text-primary);margin-bottom:10px;font-size:14px;font-weight:700;line-height:1.5}.action-meta{color:var(--text-tertiary);flex-wrap:wrap;gap:20px;font-size:13px;font-weight:500;display:flex}.action-assignee,.action-due{align-items:center;gap:6px;display:flex}.action-icon{font-size:14px;line-height:1}.action-label{color:var(--text-muted);font-size:12px;font-weight:600}.action-value{color:var(--text-secondary);font-size:13px;font-weight:500}.action-item-actions{border-top:1px solid var(--border-light);gap:8px;margin-top:2px;padding-top:10px;display:flex}.btn-edit-small,.btn-ticket-small,.btn-delete-small{height:var(--btn-height);border-radius:var(--radius-lg);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.btn-edit-small{color:var(--text-secondary);border:1px solid var(--border-default);background:0 0}.btn-edit-small:hover{background:var(--border-light);border-color:var(--border-medium)}.btn-ticket-small{background:var(--color-success);color:#fff}.btn-ticket-small:hover:not(:disabled){background:#15803d}.btn-ticket-small:disabled{opacity:.5;cursor:not-allowed}.btn-delete-small{color:#ef4444;border:1px solid var(--color-danger-border);background:0 0;flex:.8}.btn-delete-small:hover:not(:disabled){background:var(--color-danger-light);color:var(--color-danger);border-color:#fca5a5}.btn-delete-small:disabled{opacity:.5;cursor:not-allowed}.btn-icon{font-size:13px;line-height:1}.btn-text{font-size:13px}.action-item-edit{flex-direction:column;gap:12px;padding:2px;display:flex}.action-edit-task{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-subtle);width:100%;color:var(--text-primary);box-sizing:border-box;padding:10px 12px;font-size:14px;font-weight:500;transition:all .15s}.action-edit-task:focus{border-color:var(--color-primary);background:var(--bg-card);outline:none;box-shadow:0 0 0 3px #0f766e14}.action-edit-meta{gap:10px;display:flex}.action-edit-field{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.action-edit-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:4px;margin-bottom:2px;font-size:12px;font-weight:600;display:flex}.action-edit-assignee,.action-edit-due{width:100%;height:var(--btn-height);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-subtle);color:var(--text-primary);cursor:pointer;box-sizing:border-box;appearance:none;padding:0 12px;font-size:13px;transition:all .15s}.action-edit-assignee{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.action-edit-assignee:focus,.action-edit-due:focus{border-color:var(--color-primary);background:var(--bg-card);outline:none;box-shadow:0 0 0 3px #0f766e14}.action-edit-assignee:hover{border-color:var(--border-medium)}.action-edit-due::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.5;margin-left:4px}.action-edit-due::-webkit-calendar-picker-indicator:hover{opacity:1}.action-edit-actions{gap:8px;margin-top:4px;display:flex}.btn-save-small,.btn-cancel-small{height:var(--btn-height);border-radius:var(--radius-lg);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.btn-save-small{background:var(--color-primary);color:#fff}.btn-save-small:hover:not(:disabled){background:#0d6b63}.btn-save-small:disabled{opacity:.5;cursor:not-allowed}.btn-cancel-small{color:var(--text-tertiary);border:1px solid var(--border-default);background:0 0}.btn-cancel-small:hover:not(:disabled){background:var(--border-light);color:var(--text-secondary)}.btn-cancel-small:disabled{opacity:.5;cursor:not-allowed}.btn-generate-tickets{height:var(--btn-height);background:var(--color-success);color:#fff;border-radius:var(--radius-lg);cursor:pointer;border:none;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.btn-generate-tickets:hover:not(:disabled){background:#15803d}.btn-generate-tickets:disabled{opacity:.5;cursor:not-allowed;background:var(--text-muted)}.transcript-section{margin-top:8px}.transcript-summary{cursor:pointer;background:var(--color-primary-light);border-radius:var(--radius-lg);color:var(--color-primary);-webkit-user-select:none;user-select:none;border:1px solid var(--color-primary-border);padding:10px 14px;font-size:14px;font-weight:600;transition:all .15s}.transcript-summary:hover{background:var(--color-primary-border);border-color:#99f6e4}.transcript-content{background:var(--bg-subtle);border-radius:var(--radius-lg);color:var(--text-secondary);white-space:pre-wrap;border:1px solid var(--border-light);max-height:400px;margin-top:12px;padding:16px;font-size:14px;line-height:1.7;overflow-y:auto}.speaker-transcript{flex-direction:column;gap:10px;display:flex}.speaker-segment{background:var(--bg-card);border-radius:var(--radius-md);border-left:3px solid var(--color-primary);border:1px solid var(--border-light);border-left:3px solid var(--color-primary);gap:8px;padding:8px 10px;transition:all .15s;display:flex}.speaker-segment:hover{background:var(--color-primary-light)}.speaker-label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em;min-width:90px;font-size:12px;font-weight:700}.speaker-text{color:var(--text-secondary);white-space:pre-wrap;word-wrap:break-word;flex:1}.transcript-text{color:var(--text-secondary);white-space:pre-wrap;word-wrap:break-word}.detail-actions{background:var(--bg-card);border-top:1px solid var(--border-light);border-radius:0 0 var(--radius-2xl) var(--radius-2xl);flex-wrap:wrap;flex-shrink:0;gap:8px;padding:14px 24px;display:flex;position:sticky;bottom:0}.btn-delete{height:var(--btn-height);border-radius:var(--radius-lg);cursor:pointer;background:var(--color-danger);color:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.btn-delete:hover:not(:disabled){background:var(--color-danger-hover)}.btn-delete:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.meeting-detail-overlay{padding:0}.meeting-detail-modal{border-radius:0;max-width:100%;max-height:100vh}.detail-header{border-radius:0}.detail-actions{border-radius:0;flex-direction:column}.action-meta{flex-direction:column;gap:6px}}.meeting-detail-modal>:not(.detail-header):not(.detail-actions){overflow-y:auto}.meeting-detail-modal::-webkit-scrollbar{width:4px}.meeting-detail-modal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.token-cost-info{background:var(--color-primary-light);border-radius:var(--radius-lg);border:1px solid var(--color-primary-border);margin-top:10px;padding:14px}.cost-item{border-bottom:1px solid #e0f2fe;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.cost-item:last-of-type{border-bottom:none}.cost-item strong{flex:1;font-size:13px;font-weight:600;color:var(--text-primary)!important}.cost-item span:not(.cost){margin:0 12px;font-size:13px;font-weight:500;color:var(--text-secondary)!important}.cost-item .cost{font-size:13px;font-weight:600;color:var(--color-primary)!important}.cost-total{border-radius:var(--radius-sm);background:#0f766e0d;border-top:1px solid #99f6e4;justify-content:space-between;align-items:center;margin-top:10px;padding:10px 12px;display:flex}.cost-total strong{font-size:14px;font-weight:700;color:var(--text-primary)!important}.cost-total .total-cost{font-size:16px;font-weight:800;color:var(--color-primary)!important}.transcript-lines{flex-direction:column;gap:2px;display:flex}.transcript-line{border-radius:var(--radius-md);align-items:flex-start;gap:12px;padding:8px 12px;transition:background .1s;display:flex}.transcript-line:hover{background:var(--border-light)}.transcript-line-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;min-width:50px;padding-top:2px;display:flex}.transcript-time{color:var(--text-muted);white-space:nowrap;font-family:SF Mono,Fira Code,monospace;font-size:10px}.transcript-speaker{color:var(--color-primary);white-space:nowrap;font-size:11px;font-weight:700}.transcript-line-text{color:var(--text-primary);flex:1;font-size:14px;line-height:1.6}.transcript-content{max-height:400px;padding:12px 0;overflow-y:auto}.transcript-content::-webkit-scrollbar{width:4px}.transcript-content::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.meeting-detail-modal{flex-direction:column;max-height:calc(100vh - 4rem);display:flex}.detail-header{border-bottom:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 24px;display:flex}.detail-header-left{flex:1;min-width:0}.detail-header h2{color:var(--text-primary);margin:0 0 6px;font-size:16px;font-weight:700;line-height:1.3}.detail-header-meta{color:var(--text-tertiary);flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.detail-header-meta span{align-items:center;gap:4px;display:inline-flex}.detail-header-meta svg{color:var(--text-muted)}.detail-header .btn-close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.detail-header .btn-close:hover{background:var(--border-light);color:var(--text-secondary)}.detail-body{flex:1;padding:20px 24px;overflow-y:auto}.detail-body::-webkit-scrollbar{width:4px}.detail-body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.detail-section{background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:12px;margin-bottom:20px;padding:16px}.detail-section:last-child{margin-bottom:0}.section-title{color:var(--text-primary);align-items:center;gap:6px;margin:0 0 12px;font-size:13px;font-weight:700;display:flex}.section-title svg{color:var(--color-primary)}.summary-content{max-height:200px;color:var(--text-secondary);font-size:14px;line-height:1.7;overflow-y:auto}.summary-content::-webkit-scrollbar{width:3px}.summary-content::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:2px}.transcript-content{max-height:250px;overflow-y:auto}.key-points-list{color:var(--text-secondary);margin:0;padding-left:18px;font-size:13px;line-height:1.6}.key-points-list li{margin-bottom:4px}.detail-footer{border-top:1px solid var(--border-light);flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;display:flex}.detail-footer button{border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:5px;height:34px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.btn-download-audio,.btn-download-text,.btn-download-pdf{border:1px solid var(--border-default);background:var(--bg-card);color:var(--text-secondary)}.btn-download-audio:hover,.btn-download-text:hover,.btn-download-pdf:hover{background:var(--border-light);color:var(--text-primary)}.btn-download-audio{color:var(--color-blue);border-color:var(--color-blue-border)}.btn-retry-detail{border:1px solid var(--color-amber-border);background:var(--bg-card);color:var(--color-amber)}.btn-retry-detail:hover{background:var(--color-amber-light)}.btn-delete{border:1px solid var(--color-danger-border);background:var(--bg-card);color:var(--color-danger)}.btn-delete:hover{background:var(--color-danger-light)}.btn-share{background:var(--bg-card);color:#059669;border-radius:var(--radius-md);cursor:pointer;border:1px solid #a7f3d0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-share:hover{background:#ecfdf5}.share-dialog-overlay{z-index:1100;background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.share-dialog{background:var(--bg-card);border-radius:var(--radius-2xl);width:480px;max-width:90vw;overflow:hidden;box-shadow:0 20px 60px #0003}.share-dialog-header{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.share-dialog-header h3{color:var(--text-primary);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.btn-close-share{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm);background:0 0;border:none;padding:4px;transition:all .2s}.btn-close-share:hover{background:var(--border-light);color:var(--text-secondary)}.share-dialog-body{padding:20px}.share-description{color:var(--text-tertiary);margin:0 0 16px;font-size:14px}.share-url-row{gap:8px;display:flex}.share-url-input{border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);background:var(--bg-subtle);outline:none;flex:1;padding:10px 12px;font-family:monospace;font-size:13px}.share-url-input:focus{border-color:var(--color-primary)}.btn-copy-link{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s}.btn-copy-link:hover{background:var(--color-primary-hover)}.share-dialog-footer{border-top:1px solid var(--border-default);justify-content:flex-end;padding:12px 20px;display:flex}.btn-revoke-share{border:1px solid var(--color-danger-border);color:var(--color-danger);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.btn-revoke-share:hover{background:var(--color-danger-light)}[data-theme=dark] .meeting-detail-modal{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .detail-header-meta{color:#94a3b8}[data-theme=dark] .detail-header-meta svg,[data-theme=dark] .detail-header .btn-close{color:#64748b}[data-theme=dark] .detail-header .btn-close:hover{color:#e2e8f0;background:#334155}[data-theme=dark] .detail-body{background:#1e293b}[data-theme=dark] .detail-body::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .section-title{color:#e2e8f0;border-bottom-color:#14b8a6}[data-theme=dark] .section-header .section-title{border-bottom-color:#14b8a6}[data-theme=dark] .btn-load-audio{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .btn-load-audio:hover:not(:disabled){color:#14b8a6;background:#14b8a60d;border-color:#14b8a6}[data-theme=dark] .token-cost-info{color:#cbd5e1}[data-theme=dark] .cost-item{color:#cbd5e1;border-bottom-color:#334155}[data-theme=dark] .cost-item strong{color:#e2e8f0}[data-theme=dark] .cost-total{color:#e2e8f0;border-top-color:#334155}[data-theme=dark] .summary-content{color:#cbd5e1}[data-theme=dark] .summary-content.markdown-body h1,[data-theme=dark] .summary-content.markdown-body h2,[data-theme=dark] .summary-content.markdown-body h3,[data-theme=dark] .summary-content.markdown-body h4{color:#f1f5f9}[data-theme=dark] .summary-content.markdown-body h1{border-bottom-color:#14b8a6}[data-theme=dark] .summary-content.markdown-body h2{border-bottom-color:#334155}[data-theme=dark] .summary-content.markdown-body h3{color:#14b8a6}[data-theme=dark] .summary-content.markdown-body p,[data-theme=dark] .summary-content.markdown-body li{color:#cbd5e1}[data-theme=dark] .summary-content.markdown-body strong{color:#f1f5f9}[data-theme=dark] .summary-content.markdown-body code{color:#14b8a6;background:#14b8a61a}[data-theme=dark] .summary-content.markdown-body pre{background:#0f172a;border-color:#334155}[data-theme=dark] .summary-content.markdown-body blockquote{color:#94a3b8;border-left-color:#14b8a6}[data-theme=dark] .summary-content.markdown-body a{color:#14b8a6}[data-theme=dark] .summary-content.markdown-body hr{border-top-color:#334155}[data-theme=dark] .key-points-list li:before{color:#14b8a6}[data-theme=dark] .action-label{color:#64748b}[data-theme=dark] .action-value{color:#cbd5e1}[data-theme=dark] .action-icon svg{color:#64748b}[data-theme=dark] .btn-edit-small,[data-theme=dark] .btn-delete-small{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .btn-edit-small:hover{color:#14b8a6;background:#334155}[data-theme=dark] .btn-delete-small:hover{color:#f87171;background:#dc26261a}[data-theme=dark] .action-edit-task,[data-theme=dark] .action-edit-assignee,[data-theme=dark] .action-edit-due{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .action-edit-label{color:#94a3b8}[data-theme=dark] .transcript-summary{color:#14b8a6}[data-theme=dark] .summary-textarea{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .summary-textarea:focus{background:#0f172a;border-color:#14b8a6}[data-theme=dark] .btn-save{background:#0f766e}[data-theme=dark] .btn-cancel{color:#94a3b8;border-color:#475569}[data-theme=dark] .btn-cancel:hover{color:#e2e8f0;background:#334155}[data-theme=dark] .btn-download-audio,[data-theme=dark] .btn-download-text,[data-theme=dark] .btn-download-pdf{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .btn-download-audio:hover,[data-theme=dark] .btn-download-text:hover,[data-theme=dark] .btn-download-pdf:hover{color:#e2e8f0;background:#334155}[data-theme=dark] .btn-download-audio{color:#60a5fa;border-color:#3b82f64d}[data-theme=dark] .btn-share{color:#34d399;background:#0f172a;border-color:#34d3994d}[data-theme=dark] .btn-share:hover{background:#34d3991a}[data-theme=dark] .btn-retry-detail{color:#fbbf24;background:#0f172a;border-color:#fbbf244d}[data-theme=dark] .btn-retry-detail:hover{background:#fbbf241a}[data-theme=dark] .btn-delete{color:#f87171;background:#0f172a;border-color:#f871714d}[data-theme=dark] .btn-delete:hover{background:#dc26261a}[data-theme=dark] .share-dialog-overlay{background:#00000080}[data-theme=dark] .share-dialog{background:#1e293b;border-color:#334155}[data-theme=dark] .share-dialog-header{border-bottom-color:#334155}[data-theme=dark] .share-dialog-header h3{color:#f1f5f9}[data-theme=dark] .share-description{color:#94a3b8}[data-theme=dark] .share-url-input{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .share-dialog-footer{border-top-color:#334155}[data-theme=dark] .asset-selection-modal{background:#00000080}[data-theme=dark] .asset-selection-content{background:#1e293b;border-color:#334155}[data-theme=dark] .asset-select{color:#e2e8f0;background:#0f172a;border-color:#334155}.audio-section{padding:16px 20px!important}.audio-player{border-radius:var(--radius-lg);outline:none;width:100%;height:40px}.btn-load-audio{width:100%;height:var(--btn-height);border:1px dashed var(--border-default);background:var(--bg-subtle);border-radius:var(--btn-radius);font-size:var(--btn-font);font-weight:var(--btn-weight);color:var(--text-tertiary);cursor:pointer;font-family:inherit;transition:all .15s}.btn-load-audio:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-light)}.btn-load-audio:disabled{opacity:.5;cursor:not-allowed}.chat-section{padding:16px!important}.chat-messages{flex-direction:column;gap:10px;max-height:300px;margin-bottom:12px;display:flex;overflow-y:auto}.chat-msg{border-radius:12px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.chat-msg-user{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-msg-assistant{background:var(--bg-subtle);color:var(--text-primary);border:1px solid var(--border-light);border-bottom-left-radius:4px;align-self:flex-start}.chat-msg-assistant p{margin:4px 0}.chat-msg-assistant p:first-child{margin-top:0}.chat-msg-assistant p:last-child{margin-bottom:0}.chat-input-row{gap:8px;display:flex}.chat-input{border:1px solid var(--border-default);border-radius:var(--radius-lg);height:40px;color:var(--text-primary);background:var(--bg-card);outline:none;flex:1;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.chat-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0f766e14}.chat-send-btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;border:none;height:40px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.chat-send-btn:hover:not(:disabled){background:var(--color-primary-hover)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .chat-msg-assistant{color:#cbd5e1;background:#0f172a;border-color:#334155}[data-theme=dark] .chat-input{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .chat-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.quiet-meeting-detail.meeting-detail-modal{border:1px solid var(--ui-line);background:var(--ui-surface);max-width:760px;color:var(--ui-text);border-radius:12px}.quiet-meeting-detail .detail-header{background:var(--ui-surface);border-color:var(--ui-line);align-items:flex-start;padding:22px 26px 18px}.quiet-meeting-detail .detail-header h2{color:var(--ui-text);letter-spacing:-.035em;font-size:21px;font-weight:600;line-height:1.35}.quiet-meeting-detail .detail-header-meta{color:var(--ui-muted);margin-top:6px;font-size:12px}.quiet-meeting-detail .detail-header-meta svg{display:none}.quiet-detail-tabs{border-bottom:1px solid var(--ui-line);background:var(--ui-surface);flex-shrink:0;gap:22px;padding:0 26px;display:flex;overflow-x:auto}.quiet-detail-tabs button{min-height:44px;color:var(--ui-muted);font:inherit;cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:0;flex-shrink:0;padding:13px 0;font-size:13px;font-weight:500;position:relative}.quiet-detail-tabs button[aria-selected=true]{color:var(--ui-text)}.quiet-detail-tabs button[aria-selected=true]:after{content:"";background:var(--ui-solid);width:100%;height:2px;position:absolute;bottom:0;left:0}.quiet-detail-tabs button:focus-visible,.quiet-key-points>summary:focus-visible,.quiet-detail-more>summary:focus-visible,.quiet-detail-usage>summary:focus-visible{outline:2px solid var(--ui-text);outline-offset:3px}.quiet-meeting-detail [role=tabpanel][hidden],.quiet-shared-meeting [role=tabpanel][hidden]{display:none!important}.quiet-meeting-detail .detail-body{background:var(--ui-surface);min-height:220px;padding:0 26px}.quiet-meeting-detail .detail-section{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:20px 0!important}.quiet-meeting-detail .section-header{align-items:center;gap:14px}.quiet-meeting-detail #detail-panel-summary .section-header{justify-content:flex-end}.quiet-meeting-detail .actions-toolbar{justify-content:flex-end;min-height:32px;margin-bottom:2px}.quiet-meeting-detail .section-title{color:var(--ui-muted);letter-spacing:.015em;border:0;margin:0 0 18px;padding:0;font-size:12px;font-weight:500}.quiet-meeting-detail .section-header .section-title{margin:0}.quiet-meeting-detail .section-title svg{display:none}.quiet-meeting-detail .summary-content,.quiet-meeting-detail .transcript-content,.quiet-shared-meeting .shared-transcript{max-height:none;color:var(--ui-text);background:0 0;padding:0;font-size:14px;line-height:1.85;overflow:visible}.quiet-meeting-detail .summary-content.markdown-body :is(h1,h2,h3,h4){color:var(--ui-text);border:0;padding:0;font-weight:600}.quiet-meeting-detail .summary-content.markdown-body h1{font-size:21px}.quiet-meeting-detail .summary-content.markdown-body h2{font-size:18px}.quiet-meeting-detail .summary-content.markdown-body h3{font-size:15px}.quiet-meeting-detail .summary-content.markdown-body :is(p,li,strong,a){color:var(--ui-text)}.quiet-key-points{border-top:1px solid var(--ui-line)!important}.quiet-key-points>summary,.quiet-detail-usage>summary{cursor:pointer;color:var(--ui-muted);font-size:13px;font-weight:500}.quiet-key-points>summary span{margin-left:8px;font-size:11px}.quiet-key-points[open]>summary{color:var(--ui-text);margin-bottom:14px}.quiet-meeting-detail .key-points-list,.quiet-shared-meeting .shared-key-points{gap:9px;display:grid}.quiet-meeting-detail .key-points-list li,.quiet-shared-meeting .shared-key-points li{color:var(--ui-text);background:0 0;border:0;border-radius:0;margin:0;padding:0 0 0 14px;font-size:14px;line-height:1.65;position:relative}.quiet-meeting-detail .key-points-list li:before,.quiet-shared-meeting .shared-key-points li:before{content:"•";width:auto;height:auto;color:var(--ui-muted);background:0 0;border-radius:0;font-weight:400;position:absolute;top:0;left:0}.quiet-meeting-detail .action-item-card{border:0;border-bottom:1px solid var(--ui-line);box-shadow:none;background:0 0;border-radius:0;margin:0;padding:17px 0}.quiet-meeting-detail .action-task{color:var(--ui-text);font-weight:500}.quiet-meeting-detail .action-meta{color:var(--ui-muted);gap:18px;font-size:12px}.quiet-meeting-detail .action-icon{display:none}.quiet-meeting-detail .action-item-actions{border-top:0;justify-content:flex-start;gap:16px;margin-top:8px;padding-top:0}.quiet-meeting-detail .action-item-actions button{background:0 0;border:0;flex:none;height:34px;min-height:34px;padding:0;font-size:12px}.quiet-meeting-detail .action-item-actions button:hover{text-underline-offset:3px;background:0 0;text-decoration:underline}.quiet-meeting-detail .action-item-actions .btn-delete-small{color:var(--ui-muted)}.quiet-meeting-detail .btn-generate-tickets{min-height:34px;color:var(--ui-muted);background:0 0;border:0;padding:0 4px;font-size:12px}.quiet-meeting-detail .btn-generate-tickets:hover{color:var(--ui-text);text-underline-offset:3px;background:0 0;text-decoration:underline}.quiet-meeting-detail #detail-panel-summary .btn-edit{min-height:32px;color:var(--ui-muted);background:0 0;border:0;padding:0 4px;font-size:12px}.quiet-meeting-detail .transcript-line{border-color:var(--ui-line);background:0 0;padding:15px 0}.quiet-meeting-detail .transcript-line-text{color:var(--ui-text)}.quiet-meeting-detail .transcript-speaker,.quiet-meeting-detail .transcript-time{color:var(--ui-muted)}.quiet-meeting-detail.meeting-detail-modal>.detail-footer{z-index:3;border-color:var(--ui-line);background:var(--ui-surface);justify-content:space-between;padding:12px 26px;position:relative;overflow:visible}.quiet-meeting-detail .detail-footer button{color:var(--ui-text);background:var(--ui-surface);border:1px solid var(--ui-line);box-shadow:none;font-weight:500}.quiet-meeting-detail .detail-footer button:hover{background:var(--ui-soft)}.quiet-detail-more>summary{cursor:pointer;color:var(--ui-muted);align-items:center;gap:12px;padding:8px 10px;font-size:13px;list-style:none;display:flex}.quiet-detail-more>summary::-webkit-details-marker{display:none}.quiet-detail-more[open]>summary{color:var(--ui-text)}.quiet-detail-menu{border:1px solid var(--ui-line);background:var(--ui-surface);width:300px;max-height:min(360px,60vh);box-shadow:0 8px 30px color-mix(in srgb, var(--ui-text) 10%, transparent);z-index:2;border-radius:12px;padding:16px;position:absolute;bottom:calc(100% + 8px);right:24px;overflow-y:auto}.quiet-detail-information{color:var(--ui-muted);justify-content:space-between;gap:12px;padding-bottom:14px;font-size:11px;display:flex}.quiet-detail-information span:last-child{text-transform:capitalize}.quiet-detail-usage{border-bottom:1px solid var(--ui-line);margin-bottom:12px;padding-bottom:16px}.quiet-detail-usage .detail-section{padding:12px 0 0!important}.quiet-detail-usage .section-title{display:none}.quiet-detail-usage .cost-item{flex-wrap:wrap;gap:8px;font-size:11px}.quiet-detail-usage .cost-total{font-size:12px}.quiet-detail-menu-actions{flex-direction:column;gap:4px;display:flex}.quiet-meeting-detail .quiet-detail-menu-actions button{background:0 0;border:0;justify-content:flex-start;height:38px;padding:0 10px}.quiet-meeting-detail .quiet-detail-menu-actions .btn-retry-detail{border-top:1px solid var(--ui-line);border-radius:0;height:46px;margin-top:8px;padding-top:8px}.quiet-detail-empty{color:var(--ui-muted);padding:32px 0;font-size:14px}.quiet-meeting-detail .chat-section{padding:20px 0!important}.quiet-meeting-detail .chat-messages{gap:16px;max-height:none;margin-bottom:20px}.quiet-meeting-detail .chat-msg{max-width:100%;color:var(--ui-text);background:0 0;border:0;border-radius:0;padding:0}.quiet-meeting-detail .chat-msg-user{background:var(--ui-soft);max-width:80%;color:var(--ui-text);border:0;border-radius:6px;align-self:flex-end;padding:8px 11px}.quiet-meeting-detail .chat-msg-assistant{color:var(--ui-text);background:0 0;border:0;align-self:stretch}.quiet-meeting-detail .chat-input-row{border:1px solid var(--ui-line);background:var(--ui-surface);border-radius:7px;gap:4px;padding:4px}.quiet-meeting-detail .chat-input-row:focus-within{border-color:var(--ui-muted)}:root:root .quiet-meeting-detail .chat-input{background:0 0;border:0;min-width:0;height:36px;padding:0 9px}:root:root .quiet-meeting-detail .chat-input:focus{box-shadow:none;background:0 0;border:0}.quiet-meeting-detail .chat-send-btn{border-radius:5px;height:36px;padding:0 13px;font-size:12px}.quiet-meeting-detail .share-url-input{min-width:0}.quiet-shared-meeting.shared-meeting-page{background:var(--ui-bg);color:var(--ui-text);padding:64px 24px;font-family:inherit}.quiet-shared-meeting .shared-meeting-container{max-width:760px}.quiet-shared-meeting .shared-header{border:0;margin-bottom:0;padding-bottom:30px}.quiet-shared-meeting .shared-header h1{letter-spacing:-.04em;color:var(--ui-text);font-size:32px;font-weight:600;line-height:1.3}.quiet-shared-meeting .shared-meta-item{color:var(--ui-muted);font-size:12px}.quiet-shared-meeting .shared-meta-item svg{display:none}.quiet-shared-meeting .quiet-detail-tabs{background:0 0;padding:0}.quiet-shared-meeting .shared-section{box-shadow:none;background:0 0;border:0;margin:0;padding:22px 0}.quiet-shared-meeting .shared-section h2{color:var(--ui-muted);font-size:12px;font-weight:500}.quiet-shared-meeting .shared-section h2 svg{display:none}.quiet-shared-meeting .shared-summary{color:var(--ui-text);font-size:15px;line-height:1.85}.quiet-shared-meeting .shared-summary :is(h1,h2,h3){color:var(--ui-text);font-weight:600}.quiet-shared-meeting .shared-summary h1{font-size:24px}.quiet-shared-meeting .shared-summary h2{font-size:20px}.quiet-shared-meeting .shared-summary h3{font-size:17px}.quiet-shared-meeting .shared-action-item{border:0;border-bottom:1px solid var(--ui-line);margin:0;padding:16px 0}.quiet-shared-meeting .shared-action-task{color:var(--ui-text);font-weight:500}.quiet-shared-meeting .shared-action-meta{color:var(--ui-muted)}.quiet-shared-meeting .shared-transcript{background:0 0;border-radius:0;padding:0}.quiet-shared-meeting .shared-footer{border-top:1px solid var(--ui-line)}.quiet-shared-meeting .shared-footer p{color:var(--ui-muted)}.quiet-shared-meeting .shared-brand-link{color:var(--ui-text);font-weight:500}@media (width<=640px){.quiet-meeting-detail.meeting-detail-modal{border-radius:10px;max-height:calc(100dvh - 16px)}.quiet-meeting-detail .detail-header{padding:18px 18px 15px}.quiet-meeting-detail .detail-header h2{font-size:19px}.quiet-meeting-detail .detail-body{padding:0 20px}.quiet-detail-tabs{gap:22px;padding:0 20px}.quiet-meeting-detail .detail-footer{flex-wrap:nowrap;padding:10px 18px}.quiet-detail-menu{width:min(300px,100vw - 64px);right:12px}.quiet-meeting-detail .section-header{flex-wrap:wrap}.quiet-meeting-detail .action-item-actions button{min-height:44px}.quiet-key-points>summary,.quiet-detail-usage>summary{align-items:center;min-height:44px;display:flex}.quiet-shared-meeting.shared-meeting-page{padding:36px 20px}.quiet-shared-meeting .shared-header h1{font-size:26px}}.meeting-list{--meeting-ink:#262e2a;--meeting-secondary:#68726c;--meeting-muted:#7b847e;--meeting-line:#e5eae5;--meeting-surface:#fff;--meeting-hover:#f0f4ef;--meeting-accent:#0f766e;--meeting-accent-bg:#e9f2ef;--meeting-warning:#9c722b;--meeting-warning-bg:#f6f0e4;--meeting-error:#ac5147;width:100%;color:var(--meeting-ink);font-family:var(--font)}.meeting-list button,.meeting-list input,.meeting-list select{font:inherit}.meeting-list button{cursor:pointer}.meeting-list button:disabled{cursor:default;opacity:.45}.meeting-list button:focus-visible,.meeting-list input:focus-visible,.meeting-list select:focus-visible{outline:2px solid var(--meeting-accent);outline-offset:4px}.meeting-list button{-webkit-tap-highlight-color:transparent}.meetings-heading-row{justify-content:space-between;align-items:center;gap:24px;margin-bottom:44px;display:flex}.meeting-list #meetings-heading{letter-spacing:-1.4px;color:var(--meeting-ink);margin:0;font-size:34px;font-weight:600;line-height:1.25}.meeting-list .meetings-intro{color:var(--meeting-secondary);margin-top:10px;font-size:13px;font-weight:400;line-height:1.6}.meeting-list .meetings-new-button{border:1px solid var(--meeting-accent);color:#fff;background:var(--meeting-accent);white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 18px;font-size:12px;font-weight:600;transition:background .15s;display:inline-flex}.meetings-toolbar{border-bottom:1px solid var(--meeting-line);justify-content:space-between;align-items:center;gap:24px;display:flex}.meetings-views{align-self:stretch;align-items:stretch;gap:26px;display:flex}.meeting-list .meetings-views button{min-height:54px;color:var(--meeting-secondary);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-1px;padding:0;font-size:12px;display:inline-flex}.meeting-list .meetings-views button.is-active{border-bottom-color:var(--meeting-accent);color:var(--meeting-ink);font-weight:600}.meetings-tools{align-items:center;gap:14px;padding-bottom:8px;display:flex}.meetings-search{border:1px solid var(--meeting-line);background:var(--meeting-surface);width:265px;height:35px;color:var(--meeting-muted);border-radius:6px;align-items:center;gap:9px;padding:0 11px;display:flex;position:relative}.meetings-search:focus-within{border-color:var(--meeting-accent)}.meeting-list .search-input{width:100%;min-width:0;color:var(--meeting-ink);background:0 0;border:0;outline:none;padding:0;font-size:11px}.meeting-list .search-input::-webkit-search-cancel-button{display:none}.meeting-list .search-input::placeholder{color:var(--meeting-muted)}.meeting-list .search-input:focus-visible{outline:none}.meetings-search>svg{flex-shrink:0}.meetings-search kbd{white-space:nowrap;color:var(--meeting-muted);flex-shrink:0;font-family:inherit;font-size:10px}.meeting-list .meetings-search .meetings-icon-button{width:20px;min-height:24px}.meetings-search-results{border:1px solid var(--meeting-line);background:var(--meeting-surface);z-index:20;border-radius:8px;width:max(100%,360px);max-width:calc(100vw - 48px);max-height:380px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 8px 28px #182b2010}.meeting-list .meetings-search-results p{color:var(--meeting-muted);padding:8px;font-size:10px}.meetings-search-results button{text-align:left;background:0 0;border:0;border-radius:4px;width:100%;padding:10px;display:block}.meeting-list .meetings-search-results button:hover{background:var(--meeting-hover)}.meeting-list .meetings-search-results span{color:var(--meeting-ink);font-size:12px;font-weight:600;display:block}.meeting-list .meetings-search-results small{color:var(--meeting-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:11px;line-height:1.6;display:block;overflow:hidden}.meetings-filter-row{justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:18px 0 12px;display:flex}.meetings-filter-controls,.meetings-list-actions{align-items:center;gap:12px;display:flex}.meeting-list .meetings-filter-controls select{max-width:140px;min-height:30px;color:var(--meeting-secondary);cursor:pointer;background-color:#0000;border:0;border-radius:3px;padding:0 16px 0 0;font-size:11px}.meetings-control-divider{background:var(--meeting-line);width:1px;height:12px}.meeting-list .meetings-text-button{min-height:32px;color:var(--meeting-secondary);background:0 0;border:0;border-radius:4px;padding:0 6px;font-size:11px}.meeting-list .meetings-text-button:hover,.meeting-list .meetings-text-button.is-active{background:var(--meeting-hover);color:var(--meeting-ink)}.meeting-list .meetings-live-status{color:var(--meeting-secondary);white-space:nowrap;align-items:center;gap:6px;font-size:10px;display:inline-flex}.meetings-live-status>span:first-child{background:var(--meeting-warning);border-radius:50%;width:5px;height:5px}.meeting-list .meetings-live-status .meetings-auto-label{color:var(--meeting-muted)}.meetings-rows{border-top:1px solid var(--meeting-line)}.meeting-row{border-bottom:1px solid var(--meeting-line);grid-template-columns:42px minmax(0,1fr) 145px 64px;align-items:center;gap:20px;min-height:108px;padding:23px 0;transition:background .15s;display:grid;position:relative}.meeting-row:hover{background:var(--meeting-hover)}.meeting-row.is-selected{background:var(--meeting-accent-bg)}.meeting-row-icon{background:var(--meeting-hover);width:42px;height:42px;color:var(--meeting-secondary);border:1px solid var(--meeting-line);border-radius:12px;justify-content:center;align-items:center;display:flex}.is-processing .meeting-row-icon{color:var(--meeting-warning);background:var(--meeting-warning-bg);border-color:#0000}.is-failed .meeting-row-icon{color:var(--meeting-error);background:0 0}.meeting-row-content{min-width:0}.meeting-row-content h3{margin:0;line-height:1.45}.meeting-list .meeting-open{max-width:100%;color:var(--meeting-ink);letter-spacing:-.22px;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-size:15px;font-weight:600;display:block;overflow:hidden}.meeting-list .meeting-open:hover{color:var(--meeting-accent)}.meeting-list .meeting-preview{color:var(--meeting-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:7px;font-size:13px;line-height:1.6;overflow:hidden}.meeting-state-line{align-items:center;gap:12px;margin-top:9px;display:flex}.meeting-list .meeting-status{color:var(--meeting-warning);align-items:center;gap:6px;font-size:10px;font-weight:500;display:inline-flex}.meeting-status>span{background:currentColor;border-radius:50%;width:4px;height:4px}.meeting-list .is-failed .meeting-status{color:var(--meeting-error)}.meeting-list .meeting-retry{border:0;border-bottom:1px solid var(--meeting-line);color:var(--meeting-secondary);background:0 0;padding:2px 0;font-size:10px}.meeting-list .meeting-retry:hover{color:var(--meeting-ink)}.meeting-row-date{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;gap:7px;display:flex}.meeting-list .meeting-row-date time{color:var(--meeting-secondary);font-size:12px}.meeting-list .meeting-row-date>span,.meeting-list .meeting-row-date span span{color:var(--meeting-muted);white-space:nowrap;font-size:11px}.meeting-row-actions{justify-content:flex-end;align-items:center;gap:0;display:flex}.meeting-list .meetings-icon-button{width:32px;min-height:32px;color:var(--meeting-muted);background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.meeting-list .meetings-icon-button:hover,.meeting-list .meetings-icon-button[aria-expanded=true]{background:var(--meeting-line);color:var(--meeting-ink)}.meeting-list .meeting-favorite.is-favorite{color:var(--meeting-warning)}.meeting-favorite.is-favorite svg{fill:currentColor;stroke-width:1.5px}.meeting-menu{position:relative}.meeting-menu-panel{z-index:15;background:var(--meeting-surface);border:1px solid var(--meeting-line);border-radius:7px;min-width:174px;padding:5px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 28px #182b2014}.meeting-list .meeting-menu-panel button{text-align:left;width:100%;min-height:36px;color:var(--meeting-ink);background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:0 10px;font-size:11px;display:flex}.meeting-menu-panel button:hover{background:var(--meeting-hover)}.meetings-selection-bar{background:var(--meeting-accent-bg);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.meeting-list .meetings-selection-bar label{color:var(--meeting-ink);align-items:center;gap:12px;font-size:12px;display:inline-flex}.meeting-list input[type=checkbox]{width:16px;height:16px;accent-color:var(--meeting-accent);cursor:pointer}.meeting-checkbox{justify-self:center}.meeting-list .meetings-delete-button{color:var(--meeting-error);background:0 0;border:0;padding:6px 10px;font-size:11px}.meeting-rename{align-items:center;gap:7px;display:flex}.meeting-list .meeting-rename input{border:1px solid var(--meeting-accent);background:var(--meeting-surface);width:100%;min-width:0;height:32px;color:var(--meeting-ink);border-radius:4px;padding:4px 8px;font-size:13px}.meeting-list .meeting-rename button{background:var(--meeting-hover);color:var(--meeting-accent);border:0;border-radius:4px;padding:7px;font-size:11px}.meetings-empty{text-align:center;border-top:1px solid var(--meeting-line);padding:80px 20px 96px}.meetings-empty-icon{background:var(--meeting-hover);width:56px;height:56px;color:var(--meeting-accent);border-radius:16px;place-items:center;margin:0 auto 22px;display:grid}.meeting-list .meetings-empty h3{letter-spacing:-.4px;color:var(--meeting-ink);font-size:18px;font-weight:500}.meeting-list .meetings-empty p{color:var(--meeting-secondary);margin:12px 0 24px;font-size:12px}.meetings-pagination{justify-content:center;align-items:center;gap:28px;padding-top:30px;display:flex}.meeting-list .meetings-pagination button{border:1px solid var(--meeting-line);min-height:32px;color:var(--meeting-secondary);background:0 0;border-radius:5px;padding:0 10px;font-size:11px}.meeting-list .meetings-pagination span{color:var(--meeting-muted);font-size:11px}.meetings-spin>svg,svg.meetings-spin{animation:1.6s linear infinite meetings-rotate}@keyframes meetings-rotate{to{transform:rotate(360deg)}}[data-theme=dark] .meeting-list{--meeting-ink:#e8ece7;--meeting-secondary:#a4aea6;--meeting-muted:#939e95;--meeting-line:#2c332d;--meeting-surface:#1b201c;--meeting-hover:#202720;--meeting-accent:#65bbab;--meeting-accent-bg:#263b33;--meeting-warning:#c6a771;--meeting-warning-bg:#302c23;--meeting-error:#e2978f}[data-theme=dark] .meeting-list .meetings-new-button{color:#142a23}[data-theme=dark] .meeting-list .meetings-new-button:hover{background:#81cebc}@media (width>=1500px){.meeting-list #meetings-heading{font-size:36px}}@media (width<=900px){.meeting-row{grid-template-columns:38px minmax(0,1fr) 128px 60px;gap:14px}.meeting-row-icon{border-radius:10px;width:38px;height:38px}.meetings-search{width:230px}.meetings-views{gap:20px}.meetings-live-status .meetings-auto-label{display:none}}@media (width<=640px){.meetings-heading-row{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:28px}.meeting-list #meetings-heading{letter-spacing:-1px;font-size:30px}.meeting-list .meetings-intro{margin-top:8px;font-size:12px}.meeting-list .meetings-new-button{min-height:42px;font-size:12px}.meetings-toolbar{flex-wrap:wrap;gap:10px}.meetings-tools{order:-1;gap:8px;width:100%;padding:0}.meetings-search{flex:1;width:auto;height:40px}.meeting-list .search-input{font-size:12px}.meetings-search kbd{display:none}.meeting-list .meetings-views button{min-height:48px;font-size:12px}.meetings-filter-row{flex-wrap:wrap;gap:8px;padding:12px 0}.meetings-filter-controls,.meetings-list-actions{gap:8px}.meetings-list-actions{margin-left:auto}.meeting-list .meetings-live-status{font-size:9px}.meeting-list .meetings-filter-controls select{max-width:108px;padding-right:2px;font-size:10px}.meeting-list .meetings-text-button{font-size:10px}.meeting-row{grid-template-columns:34px minmax(0,1fr) 32px;align-items:start;gap:8px 12px;min-height:124px;padding:22px 0}.meeting-row-icon{border-radius:9px;width:34px;height:34px}.meeting-row-icon svg{width:17px;height:17px}.meeting-list .meeting-open{white-space:normal;overflow-wrap:anywhere;font-size:14px}.meeting-list .meeting-preview{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:12px;line-height:1.7;display:-webkit-box}.meeting-row-date{flex-flow:wrap;grid-area:2/2;align-items:center;gap:6px 10px}.meeting-list .meeting-row-date time,.meeting-list .meeting-row-date>span,.meeting-list .meeting-row-date span span{font-size:10px}.meeting-row-actions{flex-direction:column;grid-area:1/3/span 2;gap:3px}.meeting-row-actions .meetings-icon-button{min-height:34px}.meeting-rename{flex-wrap:wrap}.meeting-list .meeting-rename input{flex-basis:100%;font-size:16px}.meetings-search-results{width:calc(100vw - 48px);left:0;right:auto}.meeting-state-line{gap:10px}.meetings-empty{padding:60px 0}}@media (prefers-reduced-motion:reduce){.meeting-list *,.meeting-list :before,.meeting-list :after{transition:none!important;animation:none!important}}.meeting-list .meeting-error-details{color:var(--meeting-secondary);margin-top:8px;font-size:11px}.meeting-error-details summary{cursor:pointer;width:fit-content;padding:4px 0}.meeting-list .meeting-error-details p{background:var(--meeting-surface);border:1px solid var(--meeting-line);color:var(--meeting-secondary);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:5px;margin-top:8px;padding:10px 12px;line-height:1.7}.meeting-list .meeting-error-details summary:focus-visible{outline:2px solid var(--meeting-accent);outline-offset:3px}.meeting-list .meetings-heading-row{margin-bottom:24px}.meeting-list #meetings-heading{letter-spacing:-.9px;font-size:28px;font-weight:550}.meeting-list .meetings-new-button{background:var(--ui-solid);border-color:var(--ui-solid);color:var(--ui-on-solid);border-radius:6px;font-weight:500}.meeting-list .meetings-new-button:hover{background:var(--ui-hover)}.meeting-list .meetings-toolbar{border:0;margin-bottom:20px}.meeting-list .meetings-views{gap:4px}.meeting-list .meetings-views button{border:0;border-radius:5px;min-height:34px;padding:0 12px;font-size:12px}.meeting-list .meetings-views button.is-active{background:var(--ui-soft);color:var(--ui-text);border:0}.meeting-list .meetings-tools{gap:9px;padding:0}.meeting-list .meetings-search{border-radius:5px;width:240px;height:35px}.meetings-view-options{position:relative}.meeting-list .meetings-view-options>summary{width:34px;min-height:34px;color:var(--ui-muted);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;padding:0;font-size:12px;list-style:none;display:flex}.meetings-view-options>summary::-webkit-details-marker{display:none}.meeting-list .meetings-view-options>summary span{display:none}.meetings-view-options>summary:hover,.meetings-view-options[open]>summary{background:var(--ui-soft)}.meeting-list .meetings-view-options .meetings-filter-row{background:var(--ui-surface);border:1px solid var(--ui-line);z-index:30;border-radius:7px;flex-direction:column;align-items:stretch;min-width:184px;padding:10px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 28px #0000000b}.meeting-list .meetings-view-options .meetings-filter-controls{flex-direction:column;align-items:stretch;gap:8px}.meeting-list .meetings-view-options .meetings-filter-controls select{width:100%;max-width:none;height:34px;padding:0 6px;font-size:12px}.meeting-list .meetings-view-options .meetings-control-divider{display:none}.meeting-list .meetings-view-options .meetings-list-actions{border-top:1px solid var(--ui-line);flex-direction:column;align-items:stretch;margin:0;padding-top:7px}.meeting-list .meetings-view-options .meetings-text-button{text-align:left;align-items:center;gap:8px;width:100%;font-size:12px;display:flex}.meeting-list .meetings-cards{border:0;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;display:grid}.meeting-list .meeting-card{background:var(--ui-surface);border:1px solid var(--ui-line);min-height:164px;box-shadow:none;border-radius:8px;flex-direction:column;align-items:stretch;gap:0;padding:20px 19px 16px;transition:border-color .15s;display:flex}.meeting-list .meeting-card:hover{background:var(--ui-surface);border-color:var(--border-medium)}.meeting-list .meeting-card.is-selected{border-color:var(--ui-text);background:var(--ui-soft)}.meeting-list .meeting-card .meeting-row-icon{display:none}.meeting-list .meeting-card .meeting-row-content{flex:1;width:100%}.meeting-list .meeting-card h3{min-height:24px;padding-right:49px}.meeting-list .meeting-card .meeting-open{letter-spacing:-.2px;white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:550;line-height:1.45;display:-webkit-box;overflow:hidden}.meeting-list .meeting-card .meeting-preview{-webkit-line-clamp:1;color:var(--ui-muted);white-space:normal;-webkit-box-orient:vertical;margin-top:10px;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.meeting-list .meeting-card .meeting-row-date{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;margin-top:18px;display:flex}.meeting-list .meeting-card .meeting-row-date time,.meeting-list .meeting-card .meeting-row-date span{color:var(--ui-muted);white-space:nowrap;font-size:11px}.meeting-list .meeting-card .meeting-row-actions{flex-direction:row;gap:0;position:absolute;top:14px;right:10px}.meeting-list .meeting-card .meetings-icon-button{width:27px;min-height:30px;color:var(--ui-muted)}.meeting-list .meeting-card .meeting-favorite.is-favorite{color:var(--ui-text)}.meeting-list .meeting-card .meeting-favorite:not(.is-favorite){opacity:0}.meeting-list .meeting-card:hover .meeting-favorite,.meeting-list .meeting-card:focus-within .meeting-favorite{opacity:1}.meeting-list .meeting-card .meeting-state-line{gap:12px;margin-top:14px}.meeting-list .meeting-card .meeting-status{color:var(--ui-muted);font-size:12px;font-weight:400}.meeting-list .meeting-card .meeting-retry{text-underline-offset:3px;border:0;font-size:11px;text-decoration:underline}.meeting-list .meeting-card .meeting-menu-panel{min-width:168px;top:34px;right:0}.meeting-list .meeting-card:has(.meeting-menu-panel){z-index:16}.meeting-list .meeting-card .meeting-checkbox{align-self:flex-start;margin-bottom:12px}.meeting-list .meeting-card .meeting-rename{flex-wrap:wrap;padding-right:0}.meeting-list .meeting-card .meeting-rename input{flex-basis:100%}.meeting-list .meeting-card:has(.meeting-rename) .meeting-row-actions{display:none}.meeting-list .meeting-card .meeting-error-details{margin-top:10px;font-size:11px}.meeting-list .meetings-selection-bar{margin:0 0 18px}.meeting-list .meetings-selection-bar>.meetings-text-button{margin-left:auto}@media (width<=960px){.meeting-list .meetings-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.meeting-list .meetings-heading-row{flex-direction:row;align-items:center;gap:12px;margin-bottom:22px}.meeting-list #meetings-heading{font-size:25px}.meeting-list .meetings-new-button{gap:6px;min-height:36px;padding:0 10px;font-size:11px}.meeting-list .meetings-new-button svg{width:13px}.meeting-list .meetings-toolbar{gap:12px;margin-bottom:16px}.meeting-list .meetings-tools{order:-1;gap:8px;width:100%}.meeting-list .meetings-search{width:auto;min-width:0;height:36px}.meeting-list .meetings-cards{grid-template-columns:minmax(0,1fr);gap:10px}.meeting-list .meeting-card{min-height:150px;padding:18px 18px 15px}.meeting-list .meeting-card h3{min-height:22px;padding-right:68px}.meeting-list .meeting-card .meeting-preview{font-size:12px}.meeting-list .meeting-card .meeting-row-date{margin-top:16px}.meeting-list .meeting-card .meetings-icon-button{width:36px;min-height:44px}.meeting-list .meeting-card .meeting-favorite:not(.is-favorite){opacity:1}.meeting-list .meetings-search-results{width:calc(100vw - 48px)}.meeting-list .meetings-selection-bar{flex-wrap:wrap;gap:6px}}@media (hover:none){.meeting-list .meeting-card .meeting-favorite:not(.is-favorite){opacity:1}}@media (width<=359px){.meeting-list #meetings-heading{font-size:22px}.meeting-list .meetings-new-button{padding:0 8px;font-size:10px}}.meeting-list .meeting-card{cursor:pointer}.login-container{background:linear-gradient(135deg,#f5f5f6 0%,#e2e8f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff9;border:1px solid #ffffff80;border-radius:32px;width:100%;max-width:450px;padding:48px;animation:.4s cubic-bezier(.16,1,.3,1) slide-up;box-shadow:0 0 #0000,0 0 #0000,0 25px 50px -12px #00000040}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:auto;height:36px;margin-bottom:8px}[data-theme=dark] .login-logo{filter:brightness(0)invert()}.login-subtitle{color:var(--text-tertiary);margin:0;font-size:14px;font-weight:500}.login-form{flex-direction:column;gap:20px;display:flex}.login-method-toggle{border-radius:var(--btn-radius);background:#ffffff80;border:1px solid #cbd5e180;gap:8px;padding:4px;display:flex}.toggle-btn{border-radius:var(--radius-md);cursor:pointer;color:var(--text-tertiary);background:0 0;border:none;flex:1;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s}.toggle-btn.active{background:var(--color-primary);color:#fff;box-shadow:0 2px 8px #0f766e4d}.toggle-btn:hover:not(.active){color:#334155;background:#fffc}.form-group label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:700}.form-group input{height:var(--input-height);padding:var(--input-padding);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--input-radius);font-size:var(--input-font);color:var(--text-primary);background:#fffc;border:1px solid #cbd5e180;transition:all .2s;box-shadow:0 1px 2px #0000000d}.form-group input:focus{border-color:var(--color-primary);background:#fffffff2;outline:none;box-shadow:0 0 0 3px #0f766e1a}.form-group input:disabled{opacity:.6;cursor:not-allowed}.form-group input::placeholder{color:var(--text-muted)}.error-message{border-radius:var(--btn-radius);color:var(--color-danger);text-align:center;background:#ef44441a;border:1px solid #ef44444d;padding:12px 16px;font-size:14px;font-weight:500}.callback-card{text-align:center;max-width:420px}.callback-title{color:var(--text-primary);margin:12px 0 8px;font-size:20px;font-weight:800}.callback-spinner{border:3px solid #0f766e2e;border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;margin:8px auto 0;animation:.8s linear infinite callback-spin}.callback-actions{margin-top:20px}@keyframes callback-spin{to{transform:rotate(360deg)}}.btn-login{background:var(--color-primary);color:#fff;border-radius:var(--btn-radius);cursor:pointer;border:none;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0f766e4d}.btn-login:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #0f766e66}.btn-login:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-divider{text-align:center;align-items:center;margin:24px 0;display:flex}.login-divider:before,.login-divider:after{content:"";border-bottom:1px solid #cbd5e180;flex:1}.login-divider span{color:var(--text-muted);padding:0 16px;font-size:14px;font-weight:500}.btn-manor-login,.btn-google-login{width:100%;color:var(--text-primary);border-radius:var(--btn-radius);cursor:pointer;background:#fff;border:1px solid #cbd5e180;justify-content:center;align-items:center;gap:12px;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.btn-manor-login:hover:not(:disabled),.btn-google-login:hover:not(:disabled){background:var(--bg-subtle);border-color:#cbd5e1cc;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.btn-manor-login:disabled,.btn-google-login:disabled{opacity:.6;cursor:not-allowed;transform:none}.manor-login-logo,.google-icon{flex-shrink:0;width:20px;height:20px}.default-credentials{border-radius:var(--btn-radius);background:#0f766e0f;border:1px solid #0f766e33;margin-top:20px;padding:14px 16px}.default-credentials-header{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.default-credentials-body{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.credential-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.credential-label{color:var(--text-tertiary);flex-shrink:0;font-size:12px;font-weight:500}.credential-value{color:var(--text-primary);background:#fff9;border:1px solid #cbd5e166;border-radius:4px;padding:2px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.btn-fill-defaults{width:100%;color:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;background:#0f766e1a;border:1px solid #0f766e40;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.btn-fill-defaults:hover{background:#0f766e26;border-color:#0f766e66}.login-footer{text-align:center;margin-top:32px}.login-help{color:var(--text-muted);margin:0 0 20px;font-size:12px;line-height:1.6}.login-toggle{color:var(--text-tertiary);justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:13px;display:flex}.btn-toggle-mode{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600}.btn-toggle-mode:hover{text-decoration:underline}@media (width<=768px){.login-card{padding:32px 24px}.login-header h1{font-size:28px}}[data-theme=dark] .login-card{background:#1e293b;border-color:#334155;box-shadow:0 25px 50px -12px #00000080}[data-theme=dark] .login-subtitle,[data-theme=dark] .login-form label{color:#94a3b8}[data-theme=dark] .login-form input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}[data-theme=dark] .login-form input::placeholder{color:#64748b}[data-theme=dark] .btn-login{background:#0f766e}[data-theme=dark] .btn-login:hover{background:#14b8a6}[data-theme=dark] .login-divider{color:#64748b}[data-theme=dark] .login-divider:before,[data-theme=dark] .login-divider:after{background:#334155}[data-theme=dark] .btn-manor-login,[data-theme=dark] .btn-google-login{color:#cbd5e1;background:#0f172a;border-color:#334155}[data-theme=dark] .btn-manor-login:hover,[data-theme=dark] .btn-google-login:hover{background:#334155;border-color:#475569}[data-theme=dark] .manor-login-logo{filter:brightness(0)invert()}[data-theme=dark] .login-toggle{color:#94a3b8}[data-theme=dark] .login-toggle .toggle-btn{color:#14b8a6}[data-theme=dark] .login-toggle .toggle-btn:hover{color:#2dd4bf}[data-theme=dark] .login-error{color:#f87171;background:#dc26261a;border-color:#dc262633}[data-theme=dark] .login-footer{color:#64748b}[data-theme=dark] .default-credentials{background:#14b8a614;border-color:#14b8a633}[data-theme=dark] .default-credentials-header{color:#14b8a6}[data-theme=dark] .credential-value{color:#e2e8f0;background:#0f172a99;border-color:#334155}[data-theme=dark] .btn-fill-defaults{color:#14b8a6;background:#14b8a61a;border-color:#14b8a640}[data-theme=dark] .btn-fill-defaults:hover{background:#14b8a62e;border-color:#14b8a666}.settings-modal{z-index:9998;-webkit-backdrop-filter:blur(6px);background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.settings-content{background:var(--bg-card);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - 4rem);display:flex;overflow:hidden}.settings-header{border-bottom:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.settings-header h2{color:var(--text-primary);margin:0;font-size:16px;font-weight:700}.settings-close-btn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.settings-close-btn:hover{background:var(--border-light);color:#334155}.settings-body{flex:1;padding:20px 24px;overflow-y:auto}.settings-body::-webkit-scrollbar{width:4px}.settings-body::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.settings-section{margin-bottom:24px}.settings-section:last-of-type{margin-bottom:0}.settings-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px;font-size:13px;font-weight:700}.settings-section-desc{color:var(--text-tertiary);margin:-4px 0 14px;font-size:13px;line-height:1.5}.settings-form{flex-direction:column;gap:14px;display:flex}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:var(--text-secondary);font-size:12px;font-weight:600}.form-group input[type=text],.form-group input[type=email],.form-group input[type=url],.form-group input[type=password],.form-group input[type=number],.form-group select{height:var(--input-height);padding:var(--input-padding);border:1px solid var(--border-default);background:var(--bg-subtle);border-radius:var(--input-radius);font-size:var(--input-font);color:var(--text-primary);box-sizing:border-box;outline:none;width:100%;transition:all .15s}.form-group input:focus,.form-group select:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px #0f766e14}.form-group input:disabled{opacity:.6;cursor:not-allowed;background:var(--border-light)}.form-help{color:var(--text-muted);margin:0;font-size:11px;line-height:1.4}.form-select{height:var(--input-height);border:1px solid var(--border-default);background:var(--bg-subtle);border-radius:var(--input-radius);font-size:var(--input-font);color:var(--text-primary);cursor:pointer;appearance:none;box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;outline:none;width:100%;padding:0 32px 0 12px;transition:border-color .15s}.form-select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0f766e14}.checkbox-group{flex-direction:row}.checkbox-label{cursor:pointer;border-radius:var(--radius-lg);border:1px solid var(--border-light);align-items:flex-start;gap:10px;padding:10px 12px;transition:all .15s;display:flex}.checkbox-label:hover{background:var(--bg-subtle);border-color:var(--border-default)}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--color-primary);flex-shrink:0;margin-top:1px}.checkbox-text{flex-direction:column;flex:1;gap:2px;display:flex}.checkbox-text strong{color:var(--text-primary);font-size:13px;font-weight:600}.checkbox-description{color:var(--text-tertiary);font-size:11px}.settings-message{border-radius:var(--radius-md);margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500}.settings-message.success{background:var(--color-success-light);border:1px solid var(--color-success-border);color:var(--color-success)}.settings-message.error{background:var(--color-danger-light);border:1px solid var(--color-danger-border);color:var(--color-danger)}.settings-actions{border-top:1px solid var(--border-light);flex-shrink:0;justify-content:flex-end;gap:8px;padding:14px 24px;display:flex}.btn-primary,.btn-secondary{height:var(--btn-height);border-radius:var(--btn-radius);font-size:var(--btn-font);font-weight:var(--btn-weight);cursor:pointer;border:none;align-items:center;gap:6px;padding:0 16px;transition:all .15s;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:#0d6b63}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:var(--text-tertiary);border:1px solid var(--border-default);background:0 0}.btn-secondary:hover:not(:disabled){background:var(--border-light);color:#334155}.input-with-toggle{align-items:center;display:flex;position:relative}.input-with-toggle input{padding-right:40px!important}.toggle-visibility{cursor:pointer;opacity:.5;background:0 0;border:none;padding:4px;font-size:15px;line-height:1;transition:opacity .15s;position:absolute;right:8px}.toggle-visibility:hover{opacity:1}.key-badge{color:var(--color-success);background:var(--color-success-light);text-transform:none;letter-spacing:0;border-radius:4px;margin-left:8px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}@media (width<=768px){.settings-modal{padding:0}.settings-content{border-radius:0;max-width:100%;max-height:100vh}}.settings-info-card{background:var(--color-primary-light);border:1px solid var(--color-primary-border);border-radius:var(--radius-lg);color:var(--color-primary);padding:12px 14px;font-size:13px;line-height:1.5}.btn-danger{height:var(--btn-height);border-radius:var(--btn-radius);font-size:var(--btn-font);font-weight:var(--btn-weight);cursor:pointer;background:var(--color-danger);color:#fff;border:none;align-items:center;gap:6px;padding:0 16px;transition:all .15s;display:inline-flex}.btn-danger:hover:not(:disabled){background:var(--color-danger-hover)}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.delete-confirm-box{background:var(--color-danger-light);border:1px solid var(--color-danger-border);border-radius:var(--radius-lg);padding:14px}.settings-info-card strong{margin-bottom:4px;font-size:13px;display:block}.settings-info-card p{color:var(--text-secondary);margin:0;font-size:12px}[data-theme=dark] .settings-content{background:#1e293b}[data-theme=dark] .settings-body{background:#1e293b}[data-theme=dark] .settings-body::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .settings-section-desc,[data-theme=dark] .form-group label{color:#94a3b8}[data-theme=dark] .form-group input:disabled{color:#64748b;background:#1e293b}[data-theme=dark] .checkbox-label input{accent-color:#14b8a6}[data-theme=dark] .btn-primary{background:#0f766e}[data-theme=dark] .btn-primary:hover:not(:disabled){background:#14b8a6}[data-theme=dark] .input-with-toggle .toggle-visibility{color:#64748b}[data-theme=dark] .key-badge{color:#4ade80;background:#16a3621a}[data-theme=dark] .btn-danger{background:#dc2626}[data-theme=dark] .btn-danger:hover{background:#b91c1c}[data-theme=dark] .delete-confirm-box{background:#dc262614;border-color:#dc262633}.usage-modal{z-index:9998;-webkit-backdrop-filter:blur(6px);background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.usage-content{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - 4rem);display:flex;overflow:hidden;box-shadow:0 20px 60px -12px #0003}.usage-header{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.usage-header h2{color:#1e293b;margin:0;font-size:16px;font-weight:700}.usage-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.usage-close-btn:hover{color:#334155;background:#f1f5f9}.usage-body{flex:1;padding:20px 24px;overflow-y:auto}.usage-body::-webkit-scrollbar{width:4px}.usage-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.usage-loading{text-align:center;color:#64748b;padding:40px 0;font-size:14px}.usage-error{text-align:center;color:#dc2626;padding:40px 0;font-size:14px}.usage-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.usage-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;align-items:flex-start;gap:2px;padding:16px;display:flex}.usage-card-icon{margin-bottom:4px;font-size:20px}.usage-card-value{color:#0f766e;font-size:22px;font-weight:700;line-height:1.2}.usage-card-label{color:#64748b;margin-top:2px;font-size:12px;font-weight:600}.usage-card-sub{color:#94a3b8;font-size:11px}.usage-section{margin-top:8px}.usage-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px;font-size:13px;font-weight:700}.usage-daily{flex-direction:column;gap:8px;display:flex}.usage-day-row{align-items:center;gap:10px;display:flex}.usage-day-label{color:#64748b;text-align:right;flex-shrink:0;width:80px;font-size:12px}.usage-bar-container{background:#f1f5f9;border-radius:6px;flex:1;height:20px;overflow:hidden}.usage-bar{background:#0f766e;border-radius:6px;min-width:2px;height:100%;transition:width .3s}.usage-day-count{color:#1e293b;text-align:right;width:24px;font-size:12px;font-weight:600}@media (width<=768px){.usage-modal{padding:0}.usage-content{border-radius:0;max-width:100%;max-height:100vh}.usage-grid{grid-template-columns:1fr 1fr;gap:8px}}[data-theme=dark] .usage-modal{background:#0f172ab3}[data-theme=dark] .usage-content{background:#1e293b;box-shadow:0 20px 60px -12px #00000080}[data-theme=dark] .usage-header{border-bottom-color:#334155}[data-theme=dark] .usage-header h2{color:#f1f5f9}[data-theme=dark] .usage-close-btn{color:#94a3b8}[data-theme=dark] .usage-close-btn:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .usage-body::-webkit-scrollbar-thumb{background:#334155}[data-theme=dark] .usage-loading{color:#94a3b8}[data-theme=dark] .usage-error{color:#f87171}[data-theme=dark] .usage-card{background:#0f172a;border-color:#334155}[data-theme=dark] .usage-card-value{color:#14b8a6}[data-theme=dark] .usage-card-label{color:#94a3b8}[data-theme=dark] .usage-card-sub,[data-theme=dark] .usage-section-title{color:#64748b}[data-theme=dark] .usage-day-label{color:#94a3b8}[data-theme=dark] .usage-bar-container{background:#334155}[data-theme=dark] .usage-bar{background:#14b8a6}[data-theme=dark] .usage-day-count{color:#f1f5f9}.user-profile-container{position:relative}.user-profile-trigger{border-radius:var(--radius-xl);cursor:pointer;background:#ffffff80;border:1px solid #cbd5e180;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.user-profile-trigger:hover{border-color:var(--border-medium);background:#fffc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.user-avatar{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.user-info-inline{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.user-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:13px;font-weight:700;overflow:hidden}.user-email{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:11px;overflow:hidden}.profile-arrow{color:var(--text-tertiary);flex-shrink:0;margin-left:auto;transition:transform .2s}.profile-arrow.open{transform:rotate(180deg)}.profile-overlay{z-index:998;background:0 0;position:fixed;inset:0}.user-profile-dropdown{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);z-index:999;min-width:260px;animation:.15s ease-out slide-down;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 36px #0000001f}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-header{align-items:center;gap:16px;padding:20px;display:flex}.profile-avatar-large{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:900;display:flex;box-shadow:0 4px 12px #0f766e4d}.profile-details{flex:1;min-width:0}.profile-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:900;overflow:hidden}.profile-email{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:13px;overflow:hidden}.profile-entity-id{color:var(--text-muted);margin:0;font-size:11px}.profile-divider{background:#cbd5e180;height:1px;margin:0}.profile-menu{padding:8px 0}.profile-menu-item{text-align:left;cursor:pointer;color:#334155;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}a.profile-menu-item{text-decoration:none}.profile-menu-item:hover{color:var(--color-primary);background:#0f766e0d}.profile-menu-item:hover .menu-icon-svg{color:var(--color-primary)}.menu-icon{text-align:center;flex-shrink:0;width:20px;font-size:16px}.menu-icon-svg{color:var(--text-tertiary);flex-shrink:0}.profile-logout-btn{text-align:left;cursor:pointer;width:100%;color:var(--color-danger);background:0 0;border:none;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.profile-logout-btn:hover{color:var(--color-danger-hover);background:#dc26260d}.profile-logout-btn:hover .menu-icon-svg{color:var(--color-danger-hover)}@media (width<=768px){.user-profile-dropdown{min-width:260px;right:-20px}.user-name,.user-email{max-width:100px}}[data-theme=dark] .user-email,[data-theme=dark] .profile-arrow{color:#64748b}[data-theme=dark] .profile-header{border-bottom-color:#334155}[data-theme=dark] .profile-entity-id{color:#64748b}[data-theme=dark] .profile-menu-item:hover .menu-icon-svg{color:#14b8a6}[data-theme=dark] .menu-icon-svg{color:#64748b}[data-theme=dark] .profile-logout-btn{color:#f87171}[data-theme=dark] .profile-logout-btn:hover{color:#fca5a5;background:#dc262614}[data-theme=dark] .profile-logout-btn:hover .menu-icon-svg{color:#fca5a5}.notification{z-index:1000;background:#fff;border-radius:12px;min-width:320px;max-width:480px;font-family:Plus Jakarta Sans,sans-serif;animation:.3s ease-out slideIn;position:fixed;top:20px;right:20px;box-shadow:0 4px 20px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-content{align-items:center;gap:12px;padding:16px 20px;display:flex}.notification-icon{flex-shrink:0;font-size:24px}.notification-message{color:#1e293b;flex:1;font-size:14px;font-weight:500;line-height:1.5}.notification-action{color:#fff;cursor:pointer;white-space:nowrap;background:#0f766e;border:none;border-radius:8px;padding:8px 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.notification-action:hover{background:#0d9488;transform:translateY(-1px);box-shadow:0 2px 8px #0f766e4d}.notification-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;line-height:1;transition:color .2s;display:flex}.notification-close:hover{color:#64748b}.notification-success{border-left:4px solid #10b981}.notification-error{border-left:4px solid #ef4444}.notification-info{border-left:4px solid #3b82f6}@media (width<=768px){.notification{min-width:auto;max-width:none;top:10px;left:10px;right:10px}.notification-content{padding:14px 16px}.notification-message{font-size:13px}.notification-action{padding:6px 12px;font-size:12px}}[data-theme=dark] .notification{background:#1e293b;box-shadow:0 4px 20px #0006}[data-theme=dark] .notification-message{color:#f1f5f9}[data-theme=dark] .notification-action{color:#0f172a;background:#14b8a6}[data-theme=dark] .notification-action:hover{background:#2dd4bf;box-shadow:0 2px 8px #14b8a64d}[data-theme=dark] .notification-close{color:#64748b}[data-theme=dark] .notification-close:hover{color:#cbd5e1}[data-theme=dark] .notification-success{border-left-color:#10b981}[data-theme=dark] .notification-error{border-left-color:#ef4444}[data-theme=dark] .notification-info{border-left-color:#3b82f6}.shared-meeting-page{color:#334155;background:#f8fafc;justify-content:center;min-height:100vh;padding:40px 20px;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.shared-meeting-container{width:100%;max-width:800px}.shared-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.shared-loading p{color:#64748b;font-size:14px;font-weight:500}.shared-spinner{border:4px solid #0f766e1a;border-top-color:#0f766e;border-radius:50%;width:40px;height:40px;animation:1s linear infinite shared-spin}@keyframes shared-spin{to{transform:rotate(360deg)}}.shared-error{text-align:center;padding:80px 20px}.shared-error h2{color:#1e293b;margin-bottom:12px;font-size:24px;font-weight:800}.shared-error p{color:#64748b;margin-bottom:24px;font-size:15px}.shared-home-link{color:#fff;background:#0f766e;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.shared-home-link:hover{background:#0d9488}.shared-header{border-bottom:1px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.shared-header h1{color:#0f172a;letter-spacing:-.025em;margin:0 0 12px;font-size:28px;font-weight:800}.shared-meta{flex-wrap:wrap;gap:20px;display:flex}.shared-meta-item{color:#64748b;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.shared-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:24px}.shared-section h2{color:#1e293b;align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:700;display:flex}.shared-summary{color:#475569;font-size:15px;line-height:1.7}.shared-summary h1,.shared-summary h2,.shared-summary h3{color:#1e293b;margin-top:16px;margin-bottom:8px}.shared-summary p{margin:0 0 12px}.shared-summary ul,.shared-summary ol{margin:8px 0;padding-left:20px}.shared-summary code{background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:13px}.shared-key-points{margin:0;padding:0;list-style:none}.shared-key-points li{color:#475569;border-bottom:1px solid #f1f5f9;padding:10px 0 10px 24px;font-size:14px;line-height:1.6;position:relative}.shared-key-points li:last-child{border-bottom:none}.shared-key-points li:before{content:"";background:#0f766e;border-radius:50%;width:8px;height:8px;position:absolute;top:16px;left:4px}.shared-action-items{margin:0;padding:0;list-style:none}.shared-action-item{border-left:3px solid #0f766e;margin-bottom:12px;padding:12px 0 12px 16px}.shared-action-item:last-child{margin-bottom:0}.shared-action-task{color:#1e293b;font-size:14px;font-weight:600;line-height:1.5}.shared-action-meta{color:#64748b;gap:16px;margin-top:6px;font-size:13px;display:flex}.shared-transcript{white-space:pre-wrap;color:#475569;background:#f8fafc;border-radius:8px;max-height:500px;padding:16px;font-size:13px;line-height:1.8;overflow-y:auto}.shared-footer{text-align:center;margin-top:16px;padding:32px 0}.shared-footer p{color:#94a3b8;margin:0;font-size:13px}.shared-brand-link{color:#0f766e;font-weight:700;text-decoration:none}.shared-brand-link:hover{text-decoration:underline}[data-theme=dark] .shared-meeting-page{color:#e2e8f0;background:#0f172a}[data-theme=dark] .shared-header h1{color:#f1f5f9}[data-theme=dark] .shared-header{border-bottom-color:#334155}[data-theme=dark] .shared-section{background:#1e293b;border-color:#334155}[data-theme=dark] .shared-section h2{color:#f1f5f9}[data-theme=dark] .shared-summary,[data-theme=dark] .shared-key-points li,[data-theme=dark] .shared-action-meta,[data-theme=dark] .shared-transcript{color:#94a3b8}[data-theme=dark] .shared-action-task{color:#e2e8f0}[data-theme=dark] .shared-transcript{background:#0f172a}[data-theme=dark] .shared-error h2{color:#f1f5f9}@media (prefers-color-scheme:dark){.shared-meeting-page:not([data-theme=light] .shared-meeting-page){color:#e2e8f0;background:#0f172a}}@media (width<=640px){.shared-meeting-page{padding:20px 12px}.shared-header h1{font-size:22px}.shared-section{padding:16px}}:root{--color-primary:#0f766e;--color-primary-hover:#0d9488;--color-primary-light:#f0fdfa;--color-primary-border:#ccfbf1;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-danger-light:#fef2f2;--color-danger-border:#fecaca;--color-success:#16a34a;--color-success-light:#f0fdf4;--color-success-border:#bbf7d0;--color-blue:#2563eb;--color-blue-light:#eff6ff;--color-blue-border:#dbeafe;--color-amber:#d97706;--color-amber-light:#fffbeb;--color-amber-border:#fde68a;--text-primary:#1e293b;--text-secondary:#475569;--text-tertiary:#64748b;--text-muted:#94a3b8;--bg-page:#f5f5f6;--bg-card:#fff;--bg-subtle:#f8fafc;--bg-input:#f8fafc;--border-light:#f1f5f9;--border-default:#e2e8f0;--border-medium:#cbd5e1;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--radius-2xl:16px;--radius-pill:20px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px -8px #0000001a;--shadow-xl:0 20px 60px -12px #0003;--btn-height:36px;--btn-padding:0 16px;--btn-radius:var(--radius-lg);--btn-font:13px;--btn-weight:600;--input-height:36px;--input-padding:0 12px;--input-radius:var(--radius-lg);--input-font:13px;--font:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font);background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{background-color:#f5f5f6;flex-direction:column;min-height:100vh;display:flex}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#fff9;border-bottom:1px solid #ffffff80;justify-content:space-between;align-items:center;gap:20px;padding:20px 32px;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.header-left{flex-direction:column;gap:4px;display:flex}.header-right{align-items:center;gap:12px;display:flex}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.loading-container p{color:#64748b;font-size:14px;font-weight:500}.loading-spinner{border:4px solid #0f766e1a;border-top-color:#0f766e;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-header h1{align-items:center;margin:0;line-height:1;display:flex}.app-logo{width:auto;height:32px}.nav-tabs{gap:8px;display:flex}.nav-tabs button{cursor:pointer;color:#64748b;background:#ffffff80;border:1px solid #cbd5e180;border-radius:12px;padding:10px 20px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.nav-tabs button:hover{color:#334155;background:#fffc;border-color:#cbd5e1}.nav-tabs button.active{color:#fff;background:#0f766e;border-color:#0f766e;box-shadow:0 4px 12px #0f766e4d}.nav-tabs button.active:hover{background:#0d9488;transform:translateY(-1px);box-shadow:0 6px 16px #0f766e66}.upload-btn{cursor:pointer;color:#64748b;background:#ffffff4d;border:1px dashed #cbd5e1cc;border-radius:12px;align-items:center;gap:4px;padding:10px 20px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.upload-btn:hover{color:#0f766e;background:#0f766e0d;border-color:#0f766e}.app-main{flex-direction:column;flex:1;width:100%;max-width:1400px;min-height:0;margin:0 auto;padding:24px;display:flex;position:relative;overflow-y:auto}.app-footer{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff6;border-top:1px solid #ffffff4d;margin-top:auto;padding:16px 32px}.powered-by{color:#64748b;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-weight:500}.manor-ai-brand{color:#0f766e;letter-spacing:.05em;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:0}::-webkit-scrollbar-thumb{cursor:pointer;background:#ccc;border-radius:5px;transition:color .2s}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=768px){.app-main{padding:16px}.app-header{padding:16px 20px}.app-header h1{font-size:24px}}.theme-toggle-btn{cursor:pointer;color:#64748b;background:#ffffff80;border:1px solid #cbd5e180;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.theme-toggle-btn:hover{color:#334155;background:#fffc;border-color:#cbd5e1}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] body{color:#e2e8f0;background:#0f172a}[data-theme=dark] .app{background:#0f172a}[data-theme=dark] .app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ad9;border-bottom-color:#1e293b}[data-theme=dark] .app-logo{filter:brightness(0)invert()}[data-theme=dark] .nav-tabs button{color:#94a3b8;background:#1e293b99;border-color:#334155}[data-theme=dark] .nav-tabs button:hover,[data-theme=dark] .nav-tabs button.active{color:#f1f5f9;background:#33415599}[data-theme=dark] .nav-tabs button.active{color:#14b8a6;border-color:#14b8a6}[data-theme=dark] .theme-toggle-btn{color:#94a3b8;background:#1e293b80;border-color:#334155}[data-theme=dark] .theme-toggle-btn:hover{color:#f1f5f9;background:#33415580}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] .card-title,[data-theme=dark] .list-header h2,[data-theme=dark] .section-title{color:var(--ui-text,#f1f5f9)}[data-theme=dark] p,[data-theme=dark] span,[data-theme=dark] label{color:inherit}[data-theme=dark] .recording-card{background:#1e293b;border-color:#334155}[data-theme=dark] .recording-card:hover{border-color:#475569;box-shadow:0 8px 24px -8px #0006}[data-theme=dark] .card-props{border-bottom-color:#334155}[data-theme=dark] .card-prop{color:#94a3b8}[data-theme=dark] .card-prop svg{color:#64748b}[data-theme=dark] .card-summary-preview{color:#cbd5e1;background:#0f172a;border-left-color:#14b8a6}[data-theme=dark] .card-summary-preview:after{background:linear-gradient(#0000,#0f172a)}[data-theme=dark] .card-stat{color:#94a3b8;background:#0f172a}[data-theme=dark] .card-stat-teal{color:#14b8a6!important;background:#14b8a61a!important}[data-theme=dark] .card-stat-blue{color:#60a5fa!important;background:#3b82f61a!important}[data-theme=dark] .card-actions{border-top-color:#334155}[data-theme=dark] .card-actions button{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .card-actions .btn-view:hover{color:#fff;background:#14b8a6;border-color:#14b8a6}[data-theme=dark] .recording-card-completed .card-actions .btn-view{color:#fff;background:#0f766e;border-color:#0f766e}[data-theme=dark] .status-completed .status-badge{background:#16a36226;border-color:#16a3624d}[data-theme=dark] .status-processing .status-badge{background:#2563eb26;border-color:#2563eb4d}[data-theme=dark] .status-failed .status-badge{background:#dc262626;border-color:#dc26264d}[data-theme=dark] .card-processing{background:#2563eb1a;border-color:#2563eb33}[data-theme=dark] .processing-step{background:#1e293b}[data-theme=dark] .processing-step.active{background:#1e293b;border-color:#3b82f666}[data-theme=dark] .card-error{background:#dc262614;border-color:#dc262633}[data-theme=dark] .search-box{background:#1e293b;border-color:#334155}[data-theme=dark] .search-box:focus-within{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}[data-theme=dark] .search-input{color:#f1f5f9}[data-theme=dark] .filter-select{color:#cbd5e1;background:#1e293b;border-color:#334155}[data-theme=dark] .filter-select:focus{border-color:#14b8a6}[data-theme=dark] .btn-refresh{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .btn-refresh:hover:not(:disabled){color:#f1f5f9;background:#334155}[data-theme=dark] .btn-select-mode{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .btn-select-mode.active{color:#14b8a6;background:#14b8a61a;border-color:#14b8a6}[data-theme=dark] .recorder-card{background:#1e293bb3;border-color:#334155}[data-theme=dark] .recorder-header h2{background:linear-gradient(90deg,#f1f5f9,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .recorder-subtitle{color:#94a3b8}[data-theme=dark] .meeting-title-input{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .meeting-title-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}[data-theme=dark] .upload-section{border-top-color:#334155}[data-theme=dark] .upload-dropzone{background:#0f172a;border-color:#334155}[data-theme=dark] .upload-dropzone:hover,[data-theme=dark] .upload-dropzone.drag-over,[data-theme=dark] .upload-dropzone.has-file{background:#14b8a60d;border-color:#14b8a6}[data-theme=dark] .upload-title-input{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .live-transcript-panel{background:#1e293b;border-color:#334155}[data-theme=dark] .transcript-segment{border-left-color:#14b8a6}[data-theme=dark] .settings-modal{background:#0f172ab3}[data-theme=dark] .settings-content{background:#1e293b;border-color:#334155}[data-theme=dark] .settings-header{border-bottom-color:#334155}[data-theme=dark] .settings-header h2{color:#f1f5f9}[data-theme=dark] .settings-close-btn{color:#64748b}[data-theme=dark] .settings-close-btn:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .settings-section-title{color:#64748b}[data-theme=dark] .settings-section-desc,[data-theme=dark] .form-group label{color:#94a3b8}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-select{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus,[data-theme=dark] .form-select:focus{background:#0f172a;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}[data-theme=dark] .form-help{color:#64748b}[data-theme=dark] .settings-actions{border-top-color:#334155}[data-theme=dark] .btn-secondary{color:#94a3b8;background:0 0;border-color:#334155}[data-theme=dark] .btn-secondary:hover:not(:disabled){color:#f1f5f9;background:#334155}[data-theme=dark] .settings-info-card{color:#14b8a6;background:#14b8a614;border-color:#14b8a633}[data-theme=dark] .settings-info-card p{color:#94a3b8}[data-theme=dark] .checkbox-label{border-color:#334155}[data-theme=dark] .checkbox-label:hover{background:#0f172a;border-color:#475569}[data-theme=dark] .checkbox-text strong{color:#f1f5f9}[data-theme=dark] .checkbox-description{color:#64748b}[data-theme=dark] .settings-message.success{color:#4ade80;background:#16a3621a;border-color:#16a36233}[data-theme=dark] .settings-message.error{color:#f87171;background:#dc26261a;border-color:#dc262633}[data-theme=dark] .login-container{background:#0f172a}[data-theme=dark] .login-card{background:#1e293b;border-color:#334155}[data-theme=dark] .login-header h1{color:#f1f5f9}[data-theme=dark] .login-subtitle{color:#94a3b8}[data-theme=dark] .login-form input{color:#f1f5f9;background:#0f172a;border-color:#334155}[data-theme=dark] .login-form input:focus{border-color:#14b8a6}[data-theme=dark] .login-form label{color:#94a3b8}[data-theme=dark] .meeting-detail-overlay{background:#0f172ab3}[data-theme=dark] .detail-content{background:#1e293b;border-color:#334155}[data-theme=dark] .detail-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .detail-header h2{color:#f1f5f9}[data-theme=dark] .detail-meta span{color:#94a3b8}[data-theme=dark] .detail-section{background:#0f172a;border-color:#334155}[data-theme=dark] .detail-section h3{color:#e2e8f0}[data-theme=dark] .key-points-list li{color:#cbd5e1}[data-theme=dark] .action-item-card{background:#1e293b;border-color:#334155}[data-theme=dark] .action-task{color:#f1f5f9}[data-theme=dark] .action-meta{color:#94a3b8}[data-theme=dark] .transcript-content{background:#0f172a}[data-theme=dark] .transcript-line{border-bottom-color:#1e293b}[data-theme=dark] .transcript-line-text{color:#cbd5e1}[data-theme=dark] .transcript-speaker{color:#14b8a6}[data-theme=dark] .transcript-time{color:#64748b}[data-theme=dark] .detail-footer{background:#1e293b;border-top-color:#334155}[data-theme=dark] .detail-footer button{color:#94a3b8;background:#0f172a;border-color:#334155}[data-theme=dark] .detail-footer button:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .user-profile-trigger{background:#1e293b99;border-color:#334155}[data-theme=dark] .user-profile-trigger:hover{background:#33415599;border-color:#475569}[data-theme=dark] .user-name{color:#f1f5f9}[data-theme=dark] .user-email{color:#64748b}[data-theme=dark] .user-profile-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 12px 36px #0006}[data-theme=dark] .profile-name{color:#f1f5f9}[data-theme=dark] .profile-email{color:#94a3b8}[data-theme=dark] .profile-divider{background:#334155}[data-theme=dark] .profile-menu-item{color:#cbd5e1}[data-theme=dark] .profile-menu-item:hover{color:#14b8a6;background:#14b8a614}[data-theme=dark] .usage-stats-overlay{background:#0f172ab3}[data-theme=dark] .usage-stats-content{background:#1e293b;border-color:#334155}[data-theme=dark] .notification{color:#f1f5f9;background:#1e293b;border-color:#334155}[data-theme=dark] .empty-state{background:#1e293b;border-color:#334155}[data-theme=dark] .empty-state p{color:#94a3b8}[data-theme=dark] .app-footer{background:#0f172a99;border-top-color:#1e293b}[data-theme=dark] .powered-by{color:#475569}[data-theme=dark] ::-webkit-scrollbar-track{background:#0f172a}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}.app.app-minimal{--font:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font);--shell-background:#fafbf9;--shell-surface:#fff;--shell-text:#252b27;--shell-muted:#747c76;--shell-line:#e8ece7;--shell-hover:#f0f3ee;--shell-avatar:#e9ede7;background:var(--shell-background)}.app-minimal>.app-header{background:var(--shell-surface);border-bottom:1px solid var(--shell-line);min-height:72px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;gap:24px;padding:0 40px}.app-minimal>.app-header>.header-left{flex:none;gap:0}.app-minimal .app-header h1{gap:8px}.app-minimal .app-header .app-brand-icon{width:26px;height:26px}.app-minimal .app-header .app-wordmark{color:var(--shell-text);letter-spacing:-.6px;font-size:16px;font-weight:700}.app-minimal .app-header .header-right{gap:20px;min-width:0}.app-minimal .app-header .nav-tabs{gap:6px}.app-minimal .app-header .nav-tabs button{min-height:38px;color:var(--shell-muted);white-space:nowrap;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:7px;padding:8px 13px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,color .15s;transform:none}.app-minimal .app-header .nav-tabs button:hover,.app-minimal .app-header .nav-tabs button.active,.app-minimal .app-header .nav-tabs button.active:hover{background:var(--shell-hover);color:var(--shell-text);box-shadow:none;border-color:#0000;transform:none}.app-minimal .app-header .nav-tabs button.active{font-weight:600}.app-minimal .app-header .theme-toggle-btn{width:36px;height:36px;color:var(--shell-muted);background:0 0;border:0;border-radius:50%;flex-shrink:0}.app-minimal .app-header .theme-toggle-btn:hover{background:var(--shell-hover);color:var(--shell-text)}.app-minimal .app-header .user-profile-trigger,.app-minimal .app-header .user-profile-trigger:hover{width:36px;height:36px;box-shadow:none;background:0 0;border:0;border-radius:50%;gap:0;padding:0;transform:none}.app-minimal .app-header .user-profile-trigger .user-avatar{background:var(--shell-avatar);width:36px;height:36px;color:var(--shell-text);font-size:13px;font-weight:600}.app-minimal .app-header .user-info-inline,.app-minimal .app-header .user-profile-trigger .profile-arrow{display:none}.app-minimal .app-header .nav-tabs button:focus-visible,.app-minimal .app-header .theme-toggle-btn:focus-visible,.app-minimal .app-header .user-profile-trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.app-minimal>.app-main-list{width:calc(100% - 64px);max-width:1120px;padding:64px 0 56px}.app-minimal>.app-footer{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:24px 24px 28px}.app-minimal .app-footer .powered-by,.app-minimal .app-footer .manor-ai-brand{color:var(--shell-muted);font-size:11px;font-weight:400}[data-theme=dark] .app.app-minimal{--shell-background:#151916;--shell-surface:#1b201c;--shell-text:#e8ece7;--shell-muted:#a1aaa2;--shell-line:#2c332d;--shell-hover:#29312a;--shell-avatar:#343e35}@media (width<=640px){.app-minimal>.app-header{gap:16px;padding:0 24px}.app-minimal .app-header .header-right{gap:8px}.app-minimal .app-header .nav-tabs{gap:2px}.app-minimal .app-header .nav-tabs button{padding:8px 9px;font-size:12px}.app-minimal .app-header .user-profile-dropdown{min-width:260px;max-width:calc(100vw - 48px);right:0}.app-minimal>.app-main-list{width:calc(100% - 48px);padding:24px 0 40px}}@media (width<=420px){.app-minimal>.app-header{gap:8px;padding:0 12px}.app-minimal .app-header h1{gap:6px}.app-minimal .app-header .app-brand-icon{width:22px;height:22px}.app-minimal .app-header .app-wordmark{font-size:14px}.app-minimal .app-header .header-right{gap:4px}.app-minimal .app-header .nav-tabs{gap:0}.app-minimal .app-header .nav-tabs button{min-height:36px;padding:8px 7px;font-size:11px}.app-minimal .app-header .theme-toggle-btn,.app-minimal .app-header .user-profile-trigger,.app-minimal .app-header .user-profile-trigger .user-avatar{width:32px;height:32px}.app-minimal .app-header .user-profile-dropdown{max-width:calc(100vw - 24px)}}@media (prefers-reduced-motion:reduce){.app-minimal .app-header .nav-tabs button,.app-minimal .app-header .theme-toggle-btn,.app-minimal .app-header .user-profile-trigger{transition:none}}@media (width<=359px){.app-minimal .app-header h1{gap:5px}.app-minimal .app-header .app-brand-icon{width:18px;height:18px}.app-minimal .app-header .app-wordmark{font-size:12px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ui-bg:#fafafa;--ui-surface:#fff;--ui-text:#202020;--ui-muted:#737373;--ui-line:#e8e8e8;--ui-soft:#f5f5f5;--ui-solid:#202020;--ui-on-solid:#fff;--ui-hover:#393939;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary:var(--ui-solid);--color-primary-hover:var(--ui-hover);--color-primary-light:var(--ui-soft);--color-primary-border:var(--ui-line);--color-success:var(--ui-text);--color-success-light:var(--ui-soft);--color-success-border:var(--ui-line);--color-danger:var(--ui-text);--color-danger-hover:var(--ui-hover);--color-danger-light:var(--ui-soft);--color-danger-border:var(--ui-line);--color-blue:var(--ui-text);--color-blue-light:var(--ui-soft);--color-blue-border:var(--ui-line);--color-amber:var(--ui-muted);--color-amber-light:var(--ui-soft);--color-amber-border:var(--ui-line);--text-primary:var(--ui-text);--text-secondary:#5b5b5b;--text-tertiary:var(--ui-muted);--text-muted:#858585;--bg-page:var(--ui-bg);--bg-card:var(--ui-surface);--bg-subtle:var(--ui-soft);--bg-input:var(--ui-surface);--border-light:var(--ui-line);--border-default:var(--ui-line);--border-medium:#d1d1d1;--shadow-sm:none;--shadow-md:none;--shadow-lg:0 12px 40px #0000000a;--shadow-xl:0 24px 80px #00000012}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ui-bg:#141414;--ui-surface:#1c1c1c;--ui-text:#ededed;--ui-muted:#a0a0a0;--ui-line:#303030;--ui-soft:#242424;--ui-solid:#ededed;--ui-on-solid:#181818;--ui-hover:#d4d4d4;--text-secondary:#b5b5b5;--text-muted:#979797;--border-medium:#494949}:root:root body{color:var(--ui-text);background:var(--ui-bg);font-family:var(--font)}:root .app.app-minimal{--shell-background:var(--ui-bg);--shell-surface:var(--ui-surface);--shell-text:var(--ui-text);--shell-muted:var(--ui-muted);--shell-line:var(--ui-line);--shell-hover:var(--ui-soft);--shell-avatar:var(--ui-soft)}:root .app-minimal>.app-main-list{max-width:1120px;padding-top:40px}:root .app-minimal>.app-main-recorder{padding-top:36px}:root .app-minimal>.app-header{background:var(--ui-surface);min-height:60px;padding:0 28px}:root .app-minimal .app-header .app-brand-icon{width:25px;height:25px}:root[data-theme=dark] .app-brand-icon{filter:invert()}:root .app-minimal .app-header .app-wordmark{font-size:16px;font-weight:650}:root .app-minimal .app-header .nav-tabs{gap:8px}:root .app-minimal .app-header .nav-tabs button{color:var(--ui-muted);box-shadow:none;background:0 0;border:0;border-radius:0;padding:8px 10px;font-size:13px;font-weight:500;transform:none}:root .app-minimal .app-header .nav-tabs button:hover{color:var(--ui-text);box-shadow:none;background:0 0;border:0;transform:none}:root .app-minimal .app-header .nav-tabs button.active,:root .app-minimal .app-header .nav-tabs button.active:hover{color:var(--ui-text);box-shadow:inset 0 -1px var(--ui-text);background:0 0;border:0;transform:none}:root .app-minimal .app-footer .manor-ai-brand{letter-spacing:0}:root:root :is(button,input,select,textarea){font-family:var(--font)}:root:root input[type=checkbox]{accent-color:var(--ui-solid)}:root:root :is(button,summary,input,select,textarea):focus-visible{outline:2px solid var(--ui-text);outline-offset:3px}:root:root :is(input,select,textarea):focus{box-shadow:none}:root:root :is(.settings-content,.meeting-detail-modal,.share-dialog,.login-card,.usage-content,.recorder-card,.user-profile-dropdown,.live-panel){background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-line);box-shadow:none}:root:root :is(.settings-modal,.meeting-detail-overlay,.share-dialog-overlay,.usage-modal){-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000038}:root:root :is(.settings-header,.settings-body,.settings-actions,.detail-header,.detail-body,.detail-footer,.detail-actions,.usage-header,.usage-body,.live-panel-header){background:var(--ui-surface);color:var(--ui-text);border-color:var(--ui-line)}:root:root :is(.settings-header,.detail-header,.usage-header) h2{color:var(--ui-text);letter-spacing:-.7px;font-size:22px;font-weight:600}:root:root :is(.section-title,.settings-section-title,.usage-section-title){color:var(--ui-text);letter-spacing:0;font-weight:500}:root:root :is(.settings-section-desc,.form-help,.checkbox-description,.recorder-subtitle,.recorder-toggle-hint,.upload-formats,.file-size,.live-panel-empty,.detail-header-meta,.action-meta,.action-label,.profile-email,.login-subtitle,.login-help,.usage-loading,.usage-card-label,.usage-card-sub,.usage-day-label,.shared-meta-item){color:var(--ui-muted)}:root:root :is(.form-group input,.form-group select,.form-select,.recorder-input,.recorder-select,.recorder-textarea,.summary-textarea,.action-edit-task,.action-edit-assignee,.action-edit-due,.share-link-input,.chat-input){background:var(--ui-surface);color:var(--ui-text);border:1px solid var(--ui-line);box-shadow:none;border-radius:6px}:root:root :is(.form-group input,.form-group select,.form-select,.recorder-input,.recorder-select,.recorder-textarea,.summary-textarea,.action-edit-task,.action-edit-assignee,.action-edit-due,.share-link-input,.chat-input):focus{background:var(--ui-surface);border-color:var(--ui-muted);box-shadow:none}:root:root :is(.form-group input:disabled,.login-form input:disabled){background:var(--ui-soft);color:var(--ui-muted)}:root:root :is(.form-group label,.checkbox-text strong,.recorder-hero h2,.recorder-toggle-title,.upload-cta,.file-name,.recording-time,.action-task,.action-value,.profile-name,.usage-card-value,.usage-day-count){color:var(--ui-text)}:root:root :is(.btn-primary,.btn-save,.btn-save-small,.btn-start,.btn-stop,.btn-login,.btn-copy-link,.chat-send-btn,.api-key-warning-btn-settings,.shared-home-link){background:var(--ui-solid);color:var(--ui-on-solid);border-color:var(--ui-solid);box-shadow:none;border-radius:6px;font-weight:500;transform:none}:root:root :is(.btn-primary,.btn-save,.btn-save-small,.btn-start,.btn-stop,.btn-login,.btn-copy-link,.chat-send-btn,.api-key-warning-btn-settings,.shared-home-link):hover:not(:disabled){background:var(--ui-hover);border-color:var(--ui-hover);color:var(--ui-on-solid);box-shadow:none;transform:none}:root:root :is(.btn-secondary,.btn-danger,.btn-edit,.btn-edit-small,.btn-delete-small,.btn-ticket-small,.btn-generate-tickets,.btn-export,.btn-download,.btn-download-audio,.btn-delete,.btn-share,.btn-retry,.btn-load-audio,.api-key-warning-btn-dismiss,.notification-action,.btn-manor-login,.btn-google-login,.btn-fill-defaults){color:var(--ui-text);background:var(--ui-surface);border-color:var(--ui-line);box-shadow:none;border-radius:6px;font-weight:500;transform:none}:root:root :is(.btn-secondary,.btn-danger,.btn-edit,.btn-edit-small,.btn-delete-small,.btn-ticket-small,.btn-generate-tickets,.btn-export,.btn-download,.btn-download-audio,.btn-delete,.btn-share,.btn-retry,.btn-load-audio,.api-key-warning-btn-dismiss,.notification-action,.btn-manor-login,.btn-google-login,.btn-fill-defaults):hover:not(:disabled){color:var(--ui-text);background:var(--ui-soft);border-color:var(--ui-muted);box-shadow:none;transform:none}:root:root :is(.btn-close,.settings-close-btn,.usage-close-btn,.toggle-visibility,.file-remove,.notification-close){color:var(--ui-muted);background:0 0}:root:root :is(.btn-close,.settings-close-btn,.usage-close-btn,.toggle-visibility,.file-remove,.notification-close):hover{background:var(--ui-soft);color:var(--ui-text)}:root:root :is(.settings-message.success,.settings-message.error,.settings-info-card,.key-badge,.delete-confirm-box,.api-key-warning,.error-message,.login-error,.usage-error,.default-credentials){color:var(--ui-text);background:var(--ui-soft);border-color:var(--ui-line);box-shadow:none}:root:root :is(.settings-info-card p,.settings-info-card strong,.key-badge,.settings-message span){color:var(--ui-text)}:root:root .recorder-card{border:1px solid var(--ui-line);border-radius:12px}:root:root .quiet-recorder .recorder-card{background:0 0;border:0;border-radius:0}:root:root .recorder-tabs{border-color:var(--ui-line)}:root:root .recorder-tab{color:var(--ui-muted);font-weight:500}:root:root .recorder-tab:hover{background:var(--ui-soft);color:var(--ui-text)}:root:root .recorder-tab.active{color:var(--ui-text)}:root:root .recorder-tab.active:after{background:var(--ui-text)}:root:root :is(.hero-icon,.hero-icon-upload,.upload-icon-circle,.file-icon-box){background:var(--ui-soft);color:var(--ui-text);border-color:var(--ui-line)}:root:root :is(.recorder-toggle,.checkbox-label){border-color:var(--ui-line);background:0 0;border-radius:6px}:root:root .checkbox-label:hover{background:var(--ui-soft);border-color:var(--ui-line)}:root:root .upload-dropzone{background:var(--ui-surface);border-color:var(--ui-line);border-radius:8px}:root:root .upload-dropzone:is(:hover,.drag-over,.has-file){background:var(--ui-soft);border-color:var(--ui-muted)}:root:root .recording-label{color:var(--ui-muted)}:root:root .visualizer-core{background:var(--ui-solid);color:var(--ui-on-solid);box-shadow:none}:root:root .visualizer-ring{border-color:var(--ui-line)}:root:root :is(.pulse-dot,.live-dot){background:var(--ui-text)}:root:root .live-panel-segment{border-color:var(--ui-line)}:root:root .live-panel-text{color:var(--ui-text)}:root:root .live-panel-text.typing:after{background:var(--ui-text)}:root:root :is(.live-panel-time,.live-panel-status){color:var(--ui-muted)}:root:root .detail-section{border-color:var(--ui-line);background:0 0;border-radius:0}:root:root .detail-header-meta span,:root:root .detail-header-meta svg{color:var(--ui-muted)}:root:root :is(.summary-content,.token-cost-info,.cost-item,.cost-item strong,.cost-total,.key-points-list li,.transcript-text,.transcript-content){color:var(--ui-text)}:root:root :is(.cost-item,.cost-total){border-color:var(--ui-line);background:0 0}:root:root .total-cost{color:var(--ui-text)}:root:root .summary-content.markdown-body :is(h1,h2,h3,h4,h5,h6,strong){color:var(--ui-text);border-color:var(--ui-line)}:root:root .summary-content.markdown-body :is(p,li,em){color:var(--ui-text)}:root:root .summary-content.markdown-body :is(code,pre){color:var(--ui-text);background:var(--ui-soft);border-color:var(--ui-line)}:root:root .summary-content.markdown-body :is(a,blockquote){color:var(--ui-text);border-color:var(--ui-line)}:root:root .key-points-list li:before{color:var(--ui-muted)}:root:root :is(.action-item-card,.action-item-card:hover){background:var(--ui-surface);border-color:var(--ui-line);box-shadow:none}:root:root :is(.action-icon,.action-icon svg,.action-edit-label,.transcript-summary,.transcript-summary:hover){color:var(--ui-muted)}:root:root .transcript-summary{background:var(--ui-soft)}:root:root :is(.speaker-segment,.speaker-segment.speaker-0,.speaker-segment.speaker-1,.speaker-segment.speaker-2,.speaker-segment.speaker-3){background:var(--ui-soft);border-color:var(--ui-line);color:var(--ui-text)}:root:root .quiet-meeting-detail .chat-msg-user{background:var(--ui-soft);color:var(--ui-text);border:0}:root:root .quiet-meeting-detail .chat-msg-assistant{color:var(--ui-text);background:0 0;border:0}:root:root :is(.speaker-label,.chat-role,.chat-empty,.chat-message-content){color:var(--ui-text)}:root:root :is(.ticket-badge,.status-badge,.action-status,.completed-label){background:var(--ui-soft);color:var(--ui-text);border-color:var(--ui-line)}:root:root .user-profile-dropdown{border-radius:9px;box-shadow:0 10px 32px #0000000b}:root:root .profile-header{border-color:var(--ui-line);padding:20px}:root:root .profile-name{font-weight:600}:root:root .profile-divider{background:var(--ui-line)}:root:root :is(.profile-menu-item,.profile-logout-btn,.menu-icon-svg){color:var(--ui-text)}:root:root :is(.profile-menu-item,.profile-logout-btn):hover{background:var(--ui-soft);color:var(--ui-text)}:root:root :is(.profile-menu-item,.profile-logout-btn):hover .menu-icon-svg{color:var(--ui-text)}:root:root .profile-avatar-large{background:var(--ui-soft);color:var(--ui-text);box-shadow:none}:root:root .usage-content{border:1px solid var(--ui-line);border-radius:12px;max-width:560px}:root:root .usage-header{border-color:var(--ui-line)}:root:root .usage-card{box-shadow:none;background:0 0;border:0;padding:18px 10px}:root:root .usage-card-value{font-size:28px;font-weight:500}:root:root .usage-card-icon{display:none}:root:root .usage-section-title{text-transform:none;letter-spacing:0;font-size:12px;font-weight:500}:root:root .usage-bar-container{background:var(--ui-soft)}:root:root .usage-bar{background:var(--ui-muted)}:root:root .usage-breakdown{color:var(--ui-muted);border-top:1px solid var(--ui-line);border-bottom:1px solid var(--ui-line);margin:18px 0;padding:16px 0;font-size:12px}:root:root .usage-breakdown summary{cursor:pointer;align-items:center;min-height:44px;display:flex}:root:root .usage-breakdown .usage-grid{margin:12px 0 0}:root:root .usage-activity{color:var(--ui-muted);border-bottom:1px solid var(--ui-line)}:root:root .usage-activity>summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:44px;font-size:12px;list-style:none;display:flex}:root:root .usage-activity>summary::-webkit-details-marker{display:none}:root:root .usage-activity>summary span{font-size:11px}:root:root .usage-activity .usage-daily{padding:8px 0 18px}:root:root .login-container{background:var(--ui-bg)}:root:root .login-card{border:1px solid var(--ui-line);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:12px;max-width:420px;padding:40px}:root:root .login-logo{filter:grayscale()}:root:root .login-header{margin-bottom:30px}:root:root .login-divider:before,:root:root .login-divider:after{background:var(--ui-line)}:root:root .login-toggle,:root:root .login-divider{color:var(--ui-muted)}:root:root .btn-toggle-mode{color:var(--ui-text)}:root:root .google-icon,:root:root .manor-login-logo{filter:grayscale()}:root:root .login-footer{color:var(--ui-muted)}:root:root .callback-spinner,:root:root .loading-spinner,:root:root .shared-spinner{border-color:var(--ui-line);border-top-color:var(--ui-text)}:root:root .loading-container p{color:var(--ui-muted)}:root:root .notification{color:var(--ui-text);background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:8px;box-shadow:0 4px 28px #0000000a}:root:root .notification-message,:root:root .notification-icon{color:var(--ui-text)}:root:root .notification-content{border:0}:root:root :is(.notification-success,.notification-error,.notification-info){border-left-color:var(--ui-line)}:root:root .shared-meeting-page{background:var(--ui-bg);color:var(--ui-text);font-family:var(--font)}:root:root .shared-header{border-color:var(--ui-line)}:root:root :is(.shared-header h1,.shared-error h2,.shared-section h2,.shared-summary,.shared-action-task,.shared-summary h1,.shared-summary h2,.shared-summary h3){color:var(--ui-text)}:root:root .shared-section{background:var(--ui-surface);border-color:var(--ui-line);box-shadow:none}:root:root :is(.shared-key-points li,.shared-action-meta,.shared-transcript){color:var(--ui-text);border-color:var(--ui-line)}:root:root :is(.shared-footer p,.shared-brand-link){color:var(--ui-muted)}:root:root .shared-action-item{border-color:var(--ui-line)}:root:root .shared-summary code{background:var(--ui-soft)}:root:root .quiet-shared-meeting .shared-transcript{background:0 0}:root:root ::-webkit-scrollbar-thumb{background:var(--border-medium)}@media (width<=640px){:root .app-minimal>.app-main-list,:root .app-minimal>.app-main-recorder{padding-top:24px}:root .app-minimal>.app-header{padding:0 16px}:root:root .login-card{margin:16px;padding:28px 24px}}@media (width<=420px){:root .app-minimal .app-header .app-brand-icon{width:22px;height:22px}:root .app-minimal .app-header .app-wordmark{font-size:14px}}@media (width<=359px){:root .app-minimal .app-header .app-brand-icon{width:18px;height:18px}:root .app-minimal .app-header .app-wordmark{font-size:12px}}:root:root .meeting-list{--meeting-ink:var(--ui-text);--meeting-secondary:var(--ui-muted);--meeting-muted:var(--ui-muted);--meeting-line:var(--ui-line);--meeting-surface:var(--ui-surface);--meeting-hover:var(--ui-soft);--meeting-accent:var(--ui-solid);--meeting-accent-bg:var(--ui-soft);--meeting-warning:var(--ui-muted);--meeting-warning-bg:var(--ui-soft);--meeting-error:var(--ui-text)}:root:root .meeting-list .meetings-new-button{color:var(--ui-on-solid)}:root:root .meeting-list .meetings-new-button:hover{background:var(--ui-hover)}:root:root .login-brand{color:var(--ui-text);letter-spacing:-.6px;align-items:center;gap:9px;font-size:20px;font-weight:600;display:inline-flex}:root:root .login-brand .app-brand-icon{width:28px;height:28px}:root:root .login-brand span{color:var(--ui-text)}:root:root .login-card .btn-manor-login{background:var(--ui-solid);color:var(--ui-on-solid);border-color:var(--ui-solid)}:root:root .login-card .btn-manor-login:hover{background:var(--ui-hover)}:root:root .login-card .btn-manor-login .manor-login-logo{filter:brightness(0)invert()}:root[data-theme=dark] .login-card .btn-manor-login .manor-login-logo{filter:brightness(0)}:root:root .login-email-option{border-top:1px solid var(--ui-line);margin-top:24px;padding-top:20px}:root:root .login-email-option>summary{cursor:pointer;color:var(--ui-muted);text-align:center;font-size:12px;list-style:none}:root:root .login-email-option>summary::-webkit-details-marker{display:none}:root:root .login-email-option .login-form{margin-top:24px}:root:root .usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:root:root .meeting-list .search-input{color:var(--ui-text);background:0 0}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
