/* Scoped to widget app container to avoid conflicts with host page */
.widget-app {
  /* color palette from <https://github.com/vuejs/theme> */
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;

  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;

  --vt-c-indigo: #2c3e50;

  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);

  /* semantic color variables for this project */
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);

  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);

  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);

  --section-gap: 160px;

  /* Widget-specific base styles */
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (prefers-color-scheme: dark) {
  .widget-app {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
/* Scoped widget styles - only apply to widget elements */
.widget-app *,
.widget-app *::before,
.widget-app *::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
/* Widget Theme Variables - scoped to widget container */
.widget-app {
  --widget-primary: #00aac1;
  --widget-primary-dark: #008da6;
  --widget-primary-darker: #007089;
  --widget-primary-light: #33bfd4;
  --widget-primary-lighter: #66d4e7;
  --widget-primary-rgb: 0, 170, 193;

  --widget-text-primary: #2c3e50;
  --widget-text-secondary: #6c757d;
  --widget-text-muted: #95a5a6;

  --widget-background: #ffffff;
  --widget-background-secondary: #f8f9fa;
  --widget-border: #e9ecef;

  --widget-shadow-light: 0 2px 8px rgba(var(--widget-primary-rgb), 0.1);
  --widget-shadow-medium: 0 4px 16px rgba(var(--widget-primary-rgb), 0.2);
  --widget-shadow-heavy: 0 6px 20px rgba(var(--widget-primary-rgb), 0.3);
}
/* Scoped link styles - only affects links inside widget */
.widget-app a,
.widget-app .green {
  text-decoration: none;
  color: hsla(160, 100%, 37%, 1);
  transition: 0.4s;
  padding: 3px;
}
@media (hover: hover) {
  .widget-app a:hover {
    background-color: hsla(160, 100%, 37%, 0.2);
  }
}
/* PRODUCT */
.card-product {
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0 0px 0px 0 #eee, 0 0px 20px 0 #eee; */
  cursor: pointer;
  border-bottom: 5px #e9e9e9 solid;
  border-radius: 8px;
}
.card-product:hover {
  background-color: #e9e9e9;
}
.product-name {
  font-weight: 700;
  color: #979797;
  line-height: 17px;
}
.product-desc {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #c0c0c0;
}
.product-agen-price {
  font-weight: 700;
  color: #63dedf;
}
/* MAIN */
.page-enter-active,
.page-leave-active {
  transition: all 0.3s;
}
.page-enter,
.page-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
/* FORM */
.label-form {
  font-size: 12px;
  color: rgb(183 183 183);
  font-weight: 500;
}
.caption-form {
  padding-top: 20px;
  text-align: center;
  color: rgb(164 164 164);
  line-height: 16px;
  font-size: 12px;
}
.ant-input:focus {
  border-color: #40a9ff;
  outline: 0;
}
.number-input {
  margin-top: 0px;
  font-weight: bold;
  font-size: 20px;
  border: none;
  padding: 0;
  color: rgb(160 156 156);
}
.error-validation {
  box-sizing: border-box;
  color: rgb(255 38 38);
  font-weight: 500;
}
/* HOME -SM */
.font-primary-color-sm {
  color: #898989;
  font-size: 12px;
}
.item-product-home-sm {
  height: 8.1em;
  font-size: 12px;
}
.card-nav-footer-container-sm {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  /* -webkit-box-shadow: 0 -4px 8px 0 #eee, 0 -6px 20px 0 #eee;
	-moz-box-shadow: 0 -4px 8px 0 #eee, 0 -6px 20px 0 #eee;
	box-shadow: 0 -4px 8px 0 #eee, 0 -6px 20px 0 #eee; */
}
/* HOME XS */
.font-primary-color-xs {
  color: hsl(0, 0%, 54%);
  font-size: 12px;
}
.item-product-home-xs {
  height: 8em;
  font-size: 12px;
}
.card-nav-footer-container-sm {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  /* -webkit-box-shadow: 0 -4px 8px 0 #eee, 0 -6px 20px 0 #eee;
	-moz-box-shadow: 0 -4px 8px 0 #eee, 0 -6px 20px 0 #eee;
	box-shadow: 0 -4px 8px 0 #eee, 0 -6px 20px 0 #eee; */
}
/* HOME */
/* bg */
/* Scoped font-family to widget only */
.widget-app * {
  /* font-family: 'Mulish', sans-serif !important; */
  /* font-family: 'Nunito', sans-serif !important; */
  font-family: 'Poppins', sans-serif !important;
}
.top-bg {
  position: absolute;
  width: 100%;
  height: 9em;
  background-color: #63dedf;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.main-container {
  margin-top: 25px;
  position: relative;
  z-index: 99;
}
.font-primary-color {
  color: #898989;
}
.font-primary-color-sm {
  color: #898989;
  font-size: 12px;
}
.font-primary-color-xs {
  color: #898989;
  font-size: 12px;
}
#base-container {
  position: relative;
  background-color: #f4fafe;
  /* z-index: -2; */
  min-height: 100vh;
  max-width: 480px;
  margin: 0 auto;
  /* -webkit-box-shadow: 0px 1px 8px 0px #bababa, 0px 0px 0px 0px #63dedf;
	-moz-box-shadow: 0px 1px 8px 0px #bababa, 0px 0px 0px 0px #63dedf;
	box-shadow: 0px 1px 8px 0px #bababa, 0px 0px 0px 0px #63dedf; */
}
/* end bg */
/* subheader */
.icon-side {
  text-align: right;
}
.icon-bell {
  position: relative;
}
.notification {
  position: absolute;
  top: -18px;
  right: 5px;
}
/* end subheader */
/* card nav */
.card-nav-container {
  margin-top: 20px;
  background-color: #fff;
  /* -webkit-box-shadow: 0 4px 8px 0 #eee, 0 6px 20px 0 #eee;
	-moz-box-shadow: 0 4px 8px 0 #eee, 0 6px 20px 0 #eee;
	box-shadow: 0 4px 8px 0 #eee, 0 6px 20px 0 #eee; */
  border-radius: 8px;
  min-width: 100%;
  min-height: 70px;
}
.nav-icon-card:hover {
  background-color: #eee;
}
.card-nav-content {
  padding: 12px 0 0 0;
}
/* end card nav */
/* banner */
.banner-container {
  position: relative;
}
.banner-image {
  width: 100%;
  /* height: 10rem; */
  background-size: cover;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
}
/* end banner */
/* item product */
.item-product {
  background-color: #fff;
  /* -webkit-box-shadow: 0 4px 8px 0 #eee, 0 6px 20px 0 #eee;
	-moz-box-shadow: 0 4px 8px 0 #eee, 0 6px 20px 0 #eee;
	box-shadow: 0 4px 8px 0 #eee, 0 6px 20px 0 #eee; */
  border-radius: 20px;
  text-align: center;
  width: 75%;
  cursor: pointer;
}
.item-product:hover {
  background-color: #eee;
}
.clickableEffect {
  background-color: #e9e9e9;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  color: #6e6e6e;
}
.activeRoute {
  background-color: #e9e9e9;
}
.item-title {
  text-align: center;
  margin-top: 10px;
}
.item-product-home-sm {
  height: 8.1em;
  font-size: 12px;
}
.item-product-home-xs {
  height: 8em;
  font-size: 12px;
}
.item-product-home-md {
  height: 120px;
  font-size: 12px;
}
.item-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* end item product */
/* footer */
.card-nav-footer-container {
  position: fixed;
  z-index: 999;
  width: 480px;
  bottom: 0;
  background-color: #fff;
  /* -webkit-box-shadow: 0px -5px 8px -5px #bababa, 0px 0px 0px 0px #38de3e;
	-moz-box-shadow: 0px -5px 8px -5px #bababa, 0px 0px 0px 0px #38de3e;
	box-shadow: 0px -5px 8px -5px #bababa, 0px 0px 0px 0px #38de3e; */
}
.card-nav-footer {
  padding: 10px;
}
.footer-space {
  margin-bottom: 80px;
}
.card-nav-footer .anticon {
  font-size: 23px;
  color: rgb(98 222 223);
}
.footer-title {
  /* color: #898989; */
  color: rgb(98 222 223);
  font-size: 12px;
}
.label-default {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.component-enter-active,
.component-leave-active {
  transition: all 0.5s;
}
.component-enter,
.component-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}

.bottom-navigation[data-v-65b7a971] {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--widget-background);
  border-top: 1px solid var(--widget-border);
  z-index: 100;
  margin-top: auto;
}
.nav-container[data-v-65b7a971] {
  display: flex;
  height: 60px;
  max-width: 420px;
  margin: 0 auto;
}
.nav-item[data-v-65b7a971] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--widget-text-secondary);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 6px 8px;
  min-height: 60px;
  user-select: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.nav-item[data-v-65b7a971]:hover {
  background: var(--widget-background-secondary);
  color: var(--widget-primary);
}
.nav-item.active[data-v-65b7a971] {
  color: var(--widget-primary);
  background: rgba(var(--widget-primary-rgb), 0.05);
}
.nav-item.active .nav-icon[data-v-65b7a971] {
  transform: scale(1.1);
}
.nav-icon[data-v-65b7a971] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  transition: transform 0.2s ease;
}
.nav-icon svg[data-v-65b7a971] {
  width: 20px;
  height: 20px;
}
.nav-label[data-v-65b7a971] {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Active state indicator */
.nav-item.active[data-v-65b7a971]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: var(--widget-primary);
  border-radius: 0 0 2px 2px;
}

/* Mobile adjustments */
@media (max-width: 480px) {
.nav-container[data-v-65b7a971] {
    height: 56px;
}
.nav-item[data-v-65b7a971] {
    min-height: 56px;
    padding: 4px 6px;
}
.nav-icon svg[data-v-65b7a971] {
    width: 18px;
    height: 18px;
}
.nav-label[data-v-65b7a971] {
    font-size: 10px;
}
}

