:root{--bg:#fff;--text:#000;--primary:#000;--hc-red:red;--font-minimal:"Inter", sans-serif;--font-display-1:"Bebas Neue", sans-serif;--font-display-2:"Syncopate", sans-serif;--font-display-3:"Space Grotesk", sans-serif;--font-crazy-1:"Syne", sans-serif;--font-crazy-2:"Fascinate Inline", cursive;--font-crazy-3:"Bungee Shade", cursive;--font-crazy-4:"Climate Crisis", sans-serif;--font-crazy-5:"Silkscreen", cursive;--font-crazy-6:"Permanent Marker", cursive;--font-crazy-7:"Metal Mania", cursive;--font-crazy-8:"Wallpoet", cursive;--font-crazy-9:"Black Ops One", cursive;--font-crazy-10:"Stalinist One", cursive;--font-handwriting:"Shadows Into Light", cursive}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:var(--font-minimal);background-image:linear-gradient(#ccc 1px,#0000 1px),linear-gradient(90deg,#ccc 1px,#0000 1px),linear-gradient(#e5e5e5 1px,#0000 1px),linear-gradient(90deg,#e5e5e5 1px,#0000 1px);background-position:-1px -1px,-1px -1px,-1px -1px,-1px -1px;background-size:100px 100px,100px 100px,20px 20px,20px 20px;margin:0;padding:0;overflow-x:clip}::-webkit-scrollbar{background-color:var(--bg);border-left:2px solid var(--text);width:16px}::-webkit-scrollbar-thumb{background-color:var(--text);border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background-color:var(--hc-red)}.brutalist-border{border:4px solid var(--text)}.brutalist-shadow{box-shadow:8px 8px 0px 0px var(--text);transition:all .2s}.brutalist-shadow-hover{box-shadow:6px 6px 0px 0px var(--text);transition:all .2s}.brutalist-shadow-hover:hover{box-shadow:10px 10px 0px 0px var(--text);transform:translate(-4px,-4px)}h1,h2,h3,h4,h5,h6{text-transform:uppercase;color:var(--text);margin:0}input,button{font-family:var(--font-minimal);border:4px solid var(--text);background:#fff;border-radius:0}input{outline:none;padding:1rem;font-size:1.25rem}input:focus{background:#0000000d}button{cursor:pointer;font-size:1.25rem;font-family:var(--font-display-3);text-transform:uppercase;background:var(--text);color:var(--bg);padding:.75rem 1.5rem;font-weight:700;transition:all .2s}button:hover{background:var(--bg);color:var(--text)}.bg-hc-red{background:var(--hc-red)}.bg-hc-red:hover{background:var(--text);color:var(--bg)}.container{max-width:1200px;margin:0 auto;padding:1.5rem}@media (width<=480px){.container{padding:1rem}}.bg-white{background-color:var(--bg)}.bg-black{background-color:var(--text)}.text-white{color:var(--bg)}.text-black{color:var(--text)}.font-minimal{font-family:var(--font-minimal)}.font-display-1{font-family:var(--font-display-1)}.font-display-2{font-family:var(--font-display-2)}.font-display-3{font-family:var(--font-display-3);text-transform:uppercase}.box-mark{background:var(--text);color:var(--bg);padding:.25rem 1rem;display:inline-block}.marquee-container{white-space:nowrap;background:var(--text);color:var(--bg);border-bottom:2px solid var(--text);font-family:var(--font-display-2);text-transform:uppercase;padding:.25rem 0;font-size:1rem;display:flex;overflow:hidden}.marquee-content{flex-shrink:0;justify-content:space-around;min-width:100%;animation:15s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.crazier-nav{z-index:100;background:var(--bg);justify-content:space-between;align-items:center;margin-bottom:4rem;padding:1rem 1.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:sticky;top:1rem}.crazier-nav:hover{box-shadow:12px 12px 0px 0px var(--text);transform:rotate(-1deg)scale(1.02)}.logo-area{letter-spacing:-1px;font-size:1.8rem;font-weight:700}.nav-btn{align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;display:flex}.hero{text-align:center;margin-top:4rem;margin-bottom:8rem}.hero-title-container{flex-direction:column;justify-content:center;min-height:400px;display:flex}.hero-title{width:100%;margin-bottom:2rem;font-size:clamp(1.5rem,6.5vw,7rem);line-height:1.1}.hero-line{white-space:nowrap;display:block}.hero-text{letter-spacing:.1em;padding-left:.1em}@media (width<=768px){.hero-title{font-size:clamp(1.2rem,7vw,3.5rem)}.hero-title-container{min-height:180px}.hero{margin-top:2rem;margin-bottom:4rem}}.hero-highlight{-webkit-box-decoration-break:clone;box-decoration-break:clone;margin:1rem 0;padding:.2rem 1.5rem;font-size:1.1em;display:inline-block;transform:rotate(-2deg)}.hero-subtitle{background-color:var(--bg);max-width:800px;margin:0 auto;padding:1.5rem;font-size:1.5rem}@media (width<=768px){.hero-subtitle{padding:1rem;font-size:1.1rem}}.hero-form{justify-content:center;max-width:600px;margin:0 auto;display:flex}@media (width<=480px){.hero-form{flex-direction:column;width:100%;padding:0 1rem}.hero-form input{border-right:4px solid var(--text);margin-bottom:1rem}}.hero-form input{border-right:none;flex-grow:1}.hero-form button{align-items:center;gap:.5rem;display:flex}.section-title{margin-bottom:3rem;padding:1rem 2rem;font-size:3rem;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.steps-section{margin-bottom:6rem}.steps-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.step-card{padding:1.5rem}.step-card h3{font-size:1.6rem}}.step-card{background:var(--bg);border:4px solid var(--text);padding:2.5rem;position:relative}.tape-x-container{z-index:10;opacity:.9;width:60px;height:60px;position:absolute}.tape-x-bar-1,.tape-x-bar-2{background-color:#f0f0e6f2;border:1px solid #0000001a;width:100%;height:20px;margin-top:-10px;position:absolute;top:50%;left:0;box-shadow:2px 2px 4px #0003}.tape-x-bar-1{transform:rotate(45deg)}.tape-x-bar-2{transform:rotate(-45deg)}.step-icon{margin-bottom:1.5rem}.step-card h3{margin-bottom:1rem;font-size:2rem}.step-card p{font-size:1.1rem;line-height:1.6}.prizes-section{text-align:center;margin-bottom:6rem;padding:4rem 2rem}.prizes-section h2{margin-bottom:1rem;font-size:4rem}.prize-subtitle{margin-bottom:3rem;font-size:1.5rem}.faq-section{margin-bottom:6rem}.inline-icon{vertical-align:middle;width:3rem;height:3rem;margin-right:.5rem;display:inline-block}.faq-list{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;padding:2rem}.faq-item:hover{background-color:var(--text);color:var(--bg)}.faq-item:hover h4,.faq-item:hover p{color:var(--bg)}.faq-q{margin-bottom:1rem;font-size:1.5rem}.faq-a{font-size:1.1rem;line-height:1.6}.footer{text-align:center;padding:3rem}.hc-link{padding:.25rem .5rem;font-weight:700;text-decoration:none}.hc-link:hover{background-color:var(--bg);color:var(--text);border:2px solid var(--text)}.hover-scale{transition:transform .2s;display:inline-block}.hover-scale:hover{transform:scale(1.1)rotate(-5deg)}.border-2{border-width:2px}.reveal-on-scroll{opacity:0;will-change:opacity, transform;transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal-on-scroll.revealed{opacity:1;transform:none}.fade-in-up{transform:translateY(40px)}.scale-in{transform:scale(.95)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.fixed{position:fixed}.bottom-0{bottom:0}.left-0{left:0}.top-0{top:0}.bottom-8{bottom:2rem}.left-8{left:2rem}.z-50{z-index:50}.w-16{width:4rem}.w-32{width:8rem}.h-16{height:4rem}.w-full{width:100%}.h-auto{height:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-auto{margin-top:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-12{margin-bottom:3rem}.mb-24{margin-bottom:6rem}.my-12{margin-top:3rem;margin-bottom:3rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pt-16{padding-top:4rem}.text-center{text-align:center}.text-left{text-align:left}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}.text-gray-400{color:#9ca3af}.leading-relaxed{line-height:1.625}.font-bold{font-weight:700}.italic{font-style:italic}.relative{position:relative}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.border-2{border-style:solid;border-width:2px}.border-4{border-style:solid;border-width:4px}.border-black{border-color:var(--text)}.border-white{border-color:var(--bg)}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translate(-50%)}.box-decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}@media (width>=768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:w-64{width:16rem}}.bento-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.bento-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.25fr 1fr}.bento-poster{grid-row:span 2}}.bento-item{flex-direction:column;display:flex}.bento-image-wrapper{flex-grow:1;display:flex;position:relative}.bento-image-wrapper img{object-fit:cover;width:100%;height:100%}.ds-open-btn{font-size:.95rem;font-family:var(--font-display-3);text-transform:uppercase;background:var(--text);color:var(--bg);border:4px solid var(--text);cursor:pointer;letter-spacing:.05em;white-space:nowrap;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:700;transition:all .2s;display:flex}.ds-open-btn:hover{background:var(--bg);color:var(--text)}.ds-overlay{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.ds-modal{background:var(--bg);border:4px solid var(--text);box-shadow:12px 12px 0 var(--text);flex-direction:column;width:100%;max-width:960px;max-height:90vh;display:flex;overflow:hidden}.ds-header{background:var(--text);color:var(--bg);border-bottom:4px solid var(--text);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ds-title{letter-spacing:.05em;color:var(--bg);margin:0;font-size:1.5rem}.ds-close{width:36px;height:36px;color:var(--bg);border:2px solid var(--bg);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.ds-close:hover{background:var(--bg);color:var(--text)}.ds-body{flex:1;min-height:0;display:flex;overflow-y:auto}.ds-controls{border-right:4px solid var(--text);flex-direction:column;flex-shrink:0;gap:1.25rem;width:320px;padding:1.5rem;display:flex;overflow-y:auto}.ds-control-group{flex-direction:column;gap:.5rem;display:flex}.ds-label{font-family:var(--font-display-3);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:700}.ds-file-btn{background:var(--bg);border:4px solid var(--text);font-family:var(--font-minimal);text-transform:uppercase;cursor:pointer;letter-spacing:.03em;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:700;transition:all .15s;display:flex;overflow:hidden}.ds-file-btn input{display:none}.ds-file-btn:hover,.ds-file-loaded{background:var(--text);color:var(--bg)}.ds-tabs{gap:0;display:flex}.ds-tab{font-size:.8rem;font-family:var(--font-display-3);letter-spacing:.05em;background:var(--bg);color:var(--text);border:4px solid var(--text);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.65rem .5rem;font-weight:700;transition:all .15s;display:flex}.ds-tab+.ds-tab{border-left:none}.ds-tab-active{background:var(--text);color:var(--bg)}.ds-tab:hover:not(.ds-tab-active){background:#0000000f}.ds-textarea{width:100%;font-family:var(--font-minimal);border:4px solid var(--text);background:var(--bg);resize:vertical;outline:none;min-height:80px;padding:.75rem;font-size:.95rem}.ds-textarea:focus{background:#00000008}.ds-slider{appearance:none;background:var(--text);cursor:pointer;border:none;border-radius:0;outline:none;width:100%;height:8px}.ds-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--bg);border:4px solid var(--text);cursor:grab;border-radius:0;width:22px;height:22px}.ds-slider::-moz-range-thumb{background:var(--bg);border:4px solid var(--text);cursor:grab;border-radius:0;width:22px;height:22px}.ds-color-row{gap:.4rem;display:flex}.ds-color-swatch{border:3px solid var(--text);cursor:pointer;flex-shrink:0;width:32px;height:32px;padding:0;transition:transform .1s}.ds-color-swatch:hover{background:inherit;color:inherit;transform:scale(1.15)}.ds-color-active{outline:3px solid var(--text);outline-offset:2px}.ds-preview-area{background-color:#0000;background-image:linear-gradient(#e5e5e5 1px,#0000 1px),linear-gradient(90deg,#e5e5e5 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex:1;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex;overflow:hidden}.ds-product{background:var(--bg);border:4px solid var(--text);box-shadow:8px 8px 0 var(--text);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ds-product-poster{aspect-ratio:2/3;width:280px;max-height:100%}.ds-product-tote{aspect-ratio:1;border-radius:0 0 12px 12px;width:300px;max-height:100%;margin-top:36px}.ds-tote-handles{pointer-events:none;justify-content:center;gap:40%;display:flex;position:absolute;top:-36px;left:0;right:0}.ds-tote-handle{border:4px solid var(--text);background:0 0;border-bottom:none;border-radius:30px 30px 0 0;width:50px;height:32px}.ds-product-text{text-align:center;word-break:break-word;white-space:pre-wrap;z-index:1;max-width:100%;max-height:100%;padding:1.5rem;line-height:1.15;overflow:hidden}.ds-product-dark{background:var(--text);border-color:var(--bg);box-shadow:8px 8px #ffffff4d}.ds-handles-dark .ds-tote-handle{border-color:var(--bg)}.ds-watermark-dark{color:#555}.ds-watermark{text-align:center;font-family:var(--font-minimal);letter-spacing:.1em;text-transform:uppercase;color:#aaa;pointer-events:none;font-size:.65rem;font-weight:700;position:absolute;bottom:1rem;left:0;right:0}@media (width<=768px){.hero{margin-top:7rem}.section-title{margin-bottom:2rem;padding:.75rem 1.25rem;font-size:2rem}.manifesto-section{margin-bottom:3rem}.manifesto-section .text-4xl{font-size:1.75rem}.manifesto-section .text-2xl{font-size:1.1rem}.steps-section{margin-bottom:3rem}.prizes-section{margin-bottom:3rem;padding:2.5rem 1rem}.prizes-section h2,.text-6xl{font-size:2.25rem}.prize-subtitle,.prizes-section .text-2xl{margin-bottom:1.5rem;font-size:1.1rem}.bento-image-wrapper{max-height:220px;overflow:hidden}.pt-16{padding-top:2.5rem}.pb-16,.pb-12{padding-bottom:2rem}.faq-section{margin-bottom:3rem}.faq-item{padding:1.25rem}.faq-q{margin-bottom:.5rem;font-size:1.1rem}.faq-a{font-size:1rem}.inline-icon{width:2rem;height:2rem}.footer{margin-bottom:3rem;padding:1.5rem}.footer .text-xl{font-size:1rem}.mb-24{margin-bottom:3rem}.my-12{margin-top:2rem;margin-bottom:2rem}.mb-12{margin-bottom:2rem}.p-8{padding:1.25rem}.ds-open-btn{box-shadow:4px 4px 0 var(--text);border-width:3px;padding:.45rem .75rem;font-size:.75rem}.ds-overlay{align-items:stretch;padding:0}.ds-modal{max-width:100%;height:100%;max-height:100%;box-shadow:none;border:none}.ds-header{padding:.75rem 1rem}.ds-title{font-size:1.1rem}.ds-body{flex-direction:column}.ds-controls{border-right:none;border-bottom:4px solid var(--text);gap:1rem;width:100%;padding:1rem;overflow-y:visible}.ds-preview-area{min-height:300px;padding:1.5rem}.ds-product-poster{width:180px}.ds-product-tote{width:200px}.ds-tab{padding:.5rem .4rem;font-size:.7rem}}
