
/* Shell containment guardrails: prevent page content from stretching the shared app frame */
*,*::before,*::after{box-sizing:border-box}
html{max-width:100%;overflow-x:hidden;scrollbar-gutter:stable both-edges}body{max-width:100%;overflow-x:hidden}
img,video,canvas,svg,iframe,table,pre,code{max-width:100%}
pre{overflow:auto}
main,section,article,.wizard-card,.match-item,.landing-section,.landing-hero{max-width:100%;min-width:0}
:where(.landing-grid,.hero-grid,.actions,.profile-edit-tabs,.profile-mode-tabs,.profile-drawer__links,.notif-grid)>*{min-width:0}
:where(h1,h2,h3,h4,p,small,strong,span,a,button,label){overflow-wrap:anywhere;word-break:normal}

/* Additional app-frame width locks: keep all route content inside the shared shell */
body{width:100%;overflow-x:clip}
main{width:min(100%,1120px);max-width:1120px;margin-inline:auto;min-width:0}
main > *{max-width:100%;min-width:0}
:where(.container,.ios-topbar,.topbar,.public-site-header,.landing-hero,.landing-section,.landing-grid,.hero-grid,.landing-gallery,.invite-widget,.filter-dialog,.support-inbox-layout){max-width:100%;min-width:0}
:where(table){display:block;max-width:100%;overflow-x:auto}
:where(input,select,textarea,button){min-width:0}

.app-shell-content{width:min(100%,1120px);max-width:1120px;margin-inline:auto;min-width:0;overflow-x:clip}
.app-shell-content > *{max-width:100%;min-width:0}

