:root{--blue:#064ec2;--blue-dark:#003b9c;--orange:#ff6b00;--green:#2fb344;--purple:#6f42c1;--red:#ef4444;--muted:#7c8798;--text:#172033;--border:#dfe7f3;--shadow:0 10px 28px rgba(15,45,90,.12)}*{box-sizing:border-box}body{margin:0;background:#eef4ff;color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.app-shell{width:100%;min-height:100vh;background:linear-gradient(180deg,#eef6ff 0%,#fff 55%,#f5f8ff 100%);margin:0 auto;position:relative;overflow-x:hidden}@media(min-width:520px){body{display:flex;justify-content:center}.app-shell{max-width:430px;min-height:100vh;box-shadow:0 0 0 1px #d7e4f8,0 20px 60px rgba(0,0,0,.12)}}
.login-bg{min-height:100vh;padding:48px 24px 32px;background:radial-gradient(circle at 50% 8%,rgba(41,121,255,.18),transparent 24%),linear-gradient(180deg,#f5fbff 0%,#fff 52%,#dcecff 100%);position:relative}.login-bg:after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(145deg,transparent 10%,rgba(28,94,185,.10) 11%,transparent 45%),linear-gradient(210deg,transparent 15%,rgba(28,94,185,.10) 16%,transparent 55%);opacity:.7}.logo-box{text-align:center;position:relative;z-index:1}.logo-icon{width:96px;height:96px;margin:0 auto 20px;border-radius:28px;background:#fff;display:grid;place-items:center;color:var(--blue);box-shadow:var(--shadow);border:4px solid #0b56c8}.logo-icon i{font-size:52px}.login-title{color:#063f9e;font-weight:800;font-size:30px;margin:0}.login-subtitle{color:#53627a;margin:8px 0 28px}.auth-tabs{display:flex;gap:8px;margin-bottom:16px}.auth-tabs button{flex:1}.form-control,.form-select{height:50px;border-radius:12px!important;border:1px solid var(--border)!important}textarea.form-control{height:auto;min-height:110px}.btn-main{height:52px;border-radius:12px;border:0;background:linear-gradient(180deg,#0958d9,#0645b5);color:#fff;font-weight:700;width:100%;box-shadow:0 8px 18px rgba(6,78,194,.22)}.btn-orange{background:linear-gradient(180deg,#ff7a18,#f05a00)}.btn-outline-main{height:52px;border-radius:12px;border:1.5px solid var(--blue);background:#fff;color:var(--blue);font-weight:700;width:100%}
.app-header{height:78px;padding:14px 18px;background:linear-gradient(180deg,#065bd6,#0047b6);color:#fff;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:20;box-shadow:0 8px 18px rgba(0,54,150,.22)}.header-title{flex:1;text-align:center;font-weight:800;font-size:17px}.header-title.left{text-align:left}.icon-btn{border:0;background:transparent;color:inherit;width:34px;height:34px;display:grid;place-items:center;font-size:21px;text-decoration:none}.app-content{padding:16px 16px 92px}.member-card{border-radius:18px;background:#fff;box-shadow:var(--shadow);padding:18px;display:flex;gap:14px;align-items:center;margin-bottom:22px;border:1px solid #e8eef8}.avatar{width:58px;height:58px;border-radius:50%;background:linear-gradient(180deg,#0e67e8,#0047b6);color:#fff;display:grid;place-items:center;font-size:28px;flex:0 0 auto}.member-card h4{font-size:15px;margin:0 0 3px}.member-card p{margin:0;font-size:13px}.status-pill{padding:5px 10px;border-radius:999px;background:#e8fff0;color:#14863d;font-size:12px;font-weight:800}.section-title{margin:4px 0 14px;font-size:17px;font-weight:800}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.menu-tile{background:#fff;border:1px solid #e6edf7;border-radius:16px;box-shadow:0 6px 18px rgba(20,61,120,.08);min-height:118px;padding:16px 10px;text-align:center;text-decoration:none;color:var(--text);display:flex;flex-direction:column;justify-content:center;gap:9px}.menu-tile i{font-size:31px}.menu-tile span{font-size:13px;font-weight:700}.text-blue{color:var(--blue)}.text-orange{color:var(--orange)}.text-green{color:var(--green)}.text-purple{color:var(--purple)}.text-red{color:var(--red)}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:74px;background:#fff;border-top:1px solid #e6edf7;display:grid;grid-template-columns:repeat(4,1fr);z-index:30;box-shadow:0 -10px 28px rgba(15,45,90,.08);max-width:430px;margin:0 auto}.bottom-nav a{text-decoration:none;color:#8a94a6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:700}.bottom-nav a i{font-size:20px}.bottom-nav a.active{color:var(--blue)}.tab-strip{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid #e7eef8;position:sticky;top:78px;z-index:15}.tab-strip button{border:0;background:#fff;padding:14px 4px;color:#748197;font-weight:700;font-size:13px}.tab-strip button.active{color:var(--blue);border-bottom:3px solid var(--blue)}
.piket-card,.report-card{background:#fff;border:1px solid #e5edf8;border-radius:16px;box-shadow:0 6px 18px rgba(20,61,120,.08);padding:14px;margin-bottom:12px}.piket-card.today{border:1.8px solid var(--blue);background:#f7fbff}.piket-row{display:flex;gap:12px}.date-box{width:66px;min-width:66px;border-radius:14px;background:#f1f5fb;display:grid;place-items:center;font-weight:800;color:#101828;padding:8px 4px;text-align:center;line-height:1.05}.date-box .day{font-size:24px}.date-box .month{font-size:12px}.piket-info h4,.report-info h4{font-size:15px;margin:0 0 7px;font-weight:800}.piket-info p,.report-info p{font-size:12.5px;margin:3px 0;color:#3f4d63}.today-badge{background:var(--blue);color:#fff;border-radius:0 12px 0 12px;padding:7px 9px;font-size:11px;font-weight:800;position:absolute;top:0;right:0}.position-relative{position:relative}.map-preview{height:118px;border-radius:14px;background:linear-gradient(45deg,rgba(0,0,0,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.04) 25%,transparent 25%),linear-gradient(135deg,#d9edd2,#e9f2ff);background-size:28px 28px,28px 28px,cover;display:grid;place-items:center;color:var(--red);font-size:38px;margin-bottom:14px;border:1px solid #d8e7d2}.upload-box{min-height:112px;border:1.5px dashed #bac8da;border-radius:14px;display:grid;place-items:center;color:#6c7688;text-align:center;background:#fbfcff;padding:16px}.upload-box i{font-size:28px}.report-card{display:flex;align-items:center;gap:13px}.report-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;font-size:28px;flex:0 0 auto}.report-icon.orange{background:#fff0e5;color:var(--orange)}.report-icon.blue{background:#e9f1ff;color:var(--blue)}.report-icon.green{background:#e8fff0;color:var(--green)}.report-icon.purple{background:#f1eaff;color:var(--purple)}.report-info{flex:1}.badge-soft{padding:5px 8px;border-radius:8px;font-size:11px;font-weight:800}.badge-danger-soft{background:#fff0ec;color:#e95020;border:1px solid #ffd0c2}.badge-blue-soft{background:#eef5ff;color:var(--blue);border:1px solid #cddfff}.badge-green-soft{background:#edfff2;color:#18833e;border:1px solid #c8f0d4}.notice{background:#eaf4ff;color:#39536f;border-radius:14px;padding:14px;font-size:13px;display:flex;gap:10px}.alert-app{border-radius:14px}.form-label{font-weight:800;font-size:13px;margin-bottom:7px}.required{color:var(--red)}.d-none{display:none!important}
.developer-credit {
  margin: 18px 0 88px;
  padding: 10px 12px;
  text-align: center;
  color: #7c8798;
  font-size: 11.5px;
  line-height: 1.45;
}

.developer-credit .dev-line {
  margin: 0 0 4px;
}

.developer-credit .dev-line strong {
  color: #4b5563;
  font-weight: 700;
}

.developer-credit .dev-help {
  margin: 0;
}

.developer-credit a {
  color: #064ec2;
  font-weight: 700;
  text-decoration: none;
}

.developer-credit a:hover {
  text-decoration: underline;
}

/* ================================
   DASHBOARD ANGGOTA MODERN
================================ */

.dashboard-shell {
  background: #f8fbff;
}

.dashboard-content {
  padding: 34px 16px 112px;
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}

.dashboard-greeting {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #07152f;
  letter-spacing: -0.8px;
}

.dashboard-subtitle {
  margin: 4px 0 0;
  color: #556177;
  font-size: 16px;
  font-weight: 500;
}

.notif-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #07152f;
  font-size: 30px;
  position: relative;
  display: grid;
  place-items: center;
}

.notif-btn span {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 9px;
  height: 9px;
  background: #ff6500;
  border-radius: 50%;
  border: 2px solid #fff;
}

.brand-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 28px rgba(15, 45, 90, 0.08);
  border: 1px solid #edf2f8;
  margin-bottom: 18px;
}

.brand-badge {
  width: 72px;
  height: 82px;
  background: linear-gradient(180deg, #081a35, #031026);
  border: 3px solid #ff6500;
  border-radius: 18px;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8px 4px;
  line-height: 1.1;
  flex: 0 0 auto;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.brand-badge span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.7px;
}

.brand-badge strong {
  font-size: 12px;
  color: #ff7a1a;
}

.brand-card h2 {
  margin: 0;
  font-size: 29px;
  font-weight: 950;
  color: #07152f;
  letter-spacing: -1px;
}

.brand-card h2 span {
  color: #ff6500;
}

.brand-card p {
  margin: 2px 0 0;
  color: #506078;
  font-size: 16px;
  font-weight: 500;
}

.saldo-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,0.12), transparent 22%),
    linear-gradient(135deg, #021d3d, #00152f 70%);
  color: #fff;
  border-radius: 22px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  box-shadow: 0 14px 28px rgba(1, 29, 62, 0.24);
  position: relative;
  overflow: hidden;
}

.saldo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(
      circle at 95% 35%,
      rgba(255,255,255,0.08) 0,
      rgba(255,255,255,0.08) 1px,
      transparent 1px,
      transparent 12px
    );
  opacity: 0.45;
  pointer-events: none;
}

.saldo-icon {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 3px solid rgba(255,255,255,0.14);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.saldo-icon i {
  font-size: 34px;
}

.saldo-icon span {
  position: absolute;
  right: 9px;
  bottom: 11px;
  background: #ff6500;
  color: #07152f;
  font-size: 11px;
  font-weight: 900;
  border-radius: 50%;
  padding: 3px 4px;
}

.saldo-info {
  flex: 1;
  position: relative;
  z-index: 1;
}

.saldo-info p {
  margin: 0 0 6px;
  font-size: 16px;
  color: rgba(255,255,255,0.9);
}

.saldo-info h3 {
  margin: 0;
  font-size: 33px;
  font-weight: 950;
  letter-spacing: -1px;
}

.saldo-arrow {
  position: relative;
  z-index: 1;
  font-size: 26px;
}

.date-time-card {
  background: #fff;
  border: 1px solid #edf2f8;
  border-radius: 18px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  box-shadow: 0 8px 22px rgba(15, 45, 90, 0.07);
}

.date-time-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(180deg, #1e7cff, #0758df);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 23px;
  flex: 0 0 auto;
}

.date-time-card p {
  margin: 0 0 3px;
  font-size: 12px;
  color: #7c8798;
  font-weight: 700;
}

.date-time-card h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: #07152f;
}

.date-time-card span {
  display: inline-block;
  margin-top: 2px;
  font-size: 12.5px;
  color: #ff6500;
  font-weight: 800;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.stat-card {
  background: #fff;
  border-radius: 18px;
  min-height: 142px;
  text-align: center;
  padding: 18px 8px 14px;
  box-shadow: 0 8px 22px rgba(15, 45, 90, 0.08);
  border: 1px solid #edf2f8;
  text-decoration: none;
  color: #07152f;
}

.stat-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 23px;
}

.stat-icon.blue {
  background: linear-gradient(180deg, #1e7cff, #0758df);
}

.stat-icon.orange {
  background: linear-gradient(180deg, #ff7b1a, #ff5100);
}

.stat-icon.green {
  background: linear-gradient(180deg, #2fc75a, #12973c);
}

.stat-card p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
}

.stat-card h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 950;
  color: #07152f;
  letter-spacing: -1px;
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.shortcut-card {
  background: #fff;
  border-radius: 18px;
  min-height: 100px;
  padding: 15px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #07152f;
  border: 1px solid #edf2f8;
  box-shadow: 0 8px 22px rgba(15, 45, 90, 0.07);
}

.shortcut-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex: 0 0 auto;
}

.shortcut-icon.blue {
  background: linear-gradient(180deg, #1e8cff, #0864e9);
}

.shortcut-icon.green {
  background: linear-gradient(180deg, #32c962, #149c40);
}

.shortcut-icon.purple {
  background: linear-gradient(180deg, #8b5cf6, #6d3fe8);
}

.shortcut-card h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 900;
}

.shortcut-card p {
  margin: 0;
  font-size: 12.5px;
  color: #5c687d;
  line-height: 1.35;
}

.shortcut-arrow {
  margin-left: auto;
  color: #566278;
  font-size: 20px;
}

.dashboard-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 430px;
  margin: 0 auto;
  height: 84px;
  background: linear-gradient(180deg, #022248, #00152f);
  border-radius: 26px 26px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 50;
  box-shadow: 0 -12px 30px rgba(0, 21, 47, 0.24);
}

.dashboard-bottom-nav a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.dashboard-bottom-nav a i {
  font-size: 24px;
}

.dashboard-bottom-nav a.active {
  color: #ff6500;
}

.dashboard-bottom-nav a.active::after {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: #ff6500;
  position: absolute;
  bottom: 7px;
}

.dashboard-bottom-nav .center-add {
  width: 74px;
  height: 74px;
  background: linear-gradient(180deg, #ff7a1a, #ff5100);
  color: #fff;
  border-radius: 50%;
  margin: -44px auto 0;
  box-shadow: 0 10px 24px rgba(255, 101, 0, 0.35);
}

.dashboard-bottom-nav .center-add i {
  font-size: 38px;
}

.dashboard-bottom-nav .center-add::after {
  display: none;
}

@media (max-width: 360px) {
  .dashboard-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dashboard-greeting {
    font-size: 24px;
  }

  .brand-card {
    padding: 15px;
  }

  .brand-badge {
    width: 64px;
    height: 74px;
  }

  .brand-card h2 {
    font-size: 24px;
  }

  .brand-card p {
    font-size: 14px;
  }

  .saldo-info h3 {
    font-size: 28px;
  }

  .stat-grid {
    gap: 10px;
  }

  .shortcut-grid {
    gap: 10px;
  }

  .shortcut-card {
    padding: 12px 9px;
  }

  .shortcut-card h4 {
    font-size: 14px;
  }

  .shortcut-card p {
    font-size: 11.5px;
  }
}

/* =========================================
   DASHBOARD V2
========================================= */

.dashboard-v2-shell {
  background: #f7f9ff;
}

.dashboard-v2-content {
  padding: 26px 16px 110px;
}

.dashboard-v2-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.dashboard-v2-greeting {
  margin: 0;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  color: #132a75;
}

.dashboard-v2-subtitle {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #62709a;
  max-width: 240px;
}

.dashboard-v2-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-v2-bell {
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  position: relative;
  display: grid;
  place-items: center;
  color: #16318a;
  font-size: 25px;
}

.dashboard-v2-bell .badge-dot {
  position: absolute;
  top: 1px;
  right: 0;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ff3b3b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
}

.dashboard-v2-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a57ff, #0b2b8a);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(20, 45, 130, 0.18);
}

.dashboard-v2-balance-card {
  background: linear-gradient(135deg, #1859ff, #0c39bf);
  border-radius: 22px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 14px 30px rgba(24, 89, 255, 0.22);
}

.dashboard-v2-balance-text p {
  margin: 0 0 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
}

.dashboard-v2-balance-text h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.dashboard-v2-balance-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  display: grid;
  place-items: center;
  font-size: 35px;
  flex: 0 0 auto;
}

.dashboard-v2-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.dashboard-v2-stat-card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 14px 10px;
  text-decoration: none;
  color: #172554;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.06);
}

.dashboard-v2-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.dashboard-v2-stat-icon.blue {
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
}

.dashboard-v2-stat-icon.orange {
  background: linear-gradient(180deg, #ffb03b, #ff8a00);
}

.dashboard-v2-stat-icon.green {
  background: linear-gradient(180deg, #35c86b, #1aa24a);
}

.dashboard-v2-stat-content h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: #16245f;
}

.dashboard-v2-stat-content strong {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  line-height: 1;
  color: #132a75;
  font-weight: 900;
}

.dashboard-v2-stat-content span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #7481a8;
  font-weight: 700;
}

.dashboard-v2-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dashboard-v2-section-head.mt-22 {
  margin-top: 22px;
}

.dashboard-v2-section-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #172554;
}

.dashboard-v2-section-head a {
  text-decoration: none;
  color: #1d5eff;
  font-size: 13px;
  font-weight: 800;
}

.dashboard-v2-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dashboard-v2-menu-card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 18px 10px;
  min-height: 150px;
  text-decoration: none;
  color: #172554;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
}

.dashboard-v2-menu-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
}

.dashboard-v2-menu-icon.blue {
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
}

.dashboard-v2-menu-icon.green {
  background: linear-gradient(180deg, #35c86b, #1aa24a);
}

.dashboard-v2-menu-icon.orange {
  background: linear-gradient(180deg, #ffb03b, #ff8a00);
}

.dashboard-v2-menu-icon.purple {
  background: linear-gradient(180deg, #8d61ff, #6a38f0);
}

.dashboard-v2-menu-icon.red {
  background: linear-gradient(180deg, #ff4545, #e81919);
}

.dashboard-v2-menu-card h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  color: #172554;
}

.dashboard-v2-activity-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dashboard-v2-activity-item {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.05);
}

.dashboard-v2-activity-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  flex: 0 0 auto;
}

.dashboard-v2-activity-icon.green {
  background: linear-gradient(180deg, #35c86b, #1aa24a);
}

.dashboard-v2-activity-icon.orange {
  background: linear-gradient(180deg, #ffb03b, #ff8a00);
}

.dashboard-v2-activity-icon.blue {
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
}

.dashboard-v2-activity-main {
  flex: 1;
  min-width: 0;
}

.dashboard-v2-activity-main h4 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  color: #172554;
}

.dashboard-v2-activity-main p {
  margin: 0;
  font-size: 12px;
  color: #7481a8;
}

.dashboard-v2-activity-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.dashboard-v2-activity-meta small {
  font-size: 12px;
  color: #7c88ab;
  white-space: nowrap;
}

.dashboard-v2-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.dashboard-v2-badge.done {
  background: #e6f8eb;
  color: #1f9a45;
}

.dashboard-v2-badge.process {
  background: #fff2df;
  color: #ff8a00;
}

.dashboard-v2-badge.danger {
  background: #ffe4e4;
  color: #df2f2f;
}

.dashboard-v2-empty {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  color: #7481a8;
  font-size: 14px;
}

.dashboard-v2-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 430px;
  margin: 0 auto;
  height: 82px;
  background: #ffffff;
  border-top: 1px solid #edf1f8;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 50;
  box-shadow: 0 -8px 24px rgba(20, 40, 90, 0.06);
}

.dashboard-v2-bottom-nav a {
  text-decoration: none;
  color: #7b87a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
}

.dashboard-v2-bottom-nav a i {
  font-size: 24px;
}

.dashboard-v2-bottom-nav a.active {
  color: #1d5eff;
}

.dashboard-v2-nav-center {
  width: 66px;
  height: 66px;
  margin: -22px auto 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(29, 94, 255, 0.28);
}

.dashboard-v2-nav-center i {
  font-size: 34px !important;
}

@media (max-width: 390px) {
  .dashboard-v2-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .dashboard-v2-greeting {
    font-size: 21px;
  }

  .dashboard-v2-balance-text h2 {
    font-size: 24px;
  }

  .dashboard-v2-menu-grid {
    gap: 10px;
  }

  .dashboard-v2-menu-card {
    min-height: 138px;
    padding: 16px 8px;
  }

  .dashboard-v2-menu-card h4 {
    font-size: 12px;
  }

  .dashboard-v2-stat-grid {
    gap: 10px;
  }
}

/* =========================================
   DASHBOARD V2 - ICON TANPA BACKGROUND
========================================= */

/* Statistik atas */
.dashboard-v2-stat-icon {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 34px !important;
  box-shadow: none !important;
}

.dashboard-v2-stat-icon.blue {
  background: transparent !important;
  color: #0b56eb !important;
}

.dashboard-v2-stat-icon.orange {
  background: transparent !important;
  color: #ff8a00 !important;
}

.dashboard-v2-stat-icon.green {
  background: transparent !important;
  color: #18a64f !important;
}

/* Menu cepat */
.dashboard-v2-menu-icon {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: block !important;
  font-size: 42px !important;
  box-shadow: none !important;
}

.dashboard-v2-menu-icon.blue {
  background: transparent !important;
  color: #0b56eb !important;
}

.dashboard-v2-menu-icon.green {
  background: transparent !important;
  color: #18a64f !important;
}

.dashboard-v2-menu-icon.orange {
  background: transparent !important;
  color: #ff8a00 !important;
}

.dashboard-v2-menu-icon.purple {
  background: transparent !important;
  color: #7c3aed !important;
}

.dashboard-v2-menu-icon.red {
  background: transparent !important;
  color: #ef233c !important;
}

/* Aktivitas terbaru */
.dashboard-v2-activity-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: grid !important;
  place-items: center !important;
  font-size: 30px !important;
  box-shadow: none !important;
}

.dashboard-v2-activity-icon.green {
  background: transparent !important;
  color: #18a64f !important;
}

.dashboard-v2-activity-icon.orange {
  background: transparent !important;
  color: #ff8a00 !important;
}

.dashboard-v2-activity-icon.blue {
  background: transparent !important;
  color: #0b56eb !important;
}

/* Icon wallet di saldo */
.dashboard-v2-balance-icon {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-size: 46px !important;
  box-shadow: none !important;
}

/* Kartu menu agar tetap rapi setelah icon background dihapus */
.dashboard-v2-menu-card {
  gap: 10px !important;
}

.dashboard-v2-stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dashboard-v2-stat-content {
  width: 100%;
}
/* =========================================
   INNER PAGE V2 - UNTUK SEMUA HALAMAN ANGGOTA
========================================= */

.app-shell {
  background: #f7f9ff;
}

.app-header {
  height: auto;
  min-height: 72px;
  padding: 18px 16px 14px;
  background: #f7f9ff;
  color: #132a75;
  box-shadow: none;
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.app-header .header-title {
  font-size: 20px;
  font-weight: 900;
  color: #132a75;
  text-align: center;
}

.app-header .icon-btn {
  color: #132a75;
  background: #fff;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 18px rgba(20, 40, 90, 0.08);
}

.app-content {
  padding: 16px 16px 112px;
}

.piket-card,
.report-card,
.member-card {
  border-radius: 18px;
  border: 1px solid #eef1f7;
  background: #fff;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.06);
}

.section-title {
  font-size: 17px;
  font-weight: 900;
  color: #172554;
  margin: 4px 0 14px;
}

.form-label {
  font-size: 13px;
  color: #172554;
  font-weight: 900;
}

.form-control,
.form-select {
  height: 52px;
  border-radius: 16px !important;
  border: 1px solid #e4eaf5 !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(20, 40, 90, 0.035);
}

textarea.form-control {
  min-height: 116px;
  padding-top: 13px;
}

.btn-main {
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  box-shadow: 0 10px 24px rgba(29, 94, 255, 0.22);
}

.btn-orange {
  background: linear-gradient(180deg, #ffb03b, #ff8a00);
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.22);
}

.btn-outline-main {
  height: 54px;
  border-radius: 16px;
  border: 1.5px solid #1d5eff;
  color: #1d5eff;
  background: #fff;
}

.tab-strip {
  top: 72px;
  background: #f7f9ff;
  border-bottom: 0;
  padding: 0 16px 8px;
  gap: 8px;
}

.tab-strip button {
  border-radius: 999px;
  background: #fff;
  color: #7b87a9;
  border: 1px solid #eef1f7;
  padding: 11px 8px;
  font-size: 12px;
  box-shadow: 0 4px 14px rgba(20, 40, 90, 0.04);
}

.tab-strip button.active {
  color: #fff;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  border-bottom: 0;
}

.notice {
  border-radius: 16px;
  background: #edf5ff;
  color: #39536f;
}

.alert-app {
  border-radius: 16px;
}

.upload-box {
  border-radius: 16px;
}

/* Samakan bottom nav lama kalau masih ada di halaman tertentu */
.bottom-nav {
  display: none !important;
}

/* Bottom nav V2 dipakai untuk semua halaman */
.dashboard-v2-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 430px;
  margin: 0 auto;
  height: 82px;
  background: #ffffff;
  border-top: 1px solid #edf1f8;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 50;
  box-shadow: 0 -8px 24px rgba(20, 40, 90, 0.06);
}

.dashboard-v2-bottom-nav a {
  text-decoration: none;
  color: #7b87a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
}

.dashboard-v2-bottom-nav a i {
  font-size: 24px;
}

.dashboard-v2-bottom-nav a.active {
  color: #1d5eff;
}

.dashboard-v2-nav-center {
  width: 66px;
  height: 66px;
  margin: -22px auto 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(29, 94, 255, 0.28);
}

.dashboard-v2-nav-center i {
  font-size: 34px !important;
}

/* Supaya konten tidak ketutup nav */
body {
  padding-bottom: env(safe-area-inset-bottom);
}

/* =========================================
   INNER PAGE V2 - SERAGAM SEMUA HALAMAN
========================================= */

.app-shell {
  background: #f7f9ff;
}

.app-header {
  height: auto;
  min-height: 72px;
  padding: 18px 16px 14px;
  background: #f7f9ff;
  color: #132a75;
  box-shadow: none;
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.app-header .header-title {
  font-size: 20px;
  font-weight: 900;
  color: #132a75;
  text-align: center;
}

.app-header .icon-btn {
  color: #132a75;
  background: #fff;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 18px rgba(20, 40, 90, 0.08);
}

.app-content {
  padding: 16px 16px 112px;
}

.piket-card,
.report-card,
.member-card {
  border-radius: 18px;
  border: 1px solid #eef1f7;
  background: #fff;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.06);
}

.section-title {
  font-size: 17px;
  font-weight: 900;
  color: #172554;
  margin: 4px 0 14px;
}

.form-label {
  font-size: 13px;
  color: #172554;
  font-weight: 900;
}

.form-control,
.form-select {
  height: 52px;
  border-radius: 16px !important;
  border: 1px solid #e4eaf5 !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(20, 40, 90, 0.035);
}

textarea.form-control {
  min-height: 116px;
  padding-top: 13px;
}

.btn-main {
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  box-shadow: 0 10px 24px rgba(29, 94, 255, 0.22);
}

.btn-orange {
  background: linear-gradient(180deg, #ffb03b, #ff8a00);
  box-shadow: 0 10px 24px rgba(255, 138, 0, 0.22);
}

.btn-outline-main {
  height: 54px;
  border-radius: 16px;
  border: 1.5px solid #1d5eff;
  color: #1d5eff;
  background: #fff;
}

.tab-strip {
  top: 72px;
  background: #f7f9ff;
  border-bottom: 0;
  padding: 0 16px 8px;
  gap: 8px;
}

.tab-strip button {
  border-radius: 999px;
  background: #fff;
  color: #7b87a9;
  border: 1px solid #eef1f7;
  padding: 11px 8px;
  font-size: 12px;
  box-shadow: 0 4px 14px rgba(20, 40, 90, 0.04);
}

.tab-strip button.active {
  color: #fff;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  border-bottom: 0;
}

.notice {
  border-radius: 16px;
  background: #edf5ff;
  color: #39536f;
}

.alert-app {
  border-radius: 16px;
}

.upload-box {
  border-radius: 16px;
}

/* Matikan nav lama */
.bottom-nav {
  display: none !important;
}

/* Bottom nav V2 seragam */
.dashboard-v2-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 430px;
  margin: 0 auto;
  height: 82px;
  background: #ffffff;
  border-top: 1px solid #edf1f8;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  z-index: 50;
  box-shadow: 0 -8px 24px rgba(20, 40, 90, 0.06);
}

.dashboard-v2-bottom-nav a {
  text-decoration: none;
  color: #7b87a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
}

.dashboard-v2-bottom-nav a i {
  font-size: 24px;
}

.dashboard-v2-bottom-nav a.active {
  color: #1d5eff;
}

.dashboard-v2-nav-center {
  width: 66px;
  height: 66px;
  margin: -22px auto 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #2b77ff, #0b56eb);
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(29, 94, 255, 0.28);
}

.dashboard-v2-nav-center i {
  font-size: 34px !important;
}

/* =========================================
   FIX NAV LAMA + INNER PAGE CONSISTENCY v25
========================================= */
.bottom-nav,
.dashboard-bottom-nav {
  display: none !important;
}

#bottomNavMount .dashboard-v2-bottom-nav {
  display: grid !important;
}

.app-shell {
  background: #f7f9ff;
}

.app-content {
  padding-bottom: 112px !important;
}

/* =========================================
   INFORMASI & PENGUMUMAN
========================================= */

.info-card {
  padding: 16px;
}

.info-card-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.info-card-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.info-card-title {
  flex: 1;
}

.info-card-title h4 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  color: #172554;
}

