:root{--color-ink:#0a0a0a;--color-ink-soft:#3f3f46;--color-muted:#71717a;--color-line-strong:#d4d4d8;--color-line:#e4e4e7;--color-surface-muted:#f4f4f5;--color-surface-subtle:#fafafa;--color-surface:#fff;color:var(--color-ink);background:var(--color-surface);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,Segoe UI Variable,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}body,button,input,textarea{font-family:inherit}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--color-ink);outline-offset:3px}.marketing-cta :is(a,button):focus-visible,.marketing-footer :is(a,button):focus-visible{outline-color:var(--color-surface)}button,input,textarea{font:inherit}.shell{place-items:center;width:min(100% - 2rem,760px);min-height:100vh;margin:auto;padding:3rem 0;display:grid}.card{border:1px solid var(--color-line);background:var(--color-surface);border-radius:16px;width:100%;padding:clamp(1.5rem,5vw,3rem)}.enrollment-card{overflow:hidden}.shell.has-ios-safari-alert{padding-bottom:calc(12rem + env(safe-area-inset-bottom))}.ios-safari-alert{z-index:100;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));border:1px solid var(--color-ink);background:var(--color-surface);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;width:min(100% - 2rem,680px);margin:0 auto;padding:1rem;display:flex;position:fixed;left:1rem;box-shadow:0 12px 32px #00000029}.ios-safari-alert strong{margin-bottom:.25rem;display:block}.ios-safari-alert p{color:var(--color-ink-soft);margin:0;font-size:.9rem;line-height:1.45}.ios-safari-alert-close{color:var(--color-ink);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.enrollment-brand{min-height:150px;margin:calc(-1*clamp(1.5rem,5vw,3rem)) calc(-1*clamp(1.5rem,5vw,3rem)) 2rem;position:relative;overflow:hidden}.enrollment-brand-strip{object-fit:cover;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.enrollment-brand-content{z-index:1;align-content:space-between;min-height:150px;padding:1.5rem;display:grid;position:relative}.enrollment-brand-logo{object-fit:contain;object-position:left center;width:min(180px,60%);height:58px}.brand-logo-text{font-size:1.25rem;font-weight:800}.enrollment-brand-content small{letter-spacing:.08em;text-transform:uppercase;font-weight:800}.hero h1,.card h1{letter-spacing:-.05em;margin:.6rem 0 1rem;font-size:clamp(2rem,7vw,4rem);line-height:1}.hero p,.lede,.small{color:var(--color-muted);line-height:1.6}.eyebrow{color:var(--color-ink-soft);letter-spacing:.12em;text-transform:uppercase;font-family:SFMono-Regular,Consolas,monospace;font-size:.78rem;font-weight:650}.actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.button{border:1px solid var(--color-ink);background:var(--color-ink);min-height:46px;color:var(--color-surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-weight:650;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{background:#27272a;border-color:#27272a}.button.secondary{border:1px solid var(--color-line-strong);background:var(--color-surface);color:var(--color-ink)}.button.secondary:hover{border-color:var(--color-ink);background:var(--color-surface-subtle)}.button.danger{border:1px dashed var(--color-ink-soft);background:var(--color-surface);color:var(--color-ink)}.button:disabled{opacity:.55}.google-login-button{color:#1f1f1f;background:#fff;border-color:#dadce0;width:100%}.google-login-button:hover{background:#f8f9fa;border-color:#aeb4bb}.google-login-button svg{flex:none;width:20px;height:20px}.stack{gap:1rem;display:grid}.field{gap:.45rem;font-weight:700;display:grid}.field input,.field textarea,.field select{border:1px solid var(--color-line-strong);background:var(--color-surface);color:var(--color-ink);border-radius:8px;padding:.8rem .9rem}.field input[type=color]{cursor:pointer;width:100%;height:48px;padding:.3rem}.optional{color:var(--color-muted);font-size:.76rem;font-weight:500}.field textarea{resize:vertical}.checkbox-field{color:var(--color-ink-soft);grid-template-columns:auto 1fr;align-items:start;gap:.7rem;font-size:.92rem;line-height:1.45;display:grid}.checkbox-field input{width:1.1rem;height:1.1rem;margin-top:.15rem}.mode-options{border:0;gap:.7rem;margin:0;padding:0;display:grid}.mode-options legend{margin-bottom:.5rem;font-weight:700}.mode-options label{border:1px solid var(--color-line);cursor:pointer;border-radius:8px;grid-template-columns:auto 1fr;gap:.75rem;padding:.85rem;display:grid}.mode-options input{margin-top:.2rem}.mode-options span,.mode-options small{gap:.25rem;display:grid}.mode-options small{color:var(--color-muted);font-weight:400}.notice,.error{border-radius:8px;padding:.85rem 1rem}.notice{border:1px solid var(--color-line-strong);background:var(--color-surface-muted);color:var(--color-ink-soft)}.error{border:1px dashed var(--color-ink);background:var(--color-surface);color:var(--color-ink)}.meter{gap:.35rem;margin:1.25rem 0;display:grid}.stamp{aspect-ratio:1;border:2px solid var(--color-line-strong);color:var(--color-muted);border-radius:50%;place-items:center;font-size:clamp(.75rem,3vw,1.15rem);font-weight:800;display:grid}.stamp.active{border-color:var(--color-ink);background:var(--color-ink);color:var(--color-surface)}.code-card,.reward-card{border:1px solid var(--color-line-strong);background:var(--color-surface-subtle);border-radius:12px;gap:.65rem;padding:1.2rem;display:grid}.code-card span,.reward-card span,.reward-card small{color:var(--color-muted)}.code-card strong,.reward-card strong{letter-spacing:.06em;font-size:clamp(1.4rem,5vw,2rem);display:block}.reward-card{grid-template-columns:auto minmax(0,1fr);align-items:center}.reward-card img{border-radius:10px;width:150px;max-width:100%}.small{font-size:.88rem}.dashboard-shell{width:min(100% - 2rem,1180px);min-height:100vh;margin:auto;padding:2rem 0 4rem}.dashboard-stack{gap:1.25rem;display:grid}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.dashboard-header h1,.compact-card h2{letter-spacing:-.035em;margin:.4rem 0 0}.dashboard-header h1{font-size:clamp(2rem,5vw,3.4rem)}.stats{grid-template-columns:repeat(5,1fr);gap:.8rem;display:grid}.stat-card{border:1px solid var(--color-line);background:var(--color-surface-subtle);border-radius:12px;gap:.25rem;padding:1.2rem;display:grid}.stat-card strong{letter-spacing:-.04em;font-size:2rem}.stat-card span,.campaign-list small,.empty-state,.counter{color:var(--color-muted)}.dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.card-catalog{padding:clamp(1.25rem,3vw,2rem)}.program-list{border:1px solid var(--color-line);border-radius:12px;display:grid;overflow:hidden}.program-list-item{border-bottom:1px solid var(--color-line);background:var(--color-surface);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.program-list-item:last-child{border-bottom:0}.program-list-item.selected{background:var(--color-surface-muted);box-shadow:inset 3px 0 0 var(--color-ink)}.program-select-button{min-width:0;color:var(--color-ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid}.program-select-button:hover{background:#00000008}.program-color{border:1px solid var(--color-line-strong);border-radius:7px;width:54px;height:36px;display:block}.program-list-copy{gap:.25rem;min-width:0;display:grid}.program-list-copy strong,.program-list-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.program-list-copy small{color:var(--color-muted)}.program-list-actions{gap:.5rem;padding:.75rem 1rem .75rem 0;display:flex}.program-list-actions .button{min-height:38px;padding:.5rem .75rem}.selected-card-detail h3{margin:.35rem 0 0}.card-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.selected-card-content{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:center;gap:1.5rem;display:grid}.card-editor-layout{gap:1.25rem;display:grid}.wallet-install-actions .button{flex:14rem}.business-name-field{flex:18rem}.section-heading-actions,.catalog-card-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.catalog-card-heading .actions{margin-top:0}.catalog-grid,.catalog-item,.catalog-copy,.wallet-preview-content{gap:1rem;display:grid}.catalog-item{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:center}.wallet-preview{border-radius:22px;min-height:230px;position:relative;overflow:hidden;box-shadow:0 18px 38px #17201d29}.wallet-preview-strip{object-fit:cover;opacity:.32;width:100%;height:100%;position:absolute;inset:0}.wallet-preview-content{z-index:1;align-content:space-between;min-height:230px;padding:1.35rem;position:relative}.wallet-preview-content>strong{font-size:1.15rem}.wallet-preview-content>span{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.wallet-preview-content>b{letter-spacing:-.04em;font-size:clamp(1.6rem,4vw,2.5rem)}.wallet-preview-logo{object-fit:contain;object-position:left center;width:min(160px,55%);height:50px}.catalog-copy small{color:var(--color-muted);margin-top:.25rem;display:block}.store-qr{border:1px solid var(--color-line);background:var(--color-surface-subtle);border-radius:12px;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:1rem;padding:.9rem;display:grid}.store-qr img{border-radius:8px;width:120px;height:120px;display:block}.store-qr .button{margin-top:.75rem;display:inline-flex}.color-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.location-editor{border-top:1px solid var(--color-line);padding-top:1rem}.location-editor p{margin:.35rem 0 0}.location-item{border:1px solid var(--color-line);background:var(--color-surface-subtle);border-radius:12px;gap:.8rem;padding:1rem;display:grid}.location-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.coordinate-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.text-button{color:var(--color-ink-soft);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.danger-text{color:var(--color-ink)}.issued-table-wrap{overflow-x:auto}.issued-table{border-collapse:collapse;width:100%;font-size:.9rem}.issued-table th,.issued-table td{border-bottom:1px solid var(--color-line);text-align:left;white-space:nowrap;padding:.8rem}.issued-table th{color:var(--color-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.platform-badge{border:1px solid var(--color-line);background:var(--color-surface-muted);color:var(--color-ink-soft);text-transform:capitalize;border-radius:999px;margin-right:.3rem;padding:.2rem .5rem;font-size:.72rem;font-weight:800;display:inline-block}.compact-card{border-radius:18px;padding:clamp(1.25rem,3vw,2rem)}.counter{justify-self:end;font-size:.76rem;font-weight:500}.campaign-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.campaign-list li{border-top:1px solid var(--color-line);gap:.45rem;padding:1rem 0;display:grid}.campaign-list li:first-child{border-top:0}.campaign-list p{color:var(--color-ink-soft);margin:0;line-height:1.45}.campaign-line{justify-content:space-between;align-items:center;gap:1rem;display:flex}.status-badge{border:1px solid var(--color-line);background:var(--color-surface-muted);color:var(--color-ink-soft);white-space:nowrap;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:800}.empty-state{border:1px dashed var(--color-line-strong);text-align:center;border-radius:12px;padding:2rem 1rem}.marketing-page{background:var(--color-surface);min-width:320px;color:var(--color-ink);overflow:clip}.marketing-container{width:min(100% - 3rem,1200px);margin-inline:auto}.marketing-nav{z-index:20;border-bottom:1px solid var(--color-line);background:var(--color-surface);grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding-inline:max(1.5rem,50vw - 600px);display:grid;position:sticky;top:0}.marketing-brand{width:fit-content;color:var(--color-ink);letter-spacing:-.025em;align-items:center;gap:.7rem;font-size:.95rem;font-weight:750;text-decoration:none;display:inline-flex}.marketing-brand svg{fill:currentColor;width:27px;height:27px}.marketing-nav nav,.marketing-nav-actions{align-items:center;gap:1.8rem;display:flex}.marketing-nav nav a,.marketing-text-link{color:var(--color-ink-soft);font-size:.88rem;font-weight:550;text-decoration:none;transition:color .16s}.marketing-nav nav a:hover,.marketing-text-link:hover{color:var(--color-ink)}.marketing-nav-actions{justify-self:end;gap:1.15rem}.marketing-nav-cta{min-height:38px;padding:.5rem .85rem;font-size:.82rem}.marketing-hero{padding-top:clamp(6rem,12vw,9.5rem)}.hero-copy{text-align:center;justify-items:center;display:grid}.marketing-kicker{color:var(--color-ink-soft);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.55rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:650;line-height:1;display:inline-flex}.marketing-kicker i,.stage-status i{background:currentColor;border:1px solid;width:7px;height:7px;display:block}.marketing-hero h1{letter-spacing:-.064em;max-width:1080px;margin:0 auto 1.5rem;font-size:clamp(3.35rem,8.5vw,7.15rem);font-weight:590;line-height:.92}.hero-copy>p{max-width:700px;color:var(--color-muted);margin:0;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55}.hero-actions{justify-content:center;margin-top:2rem}.hero-actions .button{min-height:50px;padding-inline:1.25rem}.hero-facts{color:var(--color-muted);flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin:1.6rem 0 0;padding:0;font-size:.8rem;list-style:none;display:flex}.hero-facts li{align-items:center;gap:.45rem;display:flex}.hero-facts span{color:var(--color-ink);font-weight:800}.demo-scene{grid-template-columns:minmax(0,1.65fr) minmax(250px,.55fr);gap:clamp(2rem,5vw,5rem);margin-top:clamp(4.5rem,9vw,7.5rem);padding-bottom:clamp(6rem,10vw,10rem);display:grid}.product-stage{border:1px solid var(--color-ink);background:var(--color-surface);border-radius:12px;align-self:start;position:sticky;top:96px;overflow:hidden}.product-stage-bar{border-bottom:1px solid var(--color-line-strong);min-height:44px;color:var(--color-muted);grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:1rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.68rem;display:grid;position:relative;overflow:hidden}.window-dots{gap:.35rem;display:flex}.window-dots i{border:1px solid var(--color-ink-soft);border-radius:50%;width:7px;height:7px;display:block}.stage-status{color:var(--color-ink-soft);justify-self:end;align-items:center;gap:.45rem;display:inline-flex}.stage-status i{width:6px;height:6px}.product-stage-body{background:var(--color-surface-subtle);grid-template-columns:130px minmax(0,1fr) minmax(290px,.8fr);min-height:520px;display:grid}@keyframes stage-scan{0%{transform:translate(-120%)}to{transform:translate(460%)}}.product-stage-bar:after{background:var(--color-ink);content:"";width:22%;height:1px;position:absolute;bottom:-1px;left:0}.mini-sidebar{border-right:1px solid var(--color-line);background:var(--color-surface);grid-auto-rows:min-content;gap:.35rem;padding:1.25rem .8rem;display:grid}.mini-brand{background:var(--color-ink);width:34px;height:34px;color:var(--color-surface);place-items:center;margin-bottom:2rem;font-size:.63rem;font-style:normal;font-weight:800;display:grid}.mini-sidebar>span{color:var(--color-muted);padding:.65rem .7rem;font-size:.72rem}.mini-sidebar>span.active{background:var(--color-surface-muted);color:var(--color-ink);font-weight:650}.mini-dashboard{border-right:1px solid var(--color-line);align-content:start;gap:1.5rem;padding:clamp(1.5rem,4vw,3rem);display:grid}.mini-dashboard-heading{justify-content:space-between;align-items:end;gap:1rem;display:flex}.mini-dashboard-heading div{gap:.45rem;display:grid}.mini-dashboard-heading small{color:var(--color-muted);letter-spacing:.08em;font-family:SFMono-Regular,Consolas,monospace;font-size:.6rem}.mini-dashboard-heading strong{letter-spacing:-.045em;font-size:clamp(1.3rem,3vw,2rem)}.mini-dashboard-heading>span{border:1px solid var(--color-ink);background:var(--color-ink);color:var(--color-surface);padding:.55rem .7rem;font-size:.62rem;font-weight:650}.mini-stats{border:1px solid var(--color-line);background:var(--color-surface);grid-template-columns:repeat(3,1fr);display:grid}.mini-stats div{border-right:1px solid var(--color-line);gap:.15rem;padding:1rem;display:grid}.mini-stats div:last-child{border-right:0}.mini-stats strong{letter-spacing:-.04em;font-size:1.4rem}.mini-stats small,.mini-list small{color:var(--color-muted);font-size:.62rem}.mini-list{border:1px solid var(--color-line);background:var(--color-surface);display:grid}.mini-list>div{border-bottom:1px solid var(--color-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem;display:grid}.mini-list>div:last-child{border-bottom:0}.demo-target{transition:background-color .36s cubic-bezier(.22,1,.36,1),color .36s cubic-bezier(.22,1,.36,1),outline-color .36s cubic-bezier(.22,1,.36,1)}.product-stage[data-demo-step="0"] .demo-target-create{background:var(--color-ink);color:var(--color-surface)}.product-stage[data-demo-step="1"] .demo-target-share,.product-stage[data-demo-step="2"] .demo-target-activate{background:var(--color-surface-muted);outline:1px solid var(--color-ink);outline-offset:-1px}.card-chip{border:1px solid var(--color-ink);border-radius:5px;width:42px;height:27px;display:block}.card-chip.black{background:var(--color-ink)}.card-chip.white{background:var(--color-surface)}.mini-list span{gap:.2rem;display:grid}.mini-list strong,.mini-list b{font-size:.68rem}.mini-list b{border:1px solid var(--color-line-strong);padding:.4rem .5rem;font-weight:550}.pass-preview-stack{background:var(--color-surface-muted);place-items:center;min-width:0;padding:2.5rem 1.5rem;display:grid;position:relative;overflow:hidden}.pass-shadow,.pass-preview-card{aspect-ratio:.72;border:1px solid var(--color-ink);border-radius:24px;width:min(100%,300px)}.pass-shadow{background:var(--color-surface);position:absolute;transform:translate(18px,16px)rotate(4deg)}.pass-preview-card{z-index:1;background:var(--color-ink);color:var(--color-surface);grid-template-rows:auto 1fr auto auto;padding:1.35rem;display:grid;position:relative;box-shadow:0 20px 50px #0a0a0a29}@keyframes stamp-pop{0%{opacity:.55;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.pass-preview-head,.pass-preview-progress,.pass-preview-foot{justify-content:space-between;align-items:center;gap:1rem;display:flex}.pass-preview-head span{font-weight:800}.pass-preview-head small,.pass-preview-progress small,.pass-preview-foot{color:#a1a1aa;letter-spacing:.08em;font-family:SFMono-Regular,Consolas,monospace;font-size:.62rem}.pass-preview-progress{align-items:flex-end}.pass-preview-progress small{min-width:0}.pass-preview-progress strong{letter-spacing:-.06em;white-space:nowrap;flex:none;font-size:3rem;font-weight:550}.demo-value-enter-active,.demo-value-leave-active{transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.demo-value-enter-from{opacity:0;transform:translateY(7px)}.demo-value-leave-to{opacity:0;transform:translateY(-7px)}.pass-preview-stamps{grid-template-columns:repeat(5,1fr);gap:.45rem;padding-block:1.2rem 1.5rem;display:grid}.pass-preview-stamps i{aspect-ratio:1;border:1px solid #71717a;border-radius:50%;transition:background-color .36s cubic-bezier(.22,1,.36,1),border-color .36s cubic-bezier(.22,1,.36,1),opacity .36s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1)}.pass-preview-stamps i.filled{border-color:var(--color-surface);background:var(--color-surface);transform-origin:50%}.pass-preview-foot{letter-spacing:0;border-top:1px solid #3f3f46;padding-top:1rem}.demo-story{align-self:start;min-height:720px;padding-top:.15rem}.demo-story-status{border-bottom:1px solid var(--color-ink);gap:.65rem;padding-bottom:1.25rem;display:grid}.demo-story-status span,.demo-story-number{color:var(--color-muted);letter-spacing:.08em;font-family:SFMono-Regular,Consolas,monospace;font-size:.68rem;font-weight:650}.demo-story-status strong{letter-spacing:-.03em;font-size:1.05rem}.demo-story-list{grid-template-rows:repeat(3,minmax(210px,1fr));min-height:630px;margin:0;padding:0;list-style:none;display:grid;position:relative}.demo-story-list:before{border-left:1px solid var(--color-line-strong);content:"";position:absolute;top:1.5rem;bottom:1.5rem;left:.28rem}.demo-story-list li{align-items:center;padding-left:1.5rem;display:flex;position:relative}.demo-story-list li:before{border:1px solid var(--color-ink);background:var(--color-surface);content:"";border-radius:50%;width:9px;height:9px;transition:background-color .36s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1);position:absolute;left:0}.demo-story-list li.is-active:before{background:var(--color-ink);transform:scale(1.35)}.demo-story-list button{width:100%;min-height:44px;color:var(--color-ink);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem;padding:.4rem 0;display:grid}.demo-story-list button:hover .demo-story-content strong,.demo-story-list li.is-active .demo-story-content strong{text-underline-offset:.25rem;text-decoration:underline;text-decoration-thickness:1px}.demo-story-content{gap:.7rem;display:grid}.demo-story-content strong{letter-spacing:-.035em;font-size:1.15rem;transition:text-decoration-color .16s}.demo-story-content small{max-width:16rem;color:var(--color-muted);font-size:.86rem;line-height:1.55}.platform-strip{border-block:1px solid var(--color-ink);background:var(--color-ink);color:var(--color-surface)}.platform-strip .marketing-container{justify-content:space-between;align-items:center;gap:1rem;min-height:76px;display:flex}.platform-strip span{letter-spacing:.04em;text-transform:uppercase;font-family:SFMono-Regular,Consolas,monospace;font-size:clamp(.66rem,1.3vw,.82rem);font-weight:650}.platform-strip i{background:#71717a;width:3px;height:3px}.marketing-section{padding-block:clamp(6rem,11vw,9rem);scroll-margin-top:72px}.marketing-section-heading{max-width:850px;margin-bottom:clamp(3rem,7vw,5.5rem);display:grid}.marketing-section-heading h2,.mode-intro h2,.control-copy h2,.marketing-cta h2{letter-spacing:-.058em;margin:0 0 1.4rem;font-size:clamp(2.5rem,6vw,5.15rem);font-weight:580;line-height:.97}.marketing-section-heading>p,.mode-intro>p,.control-copy>p,.marketing-cta p{max-width:610px;color:var(--color-muted);margin:0;font-size:1.08rem;line-height:1.6}.feature-grid{border-top:1px solid var(--color-line-strong);border-left:1px solid var(--color-line-strong);border-radius:16px;grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.feature-card{border-right:1px solid var(--color-line-strong);border-bottom:1px solid var(--color-line-strong);grid-column:span 2;min-height:300px;padding:1.6rem;transition:background-color .72s cubic-bezier(.4,0,.2,1),color .72s cubic-bezier(.4,0,.2,1),transform .72s cubic-bezier(.4,0,.2,1)}.feature-card.featured{grid-column:span 4;min-height:360px}.feature-card.featured h3{max-width:26rem;margin-top:clamp(8rem,14vw,11rem)}.feature-card.featured p{max-width:34rem}.feature-card:last-child{grid-column:span 6;min-height:220px}.feature-card:hover{background:var(--color-ink);color:var(--color-surface);transform:translateY(-1px)}.feature-card>span{font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem}.feature-card h3{letter-spacing:-.035em;margin:clamp(4rem,8vw,6.5rem) 0 .8rem;font-size:1.25rem;position:relative}.feature-card h3:after{content:"";transform-origin:0;background:currentColor;width:2rem;height:2px;margin-top:1rem;transition:transform .64s cubic-bezier(.4,0,.2,1);display:block}.feature-card:hover h3:after{transform:scaleX(2.5)}.feature-card p{color:var(--color-muted);margin:0;font-size:.92rem;line-height:1.6;transition:color .72s cubic-bezier(.4,0,.2,1)}.feature-card:hover p{color:#a1a1aa}.process-section{border-block:1px solid var(--color-line);background:var(--color-surface-subtle)}.marketing-section-heading.horizontal{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:end;max-width:none;display:grid}.marketing-section-heading.horizontal h2{max-width:760px}.marketing-section-heading.horizontal>p{padding-bottom:1.5rem}.process-grid{border-block:1px solid var(--color-line-strong);grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.process-grid li{border-right:1px solid var(--color-line-strong);grid-template-columns:auto 1fr;gap:1.25rem;min-height:230px;padding:1.5rem;display:grid}.process-grid li:last-child{border-right:0}.process-grid li>span{font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem}.process-grid li div{align-content:end;display:grid}.process-grid h3{letter-spacing:-.035em;margin:0 0 .7rem;font-size:1.3rem}.process-grid p{color:var(--color-muted);margin:0;font-size:.9rem;line-height:1.6}.mode-section{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(3rem,8vw,7rem);display:grid}.mode-intro{position:sticky;top:120px}.mode-grid{border:1px solid var(--color-ink);border-radius:16px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.mode-card{background:var(--color-surface);align-content:start;min-height:550px;padding:clamp(1.5rem,3vw,2.25rem);display:grid}.mode-card+.mode-card{border-left:1px solid var(--color-ink)}.mode-card.inverse{background:var(--color-ink);color:var(--color-surface)}.mode-label{letter-spacing:.08em;font-family:SFMono-Regular,Consolas,monospace;font-size:.68rem;font-weight:650}.mode-card>div{align-items:baseline;gap:.55rem;margin-top:5rem;display:flex}.mode-card>div strong,.discount-code{letter-spacing:-.07em;font-size:clamp(3.5rem,7vw,5.8rem);font-style:normal;font-weight:550;line-height:1}.mode-card>div small{color:#a1a1aa}.mode-card h3{letter-spacing:-.04em;margin:3rem 0 .75rem;font-size:1.45rem}.mode-card p{color:var(--color-muted);margin:0;font-size:.92rem;line-height:1.6}.mode-card.inverse p{color:#a1a1aa}.mode-card ul{border-top:1px solid var(--color-line-strong);gap:.7rem;margin:2rem 0 0;padding:1.5rem 0 0;font-size:.82rem;list-style:none;display:grid}.mode-card.inverse ul{border-color:#3f3f46}.control-section{border-block:1px solid var(--color-line);background:var(--color-surface-muted)}.control-grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(3rem,8vw,7rem);display:grid}.control-copy ul{grid-template-columns:1fr 1fr;gap:.85rem;margin:2rem 0;padding:0;font-size:.88rem;list-style:none;display:grid}.control-copy li{gap:.55rem;display:flex}.control-copy li span{font-weight:800}.marketing-inline-link{border-bottom:1px solid var(--color-ink);min-height:44px;color:var(--color-ink);align-items:center;gap:.7rem;padding-bottom:.25rem;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex}.control-panel{border:1px solid var(--color-ink);background:var(--color-surface)}.control-panel-head{border-bottom:1px solid var(--color-line-strong);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.82rem;font-weight:650;display:flex}.control-panel-head b{background:var(--color-ink);color:var(--color-surface);padding:.5rem .65rem;font-size:.65rem}.control-row{border-bottom:1px solid var(--color-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:grid}.control-row:last-child{border-bottom:0}.control-card{border:1px solid var(--color-ink);border-radius:7px;place-items:center;width:72px;height:46px;font-size:.7rem;font-style:normal;font-weight:800;display:grid}.control-card.black{background:var(--color-ink);color:var(--color-surface)}.control-card.gray{background:var(--color-surface-muted)}.control-row>span{gap:.25rem;display:grid}.control-row strong{font-size:.82rem}.control-row small{color:var(--color-muted);font-size:.7rem}.control-row>div{gap:.4rem;display:flex}.control-row>div b{border:1px solid var(--color-line-strong);padding:.42rem .5rem;font-size:.62rem;font-weight:550}.faq-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(3rem,8vw,7rem);display:grid}.faq-section .marketing-section-heading{align-content:start;margin:0}.faq-section .marketing-section-heading h2{font-size:clamp(2.5rem,5vw,4.4rem)}.faq-list{border-top:1px solid var(--color-ink)}.faq-list details{border-bottom:1px solid var(--color-line-strong)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:76px;padding-block:1rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-family:SFMono-Regular,Consolas,monospace;font-size:1.2rem;font-weight:400;transition:transform .16s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:620px;color:var(--color-muted);margin:-.25rem 0 1.5rem;line-height:1.6}.marketing-cta{background:var(--color-ink);color:var(--color-surface);padding-block:clamp(6rem,12vw,10rem)}.marketing-cta .marketing-container{text-align:center;justify-items:center;display:grid}.inverse-kicker{color:#a1a1aa}.marketing-cta h2{max-width:900px;font-size:clamp(3rem,8vw,7rem)}.marketing-cta p{color:#a1a1aa}.marketing-cta .actions{justify-content:center;margin-top:2rem}.button.light{border-color:var(--color-surface);background:var(--color-surface);color:var(--color-ink)}.button.light:hover{border-color:var(--color-line-strong);background:var(--color-line-strong)}.button.dark-outline{color:var(--color-surface);background:0 0;border-color:#52525b}.button.dark-outline:hover{border-color:var(--color-surface);background:0 0}.marketing-footer{background:var(--color-ink);color:var(--color-surface);border-top:1px solid #27272a;padding-block:2rem}.marketing-footer .marketing-container{grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:2rem;display:grid}.marketing-footer .marketing-brand{color:var(--color-surface)}.marketing-footer p{color:#a1a1aa;text-align:center;margin:0;font-size:.78rem}.marketing-footer .marketing-container>div{justify-content:flex-end;gap:1.2rem;display:flex}.marketing-footer .marketing-container>div a{color:#a1a1aa;align-items:center;min-height:44px;font-size:.75rem;text-decoration:none;display:inline-flex}.marketing-footer .marketing-container>div a:hover{color:var(--color-surface)}@keyframes hero-rise{0%{opacity:0;filter:blur(3px);transform:translateY(12px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes stage-reveal{0%{opacity:.55;clip-path:inset(4% 0 0);transform:translateY(18px)scale(.995)}to{opacity:1;clip-path:inset(0);transform:translateY(0)scale(1)}}@keyframes process-reveal{0%{opacity:.35;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes demo-state-settle{0%{opacity:.82;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.marketing-hero .hero-copy>*{animation:1.4s cubic-bezier(.22,1,.36,1) both hero-rise}.marketing-hero .hero-copy>:nth-child(2){animation-delay:.16s}.marketing-hero .hero-copy>:nth-child(3){animation-delay:.32s}.marketing-hero .hero-copy>:nth-child(4){animation-delay:.48s}.marketing-hero .hero-copy>:nth-child(5){animation-delay:.64s}.product-stage-bar:after{animation:1.4s cubic-bezier(.22,1,.36,1) .52s both stage-scan}.pass-preview-stamps i.filled{opacity:.55;transform:scale(.92)}.product-stage.is-visible .pass-preview-stamps i.filled{animation:.76s cubic-bezier(.22,1,.36,1) both stamp-pop}.product-stage.is-visible .pass-preview-stamps i.filled:first-child{animation-delay:80ms}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(2){animation-delay:.17s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(3){animation-delay:.26s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(4){animation-delay:.35s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(5){animation-delay:.44s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(6){animation-delay:.53s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(7){animation-delay:.62s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(8){animation-delay:.71s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(9){animation-delay:.8s}.product-stage.is-visible .pass-preview-stamps i.filled:nth-child(10){animation-delay:.89s}@supports (animation-timeline:view()){.product-stage{animation:linear both stage-reveal;animation-timeline:view();animation-range:entry cover 32%}.process-grid li{animation:linear both process-reveal;animation-timeline:view();animation-range:entry cover 30%}.process-grid li:nth-child(2){animation-range:entry 8% cover 38%}.process-grid li:nth-child(3){animation-range:entry 16% cover 46%}.product-stage[data-demo-step] .pass-preview-card,.product-stage[data-demo-step] .demo-target{animation:.42s cubic-bezier(.16,1,.3,1) both demo-state-settle}}}@media (width<=980px){.marketing-nav{grid-template-columns:1fr auto}.marketing-nav nav{display:none}.product-stage-body{grid-template-columns:96px minmax(0,1fr) minmax(260px,.75fr)}.demo-scene{grid-template-columns:1fr;padding-bottom:0}.demo-story{order:1}.product-stage{order:2}.product-stage,.demo-story{position:static}.demo-story{min-height:auto}.demo-story-list{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr));min-height:0}.demo-story-list:before{border-top:1px solid var(--color-line-strong);border-left:0;inset:.28rem 1.5rem auto}.demo-story-list li{align-items:start;min-height:230px;padding:1.5rem 1rem 0}.demo-story-list li:before{top:0;left:1rem}.demo-story-list button{grid-template-columns:1fr;gap:.9rem;padding-top:.75rem}.demo-story-content small{max-width:none}.mode-section{grid-template-columns:1fr}.mode-intro{max-width:720px;position:static}.control-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(2rem,5vw,4rem)}.control-copy{max-width:none}}@media (width<=760px){.marketing-container{width:min(100% - 2rem,1200px)}.marketing-nav{min-height:64px;padding-inline:1rem}.marketing-text-link{display:none}.marketing-hero{padding-top:5rem}.marketing-hero h1{font-size:clamp(3.25rem,15vw,5rem)}.hero-facts{flex-direction:column;align-items:center}.product-stage{width:100%}.product-stage-bar{grid-template-columns:1fr auto}.product-stage-bar>span:nth-child(2){display:none}.product-stage-body{grid-template-columns:1fr}.demo-story{padding-top:2rem}.demo-story-list{grid-template-rows:none;grid-template-columns:1fr}.demo-story-list:before{border-top:0;border-left:1px solid var(--color-line-strong);inset:1.5rem auto 1.5rem .28rem}.demo-story-list li{align-items:center;min-height:180px;padding:0 0 0 1.5rem}.demo-story-list li:before{top:auto;left:0}.demo-story-list button{grid-template-columns:auto minmax(0,1fr);gap:.8rem;padding:.4rem 0}.control-grid{grid-template-columns:1fr}.mini-sidebar{display:none}.mini-dashboard{border-right:0;border-bottom:1px solid var(--color-line)}.pass-preview-stack{min-height:460px}.platform-strip .marketing-container{flex-wrap:wrap;justify-content:center;padding-block:1.25rem}.feature-grid{grid-template-columns:1fr 1fr}.feature-card,.feature-card.featured,.feature-card:last-child{grid-column:span 1}.feature-card.featured{grid-column:span 2}.marketing-section-heading.horizontal,.faq-section{grid-template-columns:1fr}.marketing-section-heading,.mode-intro,.control-copy{text-align:center}.control-copy ul{text-align:left}.process-grid{grid-template-columns:1fr}.process-grid li{border-right:0;border-bottom:1px solid var(--color-line-strong);min-height:190px}.process-grid li:last-child{border-bottom:0}.mode-grid{grid-template-columns:1fr}.mode-card+.mode-card{border-top:1px solid var(--color-ink);border-left:0}.mode-card{min-height:500px}.faq-section .marketing-section-heading{margin-bottom:2rem}.marketing-footer .marketing-container{grid-template-columns:1fr;justify-items:start}.marketing-footer p{text-align:left}.marketing-footer .marketing-container>div{justify-content:flex-start}}@media (width<=520px){.marketing-brand span{font-size:.85rem}.marketing-nav-cta{min-height:36px;padding-inline:.7rem}.hero-actions,.hero-actions .button{width:100%}.mini-dashboard{padding:1rem}.mini-dashboard-heading>span{display:none}.mini-list>div{grid-template-columns:auto minmax(0,1fr)}.mini-list b{display:none}.pass-preview-stack{min-height:420px}.pass-shadow,.pass-preview-card{width:min(100%,265px)}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:250px}.feature-card.featured,.feature-card:last-child{grid-column:span 1;min-height:250px}.feature-card.featured h3{margin-top:4rem}.control-copy ul{grid-template-columns:1fr}.control-row{grid-template-columns:auto 1fr;padding-inline:.8rem}.control-row>div{display:none}.control-card{width:58px}.marketing-cta .actions,.marketing-cta .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms}.marketing-hero .hero-copy>*,.product-stage,.product-stage-bar:after,.pass-preview-stamps i.filled,.process-grid li,.product-stage[data-demo-step] .pass-preview-card,.product-stage[data-demo-step] .demo-target{animation:none}}@media (width<=760px){.ios-safari-alert{flex-direction:column;align-items:stretch}.ios-safari-alert-close{align-self:flex-start}.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.catalog-item,.program-list-item{grid-template-columns:1fr}.program-list-actions{padding:0 1rem 1rem}.selected-card-content{grid-template-columns:1fr}.card-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.store-qr{grid-template-columns:96px minmax(0,1fr)}.store-qr img{width:96px;height:96px}.color-grid,.coordinate-grid{grid-template-columns:1fr}.dashboard-header,.section-heading-actions,.catalog-card-heading{flex-direction:column;align-items:stretch}.reward-card{grid-template-columns:1fr}}
