:root{
  --primary:#2278FF;
  --bg:#ffffff;
  --sheet-radius: 24px;
  --border: rgba(15,23,42,.10);

  --flutter-safe-top: env(safe-area-inset-top, 0px);
  --flutter-safe-bottom: env(safe-area-inset-bottom, 0px);

  --safe-top: var(--flutter-safe-top);
  --safe-bottom: var(--flutter-safe-bottom);

  --sheet-safe-bottom: var(--safe-bottom);

  --nav-partial-visible-height: 312px;

  --ai-stop-1: #2278FF;
  --ai-stop-2: #1B63E5;
  --ai-stop-3: #6BA6FF;
  --ai-grad: linear-gradient(135deg, #2278FF 0%, #2278FF 45%, #1B63E5 100%);
  /* 보라-핑크 conic(=AI 클리셰) 대신 단일 브랜드 블루의 명도차만 쓴다. */
  --ai-grad-conic: linear-gradient(135deg, #4A8DFF 0%, #2278FF 55%, #1B63E5 100%);
  --ai-grad-soft: rgba(34,120,255,.07);
  --ai-shadow: 0 4px 12px rgba(15,23,42,.10);
  --ai-shadow-strong: 0 8px 24px rgba(15,23,42,.14);
}

html {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
[role="button"],
.filter-chip,
.badge,
.mic-btn,
.clear-btn,
.my-location-btn,
.event-card {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-x: hidden;
  font-family: Pretendard Variable, Pretendard, system-ui, -apple-system, Segoe UI, Roboto, 'Noto Sans KR', Arial, sans-serif;
  background: #fff;
  position: relative;
  max-width: none;
  box-shadow: none;
}

#app, #map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#map{
  position:relative;
  z-index:1;
}

#topbar{
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--safe-top) + 4px);
  display: block;
  padding: 0 12px;
  z-index: 3000;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

#actionSheet{
  transition: opacity 0.2s ease;
}

#topbar .topbar-inner{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
z-index: auto;
}

#topbar .search{
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}



.my-location-btn{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  display: flex;
  place-items: center;
  justify-content: center;
  cursor: pointer;
  touch-action: manipulation;
  position: absolute;
  z-index: 2000;
}
    .my-location-btn:active { transform: scale(0.98); }


@property --bs-ang {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

.search{
  position:relative;
  flex:1 1 auto;
  background:rgba(255,255,255,0.86);
  border-radius:16px;
  display:flex;
  flex-direction: column;
  padding:8px 12px 14px;
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(15,23,42,0.08);
  overflow: visible;
  isolation: isolate;
  transition: box-shadow 180ms ease;
}

.search .search-glow {
  pointer-events: none;
  position: absolute;
  inset: -1.5px;
  border-radius: inherit;
  padding: 1.5px;
  background: transparent;
  border: 1.5px solid var(--primary);
  box-sizing: border-box;
  z-index: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.search.is-focused,
.search.is-typing {
  box-shadow: 0 4px 16px rgba(15,23,42,0.10);
}
.search.is-focused .search-glow,
.search.is-typing .search-glow {
  opacity: 1;
}

.search-row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.search-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  position: relative;
}
.search-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 220ms ease;
}
button, input, textarea, select, optgroup { font-family: inherit; }

.search input{
  flex:1 1 auto;
  border:0;
  outline:0;
  background:transparent;
  padding:8px 8px;
  font-family: inherit;
  font-size:15.5px;
  font-weight: 600;
  color: #0F172A;
  min-width:0;
  letter-spacing: -0.2px;
  transition: opacity 200ms ease;
}
.search input::placeholder {
  color: #94A3B8;
  font-weight: 600;
  transition: opacity 220ms ease;
}
.search.ph-fading input::placeholder {
  opacity: 0;
}


