: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}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;min-height:100svh;object-fit:contain;background-color:#0c1012}@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){.creative-link{width:100vw}.creative-image{min-height:auto}}@keyframes creative-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
