html {
  direction: rtl;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f8ff;
  color: #12304f;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(
      circle at top,
      rgba(24, 95, 165, 0.14),
      transparent 32%
    ),
    linear-gradient(180deg, #ffffff 0%, #eaf3ff 100%);
}

* {
  box-sizing: border-box;
}

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

.page {
  padding: 24px;
}

.shell,
.panel-shell,
.auth-card {
  width: min(100%, 980px);
  margin: 0 auto;
}

.hero,
.panel-header,
.status-bar,
.fuel-row,
.station-card,
.auth-card,
.loading-card,
.empty-state {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 31, 31, 0.08);
  box-shadow: 0 16px 40px rgba(35, 22, 10, 0.08);
  backdrop-filter: blur(8px);
}

.hero,
.status-bar,
.station-card,
.loading-card,
.empty-state {
  border-radius: 24px;
}

.hero,
.panel-header,
.status-bar {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  margin-bottom: 18px;
}

.hero {
  align-items: flex-start;
}

.hero-copy {
  /* flex: 1 1 460px; */
  min-width: 0;
}

.hero-controls {
  /* flex: 0 1 320px; */
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.hero-actions,
.panel-actions,
.auth-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #2f8fdb;
  font-weight: 700;
}

h1,
h2 {
  margin: 0;
  line-height: 1.15;
}

.muted {
  margin: 8px 0 0;
  color: #5e7690;
}

.city-picker,
.auth-form label {
  display: grid;
  gap: 8px;
}

.city-picker {
  min-width: 0;
}

.city-picker select,
.auth-form input {
  border: 1px solid rgba(24, 95, 165, 0.14);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  background: #f8fbff;
  min-width: 260px;
  color: #12304f;
}

.station-list,
.fuel-grid {
  display: grid;
  gap: 16px;
}

.station-card,
.fuel-row,
.auth-card {
  padding: 20px;
}

.station-card h2 {
  font-size: 22px;
}

.station-address,
.station-meta {
  margin: 10px 0 0;
  color: #5e7690;
}

.station-badges,
.fuel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.fuel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.badge-yes {
  background: #e4f0ff;
  color: #185fa5;
}

.badge-no {
  background: #eef5ff;
  color: #2f8fdb;
}

.badge-unknown {
  background: #edf2f7;
  color: #6b7f95;
}

.loading-card,
.empty-state {
  padding: 28px;
  text-align: center;
  color: #5e7690;
}

.auth-card {
  max-width: 520px;
  margin-top: 56px;
  border-radius: 28px;
}

.auth-actions {
  margin-top: 18px;
  margin-bottom: 6px;
}

.auth-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.hero-login-btn {
  width: 100%;
}

.primary-btn,
.ghost-btn,
.fuel-btn {
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease, filter 0.18s ease;
}

.primary-btn,
.fuel-yes {
  background: linear-gradient(180deg, #2f8fdb, #185fa5);
  color: #fff;
}

.fuel-no {
  background: linear-gradient(180deg, #e4f0ff, #d3e6fb);
  color: #185fa5;
  border: 1px solid rgba(24, 95, 165, 0.14);
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f9ff;
  border: 1px solid rgba(24, 95, 165, 0.14);
  color: #185fa5;
  height: 100%;
}
.form-label {
  font-size: 14px;
  color: #12304f;
  font-weight: 700;
}
.primary-btn:hover,
.ghost-btn:hover,
.fuel-btn:hover {
  transform: translateY(-1px);
}

.fuel-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
}

.fuel-info {
  display: flex;
  gap: 14px;
  align-items: center;
}

.fuel-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #e4f0ff;
  color: #185fa5;
  font-size: 26px;
}

.fuel-btn {
  min-width: 140px;
  opacity: 0.35;
  filter: saturate(0.85);
}

.fuel-btn.is-active {
  opacity: 1;
  filter: none;
}

.fuel-btn.is-loading {
  pointer-events: none;
  opacity: 0.75;
}