.floating-button-container[data-v-9713be52] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.floating-button[data-v-9713be52] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--widget-primary) 0%, var(--widget-primary-dark) 100%);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(var(--widget-primary-rgb), 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.floating-button[data-v-9713be52]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--widget-primary-rgb), 0.3);
  background: linear-gradient(
    135deg,
    var(--widget-primary-dark) 0%,
    var(--widget-primary-darker) 100%
  );
}
.floating-button[data-v-9713be52]:active {
  transform: translateY(0px);
}
.button-content[data-v-9713be52] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.button-icon[data-v-9713be52] {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.floating-button:hover .button-icon[data-v-9713be52] {
  transform: scale(1.1);
}
.button-text[data-v-9713be52] {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.floating-button-container[data-v-9713be52] {
    bottom: 16px;
    right: 16px;
}
.floating-button[data-v-9713be52] {
    width: 56px;
    height: 56px;
}
.button-content svg[data-v-9713be52] {
    width: 20px;
    height: 20px;
}
.button-text[data-v-9713be52] {
    font-size: 9px;
}
}


.banner-carousel[data-v-74622bea] {
  width: 100%;
}
.carousel-container[data-v-74622bea] {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
}
.carousel-track[data-v-74622bea] {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel-slide[data-v-74622bea] {
  min-width: 100%;
  flex-shrink: 0;
}
.banner-image[data-v-74622bea] {
  margin-top: 0px !important;
  width: 100%;
  height: 125px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.banner-placeholder[data-v-74622bea] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: linear-gradient(135deg, var(--widget-primary-light) 0%, var(--widget-primary) 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.carousel-dots[data-v-74622bea] {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.dot[data-v-74622bea] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.dot.active[data-v-74622bea] {
  background: var(--widget-primary);
  width: 24px;
  border-radius: 4px;
}
.dot[data-v-74622bea]:hover:not(.active) {
  background: #9ca3af;
}
@media (max-width: 480px) {
.banner-carousel[data-v-74622bea] {
    margin: 16px -12px;
}
.banner-image[data-v-74622bea] {
    height: 100%;
    margin-top: 0px !important;
    padding-top: 0px;
}
.banner-placeholder[data-v-74622bea] {
    height: 120px;
    font-size: 16px;
}
}

.phone-input-container[data-v-99b0f6cf] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: white;
  border-bottom: 2px solid #e9ecef;
  transition: border-color 0.2s ease;
}
.phone-input-container[data-v-99b0f6cf]:focus-within {
  border-bottom-color: var(--widget-primary);
}
.phone-input[data-v-99b0f6cf] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #2c3e50;
  background: transparent;
}
.phone-input[data-v-99b0f6cf]::placeholder {
  color: #bdc3c7;
  font-weight: 400;
}
.input-actions[data-v-99b0f6cf] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.beli-btn[data-v-99b0f6cf] {
  padding: 8px 20px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.beli-btn[data-v-99b0f6cf]:hover:not(:disabled) {
  background: var(--widget-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(51, 187, 205, 0.3);
}
.beli-btn[data-v-99b0f6cf]:active:not(:disabled) {
  transform: translateY(0);
}
.beli-btn[data-v-99b0f6cf]:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 480px) {
.phone-input-container[data-v-99b0f6cf] {
    padding: 10px 12px;
}
.phone-input[data-v-99b0f6cf] {
    font-size: 15px;
}
.beli-btn[data-v-99b0f6cf] {
    padding: 6px 16px;
    font-size: 13px;
}
}

.tab-navigation[data-v-896cc41e] {
  display: flex;
  background: white;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.tab-item[data-v-896cc41e] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 500;
}
.tab-item[data-v-896cc41e]:hover {
  background: #f8f9fa;
}
.tab-item.active[data-v-896cc41e] {
  color: var(--widget-primary);
  border-bottom-color: var(--widget-primary);
}
.tab-icon[data-v-896cc41e] {
  width: 20px;
  height: 20px;
}
.tab-label[data-v-896cc41e] {
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 480px) {
.tab-item[data-v-896cc41e] {
    padding: 14px 8px;
    font-size: 13px;
}
.tab-icon[data-v-896cc41e] {
    width: 18px;
    height: 18px;
}
}

.home-container[data-v-b17e4983] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
}

/* Header Section */
.header-section[data-v-b17e4983] {
  position: relative;
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  overflow: visible;
  padding-top: 12px;
}
.header-background[data-v-b17e4983] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg%20width='360'%20height='104'%20viewBox='0%200%20360%20104'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_9503_2108'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='360'%20height='104'%3e%3cpath%20d='M0%200H360V88C360%2096.8366%20352.837%20104%20344%20104H16C7.16344%20104%200%2096.8366%200%2088V0Z'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_9503_2108)'%3e%3cpath%20d='M0%200H360V88C360%2096.8366%20352.837%20104%20344%20104H16C7.16344%20104%200%2096.8366%200%2088V0Z'%20fill='%23E6F7F9'/%3e%3cpath%20d='M214.298%2086.7692C117.758%2086.7692%2030.7093%2071.4872%200%2056V104H360V62.7692C350.153%2068.2051%20328.957%2086.7692%20214.298%2086.7692Z'%20fill='%238AD8E2'/%3e%3cpath%20d='M131.5%2093.9487C34.9601%2093.9487%2035%2076%200%2076V104H360V79.9487C284.5%2079.9487%20246.159%2093.9487%20131.5%2093.9487Z'%20fill='%2333BBCD'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.header-content[data-v-b17e4983] {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.logo-container[data-v-b17e4983] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo-image[data-v-b17e4983] {
  height: 30px;
  width: auto;
  max-width: 120px;
}
.header-close-btn[data-v-b17e4983] {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid cyan;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 28px;
  line-height: 1;
  transition: all 0.2s ease;
  z-index: 3;
}
.header-close-btn[data-v-b17e4983]:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}
.header-close-btn[data-v-b17e4983]:active {
  transform: scale(0.95);
}

/* Input Card Container */
.input-card[data-v-b17e4983] {
  position: relative;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  margin: 0 16px;
  margin-top: -50px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 10;
}
.services-content[data-v-b17e4983] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.services-grid[data-v-b17e4983] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
.services-grid[data-v-b17e4983] {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
}
.service-item[data-v-b17e4983] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 8px;
  border-radius: 12px;
}
.service-item[data-v-b17e4983]:hover:not(.disabled) {
  transform: translateY(-2px);
}
.service-item[data-v-b17e4983]:active:not(.disabled) {
  transform: translateY(0);
}
.service-item.disabled[data-v-b17e4983] {
  opacity: 0.5;
  cursor: not-allowed;
}
.service-item-wrapper[data-v-b17e4983] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon[data-v-b17e4983] {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-icon img[data-v-b17e4983] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.placeholder-icon[data-v-b17e4983] {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.service-name[data-v-b17e4983] {
  font-size: 11px;
  font-weight: 500;
  color: #2c3e50;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  max-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
.service-badge[data-v-b17e4983] {
  position: absolute;
  top: -8px;
  left: -4px;
  background: #2c3e50;
  color: white;
  font-size: 8px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.service-badge[data-v-b17e4983]::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2c3e50;
}
.loading-state[data-v-b17e4983],
.error-state[data-v-b17e4983] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 16px;
}
.spinner[data-v-b17e4983] {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f4f6;
  border-top-color: var(--widget-primary);
  border-radius: 50%;
  animation: spin-b17e4983 1s linear infinite;
}
@keyframes spin-b17e4983 {
to {
    transform: rotate(360deg);
}
}
.error-message[data-v-b17e4983] {
  color: #ef4444;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.retry-button[data-v-b17e4983] {
  padding: 8px 16px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.retry-button[data-v-b17e4983]:hover {
  background: var(--widget-primary-dark);
}
@media (max-width: 480px) {
.header-section[data-v-b17e4983] {
    height: 160px;
    align-items: flex-start;
    padding-top: 10px;
}
.logo-image[data-v-b17e4983] {
    height: 25px;
    max-width: 100px;
}
.header-content[data-v-b17e4983] {
    padding: 16px 16px;
}
.header-close-btn[data-v-b17e4983] {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 24px;
}
.input-card[data-v-b17e4983] {
    margin: 0 12px;
    margin-top: -40px;
}
.services-content[data-v-b17e4983] {
    padding: 12px;
}
.service-icon[data-v-b17e4983] {
    width: 56px;
    height: 56px;
}
.service-name[data-v-b17e4983] {
    font-size: 10px;
}
.service-badge[data-v-b17e4983] {
    font-size: 7px;
    padding: 3px 6px;
}
.service-badge[data-v-b17e4983]::after {
    left: 6px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #2c3e50;
}
}

.all-menu-container[data-v-c0c50e82] {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: white;
}
.all-menu-header[data-v-c0c50e82] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  z-index: 10;
}
.back-button[data-v-c0c50e82] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #2c3e50;
  transition: all 0.2s ease;
}
.back-button[data-v-c0c50e82]:hover {
  background: #f8f9fa;
}
.header-title[data-v-c0c50e82] {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 12px;
}
.close-button[data-v-c0c50e82] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 28px;
  color: #6c757d;
  transition: all 0.2s ease;
}
.close-button[data-v-c0c50e82]:hover {
  background: #f8f9fa;
  color: #2c3e50;
}
.menu-content[data-v-c0c50e82] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.menu-section[data-v-c0c50e82] {
  margin-bottom: 24px;
}
.section-title[data-v-c0c50e82] {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 12px;
}
.menu-grid[data-v-c0c50e82] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 480px) {
.menu-grid[data-v-c0c50e82] {
    gap: 12px;
}
.menu-image[data-v-c0c50e82] {
    width: 56px;
    height: 56px;
}
.menu-name[data-v-c0c50e82] {
    font-size: 10px;
}
.menu-badge[data-v-c0c50e82] {
    font-size: 7px;
    padding: 3px 6px;
}
.menu-badge[data-v-c0c50e82]::after {
    left: 6px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #2c3e50;
}
}
.menu-item[data-v-c0c50e82] {
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-item:hover .menu-image[data-v-c0c50e82] {
  transform: scale(1.05);
}
.menu-item:active .menu-image[data-v-c0c50e82] {
  transform: scale(0.98);
}
.menu-item.disabled[data-v-c0c50e82] {
  opacity: 0.5;
  cursor: not-allowed;
}
.menu-item.disabled:hover .menu-image[data-v-c0c50e82] {
  transform: none;
}
.menu-item-content[data-v-c0c50e82] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.menu-image-wrapper[data-v-c0c50e82] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-image[data-v-c0c50e82] {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.menu-image img[data-v-c0c50e82] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.placeholder-icon[data-v-c0c50e82] {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.menu-info[data-v-c0c50e82] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.menu-name[data-v-c0c50e82] {
  font-size: 11px;
  font-weight: 500;
  color: #2c3e50;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  max-width: 100%;
  word-wrap: break-word;
  white-space: pre-line;
}
.menu-badge[data-v-c0c50e82] {
  position: absolute;
  top: -8px;
  left: -4px;
  background: #2c3e50;
  color: white;
  font-size: 8px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.menu-badge[data-v-c0c50e82]::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2c3e50;
}
.loading-state[data-v-c0c50e82],
.error-state[data-v-c0c50e82] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 16px;
}
.spinner[data-v-c0c50e82] {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f4f6;
  border-top-color: var(--widget-primary);
  border-radius: 50%;
  animation: spin-c0c50e82 1s linear infinite;
}
@keyframes spin-c0c50e82 {
to {
    transform: rotate(360deg);
}
}
.error-message[data-v-c0c50e82] {
  color: #ef4444;
  text-align: center;
  font-size: 14px;
}
.retry-button[data-v-c0c50e82] {
  padding: 8px 16px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.retry-button[data-v-c0c50e82]:hover {
  background: var(--widget-primary-dark);
}

/* Search Container */
.search-container[data-v-c0c50e82] {
  padding: 12px 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 57px;
  z-index: 9;
}
.search-input-wrapper[data-v-c0c50e82] {
  position: relative;
  display: flex;
  align-items: center;
}
.search-icon[data-v-c0c50e82] {
  position: absolute;
  left: 12px;
  color: #6c757d;
  pointer-events: none;
}
.search-input[data-v-c0c50e82] {
  width: 100%;
  padding: 10px 40px 10px 40px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-size: 14px;
  color: #2c3e50;
  transition: all 0.2s ease;
}
.search-input[data-v-c0c50e82]:focus {
  outline: none;
  border-color: var(--widget-primary);
  box-shadow: 0 0 0 3px rgba(0, 170, 193, 0.1);
}
.search-input[data-v-c0c50e82]::placeholder {
  color: #adb5bd;
}
.clear-search[data-v-c0c50e82] {
  position: absolute;
  right: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border: none;
  border-radius: 50%;
  color: #6c757d;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.clear-search[data-v-c0c50e82]:hover {
  background: #dee2e6;
  color: #2c3e50;
}

/* Filter Container */
.filter-container[data-v-c0c50e82] {
  display: flex;
  gap: 8px;
  padding: 12px 20px;
  background: white;
  border-bottom: 1px solid #e9ecef;
  overflow-x: auto;
  position: sticky;
  top: 109px;
  z-index: 9;
}
.filter-container[data-v-c0c50e82]::-webkit-scrollbar {
  display: none;
}
.filter-button[data-v-c0c50e82] {
  padding: 8px 16px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.filter-button[data-v-c0c50e82]:hover {
  border-color: var(--widget-primary);
  color: var(--widget-primary);
}
.filter-button.active[data-v-c0c50e82] {
  background: var(--widget-primary);
  border-color: var(--widget-primary);
  color: white;
}

/* No Results */
.no-results[data-v-c0c50e82] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.no-results p[data-v-c0c50e82] {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 480px) {
.search-container[data-v-c0c50e82] {
    padding: 10px 12px;
}
.filter-container[data-v-c0c50e82] {
    padding: 10px 12px;
}
.filter-button[data-v-c0c50e82] {
    padding: 6px 14px;
    font-size: 13px;
}
}

.product-dropdown[data-v-91cfebcc] {
  position: relative;
  width: 100%;
}
.dropdown-button[data-v-91cfebcc] {
  width: 100%;
  padding: 14px 40px 14px 16px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  background: white;
  color: #2c3e50;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.dropdown-button[data-v-91cfebcc]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-button.open[data-v-91cfebcc] {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.dropdown-button[data-v-91cfebcc]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.selected-item[data-v-91cfebcc] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.item-image[data-v-91cfebcc] {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f5f5;
  padding: 4px;
  flex-shrink: 0;
}
.item-image-placeholder[data-v-91cfebcc] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.item-text[data-v-91cfebcc] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.placeholder[data-v-91cfebcc] {
  color: #6c757d;
  font-weight: 400;
}
.dropdown-icon[data-v-91cfebcc] {
  position: absolute;
  right: 12px;
  color: #00AAC1;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.dropdown-icon.rotated[data-v-91cfebcc] {
  transform: rotate(180deg);
}
.dropdown-menu[data-v-91cfebcc] {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 280px;
  overflow: hidden;
}
.dropdown-items[data-v-91cfebcc] {
  max-height: 280px;
  overflow-y: auto;
}
.dropdown-item[data-v-91cfebcc] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.15s ease;
  border-bottom: 1px solid #f0f0f0;
  color: #2c3e50;
}
.dropdown-item[data-v-91cfebcc]:last-child {
  border-bottom: none;
}
.dropdown-item[data-v-91cfebcc]:hover {
  background: #f8f9fa;
}
.dropdown-item.selected[data-v-91cfebcc] {
  background: rgba(0, 170, 193, 0.08);
  color: #00AAC1;
}
.dropdown-item.selected .item-text[data-v-91cfebcc] {
  font-weight: 600;
}
.dropdown-item .item-text[data-v-91cfebcc] {
  color: inherit;
}
.check-icon[data-v-91cfebcc] {
  color: #00AAC1;
  flex-shrink: 0;
  margin-left: auto;
}

/* Scrollbar styling */
.dropdown-items[data-v-91cfebcc]::-webkit-scrollbar {
  width: 6px;
}
.dropdown-items[data-v-91cfebcc]::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.dropdown-items[data-v-91cfebcc]::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 3px;
}
.dropdown-items[data-v-91cfebcc]::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

/* Dropdown animation */
.dropdown-enter-active[data-v-91cfebcc],
.dropdown-leave-active[data-v-91cfebcc] {
  transition: all 0.2s ease;
  transform-origin: top;
}
.dropdown-enter-from[data-v-91cfebcc] {
  opacity: 0;
  transform: scaleY(0.95) translateY(-4px);
}
.dropdown-leave-to[data-v-91cfebcc] {
  opacity: 0;
  transform: scaleY(0.95) translateY(-4px);
}
@media (max-width: 480px) {
.dropdown-button[data-v-91cfebcc] {
    padding: 12px 36px 12px 14px;
    font-size: 14px;
}
.item-image[data-v-91cfebcc] {
    width: 28px;
    height: 28px;
}
.dropdown-item[data-v-91cfebcc] {
    padding: 10px 14px;
}
}

.beli-container[data-v-be6b5307] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}
.beli-header[data-v-be6b5307] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  color: white;
}
.back-button[data-v-be6b5307],
.history-button[data-v-be6b5307] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.back-button[data-v-be6b5307]:hover,
.history-button[data-v-be6b5307]:hover {
  opacity: 0.8;
}
.beli-title[data-v-be6b5307] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  flex: 1;
  text-align: center;
}

