:root {
  --pp-safe-area-top: env(safe-area-inset-top, 0px);
  --pp-safe-area-right: env(safe-area-inset-right, 0px);
  --pp-safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --pp-safe-area-left: env(safe-area-inset-left, 0px);
  --pp-native-bottom-nav-height: 86px;
}

html,
body {
  min-height: 100%;
}

body.pp-mobile-shell {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: var(--pp-safe-area-top);
  padding-right: var(--pp-safe-area-right);
  padding-bottom: var(--pp-safe-area-bottom);
  padding-left: var(--pp-safe-area-left);
}

.pp-mobile-scroll-safe {
  padding-bottom: calc(var(--pp-safe-area-bottom) + 1rem);
}

html.pp-native-app,
html.pp-native-app body {
  height: 100%;
  overflow: hidden;
}

body.pp-mobile-shell.pp-native-app {
  overflow: hidden !important;
  overscroll-behavior: none;
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.12), transparent 28%),
    linear-gradient(180deg, #060b15 0%, #0a1020 100%);
}

body.pp-mobile-shell.pp-native-app #sidebar {
  display: none !important;
}

body.pp-mobile-shell.pp-native-app #main-content {
  width: 100%;
  min-width: 0;
  min-height: 100dvh;
  height: 100dvh !important;
  overflow: hidden !important;
}

body.pp-mobile-shell.pp-native-app header {
  min-height: 64px;
  height: auto !important;
  padding: 12px 14px !important;
  backdrop-filter: blur(18px);
  background: rgba(17, 24, 39, 0.92) !important;
  border-bottom-color: rgba(71, 85, 105, 0.8) !important;
}

body.pp-mobile-shell header #sidebar-toggle-btn {
  display: none !important;
}

body.pp-mobile-shell.pp-native-app header #sidebar-toggle-btn {
  display: none !important;
}

body.pp-mobile-shell.pp-native-app #page-title {
  font-size: 1rem;
  line-height: 1.2;
}

body.pp-mobile-shell.pp-native-app #header-user-btn {
  min-height: 46px;
  max-width: 170px;
  padding: 8px 10px;
  border-radius: 14px;
  gap: 8px;
}

body.pp-mobile-shell #header-user-btn {
  max-width: min(100%, 176px);
}

body.pp-mobile-shell.pp-native-app .header-user-copy {
  min-width: 0;
}

body.pp-mobile-shell.pp-native-app #header-user-name-mobile {
  max-width: 74px;
  font-size: 12px;
}

body.pp-mobile-shell.pp-native-app #header-user-plan-mobile {
  font-size: 9px;
  letter-spacing: 0.06em;
}

body.pp-mobile-shell.pp-native-app #header-user-dropdown {
  position: fixed;
  top: calc(var(--pp-safe-area-top) + 68px);
  right: 12px;
  left: 12px;
  width: auto;
  max-width: none;
}

body.pp-mobile-shell.pp-native-app #page-content {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y pinch-zoom;
  padding: 16px 14px calc(var(--pp-safe-area-bottom) + var(--pp-native-bottom-nav-height)) !important;
  scroll-padding-bottom: calc(var(--pp-safe-area-bottom) + var(--pp-native-bottom-nav-height));
}

body.pp-mobile-shell.pp-native-app #page-content > * {
  max-width: 100%;
}

body.pp-mobile-shell.pp-native-app #mobile-bottom-nav {
  display: flex !important;
  gap: 8px;
  padding: 10px 10px calc(var(--pp-safe-area-bottom) + 10px);
  background: rgba(6, 10, 19, 0.95);
  backdrop-filter: blur(20px);
  border-top-color: rgba(51, 65, 85, 0.95);
}

body.pp-mobile-shell.pp-native-app #mobile-bottom-nav .mobile-nav-item {
  min-height: 58px;
  width: auto !important;
  flex: 1 1 0;
  border-radius: 16px;
  color: #94a3b8 !important;
  justify-content: center;
}

body.pp-mobile-shell.pp-native-app #mobile-bottom-nav .mobile-nav-item.active {
  color: #dbeafe !important;
  background: rgba(59, 130, 246, 0.14);
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.24);
}

body.pp-mobile-shell.pp-native-app #mobile-bottom-nav .mobile-nav-item span[data-lucide] {
  width: 22px;
  height: 22px;
}