.info-card-title p {
  margin: 0;
  font-size: 12px;
  color: #7b87a9;
}

.info-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.info-card-body {
  margin: 0 0 12px;
  color: #3f4d63;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 360px) {
  .info-card-body {
    font-size: 12.5px;
  }
}

/* =========================================
   PROFILE V2
========================================= */

.profile-v2-header {
  height: auto;
  min-height: 72px;
  padding: 18px 16px 12px;
  background: #f7f9ff;
  color: #132a75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
}

.profile-v2-header-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #132a75;
  font-size: 28px;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.profile-v2-title {
  font-size: 21px;
  font-weight: 900;
  color: #132a75;
}

.profile-v2-content {
  padding: 12px 16px 112px;
}

.profile-v2-main-card,
.profile-v2-card {
  background: #ffffff;
  border: 1px solid #eef1f7;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(20, 40, 90, 0.055);
  padding: 20px 18px;
  margin-bottom: 14px;
}

.profile-v2-main-card {
  text-align: center;
}

.profile-v2-main-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  color: #132a75;
}

.profile-v2-main-card > p {
  margin: 6px 0 12px;
  font-size: 15px;
  color: #36508d;
  font-weight: 600;
}

.profile-v2-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 17px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.profile-v2-status.active {
  background: #dcfce7;
  color: #16a34a;
}

.profile-v2-status.pending {
  background: #fff4df;
  color: #ff8a00;
}

.profile-v2-status.inactive {
  background: #ffe4e4;
  color: #ef233c;
}

.profile-v2-divider {
  height: 1px;
  background: #e8edf5;
  margin: 20px 8px 14px;
}

.profile-v2-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-v2-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
}

.profile-v2-info-left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #132a75;
  font-weight: 800;
  min-width: 118px;
}

.profile-v2-info-left i {
  font-size: 20px;
  color: #1266f1;
  width: 22px;
  text-align: center;
}

.profile-v2-info-left span {
  font-size: 14px;
}

.profile-v2-info-row strong {
  font-size: 14px;
  color: #36508d;
  font-weight: 700;
  text-align: right;
  word-break: break-word;
}

.profile-v2-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: #132a75;
}

.profile-v2-menu-row,
.profile-v2-setting-row {
  width: 100%;
  border: 0;
  background: transparent;
  text-decoration: none;
  padding: 13px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #edf1f8;
  color: #132a75;
  font-family: inherit;
}

.profile-v2-menu-row:last-child,
.profile-v2-setting-row:last-child {
  border-bottom: 0;
}

.profile-v2-menu-left,
.profile-v2-setting-row > div {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.profile-v2-menu-left i,
.profile-v2-setting-row > div i {
  font-size: 22px;
  color: #1266f1;
  width: 24px;
  text-align: center;
}

.profile-v2-menu-left span,
.profile-v2-setting-row > div span {
  font-size: 14px;
  font-weight: 800;
  color: #132a75;
}

.profile-v2-menu-row p {
  margin: 0;
  color: #36508d;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.profile-v2-menu-row > i,
.profile-v2-setting-row > i {
  color: #36508d;
  font-size: 20px;
}

.profile-v2-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.profile-v2-stat-item {
  background: #fff;
  border: 1px solid #edf1f8;
  border-radius: 18px;
  padding: 14px 8px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(20, 40, 90, 0.05);
}

.profile-v2-stat-item i {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}

.profile-v2-stat-item i.blue {
  color: #1266f1;
}

.profile-v2-stat-item i.orange {
  color: #ff8a00;
}

.profile-v2-stat-item i.green {
  color: #16a34a;
}

.profile-v2-stat-item span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #132a75;
}

.profile-v2-stat-item strong {
  display: block;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 900;
  color: #132a75;
}

.profile-v2-stat-item small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #7481a8;
  font-weight: 700;
}

.profile-v2-setting-row {
  grid-template-columns: 1fr auto;
  cursor: pointer;
  font-size: 14px;
}

.profile-v2-logout {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  border: 1.5px solid #ff2b2b;
  background: #fff;
  color: #ff2b2b;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.profile-v2-logout i {
  font-size: 22px;
}

@media (max-width: 360px) {
  .profile-v2-main-card h2 {
    font-size: 21px;
  }

  .profile-v2-info-row {
    gap: 10px;
  }

  .profile-v2-info-left {
    min-width: 104px;
  }

  .profile-v2-info-left span,
  .profile-v2-info-row strong,
  .profile-v2-menu-left span,
  .profile-v2-menu-row p {
    font-size: 12.5px;
  }

  .profile-v2-stat-grid {
    gap: 8px;
  }

  .profile-v2-stat-item strong {
    font-size: 23px;
  }
}

/* =========================================
   LAPOR BENCANA DESIGN ONLY V31
   Tidak mengubah database
========================================= */

.disaster-page-header {
  height: auto;
  min-height: 72px;
  padding: 18px 16px 12px;
  background: #f7f9ff;
  color: #132a75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
}

.disaster-header-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #132a75;
  font-size: 28px;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.disaster-header-btn.ghost {
  opacity: 0;
  pointer-events: none;
}

.disaster-header-title {
  font-size: 22px;
  font-weight: 900;
  color: #132a75;
}

.disaster-page-content {
  padding: 12px 16px 112px;
}

.disaster-page-content form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.disaster-card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(20, 40, 90, 0.055);
  padding: 18px 16px;
}

.disaster-section-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: #132a75;
  display: flex;
  align-items: center;
  gap: 10px;
}

.disaster-section-title i {
  color: #1266f1;
  font-size: 22px;
}

.disaster-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 850;
  color: #132a75;
}

.disaster-label span {
  color: #ef4444;
}

.disaster-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.disaster-field,
.disaster-textarea {
  width: 100%;
  border: 1px solid #dfe7f5;
  background: #fff;
  border-radius: 14px;
  padding: 0 14px;
  font-size: 14px;
  color: #132a75;
  outline: none;
  font-family: inherit;
}

.disaster-field {
  height: 52px;
}

.disaster-textarea {
  min-height: 104px;
  padding-top: 14px;
  resize: vertical;
}

.disaster-textarea.short {
  min-height: 78px;
}

.disaster-field:focus,
.disaster-textarea:focus {
  border-color: #1266f1;
}

.disaster-emergency-row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.disaster-emergency-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #132a75;
  font-size: 14px;
  font-weight: 850;
}

.disaster-emergency-label i {
  color: #7382a7;
  font-size: 20px;
}

.disaster-emergency-select {
  min-width: 128px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #edf4ff;
  color: #1266f1;
  font-size: 14px;
  font-weight: 900;
  padding: 0 14px;
  outline: none;
}

.disaster-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.disaster-counter-item label {
  display: block;
  margin-bottom: 8px;
  min-height: 34px;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 800;
  color: #132a75;
}

.disaster-counter-box {
  height: 46px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  border: 1px solid #e3eaf6;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.disaster-counter-box input {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: #132a75;
  outline: none;
}

.counter-minus,
.counter-plus {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: #1266f1;
  font-size: 20px;
}

.counter-minus i,
.counter-plus i {
  width: 26px;
  height: 26px;
  border: 1px solid #d8e5fb;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
}

