.app-header{background:var(--header-bg);border-bottom:1px solid var(--border-color);height:var(--header-height);left:0;position:fixed;right:0;top:0;z-index:100}.app-header,.header-content{align-items:center;display:flex}.header-content{justify-content:space-between;padding:0 2rem;width:100%}.app-header h1{color:var(--header-text);font-size:1.25rem;font-weight:600;margin:0;padding-left:0;text-align:left}.nav-link{border-radius:4px;color:var(--text-secondary);font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.nav-link:hover{background:var(--surface-2);color:var(--brand-primary)}.nav-button{background:none;border:1px solid var(--brand-light);color:var(--header-text);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem}.nav-button:hover{background:var(--brand-light);border-radius:4px;color:var(--brand-dark)}@media (max-width:768px){.app-header{padding:.5rem}.header-content{padding:0 .5rem}.header-content h1{font-size:1.125rem}.nav-button{padding:.375rem .75rem}}.setup-container{background:var(--surface-2);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:var(--header-height)}.setup-content{margin:0 auto;max-width:var(--max-width);padding:1.5rem;width:100%}.setup-title{color:var(--brand-dark);font-size:1.5rem;font-weight:700;margin-bottom:.75rem;text-align:center}.setup-form{background:var(--surface-1);border-radius:6px;padding:.75rem}.setup-section{border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;margin-bottom:.75rem;padding-bottom:.75rem}.setup-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.setup-section-title{border-bottom:1px solid var(--brand-light);color:var(--brand-dark)}.input-group{margin-bottom:1rem;max-width:800px}.input-group label{color:var(--text-primary);color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.setup-input,.setup-textarea{background:var(--surface-2);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:1rem;padding:.375rem .5rem;transition:border-color .2s;width:100%}.setup-textarea{font-family:inherit;min-height:4rem;min-height:80px;padding:.375rem .5rem;resize:vertical}.setup-input:focus,.setup-textarea:focus{border-color:var(--brand-dark);box-shadow:0 0 0 1px var(--brand-light)}.prompt-section{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem}.prompt-section h2{color:var(--text-primary);font-size:1.25rem;margin-bottom:1rem}.setup-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.back-link{color:var(--brand-primary);font-weight:500;text-decoration:none}.back-link:hover{text-decoration:underline}.custom-prompts-list{margin-bottom:1rem}.custom-prompt-item{background:var(--surface-2);border-radius:4px;margin-bottom:.5rem;padding:.75rem}.prompt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.prompt-header h3{color:var(--brand-dark);font-size:.875rem;font-weight:500;margin:0}.prompt-text{color:var(--text-secondary);font-size:.875rem;margin:0}.remove-prompt-btn{background:#f44;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem}.add-prompt-form{display:flex;flex-direction:column;gap:.5rem}.add-prompt-btn{align-self:flex-start;background:var(--brand-dark);border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.375rem .75rem}.add-prompt-btn:hover,.edit-prompt-btn:hover,.save-prompt-btn:hover{background:var(--brand-light);color:var(--brand-dark)}.prompt-edit-form{flex-direction:column}.prompt-actions,.prompt-edit-actions,.prompt-edit-form{display:flex;gap:.5rem}.edit-prompt-btn,.save-prompt-btn{background:var(--brand-primary);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem}.cancel-prompt-btn{background:var(--surface-3);border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);cursor:pointer;font-size:.75rem;padding:.25rem .5rem}@media (max-width:768px){.setup-container{position:absolute}.setup-content{padding-top:1rem}.setup-form{margin-top:0}.prompt-header{flex-direction:column;gap:.5rem}.prompt-actions{justify-content:space-between;width:100%}.prompt-edit-actions{flex-direction:column;gap:.5rem}.add-prompt-form button,.prompt-edit-actions button{width:100%}}.session-view{background:#fff;border-left:1px solid #e2e8f0;padding:2rem}.session-header{border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.session-header h2{color:#2d3748;font-size:1.5rem;margin:0 0 1rem}.ai-actions{display:flex;flex-wrap:wrap;gap:.5rem}.ai-actions button{background:#191969;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.ai-actions button:hover{background:#a6aee5;color:#191969}.loading{background:#edf2f7;border-radius:4px;color:#4a5568;margin:1rem 0;padding:1rem}.ai-response{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;margin:2rem 0;padding:1.5rem}.ai-response h3{color:#2d3748;font-size:1.25rem;margin:0 0 1rem}.response-content{color:#4a5568;line-height:1.6;white-space:pre-wrap}.transcript{margin-top:2rem}.transcript h3{color:#2d3748;font-size:1.25rem;margin:0 0 1rem}.transcript-section{background:var(--surface-1);border:1px solid var(--border-color);border-radius:6px;margin-bottom:1rem;overflow:hidden}.transcript-title{background:var(--surface-2);border-bottom:1px solid var(--border-color);color:var(--brand-dark);font-size:1rem;margin:0;padding:.75rem 1rem}.transcript-content{max-height:400px;overflow-y:auto;padding:1rem}.transcript-content pre{margin:0;white-space:pre-wrap}.empty-state{align-items:center;display:flex;font-size:1.1rem;height:100%;justify-content:center}.custom-prompt-selector{display:flex;flex:1 1;gap:.5rem;min-width:200px}.prompt-select{background:var(--surface-1);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);min-width:200px;padding:.375rem}.open-file-btn{background:var(--brand-primary);border-radius:4px;color:#fff;font-size:.875rem;padding:.5rem 1rem;text-decoration:none}.open-file-btn:hover{background:var(--brand-secondary);color:var(--brand-primary)}.session-card{align-items:center;display:flex;gap:.5rem;justify-content:space-between;padding:.5rem 1rem}.session-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.open-icon{align-items:center;color:var(--brand-dark);display:flex;opacity:.7;transition:opacity .2s}.open-icon:hover{opacity:1}@media (max-width:768px){.ai-actions,.custom-prompt-selector{flex-direction:column;width:100%}.ai-actions button,.prompt-select{width:100%}.open-file-btn{text-align:center}}.transcript-container{padding:1rem}.transcript-metadata{background:#f8fafc;border-radius:6px;margin-bottom:2rem;padding:1rem}.metadata-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metadata-item{display:flex;flex-direction:column;gap:.25rem}.label{color:#64748b;font-size:.875rem}.value{color:#334155;font-weight:500}.transcript-messages{display:flex;flex-direction:column;gap:1rem}.message{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.message-header{color:#64748b;display:flex;font-size:.875rem;gap:1rem;margin-bottom:.5rem}.message-text{color:#334155;line-height:1.5}.time{color:#94a3b8}.language{color:#3b82f6}.speaker{color:#10b981}.error{background:#fee2e2;border-radius:6px;color:#ef4444;padding:1rem}.container{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:var(--header-height)}.header{background:#fff;box-shadow:0 2px 4px #0000001a;flex:0 0 auto;padding:1rem 2.5rem}.content{flex:1 1 auto;overflow-y:auto;padding:2rem 2.5rem;width:100%}.room-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.room-title{border-bottom:2px solid var(--brand-light);color:var(--brand-dark);font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.day-section{background:#f8fafc;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.day-title{color:#4a5568;font-size:1.25rem;margin-bottom:1rem}.status-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;min-width:0;width:100%}.status-column{background:var(--surface-1);border:1px solid var(--border-color);border-radius:6px;display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-width:0;padding:1rem}.status-title{border-bottom:1px solid var(--brand-light);color:var(--brand-dark);font-size:1rem;font-weight:500;grid-column:1/-1;margin-bottom:1rem;padding-bottom:.5rem}.file-card{word-wrap:break-word;align-items:center;background:var(--surface-2);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;display:flex;gap:.5rem;min-width:0;padding:.5rem;transition:all .2s;width:100%}.file-card:hover{background:var(--brand-light);border-color:var(--brand-light);color:var(--brand-dark)}.file-name{color:#2d3748;flex:1 1;font-weight:500;margin-bottom:.5rem;-webkit-user-select:none;user-select:none}.file-time{color:#4a5568;font-size:.875rem}.empty-state{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#718096;padding:3rem;text-align:center}.filelist-container{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;display:flex;flex-direction:column;font-family:Roboto,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.filelist-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.filelist{background:#ffffff1a;border-radius:10px;box-shadow:0 4px 6px #0000001a;list-style:none;margin:0;max-width:600px;padding:0;width:100%}.filelist-item{border-bottom:1px solid #fff3;font-size:1.2rem;padding:1rem;text-align:center;transition:background-color .3s ease}.filelist-item:hover{background-color:#fff3}.filelist-empty{color:#ffffffb3;padding:1rem}.error-message,.filelist-empty{font-size:1.2rem;text-align:center}.error-message{color:#ff6f61;margin-top:1rem}.main-content{grid-gap:0;display:grid;gap:0;grid-template-columns:minmax(250px,1fr) 2fr;height:100%;overflow:hidden}.file-list{border-right:1px solid var(--border-color);padding:1rem}.file-list,.session-view{height:100%;overflow-y:auto}.date-header,.room-header{align-items:center;display:flex;gap:.5rem}.date-header input[type=checkbox],.file-card input[type=checkbox],.room-header input[type=checkbox]{height:1rem;margin:0;width:1rem}.selected-sessions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem 0}.session-card{background:var(--surface-2);border:1px solid var(--border-color);border-radius:4px;padding:.75rem}.custom-checkbox{cursor:pointer;display:inline-block;height:18px;margin-right:8px;position:relative;width:18px}.custom-checkbox input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.checkmark{border:2px solid var(--brand-dark);border-radius:50%;height:18px;left:0;position:absolute;top:0;transition:all .2s;width:18px}.custom-checkbox input[type=checkbox]:checked+.checkmark{background-color:var(--brand-dark);border-color:var(--brand-dark)}.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:8px;left:4px;position:absolute;top:2px;transform:rotate(45deg);width:4px}.custom-checkbox input[type=checkbox]:checked+.checkmark:after{display:block}.custom-checkbox:hover .checkmark{border-color:var(--brand-secondary)}.custom-checkbox input[type=checkbox]:checked:hover+.checkmark{background-color:var(--brand-secondary);border-color:var(--brand-secondary)}.checkmark.partial{background-color:var(--surface-2);border-color:var(--brand-dark)}.checkmark.partial:after{background-color:var(--brand-dark);border:none;display:block;height:2px;left:3px;top:6px;transform:none;width:8px}.select-all-header{align-items:center;background:var(--surface-1);border-bottom:1px solid var(--border-color);display:flex;padding:.75rem 1rem}.select-all-text{color:var(--brand-dark);font-size:.875rem;font-weight:500}.select-all-header .custom-checkbox .checkmark.partial:after{left:3px;top:6px}@media (max-width:768px){.main-content{grid-template-columns:1fr}.file-list{border-bottom:1px solid var(--border-color);border-right:none;max-height:40vh}.session-view{height:auto}.status-grid{gap:1rem;grid-template-columns:1fr}.custom-prompt-selector{flex-direction:column;gap:.5rem}.prompt-select{width:100%}}body{-webkit-font-smoothing:antialiased;background:#f8fafc;background:var(--surface-2);color:#191969;color:var(--brand-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;margin:0;padding:0}*{box-sizing:border-box}:root{--max-width:1440px;--header-height:64px;--surface-1:#fff;--surface-2:#f8fafc;--surface-3:#f1f5f9;--brand-primary:#191969;--brand-secondary:#a6aee5;--brand-light:#a6aee5;--brand-dark:#191969;--header-bg:#191969;--header-text:#fff;--text-primary:#1a1a1a;--text-secondary:#666;--border-color:#e2e8f0;--section-spacing:2rem;--content-padding:2rem}.app-layout{display:flex;flex-direction:column;min-height:100vh;width:100%}.page-container{flex:1 1;margin-top:64px;margin-top:var(--header-height);width:100%}#root{align-items:center;display:flex;height:100vh;justify-content:center}
/*# sourceMappingURL=main.62517cbd.css.map*/