@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--color-brand: #9333ea;--color-brand-hover: #7c3aed;--color-brand-light: rgba(147, 51, 234, .1);--color-text-primary: #1a1f36;--color-text-secondary: #4a5568;--color-text-tertiary: #718096;--color-success: #047857;--color-success-bg: #ecfdf5;--color-success-border: #a7f3d0;--color-error: #b45309;--color-error-bg: #fffbeb;--color-error-border: #fcd34d;--color-info: #0369a1;--color-info-bg: #e0f2fe;--color-bg-primary: #ffffff;--color-bg-secondary: #fafbfc;--color-bg-tertiary: #f3f4f6;--gradient-bg: linear-gradient(135deg, #f0f9ff 0%, #faf5ff 50%, #fdf4ff 100%);--border-color: #e5e7eb;--border-color-light: #f3f4f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .03);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .03);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;font-family:var(--font-body);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--gradient-bg);color:var(--color-text-secondary);overflow-x:hidden}a{font-weight:500;color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-brand)}h1{font-family:var(--font-heading);font-size:2.5rem;line-height:1.1;font-weight:700;letter-spacing:-.02em;color:var(--color-text-primary)}button{border-radius:8px;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:var(--font-heading);cursor:pointer;transition:all .25s;background:var(--color-brand);color:#fff}button:hover:not(:disabled){background:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #9333ea33}button:disabled{opacity:.5;cursor:not-allowed;transform:none}.upgrade-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.upgrade-modal-content{background:#fff;border-radius:12px;padding:32px;max-width:400px;width:100%;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.upgrade-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.upgrade-modal-close:hover{background-color:#f3f4f6;color:#374151}.upgrade-modal-header{text-align:center;margin-bottom:24px}.upgrade-modal-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px;line-height:1.3}.upgrade-modal-price{font-size:32px;font-weight:800;color:#7c3aed;margin:8px 0}.upgrade-modal-subtitle{font-size:16px;color:#6b7280;margin:8px 0 0;font-weight:500}.upgrade-modal-benefits{margin:24px 0}.upgrade-modal-benefit{display:flex;align-items:center;margin-bottom:12px;font-size:16px;color:#374151}.upgrade-modal-benefit:last-child{margin-bottom:0}.upgrade-modal-checkmark{color:#10b981;font-weight:700;margin-right:12px;font-size:18px}.upgrade-modal-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}.upgrade-modal-button{width:100%;background-color:#7c3aed;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.upgrade-modal-button:hover:not(:disabled){background-color:#6d28d9}.upgrade-modal-button:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.7}@media (max-width: 480px){.upgrade-modal-overlay{padding:16px}.upgrade-modal-content{padding:24px}.upgrade-modal-title{font-size:20px}.upgrade-modal-price{font-size:28px}.upgrade-modal-subtitle,.upgrade-modal-benefit{font-size:14px}}.upgrade-modal-overlay{animation:fadeIn .2s ease-out}.upgrade-modal-content{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.partial-results-container{max-width:1100px;margin:0 auto}.upgrade-banner{max-width:1100px;margin:var(--space-lg) auto;padding:0 1rem}.upgrade-content{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid var(--color-brand);border-radius:12px;padding:var(--space-xl);text-align:center}.upgrade-content h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0 0 var(--space-sm) 0}.upgrade-content p{font-size:1rem;color:var(--color-text-secondary);margin:0 0 var(--space-lg) 0}.upgrade-button{background:var(--color-brand);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.upgrade-button:hover{background:var(--color-brand-hover);transform:translateY(-2px);box-shadow:0 4px 12px #9333ea4d}.validation-table-container{max-width:1100px;margin:0 auto;padding:0}.table-header{margin-bottom:0;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.table-header h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .5rem}.table-stats{font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);display:flex;gap:.5rem;align-items:center}.stat-separator{color:var(--border-color);font-weight:300;margin:0 .25rem}.stat-item{display:inline-flex;align-items:center;gap:.375rem}.stat-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;width:auto;height:22px;padding:0 6px;border-radius:11px;font-size:.6875rem;font-weight:600;line-height:1;flex-shrink:0;max-width:none;margin:0}.stat-badge.success{background:var(--color-success-bg);color:var(--color-success)}.stat-badge.error{background:var(--color-error-bg);color:var(--color-error)}.partial-indicator{font-size:.875rem;font-weight:500;color:#f59e0b;margin-left:.5rem}.partial-indicator.clickable{cursor:pointer;transition:opacity .2s}.partial-indicator.clickable:hover{opacity:.7;text-decoration:underline}.partial-indicator.clickable:focus{outline:2px solid #f59e0b;outline-offset:2px;border-radius:3px}.stat-badge.remaining{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.stat-remaining{color:#dc2626}.partial-info{display:flex;flex-direction:column;gap:.25rem}.partial-breakdown{font-size:.8125rem;color:var(--color-text-tertiary);font-weight:400}.validation-table{width:100%;border-collapse:separate;border-spacing:0}.validation-table thead{background:var(--color-bg-secondary)}.validation-table thead th{font-family:var(--font-heading);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border-color)}.validation-table thead th:first-child{width:50px}.validation-table thead th:last-child{width:60px}.validation-table thead th:nth-child(3){width:140px}.validation-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.validation-table tbody tr:nth-child(2n){background:#fafbfc}.validation-table tbody tr:hover{background:#f3f4f6}.validation-table tbody tr.expanded{background:var(--color-bg-tertiary)}.validation-table tbody td{padding:.75rem 1rem;vertical-align:top}.citation-num{font-family:var(--font-mono);font-size:.875rem;font-weight:500;color:var(--color-text-tertiary)}.citation-text{font-family:var(--font-mono);font-size:.875rem;line-height:1.6;color:var(--color-text-primary)}.citation-text.truncated{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.citation-text em{font-style:italic}.citation-text strong{font-weight:600}.source-type{font-size:.75rem;color:var(--color-text-tertiary);margin-top:.375rem;font-style:italic;text-transform:capitalize}.status-cell{display:flex;align-items:center;gap:.5rem}.status-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.status-icon.success{background:var(--color-success-bg);color:var(--color-success);border:1.5px solid var(--color-success-border)}.status-icon.error{background:var(--color-error-bg);color:var(--color-error);border:1.5px solid var(--color-error-border)}.status-text{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.action-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.action-btn:hover{background:var(--color-bg-secondary)!important;color:var(--color-text-secondary)!important;transform:none!important;box-shadow:none!important}.action-btn svg{width:20px;height:20px}.error-details{padding:1rem;margin-top:.75rem;background:var(--color-error-bg);border-left:3px solid var(--color-error);border-radius:4px}.validation-table .error-list{list-style:none;margin:0;padding:0}.validation-table .error-item{background:none;padding:0;border-left:none;border-radius:0;margin-bottom:1rem}.validation-table .error-item:last-child{margin-bottom:0}.validation-table .error-component{font-size:.875rem;font-weight:600;color:var(--color-error);margin-bottom:.25rem}.validation-table .error-problem{font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:.25rem;padding-left:1rem}.validation-table .error-correction{font-size:.8125rem;color:var(--color-text-primary);font-family:var(--font-mono);background:#fff9;padding:.5rem 1rem;border-radius:4px;margin-top:.375rem}.validation-table .error-correction strong{color:var(--color-text-tertiary);font-weight:500}@media (max-width: 768px){.table-header{padding:var(--space-md);display:block}.validation-table thead{display:none}.validation-table tbody tr{display:block;margin-bottom:var(--space-md);border:1px solid var(--border-color);border-radius:8px;background:#fff}.validation-table tbody tr:nth-child(2n){background:#fff}.validation-table tbody tr:hover{background:#fafbfc}.validation-table tbody td{display:block;padding:var(--space-sm);border-bottom:none}.validation-table tbody td:first-child{padding-top:.75rem;padding-bottom:.5rem}.validation-table tbody td:first-child:before{content:"Citation #";font-weight:600;margin-right:.5rem;color:var(--color-text-tertiary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.validation-table tbody td:nth-child(2){padding-top:.5rem;padding-bottom:.75rem}.validation-table tbody td:nth-child(3){padding:.75rem var(--space-sm);border-top:1px solid #f3f4f6}.validation-table tbody td:last-child{padding:.75rem var(--space-sm);display:flex;justify-content:center;border-top:1px solid #f3f4f6}.action-btn{padding:.75rem;min-width:44px;min-height:44px}.action-btn svg{width:24px;height:24px}.table-stats{flex-direction:column;align-items:flex-start;gap:.75rem;font-size:.875rem}.stat-item{width:100%}.partial-info{gap:.5rem}.partial-breakdown{font-size:.875rem;line-height:1.4}.error-details{margin:.5rem var(--space-sm) .75rem}}.validation-loading-container{max-width:1100px;margin:0 auto;padding:0}.validation-table.loading{opacity:1;animation:fadeIn .4s ease-in}.processing-text{color:#6366f1;font-weight:500}.loading-row{animation:slideIn .3s ease-in}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.status-icon.processing{background:#eef2ff;color:#6366f1;border:1.5px solid #6366f1;position:relative}.spinner{width:12px;height:12px;border:2px solid #6366f1;border-top-color:transparent;border-radius:50%;animation:spin 1.5s linear infinite}.status-text.processing{color:#6366f1}.fade-out{animation:fadeOut .4s ease-out forwards}.footer-links{margin-bottom:1rem}.footer-link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-separator{color:#6b7280;margin:0 .75rem}.footer-text{font-size:.875rem;color:#9ca3af;margin:0}.footer-tagline{font-size:.875rem;color:#6b7280;margin-top:.5rem}.footer-guides{margin-bottom:2rem}.footer-section-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem;text-align:left}.footer-guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;text-align:left}.footer-guide-link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s ease;display:block}.footer-guide-link:hover{color:#fff}.footer-divider{border-top:1px solid #374151;margin:2rem 0}@media (max-width: 768px){.footer{padding-left:1rem;padding-right:1rem}.footer-guides-grid{grid-template-columns:1fr;gap:.5rem}.footer-section-title,.footer-guide-link{text-align:center}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-separator{display:none}.footer-link{display:block;padding:.25rem 0}}._uploadArea_5slut_1{border:2px solid var(--border-color);border-radius:8px;padding:1rem;text-align:center;cursor:default;transition:border-color .2s;background:var(--color-bg-secondary);height:263px;overflow-y:auto;display:flex;flex-direction:column;justify-content:center}._uploadArea_5slut_1:hover{border-color:var(--color-brand)}._dragOver_5slut_20{background:var(--color-brand-light);border-color:var(--color-brand)}._icon_5slut_29{display:none}._mainText_5slut_33{margin:0 0 .25rem;font-size:.875rem;font-weight:400;color:var(--color-text-secondary);font-family:var(--font-body);line-height:1.6}._orText_5slut_42{margin:0 0 1rem;color:var(--color-text-tertiary);font-size:.875rem;line-height:1.6}._fileTypes_5slut_49{margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--border-color-light);color:var(--color-text-tertiary);font-size:.75rem;line-height:1.5}label{background-color:transparent;color:var(--color-text-tertiary);padding:0;border-radius:4px;cursor:pointer!important;font-size:.875rem;font-weight:400;font-family:var(--font-body);transition:color .2s ease;text-decoration:underline}label:hover{color:var(--color-brand);cursor:pointer!important}label:focus{outline:none}._error_5slut_80{color:var(--color-error);margin-top:var(--space-md);font-size:.875rem;background-color:var(--color-error-bg);border:1px solid var(--color-error-border);border-radius:4px;padding:var(--space-sm);animation:_errorSlideIn_5slut_1 .3s ease-out}@keyframes _errorSlideIn_5slut_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._processing_5slut_103{border-color:var(--color-brand);background-color:var(--color-brand-light);cursor:default}._completed_5slut_109{border-color:#10b981;background-color:#f0fdf4}._unavailable_5slut_114{border-color:#d1d5db;background-color:#f9fafb;cursor:default}._progressBar_5slut_120{width:100%;height:8px;background-color:#0000001a;border-radius:4px;overflow:hidden;margin:var(--space-sm) 0}._progressFill_5slut_129{height:100%;background:linear-gradient(90deg,var(--color-brand),var(--color-brand-hover));border-radius:4px;transition:width .3s ease}._processing_5slut_103 ._icon_5slut_29{animation:_pulse_5slut_1 1.5s infinite}@keyframes _pulse_5slut_1{0%,to{opacity:1}50%{opacity:.5}}._fileName_5slut_150{font-weight:600;color:#10b981;margin:var(--space-xs) 0}._fileInfo_5slut_156{font-size:.8rem;color:var(--color-text-tertiary);margin:var(--space-xs) 0}._unavailable_5slut_114 ._fileName_5slut_150{color:var(--color-text-secondary);font-weight:500}._unavailable_5slut_114 ._fileInfo_5slut_156{color:var(--color-text-tertiary)}._unavailableMessage_5slut_172{font-size:.875rem;color:var(--color-text-secondary);margin:var(--space-md) 0;font-style:italic}._resetButton_5slut_179{background-color:var(--color-text-secondary);color:#fff;border:none;padding:var(--space-sm) var(--space-md);border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-heading);transition:all .25s ease;margin-top:var(--space-sm)}._resetButton_5slut_179:hover{background-color:var(--color-text-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}._resetButton_5slut_179:focus{outline:2px solid var(--color-brand);outline-offset:2px}._uploadArea_5slut_1:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}@media (max-width: 768px){._uploadArea_5slut_1{padding:var(--space-lg) var(--space-md)}._icon_5slut_29{font-size:1.5rem}h3{font-size:1rem}p{font-size:.85rem}._progressBar_5slut_120{max-width:150px}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box}.modal-content{background:#fff;border-radius:12px;max-width:450px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #00000026;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-button{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--color-text-tertiary);width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.close-button:hover{color:var(--color-text-primary)}.modal-header{padding:24px 24px 16px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:var(--color-text-primary);font-family:var(--font-heading);line-height:1.3}.modal-body{padding:32px 24px 24px}.apology-text{margin:0;color:var(--color-text-secondary);font-size:1rem;line-height:1.6;text-align:center}.modal-footer{padding:20px 24px;border-top:1px solid #eee;background-color:#f9fafb}.action-button{width:100%;background-color:var(--color-brand);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;font-family:var(--font-heading);cursor:pointer;transition:all .25s}.action-button:hover{background-color:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #9333ea33}.action-button:active{transform:translateY(0)}@media (max-width: 640px){.modal-backdrop{padding:10px}.modal-content{max-height:95vh;margin:10px}.modal-header,.modal-body,.modal-footer{padding-left:20px;padding-right:20px}.modal-header h2{font-size:18px}.highlight-text{font-size:16px}.alternative-action{margin:20px 0;padding:16px}.close-button{top:12px;right:12px}}@media (max-width: 480px){.modal-content{margin:0;border-radius:12px 12px 0 0;max-height:100vh}.modal-header{padding-top:20px}}@media (prefers-contrast: high){.modal-backdrop{background-color:#000c}.modal-content{border:2px solid #000}.close-button{border:2px solid #666}}@media (prefers-reduced-motion: reduce){.modal-content{animation:none}.close-button,.action-button{transition:none}}.app{min-height:100vh}.header{background:#fff;box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-color-light)}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2rem;height:2rem;color:var(--color-brand);flex-shrink:0}.logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}.credit-display{font-size:.9rem;color:var(--color-brand);font-weight:500}.hero{max-width:1200px;margin:0 auto;padding:var(--space-3xl) var(--space-xl)}.hero-content{display:flex;gap:2rem;align-items:center;justify-content:center;max-width:1200px;margin:0 auto}.hero-text{flex:1;max-width:900px;text-align:center}.hero-illustration{flex:0 0 30%;display:flex;justify-content:center;align-items:center}.hero-illustration img{max-width:100%;height:auto}@media (max-width: 768px){.hero-content{flex-direction:column;text-align:center}.hero-text,.hero-illustration{flex:1 1 100%}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}}.hero-title{font-size:3rem;font-weight:700;letter-spacing:-.025em;color:var(--color-text-primary);margin-bottom:var(--space-md)}.hero-subtitle{font-size:1.25rem;color:var(--color-text-secondary);font-weight:400;line-height:1.5}.hero-stat{display:inline-flex;align-items:center;gap:.5rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;padding:1rem 1.5rem;margin-top:var(--space-lg)}.stat-icon{font-size:1.25rem}.stat-text{font-weight:600;color:#92400e;font-size:1rem}.input-section{max-width:1100px;margin:0 auto;padding:0 2rem 3rem}.input-section form{background:#fff;border-radius:12px;padding:var(--space-xl);box-shadow:var(--shadow-md)}.input-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:1rem;align-items:start}.editor-column,.upload-column{display:flex;flex-direction:column;min-width:0}@media (max-width: 1024px){.input-layout{grid-template-columns:1fr 280px;gap:1.25rem}}@media (max-width: 768px){.input-layout{grid-template-columns:1fr;gap:1.5rem}.upload-column{order:1}.editor-column{order:0}}@media (max-width: 480px){.input-layout{gap:1rem}}.validation-results-section{max-width:1100px;margin:0 auto 2rem;padding:2rem;background:var(--color-bg-primary);border-radius:12px}.validation-results-section.fade-out{animation:fadeOut .4s ease-out forwards;box-shadow:var(--shadow-md)}.input-section label{display:block;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:.5rem;cursor:default;letter-spacing:.01em}.input-section .editor-column>label,.input-section .upload-column>label{cursor:default;pointer-events:none}.input-helper{font-size:.875rem;color:#6b7280;margin-top:.5rem;text-align:left}.button-container{display:flex;flex-direction:column;align-items:center;margin-top:var(--space-lg)}button[type=submit]{width:100%;max-width:500px;background:var(--color-brand);color:#fff}.cta-micro-text{font-size:.85rem;color:#6b7280;text-align:center;margin:.5rem 0 1rem}textarea{font-family:var(--font-mono);white-space:pre-wrap;word-wrap:break-word;line-height:1.5;padding:.75rem}.citation-editor{border:2px solid var(--border-color);border-radius:8px;padding:1rem;height:263px;overflow-y:auto;font-family:var(--font-mono);line-height:1.6;text-align:left;outline:none;transition:all .2s;background:var(--color-bg-secondary)}.citation-editor:focus{border-color:var(--color-brand);background:#fff;box-shadow:0 0 0 3px var(--color-brand-light)}.citation-editor p{margin:.5em 0}.citation-editor em{font-style:italic}.citation-editor strong{font-weight:700}.citation-editor u{text-decoration:underline}.citation-editor .ProseMirror p.is-empty:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;float:left;height:0;white-space:pre-line}.error-message{max-width:900px;margin:2rem auto;padding:var(--space-lg);background:var(--color-error-bg);border:1px solid var(--color-error-border);border-left:3px solid var(--color-error);border-radius:8px;color:var(--color-error);animation:fadeIn .3s ease-in}.error-message strong{display:block;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.results{max-width:1000px;margin:2rem auto;padding:0 1rem}.results-summary{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.results-summary h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-align:center;color:#1f2937}.summary-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.summary-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem}.stat-number{font-size:2rem;font-weight:700;color:#9333ea}.stat-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.citation-result{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000f;border-left:4px solid #e5e7eb}.citation-result h3{font-family:var(--font-heading);font-size:1rem;margin-bottom:.75rem;color:#1f2937;font-weight:600}.original-citation{margin-bottom:.75rem}.original-citation strong{display:block;font-weight:600;color:#374151;margin-bottom:.375rem;font-size:.875rem}.citation-html{font-family:var(--font-mono);font-size:.875rem;line-height:1.5;background:#f9fafb;padding:.75rem;border-radius:.375rem;border-left:3px solid #9333ea}.citation-html em{font-style:italic}.citation-html strong{font-weight:700;display:inline;margin:0;font-size:inherit;color:inherit}.citation-html u{text-decoration:underline}.source-type{margin-bottom:.75rem;color:#6b7280;font-size:.875rem}.no-errors{padding:.75rem;background:#f0fdf4;border-radius:.375rem;border-left:3px solid #22c55e}.no-errors p{color:#166534;font-weight:500;font-size:.875rem;margin:0}.errors-list{margin-top:.75rem}.errors-list>strong{display:block;font-size:.875rem;color:#991b1b;margin-bottom:.5rem;font-weight:600}.error-item{background:#fef2f2;padding:.75rem;border-radius:.375rem;margin-bottom:.5rem;border-left:3px solid #ef4444}.error-component{margin-bottom:.375rem}.error-component strong{color:#991b1b;font-size:.875rem}.error-problem{margin-bottom:.375rem;color:#7f1d1d;line-height:1.5;font-size:.875rem}.error-problem em{font-weight:600;font-style:normal;color:#991b1b}.error-correction{color:#166534;line-height:1.5;background:#f0fdf4;padding:.5rem;border-radius:.25rem;margin-top:.375rem;font-size:.875rem}.error-correction em{font-weight:600;font-style:italic;color:#15803d}.feature-pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.5rem}.feature-pill{background:var(--color-bg-primary);border:1px solid var(--border-color);padding:var(--space-sm) var(--space-md);border-radius:999px;font-size:.875rem;color:var(--color-text-secondary)}.why-it-works{background:#fafafa;padding:5rem 2rem}.why-it-works-content{max-width:1200px;margin:0 auto}.why-it-works-title{font-size:2.5rem;font-weight:700;text-align:center;color:var(--color-text-primary);margin-bottom:3rem;letter-spacing:-.02em}.why-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{padding:2.5rem 2rem;border-radius:16px;position:relative;overflow:hidden;min-height:200px;display:flex;flex-direction:column;justify-content:center}.why-card h4{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff;letter-spacing:-.01em;position:relative;z-index:1}.why-card p{font-size:1rem;line-height:1.6;color:#fffffff2;position:relative;z-index:1}.gradient-coral{background:linear-gradient(135deg,#ff6b6b,#ee5a6f,#c44569)}.gradient-violet{background:linear-gradient(135deg,#7c3aed,#6d28d9,#5b21b6)}.gradient-emerald{background:linear-gradient(135deg,#059669,#047857,#065f46)}.gradient-slate{background:linear-gradient(135deg,#475569,#334155,#1e293b)}.gradient-indigo{background:linear-gradient(135deg,#4f46e5,#4338ca,#3730a3)}.gradient-ocean{background:linear-gradient(135deg,#0891b2,#0e7490,#155e75)}.option-2{background:linear-gradient(135deg,#f0f4ff,#e8f0fe,#f3e8ff)}.glass-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.glass-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #0000001f}.card-accent{width:48px;height:48px;border-radius:12px;margin-bottom:1.5rem}.accent-purple{background:linear-gradient(135deg,#9333ea,#7c3aed)}.accent-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.accent-green{background:linear-gradient(135deg,#10b981,#059669)}.accent-slate{background:linear-gradient(135deg,#64748b,#475569)}.accent-indigo{background:linear-gradient(135deg,#6366f1,#4f46e5)}.accent-teal{background:linear-gradient(135deg,#14b8a6,#0891b2)}.glass-card h4{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.glass-card p{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:1rem;min-height:600px}.bento-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;position:relative;display:flex;flex-direction:column;justify-content:flex-end;transition:border-color .3s ease}.bento-card:hover{border-color:var(--color-brand)}.bento-large{grid-column:span 2;grid-row:span 2}.bento-wide{grid-column:span 2}.bento-number{position:absolute;top:1.5rem;left:1.5rem;font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#f3f4f6;line-height:1}.bento-card h4{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem;position:relative;z-index:1}.bento-card p{font-size:.875rem;line-height:1.5;color:var(--color-text-secondary);position:relative;z-index:1}.minimal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.minimal-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000f;position:relative;transition:box-shadow .3s ease,transform .3s ease}.minimal-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.minimal-border{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:12px 0 0 12px}.border-purple{background:#9333ea}.border-blue{background:#3b82f6}.border-green{background:#10b981}.border-slate{background:#64748b}.border-indigo{background:#6366f1}.border-teal{background:#14b8a6}.minimal-card h4{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.minimal-card p{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.two-tier-container{display:flex;flex-direction:column;gap:2rem}.hero-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.hero-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 16px #00000014;border:2px solid #f3f4f6;transition:all .3s ease}.hero-card:hover{border-color:var(--color-brand);transform:translateY(-4px);box-shadow:0 8px 32px #9333ea26}.hero-icon{width:64px;height:64px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin-bottom:1.5rem}.hero-card h4{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.hero-card p{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.support-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.support-card{background:#f9fafb;border-radius:12px;padding:1.5rem;text-align:center;transition:background .3s ease}.support-card:hover{background:#f3f4f6}.support-card h5{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.support-card p{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.4}.split-section{margin-bottom:3rem}.split-section:last-child{margin-bottom:0}.split-subtitle{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1.5rem;text-align:center}.split-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.split-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;position:relative;padding:2rem 2rem 2rem 2.5rem;transition:all .3s ease}.split-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.split-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:12px 0 0 12px}.accent-left-purple:before{background:#9333ea}.accent-left-blue:before{background:#3b82f6}.accent-left-green:before{background:#10b981}.accent-left-slate:before{background:#64748b}.accent-left-indigo:before{background:#6366f1}.accent-left-teal:before{background:#14b8a6}.split-card h5{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.split-card p{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.section-divider{height:1px;background:linear-gradient(to right,transparent,#e5e7eb,transparent);margin:3rem 0}.featured-grid{display:grid;gap:2rem}.featured-card{background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:20px;padding:3rem;color:#fff;position:relative;overflow:hidden}.featured-card:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:#ffffff1a;border-radius:50%}.featured-badge{display:inline-block;background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;position:relative;z-index:1}.featured-card h4{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.featured-card p{font-size:1.0625rem;line-height:1.7;color:#fffffff2;position:relative;z-index:1}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.grid-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.grid-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.grid-card h5{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.grid-card p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.asymmetric-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:1rem;min-height:500px}.bento-hero{grid-column:span 2;grid-row:span 2;background:#fff;border:2px solid var(--color-brand);border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;box-shadow:0 4px 16px #9333ea1a}.priority-label{position:absolute;top:1.5rem;right:1.5rem;background:var(--color-brand);color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.bento-hero h4{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.bento-hero p{font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}.bento-medium{grid-column:span 2;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;transition:all .3s ease}.bento-medium:hover{background:#fff;border-color:var(--color-brand)}.bento-medium h5{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.bento-medium p{font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary)}.bento-small{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:all .3s ease}.bento-small:hover{background:#fff;border-color:var(--color-brand)}.bento-small h5{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.375rem}.bento-small p{font-size:.8125rem;line-height:1.4;color:var(--color-text-secondary)}.featured-bento-refined{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.featured-hero-refined{grid-column:span 3;grid-row:span 2;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:20px;padding:3rem;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;transition:all .3s ease}.featured-hero-refined:hover{transform:translateY(-4px)}.featured-hero-refined:before{content:"";position:absolute;top:-40%;right:-15%;width:400px;height:400px;background:#ffffff2e;border-radius:50%}.featured-hero-refined:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:#ffffff1f;border-radius:50%}.featured-hero-refined .featured-badge{position:relative;z-index:1}.featured-hero-refined h4{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1;line-height:1.2}.featured-hero-refined p{font-size:1.0625rem;line-height:1.7;color:#fffffff2;position:relative;z-index:1}.secondary-gradient{grid-column:span 3;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;transition:all .3s ease}.secondary-teal{background:linear-gradient(135deg,#14b8a626,#0d948833)}.secondary-emerald{background:linear-gradient(135deg,#10b98126,#05966933)}.secondary-teal:before{content:"";position:absolute;top:-35%;left:-15%;width:220px;height:220px;background:#ffffff4d;border-radius:50%}.secondary-teal:after{content:"";position:absolute;bottom:-20%;right:-10%;width:160px;height:160px;background:#ffffff40;border-radius:50%}.secondary-emerald:before{content:"";position:absolute;top:-25%;right:-25%;width:240px;height:240px;background:#ffffff4d;border-radius:50%}.secondary-emerald:after{content:"";position:absolute;bottom:-30%;left:-20%;width:180px;height:180px;background:#ffffff40;border-radius:50%}.secondary-gradient:hover{transform:translateY(-4px)}.secondary-teal:hover{background:linear-gradient(135deg,#14b8a633,#0d948840)}.secondary-emerald:hover{background:linear-gradient(135deg,#10b98133,#05966940)}.secondary-gradient h5{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin-bottom:.75rem;position:relative;z-index:1;color:var(--color-text-primary)}.secondary-gradient p{font-size:1rem;line-height:1.6;position:relative;z-index:1;color:var(--color-text-secondary)}.bottom-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:all .3s ease}.bottom-card{grid-column:span 2}.bottom-card:hover{transform:translateY(-4px)}.bottom-card h6{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem;line-height:1.3}.bottom-card p{font-size:.8125rem;line-height:1.5;color:var(--color-text-secondary)}.featured-two-tier{display:flex;flex-direction:column;gap:2rem}.featured-hero-solo{background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:20px;padding:3.5rem;color:#fff;position:relative;overflow:hidden;text-align:center}.featured-hero-solo:before{content:"";position:absolute;top:-30%;right:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%}.featured-hero-solo:after{content:"";position:absolute;bottom:-20%;left:-5%;width:300px;height:300px;background:#ffffff14;border-radius:50%}.featured-hero-solo .featured-badge{margin:0 auto 1.5rem}.featured-hero-solo h4{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;position:relative;z-index:1;line-height:1.2}.featured-hero-solo p{font-size:1.125rem;line-height:1.7;color:#fffffff2;position:relative;z-index:1;max-width:800px;margin:0 auto}.secondary-cards-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.secondary-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 16px #00000014;border:2px solid #f3f4f6;transition:all .3s ease}.secondary-card:hover{border-color:var(--color-brand);transform:translateY(-4px);box-shadow:0 8px 32px #9333ea26}.secondary-icon{width:56px;height:56px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#fff;margin-bottom:1.25rem}.secondary-card h5{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.secondary-card p{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.tertiary-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.tertiary-card{background:#f9fafb;border-radius:12px;padding:1.75rem;text-align:center;transition:all .3s ease}.tertiary-card:hover{background:#fff;box-shadow:0 4px 12px #00000014}.tertiary-card h6{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.tertiary-card p{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.4}.featured-bento-alt{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1.5rem}.alt-featured{grid-column:span 3;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:20px;padding:3rem;color:#fff;position:relative;overflow:hidden}.alt-featured:before{content:"";position:absolute;top:-40%;right:-10%;width:300px;height:300px;background:#ffffff1a;border-radius:50%}.alt-featured .featured-badge{position:relative;z-index:1}.alt-featured h4{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.alt-featured p{font-size:1.0625rem;line-height:1.7;color:#fffffff2;position:relative;z-index:1}.alt-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #00000014;border:2px solid #f3f4f6;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.alt-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.card-purple:hover{border-color:#9333ea}.card-green:hover{border-color:#10b981}.alt-card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.25rem}.card-purple .alt-card-icon{background:linear-gradient(135deg,#9333ea,#7c3aed)}.card-green .alt-card-icon{background:linear-gradient(135deg,#10b981,#059669)}.alt-card h5{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.alt-card p{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.alt-small{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .3s ease}.alt-small:hover{background:#fff;border-color:var(--color-brand)}.alt-small h6{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;color:var(--color-text-primary)}.footer{background:#1f2937;color:#fff;padding:3rem 2rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-text{font-size:.875rem;color:#9ca3af}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.header-content,.hero,.input-section,.why-it-works,.footer{padding-left:1rem;padding-right:1rem}.why-it-works-grid{grid-template-columns:1fr;gap:1.5rem}.why-it-works-title{font-size:2rem}.glass-grid,.minimal-grid{grid-template-columns:1fr;gap:1.5rem}.bento-grid{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.bento-large,.bento-wide{grid-column:span 1;grid-row:span 1}.hero-cards,.support-cards,.split-grid,.grid-cards{grid-template-columns:1fr}.asymmetric-bento{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.bento-hero,.bento-medium{grid-column:span 1;grid-row:span 1}.featured-bento-refined{grid-template-columns:1fr!important;gap:1.5rem}.featured-hero-refined,.secondary-gradient,.bottom-card{grid-column:span 1!important;grid-row:span 1!important}.secondary-cards-row,.tertiary-cards-row,.featured-bento-alt{grid-template-columns:1fr}.alt-featured{grid-column:span 1}form,.citation-result{padding:1.5rem}.citation-result h3{font-size:1.25rem}.faq-items{gap:1.5rem}}.faq{background:#f9fafb;padding:4rem 2rem}.faq-content{max-width:900px;margin:0 auto}.faq-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2.5rem;text-align:center}.faq-items{display:flex;flex-direction:column;gap:2rem}.faq-item{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.faq-question{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.faq-answer{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.success-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb}.activating-spinner{text-align:center;font-size:1.25rem;color:#6b7280;font-weight:500}.activating-spinner:before{content:"";display:inline-block;width:2rem;height:2rem;border:3px solid #e5e7eb;border-top:3px solid #9333ea;border-radius:50%;animation:spin 1s linear infinite;margin-right:1rem;vertical-align:middle}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.error-message{text-align:center;color:#dc2626;font-size:1.125rem;font-weight:500;background:#fef2f2;padding:2rem 3rem;border-radius:.5rem;border:1px solid #fecaca;max-width:500px}.success-banner{position:fixed;top:0;left:0;right:0;background:#16a34a;color:#fff;padding:1rem;text-align:center;font-weight:600;font-size:1.125rem;z-index:1000;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.success-banner.hidden{transform:translateY(-100%)}.success-banner~.app{padding-top:4rem}:root{--editorial-charcoal: #1a1a1a;--editorial-silver: #6b7280;--editorial-light-silver: #9ca3af;--editorial-cream: #fafafa;--editorial-white: #ffffff;--editorial-accent-blue: #1e40af;--editorial-accent-emerald: #059669;--editorial-accent-amber: #d97706;--editorial-accent-red: #dc2626;--editorial-border: #e5e7eb;--editorial-subtle-border: #f3f4f6;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--shadow-subtle: 0 1px 3px rgba(0, 0, 0, .05);--shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-strong: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition-fast: .15s ease;--transition-smooth: .25s ease;--transition-slow: .35s ease}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dashboard{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f9fafb,#f5f5f5);font-family:var(--font-body);color:var(--editorial-charcoal);line-height:1.6}.dashboard-header{background:var(--editorial-white);border-bottom:1px solid var(--editorial-border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.dashboard-header .header-content{max-width:1400px;margin:0 auto;padding:var(--space-lg) var(--space-xl);display:flex;justify-content:space-between;align-items:center}.dashboard-title{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--editorial-charcoal);margin:0;letter-spacing:-.02em}.dashboard-subtitle{font-size:.95rem;color:var(--editorial-silver);margin:var(--space-xs) 0 0 0;font-weight:400}.filters-section{background:var(--editorial-white);border-bottom:1px solid var(--editorial-subtle-border);padding:var(--space-lg) 0}.filters-container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-lg);align-items:end}.filter-group{display:flex;flex-direction:column;gap:var(--space-xs)}.filter-group-full{grid-column:1 / -1}.filter-group label{font-size:.875rem;font-weight:600;color:var(--editorial-charcoal);font-family:var(--font-body);letter-spacing:.025em;text-transform:uppercase}.filter-select,.filter-input{padding:.75rem var(--space-md);border:1px solid var(--editorial-border);border-radius:var(--radius-md);font-size:.875rem;font-family:var(--font-body);background:var(--editorial-white);color:var(--editorial-charcoal);transition:all var(--transition-smooth)}.filter-select:focus,.filter-input:focus{outline:none;border-color:var(--editorial-accent-blue);box-shadow:0 0 0 3px #1e40af1a}.stats-section{padding:var(--space-2xl) 0}.stats-grid{max-width:1400px;margin:0 auto;padding:0 var(--space-xl);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg)}.stat-card{background:var(--editorial-white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-soft);border:1px solid var(--editorial-subtle-border);display:flex;align-items:center;gap:var(--space-lg);transition:all var(--transition-smooth);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--editorial-accent-blue),var(--editorial-accent-emerald))}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.stat-icon{font-size:2.5rem;line-height:1;opacity:.8}.stat-content h3{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--editorial-silver);margin:0;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--editorial-charcoal);margin:var(--space-xs) 0 0 0;letter-spacing:-.02em}.table-section{padding:0 0 var(--space-3xl) 0}.table-container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl);background:var(--editorial-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-medium);border:1px solid var(--editorial-subtle-border);overflow:hidden}.table-header{padding:var(--space-xl);border-bottom:1px solid var(--editorial-subtle-border);display:flex;justify-content:space-between;align-items:center}.table-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--editorial-charcoal);margin:0;letter-spacing:-.01em}.table-info{font-size:.875rem;color:var(--editorial-silver);margin:0}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th{background:var(--editorial-cream);padding:var(--space-md) var(--space-lg);text-align:left;font-weight:600;font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--editorial-silver);border-bottom:2px solid var(--editorial-border);position:relative}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition-fast)}.sortable-header:hover{color:var(--editorial-accent-blue)}.sort-icon{margin-left:var(--space-xs);font-size:.75rem;opacity:.6}.data-table td{padding:var(--space-lg);border-bottom:1px solid var(--editorial-subtle-border);vertical-align:middle}.data-table tr:hover{background:var(--editorial-cream)}.data-table tr.selected-row{background:#1e40af0d}.timestamp-cell{font-family:var(--font-mono);font-size:.8rem;color:var(--editorial-silver);white-space:nowrap}.status-cell{white-space:nowrap}.status-badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-icon{font-size:.875rem}.status-completed{background:#0596691a;color:var(--editorial-accent-emerald)}.status-failed{background:#dc26261a;color:var(--editorial-accent-red)}.status-processing{background:#d977061a;color:var(--editorial-accent-amber)}.user-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.number-cell{font-family:var(--font-display);font-weight:600;color:var(--editorial-charcoal);text-align:right}.error-cell{color:var(--editorial-accent-red)}.time-cell{font-family:var(--font-mono);text-align:right}.actions-cell{text-align:center;white-space:nowrap}.details-button{background:var(--editorial-accent-blue);color:var(--editorial-white);border:none;padding:.5rem var(--space-md);border-radius:var(--radius-md);font-size:.75rem;font-weight:600;cursor:pointer;transition:all var(--transition-smooth);text-transform:uppercase;letter-spacing:.025em}.details-button:hover{background:#1e3a8a;transform:translateY(-1px);box-shadow:var(--shadow-soft)}.pagination{padding:var(--space-lg) var(--space-xl);border-top:1px solid var(--editorial-subtle-border);display:flex;justify-content:space-between;align-items:center;background:var(--editorial-cream)}.pagination-info{font-size:.875rem;color:var(--editorial-silver);font-family:var(--font-body)}.pagination-controls{display:flex;gap:var(--space-sm);align-items:center}.pagination-button{background:var(--editorial-white);border:1px solid var(--editorial-border);padding:.5rem var(--space-md);border-radius:var(--radius-md);font-size:.75rem;font-weight:600;cursor:pointer;transition:all var(--transition-smooth);color:var(--editorial-charcoal)}.pagination-button:hover:not(:disabled){background:var(--editorial-accent-blue);color:var(--editorial-white);border-color:var(--editorial-accent-blue)}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-current{background:var(--editorial-accent-blue);color:var(--editorial-white);padding:.5rem var(--space-md);border-radius:var(--radius-md);font-weight:600;font-size:.75rem}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-lg)}.modal-content{background:var(--editorial-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-strong);max-width:700px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:var(--space-xl);border-bottom:1px solid var(--editorial-subtle-border);display:flex;justify-content:space-between;align-items:center;background:var(--editorial-cream);border-radius:var(--radius-xl) var(--radius-xl) 0 0}.modal-header h2{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--editorial-charcoal);margin:0;letter-spacing:-.01em}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--editorial-silver);transition:color var(--transition-fast);padding:var(--space-xs);line-height:1}.modal-close:hover{color:var(--editorial-charcoal)}.modal-body{padding:var(--space-xl)}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-lg)}.detail-group{display:flex;flex-direction:column;gap:var(--space-xs)}.detail-group-full{grid-column:1 / -1}.detail-group label{font-family:var(--font-body);font-size:.75rem;font-weight:600;color:var(--editorial-silver);text-transform:uppercase;letter-spacing:.05em}.detail-group p{font-family:var(--font-body);font-size:.875rem;color:var(--editorial-charcoal);margin:0;line-height:1.5}.failure-reason{color:var(--editorial-accent-red);font-weight:500}.error-breakdown{display:flex;flex-direction:column;gap:var(--space-sm)}.error-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm);background:var(--editorial-cream);border-radius:var(--radius-md);border-left:3px solid var(--editorial-accent-red)}.error-type{font-size:.875rem;color:var(--editorial-charcoal);text-transform:capitalize}.error-count{font-family:var(--font-display);font-weight:600;color:var(--editorial-accent-red)}.user-agent{font-family:var(--font-mono);font-size:.8rem;color:var(--editorial-silver);background:var(--editorial-cream);padding:var(--space-sm);border-radius:var(--radius-md);word-break:break-all}@media (max-width: 1024px){.filters-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-md)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.details-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-header .header-content{padding:var(--space-md);flex-direction:column;gap:var(--space-md);text-align:center}.dashboard-title{font-size:1.5rem}.filters-container,.stats-grid{padding:0 var(--space-md);grid-template-columns:1fr}.table-container{margin:0 var(--space-md)}.table-header{flex-direction:column;gap:var(--space-sm);text-align:center}.data-table{font-size:.75rem}.data-table th,.data-table td{padding:var(--space-sm)}.pagination{flex-direction:column;gap:var(--space-md);text-align:center}.modal-overlay{padding:var(--space-sm)}.modal-content{margin:var(--space-sm)}}@media (max-width: 480px){.stat-card{padding:var(--space-lg);flex-direction:column;text-align:center}.stat-icon{font-size:2rem}.stat-value{font-size:1.5rem}.data-table{font-size:.7rem}.status-badge{padding:.2rem .5rem;font-size:.65rem}.details-button{padding:.4rem var(--space-sm);font-size:.7rem}}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl);text-align:center;min-height:200px}.loading-spinner{width:40px;height:40px;border:3px solid var(--editorial-subtle-border);border-top:3px solid var(--editorial-accent-blue);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--space-lg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{font-family:var(--font-body);font-size:1rem;color:var(--editorial-silver);margin:0}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl);text-align:center;min-height:200px}.error-state h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--editorial-accent-red);margin:0 0 var(--space-md) 0;letter-spacing:-.01em}.error-state p{font-family:var(--font-body);font-size:1rem;color:var(--editorial-silver);margin:0 0 var(--space-lg) 0;line-height:1.5}.retry-button{background:var(--editorial-accent-blue);color:var(--editorial-white);border:none;padding:var(--space-md) var(--space-xl);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-smooth);text-transform:uppercase;letter-spacing:.025em}.retry-button:hover:not(:disabled){background:#1e3a8a;transform:translateY(-1px);box-shadow:var(--shadow-soft)}.retry-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl);text-align:center;min-height:200px}.empty-state h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--editorial-charcoal);margin:0 0 var(--space-md) 0;letter-spacing:-.01em}.empty-state p{font-family:var(--font-body);font-size:1rem;color:var(--editorial-silver);margin:0;line-height:1.5}@media print{.dashboard-header,.filters-section,.pagination,.modal-overlay,.loading-state,.error-state,.empty-state{display:none}.table-container{box-shadow:none;border:1px solid var(--editorial-border)}.data-table th,.data-table td{border:1px solid var(--editorial-border)}.details-button{display:none}}