.disaster-total-box {
  margin-top: 14px;
  background: #edf4ff;
  border-radius: 14px;
  padding: 12px 14px;
  color: #1266f1;
  font-size: 14px;
  font-weight: 850;
  display: flex;
  align-items: center;
  gap: 10px;
}

.disaster-total-box i {
  font-size: 20px;
}

.disaster-upload-box {
  width: 100%;
  min-height: 58px;
  border: 1.5px dashed #94b8ff;
  border-radius: 14px;
  background: #fbfdff;
  color: #1266f1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  padding: 12px;
}

.disaster-upload-box i {
  font-size: 22px;
}

.disaster-file-input {
  display: none;
}

.disaster-help {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7a99;
}

.disaster-submit-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.22);
}

.disaster-submit-btn i {
  font-size: 20px;
}

@media (max-width: 430px) {
  .disaster-counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 360px) {
  .disaster-grid-2,
  .disaster-counter-grid {
    grid-template-columns: 1fr;
  }

  .disaster-header-title {
    font-size: 20px;
  }
}

/* =========================================
   DATA PIKET V2 - DESIGN ONLY
   Isi form dan ID tidak diubah
========================================= */

.piket-v2-header {
  height: auto;
  min-height: 72px;
  padding: 18px 16px 12px;
  background: #f7f9ff;
  color: #132a75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
}

.piket-v2-header-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #132a75;
  font-size: 28px;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.piket-v2-header-btn.ghost {
  opacity: 0;
  pointer-events: none;
}

.piket-v2-title {
  font-size: 22px;
  font-weight: 900;
  color: #132a75;
}

.piket-v2-tab-strip {
  position: sticky;
  top: 72px;
  z-index: 18;
  background: #f7f9ff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 16px 10px;
}

.piket-v2-tab-strip button {
  height: 42px;
  border: 1px solid #eef1f7;
  background: #fff;
  color: #7b87a9;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 4px 14px rgba(20, 40, 90, 0.04);
}

.piket-v2-tab-strip button.active {
  color: #fff;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  border-color: #1266f1;
}

.piket-v2-content {
  padding: 12px 16px 112px;
}

.piket-v2-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.piket-v2-card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(20, 40, 90, 0.055);
  padding: 18px 16px;
  margin-bottom: 14px;
}

.piket-v2-section-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: #132a75;
  display: flex;
  align-items: center;
  gap: 10px;
}

.piket-v2-section-title i {
  color: #1266f1;
  font-size: 22px;
}

.piket-v2-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 850;
  color: #132a75;
}

.piket-v2-label span {
  color: #ef4444;
}

.piket-v2-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.piket-v2-field,
.piket-v2-textarea {
  width: 100%;
  border: 1px solid #dfe7f5;
  background: #fff;
  border-radius: 14px;
  padding: 0 14px;
  font-size: 14px;
  color: #132a75;
  outline: none;
  font-family: inherit;
}

.piket-v2-field {
  height: 52px;
}

.piket-v2-textarea {
  min-height: 110px;
  padding-top: 14px;
  resize: vertical;
}

.piket-v2-field:focus,
.piket-v2-textarea:focus {
  border-color: #1266f1;
}

.piket-v2-upload-box {
  width: 100%;
  min-height: 58px;
  border: 1.5px dashed #94b8ff;
  border-radius: 14px;
  background: #fbfdff;
  color: #1266f1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  padding: 12px;
}

.piket-v2-upload-box i {
  font-size: 22px;
}

.piket-v2-file-input {
  display: none;
}

.piket-v2-help {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7a99;
}

.piket-v2-submit-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.22);
}

.piket-v2-submit-btn i {
  font-size: 20px;
}

.piket-v2-list .piket-card {
  margin-bottom: 12px;
  border-radius: 18px;
  border: 1px solid #eef1f7;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.055);
}

.piket-v2-info-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f8;
}

.piket-v2-info-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.piket-v2-info-item > i {
  width: 30px;
  min-width: 30px;
  font-size: 24px;
  display: grid;
  place-items: start center;
}

.piket-v2-info-item h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #132a75;
}

.piket-v2-info-item p {
  margin: 0 0 6px;
  font-size: 13px;
  color: #3f4d63;
  line-height: 1.55;
}

@media (max-width: 390px) {
  .piket-v2-grid-2 {
    grid-template-columns: 1fr;
  }

  .piket-v2-title {
    font-size: 20px;
  }

  .piket-v2-tab-strip {
    gap: 6px;
  }

  .piket-v2-tab-strip button {
    font-size: 11.5px;
  }
}

/* =========================================
   LAPOR KEGIATAN V2 - DESIGN ONLY
   ID form tetap sama, JS lama tetap jalan
========================================= */

.kegiatan-v2-header {
  height: auto;
  min-height: 72px;
  padding: 18px 16px 12px;
  background: #f7f9ff;
  color: #132a75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
}

.kegiatan-v2-header-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #132a75;
  font-size: 28px;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.kegiatan-v2-header-btn.ghost {
  opacity: 0;
  pointer-events: none;
}

.kegiatan-v2-title {
  font-size: 22px;
  font-weight: 900;
  color: #132a75;
}

.kegiatan-v2-content {
  padding: 12px 16px 112px;
}

.kegiatan-v2-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kegiatan-v2-card {
  background: #fff;
  border: 1px solid #eef1f7;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(20, 40, 90, 0.055);
  padding: 18px 16px;
}

.kegiatan-v2-section-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: #132a75;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kegiatan-v2-section-title i {
  color: #1266f1;
  font-size: 22px;
}

.kegiatan-v2-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 850;
  color: #132a75;
}

.kegiatan-v2-label span {
  color: #ef4444;
}

.kegiatan-v2-field,
.kegiatan-v2-textarea {
  width: 100%;
  border: 1px solid #dfe7f5;
  background: #fff;
  border-radius: 14px;
  padding: 0 14px;
  font-size: 14px;
  color: #132a75;
  outline: none;
  font-family: inherit;
}

.kegiatan-v2-field {
  height: 52px;
}

.kegiatan-v2-textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.kegiatan-v2-textarea.short {
  min-height: 82px;
}

.kegiatan-v2-field:focus,
.kegiatan-v2-textarea:focus {
  border-color: #1266f1;
}

.kegiatan-v2-upload-box {
  width: 100%;
  min-height: 58px;
  border: 1.5px dashed #94b8ff;
  border-radius: 14px;
  background: #fbfdff;
  color: #1266f1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  padding: 12px;
}

.kegiatan-v2-upload-box i {
  font-size: 22px;
}

.kegiatan-v2-file-input {
  display: none;
}

.kegiatan-v2-file-info {
  margin-top: 10px;
  font-size: 12.5px;
  color: #6b7a99;
  line-height: 1.5;
}

.kegiatan-v2-help {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7a99;
}

.kegiatan-v2-submit-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.22);
}

.kegiatan-v2-submit-btn i {
  font-size: 20px;
}

@media (max-width: 360px) {
  .kegiatan-v2-title {
    font-size: 20px;
  }

  .kegiatan-v2-section-title {
    font-size: 17px;
  }
}

/* =========================================
   PENDING VERIFIKASI PAGE
========================================= */

.pending-shell {
  background: #f7f9ff;
}

.pending-content {
  min-height: 100vh;
  padding: 44px 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pending-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eef1f7;
  border-radius: 24px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(20, 40, 90, 0.08);
}

.pending-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 24px;
  background: #edf4ff;
  color: #1266f1;
  display: grid;
  place-items: center;
  font-size: 42px;
}

.pending-card h1 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  color: #132a75;
  line-height: 1.25;
}

.pending-card > p {
  margin: 0 auto 18px;
  color: #62709a;
  font-size: 14px;
  line-height: 1.6;
  max-width: 340px;
}

.pending-info {
  background: #fff7e8;
  border: 1px solid #ffe0ad;
  color: #946000;
  border-radius: 16px;
  padding: 13px 14px;
  display: flex;
  gap: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.pending-info i {
  font-size: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.pending-user-box {
  background: #f8fbff;
  border: 1px solid #edf1f8;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
}

.pending-user-box p {
  margin: 0;
  color: #7b87a9;
  font-size: 12px;
  font-weight: 800;
}

.pending-user-box h3 {
  margin: 4px 0 0;
  color: #132a75;
  font-size: 18px;
  font-weight: 900;
}

.pending-status {
  display: inline-flex;
  margin-top: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff4df;
  color: #ff8a00;
  font-size: 13px;
  font-weight: 900;
  text-transform: capitalize;
}

.pending-status.rejected {
  background: #ffe4e4;
  color: #ef233c;
}

.pending-btn-main,
.pending-btn-outline {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.pending-btn-main {
  border: 0;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 102, 241, 0.22);
}

.pending-btn-outline {
  border: 1.5px solid #dfe7f5;
  background: #fff;
  color: #132a75;
}

.pending-help {
  margin: 18px 0 0;
  font-size: 12.5px;
  color: #7b87a9;
}

.pending-help a {
  color: #1266f1;
  font-weight: 900;
  text-decoration: none;
}

/* =========================================
   PENDING VERIFIKASI PAGE
========================================= */

.pending-shell {
  background: #f7f9ff;
}

.pending-content {
  min-height: 100vh;
  padding: 44px 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pending-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eef1f7;
  border-radius: 24px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(20, 40, 90, 0.08);
}

.pending-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 24px;
  background: #edf4ff;
  color: #1266f1;
  display: grid;
  place-items: center;
  font-size: 42px;
}

.pending-card h1 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 900;
  color: #132a75;
  line-height: 1.25;
}

.pending-card > p {
  margin: 0 auto 18px;
  color: #62709a;
  font-size: 14px;
  line-height: 1.6;
  max-width: 340px;
}

.pending-info {
  background: #fff7e8;
  border: 1px solid #ffe0ad;
  color: #946000;
  border-radius: 16px;
  padding: 13px 14px;
  display: flex;
  gap: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.pending-info i {
  font-size: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.pending-user-box {
  background: #f8fbff;
  border: 1px solid #edf1f8;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 16px;
}

.pending-user-box p {
  margin: 0;
  color: #7b87a9;
  font-size: 12px;
  font-weight: 800;
}

.pending-user-box h3 {
  margin: 4px 0 0;
  color: #132a75;
  font-size: 18px;
  font-weight: 900;
}

.pending-label-status {
  margin-top: 14px !important;
}

.pending-status {
  display: inline-flex;
  margin-top: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: capitalize;
}

.pending-status.waiting {
  background: #fff4df;
  color: #ff8a00;
}

.pending-status.active {
  background: #dcfce7;
  color: #16a34a;
}

.pending-status.rejected {
  background: #ffe4e4;
  color: #ef233c;
}

.pending-btn-main,
.pending-btn-outline {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.pending-btn-main {
  border: 0;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 102, 241, 0.22);
}

.pending-btn-outline {
  border: 1.5px solid #dfe7f5;
  background: #fff;
  color: #132a75;
}

.pending-btn-main:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.pending-help {
  margin: 18px 0 0;
  font-size: 12.5px;
  color: #7b87a9;
}

.pending-help a {
  color: #1266f1;
  font-weight: 900;
  text-decoration: none;
}

/* =========================================
   AUTH V2 - LOGIN / REGISTER
========================================= */

.auth-v2-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, #f7faff 0%, #f5f7fb 35%, #f3f5f9 100%);
}

.auth-v2-page {
  min-height: 100vh;
  padding: 22px 20px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-v2-screen {
  width: 100%;
}

.auth-v2-register-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.auth-v2-back-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #1b2d76;
  font-size: 26px;
  display: grid;
  place-items: center;
  padding: 0;
}

.auth-v2-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.auth-v2-logo-wrap.register {
  margin-bottom: 10px;
}

.auth-v2-logo {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(180deg, #0f61f4, #0b56eb);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.22);
  font-size: 34px;
}

.auth-v2-logo.small {
  width: 64px;
  height: 64px;
  font-size: 30px;
  border-radius: 18px;
}

.auth-v2-title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  color: #132a75;
}

.auth-v2-title.register {
  font-size: 27px;
}

.auth-v2-subtitle {
  margin: 8px 0 26px;
  text-align: center;
  font-size: 14px;
  color: #7381a6;
  line-height: 1.55;
}

.auth-v2-form-group {
  margin-bottom: 14px;
}

.auth-v2-label {
  display: block;
  margin-bottom: 8px;
  color: #132a75;
  font-size: 13px;
  font-weight: 800;
}

.auth-v2-input-wrap {
  position: relative;
  height: 58px;
  border: 1px solid #e4e9f4;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 14px rgba(20, 40, 90, 0.03);
}

.auth-v2-input-wrap > i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  color: #6e7da6;
}

.auth-v2-input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 48px 0 48px;
  font-size: 15px;
  color: #132a75;
  font-family: inherit;
}

.auth-v2-input::placeholder {
  color: #98a3c2;
}

.auth-v2-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.auth-v2-eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #6e7da6;
  display: grid;
  place-items: center;
  font-size: 21px;
}

.auth-v2-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 4px 0 20px;
}

.auth-v2-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #607099;
  font-size: 13px;
  font-weight: 600;
}

.auth-v2-check input {
  width: 18px;
  height: 18px;
  accent-color: #1266f1;
}

.auth-v2-check-register {
  margin: 6px 0 18px;
  align-items: flex-start;
}

.auth-v2-check-register span {
  line-height: 1.45;
}

.auth-v2-check-register a,
.auth-v2-link,
.auth-v2-text-btn {
  color: #1266f1;
  font-weight: 800;
  text-decoration: none;
}

.auth-v2-link {
  font-size: 13px;
}

.auth-v2-btn-primary {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.22);
}

.auth-v2-bottom-text {
  margin: 22px 0 0;
  text-align: center;
  font-size: 14px;
  color: #7381a6;
}

.auth-v2-text-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 390px) {
  .auth-v2-page {
    padding: 18px 16px 22px;
  }

  .auth-v2-title {
    font-size: 31px;
  }

  .auth-v2-title.register {
    font-size: 24px;
  }

  .auth-v2-input-wrap {
    height: 54px;
  }

  .auth-v2-btn-primary {
    height: 54px;
    font-size: 16px;
  }
}

/* =========================================
   ADMIN DASHBOARD
========================================= */

.admin-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 270px 1fr;
  background: #f5f7fb;
}

.admin-sidebar {
  background: linear-gradient(180deg, #032e79, #032661 58%, #04214e 100%);
  color: #fff;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.admin-brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  display: grid;
  place-items: center;
  font-size: 28px;
}

.admin-brand-text h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.admin-brand-text p {
  margin: 4px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,0.82);
}

.admin-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-menu a {
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  color: #eaf1ff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.admin-menu a:hover,
.admin-menu a.active {
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
}

.admin-menu a i {
  font-size: 20px;
}

.admin-sidebar-footer {
  margin-top: auto;
  padding-top: 18px;
}

.admin-sidebar-info {
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.admin-sidebar-info i {
  font-size: 22px;
}

.admin-sidebar-info strong,
.admin-sidebar-info span {
  display: block;
}

.admin-sidebar-info strong {
  font-size: 13px;
}

.admin-sidebar-info span {
  font-size: 12px;
  color: rgba(255,255,255,0.82);
}

.admin-main {
  padding: 24px;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.admin-topbar-left h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #132a75;
}

.admin-topbar-left p {
  margin: 8px 0 0;
  color: #6b7a99;
  font-size: 15px;
}

.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-search {
  width: 350px;
  height: 48px;
  border: 1px solid #e3e9f4;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 10px;
}

.admin-search i {
  color: #7b87a9;
  font-size: 18px;
}

.admin-search input {
  flex: 1;
  border: 0;
  outline: none;
  font-size: 14px;
  color: #132a75;
  background: transparent;
}

.admin-top-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #e3e9f4;
  background: #fff;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #132a75;
  position: relative;
  font-size: 20px;
}

.dot-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff8a00;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.admin-userbox {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e3e9f4;
  border-radius: 16px;
  padding: 8px 12px;
}

.admin-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.admin-user-meta strong,
.admin-user-meta span {
  display: block;
}

.admin-user-meta strong {
  font-size: 14px;
  color: #132a75;
}

.admin-user-meta span {
  font-size: 12px;
  color: #7b87a9;
}

.admin-filter-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.admin-date-chip {
  height: 44px;
  border: 1px solid #e3e9f4;
  background: #fff;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #132a75;
  font-size: 14px;
  font-weight: 700;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.admin-stat-card {
  background: #fff;
  border: 1px solid #e9eef7;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 8px 20px rgba(20, 40, 90, 0.04);
}

.admin-stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  flex: 0 0 auto;
}

.admin-stat-icon.blue {
  background: #1266f1;
}

.admin-stat-icon.orange {
  background: #ff8a00;
}

.admin-stat-icon.green {
  background: #17a34a;
}

.admin-stat-icon.purple {
  background: #7c4dff;
}

.admin-stat-icon.cyan {
  background: #1f8ef1;
}

.admin-stat-body p {
  margin: 0 0 6px;
  font-size: 14px;
  color: #5f6f92;
  font-weight: 700;
}

.admin-stat-body h3 {
  margin: 0 0 5px;
  font-size: 30px;
  color: #132a75;
  font-weight: 900;
}

.admin-stat-body span {
  font-size: 13px;
  font-weight: 700;
}

.admin-stat-body .up {
  color: #16a34a;
}

.admin-grid-row {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-grid-3 {
  grid-template-columns: 1.6fr 1fr 0.9fr;
}

.admin-grid-2 {
  grid-template-columns: 1.4fr 0.9fr;
}

.admin-card {
  background: #fff;
  border: 1px solid #e9eef7;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(20, 40, 90, 0.04);
}

.admin-card-large {
  min-height: 390px;
}

.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.admin-card-head h3 {
  margin: 0;
  color: #132a75;
  font-size: 18px;
  font-weight: 900;
}

.admin-card-head p {
  margin: 5px 0 0;
  color: #7b87a9;
  font-size: 13px;
}

.admin-ghost-btn,
.admin-ghost-link {
  height: 38px;
  border: 1px solid #e3e9f4;
  background: #fff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #4b5d85;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.admin-mini-legend {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: #556688;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.legend-dot.blue {
  background: #1266f1;
}

.legend-dot.orange {
  background: #ff9800;
}

.legend-dot.green {
  background: #17a34a;
}

.legend-dot.purple {
  background: #7c4dff;
}

.legend-dot.gray {
  background: #a7b3cb;
}

.admin-chart-box {
  width: 100%;
  overflow-x: auto;
}

.admin-line-chart {
  width: 100%;
  min-width: 620px;
  height: auto;
}

.grid-line {
  stroke: #eaeff7;
  stroke-width: 1;
  stroke-dasharray: 4 4;
}

.axis-line {
  stroke: #ccd6e7;
  stroke-width: 1.3;
}

.line-blue {
  fill: none;
  stroke: #1266f1;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-orange {
  fill: none;
  stroke: #ff9800;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dot-blue {
  fill: #1266f1;
}

.dot-orange {
  fill: #ff9800;
}

.chart-label {
  fill: #667797;
  font-size: 13px;
  font-weight: 600;
}

.admin-donut-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.admin-donut-chart {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    conic-gradient(
      #1266f1 0 41.7%,
      #ff9800 41.7% 66.7%,
      #17a34a 66.7% 83.4%,
      #7c4dff 83.4% 91.7%,
      #a7b3cb 91.7% 100%
    );
  position: relative;
}

.admin-donut-chart::after {
  content: "";
  position: absolute;
  inset: 28px;
  background: #fff;
  border-radius: 50%;
}

.admin-donut-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
}

.admin-donut-center strong {
  display: block;
  color: #132a75;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.admin-donut-center span {
  color: #7b87a9;
  font-size: 13px;
  font-weight: 700;
}

.admin-donut-legend {
  width: 100%;
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.admin-donut-legend div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #49597d;
  font-weight: 700;
}

.admin-kas-list {
  display: grid;
  gap: 14px;
}

.admin-kas-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f8;
  color: #536583;
  font-weight: 700;
  gap: 10px;
}

