:root {
  --black: #0a0a0a;
  --ink: #171714;
  --charcoal: #22211f;
  --paper: #f2f0eb;
  --ivory: #faf9f5;
  --stone: #d6d1c8;
  --muted: #85827b;
  --line: rgba(26, 25, 22, 0.13);
  --bronze: #9a7651;
  --moss: #536258;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }

html { background: #c7c4bd; }

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.78), transparent 28%),
    radial-gradient(circle at 86% 80%, rgba(77,86,79,.18), transparent 25%),
    #c7c4bd;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; }

.stage {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: clamp(52px, 9vw, 150px);
  padding: 30px;
}

.phone {
  position: relative;
  width: 414px;
  height: min(896px, calc(100vh - 60px));
  min-height: 720px;
  overflow: hidden;
  border: 8px solid #171717;
  border-radius: 48px;
  background: var(--black);
  box-shadow: 0 42px 100px rgba(22,22,20,.32), 0 10px 28px rgba(22,22,20,.2), inset 0 0 0 1px rgba(255,255,255,.1);
}

.app { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 39px; background: var(--paper); }

.status {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 6px 23px 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1px;
}

.status--light { color: #fff; }
.status__icons { font-size: 9px; letter-spacing: 1px; }

.wechat-capsule {
  display: flex;
  width: 86px;
  height: 31px;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid rgba(15,15,15,.1);
  border-radius: 17px;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
}

.wechat-capsule span { padding-bottom: 6px; font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.wechat-capsule i { width: 1px; height: 18px; background: rgba(20,20,20,.1); }
.wechat-capsule b { width: 11px; height: 11px; border: 2px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(255,255,255,.9); background: currentColor; }
.wechat-capsule--dark { position: absolute; top: 39px; right: 11px; z-index: 10; border-color: rgba(255,255,255,.14); background: rgba(8,8,8,.24); color: #fff; }
.wechat-capsule--dark i { background: rgba(255,255,255,.18); }
.wechat-capsule--dark b { box-shadow: inset 0 0 0 2px rgba(10,10,10,.8); }

.micro {
  display: inline-block;
  color: var(--bronze);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 1.4;
}

.micro--light { color: rgba(255,255,255,.62); }

.splash {
  position: absolute;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  background: #060606;
  color: #fff;
  transition: opacity .75s ease, visibility .75s ease, transform .9s cubic-bezier(.2,.8,.2,1);
}

.splash.is-hidden { visibility: hidden; opacity: 0; transform: scale(1.035); }
.splash__carousel, .splash__slide, .splash__motion, .splash__shade, .splash__grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.splash__carousel { overflow: hidden; }
.splash__slide { opacity: 0; object-fit: cover; object-position: center; transform: scale(1.035); transition: opacity .55s ease, transform 2.4s cubic-bezier(.2,.8,.2,1); }
.splash__slide.is-active { opacity: 1; transform: scale(1.005); }
.splash__motion { background: radial-gradient(ellipse at 50% 46%, transparent 25%, rgba(0,0,0,.06) 78%); }
.splash__shade { background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 43%, rgba(0,0,0,.05) 58%, rgba(0,0,0,.76) 100%); }
.splash__grain { z-index: 2; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); pointer-events: none; }

.status--splash { color: #111; }
.wechat-capsule--splash { position: absolute; top: 39px; right: 11px; z-index: 10; background: rgba(246,245,241,.74); color: #111; }
.splash__brandmark { position: absolute; top: 58px; left: 22px; z-index: 6; display: flex; align-items: center; gap: 9px; color: #111; }
.splash__brandmark img { width: 66px; height: 42px; object-fit: contain; background: #e9e8e3; mix-blend-mode: multiply; }
.splash__brandmark span { font-family: Arial,sans-serif; font-size: 9px; font-weight: 750; letter-spacing: 2px; }
.splash.has-dark-cover .status--splash, .splash.has-dark-cover .splash__brandmark { color: #fff; text-shadow: 0 1px 5px rgba(0,0,0,.34); }

.splash__copy { position: absolute; right: 0; bottom: 54px; left: 0; z-index: 5; text-align: center; }
.logo { display: flex; align-items: center; flex-direction: column; }
.logo strong { margin-top: 16px; font-family: Arial,sans-serif; font-size: 38px; font-weight: 750; letter-spacing: 8px; transform: translateX(4px); }
.logo span { margin-top: 8px; font-family: Georgia, serif; font-size: 7px; letter-spacing: 3.5px; transform: translateX(2px); }
.logo em { margin-top: 6px; color: rgba(255,255,255,.46); font-family: Georgia, serif; font-size: 6px; font-style: normal; letter-spacing: 2.5px; }
.splash__copy p { margin: 20px 0 0; color: rgba(255,255,255,.65); font-family: var(--serif); font-size: 11px; letter-spacing: 1px; }
.outline-button { width: 128px; height: 39px; margin-top: 24px; border: 1px solid rgba(255,255,255,.58); border-radius: 24px; background: rgba(5,5,5,.12); color: #fff; font-size: 12px; letter-spacing: 5px; text-indent: 5px; backdrop-filter: blur(8px); }
.sound-button { position: absolute; bottom: 28px; left: 22px; z-index: 8; width: 28px; height: 28px; background: transparent; color: rgba(255,255,255,.58); font-size: 18px; transform: rotate(-30deg); }

.shell { position: absolute; inset: 0; visibility: hidden; background: var(--paper); opacity: 0; transition: opacity .5s ease; }
.shell.is-ready { visibility: visible; opacity: 1; }

.topbar {
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 25;
  display: flex;
  height: 57px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px 0 20px;
  border-bottom: 1px solid rgba(20,20,18,.06);
  background: rgba(242,240,235,.92);
  backdrop-filter: blur(18px);
  transition: color .25s, background .25s;
}

.topbar__brand { display: flex; align-items: center; gap: 7px; }
.topbar__brand img { width: 30px; height: 20px; object-fit: contain; mix-blend-mode: multiply; }
.topbar__brand strong { font-family: Arial,sans-serif; font-size: 15px; font-weight: 750; letter-spacing: 1.5px; }
.topbar__brand span { color: var(--bronze); font-family: Georgia, serif; font-size: 6px; letter-spacing: 1.7px; }
.topbar__title { position: absolute; right: 105px; left: 60px; display: none; text-align: center; font-size: 15px; font-weight: 650; }
.back-button { display: none; width: 32px; height: 36px; padding: 0; background: transparent; font-family: Arial, sans-serif; font-size: 38px; font-weight: 200; line-height: 29px; }
.topbar.detail .topbar__brand { display: none; }
.topbar.detail .topbar__title, .topbar.detail .back-button { display: block; }

.viewport { position: absolute; top: 89px; right: 0; bottom: 72px; left: 0; overflow: hidden; background: var(--paper); }
.view { position: absolute; inset: 0; visibility: hidden; overflow-x: hidden; overflow-y: auto; background: var(--paper); opacity: 0; transform: translateX(14px); transition: opacity .24s ease, transform .3s ease, visibility .3s; scrollbar-width: none; }
.view::-webkit-scrollbar { display: none; }
.view--active { visibility: visible; opacity: 1; transform: translateX(0); }
.section-pad { padding-right: 20px; padding-left: 20px; }

.home-hero { position: relative; height: 570px; overflow: hidden; background: #171511; }
.home-hero img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,4,4,.05), rgba(4,4,4,.05) 35%, rgba(4,4,4,.82) 100%); }
.home-hero__copy { position: absolute; right: 26px; bottom: 39px; left: 25px; color: #fff; }
.home-hero h1 { margin: 15px 0 0; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.32; letter-spacing: 1.5px; }
.home-hero p { margin: 15px 0 0; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.75; }
.text-link { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding: 8px 0; background: transparent; font-size: 11px; letter-spacing: .5px; }
.text-link--light { color: #fff; }
.text-link span { font-size: 18px; font-weight: 300; }

.manifesto { padding-top: 50px; padding-bottom: 56px; background: var(--ivory); }
.manifesto h2 { margin: 17px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.55; letter-spacing: .7px; }
.manifesto__line { width: 36px; height: 1px; margin-top: 24px; background: var(--bronze); }
.manifesto p { width: 86%; margin: 22px 0 0 auto; color: #67645e; font-size: 11px; line-height: 1.9; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; }
.section-head h2 { margin: 7px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 550; letter-spacing: 1px; }
.quiet-link { padding: 7px 0; background: transparent; color: #77746d; font-size: 9px; }

.space-story { position: relative; height: 280px; overflow: hidden; background: #111; }
.space-story img { width: 100%; height: 100%; object-fit: cover; }
.space-story::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(5,5,5,.74)); content: ""; }
.space-story__label { position: absolute; bottom: 25px; left: 22px; z-index: 2; display: flex; flex-direction: column; color: #fff; }
.space-story__label span { color: rgba(255,255,255,.52); font-size: 7px; letter-spacing: 1.7px; }
.space-story__label strong { margin-top: 7px; font-family: var(--serif); font-size: 23px; font-weight: 500; letter-spacing: 1px; }

.visit { padding-top: 50px; padding-bottom: 50px; background: #dedbd4; }
.visit h2 { margin: 8px 0 20px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.map-card { position: relative; height: 195px; overflow: hidden; background: #242320; cursor: pointer; }
.map-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.map-card:hover .map-card__image,
.map-card:focus-visible .map-card__image { transform: scale(1.025); }
.map-caption { position: absolute; right: 12px; bottom: 10px; padding: 6px 8px; background: rgba(24,24,22,.78); color: #fff; font-size: 7px; letter-spacing: .7px; }
.address-card { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 17px 2px; border-bottom: 1px solid rgba(20,20,18,.2); background: transparent; text-align: left; }
.address-card span { display: flex; flex-direction: column; }
.address-card strong { font-family: var(--serif); font-size: 14px; }
.address-card small { margin-top: 8px; color: #66635d; font-size: 9px; line-height: 1.6; }
.address-card b { font-size: 24px; font-weight: 300; }
.brand-footer { display: flex; height: 180px; align-items: center; flex-direction: column; justify-content: center; background: var(--black); color: #fff; }
.brand-footer img { width: 86px; height: 54px; object-fit: contain; filter: invert(1); mix-blend-mode: screen; }
.brand-footer strong { margin-top: 9px; font-family: Arial,sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 5px; transform: translateX(2px); }
.brand-footer span { margin-top: 12px; color: rgba(255,255,255,.35); font-family: Georgia, serif; font-size: 6px; letter-spacing: 2.3px; }

.tabbar { position: absolute; right: 0; bottom: 0; left: 0; z-index: 28; display: grid; height: 72px; grid-template-columns: repeat(3,1fr); padding: 7px 34px 11px; border-top: 1px solid rgba(25,24,21,.09); background: rgba(250,249,245,.95); backdrop-filter: blur(18px); }
.tabbar button { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 4px; background: transparent; color: #9a9790; font-size: 9px; }
.tabbar svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; }
.tabbar button.active { color: var(--black); font-weight: 650; }

.notice-view { padding: 18px 0 24px; background: #10100f; }
.notice-backdrop { position: fixed; inset: 0; background: linear-gradient(rgba(8,8,8,.68),rgba(8,8,8,.94)),url("./assets/md-cuts-cover.jpg?v=20260808-hq") center/cover; }
.notice-paper { position: relative; width: calc(100% - 34px); min-height: 900px; margin: 0 auto; padding: 48px 27px 55px; background: rgba(246,244,239,.96); box-shadow: 0 15px 40px rgba(0,0,0,.28); text-align: center; }
.notice-paper::before { position: absolute; inset: 0; opacity: .17; background: radial-gradient(circle at 15% 20%,rgba(154,118,81,.18),transparent 24%),radial-gradient(circle at 80% 70%,rgba(83,98,88,.16),transparent 28%); content: ""; pointer-events: none; }
.notice-paper > * { position: relative; }
.notice-paper h1 { margin: 13px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: 5px; text-indent: 5px; }
.notice-lead { margin: 25px 0 42px; color: #69665f; font-family: var(--serif); font-size: 10px; line-height: 2; }
.notice-rule { display: grid; grid-template-columns: 25px 1fr; gap: 8px; padding: 22px 0; border-top: 1px solid rgba(20,20,18,.12); text-align: left; }
.notice-rule > span { padding-top: 4px; color: var(--bronze); font-family: Georgia,serif; font-size: 8px; }
.notice-rule h3 { margin: 0; font-family: var(--serif); font-size: 14px; font-weight: 600; letter-spacing: 1px; }
.notice-rule p { margin: 9px 0 0; color: #68655f; font-size: 9px; line-height: 1.85; }
.notice-contact { display: flex; align-items: center; flex-direction: column; margin-top: 30px; padding: 28px 0; border-top: 1px solid rgba(20,20,18,.12); border-bottom: 1px solid rgba(20,20,18,.12); }
.notice-contact span { color: var(--bronze); font-size: 7px; letter-spacing: 1.8px; }
.notice-contact strong { margin-top: 10px; font-family: Georgia,serif; font-size: 17px; font-weight: 400; letter-spacing: 1px; }
.notice-contact small { margin-top: 7px; color: #8d8981; font-size: 8px; }
.notice-end { margin-top: 42px; color: #aaa69e; font-family: Georgia,serif; font-size: 6px; letter-spacing: 2px; }
.notice-action { position: relative; z-index: 10; width: calc(100% - 34px); min-height: 118px; margin: 16px auto 0; padding: 16px 28px 18px; border-radius: 22px; background: rgba(16,16,15,.96); color: #fff; text-align: center; }
.notice-action > p { margin: 0 0 9px; color: rgba(255,255,255,.56); font-size: 9px; }
.agreement { display: none; align-items: center; justify-content: center; gap: 7px; margin-bottom: 11px; font-size: 10px; cursor: pointer; }
.agreement.is-visible { display: flex; }
.agreement input, .mini-agreement input { position: absolute; opacity: 0; }
.agreement > span, .mini-agreement > span { position: relative; width: 16px; height: 16px; border: 1px solid #8d8c87; border-radius: 50%; }
.agreement input:checked + span::after, .mini-agreement input:checked + span::after { position: absolute; top: 2px; left: 5px; width: 4px; height: 7px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; content: ""; transform: rotate(45deg); }
.agreement input:checked + span, .mini-agreement input:checked + span { border-color: var(--moss); background: var(--moss); }
.solid-button { width: 100%; height: 43px; border-radius: 2px; background: var(--black); color: #fff; font-size: 12px; font-weight: 650; letter-spacing: 1.5px; }
.solid-button:disabled { background: #555451; color: #999894; cursor: not-allowed; }
.notice-action .solid-button { border: 1px solid rgba(255,255,255,.45); border-radius: 24px; background: transparent; }
.notice-action .solid-button:not(:disabled) { border-color: #fff; color: #fff; }

.booking-view {
  display: flex;
  overflow: hidden;
  padding: 22px 20px 0;
  flex-direction: column;
  background: var(--paper);
}
.booking-progress { display: flex; position: relative; align-items: center; gap: 5px; padding-right: 48px; }
.booking-progress > span { height: 2px; flex: 1; background: #d4d0c8; transition: background .25s; }
.booking-progress > span.active { background: var(--black); }
.booking-progress em { position: absolute; right: 0; color: #8f8b83; font-family: Georgia,serif; font-size: 8px; font-style: normal; letter-spacing: 1px; }
.booking-step { display: none; }
.booking-step--active {
  display: block;
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 26px;
  animation: fadeUp .3s ease;
  scrollbar-width: none;
}
.booking-step--active::-webkit-scrollbar { display: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.booking-heading { padding: 30px 0 20px; }
.booking-heading h1 { margin: 10px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: .5px; }
.booking-heading p { margin: 10px 0 0; color: #86827a; font-size: 9px; }
.booking-options { border-top: 0; }
.choice-category { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 11px 2px 8px; border-bottom: 1px solid rgba(154,118,81,.48); background: transparent; color: var(--bronze); }
.choice-category:first-child { margin-top: 0; }
.choice-category span { font-family: Georgia,serif; font-size: 6px; letter-spacing: 1.6px; }
.choice-category strong { color: var(--ink); font-family: var(--serif); font-size: 12px; font-weight: 500; letter-spacing: .5px; }
.choice-card { display: grid; width: 100%; min-height: 67px; grid-template-columns: 25px minmax(0,1fr) auto; align-items: center; gap: 6px; padding: 13px 3px; border-bottom: 1px solid var(--line); background: transparent; text-align: left; transition: background .2s, box-shadow .2s; }
.choice-card > span { align-self: start; padding-top: 3px; color: #9a7651; font-family: Georgia,serif; font-size: 7px; }
.choice-card div { display: flex; flex-direction: column; }
.choice-card div strong { font-family: var(--serif); font-size: 14px; font-weight: 600; line-height: 1.35; }
.choice-card div small { margin-top: 4px; color: #8e8a82; font-size: 7px; }
.choice-card em { min-width: 51px; padding: 4px 2px; color: #373531; font-family: Georgia,serif; font-size: 11px; font-style: normal; text-align: right; }
.choice-card.selected { background: rgba(154,118,81,.075); box-shadow: inset 2px 0 0 var(--bronze); }
.choice-card.selected em { color: #8d6744; font-weight: 700; }

.designer-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.designer-card { display: flex; align-items: center; flex-direction: column; min-height: 205px; padding: 14px 10px; border: 1px solid transparent; background: var(--ivory); text-align: center; }
.designer-card.selected { border-color: var(--black); }
.designer-avatar { display: grid; width: 100%; height: 105px; place-items: center; margin-bottom: 14px; background: #3c3834; color: #fff; font-family: var(--serif); font-size: 25px; }
.designer-avatar--one { background: linear-gradient(145deg,#8a7765,#37312b); }
.designer-avatar--two { background: linear-gradient(145deg,#4a554f,#252b28); }
.designer-avatar--three { background: linear-gradient(145deg,#776b62,#302d2b); }
.designer-card strong { font-family: var(--serif); font-size: 15px; }
.designer-card small { margin-top: 4px; color: var(--bronze); font-size: 8px; }
.designer-card em { margin-top: 8px; color: #8a867f; font-size: 7px; font-style: normal; }

.month-head { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; margin: 2px 0 15px; text-align: center; }
.month-head button { height: 34px; border-radius: 50%; background: transparent; color: #77736c; font-size: 20px; }
.month-head strong { font-family: var(--serif); font-size: 16px; font-weight: 600; letter-spacing: 1px; }
.calendar { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px 3px; padding: 13px 0 17px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calendar > span { padding: 5px 0 8px; color: #98948c; font-size: 8px; text-align: center; }
.calendar > i, .calendar > button { position: relative; display: flex; height: 43px; align-items: center; flex-direction: column; justify-content: center; border-radius: 50%; background: transparent; font-size: 11px; font-style: normal; text-align: center; }
.calendar > i.muted { color: #bbb7af; }
.calendar > i.empty { visibility: hidden; }
.calendar > button small { margin-top: 2px; color: #aaa69d; font-size: 6px; }
.calendar > button:disabled { color: #b8b4ac; cursor: not-allowed; }
.calendar > button.selected { background: var(--black); color: #fff; }
.calendar > button.selected small { color: rgba(255,255,255,.62); }
.time-title { display: flex; align-items: center; justify-content: space-between; margin: 24px 0 13px; }
.time-title strong { font-family: var(--serif); font-size: 14px; }
.time-title span { color: #8b877f; font-size: 8px; }
.time-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.time-grid button { height: 38px; border: 1px solid #c9c5bd; background: transparent; font-family: "DIN Alternate",Arial,sans-serif; font-size: 10px; }
.time-grid button.selected { border-color: var(--black); background: var(--black); color: #fff; }
.time-grid button:disabled { border-color: transparent; background: #dedbd5; color: #aaa69e; text-decoration: line-through; cursor: not-allowed; }

.summary-card, .form-card, .price-card { background: var(--ivory); }
.summary-card { padding: 5px 18px; }
.summary-card > div { display: flex; align-items: center; justify-content: space-between; min-height: 47px; border-bottom: 1px solid rgba(25,24,21,.08); font-size: 10px; }
.summary-card > div:last-child { border: 0; }
.summary-card span { color: #77736c; }
.summary-card strong { max-width: 65%; font-family: var(--serif); font-size: 12px; font-weight: 600; text-align: right; }
.form-card { margin-top: 12px; padding: 3px 18px; }
.form-card label { display: grid; min-height: 51px; grid-template-columns: 80px 1fr auto; align-items: center; border-bottom: 1px solid rgba(25,24,21,.08); font-size: 10px; }
.form-card label > span { font-weight: 600; }
.form-card label > strong { font-size: 10px; font-weight: 500; text-align: right; }
.form-card label > small { margin-left: 6px; color: var(--moss); font-size: 7px; }
.form-card select { min-width: 0; border: 0; outline: 0; background: transparent; font-size: 10px; text-align: right; }
.form-card .textarea-label { display: flex; align-items: stretch; flex-direction: column; padding: 15px 0; border: 0; }
.form-card textarea { height: 84px; margin-top: 12px; padding: 10px; resize: none; border: 1px solid #d4d0c8; outline: 0; background: transparent; font-size: 9px; line-height: 1.6; }
.price-card { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 18px; }
.price-card > span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 12px; font-weight: 600; }
.price-card small { margin-top: 6px; color: #918d85; font-family: var(--sans); font-size: 7px; font-weight: 400; }
.price-card > strong { font-family: "DIN Alternate",Arial,sans-serif; font-size: 14px; }
.price-card b { font-size: 23px; }
.mini-agreement { display: flex; align-items: center; gap: 8px; margin: 17px 2px; color: #6f6b64; font-size: 8px; cursor: pointer; }

.booking-action {
  position: relative;
  z-index: 8;
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 90px 1fr;
  gap: 9px;
  margin: 0 -20px;
  padding: 12px 20px 16px;
  border-top: 1px solid rgba(20,20,18,.08);
  background: rgba(242,240,235,.98);
  backdrop-filter: blur(14px);
}
.booking-prev { display: none; height: 43px; border: 1px solid #b9b5ad; background: transparent; color: #706d66; font-size: 10px; }
.booking-action.has-prev .booking-prev { display: block; }
.booking-action:not(.has-prev) { grid-template-columns: 1fr; }

.profile-view { background: var(--paper); }
.profile-hero { padding: 43px 20px 27px; background: var(--charcoal); color: #fff; }
.profile-hero h1 { margin: 12px 0 0; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.profile-hero > p { margin: 7px 0 0; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: 1px; }
.member-card { position: relative; height: 154px; margin-top: 26px; overflow: hidden; padding: 19px; background: linear-gradient(130deg,#c7b49b,#e0d5c4 45%,#93806b); color: #27231f; box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.member-card::after { position: absolute; right: -55px; bottom: -85px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; content: ""; box-shadow: 0 0 0 27px rgba(255,255,255,.04),0 0 0 53px rgba(255,255,255,.035); }
.member-card > span { display: block; font-size: 6px; letter-spacing: 1.5px; }
.member-card > strong { display: block; margin-top: 10px; font-family: "DIN Alternate",Arial,sans-serif; font-size: 31px; font-weight: 500; }
.member-card > strong small { margin-right: 4px; font-size: 11px; }
.member-card__recharge { position: absolute; top: 47px; right: 18px; z-index: 2; display: flex; align-items: center; gap: 7px; padding: 0; background: transparent; color: #383129; }
.member-card__recharge b { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(39,35,31,.4); border-radius: 50%; font-size: 16px; font-weight: 300; line-height: 1; }
.member-card__recharge span { font-size: 7px; letter-spacing: 1px; }
.member-card > em { position: absolute; bottom: 17px; left: 19px; font-size: 8px; font-style: normal; }
.member-card > i { position: absolute; right: 15px; bottom: 16px; z-index: 2; font-family: Georgia,serif; font-size: 7px; font-style: normal; letter-spacing: 2px; }
.profile-section { padding: 36px 20px 4px; }
.profile-section--appointments { margin-top: 0; }
.appointment-card { display: grid; grid-template-columns: 62px 1fr 18px; align-items: center; margin-top: 17px; padding: 15px; background: var(--ivory); box-shadow: 0 8px 25px rgba(39,37,32,.055); }
.appointment-date { display: flex; align-items: center; gap: 7px; }
.appointment-date strong { font-family: Georgia,serif; font-size: 26px; font-weight: 400; }
.appointment-date span { color: #98948c; font-size: 6px; line-height: 1.6; }
.appointment-main { display: flex; flex-direction: column; }
.status-pill { align-self: flex-start; margin-bottom: 7px; padding: 3px 7px; border-radius: 10px; background: #e7dece; color: #7f633e; font-size: 6px; }
.appointment-main strong { font-family: var(--serif); font-size: 13px; }
.appointment-main small { margin-top: 6px; color: #8e8a83; font-size: 8px; }
.appointment-arrow { color: #9d9991; font-size: 22px; }
.menu-list { margin-top: 15px; border-top: 1px solid var(--line); }
.menu-list button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 17px 2px; border-bottom: 1px solid var(--line); background: transparent; text-align: left; }
.menu-list button span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 13px; font-weight: 600; }
.menu-list button small { margin-top: 6px; color: #949088; font-family: var(--sans); font-size: 7px; font-weight: 400; }
.menu-list button b { color: #9a968e; font-size: 20px; font-weight: 300; }
.profile-contact { display: flex; align-items: center; flex-direction: column; margin: 42px 20px 48px; padding: 28px; background: #dedad1; }
.profile-contact span { color: #8e8a82; font-size: 8px; }
.profile-contact strong { margin-top: 9px; font-family: Georgia,serif; font-size: 17px; font-weight: 400; }
.profile-contact small { margin-top: 7px; color: #99958d; font-size: 7px; }

.owner-entry { margin: 36px 20px 0; padding: 18px; border: 1px solid #b79a78; background: #e5d8c6; cursor: pointer; }
.owner-entry__meta { display: flex; align-items: center; justify-content: space-between; color: #8b6846; font-family: Georgia,serif; font-size: 7px; letter-spacing: 1.6px; }
.owner-entry__meta b { padding: 4px 8px; border: 1px solid rgba(84,61,39,.4); border-radius: 12px; font-family: var(--sans); font-size: 7px; font-weight: 500; letter-spacing: 0; }
.owner-entry__main { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 28px; }
.owner-entry__main > div { display: flex; flex-direction: column; }
.owner-entry__main strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.owner-entry__main small { margin-top: 7px; color: #827466; font-size: 8px; }
.owner-entry__main em { font-size: 22px; font-style: normal; font-weight: 300; }

.shell.admin-mode .tabbar { display: none; }
.shell.admin-mode .viewport { bottom: 0; }
.owner-console-view, .admin-detail-view { background: #f2f0eb; }
.console-hero { padding: 42px 22px 37px; background: #1d1c1a; color: #fff; }
.console-hero__top { display: flex; align-items: center; justify-content: space-between; color: #af8964; font-family: Georgia,serif; font-size: 7px; letter-spacing: 1.7px; }
.console-hero__top b { padding: 5px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; color: rgba(255,255,255,.74); font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0; }
.console-hero h1 { margin: 33px 0 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.console-hero p { margin: 8px 0 0; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: 1px; }
.console-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: -15px 17px 0; }
.console-metric { position: relative; min-height: 113px; padding: 16px; background: #faf9f5; box-shadow: 0 8px 20px rgba(30,29,26,.06); }
.console-metric--dark { background: #383934; color: #fff; }
.console-metric--bronze { background: #d5c1a7; }
.console-metric > span { color: #77736c; font-size: 8px; }
.console-metric--dark > span { color: rgba(255,255,255,.52); }
.console-metric > strong { display: block; margin-top: 8px; font-family: Georgia,serif; font-size: 34px; font-weight: 400; }
.console-metric > strong.money-value { margin-top: 19px; font-size: 21px; }
.console-metric > small { position: absolute; right: 14px; bottom: 13px; color: #a49f96; font-family: Georgia,serif; font-size: 6px; letter-spacing: 1.1px; }
.console-metric > small.attention { color: #9d654f; font-family: var(--sans); letter-spacing: 0; }
.console-section { padding: 40px 17px 0; }
.console-section--next { padding-top: 39px; }
.console-section__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 17px; }
.console-section__head > div { display: flex; flex-direction: column; }
.console-section__head span { color: var(--bronze); font-family: Georgia,serif; font-size: 7px; letter-spacing: 1.8px; }
.console-section__head h2 { margin: 7px 0 0; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.console-section__head button { padding: 7px 0; background: transparent; color: #77736c; font-size: 8px; }
.next-appointment { display: grid; width: 100%; min-height: 69px; grid-template-columns: 61px 1fr auto; align-items: center; padding: 0 14px; border-bottom: 1px solid #dedad2; background: #faf9f5; text-align: left; }
.next-appointment time { font-family: Georgia,serif; font-size: 17px; }
.next-appointment > span { display: flex; flex-direction: column; }
.next-appointment > span strong { font-family: var(--serif); font-size: 12px; }
.next-appointment > span small { margin-top: 5px; color: #8d8981; font-size: 7px; }
.next-appointment > b { padding: 4px 8px; border-radius: 12px; background: #e7dfd2; color: #80633f; font-size: 7px; font-weight: 500; }
.next-appointment > b.confirmed { background: #dfe8e3; color: #496257; }
.console-modules { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.console-module { position: relative; display: flex; min-height: 147px; padding: 15px; overflow: hidden; flex-direction: column; background: #faf9f5; text-align: left; }
.console-module--dark { background: #1f201e; color: #fff; }
.console-module--bronze { background: #d5c1a7; }
.console-module > span { display: flex; align-items: center; justify-content: space-between; color: #9a7651; }
.console-module > span i { font-family: Georgia,serif; font-size: 7px; font-style: normal; }
.console-module > span em { padding: 3px 6px; border: 1px solid currentColor; border-radius: 9px; font-size: 6px; font-style: normal; }
.console-module--dark > span { color: rgba(255,255,255,.46); }
.console-module > strong { margin-top: 27px; font-family: var(--serif); font-size: 14px; }
.console-module > small { margin-top: 7px; color: #8b877f; font-size: 7px; line-height: 1.5; }
.console-module--dark > small { color: rgba(255,255,255,.42); }
.console-module > b { position: absolute; right: 13px; bottom: 11px; color: #8f8a82; font-size: 15px; font-weight: 300; }
.console-module--dark > b { color: rgba(255,255,255,.55); }
.console-security { display: grid; grid-template-columns: 40px 1fr; gap: 12px; margin: 37px 17px 35px; padding: 17px; border: 1px solid #d5c1a7; }
.console-security > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #252623; color: #fff; font-family: var(--serif); font-size: 9px; font-style: normal; }
.console-security > span { display: flex; flex-direction: column; }
.console-security strong { font-family: var(--serif); font-size: 12px; }
.console-security small { margin-top: 6px; color: #858178; font-size: 7px; line-height: 1.7; }

.admin-detail-view { padding: 0 17px 35px; }
.admin-detail-heading { padding: 37px 2px 26px; }
.admin-detail-heading > span, .admin-detail-heading > div > span { color: var(--bronze); font-family: Georgia,serif; font-size: 7px; font-weight: 700; letter-spacing: 1.8px; }
.admin-detail-heading h1 { margin: 9px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.admin-detail-heading p { margin: 9px 0 0; color: #89857d; font-size: 8px; }
.admin-detail-heading--action { display: flex; align-items: center; justify-content: space-between; }
.admin-detail-heading--action > button { width: 74px; height: 34px; background: #1f201e; color: #fff; font-size: 9px; }
.admin-filter-row { display: grid; grid-template-columns: repeat(4,1fr); padding-bottom: 14px; border-bottom: 1px solid #d8d3cb; }
.admin-filter-row button { height: 31px; background: transparent; color: #8a867f; font-size: 8px; }
.admin-filter-row button.active { background: #1f201e; color: #fff; }
.admin-appointment-list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.admin-appointment { padding: 17px; background: #faf9f5; box-shadow: 0 7px 18px rgba(30,29,26,.045); }
.admin-appointment.is-complete { opacity: .65; }
.admin-appointment__head { display: grid; grid-template-columns: 65px 1fr auto; align-items: start; }
.admin-appointment__head time { display: flex; flex-direction: column; font-family: Georgia,serif; font-size: 18px; }
.admin-appointment__head time small { margin-top: 5px; color: #9b978f; font-size: 7px; }
.admin-appointment__head > span { display: flex; flex-direction: column; }
.admin-appointment__head > span strong { font-family: var(--serif); font-size: 13px; }
.admin-appointment__head > span small { margin-top: 5px; color: #8c8880; font-size: 7px; }
.admin-appointment__head > b { padding: 4px 7px; border-radius: 10px; background: #e7dfd2; color: #80633f; font-size: 7px; font-weight: 500; }
.admin-appointment__head > b.confirmed { background: #dfe8e3; color: #496257; }
.admin-customer { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding: 10px; background: #f0ede7; color: #6f6b64; font-size: 7px; }
.admin-customer strong { color: #34332f; font-weight: 500; }
.admin-appointment > p { margin: 12px 0 0; color: #807c74; font-size: 7px; line-height: 1.5; }
.admin-appointment__actions { display: flex; justify-content: flex-end; gap: 7px; margin-top: 14px; padding-top: 12px; border-top: 1px solid #e4e0d9; }
.admin-appointment__actions button { height: 31px; padding: 0 14px; background: #ebe8e2; color: #736f68; font-size: 8px; }
.admin-appointment__actions button.primary { background: #20211f; color: #fff; }

.preview-week-head { display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; height: 45px; border-top: 1px solid #d7d2ca; border-bottom: 1px solid #d7d2ca; text-align: center; }
.preview-week-head button { background: transparent; font-family: Georgia,serif; font-size: 22px; }
.preview-week-head strong { font-family: Georgia,var(--serif); font-size: 11px; font-weight: 500; }
.preview-week-days, .preview-shifts { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.preview-week-days { padding: 13px 0 10px; }
.preview-week-days > span { display: flex; align-items: center; flex-direction: column; color: #8d8981; font-size: 7px; }
.preview-week-days small { margin-top: 5px; font-family: Georgia,serif; font-size: 10px; }
.preview-week-days .today small { display: grid; width: 23px; height: 23px; place-items: center; margin-top: 1px; border-radius: 50%; background: #20211f; color: #fff; }
.preview-rosters { display: flex; flex-direction: column; gap: 9px; }
.preview-roster { padding: 13px 11px 11px; background: #faf9f5; }
.preview-roster header { display: flex; align-items: center; margin-bottom: 12px; }
.preview-roster header > i { display: grid; width: 35px; height: 35px; place-items: center; background: #4b4138; color: #fff; font-family: var(--serif); font-size: 13px; font-style: normal; }
.preview-roster header > i.green { background: #3d4b45; }.preview-roster header > i.warm { background: #79695e; }
.preview-roster header > span { display: flex; margin-left: 10px; flex-direction: column; }
.preview-roster header strong { font-family: var(--serif); font-size: 13px; }.preview-roster header small { margin-top: 4px; color: #8c8880; font-size: 7px; }
.preview-shifts button { position: relative; display: flex; height: 45px; min-width: 0; align-items: center; flex-direction: column; justify-content: center; border: 1px solid #d7d2ca; background: transparent; font-family: Georgia,serif; font-size: 9px; }
.preview-shifts button small { margin-top: 2px; color: #aaa69e; font-size: 7px; }
.preview-shifts button.off { border-color: transparent; background: #e4e1db; color: #aaa69e; }.preview-shifts button.changed { border-color: #a27b55; background: #f1e8dc; }
.preview-shifts button.changed::after { position: absolute; top: 3px; right: 3px; width: 4px; height: 4px; border-radius: 50%; background: #9a7651; content: ""; }
.schedule-explain, .staff-auth-note, .finance-rule { margin-top: 21px; padding: 16px; border: 1px solid #d5c1a7; }
.schedule-explain strong, .staff-auth-note strong, .finance-rule strong { font-family: var(--serif); font-size: 12px; }
.schedule-explain p, .staff-auth-note p, .finance-rule p { margin: 7px 0 0; color: #817d75; font-size: 7px; line-height: 1.7; }

.role-preview-scroll { display: flex; gap: 8px; overflow-x: auto; margin-right: -17px; padding-right: 17px; scrollbar-width: none; }
.role-preview-scroll::-webkit-scrollbar { display: none; }
.role-preview { width: 172px; min-width: 172px; min-height: 112px; padding: 14px; background: #faf9f5; }
.role-preview--owner { background: #20211f; color: #fff; }.role-preview--manager { background: #d5c1a7; }
.role-preview header { display: flex; align-items: center; justify-content: space-between; }
.role-preview header strong { font-family: var(--serif); font-size: 15px; }.role-preview header b { color: #9b978f; font-size: 7px; font-weight: 400; }
.role-preview--owner header b { color: rgba(255,255,255,.42); }
.role-preview p { margin: 15px 0 0; color: #8a867f; font-size: 7px; line-height: 1.55; }.role-preview--owner p { color: rgba(255,255,255,.46); }
.role-preview > small { display: block; margin-top: 11px; color: var(--bronze); font-family: Georgia,serif; font-size: 6px; letter-spacing: 1px; }.role-preview--owner > small { color: #c4a581; }
.staff-list-title { display: flex; align-items: center; justify-content: space-between; margin: 31px 2px 13px; }
.staff-list-title strong { font-family: var(--serif); font-size: 20px; }.staff-list-title span { color: #8f8b83; font-size: 8px; }
.staff-preview-list { display: flex; flex-direction: column; gap: 8px; }
.staff-preview-list > button { display: flex; width: 100%; align-items: center; padding: 13px; background: #faf9f5; text-align: left; }
.staff-preview-list > button > i { display: grid; width: 40px; height: 40px; flex-shrink: 0; place-items: center; background: #737873; color: #fff; font-family: var(--serif); font-size: 13px; font-style: normal; }.staff-preview-list > button > i.owner { background: #20211f; }.staff-preview-list > button > i.manager { background: #9a7651; }.staff-preview-list > button > i.stylist { background: #4a554f; }
.staff-preview-list > button > span { display: flex; flex: 1; margin-left: 12px; flex-direction: column; }
.staff-preview-list > button strong { font-family: var(--serif); font-size: 12px; }.staff-preview-list > button strong em { margin-left: 5px; padding: 2px 5px; border: 1px solid #a58362; border-radius: 8px; color: #8b6848; font-family: var(--sans); font-size: 6px; font-style: normal; font-weight: 400; }
.staff-preview-list > button small { margin-top: 4px; color: #8d8981; font-size: 7px; }.staff-preview-list > button span > b { margin-top: 4px; color: #52665b; font-size: 7px; font-weight: 400; }.staff-preview-list > button span > b.waiting { color: #9a7651; }
.staff-preview-list > button > u { color: #aaa69e; font-family: Georgia,serif; font-size: 22px; text-decoration: none; }

.finance-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.finance-summary article { display: flex; min-height: 110px; padding: 15px; flex-direction: column; background: #20211f; color: #fff; }.finance-summary article:last-child { background: #d5c1a7; color: #24231f; }
.finance-summary span { color: rgba(255,255,255,.5); font-size: 7px; }.finance-summary article:last-child span { color: #726557; }
.finance-summary strong { margin-top: 18px; font-family: Georgia,serif; font-size: 20px; font-weight: 400; }.finance-summary small { margin-top: 9px; color: rgba(255,255,255,.42); font-size: 7px; }.finance-summary article:last-child small { color: #756a5f; }
.finance-tabs { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 23px; border-bottom: 1px solid #d8d3cb; }.finance-tabs button { height: 38px; background: transparent; color: #8c8880; font-size: 8px; }.finance-tabs button.active { border-bottom: 2px solid #20211f; color: #20211f; font-weight: 600; }
.finance-preview-list article { display: flex; align-items: center; justify-content: space-between; padding: 17px 4px; border-bottom: 1px solid #dcd8d0; }.finance-preview-list article > span, .finance-preview-list article > b { display: flex; flex-direction: column; }.finance-preview-list strong { font-family: var(--serif); font-size: 12px; }.finance-preview-list small { margin-top: 5px; color: #918d85; font-size: 7px; }.finance-preview-list article > b { align-items: flex-end; color: #4f6257; font-family: Georgia,serif; font-size: 12px; font-weight: 500; }

.admin-sheet { position: absolute; inset: 0; z-index: 180; display: flex; visibility: hidden; align-items: flex-end; background: rgba(12,12,11,.62); opacity: 0; transition: opacity .2s,visibility .2s; }
.admin-sheet.show { visibility: visible; opacity: 1; }
.admin-sheet__panel { width: 100%; padding: 27px 22px 23px; background: #f5f2ec; transform: translateY(20px); transition: transform .25s; }
.admin-sheet.show .admin-sheet__panel { transform: translateY(0); }
.admin-sheet__panel h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 21px; font-weight: 600; }
.sheet-switch { display: grid; grid-template-columns: 1fr 1fr; margin-top: 23px; padding: 3px; background: #dedad2; }
.sheet-switch button { height: 38px; background: transparent; color: #807c74; font-size: 9px; }.sheet-switch button.active { background: #20211f; color: #fff; }
.sheet-times { display: grid; grid-template-columns: 1fr 30px 1fr; align-items: center; margin-top: 13px; }
.sheet-times label { display: flex; height: 68px; align-items: center; flex-direction: column; justify-content: center; border: 1px solid #d2cdc4; background: #faf9f5; color: #8e8a82; font-size: 7px; }.sheet-times input { width: 100%; margin-top: 4px; border: 0; outline: 0; background: transparent; font-family: Georgia,serif; font-size: 16px; text-align: center; }.sheet-times > i { text-align: center; }
.admin-sheet__panel > p { margin: 15px 0 0; color: #88847c; font-size: 8px; line-height: 1.6; }
.admin-sheet__actions { display: grid; grid-template-columns: 1fr 1.7fr; gap: 8px; margin-top: 20px; }.admin-sheet__actions button { height: 42px; border: 1px solid #c7c2ba; background: transparent; font-size: 9px; }.admin-sheet__actions button.primary { border-color: #20211f; background: #20211f; color: #fff; }
.staff-sheet-panel { max-height: 88%; overflow-y: auto; }
.sheet-field { display: flex; margin-top: 17px; color: #68645d; font-size: 8px; flex-direction: column; }.sheet-field input, .sheet-field select { width: 100%; height: 41px; margin-top: 7px; padding: 0 11px; border: 1px solid #d3cec5; border-radius: 0; outline: 0; background: #faf9f5; font-size: 10px; }.sheet-permission { margin-top: 17px; padding: 13px; background: #e6ded2; }.sheet-permission span { color: #8f704f; font-size: 7px; }.sheet-permission strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 10px; }

.toast { position: absolute; right: 50%; bottom: 92px; z-index: 150; max-width: 280px; padding: 9px 14px; border-radius: 20px; background: rgba(10,10,10,.86); color: #fff; font-size: 9px; text-align: center; opacity: 0; pointer-events: none; transform: translate(50%,10px); transition: opacity .2s,transform .2s; }
.toast.show { opacity: 1; transform: translate(50%,0); }

.success-modal { position: absolute; inset: 0; z-index: 140; display: grid; visibility: hidden; place-items: center; padding: 30px; background: rgba(12,12,11,.78); opacity: 0; transition: opacity .25s,visibility .25s; backdrop-filter: blur(8px); }
.success-modal.show { visibility: visible; opacity: 1; }
.success-modal > div { width: 100%; padding: 35px 27px 27px; background: var(--ivory); text-align: center; transform: translateY(12px); transition: transform .3s; }
.success-modal.show > div { transform: translateY(0); }
.success-mark { display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 20px; border: 1px solid var(--black); border-radius: 50%; font-size: 20px; }
.success-modal h2 { margin: 10px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.success-modal p { margin: 14px 0 24px; color: #7b7770; font-size: 9px; line-height: 1.8; }

.preview-note { position: relative; width: 310px; padding: 42px 0; color: #292925; }
.preview-note__index { position: absolute; top: 0; right: 0; color: rgba(30,30,27,.12); font-family: Georgia,serif; font-size: 92px; line-height: 1; }
.preview-note h2 { margin: 16px 0 0; font-family: var(--serif); font-size: 39px; font-weight: 500; line-height: 1.3; letter-spacing: 1px; }
.preview-note p { margin: 18px 0 0; color: #66635d; font-size: 12px; line-height: 1.9; }
.preview-note__line { width: 100%; height: 1px; margin: 30px 0 22px; background: rgba(30,30,27,.18); }
.preview-note ol { margin: 0; padding: 0; list-style: none; }
.preview-note li { display: grid; grid-template-columns: 30px 1fr; padding: 10px 0; color: #58554f; font-size: 11px; }
.preview-note li span { color: var(--bronze); font-family: Georgia,serif; font-size: 9px; }

@media (max-width: 820px) {
  html, body, .stage { width: 100%; min-height: 100%; background: var(--black); }
  .stage { display: block; padding: 0; }
  .phone { width: 100%; height: 100dvh; min-height: 620px; border: 0; border-radius: 0; box-shadow: none; }
  .app { border-radius: 0; }
  .preview-note { display: none; }
  .status { display: none; }
  .topbar { top: 0; }
  .viewport { top: 57px; }
  .wechat-capsule--dark { top: 12px; }
  .wechat-capsule--splash { top: 12px; }
  .splash__brandmark { top: 15px; }
}

@media (max-height: 780px) and (min-width: 821px) {
  .phone { height: calc(100vh - 28px); min-height: 650px; }
  .stage { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
