: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;
}