.mode-toggle--global{display:flex;gap:.4rem;position:sticky;top:.4rem;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);padding:.35rem;border-radius:999px;border:1px solid #e5e7eb;margin:.3rem 0 .8rem}
.mode-toggle--global a{flex:1;text-align:center;padding:.45rem .65rem;border-radius:999px;border:1px solid #ddd;text-decoration:none;color:#111;background:#fff;font-weight:600}
.mode-toggle--global a.active{background:#111;color:#fff}
.brand-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.brand-header__main{display:flex;align-items:center;gap:.8rem;min-width:0}
.brand-header__main-link{text-decoration:none;color:inherit}
.brand-header__main-link:hover{opacity:.94}
.brand-header a,.topbar a{text-decoration:none!important;border-bottom:none!important}
a[x-apple-data-detectors],a[x-apple-data-detectors-type]{color:inherit!important;text-decoration:none!important;border-bottom:none!important}
.property-card__content a[x-apple-data-detectors],.property-card__content a[x-apple-data-detectors-type]{pointer-events:none!important}
.brand-header__name-row{display:flex;align-items:center;gap:.45rem;flex-wrap:nowrap}
.alpha-badge{display:inline-flex;align-items:center;justify-content:center;padding:.14rem .5rem;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:rgba(15,23,42,.1);color:#7c2d12;border:1px solid rgba(194,65,12,.28)}

.topbar{position:sticky;top:0;z-index:1305;padding-top:calc(env(safe-area-inset-top,0px) + .55rem);background:linear-gradient(180deg,rgba(243,245,249,.96) 0%,rgba(243,245,249,.84) 75%,rgba(243,245,249,0) 100%);backdrop-filter:blur(6px)}
.topbar .public-site-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.56rem;width:min(100% - 1.8rem,calc(1120px - 1.8rem));max-width:calc(1120px - 1.8rem);margin:.28rem auto 0;padding:.56rem .52rem .48rem;background:rgba(255,255,255,.6);border:1px solid rgba(219,227,239,.78);border-radius:18px;box-shadow:0 9px 20px rgba(15,23,42,.06)}
.public-site-header__brand{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.64rem;min-width:0;color:inherit;text-decoration:none;padding:.08rem .1rem}
.public-site-header__logo{width:56px;height:56px;border-radius:14px;border:1px solid #dbe3ef;box-shadow:0 4px 10px rgba(15,23,42,.12);display:block;object-fit:cover;object-position:center;flex-shrink:0}
.public-site-header__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.16rem;min-width:0;width:100%;line-height:1.05}
.public-site-header__title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:nowrap;min-width:0;width:100%}
.public-site-header__title{display:block;min-width:0;max-width:100%;font-size:clamp(.94rem,2.9vw,1.08rem);margin:0;line-height:1.1;font-weight:800;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.public-site-header__slogan{display:block;min-width:0;max-width:100%;font-style:normal;color:#475569;font-size:clamp(.7rem,2.2vw,.84rem);line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}
.public-site-header__profile-btn{display:grid;place-items:center;width:50px;height:50px;border-radius:999px;padding:0;overflow:hidden;border:1px solid transparent;background:rgba(255,255,255,.7);color:#0f172a;box-shadow:none;flex:0 0 auto;cursor:pointer}
.public-site-header__profile-btn i{font-size:1.45rem;line-height:1}
.auth-shell-section{max-width:1120px;margin:0 auto 5.9rem;padding:clamp(.25rem,1vw,.6rem)}
.auth-shell-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}
.auth-shell-card{margin:0;border-radius:20px;padding:1.2rem;background:#fff;border:1px solid #dbe7ff}
.auth-shell-form{display:grid;gap:.14rem}
.auth-shell-help{text-align:center;margin:1rem 0 0}
.auth-shell-card h1,.auth-shell-card h2,.auth-shell-card h3{margin:0}
.auth-shell-lead{margin:0 0 .75rem;color:#475569;font-size:.95rem}
.auth-shell-label{display:grid;gap:.28rem;font-weight:700;color:#0f172a}
.auth-shell-checkbox{display:flex;align-items:center;gap:.45rem;font-weight:600;color:#334155;margin:.2rem 0}
.auth-shell-checkbox input{width:auto;margin:0}
.auth-shell-link{display:inline-block;margin-top:.45rem}
.public-site-header__profile-btn img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}
.public-site-header__profile-btn:focus-visible,.public-site-header__profile-btn:hover{outline:none;color:#1d4ed8;border-color:#c7d2e4;background:#fff}
.app-install-icon-btn{width:auto!important;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.08rem;padding:.24rem .36rem!important;margin:0!important;border-radius:10px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#0f172a!important;line-height:1}
.app-install-icon-btn span{font-size:.86rem;line-height:1}
.app-install-icon-btn small{font-size:.54rem;font-weight:700;letter-spacing:.01em}
.app-update-banner{display:none;position:sticky;top:0;z-index:50;background:#111;color:#fff;padding:.6rem .75rem;border-radius:12px;margin:.5rem 0}
.app-update-banner.show{display:block}
.toast{position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);background:#111;color:#fff;padding:.55rem .8rem;border-radius:999px;font-size:.85rem;z-index:80;opacity:0;pointer-events:none;transition:opacity .2s}
.toast.show{opacity:1}
.flash-stack{position:fixed;left:50%;bottom:calc(5.6rem + env(safe-area-inset-bottom,0px));transform:translateX(-50%);width:min(680px,calc(100vw - 1.25rem));display:grid;gap:.45rem;z-index:1250;pointer-events:none}
.flash.flash--toast{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.65rem .78rem;border-radius:12px;border:1px solid transparent;box-shadow:0 12px 24px rgba(15,23,42,.2);pointer-events:auto;opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}
.flash.flash--toast.ok{background:#ecfdf3;color:#14532d;border-color:#86efac}
.flash.flash--toast.err{background:#fef2f2;color:#7f1d1d;border-color:#fca5a5}
.flash__message{font-size:.9rem;font-weight:600;line-height:1.35}
.flash__close{width:auto!important;min-width:1.75rem!important;height:1.75rem!important;margin:0!important;padding:0!important;border-radius:999px!important;border:1px solid currentColor!important;background:transparent!important;color:inherit!important;font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.flash.flash--toast.is-closing{opacity:0;transform:translateY(8px)}
.profile-menu-trigger{width:56px;height:56px;border-radius:999px;padding:0;overflow:hidden;border:1px solid #cfd8e3;background:#fff;display:grid;place-items:center;box-shadow:0 10px 20px rgba(15,23,42,.18);flex:0 0 auto}
.profile-menu-trigger__inner{position:relative;display:grid;place-items:center;width:100%;height:100%}
.profile-menu-trigger__badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 .3rem;border-radius:999px;background:#ef4444;color:#fff;font-size:.64rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}
.profile-menu-avatar{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
.profile-menu-avatar--fallback{display:flex;align-items:center;justify-content:center;font-size:1rem;background:#f8fafc;color:#0f172a}
.profile-menu-avatar--icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.55rem;line-height:1;color:#0f172a;background:#f8fafc;border-radius:50%}
.profile-menu-avatar--icon i{line-height:1}
.profile-drawer,.public-profile-drawer{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:100vw;transform:translateX(105%);transition:transform .22s ease;z-index:1400;padding:.85rem;background:transparent;display:flex;justify-content:flex-end}
.profile-drawer.open,.public-profile-drawer.open{transform:translateX(0)}
.profile-drawer__card,.public-profile-drawer__panel{height:100%;max-height:100%;width:min(560px,84vw);background:#fff;border-radius:30px;box-shadow:0 16px 32px rgba(15,23,42,.22);padding:1.05rem 1.05rem calc(7.2rem + env(safe-area-inset-bottom,0px));overflow:auto}
.drawer-refresh-btn{width:auto!important;min-width:0!important;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.06rem;padding:.26rem .44rem!important;margin:0!important;border-radius:10px!important;background:#fff!important;color:#0f172a!important;border:1px solid #dbe3ef!important;line-height:1;flex:0 0 auto}
.drawer-refresh-btn span{font-size:.85rem;line-height:1}
.drawer-refresh-btn small{font-size:.5rem;font-weight:700;letter-spacing:.01em}
.profile-drawer__identity{display:flex;align-items:center;gap:.7rem;padding:.35rem .15rem .85rem;border-bottom:1px solid #e2e8f0;margin-bottom:.45rem}
.profile-drawer__avatar,.public-profile-drawer__avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#f8fafc;border:1px solid #e2e8f0;object-fit:cover;flex:0 0 52px}
.profile-drawer__avatar--fallback{font-size:1.25rem}
.profile-drawer__identity-main{min-width:0;flex:1}
.profile-drawer__name{margin:.1rem 0;font-weight:800;font-size:1.72rem;line-height:1.08}
.profile-drawer__profile-link{display:inline-block;margin-top:.12rem;color:#475569;text-decoration:none;font-size:1.05rem}
.profile-drawer__profile-link:hover{text-decoration:none}
.profile-drawer__profile-link i{margin-right:.25rem}
.profile-drawer__modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.45rem 0 .65rem}
.profile-drawer__modes a{display:block!important;text-align:center;border:1px solid #dbe3ef;border-radius:999px;padding:.45rem .3rem!important;background:#fff;font-size:.78rem;font-weight:700}
.profile-drawer__modes a.active{background:#111827;color:#fff;border-color:#111827}
.profile-drawer__links a,.profile-drawer__links summary{display:block;padding:.58rem .35rem;border-bottom:0;color:#111827;text-decoration:none;cursor:pointer;font-size:1.04rem}
.profile-drawer__links a,.profile-drawer__links summary{display:flex;align-items:center;gap:.48rem}
.profile-drawer__links a i,.profile-drawer__links summary i{width:1rem;text-align:center;opacity:.88}
.profile-drawer__link-count{margin-left:auto;color:#475569;font-weight:700}
.profile-drawer__links details{margin:.2rem 0 .35rem}
.profile-drawer__links details a{padding-left:1rem}
.profile-drawer__links .logout-link{color:#b91c1c;font-weight:700}
.drawer-notifications-btn{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe3ef;background:#fff;color:#111827;text-decoration:none;position:relative;flex:0 0 40px}
.drawer-notifications-btn i{font-size:1rem}
.profile-drawer__icon-badge{position:absolute;top:-4px;right:-5px;min-width:17px;height:17px;padding:0 .24rem;border-radius:999px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}
.profile-drawer__footer,.public-profile-drawer__footer{margin-top:.7rem;padding:.9rem .2rem 0;border-top:1px solid #e2e8f0;display:grid;gap:.55rem}
.profile-drawer__footer-links,.public-profile-drawer__footer-links{display:flex;flex-wrap:wrap;gap:.35rem .65rem}
.profile-drawer__footer-links a,.public-profile-drawer__footer-links a{padding:0!important;font-size:.78rem;color:#475569;text-decoration:none}
.profile-drawer__footer-links a:hover{text-decoration:underline}
.profile-drawer__version{margin:0;font-size:.76rem}
.profile-drawer__version a{text-decoration:none}
.profile-drawer-backdrop,.public-profile-drawer__backdrop{position:fixed;inset:0;background:rgba(15,23,42,.34);opacity:0;pointer-events:none;transition:opacity .2s;z-index:1350}
.profile-drawer-backdrop.open,.public-profile-drawer__backdrop.open{opacity:1;pointer-events:auto}

.public-profile-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;padding:.35rem .15rem .85rem;border-bottom:1px solid #e2e8f0;margin-bottom:.45rem}
.public-profile-drawer__head-main{display:flex;align-items:center;gap:.7rem;min-width:0}
.public-profile-drawer__head-copy strong{display:block;margin:.1rem 0;font-weight:800;font-size:1.08rem;line-height:1.08}
.public-profile-drawer__head-actions{display:inline-flex;align-items:center;gap:.38rem;flex:0 0 auto}
.public-profile-drawer__refresh{width:auto!important;min-width:0!important;display:inline-flex;align-items:center;gap:.3rem;padding:.26rem .44rem!important;margin:0!important;border-radius:10px!important;background:#fff!important;color:#0f172a!important;border:1px solid #dbe3ef!important;line-height:1;flex:0 0 auto}
.public-profile-drawer__close{width:34px!important;height:34px!important;border-radius:10px!important;padding:0!important;margin:0!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#0f172a!important;display:inline-flex;align-items:center;justify-content:center}
.public-profile-drawer nav a{display:flex;align-items:center;gap:.48rem;padding:.58rem .35rem;color:#111827;text-decoration:none;font-size:1.04rem}
.public-profile-drawer__footer-version{margin:0;font-size:.76rem}
.ios-tabbar,.public-bottom-nav{position:fixed;left:50%;transform:translateX(-50%);bottom:.55rem;width:min(860px,95vw);background:rgba(255,255,255,.98);backdrop-filter:blur(8px);border:1px solid #d1d5db;border-radius:24px;z-index:1200;padding:.28rem .34rem;box-shadow:0 10px 26px rgba(15,23,42,.2)}
.ios-tabbar ul,.public-bottom-nav ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.1rem}
.ios-tabbar a,.public-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#6b7280;padding:.28rem .2rem .32rem;border-radius:16px;font-size:.72rem;position:relative;min-height:62px}
.ios-tabbar a .icon,.public-bottom-nav a .public-bottom-nav__icon{font-size:1.05rem;line-height:1;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center}
.ios-tabbar a .icon i,.public-bottom-nav a .public-bottom-nav__icon i{font-size:1em;line-height:1;width:1em;text-align:center}
.ios-tabbar a .label,.public-bottom-nav a .label{line-height:1.1}
.ios-tabbar a.active,.public-bottom-nav a[aria-current="page"]{color:#111;background:#f3f4f6;font-weight:700}
.ios-tabbar__badge{position:absolute;top:.08rem;right:.8rem;background:#ef4444;color:#fff;border-radius:999px;padding:0 .32rem;font-size:.64rem}
body{padding-bottom:5rem!important}
.back-to-top-btn{position:fixed;right:.8rem;bottom:calc(6rem + env(safe-area-inset-bottom,0px));z-index:1150;width:48px;height:48px;border:none;border-radius:14px;background:rgba(15,23,42,.9);color:#fff;font-size:1.1rem;font-weight:800;display:grid;place-items:center;box-shadow:0 12px 24px rgba(15,23,42,.35);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.back-to-top-btn i{font-size:1.08rem;line-height:1}
.back-to-top-btn[data-visible="true"]{opacity:1;transform:translateY(0);pointer-events:auto}
.landing-hero .hero-cta a{flex:1 1 100%}
.landing-hero .hero-cta button{border-radius:20px!important;min-height:64px!important;font-size:1rem!important;border:2px solid rgba(148,163,184,.65)!important;background:rgba(30,58,138,.12)!important;color:#f8fafc!important}
.landing-hero .hero-cta a:first-child button{background:#020617!important;border-color:#f8fafc!important}
.landing-hero .hero-cta .ghost{background:rgba(15,23,42,.25)!important;border-color:rgba(148,163,184,.7)!important}
.hero-image{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.landing-gallery img{display:block;aspect-ratio:16/10;object-fit:cover}
.landing-section img{display:block}
@media (min-width:761px){
  .profile-drawer,.public-profile-drawer{justify-content:flex-end}
  .profile-drawer__card,.public-profile-drawer__panel{width:min(560px,82vw);border-radius:30px}
  .landing-hero .hero-cta a{flex:1 1 220px}
}
@media (max-width:520px){
  .flash-stack{width:calc(100vw - .9rem);bottom:calc(5.8rem + env(safe-area-inset-bottom,0px))}
  .flash.flash--toast{padding:.6rem .68rem}
  .flash__message{font-size:.85rem}
  .topbar .public-site-header{width:min(100% - 1.2rem,calc(1120px - 1.2rem));padding:.46rem .34rem .42rem;column-gap:.46rem;border-radius:16px}
  .public-site-header__profile-btn{width:46px;height:46px}
  .public-site-header__profile-btn i{font-size:1.28rem}
  .public-site-header__brand{column-gap:.52rem}
  .public-site-header__logo{width:50px;height:50px;border-radius:12px}
  .public-site-header__title-row{gap:.34rem}
  .public-site-header__title{font-size:clamp(.84rem,3.9vw,1.08rem)}
  .public-site-header__slogan{font-size:clamp(.62rem,2.8vw,.78rem);line-height:1.16}
  .drawer-refresh-btn{padding:.2rem .32rem!important;border-radius:8px!important}
  .drawer-refresh-btn span{font-size:.7rem}
  .drawer-refresh-btn small{font-size:.43rem}
  .profile-drawer__card,.public-profile-drawer__panel{width:min(420px,86vw);border-radius:28px}
  .profile-drawer__name{font-size:1.45rem}
  .profile-drawer__profile-link{font-size:.96rem}
  .profile-drawer__links a,.profile-drawer__links summary{font-size:.96rem}
  .back-to-top-btn{right:.62rem;bottom:calc(6.2rem + env(safe-area-inset-bottom,0px));width:44px;height:44px;border-radius:12px}
}
.notif-page{display:grid;gap:1rem}
.notif-page__hero{background:linear-gradient(145deg,#0f172a,#1e3a8a 62%,#334155);color:#f8fafc;padding:1rem;border-radius:18px;box-shadow:0 14px 30px rgba(15,23,42,.26);border:1px solid rgba(148,163,184,.38)}
.notif-page__hero h1{margin:.15rem 0 .3rem;font-size:1.7rem}
.notif-page__eyebrow{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.92}
.notif-page__hero .muted{color:#dbeafe}
.notif-form{background:#fff;border:1px solid #dbe3ef;border-radius:18px;padding:.9rem;box-shadow:0 10px 22px rgba(15,23,42,.08)}
.notif-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem}
.notif-option{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;padding:.7rem .75rem;background:#f8fafc;border:1px solid #dbe3ef;border-radius:14px}
.notif-option strong{display:block;line-height:1.2}
.notif-option small{display:block;color:#64748b;margin-top:.2rem;line-height:1.35}
.notif-option input[type="checkbox"]{width:1.1rem;height:1.1rem;margin:.1rem 0 0;accent-color:#1d4ed8}
.notif-save-btn{margin-top:.8rem;background:#2563eb!important;border:1px solid #1d4ed8!important;color:#fff!important}
.notif-save-btn:hover{background:#1d4ed8!important}
.notif-push{background:#fff;border:1px solid #dbe3ef;border-radius:18px;padding:.9rem;box-shadow:0 8px 20px rgba(15,23,42,.07)}
.notif-push h2{margin:.1rem 0 .35rem}
.notif-push__actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem}
.notif-secondary-btn{background:#fff!important;color:#0f172a!important;border:1px solid #cbd5e1!important}
.discover-listing-header{align-items:center!important}
.discover-listing-header__actions{align-items:center!important}
@media (max-width:640px){
  h1{font-size:clamp(1.25rem,5.8vw,1.55rem);line-height:1.2}
  .discover-listing-header{align-items:center!important;gap:.45rem}
  .discover-listing-header__title{font-size:clamp(1.2rem,5.4vw,1.45rem);line-height:1.18}
  .discover-listing-header__actions{align-items:center!important;gap:.35rem}
}
.tinder-wizard{display:grid;gap:.6rem;margin:.15rem 0 .8rem;padding:.62rem;border:1px solid #dbe4ef;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#f1f5f9)}
.tinder-wizard__tabs{display:flex;gap:.45rem;flex-wrap:wrap}
.tinder-wizard__tab{width:auto!important;margin:0!important;border-radius:999px!important;background:#e2e8f0!important;color:#0f172a!important;padding:.45rem .82rem!important;border:1px solid #cbd5e1!important;font-size:.79rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}
.tinder-wizard__tab::before{content:attr(data-step-index);display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:999px;background:#cbd5e1;color:#0f172a;font-size:.68rem;line-height:1}
.tinder-wizard__tab.is-active{background:linear-gradient(145deg,#0f172a,#1d4ed8)!important;color:#fff!important;border-color:#1d4ed8!important;box-shadow:0 8px 20px rgba(29,78,216,.25)}
.tinder-wizard__tab.is-active::before{background:rgba(255,255,255,.24);color:#fff}
.tinder-wizard__progress{height:9px;background:#dbe4ef;border-radius:999px;overflow:hidden}
.tinder-wizard__progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#2563eb,#0ea5a4);transition:width .2s ease}
.tinder-wizard__nav{display:flex;gap:.5rem;justify-content:space-between;margin-top:.62rem}
.tinder-wizard__nav button{width:auto!important;margin:0!important;min-width:120px}
.tinder-wizard__nav [data-step-back]{background:#475569!important}
.tinder-wizard__step{animation:tinderStepFade .18s ease}
@keyframes tinderStepFade{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