.search .filter-chips-row {
  position: relative;
  margin-top: 8px;
  padding: 0;
  gap: 6px;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
}
.search .filter-chip {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: -0.2px;
  white-space: nowrap;
  background: rgba(148, 163, 184, 0.14) !important;
  color: #94A3B8 !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  cursor: pointer;
  user-select: none;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.search .filter-chip:hover {
  color: #64748B !important;
}
.search .filter-chip.active {
  background: #2278FF !important;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}
.search .filter-chip.active[data-filter="월정기"] {
  background: #8B5CF6 !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}

.search .filter-chip.filter-chip-brand[data-filter="오늘주차"] {
  background: rgba(34,120,255,0.14) !important;
  color: #2278FF !important;
  border: 1px solid rgba(34,120,255,0.32) !important;
}
.search .filter-chip.filter-chip-brand[data-filter="월정기"] {
  background: rgba(139,92,246,0.14) !important;
  color: #8B5CF6 !important;
  border: 1px solid rgba(139,92,246,0.32) !important;
}
.search .filter-chip.filter-chip-brand.active[data-filter="오늘주차"] {
  background: #2278FF !important; color: #fff !important;
  border-color: #2278FF !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}
.search .filter-chip.filter-chip-brand.active[data-filter="월정기"] {
  background: #8B5CF6 !important; color: #fff !important;
  border-color: #8B5CF6 !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}
.search .filter-chip-divider {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  margin: 3px 4px;
  background: rgba(148,163,184,0.40);
  border-radius: 1px;
}

.search .filter-chips-row {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.search .filter-chips-row::-webkit-scrollbar { display: none; }

.search .filter-chip.active[data-cat="공영"] {
  background: #14B8A6 !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}
.search .filter-chip.active[data-cat="무료"] {
  background: #6B7280 !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}
.search .filter-chip.active[data-cat="????"] {
  background: #64748B !important;
  box-shadow: 0 1px 2px rgba(15,23,42,0.08) !important;
}


.search .ai-btn,
.search .clear-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  border: 0;
  flex:0 0 auto;
  transition: background-color 180ms ease, transform 160ms ease, color 180ms ease, box-shadow 180ms ease;
}

.search .ai-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  margin-right: 4px;
  margin-left: 2px;
  position: relative;
}
.search .ai-btn svg {
  width: 26px;
  height: 26px;
  transition: transform 160ms ease;
}
.search .ai-btn:hover {
  background: rgba(34,120,255,0.08);
}
.search .ai-btn:active { transform: scale(0.94); }
.search .ai-btn.active {
  background: rgba(34,120,255,0.12);
}

.search .clear-btn{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color:#475569;
  background:rgba(15,23,42,0.06);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.search .clear-btn:hover {
  background: rgba(15,23,42,0.10);
  color: #0F172A;
}
.search .clear-btn:active { transform: scale(0.92); }

.search-dropdown{
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  max-height: 40vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  z-index: 999999;
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
}

#searchDropdown{
  position: absolute !important;
  top: calc(100% + 2px) !important;
  left: 0 !important;
  right: 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 999999 !important;
}

.search-dropdown .item {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 16px;
  font-size:14px;
  font-weight:600;
  color:#0f172a;
  cursor:pointer;
}
.search-dropdown .item:hover { background:#f1f5f9; }

.search-dropdown .item-left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  gap: 3px;
}
.search-dropdown .suggest-name {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.search-dropdown .suggest-name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.search-dropdown .suggest-address {
  font-size: 11px;
  color: #8C94A4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  width: 100%;
}
.search-dropdown .partner-pill {
  background: #E8F0FE;
  color: #2278FF;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 4px;
  letter-spacing: -0.3px;
  flex-shrink: 0;
}
.search-dropdown .icon-right {
  margin-left: 8px;
  color: #94a3b8;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
mark { background: #ffec99; padding:0; border-radius:4px; }

#topbar .topbar-inner #searchBar{
  position: relative;
  z-index: 2300;
}

#MyLocation{
  z-index: 1 !important;
}


#topbar .topbar-inner #MyLocation{
  position: absolute;
  left: 10px;
  top: calc(100% + 8px);

  right: auto !important;
  bottom: auto !important;

  width: 44px;
  height: 44px;
  border-radius: 16px;

 
  display: grid;
  place-items: center;
}


.user-pill{
  padding:7px 12px;
  border-radius:999px;
  background: rgba(34,120,255,.92);
  color:#fff;
  font-weight:700;
  border: 1px solid rgba(255,255,255,.35);
}
.dest-pill{
  padding:7px 12px;
  border-radius:999px;
  background: rgba(34,120,255,.92);
  color:#fff;
  font-weight:700;
  border: 1px solid rgba(255,255,255,.35);
}

.bs-overlay-marker{
  position: relative;
  display: inline-block;
  pointer-events:auto !important;
}
.bs-overlay-marker *{
  pointer-events:auto !important;
}

.special-deal-pill {
  position: absolute;
  top: -10px;
  left: -8px;
  background: #FFF6E6;
  color: #B45309;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(15,23,42,0.10);
  white-space: nowrap;
  z-index: 10;
  border: 1.5px solid #fff;
  letter-spacing: -0.2px;
}

.price-marker{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.2px;
  user-select:none;
  -webkit-user-select:none;
}

.price-marker.outline{
  background: rgba(255,255,255,.90);
  border: 2px solid rgba(34,120,255,.95);
  color: rgba(34,120,255,.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.price-marker.brand{
  background: rgba(34,120,255,.95);
  border: 2px solid rgba(255,255,255,.42);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.price-marker.selected{
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  box-shadow:
    0 0 0 4px rgba(34, 120, 255, .28),
    0 8px 18px rgba(34, 120, 255, .35) !important;
}

.price-marker.type-hourly{
  background: rgba(58,134,255,.95);
  border: 2px solid rgba(255,255,255,.50);
  color: #fff;
}
.price-marker.type-daily{
  background: rgba(16,185,129,.95);
  border: 2px solid rgba(255,255,255,.50);
  color: #fff;
}
.price-marker.type-free{
  background: rgba(107,114,128,.90);
  border: 2px solid rgba(255,255,255,.40);
  color: #fff;
}
.price-marker.type-kakao{
  background: rgba(71,85,105,.92);
  border: 2px solid rgba(255,255,255,.45);
  color: #fff;
}
.price-marker.type-monthly{
  background: rgba(139,92,246,.95);
  border: 2px solid rgba(255,255,255,.50);
  color: #fff;
}
.price-marker.partnered.type-hourly,
.price-marker.partnered.type-daily,
.price-marker.partnered.type-free{
  background: #2563EB !important;
  border: 2px solid #FFFFFF !important;
}
.price-marker.kakao-enriched{
  background: rgba(4,120,87,.96);
  border: 2px solid #ffffff;
  color: #fff;
  gap: 5px;
  padding: 0 10px 0 4px;
  box-shadow: 0 2px 6px rgba(15,23,42,.18);
}
.price-marker .km-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,.18);
  flex: 0 0 auto;
  border: 1.5px solid rgba(255,255,255,.85);
}
.price-marker .km-thumb-empty{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}
.price-marker .km-price{
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.price-marker.with-media{
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding-left: 5px;
}
.price-marker.with-media .pm-pricewrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.price-marker.multi-price.thumb-multi{
  flex-direction: column;
  align-items: stretch;
  padding: 5px 10px;
}
.price-marker.thumb-multi .pm-head{
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 3px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,.30);
}
.price-marker.thumb-multi .pm-headprice{
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.price-marker.thumb-multi .pm-row{
  justify-content: center;
}

.kakao-search-pin{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(71,85,105,.92);
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.28);
  cursor: pointer;
}

.user-photo-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1.5px dashed #93b4fb;
  border-radius: 12px;
  background: #f3f7ff;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: background .12s ease, border-color .12s ease;
}
.user-photo-btn:active{ background: #e6efff; border-color:#2563eb; }
.user-photo-btn i{ color: #2563eb; }

.map-preview-card{
  position: absolute;
  bottom: calc(var(--nav-partial-visible-height, 312px) + 12px);
  right: 10px;
  z-index: 4000;
  width: 150px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
  cursor: pointer;
  animation: mpFadeIn .16s ease-out;
}
@keyframes mpFadeIn{ from{ opacity:0; transform: translateY(-6px); } to{ opacity:1; transform:none; } }
.map-preview-card .mp-photo{
  width: 100%;
  height: 100px;
  background: #eef0f2;
}
.map-preview-card .mp-photo img,
.map-preview-card .mp-photo video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.map-preview-card .mp-meta{ padding: 7px 9px 9px; }
.map-preview-card .mp-name{
  font-weight: 800;
  font-size: 12px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-preview-card .mp-count{
  font-size: 11px;
  font-weight: 700;
  color: #047857;
  margin-top: 2px;
}
.map-preview-card.upload-mode{ border: 1.5px dashed #94a3b8; }
.map-preview-card.upload-mode .mp-photo{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
}
.map-preview-card.upload-mode .mp-photo img{ display: none; }
.map-preview-card.upload-mode .mp-photo::after{ content: "📷"; font-size: 30px; }
.map-preview-card.upload-mode .mp-count{ color: #2563eb; }

.map-preview-card .mp-close{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.price-marker.multi-price{
  height: auto;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.pm-row{
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1.25;
  white-space: nowrap;
}
.pm-lbl{
  font-size: 9px;
  font-weight: 700;
  opacity: 0.72;
  min-width: 14px;
}
.pm-row.pm-main{
  font-size: 14px;
  align-self: center;
  padding-bottom: 3px;
  margin-bottom: 1px;
  border-bottom: 1px solid rgba(255,255,255,0.30);
  width: 100%;
  justify-content: center;
}
.price-marker.multi-price:has(.pm-row:nth-child(3)){
  font-size: 10px;
  padding: 4px 10px;
}

.filter-chips-row{
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0 2px;
}
.filter-chips-row::-webkit-scrollbar{ display: none; }

.filter-chip{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.filter-chip:active{ transform: scale(0.96); }




#actionSheet .as-inner{
  flex: 0 0 auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  padding: 0;
}

.as-section{ margin-top: 6px; }
.as-title{
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 6px 2px 10px;
  padding-left: 10px;
}

.as-title.empty{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 12px 18px;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.2px;
  text-align: center;
}
.as-title.empty .empty-icon{
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #EAF2FF;
  color: #2278FF;
  flex-shrink: 0;
}
.as-title.empty .empty-icon svg{
  width: 20px;
  height: 20px;
}

.as-cards,
.event-cards,
.img-carousel{
  scrollbar-width: none;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
}

.as-cards *,
.event-cards *,
.img-carousel *{
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-drag: none !important;
}

.as-cards::-webkit-scrollbar,
.event-cards::-webkit-scrollbar,
.img-carousel::-webkit-scrollbar{
  display:none;
}

#actionSheet{
  position: fixed;
  left: 0; right: 0; bottom: 0;

  height: calc(var(--sheet-h, 50vh) + var(--sheet-safe-bottom));
  max-height: calc(var(--sheet-h, 50vh) + var(--sheet-safe-bottom));

  background: rgba(255,255,255,.92);
  border-radius: var(--sheet-radius) var(--sheet-radius) 0 0;
  border: 1px solid rgba(15,23,42,.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 3000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  padding-bottom: var(--sheet-safe-bottom);
  box-sizing: border-box;
  transition: height 380ms cubic-bezier(.22,.61,.36,1),
              max-height 380ms cubic-bezier(.22,.61,.36,1),
              transform .35s cubic-bezier(.2, .85, .25, 1),
              opacity 0.2s ease;
}

.as-grab-area{
  flex: 0 0 auto;
  height: 20px;
  width: 100%;
  cursor: grab;
  touch-action: none;
}


#badges.as-cards{
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 6px;
}

.badge{
  position: relative;
  flex: 0 0 auto;
  width: 230px;
  min-height: 132px;
  border-radius: 16px;
  padding: 14px 14px 14px 14px;
  background: #2278FF;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.10);
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 200ms ease;
}
.badge:hover{
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}
.badge:active{ transform: scale(0.98); }

.badge.partner{
  background: #1B66E0;
}

.b-partner-stripe{ display: none; }

.b-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.b-name{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #ffffff;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-pill{
  position: relative;
  flex: 0 0 auto;
  padding: 3px 9px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #B45309;
  background: #FFF6E6;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
}

.b-meta{
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.1px;
}

.b-divider{
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin: 4px 0 2px;
}

.b-hero{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #ffffff;
}

.b-tiers{
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.b-tier-row{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.b-tier-lbl{
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.1px;
}
.b-tier-val{
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
}

.event-cards{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
}

.event-card{
  flex: 0 0 auto;
  width: 240px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  overflow: hidden;
  box-shadow: none;
}

.event-img{
  height: 140px;
  background-size: cover;
  background-position: center;
  background-color: #eef2ff;
}

.event-meta{
  padding: 10px 12px 12px;
}

.event-name{
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.as-title-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.bs-pill {
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  white-space: nowrap;
  line-height: 1.1;
  transform: translateY(-3px);
  user-select: none;
}

.sheet-handle-bar {
  display: none !important;
  width: 36px;
  height: 4px;
  background: rgba(15, 23, 42, 0.15);
  border-radius: 2px;
  margin: 10px auto 0;
}
.sheet-dragging {
  cursor: grabbing !important;
}
.sheet-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
}

.event-chip{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
}
.event-chip.blue{ background:#eef2ff; color:#1e3a8a; border:1px solid #dbeafe; }
.event-chip.gray{ background:#f1f5f9; color:#334155; border:1px solid #e5e7eb; }

.as-bottom-spacer{ height: 6px; }

#eventsSection{
  max-height: 420px;
  opacity: 1;
  margin-top: 6px;
  transition: max-height .28s cubic-bezier(.2,.9,.2,1),
              opacity .18s ease,
              margin .28s cubic-bezier(.2,.9,.2,1);
  overflow: hidden;
}
#actionSheet.events-collapsed{
  height: calc(var(--sheet-h, 22vh) + var(--sheet-safe-bottom)) !important;
  max-height: calc(var(--sheet-h, 22vh) + var(--sheet-safe-bottom)) !important;
}

#actionSheet.events-collapsed #eventsSection{
  max-height: 0 !important;
  opacity: 0 !important;
  margin-top: 0 !important;
  pointer-events: none !important;
}

#navBottomSheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 94vh;
  max-height: 94vh;
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.2, .85, .25, 1);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  z-index: 5000;
  overflow: visible;
  box-sizing: border-box;
}

#navBottomSheet.partial {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  transform: translateY(calc(94vh - var(--nav-partial-visible-height))) !important;
}

#navBottomSheet.show {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

#navBottomSheet.partial #navExpanded {
  display: none !important;
}

#navBottomSheet.show #navExpanded {
  display: block !important;
}

.nav-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
  z-index: 3500;
}
.nav-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}


.nav-sheet-inner{
  width: 100%;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow: hidden;
  border-radius: inherit;
}

.nav-grab-area{
  flex: 0 0 auto;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  cursor: grab;
  touch-action: none;
}
.nav-grab-area:active { cursor: grabbing; }

.nav-header{
  position: relative;
  padding: 38px 20px 10px;
  flex: 0 0 auto;
}

.nav-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.parking-title{
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  text-align: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.op-status-pill {
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.op-status-pill.open { background: #EEF5FF; color: #2278FF; }
.op-status-pill.closed { background: #FEE2E2; color: #EF4444; }

.nav-title-left { display: flex; align-items: center; gap: 8px; min-width: 0; flex: 1; }
.nav-title-right { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.nav-title-left #navBottomSheetTitle.parking-title { flex: 0 1 auto !important; min-width: 0; }
.nav-price-pill.is-verifying { background: #F59E0B; }
.nav-price-pill.is-onsite { background: #6B7280; }
.nav-price-pill.is-slot {
  cursor: pointer;
  padding: 4px 11px;
  background: #eef4ff;
  color: #1d4ed8;
  border: 1px solid #bcd1fb;
  font-weight: 800;
}
.nav-price-pill.is-slot::before { content: '✏️'; margin-right: 4px; font-size: 11px; }
.nav-price-pill.is-slot:active { background: #e0ebff; }


.nav-price-pill {
  flex: 0 0 auto;
  padding: 4px 11px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background: #2563EB;
  color: #fff;
}

.nav-address-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}


.nav-buttons{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 100%;
  margin-top: 10px;
}

.nav-button{
  width: 100%;
  padding: 10px 6px;
  border-radius: 16px;
  cursor:pointer;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  gap:6px;
}

.nav-button img{
  width: 22px;
  height: 22px;
}

.nav-button span{
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  color:#0f172a;
}

.divider{
  height:1px;
  background: rgba(15,23,42,.10);
  margin: 14px 0 8px;
}

#navExpanded{
  flex:1 1 auto;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding: 0 18px 24px;
}

#navExpanded{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#navExpanded::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}


.section-title{
  font-size:14px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.img-carousel{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding:10px 2px;
}
.img-item{
  position:relative;
  flex:0 0 auto;
  width:72%;
  max-width:420px;
  height:180px;
  border-radius:16px;
  overflow:hidden;
  background:#f1f5f9;
}
.img-item img, .img-item video{ width:100%; height:100%; object-fit:cover; display:block; }
.img-del{
  position:absolute; top:8px; right:8px; z-index:2;
  width:28px; height:28px; border:0; border-radius:50%;
  background:rgba(17,24,39,.6); color:#fff;
  font-size:18px; font-weight:700; line-height:1;
  display:grid; place-items:center; cursor:pointer;
  -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px);
}
.img-del:active{ background:rgba(190,40,52,.92); }

.bs-modal-btn.danger{ background:#dc2626; color:#fff; }
.bs-modal-btn.danger:active{ filter:brightness(.94); }

.capacity-box{
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  padding:12px;
  background: rgba(255,255,255,.70);
}
.capacity-row{ display:flex; justify-content:space-between; font-size:13px; }
.capacity-row .k{ color:#334155; font-weight:800; }
.capacity-row .v{ color:#0f172a; font-weight:700; }

.pay-modes{ display:flex; gap:10px; flex-wrap:wrap; }
.pay-chip{
  padding:10px 12px;
  border-radius:999px;
  background:#eef2ff;
  border:1px solid #dbeafe;
  font-weight:700;
  color:#1e3a8a;
  font-size:13px;
}
.pay-chip.disabled{
  filter:blur(2px);
  opacity:.35;
  background:#f1f5f9;
  border-color:rgba(15,23,42,.10);
  color:#334155;
}

.op-table{ border:1px solid rgba(15,23,42,.10); border-radius:16px; overflow:hidden; background: rgba(255,255,255,.70); }
.op-row{ display:flex; justify-content:space-between; padding:12px; font-size:13px; }
.op-row + .op-row{ border-top:1px solid rgba(15,23,42,.06); }
.op-row .k{ color:#334155; font-weight:800; }
.op-row .v{ color:#0f172a; font-weight:700; }

.fee-box{ border:1px solid rgba(15,23,42,.10); border-radius:16px; padding:12px; background: rgba(255,255,255,.70); }
.fee-line{ display:flex; justify-content:space-between; padding:8px 0; font-size:13px; }
.fee-line .k{ color:#334155; font-weight:800; }
.fee-line .v{ color:#0f172a; font-weight:700; }
.fee-muted{ color:#64748b; font-weight:700; }

.sub-box{ display:flex; flex-direction:column; gap:10px; }
.sub-card{ border:1px solid rgba(15,23,42,.10); border-radius:16px; padding:12px; background: rgba(255,255,255,.70); }
.sub-card .t{ font-weight:700; color:#0f172a; margin-bottom:6px; }
.sub-card .m{ font-weight:700; color:#2278FF; }
.sub-card .p{ font-weight:800; color:#64748b; margin-left:6px; }

.notice-box{
  margin-top: 6px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.70);
}
.notice-title{
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}
.notice-text{
  font-size: 11px;
  line-height: 1.45;
  color: #64748b;
  font-weight: 700;
  word-break: keep-all;
}

.spacer-bottom{ height:22px; }

.toast{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom: 90px;
  background: rgba(34,120,255,.96);
  color:#fff;
  padding:10px 14px;
  border-radius: 16px;
  z-index:5000;
  opacity:0;
  transition: opacity .18s ease;
  font-weight: 700;

  width: fit-content;
  max-width: 85%;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  line-height: 1.4;
}
.toast.show{ opacity:1; }

.search-icon{
  width: 28px;
  height: 28px;
  margin: 0 8px 0 4px;
  flex: 0 0 auto;
  object-fit: contain;
}

.compass-icon{
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

#topbar.dropdown-open #MyLocation{
  z-index: -1 !important;
  pointer-events: none !important;
}

#topbar.dropdown-open{
  z-index: 999999 !important;
}

#searchDropdown{
  z-index: 1000000 !important;
}

body.dropdown-open #MyLocation{
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.drawer-open, html.drawer-open body{
  overflow: hidden !important;
}

html.drawer-open #map,
html.drawer-open #actionSheet,
html.drawer-open #topbar,
html.drawer-open #navBottomSheet{
  pointer-events: none !important;
  touch-action: none !important;
}

#topbar,
#actionSheet,
#navBottomSheet,
#evSheet,
.toast {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

#searchDropdown {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  html {
    background: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body {
    width: 480px;
    max-width: 480px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
  }

  #topbar,
  #actionSheet,
  #navBottomSheet,
  .toast {
    max-width: 480px !important;
    width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
  }

  #searchDropdown {
    max-width: 456px !important;
    width: 456px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
  }

  .bs-toast {
    left: 0 !important;
    right: 0 !important;
    width: 440px !important;
    max-width: 440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.nav-header {
  position: relative !important;
  padding: 0 20px 14px !important;
  flex: 0 0 auto !important;
  text-align: left !important;
}

.nav-title-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  width: 100% !important;
  margin-bottom: 2px !important;
  padding: 0 !important;
}

#navBottomSheetTitle.parking-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  display: inline-block !important;
  flex: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.op-status-pill {
  padding: 4px 10px !important;
  border-radius: 16px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  margin-left: 8px !important;
}
.op-status-pill.open {
  background: #EEF5FF !important;
  color: #2278FF !important;
}
.op-status-pill.closed {
  background: #FEE2E2 !important;
  color: #EF4444 !important;
}

.nav-id-pill {
  background: #2278FF !important;
  color: #FFFFFF !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  margin-left: 6px !important;
  display: none;
}

.nav-address-row {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 12px !important;
}

.nav-address-text {
  font-size: 13px !important;
  color: #64748B !important;
  font-weight: 400 !important;
}

.copy-icon-btn {
  background: none !important;
  border: none !important;
  padding: 4px !important;
  cursor: pointer !important;
  color: #94A3B8 !important;
  display: flex !important;
  align-items: center !important;
}

.nav-action-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.bs-hidden {
  display: none !important;
}

.primary-action-btn.bs-hidden { display: none !important; }

.primary-action-btn {
  width: 100% !important;
  height: 48px !important;
  background: #2278FF !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.primary-action-btn.is-enabled {
  background: #2278FF !important;
  color: #FFFFFF !important;
}

/* 비활성 버튼은 완전히 먹통 — 눌러도 아무 반응 없음.
   예전엔 cursor:pointer 로 눌리게 두고 '준비중입니다' 모달을 띄웠는데,
   할 수 있는 게 없는 안내라 사용자에겐 막다른 길이었다. */
.primary-action-btn.is-disabled {
  background: #E2E8F0 !important;
  color: #94A3B8 !important;
  cursor: default !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.primary-action-btn .sub-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  background: rgba(255,255,255,0.18);
  color: inherit;
}

.primary-action-btn.is-disabled .sub-badge {
  background: rgba(148,163,184,0.18);
}

.public-info-card {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: left !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}
.public-info-card.bs-hidden { display: none !important; }
.public-info-card:active { background: #F1F5F9 !important; }
.public-info-ai {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ai-grad-conic, linear-gradient(135deg, #2278FF 0%, #7C3AED 82%));
  overflow: hidden;
}
.public-info-body {
  flex: 1 1 auto;
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0;
}
.public-info-title {
  font-size: 14px; font-weight: 800; color: #0F172A;
  line-height: 1.3;
}
.public-info-desc {
  font-size: 12px; font-weight: 500; color: #64748B;
  line-height: 1.4;
}

.primary-action-btn.is-waitlist {
  background: #2278FF !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
}
.primary-action-btn.is-twoline {
  flex-direction: column !important;
  gap: 2px !important;
  height: auto !important;
  min-height: 52px !important;
  padding: 8px 12px !important;
  line-height: 1.2 !important;
}
.primary-action-btn .sub-l2 {
  font-size: 11px !important;
  font-weight: 600 !important;
  opacity: 0.92;
  letter-spacing: -0.2px;
}
.primary-action-btn.is-waitlisted {
  background: #EFF6FF !important;
  color: #2278FF !important;
  border: 1px solid #BFDBFE !important;
  font-weight: 700 !important;
  cursor: default !important;
}

.primary-action-btn.not-partnered {
  background: #E2E8F0 !important;
  color: #94A3B8 !important;
  cursor: pointer !important;
}

.nav-buttons {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 4px !important;
}

.nav-button {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 12px !important;
  padding: 8px 0 !important;
}

.nav-button img {
  width: 22px;
  height: 22px;
}

.nav-button span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  color: #0f172a;
}

#navBottomSheet.partial,
#navBottomSheet.show {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

#navBottomSheet .nav-sheet-inner,
#evSheet .nav-sheet-inner {
  width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  box-sizing: border-box !important;
}

#navBottomSheet .nav-header,
#navBottomSheet .nav-action-stack,
#navBottomSheet .nav-buttons,
#navBottomSheet .nav-button,
#navBottomSheet .primary-action-btn,
#evSheet .nav-header,
#evSheet .nav-buttons,
#evSheet .nav-button {
  width: 100% !important;
  box-sizing: border-box !important;
}

#navBottomSheet .nav-buttons,
#evSheet .nav-buttons {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}


.sido-jump{
  display:inline-flex; align-items:center; gap:6px;
  padding:9px 14px; border-radius:999px;
  background:#1d4ed8; color:#fff; cursor:pointer;
  font-weight:800; font-size:15px; line-height:1; white-space:nowrap;
  border:2px solid #fff; box-shadow:0 2px 8px rgba(15,23,42,.16);
  transition:transform .12s ease, background .12s ease;
}
.sido-jump:hover{ transform:scale(1.02); background:#2563eb; }
.sido-jump span{
  font-size:12px; font-weight:700; opacity:.95;
  background:rgba(255,255,255,.22); padding:2px 7px; border-radius:999px;
}

/* 앱의 showBSToast(widgets/bs_toast.dart)와 동일 규격:
   다크 라운드 카드 + 톤은 아이콘 색으로만 구분. 배경색은 톤과 무관하게 고정. */
.bs-toast{
  position:fixed; left:0; right:0; bottom:104px;
  margin:0 auto;
  transform:translateY(10px);
  display:flex; align-items:center; justify-content:center; gap:10px;
  width:calc(100% - 32px); max-width:448px; box-sizing:border-box;
  min-height:48px; padding:14px 16px; border-radius:16px;
  background:rgba(15,23,42,.94); color:#fff;
  font-size:15px; font-weight:500; line-height:1.3; letter-spacing:-.2px;
  box-shadow:0 8px 24px rgba(15,23,42,.18);
  opacity:0; pointer-events:none; z-index:6000;
  transition:opacity .22s ease, transform .24s cubic-bezier(.2,.9,.3,1);
  text-align:center; word-break:keep-all; overflow-wrap:break-word;
}
.bs-toast.show{ opacity:1; transform:translateY(0); }
.bs-toast .bs-toast-ic{
  flex:0 0 auto; width:20px; height:20px;
  display:grid; place-items:center;
  font-size:14px; font-weight:700; line-height:1;
}
/* 톤별 아이콘 색 — 다크 배경 위 가독성을 위한 밝은 변형(앱과 동일 값) */
.bs-toast.is-success .bs-toast-ic{ color:#3DD68C; }
.bs-toast.is-error   .bs-toast-ic,
.bs-toast.is-danger  .bs-toast-ic{ color:#FF7A7E; }
.bs-toast.is-warning .bs-toast-ic{ color:#FFC24B; }

.bs-modal-back{
  position:fixed; inset:0; z-index:7000;
  display:flex; align-items:center; justify-content:center; padding:24px;
  background:rgba(15,23,42,.45);
  -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px);
  opacity:0; transition:opacity .18s ease;
}
.bs-modal-back.show{ opacity:1; }
.bs-modal{
  width:100%; max-width:340px;
  background:#fff; border-radius:16px; padding:20px 18px 16px;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
  transform:translateY(8px) scale(.98); transition:transform .2s cubic-bezier(.2,.9,.3,1);
}
.bs-modal-back.show .bs-modal{ transform:translateY(0) scale(1); }
.bs-modal-title{ font-size:16px; font-weight:700; color:#0f172a; letter-spacing:-.3px; }
.bs-modal-msg{ margin-top:7px; font-size:13px; font-weight:500; color:#64748b; line-height:1.5; }
.bs-modal-field{
  display:flex; align-items:center; gap:6px; margin-top:16px;
  border:1.5px solid #cbd5e1; border-radius:12px; padding:0 14px;
  transition:border-color .12s ease;
}
.bs-modal-field:focus-within{ border-color:#2563eb; }
.bs-modal-input{
  flex:1 1 auto; border:0; outline:0; background:transparent;
  padding:13px 0; font-size:18px; font-weight:800; color:#0f172a; min-width:0;
}
.bs-modal-affix{ flex:0 0 auto; font-size:15px; font-weight:800; color:#64748b; }
.bs-modal-actions{ display:flex; gap:8px; margin-top:16px; }
.bs-modal-btn{
  flex:1 1 0; padding:13px 12px; border-radius:12px;
  font-size:14px; font-weight:800; cursor:pointer; border:0; transition:filter .12s ease, background .12s ease;
}
.bs-modal-btn.ghost{ background:#f1f5f9; color:#475569; }
.bs-modal-btn.ghost:active{ background:#e2e8f0; }
.bs-modal-btn.primary{ background:#2278FF; color:#fff; }
.bs-modal-btn.primary:active{ filter:brightness(.94); }

/* ── 충전소 바텀시트 ─────────────────────────────────────────────────────
   주차장 시트(#navBottomSheet)와 같은 디자인 언어를 쓴다. 표면·모서리 24px·
   그림자·전환 커브가 동일하고, 내부는 .nav-header / .nav-title-row /
   .parking-title / .op-status-pill / .nav-buttons / .divider / .section-title /
   .op-table 를 그대로 재사용한다(중복 정의 금지 — 한쪽만 고쳐져 어긋나는 걸 막는다).
   다른 점은 높이뿐: 충전소 정보는 짧아 94vh 고정이면 빈 여백만 남는다. */
#evSheet{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: auto; max-width: none;
  max-height: 85vh;
  max-height: 85dvh;
  display: flex;
  flex-direction: column;
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.2, .85, .25, 1);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  z-index: 5000;
  box-sizing: border-box;
  padding-bottom: var(--sheet-safe-bottom, 0px);
}
#evSheet.show{ transform: translateY(0); }
#evSheet .nav-sheet-inner{ overflow-y: auto; -webkit-overflow-scrolling: touch; }
#evSheet .nav-header{ padding-top: 0 !important; }
#evSheet .ev-sheet-body{ padding: 0 20px; }
#evSheet .ev-sheet-foot{ height: 16px; }

/* 충전소 성격을 나타내는 상태 pill — 주차장 pill과 같은 크기·굵기·반경을 쓰고
   색만 다르다(초록=일반 충전소, 붉은색=테슬라, 회색=이용 제한). */
.op-status-pill.ev{ background:#E7F7EF; color:#16A34A; }
.op-status-pill.tesla{ background:#FEE2E2; color:#E31937; }
.op-status-pill.limited{ background:#F1F5F9; color:#475569; }


/* 모션 최소화 설정을 켠 사용자에게는 장식성 애니메이션을 끈다. */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