.admin-kas-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.admin-kas-row.positive strong {
  color: #16a34a;
}

.admin-kas-row.negative strong {
  color: #ef4444;
}

.admin-kas-row.total strong {
  color: #1266f1;
  font-size: 22px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.admin-table th,
.admin-table td {
  padding: 14px 10px;
  border-bottom: 1px solid #edf2f8;
  text-align: left;
  font-size: 14px;
}

.admin-table th {
  color: #5c6c8d;
  font-weight: 800;
  background: #fafcff;
}

.admin-table td {
  color: #31415f;
}

.badge-admin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 30px;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}

.badge-admin.new {
  background: #e7f0ff;
  color: #1266f1;
}

.badge-admin.process {
  background: #fff4df;
  color: #c27a00;
}

.badge-admin.done {
  background: #dcfce7;
  color: #16a34a;
}

.badge-admin.neutral {
  background: #eef2f7;
  color: #5e718f;
}

.badge-admin.active {
  background: #e7f0ff;
  color: #1266f1;
}

.badge-admin.danger {
  background: #ffe4e4;
  color: #ef233c;
}

.admin-schedule-list {
  display: grid;
  gap: 12px;
}

.admin-schedule-item {
  border: 1px solid #e9eef7;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 14px;
  align-items: center;
}

.schedule-time {
  color: #1266f1;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
}

.schedule-main strong,
.schedule-main span {
  display: block;
}

.schedule-main strong {
  color: #132a75;
  font-size: 15px;
}

.schedule-main span {
  color: #6f7d9a;
  font-size: 13px;
  margin-top: 4px;
}

.schedule-meta {
  text-align: right;
}

.schedule-meta small {
  display: block;
  color: #6f7d9a;
  font-size: 12px;
  margin-top: 5px;
}

.admin-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #71809f;
  font-size: 13px;
  padding: 10px 4px 0;
}

.admin-footer p {
  margin: 0;
}

.admin-footer span {
  white-space: nowrap;
}

/* ADMIN RESPONSIVE */

@media (max-width: 1400px) {
  .admin-stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-grid-3 {
    grid-template-columns: 1fr;
  }

  .admin-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    display: none;
  }

  .admin-main {
    padding: 18px;
  }

  .admin-topbar {
    flex-direction: column;
  }

  .admin-topbar-right {
    width: 100%;
    flex-wrap: wrap;
  }

  .admin-search {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .admin-main {
    padding: 14px;
  }

  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar-right {
    align-items: stretch;
  }

  .admin-userbox {
    width: 100%;
  }

  .admin-schedule-item {
    grid-template-columns: 1fr;
  }

  .schedule-meta {
    text-align: left;
  }

  .admin-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================
   ADMIN DASHBOARD RESPONSIVE FIX V63
   Membuat dashboard mengikuti ukuran device
========================================= */

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

.admin-layout {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(240px, 270px) minmax(0, 1fr);
  background: #f5f7fb;
}

.admin-sidebar {
  width: 100%;
  min-width: 0;
}

.admin-main {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  padding: clamp(14px, 2vw, 24px);
}

.admin-topbar {
  width: 100%;
  min-width: 0;
}

.admin-topbar-left {
  min-width: 0;
}

.admin-topbar-left h1 {
  font-size: clamp(22px, 2.1vw, 30px);
}

.admin-topbar-left p {
  font-size: clamp(13px, 1.2vw, 15px);
}

.admin-topbar-right {
  min-width: 0;
}

.admin-search {
  width: min(350px, 100%);
  min-width: 220px;
}

.admin-userbox {
  min-width: 0;
}

.admin-user-meta {
  min-width: 0;
}

.admin-user-meta strong,
.admin-user-meta span {
  max-width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Statistik otomatis menyesuaikan layar */
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(12px, 1.4vw, 16px);
}

.admin-stat-card {
  min-width: 0;
  width: 100%;
}

.admin-stat-body {
  min-width: 0;
}

.admin-stat-body p {
  font-size: clamp(12px, 1vw, 14px);
}

.admin-stat-body h3 {
  font-size: clamp(24px, 2.2vw, 30px);
  word-break: break-word;
}

/* Grid chart dan ringkasan fleksibel */
.admin-grid-row {
  width: 100%;
  min-width: 0;
}

.admin-grid-3 {
  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(260px, 0.9fr)
    minmax(250px, 0.8fr);
}

.admin-grid-2 {
  grid-template-columns:
    minmax(0, 1.4fr)
    minmax(300px, 0.9fr);
}

.admin-card {
  min-width: 0;
  width: 100%;
}

.admin-card-large {
  min-height: auto;
}

.admin-card-head {
  min-width: 0;
}

.admin-card-head h3 {
  font-size: clamp(16px, 1.3vw, 18px);
}

.admin-card-head p {
  font-size: clamp(12px, 1vw, 13px);
}

/* Chart mengikuti container */
.admin-chart-box {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
}

.admin-line-chart {
  width: 100%;
  min-width: 520px;
  max-width: 100%;
  height: auto;
}

/* Donut menyesuaikan */
.admin-donut-chart {
  width: clamp(140px, 15vw, 180px);
  height: clamp(140px, 15vw, 180px);
}

.admin-donut-center strong {
  font-size: clamp(26px, 2.5vw, 34px);
}

/* Tabel tetap rapi di layar kecil */
.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  min-width: 620px;
}

/* Jadwal fleksibel */
.admin-schedule-item {
  grid-template-columns: minmax(90px, 110px) minmax(0, 1fr) auto;
}

.schedule-main {
  min-width: 0;
}

.schedule-main strong,
.schedule-main span {
  overflow-wrap: anywhere;
}

/* Laptop sedang */
@media (max-width: 1280px) {
  .admin-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .admin-grid-3 {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  }

  .admin-grid-3 .admin-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .admin-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* Tablet */
@media (max-width: 1080px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    display: none;
  }

  .admin-main {
    padding: 18px;
  }

  .admin-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-topbar-right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .admin-search {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
  }

  .admin-userbox {
    grid-column: 1 / 2;
  }

  .admin-top-icon {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .admin-filter-row {
    justify-content: flex-start;
  }

  .admin-grid-3,
  .admin-grid-2 {
    grid-template-columns: 1fr;
  }

  .admin-line-chart {
    min-width: 500px;
  }
}

/* HP besar */
@media (max-width: 720px) {
  .admin-main {
    padding: 14px;
  }

  .admin-topbar-left h1 {
    font-size: 23px;
  }

  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-stat-card {
    padding: 16px;
  }

  .admin-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 22px;
  }

  .admin-card {
    padding: 16px;
    border-radius: 18px;
  }

  .admin-card-head {
    flex-direction: column;
  }

  .admin-ghost-btn,
  .admin-ghost-link {
    width: fit-content;
  }

  .admin-schedule-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .schedule-meta {
    text-align: left;
  }

  .admin-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* HP kecil */
@media (max-width: 430px) {
  .admin-main {
    padding: 12px;
  }

  .admin-topbar-right {
    grid-template-columns: 1fr;
  }

  .admin-top-icon {
    grid-column: auto;
    grid-row: auto;
  }

  .admin-userbox {
    grid-column: auto;
    width: 100%;
  }

  .admin-user-meta strong,
  .admin-user-meta span {
    max-width: 220px;
  }

  .admin-date-chip {
    width: 100%;
    justify-content: center;
    font-size: 12.5px;
  }

  .admin-stat-card {
    border-radius: 18px;
  }

  .admin-line-chart {
    min-width: 480px;
  }

  .admin-table {
    min-width: 560px;
  }

  .admin-kas-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================
   ADMIN LOGOUT BUTTON
========================================= */

.admin-logout-btn {
  height: 48px;
  border: 1px solid #ffe0e0;
  background: #fff5f5;
  color: #ef233c;
  border-radius: 16px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.admin-logout-btn i {
  font-size: 19px;
}

.admin-logout-btn:hover {
  background: #ffe8e8;
}

@media (max-width: 430px) {
  .admin-logout-btn {
    width: 100%;
  }
}

/* =========================================
   ADMIN DATA PIKET PAGE
========================================= */

.admin-page-card {
  margin-bottom: 18px;
}

.admin-piket-stat-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.admin-filter-grid {
  display: grid;
  grid-template-columns: 220px 220px 1fr;
  gap: 14px;
  align-items: end;
}

.admin-form-group label {
  display: block;
  margin-bottom: 8px;
  color: #132a75;
  font-size: 13px;
  font-weight: 900;
}

.admin-input {
  width: 100%;
  height: 46px;
  border: 1px solid #dfe7f5;
  border-radius: 14px;
  background: #fff;
  color: #132a75;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}

.admin-input:focus {
  border-color: #1266f1;
}

.admin-filter-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-btn-primary,
.admin-btn-outline,
.admin-btn-success,
.admin-btn-danger {
  height: 46px;
  border-radius: 14px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.admin-btn-primary {
  border: 0;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #fff;
}

.admin-btn-outline {
  border: 1px solid #dfe7f5;
  background: #fff;
  color: #132a75;
}

.admin-btn-success {
  border: 0;
  background: #16a34a;
  color: #fff;
}

.admin-btn-danger {
  border: 0;
  background: #ef233c;
  color: #fff;
}

.admin-table-info {
  color: #7b87a9;
  font-size: 13px;
  font-weight: 800;
}

.admin-table-subtext {
  display: block;
  margin-top: 4px;
  color: #7b87a9;
  font-size: 12px;
}

.admin-link {
  color: #1266f1;
  font-weight: 900;
  text-decoration: none;
}

.admin-link:hover {
  text-decoration: underline;
}

.admin-row-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.admin-action-btn {
  min-height: 32px;
  border-radius: 10px;
  border: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.admin-action-btn.view {
  background: #e7f0ff;
  color: #1266f1;
}

.admin-action-btn.verify {
  background: #dcfce7;
  color: #16a34a;
}

.admin-action-btn.reject {
  background: #ffe4e4;
  color: #ef233c;
}

.admin-detail-panel {
  margin-bottom: 18px;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.admin-detail-grid .span-2 {
  grid-column: span 2;
}

.admin-detail-grid label {
  display: block;
  margin-bottom: 5px;
  color: #7b87a9;
  font-size: 12px;
  font-weight: 900;
}

.admin-detail-grid p {
  margin: 0;
  color: #132a75;
  font-size: 14px;
  font-weight: 700;
  background: #f8fbff;
  border: 1px solid #edf1f8;
  border-radius: 14px;
  padding: 12px;
  min-height: 44px;
}

.admin-detail-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 900px) {
  .admin-filter-grid {
    grid-template-columns: 1fr;
  }

  .admin-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-detail-grid .span-2 {
    grid-column: span 1;
  }
}

@media (max-width: 430px) {
  .admin-filter-actions,
  .admin-detail-actions {
    flex-direction: column;
  }

  .admin-btn-primary,
  .admin-btn-outline,
  .admin-btn-success,
  .admin-btn-danger {
    width: 100%;
  }
}

/* =========================================
   ADMIN LAPORAN BENCANA PAGE
========================================= */

.admin-bencana-filter-grid {
  grid-template-columns: 210px 210px 210px 1fr;
}

.admin-action-btn.process {
  background: #fff4df;
  color: #c27a00;
}

@media (max-width: 1100px) {
  .admin-bencana-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .admin-bencana-filter-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   ADMIN LAPORAN KEGIATAN PAGE
========================================= */

.admin-kegiatan-filter-grid {
  grid-template-columns: 210px 240px 210px 1fr;
}

.admin-action-btn.process {
  background: #fff4df;
  color: #c27a00;
}

@media (max-width: 1100px) {
  .admin-kegiatan-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .admin-kegiatan-filter-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   ADMIN ANGGOTA PAGE
========================================= */

.admin-anggota-filter-grid {
  grid-template-columns: 220px 220px 1fr;
}

.admin-action-btn.disable {
  background: #eef2f7;
  color: #5e718f;
}

.danger-outline {
  border-color: #ffd1d1 !important;
  color: #ef233c !important;
  background: #fff5f5 !important;
}

.admin-btn-success:disabled,
.admin-btn-danger:disabled,
.admin-btn-outline:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .admin-anggota-filter-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   ADMIN INFORMASI PAGE
========================================= */

.admin-info-form {
  margin-top: 6px;
}

.admin-info-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.admin-info-form-grid .span-2 {
  grid-column: span 2;
}

.admin-textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #dfe7f5;
  border-radius: 14px;
  background: #fff;
  color: #132a75;
  padding: 14px;
  font-size: 14px;
  outline: none;
  resize: vertical;
  font-family: inherit;
}

.admin-textarea:focus {
  border-color: #1266f1;
}

.required {
  color: #ef233c;
}

.admin-info-filter-grid {
  grid-template-columns: 210px 210px 210px 1fr;
}

.admin-info-preview {
  background: #f8fbff;
  border: 1px solid #edf1f8;
  border-radius: 18px;
  padding: 18px;
}

.admin-info-preview-head {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.admin-info-preview h2 {
  margin: 0 0 8px;
  color: #132a75;
  font-size: 22px;
  font-weight: 900;
}

.admin-info-preview p {
  margin: 0 0 16px;
  color: #7b87a9;
  font-size: 13px;
  font-weight: 700;
}

.admin-info-preview-body {
  white-space: pre-wrap;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  border: 1px solid #edf1f8;
  border-radius: 14px;
  padding: 14px;
}

.info-chip {
  display: inline-flex;
  min-height: 28px;
  border-radius: 999px;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize;
}

.info-chip.blue {
  background: #e7f0ff;
  color: #1266f1;
}

.info-chip.green {
  background: #dcfce7;
  color: #16a34a;
}

.info-chip.gray {
  background: #eef2f7;
  color: #5e718f;
}

@media (max-width: 1100px) {
  .admin-info-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .admin-info-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-info-form-grid .span-2 {
    grid-column: span 1;
  }

  .admin-info-filter-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   ADMIN DATA KAS PAGE
========================================= */

.admin-kas-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.admin-kas-form-grid .span-2 {
  grid-column: span 2;
}

.admin-textarea.short {
  min-height: 90px;
}

.admin-kas-filter-grid {
  grid-template-columns: 190px 190px 180px 210px 1fr;
}

.kas-positive {
  color: #16a34a;
}

.kas-negative {
  color: #ef233c;
}

@media (max-width: 1200px) {
  .admin-kas-filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .admin-kas-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-kas-form-grid .span-2 {
    grid-column: span 1;
  }

  .admin-kas-filter-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   ADMIN PENGATURAN PAGE
========================================= */

.admin-setting-form {
  margin-top: 6px;
}

.admin-setting-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.admin-setting-grid .span-2 {
  grid-column: span 2;
}

.admin-setting-profile {
  text-align: center;
}

.admin-setting-avatar {
  width: 82px;
  height: 82px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #ffffff;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  font-size: 34px;
  font-weight: 900;
}

.admin-setting-profile h3 {
  margin: 0;
  color: #132a75;
  font-size: 20px;
  font-weight: 900;
}

.admin-setting-profile p {
  margin: 6px 0 18px;
  color: #7b87a9;
  font-size: 13px;
  font-weight: 700;
}

.admin-setting-list {
  display: grid;
  gap: 10px;
  text-align: left;
}

.admin-setting-list div,
.admin-setting-preview div {
  background: #f8fbff;
  border: 1px solid #edf1f8;
  border-radius: 14px;
  padding: 13px 14px;
}

.admin-setting-list span,
.admin-setting-preview span {
  display: block;
  color: #7b87a9;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
}

.admin-setting-list strong,
.admin-setting-preview strong {
  display: block;
  color: #132a75;
  font-size: 14px;
  font-weight: 900;
  word-break: break-word;
}

.admin-setting-warning {
  margin-top: 16px;
  background: #fff7e8;
  border: 1px solid #ffe0ad;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  gap: 12px;
  color: #946000;
}

.admin-setting-warning i {
  font-size: 22px;
  flex: 0 0 auto;
}

.admin-setting-warning strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.admin-setting-warning p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.admin-setting-preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

@media (max-width: 1200px) {
  .admin-setting-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .admin-setting-grid {
    grid-template-columns: 1fr;
  }

  .admin-setting-grid .span-2 {
    grid-column: span 1;
  }

  .admin-setting-preview {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   LOGIN DEVELOPER CREDIT
========================================= */

.login-dev-credit {
  margin-top: 22px;
  text-align: center;
  color: #7b87a9;
  font-size: 12px;
  line-height: 1.5;
}

.login-dev-credit p {
  margin: 0;
  font-weight: 600;
}

.login-dev-credit strong {
  color: #132a75;
  font-weight: 900;
}

.login-dev-credit span {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  color: #98a3c2;
  font-weight: 700;
}

/* =========================================
   LOGIN DEVELOPER CREDIT FIX CENTER
========================================= */

.auth-v2-page {
  align-items: center;
}

.auth-v2-screen {
  width: 100%;
  max-width: 420px;
}

.login-dev-credit {
  width: 100%;
  max-width: 420px;
  margin: 24px auto 0 auto;
  padding: 0 12px;
  text-align: center;
  display: block;
  align-self: center;
}

.login-dev-credit p,
.login-dev-credit span {
  width: 100%;
  text-align: center;
}

.login-dev-credit p {
  margin: 0;
  color: #7b87a9;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.login-dev-credit strong {
  color: #132a75;
  font-weight: 900;
}

.login-dev-credit span {
  display: block;
  margin-top: 2px;
  color: #98a3c2;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.5;
}

/* =========================================
   ADMIN DATATABLES CUSTOM
========================================= */

.dt-container {
  width: 100%;
  color: #132a75;
  font-family: inherit;
}

.dt-container .dt-layout-row {
  margin: 12px 0;
  gap: 12px;
}

.dt-container .dt-length,
.dt-container .dt-info,
.dt-container .dt-paging {
  font-size: 13px;
  font-weight: 700;
}

.dt-container .dt-length select {
  border: 1px solid #dfe7f5;
  border-radius: 12px;
  padding: 7px 10px;
  outline: none;
  background: #ffffff;
  color: #132a75;
  font-weight: 800;
}

.dt-container .dt-info {
  color: #7b87a9;
}

.dt-container .dt-paging button {
  border: 1px solid #dfe7f5 !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 7px 11px !important;
  margin: 0 2px !important;
  color: #132a75 !important;
  font-weight: 800;
}

.dt-container .dt-paging button.current {
  background: #1266f1 !important;
  color: #ffffff !important;
  border-color: #1266f1 !important;
}

.dt-container .dt-paging button.disabled {
  opacity: 0.45;
}

.admin-table.dataTable {
  width: 100% !important;
  min-width: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > td {
  vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background-color: #1266f1;
  border: none;
  box-shadow: none;
}

.dt-container .child ul.dtr-details {
  width: 100%;
}

.dt-container .child ul.dtr-details li {
  border-bottom: 1px solid #edf1f8;
  padding: 8px 0;
}

.dt-container .child ul.dtr-details span.dtr-title {
  color: #7b87a9;
  font-weight: 900;
}

.dt-container .child ul.dtr-details span.dtr-data {
  color: #132a75;
  font-weight: 700;
}

@media (max-width: 768px) {
  .dt-container .dt-layout-row {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .dt-container .dt-layout-cell {
    width: 100% !important;
  }

  .dt-container .dt-length select {
    width: 100%;
  }

  .dt-container .dt-paging {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
}
/* =========================================
   ADMIN DATATABLES FIX
========================================= */

.dt-container {
  width: 100%;
  font-family: inherit;
  color: #132a75;
}

.dt-container .dt-layout-row {
  margin: 12px 0;
}

.dt-container .dt-search input,
.dt-container .dt-length select {
  border: 1px solid #dfe7f5;
  border-radius: 12px;
  padding: 8px 10px;
  outline: none;
  background: #ffffff;
  color: #132a75;
}

.dt-container .dt-search input:focus,
.dt-container .dt-length select:focus {
  border-color: #1266f1;
}

.dt-container .dt-info {
  color: #7b87a9;
  font-size: 13px;
  font-weight: 700;
}

.dt-container .dt-paging button {
  border: 1px solid #dfe7f5 !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 7px 11px !important;
  margin: 0 2px !important;
  color: #132a75 !important;
  font-weight: 800;
}

.dt-container .dt-paging button.current {
  background: #1266f1 !important;
  color: #ffffff !important;
  border-color: #1266f1 !important;
}

.admin-table.dataTable {
  width: 100% !important;
}

table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .dt-container .dt-layout-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dt-container .dt-layout-cell {
    width: 100% !important;
  }

  .dt-container .dt-search input,
  .dt-container .dt-length select {
    width: 100%;
  }
}
/* =========================================
   GPS LOKASI BENCANA
========================================= */

.disaster-gps-box {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #d9e8ff;
}

.disaster-gps-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #1266f1;
  margin-bottom: 10px;
}

.disaster-gps-head i {
  font-size: 18px;
}

.disaster-gps-desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #5f6b85;
}

.disaster-gps-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.disaster-gps-btn {
  border: none;
  border-radius: 14px;
  padding: 12px 16px;
  background: #1266f1;
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.disaster-gps-btn.danger {
  background: #ef4444;
}

.disaster-gps-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.disaster-gps-info {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ecfdf3;
  color: #166534;
  font-size: 13px;
  line-height: 1.5;
}

.disaster-gps-info.error {
  background: #fef2f2;
  color: #b91c1c;
}

/* =========================================
   ADMIN MAP PREVIEW
========================================= */

.admin-map-box {
  width: 100%;
}

.admin-map-preview {
  width: 100%;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dfe7f5;
  background: #f8fbff;
}

.admin-map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .admin-map-preview {
    height: 260px;
  }
}

/* =========================================
   ADMIN DOKUMENTASI BENCANA
========================================= */

.admin-doc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  width: 100%;
}

.admin-doc-item {
  padding: 12px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dfe7f5;
}

.admin-doc-preview-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.admin-doc-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid #e6edf8;
  background: #ffffff;
}

@media (max-width: 768px) {
  .admin-doc-list {
    grid-template-columns: 1fr;
  }

  .admin-doc-image {
    height: 190px;
  }
}

/* =========================================
   ADMIN MAP & DOKUMENTASI
========================================= */

.admin-map-box {
  width: 100%;
}

.admin-map-preview {
  width: 100%;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dfe7f5;
  background: #f8fbff;
}

.admin-map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.admin-doc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  width: 100%;
}

.admin-doc-item {
  padding: 12px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dfe7f5;
}

.admin-doc-preview-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.admin-doc-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid #e6edf8;
  background: #ffffff;
}

@media (max-width: 768px) {
  .admin-map-preview {
    height: 260px;
  }

  .admin-doc-list {
    grid-template-columns: 1fr;
  }

  .admin-doc-image {
    height: 190px;
  }
}

/* =====================================================
   PATCH DATA PIKET - ABSEN MASUK/PULANG + GEOTAG
===================================================== */

.piket-v2-submit-btn:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  filter: grayscale(0.2);
  box-shadow: none;
}

#statusPiketBox {
  border-left: 5px solid #1266f1;
}

#statusPiketText {
  font-size: 14px;
  color: #34415c;
  line-height: 1.7;
}

#statusPiketText strong {
  color: #132a75;
}

#infoLokasiPiket {
  background: #f3f7ff;
  border: 1px solid #dbe8ff;
  border-radius: 12px;
  padding: 10px 12px;
}

.piket-card {
  background: #ffffff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.055);
}

.piket-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.date-box {
  width: 62px;
  min-width: 62px;
  min-height: 72px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 10px 20px rgba(18, 102, 241, 0.18);
}

.date-box .day {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.date-box .month {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.piket-info {
  flex: 1;
  min-width: 0;
}

.piket-info h4 {
  margin: 0 0 8px;
  color: #132a75;
  font-size: 16px;
  font-weight: 900;
}

.piket-info p {
  margin: 0 0 7px;
  color: #4a5a75;
  font-size: 13px;
  line-height: 1.45;
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  margin-right: 5px;
  margin-bottom: 5px;
}

.badge-blue-soft {
  background: #edf4ff;
  color: #1266f1;
}

.badge-green-soft {
  background: #ecfdf3;
  color: #15803d;
}

.text-blue {
  color: #1266f1;
}

.text-green {
  color: #16a34a;
}

.text-orange {
  color: #f97316;
}

.text-purple {
  color: #7c3aed;
}

.text-red {
  color: #dc2626;
}

.fw-bold {
  font-weight: 800;
}

.text-decoration-none {
  text-decoration: none;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 12px;
}

.me-1 {
  margin-right: 4px;
}

.d-none {
  display: none !important;
}

.alert-app {
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
}

.alert-success {
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.alert-danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

@media (max-width: 390px) {
  .piket-row {
    gap: 10px;
  }

  .date-box {
    width: 56px;
    min-width: 56px;
  }

  .date-box .day {
    font-size: 22px;
  }

  .piket-info h4 {
    font-size: 15px;
  }

  .piket-info p {
    font-size: 12.5px;
  }
}

/* =====================================================
   PATCH DATA PIKET - TAB FIX + GPS + GEOTAG
   Tempel di paling bawah css/app.css
===================================================== */

/* Tab halaman agar Riwayat dan Info tidak hilang */
.piket-tab-page {
  display: none;
}

.piket-tab-page.active {
  display: block;
}

/* Tombol GPS */
.piket-v2-gps-btn {
  width: 100%;
  margin-top: 10px;
  border: 0;
  border-radius: 16px;
  padding: 13px 14px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.22);
}

.piket-v2-gps-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
}

/* Link Google Maps */
.piket-v2-maps-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #1266f1;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.piket-v2-maps-link:hover {
  text-decoration: underline;
}

.piket-v2-maps-link.d-none {
  display: none !important;
}

/* Status lokasi GPS */
#infoLokasiPiket {
  display: block;
  background: #f3f7ff;
  border: 1px solid #dbe8ff;
  border-radius: 12px;
  padding: 10px 12px;
  margin-top: 8px;
  color: #34415c;
  font-size: 12.5px;
  line-height: 1.5;
}

/* Status piket */
#statusPiketBox {
  border-left: 5px solid #1266f1;
}

#statusPiketText {
  font-size: 14px;
  color: #34415c;
  line-height: 1.7;
}

