@font-face {
  font-family: "Smiley Sans";
  src: url("assets/fonts/SmileySans-Oblique.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --m-ink: #06080d;
  --m-ink-2: #10141d;
  --m-paper: #f5f6f8;
  --m-white: #fff;
  --m-text: #111318;
  --m-muted: #545c69;
  --m-line: rgba(17,19,24,.12);
  --m-blue: #006edc;
  --m-cyan: #64d2ff;
  --m-gold: #ffd60a;
  --m-orange: #ff9f0a;
  --m-red: #ff453a;
  --m-green: #30d158;
  --m-display: "Smiley Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --m-body: "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
  --m-ease: cubic-bezier(.22,1,.36,1);
  --m-nav-height: 76px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; overflow-x: hidden; background: #dfe3e8; scrollbar-width: none; }
html::-webkit-scrollbar { width: 0; height: 0; display: none; }
body {
  margin: 0 auto;
  max-width: 520px;
  overflow-x: hidden;
  min-height: 100%;
  color: var(--m-text);
  background: #dfe3e8;
  font-family: var(--m-body);
  font-size: 15px;
  line-height: 1.6;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { color: #fff; background: var(--m-blue); }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input { font: inherit; }
button { color: inherit; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--m-gold); outline-offset: 3px; }
.m-sprite, .m-skip { position: absolute; width: 0; height: 0; overflow: hidden; }
.m-skip:focus { z-index: 500; left: 16px; top: 12px; width: auto; height: auto; padding: 10px 14px; color: #111; background: var(--m-gold); border-radius: 999px; }
.m-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.m-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  width: min(100%, 520px);
  color: #fff;
  transform: translateX(-50%);
  transition: color .3s ease, background .3s ease, box-shadow .3s ease;
  padding-top: env(safe-area-inset-top);
}
.m-header.is-scrolled { color: var(--m-text); background: rgba(245,246,248,.88); box-shadow: 0 1px 0 rgba(0,0,0,.08); backdrop-filter: blur(22px) saturate(160%); }
.m-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 7px 16px; }
.m-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.m-brand span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 10px; font-family: var(--m-display); font-size: 17px; }
.m-brand strong { font-size: 13px; letter-spacing: .02em; }
.m-network, .m-install { font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.m-network { padding: 6px 9px; border: 1px solid rgba(127,127,127,.23); border-radius: 999px; opacity: .7; }
.m-install { min-height: 36px; padding: 0 12px; border: 0; border-radius: 999px; color: #07101a; background: var(--m-cyan); font-weight: 900; }
.m-page-progress { height: 2px; overflow: hidden; }
.m-page-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--m-blue),var(--m-cyan),var(--m-gold)); transform: scaleX(0); transform-origin: left; transition: transform .16s linear; }