/* Cyan Header Section with Phone Input */
.cyan-header-section[data-v-be6b5307] {
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  padding: 20px;
}
.phone-input-wrapper[data-v-be6b5307] {
  max-width: 100%;
}
.phone-label[data-v-be6b5307] {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-bottom: 12px;
}
.phone-input-container[data-v-be6b5307] {
  position: relative;
  display: flex;
  align-items: center;
}
.phone-input-field[data-v-be6b5307] {
  flex: 1;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #2c3e50;
  background: white;
  transition: all 0.2s ease;
}
.phone-input-field[data-v-be6b5307]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.phone-input-field.error[data-v-be6b5307] {
  box-shadow: 0 0 0 2px #dc3545;
}
.phone-input-field[data-v-be6b5307]::placeholder {
  color: #adb5bd;
}
.phone-menu-button[data-v-be6b5307] {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.phone-menu-button[data-v-be6b5307]:hover {
  color: #2c3e50;
}
.validation-messages[data-v-be6b5307] {
  margin-top: 8px;
}
.error-message[data-v-be6b5307] {
  color: white;
  background: rgba(220, 53, 69, 0.9);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}

/* Operator Detection in Cyan Section */
.operator-detection[data-v-be6b5307] {
  margin-top: 16px;
}
.operator-card-cyan[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
.operator-icon-cyan[data-v-be6b5307] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4px;
}
.operator-logo[data-v-be6b5307] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.operator-placeholder[data-v-be6b5307] {
  font-size: 20px;
}
.operator-details-cyan[data-v-be6b5307] {
  flex: 1;
}
.operator-name-cyan[data-v-be6b5307] {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: white;
}

/* Product Selection in Cyan Section */
.product-selection-cyan[data-v-be6b5307] {
  margin-top: 16px;
}
.products-loading-cyan[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-size: 14px;
}
.spinner-small-white[data-v-be6b5307] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-be6b5307 1s linear infinite;
}
.beli-content[data-v-be6b5307] {
  flex: 1;
  overflow-y: auto;
  background: #f5f5f5;
}

/* Content Section (After phone entered) */
.phone-content-section[data-v-be6b5307] {
  padding: 20px;
  background: white;
  margin-top: 8px;
}
.service-info[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 24px;
}
.service-icon[data-v-be6b5307] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--widget-background);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-image[data-v-be6b5307] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-placeholder[data-v-be6b5307] {
  font-size: 24px;
}
.service-details[data-v-be6b5307] {
  flex: 1;
}
.service-name[data-v-be6b5307] {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.service-description[data-v-be6b5307] {
  margin: 0;
  font-size: 14px;
  color: var(--widget-text-secondary);
}
.info-notice[data-v-be6b5307] {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: rgba(var(--widget-primary-rgb), 0.05);
  border: 1px solid rgba(var(--widget-primary-rgb), 0.1);
  border-radius: 12px;
}
.notice-icon[data-v-be6b5307] {
  color: var(--widget-primary);
  flex-shrink: 0;
  margin-top: 2px;
}
.notice-text[data-v-be6b5307] {
  margin: 0;
  font-size: 14px;
  color: var(--widget-text-primary);
  line-height: 1.5;
}
.operator-info[data-v-be6b5307] {
  animation: slideIn-be6b5307 0.3s ease;
}
.operator-card[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--widget-background);
  border: 1px solid var(--widget-border);
  border-radius: 12px;
}
.operator-icon[data-v-be6b5307] {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--widget-background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.operator-logo[data-v-be6b5307] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.operator-placeholder[data-v-be6b5307] {
  font-size: 16px;
}
.operator-name[data-v-be6b5307] {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.operator-status[data-v-be6b5307] {
  margin: 0;
  font-size: 12px;
  color: var(--widget-primary);
}

/* Empty Number Notice */
.empty-number-notice[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 8px;
  margin-bottom: 16px;
  color: rgb(180, 83, 9);
  font-size: 14px;
  animation: slideIn-be6b5307 0.3s ease;
}
.empty-number-notice .notice-icon[data-v-be6b5307] {
  flex-shrink: 0;
  color: rgb(180, 83, 9);
}
.empty-number-notice .notice-message[data-v-be6b5307] {
  font-weight: 500;
}
.spinner-small[data-v-be6b5307] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-be6b5307 1s linear infinite;
}
.button-spinner .spinner-small[data-v-be6b5307] {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
}

/* Product Selection Styles */
.product-selection[data-v-be6b5307] {
  margin-top: 20px;
  animation: slideIn-be6b5307 0.3s ease;
}
.products-loading[data-v-be6b5307],
.detail-loading[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--widget-background-secondary);
  border-radius: 8px;
  color: var(--widget-text-secondary);
  font-size: 14px;
}
.products-loading .spinner-small[data-v-be6b5307],
.detail-loading .spinner-small[data-v-be6b5307] {
  border: 2px solid var(--widget-border);
  border-top: 2px solid var(--widget-primary);
}
.product-select[data-v-be6b5307] {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid var(--widget-border);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  background: var(--widget-background);
  color: var(--widget-text-primary);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300AAC1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.product-select[data-v-be6b5307]:hover {
  border-color: var(--widget-primary);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.15);
  transform: translateY(-1px);
}
.product-select[data-v-be6b5307]:focus {
  outline: none;
  border-color: var(--widget-primary);
  box-shadow:
    0 0 0 4px rgba(var(--widget-primary-rgb), 0.12),
    0 4px 12px rgba(var(--widget-primary-rgb), 0.15);
  transform: translateY(-1px);
}
.product-select[data-v-be6b5307]:disabled {
  background: var(--widget-background-secondary);
  color: var(--widget-text-muted);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.product-select option[data-v-be6b5307] {
  padding: 12px;
  font-size: 14px;
  color: var(--widget-text-primary);
  background: var(--widget-background);
}
.selected-product-info[data-v-be6b5307] {
  margin-top: 16px;
  animation: slideIn-be6b5307 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-info-card[data-v-be6b5307] {
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(var(--widget-primary-rgb), 0.08) 0%,
    rgba(var(--widget-primary-rgb), 0.03) 100%
  );
  border: 1px solid rgba(var(--widget-primary-rgb), 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(var(--widget-primary-rgb), 0.08);
  position: relative;
  overflow: hidden;
}
.product-info-card[data-v-be6b5307]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--widget-primary) 0%, var(--widget-primary-light) 100%);
}
.product-header[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-icon[data-v-be6b5307] {
  width: 36px;
  height: 36px;
  background: var(--widget-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(var(--widget-primary-rgb), 0.3);
}
.selected-product-name[data-v-be6b5307] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
  line-height: 1.3;
  flex: 1;
}
.selected-product-description[data-v-be6b5307] {
  margin: 0;
  font-size: 14px;
  color: var(--widget-text-secondary);
  line-height: 1.5;
  padding-left: 48px;
}
.selected-product-description[data-v-be6b5307] br {
  display: block;
  margin: 6px 0;
}
.selected-product-description[data-v-be6b5307] strong {
  color: var(--widget-text-primary);
  font-weight: 600;
}
.selected-product-description[data-v-be6b5307] b {
  color: var(--widget-primary);
  font-weight: 600;
}

/* Product Detail Styles */
.product-detail[data-v-be6b5307] {
  margin-top: 20px;
  animation: slideIn-be6b5307 0.3s ease;
}
.detail-title[data-v-be6b5307] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.denomination-grid[data-v-be6b5307] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.denomination-card[data-v-be6b5307] {
  position: relative;
  padding: 16px;
  background: var(--widget-background);
  border: 2px solid var(--widget-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.denomination-card[data-v-be6b5307]:hover {
  border-color: var(--widget-primary);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.1);
  transform: translateY(-1px);
}
.denomination-card.promo[data-v-be6b5307] {
  border-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.02) 100%);
}
.promo-badge[data-v-be6b5307] {
  position: absolute;
  top: -1px;
  right: 12px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}
