*,*:before,*:after{box-sizing:border-box}:root{color-scheme:dark;--surface-bg: #0a0a0a;--surface-text: #fafafa;--surface-muted: #b4b4b4;--surface-muted-2: #8a8a8a;--surface-border: #2a2a2a;--surface-divider: #454545;--surface-header-bg: rgba(10, 10, 10, .88);--surface-card: rgba(255, 255, 255, .07);--surface-card-border: rgba(255, 255, 255, .12);--surface-input-bg: rgba(0, 0, 0, .45);--surface-input-border: rgba(255, 255, 255, .22);--surface-input-border-focus: rgba(255, 255, 255, .5);--surface-ghost-bg: #2a2a2a;--surface-ghost-border: #454545;--surface-ghost-text: #fafafa;--surface-primary-bg: #fafafa;--surface-primary-text: #141414;--surface-nav-hover-bg: rgba(255, 255, 255, .08);--surface-nav-active-bg: #333333;--surface-logo-hover: #e8e8e8;--surface-footer-heading: #ebebeb;--surface-footer-fine: #949494;--surface-auth-radial: rgba(140, 140, 140, .14);--surface-tab-track: #1f1f1f;--surface-tab-active: #333333;--surface-tab-muted: #8a8a8a;--surface-band-bg: #0f0f0f;--surface-promo-title-accent: #fafafa;--surface-promo-voucher-grad-a: #1c1c1c;--surface-promo-voucher-grad-b: #101010;--surface-promo-voucher-grad-c: #161616;--surface-promo-perf: #0a0a0a;--surface-promo-bullet-text: #e8e8e8;--surface-promo-meta-value: #ffffff}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans TC,sans-serif;background:var(--surface-bg);color:var(--surface-text);-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer}input,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.theme-root{min-height:100%;background:var(--surface-bg);color:var(--surface-text)}.app-boot{min-height:100%;display:grid;place-items:center;color:var(--surface-muted);font-size:15px}.shell{min-height:100%;display:flex;flex-direction:column;background:var(--surface-bg);color:var(--surface-text)}.shell-main{flex:1;overflow:auto}.shell-brand-row{display:flex;align-items:center;gap:0;min-width:0;flex-wrap:nowrap}.shell-brand-logo{font-weight:700;font-size:clamp(21px,2.4vw,26px);color:var(--surface-text);text-decoration:none;flex-shrink:0;padding:6px 6px 6px 0;letter-spacing:.02em;line-height:1.1}.shell-brand-logo:hover{color:var(--surface-logo-hover)}.shell-brand-divider{width:1px;height:22px;background:var(--surface-divider);margin:0 10px;flex-shrink:0}.shell-top-nav{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:10px;font-size:14px;font-weight:600;color:var(--surface-muted);text-decoration:none;border:1px solid transparent}.shell-top-nav:hover{color:var(--surface-text);background:var(--surface-nav-hover-bg)}.shell-top-nav--active{color:var(--surface-text);background:var(--surface-nav-active-bg);border-color:var(--surface-divider)}.page{padding:16px 16px 24px;max-width:720px;margin:0 auto}.page-title{font-size:28px;font-weight:700;margin:0 0 8px}.page-sub{color:var(--surface-muted);font-size:15px;margin:0 0 24px}.card{background:var(--surface-card);border:1px solid var(--surface-card-border);border-radius:16px;padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;padding:14px 20px;font-weight:600;width:100%}.btn-primary{background:var(--surface-primary-bg);color:var(--surface-primary-text)}.btn-primary:disabled{opacity:.55}.btn-ghost{background:var(--surface-ghost-bg);color:var(--surface-ghost-text);border:1px solid var(--surface-ghost-border)}.topup-preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}@media (max-width: 420px){.topup-preset-grid{grid-template-columns:repeat(2,1fr)}}.topup-preset-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:8px 6px;font-size:11px;font-weight:600;border-radius:8px;cursor:pointer;font:inherit;background:var(--surface-ghost-bg);color:var(--surface-ghost-text);border:1px solid var(--surface-ghost-border)}.topup-preset-btn--active{border-color:var(--surface-primary-bg);box-shadow:0 0 0 1px var(--surface-primary-bg);color:var(--surface-text)}.topup-amount-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.topup-amount-label{margin:0;font-size:13px;font-weight:500;color:var(--surface-text);flex:1;min-width:0}.topup-help-btn{flex-shrink:0;width:26px;height:26px;padding:0;border-radius:50%;border:1px solid var(--surface-muted-2);background:var(--surface-ghost-bg);color:var(--surface-muted);font-size:13px;font-weight:800;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease,background .15s ease}.topup-help-btn:hover{border-color:var(--surface-input-border-focus);color:var(--surface-text);background:#ffffff14}.topup-help-btn:focus-visible{outline:2px solid var(--surface-input-border-focus);outline-offset:2px}.topup-help-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px 16px;background:#00000094;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.topup-help-dialog{width:100%;max-width:440px;max-height:min(88vh,560px);display:flex;flex-direction:column;padding:0;overflow:hidden;box-shadow:0 20px 50px #00000073}.topup-help-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--surface-card-border);flex-shrink:0}.topup-help-dialog__title{margin:0;font-size:18px;font-weight:700;line-height:1.2}.topup-help-dialog__close{flex-shrink:0;width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:var(--surface-muted);font-size:24px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.topup-help-dialog__close:hover{color:var(--surface-text);background:#ffffff0f}.topup-help-dialog__body{padding:16px 20px 22px;overflow-y:auto;font-size:14px;line-height:1.65;color:var(--surface-muted)}.topup-help-dialog__body p{margin:0 0 12px}.topup-help-dialog__body p:last-child{margin-bottom:0}.topup-help-dialog__h{margin:18px 0 8px;font-size:15px;font-weight:700;color:var(--surface-text);line-height:1.35}.topup-help-dialog__h:first-child{margin-top:0}.field{margin-bottom:14px}.field label,.field>.field__label{display:block;font-size:13px;font-weight:500;margin-bottom:8px}.field input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--surface-input-border);background:var(--surface-input-bg);outline:none}.field input:focus{border-color:var(--surface-input-border-focus)}.tappay-field{box-sizing:border-box;width:100%;min-height:48px;padding:4px 12px;margin:6px 0 0;border-radius:12px;border:1px solid var(--surface-input-border);background:var(--surface-input-bg);transition:border-color .15s ease,box-shadow .15s ease}.tappay-field.tappay-field-focus{border-color:var(--surface-input-border-focus);box-shadow:0 0 0 1px #ffffff1f}.site-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 28px;align-items:start}@media (max-width: 720px){.site-footer-grid{grid-template-columns:1fr}}.muted{color:var(--surface-muted);font-size:13px}.error-banner{background:#dc262626;border:1px solid rgba(220,38,38,.35);color:#fecaca;padding:12px 14px;border-radius:12px;margin-bottom:16px;font-size:14px;line-height:1.45;white-space:pre-line}.success-banner{background:#22c55e1f;border:1px solid rgba(34,197,94,.35);color:#bbf7d0;padding:12px 14px;border-radius:12px;margin-bottom:16px;font-size:14px;line-height:1.45;white-space:pre-line}.auth-page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px 40px;background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--surface-auth-radial),transparent),var(--surface-bg)}.auth-card-wrap{width:100%;max-width:420px}.promotions-page{max-width:560px;margin:0 auto;padding:20px 16px 32px}.promotions-page__intro{text-align:center;margin-bottom:28px}.promotions-page__eyebrow{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--surface-muted-2);margin:0 0 10px}.promotions-page__title{font-size:clamp(22px,4.5vw,28px);font-weight:700;line-height:1.25;margin:0 0 12px}.promotions-page__title-accent{color:var(--surface-promo-title-accent);font-weight:800}.promotions-page__lead{margin:0;font-size:14px;line-height:1.55;color:var(--surface-muted);max-width:420px;margin-inline:auto}.promo-merchants-page{max-width:640px;margin:0 auto;padding:20px 16px 40px}.promo-merchants-page__intro{text-align:center;margin-bottom:16px}.promo-merchants-page__actions{display:flex;justify-content:center;margin-bottom:28px}.promo-merchants-page__actions .btn{width:auto;padding:10px 20px;border-radius:999px;font-size:14px;text-decoration:none}.promo-merchants-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.promo-merchant-card{border-radius:16px;border:1px solid var(--surface-card-border);background:var(--surface-card);padding:18px 20px;box-shadow:0 8px 24px #0003}.promo-merchant-card__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.promo-merchant-card__pill{font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;background:var(--surface-nav-active-bg);color:var(--surface-text)}.promo-merchant-card__area{font-size:13px;color:var(--surface-muted-2)}.promo-merchant-card__name{margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;color:var(--surface-text)}.promo-merchant-card__perk{margin:0;font-size:14px;line-height:1.55;color:var(--surface-muted)}.merchants-hub{max-width:640px;margin:0 auto;padding:28px 16px 40px;color:var(--surface-text)}.merchants-hub__head{text-align:center;margin-bottom:24px}.merchants-hub__eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--surface-muted-2)}.merchants-hub__title{margin:0 0 10px;font-size:clamp(22px,4vw,28px);font-weight:800;line-height:1.25}.merchants-hub__lead{margin:0;font-size:14px;line-height:1.6;color:var(--surface-muted)}.merchants-hub__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:14px}.merchants-hub__grid .merchants-hub__card{flex:1 1 240px;max-width:100%}.merchants-hub__card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:20px 20px 18px;border-radius:16px;text-decoration:none;color:inherit;border:1px solid var(--surface-card-border);background:var(--surface-card);transition:border-color .15s ease,background .15s ease}.merchants-hub__card:hover{border-color:#ffffff38;background:#ffffff17}.merchants-hub__card--accent{border-color:#fafafa2e}.merchants-hub__card-k{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--surface-muted-2)}.merchants-hub__card-title{font-size:18px;font-weight:800}.merchants-hub__card-desc{font-size:14px;line-height:1.5;color:var(--surface-muted)}.merchants-hub__note{margin:22px 0 0;font-size:12px;line-height:1.55;color:var(--surface-muted-2);text-align:center}.merchants-hub__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;word-break:break-all}.tavo-intro,.tavo-menu-page{color:var(--surface-text);padding-bottom:48px}.tavo-intro__subnav,.tavo-menu-page__subnav{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:10px 14px;background:#0a0a0ae0;border-bottom:1px solid var(--surface-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.tavo-intro__subnav-link,.tavo-menu-page__subnav-link{padding:8px 14px;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;color:var(--surface-muted);border:1px solid transparent}.tavo-intro__subnav-link:hover,.tavo-menu-page__subnav-link:hover{color:var(--surface-text);background:var(--surface-nav-hover-bg)}.tavo-intro__subnav-link--active,.tavo-menu-page__subnav-link--active{color:var(--surface-text);background:var(--surface-nav-active-bg);border-color:var(--surface-divider)}.tavo-intro__section{max-width:720px;margin:0 auto;padding:22px 16px 0}.tavo-intro__section--hero{max-width:1040px;padding-top:20px}.tavo-intro__hero-layout{display:flex;flex-direction:column;padding:0;overflow:hidden}.tavo-intro__cover-band{position:relative;width:100%;min-height:min(34vh,280px);max-height:min(48vh,420px);aspect-ratio:16 / 7;background:#0f0f0f}.tavo-intro__cover-band .tavo-intro__cover-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.tavo-intro__hero-lower{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-rows:auto auto;column-gap:clamp(18px,3vw,28px);row-gap:clamp(14px,2.5vw,22px);align-items:start;padding:clamp(26px,4vw,40px) clamp(18px,3.5vw,32px) clamp(28px,4.5vw,44px);border-top:1px solid var(--surface-card-border);background:#0003}.tavo-intro__copy-head{grid-column:1 / -1;grid-row:1;text-align:left;min-width:0}.tavo-intro__copy-head .tavo-intro__eyebrow{margin:0 0 8px}.tavo-intro__copy-head .tavo-intro__title{margin:0}.tavo-intro__body--hero{grid-column:1;grid-row:2;min-width:0}.tavo-intro__info-panel{grid-column:2;grid-row:2;min-width:0;width:min(100%,400px);justify-self:center}.tavo-intro__h2--info-col{margin:0 0 12px}.tavo-intro__body{display:flex;flex-direction:column;gap:14px}.tavo-intro__h2--inline{margin:0 0 12px;font-size:17px}.tavo-intro__facts--embed{margin:0}.tavo-intro__eyebrow{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--surface-muted-2)}.tavo-intro__title{margin:0 0 8px;font-size:clamp(22px,3.6vw,30px);font-weight:800;line-height:1.22}.tavo-intro__tagline{margin:0 0 12px;font-size:clamp(14px,2vw,16px);font-weight:600;line-height:1.45;color:var(--surface-muted)}.tavo-intro__about{margin:0;font-size:15px;line-height:1.75;color:var(--surface-muted);text-align:left;max-width:58ch}@media (max-width: 768px){.tavo-intro__hero-lower{grid-template-columns:1fr;grid-template-rows:auto;row-gap:18px}.tavo-intro__copy-head{grid-column:1;grid-row:1}.tavo-intro__body--hero{grid-column:1;grid-row:2}.tavo-intro__info-panel{grid-column:1;grid-row:3;width:100%;justify-self:stretch}.tavo-intro__cover-band{aspect-ratio:4 / 3;min-height:200px;max-height:none}.tavo-intro__about{max-width:none}}.tavo-intro__h2{margin:0 0 12px;font-size:20px;font-weight:800}.tavo-intro__facts{padding:18px 20px}.tavo-intro__fact{display:grid;grid-template-columns:88px 1fr;gap:8px 12px;padding:10px 0;border-bottom:1px solid var(--surface-card-border);font-size:14px;line-height:1.5}.tavo-intro__fact:last-child{border-bottom:none;padding-bottom:0}.tavo-intro__fact dt{margin:0;font-weight:700;color:var(--surface-muted-2)}.tavo-intro__fact dd{margin:0}.tavo-intro__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.tavo-intro__booking-link{display:inline-block;max-width:100%;font-size:13px;line-height:1.5;color:var(--surface-text);text-decoration:underline;text-underline-offset:3px;word-break:break-all}.tavo-intro__booking-link:hover{color:var(--surface-muted)}.tavo-intro__fact--social dd{min-width:0}.tavo-social{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.tavo-social__btn{box-sizing:border-box;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--surface-divider);border-radius:10px;color:var(--surface-muted);text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.tavo-social__btn:hover{color:var(--surface-text);border-color:#ffffff42;background:var(--surface-nav-hover-bg)}.tavo-social__btn--off{opacity:.36;cursor:default;pointer-events:none}.tavo-social__svg{display:block}.tavo-menu-carousel{display:flex;align-items:center;gap:6px;max-width:min(560px,100%);margin:16px auto 0;padding:0 10px}.tavo-menu-carousel__arrow{flex-shrink:0;width:40px;height:44px;border-radius:12px;border:1px solid var(--surface-card-border);background:var(--surface-card);color:var(--surface-text);font-size:22px;line-height:1;display:grid;place-items:center}.tavo-menu-carousel__arrow:disabled{opacity:.35;cursor:not-allowed}.tavo-menu-carousel__viewport{flex:1;min-width:0;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:16px;scrollbar-width:thin}.tavo-menu-carousel__slide{flex:0 0 100%;width:100%;scroll-snap-align:start;box-sizing:border-box;padding:0 4px}.tavo-menu-carousel__figure{margin:0;padding:12px}.tavo-menu-carousel__img{display:block;width:100%;height:auto;border-radius:12px;border:1px solid var(--surface-card-border);background:#00000040}.tavo-menu-carousel__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:220px;border-radius:12px;border:2px dashed var(--surface-divider);background:#ffffff0a}.tavo-menu-carousel__ph-title{font-size:18px;font-weight:800}.tavo-menu-carousel__ph-sub{font-size:13px;color:var(--surface-muted)}.tavo-menu-carousel__ph-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--surface-muted-2)}.tavo-menu-page__toolbar{max-width:560px;margin:14px auto 0;padding:0 16px;display:flex;flex-direction:column;align-items:center;gap:10px}.tavo-menu-page__counter{font-size:14px;font-weight:700;color:var(--surface-muted)}.tavo-menu-page__dots{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.tavo-menu-page__dot{width:8px;height:8px;padding:0;border-radius:50%;border:none;background:var(--surface-divider);cursor:pointer}.tavo-menu-page__dot--active{background:var(--surface-primary-bg)}.promo-voucher{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--surface-card-border);background:linear-gradient(165deg,var(--surface-promo-voucher-grad-a) 0%,var(--surface-promo-voucher-grad-b) 45%,var(--surface-promo-voucher-grad-c) 100%);box-shadow:0 0 0 1px #ffffff0f,0 24px 48px #00000073}.promo-voucher__perforation{height:14px;background:repeating-linear-gradient(90deg,var(--surface-promo-perf) 0px,var(--surface-promo-perf) 8px,transparent 8px,transparent 14px);opacity:.85}.promo-voucher__perforation--bottom{margin-top:-1px}.promo-voucher__inner{padding:22px 22px 26px}.promo-voucher__top{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.promo-voucher__pill{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700;background:#fef3c71f;color:#fde68a;border:1px solid rgba(251,191,36,.25)}.promo-voucher__pill--outline{background:transparent;color:var(--surface-muted);border-color:var(--surface-divider)}.promo-voucher__headline{font-size:clamp(20px,4vw,24px);font-weight:700;line-height:1.3;margin:0 0 10px;color:var(--surface-promo-title-accent)}.promo-voucher__headline-strong{display:block;margin-top:4px;font-size:clamp(22px,4.2vw,26px);font-weight:800;letter-spacing:-.02em}.promo-voucher__sub{margin:0 0 20px;font-size:15px;line-height:1.55;color:var(--surface-muted)}.promo-voucher__bullets{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:12px}.promo-voucher__bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--surface-promo-bullet-text)}.promo-voucher__bullet-mark{flex-shrink:0;width:22px;height:22px;border-radius:999px;background:#ffffff14;display:grid;place-items:center;font-size:11px;color:#fde68a;margin-top:1px}.promo-voucher__meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 0;margin-bottom:4px;border-top:1px dashed rgba(255,255,255,.15);border-bottom:1px dashed rgba(255,255,255,.15)}.promo-voucher__meta-label{display:block;font-size:11px;font-weight:600;color:var(--surface-muted-2);letter-spacing:.06em;margin-bottom:4px}.promo-voucher__meta-value{font-size:15px;font-weight:600;color:var(--surface-promo-meta-value)}.promo-voucher__meta-value.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;letter-spacing:.04em}.promo-voucher__cta-row{display:flex;flex-direction:column;gap:12px;align-items:stretch;margin-top:18px}.promo-voucher__cta{text-decoration:none;width:100%;text-align:center;border-radius:14px;padding:15px 20px}.promo-voucher__cta-note{font-size:12px;line-height:1.45;color:var(--surface-muted-2);text-align:center}.surface-top-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--surface-border);background:var(--surface-header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.surface-top-header .shell-brand-row{flex-wrap:wrap;row-gap:8px}.app-shell-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--surface-border);background:var(--surface-bg)}.app-shell-header .shell-brand-row{flex-wrap:wrap;row-gap:8px}.promo-top-header{padding:12px 16px;border-bottom:1px solid var(--surface-border);background:var(--surface-header-bg)}.promo-top-header .shell-brand-row{flex-wrap:wrap;row-gap:8px}.site-footer{margin-top:auto;padding:24px 24px max(24px,env(safe-area-inset-bottom));border-top:1px solid var(--surface-border);background:var(--surface-bg);color:var(--surface-muted);font-size:13px;line-height:1.55}.site-footer__heading{font-weight:700;color:var(--surface-footer-heading);margin-bottom:12px;font-size:14px}.site-footer__field-label{font-size:11px;font-weight:600;color:var(--surface-muted);letter-spacing:.02em;margin-bottom:4px}.site-footer__field-value{color:var(--surface-text);font-size:13px;line-height:1.5}.site-footer__fine{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--surface-border);font-size:12px;color:var(--surface-footer-fine)}.site-footer__fine--tight{margin:6px 0 0;padding-top:0;border-top:none}.landing-hero{position:relative;overflow:hidden;min-height:min(78vh,640px);display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.landing-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/hero-cover.png);background-size:cover;background-position:center}.landing-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#00000080,#0000002e 30%,#000000d1),linear-gradient(90deg,#000000eb,#00000094 42%,#0000006b 70%,#000000b8)}.landing-hero__inner{position:relative;z-index:1;width:100%;max-width:720px;margin:0;padding-left:24px;padding-right:24px;padding-bottom:clamp(40px,6.5vh,68px)}.landing-hero__eyebrow{margin:0 0 12px;font-size:15px;font-weight:500;letter-spacing:.03em;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.9),0 0 24px rgba(0,0,0,.65)}.landing-hero__title{margin:0 0 16px;font-size:clamp(28px,5vw,40px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.95),0 0 48px rgba(0,0,0,.6)}.landing-hero__lead{margin:0 0 28px;max-width:520px;font-size:17px;line-height:1.55;font-weight:500;color:#fffffff5;text-shadow:0 1px 3px rgba(0,0,0,.92),0 0 28px rgba(0,0,0,.62)}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.landing-hero .btn-primary{background:#fafafa!important;color:#111!important;box-shadow:0 2px 16px #0006}.landing-hero .btn-primary:hover{filter:brightness(1.06)}.landing-hero__btn-secondary{background:#ffffff29!important;color:#fff!important;border:1px solid rgba(255,255,255,.42)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.landing-hero__btn-secondary:hover{background:#ffffff3d!important}.landing-stat-tile{border-radius:14px;padding:16px 10px;text-align:center;background:var(--surface-card);border:1px solid var(--surface-card-border)}.landing-stat-tile__value{font-size:20px;font-weight:700;color:var(--surface-text)}.landing-stat-tile__label{font-size:13px;margin-top:6px;color:var(--surface-muted)}.landing-band{padding:48px 24px 64px;border-top:1px solid var(--surface-border);background:var(--surface-band-bg)}.landing-step-row{display:flex;gap:14px;align-items:center;padding:16px 18px;border-radius:14px;border:1px solid var(--surface-card-border);background:var(--surface-card)}.landing-step-badge{width:32px;height:32px;border-radius:999px;background:var(--surface-primary-bg);color:var(--surface-primary-text);display:grid;place-items:center;font-weight:700;font-size:14px;flex-shrink:0}.landing-feature-swatch{height:6px;width:48px;border-radius:4px;margin-bottom:18px;background:var(--surface-divider)}.personal-center{position:relative}.personal-center__trigger{width:auto;padding:8px 14px;font-size:14px}.personal-center__trigger--circle{width:40px;height:40px;min-width:40px;padding:0;border-radius:50%;display:inline-grid;place-items:center;line-height:0}.personal-center__icon{display:block;color:var(--surface-text)}.surface-top-header .personal-center__trigger:not(.personal-center__trigger--circle){padding:10px 18px;border-radius:999px}.personal-center__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:80;min-width:220px;padding:8px;border-radius:14px;background:var(--surface-card);border:1px solid var(--surface-card-border);box-shadow:0 16px 40px #00000059}.personal-center__link{display:block;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600;color:var(--surface-text);text-decoration:none}.personal-center__link:hover{background:var(--surface-nav-hover-bg)}.personal-center__link--active{background:var(--surface-nav-active-bg)}.personal-center__hint{margin:8px 8px 4px;font-size:12px;line-height:1.45;color:var(--surface-muted-2)}.account-layout{padding:12px 16px 24px;max-width:800px;margin:0 auto}.account-layout__head{margin-bottom:20px}.account-layout__title{font-size:22px;font-weight:700;margin:0 0 14px}.account-layout__nav{display:flex;flex-wrap:wrap;gap:8px}.account-layout__tab{display:inline-flex;align-items:center;padding:8px 14px;border-radius:10px;font-size:14px;font-weight:600;color:var(--surface-muted);text-decoration:none;border:1px solid transparent}.account-layout__tab:hover{color:var(--surface-text);background:var(--surface-nav-hover-bg)}.account-layout__tab--active{color:var(--surface-text);background:var(--surface-nav-active-bg);border-color:var(--surface-divider)}.wallet-page{padding:0 0 8px;max-width:640px;margin:0 auto}.wallet-page__heading{margin:0 0 6px;font-size:22px;font-weight:800;letter-spacing:-.02em}.wallet-page__lead{margin:0 0 20px;font-size:14px;line-height:1.55;color:var(--surface-muted)}.wallet-page__balance{padding:22px 20px 20px;margin-bottom:16px;border-radius:18px;background:linear-gradient(145deg,#ffffff1a,#ffffff0a)}.wallet-page__balance-label{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--surface-muted-2)}.wallet-page__balance-amount{margin:0 0 12px;display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 10px;line-height:1.1}.wallet-page__balance-currency{font-size:clamp(32px,7vw,42px);font-weight:800;color:var(--surface-text);font-variant-numeric:tabular-nums;letter-spacing:-.03em}.wallet-page__digits{font-size:clamp(32px,7vw,42px);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.wallet-page__balance-suffix{font-size:clamp(18px,3.5vw,22px);font-weight:700;color:var(--surface-muted);letter-spacing:.04em}.wallet-page__balance-note{margin:0;font-size:12px;line-height:1.5}.wallet-page__tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:20px}@media (max-width: 520px){.wallet-page__tiles{grid-template-columns:1fr}}.wallet-page__tile{padding:16px 18px;display:flex;flex-direction:column;gap:6px;min-height:108px}.wallet-page__tile-label{margin:0;font-size:12px;font-weight:700;color:var(--surface-muted-2)}.wallet-page__tile-value{margin:0;font-size:20px;font-weight:800;font-variant-numeric:tabular-nums}.wallet-page__tile-hint{margin:auto 0 0;font-size:12px;line-height:1.45}.wallet-page__tile-meta{margin:0;font-size:13px;font-weight:600;line-height:1.35;color:var(--surface-muted)}.wallet-page__tile--link{text-decoration:none;color:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease}.wallet-page__tile--link:hover{border-color:var(--surface-input-border-focus);background:#ffffff0d}.wallet-page__tile--link:focus-visible{outline:2px solid var(--surface-input-border-focus);outline-offset:2px}.wallet-page__tile-value--in{color:#86efac}.wallet-page__tile-value--out{color:#fca5a5}.wallet-page__actions{display:flex;flex-wrap:wrap;gap:10px}.wallet-page__btn{width:auto;min-width:min(160px,100%);flex:1 1 140px;text-decoration:none;padding:12px 18px;border-radius:12px}.tx-history{list-style:none;margin:0;padding:0}.tx-history__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--surface-card-border)}.tx-history__row:last-child{border-bottom:none}.tx-history__main{min-width:0;display:flex;flex-direction:column;gap:4px}.tx-history__title{font-size:15px;font-weight:600;color:var(--surface-text)}.tx-history__note{font-size:13px;color:var(--surface-muted);line-height:1.4}.tx-history__time{font-size:12px;color:var(--surface-muted-2);font-variant-numeric:tabular-nums}.tx-history__amount{flex-shrink:0;font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap;padding-top:2px}.tx-history__amount--in{color:#86efac}.tx-history__amount--out{color:#fca5a5}.tx-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 16px;margin-top:20px}.tx-pagination__btn{width:auto;flex:0 0 auto;padding:10px 18px}.tx-pagination__meta{font-size:14px;color:var(--surface-muted);font-variant-numeric:tabular-nums}