#statusPiketText strong {
  color: #132a75;
}

/* Tombol absen disabled */
.piket-v2-submit-btn:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  filter: grayscale(0.2);
  box-shadow: none;
}

/* Card riwayat */
.piket-card {
  background: #ffffff;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 6px 20px rgba(20, 40, 90, 0.055);
  margin-bottom: 12px;
}

.piket-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.date-box {
  width: 62px;
  min-width: 62px;
  min-height: 72px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1266f1, #0b56eb);
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 10px 20px rgba(18, 102, 241, 0.18);
}

.date-box .day {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.date-box .month {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.piket-info {
  flex: 1;
  min-width: 0;
}

.piket-info h4 {
  margin: 0 0 8px;
  color: #132a75;
  font-size: 16px;
  font-weight: 900;
}

.piket-info p {
  margin: 0 0 7px;
  color: #4a5a75;
  font-size: 13px;
  line-height: 1.45;
}

/* Badge status */
.badge-soft {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  margin-right: 5px;
  margin-bottom: 5px;
}

.badge-blue-soft {
  background: #edf4ff;
  color: #1266f1;
}

.badge-green-soft {
  background: #ecfdf3;
  color: #15803d;
}

/* Info section */
.piket-v2-info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #eef1f7;
}

.piket-v2-info-item:last-child {
  border-bottom: 0;
}

.piket-v2-info-item i {
  font-size: 20px;
  margin-top: 2px;
}

.piket-v2-info-item h4 {
  margin: 0 0 5px;
  color: #132a75;
  font-size: 15px;
  font-weight: 900;
}

.piket-v2-info-item p {
  margin: 0 0 6px;
  color: #4a5a75;
  font-size: 13px;
  line-height: 1.5;
}

/* Helper warna */
.text-blue {
  color: #1266f1;
}

.text-green {
  color: #16a34a;
}

.text-orange {
  color: #f97316;
}

.text-purple {
  color: #7c3aed;
}

.text-red {
  color: #dc2626;
}

.fw-bold {
  font-weight: 800;
}

.text-decoration-none {
  text-decoration: none;
}

/* Spacing helper */
.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-3 {
  margin-bottom: 12px;
}

.me-1 {
  margin-right: 4px;
}

.d-none {
  display: none !important;
}

/* Alert */
.alert-app {
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
}

.alert-success {
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.alert-danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

/* Responsive */
@media (max-width: 390px) {
  .piket-row {
    gap: 10px;
  }

  .date-box {
    width: 56px;
    min-width: 56px;
  }

  .date-box .day {
    font-size: 22px;
  }

  .piket-info h4 {
    font-size: 15px;
  }

  .piket-info p {
    font-size: 12.5px;
  }

  .piket-v2-info-item {
    gap: 10px;
  }
}

/* =====================================================
   NOTIF TELAT ABSEN PIKET
===================================================== */

.piket-v2-late-box {
  border-radius: 16px;
  padding: 13px 14px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.piket-v2-late-box.late {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.piket-v2-late-box.ontime {
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.piket-v2-late-box.done {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
}

/* =====================================================
   FONT & ICON MODERN
===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css");

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =====================================================
   BOTTOM NAV SAMA SEPERTI DASHBOARD UTAMA
===================================================== */

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  width: min(365px, calc(100% - 18px));
  height: 64px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 15px 38px rgba(5, 20, 70, 0.16);
  display: grid;
  grid-template-columns: 1fr 1fr 66px 1fr 1fr;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(232, 237, 247, 0.9);
}

.bottom-nav a {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  color: #7b849b;
  font-size: 9.8px;
  font-weight: 850;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.bottom-nav a i {
  font-size: 22px;
  line-height: 1;
}

.bottom-nav a.active {
  color: #1266f1;
}

.plus-nav {
  width: 58px;
  height: 58px !important;
  margin: -25px auto 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1266f1, #0345d8);
  color: #ffffff !important;
  box-shadow: 0 13px 28px rgba(18, 102, 241, 0.34);
}

.plus-nav i {
  font-size: 31px !important;
}

.plus-nav span {
  display: none;
}

#bottomNavMount {
  position: relative;
  z-index: 9999;
}

/* Jaga-jaga kalau navbar lama masih ada */
.dashboard-v2-bottom-nav {
  display: none !important;
}

/* =====================================================
   UNIVERSAL BOTTOM NAV
===================================================== */

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell {
  padding-bottom: 110px !important;
}

#bottomNavMount {
  position: relative;
  z-index: 99999;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  width: min(365px, calc(100% - 18px));
  height: 64px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 15px 38px rgba(5, 20, 70, 0.16);
  display: grid !important;
  grid-template-columns: 1fr 1fr 66px 1fr 1fr;
  align-items: center;
  z-index: 99999;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(232, 237, 247, 0.9);
}

.bottom-nav a {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  color: #7b849b;
  font-size: 9.8px;
  font-weight: 850;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.bottom-nav a i {
  font-size: 22px;
  line-height: 1;
}

.bottom-nav a.active {
  color: #1266f1;
}

.plus-nav {
  width: 58px;
  height: 58px !important;
  margin: -25px auto 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1266f1, #0345d8);
  color: #ffffff !important;
  box-shadow: 0 13px 28px rgba(18, 102, 241, 0.34);
}

.plus-nav i {
  font-size: 31px !important;
}

.plus-nav span {
  display: none;
}

/* =====================================================
   FIX POSISI BOTTOM NAV BIAR DI TENGAH
   TEMPEL PALING BAWAH app.css
===================================================== */

#bottomNavMount {
  position: relative !important;
  z-index: 99999 !important;
}

#bottomNavMount .bottom-nav {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(9px + env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;

  width: min(365px, calc(100vw - 18px)) !important;
  max-width: 365px !important;
  height: 64px !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 15px 38px rgba(5, 20, 70, 0.16) !important;
  border: 1px solid rgba(232, 237, 247, 0.9) !important;
  backdrop-filter: blur(14px);

  display: grid !important;
  grid-template-columns: 1fr 1fr 66px 1fr 1fr !important;
  align-items: center !important;
  z-index: 99999 !important;
}

#bottomNavMount .bottom-nav a {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  align-items: center !important;
  justify-content: center !important;

  color: #7b849b !important;
  font-size: 9.8px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

#bottomNavMount .bottom-nav a i {
  font-size: 22px !important;
  line-height: 1 !important;
}

#bottomNavMount .bottom-nav a.active {
  color: #1266f1 !important;
}

#bottomNavMount .bottom-nav .plus-nav {
  width: 58px !important;
  height: 58px !important;
  margin: -25px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #1266f1, #0345d8) !important;
  color: #ffffff !important;
  box-shadow: 0 13px 28px rgba(18, 102, 241, 0.34) !important;
}

#bottomNavMount .bottom-nav .plus-nav i {
  font-size: 31px !important;
}

#bottomNavMount .bottom-nav .plus-nav span {
  display: none !important;
}

/* =====================================================
   FIX UNIVERSAL BOTTOM NAV
===================================================== */

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell {
  padding-bottom: 110px !important;
}

#bottomNavMount {
  position: relative !important;
  z-index: 99999 !important;
}

#bottomNavMount .bottom-nav {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(9px + env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;

  width: min(365px, calc(100vw - 18px)) !important;
  max-width: 365px !important;
  height: 64px !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 15px 38px rgba(5, 20, 70, 0.16) !important;
  border: 1px solid rgba(232, 237, 247, 0.9) !important;
  backdrop-filter: blur(14px);

  display: grid !important;
  grid-template-columns: 1fr 1fr 66px 1fr 1fr !important;
  align-items: center !important;
  z-index: 99999 !important;
}

#bottomNavMount .bottom-nav a {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  align-items: center !important;
  justify-content: center !important;

  color: #7b849b !important;
  font-size: 9.8px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

#bottomNavMount .bottom-nav a i {
  font-size: 22px !important;
  line-height: 1 !important;
}

#bottomNavMount .bottom-nav a.active {
  color: #1266f1 !important;
}

#bottomNavMount .bottom-nav .plus-nav {
  width: 58px !important;
  height: 58px !important;
  margin: -25px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #1266f1, #0345d8) !important;
  color: #ffffff !important;
  box-shadow: 0 13px 28px rgba(18, 102, 241, 0.34) !important;
}

#bottomNavMount .bottom-nav .plus-nav i {
  font-size: 31px !important;
}

#bottomNavMount .bottom-nav .plus-nav span {
  display: none !important;
}

/* =====================================================
   FIX UNIVERSAL BOTTOM NAV
===================================================== */

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell {
  padding-bottom: 110px !important;
}

#bottomNavMount {
  position: relative !important;
  z-index: 99999 !important;
}

#bottomNavMount .bottom-nav {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(9px + env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;

  width: min(365px, calc(100vw - 18px)) !important;
  max-width: 365px !important;
  height: 64px !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 15px 38px rgba(5, 20, 70, 0.16) !important;
  border: 1px solid rgba(232, 237, 247, 0.9) !important;
  backdrop-filter: blur(14px);

  display: grid !important;
  grid-template-columns: 1fr 1fr 66px 1fr 1fr !important;
  align-items: center !important;
  z-index: 99999 !important;
}

