:root{--bg: #0f1116;--surface: #191d26;--surface-2: #232937;--border: #2e3546;--text: #e9ecf4;--muted: #8b93a7;--accent: #8b7bff;--accent-press: #7463f0;--cut: #ff5c5c;--cut-dim: rgba(255, 92, 92, .75);--proposed: #ffb84d;--ok: #3ecf8e;--warn: #ffb84d;--radius: 14px;--shadow: 0 12px 32px rgba(0, 0, 0, .5)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.45;cursor:default}.muted{color:var(--muted)}.error-text{color:var(--cut);font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:var(--radius);font-size:1rem;font-weight:600;text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:active:not(:disabled){background:var(--accent-press)}.btn-secondary{background:var(--surface-2);border:1px solid var(--border)}.btn-accept{background:var(--ok);color:#06281a}.btn-reject{background:var(--surface-2);border:1px solid var(--cut);color:var(--cut)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:12px;font-size:1.3rem}.home{max-width:560px;margin:0 auto;padding:20px 16px calc(24px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:16px}.home-header h1{margin:8px 0 4px;font-size:1.5rem}.tagline{margin:0;color:var(--muted);font-size:.95rem}.upload-btn{width:100%;min-height:56px;font-size:1.05rem}.upload-progress{height:6px;border-radius:3px;background:var(--surface-2);overflow:hidden}.upload-progress-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .2s ease}.upload-progress-fill.indeterminate{width:40%;animation:slide 1.1s ease-in-out infinite}@keyframes slide{0%{margin-left:-40%}to{margin-left:100%}}.project-list{display:flex;flex-direction:column;gap:10px}.empty-hint{text-align:center;padding:32px 0}.project-card{display:flex;flex-direction:column;gap:8px;width:100%;min-height:72px;padding:14px 16px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);text-align:left}.project-card:active:not(:disabled){background:var(--surface-2)}.project-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{flex-shrink:0;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:999px}.status-ready{background:#3ecf8e26;color:var(--ok)}.status-transcribing{background:#ffb84d26;color:var(--warn);animation:pulse 1.4s ease-in-out infinite}.status-error{background:#ff5c5c26;color:var(--cut)}@keyframes pulse{50%{opacity:.5}}.project-card-meta{display:flex;gap:14px;font-size:.85rem;color:var(--muted)}.editor{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.editor-header{display:flex;align-items:center;gap:8px;padding:8px 12px;padding-top:calc(8px + env(safe-area-inset-top));border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0}.editor-header .icon-btn{font-size:1.8rem;line-height:1}.editor-title{flex:1;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-export{min-height:44px;padding:0 14px;font-size:.9rem;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;color:var(--text)}.btn-export.disabled{opacity:.45}.editor-message{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.spinner{width:36px;height:36px;border-radius:50%;border:3px solid var(--surface-2);border-top-color:var(--accent);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.transcript{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 16px 32px}.transcript-words{margin:0;line-height:2.1;font-size:1.05rem}.word{padding:3px 2px;border-radius:5px;cursor:pointer}.word.current{background:var(--accent);color:#fff}.word.proposed{background:#ff5c5c47;color:#ffb3b3;text-decoration:line-through;text-decoration-color:var(--cut-dim)}.word.current.proposed{background:var(--cut);color:#fff}.editor-bottom{flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding:10px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface)}.time-row{display:flex;justify-content:space-between;font-size:.85rem;font-variant-numeric:tabular-nums}.timeline{padding:14px 0;touch-action:none;cursor:pointer}.timeline-track{position:relative;height:8px;border-radius:4px;background:var(--surface-2)}.timeline-fill{position:absolute;inset:0 auto 0 0;background:var(--accent);border-radius:4px}.timeline-cut{position:absolute;top:-2px;bottom:-2px;background:var(--cut);border-radius:3px;z-index:1}.timeline-cut.proposed{background:var(--proposed)}.timeline-knob{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 1px 5px #0009;z-index:2;pointer-events:none}.controls-row{display:flex;align-items:center;justify-content:center;gap:26px}.skip-btn{font-size:.95rem;font-weight:600;min-width:56px;min-height:48px;background:var(--surface-2);border:1px solid var(--border)}.play-btn{width:68px;height:68px;border-radius:50%;background:var(--accent);color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.play-btn:active:not(:disabled){background:var(--accent-press)}.edit-btn{width:100%;min-height:54px;font-size:1.1rem}.cuts-panel{border:1px solid var(--border);border-radius:12px;background:var(--bg);overflow:hidden}.cuts-panel-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:0 14px;font-size:.9rem;font-weight:600}.chevron{transition:transform .15s ease}.chevron.up{transform:rotate(180deg)}.cuts-list{list-style:none;margin:0;padding:0 8px 8px;max-height:32dvh;overflow-y:auto}.cuts-empty{padding:8px 8px 12px;font-size:.9rem}.cut-item{display:flex;align-items:center;gap:6px;border-top:1px solid var(--border)}.cut-item:first-child{border-top:none}.cut-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;text-align:left;padding:10px 6px;min-height:52px;justify-content:center}.cut-range{font-size:.85rem;font-weight:600;color:var(--cut);font-variant-numeric:tabular-nums}.cut-reason{font-size:.85rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cut-delete{flex-shrink:0;min-width:44px;min-height:44px;border-radius:10px;font-size:1.1rem}.cut-delete:active{background:var(--surface-2)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:20}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:21;background:var(--surface);border-radius:20px 20px 0 0;border-top:1px solid var(--border);box-shadow:var(--shadow);padding:8px 16px calc(20px + env(safe-area-inset-bottom));max-height:82dvh;overflow-y:auto;animation:sheet-up .22s ease-out}@keyframes sheet-up{0%{transform:translateY(40%);opacity:.4}to{transform:translateY(0);opacity:1}}.sheet-handle{width:42px;height:4px;border-radius:2px;background:var(--border);margin:4px auto 8px}.sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sheet-title{font-weight:700;font-size:1.05rem}.sheet-close{min-width:44px;min-height:44px;border-radius:12px;font-size:1.1rem;color:var(--muted)}.sheet-body{display:flex;flex-direction:column;gap:12px}.instruction-row{display:flex;gap:10px;align-items:stretch}.instruction-input{flex:1;min-height:84px;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;font-size:1rem;resize:none}.instruction-input:focus{outline:2px solid var(--accent);outline-offset:-1px}.mic-btn{width:56px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border);font-size:1.4rem}.mic-btn.listening{background:#ff5c5c33;border-color:var(--cut);animation:pulse 1.2s ease-in-out infinite}.listening-hint{margin:-4px 0 0;font-size:.85rem}.sheet-submit{width:100%}.notice{padding:12px 14px;border-radius:12px;font-size:.92rem;line-height:1.45}.notice-warn{background:#ffb84d1f;border:1px solid rgba(255,184,77,.4)}.notice-error{background:#ff5c5c1f;border:1px solid rgba(255,92,92,.4);color:#ffb3b3}.proposal-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:8px}.proposal-snippet{margin:0;font-size:1.02rem;line-height:1.5;color:#ffb3b3;text-decoration:line-through;text-decoration-color:var(--cut-dim)}.proposal-times{margin:0;font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums}.proposal-rationale{margin:0;font-size:.9rem;color:var(--muted);line-height:1.45}.keep-prompt{margin:0;text-align:center;font-weight:700;font-size:1.05rem}.proposal-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.proposal-actions .btn{padding:0 8px;font-size:.95rem}.proposal-actions.prominent{grid-template-columns:1fr 1fr}.proposal-actions.prominent .btn-secondary{grid-column:1 / -1;order:2;min-height:44px}.proposal-actions.prominent .btn-accept,.proposal-actions.prominent .btn-reject{order:1;min-height:56px;font-size:1.05rem}
