:root {
  --spring-water: #0e7490;
  --bottle-teal: #14b8a6;
  --deep-ink: #13242b;
  --label-sand: #f2e8d5;
  --station-mist: #e7f7f5;
  --signal-orange: #f28c28;
  --paper: #fffef9;
  --line: #bedbd7;
  --muted: #61767b;
  --shadow: 0 24px 60px rgba(19, 36, 43, 0.14);
  font-family: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--deep-ink);
  background: #dbeeed;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% 0%, #f8fffe 0, #dbeeed 48%, #c7dfdc 100%); }
button { font: inherit; color: inherit; }
button:focus-visible { outline: 3px solid var(--signal-orange); outline-offset: 3px; }

.prototype-note {
  width: min(430px, calc(100% - 24px)); margin: 14px auto 8px; display: flex; justify-content: space-between;
  font-size: 11px; letter-spacing: .06em; color: #456368;
}
.prototype-note span { text-transform: uppercase; font-weight: 800; }
.prototype-note strong { font-weight: 600; }

.phone-shell {
  position: relative; width: min(430px, 100%); min-height: calc(100vh - 42px); margin: 0 auto; overflow: hidden;
  background: var(--station-mist); box-shadow: var(--shadow); border-radius: 30px 30px 0 0; padding-bottom: 92px;
}
.app-header { display: flex; align-items: flex-end; justify-content: space-between; padding: 24px 22px 18px; }
.app-header h1 { margin: 2px 0 0; font-size: 26px; letter-spacing: -.06em; }
.eyebrow { margin: 0; color: var(--spring-water); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.identity-pill { border: 1px solid var(--line); background: rgba(255,255,255,.7); border-radius: 99px; padding: 9px 12px; display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--signal-orange); box-shadow: 0 0 0 4px rgba(242,140,40,.15); }
.identity-pill.is-verified .status-dot { background: var(--bottle-teal); box-shadow: 0 0 0 4px rgba(20,184,166,.15); }

.screen { display: none; padding: 0 18px 28px; }
.screen.is-active { display: block; animation: rise .28s ease-out; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }

.station-label { position: relative; min-height: 224px; padding: 28px 24px; border-radius: 24px; overflow: hidden; background: var(--paper); border: 1px solid #d9e9e5; box-shadow: 0 12px 28px rgba(19,36,43,.08); }
.station-label::before { content: "STATION 01  ·  WATER READY  ·  STATION 01"; position: absolute; inset: auto 0 0; padding: 8px 14px; background: var(--deep-ink); color: white; font: 700 9px/1 "DIN Alternate", monospace; letter-spacing: .12em; white-space: nowrap; }
.label-copy { position: relative; z-index: 2; max-width: 270px; }
.label-kicker { margin: 0 0 18px; color: var(--bottle-teal); font-size: 11px; font-weight: 800; }
.station-label h2, .task-hero h2 { margin: 0; font-size: 36px; line-height: 1.08; letter-spacing: -.07em; }
.station-label p:last-child { max-width: 235px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bottle-mark { position: absolute; right: -24px; top: 8px; width: 122px; height: 190px; border: 12px solid rgba(20,184,166,.13); border-radius: 54px 54px 28px 28px; transform: rotate(11deg); }
.bottle-mark::before { content: ""; position: absolute; width: 50px; height: 24px; border: 10px solid rgba(20,184,166,.13); border-bottom: 0; border-radius: 12px 12px 0 0; top: -31px; left: 24px; }
.bottle-mark span { position: absolute; left: -12px; right: -12px; bottom: 38px; height: 74px; background: repeating-linear-gradient(0deg, rgba(14,116,144,.10) 0 8px, rgba(20,184,166,.18) 8px 16px); transform: skewY(-8deg); }

.section-heading { display: flex; justify-content: space-between; align-items: end; margin: 26px 4px 12px; }
.section-heading h3 { margin: 3px 0 0; font-size: 23px; letter-spacing: -.04em; }
.stock-note { color: var(--muted); font: 700 11px "DIN Alternate", monospace; }
.product-list { display: grid; gap: 10px; }
.product-card { position: relative; width: 100%; display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 14px; padding: 14px; text-align: left; border: 1px solid transparent; border-radius: 18px; background: rgba(255,255,255,.72); cursor: pointer; }
.product-card.is-selected { background: var(--paper); border-color: var(--bottle-teal); box-shadow: 0 9px 20px rgba(14,116,144,.08); }
.product-visual { position: relative; width: 56px; height: 72px; display: grid; place-items: center; border-radius: 13px 13px 9px 9px; background: #c8eeea; overflow: hidden; }
.product-visual.blue { background: #cce7f4; }.product-visual.sand { background: #ecd7ae; }
.product-visual i { position: absolute; inset: 35px 0 0; background: rgba(255,255,255,.45); transform: skewY(-8deg); }
.product-visual b { position: relative; z-index: 1; font: 900 12px "DIN Alternate", monospace; color: var(--spring-water); }
.product-info { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.product-info small { color: var(--spring-water); font-size: 10px; font-weight: 800; }
.product-info strong { font-size: 15px; }.product-info em { color: var(--muted); font-size: 12px; font-style: normal; }
.product-info mark { width: max-content; margin-top: 5px; padding: 3px 6px; color: #785527; background: var(--label-sand); border-radius: 4px; font-size: 9px; font-weight: 800; }
.product-price { align-self: start; font: 900 22px "DIN Alternate", monospace; }.product-price small { font-size: 11px; }

.checkout-panel { margin-top: 16px; padding: 14px; border-radius: 20px; background: var(--deep-ink); color: white; }
.fulfilment-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.fulfilment-option { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 12px; border: 1px solid #3a5057; border-radius: 12px; background: transparent; color: #c9d7d9; cursor: pointer; }
.fulfilment-option span { font-weight: 800; }.fulfilment-option small { font-size: 10px; }
.fulfilment-option.is-selected { border-color: var(--bottle-teal); background: var(--bottle-teal); color: #071d20; }
.delivery-address { display: block; margin-top: 12px; color: #d9e5e6; font-size: 12px; font-weight: 700; }
.delivery-address[hidden] { display: none; }
.delivery-address input, .delivery-address select { width: 100%; margin-top: 7px; padding: 11px 12px; box-sizing: border-box; border: 1px solid #496268; border-radius: 11px; color: #f7fbfb; background: #1b3035; font: inherit; }
.delivery-address small { display: block; margin-top: 6px; color: #9fb2b6; font-size: 10px; font-weight: 400; }
.checkout-row { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.checkout-row div { display: flex; flex-direction: column; }.checkout-row small { color: #9fb2b6; font-size: 10px; }.checkout-row strong { font: 900 28px "DIN Alternate", monospace; }
.primary-button, .secondary-button, .task-button { border: 0; border-radius: 12px; padding: 13px 16px; font-weight: 900; cursor: pointer; }
.primary-button { background: var(--signal-orange); color: #2d1804; box-shadow: 0 7px 0 #b95c0d; }
.primary-button:active { transform: translateY(4px); box-shadow: 0 3px 0 #b95c0d; }
.secondary-button { width: 100%; background: var(--deep-ink); color: white; }
.secondary-button:disabled { opacity: .5; cursor: not-allowed; }

.task-hero { padding: 26px 22px; border-radius: 24px; background: var(--label-sand); border: 1px solid #e1cfaa; }
.task-hero h2 { margin-top: 10px; }.task-copy { margin: 14px 0 0; color: #6d5d43; font-size: 13px; line-height: 1.6; }
.risk-strip { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 1px dashed #bfae8c; font-size: 10px; }.risk-strip strong { color: #8b4a0d; }.risk-strip span { color: #6d5d43; }
.gate-card { position: relative; margin: 18px 0; padding: 22px; border: 2px dashed var(--spring-water); border-radius: 18px; background: rgba(255,255,255,.68); }
.gate-stamp { position: absolute; right: 18px; top: -9px; padding: 5px 8px; transform: rotate(4deg); background: var(--signal-orange); font-size: 10px; font-weight: 900; }
.gate-card h3 { margin: 0 0 8px; font-size: 20px; }.gate-card p { margin: 0 0 15px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.task-list { display: grid; gap: 14px; margin-top: 18px; }
.task-ticket { position: relative; padding: 17px 17px 15px; background: var(--paper); border-radius: 10px; box-shadow: 0 10px 24px rgba(19,36,43,.08); overflow: hidden; }
.task-ticket::before, .task-ticket::after { content: ""; position: absolute; top: 50%; width: 18px; height: 18px; border-radius: 50%; background: var(--station-mist); transform: translateY(-50%); }.task-ticket::before { left: -9px; }.task-ticket::after { right: -9px; }
.task-ticket.is-claimed { border: 2px solid var(--bottle-teal); }
.ticket-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px dashed #b9c9c5; }
.ticket-top span { font: 800 11px "DIN Alternate", monospace; color: var(--muted); letter-spacing: .1em; }.ticket-top b { color: var(--spring-water); font-size: 16px; }
.ticket-route { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; gap: 8px; padding: 16px 0 12px; }
.ticket-route div { display: flex; align-items: center; gap: 7px; }.ticket-route small { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--deep-ink); color: white; font-size: 10px; }.ticket-route div:last-child small { background: var(--signal-orange); color: #2d1804; }
.ticket-route strong { font-size: 13px; }.ticket-route i { height: 1px; background: repeating-linear-gradient(90deg, var(--muted) 0 4px, transparent 4px 7px); }
.ticket-meta { display: flex; gap: 6px; flex-wrap: wrap; }.ticket-meta span { padding: 5px 7px; background: #edf5f3; border-radius: 5px; color: #50666b; font-size: 10px; font-weight: 700; }
.ticket-barcode { height: 12px; margin: 13px 0; background: repeating-linear-gradient(90deg, var(--deep-ink) 0 2px, transparent 2px 4px, var(--deep-ink) 4px 5px, transparent 5px 8px); opacity: .48; }
.runner-pickup-code { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; padding: 10px 12px; border: 1px dashed var(--spring-water); border-radius: 9px; background: #e7f7f5; }.runner-pickup-code small { color: var(--spring-water); font-size: 9px; font-weight: 900; }.runner-pickup-code strong { font: 900 22px "DIN Alternate", monospace; letter-spacing: .12em; }
.task-button { width: 100%; background: var(--bottle-teal); color: #062a2b; }.task-button:disabled { background: #dfe7e5; color: #83918f; cursor: not-allowed; }

.profile-card { display: flex; align-items: center; gap: 15px; padding: 21px; border-radius: 22px; background: var(--deep-ink); color: white; }
.profile-card h2 { margin: 4px 0; font-size: 25px; }.profile-card p:last-child { margin: 0; color: #aebfc2; font-size: 12px; }
.avatar { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 19px; background: var(--bottle-teal); color: #08292b; font-size: 25px; font-weight: 900; }
.identity-card { margin-top: 16px; padding: 20px; border-radius: 20px; background: var(--paper); border: 1px solid #d9e9e5; }
.identity-card-head { display: flex; align-items: start; justify-content: space-between; }.identity-card h3 { margin: 4px 0 0; font-size: 22px; }
.status-tag { padding: 5px 8px; border-radius: 5px; background: #ffe5c8; color: #91500e; font-size: 10px; font-weight: 900; }.status-tag.is-verified { background: #cff4ed; color: #096456; }
.identity-card > p { color: var(--muted); font-size: 12px; line-height: 1.65; }.privacy-line { display: flex; align-items: center; gap: 7px; margin: 14px 0; padding: 10px; border-radius: 9px; background: var(--station-mist); color: #3f6465; font-size: 10px; }
.shield { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--bottle-teal); color: white; font-weight: 900; }
.qualification-list { margin-top: 12px; border-top: 1px solid var(--line); }.qualification-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 15px 3px; border-bottom: 1px solid var(--line); }
.qualification-list > div > span { font: 800 13px "DIN Alternate", monospace; color: var(--spring-water); }.qualification-list p { display: flex; flex-direction: column; margin: 0; }.qualification-list strong { font-size: 13px; }.qualification-list small { margin-top: 2px; color: var(--muted); font-size: 10px; }.qualification-list b { color: #8b7452; font-size: 10px; }

.bottom-nav { position: fixed; z-index: 10; left: 50%; width: min(406px, calc(100% - 24px)); bottom: 12px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4,1fr); padding: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(19,36,43,.96); box-shadow: 0 14px 30px rgba(19,36,43,.28); backdrop-filter: blur(12px); }
.nav-item { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 7px; border: 0; border-radius: 13px; background: transparent; color: #a9b9bc; font-size: 10px; font-weight: 700; cursor: pointer; }.nav-item.is-active { background: var(--bottle-teal); color: #06292c; }
.nav-glyph { font-size: 15px; font-weight: 900; }

.orders-hero { padding: 25px 22px; border-radius: 24px; background: var(--deep-ink); color: white; overflow: hidden; position: relative; }.orders-hero::after { content: "248 193 630 271"; position: absolute; right: -20px; bottom: 5px; color: rgba(255,255,255,.05); font: 900 40px "DIN Alternate", monospace; transform: rotate(-8deg); }.orders-hero h2 { position: relative; z-index: 1; margin: 9px 0 12px; font-size: 34px; line-height: 1.08; letter-spacing: -.06em; }.orders-hero p:last-child { position: relative; z-index: 1; margin: 0; max-width: 280px; color: #b9c9cc; font-size: 12px; line-height: 1.6; }
.order-list { display: grid; gap: 15px; margin-top: 17px; }.empty-order { padding: 30px 22px; border: 2px dashed var(--line); border-radius: 20px; background: rgba(255,255,255,.65); text-align: center; }.empty-order > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 10px; border-radius: 14px; background: var(--bottle-teal); font-size: 20px; font-weight: 900; }.empty-order h3 { margin: 0 0 7px; }.empty-order p { margin: 0 0 15px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.order-card { padding: 17px; border-radius: 18px; background: var(--paper); border: 1px solid #d8e7e3; box-shadow: 0 10px 22px rgba(19,36,43,.07); }.order-card.is-complete { opacity: .72; }.order-head { display: flex; justify-content: space-between; padding-bottom: 11px; border-bottom: 1px dashed #bccbc8; }.order-head span { font: 800 10px "DIN Alternate", monospace; color: var(--muted); }.order-head b { color: var(--spring-water); font-size: 11px; }
.order-goods { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 10px; padding: 13px 0; }.mini-water { display: grid; place-items: center; width: 46px; height: 54px; border-radius: 10px; background: #d3efed; color: var(--spring-water); font: 900 10px "DIN Alternate", monospace; }.order-goods p { display: flex; flex-direction: column; margin: 0; }.order-goods strong { font-size: 13px; }.order-goods small { margin-top: 3px; color: var(--muted); font-size: 10px; }.order-goods em { font: 900 19px "DIN Alternate", monospace; font-style: normal; }
.order-code { position: relative; padding: 15px; border-radius: 12px; background: var(--label-sand); overflow: hidden; }.order-code::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: repeating-linear-gradient(90deg,var(--deep-ink) 0 2px,transparent 2px 5px); opacity: .22; }.order-code small { display: block; color: #765c34; font-size: 9px; font-weight: 900; letter-spacing: .09em; }.order-code strong { display: block; margin: 5px 0 3px; font: 900 32px "DIN Alternate", monospace; letter-spacing: .13em; }.order-code p { margin: 0 0 7px; color: #76664c; font-size: 9px; }.order-action { width: 100%; margin-top: 10px; padding: 11px; border: 1px solid var(--spring-water); border-radius: 10px; background: white; color: var(--spring-water); font-weight: 900; cursor: pointer; }
.order-timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; margin-top: 13px; }.order-timeline span { position: relative; padding-top: 11px; color: #93a3a2; font-size: 8px; text-align: center; }.order-timeline span::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 9px; background: #dce7e5; }.order-timeline span.is-done { color: var(--spring-water); font-weight: 900; }.order-timeline span.is-done::before { background: var(--bottle-teal); }

.identity-dialog { width: min(390px, calc(100% - 26px)); padding: 0; border: 0; border-radius: 24px; background: var(--paper); color: var(--deep-ink); box-shadow: var(--shadow); }.identity-dialog::backdrop { background: rgba(6,26,30,.72); backdrop-filter: blur(3px); }
.identity-dialog form { position: relative; padding: 25px; }.identity-dialog h2 { margin: 6px 0 15px; font-size: 28px; letter-spacing: -.05em; }.dialog-close { position: absolute; right: 16px; top: 14px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.mock-banner { padding: 10px; border-radius: 8px; background: #fff1df; color: #8a4a0d; font-size: 11px; font-weight: 800; }
.verification-preview { margin: 16px 0; }.verification-preview div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #e2ebe9; }.verification-preview dt { color: var(--muted); font-size: 12px; }.verification-preview dd { margin: 0; font-size: 12px; font-weight: 900; }
.full-width { width: 100%; }.dialog-footnote { margin: 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 106px; max-width: calc(100% - 48px); padding: 12px 17px; border-radius: 12px; background: var(--deep-ink); color: white; font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: .22s ease; box-shadow: 0 10px 30px rgba(19,36,43,.28); }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 700px) { .phone-shell { min-height: 850px; margin-bottom: 32px; border-radius: 30px; } }
@media (max-width: 380px) { .station-label h2, .task-hero h2 { font-size: 31px; }.product-card { grid-template-columns: 55px 1fr auto; gap: 9px; }.product-visual { width: 49px; }.ticket-route { grid-template-columns: 1fr 26px 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