.m-hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  background: radial-gradient(circle at 80% 13%, rgba(0,110,220,.34), transparent 34%), radial-gradient(circle at 12% 80%, rgba(94,92,230,.2), transparent 38%), linear-gradient(160deg,#04060b,#0b111c 70%,#090d16);
  overflow: hidden;
  isolation: isolate;
}
#m-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .95; }
.m-hero-glow { position: absolute; inset: -20%; z-index: -1; background: conic-gradient(from 110deg, transparent, rgba(100,210,255,.22), transparent 35%, rgba(255,214,10,.1), transparent 70%); filter: blur(70px); animation: m-aurora 16s ease-in-out infinite alternate; }
.m-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg,rgba(4,6,11,.96) 0%,rgba(4,6,11,.58) 38%,transparent 70%); pointer-events: none; }
.m-hero-content { position: relative; z-index: 3; min-height: 100svh; padding: calc(88px + env(safe-area-inset-top)) 20px calc(86px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; justify-content: flex-end; }
.m-hero-badge { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.07); font-size: 11px; font-weight: 900; letter-spacing: .11em; backdrop-filter: blur(12px); }
.m-hero-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--m-green); }
.m-hero h1 { margin: 18px 0 0; font-family: var(--m-display); font-size: clamp(3.55rem,17vw,5.4rem); line-height: .92; letter-spacing: -.055em; font-weight: 800; }
.m-hero-content > p { max-width: 360px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.72; }
.m-date-block { display: flex; align-items: baseline; gap: 9px; margin-top: 24px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.m-date-block span { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.m-date-block strong { margin-left: auto; font-family: var(--m-display); font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.m-date-block small { color: rgba(255,255,255,.64); font-size: 12px; }
.m-hero-actions { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9px; margin-top: 18px; }
.m-primary-button, .m-ghost-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; padding: 0 12px; border-radius: 16px; font-size: 12px; font-weight: 900; line-height: 1; text-decoration: none; }
.m-primary-button { color: #07101a; background: linear-gradient(135deg,#fff,#a9dfff); box-shadow: 0 14px 34px rgba(100,210,255,.18); }
.m-ghost-button { color: #fff; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.m-scroll-cue { position: absolute; z-index: 3; right: 18px; bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.m-scroll-cue i { width: 1px; height: 32px; background: linear-gradient(transparent,#fff); animation: m-scroll 1.8s ease-in-out infinite; }

.m-section { padding: 78px 18px; scroll-margin-top: 62px; }
.m-section-head h2 { margin: 0; font-family: var(--m-display); font-size: clamp(2.45rem,12.6vw,4rem); line-height: 1; letter-spacing: -.05em; text-wrap: balance; }
.m-section-head > p { max-width: 380px; margin: 18px 0 0; color: var(--m-muted); font-size: 13px; line-height: 1.75; }
.m-confirm { background: var(--m-paper); }
.m-college-list { margin-top: 30px; border-top: 1px solid var(--m-line); }
.m-college-list > div { display: grid; grid-template-columns: 38px 1fr auto; gap: 8px; align-items: center; min-height: 73px; border-bottom: 1px solid var(--m-line); }
.m-college-list > div > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--m-line); border-radius: 50%; color: var(--m-muted); font-family: var(--m-display); font-size: 11px; }
.m-college-list strong { font-size: 15px; line-height: 1.25; }
.m-college-list small { color: var(--m-blue); font-size: 11px; font-weight: 900; }
.m-college-list .is-muted { opacity: .52; }
.m-warning, .m-route-warning { display: grid; grid-template-columns: 24px 1fr; gap: 9px; margin-top: 22px; padding: 15px; border-radius: 16px; background: #10151f; color: #fff; }
.m-warning .m-icon, .m-route-warning .m-icon { margin-top: 1px; color: var(--m-gold); }
.m-warning p, .m-route-warning p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.m-warning strong { color: #fff; }

@keyframes m-aurora { from { transform: rotate(-8deg) scale(.94); } to { transform: rotate(8deg) scale(1.08); } }
@keyframes m-scroll { 0%,100% { transform: scaleY(.4); transform-origin: bottom; } 50% { transform: scaleY(1); transform-origin: bottom; } }
.m-story { background: #080b12; color: #fff; }
.m-story .m-section-head p { color: rgba(255,255,255,.55); }
.m-flow-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 28px; padding: 5px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.04); }
.m-flow-tabs button { min-height: 43px; border: 0; border-radius: 15px; color: rgba(255,255,255,.5); background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; transition: color .25s ease,background .25s ease,transform .25s var(--m-ease); }
.m-flow-tabs button span { margin-right: 4px; }
.m-flow-tabs button.is-active { color: #08101b; background: linear-gradient(135deg,#fff,#9ed8ff); }
.m-flow-stage { position: relative; min-height: 368px; margin-top: 17px; overflow: hidden; border-radius: 27px; }
.m-flow-card { position: absolute; inset: 0; padding: 26px 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 26px; background: radial-gradient(circle at 86% 10%,rgba(100,210,255,.17),transparent 33%),linear-gradient(145deg,#151b27,#0c1018); box-shadow: 0 28px 60px rgba(0,0,0,.28); opacity: 0; transform: translateY(16px) scale(.98); pointer-events: none; transition: opacity .45s ease,transform .55s var(--m-ease); }
.m-flow-card.is-active { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.m-flow-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(100,210,255,.28); border-radius: 18px; color: var(--m-cyan); background: rgba(100,210,255,.08); }
.m-flow-icon .m-icon { width: 26px; height: 26px; }
.m-flow-card > span { display: block; margin-top: 23px; color: var(--m-cyan); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.m-flow-card h3 { margin: 8px 0 0; font-family: var(--m-display); font-size: 29px; line-height: 1.06; letter-spacing: -.04em; }
.m-flow-card p { margin: 15px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.72; }
.m-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 22px; }
.m-chip-row em { padding: 7px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.67); font-size: 11px; font-style: normal; }
.m-step-controls { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 15px; }
.m-step-controls > button { border: 0; color: rgba(255,255,255,.66); background: transparent; font-size: 11px; font-weight: 800; }
.m-step-controls > div { display: flex; justify-content: center; gap: 6px; }
.m-step-controls i { display: block; width: 18px; height: 3px; border-radius: 99px; background: rgba(255,255,255,.18); transition: width .25s var(--m-ease),background .25s ease; }
.m-step-controls i.is-active { width: 34px; background: var(--m-cyan); }

.m-route { background: #e9edf2; }
.m-map-card { position: relative; margin-top: 28px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; overflow: hidden; box-shadow: 0 24px 55px rgba(22,32,48,.18); background: #d9e4d7; }
.m-map-card img { width: 100%; }
.m-map-card > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.m-map-path { fill: none; stroke: var(--m-blue); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 9 9; animation: m-route-dash 1.8s linear infinite; }
.m-map-dot { fill: #fff; stroke: var(--m-blue); stroke-width: 4; filter: drop-shadow(0 0 7px rgba(0,110,220,.8)); }
.m-map-chip { position: absolute; display: flex; flex-direction: column; padding: 7px 9px; border: 1px solid rgba(255,255,255,.72); border-radius: 10px; color: #fff; background: rgba(7,12,22,.84); backdrop-filter: blur(10px); line-height: 1.15; }
.m-map-chip small { color: var(--m-cyan); font-size: 7px; font-weight: 900; }
.m-map-chip strong { margin-top: 2px; font-size: 9px; }
.chip-a { left: 39%; top: 43%; }
.chip-b { right: 25%; top: 12%; }
.m-station-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.m-station-grid button { min-height: 46px; padding: 7px; border: 1px solid var(--m-line); border-radius: 14px; color: var(--m-muted); background: rgba(255,255,255,.72); font-size: 12px; font-weight: 900; }
.m-station-grid button.is-active { color: #fff; border-color: #111721; background: #111721; }
.m-station-note { margin-top: 13px; padding: 17px; border-radius: 17px; background: #fff; box-shadow: 0 15px 36px rgba(27,36,50,.08); }
.m-station-note strong { display: block; font-size: 16px; }
.m-station-note span { display: block; margin-top: 6px; color: var(--m-muted); font-size: 12px; line-height: 1.65; }
.m-route-warning { color: var(--m-text); background: #fff; }
.m-route-warning p { color: var(--m-muted); }
.m-route-warning .m-icon { color: var(--m-orange); }

.m-prep { background: linear-gradient(#fff,#f5f6f8); }
.m-check-summary { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; margin-top: 27px; padding: 15px 0; border-top: 1px solid var(--m-line); border-bottom: 1px solid var(--m-line); }
.m-check-summary > div:first-child { display: flex; gap: 4px; align-items: baseline; }
.m-check-summary strong { font-family: var(--m-display); font-size: 30px; line-height: 1; }
.m-check-summary span { color: var(--m-muted); font-size: 11px; }
.m-check-progress { height: 5px; overflow: hidden; border-radius: 99px; background: #dce1e7; }
.m-check-progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--m-blue),var(--m-cyan)); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--m-ease); }
.m-check-list fieldset { margin: 0; padding: 0; border: 0; }
.m-check-list fieldset + fieldset { margin-top: 30px; }
.m-check-list legend { width: 100%; margin-bottom: 7px; color: var(--m-muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.m-check-list label { position: relative; display: grid; grid-template-columns: 25px 1fr; gap: 11px; align-items: start; padding: 14px 0; border-top: 1px solid var(--m-line); }
.m-check-list label:last-child { border-bottom: 1px solid var(--m-line); }
.m-check-list input { position: absolute; opacity: 0; }
.m-check-list label > i { display: grid; place-items: center; width: 23px; height: 23px; border: 1.5px solid #a6adb8; border-radius: 7px; color: transparent; }
.m-check-list label > i .m-icon { width: 15px; height: 15px; stroke-width: 2.5; }
.m-check-list input:checked + i { color: #fff; border-color: var(--m-blue); background: var(--m-blue); }
.m-check-list input:focus-visible + i { outline: 3px solid var(--m-gold); outline-offset: 3px; }
.m-check-list input:checked ~ span { opacity: .5; }
.m-check-list strong, .m-check-list small { display: block; }
.m-check-list strong { font-size: 14px; }
.m-check-list small { margin-top: 2px; color: var(--m-muted); font-size: 11px; }
.m-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.m-option-grid label { display: flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--m-line); border-radius: 14px; color: var(--m-muted); background: #fff; font-size: 12px; font-weight: 900; }
.m-option-grid label:has(input:checked) { color: #fff; border-color: #121721; background: #121721; }
.m-inline-actions { display: flex; align-items: center; gap: 16px; margin-top: 22px; }
.m-dark-button { display: inline-flex; align-items: center; gap: 7px; min-height: 47px; padding: 0 16px; border: 0; border-radius: 15px; color: #fff; background: #111721; font-size: 12px; font-weight: 900; }
.m-inline-actions > button:last-child { border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; color: var(--m-muted); background: transparent; font-size: 12px; }
.m-note { margin: 17px 0 0; color: var(--m-muted); font-size: 11px; line-height: 1.65; }

@keyframes m-route-dash { to { stroke-dashoffset: -36; } }
.m-pay { background: radial-gradient(circle at 88% 18%,rgba(94,92,230,.12),transparent 30%),#f4f6f8; }
.m-phone { margin-top: 28px; padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 37px; background: linear-gradient(145deg,#232a36,#080b11); box-shadow: 0 30px 60px rgba(20,28,42,.25); }
.m-phone-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 15px 7px; color: rgba(255,255,255,.64); font-size: 8px; font-weight: 900; }
.m-phone-top i { width: 67px; height: 18px; border-radius: 99px; background: #020305; }
.m-phone-screen { min-height: 420px; padding: 20px; border-radius: 29px; color: #fff; background: radial-gradient(circle at 88% 9%,rgba(100,210,255,.2),transparent 31%),linear-gradient(155deg,#101a28,#080b12); }
.m-pay-app { display: flex; align-items: center; gap: 9px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.09); }
.m-pay-app > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #07101a; background: linear-gradient(135deg,#fff,#8ed9ff); font-family: var(--m-display); }
.m-pay-app strong { font-size: 12px; }
.m-phone-screen > p:first-of-type { margin: 29px 0 7px; color: var(--m-cyan); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.m-phone-screen h3 { margin: 0; font-family: var(--m-display); font-size: 29px; line-height: 1.06; letter-spacing: -.04em; }
.m-phone-screen > p:last-of-type { margin: 13px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.65; }
.m-pay-fields { display: grid; gap: 8px; margin-top: 22px; }
.m-pay-fields > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.055); }
.m-pay-fields span { color: rgba(255,255,255,.45); font-size: 11px; }
.m-pay-fields strong { font-size: 12px; letter-spacing: .03em; }
.m-pay-success { display: none; align-items: center; gap: 7px; margin-top: 14px; padding: 11px; border: 1px solid rgba(48,209,88,.24); border-radius: 12px; color: #9df2b4; background: rgba(48,209,88,.08); font-size: 11px; font-weight: 900; }
.m-pay-success.is-visible { display: flex; }
.m-pay-success .m-icon { width: 16px; height: 16px; }
.m-phone-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 13px 7px; color: rgba(255,255,255,.45); }
.m-phone-footer span { font-size: 10px; font-weight: 900; }
.m-phone-footer button { display: inline-flex; align-items: center; gap: 6px; min-height: 39px; padding: 0 14px; border: 0; border-radius: 999px; color: #07101a; background: #fff; font-size: 11px; font-weight: 900; }
.m-pay-links { margin-top: 18px; }
.m-pay-links a { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 900; }
.m-pay-links p { margin: 12px 0 0; color: var(--m-muted); font-size: 11px; line-height: 1.7; }

.m-life { padding-inline: 0; background: #090c13; color: #fff; overflow: hidden; }
.m-life .m-section-head { padding-inline: 18px; }
.m-photo-rail { display: flex; gap: 11px; margin-top: 27px; padding: 0 18px 7px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.m-photo-rail::-webkit-scrollbar { display: none; }
.m-photo-rail figure { position: relative; flex: 0 0 78vw; max-width: 325px; height: 390px; margin: 0; overflow: hidden; border-radius: 24px; background: #18202b; scroll-snap-align: center; }
.m-photo-rail img { width: 100%; height: 100%; object-fit: cover; }
.m-photo-rail figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,7,12,.86),transparent 58%); }
.m-photo-rail figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; font-family: var(--m-display); font-size: 22px; }
.m-credit { margin: 10px 18px 0; color: rgba(255,255,255,.32); font-size: 10px; }

.m-safety { padding: 78px 18px; color: #fff; background: linear-gradient(135deg,#351201,#7d2903 62%,#b74406 140%); }
.m-safety .m-section-head h2 { font-size: clamp(2.65rem,13.2vw,4.2rem); }
.m-safety-list { margin-top: 29px; border-top: 1px solid rgba(255,255,255,.35); }
.m-safety-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.m-safety-list > div > span { font-family: var(--m-display); font-size: 11px; opacity: .66; }
.m-safety-list p { margin: 0; color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.7; }
.m-safety-list strong { display: block; margin-bottom: 4px; color: #fff; font-size: 16px; }

.m-contact { padding-bottom: calc(120px + env(safe-area-inset-bottom)); background: #fff; }
.m-contact-list { margin-top: 28px; border-top: 1px solid var(--m-line); }
.m-contact-list button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--m-line); background: transparent; text-align: left; }
.m-contact-list small, .m-contact-list strong { display: block; }
.m-contact-list small { color: var(--m-muted); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.m-contact-list strong { margin-top: 3px; font-family: var(--m-display); font-size: 21px; letter-spacing: -.02em; }
.m-contact-list .m-icon { width: 18px; height: 18px; }
.m-address { display: grid; grid-template-columns: 27px 1fr auto; gap: 10px; align-items: start; margin-top: 24px; padding: 20px; border-radius: 22px; color: #fff; background: radial-gradient(circle at 88% 7%,rgba(100,210,255,.25),transparent 34%),linear-gradient(145deg,#111827,#080b12); box-shadow: 0 24px 50px rgba(20,28,42,.2); }
.m-address > .m-icon { color: var(--m-cyan); }
.m-address small, .m-address strong, .m-address span { display: block; }
.m-address small { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 900; }
.m-address strong { margin-top: 7px; font-size: 17px; line-height: 1.35; }
.m-address span { margin-top: 6px; color: rgba(255,255,255,.5); font-size: 11px; }
.m-address > a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #07101a; background: #fff; }
.m-sources { margin-top: 19px; border-top: 1px solid var(--m-line); border-bottom: 1px solid var(--m-line); }
.m-sources summary { padding: 15px 0; font-size: 12px; font-weight: 900; }
.m-sources p { color: var(--m-muted); font-size: 11px; line-height: 1.7; }
.m-sources a { display: block; margin: 8px 0; color: var(--m-blue); font-size: 11px; }
.m-footer-note { margin-top: 35px; color: #656c78; font-size: 10px; letter-spacing: .1em; text-align: center; }

.m-tabbar { position: fixed; z-index: 120; left: 50%; bottom: 0; width: min(100%,520px); padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(127,127,127,.15); background: rgba(10,13,20,.9); box-shadow: 0 -12px 34px rgba(0,0,0,.16); backdrop-filter: blur(22px) saturate(160%); transform: translateX(-50%); }
.m-tabbar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 52px; color: rgba(255,255,255,.46); border-radius: 15px; font-size: 10px; font-weight: 900; text-decoration: none; transition: color .22s ease,background .22s ease,transform .22s var(--m-ease); }
.m-tabbar a.is-active { color: #fff; background: rgba(255,255,255,.09); transform: translateY(-2px); }
.m-tabbar .m-icon { width: 19px; height: 19px; }
.m-toast { position: fixed; z-index: 300; left: 50%; bottom: calc(92px + env(safe-area-inset-bottom)); max-width: calc(100% - 32px); padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; background: rgba(12,16,24,.95); box-shadow: 0 18px 46px rgba(0,0,0,.28); font-size: 11px; font-weight: 900; opacity: 0; transform: translate(-50%,18px); pointer-events: none; transition: opacity .25s ease,transform .35s var(--m-ease); }
.m-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.m-reveal { opacity: 0; transform: translateY(24px); }
.m-reveal.is-visible { animation: m-reveal .7s var(--m-ease) forwards; }
@keyframes m-reveal { to { opacity: 1; transform: translateY(0); } }
@media (min-width: 521px) {
  body { box-shadow: 0 0 80px rgba(15,23,36,.15); }
  .m-header, .m-tabbar { box-shadow: 0 0 0 1px rgba(0,0,0,.06),0 18px 42px rgba(20,28,42,.16); }
}
@media (max-width: 365px) {
  .m-hero h1 { font-size: 3.35rem; }
  .m-section { padding-inline: 14px; }
  .m-section-head h2 { font-size: 2.25rem; }
  .m-flow-card { padding: 22px 18px; }
  .m-address { grid-template-columns: 24px 1fr; }
  .m-address > a { grid-column: 2; width: 100%; border-radius: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .m-reveal { opacity: 1; transform: none; }
  #m-hero-canvas { opacity: .72; }
}
