:root{--primary-contrast:#0b151e;--secondary-contrast:#0b151e99;--background-gradient:linear-gradient(90deg,#ffca28,#f57c00);--background:#ffca28;--muted:rgba(194,137,3,.3);--surface:#e99e1d;--border:transparent;--top-gradient:#ffffff33;--bottom-gradient-top:#ffffff75;--bottom-gradient-bottom:transparent;--button:#0b151e;--shiny-primary:#007aff;--shiny-black:#000;--shiny-white:#fff;--shiny-gray-100:#f5f5f7;--shiny-gray-200:#e5e5ea;--shiny-gray-300:#d1d1d6;--shiny-gray-400:#c7c7cc;--shiny-gray-500:#8e8e93;--shiny-gray-600:#6c6c70;--shiny-gray-700:#48484a;--shiny-gray-800:#3a3a3c;--tcg-purple-dark:#2d1b4e;--tcg-purple-medium:#341c59;--tcg-purple-light:#4e2a83;--tcg-yellow:#f8b400;--tcg-orange:#e76f51;--tcg-green:#2a9d8f;--tcg-blue:#3a86ff;--tcg-cream:#fff4e0;--tcg-dark:#1e293b}.dark-theme{--primary-contrast:#fff;--secondary-contrast:#ffffff99;--background-gradient:linear-gradient(90deg,#0b151e,#0b151e);--background:#0b151e;--muted:rgba(21,39,60,.6);--surface:#112031;--border:#ffffff20;--top-gradient:#1b72e833;--bottom-gradient-top:#1b72e8;--bottom-gradient-bottom:#1b72e850;--button:linear-gradient(90deg,#ffca28,#f57c00)}*{margin:0;font-family:Google Sans}html{background:var(--background)}body{color:var(--primary-contrast);background:var(--background-gradient);min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center}.top-gradient{position:absolute;top:0;left:0;width:100%;height:25vh;background:linear-gradient(180deg,transparent 0,var(--top-gradient) 50%);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 10vw));clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 10vw))}.bottom-gradient{position:fixed;bottom:0;width:90%;height:900px;margin-bottom:-550px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;--top:var(--bottom-gradient-top);--bottom:var(--bottom-gradient-bottom);--first:conic-gradient(from 90deg at 0% 50%,var(--top),var(--bottom));--second:conic-gradient(from 270deg at 100% 50%,var(--bottom),var(--top));-webkit-mask-image:radial-gradient(closest-side at 50% 50%,var(--background),transparent);mask-image:radial-gradient(closest-side at 50% 50%,var(--background),transparent);background-image:var(--first),var(--second);background-position-x:0,100%;background-position-y:100%,0;background-repeat:no-repeat;opacity:.4;transform:translateY(-200px) rotate(180deg) translateZ(0);transform-origin:center center}.header svg{padding:16px 25px}.heading{font-size:48px;font-weight:500;letter-spacing:-2%;text-align:center}.regenerate-button{color:var(--background);background:var(--button)}.back-button{position:fixed;top:32px;left:32px;color:var(--primary-contrast);background-color:var(--surface);display:flex;align-items:center;gap:6px;text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button{font-size:15px;line-height:1.3;font-weight:500;padding:11px 16px;border-radius:100px;border:none;cursor:pointer;transition:scale .2s,filter .2s}.button:hover{filter:brightness(1.1)}.button:active{scale:.97}.content{margin:120px 12px;justify-content:center;gap:80px}.content,.content header{display:flex;flex-direction:column;align-items:center}.content header{gap:32px}.content header h2{font-size:20px;font-weight:400}.data-container,.features{display:grid;grid-gap:10px;gap:10px}.features{text-wrap:balance}.data-container,.features{grid-template-columns:repeat(2,1fr)}.data-container{text-wrap:pretty}.card{flex-direction:column;padding:24px;gap:12px;max-width:360px}.card h2{font-size:24px;line-height:1.2;font-weight:500;letter-spacing:-2%}.card p{font-size:13px;line-height:1.5;color:var(--secondary-contrast);letter-spacing:-1%}.card p a,.link{color:var(--primary-contrast);text-decoration:underline;text-underline-offset:2px}.links-container{padding-top:24px;gap:24px}.links,.links-container{display:flex;flex-wrap:wrap}.links{gap:10px}.links a{padding:14px 15px;color:var(--primary-contrast);font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;justify-content:center;align-items:center;gap:4px}.card,.links a{position:relative;border-radius:24px;background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex}.card:before,.links a:before{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(var(--border),transparent 30%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.card:not(:first-child):after,.links a:not(:first-child):after{content:"";top:0;height:100%;background:var(--surface);position:absolute;pointer-events:none}.card:not(:first-child):after{width:10px;left:-10px;mask:url(/between-cards.svg) no-repeat center/contain;-webkit-mask:url(/between-cards.svg) no-repeat center/contain}.links a:not(:first-child):after{width:30px;left:calc(-20px);mask:url(/between-links.svg) no-repeat center/contain;-webkit-mask:url(/between-links.svg) no-repeat center/contain}@media only screen and (max-width:1023px){.heading{font-size:36px}.back-button{top:10px;left:10px}.data-container,.features{grid-template-columns:1fr}.card:after,.links a:after,.top-gradient{display:none}.bottom-gradient{width:150%;height:400px;margin-bottom:-450px}}.landing-content{width:100%;max-width:1280px;margin:0 auto;padding:1rem}.hero-title{font-size:4rem;background:linear-gradient(90deg,#ffca28,#f57c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.hero-subtitle{color:var(--secondary-contrast);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.primary-button{background:linear-gradient(90deg,#ffca28,#f57c00);font-weight:600}.primary-button,.secondary-button{color:var(--primary-contrast);padding:12px 24px;border-radius:30px;transition:all .3s ease}.secondary-button{background:var(--surface);font-weight:500;border:1px solid var(--border)}.primary-button:hover,.secondary-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.card-display{position:relative;width:300px;height:400px}.card{width:220px;height:300px;border-radius:15px;background:linear-gradient(135deg,#ffca28,#f57c00);box-shadow:0 20px 30px rgba(0,0,0,.2);position:absolute}.card-angled-1{transform:rotate(-15deg);z-index:1;background:linear-gradient(135deg,#f57c00,#e65100)}.card-angled-2{transform:rotate(5deg);z-index:2;top:10px;left:30px}.card-angled-3{transform:rotate(25deg);z-index:3;top:20px;left:60px;background:linear-gradient(135deg,#ffca28,#ffa000)}.section-header h2{font-size:2.5rem;font-weight:600}.accent-line{width:80px;background:linear-gradient(90deg,#ffca28,#f57c00);border-radius:2px}.featured-event{padding:4rem 0;margin-bottom:3rem}.event-highlight{display:flex;background-color:var(--surface);border-radius:20px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,.1)}.event-date{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(135deg,#ffca28,#f57c00);color:var(--primary-contrast);min-width:150px}.date-number{font-size:3rem;font-weight:700;line-height:1}.date-month{font-size:1.5rem;font-weight:500}.event-details{padding:2rem;flex:1 1}.event-details h3{font-size:1.8rem;margin-bottom:1rem}.event-location{display:flex;align-items:center;font-size:1.1rem;margin-bottom:1.5rem;color:var(--secondary-contrast)}.location-icon{margin-right:.5rem}.event-description{margin-bottom:1.5rem;line-height:1.6}.event-button{display:inline-block;background:linear-gradient(90deg,#ffca28,#f57c00);color:var(--primary-contrast);font-weight:500;padding:10px 20px;border-radius:30px;transition:all .3s ease}.event-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.upcoming-events{padding:4rem 0;margin-bottom:3rem}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.event-card{background-color:var(--surface);border-radius:15px;overflow:hidden;padding:1.5rem;box-shadow:0 10px 20px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border)}.event-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.event-card-date{display:inline-flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#ffca28,#f57c00);padding:.5rem 1rem;border-radius:10px;color:var(--primary-contrast);margin-bottom:1rem}.card-date-day{font-size:1.5rem;font-weight:700;line-height:1}.card-date-month{font-size:.9rem;font-weight:500}.event-card-title{font-size:1.4rem;margin-bottom:.5rem}.event-card-location{color:var(--secondary-contrast);margin-bottom:1.5rem}.event-card-footer{display:flex;justify-content:space-between;align-items:center}.event-card-price{font-weight:500;color:var(--secondary-contrast)}.event-card-link{color:#ffca28;font-weight:600;text-decoration:none;transition:color .3s ease}.event-card-link:hover{color:#f57c00}.view-all-container{text-align:center;margin-top:2rem}.view-all-link{color:var(--primary-contrast);font-weight:600;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.view-all-link:hover{color:#f57c00}.features-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.feature-card{background-color:var(--surface);border-radius:15px;box-shadow:0 10px 20px rgba(0,0,0,.05);transition:transform .3s ease;border:1px solid var(--border)}.feature-icon{font-size:2.5rem}.feature-card p{color:var(--secondary-contrast);line-height:1.6}.gallery{padding:4rem 0;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,200px);grid-gap:1rem;gap:1rem}.gallery-item{background-color:var(--surface);border-radius:10px;overflow:hidden;background-size:cover;background-position:50%;transition:transform .3s ease;border:1px solid var(--border)}.gallery-item:hover{transform:scale(1.02)}.gallery-item-large{grid-column:1/3;grid-row:1/3}.newsletter{padding:4rem 2rem;margin-bottom:3rem;background-color:var(--surface);border-radius:20px;border:1px solid var(--border)}.newsletter-content h2{font-size:2rem}.newsletter-content p{color:var(--secondary-contrast);line-height:1.6}.newsletter-form{max-width:500px;margin:0 auto}.newsletter-form input{padding:.8rem 1.2rem;border-radius:30px;border:1px solid var(--border);background-color:hsla(0,0%,100%,.05);color:var(--primary-contrast);outline:none}.newsletter-button{background:linear-gradient(90deg,#ffca28,#f57c00);color:var(--primary-contrast);font-weight:500;border-radius:30px;transition:all .3s ease}.newsletter-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media only screen and (max-width:768px){.hero{flex-direction:column;text-align:center}.hero-content{margin-bottom:3rem}.hero-buttons{justify-content:center}.event-highlight{flex-direction:column}.event-date{padding:1rem;flex-direction:row;gap:.5rem}.newsletter-form{flex-direction:column}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,200px)}.gallery-item-large{grid-column:1;grid-row:1}}.navbar{position:fixed;top:0;left:0;width:100%;justify-content:space-between;padding:1rem 2rem;background-color:rgba(17,32,49,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.1)}.logo,.navbar{display:flex;align-items:center}.logo-text{font-size:1.8rem;letter-spacing:-.5px;color:var(--primary-contrast)}.logo-highlight{background:linear-gradient(90deg,#ffca28,#f57c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.nav-links{display:flex;gap:2rem}.nav-link{color:var(--primary-contrast);text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ffca28,#f57c00);transition:width .3s ease}.nav-link:hover{color:#ffca28}.nav-link:hover:after{width:100%}.auth-buttons{display:flex;gap:1rem}.login-button{background:transparent;border:1px solid var(--border)}.login-button,.register-button{color:var(--primary-contrast);padding:8px 16px;border-radius:20px;font-weight:500;transition:all .3s ease}.register-button{background:linear-gradient(90deg,#ffca28,#f57c00)}.login-button:hover,.register-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.landing-content{margin-top:80px}@media only screen and (max-width:900px){.navbar{flex-wrap:wrap;padding:1rem}.nav-links{order:3;width:100%;justify-content:center;margin-top:1rem;gap:1rem;flex-wrap:wrap}.auth-buttons{gap:.5rem}.login-button,.register-button{padding:6px 12px;font-size:.9rem}.logo-text{font-size:1.5rem}}@media only screen and (max-width:480px){.nav-links{display:none}.auth-buttons{gap:.3rem}.login-button,.register-button{padding:5px 10px;font-size:.8rem}.logo-text{font-size:1.3rem}}.main-content{flex:1 1;width:100%;margin:0 auto}.footer{width:100%;background-color:var(--surface);padding:2rem 0;margin-top:2rem;border-top:1px solid var(--border)}.footer-content{padding:0 1rem;gap:1rem}.footer-link{color:var(--primary-contrast);transition:color .2s ease}.footer-link:hover{color:var(--background);text-decoration:underline}.footer-copyright{color:var(--secondary-contrast);font-size:.8rem}.app-hero{display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;text-align:center}@media (min-width:768px){.app-hero{flex-direction:row;justify-content:space-between;text-align:left;padding:4rem 2rem}}.hero-content{margin-bottom:2rem}@media (min-width:768px){.hero-content{margin-bottom:0}}.hero-title{font-size:3rem;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem}.app-description{font-size:1.1rem;opacity:.9}.app-description,.app-store-buttons{margin-bottom:2rem}@media (min-width:768px){.app-store-buttons{justify-content:flex-start}}.qr-codes{display:flex;gap:2rem;justify-content:center}@media (min-width:768px){.qr-codes{justify-content:flex-start}}.qr-code-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-image-container{flex-shrink:0;display:flex;justify-content:center}.phone-mockup{filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.app-features{padding:4rem 1rem;background-color:#f9f9f9}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.2rem;margin-bottom:1rem;color:#2c3e50}.accent-line{height:4px;width:60px;background-color:#3498db;margin:0 auto}.features-grid{grid-template-columns:1fr;max-width:1200px;margin:0 auto}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.feature-icon{margin-bottom:1rem}.feature-card h3{color:#2c3e50}.feature-card p{color:#7f8c8d}.app-screenshots{padding:4rem 1rem}.screenshots-slider{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1.5rem;padding:1.5rem 0;justify-content:center;-webkit-overflow-scrolling:touch}.screenshot{flex:0 0 auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.15));transition:transform .3s ease}.screenshot:hover{transform:translateY(-10px)}.testimonials{padding:4rem 1rem;background-color:#f9f9f9}.testimonials-container{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width:768px){.testimonials-container{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.rating{color:#f39c12}.testimonial-text{font-style:italic;margin-bottom:1rem;color:#333}.testimonial-author{font-weight:700;color:#2c3e50}.download-cta{padding:4rem 1rem;background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.newsletter{padding:4rem 1rem;background-color:#f1f1f1;text-align:center}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2.2rem;margin-bottom:1rem;color:#2c3e50}.newsletter-content p{margin-bottom:2rem;color:#7f8c8d}.newsletter-form{display:flex;flex-direction:column;gap:1rem}@media (min-width:576px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1 1;padding:.8rem 1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.newsletter-button{background-color:#3498db;color:#fff;border:none;border-radius:5px;padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.newsletter-button:hover{background-color:#2980b9}.shiny-content{width:100%;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--shiny-black);line-height:1.5}.shiny-title{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.shiny-subtitle{font-size:1.75rem;font-weight:500;margin-bottom:2rem;color:var(--shiny-gray-700)}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:2rem;letter-spacing:-.02em;text-align:center}.shiny-hero{padding:6rem 2rem;background-color:var(--shiny-white);text-align:center}.hero-container{max-width:1000px;margin:0 auto}.app-store-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.store-button{transition:transform .2s ease}.store-button:hover{transform:scale(1.05)}.hero-phone-container{max-width:300px;margin:0 auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}.hero-phone{width:100%;height:auto}.features-section{padding:6rem 2rem;background-color:var(--shiny-gray-100)}.features-container{max-width:1000px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background-color:var(--shiny-white);padding:2rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:var(--shiny-gray-600)}.screenshots-section{padding:6rem 2rem;background-color:var(--shiny-white)}.screenshots-container{max-width:1000px;margin:0 auto}.screenshots-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;justify-items:center}@media (min-width:640px){.screenshots-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.screenshots-grid{grid-template-columns:repeat(4,1fr)}}.screenshot-image{border-radius:1.5rem;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:transform .3s ease}.screenshot-image:hover{transform:translateY(-10px)}.reviews-section{padding:6rem 2rem;background-color:var(--shiny-gray-100)}.reviews-container{max-width:1000px;margin:0 auto}.reviews-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media (min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background-color:var(--shiny-white);padding:2rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.rating{color:gold;font-size:1.5rem;margin-bottom:1rem}.review-text{font-style:italic;margin-bottom:1.5rem;color:var(--shiny-gray-700)}.review-author{font-weight:600;color:var(--shiny-gray-800)}.key-features-section{padding:6rem 2rem;background-color:var(--shiny-white);text-align:center}.key-features-container{max-width:800px;margin:0 auto}.key-features-list{list-style:none;padding:0;margin:0 0 3rem;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left}@media (min-width:640px){.key-features-list{grid-template-columns:repeat(2,1fr)}}.key-features-list li{display:flex;align-items:center;font-size:1.125rem;color:var(--shiny-gray-700)}.key-features-list li span{margin-right:1rem;font-size:1.5rem}.download-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-section{padding:5rem 2rem;max-width:800px;margin:0 auto;text-align:center}.contact-email{font-size:1.5rem;color:var(--tcg-yellow);text-decoration:none;font-weight:500;transition:color .3s ease;display:inline-block;margin-top:1rem}.contact-email:hover{color:var(--tcg-cream)}.footer{background-color:rgba(29,16,44,.8);padding:3rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width:640px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-links{display:flex;gap:2rem}.footer-link{color:var(--tcg-cream);opacity:.7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link:hover{color:var(--tcg-yellow);opacity:1}.company-info{text-align:right}.company-name{color:var(--tcg-cream);font-weight:500;margin-bottom:.5rem}.company-email{color:var(--tcg-cream);opacity:.7;font-size:.9rem}@media (max-width:767px){.header{flex-direction:column;padding:1rem}.header,.main-nav{gap:1rem}.hero{padding:1rem 1rem 3rem}.hero-title{font-size:2.5rem}.hero-content{width:100%}.company-info{text-align:center}}@media (min-width:768px){.header{padding:1.5rem 2rem;justify-content:flex-start;margin-bottom:0}}.tcg-landing{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--tcg-purple-dark);color:var(--tcg-cream);position:relative}.stars-container{position:fixed;overflow:hidden;z-index:-1}.stars-bg,.stars-container{top:0;left:0;width:100%;height:100%}.stars-bg{position:absolute;background-image:url(/images/star-background.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;animation:twinkling 8s ease-in-out infinite}@keyframes twinkling{0%,to{opacity:.9}50%{opacity:1}}.header{position:relative;justify-content:center;padding:1rem;width:100%;margin-bottom:1.5rem}.header,.logo-wrapper{display:flex;align-items:center}.logo-wrapper{gap:.75rem}.header-logo{width:60px;height:60px}.logo-text{font-size:1.75rem;font-weight:700;color:var(--tcg-cream)}.hero{align-items:center;padding:1rem 1rem 3rem;max-width:1200px;margin:0 auto}.hero,.hero-container{display:flex;flex-direction:column;width:100%}.hero-container{gap:3rem}.hero-content{flex-direction:column;text-align:center;max-width:600px;margin:0 auto;order:2}.hero-content,.hero-image{display:flex;align-items:center}.hero-image{justify-content:center;margin-top:0;margin-bottom:2rem;width:100%;order:1}.app-screenshot{filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));border-radius:30px;overflow:hidden;border:3px solid hsla(0,0%,100%,.1);max-width:100%;height:auto}.hero-title{font-size:3.5rem;font-weight:700;color:var(--tcg-cream);margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:var(--tcg-cream);opacity:.9;margin-bottom:2.5rem}.store-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.app-store-button,.google-play-button{display:inline-block;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:50%;width:180px;height:53px;transition:transform .3s ease,opacity .3s}.google-play-button{background-image:url(/images/google-play.png)}.app-store-button{background-image:url(/images/app-store.png)}.app-store-button:hover,.google-play-button:hover{transform:translateY(-5px);opacity:.9}@media (min-width:480px){.store-buttons{flex-direction:row;gap:1.5rem;justify-content:center}}@media (min-width:768px){.hero{padding:2rem 2rem 5rem}.header{padding:1rem;justify-content:flex-start}.hero-container{flex-direction:row;justify-content:space-between;gap:2rem;align-items:center}.hero-content{align-items:flex-start;text-align:left;margin:0;flex:1 1;order:1}.hero-image{margin-top:0;margin-bottom:0;width:auto;order:2}.store-buttons{justify-content:flex-start}}