.tim-makeup-app.tm-store-mode .tm-header {
  display: none;
}
.tim-makeup-app.tm-store-mode .tm-main {
  padding: 0 14px 110px;
}
.tim-makeup-app .tm-store-shell {
  min-height: 100%;
  padding-bottom: 22px;
  background: #fff;
}
.tim-makeup-app .tm-store-shell svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tim-makeup-app .tm-store-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 74px;
  padding: 8px 0 10px;
  border-bottom: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-store-head > a:first-child,
.tim-makeup-app .tm-store-head > button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--tm-color-text);
}
.tim-makeup-app .tm-store-head h1 {
  margin: 0 !important;
  font-size: 18px !important;
}
.tim-makeup-app .tm-store-head p {
  margin: 3px 0 0 !important;
  color: var(--tm-color-muted);
  font-size: 10px;
}
.tim-makeup-app .tm-store-preview {
  display: grid;
  place-items: center;
  gap: 1px;
  min-width: 54px;
  min-height: 48px;
  padding: 4px 6px;
  border-radius: 12px;
  color: var(--tm-primary);
  font-size: 9px;
  font-weight: 750;
}
.tim-makeup-app .tm-store-view[hidden] {
  display: none !important;
}
.tim-makeup-app .tm-store-hero {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin: 16px 0;
  padding: 17px;
  border: 1px solid var(--tm-color-border);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--tm-color-page), var(--tm-color-page));
  box-shadow: 0 8px 24px rgba(56, 32, 39, 0.06);
}
.tim-makeup-app .tm-store-hero > svg {
  width: 54px;
  height: 54px;
  padding: 13px;
  border-radius: 17px;
  background: #fff;
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-hero span {
  color: var(--tm-primary);
  font-size: 10px;
  font-weight: 800;
}
.tim-makeup-app .tm-store-hero h2 {
  margin: 3px 0 !important;
  font-size: 17px !important;
}
.tim-makeup-app .tm-store-hero p {
  margin: 0 !important;
  color: var(--tm-color-muted);
  font-size: 10px;
}
.tim-makeup-app .tm-store-dashboard-cards {
  display: grid;
  gap: 11px;
}
.tim-makeup-app .tm-store-dashboard-cards > button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 84px;
  padding: 14px;
  border: 1px solid var(--tm-color-border);
  border-radius: 17px;
  background: #fff;
  color: var(--tm-color-text);
  text-align: left;
  box-shadow: 0 7px 22px rgba(54, 32, 39, 0.055);
}
.tim-makeup-app .tm-store-dashboard-cards > button::after {
  content: "›";
  color: var(--tm-color-muted);
  font-size: 25px;
}
.tim-makeup-app .tm-store-dashboard-cards > button > svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 15px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-dashboard-cards span {
  display: grid;
  gap: 4px;
}
.tim-makeup-app .tm-store-dashboard-cards strong {
  font-size: 13px;
}
.tim-makeup-app .tm-store-dashboard-cards small {
  color: var(--tm-color-muted);
  font-size: 10px;
}
.tim-makeup-app .tm-store-section-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 72px;
  border-bottom: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-store-section-head > button:first-child {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}
