: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}.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}.dots{pointer-events:none;height:100%;background-image:radial-gradient(circle at center,var(--muted) 2px,transparent 2px);background-size:30px 30px;background-position:12px 12px;-webkit-mask-image:linear-gradient(180deg,#000 0,transparent 50%);mask-image:linear-gradient(180deg,#000 0,transparent 50%)}.dots,.top-gradient{position:absolute;top:0;left:0;width:100%}.top-gradient{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{position:absolute;top:4vh;display:flex;justify-content:center;align-items: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-page{max-width:1400px;margin:0 auto;padding:0 20px}.hero-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;min-height:100vh;padding:120px 0 80px}.hero-content{max-width:600px}.app-name{display:inline-block;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-contrast);background:var(--surface);padding:8px 20px;border-radius:50px;border:1px solid var(--border);margin-bottom:24px}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.hero-highlight{background:linear-gradient(135deg,#ffca28,#f57c00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:20px;line-height:1.6;color:var(--secondary-contrast);margin-bottom:40px}.store-buttons{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.store-button{transition:transform .2s,opacity .2s;display:inline-block}.store-button:hover{transform:translateY(-2px);opacity:.9}.hero-screenshots{display:flex;gap:20px;justify-content:center;align-items:center;perspective:1000px}.screenshot-container{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4);transition:transform .3s ease}.screenshot-container:hover{transform:scale(1.05)}.screenshot-container.featured{transform:scale(1.1);z-index:2}.screenshot-container:first-child{transform:rotate(-8deg) translateY(20px)}.screenshot-container:last-child{transform:rotate(8deg) translateY(20px)}.screenshot-container.featured:hover{transform:scale(1.15)}.app-screenshot{display:block;width:100%;height:auto;border-radius:32px}.features-section{padding:100px 0;text-align:center}.section-title{font-size:42px;font-weight:600;margin-bottom:60px;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-top:60px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:40px 30px;transition:transform .3s,box-shadow .3s;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.feature-icon{font-size:48px;margin-bottom:20px;display:inline-block}.feature-card h3{font-size:22px;font-weight:600;margin-bottom:16px;color:var(--primary-contrast)}.feature-card p{font-size:15px;line-height:1.6;color:var(--secondary-contrast)}.cta-section{text-align:center;padding:100px 0;background:var(--surface);border-radius:32px;margin:80px 0}.cta-section h2{font-size:42px;font-weight:600;margin-bottom:16px}.cta-section p{font-size:18px;color:var(--secondary-contrast);margin-bottom:40px}@media only screen and (max-width:768px){.hero-section{grid-template-columns:1fr;gap:40px;padding:80px 0 60px;text-align:center}.hero-content{max-width:100%}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.store-buttons{justify-content:center}.hero-screenshots{gap:12px}.screenshot-container{max-width:120px}.screenshot-container:first-child,.screenshot-container:last-child{transform:rotate(-4deg)}.screenshot-container.featured{transform:scale(1.2)}.section-title{font-size:32px}.features-grid{grid-template-columns:1fr;gap:20px}.cta-section h2{font-size:32px}}@media only screen and (max-width:480px){.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.store-buttons{flex-direction:column}.screenshot-container{max-width:100px}}