:root{--cghs-red:#B4282E;--cghs-red-dark:#8f1e23;--cghs-red-lighter:#f0c8ca;--cghs-red-bg:#fdf3f3;--cghs-gray:#929496;--cghs-gray-dark:#6b6d6f;--cghs-gray-bg:#f8f8f8;--cghs-ink:#2d2d2d;--cghs-border:#e2e2e2;--cghs-border-strong:#c8c8c8;--cghs-font:"Gotham",system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--cghs-font);color:var(--cghs-ink);background:#fff;-webkit-font-smoothing:antialiased}a{color:var(--cghs-red);text-decoration:none}a:hover{color:var(--cghs-red-dark)}:focus-visible{outline:2px solid var(--cghs-red);outline-offset:2px}.label{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--cghs-gray-dark);margin:0}.btn,.label{text-transform:uppercase}.btn{border-radius:4px;border:2px solid transparent;font:inherit;font-size:13px;font-weight:500;letter-spacing:.04em;padding:13px 24px;line-height:1;cursor:pointer;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.btn-primary{background:var(--cghs-red);border-color:var(--cghs-red);color:#fff}.btn-primary:hover{background:var(--cghs-red-dark);border-color:var(--cghs-red-dark)}.btn-outline{background:#fff;border-color:var(--cghs-red);color:var(--cghs-red)}.card{background:#fff;border:1px solid var(--cghs-border);border-radius:8px;padding:26px}table{border-collapse:collapse;width:100%;font-size:13px}thead tr{background:var(--cghs-gray-bg);border-bottom:2px solid var(--cghs-border-strong)}th{text-align:left;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--cghs-gray-dark)}td,th{padding:11px 16px}td{border-bottom:1px solid var(--cghs-border)}tbody tr:last-child td{border-bottom:none}