@media (max-width: 720px) {
  .brand-float {
    top: 10px;
    left: 10px;
    min-height: 38px;
    padding: 4px 9px 4px 5px;
    gap: 6px;
  }

  .brand-logo {
    width: 28px;
    height: 28px;
  }

  .brand-name {
    font-size: 14px;
  }

  h1 {
    font-size: 21px;
  }

  .address-search {
    top: 72px;
    left: 10px;
    right: 10px;
    width: auto;
    min-width: 0;
    transform: none;
  }

  .map-status {
    top: 124px;
    max-width: calc(100vw - 20px);
  }

  .map-status-filter {
    top: 10px;
    right: 10px;
  }

  .map-profile-button {
    top: 64px;
    right: 10px;
  }

  .map-favorites-button {
    top: 118px;
    right: 10px;
  }

  .station-sheet {
    position: fixed;
    top: 168px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 18px 18px 0 0;
    background: rgba(4, 8, 14, 0.97);
    box-shadow: 0 -18px 54px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(18px) saturate(1.14);
    z-index: 740;
  }

  body.sheet-open .leaflet-marker-pane,
  body.sheet-open .leaflet-tooltip-pane {
    opacity: 0.08;
    pointer-events: none;
  }

  .station-cluster {
    width: 34px;
    height: 34px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.32);
  }

  .station-cluster::before {
    width: 24px;
    height: 24px;
  }

  .station-cluster b {
    font-size: 12px;
  }

  body.sheet-open .map-actions {
    display: none;
  }

  .map-actions {
    right: 10px;
    bottom: 12px;
  }

  .station-detail,
  .driver-profile,
  .favorites-panel,
  .advanced-filters {
    min-height: 100%;
    align-content: start;
    gap: 9px;
    padding: 10px 12px max(14px, env(safe-area-inset-bottom));
  }

  .sheet-grabber {
    margin-top: 0;
    margin-bottom: 3px;
  }

  .sheet-header,
  .driver-profile__header,
  .favorites-panel__header,
  .advanced-filters__header {
    padding-bottom: 9px;
    cursor: grab;
    touch-action: none;
    user-select: none;
  }

  .sheet-header:active,
  .driver-profile__header:active,
  .favorites-panel__header:active,
  .advanced-filters__header:active {
    cursor: grabbing;
  }

  .station-info-panel {
    top: 8px;
    right: 8px;
    left: 8px;
    gap: 10px;
    max-height: calc(100% - 16px);
    padding: 12px;
    border-radius: 15px;
    background: rgba(15, 23, 42, 0.94);
  }

  .station-info-panel__header {
    padding-bottom: 8px;
  }

  .station-info-panel__header span {
    color: #94a3b8;
  }

  .station-info-panel__header h3 {
    font-size: 17px;
  }

  .station-info-section {
    gap: 7px;
  }

  .station-info-list {
    gap: 6px;
  }

  .station-info-list div {
    grid-template-columns: 9px 86px minmax(0, 1fr);
    gap: 7px;
    font-size: 11px;
  }

  .station-info-badges {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 6px 8px;
    font-size: 11px;
  }

  .driver-profile {
    gap: 8px;
  }

  .advanced-filters {
    gap: 9px;
  }

  .advanced-filters__header span {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .advanced-filters__header h2 {
    font-size: 20px;
  }

  .advanced-filter-grid--status {
    grid-template-columns: 1fr;
  }

  .advanced-filter-station-list {
    max-height: 260px;
  }

  .driver-profile__header span {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .driver-profile__header h2 {
    font-size: 20px;
  }

  .driver-impact-card {
    min-height: 82px;
    gap: 2px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .driver-impact-card span {
    gap: 7px;
    font-size: 12px;
  }

  .driver-impact-card span svg {
    width: 18px;
    height: 18px;
  }

  .driver-impact-card strong {
    font-size: 28px;
  }

  .driver-impact-card p {
    font-size: 12px;
  }

  .driver-stat-grid {
    gap: 6px;
  }

  .driver-stat-grid div {
    min-height: 48px;
    gap: 2px;
    padding: 8px;
    border-radius: 10px;
  }

  .driver-stat-grid strong {
    font-size: 16px;
  }

  .driver-badges {
    gap: 7px;
  }

  .driver-badge {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
    min-height: 78px;
    padding: 9px;
  }

  .driver-badge__icon {
    width: 44px;
    height: 50px;
  }

  .driver-badge__icon svg {
    width: 18px;
    height: 18px;
  }

  .driver-badge__icon b {
    right: 8px;
    bottom: 8px;
  }

  .driver-badge__top strong {
    font-size: 13px;
  }

  .driver-badge p {
    margin-top: 2px;
    font-size: 10px;
  }

  .driver-badge__meta {
    margin-top: 5px;
  }

  .driver-badge__progress {
    height: 5px;
    margin-top: 5px;
  }

  .driver-badge__stars {
    margin-top: 5px;
    font-size: 13px;
  }

  .sheet-route-picker,
  .sheet-chat {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 24px 18px;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.66);
    box-shadow: none;
    backdrop-filter: blur(6px) saturate(1.04);
    animation: none;
  }

  .sheet-route-picker::before,
  .sheet-chat::before {
    width: min(100%, 360px);
    color: #f8fafc;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
  }

  .sheet-route-picker::before {
    content: "Через что открыть маршрут?";
  }

  .sheet-chat::before {
    content: "Комментарии";
  }

  .sheet-route-picker::before,
  .sheet-chat::before {
    content: none;
  }

  .sheet-route-modal,
  .sheet-chat-modal {
    width: min(100%, 390px);
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.94)),
      rgba(15, 23, 42, 0.94);
    box-shadow:
      0 28px 80px rgba(0, 0, 0, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .sheet-route-modal {
    grid-template-columns: 1fr;
  }

  .sheet-chat-modal {
    max-height: min(74vh, 560px);
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .sheet-route-modal::before,
  .sheet-chat-modal::before {
    color: #f8fafc;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
  }

  .sheet-route-modal::before {
    content: "Через что открыть маршрут?";
  }

  .sheet-chat-modal::before {
    content: "Комментарии";
  }

  .sheet-route-picker::after,
  .sheet-chat::after {
    content: "×";
    position: fixed;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.72);
    color: #cbd5e1;
    font-size: 28px;
    line-height: 1;
    pointer-events: none;
  }

  .sheet-route-picker a {
    width: 100%;
    min-height: 52px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px;
    border-color: rgba(34, 197, 94, 0.28);
    background: rgba(15, 23, 42, 0.92);
  }

  .sheet-chat {
    align-content: center;
  }

  .station-chat__messages,
  .station-chat__form {
    width: 100%;
    background: rgba(15, 23, 42, 0.94);
  }

  .station-chat__messages {
    max-height: none;
    min-height: 120px;
    padding: 10px;
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .station-chat__messages::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .station-chat__form {
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-radius: 0 0 14px 14px;
    padding: 8px;
  }

  .fuel-row,
  .report-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .fuel-row .status-pill,
  .report-row .mini-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .confirmation-actions,
  .status-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}
