*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f4f1ea;color:#1b1b1b}a{color:inherit}.layout{max-width:1200px;margin:0 auto;padding:16px 20px 48px}header.nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap;padding:12px 0 20px;border-bottom:1px solid #d9d3c7;margin-bottom:24px}header.nav a{text-decoration:none;font-weight:600}header.nav .brand{margin-right:auto;font-size:18px}.card{background:#fff;border:1px solid #e4ddd2;border-radius:12px;padding:16px;margin-bottom:16px}form{display:grid;gap:10px;max-width:420px}input,select,button,textarea{font:inherit;padding:8px 10px;border-radius:8px;border:1px solid #cfc6b8}button{background:#1b1b1b;color:#fff;border:0;cursor:pointer}button.secondary{background:#fff;color:#1b1b1b;border:1px solid #cfc6b8}button.score-selected{background:#2e8b57;color:#fff;border:1px solid #2e8b57}button:disabled{opacity:.5}table{width:100%;border-collapse:collapse;font-size:14px}th,td{border-bottom:1px solid #ece6dc;text-align:left;padding:8px}.card:has(.table-scroll){overflow:hidden}.table-scroll{overflow-x:auto;max-width:100%;min-width:0}.table-scroll table{width:max-content;min-width:100%}.table-scroll th{white-space:nowrap;vertical-align:bottom}.table-scroll th:first-child,.table-scroll td:first-child{position:sticky;left:0;background:#fff;z-index:1}.drop{border:2px dashed #cfc6b8;border-radius:12px;padding:28px;text-align:center;background:#fff}.drop.over{border-color:#1b1b1b}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.transcript{white-space:pre-wrap;line-height:1.6}.tok-green{background:#b7e0b7}.tok-yellow{background:#ffe08a}.tok-red{background:#f3b4b4}.error{color:#a31b1b}.muted{color:#6b6458;font-size:13px}.engines{display:grid;gap:8px}.engine{display:flex;gap:8px;align-items:flex-start}.price{font-size:13px;color:#4d463c}.row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
