:root{--cyan: #00e5ff;--purple: #7c4dff;--dark-bg: #080a0f;--card-bg: #0f1218;--border: rgba(255,255,255,.08)}.live-banner.svelte-hutvst{background:linear-gradient(135deg,#1a0000,#3d0000);border-bottom:2px solid #ff3030;padding:2rem 1rem}.live-content.svelte-hutvst{max-width:1200px;margin:0 auto}.live-badge.svelte-hutvst{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.pulse.svelte-hutvst{width:12px;height:12px;background:#ff3030;border-radius:50%;animation:svelte-hutvst-pulse 1.5s ease-in-out infinite}@keyframes svelte-hutvst-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.live-badge.svelte-hutvst .text:where(.svelte-hutvst){font-size:1.5rem;font-weight:800;color:#ff6060;text-shadow:0 0 20px rgba(255,48,48,.6)}.live-embed.svelte-hutvst{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;border:2px solid #ff3030;box-shadow:0 0 30px #ff30304d}.live-embed.svelte-hutvst iframe:where(.svelte-hutvst){position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hero.svelte-hutvst{background:linear-gradient(135deg,#001419,#000810);padding:4rem 1.5rem;text-align:center}.hero-content.svelte-hutvst{max-width:900px;margin:0 auto}.hero.svelte-hutvst h1:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--cyan),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle.svelte-hutvst{font-size:1.2rem;color:#9ab0c8;margin-bottom:2.5rem;line-height:1.6}.hero-stats.svelte-hutvst{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat.svelte-hutvst{display:flex;flex-direction:column;align-items:center}.stat-number.svelte-hutvst{font-size:2.5rem;font-weight:800;color:var(--cyan);font-family:Syne,sans-serif}.stat-label.svelte-hutvst{font-size:.9rem;color:#5e7a9a;margin-top:.25rem}.countdown-section.svelte-hutvst{background:var(--dark-bg);padding:3rem 1.5rem;text-align:center}.countdown-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:2rem;color:#e8edf5;margin-bottom:.5rem}.countdown-notes.svelte-hutvst{color:#9ab0c8;margin-bottom:2rem;font-size:1.05rem}.timer.svelte-hutvst{display:flex;justify-content:center;gap:1.5rem;margin:2rem 0;flex-wrap:wrap}.timer-box.svelte-hutvst{background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:1.5rem 2rem;min-width:120px;display:flex;flex-direction:column;align-items:center}.timer-number.svelte-hutvst{font-size:3rem;font-weight:800;color:var(--cyan);font-family:Syne,sans-serif;line-height:1}.timer-label.svelte-hutvst{font-size:.9rem;color:#5e7a9a;margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}.countdown-actions.svelte-hutvst{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.btn.svelte-hutvst{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;text-decoration:none;transition:all .2s;font-family:Syne,sans-serif}.btn.primary.svelte-hutvst{background:linear-gradient(135deg,var(--cyan),var(--purple));color:#000}.btn.primary.svelte-hutvst:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00e5ff4d}.btn.secondary.svelte-hutvst{background:#ffffff0d;border:1px solid var(--border);color:var(--cyan)}.btn.secondary.svelte-hutvst:hover{background:#ffffff14;border-color:var(--cyan)}.btn.large.svelte-hutvst{padding:1rem 2rem;font-size:1.05rem}.btn.discord.svelte-hutvst{background:#5865f2;color:#fff}.btn.discord.svelte-hutvst:hover{background:#4752c4;transform:translateY(-2px)}.btn.youtube.svelte-hutvst{background:red;color:#fff}.btn.youtube.svelte-hutvst:hover{background:#c00;transform:translateY(-2px)}.upcoming-section.svelte-hutvst{background:var(--card-bg);padding:3rem 1.5rem;text-align:center}.upcoming-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem}.playtests-grid.svelte-hutvst{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto}.playtest-card-wrapper.svelte-hutvst{display:contents}.playtest-card.svelte-hutvst{background:#0000004d;border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .2s;display:flex;flex-direction:column}.playtest-card.svelte-hutvst:hover{border-color:var(--cyan);transform:translateY(-2px)}.playtest-week.svelte-hutvst{font-size:1.2rem;font-weight:700;color:var(--cyan);margin-bottom:.5rem}.playtest-date.svelte-hutvst{font-size:.95rem;color:#e8edf5;margin-bottom:.25rem}.playtest-time.svelte-hutvst{font-size:.85rem;color:#9ab0c8;margin-bottom:.75rem}.playtest-rsvps.svelte-hutvst{font-size:.8rem;color:#5e7a9a;padding-top:.75rem;border-top:1px solid var(--border);margin-bottom:1rem}.playtest-actions.svelte-hutvst{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.playtest-btn.svelte-hutvst{padding:.65rem 1.25rem;border-radius:8px;text-align:center;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s;display:block}.playtest-btn.primary.svelte-hutvst{background:linear-gradient(135deg,var(--cyan),var(--purple));color:#000}.playtest-btn.primary.svelte-hutvst:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00e5ff4d}.featured-section.svelte-hutvst{background:var(--dark-bg);padding:3rem 1.5rem}.section-header.svelte-hutvst{max-width:1200px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.section-header.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5}.scroll-controls.svelte-hutvst{display:flex;gap:.5rem}.scroll-btn.svelte-hutvst{width:40px;height:40px;border-radius:8px;background:#ffffff0d;border:1px solid var(--border);color:#9ab0c8;font-size:1.5rem;cursor:pointer;transition:all .2s}.scroll-btn.svelte-hutvst:hover{background:#00e5ff1a;border-color:var(--cyan);color:var(--cyan)}.maps-scroller.svelte-hutvst{display:flex;overflow-x:auto;gap:1.25rem;padding:0 1rem 1rem;scroll-behavior:smooth;scrollbar-width:none;max-width:1200px;margin:0 auto}.maps-scroller.svelte-hutvst::-webkit-scrollbar{display:none}.map-card.svelte-hutvst{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;min-width:300px;max-width:300px;overflow:hidden;transition:all .2s}.map-card.svelte-hutvst:hover{transform:translateY(-4px);border-color:var(--cyan);box-shadow:0 8px 24px #00e5ff26}.map-thumb.svelte-hutvst{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.map-thumb.svelte-hutvst img:where(.svelte-hutvst){width:100%;height:100%;object-fit:cover}.no-image.svelte-hutvst{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#5e7a9a;background:#00000080}.map-category.svelte-hutvst{position:absolute;top:8px;left:8px;background:var(--cyan);color:#000;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700}.map-rating.svelte-hutvst{position:absolute;top:8px;right:8px;background:#7c4dffe6;color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:capitalize}.map-info.svelte-hutvst{padding:1rem}.map-title.svelte-hutvst{font-size:1.05rem;font-weight:700;color:#e8edf5;margin:0 0 .5rem;line-height:1.3}.map-creator.svelte-hutvst{font-size:.85rem;color:#9ab0c8;margin:0 0 .25rem}.map-code.svelte-hutvst{font-size:.8rem;color:#5e7a9a;font-family:monospace;margin:0}.map-actions.svelte-hutvst{display:flex;gap:.5rem;padding:0 1rem 1rem}.map-btn.svelte-hutvst{flex:1;padding:.6rem;border-radius:8px;text-align:center;text-decoration:none;font-size:.85rem;font-weight:600;transition:all .2s}.map-btn.play.svelte-hutvst{background:linear-gradient(135deg,var(--cyan),var(--purple));color:#000}.map-btn.play.svelte-hutvst:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00e5ff4d}.map-btn.info.svelte-hutvst{background:#ffffff0d;border:1px solid var(--border);color:var(--cyan)}.map-btn.info.svelte-hutvst:hover{background:#ffffff14;border-color:var(--cyan)}.section-footer.svelte-hutvst{text-align:center;margin-top:2rem}.criteria-section.svelte-hutvst{background:var(--card-bg);padding:3rem 1.5rem;text-align:center}.criteria-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem}.criteria-grid.svelte-hutvst{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.criteria-card.svelte-hutvst{background:#0000004d;border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;transition:all .2s}.criteria-card.svelte-hutvst:hover{border-color:var(--cyan);transform:translateY(-2px)}.criteria-icon.svelte-hutvst{font-size:2.5rem;margin-bottom:1rem}.criteria-card.svelte-hutvst h3:where(.svelte-hutvst){font-size:1.1rem;color:#e8edf5;margin-bottom:.75rem}.criteria-card.svelte-hutvst p:where(.svelte-hutvst){color:#9ab0c8;font-size:.9rem;line-height:1.6;margin:0}.benefits-section.svelte-hutvst{background:var(--dark-bg);padding:3rem 1.5rem;text-align:center}.benefits-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem}.benefits-grid.svelte-hutvst{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.benefit-card.svelte-hutvst{background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;transition:all .2s}.benefit-card.svelte-hutvst:hover{border-color:var(--purple);transform:translateY(-2px)}.benefit-icon.svelte-hutvst{font-size:2.5rem;margin-bottom:1rem}.benefit-card.svelte-hutvst h3:where(.svelte-hutvst){font-size:1.1rem;color:#e8edf5;margin-bottom:.75rem}.benefit-card.svelte-hutvst p:where(.svelte-hutvst){color:#9ab0c8;font-size:.9rem;line-height:1.6;margin:0}.submit-section.svelte-hutvst{background:var(--card-bg);padding:3rem 1.5rem;text-align:center}.submit-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem}.submit-steps.svelte-hutvst{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step.svelte-hutvst{background:#0000004d;border:1px solid var(--border);border-radius:12px;padding:2rem;position:relative}.step-number.svelte-hutvst{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(135deg,var(--cyan),var(--purple));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#000;font-size:1.2rem}.step.svelte-hutvst h3:where(.svelte-hutvst){font-size:1.1rem;color:#e8edf5;margin:1rem 0 .75rem}.step.svelte-hutvst p:where(.svelte-hutvst){color:#9ab0c8;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.step-link.svelte-hutvst{display:inline-block;color:var(--cyan);text-decoration:none;font-weight:600;font-size:.9rem;transition:opacity .2s}.step-link.svelte-hutvst:hover{opacity:.7}.rating-section.svelte-hutvst{background:var(--dark-bg);padding:3rem 1.5rem;text-align:center}.rating-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem}.rating-grid.svelte-hutvst{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.rating-card.svelte-hutvst{background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem}.rating-card.svelte-hutvst h3:where(.svelte-hutvst){font-size:1.1rem;color:#e8edf5;margin-bottom:.75rem}.rating-card.svelte-hutvst p:where(.svelte-hutvst){color:#9ab0c8;font-size:.9rem;line-height:1.6;margin:0}.streams-section.svelte-hutvst{background:var(--card-bg);padding:3rem 1.5rem;text-align:center}.streams-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem}.streams-grid.svelte-hutvst{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto 2rem}.stream-card.svelte-hutvst{text-decoration:none;transition:transform .2s}.stream-card.svelte-hutvst:hover{transform:translateY(-4px)}.stream-card.svelte-hutvst img:where(.svelte-hutvst){width:100%;border-radius:12px;border:1px solid var(--border);transition:border-color .2s}.stream-card.svelte-hutvst:hover img:where(.svelte-hutvst){border-color:var(--cyan)}.stream-card.svelte-hutvst h3:where(.svelte-hutvst){font-size:.95rem;color:#e8edf5;margin-top:.75rem;line-height:1.4}.faq-section.svelte-hutvst{background:var(--dark-bg);padding:3rem 1.5rem}.faq-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:1.8rem;color:#e8edf5;margin-bottom:2rem;text-align:center}.faq-list.svelte-hutvst{max-width:800px;margin:0 auto}.faq-item.svelte-hutvst{background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:all .2s}.faq-item.svelte-hutvst:hover{border-color:#ffffff26}.faq-item.svelte-hutvst summary:where(.svelte-hutvst){font-weight:700;color:#e8edf5;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item.svelte-hutvst summary:where(.svelte-hutvst)::-webkit-details-marker{display:none}.faq-item.svelte-hutvst summary:where(.svelte-hutvst):after{content:"+";font-size:1.5rem;color:var(--cyan);transition:transform .2s}.faq-item[open].svelte-hutvst summary:where(.svelte-hutvst):after{transform:rotate(45deg)}.faq-item.svelte-hutvst p:where(.svelte-hutvst){color:#9ab0c8;margin:1rem 0 0;line-height:1.6}.cta-section.svelte-hutvst{background:linear-gradient(135deg,#001419,#000810);padding:4rem 1.5rem;text-align:center}.cta-content.svelte-hutvst{max-width:800px;margin:0 auto}.cta-section.svelte-hutvst h2:where(.svelte-hutvst){font-family:Syne,sans-serif;font-size:2rem;color:#e8edf5;margin-bottom:1rem}.cta-section.svelte-hutvst p:where(.svelte-hutvst){font-size:1.1rem;color:#9ab0c8;margin-bottom:2rem;line-height:1.6}.cta-buttons.svelte-hutvst{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.hero.svelte-hutvst h1:where(.svelte-hutvst){font-size:2rem}.hero-subtitle.svelte-hutvst{font-size:1rem}.hero-stats.svelte-hutvst{gap:2rem}.stat-number.svelte-hutvst{font-size:2rem}.timer-box.svelte-hutvst{min-width:80px;padding:1rem 1.25rem}.timer-number.svelte-hutvst{font-size:2rem}.section-header.svelte-hutvst{flex-direction:column;gap:1rem;align-items:flex-start}.scroll-controls.svelte-hutvst{align-self:center}}
