@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap);
@font-face {
  font-family: DonerRegular;
  src: url(/static/media/Doner-RegularText.ba9ab1d5394d74b3284f.otf) format("opentype");
}

:root {
  --white: #ffffff;
  --black: #000000;
  --bg-dark: #01000D;
  --sub-bg-dark: #161824;
  --sub-bg-light: #f0f1f2;
  --accent-1: #0D7AC7;
  --past: #0D7AC788;
  --success-green: #3CA259;
  --cancelled-red: #ff2626;
  --font-family: 'DonerRegular', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DonerRegular', sans-serif;
  font-family: var(--font-family);
}

html, body, #root {
  height: 100%;
  background-color: #01000D;
  background-color: var(--bg-dark);
  color: #ffffff;
  color: var(--white);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  cursor: pointer;
}

h1 { font-weight: 700; font-size: 34px; }
h2 { font-weight: 600; font-size: 28px; }
h3 { font-weight: 600; font-size: 24px; }
p, input { font-weight: 300; font-size: 15px; }

input:focus { outline: none; }

::-webkit-scrollbar { display: none; }

a { text-decoration: none; color: inherit; }

/* ── Ant Design Dark Overrides ── */

.ant-table {
  background: transparent !important;
}

.ant-table-wrapper .ant-table {
  background: transparent !important;
  color: #ffffff !important;
  color: var(--white) !important;
}

.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-thead > tr > td {
  background: rgba(255, 255, 255, 0.02) !important;
  color: #888 !important;
  border-bottom: 1px solid #2d2f39 !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ant-table-wrapper .ant-table-tbody > tr > td {
  border-bottom: 1px solid rgba(45, 47, 57, 0.4) !important;
  color: #ffffff !important;
  color: var(--white) !important;
  font-size: 14px;
}

.ant-table-wrapper .ant-table-tbody > tr:hover > td {
  background: rgba(255, 255, 255, 0.03) !important;
}

.ant-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td {
  background: rgba(255, 255, 255, 0.03) !important;
}

.ant-table-wrapper .ant-table-cell-row-hover {
  background: rgba(255, 255, 255, 0.03) !important;
}

.ant-pagination .ant-pagination-item {
  background: transparent !important;
  border-color: #2d2f39 !important;
}

.ant-pagination .ant-pagination-item a {
  color: #ffffff !important;
  color: var(--white) !important;
}

.ant-pagination .ant-pagination-item-active {
  background: #0D7AC7 !important;
  background: var(--accent-1) !important;
  border-color: #0D7AC7 !important;
  border-color: var(--accent-1) !important;
}

.ant-pagination .ant-pagination-item-active a {
  color: #ffffff !important;
  color: var(--white) !important;
}

.ant-select-dropdown {
  background: #161824 !important;
  background: var(--sub-bg-dark) !important;
  border: 1px solid #2d2f39 !important;
  border-radius: 10px !important;
}

.ant-select-item {
  color: #ffffff !important;
  color: var(--white) !important;
}

.ant-select-item-option-active {
  background: rgba(255, 255, 255, 0.04) !important;
}

.ant-select-item-option-selected {
  background: rgba(13, 122, 199, 0.15) !important;
}

.ant-modal .ant-modal-content {
  background: #161824 !important;
  background: var(--sub-bg-dark) !important;
  border: 1px solid #2d2f39 !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
}

.ant-modal .ant-modal-header {
  background: transparent !important;
  border-bottom: 1px solid #2d2f39 !important;
}

.ant-modal .ant-modal-title {
  color: #ffffff !important;
  color: var(--white) !important;
}

.ant-modal .ant-modal-close {
  color: #888 !important;
}

.ant-modal .ant-modal-body {
  color: #ffffff !important;
  color: var(--white) !important;
}

