.home{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center}.home-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:73%}.home-title{width:100%;height:auto}.home-tagline{font-size:1.2rem;text-align:center;margin-top:1.5rem;color:#333}.home-coming-soon{font-size:2rem;text-align:center;margin-top:2rem;color:#6894b7}.social-links{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:nowrap}.social-link{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#667eea;border:3px solid #000;border-radius:50%;padding:12px;text-decoration:none;transition:background-color .3s ease}.social-link img{width:100%;height:100%;object-fit:contain}.social-link:hover{background:#395cfa}.social-link.disabled{background:#1a2a3a;cursor:not-allowed;opacity:.5}.social-link.disabled:hover{background:#1a2a3a}@media(max-width:640px){.hero-social{gap:.5rem;transform:scale(1)!important}.social-link{width:45px;height:45px;padding:8px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial Black,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}.hero{height:100vh;position:relative;overflow:hidden;background:linear-gradient(0deg,#667eea,#764ba2)}.hero-dock{position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:bottom;z-index:1}.hero-character{position:absolute;bottom:0;left:1rem;height:77vh;z-index:3}.hero-cop-car{position:absolute;bottom:0;right:0;width:82%;height:auto;z-index:2;padding-right:2rem;padding-bottom:2rem;min-width:768px!important}.hero-title-container{position:absolute;top:27%;left:60%;transform:translate(-50%,-50%);z-index:7;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-title{height:auto;max-width:60%;transform:scale(2.2);transform-origin:center}.hero-social{z-index:3;margin-top:2rem}@media(max-width:740px){.hero-character{height:60vh}.hero-cop-car{right:-13rem!important}.hero-title-container{top:18%!important;left:50%;transform:translate(-50%,-50%);align-items:center;text-align:center;gap:.3rem;width:73%}.hero-social{margin-top:1rem!important}.hero-title{max-width:80%;transform:scale(1)}}.cta-button{display:inline-block;padding:1.5rem 4rem;font-size:1.5rem;font-weight:900;background:#fff;color:#667eea;text-decoration:none;border-radius:100px;transition:transform .2s;box-shadow:0 10px 30px #0000004d}.panel{min-height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem 2rem;position:relative}.panel:nth-child(2n){background:#fff;color:#000}.panel:nth-child(odd){background:#0a0a0a;color:#fff}.panel-content{max-width:1200px;width:100%}.panel-with-image{display:grid;grid-template-columns:2fr 1fr;grid-template-areas:"heading heading" "text image";gap:2rem;align-items:flex-start}.panel-with-image--image-left{grid-template-columns:1fr 2fr;grid-template-areas:"image text"}.panel-heading{grid-area:heading;text-align:center}.panel-text{grid-area:text;display:flex;flex-direction:column;gap:1.25rem}.panel-image{grid-area:image;display:flex;justify-content:center;align-items:center}.panel-column{flex-direction:column;gap:1rem}.panel-image img{max-width:320px}.panel .blue{color:#667eea}@media(max-width:640px){.panel-image img{max-width:220px}}.panel-images-row{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.panel-portrait{max-width:320px;width:100%;height:auto}@media(max-width:640px){.panel-images-row{flex-direction:column;align-items:center}}.panel h2{font-size:clamp(3rem,8vw,6rem);margin-bottom:2rem;color:#667eea}.panel p{font-size:clamp(1.2rem,2.5vw,1.8rem);line-height:1.6;opacity:.8;max-width:800px}.panel p.small{font-size:clamp(1rem,2vw,1.2rem);opacity:.7}.tokenomics{background:#0f0f0f;padding:6rem 1rem}.tokenomics-content{max-width:1400px;margin:0 auto}.kojak-strip{background:#000}.kojak-strip-inner{display:flex;flex-wrap:wrap;width:100%}.kojak-square{position:relative;flex:1 1 33.3333%;max-width:33.3333%;aspect-ratio:1 / 1;overflow:hidden}.kojak-square img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:800px){.kojak-square{flex:1 1 50%;max-width:50%}}@media(max-width:480px){.kojak-square{flex:1 1 100%;max-width:100%}}.tokenomics h2{font-size:clamp(3rem,8vw,6rem);text-align:center;margin-bottom:4rem;color:#fff;padding:0 1rem}.token-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.token-card{padding:3rem 2rem;text-align:center;transition:transform .2s;border:none}.token-card.green{background:#667eea}.token-card.white{background:#f5f5f5}.token-label{font-size:clamp(1rem,2vw,2rem);font-weight:900;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.02em}.token-card.green .token-label{color:#fff}.token-card.white .token-label{color:#667eea}.token-percentage{font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.token-card.green .token-percentage,.token-card.white .token-percentage{color:#000}.token-description{display:none}.ca-box{background:#f5f5f5;padding:2rem;text-align:center;margin-top:.75rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:1.5rem}.ca-label{font-size:2.5rem;font-weight:900;color:#000}.ca-address{font-size:1.2rem;font-weight:700;color:#000;font-family:Courier New,monospace;word-break:break-all}.copy-icon{width:40px;height:40px;cursor:pointer;flex-shrink:0;color:#667eea;margin-top:1px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.token-grid{grid-template-columns:1fr}.ca-box{flex-direction:column;gap:1rem}.ca-address{font-size:.9rem}}.footer{background:#000;padding:4rem 2rem;text-align:center}.footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.footer-links a{color:#667eea;text-decoration:none;font-size:1.2rem;font-weight:700;transition:color .3s}.footer-links a:hover{color:#764ba2}@media(max-width:768px){.token-grid{grid-template-columns:1fr}}
