:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#e6e6e6;background-color:#0b0d10;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#0b0d10}.app{max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:20px}header{display:flex;justify-content:space-between;align-items:baseline;gap:12px}header h1{margin:0;font-size:28px}.meta{color:#9aa0a6;font-size:14px}.panel{background:#0f1115;border:1px solid #1f2430;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.panel h2{margin:0;font-size:18px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.row.space-between{justify-content:space-between}input[type=text],input[type=file],input:not([type]){padding:8px 10px;border-radius:8px;border:1px solid #2d3446;background:#0c0e12;color:#e6e6e6;min-width:220px}button{padding:8px 14px;border-radius:8px;border:1px solid #2d3446;background:#1c2230;color:#e6e6e6;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}table{width:100%;border-collapse:collapse;font-size:14px}th,td{border-bottom:1px solid #1f2430;padding:10px 6px;text-align:left}tbody tr:hover{background:#ffffff05}.error{color:#ffb4a9;background:#ff46461a;padding:8px 12px;border-radius:8px}.loading{color:#8ab4f8}.file input{display:none}.file{padding:8px 14px;border-radius:8px;border:1px dashed #2d3446;cursor:pointer}