.ant-tag {
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ant-picker {
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
}

.ant-picker:hover,
.ant-picker:focus,
.ant-picker:focus-within {
  border-color: #0D7AC7 !important;
  border-color: var(--accent-1) !important;
  box-shadow: 0 0 0 3px rgba(13, 122, 199, 0.12) !important;
}

.ant-picker-dropdown {
  background: #161824 !important;
  background: var(--sub-bg-dark) !important;
}

.ant-empty-description {
  color: #555 !important;
}

/* Skeleton shine animation */
@keyframes shine {
  0% { background-position: -200px 0; }
  100% { background-position: calc(200px + 100%) 0; }
}

.shine-animation {
  background: linear-gradient(90deg, #161824 0px, #252836 40px, #161824 80px);
  background: linear-gradient(90deg, var(--sub-bg-dark) 0px, #252836 40px, var(--sub-bg-dark) 80px);
  background-size: 200px 100%;
  animation: shine 1.6s ease-in-out infinite;
}

/* ══════════════════════════════════════
   Admin Sidebar — Floating card with categories
   (Mirrors client/src/components/Sidebar)
   ══════════════════════════════════════ */

/* ── Outer wrapper ── */
.xD5ZBuaL {
  height: 100%;
  display: flex;
  align-items: stretch;
  column-gap: 6px;
  position: relative;
  flex-shrink: 0;
}

/* ── Floating card ── */
._YIbBXLv {
  width: 220px;
  height: calc(100% - 32px);
  margin: 16px 0 16px 16px;
  background-color: var(--sub-bg-dark);
  border: 1px solid #2d2f39;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.avWF_2yv {
  width: 68px;
}

/* ── Logo ── */
._ksZC2Je {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 0;
  flex-shrink: 0;
  height: 56px;
}

.HPJ9LbY7 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.HPJ9LbY7 span {
  color: var(--accent-1);
}

.bfI67_nL {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent-1);
}

/* ── Navigation ── */
.al3n1fBE {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 57px 0 8px;
  gap: 4px;
  overflow-y: auto;
  overflow-x: hidden;
}

.al3n1fBE::-webkit-scrollbar {
  width: 0;
}

/* ── Category ── */
.ao1xXVgZ {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ieCjBqKW {
  margin: 0;
  padding: 6px 20px 4px;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  height: 22px;
  box-sizing: border-box;
  transition: height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.avWF_2yv .ieCjBqKW {
  height: 0;
  padding: 0 20px;
  opacity: 0;
}

.LhOMG9Io {
  height: 1px;
  background: #2d2f39;
  margin: 10px 16px;
  transition: margin 0.3s ease;
}

.avWF_2yv .LhOMG9Io {
  margin: 4px 16px;
}

/* ── Nav item ── */
.cKD_LKET {
  display: block;
  text-decoration: none;
  padding: 0 8px;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: left;
}

.T88GOITw {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
  overflow: hidden;
}

.T88GOITw:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.lbRqA4W7 {
  background-color: var(--accent-1) !important;
}

.lbRqA4W7 .xLlUliId {
  color: var(--white);
}

.lbRqA4W7 .Stgzcck9 {
  color: var(--white);
}

/* ── Icon ── */
.Stgzcck9 {
  width: 52px;
  min-width: 52px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--white);
  transition: color 0.2s ease;
}

/* ── Label ── */
.xLlUliId {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.3s ease, color 0.2s ease;
}

/* ── Text visibility transitions ── */
.NvRVF8GQ {
  opacity: 1;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
}

.M1sYstK3 {
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
}

.Rhi9Xnu9 {
  opacity: 0;
  width: 0;
  transition: opacity 0.3s ease, width 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  transition-delay: 0.2s;
}

/* ── Logout button (bottom) ── */
.LiFA1eNP {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0 8px 8px;
  border-radius: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: left;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

.LiFA1eNP:hover {
  background-color: rgba(239, 68, 68, 0.1);
}

.LiFA1eNP:hover .Stgzcck9 {
  color: #ef4444;
}

.LiFA1eNP:hover .xLlUliId {
  color: #ef4444;
}

/* ── Toggle bar ── */
.npjo1UpI {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.DUusLbxr {
  height: 2rem;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.DUusLbxr::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
}

.qSTznKde {
  opacity: 0.4;
}

.t0zHiJpw {
  height: 1rem;
  width: 0.25rem;
  background-color: var(--accent-1);
  border-radius: 9999px;
}

/* ── Main container ── */
.vLx_apD1 {
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: var(--bg-dark);
  color: var(--white);
}

/* ── Content area ── */
.tdDeexuI {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── Top bar ── */
.lAqI5l6J {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  height: 64px;
  flex-shrink: 0;
}

.Idr0qwYG {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

.Idr0qwYG:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.nGTOtX8O {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.R8oFsrXd {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(13, 122, 199, 0.12);
  color: var(--accent-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.TPCA8uQ0 {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

/* ── Page content ── */
.BYuChkje {
  flex: 1 1;
  overflow-y: auto;
  padding: 0 40px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

/* ── Profile dropdown ── */
.bBeIkYK4 {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--sub-bg-dark);
  border: 1px solid #2d2f39;
  border-radius: 12px;
  padding: 8px;
  min-width: 200px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.PG8lD_Gq {
  padding: 8px 12px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #2d2f39;
  margin-bottom: 4px;
}

.NWEBjbO9 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--white);
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.NWEBjbO9:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.CiZiYWSB:hover {
  background-color: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

/* ══════════════════════════════════════
   Mobile
   ══════════════════════════════════════ */

.TgyAskS8 {
  display: none;
}

.zeokh2QU {
  display: none;
}

.Zffnkj9I {
  display: none;
}

@media (max-width: 768px) {
  .xD5ZBuaL {
    display: none;
  }

  .lAqI5l6J {
    justify-content: space-between;
    padding: 0 20px;
  }

  .BYuChkje {
    padding: 0 20px 20px;
  }

  .TgyAskS8 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
  }

  .zeokh2QU {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 9998;
    animation: D69czjpN 0.2s ease;
  }

  .Zffnkj9I {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    max-width: 80vw;
    background-color: var(--sub-bg-dark);
    border-right: 1px solid #2d2f39;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }

  .As72KUcx {
    transform: translateX(0);
  }

  .KX9T2ZdJ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #2d2f39;
    flex-shrink: 0;
  }

  .GipZOW9N {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
  }

  .GipZOW9N span {
    color: var(--accent-1);
  }

  .g7QGXxnO {
    background: none;
    border: none;
    color: #888;
    font-size: 20px;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
  }

  .g7QGXxnO:hover {
    color: var(--white);
  }

  .mjYkOLlW {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0;
    overflow-y: auto;
  }

  .AAjoLcIS {
    margin: 0;
    padding: 12px 1.5rem 6px;
    font-size: 10px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .qRjg0_Ax {
    height: 1px;
    background: #2d2f39;
    margin: 4px 1.25rem;
  }

  .ZvqmPAYi {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    transition: background-color 0.15s ease;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
  }

  .ZvqmPAYi:hover {
    background-color: rgba(255, 255, 255, 0.04);
  }

  .dhUHcUIJ {
    background-color: var(--accent-1);
  }

  .Rv45OLBA {
    font-size: 18px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .fkqibuph {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #2d2f39;
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    flex-shrink: 0;
    width: 100%;
    text-align: left;
    transition: background-color 0.15s ease;
  }

  .fkqibuph:hover {
    background-color: rgba(239, 68, 68, 0.15);
  }

  .WH_W5jsz {
    font-size: 18px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @keyframes D69czjpN {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

/* ══════════════════════════════════════
   Admin Login — Split panel layout
   ══════════════════════════════════════ */

.d6JFXAws {
  display: grid;
  grid-template-columns: 44% 1fr;
  height: 100vh;
  background-color: var(--bg-dark);
  color: var(--white);
}

/* ── Left: Form side ── */
.eaMsaA8m {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 4.5rem;
  animation: sg56wroE 0.6s ease;
}

.N5qzMXhU {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.u3auziyP {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.u3auziyP span {
  color: var(--accent-1);
}

.YIuNpWE3 {
  color: #666;
  font-size: 15px;
  margin-top: -0.5rem;
}

.ieTdamix {
  width: 100%;
  height: 54px;
  background: var(--accent-1);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: filter 0.2s ease;
  font-family: var(--font-family);
}

.ieTdamix:hover {
  filter: brightness(1.12);
}

.ieTdamix:active {
  transform: scale(0.98);
}

.ieTdamix:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ieTdamix i {
  font-size: 18px;
}

.dKmuovK4 {
  background: rgba(255, 38, 38, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  animation: dHYyBIrh 0.4s ease;
}

.rGTRPGm9 {
  text-align: center;
  color: #555;
  font-size: 12px;
  line-height: 1.6;
}

.rGTRPGm9 i {
  color: var(--accent-1);
  margin-right: 4px;
}

/* ── Right: Visual panel ── */
.YXP1CMsy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  overflow: hidden;
  animation: lgBmNEhP 0.8s ease;
}

.k48FMPqR {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(13, 122, 199, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 80%, rgba(60, 162, 89, 0.1) 0%, transparent 60%),
    var(--sub-bg-dark);
  border-radius: 24px 0 0 24px;
  border: 1px solid #2d2f39;
  border-right: none;
  margin: 16px 0 16px 0;
}

.FUFZXc7o {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 420px;
}

.Smbm5y8u {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(13, 122, 199, 0.12);
  color: var(--accent-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 2rem;
}

.NOsD4rZt {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.u4GS1DvT {
  color: #888;
  font-size: 15px;
  line-height: 1.7;
}

.Ho8MDo69 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 3rem;
}

.Nv2Uw0j5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.HxpIrh4G {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.maFD1_IF {
  background: rgba(13, 122, 199, 0.12);
  color: var(--accent-1);
}

.tp5gO6xG {
  background: rgba(60, 162, 89, 0.12);
  color: var(--success-green);
}

.CRYR56Yb {
  background: rgba(99, 102, 241, 0.12);
  color: #6366f1;
}

.RdwGDxk0 {
  font-size: 12px;
  color: #888;
  font-weight: 500;
}

/* ── Animations ── */
@keyframes sg56wroE {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lgBmNEhP {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes dHYyBIrh {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .d6JFXAws {
    grid-template-columns: 1fr;
  }

  .YXP1CMsy {
    display: none;
  }

  .eaMsaA8m {
    padding: 2rem 1.5rem;
  }
}

/* ── Stats Row ── */
.G3scCT1u {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  flex-shrink: 0;
}

.FQQazgcN {
  background-color: var(--sub-bg-dark);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #2d2f39;
  transition: border-color 0.2s ease;
}

.FQQazgcN:hover {
  border-color: #3d3f49;
}

.hlF6wzM6 {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.IAsGkhRA {
  background: rgba(13, 122, 199, 0.12);
  color: var(--accent-1);
}

.v1nfDTDL {
  background: rgba(60, 162, 89, 0.12);
  color: var(--success-green);
}

.oUbgkddz {
  background: rgba(99, 102, 241, 0.12);
  color: #6366f1;
}

.iJM48o3p {
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
}

.CFyi4ZjQ {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.bBFI6PKe {
  margin: 0;
  color: #666;
  font-size: 12px;
}

.pWXdFmm5 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
}

/* ── Activity Widget ── */
.dme_skiA {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 30px;
  border: 1px solid #2d2f39;
}

.LYvGwCJk {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1.25rem;
}

.nN7sFBcu {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.UDbQYeU7 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 12px 0;
  border-bottom: 1px solid rgba(45, 47, 57, 0.4);
}

.UDbQYeU7:last-child {
  border-bottom: none;
}

.HR6M5jot {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.DtCy8EgD {
  flex: 1 1;
  min-width: 0;
}

.CuN28LX6 {
  font-size: 14px;
  color: var(--white);
  margin: 0;
}

.CuN28LX6 span {
  font-weight: 600;
}

.Zoxrlab6 {
  font-size: 12px;
  color: #555;
  margin: 2px 0 0;
}

.Eqw23cXe {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 6px;
  flex-shrink: 0;
}

.ZsKxAGXH { background: rgba(13, 122, 199, 0.12); color: var(--accent-1); }
.OQCql6Lm { background: rgba(255, 38, 38, 0.12); color: var(--cancelled-red); }
.Mu9yhrG3 { background: rgba(60, 162, 89, 0.12); color: var(--success-green); }
.nrNIaXQf { background: rgba(99, 102, 241, 0.12); color: #6366f1; }
.Z86O_JU7 { background: rgba(245, 158, 11, 0.12); color: #f59e0b; }

._UgDhROg {
  text-align: center;
  padding: 2rem;
  color: #555;
  font-size: 14px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .G3scCT1u {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .G3scCT1u {
    grid-template-columns: 1fr;
  }

  .pWXdFmm5 {
    font-size: 18px;
  }
}

.BkLu2sme {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 30px;
  border: 1px solid #2d2f39;
}

.rICCheio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  gap: 1rem;
}

.KLuLohuH {
  width: 100%;
  max-width: 400px;
  height: 46px;
  padding: 0 1.15rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.KLuLohuH:focus-within {
  border-color: var(--accent-1);
  box-shadow: 0 0 0 3px rgba(13, 122, 199, 0.12);
}

.uuz0p8Az {
  color: #555;
  font-size: 14px;
  flex-shrink: 0;
}

.GwsjTNSN {
  flex: 1 1;
  background: none;
  border: none;
  color: var(--white);
  font-size: 14px;
  font-family: var(--font-family);
}

.GwsjTNSN::placeholder {
  color: #555;
}

.EHxtHvQt {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  color: var(--white);
  font-size: 14px;
  font-family: var(--font-family);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.EHxtHvQt:hover {
  border-color: #3d3f49;
  background-color: rgba(255, 255, 255, 0.04);
}

.SnbBVkym {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 24px 30px;
  border: 1px solid #2d2f39;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hv8K07Is h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.uAjcUpvO {
  color: #666;
  font-size: 14px;
  margin: 4px 0 0;
}

.oIvAUzOQ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--cancelled-red);
  color: var(--white);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family);
  cursor: pointer;
  transition: filter 0.2s ease;
  flex-shrink: 0;
}

.oIvAUzOQ:hover {
  filter: brightness(1.12);
}

.oIvAUzOQ:active {
  transform: scale(0.98);
}

.qgYCJgwQ {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 30px;
  border: 1px solid #2d2f39;
}

/* ── Tabs ── */
.WLkdkOoA {
  display: flex;
  gap: 4px;
  margin-bottom: 1.5rem;
}

.sOWErdH7 {
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  background: none;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sOWErdH7:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.zjHVBOez {
  background-color: var(--accent-1);
  color: var(--white);
}

/* ── Detail grid ── */
.onXJMWag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.rUquPGGa {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.He_l55p6 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.Q9Z7SJoN {
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
}

/* ── Confirm modal ── */
.ZVk9cNRy {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: Rz57LkAU 0.2s ease;
}

.m7NPOcqH {
  background: var(--sub-bg-dark);
  border: 1px solid #2d2f39;
  border-radius: 16px;
  padding: 30px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  animation: cBgbcSvH 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.vSWvJYMW {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.AleJTu2V {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.AleJTu2V strong {
  color: var(--white);
  font-weight: 600;
}

.lykKDTQP {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.vU1UnBwO {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  color: var(--white);
  font-size: 14px;
  font-family: var(--font-family);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.vU1UnBwO:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.FuCYl0qN {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  background: var(--cancelled-red);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family);
  cursor: pointer;
  transition: filter 0.2s ease;
}

.FuCYl0qN:hover {
  filter: brightness(1.12);
}

@keyframes Rz57LkAU {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes cBgbcSvH {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 600px) {
  .SnbBVkym {
    flex-direction: column;
    align-items: flex-start;
  }

  .onXJMWag {
    grid-template-columns: 1fr;
  }
}

.jGVcnzv1 {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 30px;
  border: 1px solid #2d2f39;
  max-width: 500px;
}

.WvW1Xn31 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.aHlVSMKp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.a2wiuQu9 {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.l33xNxsS {
  width: 100%;
  height: 56px;
  padding: 0 1.15rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.l33xNxsS:focus-within {
  border-color: var(--accent-1);
  box-shadow: 0 0 0 3px rgba(13, 122, 199, 0.12);
}

.meHT1UqE {
  color: #555;
  font-size: 14px;
  flex-shrink: 0;
}

.S4OSeeYN {
  flex: 1 1;
  background: none;
  border: none;
  color: var(--white);
  font-size: 15px;
  font-family: var(--font-family);
}

.S4OSeeYN::placeholder {
  color: #555;
}

.tQ6vEU94 {
  width: 100%;
  height: 54px;
  background: var(--accent-1);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: filter 0.2s ease;
  font-family: var(--font-family);
  margin-top: 0.5rem;
}

.tQ6vEU94:hover {
  filter: brightness(1.12);
}

.tQ6vEU94:active {
  transform: scale(0.98);
}

.tQ6vEU94:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.G3KKgg2B {
  background: rgba(255, 38, 38, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

/* ── Success state ── */
.o3qlj29k {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 40px 30px;
  border: 1px solid #2d2f39;
  max-width: 500px;
  text-align: center;
}

.qsc6zwMV {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(60, 162, 89, 0.12);
  color: var(--success-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 1.25rem;
}

.oD2V1YbV {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.SBvvR05r {
  color: #888;
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.Jw4nh14u {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 1.5rem;
  text-align: left;
}

.VIj8Xk9d {
  font-size: 12px;
  font-weight: 600;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.uCOcYK9B {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  font-family: monospace;
  word-break: break-all;
}

.BX2Micip {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
}

.uN4px9cn {
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  color: var(--white);
  font-size: 14px;
  font-family: var(--font-family);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.uN4px9cn:hover {
  background-color: rgba(255, 255, 255, 0.04);
}

.K5vBoMUA {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nT2y6CBC {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--accent-1);
  color: var(--white);
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family);
  cursor: pointer;
  transition: filter 0.2s ease;
}

.nT2y6CBC:hover {
  filter: brightness(1.12);
}

.pGt_UYRr {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 30px;
  border: 1px solid #2d2f39;
}

.FFCW3SL0 {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 6px;
}

.AnW9vfhQ {
  background: rgba(60, 162, 89, 0.12);
  color: var(--success-green);
}

.JOK4HRwx {
  background: rgba(255, 38, 38, 0.12);
  color: var(--cancelled-red);
}

.zyShutr0 {
  background: rgba(13, 122, 199, 0.12);
  color: var(--accent-1);
}

.hPTZuSed {
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  color: var(--white);
  font-size: 12px;
  font-family: var(--font-family);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hPTZuSed:hover {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: #3d3f49;
}

.lA_P5D5G {
  border-color: rgba(255, 38, 38, 0.2);
  color: var(--cancelled-red);
}

.lA_P5D5G:hover {
  background-color: rgba(255, 38, 38, 0.08);
}

/* ── Modal ── */
.a7FRpO16 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.WjYzMnm_ {
  background: var(--sub-bg-dark);
  border: 1px solid #2d2f39;
  border-radius: 16px;
  padding: 30px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.C4mm2DVi {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.EBMb7Mv4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.25rem;
}

.iFYLtuAg {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vEIY2Gp4 {
  height: 56px;
  padding: 0 1.15rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vEIY2Gp4:focus-within {
  border-color: var(--accent-1);
  box-shadow: 0 0 0 3px rgba(13, 122, 199, 0.12);
}

.STkJMTRc {
  color: #555;
  font-size: 14px;
}

.glR2gE4R {
  flex: 1 1;
  background: none;
  border: none;
  color: var(--white);
  font-size: 15px;
  font-family: var(--font-family);
}

.glR2gE4R::placeholder {
  color: #555;
}

.PK6BdS6b {
  width: 100%;
  height: 48px;
  background: var(--accent-1);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-family);
  transition: filter 0.2s ease;
}

.PK6BdS6b:hover {
  filter: brightness(1.12);
}

.PK6BdS6b:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.JRc_CLWA {
  border-radius: 15px;
  background-color: var(--sub-bg-dark);
  padding: 30px;
  border: 1px solid #2d2f39;
}

.UlE55pdN {
  display: flex;
  gap: 12px;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.nCHnlGSF {
  height: 42px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: border-color 0.2s ease;
}

.nCHnlGSF:focus-within {
  border-color: var(--accent-1);
}

.t3yd4hZo {
  background: none;
  border: none;
  color: var(--white);
  font-size: 13px;
  font-family: var(--font-family);
  cursor: pointer;
  appearance: none;
  padding-right: 16px;
}

.t3yd4hZo option {
  background: var(--sub-bg-dark);
  color: var(--white);
}

.piQVfsK7 {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.t64jRrQm { background: rgba(13, 122, 199, 0.12); color: var(--accent-1); }
.MscrdgHi { background: rgba(60, 162, 89, 0.12); color: var(--success-green); }
.JV_CVoU8 { background: rgba(255, 38, 38, 0.12); color: var(--cancelled-red); }
.apABkUHH { background: rgba(99, 102, 241, 0.12); color: #6366f1; }
.qBakaG9T { background: rgba(245, 158, 11, 0.12); color: #f59e0b; }
.PKlvE9vR { background: rgba(6, 182, 212, 0.12); color: #06b6d4; }
.TBZ9ynqA { background: rgba(255, 255, 255, 0.06); color: #888; }

