:root{--bs-primary:#0d6efd;--bs-border-color:#dee2e6;--bs-body-bg:#f8f9fa;--bs-body-color:#212529}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--bs-border-color);background:#fff;color:#111;padding:.55rem .85rem;border-radius:.6rem;text-decoration:none;cursor:pointer;font-weight:600}.btn:hover{filter:brightness(.97)}.btn-primary{background:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.btn-outline{background:transparent}.btn-sm{padding:.32rem .55rem;font-size:.86rem}.btn-block{display:flex;margin:.35rem 0}.form-control{display:block;width:100%;border:1px solid var(--bs-border-color);border-radius:.55rem;padding:.62rem .72rem;background:#fff;color:#111}.badge{display:inline-block;background:#eef2ff;border:1px solid #dbe4ff;border-radius:999px;padding:.22rem .55rem;font-size:.8rem}.modal{position:fixed;inset:0;background:rgba(15,23,42,.55);display:none;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal.show{display:flex}.modal-dialog{width:min(760px,96vw);max-height:94vh}.modal-dialog.large{width:min(1120px,98vw)}.modal-content{background:#fff;border-radius:1rem;box-shadow:0 25px 80px rgba(0,0,0,.25);overflow:hidden;display:flex;flex-direction:column;max-height:94vh}.modal-header,.modal-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.modal-footer{border-top:1px solid #eee;border-bottom:0}.modal-body{padding:1.25rem;overflow:auto}.btn-close{border:0;background:#f1f5f9;border-radius:999px;width:34px;height:34px;font-size:22px;cursor:pointer}.grid{display:grid;gap:1rem}.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.two{grid-template-columns:1fr}}
