  .lm-btn, button.lm-btn, a.lm-btn, input[type="submit"].lm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; background: #465775; color: #fff; border: 1px solid #465775; border-radius: 0.8rem; padding: 0.8rem 1.4rem; font-size: 1.6rem; font-weight: 600; line-height: 1.2; cursor: pointer; text-decoration: none; } .lm-btn:hover, button.lm-btn:hover, a.lm-btn:hover, input[type="submit"].lm-btn:hover { background: #540804; border-color: #540804; color: #fff; } .lm-btn:focus-visible { outline: 3px solid #D36060; outline-offset: 2px; } .lm-btn--secondary { background: #fff; color: #465775; border-color: #465775; } .lm-btn--secondary:hover { background: #F1DABF; color: #540804; border-color: #540804; } .lm-btn--danger { background: #540804; color: #fff; border-color: #540804; }  .lm-card { background: #fff; border: 1px solid rgba(70, 87, 117, 0.25); border-radius: 1.2rem; padding: 2rem; } .lm-card + .lm-card { margin-top: 1.6rem; }  .lm-muted { color: #75704E; font-size: 1.4rem; }  .lm-form { max-width: 86rem; } .lm-form-row { margin-bottom: 1.6rem; } .lm-form label { display: block; margin-bottom: 0.6rem; font-weight: 600; color: #465775; } .lm-form input[type="text"], .lm-form input[type="email"], .lm-form input[type="tel"], .lm-form input[type="date"], .lm-form input[type="number"], .lm-form select, .lm-form textarea { width: 100%; background: #fff; color: #1f1f1f; border: 1px solid rgba(70, 87, 117, 0.35); border-radius: 0.8rem; padding: 0.8rem 1rem; font-size: 1.6rem; line-height: 1.4; } .lm-form textarea { min-height: 12rem; } .lm-form input:focus, .lm-form select:focus, .lm-form textarea:focus { outline: 3px solid rgba(211, 96, 96, 0.35); border-color: #465775; }  .lm-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid rgba(70, 87, 117, 0.25); border-radius: 1.2rem; overflow: hidden; } .lm-table th, .lm-table td { padding: 1rem 1.2rem; border-bottom: 1px solid rgba(70, 87, 117, 0.18); text-align: left; vertical-align: top; } .lm-table th { background: rgba(70, 87, 117, 0.08); color: #465775; font-weight: 700; } .lm-table tr:last-child td { border-bottom: 0; }  .lm-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }