@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--tk-bg:#17073a;--tk-surface:#211054;--tk-surface-2:#2b1a66;--tk-border:#ffffff1a;--tk-text-soft:#d6d0ec;--tk-text-muted:#a79ecb;--tk-accent:#10b981;--tk-accent-dark:#059669;--tk-accent-light:#34d399}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.bg-gray-900,body{background-color:#17073a;background-color:var(--tk-bg)}.bg-gray-800{background-color:#211054;background-color:var(--tk-surface)}.bg-gray-700,.bg-gray-750{background-color:#2b1a66;background-color:var(--tk-surface-2)}.text-white{color:#fff}.text-gray-300{color:#d6d0ec;color:var(--tk-text-soft)}.text-gray-400{color:#a79ecb;color:var(--tk-text-muted)}.text-brand{color:#10b981}.text-brand-dark{color:#059669}.text-green-100{color:#dcfce7}.text-green-200{color:#bbf7d0}.bg-brand{background-color:#10b981}.bg-brand-dark{background-color:#059669}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-6xl{max-width:72rem}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.max-w-none{max-width:none}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-3{margin-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-12{margin-top:3rem}.mt-8{margin-top:2rem}.mr-4{margin-right:1rem}.-mr-2{margin-right:-.5rem}.ml-6{margin-left:1.5rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-2{padding:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-20{padding-bottom:5rem;padding-top:5rem}.pt-8{padding-top:2rem}.pb-6{padding-bottom:1.5rem}.pr-4{padding-right:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.text-5xl{font-size:3rem}.text-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-3>*+*{margin-top:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-10{width:2.5rem}.w-full{width:100%}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-0.5{height:.125rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-2{border-width:2px}.border-gray-700{border-color:#ffffff1a;border-color:var(--tk-border)}.border-gray-300{border-color:#d1d5db}.border-white{border-color:#fff}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-gray-900{--tw-gradient-from:#17073a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#17073a00)}.via-gray-800{--tw-gradient-stops:var(--tw-gradient-from),#211054,var(--tw-gradient-to,#21105400)}.to-gray-900{--tw-gradient-to:#17073a}.from-brand{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#10b98100)}.to-brand-dark{--tw-gradient-to:#059669}.bg-opacity-10{background-color:#ffffff1a}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.translate-x-8{--tw-translate-x:2rem}.rotate-180{--tw-rotate:180deg}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.leading-relaxed{line-height:1.625}.italic{font-style:italic}.hover\:bg-gray-750:hover{background-color:#2b1a66;background-color:var(--tk-surface-2)}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:text-brand:hover{color:#10b981}.hover\:text-brand-dark:hover{color:#059669}.hover\:text-white:hover{color:#fff}.hover\:bg-brand-dark:hover{background-color:#059669}.absolute{position:absolute}.relative{position:relative}.top-8{top:2rem}.left-1\/2{left:50%}.z-10{z-index:10}.z-0{z-index:0}.flex-shrink-0{flex-shrink:0}.min-w-\[280px\]{min-width:280px}.min-w-\[320px\]{min-width:320px}.min-w-\[200px\]{min-width:200px}.focus\:border-brand:focus{border-color:#10b981}.focus\:outline-none:focus{outline:none}.whitespace-nowrap{white-space:nowrap}.gap-3{gap:.75rem}.space-y-6>*+*{margin-top:1.5rem}.resize-none{resize:none}.transform{transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.justify-center{justify-content:center}.rounded-2xl{border-radius:1rem}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px #00000040}.stroke-2{stroke-width:2}.fill-none{fill:none}.prose{color:#374151;max-width:65ch}.prose-invert{color:#d1d5db}.no-underline{text-decoration:none}.space-x-3>*+*{margin-left:.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}html{scroll-behavior:smooth}.bg-brand:hover{box-shadow:0 10px 25px #10b9814d;transform:translateY(-2px)}.shadow-2xl{box-shadow:0 25px 50px -12px #00000080}.duration-300{transition-duration:.3s}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:border-white:hover{border-color:#fff}.border-2:hover{box-shadow:0 10px 25px #ffffff1a;transform:translateY(-2px)}.bg-gray-800:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-4px)}a,button{transition:all .3s ease}button{background:none;border:none;cursor:pointer}button:focus{outline:none}a{text-decoration:none}a,a:hover,a:visited{color:inherit}.tk-card{background-color:#211054;background-color:var(--tk-surface);border:1px solid #ffffff1a;border:1px solid var(--tk-border);border-radius:1.25rem;padding:2rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.tk-card:hover{border-color:#10b98159;box-shadow:0 20px 40px #00000059;transform:translateY(-4px)}.tk-chip{align-items:center;background:#10b9811f;border:1px solid #10b98140;border-radius:.85rem;display:inline-flex;flex-shrink:0;height:3rem;justify-content:center;margin-bottom:1.25rem;width:3rem}.tk-card-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.6rem}.tk-card-desc{color:#d6d0ec;color:var(--tk-text-soft);line-height:1.6}footer ul{list-style:none;padding-left:0}.tk-footer-tagline{color:#34d399;color:var(--tk-accent-light);font-size:.82rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.tk-footer-social a{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border:1px solid var(--tk-border);border-radius:9999px;display:inline-flex;height:2.5rem;justify-content:center;width:2.5rem}.tk-footer-social a:hover{background:#10b9811a;border-color:#10b98180}nav a{text-decoration:none}nav a,nav a:visited{color:#d6d0ec;color:var(--tk-text-soft)}nav a:hover{color:#10b981;color:var(--tk-accent)}.bg-gradient-to-br{background-image:linear-gradient(135deg,#17073a,#1d0c47 25%,#17073a 50%,#1d0c47 75%,#17073a)}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:block{display:block}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:text-2xl{font-size:1.5rem}.md\:flex-row{flex-direction:row}.md\:space-y-0>*+*{margin-top:0}.md\:space-x-4>*+*{margin-left:1rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:640px){.sm\:flex-row{flex-direction:row}}.tk-hero{background-color:var(--tk-bg);overflow:hidden;padding:4.5rem 1.5rem 5.5rem;position:relative}.tk-hero-glow{border-radius:9999px;filter:blur(90px);pointer-events:none;position:absolute}.tk-hero-glow--accent{background:radial-gradient(circle,#10b98138 0,#10b98100 70%);height:34rem;right:-8rem;top:-6rem;width:34rem}.tk-hero-glow--violet{background:radial-gradient(circle,#7c54e347 0,#7c54e300 70%);bottom:-10rem;height:30rem;left:-10rem;width:30rem}.tk-hero-grid{background-image:linear-gradient(hsla(0,0%,100%,.035) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,#0000 0);background-size:56px 56px;inset:0;mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,#000 30%,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,#000 30%,#0000 100%);pointer-events:none;position:absolute}.tk-hero-center{max-width:56rem;text-align:center}.tk-hero-center,.tk-hero-inner{margin:0 auto;position:relative;z-index:1}.tk-hero-inner{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr;max-width:72rem}.tk-hero-copy{text-align:center}.tk-hero-badge{align-items:center;background:#10b9811a;border:1px solid #10b98159;border-radius:9999px;color:var(--tk-accent-light);display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .9rem}.tk-hero-badge-dot{animation:tk-pulse 2s infinite;background-color:var(--tk-accent);border-radius:9999px;box-shadow:0 0 0 0 #10b98199;height:.5rem;width:.5rem}@keyframes tk-pulse{0%{box-shadow:0 0 0 0 #10b9818c}70%{box-shadow:0 0 0 9px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}.tk-hero-title{font-size:2.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.12;margin-bottom:1.5rem}.tk-hero-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(92deg,var(--tk-accent) 0,var(--tk-accent-light) 100%);-webkit-background-clip:text;background-clip:text;color:var(--tk-accent)}.tk-hero-subtitle{color:var(--tk-text-soft);font-size:1.125rem;margin:0 auto 2.25rem;max-width:34rem}.tk-hero-ctas{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.tk-btn-primary{align-items:center;background:linear-gradient(180deg,var(--tk-accent) 0,var(--tk-accent-dark) 100%);border-radius:.9rem;box-shadow:0 12px 30px #10b98159;color:#fff;display:inline-flex;font-size:1.06rem;font-weight:700;gap:.6rem;padding:1rem 2.1rem;text-decoration:none}.tk-btn-primary:hover{box-shadow:0 16px 38px #10b98173;color:#fff;transform:translateY(-2px)}.tk-btn-ghost{align-items:center;background:#ffffff0a;border:1px solid #ffffff40;border-radius:.9rem;color:#fff;display:inline-flex;font-size:1.06rem;font-weight:600;gap:.5rem;padding:1rem 2.1rem;text-decoration:none}.tk-btn-ghost:hover{background:#ffffff14;border-color:#fff9;color:#fff}.tk-hero-note{color:var(--tk-text-muted);font-size:.9rem}.tk-hero-visual{display:flex;justify-content:center;padding:1rem 0;position:relative}.tk-phone{animation:tk-float 7s ease-in-out infinite;background:linear-gradient(160deg,#3a2a6e,#120530 60%);border:1px solid #ffffff2e;border-radius:42px;box-shadow:0 30px 60px #00000073,0 0 80px #10b9811f;height:540px;padding:10px;position:relative;transform:rotate(3deg);width:264px}@keyframes tk-float{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-10px)}}.tk-phone-notch{background:#0b0220;border-radius:9999px;height:22px;left:50%;position:absolute;top:20px;transform:translateX(-50%);width:84px;z-index:2}.tk-phone-screen{border-radius:33px;display:block;height:100%;object-fit:cover;object-position:top;width:100%}.tk-phone-placeholder{align-items:center;background:radial-gradient(circle at 70% 20%,#10b9814d 0,#0000 55%),linear-gradient(165deg,#241160,#17073a 70%);display:flex;justify-content:center}.tk-phone-placeholder img{opacity:.9;width:45%}.tk-float-card{align-items:center;animation:tk-float 6s ease-in-out infinite;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#211054d1;border:1px solid #ffffff24;border-radius:1rem;box-shadow:0 18px 40px #0006;display:flex;gap:.7rem;padding:.75rem 1rem;position:absolute;z-index:3}.tk-float-card--game{animation-delay:.8s;left:50%;margin-left:-250px;top:14%}.tk-float-card--near{animation-delay:1.6s;bottom:16%;left:50%;margin-left:96px}.tk-float-emoji{font-size:1.4rem;line-height:1}.tk-float-title{color:#fff;font-size:.9rem;font-weight:700;white-space:nowrap}.tk-float-meta{color:var(--tk-text-soft);font-size:.78rem;white-space:nowrap}@media (max-width:420px){.tk-hero-title{font-size:2.35rem}.tk-float-card--game{margin-left:-175px}.tk-float-card--near{margin-left:10px}}@media (min-width:768px){.tk-hero-title{font-size:3.6rem}.tk-hero-ctas{flex-direction:row;justify-content:center}}@media (min-width:1024px){.tk-hero{padding-bottom:6.5rem;padding-top:5.5rem}.tk-hero-inner{gap:3rem;grid-template-columns:1.15fr .85fr}.tk-hero-copy{text-align:left}.tk-hero-copy .tk-hero-subtitle{margin-left:0}.tk-hero-copy .tk-hero-ctas{justify-content:flex-start}.tk-phone{height:596px;width:292px}.tk-float-card--game{left:auto;margin-left:0;right:78%}.tk-float-card--near{left:72%;margin-left:0}}.tk-features-grid{margin-bottom:1.5rem}.tk-compact-grid,.tk-features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.tk-card--media{display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:0}.tk-card--media .tk-card-body{padding:2rem 2rem 0}.tk-card-media{border:1px solid var(--tk-border);border-radius:.9rem;flex:1 1;margin:0 2rem 2rem;min-height:230px;overflow:hidden;position:relative}.tk-card-media img{display:block;height:100%;inset:0;object-fit:cover;object-position:center 30%;position:absolute;width:100%}.tk-standings{border:1px solid var(--tk-border);border-radius:.9rem;font-size:.85rem;margin-top:1.5rem;overflow:hidden}.tk-standings-row{align-items:center;background:#ffffff08;display:flex;gap:.7rem;padding:.55rem .9rem}.tk-standings-row+.tk-standings-row{border-top:1px solid var(--tk-border)}.tk-standings-rank{align-items:center;background:#ffffff14;border-radius:9999px;color:var(--tk-text-soft);display:inline-flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:1.4rem;justify-content:center;width:1.4rem}.tk-standings-row:first-child .tk-standings-rank{background:#10b98140;color:var(--tk-accent-light)}.tk-standings-name{color:#fff;flex:1 1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tk-standings-pts{color:var(--tk-text-muted);font-weight:600;white-space:nowrap}.tk-roster{align-items:center;display:flex;margin-top:1.5rem}.tk-roster-avatar{align-items:center;border:2px solid var(--tk-surface);border-radius:9999px;color:#fff;display:inline-flex;font-size:.78rem;font-weight:700;height:2.6rem;justify-content:center;margin-left:-.6rem;width:2.6rem}.tk-roster-avatar:first-child{margin-left:0}.tk-roster-avatar--more{background:#10b98133;color:var(--tk-accent-light)}.tk-pitch{background:#10b98114;border:1px solid #10b98138;border-radius:.9rem;height:7.5rem;margin-top:1.5rem;overflow:hidden;position:relative}.tk-pitch:before{background:#10b98140;bottom:0;top:0;width:1px}.tk-pitch:after,.tk-pitch:before{content:"";left:50%;position:absolute}.tk-pitch:after{border:1px solid #10b98140;border-radius:9999px;height:2.6rem;top:50%;transform:translate(-50%,-50%);width:2.6rem}.tk-pitch-dot{background:var(--tk-accent);border-radius:9999px;box-shadow:0 0 10px #10b98180;height:.85rem;position:absolute;width:.85rem}.tk-card--compact{align-items:flex-start;display:flex;gap:1rem;padding:1.5rem}.tk-card--compact .tk-chip{height:2.7rem;margin-bottom:0;width:2.7rem}.tk-card--compact .tk-card-title{font-size:1.05rem;margin-bottom:.35rem}.tk-card--compact .tk-card-desc{font-size:.92rem}@media (min-width:640px){.tk-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.tk-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tk-card--span2{grid-column:span 2/span 2}.tk-card--media{align-items:stretch;flex-direction:row}.tk-card--media .tk-card-body{flex:1 1;padding:2rem 0 2rem 2rem}.tk-card-media{flex:0 0 42%;margin:2rem 2rem 2rem 0;min-height:0}.tk-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tk-stores{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin:0 auto 1.5rem;max-width:40rem}@media (min-width:640px){.tk-stores{grid-template-columns:repeat(2,minmax(0,1fr))}}.tk-store-card{align-items:center;display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;text-decoration:none}.tk-qr{background:#fff;border-radius:.9rem;line-height:0;padding:.7rem}.tk-store-row{align-items:center;display:flex;gap:.8rem}.tk-store-label{color:var(--tk-text-muted);font-size:.75rem;line-height:1.2}.tk-store-name{color:#fff;font-size:1.15rem;font-weight:700;line-height:1.3}.tk-scan-note{color:var(--tk-text-muted);display:none;font-size:.9rem;text-align:center}@media (min-width:1024px){.tk-scan-note{display:block}}.gp-page{background-color:#0b1220;color:#fff;min-height:100vh}.gp-shell{margin:0 auto;max-width:32rem;padding:0 0 6.5rem}.gp-topbar{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.25rem .5rem}.gp-topbar__brand{align-items:center;color:#fff;display:inline-flex;font-size:.95rem;font-weight:700;gap:.5rem}.gp-topbar__brand img{border-radius:7px;height:26px;width:26px}.gp-topbar__share{align-items:center;background-color:#ffffff0f;border:1px solid #ffffff1a;border-radius:9999px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;height:2.2rem;justify-content:center;width:2.2rem}.gp-topbar__share:hover{background-color:#ffffff1a}.gp-titleblock{padding:1rem 1.25rem .5rem}.gp-titleblock__sport{background-color:#10b9811f;color:#6ee7b7;font-size:.85rem;font-weight:700;letter-spacing:.02em;margin-right:.4rem}.gp-titleblock__countdown,.gp-titleblock__sport{align-items:center;border-radius:9999px;display:inline-flex;margin-bottom:.85rem;padding:.3rem .75rem}.gp-titleblock__countdown{background-color:#ffffff0f;border:1px solid #ffffff1a;color:#d1d5db;font-size:.78rem;font-weight:600}.gp-titleblock__title{color:#fff;font-size:2.2rem;font-weight:800;letter-spacing:-.01em;line-height:1.1;margin:0 0 .4rem}.gp-titleblock__subtitle{color:#d1d5db;font-size:1rem;line-height:1.45;margin:0 0 1rem}.gp-titleblock__fomo{align-items:center;background-color:#ffffff0f;border:1px solid #ffffff14;border-radius:9999px;color:#fff;display:inline-flex;font-size:.88rem;font-weight:700;gap:.4rem;padding:.45rem .9rem}.gp-titleblock__fomo--hot{background-color:#ef44442e;border-color:#ef44444d;color:#fecaca}.gp-titleblock__fomo--full{background-color:#6b728033;border-color:#6b728059;color:#d1d5db}.gp-section{padding:1.5rem 1.25rem}.gp-section__title{color:#9ca3af;font-size:.72rem;font-weight:700;letter-spacing:.16em;margin:0 0 .85rem;text-transform:uppercase}.gp-location{background-color:#111c2e;border:1px solid #ffffff0d;border-radius:1rem;overflow:hidden}.gp-location__map{background-color:#ffffff08;background-position:50%;background-size:cover;display:block;height:300px;position:relative;text-decoration:none;width:100%}.gp-location__map-fallback{align-items:center;background:linear-gradient(135deg,#10b98124,#10b9810a);color:#6ee7b7;display:flex;font-size:.95rem;font-weight:600;height:100%;justify-content:center}.gp-location__body{padding:1rem 1.1rem 1.1rem}.gp-location__eyebrow{color:#9ca3af;font-size:.78rem;margin-bottom:.25rem}.gp-location__name{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 .3rem}.gp-location__address{color:#9ca3af;font-size:.82rem;line-height:1.4;margin:0}.gp-pitch{padding:2rem 1.25rem 1.5rem;text-align:center}.gp-pitch__heading{color:#fff;font-size:1.55rem;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin:0 0 .6rem}.gp-pitch__heading em{background:linear-gradient(120deg,#34d399,#10b981);-webkit-background-clip:text;background-clip:text;color:#0000;font-style:normal}.gp-pitch__sub{color:#9ca3af;font-size:.95rem;line-height:1.5;margin:0 auto 1.5rem;max-width:26rem}.gp-pitch__features{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.gp-feature{align-items:center;background-color:#10b9810f;border:1px solid #10b9811f;border-radius:.85rem;display:flex;flex-direction:column;gap:.4rem;padding:.85rem .5rem;text-align:center}.gp-feature__icon{font-size:1.4rem}.gp-feature__label{color:#d1d5db;font-size:.78rem;font-weight:600;line-height:1.25}.gp-social{color:#6ee7b7;font-size:.92rem;font-weight:600;padding:0 1.25rem 1.5rem;text-align:center}.gp-desktop-download{background-color:#111c2e;border:1px solid #ffffff0d;border-radius:1rem;margin:0 1.25rem 1.5rem;padding:1.25rem;text-align:center}.gp-desktop-download__qr{background-color:#fff;border-radius:.9rem;display:inline-block;margin-bottom:.85rem;padding:.85rem}.gp-desktop-download__hint{color:#9ca3af;font-size:.82rem;margin-bottom:1rem}.gp-desktop-download__stores{display:flex;flex-direction:row;gap:.6rem;justify-content:center}.gp-desktop-download__store{align-items:center;background-color:#000;border:1px solid #ffffff1f;border-radius:.7rem;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.55rem;padding:.7rem 1rem;text-decoration:none}.gp-desktop-download__store:hover{border-color:#fff;transform:translateY(-1px)}.gp-cta-spacer{height:6.5rem}.gp-cta{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#0b1220eb;border-top:1px solid #ffffff12;bottom:0;left:0;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom, 0));position:fixed;right:0;z-index:50}.gp-cta__inner{align-items:stretch;gap:.4rem;margin:0 auto;max-width:32rem}.gp-cta__inner,.gp-cta__primary{display:flex;flex-direction:column}.gp-cta__primary{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.85rem;box-shadow:0 12px 28px #10b98159;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:800;gap:.15rem;justify-content:center;padding:.85rem 1.1rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.gp-cta__primary-sub{font-size:.78rem;font-weight:500;letter-spacing:.02em;opacity:.85}.gp-cta__primary:hover{box-shadow:0 18px 36px #10b98173;transform:translateY(-1px)}.gp-cta__secondary{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.82rem;font-weight:500;padding:.25rem;text-align:center}.gp-cta__secondary:hover{color:#d1d5db}.gp-cta__share-toast{animation:gp-toast-in .2s ease;background-color:#111c2e;border:1px solid #ffffff1a;border-radius:.6rem;bottom:calc(7.5rem + env(safe-area-inset-bottom, 0));color:#fff;font-size:.85rem;left:50%;padding:.55rem 1rem;position:fixed;transform:translateX(-50%);z-index:60}@keyframes gp-toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.gp-skel-hero{background:linear-gradient(90deg,#0f172a,#1e293b 50%,#0f172a);background-size:200% 100%;height:75vh;max-height:720px;min-height:480px}.gp-skel-hero,.gp-skel-line{animation:gp-shimmer 1.5s infinite}.gp-skel-line{background:linear-gradient(90deg,#111c2e,#1e293b 50%,#111c2e);background-size:200% 100%;border-radius:6px;height:14px;margin-bottom:.6rem}.gp-skel-line--medium{width:65%}.gp-skel-line--short{width:40%}@keyframes gp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gp-over{align-items:center;background:radial-gradient(circle at 50% 20%,#10b98114,#0000 70%);display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:2.5rem 1.5rem;text-align:center}.gp-over__emoji{font-size:3.5rem;margin-bottom:.5rem}.gp-over__title{font-size:1.85rem;font-weight:800;letter-spacing:-.01em;margin:0 0 .6rem}.gp-over__sub{color:#9ca3af;font-size:1rem;line-height:1.5;margin:0 auto 2rem;max-width:24rem}@media (min-width:768px){.gp-titleblock__title{font-size:2.6rem}.gp-location__map{height:340px}.gp-cta{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-top:none;padding:0 1.25rem;position:static}.gp-cta-spacer{display:none}.gp-shell{padding-bottom:2rem}}
/*# sourceMappingURL=main.5509c523.css.map*/