*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--success: #16a34a;--bg: #f8fafc;--card: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--drop-zone-bg: #f1f5f9;--drop-zone-border: #cbd5e1}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}#app{max-width:800px;margin:0 auto;padding:2rem 1rem}header{text-align:center;margin-bottom:2rem}header h1{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.tagline{color:var(--text-muted);font-size:1.1rem}.drop-zone{background:var(--drop-zone-bg);border:2px dashed var(--drop-zone-border);border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s ease}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--primary);background:#eff6ff}.drop-zone-content{pointer-events:none}.upload-icon{color:var(--text-muted);margin-bottom:1rem}.drop-zone p{font-size:1.1rem;color:var(--text);margin-bottom:.25rem}.drop-zone-hint{font-size:.9rem!important;color:var(--text-muted)!important}.controls{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{font-weight:500;font-size:.95rem}#quality-slider{width:200px;height:6px;cursor:pointer}.btn-primary{background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin-left:auto}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{background:var(--text-muted);cursor:not-allowed}.file-list{margin-top:1.5rem;display:grid;gap:1rem}.file-item{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem}.file-preview{width:60px;height:60px;object-fit:cover;border-radius:6px;background:var(--drop-zone-bg)}.file-info{flex:1}.file-name{font-weight:500;word-break:break-all}.file-size{font-size:.85rem;color:var(--text-muted)}.file-status{font-size:.85rem;padding:.25rem .5rem;border-radius:4px}.file-status.pending{background:#fef3c7;color:#92400e}.file-status.done{background:#dcfce7;color:#166534}.file-savings{font-size:.85rem;color:var(--success);font-weight:600}.file-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.2rem;padding:.25rem}.file-remove:hover{color:#dc2626}.results{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-top:1.5rem;text-align:center}.results-summary{font-size:1.2rem;margin-bottom:1rem}.results-summary strong{color:var(--success)}footer{margin-top:3rem;text-align:center;color:var(--text-muted);font-size:.9rem}.badge{background:#dbeafe;color:var(--primary);font-size:.75rem;padding:.15rem .4rem;border-radius:4px;font-weight:500}.trust-bar{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem;padding:1rem;background:var(--card);border-radius:8px;border:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text)}.trust-icon{font-size:1.2rem}.features{margin-top:4rem}.features h2,.comparison h2,.use-cases h2,.faq h2{text-align:center;font-size:1.75rem;margin-bottom:1.5rem;color:var(--text)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.feature-card h3{font-size:1.1rem;margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.feature-card strong{color:var(--text)}.comparison{margin-top:4rem}.comparison-table-wrapper{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:var(--card);border-radius:12px;overflow:hidden;border:1px solid var(--border)}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{background:var(--drop-zone-bg);font-weight:600}.comparison-table th.highlight,.comparison-table td.highlight{background:#eff6ff}.comparison-table tbody tr:last-child td{border-bottom:none}.use-cases{margin-top:4rem}.use-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.use-case{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:1.25rem;text-align:center}.use-case strong{display:block;margin-bottom:.25rem;color:var(--text)}.use-case p{font-size:.9rem;color:var(--text-muted);margin:0}.faq{margin-top:4rem}.faq details{background:var(--card);border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem}.faq summary{padding:1rem 1.25rem;cursor:pointer;font-weight:500;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:before{content:"+";margin-right:.75rem;font-weight:700;color:var(--primary)}.faq details[open] summary:before{content:"−"}.faq details p{padding:0 1.25rem 1rem 2rem;color:var(--text-muted);margin:0}footer{margin-top:4rem;text-align:center;color:var(--text-muted);font-size:.9rem}.footer-links{margin-top:.5rem}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--primary)}.copyright{margin-top:.5rem;font-size:.8rem}.hidden{display:none!important}@media(max-width:600px){.controls{flex-direction:column;align-items:stretch}.btn-primary{margin-left:0}#quality-slider{width:100%}.trust-bar{gap:1rem}.trust-item{font-size:.8rem}}
