.admin-schedule-pro { min-width: 0; }
.admin-schedule-pro .admin-page-heading { margin-bottom: 18px; }
.admin-schedule-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 16px; }
.admin-schedule-summary > div { display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; column-gap: 9px; align-items: center; padding: 12px 14px; border: 1px solid rgba(102,183,255,.2); border-radius: 13px; background: linear-gradient(145deg,rgba(18,62,106,.75),rgba(7,29,59,.72)); }
.admin-schedule-summary span { grid-row: 1 / span 2; display: grid; width: 32px; height: 32px; place-items: center; color: var(--admin-cyan); border-radius: 9px; background: rgba(99,227,255,.1); }
.admin-schedule-summary strong { color: #f3f9ff; font-size: 18px; line-height: 1; }
.admin-schedule-summary small { margin-top: 3px; color: var(--admin-muted); font-size: 10px; }
.admin-campus-pro { overflow: visible; padding: 0; }
.admin-campus-pro-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; border-bottom: 1px solid var(--admin-line); background: linear-gradient(90deg,rgba(102,183,255,.12),rgba(102,183,255,.03)); }
.admin-campus-title { display: flex; align-items: center; gap: 11px; min-width: 0; }
.admin-campus-title > div { min-width: 0; }
.admin-campus-title strong, .admin-campus-title small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-campus-title strong { color: #f4fbff; font-size: 15px; }
.admin-campus-title small { margin-top: 4px; color: var(--admin-muted); font-size: 11px; }
.admin-schedule-location-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 18px 18px 6px; }
.admin-schedule-location-fields .admin-field { margin-bottom: 0; }
.admin-schedule-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 10px 18px 12px; padding-top: 16px; border-top: 1px solid var(--admin-line); }
.admin-schedule-section-head strong, .admin-schedule-section-head small { display: block; }
.admin-schedule-section-head strong { color: #eaf8ff; font-size: 14px; }
.admin-schedule-section-head small { max-width: 650px; margin-top: 4px; color: var(--admin-muted); font-size: 11px; line-height: 1.45; }
.admin-schedule-table { margin: 0 18px 18px; overflow: hidden; border: 1px solid rgba(129,202,255,.18); border-radius: 13px; background: rgba(3,18,42,.28); }
.admin-schedule-table-head, .admin-schedule-table-row { display: grid; grid-template-columns: 42px minmax(135px,.72fr) minmax(220px,1.2fr) minmax(220px,1.2fr) minmax(110px,.55fr) 82px; gap: 10px; align-items: start; }
.admin-schedule-table-head { padding: 11px 12px; color: #8fc8ef; border-bottom: 1px solid rgba(129,202,255,.18); background: rgba(102,183,255,.08); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.admin-schedule-table-row { padding: 13px 12px; border-bottom: 1px solid rgba(129,202,255,.12); }
.admin-schedule-table-row:last-child { border-bottom: 0; }
.admin-schedule-table-row:hover { background: rgba(102,183,255,.045); }
.admin-schedule-row-number { padding-top: 11px; color: var(--admin-cyan); text-align: center; }
.admin-schedule-row-number span, .admin-schedule-row-number small { display: block; }
.admin-schedule-row-number span { font-size: 12px; font-weight: 900; }
.admin-schedule-row-number small { margin-top: 3px; color: #7196b4; font-size: 8px; text-transform: uppercase; }
.admin-schedule-row-title { min-width: 0; padding-top: 0; }
.admin-schedule-row-title .admin-field { margin: 0; }
.admin-schedule-row-title .admin-schedule-field > span { min-height: 26px; }
.admin-schedule-row-title strong { display: block; overflow: hidden; color: #dff3ff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-schedule-row-tools { display: flex; gap: 4px; margin-top: 10px; }
.admin-schedule-row-tools button { display: grid; width: 27px; height: 27px; place-items: center; color: #a9c9df; border: 1px solid rgba(129,202,255,.22); border-radius: 7px; background: rgba(255,255,255,.04); cursor: pointer; font-size: 12px; font-weight: 800; }
.admin-schedule-row-tools button:hover { color: #06213d; border-color: var(--admin-cyan); background: var(--admin-cyan); }
.admin-schedule-pro .admin-schedule-field { min-width: 0; margin: 0; }
.admin-schedule-pro .admin-schedule-field > span { min-height: 26px; color: #b9dcf2 !important; font-size: 10px; line-height: 1.3; }
.admin-schedule-pro .admin-schedule-field input, .admin-schedule-pro .admin-schedule-field textarea { box-sizing: border-box; width: 100%; min-width: 0; }
.admin-schedule-pro .admin-schedule-field textarea { min-height: 108px; resize: vertical; }
.admin-schedule-pro .admin-schedule-field input { min-height: 44px; }
.admin-schedule-delete { display: grid; width: 34px; height: 34px; place-items: center; margin-top: 29px; color: #ffb7bd; border: 1px solid rgba(255,150,160,.28); border-radius: 8px; background: rgba(180,70,80,.12); cursor: pointer; }
.admin-schedule-delete svg { width: 15px; height: 15px; }
.admin-schedule-delete:hover { color: #fff; border-color: #ff8b98; background: rgba(180,70,80,.3); }
.admin-schedule-empty { display: grid; gap: 5px; padding: 26px 18px; color: var(--admin-muted); text-align: center; }
.admin-schedule-empty strong { color: #eaf8ff; font-size: 13px; }
.admin-schedule-empty span { font-size: 11px; }
@media (max-width: 1050px) {
  .admin-schedule-table { overflow: visible; }
  .admin-schedule-table-head, .admin-schedule-table-row { grid-template-columns: 36px minmax(115px,.7fr) minmax(175px,1.1fr) minmax(175px,1.1fr) minmax(90px,.5fr) 74px; gap: 7px; }
  .admin-schedule-table-row { padding-inline: 9px; }
}
@media (max-width: 820px) {
  .admin-schedule-summary { grid-template-columns: 1fr 1fr; }
  .admin-schedule-summary > div:last-child { grid-column: 1 / -1; }
  .admin-schedule-table-head { display: none; }
  .admin-schedule-table { overflow: visible; border: 0; background: transparent; }
  .admin-schedule-table-row { grid-template-columns: 34px minmax(0,1fr) 38px; gap: 9px; margin-bottom: 10px; padding: 12px; border: 1px solid rgba(129,202,255,.18); border-radius: 12px; background: rgba(3,18,42,.3); }
  .admin-schedule-table-row:last-child { border-bottom: 1px solid rgba(129,202,255,.18); }
  .admin-schedule-row-title { padding-top: 7px; }
  .admin-schedule-row-tools { margin-top: 7px; }
  .admin-schedule-table-row .admin-schedule-pool-field, .admin-schedule-table-row .admin-schedule-time-field { grid-column: 1 / -1; }
  .admin-schedule-table-row .admin-schedule-price-field { grid-column: 1 / 3; }
  .admin-schedule-delete { grid-column: 3; grid-row: 1; margin-top: 2px; }
}
@media (max-width: 560px) {
  .admin-schedule-summary { grid-template-columns: 1fr; }
  .admin-schedule-summary > div:last-child { grid-column: auto; }
  .admin-campus-pro-head { align-items: flex-start; flex-direction: column; }
  .admin-campus-pro-head .admin-row-actions { width: 100%; justify-content: flex-end; }
  .admin-schedule-location-fields { grid-template-columns: 1fr; padding-inline: 13px; }
  .admin-schedule-section-head { align-items: flex-start; flex-direction: column; margin-inline: 13px; }
  .admin-schedule-table { margin-inline: 13px; }
  .admin-schedule-table-row { grid-template-columns: 30px minmax(0,1fr) 38px; }
}
