:root { background: #eef2f7; color: #172033; font-family: Inter, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
header { align-items: center; background: #101828; color: white; display: flex; gap: 20px; min-height: 62px; padding: 0 24px; }
header > a { color: white; font-size: 19px; font-weight: 800; margin-right: auto; text-decoration: none; }
header form { margin: 0; }
button, input, textarea { font: inherit; }
button, .button-link { background: #175cd3; border: 1px solid #175cd3; border-radius: 7px; color: white; cursor: pointer; display: inline-block; font-weight: 700; padding: 10px 14px; text-decoration: none; }
.secondary { background: white; color: #175cd3; }
.link-button { background: transparent; border: 0; padding: 4px; }
input, textarea { border: 1px solid #cbd5e1; border-radius: 7px; padding: 11px; width: 100%; }
.workspace { margin: auto; max-width: 1100px; padding: 30px 20px; }
.narrow { max-width: 760px; }
.heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
h1 { margin: 4px 0; }
.eyebrow { color: #667085; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.card { background: white; border: 1px solid #e4e7ec; border-radius: 10px; padding: 22px; }
.login-shell { align-items: center; display: flex; justify-content: center; min-height: 100vh; padding: 20px; }
.login-card { width: min(410px, 100%); }
.login-card label, .license-form > label, .columns label { color: #475467; display: grid; font-size: 13px; font-weight: 700; gap: 6px; margin-top: 14px; }
.login-card button, .license-form > button { margin-top: 20px; }
.message { border-radius: 7px; margin: 12px 0; padding: 11px; }
.message.error { background: #fee4e2; color: #b42318; }
.message.success { background: #dcfae6; color: #067647; }
.search-form { display: flex; gap: 8px; width: min(440px, 100%); }
.table-wrap { overflow-x: auto; padding: 0; }
table { border-collapse: collapse; width: 100%; }
th, td { border-bottom: 1px solid #eaecf0; padding: 13px; text-align: left; }
th { color: #667085; font-size: 12px; text-transform: uppercase; }
td span, td small { color: #667085; display: block; margin-top: 3px; }
.status { border-radius: 999px; display: inline-block; font-size: 12px; font-weight: 800; padding: 5px 9px; }
.status.valid { background: #dcfae6; color: #067647; }
.status.pending { background: #fef0c7; color: #b54708; }
.status.expired, .status.inactive { background: #fee4e2; color: #b42318; }
.empty { color: #667085; padding: 30px; text-align: center; }
.columns { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.check { align-items: center; display: flex !important; gap: 9px !important; }
.check input { width: auto; }
fieldset { border: 1px solid #d0d5dd; border-radius: 8px; margin-top: 18px; padding: 14px; }
legend { color: #344054; font-weight: 800; }
@media (max-width: 650px) {
  header span { display: none; }
  .workspace { padding: 18px 12px; }
  .heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .search-form, .columns { grid-template-columns: 1fr; width: 100%; }
  .search-form { display: grid; }
  table, tbody, tr, td { display: block; width: 100%; }
  thead { display: none; }
  tr { border-bottom: 1px solid #d0d5dd; padding: 10px; }
  td { border: 0; padding: 6px 3px; }
}
