.analysis-loading{position:relative;flex:1;min-height:360px;border-radius:10px;overflow:hidden;border:1px solid #dbeafe;background:#f8fbff}.analysis-loading__skeleton{padding:1.5rem;opacity:.55}.analysis-loading__skeleton-bar{height:12px;border-radius:6px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:analysis-loading-shimmer 1.4s ease infinite;margin-bottom:.75rem;width:70%}.analysis-loading__skeleton-bar--wide{width:90%;height:16px}.analysis-loading__skeleton-bar--medium{width:50%}.analysis-loading__skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.25rem}.analysis-loading__skeleton-card{height:72px;border-radius:8px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:analysis-loading-shimmer 1.4s ease infinite}@keyframes analysis-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.analysis-loading__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;background:#f8fbffe0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.analysis-loading__spinner{width:44px;height:44px;margin-bottom:1rem;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:analysis-loading-spin .9s linear infinite}@keyframes analysis-loading-spin{to{transform:rotate(360deg)}}.analysis-loading__title{font-size:1.05rem;font-weight:600;color:#1e3a8a;margin-bottom:.5rem}.analysis-loading__message{font-size:.9375rem;color:#475569;margin-bottom:1rem;min-height:1.5em}.analysis-loading__progress{width:min(100%,340px);height:8px;margin-bottom:.875rem;background:#e2e8f0;border-radius:999px;overflow:hidden}.analysis-loading__progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;transition:width .4s ease}.analysis-loading__hint{font-size:.8125rem;color:#64748b;line-height:1.6;max-width:360px}@media(max-width:640px){.analysis-loading__skeleton-grid{grid-template-columns:1fr}}.tabbed-results{display:flex;flex-direction:column;height:100%;min-height:0}.tabbed-results__tabs{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem;flex-shrink:0}.tabbed-results__tab{font-size:.8125rem;font-weight:500;color:#64748b;background:#f1f5f9;border:1px solid transparent;padding:.5rem .875rem;border-radius:8px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.tabbed-results__tab:hover{color:#334155;background:#e2e8f0}.tabbed-results__tab--active{color:#1e40af;background:#eff6ff;border-color:#93c5fd}.tabbed-results__panel{flex:1;min-height:0;overflow:auto;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.tabbed-results__section{display:flex;flex-direction:column;gap:1.25rem}.tabbed-results__stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.tabbed-results__stat{padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tabbed-results__stat--highlight{background:#eff6ff;border-color:#bfdbfe}.tabbed-results__stat-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.375rem}.tabbed-results__stat-value{font-size:.9375rem;font-weight:600;color:#0f172a;line-height:1.5}.tabbed-results__block h4{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.tabbed-results__block p,.tabbed-results__block pre{font-size:.875rem;color:#475569;line-height:1.7;white-space:pre-wrap;word-break:break-word}.tabbed-results__checklist{list-style:none;display:flex;flex-direction:column;gap:.75rem}.tabbed-results__checklist li{display:flex;gap:.75rem;padding:.875rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tabbed-results__checklist-item--matched{background:#f0fdf4;border-color:#bbf7d0}.tabbed-results__check-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;color:#64748b}.tabbed-results__checklist-item--matched .tabbed-results__check-icon{color:#16a34a}.tabbed-results__checklist li p{font-size:.8125rem;color:#64748b;margin-top:.25rem}.tabbed-results__toolbar{display:flex;justify-content:flex-end}.tabbed-results__copy-btn{font-size:.8125rem;font-weight:600;color:#fff;background:#2563eb;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer}.tabbed-results__copy-btn:disabled{opacity:.5;cursor:not-allowed}.tabbed-results__copy-btn:not(:disabled):hover{background:#1d4ed8}.tabbed-results__letter,.tabbed-results__script{font-family:inherit;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:0}.tabbed-results__keywords{list-style:disc;padding-left:1.25rem;font-size:.875rem;color:#475569}.tabbed-results__gap-list,.tabbed-results__case-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.tabbed-results__gap-item,.tabbed-results__case-item{padding:.875rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tabbed-results__gap-row{margin-bottom:.5rem}.tabbed-results__gap-row:last-child{margin-bottom:0}.tabbed-results__gap-label,.tabbed-results__inline-label{display:inline-block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.25rem}.tabbed-results__case-item p{font-size:.8125rem;color:#64748b;margin-top:.375rem}.tabbed-results__block--highlight{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:1rem}.tabbed-results__draft-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.tabbed-results__draft-header h4{margin-bottom:0}.tabbed-results__storyboard{display:flex;flex-direction:column;gap:1rem}.tabbed-results__storyboard-row{padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.tabbed-results__storyboard-label{display:inline-block;font-size:.75rem;font-weight:600;color:#1e40af;background:#dbeafe;padding:.2rem .5rem;border-radius:4px;margin-bottom:.5rem}.tabbed-results__storyboard-row--script pre{margin:0;font-family:inherit;white-space:pre-wrap}.tabbed-results__empty{color:#94a3b8;text-align:center;padding:2rem}.tabbed-results--locked .tabbed-results__panel{background:#f8fafc;border-color:#e2e8f0}.tabbed-results__tab--locked{color:#94a3b8;background:#f1f5f9;cursor:default}.tabbed-results__tab--locked:hover{color:#94a3b8;background:#f1f5f9}.tabbed-results--locked .tabbed-results__tab--active{color:#64748b;background:#e2e8f0;border-color:#cbd5e1}.tabbed-results__locked{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;padding:2rem 1.5rem;text-align:center}.tabbed-results__locked-icon{width:48px;height:48px;margin-bottom:1rem;color:#94a3b8}.tabbed-results__locked-icon svg{width:100%;height:100%}.tabbed-results__locked-title{font-size:1rem;font-weight:600;color:#64748b;margin-bottom:.5rem}.tabbed-results__locked-desc{font-size:.875rem;color:#94a3b8;line-height:1.6;max-width:320px}@media(max-width:640px){.tabbed-results__tabs{flex-direction:column}.tabbed-results__tab{width:100%;text-align:left}.tabbed-results__stat-grid{grid-template-columns:1fr}}.analysis-panel{display:flex;flex-direction:column;height:100%;min-height:0}.analysis-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-shrink:0}.analysis-panel__header h3{font-size:1rem;font-weight:600;color:#0f172a}.analysis-panel__badge{font-size:.75rem;font-weight:500;color:#64748b;background:#f1f5f9;padding:.25rem .625rem;border-radius:999px}.analysis-panel__badge--muted{color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0}.analysis-panel__placeholder{flex:1;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;text-align:center}.analysis-panel__placeholder-icon{width:56px;height:56px;margin-bottom:1rem;color:#94a3b8}.analysis-panel__placeholder-icon svg{width:100%;height:100%}.analysis-panel__placeholder-title{font-size:1rem;font-weight:600;color:#475569;margin-bottom:.5rem}.analysis-panel__placeholder-desc{font-size:.875rem;color:#94a3b8;line-height:1.6;max-width:320px;margin-bottom:1.5rem}.analysis-panel__sections{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.analysis-panel__sections li{font-size:.75rem;color:#64748b;background:#fff;border:1px solid #e2e8f0;padding:.25rem .625rem;border-radius:999px}.analysis-panel__placeholder--processing{border-style:solid;border-color:#dbeafe;background:linear-gradient(180deg,#f8fbff,#f1f5f9)}.analysis-panel__spinner{width:40px;height:40px;margin-bottom:1rem;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:analysis-panel-spin .9s linear infinite}@keyframes analysis-panel-spin{to{transform:rotate(360deg)}}.analysis-panel__progress{width:min(100%,320px);height:8px;margin:.25rem 0 .75rem;background:#e2e8f0;border-radius:999px;overflow:hidden}.analysis-panel__progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;transition:width .4s ease}.analysis-panel__progress-hint{font-size:.8125rem;color:#64748b;line-height:1.5;max-width:320px;margin-bottom:0}.analysis-panel__markdown{flex:1;min-height:0;overflow:auto;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;line-height:1.7;color:#1e293b}.analysis-panel__markdown h1,.analysis-panel__markdown h2,.analysis-panel__markdown h3{color:#0f172a;margin:1.25rem 0 .75rem}.analysis-panel__markdown h1{font-size:1.25rem}.analysis-panel__markdown h2{font-size:1.05rem}.analysis-panel__markdown p,.analysis-panel__markdown li{font-size:.9rem}.analysis-panel__markdown table{width:100%;border-collapse:collapse;margin:.75rem 0 1rem;font-size:.85rem}.analysis-panel__markdown th,.analysis-panel__markdown td{border:1px solid #e2e8f0;padding:.5rem .625rem;text-align:left;vertical-align:top}.analysis-panel__markdown th{background:#f8fafc}.quota-controls{margin-top:1.25rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.quota-controls__status{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-size:.9375rem;color:#334155}.quota-controls__status--warning{color:#c2410c}.quota-controls__status--warning .quota-controls__value{font-weight:700;color:#ea580c}.quota-controls__label{font-weight:600}.quota-controls__value{font-variant-numeric:tabular-nums;font-weight:600}.quota-controls__remaining{font-size:.8125rem;color:#64748b}.quota-controls__status--warning .quota-controls__remaining{color:#ea580c}.quota-controls__loading{color:#64748b;font-size:.875rem}.quota-controls__error{color:#b91c1c;font-size:.875rem}.quota-controls__alert{margin:.75rem 0 0;padding:.75rem 1rem;background:#fff7ed;border:1px solid #fdba74;border-radius:8px;color:#c2410c;font-size:.8125rem;line-height:1.55}.quota-controls__toggle{display:flex;align-items:flex-start;gap:.625rem;margin-top:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.quota-controls__toggle input[type=checkbox]{width:1.125rem;height:1.125rem;margin-top:.125rem;flex-shrink:0;accent-color:#0284c7;cursor:pointer}.quota-controls__toggle input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.quota-controls__toggle-text{font-size:.875rem;color:#0f172a;line-height:1.5}.quota-controls--compact{margin-top:0;padding:.875rem 1rem}.upload-section{width:100%;max-width:720px;margin:0 auto}.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;padding:2.5rem 2rem;border:2px dashed #94a3b8;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .2s,background-color .2s,box-shadow .2s}.upload-zone:hover:not(.upload-zone--processing){border-color:#0ea5e9;background:#f0f9ff;box-shadow:0 4px 24px #0ea5e91f}.upload-zone--dragging{border-color:#0284c7;background:#e0f2fe;box-shadow:0 0 0 4px #0ea5e926}.upload-zone--processing{cursor:wait;opacity:.85}.upload-zone__icon{width:64px;height:64px;margin-bottom:1.25rem;color:#0284c7;display:flex;align-items:center;justify-content:center}.upload-zone__icon svg{width:100%;height:100%}.upload-zone__spinner{width:40px;height:40px;border:3px solid #bae6fd;border-top-color:#0284c7;border-radius:50%;animation:upload-spin .8s linear infinite}@keyframes upload-spin{to{transform:rotate(360deg)}}.upload-zone__title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;text-align:center}.upload-zone__hint{font-size:.9375rem;color:#64748b;margin-bottom:.75rem}.upload-zone__formats{font-size:.8125rem;color:#94a3b8;letter-spacing:.02em}.upload-zone__privacy{display:flex;gap:.75rem;align-items:flex-start;margin-top:1.25rem;padding:1rem 1.25rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;font-size:.875rem;color:#92400e;line-height:1.6}.upload-zone__privacy-icon{font-size:1.125rem;flex-shrink:0}.upload-zone__error{margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem}.upload-queue{margin-top:1.25rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.upload-queue__title{font-size:.9375rem;font-weight:600;color:#334155;margin-bottom:.75rem}.upload-queue__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.upload-queue__item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.upload-queue__item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a}.upload-queue__item-size{flex-shrink:0;color:#64748b;font-size:.8125rem}.upload-queue__item-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer;font-size:.75rem;line-height:1;transition:color .15s,background-color .15s}.upload-queue__item-remove:hover{color:#b91c1c;background:#fef2f2}.upload-start-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;margin-top:1.25rem;padding:.875rem 1.5rem;border:none;border-radius:12px;background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #0284c759}.upload-start-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0284c766}.upload-start-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.upload-start-btn__spinner{width:1.125rem;height:1.125rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:upload-spin .8s linear infinite}.document-preview{display:flex;flex-direction:column;height:100%;min-height:0}.document-preview--empty{align-items:center;justify-content:center;color:#94a3b8;font-size:.9375rem}.document-preview__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-shrink:0}.document-preview__header h3{font-size:1rem;font-weight:600;color:#0f172a}.document-preview__meta{font-size:.8125rem;color:#64748b;background:#f1f5f9;padding:.25rem .625rem;border-radius:999px}.document-preview__main{flex:1;min-height:0;overflow:auto;background:#e2e8f0;border-radius:10px;display:flex;align-items:flex-start;justify-content:center;padding:1rem}.document-preview__image{max-width:100%;height:auto;border-radius:4px;box-shadow:0 4px 16px #0f172a1f;background:#fff}.document-preview__thumbnails{display:flex;gap:.5rem;margin-top:1rem;padding-bottom:.25rem;overflow-x:auto;flex-shrink:0}.document-preview__thumb{position:relative;flex-shrink:0;width:64px;height:84px;padding:0;border:2px solid transparent;border-radius:6px;background:#f8fafc;cursor:pointer;overflow:hidden;transition:border-color .15s,box-shadow .15s}.document-preview__thumb:hover{border-color:#94a3b8}.document-preview__thumb--active{border-color:#0284c7;box-shadow:0 0 0 2px #0284c740}.document-preview__thumb-image{width:100%;height:100%;object-fit:cover;display:block}.document-preview__thumb-label{position:absolute;bottom:2px;right:4px;font-size:.625rem;font-weight:600;color:#fff;background:#0f172aa6;padding:0 4px;border-radius:3px}.document-preview__source{margin-top:.75rem;font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.side-by-side{display:flex;flex-direction:column;height:100%;min-height:0}.side-by-side__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-shrink:0;flex-wrap:wrap}.side-by-side__doc-count{font-size:.875rem;color:#475569;font-weight:500}.side-by-side__toolbar-actions{display:flex;gap:.5rem}.side-by-side__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s;font-family:inherit}.side-by-side__btn--secondary{background:#0284c7;color:#fff;border:1px solid #0284c7}.side-by-side__btn--secondary:hover:not(:has(input:disabled)){background:#0369a1;border-color:#0369a1}.side-by-side__btn--ghost{background:transparent;color:#64748b;border:1px solid #cbd5e1}.side-by-side__btn--ghost:hover:not(:disabled){background:#f1f5f9;color:#475569}.side-by-side__btn:disabled{opacity:.6;cursor:not-allowed}.side-by-side__queue{margin-bottom:1rem;padding:.875rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;flex-shrink:0}.side-by-side__queue-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.625rem;flex-wrap:wrap}.side-by-side__queue-title{font-size:.875rem;font-weight:600;color:#0369a1}.side-by-side__queue-start{display:inline-flex;align-items:center;gap:.5rem;padding:.4375rem 1rem;border:none;border-radius:8px;background:#0284c7;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background-color .15s}.side-by-side__queue-start:hover:not(:disabled){background:#0369a1}.side-by-side__queue-start:disabled{opacity:.65;cursor:not-allowed}.side-by-side__queue-spinner{width:.875rem;height:.875rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:side-by-side-spin .8s linear infinite}@keyframes side-by-side-spin{to{transform:rotate(360deg)}}.side-by-side__queue-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.side-by-side__queue-item{display:flex;align-items:center;gap:.625rem;padding:.4375rem .625rem;background:#fff;border:1px solid #e0f2fe;border-radius:6px;font-size:.8125rem}.side-by-side__queue-item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a}.side-by-side__queue-item-size{flex-shrink:0;color:#64748b}.side-by-side__queue-item-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer;font-size:.6875rem;line-height:1}.side-by-side__queue-item-remove:hover{color:#b91c1c;background:#fef2f2}.side-by-side__panels{display:grid;grid-template-columns:1fr auto 1fr;gap:0;flex:1;min-height:0}.side-by-side__panel{min-height:0;overflow:hidden;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.side-by-side__divider{width:1px;background:#e2e8f0;margin:1rem 0}@media(max-width:900px){.side-by-side__panels{grid-template-columns:1fr;grid-template-rows:auto auto;overflow-y:auto}.side-by-side__divider{width:100%;height:1px;margin:0}.side-by-side__panel{min-height:400px}}.app{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fa}.app-header{flex-shrink:0;padding:1.25rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0f}.app-header__brand{display:flex;align-items:center;gap:.875rem;max-width:1400px;margin:0 auto}.app-header__icon{font-size:1.75rem;line-height:1}.app-header h1{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.3}.app-header__subtitle{font-size:.8125rem;color:#64748b;margin-top:.125rem}.app-main{flex:1;display:flex;flex-direction:column;padding:2rem;max-width:1400px;width:100%;margin:0 auto;min-height:0}.app-welcome{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;flex:1;min-height:0;align-items:stretch}.app-welcome__upload,.app-welcome__preview{min-height:0;display:flex;flex-direction:column}.app-welcome__preview{padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px}@media(max-width:900px){.app-welcome{grid-template-columns:1fr;grid-template-rows:auto 1fr}.app-welcome__preview{min-height:420px}}@media(max-width:640px){.app-header{padding:1rem 1.25rem}.app-main{padding:1.25rem}}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#f5f7fa}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}
