body.service-view{background:var(--bg);color:var(--fg);}
body.service-view .sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
body.service-view .svc-launch-toggle{
  margin-top:6px;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.12);
  background:#f8fafc;
  display:grid;
  gap:8px;
  max-width:520px;
}
body.service-view .svc-launch-toggle .toggle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
body.service-view .svc-launch-toggle .toggle-label{
  font-size:13px;
  font-weight:700;
  color:#0f172a;
}
body.service-view .svc-launch-toggle select{
  border:1px solid rgba(15,23,42,.18);
  border-radius:8px;
  padding:6px 8px;
  background:#fff;
  font-size:12px;
}
body.service-view .svc-launch-toggle textarea{
  width:100%;
  border:1px solid rgba(15,23,42,.12);
  border-radius:8px;
  padding:8px;
  font-size:12px;
  resize:vertical;
}
body.service-view .svc-launch-toggle .toggle-hint{
  font-size:11px;
  color:#64748b;
}
body.service-view .svc-slot-section{
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:14px;
  background:#fff;
  display:grid;
  gap:10px;
}
body.service-view .svc-slot-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;}
body.service-view .svc-slot-title{font-weight:800;font-size:16px;color:#0f172a;line-height:1.3;}
body.service-view .svc-slot-head-right{
  margin-left:auto;
  min-width:240px;
  display:grid;
  justify-items:end;
  gap:2px;
}
body.service-view .svc-slot-open-hours{
  font-size:12px;
  color:#334155;
  line-height:1.5;
  font-weight:700;
  text-align:right;
}
body.service-view .svc-slot-hint{font-size:13px;color:#64748b;line-height:1.6;}
body.service-view .svc-slot-hint.is-alert{color:#b91c1c;font-weight:700;}
body.service-view .svc-slot-days-nav{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:8px;}
body.service-view .svc-slot-nav{
  border:1px solid rgba(15,23,42,0.1);
  background:#fff;
  border-radius:999px;
  height:32px;
  width:32px;
  cursor:pointer;
  font-weight:700;
}
body.service-view .svc-slot-nav:disabled{opacity:.45;cursor:not-allowed;}
body.service-view .svc-slot-days{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px;}
body.service-view .svc-slot-day{
  min-height:38px;
  border:1px solid rgba(15,23,42,0.1);
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
body.service-view .svc-slot-day.is-active{
  border-color:rgba(199,164,106,0.6);
  background:rgba(246,238,223,0.9);
  color:#6e5222;
}
body.service-view .svc-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
body.service-view .svc-slot-btn{
  border:1px solid rgba(0,0,0,0.08);
  background:#fff;
  border-radius:14px;
  padding:10px 12px;
  font-size:16px;
  color:#0f172a;
  font-weight:800;
  line-height:1.2;
  text-align:left;
  cursor:pointer;
  min-height:114px;
  display:grid;
  align-content:start;
  gap:6px;
  overflow:visible;
}
body.service-view .svc-slot-btn-top{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:4px;
}
body.service-view .svc-slot-btn-time{
  display:flex;
  align-items:baseline;
  gap:6px;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
  flex-wrap:wrap;
}
body.service-view .svc-slot-btn-time small{
  font-size:11px;
  font-weight:700;
  color:#64748b;
}
body.service-view .svc-slot-btn-sub{
  display:block;
  color:#64748b;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  overflow-wrap:anywhere;
  word-break:break-word;
}
body.service-view .svc-slot-btn-badge{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  border-radius:999px;
  border:1px solid rgba(199,164,106,0.5);
  background:rgba(246,238,223,0.9);
  color:#6e5222;
  font-size:11px;
  font-weight:800;
  padding:3px 8px;
  max-width:100%;
  white-space:nowrap;
  order:-1;
}
body.service-view .svc-slot-btn:hover{
  border-color:rgba(199,164,106,0.5);
  box-shadow:0 8px 18px rgba(199,164,106,0.12);
}
body.service-view .svc-slot-btn.is-held{
  border-color:rgba(199,164,106,0.75);
  background:rgba(246,238,223,0.65);
  box-shadow:0 10px 22px rgba(199,164,106,0.18);
  color:#6e5222;
}
body.service-view .svc-slot-btn.is-held.is-hold{
  border-color:rgba(15,23,42,0.25);
  background:#0f172a;
  color:#fff;
}
body.service-view .svc-slot-btn.is-held-other{
  background:#fef3c7;
  color:#92400e;
  border-color:#fbd38d;
}
body.service-view .svc-slot-btn.is-held.is-hold .svc-slot-btn-time small,
body.service-view .svc-slot-btn.is-held.is-hold .svc-slot-btn-sub{
  color:#e2e8f0;
}
body.service-view .svc-slot-btn.is-held.is-hold .svc-slot-btn-badge{
  background:rgba(255,255,255,0.14);
  border-color:rgba(255,255,255,0.3);
  color:#e2e8f0;
}
body.service-view .svc-slot-btn.is-disabled,
body.service-view .svc-slot-btn.is-booked,
body.service-view .svc-slot-btn.is-blocked{
  cursor:not-allowed;
  opacity:.55;
  box-shadow:none;
}
body.service-view .svc-slot-btn.is-disabled{background:#f1f5f9;color:#64748b;}
body.service-view .svc-slot-btn.is-booked{background:#dbeafe;color:#1e3a8a;}
body.service-view .svc-slot-btn.is-blocked{background:#f1f5f9;color:#64748b;}
body.service-view .svc-slot-state{font-size:13px;color:#64748b;line-height:1.6;}
body.service-view .svc-slot-state.ok{color:#166534;}
body.service-view .svc-slot-state.err{color:#b91c1c;}
body.service-view .svc-slot-tz{font-size:13px;color:#64748b;line-height:1.6;}
body.service-view .svc-slot-actions{
  margin-top:10px;
  display:flex;
  justify-content:flex-end;
}
body.service-view .svc-slot-actions .btn{min-width:168px;}
body.service-view .svc-slot-actions .btn.is-active{
  background:#0f172a;
  border-color:#0f172a;
  color:#fff;
}
@media (max-width:640px){
  body.service-view .svc-slot-section{
    padding:12px;
    gap:8px;
  }
  body.service-view .svc-slot-head{
    gap:6px;
  }
  body.service-view .svc-slot-head-right{
    min-width:0;
    width:100%;
    margin-left:0;
    justify-items:start;
  }
  body.service-view .svc-slot-open-hours{
    text-align:left;
  }
  body.service-view .svc-slot-title{
    font-size:15px;
  }
  body.service-view .svc-slot-hint,
  body.service-view .svc-slot-tz,
  body.service-view .svc-slot-state{
    font-size:12px;
    line-height:1.45;
  }
  body.service-view .svc-slot-days-nav{
    grid-template-columns:30px 1fr 30px;
    gap:6px;
  }
  body.service-view .svc-slot-nav{
    width:30px;
    height:30px;
    font-size:14px;
  }
  body.service-view .svc-slot-days{
    gap:6px;
  }
  body.service-view .svc-slot-day{
    min-height:34px;
    padding:6px 10px;
    font-size:12px;
  }
  body.service-view .svc-slot-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  body.service-view .svc-slot-btn{
    min-height:102px;
    padding:8px 9px;
    gap:5px;
    border-radius:12px;
  }
  body.service-view .svc-slot-btn-top{
    gap:3px;
  }
  body.service-view .svc-slot-btn-time{
    font-size:13px;
    gap:4px;
    line-height:1.2;
  }
  body.service-view .svc-slot-btn-time small{
    font-size:10px;
  }
  body.service-view .svc-slot-btn-badge{
    font-size:10px;
    padding:2px 6px;
  }
  body.service-view .svc-slot-btn-sub{
    font-size:11px;
    line-height:1.3;
  }
  body.service-view .svc-slot-actions{
    display:grid;
  }
  body.service-view .svc-slot-actions .btn{
    width:100%;
    min-width:0;
  }
}
body.service-view .svc-pack{
  margin-top:12px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  display:grid;
  gap:12px;
  text-align:left;
}
body.service-view .svc-wait-overlay{
  border:none;
  padding:0;
  background:transparent;
  max-width:none;
}
body.service-view .svc-wait-overlay::backdrop{
  background:rgba(15,23,42,.55);
  backdrop-filter:blur(4px);
}
body.service-view .svc-wait-overlay[open],
body.service-view .svc-wait-overlay[data-fallback-open]{
  display:flex;
  align-items:center;
  justify-content:center;
  position:fixed;
  inset:0;
  z-index:2001;
}
body.service-view .svc-wait-overlay[data-fallback-open]{
  background:rgba(15,23,42,.55);
  backdrop-filter:blur(4px);
}
body.service-view .svc-wait-card{
  background:#fff;
  border:1px solid rgba(148,163,184,.3);
  border-radius:16px;
  padding:18px 22px;
  min-width:220px;
  text-align:center;
  box-shadow:0 24px 60px rgba(15,23,42,.25);
}
body.service-view .svc-wait-spinner{
  width:28px;
  height:28px;
  margin:0 auto 10px;
  border:3px solid #e2e8f0;
  border-top-color:#0f172a;
  border-radius:50%;
  animation:svcSpin .8s linear infinite;
}
body.service-view .svc-wait-title{font-weight:800;color:#0f172a;font-size:14px;}
body.service-view .svc-wait-sub{margin-top:4px;font-size:12px;color:#64748b;}
@keyframes svcSpin{to{transform:rotate(360deg);}}
body.service-view .svc-price-row{
  display:flex;
  align-items:baseline;
  gap:8px;
  font-weight:800;
  font-size:20px;
  color:#0f172a;
}
body.service-view .svc-price-currency{font-size:16px;}
body.service-view .svc-price-old{
  font-size:14px;
  color:#94a3b8;
  text-decoration:line-through;
}
body.service-view #svcDetailPrice.is-promo{
  color:#dc2626;
}
body.service-view .svc-promo-price{
  display:flex;
  align-items:baseline;
  gap:8px;
  font-weight:800;
  margin-top:6px;
}
body.service-view .svc-promo-limited{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:12px;
  row-gap:10px;
  font-size:13px;
  color:#991b1b;
  background:#fff5f5;
  border:1px solid rgba(220,38,38,.15);
  padding:11px 14px;
  border-radius:24px;
  margin-top:8px;
}
body.service-view .svc-promo-limited-label{
  order:1;
  display:inline-flex;
  align-items:center;
  font-weight:800;
  letter-spacing:.2px;
  background:#fee2e2;
  color:#b91c1c;
  padding:3px 10px;
  border-radius:999px;
  line-height:1.2;
}
body.service-view .svc-promo-period{
  order:3;
  flex:0 0 100%;
  display:inline-flex;
  align-items:center;
  color:#7f1d1d;
  font-weight:700;
  line-height:1.2;
}
body.service-view .svc-promo-earlybird{
  order:2;
  flex:1 1 180px;
  color:#b91c1c;
  font-weight:700;
  line-height:1.45;
  min-width:0;
}
body.service-view .svc-promo-countdown{
  order:4;
  flex:0 0 auto;
  font-weight:800;
  color:#dc2626;
  background:#fff;
  border:1px solid rgba(220,38,38,.2);
  padding:3px 10px;
  border-radius:999px;
  white-space:nowrap;
}
body.service-view .svc-promo-period:empty,
body.service-view .svc-promo-earlybird:empty,
body.service-view .svc-promo-countdown:empty{
  display:none;
}
@media (max-width:560px){
  body.service-view .svc-promo-limited{
    row-gap:8px;
  }
}
body.service-view .svc-price-new{
  color:#dc2626;
  font-size:18px;
}
.service-grid .price .price-old{
  color:#94a3b8;
  text-decoration:line-through;
  font-size:13px;
  margin-right:6px;
}
.service-grid .price .price-new{
  color:#dc2626;
  font-weight:800;
}
body.service-view .svc-promo-story-msg,
body.service-view .svc-story-msg{
  white-space:pre-line;
  word-break:break-word;
}
body.service-view .svc-pack-head{display:grid;gap:4px;}
body.service-view .svc-pack-title{font-weight:800;font-size:15px;color:#0f172a;}
body.service-view .svc-pack-sub{font-size:12px;color:#64748b;}
body.service-view .svc-pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
body.service-view .svc-pack-pill{
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px;
  background:#f8fafc;
  cursor:pointer;
  display:grid;
  gap:6px;
  text-align:left;
}
body.service-view .svc-pack-pill.is-active{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}
body.service-view .svc-pack-pill.is-active .pill-price-current{color:#fff;}
body.service-view .svc-pack-pill.is-active .pill-price-old{color:rgba(226,232,240,.78);}
body.service-view .svc-pack-pill.is-active .pill-price-new{color:#fda4af;}
body.service-view .pill-title{font-weight:700;font-size:13px;}
body.service-view .pill-price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  min-height:20px;
}
body.service-view .pill-price-current{
  font-weight:800;
  font-size:14px;
  color:#0f172a;
}
body.service-view .pill-price-old{
  font-size:12px;
  color:#94a3b8;
  text-decoration:line-through;
  font-weight:700;
}
body.service-view .pill-price-new{
  font-weight:800;
  font-size:14px;
  color:#dc2626;
}
body.service-view .svc-pack-addon{
  text-align:left;
  display:block;
}
body.service-view .svc-pack-addon .addon-label{
  display:block;
  width:100%;
  font-size:13px;
  font-weight:700;
  color:#0f172a;
  margin:0 0 6px 0;
  text-align:left;
}
body.service-view .svc-pack-addon label:not(.addon-label){
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
  margin:0;
  text-align:left;
  width:100%;
  flex-wrap:wrap;
}
body.service-view .svc-pack-addon label:not(.addon-label) input{
  margin:0;
}
body.service-view .svc-pack-addon .svc-addon-select{
  width:100%;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#fff;
  font-size:14px;
}
body.service-view .svc-pack-addon .addon-hint{font-size:12px;color:#64748b;margin-top:6px;line-height:1.6;}
body.service-view .svc-pack-policy{font-size:12px;color:#64748b;display:grid;gap:4px;}
body.service-view .svc-email-notice{
  margin:10px 0 0;
  font-size:13px;
  color:#0f172a;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.08);
  padding:8px 10px;
  border-radius:10px;
  text-align:center;
}
body.service-view .svc-email-notice.is-warn{
  color:#b45309;
  background:#fff7ed;
  border-color:#fed7aa;
}
body.service-view #svcStep3Reschedule,
body.service-view #svcSuccessReschedule{
  width:auto;
  max-width:280px;
  padding:10px 16px;
  font-size:14px;
}
body.service-view .svc-promo{margin:14px 0 18px;}
body.service-view .svc-promo-hero-tabs{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:6px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#f8fafc;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
body.service-view .svc-promo-hero-hint{
  margin-left:auto;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:8px 14px;
  border-radius:12px;
  border:1px solid rgba(217,119,6,.24);
  background:linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  color:#9a3412;
  white-space:nowrap;
  box-shadow:0 8px 16px rgba(217,119,6,.12);
}
body.service-view .svc-promo-hero-hint-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#ea580c;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
body.service-view .svc-promo-hero-hint-text{
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}
@media (max-width: 820px){
  body.service-view .svc-promo-hero-tabs{
    flex-wrap:wrap;
    overflow:visible;
  }
  body.service-view .svc-promo-hero-hint{
    width:100%;
    margin-left:0;
    justify-content:flex-start;
    white-space:normal;
  }
}
body.service-view .svc-promo-hero-tab{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:10px;
  border:1px solid transparent;
  background:transparent;
  color:#475569;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:all .16s ease;
}
body.service-view .svc-promo-hero-tab:hover{
  background:#eef2ff;
  color:#1e3a8a;
}
body.service-view .svc-promo-hero-tab.is-active{
  background:#1e3a8a;
  border-color:#1e3a8a;
  color:#fff;
  box-shadow:0 10px 18px rgba(30,58,138,.28);
}
body.service-view .svc-promo-hero-tab small{
  font-size:11px;
  font-weight:700;
  opacity:.8;
}
body.service-view .svc-promo-cards{
  display:grid;
  gap:0;
  max-width:1140px;
}
body.service-view .svc-promo-card{
  position:relative;
  display:grid;
  gap:16px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 24px rgba(15,23,42,0.08);
  align-items:start;
}
@media (min-width: 900px){
body.service-view .svc-promo-card{
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  }
}
@media(min-width:820px){
  body.service-view .svc-promo-card{grid-template-columns:1.2fr .8fr;align-items:stretch;}
}
body.service-view .svc-promo-left{display:grid;gap:10px;}
body.service-view .svc-promo-owner{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid #dbeafe;
  background:#f8fbff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:700;
}
body.service-view .svc-promo-media{
  width:100%;
  height:150px;
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(135deg,#e2e8f0,#f8fafc);
  border:1px solid var(--line);
}
@media (min-width: 900px){
  body.service-view .svc-promo-media{
    max-width:520px;
    height:200px;
    margin-left:auto;
  }
}
body.service-view .svc-promo-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.service-view .svc-promo-media.is-owner-editing{
  cursor:grab;
  outline:2px solid rgba(59,130,246,.35);
  outline-offset:2px;
}
body.service-view .svc-promo-media.is-owner-editing:active{
  cursor:grabbing;
}
body.service-view .svc-owner-hero-editor{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-top:8px;
}
body.service-view .svc-owner-hero-editor__btn{
  border:1px solid #cbd5e1;
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
body.service-view .svc-owner-hero-editor__btn[disabled]{
  opacity:.55;
  cursor:not-allowed;
}
body.service-view .svc-owner-hero-editor__status{
  font-size:12px;
  color:#475569;
  font-weight:600;
}
body.service-view .svc-owner-hero-editor__status.is-error{
  color:#b91c1c;
}
body.service-view .svc-promo-media.is-editing{cursor:grab;}
body.service-view .svc-promo-media.is-editing:active{cursor:grabbing;}
body.service-view .svc-promo-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  background:#e0f2fe;
  color:#0369a1;
  font-size:11px;
  font-weight:800;
  letter-spacing:.4px;
}
body.service-view .svc-promo-title{font-size:20px;font-weight:800;margin:8px 0 6px;}
body.service-view .svc-promo-sub{font-size:13px;color:#475569;line-height:1.6;}
body.service-view .svc-promo-bullets{margin:10px 0 0;padding-left:18px;color:#334155;font-size:13px;line-height:1.6;}
body.service-view .svc-promo-note{
  margin-top:10px;
  padding:6px 10px;
  border-radius:10px;
  background:#fff7ed;
  border:1px dashed #fdba74;
  color:#92400e;
  font-size:12px;
}
body.service-view .svc-promo-right{
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:flex-start;
  align-items:stretch;
  padding-top:18px;
}
@media (max-width: 899px){
  body.service-view .svc-promo-right{padding-top:0;}
}
body.service-view .svc-promo-edit{
  position:absolute;
  top:12px;
  right:12px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
body.service-view .svc-pack-label{font-size:12px;color:#64748b;font-weight:700;margin-bottom:6px;}
body.service-view .svc-pack-pills{display:flex;flex-wrap:wrap;gap:8px;}
body.service-view .svc-pill{
  border:1px solid #cbd5f5;
  background:#eef2ff;
  color:#1e3a8a;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
body.service-view .svc-pill:hover{transform:translateY(-1px);border-color:#93c5fd;box-shadow:0 10px 18px rgba(59,130,246,.2);}
body.service-view .svc-pill.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a;box-shadow:0 12px 22px rgba(30,58,138,.3);}
body.service-view .svc-promo-cta{
  flex:0 0 auto;
  width:100%;
  padding:12px 16px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.2px;
  border-radius:14px;
  min-height:46px;
  color:#fff;
  border:1px solid #ea580c;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0)) padding-box,
    linear-gradient(135deg,#f97316,#ea580c 58%,#dc2626);
  box-shadow:0 14px 28px rgba(234,88,12,.34), inset 0 1px 0 rgba(255,255,255,.32);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
body.service-view .svc-promo-cta:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
  box-shadow:0 18px 34px rgba(234,88,12,.42), inset 0 1px 0 rgba(255,255,255,.32);
}
body.service-view .svc-promo-cta:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(251,146,60,.35), 0 18px 34px rgba(234,88,12,.42), inset 0 1px 0 rgba(255,255,255,.32);
}
body.service-view .svc-promo-mini{font-size:12px;color:#64748b;line-height:1.6;}
body.service-view .svc-promo-stories{margin-top:12px;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#f8fafc;}
body.service-view .svc-promo-stories-head{font-size:12px;font-weight:700;color:#64748b;margin-bottom:6px;}
body.service-view .svc-promo-story-media{display:none;margin:0 0 8px;}
body.service-view .svc-promo-story-media img{width:100%;max-height:160px;object-fit:cover;border-radius:10px;display:block;}
body.service-view .svc-promo-story-msg{font-size:14px;color:#0f172a;line-height:1.6;min-height:44px;white-space:pre-wrap;word-break:break-word;}
body.service-view .svc-promo-stories:not(.is-expanded) .svc-promo-story-msg{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
  overflow:hidden;
}
body.service-view .svc-promo-story-more{
  margin-top:6px;
  border:0;
  background:transparent;
  color:#2563eb;
  font-size:12px;
  cursor:pointer;
  padding:0;
}
body.service-view .svc-story-modal{
  width:min(520px, 92vw);
  border:none;
  border-radius:18px;
  padding:0;
  box-shadow:0 20px 60px rgba(15,23,42,.2);
}
body.service-view .svc-story-modal::backdrop{background:rgba(15,23,42,.35);}
body.service-view .svc-story-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border-bottom:1px solid rgba(15,23,42,.08);
}
body.service-view .svc-story-title{font-size:16px;font-weight:700;color:#0f172a;}
body.service-view .svc-story-close{
  width:34px;
  height:34px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  font-size:18px;
  cursor:pointer;
}
body.service-view .svc-story-card{padding:16px 18px;}
body.service-view .svc-story-media{display:none;margin-bottom:10px;}
body.service-view .svc-story-media img{width:100%;max-height:220px;object-fit:cover;border-radius:12px;display:block;}
body.service-view .svc-story-msg{font-size:15px;line-height:1.7;color:#0f172a;white-space:pre-line;word-break:break-word;}
body.service-view .svc-story-meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  font-size:12px;
  color:#64748b;
}
body.service-view .svc-story-actions{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  padding:12px 18px 18px;
}
body.service-view .svc-promo-story-meta{display:flex;justify-content:space-between;gap:8px;margin-top:6px;font-size:12px;color:#64748b;}
body.service-view .svc-promo-admin{
  margin-top:12px;
  padding:12px;
  border:1px dashed rgba(148,163,184,.6);
  border-radius:12px;
  background:#f8fafc;
  display:grid;
  gap:10px;
}
body.service-view .svc-promo-admin-head{
  font-size:13px;
  font-weight:800;
  color:#0f172a;
}
body.service-view .svc-promo-admin-grid{
  display:grid;
  gap:10px;
}
body.service-view .svc-promo-admin-grid label{
  display:grid;
  gap:6px;
  font-size:12px;
  color:#475569;
  font-weight:700;
}
body.service-view .svc-promo-admin-grid input,
body.service-view .svc-promo-admin-grid textarea{
  padding:10px 12px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#fff;
  font-size:13px;
}
body.service-view .svc-promo-admin-actions{
  display:flex;
  gap:8px;
  justify-content:flex-end;
  flex-wrap:wrap;
}
body.service-view .svc-field{display:grid;gap:4px;}
body.service-view .svc-label{font-size:13px;color:#374151;font-weight:700;}
body.service-view .svc-input{padding:10px 12px;border:1px solid var(--line);border-radius:12px;font-size:14px;}
body.service-view .svc-field .muted{font-size:12px;color:#6b7280;line-height:1.6;}
body.service-view .svc-addon-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#f8fafc;
  font-size:14px;
  color:#374151;
}
body.service-view .svc-addon-row input{margin:0;}
.tool-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #fed7aa;
  background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);
  color:#ea580c;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 20px rgba(234,88,12,0.12);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.tool-link:hover{
  transform:translateY(-1px);
  border-color:#fdba74;
  box-shadow:0 14px 24px rgba(234,88,12,0.16);
}
.tool-link-title{display:flex;align-items:center;gap:8px;}
.tool-link-dot{width:10px;height:10px;border-radius:999px;background:#fb923c;box-shadow:0 0 0 4px rgba(251,146,60,.18);}
.svc-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:22px 0 12px;}
.svc-head .title{font-weight:800;font-size:18px;}
.service-grid{margin-top:16px;}
body.service-view .service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
body.service-view .hot-grid.service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.service-grid .card .meta{display:flex;gap:8px 10px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin:0 0 8px;line-height:1.4;}
.service-grid .card .meta.meta-limited{margin-bottom:6px;}
.service-grid .card .meta .badge{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;}
.service-grid .card .pic img{width:100%;height:100%;object-fit:cover !important;object-position:center;}
.svc-tags{margin:8px 0 10px;}
.service-grid .card .price{font-size:18px;margin-top:6px;}
.service-grid .card .subtitle{
  margin-top:-2px;
  color:#64748b;
  font-size:13px;
  line-height:1.6;
  min-height:20px;
}
.service-grid .card .cta .btn{font-size:14px;}
@media(max-width:1099px){
  body.service-view .service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.service-view .hot-grid.service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  body.service-view .service-grid,
  body.service-view .hot-grid.service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  body.service-view .service-grid .card,
  body.service-view .hot-grid.service-grid .card{
    border-radius:14px;
  }
  body.service-view .service-grid .card .pic::before,
  body.service-view .hot-grid.service-grid .card .pic::before{
    padding-top:82%;
  }
  body.service-view .service-grid .card .body,
  body.service-view .hot-grid.service-grid .card .body{
    padding:10px 10px 12px;
    gap:8px;
  }
  body.service-view .service-grid .card .name,
  body.service-view .hot-grid.service-grid .card .name{
    font-size:14px;
    line-height:1.35;
    min-height:38px;
  }
  body.service-view .service-grid .card .subtitle,
  body.service-view .hot-grid.service-grid .card .subtitle{
    font-size:11px;
    line-height:1.45;
    min-height:16px;
  }
  body.service-view .service-grid .card .meta,
  body.service-view .hot-grid.service-grid .card .meta{
    margin:0;
    gap:6px;
    font-size:11px;
  }
  body.service-view .service-grid .card .meta .badge,
  body.service-view .hot-grid.service-grid .card .meta .badge{
    font-size:10px;
    padding:4px 8px;
  }
  body.service-view .service-grid .card .price,
  body.service-view .hot-grid.service-grid .card .price{
    margin-top:0;
    font-size:15px;
    gap:6px;
  }
  body.service-view .service-grid .card .price .price-old,
  body.service-view .hot-grid.service-grid .card .price .price-old{
    font-size:12px;
  }
  body.service-view .service-grid .card .cta .btn,
  body.service-view .hot-grid.service-grid .card .cta .btn{
    min-height:38px;
    padding:9px 10px;
    font-size:13px;
    border-radius:10px;
  }
}
.svc-dialog{border:none;border-radius:18px;padding:0;background:var(--card);color:var(--fg);box-shadow:0 30px 60px rgba(15,23,42,.3);border:1px solid var(--line);}
.svc-dialog .closeBar{border-bottom:1px solid var(--line);}
.svc-dialog .closeBarActions .xbtn{
  background:#fff;
  border:1px solid #d1d5db;
  color:#0f172a;
  box-shadow:0 6px 16px rgba(15,23,42,.12);
}
.svc-dialog .closeBarActions .xbtn:active{transform:translateY(1px);}
.svc-dialog .dlgBody{display:grid;grid-template-columns:1fr;gap:18px;padding:18px;}
@media(min-width:820px){.svc-dialog .dlgBody{grid-template-columns:1fr 1fr;}}
.svc-dialog .svc-includes{border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:12px;list-style:disc;padding-left:22px;background:#f9fafb;}
.svc-dialog .svc-includes li{margin-bottom:6px;color:#374151;}
body.service-view #svcDetailAddCart{
  min-height:52px;
  border:none;
  border-radius:16px;
  background:
    linear-gradient(180deg, rgba(255,243,213,.96) 0%, rgba(223,170,72,.98) 42%, rgba(169,109,22,.98) 100%);
  color:#fffaf0;
  font-size:15px;
  font-weight:900;
  letter-spacing:.03em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -10px 18px rgba(120,68,6,.22),
    0 16px 28px rgba(146,97,28,.22);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease, opacity .16s ease;
}
body.service-view #svcDetailAddCart:hover,
body.service-view #svcDetailAddCart:focus-visible{
  filter:saturate(1.05) brightness(1.02);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -10px 18px rgba(120,68,6,.2),
    0 18px 30px rgba(146,97,28,.26);
}
body.service-view #svcDetailAddCart:active{
  transform:translateY(1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.3),
    inset 0 -8px 14px rgba(120,68,6,.18),
    0 10px 20px rgba(146,97,28,.2);
}
body.service-view #svcDetailAddCart:disabled{
  background:linear-gradient(180deg, #e8dcc9, #d1c2ab);
  color:#8b7760;
  box-shadow:none;
  opacity:1;
  cursor:not-allowed;
  transform:none;
}
.svc-media{
  margin-top:12px;
  display:grid;
  gap:12px;
}
.svc-media-item{
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}
.svc-media-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:10px 12px;
  font-size:12px;
  font-weight:700;
  color:#334155;
  border-bottom:1px solid var(--line);
  background:#f8fafc;
}
.svc-media-embed{
  position:relative;
  width:min(100%, 380px);
  margin:0 auto;
  background:#000;
  border-radius:12px;
  overflow:hidden;
}
.svc-media-embed::before{
  content:"";
  display:block;
  padding-top:177.78%;
}
.svc-media-embed iframe,
.svc-media-embed video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#000;
}
@media (max-width:640px){
  .svc-media-embed{
    width:min(100%, 320px);
  }
}
.svc-media-link{
  color:#2563eb;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}
.svc-media-link:hover{text-decoration:underline;}
.thumb-ig{border:1px dashed var(--line);border-radius:12px;padding:18px;text-align:center;font-weight:700;color:#2563eb;background:#eef2ff;cursor:pointer;display:flex;align-items:center;justify-content:center;}
#svcRvList > .rvItem:last-child{border-bottom:none;}
#svcRvList:empty::before{content:"還沒有人分享故事，成為第一個分享的人吧！";display:block;padding:20px;text-align:center;color:#94a3b8;font-size:14px;border:1px dashed #e5e7eb;}
#sideDeities .side-cat-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #fed7aa;
  background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);
  color:#9a3412;
  font-weight:800;
  font-size:14px;
  box-shadow:0 10px 18px rgba(234,88,12,.12);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
#sideDeities .side-cat-btn:hover{
  transform:translateY(-1px);
  border-color:#fdba74;
  box-shadow:0 14px 24px rgba(234,88,12,.18);
}
#sideDeities .side-cat-btn.active{
  border-color:#fb923c;
  color:#c2410c;
  background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);
  box-shadow:0 14px 24px rgba(234,88,12,.2);
}
#sideDeities .list a.svc-side-fortune-link{
  position:relative;
  padding:10px 12px 10px 14px;
  font-weight:800;
  letter-spacing:.2px;
  color:#1f2937;
  border:1px solid #f5d08a;
  background:linear-gradient(135deg,#fffdf7 0%,#fff6de 58%,#f7ead0 100%);
  box-shadow:0 10px 20px rgba(180,137,53,.14), inset 0 1px 0 rgba(255,255,255,.95);
}
#sideDeities .list a.svc-side-fortune-link::before{
  content:"✶";
  margin-right:8px;
  color:#b67c20;
  font-size:12px;
  vertical-align:1px;
}
#sideDeities .list a.svc-side-fortune-link:hover{
  transform:translateY(-1px);
  border-color:#e8bf6e;
  background:linear-gradient(135deg,#ffffff 0%,#fff2cf 55%,#f4e1b6 100%);
  box-shadow:0 14px 24px rgba(180,137,53,.2), inset 0 1px 0 rgba(255,255,255,.98);
}
#sideDeities .list a.svc-side-fortune-link:focus-visible{
  outline:2px solid #e9b34f;
  outline-offset:2px;
}
.policy-link{color:#2563eb;text-decoration:underline;cursor:pointer;font-weight:600;}
.policy-dialog{border:none;border-radius:18px;padding:0;background:#fff;color:#0f172a;max-width:640px;width:95%;box-shadow:0 30px 60px rgba(15,23,42,.35);}
.dialog-fallback-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(6px);z-index:1000;display:none;}
.dialog-fallback-backdrop.active{display:block;}
dialog[data-fallback-open]{display:block;}
.policy-dialog[data-fallback-open]{position:fixed;z-index:1001;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgba(15,23,42,.1);}
.reward-dialog-modal{
  border:none;
  padding:0;
  background:transparent;
  width:min(540px,92vw);
  max-width:92vw;
}
.reward-dialog-modal::backdrop{
  background:rgba(15,23,42,.58);
  backdrop-filter:blur(5px);
}
.reward-dialog-panel{
  background:linear-gradient(165deg,#ffffff 0%,#f8fbff 42%,#f4faf5 100%);
  border:1px solid rgba(148,163,184,.34);
  border-radius:22px;
  box-shadow:0 36px 72px rgba(15,23,42,.3), inset 0 1px 0 rgba(255,255,255,.92);
  padding:20px;
  display:grid;
  gap:14px;
}
.reward-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.reward-dialog-title{
  color:#0f172a;
  font-size:20px;
  font-weight:900;
  letter-spacing:.2px;
  display:flex;
  align-items:center;
  gap:8px;
}
.reward-dialog-close{
  border:1px solid #dbe5f4;
  background:#f8fafc;
  color:#475569;
  width:38px;
  height:38px;
  border-radius:999px;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.reward-dialog-close:hover{background:#eef2ff;border-color:#cbd5e1;color:#1e293b;}
.reward-dialog-body{display:grid;gap:10px;color:#334155;font-size:14px;line-height:1.72;}
.reward-dialog-code{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 14px;
  border-radius:14px;
  border:1px solid #c7e0ff;
  background:linear-gradient(135deg,#eff6ff 0%,#f0f9ff 100%);
}
.reward-dialog-code span{color:#334155;font-weight:700;}
.reward-dialog-code strong{font-size:17px;color:#0b3668;letter-spacing:.3px;}
.reward-dialog-list{margin:0;padding-left:18px;display:grid;gap:6px;}
.reward-dialog-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.reward-dialog-btn{
  border:none;
  border-radius:999px;
  padding:10px 18px;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.reward-dialog-btn.primary{
  background:linear-gradient(135deg,#16a34a,#15803d);
  color:#fff;
  box-shadow:0 14px 26px rgba(22,163,74,.27);
}
.reward-dialog-btn.ghost{
  background:#fff;
  color:#166534;
  border:1px solid #86efac;
}
.review-flow-modal .reward-dialog-panel{
  background:linear-gradient(160deg,#fff 0%,#f7fafc 48%,#effaf3 100%);
}
.review-flow-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;}
.review-flow-title-wrap{display:grid;gap:6px;}
.review-flow-chip{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
}
.review-flow-title{font-size:22px;line-height:1.25;color:#0f172a;}
.review-flow-desc{margin:0;color:#475569;font-size:14px;line-height:1.7;}
.review-flow-meter{
  height:8px;
  border-radius:999px;
  background:#dbe7f3;
  overflow:hidden;
}
.review-flow-meter span{
  display:block;
  height:100%;
  width:0;
  border-radius:inherit;
  background:linear-gradient(90deg,#1d4ed8 0%,#22c55e 100%);
  transition:width .28s ease;
}
.review-flow-status{font-size:13px;font-weight:700;color:#166534;}
.review-flow-steps{margin:0;padding:0;list-style:none;display:grid;gap:8px;}
.review-flow-steps li{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border:1px solid #dbe8f5;
  border-radius:12px;
  color:#475569;
  background:#fff;
  font-size:13px;
  font-weight:700;
}
.review-flow-steps .dot{
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  border:1px solid #cbd5e1;
  background:#f8fafc;
  color:#64748b;
}
.review-flow-steps li.is-active{border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a;}
.review-flow-steps li.is-active .dot{border-color:#60a5fa;background:#dbeafe;color:#1d4ed8;}
.review-flow-steps li.is-done{border-color:#86efac;background:#f0fdf4;color:#166534;}
.review-flow-steps li.is-done .dot{border-color:#4ade80;background:#dcfce7;color:#166534;}
.review-flow-steps li.is-error{border-color:#fecaca;background:#fff1f2;color:#b91c1c;}
.review-flow-steps li.is-error .dot{border-color:#fca5a5;background:#fee2e2;color:#b91c1c;}
@media(max-width:640px){
  .reward-dialog-panel{padding:16px;border-radius:18px;}
  .reward-dialog-title{font-size:18px;}
  .review-flow-title{font-size:20px;}
}
.policy-dialog header{padding:18px;border-bottom:1px solid #e5e7eb;font-weight:800;font-size:18px;}
.policy-dialog .body{padding:18px;line-height:1.7;font-size:14px;max-height:70vh;overflow:auto;}
.policy-dialog footer{padding:0 18px 18px;text-align:right;}
.policy-dialog#svcZoomTermsDialog{
  max-width:760px;
  border-radius:20px;
  box-shadow:0 35px 80px rgba(15,23,42,.3);
}
.policy-dialog#svcZoomTermsDialog header{
  padding:20px 22px;
  font-size:20px;
  border-bottom:1px solid #e2e8f0;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  display:flex;
  align-items:center;
  gap:10px;
}
.policy-dialog#svcZoomTermsDialog .body{
  padding:20px 22px 18px;
  background:#f8fafc;
}
.policy-dialog#svcZoomTermsDialog #svcZoomTermsContent{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px 18px;
  color:#0f172a;
  line-height:1.8;
  font-size:14.5px;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.policy-dialog#svcZoomTermsDialog #svcZoomTermsContent a{
  color:#2563eb;
  font-weight:700;
  text-decoration:underline;
  word-break:break-all;
}
.policy-dialog#svcZoomTermsDialog footer{
  padding:14px 22px 20px;
  border-top:1px solid #e5e7eb;
  background:#fff;
}
.policy-dialog#svcZoomTermsDialog .btn{
  border-radius:999px;
  padding:10px 18px;
}
.policy-dialog#svcZoomTermsDialog .btn.primary{
  box-shadow:0 10px 18px rgba(16,185,129,.25);
}
.zoom-terms-tip{
  margin-top:14px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#92400e;
  font-size:13px;
  line-height:1.6;
}
#svcZoomTermsAgree[disabled]{
  opacity:.5;
  cursor:not-allowed;
  box-shadow:none;
}
.svc-dialog .svc-options{display:flex;flex-direction:column;gap:6px;margin-top:10px;}
.svc-dialog .svc-options label{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  border:1px solid var(--line);
  border-radius:10px;
  padding:6px 10px;
  font-size:14px;
  background:#f8fafc;
  width:100%;
}
.svc-dialog .svc-options label span{
  display:flex;
  align-items:center;
  gap:6px;
  flex:1;
  white-space:normal;
}
.svc-dialog .svc-options input{margin:0;flex-shrink:0;}
.svc-stepper{display:flex;gap:8px;justify-content:center;padding:14px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(24,161,104,.08),rgba(16,149,214,.08));}
.svc-stepper span{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid var(--line);font-size:13px;color:#6b7280;font-weight:700;background:#fff;}
.svc-stepper span.active{background:#16a34a;color:#fff;border-color:#16a34a;box-shadow:0 8px 20px rgba(22,163,74,.35);}
.svc-stepper span.done{background:#bbf7d0;color:#166534;border-color:#86efac;}
.svc-hold-countdown{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 14px;
  margin:8px 12px 0;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  color:#dc2626;
  background:rgba(254,226,226,.6);
  border:1px solid rgba(248,113,113,.35);
}
.svc-step-content{display:none;flex-direction:column;gap:16px;padding:18px;}
.svc-step-content.active{display:flex;}
.svc-step-title{font-weight:800;font-size:18px;}
.svc-form-section{display:grid;gap:12px;}
.svc-bank-box{border:1px solid var(--line);border-radius:14px;padding:14px;background:#f8fafc;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;}
.svc-bank-box .info{font-size:14px;color:#0f172a;font-weight:700;}
.svc-bank-box .info span{display:block;font-size:12px;color:#6b7280;font-weight:600;}
.svc-bank-copy{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 12px;font-weight:700;font-size:13px;cursor:pointer;}
.svc-overseas-pay-box{margin-top:12px;border:1px solid #dbeafe;border-radius:14px;padding:12px;background:linear-gradient(180deg,#f8fbff,#f0f7ff);}
.svc-overseas-pay-head-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.svc-overseas-pay-toggle{border:1px solid #bfdbfe;background:#fff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800;color:#1e3a8a;cursor:pointer;display:inline-flex;align-items:center;gap:6px;}
.svc-overseas-pay-toggle::after{content:'▾';font-size:12px;line-height:1;transform:translateY(-1px);}
.svc-overseas-pay-toggle[aria-expanded="true"]::after{content:'▴';}
.svc-overseas-pay-inline-note{margin:0;font-size:13px;line-height:1.5;color:#334155;}
.svc-overseas-pay-panel{margin-top:10px;}
.svc-overseas-pay-qr-wrap{margin-top:12px;display:flex;justify-content:center;}
.svc-overseas-pay-qr{width:min(280px,100%);height:auto;display:block;border-radius:10px;border:1px solid #dbeafe;background:#fff;padding:8px;box-shadow:0 8px 18px rgba(15,23,42,.08);}
.svc-bank-hint{font-size:12px;color:#6b7280;line-height:1.6;}
.svc-upload-hint{font-size:12px;color:#ef4444;}
.svc-step-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.svc-step-actions .btn{min-width:120px;}
.svc-success-icon{width:64px;height:64px;border-radius:50%;background:#dcfce7;color:#166534;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto;}
.svc-step3-card{border:1px solid var(--line);border-radius:14px;background:#f8fafc;padding:14px;display:grid;gap:8px;font-size:14px;color:#374151;}
.svc-step3-card strong{font-size:16px;}
.svc-cart-item{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:14px;padding:10px;gap:12px;background:#fff;}
.svc-cart-item .info{display:flex;gap:10px;align-items:center;flex:1;}
.svc-cart-item img{width:56px;height:56px;object-fit:cover;border-radius:12px;}
.svc-cart-item .meta{font-size:12px;color:#6b7280;margin-top:2px;}
.svc-cart-item .price{font-weight:800;margin-right:10px;}
.svc-cart-item .price .price-old{
  color:#94a3b8;
  text-decoration:line-through;
  font-size:12px;
  margin-right:6px;
}
.svc-cart-item .price .price-new{
  color:#dc2626;
  font-weight:800;
}
.svc-cart-remove{border:1px solid var(--line);background:#fff;border-radius:10px;padding:6px 12px;font-size:13px;font-weight:700;cursor:pointer;}
.svc-cart-qty{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:4px 6px;border:1px solid var(--line);border-radius:999px;background:#f8fafc;}
.svc-cart-qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:#fff;font-weight:700;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;}
.svc-cart-qty input{width:52px;border:1px solid var(--line);border-radius:999px;padding:4px 6px;font-size:16px;font-weight:700;text-align:center;background:#fff;}
.svc-cart-actions{padding:0 18px 18px;display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:4px;}
.svc-cart-actions .btn{flex:1;min-width:120px;}
.btn.loading{position:relative;pointer-events:none;}
.btn.loading::after{
  content:"";
  position:absolute;
  right:10px;
  width:14px;height:14px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.6);
  border-top-color:transparent;
  animation:spin .8s linear infinite;
}
.btn.loading::before{
  content:"";
  position:absolute;
  left:10px;
  width:14px;height:14px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.6);
  border-top-color:transparent;
  animation:spin .8s linear infinite;
}
.submit-tip{font-size:12px;color:#64748b;margin-top:8px;display:none;}
.submit-tip.show{display:block;}
@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@media(max-width:560px){
  .svc-cart-item{flex-direction:column;align-items:flex-start;}
  .svc-cart-item .price{margin-right:0;}
  .svc-cart-actions .btn{flex:1 0 100%;}
}
#svcCartForm{padding:0;}
#svcCartForm section{padding:18px;display:grid;gap:12px;}
#svcCartForm label{display:grid;gap:4px;font-size:13px;color:#374151;font-weight:700;}
#svcCartForm input,#svcCartForm textarea,#svcCartForm select{padding:10px 12px;border:1px solid var(--line);border-radius:12px;font-size:14px;}
#svcCartForm .svc-birthdate-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:10px;margin-top:6px;}
#svcCartForm .svc-birthdate-control{display:grid;gap:6px;}
#svcCartForm .svc-birthdate-label{font-size:12px;color:#64748b;font-weight:700;}
#svcCartForm .svc-birthdate-input,#svcCartForm .svc-birthdate-select{padding:10px 12px;border:1px solid var(--line);border-radius:12px;font-size:14px;background:#fff;color:#0f172a;}
#svcCartForm .svc-birthdate-weekday{display:block;margin-top:6px;min-height:20px;font-size:12px;color:#0f172a;font-weight:700;}
#svcCartForm .svc-birthdate-weekday.is-error{color:#dc2626;}
#svcCartForm textarea{min-height:110px;resize:vertical;}
#svcCart{max-width:640px;width:95%;max-height:90vh;overflow:hidden;box-sizing:border-box;margin:0 auto;}
#svcCartForm{flex:1;max-height:calc(90vh - 64px);overflow:hidden;display:flex;flex-direction:column;}
#svcCart .svc-step-content{max-height:calc(90vh - 160px);overflow:auto;}
@media (max-width: 640px){
  #svcCart{
    max-height:92vh;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin:0;
  }
  #svcCartForm{max-height:calc(92vh - 64px);}
  #svcCart .svc-step-content{max-height:calc(92vh - 160px);}
  #svcLookup input,
  #svcLookup textarea,
  #svcLookup select,
  #svcCartForm input,
  #svcCartForm textarea,
  #svcCartForm select{
    font-size:16px;
  }
  #svcCartForm .svc-birthdate-grid{grid-template-columns:1fr;}
}
.qty-stepper{display:flex;align-items:center;gap:8px;}
.qty-stepper button{width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:18px;line-height:1;cursor:pointer;}
.qty-stepper input{width:72px;text-align:center;}
.svc-summary{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:14px;margin:18px;display:flex;justify-content:space-between;align-items:center;gap:10px;}
.svc-summary strong{font-size:18px;}
#svcLookup{border:none;border-radius:16px;padding:0;background:var(--card);border:1px solid var(--line);box-shadow:0 20px 50px rgba(15,23,42,.35);max-width:560px;width:92%;max-height:85vh;box-sizing:border-box;margin:0 auto;}
#svcLookup::backdrop{background:rgba(2,6,23,.45);}
#svcLookup header{padding:18px;border-bottom:1px solid var(--line);}
#svcLookup form{padding:18px;display:grid;gap:12px;max-height:calc(85vh - 210px);overflow:auto;}
#svcLookupResult{padding:0 18px 18px;max-height:calc(85vh - 260px);overflow:auto;}
#svcLookup label{display:grid;gap:6px;font-size:13px;color:#374151;font-weight:600;}
#svcLookup input{padding:10px 12px;border:1px solid var(--line);border-radius:12px;}
#svcLookup .actions{padding:0 18px 18px;display:flex;justify-content:flex-end;gap:10px;}
#svcLookupCards .lookup-card{border:1px solid var(--line);border-radius:12px;padding:12px;background:#f8fafc;}
#svcSuccess .svc-success-body{padding:20px;display:grid;gap:12px;}
#svcSuccess .svc-success-body .order-id{font-size:22px;font-weight:800;}
#svcSuccess footer{padding:0 20px 20px;display:flex;justify-content:flex-end;gap:10px;}
.guardian-badge{position:relative;display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#0f172a,#111827);border:1px solid rgba(148,163,184,0.35);color:#e2e8f0;box-shadow:0 12px 24px rgba(15,23,42,0.25);cursor:pointer;user-select:none;}
.guardian-badge img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));}
.guardian-meta{display:flex;flex-direction:column;gap:2px;font-size:12px;}
.guardian-meta strong{font-size:13px;font-weight:700;color:#f8fafc;}
.guardian-sub{font-size:11px;color:#94a3b8;}
.guardian-alert{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center;border:2px solid #111827;line-height:1;}
.guardian-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:170px;display:none;flex-direction:column;gap:4px;padding:6px;border-radius:12px;background:#0b1022;border:1px solid rgba(148,163,184,.25);box-shadow:0 18px 36px rgba(0,0,0,.35);z-index:30;}
.guardian-menu.guardian-menu--open{display:flex;}
.guardian-menu a,
.guardian-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:10px;background:transparent;border:0;color:#e2e8f0;font-size:12px;font-weight:700;text-decoration:none;text-align:left;cursor:pointer;}
.guardian-menu a:hover,
.guardian-menu button:hover{background:rgba(148,163,184,.12);}
.guardian-menu-badge{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center;line-height:1;}
.fortune-btn{margin-top:2px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#0b1120;border:none;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px rgba(249,115,22,.35);}
.fortune-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;}

.fortune-dialog{border:none;border-radius:18px;padding:0;max-width:560px;width:92%;background:#0b1022;color:#e5e7eb;box-shadow:0 24px 60px rgba(0,0,0,.45);}
.fortune-shell{padding:20px;display:grid;gap:16px;background:
  radial-gradient(circle at 20% 10%, rgba(253,224,71,.08), transparent 38%),
  radial-gradient(circle at 80% 0%, rgba(56,189,248,.12), transparent 40%),
  #0b1022;border-radius:18px;border:1px solid rgba(148,163,184,0.2);}
.fortune-head{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.fortune-title{font-size:18px;font-weight:800;letter-spacing:.5px;}
.fortune-date{font-size:12px;color:#94a3b8;}
.fortune-close{border:none;background:rgba(255,255,255,.1);color:#e2e8f0;border-radius:999px;width:28px;height:28px;cursor:pointer;}
.fortune-loading{padding:16px;border-radius:14px;border:1px dashed rgba(148,163,184,.3);background:rgba(15,23,42,.55);color:#cbd5f5;font-size:13px;text-align:center;}
.fortune-error{padding:12px;border-radius:12px;background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.4);color:#fecaca;font-size:13px;}
.fortune-card{padding:16px;border-radius:16px;background:linear-gradient(135deg,#111827,#0f172a);border:1px solid rgba(94,234,212,.25);box-shadow:0 16px 36px rgba(0,0,0,.35);animation:fortuneFlip .6s ease;}
.fortune-card{position:relative;overflow:hidden;transform-style:preserve-3d;}
.fortune-stars{font-size:16px;letter-spacing:2px;color:#fbbf24;margin-bottom:6px;}
.fortune-summary{font-size:16px;font-weight:800;color:#f8fafc;margin-bottom:10px;}
.fortune-section{margin-top:10px;padding-top:10px;border-top:1px solid rgba(148,163,184,.18);}
.fortune-label{font-size:12px;letter-spacing:1px;color:#94a3b8;margin-bottom:6px;}
.fortune-text{font-size:14px;line-height:1.7;color:#e2e8f0;}
.fortune-v3-lines{display:grid;gap:8px;}
.fortune-v3-line{display:block;padding:9px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:rgba(15,23,42,.52);}
.fortune-meta{margin-top:12px;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:6px;font-size:11px;color:#cbd5f5;}
.fortune-meta span{padding:4px 8px;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:rgba(15,23,42,.6);}
.fortune-explain{margin-top:14px;padding-top:14px;border-top:1px solid rgba(148,163,184,.18);display:grid;gap:10px;}
.fortune-explain-toggle{border:1px solid rgba(148,163,184,.3);background:rgba(15,23,42,.6);color:#e2e8f0;font-size:14px;font-weight:700;line-height:1.4;border-radius:999px;padding:10px 14px;display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;text-align:left;cursor:pointer;}
.fortune-explain-toggle[aria-expanded="true"]{background:#1f2937;}
.fortune-explain-body{display:grid;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:rgba(15,23,42,.52);font-size:13px;line-height:1.6;color:#e2e8f0;}
.fortune-explain-title{font-weight:700;font-size:17px;line-height:1.4;margin:0;}
.fortune-explain-desc,.fortune-explain-how{color:#cbd5f5;line-height:1.75;margin:0;}
.fortune-task{display:grid;gap:8px;}
.fortune-task-toggle{border:1px solid rgba(148,163,184,.3);background:rgba(15,23,42,.6);border-radius:999px;padding:8px 12px;font-size:13px;color:#e2e8f0;cursor:pointer;text-align:left;}
.fortune-task-toggle[aria-pressed="true"]{background:#1f2937;border-color:rgba(16,185,129,.3);color:#bbf7d0;}
.fortune-task-streak{font-size:12px;color:#fbbf24;font-weight:600;}
.fortune-task-feedback{margin-top:8px;font-size:12px;line-height:1.6;color:#cbd5f5;padding:8px 10px;border-radius:10px;background:rgba(15,23,42,.7);border:1px solid rgba(148,163,184,.25);}
.fortune-actions{margin-top:18px;padding-top:6px;display:flex;justify-content:flex-start;clear:both;}
.fortune-share-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;color:#0b1120;background:linear-gradient(135deg,#fde68a,#f59e0b);box-shadow:0 10px 20px rgba(245,158,11,.3);cursor:pointer;}
.fortune-share-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;}
.fortune-body{position:relative;min-height:180px;}
.fortune-reveal-stage{
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px 0 8px;
  perspective:1200px;
}
.fortune-reveal-card{
  width:min(90%, 360px);
  aspect-ratio:1.8 / 1;
  border-radius:18px;
  background:
    radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,.26), transparent 55%),
    linear-gradient(132deg, #c7a46a 0%, #b8833e 42%, #1f9fb9 100%);
  border:1px solid rgba(255,255,255,.34);
  box-shadow:0 18px 34px rgba(15,23,42,.24);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  transform-style:preserve-3d;
}
.fortune-reveal-copy{
  position:absolute;
  inset:0;
  z-index:2;
  transform-style:preserve-3d;
  pointer-events:none;
}
.fortune-reveal-brand{
  position:absolute;
  top:12px;
  left:12px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.22);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(4px);
}
.fortune-reveal-brand-logo{
  width:16px;
  height:16px;
  filter:brightness(0) invert(1);
  opacity:.95;
  flex:0 0 auto;
}
.fortune-reveal-brand-text{
  color:rgba(255,255,255,.95);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:lowercase;
  line-height:1;
}
.fortune-reveal-stage.is-running .fortune-reveal-card{
  animation:fortuneFloat 900ms ease-in-out infinite alternate, fortuneFlipLoop 1380ms cubic-bezier(.45,.05,.55,.95) infinite;
}
.fortune-reveal-stage.is-running .fortune-reveal-copy{
  animation:fortuneCounterFlip 1380ms cubic-bezier(.45,.05,.55,.95) infinite;
}
.fortune-reveal-stage.is-unlocking .fortune-reveal-card{
  animation:fortuneUnlock 520ms cubic-bezier(.17,.84,.44,1) forwards;
}
.fortune-reveal-stage.is-unlocking .fortune-reveal-copy{
  animation:fortuneCounterUnlock 520ms cubic-bezier(.17,.84,.44,1) forwards;
}
.fortune-reveal-glow{
  position:absolute;
  inset:-40% -50%;
  background:linear-gradient(105deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
  transform:translateX(-40%);
  opacity:.68;
  pointer-events:none;
}
.fortune-reveal-stage.is-running .fortune-reveal-glow{
  animation:fortuneGlint 1000ms linear infinite;
}
.fortune-reveal-mark{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  color:#fff;
  font-size:34px;
  font-weight:800;
  letter-spacing:.12em;
  text-shadow:0 4px 16px rgba(15,23,42,.35);
}
.fortune-reveal-watermark{
  position:absolute;
  right:-18px;
  bottom:10px;
  z-index:3;
  color:rgba(255,255,255,.22);
  font-size:22px;
  font-weight:800;
  letter-spacing:.12em;
  transform:rotate(-9deg);
  pointer-events:none;
  user-select:none;
}
.fortune-card.is-reveal-in{
  animation:fortuneCardEnter 360ms cubic-bezier(.17,.84,.44,1);
}
@keyframes fortuneFlip{from{transform:rotateY(20deg) scale(.98);opacity:.2;}to{transform:rotateY(0deg) scale(1);opacity:1;}}
@keyframes fortuneFlipLoop{
  0%{transform:rotateY(0deg) rotateX(0deg) scale(1);}
  40%{transform:rotateY(178deg) rotateX(4deg) scale(1.015);}
  70%{transform:rotateY(184deg) rotateX(-4deg) scale(1.01);}
  100%{transform:rotateY(360deg) rotateX(0deg) scale(1);}
}
@keyframes fortuneFloat{
  from{transform:translateY(0);}
  to{transform:translateY(-6px);}
}
@keyframes fortuneGlint{
  from{transform:translateX(-65%);}
  to{transform:translateX(70%);}
}
@keyframes fortuneUnlock{
  0%{transform:rotateY(0deg) scale(1);}
  45%{transform:rotateY(178deg) scale(1.03);}
  100%{transform:rotateY(360deg) scale(.92);opacity:0;}
}
@keyframes fortuneCounterFlip{
  0%{transform:rotateY(0deg);}
  40%{transform:rotateY(-178deg);}
  70%{transform:rotateY(-184deg);}
  100%{transform:rotateY(-360deg);}
}
@keyframes fortuneCounterUnlock{
  0%{transform:rotateY(0deg);}
  45%{transform:rotateY(-178deg);}
  100%{transform:rotateY(-360deg);}
}
@keyframes fortuneCardEnter{
  from{opacity:0;transform:translateY(12px) scale(.985);}
  to{opacity:1;transform:translateY(0) scale(1);}
}
@media(max-width:560px){
  .guardian-badge{justify-content:center;text-align:center;}
  .guardian-meta{align-items:center;}
  .guardian-badge{margin:6px auto 0;}
  .fortune-reveal-mark{
    font-size:30px;
    letter-spacing:.1em;
  }
  .fortune-reveal-watermark{
    font-size:18px;
    right:-8px;
  }
}
@media (prefers-reduced-motion: reduce){
  .fortune-reveal-stage.is-running .fortune-reveal-card,
  .fortune-reveal-stage.is-running .fortune-reveal-copy,
  .fortune-reveal-stage.is-running .fortune-reveal-glow,
  .fortune-reveal-stage.is-unlocking .fortune-reveal-card,
  .fortune-reveal-stage.is-unlocking .fortune-reveal-copy,
  .fortune-card.is-reveal-in{
    animation:none !important;
  }
}
/* Align service fortune modal to the same light theme as home/shop/quiz */
.fortune-dialog{background:rgba(15,23,42,.42);backdrop-filter:blur(16px);}
.fortune-shell{max-width:820px;border-radius:28px;padding:24px;background:#fffdf9;border:1px solid rgba(148,163,184,.18);box-shadow:0 30px 70px rgba(15,23,42,.22);}
.fortune-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid rgba(148,163,184,.14);}
.fortune-title{font-size:24px;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:#0f172a;}
.fortune-date{font-size:13px;color:#64748b;margin-top:6px;}
.fortune-close{border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.92);color:#0f172a;border-radius:999px;width:34px;height:34px;cursor:pointer;box-shadow:0 8px 16px rgba(15,23,42,.08);}
.fortune-loading{padding:16px;border-radius:14px;border:1px dashed rgba(148,163,184,.24);background:#f8fafc;color:#64748b;font-size:13px;text-align:center;}
.fortune-error{padding:12px;border-radius:12px;background:#fef2f2;border:1px solid rgba(239,68,68,.2);color:#991b1b;font-size:13px;}
.fortune-body{display:grid;gap:14px;position:relative;min-height:180px;}
.fortune-reveal-stage{display:none;align-items:center;justify-content:center;min-height:300px;padding:20px 0 12px;perspective:1200px;isolation:isolate;}
.fortune-reveal-stage::before{content:"";position:absolute;inset:24px 8% 10px;border-radius:34px;background:radial-gradient(circle at 50% 24%, rgba(232,190,113,.18), transparent 34%),radial-gradient(circle at 50% 100%, rgba(15,23,42,.12), transparent 48%);filter:blur(18px);z-index:0;pointer-events:none;}
.fortune-reveal-card{width:min(90%,372px);aspect-ratio:1.68/1;border-radius:24px;background:linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.02)),radial-gradient(circle at 18% 10%, rgba(244,214,147,.26), transparent 34%),radial-gradient(circle at 82% 18%, rgba(255,255,255,.08), transparent 28%),linear-gradient(135deg, #12213f 0%, #1b2c52 42%, #26354a 100%);border:1px solid rgba(244,214,147,.24);box-shadow:0 24px 48px rgba(15,23,42,.22),0 10px 26px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transform-style:preserve-3d;z-index:1;}
.fortune-reveal-card::before,.fortune-reveal-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;}
.fortune-reveal-card::before{inset:auto 12% -16px 12%;height:34px;border-radius:999px;background:radial-gradient(circle, rgba(15,23,42,.3), transparent 70%);filter:blur(12px);opacity:.75;z-index:-1;}
.fortune-reveal-card::after{inset:12px;border:1px solid rgba(255,255,255,.08);}
.fortune-reveal-copy{position:absolute;inset:0;z-index:2;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:18px 18px 16px;}
.fortune-reveal-brand{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(15,23,42,.14);}
.fortune-reveal-brand-logo{width:16px;height:16px;filter:brightness(0) invert(1);opacity:.95;flex:0 0 auto;}
.fortune-reveal-brand-text{color:rgba(255,255,255,.9);font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;line-height:1;}
.fortune-reveal-stage.is-running .fortune-reveal-card{animation:fortuneFloat 1800ms ease-in-out infinite, fortuneTiltLoop 2200ms cubic-bezier(.42,0,.2,1) infinite;}
.fortune-reveal-stage.is-running .fortune-reveal-copy{animation:fortuneCopyPulse 1400ms ease-in-out infinite alternate;}
.fortune-reveal-stage.is-unlocking .fortune-reveal-card{animation:fortuneUnlock 520ms cubic-bezier(.17,.84,.44,1) forwards;}
.fortune-reveal-stage.is-unlocking .fortune-reveal-copy{animation:none;}
.fortune-reveal-glow{position:absolute;inset:-22% -35%;background:linear-gradient(110deg, transparent 24%, rgba(255,255,255,.05) 38%, rgba(255,255,255,.18) 50%, rgba(255,255,255,.05) 62%, transparent 76%);transform:translateX(-72%);opacity:.8;pointer-events:none;}
.fortune-reveal-stage.is-running .fortune-reveal-glow{animation:fortuneGlint 1400ms linear infinite;}
.fortune-reveal-mark{display:flex;align-items:center;gap:10px;color:#fff;font-size:15px;line-height:1.55;font-weight:800;letter-spacing:.04em;text-shadow:0 10px 22px rgba(15,23,42,.36);max-width:220px;}
.fortune-reveal-mark::before{content:"";width:36px;height:1px;border-radius:999px;background:linear-gradient(90deg, rgba(244,214,147,.18), rgba(244,214,147,.92));flex:none;}
.fortune-reveal-watermark{color:rgba(244,214,147,.68);font-size:11px;font-weight:700;letter-spacing:.32em;text-transform:uppercase;opacity:.86;}
.fortune-card{padding:22px;border-radius:22px;background:radial-gradient(circle at top right, rgba(199,164,106,.13), transparent 26%),linear-gradient(180deg, #fffdfa 0%, #f8fafc 100%);border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 36px rgba(15,23,42,.08);}
.fortune-card.is-reveal-in{animation:fortuneCardEnter 360ms cubic-bezier(.17,.84,.44,1);}
.fortune-stars{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#a16207;margin-bottom:12px;font-weight:700;}
.fortune-summary{max-width:30ch;font-size:22px;font-weight:700;color:#0f172a;margin-bottom:18px;line-height:1.62;letter-spacing:-.02em;}
.fortune-section{margin-top:14px;padding-top:14px;border-top:1px solid rgba(148,163,184,.16);}
.fortune-label{font-size:11px;letter-spacing:.08em;color:#8a7b65;margin-bottom:10px;font-weight:700;}
.fortune-text{font-size:15px;line-height:1.85;color:#0f172a;}
.fortune-meta{margin-top:18px;margin-bottom:0;display:flex;flex-wrap:wrap;gap:6px;font-size:10px;color:#94a3b8;}
.fortune-meta span{padding:5px 9px;border-radius:999px;border:1px solid rgba(199,164,106,.18);background:rgba(255,253,248,.72);color:#9a7a45;font-weight:600;letter-spacing:.02em;}
.fortune-explain{margin-top:16px;padding-top:16px;border-top:1px solid rgba(148,163,184,.16);display:grid;gap:12px;}
.fortune-explain-toggle{border:none;background:#fff;border:1px solid rgba(148,163,184,.18);color:#0f172a;font-size:14px;font-weight:700;line-height:1.4;border-radius:999px;padding:10px 16px;display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;text-align:left;cursor:pointer;box-shadow:0 8px 16px rgba(15,23,42,.06);}
.fortune-explain-toggle[aria-expanded="true"]{background:#fffdf8;}
.fortune-explain-body{display:grid;gap:10px;padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.14);background:rgba(255,255,255,.78);font-size:13px;line-height:1.72;color:#0f172a;}
.fortune-explain-title{font-weight:700;font-size:17px;line-height:1.4;margin:0;}
.fortune-explain-desc,.fortune-explain-how{color:#64748b;line-height:1.75;margin:0;}
.fortune-task{display:grid;gap:10px;margin-top:8px;padding:14px 16px;border:1px solid #b7efcf;border-radius:16px;background:linear-gradient(180deg,#f4fff8,#eefcf5);box-shadow:0 8px 20px rgba(34,197,94,.08);}
.fortune-task-head{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.fortune-task-kicker{font-size:12px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:#16a34a;margin-bottom:0;}
.fortune-task-mini{font-size:12px;line-height:1.5;color:#15803d;font-weight:600;text-align:right;}
.fortune-task .fortune-label{color:#166534;font-weight:800;}
.fortune-task .fortune-text{color:#14532d;}
.fortune-task-toggle{border:1px solid #bbf7d0;background:#fff;border-radius:999px;padding:12px 16px;font-size:14px;font-weight:800;color:#166534;cursor:pointer;text-align:center;box-shadow:0 8px 18px rgba(34,197,94,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease;}
.fortune-task-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(34,197,94,.12);}
.fortune-task-toggle[aria-pressed="true"]{background:linear-gradient(180deg,#16a34a,#15803d);border-color:#15803d;color:#f0fdf4;box-shadow:0 10px 22px rgba(22,163,74,.2);}
.fortune-task-streak{font-size:12px;color:#15803d;font-weight:700;}
.fortune-task-feedback{margin-top:2px;font-size:12px;line-height:1.72;color:#166534;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.72);border:1px solid rgba(22,163,74,.16);}
@keyframes fortuneTiltLoop{0%{transform:translateY(0) rotateZ(0deg) rotateX(0deg) scale(1);}45%{transform:translateY(-4px) rotateZ(-1.6deg) rotateX(3.5deg) scale(1.012);}100%{transform:translateY(0) rotateZ(1.4deg) rotateX(-2.4deg) scale(1);}}
@keyframes fortuneCopyPulse{from{opacity:.92;transform:translateY(0);}to{opacity:1;transform:translateY(-2px);}}
.fortune-card{background:#f8fafc;border:1px solid rgba(148,163,184,.25);box-shadow:none;animation:none;}
.fortune-stars{color:#b45309;}
.fortune-summary{color:#0f172a;font-weight:600;}
.fortune-section{border-top:1px solid rgba(148,163,184,.25);}
.fortune-label{color:#6b7280;}
.fortune-text{color:#0f172a;}
.fortune-v3-line{border:1px solid rgba(148,163,184,.24);background:#f8fafc;}
.fortune-meta{color:#6b7280;}
.fortune-meta span{border:1px solid rgba(148,163,184,.25);background:#f8fafc;color:#6b7280;}
.fortune-explain{border-top:1px solid rgba(148,163,184,.25);}
.fortune-explain-toggle{background:#fff;border:1px solid rgba(148,163,184,.25);color:#0f172a;}
.fortune-explain-toggle[aria-expanded="true"]{background:#f1f5f9;}
.fortune-explain-body{color:#0f172a;border:1px solid rgba(148,163,184,.22);background:#f8fafc;}
.fortune-explain-desc,.fortune-explain-how{color:#64748b;}
.fortune-task-toggle{border:1px solid rgba(148,163,184,.25);background:#fff;color:#0f172a;}
.fortune-task-toggle[aria-pressed="true"]{background:#ecfdf3;border-color:rgba(16,185,129,.3);color:#065f46;}
.fortune-task-streak{color:#f97316;}
.fortune-task-feedback{color:#475569;background:#f8fafc;border:1px solid rgba(148,163,184,.25);}

.phone-flow-trigger{
  margin-top:12px;
  border:1px solid var(--line);
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  box-shadow:var(--shadow);
}

.phone-flow-trigger:hover{
  border-color:#94a3b8;
}

.phone-flow-dialog{
  border:none;
  border-radius:18px;
  padding:0;
  max-width:640px;
  width:92%;
  background:#fff;
  color:#0f172a;
  box-shadow:0 30px 70px rgba(15,23,42,.35);
}

.phone-flow-card{
  padding:20px;
  display:grid;
  gap:12px;
}

.phone-flow-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.phone-flow-head h3{
  font-size:18px;
  font-weight:800;
  margin:0;
}

.phone-flow-close{
  border:none;
  background:#f1f5f9;
  color:#0f172a;
  border-radius:999px;
  width:28px;
  height:28px;
  cursor:pointer;
}

.phone-flow-body{
  display:grid;
  gap:10px;
  font-size:14px;
  line-height:1.7;
  color:#475569;
}
.phone-flow-body a{
  color:#1d4ed8;
  text-decoration:underline;
  text-underline-offset:3px;
}
.phone-flow-body a:hover{
  color:#1e40af;
}

.phone-flow-body ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:4px;
}

.phone-flow-label{
  font-weight:700;
  color:#0f172a;
}

.phone-flow-template{
  display:none;
}

/* Skeleton loader */
@keyframes svc-shimmer{
  0%{background-position:-200% 0}
  100%{background-position:200% 0}
}
.svc-skeleton-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  overflow:hidden;
}
.svc-skeleton-card .sk-pic{
  width:100%;
  aspect-ratio:4/3;
  background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);
  background-size:200% 100%;
  animation:svc-shimmer 1.4s ease-in-out infinite;
}
.svc-skeleton-card .sk-body{
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.sk-line{
  height:12px;
  border-radius:6px;
  background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);
  background-size:200% 100%;
  animation:svc-shimmer 1.4s ease-in-out infinite;
}
.sk-line.w80{width:80%;}
.sk-line.w50{width:50%;}
.sk-line.w40{width:40%;}
.sk-line.h18{height:18px;}

.service-inline1-note{
  font-size:12px;
  margin-top:8px;
}
.service-inline1-error-status{
  color:#ef4444;
  font-size:13px;
  min-height:18px;
}
.service-inline1-lookup-dialog{
  border:none;
  border-radius:16px;
  padding:0;
  max-width:560px;
  width:92%;
}
.service-inline1-dialog-title{
  font-weight:800;
  font-size:18px;
}
.service-inline1-dialog-subtitle{
  margin:6px 0 0;
  color:#6b7280;
  font-size:13px;
}
.service-inline1-hint{
  margin:0;
  font-size:12px;
  color:#94a3b8;
}
.service-inline1-result-title{
  font-weight:700;
  margin-bottom:6px;
}
.service-inline1-result-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.service-inline1-section-label{
  font-weight:700;
  color:#6b7280;
  margin-bottom:4px;
}
.service-inline1-detail-desc{
  font-size:14px;
  line-height:1.7;
  border:1px solid var(--line);
  border-radius:12px;
  padding:12px;
  white-space:pre-wrap;
  max-height:220px;
  overflow:auto;
}
.service-inline1-mt12{ margin-top:12px; }
.service-inline1-mt16{ margin-top:16px; }
.service-inline1-mt20{ margin-top:20px; }
.service-inline1-mt8{ margin-top:8px; }
.service-inline1-field-label{
  display:block;
  font-size:12px;
  color:#6b7280;
  margin-bottom:6px;
}
.service-inline1-input{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  font-size:14px;
}
.service-inline1-wfull{ width:100%; }
.service-inline1-reviews-title{
  font-weight:800;
  margin-bottom:6px;
}
.service-inline1-reviews-form-wrap{
  margin-top:12px;
  border-top:1px solid #e5e7eb;
  padding-top:12px;
}
.service-inline1-reviews-grid{
  display:grid;
  gap:12px;
  margin-bottom:12px;
}
.service-inline1-field-grid{
  display:grid;
  gap:6px;
}
.service-inline1-minh100{ min-height:100px; }
.service-inline1-textcount{
  margin-top:6px;
  font-size:12px;
  color:#6b7280;
}
.service-inline1-cart-panel{
  border:none;
  border-radius:16px;
  padding:0;
  max-width:640px;
  width:95%;
  box-shadow:0 30px 60px rgba(15,23,42,.35);
}
.service-inline1-cart-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 18px;
  border-bottom:1px solid var(--line);
}
.service-inline1-cart-list{
  max-height:50vh;
  overflow:auto;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.service-inline1-cart-total-wrap{ padding:0 18px 12px; }
.service-inline1-cart-total-row{
  display:flex;
  justify-content:space-between;
  font-weight:700;
}
.service-inline1-summary-title{
  font-size:12px;
  color:#6b7280;
  font-weight:700;
}
.service-inline1-summary-name{
  font-weight:700;
  font-size:16px;
  margin-top:4px;
}
.service-inline1-summary-list{
  margin:6px 0 0;
  padding-left:18px;
  color:#475569;
  font-size:13px;
  line-height:1.5;
}
  

/* service inline style pass 2: static-only extraction */
body.service-view .service-inline2-detail-qty-wrap{margin-top:12px;}
body.service-view .service-inline2-detail-qty-label{display:block;font-size:12px;color:#6b7280;margin-bottom:6px;}
body.service-view .service-inline2-detail-qty-input{padding:10px;border-radius:10px;border:1px solid var(--line);font-size:14px;}
body.service-view .service-inline2-detail-fee-hint{font-size:12px;color:#6b7280;white-space:nowrap;}
body.service-view .service-inline2-cart-dialog{width:min(920px,96vw);max-height:92vh;overflow:hidden;}
body.service-view .service-inline2-promo-actions-row{gap:8px;align-items:center;}
body.service-view .service-inline2-step3-center{text-align:center;}
body.service-view .service-inline2-booking-title{font-weight:700;margin-bottom:6px;}
body.service-view .service-inline2-booking-body{font-size:13px;line-height:1.7;color:#0f172a;}
body.service-view .service-inline2-booking-en{margin-top:6px;color:#475569;}
body.service-view .service-inline2-order-id-label{font-size:12px;color:#6b7280;}
body.service-view .service-inline2-step3-reschedule-hint{margin-top:12px;font-size:12px;color:#64748b;}
body.service-view .service-inline2-success-order-label{color:#6b7280;font-size:13px;}
body.service-view .service-inline2-success-hint{font-size:14px;color:#374151;line-height:1.7;}
body.service-view .service-inline2-success-reschedule{margin-top:12px;font-size:12px;color:#64748b;}
body.service-view .service-inline3-edit-subtitle-btn{
  border:none;
  background:none;
  cursor:pointer;
  font-size:13px;
  color:#64748b;
  margin-left:6px;
  vertical-align:middle;
}
body.service-view .service-inline3-detail-price-hint{
  font-size:12px;
  color:#6b7280;
  margin-top:6px;
}
body.service-view .service-inline3-static-notice{
  margin:12px 0;
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
}
body.service-view .service-inline3-success-notice{
  margin-top:12px;
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
}
body.service-view .svc-is-hidden{
  display:none !important;
}
body.service-view .svc-fortune-compare-panel{
  margin:8px 0 12px;
  padding:10px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:14px;
  background:#f8fafc;
}
body.service-view .svc-admin-pill{
  border:1px solid rgba(15,23,42,.2);
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
body.service-view .svc-admin-pill--test{
  margin-left:auto;
}
body.service-view .svc-admin-pill--compare{
  margin-left:8px;
}