#bottomNavMount .bottom-nav a {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  align-items: center !important;
  justify-content: center !important;

  color: #7b849b !important;
  font-size: 9.8px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

#bottomNavMount .bottom-nav a i {
  font-size: 22px !important;
  line-height: 1 !important;
}

#bottomNavMount .bottom-nav a.active {
  color: #1266f1 !important;
}

#bottomNavMount .bottom-nav .plus-nav {
  width: 58px !important;
  height: 58px !important;
  margin: -25px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #1266f1, #0345d8) !important;
  color: #ffffff !important;
  box-shadow: 0 13px 28px rgba(18, 102, 241, 0.34) !important;
}

#bottomNavMount .bottom-nav .plus-nav i {
  font-size: 31px !important;
}

#bottomNavMount .bottom-nav .plus-nav span {
  display: none !important;
}

/* =====================================================
   PROFILE PAGE V3 - PREMIUM STYLE
===================================================== */

.profile-page-shell {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 116px;
  background: #f6f8ff;
  color: #071d5f;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.profile-hero {
  position: relative;
  min-height: 372px;
  padding: 18px 16px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(18, 102, 241, 0.98), rgba(3, 69, 216, 0.96)),
    url("../assets/img/hero-tagana.webp");
  background-size: cover;
  background-position: center;
  overflow: visible;
}

.profile-hero::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 135px;
  width: 95px;
  height: 95px;
  background-image: radial-gradient(rgba(255,255,255,.45) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .45;
}

.profile-hero-top {
  position: relative;
  z-index: 3;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-hero-top h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.profile-hero-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 28px;
}

.profile-hero-body {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}

.profile-avatar-wrap {
  position: relative;
  width: 118px;
  height: 118px;
  flex: 0 0 auto;
}

.profile-avatar-ring {
  width: 118px;
  height: 118px;
  border-radius: 999px;
  border: 4px solid rgba(255,255,255,.9);
  background: rgba(255,255,255,.18);
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 34px rgba(0, 24, 96, .22);
}

.profile-avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar-fallback {
  display: none;
  font-size: 54px;
  color: rgba(255,255,255,.95);
}

.profile-avatar-ring.no-photo .profile-avatar-fallback {
  display: inline-flex;
}

.profile-online-dot {
  position: absolute;
  right: 4px;
  bottom: 16px;
  width: 29px;
  height: 29px;
  border-radius: 999px;
  background: #22c55e;
  border: 4px solid #ffffff;
}

.profile-main-identity {
  min-width: 0;
  flex: 1;
}

.profile-main-identity h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.profile-main-identity p {
  margin: 8px 0 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
}

.profile-status-badge {
  width: max-content;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 900;
}

.profile-status-badge.active {
  background: #15803d;
  color: #ffffff;
}

.profile-status-badge.pending {
  background: #f59e0b;
  color: #ffffff;
}

.profile-status-badge.inactive {
  background: #dc2626;
  color: #ffffff;
}

.profile-id-floating {
  position: absolute;
  z-index: 5;
  right: 17px;
  bottom: -27px;
  width: 126px;
  min-height: 74px;
  padding: 14px 13px;
  border-radius: 18px;
  background: #ffffff;
  color: #071d5f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  box-shadow: 0 14px 34px rgba(7, 29, 95, 0.18);
}

.profile-id-floating span {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #8b96ad;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-id-floating strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1;
  color: #071d5f;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.profile-id-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.profile-id-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile-v3-content {
  position: relative;
  z-index: 4;
  margin-top: -62px;
  padding: 0 16px 0;
}

.profile-identity-card {
  min-height: 190px;
  padding: 26px 14px 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(7, 29, 95, 0.09);
  display: grid;
  grid-template-columns: 1fr 128px;
  gap: 12px;
}

.profile-info-list {
  display: flex;
  flex-direction: column;
}

.profile-info-row {
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #eef2f8;
}

.profile-info-row:last-child {
  border-bottom: 0;
}

.profile-info-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #071d5f;
}

.profile-info-left i {
  width: 22px;
  font-size: 20px;
  color: #071d5f;
}

.profile-info-left span {
  font-size: 12px;
  font-weight: 900;
  color: #071d5f;
  white-space: nowrap;
}

.profile-info-row strong {
  font-size: 12px;
  color: #66718a;
  font-weight: 850;
  text-align: right;
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-qr-area {
  border-left: 1px solid #eef2f8;
  padding-left: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-qr-box {
  width: 105px;
  height: 105px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e4eaf5;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.profile-qr-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr-fallback {
  display: none;
  font-size: 58px;
  color: #071d5f;
}

.profile-qr-box.qr-placeholder .qr-fallback {
  display: inline-flex;
}

.profile-qr-area h4 {
  margin: 10px 0 4px;
  font-size: 10.5px;
  color: #7b849b;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.profile-qr-area p {
  margin: 0;
  font-size: 10px;
  line-height: 1.35;
  color: #8b96ad;
  font-weight: 650;
}

.profile-stat-strip {
  margin-top: 14px;
  min-height: 80px;
  padding: 13px 8px;
  border-radius: 16px;
  background: #061a55;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  box-shadow: 0 14px 30px rgba(6, 26, 85, .18);
}

.profile-stat-item {
  text-align: center;
}

.profile-stat-item i {
  font-size: 24px;
  color: rgba(255,255,255,.95);
}

.profile-stat-item strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  color: #ffffff;
}

.profile-stat-item span {
  display: block;
  margin-top: 5px;
  font-size: 9.5px;
  line-height: 1.25;
  font-weight: 650;
  color: rgba(255,255,255,.82);
}

.profile-hidden-stat {
  display: none !important;
}

.profile-section {
  margin-top: 23px;
}

.profile-section h3 {
  margin: 0 0 12px;
  padding-left: 12px;
  font-size: 17px;
  color: #071d5f;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.profile-list-card {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(7, 29, 95, 0.07);
  overflow: hidden;
}

.profile-menu-row {
  width: 100%;
  min-height: 57px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid #eef2f8;
  background: transparent;
  color: #071d5f;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(90px, 1.2fr) 18px;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: inherit;
}

.profile-menu-row:last-child {
  border-bottom: 0;
}

.profile-button-row {
  cursor: pointer;
}

.profile-menu-left {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.profile-menu-left i {
  width: 24px;
  font-size: 22px;
  color: #071d5f;
}

.profile-menu-left span {
  font-size: 12.5px;
  font-weight: 900;
  color: #071d5f;
  white-space: nowrap;
}

.profile-menu-row p {
  margin: 0;
  color: #69758d;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 700;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-menu-row > i {
  color: #7f8aa3;
  font-size: 20px;
}

.profile-action-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.profile-action-card {
  min-height: 105px;
  padding: 12px 6px 10px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(7, 29, 95, 0.07);
  text-align: center;
  text-decoration: none;
  color: #071d5f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-action-icon {
  width: 37px;
  height: 37px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  font-size: 25px;
}

.profile-action-icon.blue {
  color: #1266f1;
  background: #eaf2ff;
}

.profile-action-icon.purple {
  color: #8b5cf6;
  background: #f2edff;
}

.profile-action-icon.orange {
  color: #f97316;
  background: #fff0e5;
}

.profile-action-icon.green {
  color: #14b8a6;
  background: #e9fffb;
}

.profile-action-card h4 {
  margin: 0;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 950;
}

.profile-action-card span {
  display: block;
  margin-top: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #69758d;
  font-size: 9px;
  font-weight: 800;
}

.profile-action-card .verified-text {
  background: #dcfce7;
  color: #16a34a;
}

.profile-logout-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: 16px;
  background: #fee2e2;
  color: #dc2626;
  font-size: 14px;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.profile-logout-btn i {
  font-size: 20px;
}

.profile-page-shell .developer-credit {
  margin: 18px 0 8px;
}

/* Sinkronkan nomor ID di hero jika JS hanya mengisi profileNomorTenggo */
#profileNomorTenggoHero:empty::before {
  content: "-";
}

@media (max-width: 390px) {
  .profile-hero {
    min-height: 360px;
  }

  .profile-hero-body {
    gap: 15px;
  }

  .profile-avatar-wrap,
  .profile-avatar-ring {
    width: 104px;
    height: 104px;
  }

  .profile-online-dot {
    width: 27px;
    height: 27px;
    bottom: 11px;
  }

  .profile-main-identity h2 {
    font-size: 20px;
  }

  .profile-main-identity p {
    font-size: 12.5px;
  }

  .profile-id-floating {
    width: 116px;
    right: 14px;
  }

  .profile-identity-card {
    grid-template-columns: 1fr 112px;
    gap: 9px;
    padding-left: 12px;
    padding-right: 10px;
  }

  .profile-qr-box {
    width: 92px;
    height: 92px;
  }

  .profile-info-left span {
    font-size: 11.4px;
  }

  .profile-info-row strong {
    max-width: 92px;
    font-size: 11px;
  }

  .profile-action-grid {
    gap: 8px;
  }

  .profile-action-card {
    min-height: 96px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .profile-action-card h4 {
    font-size: 9.2px;
  }

  .profile-action-card span {
    font-size: 8px;
  }

  .profile-menu-row {
    grid-template-columns: minmax(112px, 1fr) minmax(75px, 1.1fr) 16px;
  }
}

/* =====================================================
   FIX PROFILE QR KETUTUP
   TEMPEL PALING BAWAH app.css
===================================================== */

.profile-v3-content {
  margin-top: -28px !important;
}

.profile-id-floating {
  bottom: -18px !important;
  z-index: 5 !important;
}

.profile-identity-card {
  position: relative !important;
  z-index: 6 !important;
  padding-top: 34px !important;
}

.profile-qr-area {
  position: relative !important;
  z-index: 7 !important;
}

.profile-qr-box {
  position: relative !important;
  z-index: 8 !important;
}

/* =====================================================
   FIX TABLER ICON BIAR TAMPIL STABIL
===================================================== */

i[class^="ti"],
i[class*=" ti-"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-style: normal !important;
}

.profile-hero-btn i {
  font-size: 27px !important;
}

.profile-info-left i,
.profile-menu-left i {
  font-size: 21px !important;
}

.profile-action-icon i {
  font-size: 24px !important;
}

.profile-stat-item i {
  font-size: 23px !important;
}

/* =====================================================
   ADMIN DATA PIKET - MAPS & FOTO DETAIL
===================================================== */

.admin-detail-media-box {
  width: 100%;
  padding: 12px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dfe7f5;
}

.admin-gps-info-box {
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dfe7f5;
  color: #34415c;
  font-size: 13px;
  line-height: 1.65;
}

.admin-gps-info-box strong {
  color: #132a75;
  font-weight: 900;
}

.admin-gps-info-box .danger {
  color: #dc2626;
  font-weight: 900;
}

.admin-gps-info-box .safe {
  color: #16a34a;
  font-weight: 900;
}

.admin-map-preview {
  width: 100%;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dfe7f5;
  background: #f8fbff;
}

.admin-map-preview iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
}

.admin-map-link-bar {
  padding: 10px 12px;
  background: #ffffff;
  border-top: 1px solid #dfe7f5;
}

.admin-doc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  width: 100%;
}

.admin-doc-item {
  padding: 12px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #dfe7f5;
}

.admin-doc-preview-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.admin-doc-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid #e6edf8;
  background: #ffffff;
}

.admin-doc-caption {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #132a75;
  font-weight: 900;
}

.admin-empty-media {
  min-height: 80px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px dashed #cbd7ea;
  color: #7b87a9;
  font-size: 13px;
  font-weight: 800;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
}

.admin-bukti-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-bukti-chip {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #e7f0ff;
  color: #1266f1;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.admin-bukti-chip.green {
  background: #dcfce7;
  color: #16a34a;
}

.admin-bukti-chip.purple {
  background: #f1eaff;
  color: #7c3aed;
}

.admin-bukti-chip.gray {
  background: #eef2f7;
  color: #5e718f;
}

@media (max-width: 768px) {
  .admin-map-preview {
    min-height: 320px;
  }

  .admin-map-preview iframe {
    height: 280px;
  }

  .admin-doc-list {
    grid-template-columns: 1fr;
  }

  .admin-doc-image {
    height: 220px;
  }
}

/* =====================================================
   ADMIN EXPORT BUTTON
===================================================== */

.admin-table-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.admin-export-btn {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(7, 29, 95, 0.12);
}

.admin-export-btn i {
  font-size: 15px;
}

.admin-export-btn.excel {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.admin-export-btn.pdf {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

@media (max-width: 768px) {
  .admin-table-head-actions {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}
/* =====================================================
   ADMIN EXPORT BUTTON
===================================================== */

.admin-table-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.admin-export-btn {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(7, 29, 95, 0.12);
}

.admin-export-btn i {
  font-size: 15px;
}

.admin-export-btn.excel {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.admin-export-btn.pdf {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

@media (max-width: 768px) {
  .admin-table-head-actions {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

/* =====================================================
   ADMIN EXPORT BUTTON
===================================================== */

.admin-table-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.admin-export-btn {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(7, 29, 95, 0.12);
}

.admin-export-btn i {
  font-size: 15px;
}

.admin-export-btn.excel {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.admin-export-btn.pdf {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

@media (max-width: 768px) {
  .admin-table-head-actions {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

/* =====================================================
   ANGGOTA KAS PAGE
===================================================== */

.kas-page-shell {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px 16px 120px;
  background: #f6f8ff;
  color: #071d5f;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.kas-header {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.kas-header h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 950;
  color: #071d5f;
  letter-spacing: -0.03em;
}

.kas-header p {
  margin: 4px 0 0;
  font-size: 11.5px;
  line-height: 1.35;
  color: #7b849b;
  font-weight: 700;
}

.kas-header-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 15px;
  background: #ffffff;
  color: #071d5f;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 23px;
  box-shadow: 0 8px 22px rgba(7, 29, 95, 0.08);
}

.kas-balance-card {
  padding: 18px;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, #1266f1, #0345d8);
  box-shadow: 0 18px 36px rgba(18, 102, 241, 0.25);
}

.kas-balance-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.kas-balance-top span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.82);
}

.kas-balance-top h2 {
  margin: 9px 0 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.kas-balance-icon {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: rgba(255,255,255,.16);
  display: grid;
  place-items: center;
  font-size: 29px;
}

.kas-update-info {
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 750;
  color: rgba(255,255,255,.92);
}

.kas-summary-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kas-summary-card {
  min-height: 92px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(7, 29, 95, 0.07);
}

.kas-summary-icon {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 10px;
}

.kas-summary-card.income .kas-summary-icon {
  background: #dcfce7;
  color: #16a34a;
}

.kas-summary-card.expense .kas-summary-icon {
  background: #fee2e2;
  color: #dc2626;
}

.kas-summary-card span {
  display: block;
  font-size: 10.5px;
  color: #7b849b;
  font-weight: 850;
}

.kas-summary-card strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #071d5f;
  font-weight: 950;
}

.kas-filter-card {
  margin-top: 16px;
  padding: 6px;
  border-radius: 17px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  box-shadow: 0 8px 22px rgba(7, 29, 95, 0.06);
}

.kas-filter-card button {
  min-height: 39px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #7b849b;
  font-size: 11.5px;
  font-weight: 900;
}

.kas-filter-card button.active {
  background: #1266f1;
  color: #ffffff;
}

.kas-content {
  margin-top: 20px;
}

.kas-section-title {
  margin-bottom: 12px;
}

.kas-section-title h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 950;
  color: #071d5f;
}

.kas-section-title p {
  margin: 4px 0 0;
  font-size: 11.5px;
  color: #7b849b;
  font-weight: 700;
}

.kas-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.kas-item {
  padding: 13px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 29, 95, 0.06);
  display: flex;
  gap: 12px;
}

.kas-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex: 0 0 auto;
}

.kas-item.income .kas-item-icon {
  background: #dcfce7;
  color: #16a34a;
}

.kas-item.expense .kas-item-icon {
  background: #fee2e2;
  color: #dc2626;
}

.kas-item-body {
  min-width: 0;
  flex: 1;
}

.kas-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.kas-item-top h4 {
  margin: 0;
  font-size: 13.5px;
  color: #071d5f;
  font-weight: 950;
}

.kas-item-top p {
  margin: 5px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: #7b849b;
  font-weight: 650;
}

.kas-item-top strong {
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 950;
}

.income-text {
  color: #16a34a;
}

.expense-text {
  color: #dc2626;
}

.kas-item-meta {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.kas-item-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  color: #8791a8;
  font-weight: 750;
}

.kas-type-badge {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 900 !important;
}

.kas-type-badge.income {
  background: #dcfce7;
  color: #16a34a !important;
}

.kas-type-badge.expense {
  background: #fee2e2;
  color: #dc2626 !important;
}

.kas-empty-state {
  min-height: 120px;
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  color: #7b849b;
  font-size: 13px;
  font-weight: 800;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 8px 22px rgba(7, 29, 95, 0.06);
}

/* =====================================================
   LOGIN PREMIUM TAGANA CIANJUR
===================================================== */

body {
  margin: 0;
  background: #f6f8ff;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.login-premium-shell {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  background: #f6f8ff;
  position: relative;
  overflow-x: hidden;
}

.login-premium-hero {
  position: relative;
  min-height: 340px;
  padding: 58px 30px 95px;
  background:
    linear-gradient(180deg, rgba(2, 18, 64, 0.62), rgba(2, 18, 64, 0.88)),
    url("../assets/img/hero-tagana.webp");
  background-size: cover;
  background-position: 62% center;
  color: #ffffff;
  overflow: hidden;
}

.login-premium-hero::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 52px;
  width: 116px;
  height: 82px;
  background-image: radial-gradient(rgba(39, 115, 255, .9) 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: .65;
}

.login-hero-content {
  position: relative;
  z-index: 2;
  max-width: 230px;
}
.login-hero-content h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.login-hero-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
  color: rgba(255, 255, 255, .94);
}

.login-hero-line {
  width: 78px;
  height: 4px;
  margin: 18px 0 13px;
  border-radius: 99px;
  background: linear-gradient(90deg, #1266f1, rgba(18, 102, 241, 0));
}

.login-hero-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
  color: rgba(255, 255, 255, .92);
}

.login-premium-card {
  position: relative;
  z-index: 5;
  margin-top: -42px; /* sebelumnya -58px */
  min-height: calc(100vh - 240px);
  padding: 62px 26px 28px;
  border-radius: 38px 38px 0 0;
  background: #ffffff;
  box-shadow: 0 -14px 36px rgba(7, 29, 95, .12);
}

.login-premium-card::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -1px;
  width: 88px;
  height: 68px;
  background: #ffffff;
  border-top-right-radius: 68px;
}

.login-premium-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -1px;
  width: 88px;
  height: 68px;
  background: #ffffff;
  border-top-left-radius: 68px;
}

.login-logo-floating {
  position: absolute;
  left: 50%;
  top: -78px;
  transform: translateX(-50%);
  width: 118px;
  height: 118px;
  border-radius: 34px;
  background: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 38px rgba(7, 29, 95, .16);
  z-index: 6;
}

.login-logo-floating img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.login-logo-fallback {
  display: none;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: #eaf2ff;
  color: #1266f1;
  place-items: center;
  font-size: 42px;
}

.login-title-block {
  text-align: center;
  margin-bottom: 24px;
}

.login-title-block h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
  color: #071d5f;
  letter-spacing: -0.03em;
}

.login-title-block p {
  width: 260px;
  max-width: 100%;
  margin: 9px auto 0;
  color: #7b849b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.login-form-group {
  margin-bottom: 18px;
}

.login-form-group label {
  display: block;
  margin-bottom: 9px;
  color: #071d5f;
  font-size: 13px;
  font-weight: 900;
}

.login-input-wrap {
  height: 58px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e6ebf5;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(7, 29, 95, .035);
}

.login-input-icon {
  width: 58px;
  height: 100%;
  background: #f3f7ff;
  color: #4b8cff;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex: 0 0 auto;
}

.login-input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: #071d5f;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
}

