/* ==================== GLOBAL STYLES ==================== */
:root {
  --colprim: #2c3e50;
  --colprid: #1a252f;
  --colsec: #3498db;
  --colacc: #e74c3c;
  --collgt: #f8f9fa;
  --colgrl: #ecf0f1;
  --colgry: #95a5a6;
  --coldrk: #343a40;
  --shdsml: 0 2px 4px rgba(0,0,0,0.1);
  --spcmd: 16px;
  --spclg: 24px;
  --spcxx: 48px;
  --rad: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--coldrk);
  background-color: var(--collgt);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.menu-open {
  overflow: hidden;
}

.layroot {
  margin-left: 190px;
  min-height: 100vh;
}

.hedmain {
  min-height: calc(100vh - 120px);
  background: var(--collgt);
}

.hedmsg {
  padding: 0;
  margin: 0;
  border-radius: var(--rad);
  font-size: 18px;
  text-align: center;
  background: transparent;
  color: var(--colprim);
  border: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s;
  transform: translateY(-10px);
}

.hedmsg:not(:empty) {
  padding: var(--spclg);
  margin: var(--spclg) 0;
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
}

/* ==================== HEADER.PHP ==================== */
.hedsht {
  display: none;
}

.mnbtgg {
  display: none;
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1002;
  width: 42px;
  height: 42px;
  padding: 10px 8px;
  border: none;
  border-radius: var(--rad);
  background: var(--colprim);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: 0.25s;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.mnbtgg:hover {
  background: var(--colprid);
}

.mnbtgg span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: var(--rad);
  transition: 0.25s;
}

.mnbtgg.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.mnbtgg.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-8px);
}

.mnbtgg.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.mnover {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 1000;
}

.mnover.active {
  opacity: 1;
  pointer-events: auto;
}

.hedfix {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 190px;
  background: #fff;
  border-right: 1px solid var(--colgrl);
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  z-index: 1001;
  display: flex;
  flex-direction: column;
}

.hedcnt {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hedlog {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--colgrl);
  text-align: center;
}

.logojb {
  font-size: 36px;
  font-weight: 700;
  color: var(--colprim);
  text-decoration: none;
  padding: 12px 15px;
  border-radius: var(--rad);
  display: inline-block;
  background: #fff;
  transition: 0.2s;
}

.logojb:hover {
  background: var(--colgrl);
  color: var(--colprid);
}

.hednav {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hednav a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: var(--coldrk);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  border-radius: var(--rad);
  transition: 0.2s;
}

.hednav a:hover {
  background: var(--colgrl);
  color: var(--colprim);
}

.kzlmns {
  background: var(--colgrl);
  color: var(--colprim);
  font-weight: 600;
  border-left: 3px solid var(--colprim);
}

.hedaut {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid var(--colgrl);
  border-bottom: 1px solid var(--colgrl);
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.hedaut li {
  list-style: none;
}

.hedlgo {
  margin: 0;
}

.hedaut .plogbt {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.hedaut .plokij {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 16px;
  border-radius: var(--rad);
  transition: 0.2s;
}

.hedaut .plokij:hover {
  background: var(--colgrl);
  color: var(--colprim);
}

.hedaut .plokij i {
  width: 18px;
  text-align: center;
  font-size: 14px;
  color: var(--colgry);
}

.hedaut .plokij:hover i {
  color: var(--colprim);
}

.hedcpy {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid var(--colgrl);
  color: var(--colgry);
  font-size: 12px;
  text-align: center;
}

/* ==================== ACCESS DENIED ==================== */
.qjmfw {
  max-width: 1200px;
  margin: 0 auto;
  padding: 108px var(--spcmd) 54px;
  text-align: center;
}

.bxptn {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 20px;
}

.lzvhk {
  font-size: 18px;
  color: var(--colgry);
}

/* ==================== FOOTER.PHP ==================== */
.ftrcnt {
  background: #fff;
  color: var(--coldrk);
  padding: 32px 0 var(--spcxx);
  border-top: 1px solid var(--colgrl);
  width: 100%;
}

.ftrbtm {
  text-align: center;
  color: var(--colgry);
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--spclg) var(--spcmd) 0;
}

.cpyrtx {
  font-size: 14px;
  text-align: center;
}

/* ==================== INDEX.PHP ==================== */
.xyzabc {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.idxwpr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spcmd);
}

.idxfwrap {
  position: relative;
}

.krcbrd {
  margin-bottom: 40px;
  font-size: 14px;
  color: var(--colgry);
  display: flex;
  align-items: center;
  gap: 8px;
}

.plmnko {
  color: var(--colprim);
  text-decoration: none;
  transition: color 0.3s;
}

.plmnko:hover {
  color: var(--colprid);
  text-decoration: underline;
}

.qrstuv {
  color: var(--colgry);
}

.wxymno {
  color: var(--coldrk);
  font-weight: 500;
}

.hgjikl {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.cnfrst {
  background: #fff;
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--colgrl);
}

.smpkld {
  padding: 40px;
}

.qwretz {
  margin-bottom: 25px;
  text-align: center;
}

.vgtyhn {
  font-size: 28px;
  color: var(--coldrk);
  margin: 0 0 10px 0;
  font-weight: 700;
}

.byunmj {
  font-size: 15px;
  color: var(--colgry);
  margin: 0;
  line-height: 1.4;
}

.tgbyhn {
  display: flex;
  background: var(--colgrl);
  border-radius: var(--rad);
  padding: 4px;
  margin-bottom: 30px;
  width: 100%;
}

.ujmikn {
  flex: 1;
  padding: 14px 20px;
  border: none;
  background: transparent;
  color: var(--coldrk);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--rad);
  transition: all 0.3s ease;
  text-align: center;
}