.denomination-content[data-v-be6b5307] {
  flex: 1;
  padding-right: 16px;
}
.denomination-name[data-v-be6b5307] {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--widget-text-primary);
  line-height: 1.3;
}
.denomination-desc[data-v-be6b5307] {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: var(--widget-text-secondary);
  line-height: 1.4;
}
.denomination-desc[data-v-be6b5307] br {
  display: block;
  margin: 4px 0;
}
.denomination-desc[data-v-be6b5307] strong {
  color: var(--widget-text-primary);
  font-weight: 600;
}
.denomination-desc[data-v-be6b5307] b {
  color: var(--widget-primary);
  font-weight: 600;
}
.denomination-desc[data-v-be6b5307] em {
  font-style: italic;
  color: var(--widget-text-secondary);
}
.denomination-desc[data-v-be6b5307] span {
  color: inherit;
}
.denomination-price[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-label[data-v-be6b5307] {
  font-size: 12px;
  color: var(--widget-text-secondary);
  font-weight: 500;
}
.price-value[data-v-be6b5307] {
  font-size: 14px;
  font-weight: 700;
  color: var(--widget-primary);
}
.denomination-card.promo .price-value[data-v-be6b5307] {
  color: #f59e0b;
}
.denomination-image[data-v-be6b5307] {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img[data-v-be6b5307] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes spin-be6b5307 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes slideIn-be6b5307 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* PLN Token Styles */
.token-check-section[data-v-be6b5307] {
  margin-top: 20px;
}
.check-token-button[data-v-be6b5307] {
  width: 100%;
  padding: 16px 24px;
  background: #f59e0b;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
}
.check-token-button .button-spinner[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.check-token-button[data-v-be6b5307]:hover:not(:disabled) {
  background: #d97706;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}
.check-token-button[data-v-be6b5307]:disabled {
  background: var(--widget-text-muted);
  cursor: not-allowed;
  transform: none;
}
.token-error[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  margin-top: 12px;
  color: rgb(185, 28, 28);
  font-size: 14px;
  animation: slideIn-be6b5307 0.3s ease;
}
.token-error .error-icon[data-v-be6b5307] {
  flex-shrink: 0;
  color: rgb(185, 28, 28);
}
.customer-info-section[data-v-be6b5307] {
  margin-top: 24px;
  animation: slideIn-be6b5307 0.3s ease;
}
.section-title[data-v-be6b5307] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.customer-info-card[data-v-be6b5307] {
  padding: 20px;
  background: var(--widget-background);
  border: 1px solid var(--widget-border);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.info-grid[data-v-be6b5307] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* Force 1 column layout for PLN Token (parent_id = 2) due to long values */
.info-grid.pln-token[data-v-be6b5307] {
  grid-template-columns: 1fr !important;
}
@media (min-width: 480px) {
.info-grid[data-v-be6b5307]:not(.pln-token) {
    grid-template-columns: repeat(2, 1fr);
}
}
.info-item[data-v-be6b5307] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--widget-border);
}
.info-item[data-v-be6b5307]:last-child {
  border-bottom: none;
}
.info-label[data-v-be6b5307] {
  font-size: 14px;
  color: var(--widget-text-secondary);
  font-weight: 500;
}
.info-value[data-v-be6b5307] {
  font-size: 14px;
  color: var(--widget-text-primary);
  font-weight: 600;
}
.token-products-section[data-v-be6b5307] {
  margin-top: 24px;
  animation: slideIn-be6b5307 0.3s ease;
}
.token-products-grid[data-v-be6b5307] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.token-product-card[data-v-be6b5307] {
  position: relative;
  padding: 16px;
  background: var(--widget-background);
  border: 2px solid var(--widget-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.token-product-card[data-v-be6b5307]:hover {
  border-color: #f59e0b;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
  transform: translateY(-1px);
}
.token-product-card.promo[data-v-be6b5307] {
  border-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.02) 100%);
}
.token-product-content[data-v-be6b5307] {
  flex: 1;
  padding-right: 16px;
}
.token-product-name[data-v-be6b5307] {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--widget-text-primary);
  line-height: 1.3;
}
.token-product-desc[data-v-be6b5307] {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: var(--widget-text-secondary);
  line-height: 1.4;
}
.token-product-desc[data-v-be6b5307] font {
  font-size: inherit;
}
.token-product-price[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.token-product-points[data-v-be6b5307] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.points-label[data-v-be6b5307] {
  font-size: 12px;
  color: var(--widget-text-secondary);
  font-weight: 500;
}
.points-value[data-v-be6b5307] {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 6px;
  text-transform: uppercase;
}

/* Product Controls (Search, Filter, Sort) */
.product-controls[data-v-be6b5307] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 16px;
  animation: slideIn-be6b5307 0.3s ease;
}
.search-bar[data-v-be6b5307] {
  position: relative;
  display: flex;
  align-items: center;
}
.search-icon[data-v-be6b5307] {
  position: absolute;
  left: 14px;
  color: #6c757d;
  pointer-events: none;
}
.search-input[data-v-be6b5307] {
  width: 100%;
  padding: 12px 40px 12px 44px;
  border: 1px solid var(--widget-border);
  border-radius: 8px;
  font-size: 14px;
  color: var(--widget-text-primary);
  background: var(--widget-background);
  transition: all 0.2s ease;
}
.search-input[data-v-be6b5307]:focus {
  outline: none;
  border-color: var(--widget-primary);
  box-shadow: 0 0 0 3px rgba(var(--widget-primary-rgb), 0.1);
}
.search-input[data-v-be6b5307]::placeholder {
  color: #adb5bd;
}
.clear-search-btn[data-v-be6b5307] {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border: none;
  border-radius: 50%;
  color: #6c757d;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.clear-search-btn[data-v-be6b5307]:hover {
  background: #dee2e6;
  color: #2c3e50;
}
.filter-sort-row[data-v-be6b5307] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.filter-tabs[data-v-be6b5307] {
  display: flex;
  gap: 8px;
  flex: 1;
}
.filter-tab[data-v-be6b5307] {
  padding: 8px 16px;
  background: white;
  border: 1px solid var(--widget-border);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.filter-tab[data-v-be6b5307]:hover {
  border-color: var(--widget-primary);
  color: var(--widget-primary);
}
.filter-tab.active[data-v-be6b5307] {
  background: var(--widget-primary);
  border-color: var(--widget-primary);
  color: white;
}
.sort-dropdown[data-v-be6b5307] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.sort-icon[data-v-be6b5307] {
  color: var(--widget-primary);
  pointer-events: none;
}
.sort-select[data-v-be6b5307] {
  padding: 8px 32px 8px 12px;
  border: 1px solid var(--widget-border);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  background: white;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300AAC1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px;
  transition: all 0.2s ease;
}
.sort-select[data-v-be6b5307]:hover {
  border-color: var(--widget-primary);
  color: var(--widget-primary);
}
.sort-select[data-v-be6b5307]:focus {
  outline: none;
  border-color: var(--widget-primary);
  box-shadow: 0 0 0 3px rgba(var(--widget-primary-rgb), 0.1);
}

/* Form Section Styles */
.form-section[data-v-be6b5307] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.input-group[data-v-be6b5307] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.input-label[data-v-be6b5307] {
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.required-mark[data-v-be6b5307] {
  color: #dc3545;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.beli-header[data-v-be6b5307] {
    padding: 14px 16px;
}
.beli-title[data-v-be6b5307] {
    font-size: 18px;
}
.cyan-header-section[data-v-be6b5307] {
    padding: 16px;
}
.phone-label[data-v-be6b5307] {
    font-size: 13px;
}
.phone-input-field[data-v-be6b5307] {
    padding: 12px 14px;
    font-size: 16px; /* Prevent zoom on iOS */
}
.phone-content-section[data-v-be6b5307] {
    padding: 16px;
}
.service-info[data-v-be6b5307] {
    padding: 12px;
}
.customer-info-card[data-v-be6b5307] {
    padding: 16px;
}
.info-grid[data-v-be6b5307] {
    grid-template-columns: 1fr;
}
.info-item[data-v-be6b5307] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.search-input[data-v-be6b5307] {
    padding: 10px 36px 10px 40px;
    font-size: 14px;
}
.filter-tab[data-v-be6b5307] {
    padding: 6px 12px;
    font-size: 12px;
}
.sort-select[data-v-be6b5307] {
    padding: 6px 28px 6px 10px;
    font-size: 12px;
}
.filter-sort-row[data-v-be6b5307] {
    flex-wrap: wrap;
}
}

.bayar-container[data-v-5b775cde] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}
.bayar-header[data-v-5b775cde] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  color: white;
}
.back-button[data-v-5b775cde],
.history-button[data-v-5b775cde] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.back-button[data-v-5b775cde]:hover,
.history-button[data-v-5b775cde]:hover {
  opacity: 0.8;
}
.bayar-title[data-v-5b775cde] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  flex: 1;
  text-align: center;
}

