:root{--header-bg: #f4f4f8;--border-color: #d0d0d8;--text-color: #1a1a2e;--accent-color: #4a4a6a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text-color);background:#fafafa;padding:2rem 1rem}#root{max-width:1100px;margin:0 auto}header{margin-bottom:2rem}header h1{font-size:2rem;margin-bottom:.5rem}header p{color:var(--accent-color);font-size:1.1rem}.table-scroll{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014}.comparison-table th,.comparison-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--border-color);vertical-align:top}.comparison-table thead th{background:var(--header-bg);font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-color)}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background:#f8f8fc}.comparison-table td:first-child{font-weight:600;white-space:nowrap}@media(max-width:768px){body{padding:1rem .5rem}.comparison-table th,.comparison-table td{padding:.75rem}}.summary{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014}.summary h2{font-size:1.3rem;margin-bottom:1rem;color:var(--accent-color)}.summary p{margin-bottom:1rem;line-height:1.7}.summary p:last-child{margin-bottom:0}
