/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/apps.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

.app-page {
  min-height: 100vh;
  background: #003366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.app-card {
  width: min(420px, 100%);
  background: #fff;
  color: #0b1f33;
  border-radius: 20px;
  padding: 28px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}
.app-card h1 { margin: 0; color: #003366; }
.app-card input, .pad input, .admin-shell input, .filters input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cdd8e4;
  font: inherit;
}
.app-card button, .pad button, .admin-shell button, .row-btns button, .tabbar button, .pos-shell button, .pills button, .admin-tools button, .admin-tabs button {
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 700;
  background: #003366;
  color: #fff;
}
.app-card .ghost, .pad .ghost, .admin-shell a, .app-card a, .admin-tools a { background: transparent; color: #003366; text-align: center; }
.muted { color: #5b6f82; }
.err { color: #a30; }
.pad { padding: 24px 24px 96px; max-width: 720px; margin: 0 auto; }
.user-shell { min-height: 100vh; background: #fff; display: flex; flex-direction: column; }
.user-body { flex: 1 1; display: flex; flex-direction: column; min-height: 0; }
.map-screen { flex: 1 1; position: relative; min-height: 70vh; }
.bih-map { position: absolute; inset: 0; z-index: 0; background: #dce7f2; width: 100%; height: 100%; }
.bih-map.leaflet-container { width: 100%; height: 100%; }
.map-filters {
  position: absolute;
  z-index: 1100;
  top: 16px;
  left: 16px;
  right: 16px;
  max-width: 420px;
  background: white;
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.12);
}
.map-filters input { width: 100%; padding: 10px 12px; border-radius: 8px; border: 1px solid #cdd8e4; font: inherit; }
.filters { display: grid; grid-gap: 8px; gap: 8px; margin: 16px 0; background: #f4f8fc; padding: 12px; border-radius: 16px; }
.list-card {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  text-align: left;
  width: 100%;
  margin: 8px 0;
  background: #f4f8fc !important;
  color: #0b1f33 !important;
}
.list-card.static { cursor: default; }
.tabbar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 12px;
  border-top: 1px solid #e6eef6;
  background: #fff;
  z-index: 600;
}
.tabbar .on { color: #003366; background: #e8f1fa; }
.admin-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f4f8fc;
}
.admin-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 20px;
  background: #003366;
  color: #fff;
  flex-shrink: 0;
}
.admin-bar-right {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.admin-bar-right button,
.admin-bar-right a {
  background: transparent !important;
  color: #fff !important;
  padding: 8px 12px !important;
  font-weight: 700;
  text-decoration: none;
}
.admin-body {
  display: flex;
  flex: 1 1;
  min-height: 0;
}
.admin-shell aside {
  width: 240px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid #e6eef6;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-shell aside button {
  background: #f4f8fc !important;
  color: #003366 !important;
  text-align: left;
  padding: 14px 16px;
}
.admin-shell aside button.on {
  background: #003366 !important;
  color: #fff !important;
}
.admin-main {
  flex: 1 1;
  padding: 28px 32px 48px;
  overflow: auto;
}
.admin-shell h1 { color: #003366; margin-top: 0; }
.admin-pick {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  max-width: 480px;
  font-weight: 700;
  color: #003366;
  margin: 8px 0 24px;
}
.admin-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cdd8e4;
  font: inherit;
  background: #fff;
  font-weight: 500;
  color: #0b1f33;
}
.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
}
.admin-toolbar input {
  width: 140px;
}
.dash-subtabs {
  display: flex;
  gap: 8px;
  margin: 8px 0 20px;
}
.dash-subtabs button {
  background: #fff !important;
  color: #003366 !important;
  border: 1px solid #cdd8e4 !important;
}
.dash-subtabs button.on {
  background: #003366 !important;
  color: #fff !important;
  border-color: #003366 !important;
}
.range-radios {
  display: inline-flex;
  background: #fff;
  border: 1px solid #cdd8e4;
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
  margin: 0 0 20px;
}
.range-radios label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  color: #003366;
  margin: 0;
}
.range-radios label.on {
  background: #003366;
  color: #fff;
}
.range-radios input {
  position: absolute;
  opacity: 0;
  width: 0 !important;
  height: 0;
  pointer-events: none;
}
.msel {
  position: relative;
  max-width: 520px;
  margin: 0 0 12px;
}
.msel-label {
  display: block;
  font-weight: 700;
  color: #003366;
  margin-bottom: 6px;
}
.msel-btn {
  width: 100%;
  text-align: left;
  background: #fff !important;
  color: #0b1f33 !important;
  border: 1px solid #cdd8e4 !important;
  font-weight: 500 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
}
.msel-menu {
  position: absolute;
  z-index: 21;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid #cdd8e4;
  border-radius: 12px;
  padding: 8px;
  max-height: 280px;
  overflow: auto;
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.12);
}
.msel-menu label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}
.msel-menu label:hover { background: #f4f8fc; }
.msel-menu input { width: auto !important; }
.hour-chart {
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 8px;
  margin: 0 0 16px;
}
.hour-chart h3 { margin: 0 0 8px; color: #003366; font-size: 16px; }
.hour-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; font-size: 13px; }
.hour-legend i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-right: 6px;
  vertical-align: -1px;
}
.hour-svg { width: 100%; height: auto; display: block; }
.hour-tip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  min-height: 24px;
  margin: 4px 0 8px;
}
.hour-tip-placeholder { min-height: 24px; margin: 4px 0 8px; }
.dash-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin: 16px 0 28px;
}
.dash-hero article {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.dash-hero strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  color: #003366;
}
.dash-charger {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 0 0 16px;
}
.dash-charger-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.dash-charger h3 { margin: 0; color: #003366; }
.dash-charger h4 { margin: 16px 0 8px; color: #003366; }
.dash-charger-nums { text-align: right; }
.dash-charger-nums strong { display: block; font-size: 22px; color: #003366; }
.bar {
  height: 10px;
  background: #e6eef6;
  border-radius: 99px;
  overflow: hidden;
  margin: 12px 0 4px;
}
.bar > span { display: block; height: 100%; background: #1e6bb8; min-width: 4px; }
.gun-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}
.gun-card {
  background: #f4f8fc;
  border-radius: 12px;
  padding: 14px;
}
.gun-card p { margin: 6px 0 0; }
.kpi-row { display: flex; flex-wrap: wrap; gap: 16px; }
.kpi { background: #fff; border-radius: 16px; padding: 20px; min-width: 240px; }
.kpi .row-btns { margin-top: 16px; }
.row-btns { display: flex; flex-wrap: wrap; gap: 16px; }
.table-wrap { overflow: auto; background: #fff; border-radius: 12px; margin-top: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { text-align: left; padding: 8px; border-bottom: 1px solid #e6eef6; vertical-align: top; }
@media (max-width: 800px) {
  .admin-body { flex-direction: column; }
  .admin-shell aside { width: 100%; flex-direction: row; overflow: auto; }
  .admin-toolbar { flex-direction: column; align-items: stretch; }
  .admin-toolbar input { width: 100%; }
}
.pos-shell {
  min-height: 100vh;
  background: #003366;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
}
.pos-shell header { position: absolute; top: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; gap: 8px; }
.pos-shell header a, .pos-shell header button { background: transparent; color: #9fd; }
.pos-shell h1 { font-size: 40px; margin: 8px 0; }
.pills { display: flex; gap: 12px; margin: 16px 0; }
.pills .on { background: #fff; color: #003366; }
.pos-label { font-weight: 700; margin: 8px 0 4px; }
.durations { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 560px; margin: 8px 0 12px; }
.durations button { min-width: 88px; min-height: 48px; }
.durations .on, .pos-manual .on { background: #fff; color: #003366; }
.pos-manual { display: flex; gap: 8px; align-items: center; justify-content: center; margin-bottom: 12px; }
.pos-manual input {
  width: 120px;
  padding: 12px;
  border-radius: 10px;
  border: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.pos-cost { font-size: 20px; font-weight: 700; margin: 0 0 12px; }
.tap { width: 320px; height: 160px; background: #1e6bb8 !important; border-radius: 24px !important; display: grid !important; place-content: center; }
.tap small { display: block; margin-top: 8px; font-weight: 500; }

/* —— e387-style user app (webview + /user) —— */

.ua-shell,
.ua-login {
  font-family: Montserrat, "Segoe UI", system-ui, sans-serif;
  color: #0b1f33;
  background: #fff;
}
.ua-shell {
  --ua-controls: 456px;
  --ua-tab: 104px;
  height: 100dvh;
  min-height: 100dvh;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.ua-body { flex: 1 1; min-height: 0; display: flex; flex-direction: column; position: relative; }
.ua-shell button, .ua-login button {
  font-family: inherit;
  cursor: pointer;
}
.ua-login {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 28px 24px 40px;
  max-width: 480px;
  margin: 0 auto;
}
.ua-lang {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 28px;
}
.ua-lang button {
  border: 1px solid #cdd8e4;
  background: #fff;
  color: #003366;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 13px;
}
.ua-lang button.on {
  background: #003366;
  color: #fff;
  border-color: #003366;
}
.ua-login h1 {
  margin: 0 0 8px;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #003366;
}
.ua-login .muted { margin: 0 0 20px; }
.ua-login form { display: grid; grid-gap: 10px; gap: 10px; width: 100%; }
.ua-login input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #cdd8e4;
  font: inherit;
}
.ua-login .ua-primary {
  background: #003366;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px 16px;
  font-weight: 700;
  margin-top: 6px;
}
.ua-login .ua-google {
  background: #fff;
  color: #003366;
  border: 1px solid #cdd8e4;
  border-radius: 999px;
  padding: 14px 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ua-err { color: #b42318; font-weight: 600; }

.map-screen { flex: 1 1; position: relative; min-height: 0; height: 100%; }
.bih-map,
.bih-map.leaflet-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #dce7f2;
  width: 100%;
  height: 100%;
}
.ua-pin-wrap,
.bih-map .leaflet-div-icon { background: none !important; border: none !important; }
.ua-user-wrap { background: none !important; border: none !important; }
.ua-pin { filter: drop-shadow(0 3px 4px rgba(0,0,0,.28)); }
.ua-user-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: #1a73e8;
  border: 3px solid #fff;
  box-shadow: 0 0 0 8px rgba(26,115,232,.22);
}
.maplibregl-ctrl-bottom-right { margin-bottom: 8px; }
.maplibregl-ctrl-attrib { font-size: 10px !important; }

.ua-map-top {
  position: absolute;
  z-index: 1100;
  top: 12px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  box-sizing: border-box;
  pointer-events: none;
}
.ua-map-top > * {
  pointer-events: auto;
  width: 100%;
  max-width: var(--ua-controls);
}
.ua-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.12);
  position: relative;
}
.ua-search-wrap { position: relative; }
.ua-search-hits {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 51, 102, 0.16);
  overflow: hidden;
  z-index: 6;
  max-height: 240px;
  overflow-y: auto;
}
.ua-search-hits button {
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eef3f8;
  border-radius: 0;
  padding: 10px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #0b1f33;
}
.ua-search-hits button:last-child { border-bottom: 0; }
.ua-search-hits button small {
  display: block;
  color: #5b6f82;
  font-size: 11px;
  font-weight: 500;
  margin-top: 2px;
}
.ua-search-empty {
  padding: 12px 14px;
  color: #5b6f82;
  font-size: 13px;
}
.ua-search input {
  flex: 1 1;
  border: 0;
  outline: none;
  font: inherit;
  font-size: 15px;
  background: transparent;
}
.ua-search button {
  background: transparent;
  border: 0;
  padding: 6px;
  min-width: 36px;
  min-height: 36px;
  color: #003366;
  display: grid;
  place-items: center;
}
.ua-search button.on { color: #1e6bb8; }
.ua-chips {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}
.ua-chips::-webkit-scrollbar { display: none; }
.ua-chip {
  /* Six chips plus five 3px gaps stay inside the search bar; they only shrink on narrow phones. */
  flex: 0 1 73px;
  width: 73px;
  max-width: 73px;
  min-width: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #fff;
  border: 1px solid #cdd8e4;
  border-radius: 999px;
  padding: 7px 0;
  font-weight: 600;
  font-size: 12.2px;
  line-height: 1.1;
  color: #003366;
  white-space: nowrap;
  overflow: hidden;
}
.ua-chip svg { width: 13.5px; height: 13.5px; flex-shrink: 0; }
@media (max-width: 420px) {
  .ua-chip { font-size: 10.5px; padding: 6px 0; }
  .ua-chip svg { width: 12px; height: 12px; }
}
.ua-chip.on {
  background: #003366;
  color: #fff;
  border-color: #003366;
}
.ua-locate {
  position: absolute;
  z-index: 1100;
  right: 12px;
  top: 108px;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 51, 102, 0.14);
  display: grid;
  place-items: center;
  color: #003366;
}

.ua-tabbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e6eef6;
  padding: 6px 8px calc(8px + env(safe-area-inset-bottom));
  z-index: 8;
  box-sizing: border-box;
}
.ua-tabbar button {
  background: transparent;
  border: 0;
  flex: 0 0 var(--ua-tab);
  width: var(--ua-tab);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #5b6f82;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 4px 0;
}
.ua-tabbar button.on { color: #003366; }
.ua-tab-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.ua-tabbar button.on .ua-tab-icon { background: #e8f1fa; }

.ua-screen {
  flex: 1 1;
  overflow: auto;
  background: #fff;
  width: 100%;
}
.ua-profile,
.ua-fav-list,
.ua-detail,
.ua-session,
.ua-garage {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.ua-fav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 28px 80px;
  min-height: 100%;
}
.ua-fav h1 { margin: 0 0 24px; font-size: 22px; font-weight: 700; color: #003366; }
.ua-fav p { max-width: 280px; color: #0b1f33; line-height: 1.45; font-size: 15px; }
.ua-fav-list { padding: 16px 16px 32px; display: grid; grid-gap: 10px; gap: 10px; }
.ua-fav-list h1 { text-align: center; font-size: 22px; margin: 8px 0 16px; color: #003366; }

.ua-profile { padding: 16px 16px 32px; }
.ua-hero {
  background: #003366;
  color: #fff;
  border-radius: 22px;
  padding: 20px 20px 8px;
  position: relative;
  overflow: hidden;
  background-image:
    repeating-linear-gradient(60deg, rgba(255,255,255,.06) 0 12px, transparent 12px 24px),
    repeating-linear-gradient(-60deg, rgba(30, 107, 184, .25) 0 10px, transparent 10px 22px);
}
.ua-hero .name { font-size: 22px; font-weight: 700; margin: 0; }
.ua-hero .mail { color: #b8d4ee; font-size: 13px; margin: 4px 0 18px; }
.ua-hero .bal-label { color: #9fd4ff; font-weight: 600; font-size: 14px; margin: 0; }
.ua-hero .bal { font-size: 36px; font-weight: 800; margin: 2px 0 14px; letter-spacing: -0.03em; }
.ua-add-funds {
  background: #fff !important;
  color: #003366 !important;
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
}
.ua-tx-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 16px 0 12px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.ua-tx-link span { margin-left: auto; }

.ua-row, .ua-box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 14px 4px;
  font: inherit;
  font-weight: 600;
  color: #0b1f33;
  text-align: left;
}
.ua-row svg, .ua-box svg { flex-shrink: 0; }
.ua-row span, .ua-box span { margin-left: auto; color: #1e6bb8; }
.ua-box {
  border: 1px solid #e6eef6;
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 8px;
}
.ua-section { font-size: 14px; color: #003366; margin: 18px 4px 4px; font-weight: 500; }
.ua-car {
  background: #f4f8fc;
  border-radius: 14px;
  padding: 12px 16px;
  margin: 0 0 8px 40px;
  line-height: 1.3;
  font-weight: 700;
}

.ua-detail, .ua-session { padding: 20px 20px 32px; }
.ua-detail input, .ua-scan input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cdd8e4;
  font: inherit;
  margin: 8px 0;
}
.ua-detail h1, .ua-session h1 { margin: 0 0 8px; font-size: 24px; color: #003366; }
.ua-back {
  background: transparent;
  border: 0;
  font-weight: 700;
  padding: 0 0 12px;
  color: #003366;
}
.ua-detail .ua-primary, .ua-session .ua-primary, .ua-garage .ua-primary {
  background: #003366;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 14px;
  font-weight: 700;
  width: 100%;
  margin-top: 8px;
}
.ua-ghost {
  background: transparent;
  border: 1px solid #cdd8e4;
  color: #003366;
  border-radius: 999px;
  padding: 12px;
  font-weight: 700;
  width: 100%;
  margin-top: 8px;
}
.ua-card {
  background: #f4f8fc;
  border-radius: 16px;
  padding: 16px;
  margin-top: 12px;
}
.ua-list { padding: 16px 16px 32px; }
.ua-list h1 { font-size: 22px; text-align: center; color: #003366; }
.ua-list p { margin: 8px 0; padding-bottom: 8px; border-bottom: 1px solid #e6eef6; }

/* Monri checkout look */
.monri {
  min-height: 100%;
  background: #eef1f4;
  padding: 16px 16px 32px;
  display: flex;
  flex-direction: column;
}
.monri-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.monri-logo {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 22px;
  color: #003366;
  font-family: Arial, sans-serif;
}
.monri-test {
  background: #f5c518;
  color: #003366;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 4px;
}
.monri-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(15, 35, 60, .12);
  padding: 22px 20px 18px;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.monri-merchant { margin: 0; color: #5b6b7c; font-size: 13px; font-weight: 600; }
.monri-amt { margin: 4px 0 4px; font-size: 32px; font-weight: 800; color: #1b2430; }
.monri-info { margin: 0 0 18px; color: #7a8794; font-size: 13px; }
.monri label { display: grid; grid-gap: 6px; gap: 6px; font-size: 12px; font-weight: 700; color: #5b6b7c; margin-bottom: 12px; }
.monri input {
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  padding: 12px 12px;
  font: 15px/1.2 Consolas, "Courier New", monospace;
  background: #fbfcfe;
}
.monri-pan { position: relative; }
.monri-brands {
  position: absolute;
  right: 10px; top: 50%;
  transform: translateY(-50%);
  display: flex; gap: 4px;
}
.monri-brands i {
  display: inline-block;
  height: 18px;
  min-width: 28px;
  border-radius: 3px;
  font-style: normal;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 0 4px;
}
.monri-visa { background: #1a1f71; }
.monri-mc { background: #eb001b; }
.monri-row { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 12px; gap: 12px; }
.monri-pay {
  width: 100%;
  background: #003366;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 14px;
  font-weight: 800;
  font-size: 15px;
  margin-top: 6px;
}
.monri-pay:disabled { opacity: .6; }
.monri-secure, .monri-foot {
  text-align: center;
  color: #7a8794;
  font-size: 12px;
  margin: 12px 0 0;
}
.monri-amounts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.monri-amounts button {
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 700;
  color: #1b2430;
}
.monri-amounts button.on { background: #003366; color: #fff; border-color: #003366; }

.ua-profile .ua-lang { justify-content: stretch; margin: 8px 0 0; }
.ua-profile .ua-lang button { flex: 1 1; }
.ua-garage { padding: 16px 16px 32px; }
.ua-garage input { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid #cdd8e4; margin-bottom: 8px; font: inherit; }

.ua-filter-pop {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px 12px;
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.14);
}
.ua-filter-pop p { margin: 0 0 10px; font-weight: 700; color: #003366; font-size: 13px; }
.ua-dual-wrap { position: relative; height: 36px; margin: 4px 0 8px; cursor: pointer; }
.ua-dual-track {
  position: absolute;
  left: 0; right: 0; top: 15px;
  height: 6px;
  background: #e6eef6;
  border-radius: 99px;
  pointer-events: none;
}
.ua-dual-fill {
  position: absolute;
  top: 15px;
  height: 6px;
  background: #1e6bb8;
  border-radius: 99px;
  pointer-events: none;
}
.ua-dual-wrap input[type="range"] {
  position: absolute;
  left: 0;
  width: 100%;
  top: 6px;
  margin: 0;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  height: 24px;
}
.ua-dual-wrap input[type="range"]:nth-of-type(1) { z-index: 3; }
.ua-dual-wrap input[type="range"]:nth-of-type(2) { z-index: 4; }
.ua-dual-wrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 6px;
  border: 0;
}
.ua-dual-wrap input[type="range"]::-moz-range-track {
  background: transparent;
  height: 6px;
  border: 0;
}
.ua-dual-wrap input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #003366;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 51, 102, 0.3);
  cursor: pointer;
}
.ua-dual-wrap input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #003366;
  border: 3px solid #fff;
  cursor: pointer;
}
.ua-dual-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #1e6bb8;
}

.ua-sheet {
  position: absolute;
  z-index: 1200;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: var(--ua-controls);
  background: #fff;
  border-radius: 20px;
  padding: 16px 16px 14px;
  box-shadow: 0 12px 32px rgba(0, 51, 102, 0.2);
  box-sizing: border-box;
}
.ua-sheet h2 { margin: 0 0 4px; font-size: 18px; color: #003366; }
.ua-sheet .ua-sheet-meta { margin: 0 0 4px; color: #5b6f82; font-size: 13px; }
.ua-sheet .ua-sheet-status { margin: 0 0 12px; font-weight: 700; color: #1e6bb8; font-size: 13px; }
.ua-sheet-btns { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; gap: 8px; }
.ua-sheet-btns button {
  border: 0;
  border-radius: 999px;
  padding: 12px 10px;
  font-weight: 700;
  font-family: inherit;
}
.ua-sheet-btns .ua-primary { background: #003366; color: #fff; }
.ua-sheet-btns .ua-ghost { background: #f4f8fc; color: #003366; }
.ua-sheet-maps,
.ua-sheet-fav {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f4f8fc;
  color: #003366;
}
.ua-maps-pick {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  margin-top: 8px;
}
.ua-maps-pick button {
  border: 0;
  background: #e8f1fa;
  color: #003366;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.ua-maps-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ua-sheet-btns button:disabled,
.ua-primary:disabled,
.ua-ghost:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.ua-sheet-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 20px;
  color: #5b6f82;
  line-height: 1;
}

.ua-qr-fab {
  position: absolute;
  z-index: 1100;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #003366;
  color: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(0, 51, 102, 0.35);
  display: grid;
  place-items: center;
}
.ua-qr-fab svg { width: 36px; height: 36px; }

.ua-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 51, 102, 0.45);
  padding: 24px;
}
.ua-modal-card {
  width: min(360px, 100%);
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px 20px;
  box-shadow: 0 16px 40px rgba(0, 51, 102, 0.28);
  text-align: center;
}
.ua-modal-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #003366;
}
.ua-modal.err .ua-modal-card h2 { color: #b42318; }
.ua-modal-card p {
  margin: 0 0 18px;
  color: #5b6f82;
  line-height: 1.45;
  font-size: 15px;
}
.ua-modal-card .ua-primary {
  width: 100%;
  border: 0;
  background: #003366;
  color: #fff;
  border-radius: 999px;
  padding: 12px;
  font-weight: 700;
  font-family: inherit;
}

.ua-fav-icon {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: #f4f8fc;
  display: grid;
  place-items: center;
  margin: 8px 0 16px;
}

.tap small { display: block; margin-top: 8px; font-weight: 500; }