.ujmikn.active {
  background: #fff;
  color: var(--colprim);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ujmikn:not(.active):hover {
  background: rgba(255, 255, 255, 0.5);
  color: var(--colprim);
}

.frmklp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.frmklp:not(.active) {
  display: none;
}

.qazxsw {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qazxsw.horizontal {
  flex-direction: row;
  gap: 15px;
}

.kpqxv {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.okmijn {
  padding: 14px 16px;
  border: 1px solid var(--colgrl);
  border-radius: var(--rad);
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fff;
  width: 100%;
}

.okmijn:focus {
  outline: none;
  border-color: var(--colprim);
  box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
}

.okmijn::placeholder {
  color: var(--colgry);
  opacity: 0.7;
}

.wsxqaz {
  margin-top: 10px;
}

.rfvedc {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.tgbhyu {
  width: 18px;
  height: 18px;
  accent-color: var(--colprim);
  cursor: pointer;
  flex-shrink: 0;
}

.nhytgr {
  font-size: 14px;
  color: var(--coldrk);
  line-height: 1.4;
}

.ujmkij {
  color: var(--colprim);
  text-decoration: none;
  font-weight: 500;
}

.ujmkij:hover {
  text-decoration: underline;
}

.mjuikl {
  padding: 16px;
  background: var(--colprim);
  color: #fff;
  border: none;
  border-radius: var(--rad);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  width: 100%;
}

.mjuikl:hover {
  background: var(--colprid);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

/* ==================== REPORTS.PHP ==================== */
.rptwr {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: var(--spcmd);
  padding-right: var(--spcmd);
  padding-top: 108px;
  padding-bottom: 54px;
}

.rpttl {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 20px;
}

.rptfm {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.rfdat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rfhou {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rfprg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rflab {
  font-size: 14px;
  font-weight: 600;
  color: var(--colprim);
}

.rpinp {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
}

.rpsel {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
}

.rpbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  background: transparent;
  color: var(--colprim);
  border: 1px solid var(--colprim);
  height: 38px;
  cursor: pointer;
}

.rpbtn:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.rpemp {
  text-align: center;
  color: var(--colgry);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.rpbox {
  display: grid;
  gap: 14px;
}

.rpcard {
  background: #fff;
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  padding: 14px;
  box-shadow: var(--shdsml);
}

.rphead {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--colprim);
}

.rptext {
  white-space: pre-wrap;
  margin: 0;
  font-family: inherit;
  line-height: 1.5;
  color: var(--coldrk);
  font-size: 14px;
}

.rpmeta {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.rpmta {
  display: block;
  min-width: 0;
}

.rpnmb {
  display: inline-block;
  min-width: 48px;
  text-align: right;
  font-weight: 700;
  color: var(--colprim);
  line-height: 1;
  margin-left: auto;
}

/* ==================== RULES.PHP ==================== */
.rlwrp {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: var(--spcmd);
  padding-right: var(--spcmd);
  padding-top: 108px;
  padding-bottom: 54px;
}

.rlttl {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 8px;
}

.rldat {
  font-size: 13px;
  color: var(--colgry);
  margin-bottom: 20px;
}

.rlbox {
  display: grid;
  gap: 14px;
}

.rlcrd {
  background: #fff;
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  padding: 14px;
  box-shadow: var(--shdsml);
}

.rlhdr {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--colprim);
}

/* ==================== BAGS.PHP ==================== */
.qntrm {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--spcmd);
  padding-right: var(--spcmd);
  padding-top: 108px;
  padding-bottom: 54px;
}

.vlypt {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 20px;
}

.hpkse {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.uazmx {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 150px;
}

.bnrtd {
  font-size: 14px;
  font-weight: 600;
  color: var(--colprim);
  white-space: nowrap;
}

.cgmwa {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  min-width: 0;
}

.zfklo {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  min-width: 0;
}

.pxdru {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  background: transparent;
  color: var(--colprim);
  border: 1px solid var(--colprim);
  height: 38px;
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
}

.pxdru:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.mwqno {
  text-align: center;
  color: var(--colgry);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.jytbe {
  overflow-x: auto;
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  background: #fff;
  box-shadow: var(--shdsml);
}

.slrka {
  width: 100%;
  min-width: 1260px;
  border-collapse: collapse;
}

.slrka thead th {
  position: sticky;
  top: 0;
  background: #f4f7fa;
  color: var(--colprim);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #dbe3ea;
  white-space: nowrap;
}

.slrka tbody td {
  font-size: 13px;
  color: var(--coldrk);
  padding: 9px 12px;
  border-bottom: 1px solid #edf1f5;
  white-space: nowrap;
}

.slrka tbody td:nth-child(3) {
  min-width: 260px;
  max-width: 380px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.slrka tbody tr:hover {
  background: #f9fbfd;
}

.bgpwr {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bgpbt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.bgpbt:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.bgpds {
  opacity: .45;
  pointer-events: none;
}

.bgpfm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.bgptt {
  font-size: 14px;
  color: var(--colgry);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.bgpip {
  width: 56px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  font-size: 14px;
  color: var(--coldrk);
  background: #fff;
  text-align: center;
}

/* ==================== GRAPHS.PHP ==================== */
.grfwr {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: var(--spcmd);
  padding-right: var(--spcmd);
  padding-top: 108px;
  padding-bottom: 54px;
}

.grttl {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 20px;
}

.fltwr {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.fltbl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fltlb {
  font-size: 14px;
  font-weight: 600;
  color: var(--colprim);
}

.fltin {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
}

.fltsl {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
}

.fltbt {
  height: 38px;
  padding: 0 16px;
  border: 1px solid var(--colprim);
  border-radius: var(--rad);
  background: #fff;
  color: var(--colprim);
  cursor: pointer;
}

.gstwr {
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gstbt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.gstbt:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.gstact {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.kpiwr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.kpicd {
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  background: #fff;
  padding: 12px;
}

.kpitx {
  font-size: 13px;
  color: var(--colgry);
}

.kpivl {
  font-size: 20px;
  font-weight: 700;
  color: var(--colprim);
}

.chvwr {
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  background: #fff;
  padding: 10px;
  margin-bottom: 14px;
  height: 320px;
}

.chvwr.chvwr-abc-1 { height: 320px; }
.chvwr.chvwr-abc-2 { height: 620px; }
.chvwr.chvwr-abc-3 { height: 900px; }
.chvwr.chvwr-abc-4 { height: 1240px; }

.chcnv {
  width: 100% !important;
  height: 100% !important;
}

.sttbw {
  overflow-x: auto;
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  background: #fff;
  padding: 8px;
}

.sttbl {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.sttbl th {
  background: #f4f7fa;
  color: var(--colprim);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #dbe3ea;
  white-space: nowrap;
}

.sttbl td {
  font-size: 13px;
  color: var(--coldrk);
  padding: 9px 12px;
  border-bottom: 1px solid #edf1f5;
}

.sttbl td:first-child {
  min-width: 280px;
  white-space: normal;
  line-height: 1.35;
}

.stemp {
  text-align: center;
  color: var(--colgry);
}

.nodat {
  font-size: 18px;
  color: var(--colgry);
  text-align: center;
  margin: 30px 0;
}

/* ==================== MAIN.PHP ==================== */
.epwrp {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spcmd);
  padding-right: var(--spcmd);
  padding-top: 76px;
  padding-bottom: 54px;
  max-width: 760px;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.epcrd {
  width: 100%;
  background: #fff;
  border: 1px solid #dce4ec;
  border-radius: var(--rad);
  padding: 20px;
  box-shadow: 0 8px 22px rgba(36, 55, 74, 0.08);
}

.epttl {
  margin: 0 0 14px;
  font-size: 30px;
  color: #24384b;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.eprow {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #edf2f6;
}

.eprow:last-of-type {
  border-bottom: none;
}

.eplbl {
  color: #778896;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.35;
}

.epval {
  color: #2d3f4e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-word;
}

.epval a[href^="tel:"],
.epval a[href^="tel:"]:hover,
.epval a[href^="tel:"]:focus,
.epval a[href^="tel:"]:active,
.epval a[href^="sms:"],
.epval a[href^="sms:"]:hover,
.epval a[href^="sms:"]:focus,
.epval a[href^="sms:"]:active {
  color: inherit;
  text-decoration: none;
}

.epval.ephid {
  color: #c29b2e;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.epbtn {
  margin-top: 16px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #2a3f53;
  border-radius: var(--rad);
  color: #2a3f53;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: .2s;
  background: #fff;
}

.epbtn:hover {
  background: #edf3f9;
  border-color: #1d2f40;
  color: #1d2f40;
}

/* ==================== ADMIN.PHP ==================== */
.avwrp {
  max-width: 1220px;
  margin: 0 auto;
  padding: 108px var(--spcmd) 54px;
}

.avttl {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  color: #253748;
}

.avsec {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: var(--rad);
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.avhds {
  margin: 0 0 12px;
  font-size: 20px;
  color: var(--colprim);
}

.avh3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #2f4152;
}

.avinf {
  margin-bottom: 10px;
  font-size: 14px;
  color: #6f7f8c;
}

.avkpi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.avcdx {
  border: 1px solid #e2e8ee;
  border-radius: var(--rad);
  padding: 12px;
  background: #f9fbfd;
}

.avnmx {
  font-size: 13px;
  color: #7b8a96;
}

.avvlx {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
  color: #2f3f4e;
  line-height: 1.1;
}

.avsmx {
  margin-top: 6px;
  font-size: 12px;
  color: #7a8894;
  word-break: break-word;
}

.avflt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.avqbt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.avqbt:hover {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #fff;
}

.avact {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.avfrm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.avfld {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 170px;
  flex: 1 1 170px;
}

.avlbl {
  font-size: 13px;
  color: #7f8d99;
  font-weight: 600;
}

.avinp {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  width: 100%;
  min-width: 0;
}

.avbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  background: transparent;
  color: var(--colprim);
  border: 1px solid var(--colprim);
  height: 38px;
  cursor: pointer;
  min-width: 96px;
}

.avbtn:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.avexp {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.ahlgd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.ahkey {
  min-width: 68px;
  height: 26px;
  padding: 0 8px;
  border-radius: var(--rad);
  border: 1px solid #d8dee5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #2f3f4e;
}

.ahtbw {
  overflow-x: auto;
  border: 1px solid #dfe6ec;
  border-radius: var(--rad);
}

.ahtbl {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.ahtbl th {
  background: #f4f7fa;
  color: var(--colprim);
  font-size: 12px;
  text-align: center;
  padding: 8px 6px;
  border-bottom: 1px solid #d9e1e8;
}

.ahtbl td {
  font-size: 12px;
  text-align: center;
  padding: 7px 6px;
  border-bottom: 1px solid #edf2f6;
}

.ahdte {
  text-align: left !important;
  font-weight: 600;
  background: #fbfdff;
  white-space: nowrap;
}

.ahcel {
  min-width: 38px;
}

.ahclk {
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.ahclk:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(44, 62, 80, 0.28);
}

.ahc00 {
  background: #f3f5f7; color: #8c98a3;
}

.ahc01 {
  background: #e9f8ef; color: #1f8f4a;
}

.ahc02 {
  background: #fff7e8; color: #b87a00;
}

.ahc03 {
  background: #ffeedb; color: #b45d00;
}

.ahc04 {
  background: #fdeceb; color: #c23a2b;
}

.qkrtv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.qkrtv .ahlgd {
  margin-bottom: 0;
}

.bzlmf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

.bzlmf:hover {
  filter: brightness(0.97);
}

.qpzkw {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.tnvgw {
  border-color: #1f8f4a;
  color: #1f8f4a;
  background: #e9f8ef;
}

.zlbkx {
  border-color: #c23a2b;
  color: #c23a2b;
  background: #fdeceb;
}

.qjwfd {
  color: var(--colsec);
}

.bvnxk {
  color: #1f8f4a;
}

.zphmt {
  color: #c23a2b;
}

.jcwbm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xqkmf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ahlgd[hidden],
.jcwbm[hidden],
.xqkmf[hidden] {
  display: none;
}

.avtwo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.avtblw {
  overflow-x: auto;
  border: 1px solid #dfe6ec;
  border-radius: var(--rad);
  padding: 8px;
}

.avtbl {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.avtbl th {
  background: #f4f7fa;
  color: var(--colprim);
  font-size: 13px;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #d9e1e8;
  white-space: nowrap;
}

.avtbl td {
  font-size: 14px;
  color: #34424f;
  padding: 9px 12px;
  border-bottom: 1px solid #edf2f6;
  white-space: nowrap;
}

.avtbl td:nth-child(2) {
  min-width: 220px;
  white-space: normal;
  line-height: 1.35;
}

.avtbl tr:hover {
  background: #fbfdff;
}

.avsts {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 24px;
  border-radius: var(--rad);
  font-size: 11px;
  font-weight: 700;
  text-transform: lowercase;
}

.avoky {
  background: #e8f8ee; color: #1f8f4a;
}

.avwrn {
  background: #fff7e6; color: #ba7a00;
}

.avbad {
  background: #fdeceb; color: #c23a2b;
}

.ahmdl {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
}

.ahmdl_open {
  display: flex;
}

.ahmdlov {
  position: absolute;
  inset: 0;
  background: rgba(23, 35, 46, 0.42);
}

.ahmdlg {
  position: relative;
  width: min(980px, calc(100% - 24px));
  max-height: calc(100vh - 40px);
  margin: 0;
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: var(--rad);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
  padding: 14px;
  overflow: hidden;
}

.ahmdlc {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--colprim);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.ahmdlc:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.ahmdlt {
  margin: 0 40px 6px 0;
  font-size: 20px;
  color: var(--colprim);
}

.ahmdls {
  margin-bottom: 10px;
  font-size: 13px;
  color: #6f7f8c;
}

.ahmdlw {
  border: 1px solid #dfe6ec;
  border-radius: var(--rad);
  overflow: auto;
  max-height: calc(100vh - 210px);
}

.ahmdltb {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.ahmdltb th {
  background: #f4f7fa;
  color: var(--colprim);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #d9e1e8;
  white-space: nowrap;
}

.ahmdltb td {
  font-size: 14px;
  color: #34424f;
  padding: 9px 12px;
  border-bottom: 1px solid #edf2f6;
  white-space: nowrap;
}

.ahmdltb td:first-child {
  min-width: 240px;
  white-space: normal;
  line-height: 1.35;
}

.ahmdlf {
  margin-top: 10px;
  font-size: 13px;
  color: #2f4152;
  font-weight: 600;
}

/* ==================== USERLOGS.PHP ==================== */
.aazqx {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--spcmd);
  padding-right: var(--spcmd);
  padding-top: 108px;
  padding-bottom: 54px;
}

.bbrty {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 20px;
}

.ccuio {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.ddfgh {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 150px;
}

.eelmn {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 280px;
  min-width: 240px;
}

.fflab {
  font-size: 14px;
  font-weight: 600;
  color: var(--colprim);
  white-space: nowrap;
}

.gginp {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  min-width: 0;
}

.hhbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  height: 38px;
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  color: var(--colprim);
  border: 1px solid var(--colprim);
}

.iires {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid var(--colacc);
  color: var(--colacc);
  background: #fff;
}

.jjexp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  height: 38px;
  flex: 0 0 auto;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.hhbtn:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.iires:hover {
  border-color: #c0392b;
  color: #c0392b;
  background: #ffeceb;
}

.jjexp:hover {
  background: #e2f0ff;
}

.kkmet {
  margin-top: 2px;
  margin-bottom: 12px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.lltxt {
  font-size: 14px;
  color: var(--colgry);
}

.mmvwq {
  overflow-x: auto;
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  background: #fff;
  box-shadow: var(--shdsml);
}

.nntbl {
  width: 100%;
  min-width: 1240px;
  border-collapse: collapse;
}

.oothh {
  position: sticky;
  top: 0;
  background: #f4f7fa;
  color: var(--colprim);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #dbe3ea;
  white-space: nowrap;
}

.ppcell {
  font-size: 13px;
  color: var(--coldrk);
  padding: 9px 12px;
  border-bottom: 1px solid #edf1f5;
  white-space: nowrap;
}

.qqwide {
  font-size: 13px;
  color: var(--coldrk);
  padding: 9px 12px;
  border-bottom: 1px solid #edf1f5;
  white-space: normal;
  line-height: 1.35;
  min-width: 220px;
  max-width: 420px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nntbl tbody tr:hover {
  background: #f9fbfd;
}

.rremp {
  text-align: center;
  color: var(--colgry);
  font-size: 15px;
  font-weight: 500;
  padding: 18px 10px;
}

.sspag {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ttnav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.ttnav:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.uudio {
  opacity: .45;
  pointer-events: none;
}

.hjlqx {
  max-width: 1200px;
  margin: 0 auto;
  padding: 108px var(--spcmd) 54px;
  text-align: center;
}

.tvkcm {
  font-size: 32px;
  font-weight: 600;
  color: var(--coldrk);
  margin-bottom: 20px;
}

.zpdfr {
  font-size: 18px;
  color: var(--colgry);
}

/* ==================== FIX FOCUS ==================== */
.avinp:focus, .avinp:focus-visible,
.fltin:focus, .fltin:focus-visible,
.fltsl:focus, .fltsl:focus-visible,
.avbtn:focus, .avbtn:focus-visible,
.fltbt:focus, .fltbt:focus-visible,
.rpinp:focus, .rpinp:focus-visible,
.rpsel:focus, .rpsel:focus-visible,
.cgmwa:focus, .cgmwa:focus-visible,
.zfklo:focus, .zfklo:focus-visible,
.gginp:focus, .gginp:focus-visible,
.bgpip:focus, .bgpip:focus-visible {
  outline: none !important;
  border-color: var(--colsec) !important;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.12) !important;
}

.rpinp {
  max-width: 100%;
  min-width: 0;
}

.rpsel {
  max-width: 100%;
  min-width: 0;
}

.cgmwa {
  max-width: 100%;
}

.zfklo {
  max-width: 100%;
}

.fltin {
  max-width: 100%;
  min-width: 0;
}

.fltsl {
  max-width: 100%;
  min-width: 0;
}

.gginp {
  max-width: 100%;
}

.avinp {
  max-width: 100%;
}

input[type="date"] {
  width: 100%;
  inline-size: 100%;
  max-width: 100%;
  min-width: 0;
  min-inline-size: 0;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 34px;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

input[type="time"] {
  width: 100%;
  inline-size: 100%;
  max-width: 100%;
  min-width: 0;
  min-inline-size: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

select {
  width: 100%;
  inline-size: 100%;
  max-width: 100%;
  min-width: 0;
  min-inline-size: 0;
}

input[type="date"]::-webkit-date-and-time-value {
  line-height: 38px;
}

input[type="time"]::-webkit-date-and-time-value {
  line-height: 38px;
}

/* ==================== HEALTH.PHP ==================== */
.haxor {
  max-width: 1220px;
  margin: 0 auto;
  padding: 108px 12px 18px;
}

.hbtit {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  color: var(--coldrk);
}

.hsect {
  border: 1px solid #e2e8ee;
  border-radius: var(--rad);
  background: #fff;
  padding: 12px;
  margin-bottom: 12px;
}

.hqrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.hqone,
.hqtwo,
.hqthr,
.hqfou {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.hqone:hover,
.hqtwo:hover,
.hqthr:hover,
.hqfou:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.hqact {
  border-color: var(--colsec) !important;
  color: var(--colsec) !important;
  background: #eef7ff !important;
}

.hform {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.hflda,
.hfldb {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px;
}

.hlaba,
.hlabb {
  font-size: 13px;
  color: #6e7a86;
}

.hinpa,
.hinpb {
  height: 38px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  padding: 0 10px;
  font-size: 14px;
  color: var(--coldrk);
  background: #fff;
}

.hinpa:focus,
.hinpb:focus {
  outline: none;
  border-color: var(--colsec);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.12);
}

.hshow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--colprim);
  border-radius: var(--rad);
  background: transparent;
  color: var(--colprim);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.hshow:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.hgrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.hcd01,
.hcd02,
.hcd03,
.hcd04,
.hcd05 {
  border: 1px solid #e2e8ee;
  border-radius: var(--rad);
  background: #fff;
  padding: 10px;
}

.hnm01,
.hnm02,
.hnm03,
.hnm04,
.hnm05 {
  font-size: 12px;
  color: #6e7a86;
  margin-bottom: 6px;
}

.hvl01,
.hvl02,
.hvl03,
.hvl04,
.hvl05 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--coldrk);
}

.hbw01,
.hbw02,
.hbw03,
.hbw04,
.hbw05 {
  margin-top: 8px;
  height: 8px;
  border-radius: var(--rad);
  background: #edf2f7;
  overflow: hidden;
}

.hbf01 {
  width: 0;
  height: 100%;
  background: #2f7ed8;
  transition: width 0.6s ease;
}

.hbf02 {
  width: 0;
  height: 100%;
  background: #00a676;
  transition: width 0.6s ease;
}

.hbf03 {
  width: 0;
  height: 100%;
  background: #f39c12;
  transition: width 0.6s ease;
}

.hbf04 {
  width: 0;
  height: 100%;
  background: #8e44ad;
  transition: width 0.6s ease;
}

.hbf05 {
  width: 0;
  height: 100%;
  background: #c0392b;
  transition: width 0.6s ease;
}

.htx01,
.htx02,
.htx03,
.htx04,
.htx05 {
  margin-top: 6px;
  font-size: 12px;
  color: #6e7a86;
}

.htsec {
  margin-bottom: 12px;
}

.htwrap {
  overflow-x: auto;
  border: 1px solid #e2e8ee;
  border-radius: var(--rad);
  background: #fff;
}

.httbl {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.hth00,
.hth01,
.hth02,
.hth03,
.hth04,
.hth05,
.hth06 {
  background: #f4f7fa;
  color: #4d5a66;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e3e8ee;
  padding: 10px 12px;
  cursor: pointer;
}

.hrow0:hover {
  background: #fbfdff;
}

.htd00,
.htd01,
.htd02,
.htd03,
.htd04,
.htd05,
.htd06 {
  border-bottom: 1px solid #edf1f5;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--coldrk);
}

.htd06 {
  font-weight: 700;
}

.hempt {
  text-align: center;
  color: #7b8794;
  padding: 14px;
}

.hssec {
  border: 1px solid #e2e8ee;
  border-radius: var(--rad);
  background: #fff;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hsl01 {
  font-size: 14px;
  color: #6e7a86;
}

.hsl02 {
  font-size: 18px;
  color: var(--coldrk);
  font-weight: 700;
}

.hsl03 {
  margin-left: 8px;
  font-size: 14px;
  color: #6e7a86;
}

.hsl04 {
  font-size: 14px;
  color: var(--coldrk);
}

/* ==================== TICKETS.PHP ==================== */
.tkwrp {
  max-width: 1220px;
  margin: 0 auto;
  padding: 108px var(--spcmd) 54px;
}

.tkttl {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  color: #253748;
}

.tkflt {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: var(--rad);
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.tkfth {
  margin: 0 0 12px;
  font-size: 20px;
  color: var(--colprim);
}

.tkfrm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 10px;
}

.tkfld {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 170px;
  flex: 1 1 170px;
}

.tkflb {
  font-size: 13px;
  color: #7f8d99;
  font-weight: 600;
}

.tkfin {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  width: 100%;
  min-width: 0;
}

.tkfin:focus {
  outline: none;
  border-color: var(--colsec);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.12);
}

.tkfbs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--colprim);
  border-radius: var(--rad);
  background: transparent;
  color: var(--colprim);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  min-width: 96px;
}

.tkfbs:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.tkfbc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--colacc);
  border-radius: var(--rad);
  background: #fff;
  color: var(--colacc);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
  min-width: 96px;
}

.tkfbc:hover {
  border-color: #c0392b;
  color: #c0392b;
  background: #ffeceb;
}

.tkfmt {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
  font-size: 14px;
}

.tkfms {
  color: var(--colgry);
}

.tkemp {
  text-align: center;
  color: var(--colgry);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.tkbox {
  display: grid;
  gap: 12px;
}

.tkcrd {
  background: #fff;
  border: 1px solid #dde3e8;
  border-radius: var(--rad);
  padding: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.tkchd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.tkbop {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: var(--rad);
  font-size: 12px;
  font-weight: 700;
  background: #fdeceb;
  color: #c23a2b;
  border: 1px solid #f5c8c2;
  white-space: nowrap;
}

.tkbcm {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: var(--rad);
  font-size: 12px;
  font-weight: 700;
  background: #e9f8ef;
  color: #1f8f4a;
  border: 1px solid #b8e3c5;
  white-space: nowrap;
}

.tkcsp {
  color: var(--colgry);
}

.tkcln {
  font-weight: 700;
  color: var(--colprim);
}

.tkcmi {
  font-size: 13px;
  color: #6f7f8c;
  margin-bottom: 10px;
}

.tkcfm {
  display: block;
  margin-top: 6px;
}

.tkcfm[hidden] {
  display: none;
}

.tkcfh {
  margin-top: 8px;
}

.tkcta {
  width: 100%;
  min-height: 70px;
  padding: 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  font-family: inherit;
  font-size: 14px;
  color: var(--coldrk);
  background: #fff;
  resize: vertical;
}

.tkcta:focus {
  outline: none;
  border-color: var(--colsec);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.12);
}

.tkcch {
  margin-top: 4px;
  font-size: 12px;
  color: var(--colgry);
}

.tkccn {
  font-weight: 600;
}

.tkrxn {
  color: var(--colacc);
  font-weight: 500;
}

.tkcsb {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--colprim);
  border-radius: var(--rad);
  background: var(--colprim);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.tkcsb:hover {
  background: var(--colprid);
  border-color: var(--colprid);
}

.tkcsb:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tkceb {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 6px 12px;
  border: 1px solid var(--colsec);
  border-radius: var(--rad);
  background: #fff;
  color: var(--colsec);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.tkceb:hover {
  background: #eef7ff;
}

.tkcrt {
  background: #fbfdff;
  border: 1px solid #e3e8ee;
  border-radius: var(--rad);
  padding: 10px 12px;
}

.tkcrl {
  font-size: 12px;
  color: var(--colgry);
  margin-bottom: 4px;
}

.tkcrv {
  font-size: 14px;
  color: var(--coldrk);
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  margin-bottom: 6px;
}

.tkcrm {
  font-size: 12px;
  color: var(--colgry);
}

.tkpwr {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tkpnv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.tkpnv:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.tkpds {
  opacity: .45;
  pointer-events: none;
}

.nvbdg {
  margin-left: 6px;
  color: var(--colacc);
  font-weight: 500;
}

/* ==================== PERFORMANCE.PHP ==================== */
.pfwrp {
  max-width: 1220px;
  margin: 0 auto;
  padding: 108px var(--spcmd) 54px;
}

.pfttl {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 700;
  color: #253748;
}

.pfsec {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: var(--rad);
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.pfhds {
  margin: 0 0 12px;
  font-size: 20px;
  color: var(--colprim);
}

.pfflt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.pfqbt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.pfqbt:hover {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #fff;
}

.pfact {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.pffrm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.pffld {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 170px;
  flex: 1 1 170px;
}

.pflbl {
  font-size: 13px;
  color: #7f8d99;
  font-weight: 600;
}

.pfinp {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  font-size: 14px;
  width: 100%;
  min-width: 0;
}

.pfbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  min-height: 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--rad);
  transition: 0.2s;
  background: transparent;
  color: var(--colprim);
  border: 1px solid var(--colprim);
  height: 38px;
  cursor: pointer;
  min-width: 96px;
}

.pfbtn:hover {
  background: var(--colgrl);
  color: var(--colprid);
  border-color: var(--colprid);
}

.pfexp {
  border-color: var(--colsec);
  color: var(--colsec);
  background: #eef7ff;
}

.pfblk {
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: var(--rad);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.pfbhd {
  margin: 0;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #2f4152;
  background: #f4f7fa;
  border-bottom: 1px solid #e3e9ef;
}

.pfemp {
  padding: 16px;
  font-size: 14px;
  color: #93a0ab;
  text-align: center;
}

.pftblw {
  overflow-x: auto;
}

.pftbl {
  width: 100%;
  border-collapse: collapse;
}

.pftbl th {
  background: #fff;
  color: #8a98a4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  padding: 9px 16px;
  border-bottom: 1px solid #eef2f6;
  white-space: nowrap;
}

.pftbl td {
  font-size: 14px;
  color: #34424f;
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f8;
  white-space: nowrap;
  vertical-align: middle;
}

.pftbl tr:last-child td {
  border-bottom: none;
}

.pftbl tbody tr:hover td {
  background: #fafcfe;
}

.pftbl th.pfnum,
.pftbl td.pfnum {
  text-align: center;
}

.pfpro {
  min-width: 200px;
  white-space: normal;
  line-height: 1.35;
  font-weight: 500;
}

.pfdev {
  display: inline-block;
  padding: 2px 9px;
  border-radius: var(--rad);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.pfntr {
  color: #aab4bd;
}

.pfkgr {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pfkcd {
  border: 1px solid #e3e9ef;
  border-radius: var(--rad);
  background: #fbfdff;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pfktl {
  font-size: 13px;
  color: var(--colgry);
}

.pfkvl {
  font-size: 22px;
  font-weight: 700;
  color: var(--colprim);
}

.pfcvb {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border: 1px solid #d8dee5;
  border-radius: var(--rad);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.pfk01 { background: #e9f8ef; color: #1f8f4a; }
.pfk02 { background: #fff7e8; color: #b87a00; }
.pfk03 { background: #ffeedb; color: #b45d00; }
.pfk04 { background: #fdeceb; color: #c23a2b; }

.pfpwr {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pfpbt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  background: #fff;
  color: var(--coldrk);
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
  cursor: pointer;
}

.pfpbt:hover {
  border-color: var(--colsec);
  color: var(--colsec);
}

.pfpds {
  opacity: .45;
  pointer-events: none;
}

.pfpfm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.pfptt {
  font-size: 14px;
  color: var(--colgry);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.pfpip {
  width: 56px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #d6dde3;
  border-radius: var(--rad);
  font-size: 14px;
  color: var(--coldrk);
  background: #fff;
}

.pfinp:focus, .pfinp:focus-visible,
.pfbtn:focus, .pfbtn:focus-visible,
.pfpip:focus, .pfpip:focus-visible {
  outline: none !important;
  border-color: var(--colsec) !important;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.12) !important;
}

/* ==================== DESKTOP / TABLET / PHONE ==================== */
@media (min-width: 1025px) {
  .layroot {
    margin-left: 190px !important;
  }

  .mnbtgg {
    display: none !important;
  }

  .mnover {
    display: none !important;
  }

  .hedfix {
    transform: none !important;
    width: 190px !important;
  }

  .hedlng {
    display: none;
  }

  .hedsht {
    display: inline;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .layroot {
    margin-left: 0 !important;
  }

  .mnbtgg {
    display: flex !important;
  }

  .mnover {
    display: block !important;
  }

  .hedfix {
    width: min(72vw, 340px);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    box-shadow: 2px 0 20px rgba(0,0,0,0.2);
  }

  .hedfix.active {
    transform: translateX(0);
  }

  .hedcnt {
    padding: 16px 14px;
  }

  .hedlog {
    padding-bottom: 14px;
    margin-bottom: 10px;
  }

  .logojb {
    font-size: 26px;
    padding: 8px 10px;
  }

  .hednav a {
    font-size: 15px;
    padding: 9px 10px;
  }

  .hedaut .plokij {
    font-size: 14px;
    padding: 8px 10px;
  }

  .hedaut {
    margin: 10px 0;
    padding: 10px 0;
    gap: 6px;
  }

  .rptwr,
  .rlwrp,
  .qntrm,
  .grfwr,
  .avwrp,
  .aazqx,
  .tkwrp,
  .qjmfw,
  .hjlqx {
    padding-top: 88px;
    padding-bottom: 44px;
  }

  .epwrp {
    padding-top: 82px;
    padding-bottom: 44px;
    min-height: auto;
  }

  .rfdat,
  .rfhou,
  .rfprg,
  .uazmx,
  .fltbl,
  .ddfgh,
  .eelmn {
    min-width: 220px;
    flex: 1 1 220px;
  }

  .avfrm {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 10px;
    align-items: end;
  }

  .avfld {
    min-width: 0;
    width: 100%;
  }

  .avtwo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .layroot {
    margin-left: 0 !important;
  }

  .mnbtgg {
    display: flex !important;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    padding: 8px 7px;
  }

  .mnover {
    display: block !important;
  }

  .hedfix {
    width: min(86vw, 300px);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    box-shadow: 2px 0 20px rgba(0,0,0,0.22);
  }

  .hedfix.active {
    transform: translateX(0);
  }

  .hedcnt {
    padding: 12px 10px;
  }

  .hedlog {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .logojb {
    font-size: 22px;
    padding: 6px 8px;
  }

  .hednav a {
    font-size: 14px;
    padding: 8px 9px;
  }

  .hedaut .plokij {
    font-size: 13px;
    padding: 7px 9px;
  }

  .hedaut {
    margin: 8px 0;
    padding: 8px 0;
    gap: 6px;
  }

  .hedcpy {
    font-size: 11px;
    padding-top: 8px;
    margin-top: 6px;
  }

  .rptwr,
  .rlwrp,
  .qntrm,
  .grfwr,
  .avwrp,
  .aazqx,
  .tkwrp,
  .qjmfw,
  .hjlqx {
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .epwrp {
    padding-top: 68px;
    padding-bottom: 34px;
    min-height: auto;
    display: block;
  }

  .epcrd {
    padding: 16px;
  }

  .epttl {
    font-size: 26px;
  }

  .eprow {
    grid-template-columns: 1fr;
    row-gap: 4px;
    align-items: start;
  }

  .epbtn {
    width: 100%;
  }

  .xyzabc {
    padding: 20px 0;
    min-height: calc(100vh - 150px);
  }

  .krcbrd {
    margin-bottom: 25px;
    font-size: 13px;
  }

  .smpkld {
    padding: 30px 25px;
  }

  .vgtyhn {
    font-size: 24px;
  }

  .byunmj {
    font-size: 14px;
  }

  .ujmikn {
    padding: 12px 16px;
    font-size: 15px;
  }

  .okmijn {
    padding: 12px 14px;
    font-size: 14px;
  }

  .qazxsw.horizontal {
    flex-direction: column;
    gap: 15px;
  }

  .mjuikl {
    padding: 14px;
    font-size: 15px;
  }

  .rptfm,
  .hpkse,
  .fltwr,
  .ccuio {
    gap: 10px;
  }

  .rfdat,
  .rfhou,
  .rfprg,
  .uazmx,
  .fltbl,
  .ddfgh,
  .eelmn,
  .tkfld {
    width: 100%;
    min-width: 100%;
    flex: 1 1 100%;
  }

  .rpinp,
  .rpsel,
  .rpbtn,
  .cgmwa,
  .zfklo,
  .pxdru,
  .fltin,
  .fltsl,
  .fltbt,
  .avinp,
  .avbtn,
  .avqbt,
  .gginp,
  .hhbtn,
  .iires,
  .jjexp,
  .tkfbs,
  .tkfbc {
    width: 100%;
    min-width: 0;
  }

  .bgpwr,
  .gstwr {
    justify-content: center;
  }

  .bgpfm {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .bgptt {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .bgpbt,
  .gstbt {
    min-width: 88px;
  }

  .bgpip {
    width: 64px;
  }

  .avflt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .avfrm {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ftrcnt {
    padding: var(--spclg) 0;
  }

  .cpyrtx {
    font-size: 12px;
    line-height: 1.4;
  }

  .ahmdlg {
    width: calc(100% - 12px);
    max-height: calc(100vh - 12px);
    margin: 0;
    padding: 10px;
  }

  .ahmdlt {
    font-size: 18px;
  }

  .ahmdlw {
    max-height: calc(100vh - 180px);
  }

  .ahmdltb {
    min-width: 620px;
  }

  .sspag {
    justify-content: center;
  }

  .ttnav {
    min-width: 88px;
  }

  .rpmeta {
    align-items: flex-start;
    gap: 8px;
  }

  .rpmta {
    width: 100%;
  }

  .rpnmb {
    min-width: auto;
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }

  .rptfm > *,
  .hpkse > *,
  .fltwr > *,
  .ccuio > *,
  .avfrm > * {
    max-width: 100%;
  }

  .rfdat,
  .rfhou,
  .rfprg,
  .uazmx,
  .fltbl,
  .ddfgh,
  .eelmn,
  .avfld {
    min-width: 0;
    overflow: hidden;
  }

  .haxor {
    padding-top: 88px;
  }

  .hgrid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .hflda,
  .hfldb {
    min-width: 0;
    flex: 1 1 220px;
  }
}

@media (max-width: 768px) {
  .haxor {
    padding-top: 72px;
  }

  .hgrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hshow {
    width: 100%;
  }

  .tkchd {
    gap: 6px;
  }

  .tkcsp {
    display: none;
  }

  .tkcln {
    width: 100%;
  }

  .tkpwr {
    justify-content: center;
  }

  .tkpnv {
    min-width: 88px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .hedfix {
    width: min(58vw, 290px);
  }

  .mnbtgg {
    width: 36px;
    height: 36px;
    top: 8px;
    left: 8px;
    padding: 7px 6px;
  }

  .mnbtgg span {
    width: 18px;
  }

  .hedcnt {
    padding: 8px 8px;
  }

  .logojb {
    font-size: 18px;
    padding: 4px 6px;
  }

  .hednav a {
    font-size: 12px;
    padding: 6px 7px;
  }

  .hedaut .plokij {
    font-size: 12px;
    padding: 6px 7px;
  }

  .hedcpy {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .smpkld {
    padding: 25px 20px;
  }

  .tgbyhn {
    margin-bottom: 25px;
  }

  .ujmikn {
    padding: 10px 12px;
    font-size: 14px;
  }

  .krcbrd {
    margin-bottom: 20px;
  }

  .vgtyhn {
    font-size: 22px;
  }

  .bgpwr {
    gap: 6px;
  }

  .bgpbt,
  .avqbt,
  .avbtn {
    width: 100%;
    min-width: 100%;
  }

  .bgpfm {
    gap: 6px;
  }

  .avflt {
    grid-template-columns: 1fr;
  }

  .avkpi {
    grid-template-columns: 1fr;
  }

  .cpyrtx {
    font-size: 11px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .pfwrp {
    padding-top: 88px;
    padding-bottom: 44px;
  }

  .pffrm {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 10px;
    align-items: end;
  }

  .pffld {
    min-width: 0;
    width: 100%;
  }

  .pfkvl {
    font-size: 19px;
  }

  .pfcvb {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .pfwrp {
    padding-top: 88px;
    padding-bottom: 44px;
  }

  .pfinp,
  .pfbtn,
  .pfqbt {
    width: 100%;
    min-width: 0;
  }

  .pfflt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .pffrm {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pfbhd {
    font-size: 14px;
    padding: 9px 12px;
  }

  .pftbl th {
    padding: 7px 10px;
  }

  .pftbl td {
    font-size: 13px;
    padding: 8px 10px;
  }

  .pfpro {
    min-width: 120px;
  }

  .pfdev {
    font-size: 12px;
    padding: 2px 7px;
  }

  .pfkgr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pfkvl {
    font-size: 19px;
  }

  .pfcvb {
    font-size: 15px;
  }

  .pfpwr {
    justify-content: center;
  }

  .pfpfm {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pfptt {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .pfpbt {
    min-width: 88px;
  }

  .pfpip {
    width: 64px;
  }
}

@media (max-width: 480px) {
  .pfpwr {
    gap: 6px;
  }

  .pfpbt,
  .pfqbt,
  .pfbtn {
    width: 100%;
    min-width: 100%;
  }

  .pfpfm {
    gap: 6px;
  }

  .pfflt {
    grid-template-columns: 1fr;
  }
}