body.pp-mobile-shell.pp-native-app #mobile-bottom-nav .mobile-nav-item span:last-child {
  font-size: 11px;
  line-height: 1.1;
}

body.pp-mobile-shell.pp-native-app #mobile-more-menu-panel {
  max-height: min(80dvh, 720px);
  overflow-y: auto;
  padding-bottom: calc(var(--pp-safe-area-bottom) + 24px);
}

body.pp-mobile-shell.pp-native-app #marketing-widget {
  left: 12px !important;
  right: 12px !important;
  bottom: calc(var(--pp-safe-area-bottom) + var(--pp-native-bottom-nav-height) - 8px) !important;
}

body.pp-mobile-shell.pp-native-app #marketing-widget > * {
  width: 100% !important;
}

body.pp-mobile-shell.pp-native-app #profile-modal {
  align-items: flex-end;
  padding: 0 10px calc(var(--pp-safe-area-bottom) + 10px);
}

body.pp-mobile-shell.pp-native-app #profile-modal > div:last-child {
  width: 100%;
  max-width: none;
  margin: 0;
  max-height: min(88dvh, 900px);
  border-radius: 22px 22px 0 0;
  overflow-y: auto;
}

body.pp-mobile-shell.pp-native-app #profile-modal-content {
  padding: 18px 16px 20px !important;
}

body.pp-mobile-shell.pp-native-app button,
body.pp-mobile-shell.pp-native-app [role="button"],
body.pp-mobile-shell.pp-native-app a,
body.pp-mobile-shell.pp-native-app input,
body.pp-mobile-shell.pp-native-app select,
body.pp-mobile-shell.pp-native-app textarea {
  -webkit-tap-highlight-color: transparent;
}

body.pp-mobile-shell.pp-native-app button,
body.pp-mobile-shell.pp-native-app .btn-primary,
body.pp-mobile-shell.pp-native-app .ux-celebration-btn,
body.pp-mobile-shell.pp-native-app .ux-tour-btn {
  min-height: 44px;
}

body.pp-mobile-shell.pp-native-app input,
body.pp-mobile-shell.pp-native-app select,
body.pp-mobile-shell.pp-native-app textarea {
  font-size: 16px !important;
}

body.pp-mobile-shell.pp-native-app .module-content {
  max-width: 100%;
}

body.pp-mobile-shell.pp-native-app .page-header {
  margin-bottom: 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

body.pp-mobile-shell.pp-native-app #module-dashboard > div:first-child,
body.pp-mobile-shell.pp-native-app #module-gps > h1.page-header {
  margin-bottom: 0.9rem !important;
}

body.pp-mobile-shell.pp-native-app #module-dashboard > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

body.pp-mobile-shell.pp-native-app #dashboard-last-update {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(30, 41, 59, 0.78);
  border: 1px solid rgba(71, 85, 105, 0.7);
  color: #94a3b8;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-priority-zone,
