:root{--bg: #08111f;--bg-elevated: #0e1726;--bg-card: rgba(14, 23, 38, .86);--text: #f3f6fb;--text-muted: #a5b5cc;--line: rgba(164, 183, 211, .18);--brand: #48c7c2;--brand-strong: #7ee7d8;--accent: #ffbd59;--danger: #ff7d7d;--shadow: 0 24px 60px rgba(0, 0, 0, .3);--radius: 20px;--radius-sm: 14px;--max-width: 960px;--phone-width: 390px;--phone-height: 844px;--phone-min-width: 320px;--phone-shell-gutter: 1rem;--screen-safe-inset: 8px;--phone-shell-width: clamp( var(--phone-min-width), min( calc(100vw - var(--phone-shell-gutter)), var(--phone-width), calc((100dvh - var(--phone-shell-gutter)) * 390 / 844) ), var(--phone-width) );--phone-shell-height: min( calc(100dvh - var(--phone-shell-gutter)), var(--phone-height), calc(var(--phone-shell-width) * 844 / 390) );--app-viewport-height: var(--phone-shell-height)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{min-height:100dvh;margin:0;font-family:SF Pro Display,Segoe UI,sans-serif;background:radial-gradient(circle at top,rgba(72,199,194,.18),transparent 28%),linear-gradient(180deg,#091321,#050b14);color:var(--text)}html:not(.platform-native) body{display:flex;justify-content:center;align-items:center;padding:calc(var(--phone-shell-gutter) / 2)}html:not(.platform-native) #root{width:100%;display:flex;justify-content:center}html.platform-native,html.platform-native body,html.platform-native #root{min-height:100dvh}html.platform-native body{overscroll-behavior-y:contain}html.platform-native{--phone-shell-width: 100%;--phone-shell-height: 100dvh;--app-viewport-height: 100dvh}a{color:var(--brand-strong);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}input[type=checkbox]{width:auto;padding:0}input{width:100%;padding:.95rem 1rem;border:1px solid var(--line);border-radius:14px;background:#ffffff0a;color:var(--text)}small{color:var(--danger)}h1,h2,h3,p{margin:0}.public-shell,.app-shell{width:var(--phone-shell-width);min-height:var(--phone-shell-height);height:var(--phone-shell-height)}.public-shell{display:grid;place-items:center;padding:2rem 1rem 4rem;overflow-y:auto;overflow-x:hidden}.platform-native .public-shell{padding:calc(2rem + env(safe-area-inset-top)) 1rem calc(4rem + env(safe-area-inset-bottom))}.public-shell__panel,.screen-frame,.app-header{width:min(100%,var(--max-width))}.public-shell__panel{background:var(--bg-card);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:2rem}.public-shell__title{margin-bottom:.75rem}.app-shell{position:relative;display:flex;flex-direction:column;align-items:center;padding:1rem .85rem;overflow:hidden}.app-shell--home{padding:0}.platform-native .app-shell{padding:calc(1.25rem + env(safe-area-inset-top)) .85rem 1rem}html:not(.platform-native) .public-shell,html:not(.platform-native) .app-shell{border-radius:38px;border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 90px #00000073,0 0 0 10px #050b14e6,inset 0 1px #ffffff0d}.app-shell__content{position:relative;z-index:1;width:min(100%,var(--max-width));flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:calc(7rem + env(safe-area-inset-bottom));scrollbar-width:none}.app-shell__content--home{width:100%;padding-bottom:0}.app-shell__content::-webkit-scrollbar,.public-shell::-webkit-scrollbar{display:none}.browser-qa-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;border-radius:16px;background:#7ee7d81a;border:1px solid rgba(126,231,216,.18)}.browser-qa-banner__copy{display:flex;flex-direction:column;gap:.2rem}.browser-qa-banner__copy strong{color:#dffff8;font-size:.9rem}.browser-qa-banner__copy span{color:#c3d8e6;font-size:.82rem}.app-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0 1.5rem}.app-header__actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.screen-frame{display:flex;flex-direction:column;gap:1.25rem;padding-inline:max(.5rem,var(--screen-safe-inset))}.feature-surface{position:relative;min-height:calc(var(--app-viewport-height) - 1.25rem - (7rem + env(safe-area-inset-bottom)));padding:.35rem;border-radius:26px;background:radial-gradient(circle at top,rgba(20,59,116,.18),transparent 32%),linear-gradient(180deg,#0d1827,#08121f);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px #ffffff08}.floating-header-card{display:flex;flex-direction:column;gap:.85rem;padding:.9rem .7rem .45rem;border-radius:20px;background:#131a27eb;border:1px solid rgba(255,255,255,.06);box-shadow:0 22px 40px #00000038}.floating-header-card__copy{display:flex;flex-direction:column;gap:.25rem;padding:0 .9rem}.floating-header-card__copy h1{font-size:1.3rem;line-height:1.2;font-weight:700;color:#f7f8fb}.floating-header-card__subtitle{color:#97a4bf;font-size:.95rem;line-height:1.35}.floating-header-card__description{max-width:21rem;color:#97a4bf;font-size:.95rem;line-height:1.35}.floating-header-card__toolbar{display:flex;align-items:center;gap:.9rem;min-height:2.75rem;padding:0 .9rem}.floating-header-card__footer{padding:0 .9rem}.screen-frame__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.tab-bar{--tab-bar-side-inset: .9rem;position:absolute;z-index:1000;left:50%;bottom:max(.8rem,env(safe-area-inset-bottom));transform:translate(-50%);width:min(calc(100% - (var(--tab-bar-side-inset) * 2)),640px);display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;padding:.5rem;border-radius:999px;transition:transform .18s ease,opacity .18s ease}.platform-native .tab-bar{position:fixed}.platform-native.keyboard-open .tab-bar{opacity:0;pointer-events:none;transform:translate(-50%,calc(100% + 2rem))}.tab-bar--home{width:min(calc(100% - (var(--tab-bar-side-inset) * 2)),420px);gap:0;padding:.2rem .35rem calc(.45rem + env(safe-area-inset-bottom));background:linear-gradient(180deg,#070c150f,#070c1547);border:1px solid rgba(255,255,255,.04);box-shadow:0 10px 28px #00000024;-webkit-backdrop-filter:blur(10px) saturate(1.04);backdrop-filter:blur(10px) saturate(1.04)}.tab-bar--glass{width:min(calc(100% - (var(--tab-bar-side-inset) * 2)),420px);gap:0;padding:.2rem .35rem calc(.45rem + env(safe-area-inset-bottom));background:#08111f94;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 40px #0000003d;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25)}.tab-bar__link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;text-align:center;border:0;border-radius:999px;background:transparent;min-height:5.25rem;padding:.65rem .45rem .85rem;color:var(--text-muted);cursor:pointer}.tab-bar__link--active{background:#48c7c229;color:var(--text)}.tab-bar--home .tab-bar__link{min-height:4.75rem;padding:.55rem .3rem .65rem;color:#ffffffe0}.tab-bar--glass .tab-bar__link{min-height:4.75rem;padding:.55rem .3rem .65rem;color:#ffffffc7}.tab-bar--home .tab-bar__link--active{background:transparent;color:#fff}.tab-bar--glass .tab-bar__link--active{background:#ffffff17;color:#fff}.tab-bar__link--primary{font-weight:700}.tab-bar__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem}.tab-bar__icon-svg{width:1.8rem;height:1.8rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.tab-bar__link--primary .tab-bar__icon-svg{width:1.95rem;height:1.95rem}.tab-bar__label{font-size:.95rem;line-height:1}.tab-bar__badge{position:absolute;top:-.18rem;right:-.42rem;min-width:1.2rem;height:1.2rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .28rem;border-radius:999px;background:#ff5547;color:#fff;font-size:.7rem;font-weight:700;line-height:1}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;color:var(--brand-strong)}.muted{color:var(--text-muted);line-height:1.5}.button{border:0;border-radius:999px;padding:.95rem 1.2rem;color:#062227;background:linear-gradient(135deg,var(--brand-strong),var(--accent));cursor:pointer;font-weight:700}.button--secondary{background:#ffffff14;color:var(--text)}.button--ghost{background:transparent;color:var(--text-muted);border:1px solid var(--line)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:999px;color:var(--text);background:transparent;cursor:pointer}.icon-button--light{color:#f7f2ff}.icon-button:hover{background:#ffffff14}.icon-button:focus-visible{outline:2px solid rgba(255,255,255,.45);outline-offset:3px}.settings-cog-icon{width:1.5rem;height:1.5rem;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.route-error{max-width:32rem}.route-error__actions{display:flex;gap:.75rem;flex-wrap:wrap}.route-error__details{font-size:.85rem;color:var(--text-muted)}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.45rem .8rem;background:#7ee7d81f;color:var(--brand-strong);border:1px solid rgba(126,231,216,.24)}.primary-button{min-height:2.9rem;padding:.75rem 1rem;border:1px solid rgba(126,231,216,.24);border-radius:14px;background:linear-gradient(180deg,#7ee7d833,#1c786b6b);color:#f7fffd;font-weight:700}.primary-button:disabled,.loyalty-reward-card__cta:disabled{cursor:not-allowed;opacity:.56}.verification-screen__title{font-size:1.35rem;line-height:1.2;font-weight:700}.verification-screen__status{padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(126,231,216,.2);background:#7ee7d814;color:#dffff8}.verification-screen__actions{display:flex;flex-wrap:wrap;gap:.75rem}.verification-screen__actions .primary-button,.verification-screen__actions .button{width:auto;min-width:13rem}.verification-screen__hint{max-width:34rem}.verification-screen__link{display:inline-flex;width:fit-content;align-items:center;justify-content:center;text-decoration:none}.browser-qa-screen__meta{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--text-muted);font-size:.85rem}.browser-qa-screen__link-grid{display:flex;flex-wrap:wrap;gap:.75rem}.browser-qa-screen__action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem}.browser-qa-screen__checklist{display:flex;flex-direction:column;gap:.35rem}.auth-form,.field,.stack-lg,.stack-md,.stack-sm{display:flex;flex-direction:column}.auth-shell{--auth-content-max-width: 400px;--auth-horizontal-padding: 64px;--auth-vertical-padding: 16px;--auth-logo-top-padding: 28px;--auth-back-row-height: 28px;--auth-control-height: 56px;--auth-cta-height: 40px;--auth-cta-max-width: 320px;position:relative;isolation:isolate;overflow:hidden;width:min(100%,calc(var(--auth-content-max-width) + (var(--auth-horizontal-padding) * 2)));min-height:calc(var(--app-viewport-height) - 4rem);display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:0 1rem}.platform-native .auth-shell{min-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.auth-shell__background{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;pointer-events:none;filter:saturate(118%);z-index:0}.auth-shell__background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 44%),linear-gradient(180deg,#070d1814,#070d1838)}.auth-shell__blob{position:absolute;border-radius:999px;opacity:.72;mix-blend-mode:screen;filter:blur(52px);transform:translateZ(0);will-change:transform}.auth-shell__blob--violet{width:22rem;height:22rem;top:-3rem;right:-5rem;background:radial-gradient(circle,#9067ff9e,#9067ff00);animation:auth-lava-float-a 18s ease-in-out infinite alternate}.auth-shell__blob--mint{width:24rem;height:24rem;right:-7rem;bottom:-6rem;background:radial-gradient(circle,#5cf2d37a,#5cf2d300);animation:auth-lava-float-b 20s ease-in-out infinite alternate}.auth-shell__blob--blue{width:17rem;height:17rem;top:26%;left:-5rem;background:radial-gradient(circle,#55a6ff94,#55a6ff00);animation:auth-lava-float-c 14s ease-in-out infinite alternate}.auth-shell__blob--pink{width:18rem;height:18rem;left:10%;bottom:18%;background:radial-gradient(circle,#ff74c16b,#ff74c100);animation:auth-lava-float-d 16s ease-in-out infinite alternate}.auth-shell__blob--orange{width:18.5rem;height:18.5rem;left:48%;top:52%;background:radial-gradient(circle,#ffa74975,#ffa74900);animation:auth-lava-float-e 22s ease-in-out infinite alternate}.auth-shell__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:var(--auth-logo-top-padding)}.auth-shell__logo{width:min(200px,56vw);height:auto;filter:brightness(0) invert(1)}.auth-shell__mode{color:#eaf0fab3;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.auth-shell__back-row{width:min(100%,var(--auth-content-max-width));min-height:var(--auth-back-row-height);display:flex;align-items:center}.auth-shell__back-placeholder{visibility:hidden}.auth-panel{width:min(100%,var(--auth-content-max-width));display:flex;flex-direction:column;gap:1rem;padding:var(--auth-vertical-padding) min(var(--auth-horizontal-padding),8vw) calc(var(--auth-vertical-padding) + 8px);border-radius:28px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at top right,rgba(126,231,216,.14),transparent 28%),linear-gradient(180deg,#0b1422eb,#060b14fa);box-shadow:0 32px 80px #00000061,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-panel__form,.auth-copy,.auth-field{display:flex;flex-direction:column}.auth-panel__form{gap:.9rem}.auth-copy{gap:.35rem}.auth-copy h2{font-size:1.55rem;line-height:1.15}.auth-copy p,.auth-panel__message,.auth-shell__footer{color:var(--text-muted)}.auth-panel__message{margin:0;font-size:.92rem;line-height:1.45}.auth-panel__message--error{color:#ff9494}.auth-panel__message--status{color:#9fe6dc}.auth-field{gap:.4rem}.auth-field span{color:#d6dfec;font-size:.92rem}.auth-field input{min-height:var(--auth-control-height);border-radius:16px;border:1px solid rgba(164,183,211,.2);background:#ffffff0f;box-shadow:inset 0 1px #ffffff0a}.auth-field input:focus{outline:2px solid rgba(126,231,216,.45);outline-offset:2px}.auth-row{display:flex;align-items:center;gap:.75rem}.auth-row--spread{justify-content:space-between;flex-wrap:wrap}.auth-checkbox{display:inline-flex;align-items:center;gap:.6rem;color:var(--text-muted);font-size:.92rem}.auth-link-button{padding:0;border:0;background:transparent;color:var(--brand-strong);cursor:pointer}.auth-link-button:hover{text-decoration:underline}.auth-button{width:100%;min-height:var(--auth-control-height);border-radius:999px;display:inline-flex;justify-content:center;align-items:center;max-width:100%}.auth-button--primary{min-height:var(--auth-cta-height);max-width:var(--auth-cta-max-width);margin:0 auto;background:linear-gradient(180deg,#50d5cf,#2da59f);color:#041015;font-weight:700}.auth-button--secondary{max-width:var(--auth-cta-max-width);margin:0 auto;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#f4fbff;font-weight:700}.auth-button--ghost{max-width:var(--auth-cta-max-width);margin:0 auto}.auth-shell__footer{position:relative;z-index:1;width:min(100%,var(--auth-content-max-width));margin:0 auto;padding:.5rem 0 calc(env(safe-area-inset-bottom) + .5rem);text-align:center;font-size:.92rem}.auth-form{gap:1rem}@keyframes auth-lava-float-a{0%{transform:translate3d(7rem,-4rem,0)}to{transform:translate3d(-5rem,8rem,0)}}@keyframes auth-lava-float-b{0%{transform:translate3d(-6rem,6rem,0)}to{transform:translate3d(5rem,-5rem,0)}}@keyframes auth-lava-float-c{0%{transform:translate3d(5rem,6rem,0)}to{transform:translate3d(-4rem,-6rem,0)}}@keyframes auth-lava-float-d{0%{transform:translate3d(-3rem,4rem,0)}to{transform:translate3d(6rem,-5rem,0)}}@keyframes auth-lava-float-e{0%{transform:translate3d(6rem,-3rem,0)}to{transform:translate3d(-7rem,5rem,0)}}@media (max-width: 640px){.auth-shell__background{top:-20%;right:-20%;bottom:-20%;left:-20%}.auth-shell__blob{filter:blur(44px);opacity:.62}}@media (prefers-reduced-motion: reduce){.auth-shell__blob{animation:none;transform:none}}.stack-lg{gap:1.25rem}.stack-md{gap:1rem}.stack-sm{gap:.5rem}.profile-screen__summary-card,.profile-screen__trust-card{border-radius:1.6rem}.profile-screen__summary-card{overflow:hidden;background:linear-gradient(180deg,#272e3cf0,#232a37fa);border:1px solid rgba(255,255,255,.05)}.profile-screen__summary-header{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1.25rem 1.25rem 1rem}.profile-screen__summary-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.profile-screen__summary-copy h2{font-size:1.05rem;color:#f4f6fb}.profile-screen__summary-copy p{margin-top:.35rem;color:#aab2c4;line-height:1.45}.profile-screen__progress-ring{--profile-progress: 0deg;width:4.2rem;height:4.2rem;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(32,38,50,1) 59%,transparent 60%),conic-gradient(#2d8cff 0deg,#2d8cff var(--profile-progress),rgba(255,255,255,.08) var(--profile-progress),rgba(255,255,255,.08) 360deg)}.profile-screen__progress-ring-inner{display:flex;flex-direction:column;align-items:center;gap:.1rem;text-align:center}.profile-screen__progress-ring-inner strong{font-size:1rem;color:#fff}.profile-screen__progress-ring-inner span{font-size:.68rem;color:#8c95aa;text-transform:lowercase}.profile-screen__edit-button{width:2.1rem;height:2.1rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:.7rem;background:#ffffff0f;color:#cfd7ea;cursor:pointer}.profile-screen__action-icon,.profile-screen__detail-icon,.profile-screen__trust-icon,.profile-screen__folder-icon,.profile-screen__chevron-icon{width:1.15rem;height:1.15rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.profile-screen__detail-list{border-top:1px solid rgba(255,255,255,.06);padding:.5rem 1.25rem 1.15rem}.profile-screen__detail-row{display:flex;align-items:center;gap:.85rem;padding:.7rem 0}.profile-screen__detail-row+.profile-screen__detail-row{border-top:1px solid rgba(255,255,255,.04)}.profile-screen__detail-badge{width:2.1rem;height:2.1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#1c73df42;color:#2d8cff;flex:0 0 auto}.profile-screen__detail-icon{display:inline-flex;width:1rem;height:1rem}.profile-screen__detail-copy{display:flex;flex-direction:column;gap:.15rem}.profile-screen__detail-copy span{color:#8f97aa;font-size:.86rem}.profile-screen__detail-copy strong{color:#f4f6fb;font-size:1rem;font-weight:600}.profile-screen__section-stack{display:flex;flex-direction:column;gap:1rem;padding:0 0 1.25rem}.profile-screen__panel,.profile-screen__categories-card{border-radius:1.35rem;background:linear-gradient(180deg,#2f343ff5,#272b34f5);border:1px solid rgba(255,255,255,.05);overflow:hidden}.profile-screen__panel-heading,.profile-screen__panel-body,.profile-screen__categories-card{padding-left:1.15rem;padding-right:1.15rem}.profile-screen__panel-heading{padding-top:1.15rem}.profile-screen__panel-body{padding-top:.95rem;padding-bottom:1.15rem}.profile-screen__panel-title,.profile-screen__categories-heading{display:flex;align-items:center;gap:.7rem}.profile-screen__panel-title{color:#f4f6fb;font-size:1.05rem;font-weight:700}.profile-screen__section-icon,.profile-screen__help-icon{width:1.1rem;height:1.1rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.profile-screen__section-icon{color:#1885ff}.profile-screen__help-icon{color:#ffffff6b}.profile-screen__lookup-caption,.profile-screen__lookup-hint{color:#aab2c4;font-size:.9rem}.profile-screen__lookup-row{display:flex;align-items:center;gap:.65rem;margin-top:.45rem}.profile-screen__lookup-input,.profile-screen__field-stack .field input,.profile-screen__field-stack .field select{width:100%;min-height:3rem;padding:0 .95rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.1);background:#181818b8;color:#f4f6fb}.profile-screen__lookup-button{display:inline-flex;align-items:center;justify-content:center;min-width:2.7rem;height:2.7rem;border:0;border-radius:999px;background:#ffffff38;color:#fff;font-weight:700}.profile-screen__lookup-hint{margin:.9rem 0 1rem;text-align:center}.profile-screen__lookup-success,.profile-screen__lookup-error{margin-top:.75rem;font-size:.88rem}.profile-screen__lookup-success{color:#68d98e}.profile-screen__lookup-error{color:#ff9a91}.profile-screen__field-stack{display:flex;flex-direction:column;gap:.95rem}.profile-screen__field-stack .field{display:flex;flex-direction:column;gap:.4rem}.profile-screen__field-stack .field span{color:#b8c0d2;font-size:.9rem}.profile-screen__gender-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;color:#f4f6fb}.profile-screen__gender-header strong{color:#b7c0d3;font-size:.86rem}.profile-screen__gender-slider-shell{display:flex;flex-direction:column;gap:.75rem}.profile-screen__gender-slider{width:100%;accent-color:#1885ff}.profile-screen__gender-labels{display:flex;justify-content:space-between;gap:.5rem;color:#9ea7ba;font-size:.8rem}.profile-screen__gender-reset{margin-top:.95rem;padding:0;border:0;background:transparent;color:#1885ff;font-size:.9rem;font-weight:600}.profile-screen__editor{margin:0 1.25rem 1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.profile-screen__editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.profile-screen__editor .field span{margin-bottom:.35rem;color:#aab2c4;font-size:.85rem}.profile-screen__editor-footer,.profile-screen__editor-actions,.profile-screen__trust-copy{display:flex;align-items:center}.profile-screen__editor-footer{justify-content:space-between;gap:1rem;margin:0 1.25rem 1.25rem}.profile-screen__editor-actions{gap:.75rem}.profile-screen__trust-card{background:#383538eb;border:1px solid rgba(255,255,255,.06);padding:1rem 1.2rem}.profile-screen__save-error{margin:0 1.25rem 1.25rem;color:#ff9a91}.profile-screen__categories-card{display:flex;flex-direction:column;gap:.95rem;padding-top:.95rem;padding-bottom:.95rem}.profile-screen__categories-heading,.profile-screen__categories-toggle,.profile-screen__categories-toggle-title{justify-content:space-between;align-items:center}.profile-screen__categories-toggle,.profile-screen__categories-toggle-title{display:flex;gap:.7rem}.profile-screen__categories-toggle{width:100%;padding:.6rem .8rem;border:0;border-radius:1rem;background:#00000073;color:#f4f6fb;cursor:pointer}.profile-screen__categories-toggle-title{justify-content:flex-start}.profile-screen__folder-icon{color:#f4f6fb}.profile-screen__chevron-icon{color:#8e97aa;transition:transform .14s ease}.profile-screen__chevron-icon--expanded{transform:rotate(180deg)}.profile-screen__categories-heading h3{color:#f4f6fb;font-size:1.05rem}.profile-screen__categories-description{color:#aab2c4;line-height:1.4;padding:0 .15rem}.profile-screen__categories-badge{padding:.38rem .7rem;border-radius:999px;background:#ffffff14;color:#bcc4d4;font-size:.75rem;font-weight:700;white-space:nowrap}.profile-screen__categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.profile-screen__category-card{display:flex;flex-direction:column;gap:.7rem;min-height:10.8rem;padding:.95rem;text-align:left;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);cursor:pointer}.profile-screen__category-card--mint{border-color:#53d9bc33}.profile-screen__category-card--orange{border-color:#ffab4e33}.profile-screen__category-card--selected{border-color:#1885ff73;box-shadow:inset 0 0 0 1px #1885ff2e}.profile-screen__category-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.profile-screen__category-icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:.8rem;background:#ffffff14;color:#fff;font-size:1rem;font-weight:700}.profile-screen__category-status{padding:.26rem .55rem;border-radius:999px;font-size:.7rem;font-weight:700}.profile-screen__category-status--share-ready{background:#46d07329;color:#68d98e}.profile-screen__category-status--in-progress{background:#ffb84c29;color:#ffbe59}.profile-screen__category-status--not-started{background:#ffffff14;color:#adb5c7}.profile-screen__category-card h4{color:#f4f6fb;font-size:1rem}.profile-screen__category-card p,.profile-screen__category-metrics{color:#aab2c4;line-height:1.35}.profile-screen__category-metrics{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.profile-screen__category-editor{display:flex;flex-direction:column;border-radius:1.4rem;background:linear-gradient(180deg,#2f343feb,#22262feb);border:1px solid rgba(255,255,255,.08);overflow:hidden}.profile-screen__category-editor-header,.profile-screen__category-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem}.profile-screen__category-editor-header{border-bottom:1px solid rgba(255,255,255,.06)}.profile-screen__category-editor-header h4{color:#f4f6fb;font-size:1.05rem}.profile-screen__category-editor-header p{margin-top:.3rem;color:#aab2c4;line-height:1.35}.profile-screen__category-editor-body{display:flex;flex-direction:column;gap:.95rem;padding:1rem 1.15rem 1.15rem}.profile-screen__category-editor-footer{border-top:1px solid rgba(255,255,255,.06)}.profile-screen__category-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#f4f6fb}.profile-screen__category-toggle span{line-height:1.35}.profile-screen__category-toggle input{width:1.1rem;height:1.1rem;accent-color:#1885ff;flex:0 0 auto}.profile-screen__checkbox-grid{display:flex;flex-wrap:wrap;gap:.65rem}.profile-screen__checkbox-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem .85rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);color:#dbe2f0}.profile-screen__checkbox-chip input{accent-color:#1885ff}.profile-screen__trust-copy{justify-content:center;gap:.9rem;text-align:center}.profile-screen__trust-copy>div{display:flex;flex-direction:column;gap:.45rem}.profile-screen__trust-copy h3{color:#f5f3f1;font-size:1rem;line-height:1.3}.profile-screen__trust-copy a{color:#0e8bff;font-weight:600}.profile-screen__trust-icon{width:1.7rem;height:1.7rem;color:#29d264;flex:0 0 auto}.privacy-screen{display:grid;gap:1rem}.privacy-screen__hero,.privacy-screen__section-card,.privacy-screen__callout,.privacy-screen__preferences-card{border-radius:1.4rem}.privacy-screen__hero{display:grid;gap:1rem;padding:1.35rem;background:linear-gradient(180deg,#1c2431fa,#0f1723fa);border:1px solid rgba(255,255,255,.05)}.privacy-screen__hero-icon,.privacy-screen__callout-icon,.privacy-screen__item-icon{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.privacy-screen__hero-icon{width:3rem;height:3rem;color:#29d264}.privacy-screen__hero-copy h1,.privacy-screen__section-card h2,.privacy-screen__callout h2,.privacy-screen__preferences-copy h2{color:#f4f6fb}.privacy-screen__hero-copy h1{font-size:1.6rem;line-height:1.15}.privacy-screen__hero-copy p,.privacy-screen__section-card span,.privacy-screen__callout p,.privacy-screen__preferences-copy p,.privacy-screen__toggle-copy small{color:#a6afc1;line-height:1.5}.privacy-screen__hero-copy p{margin-top:.5rem}.privacy-screen__section-card{padding:1.2rem;background:#19202ce0;border:1px solid rgba(255,255,255,.05)}.privacy-screen__section-card h2,.privacy-screen__callout h2,.privacy-screen__preferences-copy h2{font-size:1.05rem}.privacy-screen__item-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.85rem}.privacy-screen__item-list li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.privacy-screen__item-icon{width:1rem;height:1rem;margin-top:.2rem}.privacy-screen__item-icon--positive{color:#29d264}.privacy-screen__item-icon--negative{color:#ff6a63}.privacy-screen__callout{padding:1.2rem;background:#29d26414;border:1px solid rgba(41,210,100,.18)}.privacy-screen__callout-heading{display:flex;align-items:center;gap:.7rem;margin-bottom:.7rem}.privacy-screen__callout-icon{width:1.2rem;height:1.2rem;color:#29d264;flex:0 0 auto}.privacy-screen__preferences-card{padding:1.2rem;background:#151d29eb;border:1px solid rgba(255,255,255,.05)}.privacy-screen__preferences-copy{margin-bottom:1rem}.privacy-screen__toggle-copy{display:flex;flex-direction:column;gap:.2rem;padding-right:1rem}.privacy-screen__toggle-copy span{color:#f4f6fb;font-weight:600}@media (max-width: 640px){.profile-screen__summary-header,.profile-screen__editor-grid{grid-template-columns:1fr}.profile-screen__editor-footer,.profile-screen__trust-copy{align-items:flex-start}.profile-screen__editor-footer,.profile-screen__trust-copy{flex-direction:column}.profile-screen__editor-actions{width:100%}.profile-screen__editor-actions .button{flex:1}.profile-screen__categories-grid{grid-template-columns:1fr}.profile-screen__categories-toggle{align-items:flex-start;gap:.85rem}}.field{gap:.35rem}.home-pass-screen{--home-pass-tab-bar-clearance: calc(6.35rem + env(safe-area-inset-bottom)) ;display:flex;flex-direction:column;align-items:center;width:100%;gap:0;height:var(--app-viewport-height);min-height:var(--app-viewport-height);position:relative;margin:0;padding:calc(1rem + env(safe-area-inset-top)) max(1rem,var(--screen-safe-inset)) var(--home-pass-tab-bar-clearance);overflow:hidden;background:#050b14}.home-pass-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(255,255,255,.08),transparent 26%),linear-gradient(180deg,#36114f,#1d3f73 34%,#133059 62%,#0a1523);pointer-events:none}.profile-screen,.loyalty-screen{display:flex;flex-direction:column;gap:.8rem;min-height:calc(var(--app-viewport-height) - 1.25rem - (7rem + env(safe-area-inset-bottom)));padding:.7rem max(.75rem,var(--screen-safe-inset)) 1.5rem}.loyalty-screen__header-card{min-height:11.25rem;padding:1rem .75rem .75rem;border-radius:20px;background:#131d31eb;border:1px solid rgba(255,255,255,.06);box-shadow:0 12px 24px #0000002e}.loyalty-screen__header-copy{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem}.loyalty-screen__header-copy h1{font-size:1.3rem;line-height:1.2;color:#f7f8fb}.loyalty-screen__header-copy p{max-width:22rem;font-size:.95rem;line-height:1.35;color:#97a4bf}.loyalty-screen__toolbar{display:flex;align-items:center;gap:.9rem;margin-top:1rem;padding:0 1rem}.loyalty-screen__toolbar--wide{gap:.75rem}.loyalty-screen__search-chip,.loyalty-screen__search-field{display:inline-flex;align-items:center;gap:.75rem;height:3.25rem;border-radius:18px;background:#113f7a66;color:#0e82ff;border:1px solid rgba(255,255,255,.06)}.loyalty-screen__search-chip{justify-content:center;width:3.25rem;border-radius:999px;background:#113f7a9e}.loyalty-screen__search-field{flex:1;min-width:0;padding:0 1rem}.loyalty-screen__search-field input{width:100%;padding:0;border:0;background:transparent;color:#f4f6fb}.loyalty-screen__search-field input::placeholder{color:#8fa1bd}.loyalty-search-icon,.loyalty-toolbar-icon-svg,.loyalty-reward-card__feature-icon-svg,.loyalty-reward-card__cta-icon,.loyalty-reward-card__info-icon{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.loyalty-search-icon{width:1.7rem;height:1.7rem;stroke-width:1.8}.loyalty-screen__toolbar-button{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;padding:0;border:0;background:transparent;color:#0e82ff;cursor:pointer}.loyalty-toolbar-icon-svg{width:1.6rem;height:1.6rem;stroke-width:1.8}.loyalty-screen__reward-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem .75rem;padding:0 0 .75rem}.loyalty-screen__reward-banner{margin:0 0 .9rem;padding:.8rem .95rem;border-radius:1rem;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,#203454eb,#121f35eb);color:#ffffffdb;font-size:.82rem;line-height:1.45;box-shadow:0 10px 24px #0000002e}.loyalty-screen__stack{position:relative;min-height:13.75rem;padding:0 .3rem .35rem 0}.loyalty-screen__stack-layer{position:absolute;inset:0 auto auto 0;width:calc(100% - var(--stack-offset-x));transform:translate(var(--stack-offset-x),var(--stack-offset-y));z-index:var(--stack-z)}.loyalty-screen__stack-count{position:absolute;top:-.55rem;right:0;min-width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .4rem;border-radius:999px;background:#ffffffeb;color:#16243b;font-size:.78rem;font-weight:800;z-index:120}.loyalty-screen__empty-panel{grid-column:1 / -1}.loyalty-reward-card{--reward-card-cta-background: rgba(255, 255, 255, .26);--reward-card-theme-image: none;--reward-card-brand-image: none;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:13.25rem;padding:.7rem;border-radius:1.2rem;color:#fff;overflow:hidden;background:linear-gradient(135deg,#8e49ce,#4988ea);border:1.5px solid rgba(255,255,255,.18);box-shadow:0 16px 30px #00000038;cursor:pointer}.loyalty-reward-card:focus-visible{outline:3px solid rgba(255,255,255,.88);outline-offset:3px}.loyalty-reward-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#ffffff14,#0000001f),var(--reward-card-theme-image),var(--reward-card-brand-image);background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;background-size:auto,cover,cover;opacity:.96;pointer-events:none}.loyalty-reward-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 26%),linear-gradient(180deg,transparent 30%,rgba(14,17,28,.18) 100%);pointer-events:none}.loyalty-reward-card--discount{background:linear-gradient(135deg,#cd79f6,#8c55d8)}.loyalty-reward-card--gift{background:linear-gradient(135deg,#59a3ff,#5b80ee)}.loyalty-reward-card--coffee{background:linear-gradient(135deg,#a66228,#8a4b18)}.loyalty-reward-card__body,.loyalty-reward-card__cta{position:relative;z-index:1}.loyalty-reward-card__body{display:flex;flex-direction:column;gap:.55rem}.loyalty-reward-card__brand{display:flex;align-items:center;gap:.55rem;min-height:2rem}.loyalty-reward-card__brand strong{font-size:.74rem;line-height:1.15}.loyalty-reward-card__brand-logo{width:1.7rem;height:1.7rem;border-radius:999px;object-fit:cover;border:1.5px solid rgba(255,255,255,.3)}.loyalty-reward-card__brand-logo--fallback{display:inline-flex;align-items:center;justify-content:center;background:#ffffff38;font-size:.82rem;font-weight:700}.loyalty-reward-card__feature-icon{display:grid;place-items:center;width:3.25rem;height:3.25rem;margin:.15rem auto 0;border-radius:999px;background:#ffffff26;border:2px solid rgba(255,255,255,.28)}.loyalty-reward-card__feature-icon-svg{width:1.45rem;height:1.45rem;stroke-width:1.8}.loyalty-reward-card__copy{display:flex;flex-direction:column;gap:.3rem;min-height:3.8rem}.loyalty-reward-card__copy h3{font-size:.76rem;line-height:1.18;font-weight:800}.loyalty-reward-card__copy p{font-size:.66rem;line-height:1.28;color:#ffffffdb;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.loyalty-reward-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.loyalty-reward-card__stamp-pill{display:inline-flex;align-items:center;gap:.45rem;min-height:1.6rem;padding:.24rem .55rem;border-radius:999px;background:#ffffff38;font-weight:700;font-size:.68rem}.loyalty-reward-card__stamp-dot{width:.9rem;height:.9rem;border-radius:999px;background:#fff}.loyalty-reward-card__info-button{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;padding:0;border:0;border-radius:999px;background:#ffffff38;color:#fff}.loyalty-reward-card__info-icon{width:.95rem;height:.95rem;stroke-width:1.8}.loyalty-reward-card__cta{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:2.25rem;margin-top:.55rem;border:1px solid rgba(255,255,255,.26);border-radius:.8rem;background:var(--reward-card-cta-background);color:#fff;font-size:.72rem;font-weight:800}.loyalty-reward-card__cta--activated{border-color:#6ff0cbdb;background:linear-gradient(135deg,#238bfff5,#1cc68ef5);box-shadow:0 14px 28px #08254057,inset 0 1px #ffffff2e;color:#fff;font-weight:900;letter-spacing:.01em}.loyalty-reward-card__cta--activated .loyalty-reward-card__cta-icon{transform:scale(1.08)}.loyalty-reward-card__cta-icon{width:1.1rem;height:1.1rem;stroke-width:1.8}.loyalty-reward-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:max(.75rem,env(safe-area-inset-top)) .75rem max(.75rem,env(safe-area-inset-bottom));background:#0000008c}.loyalty-reward-popup{width:min(100%,26rem);max-height:calc(100vh - max(1.5rem,env(safe-area-inset-top) + env(safe-area-inset-bottom)));display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:2001;border-radius:1.75rem;background:#040608;border:1px solid rgba(104,111,122,.72);box-shadow:0 18px 44px #0000006b}.loyalty-reward-popup__hero{min-height:min(52vh,29rem);padding:0;border:0;border-radius:0;background:#123d7a}.loyalty-reward-popup__hero:before{background-image:linear-gradient(180deg,#ffffff0a,#fff0),var(--reward-popup-theme-image),var(--reward-popup-hero-image);background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;background-size:auto,cover,cover;opacity:1}.loyalty-reward-popup__hero:after{background:linear-gradient(180deg,#0000 18%,#00000038 48%,#000000e6)}.loyalty-reward-popup__hero-top,.loyalty-reward-popup__hero-bottom{position:relative;z-index:1}.loyalty-reward-popup__hero-top{padding:.6rem 1rem 0}.loyalty-reward-popup__drag-handle{width:2.25rem;height:.32rem;margin:0 auto .75rem;border-radius:999px;background:#ffffffc7}.loyalty-reward-popup__hero-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.loyalty-reward-popup__eyebrow{display:inline-flex;align-items:center;min-height:2rem;padding:.4rem .8rem;border-radius:999px;background:#888d949e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.loyalty-reward-popup__close-button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:999px;background:#888d949e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff}.loyalty-reward-popup__close-icon{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.loyalty-reward-popup__hero-bottom{display:flex;align-items:flex-end;min-height:calc(min(52vh,29rem) - 4.5rem);padding:0 1rem 1.25rem}.loyalty-reward-popup__brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem}.loyalty-reward-popup__brand-logo{width:3.25rem;height:3.25rem;border-radius:1rem;object-fit:cover;background:#ffffff24;border:1px solid rgba(255,255,255,.16);box-shadow:0 10px 24px #0000002e}.loyalty-reward-popup__brand-logo--fallback{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:800}.loyalty-reward-popup__title-block{display:flex;flex-direction:column;gap:.35rem}.loyalty-reward-popup__title-block strong{color:#fff;font-size:2rem;line-height:1.05;font-weight:800}.loyalty-reward-popup__title-block h3{color:#ffffffe6;font-size:.95rem;line-height:1.35;font-weight:700}.loyalty-reward-popup__content{display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1rem 1rem 1.25rem;background:#040608}.loyalty-reward-popup__cta{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:3rem;padding:.85rem 1rem;border:0;border-radius:999px;background:linear-gradient(180deg,#2b92ff,#1e78e7);box-shadow:0 8px 24px #1e78e761;color:#fff;font-size:.95rem;font-weight:800}.loyalty-reward-popup__cta:disabled{opacity:.7}.loyalty-reward-popup__badges{display:flex;flex-wrap:wrap;gap:.55rem}.loyalty-reward-popup__badge{display:inline-flex;align-items:center;min-height:1.85rem;padding:.35rem .7rem;border-radius:.7rem;font-size:.82rem;font-weight:700}.loyalty-reward-popup__badge--blue{background:#1e78e72e;color:#3f9fff}.loyalty-reward-popup__badge--dark{background:#ffffff14;color:#b0b6c1}.loyalty-reward-popup__details{display:flex;flex-direction:column;gap:.75rem;color:#d6dbe5}.loyalty-reward-popup__details p{font-size:.98rem;line-height:1.5}.loyalty-reward-popup__terms{border-top:1px solid rgba(255,255,255,.08);padding-top:.75rem}.loyalty-reward-popup__terms summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;list-style:none;color:#fff;font-size:.9rem;font-weight:700}.loyalty-reward-popup__terms summary::-webkit-details-marker{display:none}.loyalty-reward-popup__terms[open] summary span:last-child{transform:rotate(90deg)}.loyalty-reward-popup__terms p{margin-top:.75rem;color:#99a2b3;font-size:.84rem}.settings-screen{display:flex;flex-direction:column;min-height:calc(var(--app-viewport-height) - 1.25rem - (7rem + env(safe-area-inset-bottom)));margin:-1.25rem -1rem 0;background:#080808}.settings-screen__topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:5.5rem;padding:calc(1rem + env(safe-area-inset-top)) 1rem 1rem;background:#272727f5;border-bottom:1px solid rgba(255,255,255,.03)}.settings-screen__topbar h1{font-size:1rem;font-weight:700;color:#fff;text-align:center}.settings-screen__back,.settings-screen__spacer{min-width:4rem}.settings-screen__back{display:inline-flex;align-items:center;gap:.35rem;padding:0;border:0;background:transparent;color:#fff;font-size:.95rem}.settings-screen__back-icon,.settings-screen__chevron,.settings-row__icon-svg{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.settings-screen__back-icon{width:1.45rem;height:1.45rem;stroke-width:2.1}.settings-screen__content{display:flex;flex-direction:column;gap:1.6rem;padding:1.5rem max(1rem,var(--screen-safe-inset)) calc(2rem + env(safe-area-inset-bottom))}.settings-screen__section{display:flex;flex-direction:column;gap:.7rem}.settings-screen__section-label{padding:0 .9rem;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;color:#ffffff7a}.settings-group-card{border-radius:16px;background:#111b2f;border:1px solid rgba(255,255,255,.03);overflow:hidden}.settings-group-card--stacked,.settings-group-card--meta{padding:.2rem 0}.settings-group-card__divider{height:1px;margin-left:4.2rem;background:#ffffff14}.settings-row{display:flex;align-items:center;gap:1rem;width:100%;min-height:4.3rem;padding:0 1rem;border:0;background:transparent;color:#f5f7fb;text-decoration:none}.settings-row:hover{text-decoration:none}.settings-row__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#0d83ff}.settings-row__icon-svg{width:1.8rem;height:1.8rem;stroke-width:1.8}.settings-row__label{flex:1;text-align:left;font-size:.95rem;font-weight:500}.settings-screen__chevron{width:1.4rem;height:1.4rem;color:#ffffff42;stroke-width:2}.settings-row--muted .settings-screen__chevron{opacity:0}.settings-theme-row{display:flex;flex-direction:column;gap:.85rem;padding:1rem}.settings-theme-row__label{font-size:.82rem;color:#ffffffa8}.settings-theme-switcher{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:.35rem;padding:.2rem;border-radius:12px;background:#2d3244}.settings-theme-switcher__option{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;border:0;border-radius:10px;background:transparent;color:#fff}.settings-theme-switcher__option--active{background:#717384}.settings-theme-switcher__option+.settings-theme-switcher__option:before{content:"";position:absolute;left:-.18rem;top:.45rem;bottom:.45rem;width:1px;background:#ffffff1f}.settings-theme-switcher__option--active:before{opacity:0}.settings-theme-switcher__half,.settings-theme-switcher__sun,.settings-theme-switcher__moon{display:inline-block}.settings-theme-switcher__half{width:1.55rem;height:1.55rem;border-radius:999px;background:linear-gradient(90deg,#fff 50%,#ffffff4d 50%)}.settings-theme-switcher__sun{width:1.3rem;height:1.3rem;border-radius:999px;box-shadow:0 -.6rem 0 -.52rem #fff,0 .6rem 0 -.52rem #fff,.6rem 0 0 -.52rem #fff,-.6rem 0 0 -.52rem #fff,.42rem .42rem 0 -.54rem #fff,-.42rem .42rem 0 -.54rem #fff,.42rem -.42rem 0 -.54rem #fff,-.42rem -.42rem 0 -.54rem #fff;background:#fff}.settings-theme-switcher__moon{width:1.4rem;height:1.4rem;border-radius:999px;box-shadow:inset -.42rem 0 #fff;transform:translate(.15rem)}.settings-meta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.6rem;padding:0 1rem;color:#ffffffd1}.settings-meta-row strong{color:#fff}.settings-text-size{display:inline-flex;gap:.45rem}.settings-chip{min-height:2rem;padding:0 .8rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:transparent;color:#ffffffbd}.settings-chip--active{background:#ffffff24;color:#fff}.settings-group-card small{display:block;padding:.8rem 1rem 1rem}.settings-screen__signout{min-height:3.2rem;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#ffffff0a;color:#fff;font-weight:700}.nested-page-screen{min-height:calc(var(--app-viewport-height) - 1.25rem);margin:-1.25rem -1rem 0;background:linear-gradient(180deg,#04070d,#07101c)}.nested-page-screen__content{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:32rem;margin:0 auto;padding:1rem max(1rem,var(--screen-safe-inset)) calc(2rem + env(safe-area-inset-bottom))}.loyalty-rules{padding:0}.nested-page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:5.5rem;padding:calc(1rem + env(safe-area-inset-top)) 1rem 1rem;background:#040404fa;border-bottom:1px solid rgba(255,255,255,.03)}.nested-page-header__back,.nested-page-header__spacer{min-width:4rem}.nested-page-header__back{display:inline-flex;align-items:center;gap:.3rem;padding:0;border:0;background:transparent;color:#0d83ff;font-size:.95rem}.nested-page-header__back-icon,.loyalty-rules__chevron,.loyalty-rules__hero-star,.loyalty-rules__item-icon-svg{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.nested-page-header__back-icon{width:1.45rem;height:1.45rem;stroke-width:2.1}.nested-page-header h1{font-size:1rem;font-weight:700;text-align:center;color:#fff}.settings-detail{gap:1.25rem;max-width:31rem}.settings-detail__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.settings-detail__user-id{display:flex;flex-direction:column;gap:.25rem;min-width:0}.settings-detail__user-id span,.settings-detail__label,.settings-detail__help{color:#ffffff7a}.settings-detail__user-id span,.settings-detail__label{font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}.settings-detail__user-id strong{color:#ffffffb8;font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis}.settings-detail__edit{padding:0;border:0;background:transparent;color:#0d83ff;font-size:1rem;font-weight:500}.settings-detail__section{display:flex;flex-direction:column;gap:.65rem}.settings-detail__card,.feedback-screen__card,.about-screen,.legal-screen{border-radius:18px;background:#1d2027f5;border:1px solid rgba(255,255,255,.05);box-shadow:0 18px 36px #0000002e}.settings-detail__card{overflow:hidden}.settings-detail__link-row,.settings-detail__danger-row,.settings-detail__toggle-row,.settings-detail__input-row,.settings-detail__callout-row{display:flex;align-items:center;gap:.9rem;width:100%;min-height:4rem;padding:0 1rem}.settings-detail__link-row,.settings-detail__danger-row{border:0;text-decoration:none;text-align:left}.settings-detail__link-row{background:#121e38eb;color:#f5f7fb}.settings-detail__link-row--compact,.settings-detail__card .settings-detail__toggle-row,.settings-detail__card .settings-detail__input-row,.settings-detail__card .settings-detail__callout-row{min-height:3.6rem;background:transparent}.settings-detail__danger-row{border-radius:14px;background:#161c2af5;color:#ff5647}.settings-detail__row-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#0d83ff;flex:0 0 auto}.settings-detail__danger-row .settings-detail__row-icon-wrap{color:inherit}.settings-detail__row-icon,.settings-detail__chevron{width:1.65rem;height:1.65rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.settings-detail__chevron{width:1.2rem;height:1.2rem;color:#ffffff47;margin-left:auto}.settings-detail__meta{margin-left:auto;color:#ffffff7a;font-size:.78rem}.settings-detail__divider{height:1px;margin-left:4rem;background:#ffffff14}.settings-detail__info-row,.settings-detail__stack-row{position:relative}.settings-detail__info-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;align-items:center;min-height:4rem;padding:0 1rem}.settings-detail__info-row>span{color:#f2f5fb;font-size:.95rem}.settings-detail__info-row>strong{color:#ffffff9e;font-weight:400;text-align:right}.settings-detail__toggle-row span,.settings-detail__input-row span,.settings-detail__callout-row span{color:#f2f5fb;font-size:.95rem}.settings-detail__toggle-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:3.2rem;height:1.95rem;border-radius:999px;background:#ffffff29;transition:background .18s ease;flex:0 0 auto}.settings-detail__toggle-row input[type=checkbox]:after{content:"";position:absolute;top:.18rem;left:.18rem;width:1.6rem;height:1.6rem;border-radius:999px;background:#fff;transition:transform .18s ease}.settings-detail__toggle-row input[type=checkbox]:checked{background:#1885ff}.settings-detail__toggle-row input[type=checkbox]:checked:after{transform:translate(1.24rem)}.settings-detail__input,.settings-detail__time-input,.feedback-screen textarea{width:100%;border:0;border-radius:.9rem;background:#ffffff0d;color:#fff}.settings-detail__input{max-width:10rem;min-height:2.5rem;padding:0 .85rem;justify-self:end;text-align:right}.settings-detail__time-input{width:auto;min-height:2.5rem;padding:0 .8rem;margin-left:auto}.settings-detail__help,.settings-detail__error,.settings-detail__success{padding:0 .15rem;font-size:.9rem;line-height:1.4}.settings-detail__error{color:#ff8b80}.settings-detail__success{color:#73d492}.settings-detail__empty-row{min-height:3.6rem;padding:0 1rem;display:flex;align-items:center;color:#ffffff7a}.settings-detail__save{width:100%}.settings-detail__danger-link,.settings-detail__primary-link{min-height:3.2rem;padding:0 1rem;border:0;background:transparent;text-align:left;font-size:1rem}.settings-detail__danger-link{color:#ff4e44}.settings-detail__primary-link{color:#0d83ff}.feedback-screen__card,.about-screen,.legal-screen{display:flex;flex-direction:column;gap:1.25rem;padding:1.35rem}.feedback-screen__card h1{font-size:1.9rem;line-height:1.05;color:#fff}.feedback-screen__card p,.about-screen p,.legal-screen p{color:#ffffffc7;line-height:1.4}.feedback-screen__group{display:flex;flex-direction:column;gap:.8rem}.feedback-screen__group h2,.legal-screen h2{font-size:1rem;color:#fff}.feedback-screen__stars{display:flex;gap:.35rem}.feedback-screen__star-button{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:0;background:transparent}.feedback-screen__star{width:2rem;height:2rem;stroke:#3a465d;fill:none;stroke-width:1.8}.feedback-screen__star--filled{fill:#f7c548;stroke:#f7c548}.feedback-screen textarea{min-height:9.5rem;padding:1rem;resize:vertical}.feedback-screen__remaining,.about-screen a,.legal-screen h3{color:#ffffff9e}.feedback-screen__submit{width:100%}.feedback-screen__footer{text-align:center;font-size:.9rem}.about-screen hr{border:0;border-top:1px solid rgba(255,255,255,.08)}.about-screen__logo{display:block;width:min(12rem,60%);height:auto;margin:.5rem auto 0;opacity:.92}.legal-screen{gap:1.5rem}.legal-screen section{display:flex;flex-direction:column;gap:1rem}.legal-screen__block{display:flex;flex-direction:column;gap:.35rem}.legal-screen h3{font-size:.98rem;color:#f5f7fb}.loyalty-rules__content{gap:1.1rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom))}.loyalty-rules__hero{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.9rem 1rem 2rem;text-align:center;background:linear-gradient(180deg,#0021408c,#0000)}.loyalty-rules__hero-badge{display:grid;place-items:center;width:5rem;height:5rem;border-radius:999px;background:#ff620029;color:#f06b1a}.loyalty-rules__hero-star{width:2.5rem;height:2.5rem;fill:currentColor;stroke:none}.loyalty-rules__hero h2{font-size:1.25rem;line-height:1.2;color:#fff}.loyalty-rules__hero p{max-width:18rem;color:#ffffffb8;line-height:1.35}.loyalty-rules__accordion-stack{display:flex;flex-direction:column;gap:1rem}.loyalty-rules__accordion{border-radius:16px;background:#212121f5;border:1px solid rgba(255,255,255,.04)}.loyalty-rules__accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3.5rem;padding:0 1rem;border:0;background:transparent;color:#0d83ff;font-size:1rem;font-weight:700}.add-brand-screen__content{max-width:34rem;padding-top:.75rem}.add-brand-screen__sheet{display:flex;flex-direction:column;gap:1rem;padding:.85rem .9rem 1rem;border-radius:1.9rem;background:linear-gradient(180deg,#101827f5,#090e18fa);border:1px solid rgba(255,255,255,.05);box-shadow:0 24px 48px #00000047}.add-brand-screen__handle{width:3rem;height:.3rem;margin:0 auto;border-radius:999px;background:#ffffff52}.add-brand-screen__topbar{display:grid;grid-template-columns:2.25rem 1fr 2.25rem;align-items:center}.add-brand-screen__topbar h2{font-size:1.1rem;font-weight:700;text-align:center;color:#f7f8fb}.add-brand-screen__topbar-spacer,.add-brand-screen__close{width:2.25rem;height:2.25rem}.add-brand-screen__close{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#0d83ff}.add-brand-screen__close-icon,.add-brand-screen__search-icon,.add-brand-screen__status-icon{width:1.2rem;height:1.2rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.add-brand-screen__search{position:relative;display:flex;align-items:center}.add-brand-screen__search input{width:100%;min-height:3rem;padding:0 1rem 0 2.75rem;border:0;border-radius:.85rem;background:#444a5c94;color:#fff}.add-brand-screen__search input::placeholder{color:#ffffff8a}.add-brand-screen__search-icon{position:absolute;left:.9rem;color:#ffffff80}.add-brand-screen__hero-card{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:1.4rem;background:#383b44b3}.add-brand-screen__hero-copy h3{font-size:1.05rem;line-height:1.2;font-weight:700;color:#f7f8fb}.add-brand-screen__hero-copy p{margin-top:.35rem;color:#adb3c3;line-height:1.4}.add-brand-screen__segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;padding:.25rem;border-radius:.85rem;background:#3a3d4ac7}.add-brand-screen__segment-option{min-height:2.25rem;border:0;border-radius:.7rem;background:transparent;color:#ffffffb8;font-weight:600}.add-brand-screen__segment-option--active{background:#a4a8b494;color:#fff}.add-brand-screen__notice{padding:.8rem .95rem;border-radius:.9rem;background:#0d83ff24;color:#8ec1ff;font-size:.95rem}.add-brand-screen__section-header{display:flex;justify-content:space-between;gap:1rem;padding:0 .25rem;color:#ffffff85;font-size:.84rem;text-transform:uppercase;letter-spacing:.03em}.add-brand-screen__list{border-radius:1rem;background:#323234f5;overflow:hidden}.add-brand-screen__row{display:grid;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.95rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.add-brand-screen__row:last-child{border-bottom:0}.add-brand-screen__logo-shell{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:#ffffff1a;overflow:hidden}.add-brand-screen__logo-image{width:100%;height:100%;object-fit:cover}.add-brand-screen__logo-fallback{color:#f7f8fb;font-weight:700}.add-brand-screen__row-copy{min-width:0}.add-brand-screen__row-copy h3{font-size:.98rem;font-weight:600;color:#f7f8fb}.add-brand-screen__row-copy p{margin-top:.12rem;color:#9ca3b3;font-size:.88rem}.add-brand-screen__add-button{min-width:3.9rem;min-height:2.3rem;padding:0 .9rem;border:0;border-radius:.85rem;background:#0b73d7;color:#fff;font-weight:600}.add-brand-screen__status{display:inline-flex;align-items:center;gap:.35rem;color:#35d05d;font-weight:600}.add-brand-screen__status-icon{width:1rem;height:1rem}.add-brand-screen__request-form{display:flex;flex-direction:column;gap:.95rem;padding:.25rem 0}.add-brand-screen__field{display:flex;flex-direction:column;gap:.45rem}.add-brand-screen__field span{color:#ffffffb8;font-size:.92rem;font-weight:600}.add-brand-screen__field input,.add-brand-screen__field textarea{width:100%;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:.95rem;background:#2c2f3ae0;color:#fff}.add-brand-screen__field textarea{resize:vertical}.add-brand-screen__submit{min-height:3rem;margin-top:.25rem}.loyalty-rules__chevron{width:1.2rem;height:1.2rem;stroke-width:2;transition:transform .16s ease}.loyalty-rules__chevron--expanded{transform:rotate(180deg)}.loyalty-rules__accordion-body{display:flex;flex-direction:column;padding:0 1rem 1rem}.loyalty-rules__rule-item{display:grid;grid-template-columns:auto 1fr;gap:.85rem;padding:.35rem 0}.loyalty-rules__item-icon{width:1.6rem;height:1.6rem}.loyalty-rules__item-icon--success{color:#30d158}.loyalty-rules__item-icon--info{color:#0d83ff}.loyalty-rules__item-icon--warning{color:#ff7a1a}.loyalty-rules__item-icon--danger{color:#f05a1a}.loyalty-rules__item-icon-svg{width:1.6rem;height:1.6rem;stroke-width:1.8}.loyalty-rules__item-copy h3{margin-bottom:.2rem;font-size:.95rem;color:#fff}.loyalty-rules__item-copy p{color:#ffffffa3;line-height:1.45;font-size:.88rem}.loyalty-rules__item-divider{grid-column:2;height:1px;margin-top:.85rem;background:#ffffff14}.home-pass-screen,.home-pass-hero{--home-pass-qr-card-size: 352px;--home-pass-qr-code-size: 304px}.home-pass-screen{color:#f7f2ff;z-index:1}.home-pass-screen>*{position:relative;z-index:1}.home-pass-hero__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:0 0 .25rem}.home-pass-hero__branding{min-width:0}.home-pass-hero__logo{display:block;width:auto;max-width:180px;max-height:32px;filter:brightness(0) invert(1)}.home-pass-hero__greeting{display:flex;flex-direction:column;gap:.35rem;text-align:center;align-items:center}.home-pass-hero__scan-toast{display:grid;gap:.25rem;max-width:22rem;padding:.85rem 1rem;border:1px solid rgba(114,225,201,.26);border-radius:1rem;background:linear-gradient(180deg,#132e47eb,#0a1727f0);box-shadow:0 18px 40px #040a164d;text-align:center}.home-pass-hero__scan-toast strong{color:#ecfffd;font-size:1rem;font-weight:700}.home-pass-hero__scan-toast span{color:#ecfffdd6;font-size:.95rem}.home-pass-hero__date{color:#f7f2ffad}.home-pass-hero__qr-shell{display:grid;place-items:center;width:100%;min-height:calc(var(--home-pass-qr-code-size) + 32px + 1rem)}.home-pass-hero__qr-card{width:min(calc(var(--home-pass-qr-code-size) + 32px),calc(100vw - 48px));height:min(calc(var(--home-pass-qr-code-size) + 32px),calc(100vw - 48px));display:grid;place-items:center;padding:16px;border-radius:24px;background:#fff;box-shadow:0 24px 48px #03081252}.home-pass-hero__qr-panel{width:100%;height:100%;display:grid;place-items:center;border-radius:16px;background:transparent}.home-pass-hero__qr-markup{width:min(var(--home-pass-qr-code-size),calc(100vw - 100px));height:min(var(--home-pass-qr-code-size),calc(100vw - 100px))}.home-pass-hero__qr-markup svg{display:block;width:min(var(--home-pass-qr-code-size),calc(100vw - 100px));height:min(var(--home-pass-qr-code-size),calc(100vw - 100px))}.home-pass-hero__countdown,.home-pass-hero__meta-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:4.8rem;padding:.7rem .9rem;border-radius:18px;background:#090e17a3;border:1px solid rgba(255,255,255,.08)}.home-pass-hero__meta-card{min-width:0}.home-pass-hero__meta-card strong{font-size:1rem}.home-pass-hero__meta-card span,.home-pass-hero__meta-label{font-size:.8rem;color:#dce6efbd}.home-pass-hero__refresh-button{min-width:8.75rem}.home-pass-hero__countdown--minimal{min-height:auto;padding:0;border:0;background:transparent}.home-pass-hero__activation-banner{display:flex;align-items:center;gap:.75rem;width:100%;max-width:22rem;padding:.75rem .9rem;border-radius:20px;background:var(--activation-banner-image, linear-gradient(135deg, rgba(92,163,255,.96), rgba(31,77,163,.9)));border:1px solid color-mix(in srgb,var(--activation-banner-accent, #9bd3ff) 38%,transparent);box-shadow:inset 0 1px #ffffff3d,inset 0 -1px #070c1447,0 18px 36px #0206173d;text-align:left;overflow:hidden;position:relative}.home-pass-hero__activation-label{color:color-mix(in srgb,var(--activation-banner-accent, #b5fff2) 88%,white);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-pass-hero__activation-thumb{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.75rem;height:2.75rem;border-radius:14px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff29}.home-pass-hero__activation-thumb-image{width:2rem;height:2rem;object-fit:cover;border-radius:999px}.home-pass-hero__activation-thumb-fallback{color:#fff;font-size:1rem;font-weight:800}.home-pass-hero__activation-copy{display:flex;flex-direction:column;gap:.22rem;min-width:0}.home-pass-hero__activation-banner strong{font-size:1rem;line-height:1.1;color:#fff;text-wrap:pretty}.home-pass-hero__activation-banner p{color:#f3f7fcd1;line-height:1.3;margin:0}.brands-screen{gap:1rem;padding:.7rem max(.75rem,var(--screen-safe-inset)) 1.5rem}.brands-screen__active-filters{display:flex;gap:.5rem;flex-wrap:wrap;padding:0 .1rem}.brands-screen__active-pill{display:inline-flex;align-items:center;min-height:1.9rem;padding:0 .8rem;border-radius:999px;background:#0d83ff1f;border:1px solid rgba(13,131,255,.24);color:#72b5ff;font-size:.8rem;font-weight:600}.brands-header-card__toolbar{display:contents}.brands-header-card__action{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:999px;background:#0d14238c;color:#0d83ff}.brands-header-card__action--primary{background:#113f7a9e}.brands-header__icon-svg{width:1.35rem;height:1.35rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.brands-screen__list{display:flex;flex-direction:column;gap:1rem;padding:0 .1rem .75rem}.brands-filter-sheet__scrim{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#00000057;z-index:30}.brands-filter-sheet{width:min(100%,32rem);max-height:min(78vh,42rem);overflow:auto;border-radius:22px 22px 0 0;background:#202022;color:#f7f8fb;box-shadow:0 -10px 30px #00000047}.brands-filter-sheet__handle{width:3rem;height:.32rem;margin:.55rem auto 0;border-radius:999px;background:#ffffff38}.brands-filter-sheet__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:3.5rem;padding:0 1rem}.brands-filter-sheet__header h2{font-size:1rem;font-weight:700;text-align:center}.brands-filter-sheet__header-action{justify-self:start;padding:0;border:0;background:transparent;color:#0d83ff;font-size:.95rem}.brands-filter-sheet__header-action:last-child{justify-self:end;font-weight:600}.brands-filter-sheet__section{display:flex;flex-direction:column;gap:.6rem;padding:1rem}.brands-filter-sheet__label{padding-left:.1rem;color:#ffffff7a;font-size:.78rem;text-transform:uppercase}.brands-filter-sheet__card{overflow:hidden;border-radius:12px;background:#323235}.brands-filter-sheet__row{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3.4rem;padding:0 1rem;border:0;background:transparent;color:#f5f7fb;font-size:.95rem;text-align:left}.brands-filter-sheet__divider{position:absolute;right:0;bottom:0;left:1rem;height:1px;background:#ffffff0d}.brands-filter-sheet__check{width:1.15rem;height:1.15rem;stroke:#0d83ff;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.brand-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;border-radius:28px;background:#2a3039e6;border:1px solid rgba(14,121,255,.22);box-shadow:0 18px 28px #0207102e}.brand-row__logo-shell{width:76px;height:76px;display:grid;place-items:center;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.brand-row__logo-frame{width:68px;height:68px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#ffffff14}.brand-row__logo-image{width:60px;height:60px;display:block;object-fit:cover;border-radius:999px}.brand-row__logo-fallback{width:60px;height:60px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#50106dcc,#143f92d9);color:#fff;font-size:1.15rem;font-weight:700}.brand-row__content{min-width:0;display:flex;flex-direction:column;gap:.45rem}.brand-row__title-row{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.brand-row__title{font-size:1.1rem;line-height:1.2}.brand-row__industry,.brand-row__meta,.brand-row__meta-item{display:flex;align-items:center}.brand-row__industry{gap:.4rem;color:#2285ff;font-size:.98rem;font-weight:500}.brand-row__meta{gap:1rem;flex-wrap:wrap;color:var(--text-muted);font-size:.95rem}.brand-row__meta-item{gap:.35rem}.brand-row__meta-item--accent{color:#2285ff}.brand-row__inline-icon{width:1rem;height:1rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;flex:0 0 auto}.brand-row__meta-dot{width:.5rem;height:.5rem;fill:currentColor;opacity:.9;flex:0 0 auto}.brand-row__actions{display:flex;justify-content:flex-end}.brand-row__button{min-width:5.5rem;padding:.75rem 1rem}.brand-row--interactive{cursor:pointer}.brand-profile{background:linear-gradient(180deg,#0a0d13,#05070d)}.brand-profile__hero{position:relative;min-height:22rem;overflow:hidden}.brand-profile__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(255,255,255,.16),transparent 36%),linear-gradient(180deg,#8f6b69,#4a2e2a 55%,#121318);background-size:cover;background-position:center;transform:scale(1.1);filter:blur(24px)}.brand-profile__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff8c,#16121461 38%,#090b11eb)}.brand-profile__hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.4rem 1.25rem 2rem}.brand-profile__logo-shell{display:grid;place-items:center;width:6.6rem;height:6.6rem;border-radius:999px;overflow:hidden;background:#ffffffd6;border:3px solid rgba(255,255,255,.78);box-shadow:0 16px 34px #00000038}.brand-profile__logo-image{width:100%;height:100%;object-fit:cover}.brand-profile__logo-fallback{color:#1c2330;font-size:1.4rem;font-weight:800}.brand-profile__hero h2{font-size:2rem;line-height:1.12;font-weight:800;text-align:center;color:#fff}.brand-profile__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}.brand-profile__action{display:inline-flex;flex-direction:column;align-items:center;gap:.45rem;min-width:3.8rem;padding:0;border:0;background:transparent;color:#ffffffb8;font-size:.78rem;text-decoration:none}.brand-profile__action-circle{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.brand-profile__action-icon,.brand-profile__menu-icon,.brand-profile__inline-icon{width:1.25rem;height:1.25rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.brand-profile__content{gap:1.1rem;margin-top:-1.4rem;position:relative;z-index:2}.brand-profile__menu-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.1rem 1rem;border-radius:1.2rem;background:linear-gradient(135deg,#0b7fff,#1178ec);color:#fff;text-decoration:none;box-shadow:0 16px 26px #07499252}.brand-profile__menu-icon-shell{display:grid;place-items:center;width:3rem;height:3rem;border-radius:999px;background:#ffffff29}.brand-profile__menu-copy{display:flex;flex-direction:column;gap:.18rem}.brand-profile__menu-copy strong{font-size:1rem}.brand-profile__menu-copy span{font-size:.92rem;color:#ffffffdb}.brand-profile__menu-arrow{font-size:1.8rem;line-height:1;color:#ffffffe6}.brand-profile__card{padding:1rem;border-radius:1.35rem;background:#121d30f0;border:1px solid rgba(113,147,203,.16);box-shadow:0 18px 34px #0000002e}.brand-profile__card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.brand-profile__card-header h3{font-size:1.15rem;color:#f7f8fb}.brand-profile__card-header--inline{margin-bottom:1rem}.brand-profile__stamp-heading{display:flex;align-items:center;gap:.45rem}.brand-profile__info-link,.brand-profile__hours-button,.brand-profile__hours-close{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#0d83ff}.brand-profile__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.brand-profile__stat{display:flex;flex-direction:column;gap:.3rem;min-height:5rem;padding:.85rem;border-radius:1rem;background:#ffffff0d}.brand-profile__stat span,.brand-profile__detail-row span{color:#97a4bf;font-size:.78rem}.brand-profile__stat strong,.brand-profile__detail-row strong{color:#fff;font-size:.95rem;line-height:1.35}.brand-profile__body-copy{color:#d3d8e4;line-height:1.6}.brand-profile__stamp-card{background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 34%),linear-gradient(135deg,#3c3e47f0,#151923fa);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d,0 18px 34px #00000038}.brand-profile__stamp-heading h3{font-size:1.05rem;color:#fff}.brand-profile__info-link{color:#0d83ff}.brand-profile__info-link .brand-profile__inline-icon{width:1.05rem;height:1.05rem}.brand-profile__stamp-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.95rem .75rem;padding:.9rem 1rem .2rem;border-radius:1.35rem;background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 30%),linear-gradient(135deg,#5c5c662e,#1217222e)}.brand-profile__stamp{display:grid;place-items:center;width:3.1rem;height:3.1rem;margin:0 auto;border-radius:999px;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.08),transparent 42%),#ffffff0f;color:#ffffff42;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0a}.brand-profile__stamp span{font-size:.92rem;font-weight:500}.brand-profile__stamp--filled{background:radial-gradient(circle at 30% 26%,rgba(255,255,255,.16),transparent 40%),linear-gradient(135deg,#3d93ff,#1b7af0);color:#fff;border-color:#57a2ffb8;box-shadow:inset 0 1px #ffffff2e,0 12px 22px #0d83ff47}.brand-profile__stamp--milestone{border-color:#3785eed1;color:#add9fff5}.brand-profile__progress-history{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.brand-profile__history-card{display:flex;flex-direction:column;gap:.3rem;min-height:4.9rem;padding:.85rem;border-radius:1rem;background:#ffffff0a}.brand-profile__history-card span{color:#97a4bf;font-size:.78rem}.brand-profile__history-card strong{color:#fff;font-size:.94rem}.brand-profile__secondary-cta,.brand-profile__modal-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:3rem;margin-top:1rem;border:0;border-radius:1rem;background:#ffffff14;color:#f7f8fb;font-weight:700;text-decoration:none}.brand-profile__rewards-section{display:flex;flex-direction:column;gap:.9rem}.brand-profile__section-title-row h3{font-size:1.3rem;color:#f7f8fb}.brand-profile__rewards-empty{color:#aeb8c8;line-height:1.4;font-size:.95rem}.brand-profile__reward-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(11rem,12.5rem);gap:.9rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none;-ms-overflow-style:none}.brand-profile__reward-strip::-webkit-scrollbar{display:none}.brand-profile__reward-card{display:flex;flex-direction:column;gap:1.1rem;min-height:12.2rem;padding:1rem;border-radius:1.8rem;background:radial-gradient(circle at top left,rgba(255,255,255,.1),transparent 32%),linear-gradient(180deg,#324e6cfa,#1c283afa);box-shadow:inset 0 1px #ffffff0d}.brand-profile__reward-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.brand-profile__reward-icon-shell{display:grid;place-items:center;width:3rem;height:3rem;border-radius:.95rem;background:#ffffff0f;color:#0d83ff}.brand-profile__reward-icon{width:1.75rem;height:1.75rem;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.brand-profile__reward-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.05rem;height:2.05rem;padding:0 .6rem;border-radius:999px;background:linear-gradient(135deg,#2f7ef5,#0d83ff);color:#fff;font-size:.8rem;font-weight:700;line-height:1;box-shadow:0 10px 20px #0d83ff38}.brand-profile__reward-copy{display:flex;flex-direction:column;gap:.45rem;margin-top:auto}.brand-profile__reward-copy strong{font-size:.98rem;line-height:1.22;color:#fff}.brand-profile__reward-copy p{color:#aeb8c8;line-height:1.35;font-size:.84rem}.brand-profile__tag-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.95rem}.brand-profile__tag{padding:.45rem .7rem;border-radius:999px;background:#ffffff14;color:#dfe5f2;font-size:.82rem}.brand-profile__details,.brand-profile__hours{display:flex;flex-direction:column;gap:.8rem}.brand-profile__detail-row{display:flex;flex-direction:column;gap:.2rem}.brand-profile__hours-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:1.5rem;background:#00000075}.brand-profile__hours-modal{width:min(100%,28rem);padding:1rem;border-radius:1.4rem;background:#191f2af5;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 44px #0000005c}.brand-profile__hours-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.brand-profile__hours-label{display:block;margin-bottom:.2rem;color:#97a4bf;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.brand-profile__hours-modal-header h3{color:#fff;font-size:1.2rem}.brand-profile__hours-list{display:flex;flex-direction:column;gap:.55rem}.brand-profile__hours-row{padding:.85rem .9rem;border-radius:.9rem;background:#ffffff0d;color:#dde4f0}.countdown-ring{--countdown-progress: 360deg;display:grid;place-items:center;width:72px;height:72px;border-radius:999px;background:radial-gradient(circle at center,rgba(19,41,111,.92) 56%,transparent 57%),conic-gradient(#ff5d4a var(--countdown-progress),rgba(255,255,255,.16) 0deg);font-size:20px;font-weight:500}.countdown-ring span{transform:translateY(.5px)}.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.inline-links,.row-between,.link-grid,.metric-grid{display:flex;gap:.75rem}.inline-links,.row-between{justify-content:space-between;align-items:center;flex-wrap:wrap}.link-grid{flex-wrap:wrap}.link-grid a{padding:.85rem 1rem;background:#ffffff0a;border:1px solid var(--line);border-radius:14px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.metric-card{padding:1rem;border-radius:16px;background:#ffffff0a;border:1px solid var(--line);display:flex;flex-direction:column;gap:.35rem}.metric-card strong{font-size:1.4rem}.list{margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.65rem}.empty-state{padding:1rem;border:1px dashed var(--line);border-radius:16px}@media (max-width: 720px){.tab-bar{--tab-bar-side-inset: 1rem}.auth-shell{padding:0 .5rem}.auth-panel{padding:16px 18px 20px}.public-shell__panel,.card{padding:1rem}.app-header,.screen-frame__header{flex-direction:column;align-items:stretch}.tab-bar{grid-template-columns:repeat(5,minmax(0,1fr))}.home-pass-screen{height:calc(var(--app-viewport-height) - 1rem - var(--home-pass-tab-bar-clearance));min-height:calc(var(--app-viewport-height) - 1rem - var(--home-pass-tab-bar-clearance));margin:calc(-1.25rem - env(safe-area-inset-top) + var(--screen-safe-inset)) calc(-1rem + var(--screen-safe-inset)) 0}.home-pass-hero{height:calc(var(--app-viewport-height) - 1rem - var(--home-pass-tab-bar-clearance));min-height:calc(var(--app-viewport-height) - 1rem - var(--home-pass-tab-bar-clearance));padding:calc(1rem + env(safe-area-inset-top)) 1rem 2.25rem;border-radius:0 0 1.5rem 1.5rem}.feature-surface{padding:.25rem;border-radius:22px}.loyalty-screen,.profile-screen,.brands-screen{gap:.7rem;padding:.45rem .55rem 1.2rem}.settings-screen{margin:-1.25rem -1rem 0}.settings-screen__content{gap:1.3rem;padding-top:1.2rem}.settings-row{min-height:4rem}.loyalty-screen__reward-grid{gap:.9rem .75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.loyalty-screen__toolbar--wide{flex-wrap:wrap}.loyalty-screen__search-field{width:100%}.loyalty-reward-card{min-height:13.25rem;padding:.68rem}.loyalty-reward-card__copy{min-height:3.8rem}.brand-row{grid-template-columns:auto minmax(0,1fr);gap:.9rem}.floating-header-card{min-height:11.25rem}.brand-row__actions{grid-column:1 / -1;justify-content:flex-start}.brand-row__button{width:100%}.brand-profile__stats,.brand-profile__progress-history{grid-template-columns:1fr}.brand-profile__stamp-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;padding:.85rem}.brand-profile__hero h2{font-size:1.7rem}.home-pass-hero__scan-meta{grid-template-columns:1fr}.home-pass-hero__refresh-button,.home-pass-hero__countdown,.home-pass-hero__meta-card,.home-pass-hero__activation-banner{width:100%}}