.alert {
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 18px;
  font-weight: 700;
}

.alert-error {
  background: #fdebec;
  color: #a61f2c;
}

.alert-success {
  background: #e4f0ff;
  color: #185fa5;
}

.page-admin {
  padding: 24px;
}

.admin-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.admin-topbar,
.admin-filter,
.admin-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 95, 165, 0.08);
  box-shadow: 0 16px 40px rgba(24, 95, 165, 0.08);
  backdrop-filter: blur(8px);
  border-radius: 24px;
}

.admin-topbar,
.admin-filter {
  padding: 24px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.admin-actions,
.table-actions,
.form-actions,
.form-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-card {
  padding: 20px;
}

.admin-card-header {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.filter-form,
.admin-form {
  display: grid;
  gap: 16px;
}

.filter-form select,
.admin-form input {
  border: 1px solid rgba(24, 95, 165, 0.14);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  background: #f8fbff;
  min-width: 260px;
  color: #12304f;
}

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

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

.admin-table th,
.admin-table td {
  text-align: right;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.08);
  vertical-align: top;
}

.admin-table th {
  color: #5e7690;
  font-size: 14px;
}

.admin-empty {
  text-align: center;
  padding: 28px 12px;
  color: #5e7690;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.status-on {
  background: #e4f0ff;
  color: #185fa5;
}

.status-off {
  background: #edf2f7;
  color: #6b7f95;
}

.table-btn {
  min-width: 92px;
  text-align: center;
}

.inline-form {
  margin: 0;
}

.checkbox-field {
  display: grid;
  gap: 8px;
}

.checkbox-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.checkbox-inline input {
  min-width: auto;
  width: 18px;
  height: 18px;
}

@media (max-width: 720px) {
  .admin-topbar,
  .admin-filter {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form select,
  .admin-form input {
    min-width: 0;
    width: 100%;
  }

  .admin-actions,
  .table-actions,
  .form-actions,
  .form-grid {
    flex-direction: column;
  }
}

.toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(31, 31, 31, 0.95);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 50;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.toast-success {
  background: rgba(24, 95, 165, 0.96);
}

.toast-error {
  background: rgba(161, 31, 44, 0.96);
}

/* Public mobile-app style */
.page-public {
  padding: 0;
}

body.page-public {
  background: radial-gradient(
      circle at top,
      rgba(24, 95, 165, 0.18),
      transparent 32%
    ),
    linear-gradient(180deg, #f9fbff 0%, #eaf3ff 100%);
}

body.page-public .shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 12px 12px 24px;
}

.navbar {
  background: #185fa5;
  padding: 12px 16px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(24, 95, 165, 0.18);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.nav-logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
}

.nav-logo-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-logo-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  margin-top: 1px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hamburger {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.hamburger-icon {
  font-size: 18px;
  line-height: 1;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 24, 41, 0.28);
  z-index: 90;
  display: none;
}

.overlay.open {
  display: block;
}

.dropdown {
  position: absolute;
  top: 74px;
  left: 12px;
  width: 240px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(12, 35, 62, 0.18);
  overflow: hidden;
  display: none;
  flex-direction: column;
  z-index: 110;
  border: 1px solid rgba(24, 95, 165, 0.1);
}

.dropdown.open {
  display: flex;
}

.dropdown-header {
  background: linear-gradient(180deg, #185fa5 0%, #2f8fdb 100%);
  color: #fff;
  padding: 14px 16px;
  font-size: 13px;
}

.dropdown-header strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.menu-item {
  padding: 13px 16px;
  font-size: 14px;
  color: #12304f;
  border-bottom: 1px solid #edf2f7;
  cursor: pointer;
}

.menu-item:hover {
  background: #f5f9ff;
}

.menu-item:last-child {
  border-bottom: 0;
}

.menu-item.login-btn {
  background: linear-gradient(180deg, #2f8fdb 0%, #185fa5 100%);
  color: #fff;
  margin: 10px;
  border-radius: 12px;
  text-align: center;
  border-bottom: 0;
}

.city-strip {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 95, 165, 0.08);
  border-radius: 18px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(24, 95, 165, 0.08);
}

.city-label {
  font-size: 12px;
  color: #6b87a4;
  white-space: nowrap;
}

.city-select {
  flex: 1;
  font-size: 14px;
  border: 1px solid rgba(24, 95, 165, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  background: #f8fbff;
  color: #12304f;
  direction: rtl;
  min-width: 0;
}

.station-count {
  font-size: 11px;
  color: #7f95ae;
  white-space: nowrap;
}

.divider-label {
  padding: 16px 4px 8px;
  font-size: 11px;
  color: #8aa0b8;
  display: flex;
  align-items: center;
  gap: 8px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: #dbe8f6;
}

.feed,
.feed-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feed {
  padding-bottom: 6px;
}

.row {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(24, 95, 165, 0.08);
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(24, 95, 165, 0.06);
}

.row-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 20px;
}

.row-icon.fresh {
  background: #e4f0ff;
  color: #185fa5;
}

.row-icon.stale {
  background: #eef5ff;
  color: #2f8fdb;
}

.row-icon.old {
  background: #f5f9ff;
  color: #6f859e;
}

.row-body {
  flex: 1;
  min-width: 0;
}

.row-name,
.row-name-btn {
  font-size: 14px;
  font-weight: 700;
  color: #12304f;
}

.row-name-btn {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: right;
  cursor: pointer;
  display: block;
  font: inherit;
}

.row-name-btn:hover {
  color: #185fa5;
}

.row-ad {
  margin-top: 4px;
  font-size: 11px;
  color: #185fa5;
  font-weight: 700;
  line-height: 1.5;
}

.row-addr {
  font-size: 11px;
  color: #8aa0b8;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-fuels {
  display: flex;
  gap: 5px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.pill {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pill.green {
  background: #e4f0ff;
  color: #185fa5;
}

.pill.red {
  background: #ffeeee;
  color: #ff0000;
}

.pill.amber {
  background: #f2f7ff;
  color: #4a77b8;
}

.pill.gray {
  background: #edf2f7;
  color: #6b7f95;
}

.station-modal[hidden] {
  display: none;
}

.station-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.station-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 48, 79, 0.52);
  backdrop-filter: blur(6px);
}

.station-modal-dialog {
  position: relative;
  width: min(100%, 920px);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(24, 95, 165, 0.12);
  box-shadow: 0 28px 70px rgba(11, 28, 47, 0.24);
  padding: 24px;
}

.station-modal-close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #f5f9ff;
  color: #12304f;
  font-size: 24px;
  cursor: pointer;
}

.station-modal-header {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding-left: 56px;
}

.station-modal-header h2 {
  font-size: 28px;
}

.station-modal-panel {
  display: grid;
  gap: 14px;
}

.station-modal-grid {
  display: grid;
  gap: 18px;
}

.station-modal-mapWrap {
  position: relative;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(24, 95, 165, 0.08);
  background: #f5f9ff;
}

.station-modal-mapWrap iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.station-modal-mapFallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #6b87a4;
  text-align: center;
}

.station-modal-item {
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(24, 95, 165, 0.08);
}

.station-modal-label {
  display: block;
  margin-bottom: 6px;
  color: #6b87a4;
  font-size: 12px;
  font-weight: 700;
}

.station-modal-item p {
  margin: 0;
  color: #12304f;
  line-height: 1.8;
}

.station-modal-link {
  justify-self: start;
}

.station-modal-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f5f9ff;
  color: #5e7690;
  line-height: 1.7;
}