body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-grid,
body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-left-column,
body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-right-column {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-grid {
  grid-template-columns: 1fr !important;
  gap: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-card,
body.pp-mobile-shell.pp-native-app #weekly-grind-widget {
  border-radius: 1.35rem;
  box-shadow:
    0 18px 36px rgba(2, 6, 23, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-card-header,
body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-card-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-card-header {
  padding-top: 0.95rem;
  padding-bottom: 0.75rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-card-body {
  padding-bottom: 1rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-card-title {
  font-size: 0.98rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-action-btn {
  min-height: 4.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.9rem 0.95rem;
  text-align: left;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(20, 32, 56, 0.92));
  border-color: rgba(71, 85, 105, 0.78);
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-action-btn span[data-lucide] {
  width: 1.2rem;
  height: 1.2rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-kpis-grid,
body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-metrics,
body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-metrics--hero,
body.pp-mobile-shell.pp-native-app #module-dashboard .db-plan-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-kpi-card {
  min-height: 0;
  padding: 0.95rem;
  border-radius: 1rem;
  align-items: flex-start;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-kpi-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-kpi-value {
  font-size: 1.3rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-hero,
body.pp-mobile-shell.pp-native-app #module-dashboard .db-plan-metrics {
  grid-template-columns: 1fr;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-shell,
body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-next,
body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-why {
  border-radius: 1.1rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-orbit {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-orbit-core strong {
  font-size: 2rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-why-list {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-bottom: 0.9rem;
}

body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-why-item {
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

body.pp-mobile-shell.pp-native-app #module-gps {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #module-gps > .space-y-6 {
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-bar {
  position: sticky;
  top: 0;
  z-index: 18;
  padding: 0.9rem;
  border-radius: 1.4rem;
  gap: 0.8rem;
  background:
    linear-gradient(180deg, rgba(10, 16, 32, 0.96), rgba(15, 23, 42, 0.94));
  box-shadow:
    0 14px 28px rgba(2, 6, 23, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-discipline-block,
body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-actions-block {
  width: 100%;
  min-width: 0;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-discipline-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-disc-actions,
body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-actions-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-disc-btn,
body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-action-btn,
body.pp-mobile-shell.pp-native-app #module-gps .btn-primary,
body.pp-mobile-shell.pp-native-app #module-gps .btn-secondary,
body.pp-mobile-shell.pp-native-app #module-gps .btn-danger {
  min-height: 2.95rem;
  justify-content: center;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-select {
  min-height: 3rem;
  border-radius: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #gps-performance-top-row {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding-bottom: 0.25rem;
  margin-right: -0.2rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

body.pp-mobile-shell.pp-native-app #gps-performance-top-row::-webkit-scrollbar,
body.pp-mobile-shell.pp-native-app #module-gps .gps-status-filters::-webkit-scrollbar,
body.pp-mobile-shell.pp-native-app #module-gps .gps-revisoes-filters::-webkit-scrollbar,
body.pp-mobile-shell.pp-native-app #gps-action-menu-dropdown::-webkit-scrollbar {
  display: none;
}

body.pp-mobile-shell.pp-native-app #gps-performance-top-row > * {
  flex: 0 0 min(78vw, 16rem);
  scroll-snap-align: start;
}

body.pp-mobile-shell.pp-native-app #gps-performance-top-row .gps-performance-card {
  min-height: 0;
  border-radius: 1.2rem;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget,
body.pp-mobile-shell.pp-native-app #gps-stats,
body.pp-mobile-shell.pp-native-app #gps-tracking {
  min-height: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow:
    0 18px 36px rgba(2, 6, 23, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget .widget-header,
body.pp-mobile-shell.pp-native-app #gps-stats .widget-header,
body.pp-mobile-shell.pp-native-app #gps-tracking .widget-header {
  padding: 0.95rem 0.95rem 0.85rem;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget .widget-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget .widget-header > div:first-child {
  width: 100%;
  margin-right: 0 !important;
  padding-right: 2.1rem;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget .widget-header > div:last-child {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget .widget-header > div:last-child > button,
body.pp-mobile-shell.pp-native-app #module-gps .gps-view-toggle,
body.pp-mobile-shell.pp-native-app #module-gps .gps-status-filter-btn,
body.pp-mobile-shell.pp-native-app #module-gps .gps-rev-filter-btn,
body.pp-mobile-shell.pp-native-app #module-gps .gps-quick-action-btn,
body.pp-mobile-shell.pp-native-app #module-gps .gps-section-tab {
  min-height: 2.9rem;
  border-radius: 0.95rem;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget #gps-bloco-status-msg {
  width: 100%;
  margin-left: 0;
}

body.pp-mobile-shell.pp-native-app #gps-bloco-atual-lista {
  max-height: none !important;
}

body.pp-mobile-shell.pp-native-app #gps-stats .widget-body {
  padding: 1rem 0.95rem 1.1rem;
}

body.pp-mobile-shell.pp-native-app #gps-stats .widget-body .grid {
  gap: 0.7rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-section-tabs,
body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-toolbar,
body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-filters {
  width: 100%;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-section-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-section-tab {
  justify-content: center;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-search {
  width: 100%;
  flex: 1 1 100%;
  max-width: none;
  min-height: 3rem;
  border-radius: 1rem;
  padding: 0.75rem 0.9rem;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-status-filters,
body.pp-mobile-shell.pp-native-app #module-gps .gps-revisoes-filters {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin-left: 0;
  padding-bottom: 0.15rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-status-filter-btn,
body.pp-mobile-shell.pp-native-app #module-gps .gps-rev-filter-btn {
  flex: 0 0 auto;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-quick-actions,
body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-filter-feedback {
  width: 100%;
}

body.pp-mobile-shell.pp-native-app #module-gps .gps-insight-pill {
  min-width: 0;
  border-radius: 1rem;
}

body.pp-mobile-shell.pp-native-app #module-gps #gps-tab-panel-table {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.pp-mobile-shell.pp-native-app #gps-action-menu-dropdown {
  position: fixed !important;
  left: 0.75rem !important;
  right: 0.75rem !important;
  top: auto !important;
  bottom: calc(var(--pp-safe-area-bottom) + var(--pp-native-bottom-nav-height) + 0.55rem) !important;
  width: auto !important;
  max-width: none !important;
  max-height: 50dvh;
  overflow-y: auto;
  border-radius: 1.15rem;
  padding: 0.45rem;
  z-index: 80 !important;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.5);
}

body.pp-mobile-shell.pp-native-app #gps-action-menu-dropdown .gps-action-menu-item,
body.pp-mobile-shell.pp-native-app #gps-action-menu-dropdown button,
body.pp-mobile-shell.pp-native-app #gps-action-menu-dropdown a {
  min-height: 2.9rem;
  border-radius: 0.9rem;
}

@media (max-width: 760px) {
  body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-quick-actions,
  body.pp-mobile-shell.pp-native-app #module-dashboard .dashboard-kpis-grid,
  body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-metrics,
  body.pp-mobile-shell.pp-native-app #module-dashboard .db-mission-metrics--hero,
  body.pp-mobile-shell.pp-native-app #module-dashboard .db-plan-metrics,
  body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-disc-actions,
  body.pp-mobile-shell.pp-native-app #module-gps .gps-ctrl-actions-row,
  body.pp-mobile-shell.pp-native-app #gps-bloco-atual-widget .widget-header > div:last-child,
  body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-quick-actions,
  body.pp-mobile-shell.pp-native-app #module-gps .gps-tracking-insights {
    grid-template-columns: 1fr;
  }

  body.pp-mobile-shell.pp-native-app #gps-performance-top-row > * {
    flex-basis: min(84vw, 15.2rem);
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table {
    min-width: 0 !important;
    width: 100%;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table thead {
    display: none;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody {
    display: grid;
    gap: 0.8rem;
    padding: 0.85rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    position: relative;
    height: auto;
    padding: 0.95rem 0.9rem 0.9rem;
    border-left-width: 3px;
    border-radius: 1.15rem;
    background:
      linear-gradient(180deg, rgba(9, 16, 30, 0.96), rgba(15, 23, 42, 0.94));
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0.75rem 0.8rem !important;
    border-radius: 0.95rem;
    border: 1px solid rgba(51, 65, 85, 0.82) !important;
    background: rgba(15, 23, 42, 0.82);
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td::before {
    content: attr(data-cell-label);
    font-size: 0.62rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    color: #64748b;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td[colspan] {
    grid-column: 1 / -1;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 5.8rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-1 {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: auto !important;
    padding: 0 !important;
    background: transparent;
    border: none !important;
    z-index: 2;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-1::before,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-3::before {
    display: none;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-1:empty,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-2,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(5),
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(8) {
    display: none;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-3 {
    grid-column: 1 / -1;
    padding: 0 2.1rem 0 0 !important;
    background: transparent;
    border: none !important;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-3 .gps-item-content-wrapper {
    width: 100%;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-3 .gps-item-text-line {
    flex-wrap: wrap;
    row-gap: 0.45rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td.sticky-col-3 .truncate {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    line-height: 1.35;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(10),
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(11) {
    grid-column: 1 / -1;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(10) button,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(11) button,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table tbody tr td:nth-child(8) button {
    width: 100%;
    min-height: 2.9rem;
    justify-content: center;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-open-link-modal-btn,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-action-menu-btn,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-delete-subtask-btn {
    width: 100%;
    min-height: 2.9rem;
    border-radius: 0.9rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-relevance-stars {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-timer-capsule-idle {
    width: 100%;
    gap: 0.55rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-timer-capsule-idle button {
    flex: 1 1 0;
    min-height: 2.9rem;
    padding: 0.65rem 0.4rem;
    border-radius: 0.9rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-timer-capsule-active {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    min-width: 0;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .active-controls-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-timer-capsule-active button {
    width: 100%;
    min-height: 2.95rem;
    height: auto;
    flex-direction: row;
    gap: 0.45rem;
    border-radius: 0.9rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .active-timer-display {
    padding-right: 0;
    text-align: center;
    font-size: 1.25rem;
  }

  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-memory-health-wrapper,
  body.pp-mobile-shell.pp-native-app #gps-tracking-table .gps-perf-bar-wrap {
    width: 100%;
  }
}