/* Cyan Header Section with Phone Input */
.cyan-header-section[data-v-5b775cde] {
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  padding: 20px;
}
.phone-input-wrapper[data-v-5b775cde] {
  max-width: 100%;
}
.phone-label[data-v-5b775cde] {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-bottom: 12px;
}
.phone-input-container[data-v-5b775cde] {
  position: relative;
  display: flex;
  align-items: center;
}
.phone-input-field[data-v-5b775cde] {
  flex: 1;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #2c3e50;
  background: white;
  transition: all 0.2s ease;
}
.phone-input-field[data-v-5b775cde]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.phone-input-field.error[data-v-5b775cde] {
  box-shadow: 0 0 0 2px #dc3545;
}
.phone-input-field[data-v-5b775cde]::placeholder {
  color: #adb5bd;
}
.phone-menu-button[data-v-5b775cde] {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.phone-menu-button[data-v-5b775cde]:hover {
  color: #2c3e50;
}
.validation-messages[data-v-5b775cde] {
  margin-top: 8px;
}
.error-message[data-v-5b775cde] {
  color: white;
  background: rgba(220, 53, 69, 0.9);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}
.bayar-content[data-v-5b775cde] {
  flex: 1;
  overflow-y: auto;
  background: #f5f5f5;
}

/* Content Section (After phone entered) */
.phone-content-section[data-v-5b775cde] {
  padding: 20px;
  background: white;
  margin-top: 8px;
}

/* Selected Product Display */
.selected-product-display[data-v-5b775cde] {
  margin-bottom: 24px;
}
.selected-product-header[data-v-5b775cde] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.selected-product-title[data-v-5b775cde] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.change-product-button[data-v-5b775cde] {
  background: none;
  border: 1px solid var(--widget-primary);
  color: var(--widget-primary);
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.change-product-button[data-v-5b775cde]:hover {
  background: var(--widget-primary);
  color: white;
}
.selected-product-card[data-v-5b775cde] {
  position: relative;
  padding: 16px;
  background: linear-gradient(135deg, rgba(51, 187, 205, 0.05) 0%, rgba(0, 170, 193, 0.05) 100%);
  border: 2px solid rgba(51, 187, 205, 0.2);
  border-radius: 12px;
}
.promo-badge-small[data-v-5b775cde] {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  z-index: 1;
}
.selected-product-info[data-v-5b775cde] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.selected-product-image[data-v-5b775cde] {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.selected-img[data-v-5b775cde] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.selected-product-text[data-v-5b775cde] {
  flex: 1;
  padding-right: 60px; /* Make room for promo badge */
}
.selected-product-name[data-v-5b775cde] {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.selected-product-desc[data-v-5b775cde] {
  margin: 0;
  font-size: 14px;
  color: var(--widget-text-secondary);
  line-height: 1.5;
}

/* Check Bill Button */
.check-bill-button[data-v-5b775cde] {
  width: 100%;
  padding: 16px 24px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.check-bill-button[data-v-5b775cde]:hover:not(:disabled) {
  background: var(--widget-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.3);
}
.check-bill-button[data-v-5b775cde]:disabled {
  background: var(--widget-text-muted);
  cursor: not-allowed;
  transform: none;
}
.check-bill-button .button-spinner[data-v-5b775cde] {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Product Selection Modal */
.product-modal[data-v-5b775cde] {
  background: var(--widget-background);
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: slideIn-5b775cde 0.3s ease;
  display: flex;
  flex-direction: column;
}
.product-modal .modal-content[data-v-5b775cde] {
  flex: 1;
  overflow-y: auto;
}
.product-modal .product-detail[data-v-5b775cde] {
  margin-top: 0;
}


/* Empty Number Notice */
.empty-number-notice[data-v-5b775cde] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 8px;
  margin-bottom: 16px;
  color: rgb(180, 83, 9);
  font-size: 14px;
  animation: slideIn-5b775cde 0.3s ease;
}
.empty-number-notice .notice-icon[data-v-5b775cde] {
  flex-shrink: 0;
  color: rgb(180, 83, 9);
}
.empty-number-notice .notice-message[data-v-5b775cde] {
  font-weight: 500;
}
.spinner-small[data-v-5b775cde] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-5b775cde 1s linear infinite;
}
.button-spinner .spinner-small[data-v-5b775cde] {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
}
.detail-loading[data-v-5b775cde] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--widget-background-secondary);
  border-radius: 8px;
  color: var(--widget-text-secondary);
  font-size: 14px;
}
.detail-loading .spinner-small[data-v-5b775cde] {
  border: 2px solid var(--widget-border);
  border-top: 2px solid var(--widget-primary);
}

/* Product Detail Styles */
.product-detail[data-v-5b775cde] {
  margin-top: 20px;
  animation: slideIn-5b775cde 0.3s ease;
}
.detail-title[data-v-5b775cde] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.denomination-grid[data-v-5b775cde] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.denomination-card[data-v-5b775cde] {
  position: relative;
  padding: 16px;
  background: var(--widget-background);
  border: 2px solid var(--widget-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.denomination-card[data-v-5b775cde]:hover {
  border-color: var(--widget-primary);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.1);
  transform: translateY(-1px);
}
.denomination-card.promo[data-v-5b775cde] {
  border-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.02) 100%);
}
.denomination-card.disabled[data-v-5b775cde] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.promo-badge[data-v-5b775cde] {
  position: absolute;
  top: -1px;
  right: 12px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}
.denomination-image[data-v-5b775cde] {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img[data-v-5b775cde] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.denomination-content[data-v-5b775cde] {
  flex: 1;
  padding-right: 16px;
}
.denomination-name[data-v-5b775cde] {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--widget-text-primary);
  line-height: 1.3;
}
.denomination-desc[data-v-5b775cde] {
  margin: 0;
  font-size: 13px;
  color: var(--widget-text-secondary);
  line-height: 1.4;
}

/* Loading Overlay */
.loading-overlay[data-v-5b775cde] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn-5b775cde 0.2s ease;
}
.loading-content[data-v-5b775cde] {
  background: white;
  border-radius: 16px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: slideIn-5b775cde 0.3s ease;
}
.spinner-large[data-v-5b775cde] {
  width: 48px;
  height: 48px;
  border: 4px solid #e9ecef;
  border-top: 4px solid var(--widget-primary);
  border-radius: 50%;
  animation: spin-5b775cde 0.8s linear infinite;
}
.loading-text[data-v-5b775cde] {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--widget-text-primary);
}
@keyframes fadeIn-5b775cde {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes spin-5b775cde {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes slideIn-5b775cde {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Modal Styles */
.modal-overlay[data-v-5b775cde] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}
.bill-modal[data-v-5b775cde] {
  background: var(--widget-background);
  border-radius: 16px;
  max-width: 400px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: slideIn-5b775cde 0.3s ease;
}
.modal-header[data-v-5b775cde] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--widget-border);
}
.modal-title[data-v-5b775cde] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.modal-close[data-v-5b775cde] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  color: var(--widget-text-secondary);
  transition: all 0.2s ease;
}
.modal-close[data-v-5b775cde]:hover {
  background: var(--widget-border);
  color: var(--widget-text-primary);
}
.modal-content[data-v-5b775cde] {
  padding: 20px;
  max-height: 50vh;
  overflow-y: auto;
}
.bill-customer-info[data-v-5b775cde],
.bill-payment-info[data-v-5b775cde] {
  margin-bottom: 24px;
}
.bill-payment-info[data-v-5b775cde]:last-child {
  margin-bottom: 0;
}
.info-section-title[data-v-5b775cde] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--widget-border);
}
.info-row[data-v-5b775cde] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--widget-border);
}
.info-row[data-v-5b775cde]:last-child {
  border-bottom: none;
}
.info-row.total-row[data-v-5b775cde] {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 2px solid var(--widget-primary);
  border-bottom: none;
}
.info-label[data-v-5b775cde] {
  font-size: 14px;
  color: var(--widget-text-secondary);
  font-weight: 500;
}
.info-value[data-v-5b775cde] {
  font-size: 14px;
  color: var(--widget-text-primary);
  font-weight: 600;
  text-align: right;
}
.info-value.text-red[data-v-5b775cde] {
  color: #dc3545;
}
.info-value.text-green[data-v-5b775cde] {
  color: #28a745;
}
.info-value.total-amount[data-v-5b775cde] {
  font-size: 16px;
  color: var(--widget-primary);
  font-weight: 700;
}
.modal-footer[data-v-5b775cde] {
  padding: 20px;
  border-top: 1px solid var(--widget-border);
}
.pay-bill-button[data-v-5b775cde] {
  width: 100%;
  padding: 16px 24px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pay-bill-button[data-v-5b775cde]:hover {
  background: var(--widget-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.3);
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.bayar-header[data-v-5b775cde] {
    padding: 14px 16px;
}
.bayar-title[data-v-5b775cde] {
    font-size: 18px;
}
.cyan-header-section[data-v-5b775cde] {
    padding: 16px;
}
.phone-label[data-v-5b775cde] {
    font-size: 13px;
}
.phone-input-field[data-v-5b775cde] {
    padding: 12px 14px;
    font-size: 16px; /* Prevent zoom on iOS */
}
.phone-content-section[data-v-5b775cde] {
    padding: 16px;
}
.selected-product-card[data-v-5b775cde] {
    padding: 14px;
}
.selected-product-name[data-v-5b775cde] {
    font-size: 15px;
}
.selected-product-desc[data-v-5b775cde] {
    font-size: 13px;
}
.modal-overlay[data-v-5b775cde] {
    padding: 10px;
}
.bill-modal[data-v-5b775cde],
  .product-modal[data-v-5b775cde] {
    max-height: 90vh;
    max-width: 100%;
}
.modal-header[data-v-5b775cde],
  .modal-content[data-v-5b775cde],
  .modal-footer[data-v-5b775cde] {
    padding: 16px;
}
}

.modal-overlay[data-v-15c3ef23] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}
.modal-container[data-v-15c3ef23] {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 450px;
  width: 100%;
  overflow: hidden;
}
.modal-header[data-v-15c3ef23] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.modal-title[data-v-15c3ef23] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
}
.modal-close[data-v-15c3ef23] {
  background: none;
  border: none;
  font-size: 28px;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.modal-close[data-v-15c3ef23]:hover {
  background: #f3f4f6;
  color: #1f2937;
}
.modal-body[data-v-15c3ef23] {
  padding: 24px;
}
.modal-description[data-v-15c3ef23] {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
.form-group[data-v-15c3ef23] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-label[data-v-15c3ef23] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.required[data-v-15c3ef23] {
  color: #dc2626;
}
.form-input[data-v-15c3ef23] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  color: #1f2937;
  transition: all 0.2s ease;
  font-family: inherit;
}
.form-input[data-v-15c3ef23]:focus {
  outline: none;
  border-color: var(--widget-primary);
  box-shadow: 0 0 0 3px rgba(var(--widget-primary-rgb), 0.1);
}
.form-input.has-error[data-v-15c3ef23] {
  border-color: #dc2626;
}
.form-input.has-error[data-v-15c3ef23]:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.error-message[data-v-15c3ef23] {
  font-size: 13px;
  color: #dc2626;
  display: flex;
  align-items: center;
  gap: 4px;
}
.modal-footer[data-v-15c3ef23] {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
.btn-cancel[data-v-15c3ef23],
.btn-submit[data-v-15c3ef23] {
  flex: 1;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.btn-cancel[data-v-15c3ef23] {
  background: white;
  color: #6b7280;
  border: 2px solid #e5e7eb;
}
.btn-cancel[data-v-15c3ef23]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #374151;
}
.btn-submit[data-v-15c3ef23] {
  background: var(--widget-primary);
  color: white;
}
.btn-submit[data-v-15c3ef23]:hover:not(:disabled) {
  background: var(--widget-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.3);
}
.btn-submit[data-v-15c3ef23]:disabled {
  background: #d1d5db;
  cursor: not-allowed;
  transform: none;
}
.button-spinner[data-v-15c3ef23] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner-small[data-v-15c3ef23] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-15c3ef23 1s linear infinite;
}
@keyframes spin-15c3ef23 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Modal Transitions */
.modal-fade-enter-active[data-v-15c3ef23],
.modal-fade-leave-active[data-v-15c3ef23] {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-fade-enter-from[data-v-15c3ef23],
.modal-fade-leave-to[data-v-15c3ef23] {
  opacity: 0;
}
.modal-slide-enter-active[data-v-15c3ef23],
.modal-slide-leave-active[data-v-15c3ef23] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-slide-enter-from[data-v-15c3ef23] {
  opacity: 0;
  transform: translateY(-20px) scale(0.95);
}
.modal-slide-leave-to[data-v-15c3ef23] {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

/* Error Transition */
.error-fade-enter-active[data-v-15c3ef23],
.error-fade-leave-active[data-v-15c3ef23] {
  transition: all 0.2s ease;
}
.error-fade-enter-from[data-v-15c3ef23],
.error-fade-leave-to[data-v-15c3ef23] {
  opacity: 0;
  transform: translateY(-4px);
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.modal-overlay[data-v-15c3ef23] {
    padding: 16px;
}
.modal-container[data-v-15c3ef23] {
    max-width: 100%;
}
.modal-header[data-v-15c3ef23] {
    padding: 20px;
}
.modal-title[data-v-15c3ef23] {
    font-size: 18px;
}
.modal-body[data-v-15c3ef23] {
    padding: 20px;
}
.modal-footer[data-v-15c3ef23] {
    padding: 16px 20px;
    flex-direction: column;
}
.btn-cancel[data-v-15c3ef23],
  .btn-submit[data-v-15c3ef23] {
    width: 100%;
}
}

.payment-bayar-container[data-v-6feb078d] {
  width: 100%;
  height: 100%;
  background: var(--widget-background);
  border-radius: 12px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}
.payment-header[data-v-6feb078d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--widget-background-secondary);
  border-bottom: 1px solid var(--widget-border);
}
.back-button[data-v-6feb078d],
.close-button[data-v-6feb078d] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-button[data-v-6feb078d] {
  color: var(--widget-text-secondary);
}
.close-button[data-v-6feb078d] {
  color: var(--widget-text-secondary);
  font-size: 24px;
  width: 32px;
  height: 32px;
}
.back-button[data-v-6feb078d]:hover,
.close-button[data-v-6feb078d]:hover {
  background: var(--widget-border);
  color: var(--widget-text-primary);
}
.payment-title[data-v-6feb078d] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.payment-content[data-v-6feb078d] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-title[data-v-6feb078d] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}

/* Product Section Styles */
.product-section[data-v-6feb078d] {
  margin-bottom: 0;
}
.product-card[data-v-6feb078d] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.product-icon[data-v-6feb078d] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.icon-image[data-v-6feb078d] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-placeholder[data-v-6feb078d] {
  font-size: 24px;
}
.product-info[data-v-6feb078d] {
  flex: 1;
}
.product-name[data-v-6feb078d] {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.product-detail[data-v-6feb078d] {
  margin: 0;
  font-size: 12px;
  color: var(--widget-text-secondary);
}

/* Bill Summary Styles */
.bill-summary-card[data-v-6feb078d] {
  background: var(--widget-background);
  border: 1px solid var(--widget-border);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.customer-info[data-v-6feb078d] {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--widget-border);
}
.info-row[data-v-6feb078d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.info-label[data-v-6feb078d] {
  font-size: 14px;
  color: var(--widget-text-secondary);
  font-weight: 500;
}
.info-value[data-v-6feb078d] {
  font-size: 14px;
  color: var(--widget-text-primary);
  font-weight: 600;
  text-align: right;
}
.breakdown-row[data-v-6feb078d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--widget-border);
}
.breakdown-row[data-v-6feb078d]:last-child {
  border-bottom: none;
}
.breakdown-row.total-row[data-v-6feb078d] {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 2px solid var(--widget-primary);
  border-bottom: none;
}
.breakdown-label[data-v-6feb078d] {
  font-size: 14px;
  color: var(--widget-text-secondary);
  font-weight: 500;
}
.breakdown-value[data-v-6feb078d] {
  font-size: 14px;
  color: var(--widget-text-primary);
  font-weight: 600;
}
.breakdown-value.text-red[data-v-6feb078d] {
  color: #dc3545;
}
.breakdown-value.text-green[data-v-6feb078d] {
  color: #28a745;
}
.breakdown-value.total-amount[data-v-6feb078d] {
  font-size: 16px;
  color: var(--widget-primary);
  font-weight: 700;
}

/* Payment Method Styles */
.payment-method-selected[data-v-6feb078d],
.payment-method-placeholder[data-v-6feb078d] {
  display: flex;
  align-items: center;
  padding: 16px;
  background: white;
  border: 1px solid var(--widget-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-method-selected[data-v-6feb078d]:hover,
.payment-method-placeholder[data-v-6feb078d]:hover {
  border-color: var(--widget-primary);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.1);
}
.payment-logo[data-v-6feb078d] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--widget-background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 12px;
}
.logo-image[data-v-6feb078d] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-placeholder[data-v-6feb078d] {
  font-size: 24px;
}
.payment-info[data-v-6feb078d] {
  flex: 1;
}
.payment-name[data-v-6feb078d] {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.payment-detail[data-v-6feb078d] {
  margin: 0 0 4px 0;
  font-size: 12px;
  color: var(--widget-text-secondary);
}
.payment-fee[data-v-6feb078d] {
  margin: 0;
  font-size: 12px;
  color: var(--widget-primary);
  font-weight: 600;
}
.payment-action[data-v-6feb078d] {
  width: 24px;
  height: 24px;
  color: var(--widget-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Payment Placeholder */
.payment-method-placeholder[data-v-6feb078d] {
  gap: 12px;
  border: 2px dashed var(--widget-border);
}
.placeholder-icon[data-v-6feb078d] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--widget-background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--widget-text-secondary);
}
.placeholder-text[data-v-6feb078d] {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--widget-text-secondary);
}
.placeholder-arrow[data-v-6feb078d] {
  width: 24px;
  height: 24px;
  color: var(--widget-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Total Section Styles */
.total-card[data-v-6feb078d] {
  background: linear-gradient(135deg, rgba(var(--widget-primary-rgb), 0.1) 0%, rgba(var(--widget-primary-rgb), 0.05) 100%);
  border: 1px solid rgba(var(--widget-primary-rgb), 0.2);
  border-radius: 12px;
  padding: 20px;
}
.total-row[data-v-6feb078d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total-label[data-v-6feb078d] {
  font-size: 16px;
  color: var(--widget-text-primary);
  font-weight: 600;
}
.total-amount[data-v-6feb078d] {
  font-size: 20px;
  color: var(--widget-primary);
  font-weight: 700;
}

/* Pay Button Styles */
.pay-button[data-v-6feb078d] {
  width: 100%;
  padding: 16px 24px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  margin-top: auto;
}
.pay-button[data-v-6feb078d]:hover:not(:disabled) {
  background: var(--widget-primary-dark);
  transform: translateY(-1px);
  box-shadow: var(--widget-shadow-medium);
}
.pay-button[data-v-6feb078d]:disabled {
  background: var(--widget-text-muted);
  cursor: not-allowed;
  transform: none;
}
.button-spinner[data-v-6feb078d] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.spinner-small[data-v-6feb078d] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-6feb078d 1s linear infinite;
}
@keyframes spin-6feb078d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.payment-content[data-v-6feb078d] {
    padding: 16px;
}
.product-card[data-v-6feb078d],
  .bill-summary-card[data-v-6feb078d],
  .total-card[data-v-6feb078d] {
    padding: 16px;
}
.product-icon[data-v-6feb078d],
  .payment-logo[data-v-6feb078d] {
    width: 40px;
    height: 40px;
}
.payment-method-selected[data-v-6feb078d],
  .payment-method-placeholder[data-v-6feb078d] {
    padding: 12px;
}
}

.payment-container[data-v-5841d018] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}
.payment-header[data-v-5841d018] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid var(--widget-border);
}
.back-button[data-v-5841d018],
.close-button[data-v-5841d018] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-button[data-v-5841d018] {
  color: var(--widget-text-secondary);
}
.close-button[data-v-5841d018] {
  color: var(--widget-text-secondary);
  font-size: 24px;
  width: 32px;
  height: 32px;
}
.back-button[data-v-5841d018]:hover,
.close-button[data-v-5841d018]:hover {
  background: var(--widget-border);
  color: var(--widget-text-primary);
}
.payment-title[data-v-5841d018] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.payment-content[data-v-5841d018] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.section-title[data-v-5841d018] {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}

/* Section 1: Product */
.product-section[data-v-5841d018] {
  margin-bottom: 16px;
}
.product-card[data-v-5841d018] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.product-icon[data-v-5841d018] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.icon-image[data-v-5841d018] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-placeholder[data-v-5841d018] {
  font-size: 24px;
}
.product-info[data-v-5841d018] {
  flex: 1;
}
.product-name[data-v-5841d018] {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.product-detail[data-v-5841d018] {
  margin: 0 0 4px 0;
  font-size: 12px;
  color: var(--widget-text-secondary);
}
.product-price[data-v-5841d018] {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--widget-primary);
}

/* Section 2: Detail Pembelian */
.detail-section[data-v-5841d018] {
  margin-bottom: 16px;
}
.detail-card[data-v-5841d018] {
  padding: 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.detail-item[data-v-5841d018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.detail-item[data-v-5841d018]:last-child {
  margin-bottom: 0;
}
.detail-item.total-item[data-v-5841d018] {
  padding-top: 12px;
  border-top: 1px dashed var(--widget-border);
  margin-top: 4px;
}
.detail-label[data-v-5841d018] {
  font-size: 13px;
  color: var(--widget-text-secondary);
}
.detail-value[data-v-5841d018] {
  font-size: 13px;
  font-weight: 600;
  color: var(--widget-text-primary);
  text-align: right;
}
.total-price[data-v-5841d018] {
  font-size: 16px;
  color: var(--widget-primary);
  font-weight: 700;
}

/* Section 3: Payment Method */
.payment-method-section[data-v-5841d018] {
  margin-bottom: 16px;
}
.payment-method-selected[data-v-5841d018],
.payment-method-placeholder[data-v-5841d018] {
  display: flex;
  align-items: center;
  padding: 16px;
  background: white;
  border: 1px solid var(--widget-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-method-selected[data-v-5841d018]:hover,
.payment-method-placeholder[data-v-5841d018]:hover {
  border-color: var(--widget-primary);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.1);
}
.payment-logo[data-v-5841d018] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--widget-background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 12px;
}
.logo-image[data-v-5841d018] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-placeholder[data-v-5841d018] {
  font-size: 24px;
}
.payment-info[data-v-5841d018] {
  flex: 1;
}
.payment-name[data-v-5841d018] {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.payment-detail[data-v-5841d018],
.payment-balance[data-v-5841d018] {
  margin: 0;
  font-size: 12px;
  color: var(--widget-text-secondary);
}
.payment-action[data-v-5841d018] {
  width: 24px;
  height: 24px;
  color: var(--widget-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Payment Placeholder */
.payment-method-placeholder[data-v-5841d018] {
  gap: 12px;
  border: 2px dashed var(--widget-border);
}
.placeholder-icon[data-v-5841d018] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--widget-background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--widget-text-secondary);
}
.placeholder-text[data-v-5841d018] {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--widget-text-secondary);
}
.placeholder-arrow[data-v-5841d018] {
  width: 24px;
  height: 24px;
  color: var(--widget-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bayar Sekarang Button */
.bayar-button[data-v-5841d018] {
  width: 100%;
  padding: 16px 24px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  box-shadow: 0 2px 8px rgba(var(--widget-primary-rgb), 0.2);
}
.bayar-button[data-v-5841d018]:hover:not(:disabled) {
  background: var(--widget-primary-dark);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.3);
}
.bayar-button[data-v-5841d018]:disabled {
  background: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.7;
}
.spinner-small[data-v-5841d018] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-5841d018 1s linear infinite;
}

/* Notification Styles */
.notification[data-v-5841d018] {
  position: absolute;
  top: 60px;
  left: 16px;
  right: 16px;
  z-index: 1000;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.notification.success[data-v-5841d018] {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  border: 1px solid #10b981;
  color: #065f46;
}
.notification.error[data-v-5841d018] {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border: 1px solid #dc2626;
  color: #7f1d1d;
}
.notification-content[data-v-5841d018] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.notification-message[data-v-5841d018] {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.notification-close[data-v-5841d018] {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.notification-close[data-v-5841d018]:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* Notification Transitions */
.notification-slide-enter-active[data-v-5841d018],
.notification-slide-leave-active[data-v-5841d018] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.notification-slide-enter-from[data-v-5841d018] {
  opacity: 0;
  transform: translateY(-20px);
}
.notification-slide-leave-to[data-v-5841d018] {
  opacity: 0;
  transform: translateY(-10px);
}
@keyframes spin-5841d018 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.payment-content[data-v-5841d018] {
    padding: 12px;
}
.product-card[data-v-5841d018],
  .detail-card[data-v-5841d018] {
    padding: 12px;
}
.product-icon[data-v-5841d018],
  .payment-logo[data-v-5841d018] {
    width: 40px;
    height: 40px;
}
.bayar-button[data-v-5841d018] {
    padding: 14px 20px;
    font-size: 15px;
    min-height: 48px;
}
}

.payment-method-list-container[data-v-8a615730] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}
.payment-method-header[data-v-8a615730] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid var(--widget-border);
}
.back-button[data-v-8a615730] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--widget-text-secondary);
}
.back-button[data-v-8a615730]:hover {
  opacity: 0.8;
}
.payment-method-title[data-v-8a615730] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--widget-text-primary);
  flex: 1;
  text-align: center;
}
.header-spacer[data-v-8a615730] {
  width: 32px;
}
.payment-method-content[data-v-8a615730] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.loading-state[data-v-8a615730],
.error-state[data-v-8a615730] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.spinner[data-v-8a615730] {
  width: 32px;
  height: 32px;
  border: 3px solid var(--widget-border);
  border-top: 3px solid var(--widget-primary);
  border-radius: 50%;
  animation: spin-8a615730 1s linear infinite;
  margin-bottom: 16px;
}
.error-message[data-v-8a615730] {
  margin: 0 0 16px 0;
  color: #dc3545;
  font-size: 14px;
}
.retry-button[data-v-8a615730] {
  padding: 8px 16px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.retry-button[data-v-8a615730]:hover {
  background: var(--widget-primary-dark);
}
.payment-group[data-v-8a615730] {
  margin-bottom: 24px;
}
.group-title[data-v-8a615730] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.payment-cards[data-v-8a615730] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-card[data-v-8a615730] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--widget-border);
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.payment-card[data-v-8a615730]:hover:not(.unavailable) {
  border-color: var(--widget-primary);
  box-shadow: 0 4px 12px rgba(var(--widget-primary-rgb), 0.1);
  transform: translateY(-1px);
}
.payment-card.unavailable[data-v-8a615730] {
  opacity: 0.6;
  cursor: not-allowed;
  background: var(--widget-background-secondary);
}
.payment-logo[data-v-8a615730] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--widget-background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-image[data-v-8a615730] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-placeholder[data-v-8a615730] {
  font-size: 24px;
}
.payment-info[data-v-8a615730] {
  flex: 1;
  min-width: 0;
}
.payment-name[data-v-8a615730] {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.payment-details[data-v-8a615730] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.account-name[data-v-8a615730],
.account-number[data-v-8a615730],
.admin-fee[data-v-8a615730],
.note-info[data-v-8a615730] {
  font-size: 12px;
  color: var(--widget-text-secondary);
}
.admin-fee[data-v-8a615730] {
  color: var(--widget-primary);
  font-weight: 500;
}
.payment-status[data-v-8a615730] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.status-badge[data-v-8a615730] {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.status-badge.error[data-v-8a615730] {
  background: #fee;
  color: #dc3545;
}
.status-badge.unavailable[data-v-8a615730] {
  background: #f5f5f5;
  color: #6c757d;
}
.arrow-icon[data-v-8a615730] {
  width: 24px;
  height: 24px;
  color: var(--widget-text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes spin-8a615730 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.payment-method-content[data-v-8a615730] {
    padding: 16px;
}
.payment-card[data-v-8a615730] {
    padding: 12px;
    gap: 12px;
}
.payment-logo[data-v-8a615730] {
    width: 40px;
    height: 40px;
}
.payment-name[data-v-8a615730] {
    font-size: 14px;
}
.payment-details span[data-v-8a615730] {
    font-size: 11px;
}
}

.transaction-detail-container[data-v-3584cc6d] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}

/* Cyan Header */
.transaction-header[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  color: white;
}
.back-button[data-v-3584cc6d] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.back-button[data-v-3584cc6d]:hover {
  opacity: 0.8;
}
.header-spacer[data-v-3584cc6d] {
  width: 28px; /* Same width as back button to center title */
}
.transaction-title[data-v-3584cc6d] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  flex: 1;
  text-align: center;
}
.transaction-content[data-v-3584cc6d] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: #f5f5f5;
}
.loading-state[data-v-3584cc6d],
.error-state[data-v-3584cc6d],
.no-transaction-state[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.spinner[data-v-3584cc6d] {
  width: 32px;
  height: 32px;
  border: 3px solid #e0e0e0;
  border-top: 3px solid #33bbcd;
  border-radius: 50%;
  animation: spin-3584cc6d 1s linear infinite;
  margin-bottom: 16px;
}
.error-message[data-v-3584cc6d],
.no-transaction-message[data-v-3584cc6d] {
  margin: 0 0 16px 0;
  color: #666;
  font-size: 14px;
}
.retry-button[data-v-3584cc6d],
.back-home-button[data-v-3584cc6d] {
  padding: 8px 16px;
  background: #33bbcd;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.retry-button[data-v-3584cc6d]:hover,
.back-home-button[data-v-3584cc6d]:hover {
  background: #2aa3b3;
}
.transaction-sections[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Product Card (Collapsible) */
.product-card[data-v-3584cc6d] {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.product-card-header[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.product-card-header[data-v-3584cc6d]:hover {
  background: #f9f9f9;
}
.product-info-compact[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.product-logo-small[data-v-3584cc6d] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-image[data-v-3584cc6d],
.bank-image[data-v-3584cc6d] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-placeholder[data-v-3584cc6d],
.bank-placeholder[data-v-3584cc6d] {
  font-size: 20px;
}
.product-details-compact[data-v-3584cc6d] {
  flex: 1;
}
.product-name-compact[data-v-3584cc6d] {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.product-provider-compact[data-v-3584cc6d] {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.collapse-toggle[data-v-3584cc6d] {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #33bbcd;
  transition: transform 0.3s ease;
}
.collapse-toggle.rotated[data-v-3584cc6d] {
  transform: rotate(180deg);
}
.product-card-content[data-v-3584cc6d] {
  border-top: 1px solid #eee;
  padding: 16px;
}
.transaction-details[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.detail-row[data-v-3584cc6d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-label[data-v-3584cc6d] {
  font-size: 13px;
  color: #666;
}
.detail-value[data-v-3584cc6d] {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.detail-value-with-copy[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.copy-icon[data-v-3584cc6d] {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #33bbcd;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.copy-icon[data-v-3584cc6d]:hover {
  color: #2aa3b3;
  background: #f0f0f0;
  border-radius: 4px;
}
.report-button[data-v-3584cc6d] {
  width: 100%;
  padding: 10px;
  background: white;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.report-button[data-v-3584cc6d]:hover {
  background: #f5f5f5;
  border-color: #33bbcd;
}

/* Status Section */
.status-section-new[data-v-3584cc6d] {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.status-header[data-v-3584cc6d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.section-title-new[data-v-3584cc6d] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.status-badge[data-v-3584cc6d] {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.status-badge.status-unpaid[data-v-3584cc6d] {
  background: rgba(235, 154, 77, 0.1);
  color: #eb9a4d;
  border: 1px solid rgba(235, 154, 77, 0.3);
}
.status-badge.status-confirmed[data-v-3584cc6d] {
  background: rgba(51, 187, 205, 0.1);
  color: #00aac1;
  border: 1px solid rgba(51, 187, 205, 0.3);
}
.status-badge.status-processing[data-v-3584cc6d] {
  background: rgba(255, 193, 7, 0.1);
  color: #ffa000;
  border: 1px solid rgba(255, 193, 7, 0.3);
}
.status-badge.status-success[data-v-3584cc6d] {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.status-badge.status-failed[data-v-3584cc6d] {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}
.transaction-date[data-v-3584cc6d] {
  margin: 0 0 20px 0;
  font-size: 12px;
  color: #666;
}

/* Progress Stepper */
.progress-stepper[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.step[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.step-circle[data-v-3584cc6d] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}
.step.active .step-circle[data-v-3584cc6d] {
  background: #33bbcd;
}
.step.success .step-circle[data-v-3584cc6d] {
  background: #28a745;
}
.step.failed .step-circle[data-v-3584cc6d] {
  background: #dc3545;
}
.step-inner[data-v-3584cc6d] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}
.step.completed .step-inner[data-v-3584cc6d] {
  background: white;
}
.step-label[data-v-3584cc6d] {
  font-size: 10px;
  color: #999;
  font-weight: 500;
  text-align: center;
  max-width: 60px;
}
.step.active .step-label[data-v-3584cc6d] {
  color: #33bbcd;
  font-weight: 600;
}
.step.success .step-label[data-v-3584cc6d] {
  color: #28a745;
  font-weight: 600;
}
.step.failed .step-label[data-v-3584cc6d] {
  color: #dc3545;
  font-weight: 600;
}
.step-line[data-v-3584cc6d] {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.step-line.active[data-v-3584cc6d] {
  background: #33bbcd;
}
.step-line.failed[data-v-3584cc6d] {
  background: #dc3545;
}
.status-message[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 12px;
  color: #666;
}
.status-message.success[data-v-3584cc6d] {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  color: #28a745;
}
.status-message.failed[data-v-3584cc6d] {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: #dc3545;
}
.status-message svg[data-v-3584cc6d] {
  flex-shrink: 0;
  color: #33bbcd;
}
.status-message.success svg[data-v-3584cc6d] {
  color: #28a745;
}
.status-message.failed svg[data-v-3584cc6d] {
  color: #dc3545;
}
.note-message[data-v-3584cc6d] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  font-size: 12px;
  color: #856404;
  margin-top: 12px;
  line-height: 1.5;
}
.note-message svg[data-v-3584cc6d] {
  flex-shrink: 0;
  color: #ffc107;
  margin-top: 2px;
}

/* Payment Section */
.payment-section-new[data-v-3584cc6d] {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.payment-method-card[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.payment-bank-info[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bank-logo-new[data-v-3584cc6d] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bank-details-new[data-v-3584cc6d] {
  flex: 1;
}
.bank-name-new[data-v-3584cc6d] {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.bank-account-name[data-v-3584cc6d] {
  margin: 0;
  font-size: 12px;
  color: #666;
}

/* QRIS Payment Section */
.qris-section[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}
.qris-code-container[data-v-3584cc6d] {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.qris-canvas[data-v-3584cc6d] {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.qris-placeholder[data-v-3584cc6d] {
  font-size: 14px;
  color: #999;
  text-align: center;
}

/* Payment Link Section */
.payment-link-section[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.payment-link-btn[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(51, 187, 205, 0.3);
}
.payment-link-btn[data-v-3584cc6d]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(51, 187, 205, 0.4);
}
.payment-link-btn[data-v-3584cc6d]:active {
  transform: translateY(0);
}
.payment-link-btn svg[data-v-3584cc6d] {
  flex-shrink: 0;
}

/* Virtual Account Section */
.va-section[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.va-number-box[data-v-3584cc6d] {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
}
.va-label[data-v-3584cc6d] {
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.va-number-row[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.va-number[data-v-3584cc6d] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  font-family: 'Courier New', monospace;
}

/* Bank Transfer Section */
.bank-transfer-section[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
}
.bank-account-box[data-v-3584cc6d] {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-detail-row[data-v-3584cc6d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.account-label[data-v-3584cc6d] {
  font-size: 11px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.account-value[data-v-3584cc6d] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: right;
}
.account-value-container[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-value-container .account-value[data-v-3584cc6d] {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Courier New', monospace;
}

/* Copy Button (Small) */
.copy-btn-small[data-v-3584cc6d] {
  background: white;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  color: #33bbcd;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.copy-btn-small[data-v-3584cc6d]:hover {
  background: #33bbcd;
  border-color: #33bbcd;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(51, 187, 205, 0.2);
}
.copy-btn-small[data-v-3584cc6d]:active {
  transform: translateY(0);
}

/* Payment Instruction */
.payment-instruction[data-v-3584cc6d] {
  margin: 0;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 6px;
  line-height: 1.5;
}
.total-amount-box[data-v-3584cc6d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  border-radius: 8px;
}
.total-label[data-v-3584cc6d] {
  font-size: 13px;
  color: white;
  font-weight: 500;
}
.total-value[data-v-3584cc6d] {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

/* Action Buttons */
.action-buttons[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.action-btn[data-v-3584cc6d] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: white;
  color: #333;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.action-btn[data-v-3584cc6d]:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background: #f9f9f9;
}
.action-btn svg[data-v-3584cc6d]:first-child {
  color: #33bbcd;
  flex-shrink: 0;
}
.action-btn span[data-v-3584cc6d] {
  flex: 1;
  text-align: left;
}
.online-badge[data-v-3584cc6d] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #f5f5f5;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.online-dot[data-v-3584cc6d] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a745;
  /* flex-shrink: 0; */
}
.arrow-icon[data-v-3584cc6d] {
  color: #999;
  transition: transform 0.3s ease;
}
.arrow-icon.rotated[data-v-3584cc6d] {
  transform: rotate(90deg);
}

/* Price Breakdown Section */
.price-breakdown-section[data-v-3584cc6d] {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.price-breakdown[data-v-3584cc6d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-row[data-v-3584cc6d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.price-row.discount[data-v-3584cc6d] {
  color: #28a745;
}
.price-row.discount .price-value[data-v-3584cc6d] {
  color: #28a745;
}
.price-row.total[data-v-3584cc6d] {
  border-top: 2px solid #eee;
  padding-top: 12px;
  margin-top: 4px;
}
.price-label[data-v-3584cc6d] {
  font-size: 13px;
  color: #666;
}
.price-row.total .price-label[data-v-3584cc6d],
.price-row.total .price-value[data-v-3584cc6d] {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.price-value[data-v-3584cc6d] {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/* Reload Button */
.reload-button[data-v-3584cc6d] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #33bbcd 0%, #00aac1 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(51, 187, 205, 0.3);
}
.reload-button[data-v-3584cc6d]:hover:not(:disabled) {
  box-shadow: 0 4px 10px rgba(51, 187, 205, 0.4);
  transform: translateY(-1px);
}
.reload-button[data-v-3584cc6d]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.reload-button svg[data-v-3584cc6d] {
  flex-shrink: 0;
}
.reload-button .spinning[data-v-3584cc6d] {
  animation: spin-3584cc6d 1s linear infinite;
}

/* Collapse Transitions */
.collapse-enter-active[data-v-3584cc6d],
.collapse-leave-active[data-v-3584cc6d] {
  transition: all 0.3s ease;
  overflow: hidden;
}
.collapse-enter-from[data-v-3584cc6d],
.collapse-leave-to[data-v-3584cc6d] {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.collapse-enter-to[data-v-3584cc6d],
.collapse-leave-from[data-v-3584cc6d] {
  max-height: 1000px;
  opacity: 1;
}
@keyframes spin-3584cc6d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.transaction-content[data-v-3584cc6d] {
    padding: 12px;
}
.transaction-sections[data-v-3584cc6d] {
    gap: 10px;
}
.transaction-header[data-v-3584cc6d] {
    padding: 14px 16px;
}
.transaction-title[data-v-3584cc6d] {
    font-size: 18px;
}
.product-logo-small[data-v-3584cc6d],
  .bank-logo-new[data-v-3584cc6d] {
    width: 36px;
    height: 36px;
}
.product-name-compact[data-v-3584cc6d] {
    font-size: 13px;
}
.product-provider-compact[data-v-3584cc6d] {
    font-size: 11px;
}
.step-circle[data-v-3584cc6d] {
    width: 28px;
    height: 28px;
}
.step-inner[data-v-3584cc6d] {
    width: 10px;
    height: 10px;
}
.step-label[data-v-3584cc6d] {
    font-size: 9px;
    max-width: 50px;
}
.section-title-new[data-v-3584cc6d] {
    font-size: 15px;
}
.action-btn[data-v-3584cc6d] {
    padding: 12px 14px;
    font-size: 13px;
}
.reload-button[data-v-3584cc6d] {
    padding: 12px 16px;
    font-size: 13px;
}
}

.transaction-container[data-v-da2d549d] {
  max-width: 420px;
  width: 100%;
  background: var(--widget-background);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.transaction-header[data-v-da2d549d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: var(--widget-background-secondary);
  border-bottom: 1px solid var(--widget-border);
}
.transaction-title[data-v-da2d549d] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.close-button[data-v-da2d549d] {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--widget-text-secondary);
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.close-button[data-v-da2d549d]:hover {
  background: var(--widget-border);
  color: var(--widget-text-primary);
}
.transaction-content[data-v-da2d549d] {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.form-section[data-v-da2d549d] {
  margin-bottom: 24px;
}
.section-title[data-v-da2d549d] {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--widget-text-primary);
}
.input-group[data-v-da2d549d] {
  margin-bottom: 16px;
}
.input-label[data-v-da2d549d] {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--widget-text-primary);
}
.input-field[data-v-da2d549d] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--widget-border);
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.input-field[data-v-da2d549d]:focus {
  outline: none;
  border-color: var(--widget-primary);
  box-shadow: 0 0 0 3px rgba(var(--widget-primary-rgb), 0.1);
}
.check-button[data-v-da2d549d] {
  width: 100%;
  padding: 12px 24px;
  background: var(--widget-primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
.check-button[data-v-da2d549d]:hover:not(:disabled) {
  background: var(--widget-primary-dark);
  transform: translateY(-1px);
}
.check-button[data-v-da2d549d]:disabled {
  background: var(--widget-text-muted);
  cursor: not-allowed;
  transform: none;
}
.button-spinner[data-v-da2d549d] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin-da2d549d 1s linear infinite;
}
@keyframes spin-da2d549d {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.result-section[data-v-da2d549d] {
  margin-top: 24px;
}
.result-card[data-v-da2d549d] {
  padding: 20px;
  border-radius: 12px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.result-success[data-v-da2d549d] {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: rgb(21, 128, 61);
}
.result-pending[data-v-da2d549d] {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.2);
  color: rgb(180, 83, 9);
}
.result-failed[data-v-da2d549d] {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: rgb(185, 28, 28);
}
.result-icon[data-v-da2d549d] {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: currentColor;
}
.result-icon svg[data-v-da2d549d] {
  color: white;
}
.result-content[data-v-da2d549d] {
  flex: 1;
}
.result-title[data-v-da2d549d] {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
}
.result-description[data-v-da2d549d] {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.5;
}
.result-details[data-v-da2d549d] {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px;
}
.detail-row[data-v-da2d549d] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 13px;
}
.detail-row[data-v-da2d549d]:last-child {
  margin-bottom: 0;
}
.detail-label[data-v-da2d549d] {
  font-weight: 500;
  color: currentColor;
}
.detail-value[data-v-da2d549d] {
  font-weight: 600;
  color: currentColor;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.transaction-content[data-v-da2d549d] {
    padding: 16px;
}
.result-card[data-v-da2d549d] {
    padding: 16px;
    gap: 12px;
}
.result-icon[data-v-da2d549d] {
    width: 28px;
    height: 28px;
}
}

.widget-app[data-v-3768b659] {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 999999;
}
.widget-app[data-v-3768b659] > * {
  pointer-events: auto;
}
.widget-overlay[data-v-3768b659] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.widget-modal[data-v-3768b659] {
  position: relative;
  max-width: 420px;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - 40px);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  background: var(--widget-background);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.widget-content[data-v-3768b659] {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

/* Mobile positioning */
@media (max-width: 480px) {
.widget-overlay[data-v-3768b659] {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
}
.widget-modal[data-v-3768b659] {
    max-width: none;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    margin-bottom: 0;
}
}

/* Fade transition for overlay */
.widget-fade-enter-active[data-v-3768b659],
.widget-fade-leave-active[data-v-3768b659] {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-fade-enter-from[data-v-3768b659],
.widget-fade-leave-to[data-v-3768b659] {
  opacity: 0;
}

/* Slide transition for modal */
.widget-slide-enter-active[data-v-3768b659],
.widget-slide-leave-active[data-v-3768b659] {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-slide-enter-from[data-v-3768b659] {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}
.widget-slide-leave-to[data-v-3768b659] {
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
}

/* Mobile slide from bottom */
@media (max-width: 480px) {
.widget-slide-enter-from[data-v-3768b659] {
    transform: translateY(50px) scale(0.98);
}
.widget-slide-leave-to[data-v-3768b659] {
    transform: translateY(30px) scale(0.95);
}
}

/* Smooth scrolling for modal content */
.widget-content[data-v-3768b659] {
  scroll-behavior: smooth;
}
.widget-content[data-v-3768b659]::-webkit-scrollbar {
  width: 6px;
}
.widget-content[data-v-3768b659]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.widget-content[data-v-3768b659]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 6px;
}
.widget-content[data-v-3768b659]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