.station-modal-link[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.6;
}

.station-note {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f5f9ff;
  color: #5e7690;
  line-height: 1.7;
}

body.modal-open {
  overflow: hidden;
}

.row-time {
  font-size: 10px;
  color: #9db0c3;
  text-align: left;
  flex-shrink: 0;
  /* display: flex; */
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.row-chevron {
  color: #c5d2df;
  font-size: 18px;
  line-height: 1;
}

.info-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-card,
.contact-strip {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 95, 165, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(24, 95, 165, 0.08);
}

.info-card-primary {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.info-card h2,
.contact-strip h2 {
  font-size: 18px;
  margin-top: 0;
}

.contact-strip {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.contact-strip .muted,
.info-card p {
  color: #5e7690;
}

.contact-btn {
  min-width: 170px;
}

.single-page-grid {
  margin-top: 16px;
}

.about-hero {
  grid-column: 1 / -1;
}

/* Station panel styling */
body.page-panel {
  padding: 0;
  background: radial-gradient(
      circle at top,
      rgba(24, 95, 165, 0.18),
      transparent 32%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eaf3ff 100%);
  color: #12304f;
}

body.page-panel .panel-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 12px 12px 24px;
}

body.page-panel .panel-header {
  background: linear-gradient(135deg, #185fa5 0%, #2f8fdb 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(24, 95, 165, 0.16);
  border-radius: 20px;
}

body.page-panel .panel-header .muted,
body.page-panel .panel-header .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

body.page-panel .ghost-btn {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

body.page-panel .fuel-grid {
  gap: 12px;
}

body.page-panel .fuel-row {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(24, 95, 165, 0.08);
  box-shadow: 0 12px 26px rgba(24, 95, 165, 0.08);
  border-radius: 18px;
}

body.page-panel .fuel-icon {
  background: #e4f0ff;
  color: #185fa5;
}

body.page-panel .fuel-btn {
  border-radius: 14px;
  min-width: 132px;
}

body.page-panel .fuel-yes {
  background: linear-gradient(180deg, #2f8fdb 0%, #185fa5 100%);
}

body.page-panel .fuel-no {
  background: linear-gradient(180deg, #d9535f 0%, #b62c39 100%);
  color: #fff;
}

body.page-panel .fuel-actions {
  gap: 8px;
}

body.page-panel .alert-success {
  background: #e4f0ff;
  color: #185fa5;
}

body.page-panel .alert-error {
  background: #fdebec;
  color: #a61f2c;
}

/* Auth pages */
body.page-auth {
  padding: 0;
  background: radial-gradient(
      circle at top,
      rgba(24, 95, 165, 0.18),
      transparent 32%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eaf3ff 100%);
  color: #12304f;
}

body.page-auth .auth-card {
  width: min(100%, 520px);
  margin: 48px auto 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(24, 95, 165, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(24, 95, 165, 0.12);
}

body.page-auth .auth-card-admin {
  border-top: 4px solid #185fa5;
}

body.page-auth .auth-card h1,
body.page-auth .auth-card .eyebrow,
body.page-auth .auth-card .muted {
  color: #12304f;
}

body.page-auth .auth-card .eyebrow {
  color: #2f8fdb;
}

body.page-auth .auth-card .ghost-btn {
  background: #f5f9ff;
  color: #12304f;
  border-color: rgba(24, 95, 165, 0.14);
}

body.page-auth .auth-card .primary-btn {
  background: linear-gradient(180deg, #2f8fdb 0%, #185fa5 100%);
}

body.page-auth .auth-form input {
  border-color: rgba(24, 95, 165, 0.14);
  background: #f8fbff;
}

body.page-auth .alert-error {
  background: #fdebec;
  color: #a61f2c;
}

body.page-auth .alert-success {
  background: #e4f0ff;
  color: #185fa5;
}

@media (max-width: 720px) {
  body.page-public .shell {
    padding: 10px 10px 20px;
  }

  .navbar {
    border-radius: 16px;
    padding: 12px;
  }

  .dropdown {
    width: calc(100% - 20px);
    left: 10px;
  }

  .city-strip,
  .row,
  .contact-strip,
  .info-grid {
    width: 100%;
  }

  .city-strip,
  .row,
  .contact-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .city-select,
  .contact-btn {
    width: 100%;
  }

  .station-count,
  .row-time {
    align-self: flex-start;
  }

  .station-modal {
    padding: 10px;
  }

  .station-modal-dialog {
    padding: 18px;
    border-radius: 20px;
  }

  .station-modal-header {
    padding-left: 48px;
  }

  .station-modal-mapWrap,
  .station-modal-mapWrap iframe {
    min-height: 260px;
  }

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

  body.page-auth .auth-card {
    margin: 18px 10px 24px;
    width: auto;
  }
}

@media (max-width: 720px) {
  .hero,
  .panel-header,
  .status-bar,
  .fuel-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .city-picker select,
  .auth-form input,
  .fuel-btn {
    width: 100%;
    min-width: 0;
  }

  .hero-controls,
  .hero-copy {
    width: 100%;
  }

  .hero-actions,
  .panel-actions,
  .auth-actions {
    width: 100%;
  }

  .panel-header {
    align-items: flex-start;
  }

  .fuel-actions {
    width: 100%;
  }
}

/* Responsive scaling: slightly larger on phones, larger on desktops/laptops */
@media (max-width: 720px) {
  html {
    font-size: 15px;
  }
  .navbar {
    min-height: 64px;
    padding: 14px 18px;
    border-radius: 20px;
  }
  .nav-logo-text {
    font-size: 18px;
  }
  .nav-logo-sub {
    font-size: 12px;
  }
  .city-select,
  .filter-form select,
  .admin-form input,
  .city-picker select,
  .auth-form input {
    font-size: 16px;
    padding: 12px 14px;
  }
  .primary-btn,
  .ghost-btn,
  .fuel-btn {
    padding: 16px 20px;
    font-size: 17px;
    border-radius: 16px;
  }
  .station-card,
  .fuel-row,
  .auth-card {
    padding: 22px;
    border-radius: 20px;
  }
  .fuel-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    border-radius: 18px;
  }
  /* Slightly stronger but moderate weight for mobile text */
  body,
  p,
  .row-name,
  .row-addr,
  .nav-logo-text,
  .nav-logo-sub,
  .city-label,
  .station-count,
  .pill,
  .menu-item {
    font-weight: 600;
  }
}

@media (min-width: 1120px) {
  html {
    font-size: 18px;
  }
  .shell,
  .admin-shell {
    width: min(100%, 1280px);
  }
  .hero,
  .panel-header,
  .status-bar,
  .station-card,
  .loading-card,
  .empty-state {
    padding: 32px;
    border-radius: 28px;
  }
  h1,
  h2 {
    font-size: 28px;
  }
  .station-card h2 {
    font-size: 26px;
  }
  .station-card,
  .fuel-row,
  .auth-card {
    padding: 28px;
  }
  .city-strip {
    padding: 16px 18px;
    border-radius: 20px;
  }
  .city-select {
    font-size: 16px;
    padding: 12px 14px;
    min-width: 320px;
  }
  .primary-btn,
  .ghost-btn,
  .fuel-btn {
    padding: 18px 22px;
    font-size: 18px;
    border-radius: 16px;
  }
  .nav-logo-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 14px;
  }
  .nav-logo-text {
    font-size: 20px;
  }
  .navbar {
    min-height: 72px;
    padding: 16px 20px;
    border-radius: 20px;
  }
  .fuel-icon {
    width: 72px;
    height: 72px;
    font-size: 32px;
    border-radius: 20px;
  }
  .row {
    padding: 18px;
    gap: 16px;
  }
  .row-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    border-radius: 16px;
  }
  .badge-yes,
  .badge-no,
  .badge-unknown {
    font-size: 15px;
    padding: 12px 18px;
  }
  .station-list,
  .feed {
    gap: 20px;
  }
}