.login-input::placeholder {
  color: #a3abc0;
  font-weight: 650;
}

.login-eye-btn {
  width: 52px;
  height: 100%;
  border: 0;
  background: transparent;
  color: #73809d;
  font-size: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.login-option-row {
  margin-top: 4px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.login-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #69758d;
  font-size: 13px;
  font-weight: 800;
}

.login-check input {
  width: 19px;
  height: 19px;
  accent-color: #1266f1;
}

.login-forgot-link {
  color: #1266f1;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.login-primary-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #1266f1, #0345d8);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 15px 28px rgba(18, 102, 241, .28);
}

.login-primary-btn i {
  position: absolute;
  right: 44px;
  font-size: 25px;
}

.login-register-text {
  margin: 24px 0 0;
  text-align: center;
  color: #8a94ab;
  font-size: 13.5px;
  font-weight: 750;
}

.login-register-text button {
  border: 0;
  background: transparent;
  color: #1266f1;
  font: inherit;
  font-weight: 950;
  padding: 0;
}

.login-info-box {
  position: relative;
  min-height: 82px;
  margin-top: 28px;
  padding: 15px 18px;
  border-radius: 14px;
  background: #f3f6ff;
  display: flex;
  align-items: center;
  gap: 13px;
  overflow: hidden;
}

.login-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #e5efff;
  color: #1266f1;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex: 0 0 auto;
}

.login-info-box h4 {
  margin: 0;
  color: #071d5f;
  font-size: 13px;
  font-weight: 950;
}

.login-info-box p {
  margin: 5px 0 0;
  color: #69758d;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 650;
}

.login-info-bg {
  position: absolute;
  right: 18px;
  bottom: 4px;
  font-size: 58px;
  color: rgba(18, 102, 241, .14);
}

.login-dev-credit {
  margin-top: 26px;
  text-align: center;
}

.login-dev-credit p {
  margin: 0;
  color: #8a94ab;
  font-size: 13px;
  font-weight: 800;
}

.login-dev-credit strong {
  color: #1266f1;
}

.login-dev-credit span {
  display: block;
  margin-top: 5px;
  color: #9aa3b7;
  font-size: 12px;
  font-weight: 700;
}

/* REGISTER */
.login-premium-form.register {
  padding-top: 0;
}

.register-top-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.register-top-bar h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 950;
  color: #071d5f;
  letter-spacing: -0.03em;
}

.register-top-bar p {
  margin: 5px 0 0;
  color: #7b849b;
  font-size: 13px;
  font-weight: 700;
}

.register-back-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 15px;
  background: #f3f7ff;
  color: #1266f1;
  font-size: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.register-check {
  margin: 4px 0 18px;
}

#message {
  position: relative;
  z-index: 20;
  margin-bottom: 14px;
}

/* kecilkan sedikit untuk layar pendek */
@media (max-width: 390px) {
  .login-premium-hero {
    min-height: 330px;
    padding-top: 60px;
  }

  .login-hero-content h1 {
    font-size: 31px;
  }

  .login-premium-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .login-logo-floating {
    width: 108px;
    height: 108px;
    border-radius: 30px;
    top: -70px;
  }

  .login-logo-floating img {
    width: 68px;
    height: 68px;
  }

  .login-title-block h2 {
    font-size: 24px;
  }

  .login-input-wrap {
    height: 55px;
  }

  .login-primary-btn {
    height: 56px;
  }
}

.login-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #071d5f;
}

.login-input-wrap:has(.login-select)::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  width: 46px;
  height: 100%;
  display: grid;
  place-items: center;
  color: #7b849b;
  font-size: 14px;
  pointer-events: none;
}

.login-select-wrap {
  position: relative;
}

.login-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #071d5f;
  padding-right: 46px;
}

.login-select-wrap::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  display: grid;
  place-items: center;
  color: #7b849b;
  font-size: 14px;
  pointer-events: none;
}

.install-app-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  border: 1.5px solid #1266f1;
  border-radius: 14px;
  background: #ffffff;
  color: #1266f1;
  font-size: 14px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 22px rgba(18, 102, 241, .10);
  cursor: pointer;
}

.install-app-btn i {
  font-size: 20px;
}

.install-app-btn:active {
  transform: scale(.97);
}

.login-install-box {
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.login-info-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
}

.login-info-content {
  min-width: 0;
  flex: 1;
}

.login-install-box .install-app-btn {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 46px;
  margin-top: 0;
  border: 1.5px solid #1266f1;
  border-radius: 13px;
  background: #ffffff;
  color: #1266f1;
  font-size: 13.5px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 18px rgba(18, 102, 241, .10);
  cursor: pointer;
}

.login-install-box .install-app-btn i {
  font-size: 18px;
}

.login-install-box .install-app-btn:active {
  transform: scale(.97);
}

/* =====================================================
   INSTALL APP CARD - DASHBOARD BAWAH SALDO KAS
===================================================== */

.home-install-app-card {
  margin: 16px 0 110px;
  padding: 15px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(7, 29, 95, 0.07);
}

.home-install-app-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.home-install-app-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #eaf2ff;
  color: #1266f1;
  display: grid;
  place-items: center;
  font-size: 23px;
  flex: 0 0 auto;
}

.home-install-app-text {
  min-width: 0;
  flex: 1;
}

.home-install-app-text h4 {
  margin: 0;
  color: #071d5f;
  font-size: 14.5px;
  font-weight: 950;
}

.home-install-app-text p {
  margin: 4px 0 0;
  color: #7b849b;
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 700;
}

.home-install-app-btn {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #1266f1, #0345d8);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 24px rgba(18, 102, 241, 0.22);
  cursor: pointer;
}

.home-install-app-btn i {
  font-size: 19px;
}

.home-install-app-btn:active {
  transform: scale(.97);
}

/* =====================================================
   PETA KEJADIAN
===================================================== */

.map-kejadian-content {
  padding-bottom: 120px;
}

.map-info-card {
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1266f1, #0345d8);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 30px rgba(18, 102, 241, .22);
  margin-bottom: 14px;
}

.map-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  font-size: 28px;
  flex: 0 0 auto;
}

.map-info-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.map-info-card p {
  margin: 5px 0 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .88);
  font-weight: 650;
}

.map-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-bottom: 14px;
}

.map-summary-card {
  min-height: 74px;
  padding: 12px 10px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 29, 95, .06);
  border: 1px solid #eef2f8;
  text-align: center;
}

.map-summary-card span {
  display: block;
  color: #7b849b;
  font-size: 10.5px;
  font-weight: 850;
}

.map-summary-card strong {
  display: block;
  margin-top: 7px;
  color: #071d5f;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.map-filter-card {
  margin-bottom: 14px;
}

.map-filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.map-filter-field {
  width: 100%;
  height: 46px;
  border: 1px solid #e3eaf5;
  border-radius: 15px;
  background: #ffffff;
  color: #071d5f;
  font-size: 12.5px;
  font-weight: 850;
  padding: 0 12px;
  outline: none;
  box-shadow: 0 6px 18px rgba(7, 29, 95, .04);
}

.map-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5edf8;
  box-shadow: 0 10px 26px rgba(7, 29, 95, .08);
  margin-bottom: 18px;
}

#mapKejadian {
  width: 100%;
  height: 390px;
  background: #eaf2ff;
}

.kejadian-marker {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #1266f1;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(18, 102, 241, .35);
  border: 3px solid #ffffff;
}

.kejadian-marker.danger {
  background: #ef4444;
}

.kejadian-marker.warning {
  background: #f59e0b;
}

.kejadian-marker.done {
  background: #16a34a;
}

.map-popup {
  min-width: 210px;
}

.map-popup h4 {
  margin: 0 0 7px;
  color: #071d5f;
  font-size: 15px;
  font-weight: 950;
}

.map-popup p {
  margin: 4px 0;
  color: #526078;
  font-size: 12px;
  line-height: 1.4;
}

.map-popup-badge {
  display: inline-flex;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #eaf2ff;
  color: #1266f1;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}

.map-popup-link {
  display: inline-flex;
  margin-top: 8px;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 10px;
  background: #1266f1;
  color: #ffffff !important;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 900;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.section-title-row h3 {
  margin: 0;
  color: #071d5f;
  font-size: 17px;
  font-weight: 950;
}

.section-title-row span {
  color: #7b849b;
  font-size: 12px;
  font-weight: 800;
}

.kejadian-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.kejadian-item {
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #eef2f8;
  box-shadow: 0 8px 22px rgba(7, 29, 95, .055);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.kejadian-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eaf2ff;
  color: #1266f1;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex: 0 0 auto;
}

.kejadian-item-main {
  flex: 1;
  min-width: 0;
}

.kejadian-item-main h4 {
  margin: 0 0 5px;
  color: #071d5f;
  font-size: 14px;
  font-weight: 950;
}

.kejadian-item-main p {
  margin: 3px 0;
  color: #68748a;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
}

.kejadian-item-status {
  display: inline-flex;
  margin-top: 7px;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #dcfce7;
  color: #16a34a;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
}

.kejadian-empty {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  color: #7b849b;
  font-size: 13px;
  text-align: center;
  font-weight: 750;
  border: 1px solid #eef2f8;
}

@media (max-width: 370px) {
  #mapKejadian {
    height: 340px;
  }

  .map-filter-row {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   HALAMAN DAFTAR MENU TAMBAHAN
===================================================== */

.menu-page-content {
  padding-bottom: 120px;
}

.menu-page-hero {
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1266f1, #0345d8);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 30px rgba(18, 102, 241, .22);
}

.menu-page-hero-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  font-size: 29px;
  flex: 0 0 auto;
}

.menu-page-hero h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.menu-page-hero p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

.menu-category-section {
  margin-top: 20px;
}

.menu-category-section h3 {
  margin: 0 0 12px;
  color: #071d5f;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.menu-list-grid {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.menu-list-card {
  width: 100%;
  min-height: 78px;
  padding: 13px;
  border: 1px solid #eef2f8;
  border-radius: 18px;
  background: #ffffff;
  color: #071d5f;
  box-shadow: 0 8px 22px rgba(7, 29, 95, .055);
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  font-family: inherit;
  text-align: left;
}

.menu-list-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #eaf2ff;
  color: #1266f1;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.menu-list-icon.blue {
  background: #eaf2ff;
  color: #1266f1;
}

.menu-list-icon.green {
  background: #dcfce7;
  color: #16a34a;
}

.menu-list-icon.purple {
  background: #f3e8ff;
  color: #7c3aed;
}

.menu-list-icon.danger {
  background: #fee2e2;
  color: #ef4444;
}

.menu-list-icon.orange {
  background: #ffedd5;
  color: #f97316;
}

.menu-list-icon.teal {
  background: #ccfbf1;
  color: #0f766e;
}

.menu-list-text {
  min-width: 0;
}

.menu-list-text h4 {
  margin: 0;
  color: #071d5f;
  font-size: 14px;
  font-weight: 950;
}

.menu-list-text p {
  margin: 4px 0 0;
  color: #7b849b;
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 700;
}

.menu-disabled {
  opacity: .78;
  cursor: not-allowed;
}

.menu-coming-soon {
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}



/* =========================================
   ADMIN MOBILE SIDEBAR FIX
   Menampilkan tombol menu dan sidebar di tablet/HP
========================================= */

.admin-sidebar-toggle,
.admin-sidebar-overlay {
  display: none;
}

@media (max-width: 1080px) {
  .admin-layout {
    display: block;
  }

  .admin-sidebar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(82vw, 320px);
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    box-shadow: 18px 0 40px rgba(3, 34, 79, 0.28);
  }

  .admin-sidebar.is-open {
    transform: translateX(0);
  }

  .admin-sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(4, 20, 46, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .admin-sidebar-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .admin-sidebar-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border: 1px solid #dfe7f5;
    border-radius: 15px;
    background: #ffffff;
    color: #132a75;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(19, 42, 117, 0.08);
  }

  .admin-sidebar-toggle:active {
    transform: scale(0.97);
  }

  .admin-topbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 12px;
  }

  .admin-topbar-left {
    grid-column: 2 / 3;
  }

  .admin-topbar-right {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.admin-sidebar-locked {
    overflow: hidden;
    touch-action: none;
  }
}

/* ===============================
   ADMIN NOTIFIKASI GLOBAL
================================ */

.admin-notif-wrapper {
  position: relative;
}

.admin-notif-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.admin-notif-btn:hover {
  background: #f9fafb;
  color: #111827;
}

.admin-notif-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

.admin-notif-badge.show {
  display: inline-flex;
}

.admin-notif-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 360px;
  max-width: calc(100vw - 24px);
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  z-index: 1000;
  display: none;
}

.admin-notif-dropdown.show {
  display: block;
}

.admin-notif-head {
  padding: 15px 16px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-notif-head h4 {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.admin-notif-head button {
  border: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.admin-notif-list {
  max-height: 420px;
  overflow-y: auto;
}

.admin-notif-item {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
}

.admin-notif-item:hover {
  background: #f9fafb;
}

.admin-notif-item.unread {
  background: #eff6ff;
}

.admin-notif-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.admin-notif-icon.anggota {
  color: #1d4ed8;
  background: #dbeafe;
}

.admin-notif-icon.bencana {
  color: #b45309;
  background: #fef3c7;
}

.admin-notif-icon.piket {
  color: #047857;
  background: #d1fae5;
}

.admin-notif-icon.kegiatan {
  color: #7c3aed;
  background: #ede9fe;
}

.admin-notif-content strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.admin-notif-content p {
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.4;
}

.admin-notif-content small {
  display: block;
  margin-top: 6px;
  color: #9ca3af;
  font-size: 11px;
}

.admin-notif-empty {
  padding: 24px 16px;
  text-align: center;
  color: #6b7280;
  font-size: 13px;
}


.admin-notif-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100vw - 32px));
  padding: 14px 16px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: 0.25s ease;
}

.admin-notif-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.admin-notif-toast-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: #dbeafe;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.admin-notif-toast-body strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.admin-notif-toast-body small {
  display: block;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .admin-notif-toast {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 768px) {
  .admin-notif-dropdown {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }
}

/* Jadwal Piket Mini Card Dashboard */

.jadwal-piket-mini-card .stat-info {
  min-width: 0;
}

.jadwal-piket-mini-card .stat-info h4 {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
}

.jadwal-piket-mini-card .jadwal-mini-date {
  display: block;
  font-size: 18px !important;
  line-height: 1.05;
  font-weight: 900;
  color: #001b66;
  white-space: nowrap;
}

.jadwal-piket-mini-card .jadwal-mini-detail {
  margin-top: 4px;
  font-size: 10px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #4b5f8f;
  overflow: hidden;
  max-height: 24px;
}

/* Jadwal Piket Mini Card Dashboard - Font Lebih Kecil */

.stat-card.jadwal-piket-mini-card {
  gap: 10px;
  padding: 14px 12px;
}

.jadwal-piket-mini-card .stat-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  font-size: 16px;
  border-radius: 14px;
}

.jadwal-piket-mini-card .stat-info {
  min-width: 0;
}

.jadwal-piket-mini-card .stat-info h4 {
  margin: 0 0 3px;
  font-size: 10px !important;
  line-height: 1.1 !important;
  font-weight: 800;
}

.jadwal-piket-mini-card .stat-info strong,
.jadwal-piket-mini-card .jadwal-mini-date {
  display: block;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 900;
  color: #001b66;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jadwal-piket-mini-card .stat-info p,
.jadwal-piket-mini-card .jadwal-mini-detail {
  margin-top: 3px;
  font-size: 9px !important;
  line-height: 1.15 !important;
  font-weight: 700;
  color: #4b5f8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================
   FIX LCP HERO LOGIN - WARNA NORMAL
========================================= */

.login-premium-hero {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background-color: #0f172a;
}

.login-premium-hero::before,
.login-premium-hero::after {
  display: none !important;
  content: none !important;
}

.login-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: none !important;
  opacity: 1;
}

.login-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.78) 0%,
      rgba(30, 64, 175, 0.42) 45%,
      rgba(220, 38, 38, 0.32) 100%
    );
}

.login-hero-content {
  position: relative;
  z-index: 2;
}

/* =========================================================
   ADMIN - ANGGOTA KECAMATAN
========================================================= */

.anggota-kecamatan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.anggota-kecamatan-card {
  width: 100%;
  min-height: 180px;
  padding: 18px;
  border: 1px solid #dbe7ff;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.10), transparent 36%),
    #ffffff;
  color: #172554;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
  transition: 0.18s ease;
}

.anggota-kecamatan-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.12);
}

.anggota-kecamatan-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.anggota-kecamatan-icon {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-size: 22px;
}

.anggota-kecamatan-arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  color: #2563eb;
  font-size: 16px;
}

