:root{--ink:#171629;--paper:#f3f0e9;--purple:#7b5cff;--lime:#c9ff4a;--coral:#ff6e5b;--yellow:#ffd84d;--muted:#787584;--line:rgba(23,22,41,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;min-height:100vh;overflow-x:hidden}.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;z-index:10;background-image:none}.aurora{position:fixed;border-radius:50%;filter:blur(90px);opacity:.16;pointer-events:none}.aurora-one{width:420px;height:420px;background:var(--purple);top:-180px;right:12%}.aurora-two{width:280px;height:280px;background:var(--coral);bottom:-150px;left:-90px}.site-header{height:90px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{border:0;background:none;display:flex;align-items:center;gap:12px;font:800 22px "Syne";letter-spacing:-1px;color:var(--ink);cursor:pointer;padding:0}.brand>span>span{color:var(--purple)}.brand-mark{width:33px;height:33px;display:flex;position:relative;transform:rotate(-10deg)}.brand-mark i{position:absolute;width:20px;height:27px;border:2px solid var(--ink);border-radius:50%}.brand-mark i:last-child{right:0;border-color:var(--purple)}.header-right{display:flex;align-items:center;gap:30px}.live-pill{font-size:11px;text-transform:uppercase;letter-spacing:1.5px}.live-pill i,.status-dot i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4cce7c;margin-right:8px;box-shadow:0 0 0 5px rgba(76,206,124,.13)}.ghost-button,.text-button,.back-link{background:none;border:0;font:600 13px "DM Sans";cursor:pointer;color:var(--ink)}.ghost-button{border-left:1px solid var(--line);padding:8px 0 8px 30px}.ghost-button span,.text-button span{color:var(--purple);margin-left:8px}.view{display:none;animation:reveal .45s ease both}.view.active{display:block}@keyframes reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.hero{min-height:620px;padding:70px 7vw 45px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;max-width:1440px;margin:auto}.eyebrow,.step-number{font-size:11px;font-weight:700;letter-spacing:1.8px}.eyebrow span{display:inline-grid;place-items:center;background:var(--ink);color:white;width:29px;height:29px;border-radius:50%;margin-right:11px}.hero h1,.join-intro h2{font:800 clamp(55px,7vw,104px)/.88 "Syne";letter-spacing:-6px;margin:30px 0}.hero h1 em,.join-intro h2 em{font-style:normal;color:var(--purple);position:relative}.hero h1 em:after{content:"";height:8px;background:var(--lime);position:absolute;left:3px;right:-3px;bottom:5px;z-index:-1;transform:rotate(-2deg)}.lead{font-size:18px;line-height:1.65;max-width:560px;color:#5f5c69}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.primary-button{border:0;border-radius:2px;background:var(--ink);color:white;padding:17px 19px 17px 24px;font:700 13px "DM Sans";display:inline-flex;align-items:center;justify-content:space-between;gap:32px;cursor:pointer;box-shadow:7px 7px 0 var(--purple);transition:.2s}.primary-button:hover{transform:translate(-2px,-2px);box-shadow:10px 10px 0 var(--purple)}.primary-button b{font-size:18px;color:var(--lime)}.hero-art{height:480px;position:relative}.event-card{position:absolute;width:290px;height:390px;border:2px solid var(--ink);padding:24px;box-shadow:12px 12px 0 rgba(23,22,41,.15);display:flex;flex-direction:column;justify-content:space-between}.card-back{background:var(--lime);right:2%;top:20px;transform:rotate(10deg)}.card-front{background:var(--purple);color:white;left:8%;top:40px;transform:rotate(-7deg);z-index:2}.event-card strong{font:800 34px/1 "Syne";letter-spacing:-2px}.event-card small{font-size:10px;letter-spacing:2px}.card-top{display:flex;justify-content:space-between;font-size:10px;font-weight:bold;letter-spacing:1.4px}.card-top i{font-style:normal;background:var(--lime);color:var(--ink);padding:4px 7px}.question-mark{font:800 120px/1 "Syne";align-self:center;transform:rotate(9deg);text-shadow:6px 6px 0 var(--ink)}.orbit{position:absolute;border:1px solid rgba(23,22,41,.22);border-radius:50%}.orbit-one{width:440px;height:440px;left:0;top:25px}.orbit-two{width:340px;height:340px;right:0;top:75px}.spark{position:absolute;font-size:30px}.spark-a{right:0;top:4px;color:var(--purple)}.spark-b{left:0;bottom:10px;color:var(--coral)}.feature-strip{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr) 1.35fr;padding:0 5vw}.feature-strip>div{min-height:120px;padding:28px;border-right:1px solid var(--line);display:flex;align-items:flex-start;gap:16px}.feature-strip>div>span{font:700 11px "Syne";color:var(--purple)}.feature-strip p{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.feature-strip strong{display:block;color:var(--ink);font-size:14px}.qr-mini{background:var(--ink);color:white!important;align-items:center!important}.qr-mini strong{color:white}.mini-code{width:60px;height:60px;background:repeating-conic-gradient(#fff 0 25%,transparent 0 50%) 0/13px 13px;border:5px solid white}.site-footer{min-height:70px;padding:20px 5vw;display:flex;gap:30px;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.5px;border-top:1px solid var(--line)}
