:root{color-scheme:dark;--background: #101417;--foreground: #f4f7f5;--ring: #20c45a}*{box-sizing:border-box}html{min-height:100%;background:var(--background);-webkit-text-size-adjust:100%}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:radial-gradient(circle at 50% 0%,rgba(28,153,72,.22),transparent 34rem),var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture{display:block}img{max-width:100%}a[href]{cursor:pointer}.landing-shell{min-height:100svh;display:flex;justify-content:center;align-items:flex-start;padding:0}.creative-link{width:min(100vw,768px);display:block;line-height:0;color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;animation:creative-enter .18s ease-out both}.creative-link:focus-visible{outline:3px solid var(--ring);outline-offset:4px}.creative-image{width:100%;height:auto;object-fit:cover;background-color:#0c1012;content-visibility:auto;display:block;aspect-ratio:9 / 16}@media (min-width: 769px){.landing-shell{padding:24px 16px}.creative-link{border-radius:12px;overflow:hidden;box-shadow:0 24px 70px #00000073;transition:filter .14s ease-out,transform .14s ease-out}.creative-link:hover{filter:brightness(1.04);transform:translateY(-1px)}}@media (max-width: 768px){.landing-shell{min-height:auto}.creative-link{width:100vw;aspect-ratio:9 / 16}.creative-image{height:100%}}.cta-button{display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:calc(100vw * 2 / 3 - 20px);max-width:500px;padding:16px 28px;background:linear-gradient(180deg,#45d962,#3ec644,#1a9d47);color:#fff;text-decoration:none;border:none;border-radius:28px;font-size:24px;font-weight:600;text-align:center;cursor:pointer;box-shadow:0 4px 12px #3ec64466,inset 0 1px #ffffff26,inset 0 -2px 4px #0000001a;transition:all .2s cubic-bezier(.34,1.56,.64,1);-webkit-tap-highlight-color:transparent;z-index:100;animation:cta-enter .3s ease-out both,cta-glow 1.5s ease-in-out .6s infinite;display:flex;align-items:center;justify-content:center;gap:10px}.cta-icon{flex-shrink:0;width:36px;height:36px;object-fit:contain}.cta-button:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 6px 16px #3ec64480,inset 0 1px #ffffff26,inset 0 -2px 4px #0000001a}.cta-button:active{transform:translate(-50%) translateY(0);box-shadow:0 2px 8px #3ec6444d}.cta-button:focus-visible{outline:3px solid var(--ring);outline-offset:4px}.cta-button-top{display:flex!important;bottom:auto;top:20px;animation:cta-enter-top .3s ease-out both,cta-glow 1.5s ease-in-out .6s infinite}.cta-button-bottom{display:flex!important}@keyframes cta-enter-top{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes cta-enter{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes cta-glow{0%,to{box-shadow:0 4px 12px #3ec64466,0 0 #3ec64400}50%{box-shadow:0 4px 12px #3ec64499,0 0 20px 8px #3ec64433}}@keyframes creative-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.cta-button{display:flex}}
