:root{--bg: #f3f4f6;--bg-sidebar: #f9fafb;--bg-main: #ffffff;--bg-card: #f9fafb;--border: #e5e7eb;--border-subtle: #edeff2;--text: #111827;--text-muted: #6b7280;--accent: #4f46e5;--accent-dim: #e0e7ff;--success: #16a34a;--error: #dc2626;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);height:100vh;line-height:1.6}#root{height:100vh}input,textarea,button{font-family:inherit}.layout{height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.logo{font-size:1.25rem;font-weight:600;margin:0;letter-spacing:-.02em}.header-right{display:flex;align-items:center;gap:1rem}.user-email{font-size:.875rem;color:var(--text-muted)}.main{flex:1;width:100%;display:flex;background:var(--bg)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{background:var(--bg-main);border:1px solid var(--border);border-radius:12px;padding:2rem;width:100%;max-width:360px}.auth-card h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:600}.auth-subtitle{margin:0 0 1.5rem;font-size:.9375rem;color:var(--text-muted)}.auth-message{font-size:.875rem;color:var(--text-muted);margin:0 0 1rem;padding:.5rem;background:var(--bg);border-radius:6px;border:1px solid var(--border)}.auth-message.auth-error{color:var(--error);border-color:var(--error)}.auth-message.auth-success{color:var(--success);border-color:var(--success)}.auth-card label{display:block;margin-bottom:1rem;font-size:.875rem;color:var(--text-muted)}.auth-card input{display:block;width:100%;margin-top:.25rem;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:1rem}.auth-card input:focus{outline:none;border-color:var(--accent)}.auth-card .error{color:var(--error);font-size:.875rem;margin:0 0 1rem}.auth-link{margin-top:1rem;font-size:.875rem;color:var(--text-muted)}.auth-link a{color:var(--accent);text-decoration:none}.auth-link a:hover{text-decoration:underline}.btn{padding:.6rem 1.2rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;transition:background .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:#4c9aed}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text)}.btn-small{padding:.35rem .75rem;font-size:.8125rem;background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border)}.btn-small:hover{color:var(--text);border-color:var(--text-muted)}.error-block{margin-top:.5rem}.error-block .hint{margin-top:.35rem;font-size:.875rem}.dashboard-layout{display:flex;height:100vh;width:100%}.dashboard-sidebar{position:fixed;inset:0 auto 0 0;width:260px;display:flex;flex-direction:column;padding:.75rem;background:var(--bg-sidebar);border-right:1px solid var(--border)}.dashboard-sidebar-top{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0}.dashboard-sidebar-header{padding:.75rem .5rem;border-bottom:1px solid var(--border-subtle)}.dashboard-sidebar-logo{font-size:1rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.dashboard-sidebar-logo-subtitle{display:block;margin-top:.1rem;font-size:.75rem;font-weight:400;color:var(--text-muted)}.dashboard-new-file{width:100%;justify-content:center}.dashboard-sidebar-user{display:flex;flex-direction:column;gap:.25rem}.dashboard-sidebar-email{font-size:.8125rem;color:var(--text-muted);word-break:break-all}.btn-ghost--compact{padding:.25rem .5rem;font-size:.8rem;align-self:flex-start}.dashboard-sidebar-files{border:1px solid var(--border);border-radius:8px;background:var(--bg-main);overflow:hidden}.dashboard-sidebar-footer{margin-top:auto;padding:.75rem .5rem .5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.dashboard-main{display:flex;flex-direction:column;min-width:0;margin-left:260px;height:100vh;background:var(--bg-main)}.dashboard-main-header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem 2rem .75rem;border-bottom:1px solid var(--border-subtle)}.sidebar-toggle{padding:.3rem .6rem;border-radius:4px;border:1px solid var(--border);background:var(--bg-sidebar);color:var(--text-muted);cursor:pointer;font-size:.9rem}.sidebar-toggle:hover{color:var(--text);border-color:var(--text-muted)}.dashboard{display:flex;flex-direction:column;gap:2rem;padding:1.25rem 2rem 2rem;overflow-y:auto;height:calc(100vh - 60px)}.section h2{font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.hint{font-size:.875rem;color:var(--text-muted);margin:0 0 .75rem}.upload-zone{display:block;padding:2rem;border:2px dashed var(--border);border-radius:8px;text-align:center;cursor:pointer;transition:border-color .15s}.upload-zone:hover{border-color:var(--accent-dim)}.upload-zone--disabled{pointer-events:none;opacity:.7;border-style:solid}.upload-zone input{display:none}.file-select{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:.75rem}.file-select select,.file-select__select{flex:1;min-width:120px;max-width:100%;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.9375rem}.file-select select option,.file-select__select option{max-width:100%;overflow:hidden;text-overflow:ellipsis}.file-select select:focus,.file-select__select:focus{outline:none;border-color:var(--accent)}.file-select__progress{display:inline-flex;align-items:center;gap:.5rem}.file-select__spinner{width:1rem;height:1rem;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.file-select__cancel{padding:.25rem .5rem;background:transparent;border:1px solid var(--border);border-radius:4px;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1}.file-select__cancel:hover{color:var(--text);border-color:var(--text-muted)}.file-list-wrap{margin-top:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);overflow:hidden}.file-list-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--border);gap:.5rem}.file-list-title{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.file-list-progress{display:inline-flex;align-items:center;gap:.5rem}.file-list-progress-bar-wrap{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:120px}.file-list-progress-text{font-size:.75rem;color:var(--text-muted)}.file-list-progress-bar{height:6px;width:100%;min-width:80px;max-width:140px;background:var(--border);border-radius:3px;overflow:hidden}.file-list-progress-bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .2s ease}.file-list{list-style:none;margin:0;padding:.25rem 0;max-height:280px;overflow-y:auto}.file-list-group{margin:0;padding:0}.file-list-group-label{padding:.35rem .75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.file-list-item{display:grid;grid-template-columns:auto 1fr auto auto auto;grid-template-rows:auto auto;gap:0 .5rem;align-items:center;width:100%;padding:.5rem .75rem;border:none;background:none;color:var(--text);font-size:.875rem;text-align:left;cursor:pointer;transition:background .1s}.file-list-item:hover{background:#ffffff0a}.file-list-item--selected{background:#ffffff14}.file-list-item-icon{grid-row:1 / -1;width:1.25rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.875rem}.file-list-item-icon .file-select__spinner{width:.875rem;height:.875rem}.file-list-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.file-list-item-progress{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.file-list-item-progress .file-list-progress-text{font-size:.7rem;white-space:nowrap}.file-list-item-progress .file-list-progress-bar{width:100%;min-width:60px;max-width:90px}.file-list-item-cancel,.file-list-item-delete{padding:.2rem .35rem;margin:0;border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;border-radius:4px;flex-shrink:0}.file-list-item-cancel:hover,.file-list-item-delete:hover{color:var(--error);background:#f851491f}.file-list-item--uploading .file-list-item-cancel{margin-left:.25rem}.file-list-progress--header{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.25rem}.file-list-progress--header .file-list-progress-bar{max-width:120px}.file-list-item-meta{font-size:.75rem;color:var(--text-muted)}.file-list-item-error{grid-column:2 / -1;font-size:.75rem;color:var(--error, #e57373);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transcribed{margin-top:1rem;padding:1rem;background:var(--bg-main);border-radius:8px;border:1px solid var(--border)}.transcribed-body{margin-top:.5rem;font-family:var(--font-mono);font-size:.875rem;white-space:pre-wrap;word-break:break-word;max-height:1000px;overflow-y:auto;overflow-x:hidden}.transcribed-speaker{font-weight:700;color:var(--accent);margin-top:.75rem;margin-bottom:.25rem}.transcribed-speaker:first-child{margin-top:0}.transcribed-line{margin-bottom:.15rem}textarea{width:100%;padding:.75rem;margin-bottom:1rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.9375rem;resize:vertical}textarea:focus{outline:none;border-color:var(--accent)}.result-section .result-box{padding:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;white-space:pre-wrap;line-height:1.7}.dashboard-main-title h1{margin:0;font-size:1.25rem;font-weight:600}.dashboard-main-title p{margin:.1rem 0 0;font-size:.875rem;color:var(--text-muted)}.summary-card{padding:1rem 1.25rem;border-radius:10px;border:1px solid var(--border-subtle);background:var(--bg-card)}.summary-card h2{margin:0 0 .4rem;font-size:1rem;font-weight:600}.summary-card p{margin:0;font-size:.875rem;color:var(--text-muted)}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;max-width:400px;width:100%}.modal h3{margin:0 0 .5rem;font-size:1.125rem}.modal p{margin:0 0 1.25rem;color:var(--text-muted);font-size:.9375rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}