.anggota-kecamatan-card h3 {
  margin: 0;
  color: #172554;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.anggota-kecamatan-card p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.anggota-kecamatan-stat {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.anggota-kecamatan-stat span {
  min-height: 48px;
  padding: 8px 6px;
  border-radius: 14px;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.anggota-kecamatan-stat b {
  display: block;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 1;
}

.anggota-kecamatan-stat .aktif {
  background: #ecfdf5;
  color: #15803d;
}

.anggota-kecamatan-stat .pending {
  background: #fff7ed;
  color: #ea580c;
}

.anggota-kecamatan-stat .nonaktif {
  background: #fef2f2;
  color: #dc2626;
}

.anggota-kecamatan-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.anggota-kecamatan-member {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #dbe7ff;
  background: #ffffff;
}

.anggota-kecamatan-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.anggota-kecamatan-member-body {
  min-width: 0;
}

.anggota-kecamatan-member-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.anggota-kecamatan-member-head h4 {
  margin: 0;
  color: #172554;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
}

.anggota-kecamatan-status {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.anggota-kecamatan-status.aktif {
  background: #ecfdf5;
  color: #15803d;
}

.anggota-kecamatan-status.pending {
  background: #fff7ed;
  color: #ea580c;
}

.anggota-kecamatan-status.nonaktif,
.anggota-kecamatan-status.ditolak {
  background: #fef2f2;
  color: #dc2626;
}

.anggota-kecamatan-meta {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.anggota-kecamatan-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f4f8ff;
  color: #315ca8;
  font-size: 11.5px;
  font-weight: 800;
  word-break: break-word;
}

.admin-empty-state {
  padding: 34px 16px;
  border: 1px dashed #cfe0ff;
  border-radius: 22px;
  background: #f8fbff;
  text-align: center;
  color: #64748b;
}

.admin-empty-state i {
  display: block;
  margin-bottom: 10px;
  color: #2563eb;
  font-size: 34px;
}

.admin-empty-state strong {
  display: block;
  margin-bottom: 5px;
  color: #172554;
  font-size: 15px;
  font-weight: 900;
}

.admin-empty-state span {
  font-size: 13px;
  line-height: 1.6;
}

.anggota-kecamatan-empty {
  grid-column: 1 / -1;
}

.d-none {
  display: none !important;
}

@media (max-width: 980px) {
  .anggota-kecamatan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .anggota-kecamatan-grid {
    grid-template-columns: 1fr;
  }

  .anggota-kecamatan-card {
    min-height: 165px;
    padding: 16px;
    border-radius: 20px;
  }

  .anggota-kecamatan-member {
    grid-template-columns: 42px 1fr;
    padding: 12px;
  }

  .anggota-kecamatan-avatar {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 16px;
  }

  .anggota-kecamatan-member-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .anggota-kecamatan-meta span {
    width: 100%;
    border-radius: 12px;
    padding: 7px 9px;
  }
}

/* =====================================================
   PETA BENCANA ADMIN
===================================================== */

.admin-map-hero-card {
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(135deg, #0f55d8, #082b8f);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 18px 42px rgba(15, 85, 216, .22);
  margin-bottom: 18px;
}

.admin-map-hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  font-size: 32px;
  flex: 0 0 auto;
}

.admin-map-hero-card span {
  display: inline-flex;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  align-items: center;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.admin-map-hero-card h2 {
  margin: 9px 0 6px;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.03em;
}

.admin-map-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.admin-map-filter-card {
  margin-bottom: 18px;
}

.admin-map-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
}

.admin-form-action-group {
  display: flex;
  align-items: end;
  min-height: 72px;
}

.admin-map-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr);
  gap: 18px;
  align-items: start;
}

.admin-map-panel-card,
.admin-map-detail-card,
.admin-map-list-card {
  margin-bottom: 18px;
}

.admin-map-card-header {
  gap: 16px;
}

.admin-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  color: #68748a;
  font-size: 11px;
  font-weight: 900;
}

.admin-map-legend span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f7f9fd;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #edf2fa;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.legend-dot.fire { background: #ef4444; }
.legend-dot.flood { background: #0ea5e9; }
.legend-dot.landslide { background: #a16207; }
.legend-dot.default { background: #64748b; }

.admin-bencana-map {
  width: 100%;
  min-height: 620px;
  border-radius: 22px;
  overflow: hidden;
  background: #eaf2ff;
  border: 1px solid #e4ecf8;
}

.admin-bencana-marker {
  width: 42px;
  height: 42px;
  border-radius: 16px 16px 16px 4px;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .24);
  background: #64748b;
}

.admin-bencana-marker span {
  transform: rotate(45deg);
  font-size: 21px;
  line-height: 1;
}

.admin-bencana-marker.fire { background: #ef4444; }
.admin-bencana-marker.flood { background: #0ea5e9; }
.admin-bencana-marker.landslide { background: #a16207; }
.admin-bencana-marker.quake { background: #7c3aed; }
.admin-bencana-marker.wind { background: #14b8a6; }
.admin-bencana-marker.weather { background: #f59e0b; }
.admin-bencana-marker.default { background: #64748b; }

.admin-map-popup {
  min-width: 230px;
}

.admin-map-popup h4 {
  margin: 0 0 8px;
  color: #071d5f;
  font-size: 15px;
  font-weight: 950;
}

.admin-map-popup p {
  margin: 5px 0;
  color: #526078;
  font-size: 12px;
  line-height: 1.4;
}

.admin-map-popup-badge {
  display: inline-flex;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #eaf2ff;
  color: #1266f1;
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 8px;
}

.admin-map-detail-card {
  position: sticky;
  top: 20px;
}

.admin-map-detail-empty {
  min-height: 560px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
}

.admin-map-detail-empty-icon {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  background: #eaf2ff;
  color: #1266f1;
  font-size: 30px;
}

.admin-map-detail-empty h3 {
  margin: 0 0 7px;
  color: #071d5f;
  font-size: 18px;
  font-weight: 950;
}

.admin-map-detail-empty p {
  margin: 0;
  color: #728096;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.admin-map-detail-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-map-detail-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2fa;
}

.admin-map-detail-icon {
  width: 56px;
  height: 56px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  background: #fff4e6;
  font-size: 28px;
  flex: 0 0 auto;
}

.admin-map-status-pill {
  display: inline-flex;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.admin-map-detail-head h3 {
  margin: 8px 0 3px;
  color: #071d5f;
  font-size: 17px;
  font-weight: 950;
}

.admin-map-detail-head p {
  margin: 0;
  color: #68748a;
  font-size: 12px;
  font-weight: 750;
}

.admin-map-detail-section {
  padding: 12px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #edf2fa;
}

.admin-map-detail-section label,
.admin-map-detail-grid label {
  display: block;
  margin-bottom: 5px;
  color: #7b849b;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 950;
}

.admin-map-detail-section p {
  margin: 0;
  color: #29364d;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 700;
}

.admin-map-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin-map-detail-grid > div {
  padding: 12px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #edf2fa;
}

.admin-map-detail-grid strong {
  display: block;
  color: #071d5f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  word-break: break-word;
}

.admin-map-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin-map-detail-actions a {
  min-height: 42px;
  text-decoration: none;
}

.admin-map-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-map-list-item {
  border: 1px solid #edf2fa;
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  text-align: left;
  transition: .18s ease;
  width: 100%;
}

.admin-map-list-item:hover,
.admin-map-list-item.active {
  border-color: #1266f1;
  box-shadow: 0 12px 26px rgba(18, 102, 241, .10);
  transform: translateY(-1px);
}

.admin-map-list-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #f1f5f9;
  font-size: 21px;
  flex: 0 0 auto;
}

.admin-map-list-main {
  min-width: 0;
  flex: 1;
}

.admin-map-list-main h4 {
  margin: 0 0 5px;
  color: #071d5f;
  font-size: 14px;
  font-weight: 950;
}

.admin-map-list-main p {
  margin: 3px 0;
  color: #68748a;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.admin-map-list-main span {
  display: inline-flex;
  margin-top: 7px;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1266f1;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
}

.admin-map-empty-list {
  grid-column: 1 / -1;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  color: #7b849b;
  font-size: 13px;
  text-align: center;
  font-weight: 800;
  border: 1px solid #eef2f8;
}

@media (max-width: 1280px) {
  .admin-map-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-form-action-group {
    min-height: 0;
  }

  .admin-map-layout-grid {
    grid-template-columns: 1fr;
  }

  .admin-map-detail-card {
    position: static;
  }

  .admin-map-detail-empty {
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .admin-map-hero-card {
    align-items: flex-start;
  }

  .admin-map-hero-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 27px;
  }

  .admin-map-hero-card h2 {
    font-size: 19px;
  }

  .admin-map-filter-grid,
  .admin-map-detail-grid,
  .admin-map-detail-actions,
  .admin-map-list {
    grid-template-columns: 1fr;
  }

  .admin-bencana-map {
    min-height: 430px;
  }

  .admin-map-legend {
    justify-content: flex-start;
  }
}

/* =====================================================
   ADMIN PETA BENCANA - LEAFLETJS ONLY
   Halaman ini hanya menampilkan titik laporan bencana.
   Tombol approve tetap berada di halaman laporan bencana.
===================================================== */

.admin-map-main { 
  min-height: 100vh; 
}

.admin-peta-shell { 
  display: flex; 
  flex-direction: column; 
  gap: 14px; 
}

.admin-peta-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #edf2fa;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.admin-peta-title-box span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1266f1;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.admin-peta-title-box h2 {
  margin: 9px 0 5px;
  color: #071d5f;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.03em;
}

.admin-peta-title-box p {
  margin: 0;
  color: #68748a;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.admin-peta-filter-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) auto;
  gap: 10px;
  align-items: center;
  min-width: min(740px, 100%);
}

.admin-peta-filter-box .admin-input { 
  min-height: 42px; 
}

.admin-peta-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-peta-stat-row > div {
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #edf2fa;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.admin-peta-stat-row span {
  display: block;
  color: #7b849b;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 6px;
}

.admin-peta-stat-row strong {
  display: block;
  color: #071d5f;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.admin-peta-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #edf2fa;
}

.admin-peta-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f8fbff;
  color: #536178;
  font-size: 12px;
  font-weight: 850;
}

.legend-icon {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 13px;
  background: #e5e7eb;
}

.legend-icon.fire { 
  background: #fee2e2; 
}

.legend-icon.flood { 
  background: #e0f2fe; 
}

.legend-icon.landslide { 
  background: #fef3c7; 
}

.legend-icon.quake { 
  background: #ede9fe; 
}

.legend-icon.wind { 
  background: #ccfbf1; 
}

.legend-icon.default { 
  background: #f1f5f9; 
}

.admin-peta-map-card {
  padding: 10px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #edf2fa;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

#mapPetaBencanaAdmin {
  width: 100%;
  height: calc(100vh - 360px);
  min-height: 560px;
  border-radius: 20px;
  overflow: hidden;
  background: #eaf2ff;
}

.admin-peta-marker {
  width: 42px;
  height: 42px;
  border-radius: 16px 16px 16px 4px;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .25);
  background: #64748b;
}

.admin-peta-marker span {
  transform: rotate(45deg);
  font-size: 21px;
  line-height: 1;
}

.admin-peta-marker.fire { 
  background: #ef4444; 
}

.admin-peta-marker.flood { 
  background: #0ea5e9; 
}

.admin-peta-marker.landslide { 
  background: #a16207; 
}

.admin-peta-marker.quake { 
  background: #7c3aed; 
}

.admin-peta-marker.wind { 
  background: #14b8a6; 
}

.admin-peta-marker.weather { 
  background: #f59e0b; 
}

.admin-peta-marker.default { 
  background: #64748b; 
}

.admin-peta-popup { 
  min-width: 250px; 
  max-width: 310px; 
}

.admin-peta-popup-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.admin-peta-popup-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: #f1f5f9;
}

.admin-peta-popup-icon.fire { 
  background: #fee2e2; 
}

.admin-peta-popup-icon.flood { 
  background: #e0f2fe; 
}

.admin-peta-popup-icon.landslide { 
  background: #fef3c7; 
}

.admin-peta-popup-icon.quake { 
  background: #ede9fe; 
}

.admin-peta-popup-icon.wind { 
  background: #ccfbf1; 
}

.admin-peta-popup-icon.weather { 
  background: #fef3c7; 
}

.admin-peta-popup-icon.default { 
  background: #f1f5f9; 
}

.admin-peta-popup-status {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 10.5px;
  font-weight: 950;
}

.admin-peta-popup h4 {
  margin: 5px 0 0;
  color: #071d5f;
  font-size: 15px;
  font-weight: 950;
}

.admin-peta-popup p {
  margin: 6px 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.admin-peta-popup-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 8px;
  padding: 0 12px;
  border-radius: 12px;
  background: #1266f1;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .admin-peta-toolbar { 
    align-items: stretch; 
    flex-direction: column; 
  }

  .admin-peta-filter-box { 
    min-width: 100%; 
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
}

@media (max-width: 768px) {
  .admin-peta-stat-row,
  .admin-peta-filter-box { 
    grid-template-columns: 1fr; 
  }

  #mapPetaBencanaAdmin { 
    height: 70vh; 
    min-height: 460px; 
  }
}

/* =====================================================
   ADMIN PETA BENCANA - LEAFLETJS MAP
===================================================== */

.admin-map-main {
  min-height: 100vh;
}

.admin-peta-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-peta-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #edf2fa;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.admin-peta-title-box span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1266f1;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.admin-peta-title-box h2 {
  margin: 9px 0 5px;
  color: #071d5f;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.03em;
}

.admin-peta-title-box p {
  margin: 0;
  color: #68748a;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.admin-peta-filter-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) auto;
  gap: 10px;
  align-items: center;
  min-width: min(740px, 100%);
}

.admin-peta-filter-box .admin-input {
  min-height: 42px;
}

.admin-peta-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-peta-stat-row > div {
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #edf2fa;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.admin-peta-stat-row span {
  display: block;
  color: #7b849b;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 6px;
}

.admin-peta-stat-row strong {
  display: block;
  color: #071d5f;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.admin-peta-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #edf2fa;
}

.admin-peta-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f8fbff;
  color: #536178;
  font-size: 12px;
  font-weight: 850;
}

.legend-icon {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 13px;
  background: #e5e7eb;
}

.legend-icon.fire {
  background: #fee2e2;
}

.legend-icon.flood {
  background: #e0f2fe;
}

.legend-icon.landslide {
  background: #fef3c7;
}

.legend-icon.quake {
  background: #ede9fe;
}

.legend-icon.wind {
  background: #ccfbf1;
}

.legend-icon.default {
  background: #f1f5f9;
}

.admin-peta-map-card {
  padding: 10px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #edf2fa;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

#mapPetaBencanaAdmin {
  width: 100%;
  height: calc(100vh - 360px);
  min-height: 560px;
  border-radius: 20px;
  overflow: hidden;
  background: #eaf2ff;
  z-index: 1;
}

.admin-peta-marker {
  width: 42px;
  height: 42px;
  border-radius: 16px 16px 16px 4px;
  transform: rotate(-45deg);
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .25);
  background: #64748b;
}

.admin-peta-marker span {
  transform: rotate(45deg);
  font-size: 21px;
  line-height: 1;
}

.admin-peta-marker.fire {
  background: #ef4444;
}

.admin-peta-marker.flood {
  background: #0ea5e9;
}

.admin-peta-marker.landslide {
  background: #a16207;
}

.admin-peta-marker.quake {
  background: #7c3aed;
}

.admin-peta-marker.wind {
  background: #14b8a6;
}

.admin-peta-marker.weather {
  background: #f59e0b;
}

.admin-peta-marker.default {
  background: #64748b;
}

.admin-peta-popup {
  min-width: 250px;
  max-width: 320px;
}

.admin-peta-popup-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.admin-peta-popup-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: #f1f5f9;
}

.admin-peta-popup-icon.fire {
  background: #fee2e2;
}

.admin-peta-popup-icon.flood {
  background: #e0f2fe;
}

.admin-peta-popup-icon.landslide {
  background: #fef3c7;
}

.admin-peta-popup-icon.quake {
  background: #ede9fe;
}

.admin-peta-popup-icon.wind {
  background: #ccfbf1;
}

.admin-peta-popup-icon.weather {
  background: #fef3c7;
}

.admin-peta-popup-icon.default {
  background: #f1f5f9;
}

.admin-peta-popup-status {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 10.5px;
  font-weight: 950;
}

.admin-peta-popup h4 {
  margin: 5px 0 0;
  color: #071d5f;
  font-size: 15px;
  font-weight: 950;
}

.admin-peta-popup p {
  margin: 6px 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.admin-peta-popup-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 8px;
  padding: 0 12px;
  border-radius: 12px;
  background: #1266f1;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .admin-peta-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-peta-filter-box {
    min-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .admin-peta-stat-row,
  .admin-peta-filter-box {
    grid-template-columns: 1fr;
  }

  #mapPetaBencanaAdmin {
    height: 70vh;
    min-height: 460px;
  }
}
/* ===============================
   ADMIN NOTIFIKASI AUDIO + BROWSER
================================ */

.admin-notif-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-notif-alert-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #dbeafe !important;
  border-radius: 999px;
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.admin-notif-alert-toggle.active {
  border-color: #bbf7d0 !important;
  background: #dcfce7 !important;
  color: #15803d !important;
}

.admin-notif-alert-toggle i {
  font-size: 13px;
}

@media (max-width: 768px) {
  .admin-notif-head {
    align-items: flex-start;
  }

  .admin-notif-head-actions {
    gap: 6px;
  }

  .admin-notif-alert-toggle span {
    display: none;
  }
}

/* Notifikasi informasi anggota */
#bottomNavMount .bottom-nav a.has-info-badge,
a.quick-card.has-info-badge {
  position: relative;
}

.anggota-info-badge {
  position: absolute;
  top: 7px;
  right: 19px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(239, 68, 68, .32);
  z-index: 5;
}

.anggota-info-badge.quick {
  top: 8px;
  right: 10px;
  min-width: 20px;
  height: 20px;
  line-height: 16px;
}

.anggota-info-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  width: min(390px, calc(100vw - 28px));
  transform: translate(-50%, 18px);
  opacity: 0;
  border: 0;
  border-radius: 18px;
  padding: 12px 14px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .28);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  z-index: 9999;
  transition: opacity .22s ease, transform .22s ease;
}

.anggota-info-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.anggota-info-toast-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex: 0 0 auto;
}

.anggota-info-toast-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.anggota-info-toast-body strong {
  font-size: 14px;
  font-weight: 900;
}

.anggota-info-toast-body small {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