.tim-makeup-app .tm-store-section-head h2 {
  margin: 0 !important;
  font-size: 17px !important;
}
.tim-makeup-app .tm-store-section-head p {
  margin: 3px 0 0 !important;
  color: var(--tm-color-muted);
  font-size: 9px;
}
.tim-makeup-app .tm-store-section-head > span {
  color: var(--tm-color-primary);
  font-size: 9px;
  font-weight: 750;
}
.tim-makeup-app .tm-store-icon-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 12px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
  font-size: 10px;
  font-weight: 800;
}
.tim-makeup-app .tm-store-panel {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid var(--tm-color-border);
  border-radius: 18px;
  background: #fff;
}
.tim-makeup-app .tm-store-panel > label,
.tim-makeup-app [data-service-v3] label {
  display: grid;
  gap: 7px;
  color: var(--tm-color-text);
  font-size: 11px;
  font-weight: 750;
}
.tim-makeup-app .tm-store-panel input:not([type="checkbox"]),
.tim-makeup-app .tm-store-panel textarea,
.tim-makeup-app [data-service-v3] input:not([type="checkbox"]),
.tim-makeup-app [data-service-v3] textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--tm-color-border);
  border-radius: 13px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-store-panel fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.tim-makeup-app .tm-store-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.tim-makeup-app .tm-store-area-grid label {
  position: relative;
}
.tim-makeup-app .tm-store-area-grid input {
  position: absolute;
  opacity: 0;
}
.tim-makeup-app .tm-store-area-grid span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 6px;
  border: 1px solid var(--tm-color-border);
  border-radius: 12px;
  font-size: 9px;
  text-align: center;
}
.tim-makeup-app .tm-store-area-grid input:checked + span {
  border-color: var(--tm-color-border);
  background: var(--tm-color-page);
  color: var(--tm-primary);
  font-weight: 800;
}
.tim-makeup-app .tm-store-location-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border-radius: 14px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-store-location-card > svg {
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-location-card div {
  display: grid;
  gap: 2px;
}
.tim-makeup-app .tm-store-location-card span {
  overflow: hidden;
  color: var(--tm-color-muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-store-location-card button {
  min-height: 38px;
  border: 0;
  border-radius: 11px;
  background: #fff;
  color: var(--tm-primary);
  font-size: 9px;
  font-weight: 850;
}
.tim-makeup-app .tm-store-service-list {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}
.tim-makeup-app .tm-store-service-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  min-height: 104px;
  padding: 10px;
  border: 1px solid var(--tm-color-border);
  border-radius: 17px;
}
.tim-makeup-app .tm-store-service-thumb {
  display: grid;
  place-items: center;
  width: 72px;
  height: 82px;
  overflow: hidden;
  border-radius: 13px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-makeup-app .tm-store-service-card > div:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.tim-makeup-app .tm-store-service-card span {
  width: max-content;
  padding: 3px 7px;
  border-radius: 99px;
  font-size: 8px;
}
.tim-makeup-app .tm-store-service-card .is-live {
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
}
.tim-makeup-app .tm-store-service-card .is-hidden {
  background: var(--tm-color-page);
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-store-service-card strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-store-service-card p {
  margin: 0 !important;
  color: var(--tm-color-muted);
  font-size: 9px;
}
.tim-makeup-app .tm-store-service-card b {
  color: var(--tm-primary);
  font-size: 10px;
}
.tim-makeup-app .tm-store-service-card > button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.tim-makeup-app .tm-store-media-grid figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-store-media-grid img,
.tim-makeup-app .tm-store-media-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-makeup-app .tm-store-media-grid figcaption {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 3px 5px;
  border-radius: 6px;
  background: var(--tm-primary);
  color: #fff;
  font-size: 8px;
}
.tim-makeup-app .tm-store-dropzone {
  display: grid !important;
  place-items: center;
  gap: 5px;
  min-height: 130px;
  padding: 16px;
  border: 1.5px dashed var(--tm-color-border);
  border-radius: 16px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
  text-align: center;
}
.tim-makeup-app .tm-service-editor-v3 {
  padding-bottom: 110px;
}
.tim-makeup-app [data-service-v3] {
  display: grid;
  gap: 12px;
}
.tim-makeup-app .tm-service-image-field [data-service-image-preview] {
  display: grid;
  place-items: center;
  min-height: 150px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-service-image-field img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.tim-makeup-app .tm-service-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.tim-makeup-app .tm-service-category-grid button {
  min-height: 48px;
  padding: 8px;
  border: 1px solid var(--tm-color-border);
  border-radius: 13px;
  background: #fff;
  font-size: 9px;
}
.tim-makeup-app .tm-service-category-grid button[aria-pressed="true"] {
  border-color: var(--tm-color-border);
  background: var(--tm-color-page);
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-package {
  display: grid;
  gap: 11px;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid var(--tm-color-border);
  border-radius: 15px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-store-package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tim-makeup-app .tm-store-package-head button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
}
.tim-makeup-app .tm-store-visibility {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 0 1px;
  padding: 15px;
  border: 1px solid var(--tm-color-border);
  border-radius: 16px;
}
.tim-makeup-app .tm-store-visibility > span {
  display: grid;
  gap: 3px;
}
.tim-makeup-app .tm-store-visibility input {
  width: 44px;
  height: 24px;
  accent-color: var(--tm-primary);
}
.tim-makeup-app .tm-store-sticky-actions {
  position: sticky;
  z-index: 5;
  bottom: 72px;
  display: grid;
  gap: 8px;
  padding: 12px 0;
  background: linear-gradient(transparent, #fff 14%);
}
.tim-makeup-app .tm-btn-danger {
  border: 1px solid #ef9baa !important;
  background: #fff !important;
  color: #c73251 !important;
}
.tim-makeup-app .tm-store-dialog {
  width: min(330px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 20px;
}
.tim-makeup-app .tm-store-dialog::backdrop {
  background: rgba(35, 26, 30, 0.45);
}
.tim-makeup-app .tm-store-dialog form {
  display: grid;
  gap: 12px;
  padding: 20px;
}
.tim-makeup-app .tm-store-dialog form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 370px) {
  .tim-makeup-app.tm-store-mode .tm-main {
    padding-inline: 10px;
  }
  .tim-makeup-app .tm-store-service-card {
    grid-template-columns: 64px minmax(0, 1fr) 40px;
  }
  .tim-makeup-app .tm-store-service-thumb {
    width: 64px;
    height: 76px;
  }
  .tim-makeup-app .tm-service-category-grid {
    grid-template-columns: 1fr;
  }
  .tim-makeup-app .tm-store-head p {
    display: none;
  }
}
.tim-makeup-app .tm-admin-store-picker {
  min-height: 100%;
  padding: 0 4px 100px;
}
.tim-makeup-app .tm-admin-store-list {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}
.tim-makeup-app .tm-admin-store-list > a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 10px;
  border: 1px solid var(--tm-color-border);
  border-radius: 16px;
  background: #fff;
  color: var(--tm-color-text);
  box-shadow: 0 6px 20px rgba(54, 32, 39, 0.05);
}
.tim-makeup-app .tm-admin-store-avatar {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
  font-weight: 850;
}
.tim-makeup-app .tm-admin-store-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-makeup-app .tm-admin-store-list > a > span:nth-child(2) {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.tim-makeup-app .tm-admin-store-list strong,
.tim-makeup-app .tm-admin-store-list small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-admin-store-list strong {
  font-size: 12px;
}
.tim-makeup-app .tm-admin-store-list small {
  color: var(--tm-color-muted);
  font-size: 9px;
}
.tim-makeup-app .tm-admin-store-list > a > b {
  padding: 7px 9px;
  border-radius: 10px;
  background: var(--tm-color-page);
  color: var(--tm-primary);
  font-size: 9px;
}

/* 0.9.169 - account-side admin store picker header parity. */
.tim-makeup-app .tm-admin-store-picker > .tm-store-head {
  position: sticky;
  top: 0;
  z-index: 30;
  box-sizing: border-box;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 0;
  width: auto;
  height: 64px;
  min-height: 64px;
  margin: 0 -4px;
  padding: 0 4px;
  border: 0;
  border-bottom: 1px solid rgba(229, 222, 226, 0.82);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(49, 29, 38, 0.035);
  backdrop-filter: blur(20px) saturate(1.35);
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head > div {
  grid-column: 2;
  min-width: 0;
  text-align: center;
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head h1 {
  margin: 0 !important;
  color: var(--tm-color-text);
  font-size: 17px !important;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: -0.022em;
  white-space: nowrap;
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head p {
  display: none;
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head > [data-admin-store-back] {
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--tm-color-text);
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head > [data-admin-store-back]:hover {
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head > [data-admin-store-back]:active {
  transform: scale(0.92);
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-admin-store-picker > .tm-store-head > [data-admin-store-back] svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tim-makeup-app .tm-store-area-grid .tm-store-area-hint {
  grid-column: 1/-1;
  margin: 0 !important;
  padding: 14px;
  border: 1px dashed var(--tm-color-border);
  border-radius: 13px;
  background: var(--tm-color-page);
  color: var(--tm-color-muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
.tim-makeup-app .tm-store-area-grid .tm-store-area-hint.is-error {
  border-color: #e7a7b4;
  color: #b53551;
}
.tim-makeup-app .tm-store-area-grid span {
  gap: 2px;
}
.tim-makeup-app .tm-store-area-grid span b {
  display: block;
  color: var(--tm-primary);
  font-size: 7px;
  text-transform: uppercase;
}
.tim-makeup-app fieldset.is-locked {
  opacity: 0.78;
}
.tim-makeup-app fieldset.is-locked .tm-store-area-grid {
  pointer-events: none;
}
.tim-makeup-app .tm-store-location-card[role="button"] {
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.tim-makeup-app .tm-store-location-card[role="button"]:hover {
  box-shadow: 0 8px 22px rgba(251, 70, 108, 0.12);
}
.tim-makeup-app .tm-store-location-card[role="button"]:active {
  transform: scale(0.99);
}
.tim-makeup-app .tm-store-location-card[role="button"]:focus-visible {
  outline: 3px solid rgba(251, 70, 108, 0.22);
  outline-offset: 2px;
}
.tim-makeup-app .tm-store-map-dialog {
  width: min(430px, 100%);
  height: min(780px, calc(100dvh - 20px));
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(34, 24, 28, 0.35);
}
.tim-makeup-app .tm-store-map-dialog::backdrop {
  background: rgba(35, 27, 31, 0.5);
  backdrop-filter: blur(3px);
}
.tim-makeup-app .tm-store-map-dialog > section {
  position: relative;
  display: grid;
  grid-template-rows: 62px minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
}
.tim-makeup-app .tm-store-map-dialog header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  padding: 8px 12px;
  background: #fff;
}
.tim-makeup-app .tm-store-map-dialog header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}
.tim-makeup-app .tm-store-map-dialog header h2 {
  margin: 0 !important;
  font-size: 16px !important;
  text-align: center;
}
.tim-makeup-app .tm-store-popup-map {
  position: relative;
  min-height: 360px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-store-popup-pin {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 54px;
  color: var(--tm-primary);
  filter: drop-shadow(0 8px 8px rgba(55, 31, 39, 0.24));
  transform: translate(-50%, -100%);
  pointer-events: none;
}
.tim-makeup-app .tm-store-popup-pin svg {
  width: 42px;
  height: 42px;
  fill: var(--tm-color-primary);
  stroke: #fff;
  stroke-width: 1.3;
}
.tim-makeup-app .tm-store-popup-sheet {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 4px;
  padding: 18px 18px 20px;
  border-radius: 22px 22px 0 0;
  background: #fff;
  box-shadow: 0 -8px 28px rgba(49, 31, 37, 0.1);
}
.tim-makeup-app .tm-store-popup-sheet::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 40px;
  height: 4px;
  border-radius: 99px;
  background: var(--tm-color-border);
  transform: translateX(-50%);
}
.tim-makeup-app .tm-store-popup-sheet > span {
  margin-top: 4px;
  color: var(--tm-color-muted);
  font-size: 9px;
}
.tim-makeup-app .tm-store-popup-sheet > strong {
  font-size: 13px;
}
.tim-makeup-app .tm-store-popup-sheet > small {
  min-height: 30px;
  color: var(--tm-color-muted);
  font-size: 9px;
  line-height: 1.45;
}
.tim-makeup-app .tm-store-popup-sheet .tm-btn {
  margin-top: 8px;
}
@media (max-width: 470px) {
  .tim-makeup-app .tm-store-map-dialog {
    width: 100%;
    height: 100dvh;
    border-radius: 0;
  }
  .tim-makeup-app .tm-store-map-dialog > section {
    grid-template-rows: 60px minmax(0, 1fr) auto;
  }
}
.tim-makeup-app .tm-store-overview {
  display: grid;
  gap: 14px;
  padding: 0 2px 14px;
  color: var(--tm-color-text);
}
.tim-makeup-app .tm-store-overview svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tim-makeup-app .tm-overview-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 66px;
}
.tim-makeup-app .tm-overview-head h1 {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  text-align: center;
  letter-spacing: -0.02em;
}
.tim-makeup-app .tm-overview-head > a,
.tim-makeup-app .tm-overview-head > button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--tm-color-text);
}
.tim-makeup-app .tm-overview-head > a svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.2;
}
.tim-makeup-app .tm-overview-head > button svg {
  width: 25px;
  height: 27px;
}
.tim-makeup-app .tm-overview-bell-dot {
  fill: var(--tm-primary);
  stroke: #fff;
  stroke-width: 1.6;
}
.tim-makeup-app .tm-overview-identity {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 12px 15px;
  border: 1px solid var(--tm-color-border);
  border-radius: 19px;
  background: #fff;
  color: var(--tm-color-text);
  box-shadow: 0 7px 22px rgba(79, 50, 60, 0.035);
  text-decoration: none !important;
}
.tim-makeup-app .tm-overview-avatar {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--tm-color-page), var(--tm-color-soft));
  box-shadow: 0 4px 14px rgba(96, 58, 70, 0.12);
  color: var(--tm-color-primary);
  font-size: 25px;
  font-weight: 850;
}
.tim-makeup-app .tm-overview-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-makeup-app .tm-overview-identity-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.tim-makeup-app .tm-overview-identity-copy > strong {
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-overview-identity-copy > small {
  color: var(--tm-color-muted);
  font-size: 10px;
  line-height: 1.35;
}
.tim-makeup-app .tm-overview-active {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  padding: 4px 8px;
  border-radius: 99px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
  font-size: 9px;
  font-weight: 800;
}
.tim-makeup-app .tm-overview-active i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tm-color-primary);
  box-shadow: 0 0 0 3px var(--tm-color-primary);
}
.tim-makeup-app .tm-overview-identity > svg {
  width: 19px;
  height: 19px;
  color: var(--tm-color-muted);
  stroke-width: 2.1;
}
.tim-makeup-app .tm-overview-panel {
  overflow: hidden;
  border: 1px solid var(--tm-color-border);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(79, 50, 60, 0.028);
}
.tim-makeup-app .tm-overview-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 49px;
  padding: 0 15px;
}
.tim-makeup-app .tm-overview-panel > header h2 {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}
.tim-makeup-app .tm-overview-panel > header button {
  min-height: 34px;
  padding: 6px 12px;
  border: 0;
  border-radius: 12px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
  font-size: 10px;
  font-weight: 800;
}
.tim-makeup-app .tm-overview-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 14px 13px;
  padding: 14px;
  border: 1px solid var(--tm-color-border);
  border-radius: 14px;
  background: #fff;
}
.tim-makeup-app .tm-overview-profile-grid > div {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
}
.tim-makeup-app .tm-overview-profile-grid > div + div {
  padding-left: 16px;
  border-left: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-overview-profile-grid span {
  font-size: 10px;
  font-weight: 700;
}
.tim-makeup-app .tm-overview-profile-grid > div:first-child > strong {
  color: var(--tm-color-primary);
  font-size: 24px;
  line-height: 1.05;
}
.tim-makeup-app .tm-overview-profile-grid > div:last-child > strong {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: var(--tm-color-text);
  font-size: 11px;
  line-height: 1.4;
}
.tim-makeup-app .tm-overview-profile-grid > div:last-child > strong svg {
  flex: 0 0 16px;
  width: 16px;
  height: 18px;
  color: var(--tm-color-primary);
  fill: var(--tm-color-primary);
  stroke: none;
}
.tim-makeup-app .tm-overview-profile-grid small,
.tim-makeup-app .tm-overview-profile-grid p {
  margin: 0 !important;
  color: var(--tm-color-muted);
  font-size: 9px;
  line-height: 1.45;
}
.tim-makeup-app .tm-overview-progress {
  height: 5px;
  margin: 4px 0 2px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-overview-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tm-color-primary), var(--tm-color-primary));
}
.tim-makeup-app .tm-overview-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}
.tim-makeup-app .tm-overview-config-grid > button {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 9px;
  min-height: 80px;
  padding: 10px;
  border: 1px solid var(--tm-color-border);
  border-radius: 14px;
  background: #fff;
  color: var(--tm-color-text);
  text-align: left;
  box-shadow: 0 4px 14px rgba(61, 42, 49, 0.025);
}
.tim-makeup-app .tm-overview-config-grid > button > i {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 13px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.65),
    0 4px 10px rgba(91, 57, 69, 0.08);
}
.tim-makeup-app .tm-overview-config-grid > button > i svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.75;
}
.tim-makeup-app .tm-overview-config-grid .is-basic {
  background: linear-gradient(145deg, var(--tm-color-page), #8ec9ff);
  color: #1676bd;
}
.tim-makeup-app .tm-overview-config-grid .is-price {
  background: linear-gradient(145deg, var(--tm-color-page), var(--tm-color-soft));
  color: #e87951;
}
.tim-makeup-app .tm-overview-config-grid .is-area {
  background: linear-gradient(145deg, var(--tm-color-page), var(--tm-color-soft));
  color: var(--tm-color-primary);
}
.tim-makeup-app .tm-overview-config-grid .is-delivery {
  background: linear-gradient(145deg, var(--tm-color-page), var(--tm-color-soft));
  color: #9947d6;
}
.tim-makeup-app .tm-overview-config-grid > button > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.tim-makeup-app .tm-overview-config-grid strong {
  font-size: 11px;
  line-height: 1.3;
}
.tim-makeup-app .tm-overview-config-grid small {
  color: var(--tm-color-muted);
  font-size: 8px;
  line-height: 1.35;
}
.tim-makeup-app .tm-overview-config-grid > button > svg {
  width: 15px;
  height: 15px;
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-overview-customer-list {
  margin: 0 14px 13px;
  border: 1px solid var(--tm-color-border);
  border-radius: 14px;
  background: #fff;
}
.tim-makeup-app .tm-overview-customer-list > button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 52px;
  padding: 7px 11px;
  border: 0;
  background: transparent;
  color: var(--tm-color-text);
  text-align: left;
}
.tim-makeup-app .tm-overview-customer-list > button + button {
  border-top: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-overview-customer-list > button > i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
}
.tim-makeup-app .tm-overview-customer-list > button > i svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.7;
}
.tim-makeup-app .tm-overview-customer-list > button > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.tim-makeup-app .tm-overview-customer-list strong {
  font-size: 10px;
}
.tim-makeup-app .tm-overview-customer-list small {
  overflow: hidden;
  color: var(--tm-color-muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-overview-customer-list b {
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  padding: 4px 7px;
  border-radius: 99px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
  font-size: 8px;
}
.tim-makeup-app .tm-overview-customer-list b svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}
.tim-makeup-app .tm-overview-customer-list b.is-off {
  background: var(--tm-color-page);
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-overview-customer-list em {
  width: max-content;
  padding: 4px 7px;
  border-radius: 99px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.tim-makeup-app .tm-overview-customer-list > button > svg {
  width: 15px;
  height: 15px;
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-overview-missing {
  display: grid;
  gap: 8px;
}
.tim-makeup-app .tm-overview-missing h2 {
  margin: 0 1px !important;
  font-size: 13px !important;
}
.tim-makeup-app .tm-overview-missing > div {
  overflow: hidden;
  border: 1px solid var(--tm-color-border);
  border-radius: 14px;
  background: var(--tm-color-page);
}
.tim-makeup-app .tm-overview-missing button {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 43px;
  padding: 7px 11px;
  border: 0;
  background: transparent;
  color: var(--tm-color-muted);
  text-align: left;
}
.tim-makeup-app .tm-overview-missing button + button {
  border-top: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-overview-missing button > svg:first-child {
  width: 18px;
  height: 18px;
  color: var(--tm-color-muted);
  stroke-width: 1.8;
}
.tim-makeup-app .tm-overview-missing button > span {
  font-size: 8px;
  line-height: 1.35;
}
.tim-makeup-app .tm-overview-missing button > b {
  color: var(--tm-color-primary);
  font-size: 8px;
}
.tim-makeup-app .tm-overview-missing button > svg:last-child {
  width: 15px;
  height: 15px;
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-overview-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 11px 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(105deg, var(--tm-color-primary), var(--tm-color-primary));
  box-shadow: 0 10px 24px rgba(239, 35, 103, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}
.tim-makeup-app .tm-overview-primary svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  stroke: none;
}
.tim-makeup-app .tm-store-overview {
  gap: 0 !important;
  padding-bottom: 34px;
}
.tim-makeup-app .tm-store-overview .tm-overview-head {
  min-height: 72px;
  border-bottom: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-store-overview .tm-overview-head h1 {
  font-size: 22px !important;
}
.tim-makeup-app .tm-store-overview .tm-overview-identity {
  min-height: 118px;
  padding: 18px 8px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tim-makeup-app .tm-store-overview .tm-overview-avatar {
  width: 76px;
  height: 76px;
}
.tim-makeup-app .tm-store-overview .tm-overview-identity-copy > strong {
  font-size: 18px;
}
.tim-makeup-app .tm-store-overview .tm-overview-active {
  padding: 0;
  background: transparent;
  color: var(--tm-color-primary);
  font-size: 12px;
}
.tim-makeup-app .tm-overview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 38px;
  padding: 23px 12px;
  border-radius: 18px;
  background: linear-gradient(105deg, var(--tm-color-page), var(--tm-color-page));
}
.tim-makeup-app .tm-overview-stats > div {
  display: grid;
  place-items: center;
  gap: 7px;
  min-width: 0;
}
.tim-makeup-app .tm-overview-stats > div + div {
  border-left: 1px solid var(--tm-color-border);
}
.tim-makeup-app .tm-overview-stats strong {
  color: var(--tm-color-primary);
  font-size: 28px;
  line-height: 1;
  font-weight: 850;
}
.tim-makeup-app .tm-overview-stats span {
  color: var(--tm-color-muted);
  font-size: 14px;
}
.tim-makeup-app .tm-overview-manage {
  display: grid;
  gap: 19px;
}
.tim-makeup-app .tm-overview-manage > h2 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}
.tim-makeup-app .tm-overview-manage > div {
  display: grid;
}
.tim-makeup-app .tm-overview-manage button {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 94px;
  padding: 15px 4px;
  border: 0;
  border-bottom: 1px solid var(--tm-color-border);
  background: #fff;
  color: var(--tm-color-text);
  text-align: left;
}
.tim-makeup-app .tm-overview-manage button > i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--tm-color-text);
}
.tim-makeup-app .tm-overview-manage button > i svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.75;
}
.tim-makeup-app .tm-overview-manage button > span {
  display: grid;
  gap: 6px;
}
.tim-makeup-app .tm-overview-manage button strong {
  font-size: 16px;
}
.tim-makeup-app .tm-overview-manage button small {
  color: var(--tm-color-muted);
  font-size: 12px;
}
.tim-makeup-app .tm-overview-manage button > svg {
  width: 19px;
  height: 19px;
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-overview-notice {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 86px;
  margin-top: 26px;
  padding: 13px 16px;
  border: 1px solid var(--tm-color-border);
  border-radius: 16px;
  background: var(--tm-color-page);
  color: var(--tm-color-text);
  text-align: left;
}
.tim-makeup-app .tm-overview-notice > svg:first-child {
  width: 38px;
  height: 38px;
  color: var(--tm-color-muted);
  stroke-width: 1.6;
}
.tim-makeup-app .tm-overview-notice > span {
  display: grid;
  gap: 5px;
}
.tim-makeup-app .tm-overview-notice strong {
  font-size: 15px;
}
.tim-makeup-app .tm-overview-notice small {
  overflow: hidden;
  color: var(--tm-color-muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-overview-notice > svg:last-child {
  width: 18px;
  height: 18px;
  color: var(--tm-color-muted);
}
.tim-makeup-app .tm-overview-public-link {
  justify-self: center;
  margin-top: 42px;
  padding: 8px 2px;
  border-bottom: 1px solid var(--tm-color-border);
  color: var(--tm-color-muted) !important;
  font-size: 14px;
  text-decoration: none !important;
}
@media (max-width: 370px) {
  .tim-makeup-app .tm-overview-stats {
    padding-inline: 5px;
  }
  .tim-makeup-app .tm-overview-stats strong {
    font-size: 24px;
  }
  .tim-makeup-app .tm-overview-manage button {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
  }
  .tim-makeup-app .tm-overview-manage button > i {
    width: 44px;
  }
  .tim-makeup-app .tm-overview-notice small {
    white-space: normal;
  }
}
@media (max-width: 370px) {
  .tim-makeup-app .tm-overview-profile-grid {
    grid-template-columns: 1fr;
  }
  .tim-makeup-app .tm-overview-profile-grid > div + div {
    margin-top: 11px;
    padding-top: 11px;
    padding-left: 0;
    border-top: 1px solid var(--tm-color-border);
    border-left: 0;
  }
  .tim-makeup-app .tm-overview-config-grid {
    grid-template-columns: 1fr;
  }
  .tim-makeup-app .tm-overview-config-grid > button {
    min-height: 70px;
  }
  .tim-makeup-app .tm-overview-customer-list b {
    padding-inline: 5px;
  }
  .tim-makeup-app .tm-overview-customer-list b svg {
    display: none;
  }
}
.tim-makeup-app.tm-store-mode .tm-main {
  padding-bottom: 24px;
}
.tim-makeup-app.tm-store-mode .tm-nav {
  display: none !important;
}
.tim-makeup-app .tm-store-popup-map .tm-store-popup-locate {
  right: 16px !important;
  bottom: 18px !important;
  z-index: 9 !important;
}
.tim-makeup-app .tm-store-popup-map .tm-store-popup-locate svg {
  width: 25px;
  height: 29px;
}
.tim-makeup-app .tm-store-popup-map .tm-store-popup-locate.is-loading svg {
  animation: tm-gps-pulse 0.9s ease-in-out infinite;
}
.tim-makeup-app .tm-store-address-field {
  position: relative;
}
.tim-makeup-app .tm-store-address-suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 280px;
  overflow: auto;
  padding: 5px;
  border: 1px solid var(--tm-color-border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 15px 35px rgba(54, 32, 39, 0.18);
  overscroll-behavior: contain;
}
.tim-makeup-app .tm-store-address-suggestions[hidden] {
  display: none !important;
}
.tim-makeup-app .tm-store-address-suggestions button {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  padding: 8px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--tm-color-text);
  text-align: left;
}
.tim-makeup-app .tm-store-address-suggestions button + button {
  border-top: 1px solid var(--tm-color-border);
  border-radius: 0;
}
.tim-makeup-app .tm-store-address-suggestions button:hover,
.tim-makeup-app .tm-store-address-suggestions button:focus-visible {
  background: var(--tm-color-page);
  outline: 0;
}
.tim-makeup-app .tm-store-address-suggestions i {
  display: grid;
  place-items: center;
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-address-suggestions i svg {
  width: 21px;
  height: 21px;
}
.tim-makeup-app .tm-store-address-suggestions span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.tim-makeup-app .tm-store-address-suggestions strong,
.tim-makeup-app .tm-store-address-suggestions small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tim-makeup-app .tm-store-address-suggestions strong {
  font-size: 10px;
}
.tim-makeup-app .tm-store-address-suggestions small {
  color: var(--tm-color-muted);
  font-size: 8px;
}
.tim-makeup-app .tm-store-address-suggestions > p {
  margin: 0 !important;
  padding: 14px;
  color: var(--tm-color-muted);
  font-size: 9px;
  text-align: center;
}
.tim-makeup-app .tm-store-address-suggestions > p.is-error {
  color: #b53551;
}
.tim-makeup-app .tm-store-service-mode {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.tim-makeup-app .tm-store-service-mode legend {
  margin-bottom: 8px;
  color: var(--tm-color-text);
  font-size: 11px;
  font-weight: 750;
}
.tim-makeup-app .tm-store-service-mode > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.tim-makeup-app .tm-store-service-mode label {
  position: relative;
}
.tim-makeup-app .tm-store-service-mode input {
  position: absolute;
  opacity: 0;
}
.tim-makeup-app .tm-store-service-mode span {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  min-height: 72px;
  padding: 10px;
  border: 1px solid var(--tm-color-border);
  border-radius: 14px;
  background: #fff;
  color: var(--tm-color-text);
}
.tim-makeup-app .tm-store-service-mode svg {
  grid-row: 1/3;
  width: 25px;
  height: 25px;
  color: var(--tm-primary);
}
.tim-makeup-app .tm-store-service-mode strong {
  font-size: 10px;
}
.tim-makeup-app .tm-store-service-mode small {
  color: var(--tm-color-muted);
  font-size: 8px;
  line-height: 1.35;
}
.tim-makeup-app .tm-store-service-mode input:checked + span {
  border-color: var(--tm-color-border);
  background: var(--tm-color-page);
  box-shadow: 0 0 0 1px rgba(251, 70, 108, 0.08);
}
.tim-makeup-app .tm-store-service-mode input:focus-visible + span {
  outline: 3px solid rgba(251, 70, 108, 0.2);
  outline-offset: 2px;
}
@media (max-width: 350px) {
  .tim-makeup-app .tm-store-service-mode > div {
    grid-template-columns: 1fr;
  }
}
.tim-makeup-app .tm-store-area-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}
.tim-makeup-app .tm-store-area-tools button,
.tim-makeup-app [data-province-results] button {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--tm-color-border);
  border-radius: 12px;
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
  font: inherit;
  cursor: pointer;
}
.tim-makeup-app .tm-store-province-picker {
  padding: 12px;
  margin-top: 12px;
  border: 1px solid var(--tm-color-border);
  border-radius: 14px;
}
.tim-makeup-app .tm-store-province-picker[hidden] {
  display: none !important;
}
.tim-makeup-app [data-province-results] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.tim-makeup-app [data-province-results] button {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

/* Store management flow 0.9.51 — implemented from the approved HTML reference. */
.tim-makeup-app .tm-store-info-v4 {
  --sf-pink: var(--tm-color-primary);
  --sf-ink: var(--tm-color-text);
  --sf-muted: var(--tm-color-muted);
  --sf-line: var(--tm-color-soft);
  display: block !important;
  padding: 0 16px 28px !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-form-section {
  display: grid;
  gap: 18px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-form-section[hidden] {
  display: none !important;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-flow-status {
  margin: 0 0 14px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-flow-block {
  display: grid;
  gap: 9px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-flow-block h3,
.tim-makeup-app .tm-store-info-v4 fieldset > legend {
  margin: 0;
  color: var(--sf-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-flow-block h3 em {
  color: var(--tm-color-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-flow-help {
  margin: -3px 0 1px !important;
  color: var(--sf-muted);
  font-size: 11px;
  line-height: 1.45;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-field {
  position: relative;
  display: grid;
  gap: 7px;
  color: var(--sf-ink);
  font-size: 12px;
  font-weight: 800;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-field > span {
  display: block;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-field > small {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: var(--tm-color-muted);
  font-size: 10px;
  font-weight: 600;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-field input,
.tim-makeup-app .tm-store-info-v4 .tm-store-field textarea {
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  padding: 13px 14px;
  border: 1px solid var(--sf-line);
  border-radius: 13px;
  background: #fff;
  color: var(--sf-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: 0 4px 16px rgba(59, 35, 43, 0.025);
  outline: 0;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-field textarea {
  min-height: 126px;
  padding-bottom: 30px;
  resize: vertical;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-field input:focus,
.tim-makeup-app .tm-store-info-v4 .tm-store-field textarea:focus {
  border-color: var(--tm-color-border);
  box-shadow: 0 0 0 3px rgba(245, 45, 118, 0.09);
}
.tim-makeup-app .tm-store-info-v4 .tm-store-map-field em {
  color: var(--tm-color-muted);
  font-style: normal;
  font-weight: 550;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-map-field p {
  margin: 0 !important;
  color: var(--sf-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-location-card,
.tim-makeup-app .tm-store-info-v4 .tm-store-main-location {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--tm-color-border);
  border-radius: 15px;
  background: linear-gradient(145deg, #fff 0%, var(--tm-color-page) 100%);
  color: var(--sf-ink);
  text-align: left;
  box-shadow: 0 7px 22px rgba(77, 38, 53, 0.04);
}
.tim-makeup-app .tm-store-info-v4 .tm-store-location-card > svg,
.tim-makeup-app .tm-store-info-v4 .tm-store-main-location > svg:first-child {
  width: 25px;
  height: 25px;
  color: var(--sf-pink);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-location-card > div,
.tim-makeup-app .tm-store-info-v4 .tm-store-main-location > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-location-card strong,
.tim-makeup-app .tm-store-info-v4 .tm-store-main-location strong {
  font-size: 12px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-location-card span,
.tim-makeup-app .tm-store-info-v4 .tm-store-main-location small {
  overflow: hidden;
  color: var(--sf-muted);
  font-size: 10px;
  line-height: 1.45;
  text-overflow: ellipsis;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-location-card button {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--tm-color-border);
  border-radius: 11px;
  background: #fff;
  color: var(--sf-pink);
  font-size: 10px;
  font-weight: 800;
}
.tim-makeup-app
  .tm-store-info-v4
  .tm-store-main-location
  .tm-overview-customer-list {
  display: none;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-main-location > svg:last-child {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--tm-color-muted);
  stroke-width: 2;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-mode {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-mode > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card {
  position: relative;
  display: block;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card > span {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 12px;
  border: 1px solid var(--tm-color-border);
  border-radius: 18px;
  background: #fff;
  color: var(--sf-ink);
  transition: 0.18s ease;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card i {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid var(--tm-color-border);
  border-radius: 17px;
  background: linear-gradient(145deg, var(--tm-color-page), var(--tm-color-page));
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card i svg {
  width: 70px;
  height: 70px;
  overflow: visible;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card b {
  display: grid;
  gap: 7px;
  font-weight: inherit;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card strong {
  font-size: 15px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card small {
  color: var(--sf-muted);
  font-size: 11px;
  line-height: 1.45;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card em {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--tm-color-border);
  border-radius: 50%;
  color: transparent;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card input:checked + span {
  border-color: var(--tm-color-primary);
  background: linear-gradient(145deg, #fff 0%, var(--tm-color-page) 100%);
  box-shadow: 0 8px 25px rgba(239, 45, 104, 0.09);
}
.tim-makeup-app .tm-store-info-v4 .tm-store-mode-card input:checked + span em {
  border-color: var(--sf-pink);
  background: var(--sf-pink);
  color: #fff;
}
.tim-makeup-app
  .tm-store-info-v4
  .tm-store-mode-card
  input:focus-visible
  + span {
  outline: 3px solid rgba(245, 45, 118, 0.16);
  outline-offset: 2px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--sf-line) !important;
  border-radius: 16px;
  overflow: hidden;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range legend {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range label {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 2px 9px;
  padding: 13px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range label + label {
  border-top: 1px solid var(--sf-line);
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range input {
  position: absolute;
  opacity: 0;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range label > span {
  grid-row: 1/3;
  width: 19px;
  height: 19px;
  border: 1.5px solid var(--tm-color-border);
  border-radius: 50%;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range input:checked + span {
  border: 5px solid #fff;
  outline: 2px solid var(--sf-pink);
  background: var(--sf-pink);
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range strong {
  font-size: 12px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-range small {
  color: var(--sf-muted);
  font-size: 10px;
  line-height: 1.4;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-visibility-note,
.tim-makeup-app .tm-store-info-v4 .tm-store-area-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--tm-color-border);
  border-radius: 15px;
  background: linear-gradient(135deg, var(--tm-color-page), var(--tm-color-page));
}
.tim-makeup-app .tm-store-info-v4 .tm-store-visibility-note div {
  display: grid;
  gap: 5px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-visibility-note strong,
.tim-makeup-app .tm-store-info-v4 .tm-store-area-summary strong {
  color: var(--tm-color-primary);
  font-size: 11px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-visibility-note span,
.tim-makeup-app .tm-store-info-v4 .tm-store-area-summary p {
  margin: 0 !important;
  color: var(--tm-color-muted);
  font-size: 10px;
  line-height: 1.5;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-visibility-note > svg {
  width: 24px;
  height: 24px;
  color: var(--sf-pink);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-areas-fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-tools button {
  min-height: 44px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-grid label {
  position: relative;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-grid input {
  position: absolute;
  opacity: 0;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-grid span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 38px 10px 13px;
  border: 1px solid var(--sf-line);
  border-radius: 13px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-grid input:checked + span {
  border-color: var(--tm-color-border);
  background: var(--tm-color-page);
  color: var(--tm-color-primary);
}
.tim-makeup-app
  .tm-store-info-v4
  .tm-store-area-grid
  input:checked
  + span:after {
  content: "✓";
  position: absolute;
  right: 14px;
  color: var(--sf-pink);
  font-weight: 900;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-area-summary {
  display: grid;
  justify-content: stretch;
}
.tim-makeup-app .tm-store-info-v4 .tm-store-flow-save {
  min-height: 52px;
  margin-top: 4px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--tm-color-primary), var(--tm-color-primary));
  box-shadow: 0 10px 25px rgba(239, 35, 103, 0.18);
  font-size: 13px;
  font-weight: 850;
}
.tim-makeup-app [data-store-view="info"] > .tm-store-section-head {
  position: sticky;
  z-index: 18;
  top: 0;
  padding: 15px 16px;
  border-bottom: 1px solid var(--tm-color-border);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.tim-makeup-app [data-store-view="info"] > .tm-store-section-head > div h2 {
  font-size: 16px;
}
.tim-makeup-app [data-store-view="info"] > .tm-store-section-head > div p {
  font-size: 9px;
}
.tim-makeup-app
  [data-store-view="info"]
  > .tm-store-section-head
  > [data-store-save-state] {
  color: var(--tm-color-primary);
}
@media (max-width: 350px) {
  .tim-makeup-app .tm-store-info-v4 .tm-store-mode-card > span {
    grid-template-columns: 64px minmax(0, 1fr) 22px;
    gap: 10px;
  }
  .tim-makeup-app .tm-store-info-v4 .tm-store-mode-card i {
    width: 64px;
    height: 64px;
  }
  .tim-makeup-app .tm-store-info-v4 .tm-store-mode-card i svg {
    width: 60px;
    height: 60px;
  }
  .tim-makeup-app .tm-store-info-v4 .tm-store-area-tools {
    grid-template-columns: 1fr;
  }
}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined{padding-top:20px;border-top:1px solid var(--sf-line)}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-service-mode>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-mode-card>span{grid-template-columns:42px minmax(0,1fr) 20px;gap:9px;min-height:82px;padding:10px;border-radius:15px}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-mode-card i{width:42px;height:42px;border-radius:12px}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-mode-card i svg{width:38px;height:38px}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-mode-card strong{font-size:12px}
.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-mode-card small{font-size:9px}
.tim-makeup-app .tm-store-info-v4 .tm-store-mobile-options{display:grid;gap:16px}
.tim-makeup-app .tm-store-info-v4 .tm-store-mobile-options[hidden]{display:none!important}
@media(max-width:350px){.tim-makeup-app .tm-store-info-v4 .tm-store-service-combined .tm-store-service-mode>div{grid-template-columns:1fr}}
