select{width:100%;padding:11px;margin-top:6px;border:1px solid #cfd5dd;border-radius:8px;background:#fff;font:inherit}
.stats{grid-template-columns:repeat(5,1fr)}
.stat-warning{border-color:#f79009!important;background:#fffaeb!important}
.stat-danger{border-color:#d92d20!important;background:#fef3f2!important}
.badge.commercial{background:#e0e7ff;color:#3730a3}
.badge.trial{background:#fef0c7;color:#b54708}
tr.warning{background:#fffaeb}
tr.urgent{background:#fff4ed}
tr.expired{background:#fef3f2}
@media(max-width:900px){.stats{grid-template-columns:repeat(2,1fr)}}
