:root{--bg: #f3f4f6;--bg-elevated: #ffffff;--bg-card: #ffffff;--border: #e5e7eb;--border-subtle: #e5e7eb;--text: #111827;--text-muted: #6b7280;--accent: #22c55e;--accent-dim: rgba(34, 197, 94, .15);--success: #16a34a;--error: #ef4444;--font-sans: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;overflow:hidden}#root{min-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;padding:0;width:100%}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{background:var(--bg-card);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:grid;grid-template-columns:260px minmax(0,1fr);align-items:stretch;height:100vh;background:var(--bg)}@media(max-width:1023px){.dashboard-layout{grid-template-columns:1fr}}@media(min-width:1024px){.dashboard-layout--sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}}.dashboard-sidebar{display:flex;flex-direction:column;gap:1.25rem;padding:1rem .75rem;background:var(--bg);border-right:1px solid var(--border);height:100%;overflow-y:auto}.dashboard-sidebar--closed{width:56px}.dashboard-sidebar--mobile{position:fixed;top:0;bottom:0;left:0;width:260px;max-width:80vw;box-shadow:0 20px 60px #0f172a59;transform:translate(-100%);transition:transform .2s ease-out;z-index:30}.dashboard-sidebar--mobile.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .5rem .25rem}.dashboard-sidebar-top{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0}.dashboard-sidebar-header{padding:.75rem .5rem .5rem}.dashboard-sidebar-logo{font-size:.95rem;font-weight:600;letter-spacing:-.02em}.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);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;background:var(--bg-elevated);border-left:1px solid rgba(15,23,42,.03);overflow-y:auto}.dashboard-bottom-bar{height:20px;background:#fff;border-top:1px solid var(--border);flex-shrink:0}.sidebar-toggle-floating{position:fixed;top:.75rem;left:.75rem;z-index:40;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--border);background:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;box-shadow:0 6px 20px #0f172a26}.sidebar-toggle-floating:hover{background:#fff}.dashboard-main-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:.5rem}.sidebar-toggle{width:28px;height:28px;padding:0;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.sidebar-toggle .sidebar-toggle-icon{display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.sidebar-toggle:hover{color:var(--text);border-color:var(--text-muted)}.dashboard{display:flex;flex-direction:column;gap:2rem;width:100%;padding:1.5rem 2rem 7rem;flex:1 1 auto}.section h2{font-size:1.125rem;font-weight:600;margin:0}.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: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 .15s}.file-list-item:hover{background:#0000000f}.file-list-item--selected{background:#00000014}.file-list-item--uploading{grid-template-columns:1fr auto auto}.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:.25rem;margin:0;border:none;background:transparent;color:#dc2626;cursor:pointer;line-height:1;border-radius:4px;flex-shrink:0;opacity:0;transition:opacity .15s}.file-list-item:hover .file-list-item-cancel,.file-list-item:hover .file-list-item-delete{opacity:1}.file-list-item-delete-icon{width:1rem;height:1rem;display:block}.file-list-item-cancel{opacity:1;color:var(--text-muted);font-size:1rem}.file-list-item-cancel:hover,.file-list-item-delete:hover{background:#dc26261a}.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:1 / -1;font-size:.75rem;color:var(--error, #e57373);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transcribed{position:relative;margin-top:calc(1rem + 40px);padding:1.25rem 1.5rem;background:var(--bg);border-radius:24px}.transcribed-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.transcribed-title{font-size:12px;font-weight:300;font-style:italic;color:var(--text-muted);margin:0}.transcribed-copy-btn{flex-shrink:0;width:4rem;height:4rem;padding:0;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font-size:2.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.transcribed-copy-btn:hover{background:#0000000f;color:var(--text)}.transcribed-copy-toast{position:absolute;top:1rem;left:50%;transform:translate(-50%);padding:.5rem 1rem;border-radius:8px;background:#111827;color:#fff;font-size:.875rem;opacity:1;transition:opacity .5s ease-out;z-index:5}.transcribed-copy-toast--fade{opacity:0}.transcribed-body{margin-top:.5rem;font-family:var(--font-sans);font-size:.9375rem;white-space:pre-wrap;word-break:break-word;min-height:300px;max-height:300px;overflow-y:auto;overflow-x:hidden;color:#3b3b3b}.transcribed-line{margin-bottom:.15rem}.transcribed-speaker-name{font-weight:600}.transcribed--empty{cursor:pointer;background:#fff;border:2px dashed var(--border);color:#111827;padding:2.5rem 2rem}.transcribed--empty .transcribed-header,.transcribed--empty .transcribed-title{display:none}.transcribed--empty .transcribed-body{display:flex;align-items:center;justify-content:center}.transcribed-empty-content{text-align:center}.transcribed-empty-plus{font-size:2.5rem;line-height:1;margin-bottom:.75rem}.transcribed-empty-text{font-size:1.05rem;font-weight:500}.transcribed-empty-sublabel{margin-top:.5rem;font-size:12px;color:var(--text-muted);max-width:280px;line-height:1.4;text-align:center}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}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.summary-block{margin-top:1rem;width:100%}.summary-block .summary-toggle{margin-bottom:.5rem;width:100%;border:1px solid #111827;color:#111827;background:#fff}.summary-block .summary-toggle--loading{pointer-events:none}.summary-toggle-skeleton{display:block;width:100%;max-width:200px;height:1rem;margin:0 auto;border-radius:999px;background:linear-gradient(90deg,#e5e7eb,#f3f4f6,#e5e7eb 40%,#e5e7eb);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.summary-content{padding:1rem 1.25rem;border-radius:10px;background:var(--bg)}.summary-content--skeleton .chat-skeleton-row{margin-bottom:.75rem}.summary-content--skeleton .chat-skeleton-row:last-child{margin-bottom:0}.summary-body{font-family:var(--font-sans);font-size:.9375rem;line-height:1.6;white-space:pre-wrap;margin-bottom:.5rem;color:#545454}.faq-block-wrap{margin-top:1rem;padding-top:40px;width:100%}.faq-block-title{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:var(--text)}.faq-block-subtitle{margin:0 0 .75rem;font-size:.9375rem;color:var(--text-muted)}.faq-block{width:100%;display:flex;flex-direction:column;gap:.25rem}.faq-item{width:100%;border-radius:12px;overflow:hidden}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:none;background:#f9fafb;color:#111827;font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s}.faq-item__trigger:hover:not(:disabled){background:#f3f4f6}@media(min-width:1024px){.faq-item{max-width:55%}.faq-item__trigger{max-width:100%}.faq-item__content{width:100%;box-sizing:border-box}}.faq-item__trigger:disabled{opacity:.6;cursor:not-allowed}.faq-item__trigger--loading{pointer-events:none}.faq-item__trigger .summary-toggle-skeleton{flex:1;max-width:240px;margin:0}.faq-item__done{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:.79rem;height:.79rem;margin-right:.5rem;border-radius:50%;background:#22c55e;color:#fff}.faq-item__done-icon{font-size:.46rem;font-weight:700;line-height:1}.faq-item__label-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.faq-item__label{font-weight:300;font-size:15px;color:#111}.faq-item__sublabel{font-size:12px;color:var(--text-muted);font-weight:400;line-height:1.3}.faq-item__icon{flex-shrink:0;margin-left:.35rem;margin-right:.25rem;font-size:1rem;line-height:1}.faq-item__chevron{flex-shrink:0;margin-left:.5rem;font-size:.9rem;line-height:1;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center}.prompt-section{margin-top:1.5rem;padding-top:1rem;border-top:none}.prompt-form{position:fixed;left:260px;right:0;bottom:0;padding:12px 20px;display:flex;justify-content:center;z-index:1000;pointer-events:none}.dashboard-layout--sidebar-collapsed .prompt-form{left:0}@media(max-width:1023px){.prompt-form{left:0}}.prompt-input-wrapper{position:relative;display:flex;align-items:center;width:100%;min-height:52px;pointer-events:auto}.prompt-input{width:100%;padding:14px 44px 14px 18px;border-radius:24px;border:1px solid #ddd;background-color:#fefefe;color:var(--text);font-size:16px;box-sizing:border-box;resize:none;min-height:52px;max-height:120px;line-height:1.5}.prompt-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff26}.prompt-send{position:absolute;top:50%;right:10px;margin:0;display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;border:none;background:#111827;color:#fff;cursor:pointer;font-size:1rem;line-height:1;transform:translateY(-50%)}.prompt-send:disabled{opacity:.5;cursor:default}.prompt-result{display:none}.prompt-chat{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.prompt-chat-row{display:flex}.prompt-chat-row--user{justify-content:flex-end}.prompt-chat-row--assistant{justify-content:flex-start}.prompt-chat-row--assistant .prompt-chat-bubble{border:none;background:var(--bg)}.prompt-chat-bubble{max-width:70%;padding:.75rem 1rem;border-radius:18px;border:1px solid #ddd;background:#fff;font-size:.9375rem;line-height:1.5;white-space:pre-wrap}.prompt-chat-bubble-skeleton{min-width:180px}.prompt-chat-bubble-skeleton .chat-skeleton-row{height:.75rem;margin-bottom:.5rem}.prompt-chat-bubble-skeleton .chat-skeleton-row:last-child{margin-bottom:0;width:60%}.chat-skeleton{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);box-shadow:0 10px 30px #0f172a14;max-width:640px}.chat-skeleton-row{height:1rem;margin-bottom:.75rem;border-radius:999px;background:linear-gradient(90deg,#e5e7eb,#f3f4f6,#e5e7eb 40%,#e5e7eb);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.chat-skeleton-row--wide{width:80%}.chat-skeleton-row--medium{width:65%}.chat-skeleton-row--short{width:40%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.prompt-result-body{font-size:.9375rem;line-height:1.6;white-space:pre-wrap}.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}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.75rem 1.25rem;background:var(--text);color:var(--bg-elevated);border-radius:8px;font-size:.9375rem;box-shadow:0 4px 12px #00000026;z-index:9999;max-width:90vw;text-align:center}.prompt-quota-blocked{margin:0 0 .75rem;padding:.5rem .75rem;background:var(--accent-dim);color:var(--text);border-radius:6px;font-size:.875rem}
