.home{max-width:1440px;margin:0 auto;background:var(--pit-black);color:var(--bone)}.home .ember{color:var(--ember)}.home .ember-soft{color:var(--ember-soft)}.home .ember-glow{color:var(--ember);text-shadow:0 0 24px rgba(255,90,31,.4)}.home .signal{color:var(--signal-green)}.home .cyan{color:var(--block-cyan)}.home .caution{color:var(--caution-gold)}.home-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:40px;padding:48px 48px 40px;border-bottom:1px solid var(--hairline);background:radial-gradient(800px 400px at 20% 0,rgba(255,90,31,.06),transparent 70%)}.home-hero-copy{display:flex;flex-direction:column;justify-content:center;gap:18px}.home-hero-pill{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.18em;color:var(--caution-gold)}.home-hero-pulse{width:9px;height:9px;border-radius:50%;background:var(--ember);animation:klonkPulseDot 1.1s infinite}.home-hero-title{margin:0;font-family:var(--display);font-weight:900;font-size:52px;line-height:1.08}.home-hero-lede{margin:0;max-width:480px;font-size:13.5px;line-height:1.65;color:var(--bone-dim)}.home-hero-actions{display:flex;align-items:center;gap:14px;margin-top:6px;flex-wrap:wrap}.home-btn-primary{background:linear-gradient(135deg,var(--ember-bright),var(--ember-deep));border-radius:8px;padding:13px 26px;font-size:13px;font-weight:700;letter-spacing:.05em;color:#fff3e8;text-decoration:none;box-shadow:0 6px 24px rgba(255,90,31,.3);transition:filter .15s ease}.home-btn-primary:hover{filter:brightness(1.08)}.home-btn-ghost{border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:13px 22px;font-size:12px;font-weight:500;color:rgba(244,239,232,.8);text-decoration:none;transition:border-color .15s ease}.home-btn-ghost:hover{border-color:rgba(255,255,255,.4)}.home-hero-panel{display:flex;flex-direction:column;gap:12px}.home-nonce-card{background:var(--pit-raise);border:1px solid rgba(79,216,224,.25);border-radius:8px;padding:22px 24px}.home-nonce-head{display:flex;justify-content:space-between;align-items:baseline;font-size:10px;letter-spacing:.18em;color:rgba(79,216,224,.7)}.home-nonce-ago{color:var(--bone-faint);letter-spacing:normal}.home-nonce-value{margin-top:10px;font-size:40px;font-weight:700;letter-spacing:.04em;color:var(--block-cyan-light)}.home-nonce-caption{margin-top:6px;font-size:10px;color:var(--bone-faint)}.home-block-list{display:flex;flex-direction:column;gap:6px}.home-block-row{display:flex;align-items:center;gap:16px;background:var(--pit-raise-soft);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:10px 16px;font-size:11.5px}.home-block-row.is-empty{color:var(--bone-faint);justify-content:center}.home-block-height{font-weight:700;color:var(--block-cyan);width:96px}.home-block-nonce{flex:1;color:rgba(244,239,232,.75)}.home-block-parity{font-size:10px;font-weight:700;width:42px;text-align:right}.home-block-ago{font-size:10px;color:var(--bone-faint);width:62px;text-align:right}.home-verify-link{align-self:flex-end;display:inline-flex;align-items:center;min-height:24px;font-size:10.5px;color:rgba(79,216,224,.8);text-decoration:none}.home-verify-link:hover{color:var(--block-cyan)}.home-section{padding:36px 48px;border-bottom:1px solid var(--hairline)}.home-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.home-section-title-row{display:flex;align-items:center;gap:12px}.home-section-title{margin:0;font-family:var(--display);font-weight:700;font-size:16px}.home-section-sub{font-size:10px;color:var(--bone-faint)}.home-section-link{display:inline-flex;align-items:center;min-height:24px;font-size:11px;color:var(--ember-bright);text-decoration:none}.home-blink-chip,.home-section-link:hover{color:var(--ember-soft)}.home-blink-chip{font-size:10px;font-weight:700;letter-spacing:.1em;background:rgba(255,90,31,.15);border:1px solid rgba(255,90,31,.45);border-radius:5px;padding:3px 8px}.home-blink-chip:before{content:"";display:inline-block;width:5px;height:5px;margin-right:6px;border-radius:50%;background:currentColor;vertical-align:middle;animation:klonkBlink 1.6s infinite}@media (prefers-reduced-motion:reduce){.home-blink-chip:before{animation:none}}.home-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.home-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-card{display:flex;flex-direction:column;gap:12px;background:var(--pit-raise);border:1px solid var(--hairline);border-radius:8px;padding:18px;color:var(--bone);text-decoration:none;transition:border-color .15s ease}.home-card--live:hover{border-color:rgba(255,90,31,.5)}.home-card--arcade:hover{border-color:rgba(79,216,224,.5)}.home-card-name{font-family:var(--display);font-weight:700;font-size:12.5px}.home-card-top{display:flex;justify-content:space-between;align-items:center}.home-chip-open{font-size:9px;font-weight:700;letter-spacing:.08em;color:var(--signal-green);border:1px solid rgba(87,227,155,.4);border-radius:4px;padding:2px 6px}.home-card-desc{font-size:10.5px;line-height:1.5;color:var(--bone-dim);min-height:42px}.home-card-foot{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid rgba(255,255,255,.07);padding-top:10px}.home-card-foot-label{font-size:10px;color:var(--bone-faint)}.home-card-foot-value{font-size:12px;font-weight:700}.home-card-stats{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);padding-top:10px}.home-stat-right{text-align:right}.home-stat-label{font-size:9px;color:var(--bone-faint)}.home-stat-value{font-size:12.5px;font-weight:700}.home-wave2{display:flex;align-items:center;gap:14px;margin-top:12px;background:rgba(20,17,16,.5);border:1px dashed rgba(255,255,255,.12);border-radius:8px;padding:12px 18px;flex-wrap:wrap}.home-wave2-tag{font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--bone-faint)}.home-wave2-copy{font-size:10.5px;color:var(--bone-dim)}.home-wave2-unat{margin-left:auto;display:flex;align-items:center;gap:8px;font-size:10px;color:#ffd9a0}.home-unat-badge{font-size:8.5px;font-weight:700;background:var(--caution-gold);color:#241300;border-radius:3px;padding:1px 5px;letter-spacing:.06em}.home-klonkpot{margin:36px 48px 0;background:linear-gradient(90deg,rgba(245,194,66,.1),rgba(245,194,66,.03));border:1px solid rgba(245,194,66,.35);border-radius:8px;padding:20px 28px;display:flex;align-items:center;gap:28px}.home-klonkpot-glyph{width:44px;height:44px;border-radius:9px;background:linear-gradient(135deg,var(--klonkpot-gold),#b8842a);transform:rotate(-6deg);box-shadow:0 0 24px rgba(245,194,66,.35);flex:none}.home-klonkpot-copy{flex:1}.home-klonkpot-title{font-family:var(--display);font-weight:700;font-size:14px;color:var(--klonkpot-gold)}.home-klonkpot-sub{font-size:11px;color:var(--bone-dim);margin-top:3px}.home-klonkpot-amount{text-align:right}.home-klonkpot-amount-label{font-size:10px;letter-spacing:.14em;color:rgba(245,194,66,.7)}.home-klonkpot-amount-value{font-family:var(--display);font-weight:900;font-size:20px;color:var(--klonkpot-gold)}.home-endgame-row{display:grid;grid-template-columns:1.6fr 1fr;gap:12px;padding:36px 48px;border-bottom:1px solid var(--hairline)}.home-endgame-list{display:flex;flex-direction:column;gap:8px}.home-endgame-card{display:grid;grid-template-columns:auto 1fr auto auto auto;gap:20px;align-items:center;background:var(--pit-raise);border:1px solid var(--hairline);border-radius:8px;padding:14px 18px;color:var(--bone);text-decoration:none;transition:border-color .15s ease}.home-endgame-card:hover{border-color:rgba(255,90,31,.5)}.home-endgame-tag{font-size:9px;font-weight:700;letter-spacing:.08em;color:var(--bone-dim);border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:3px 7px}.home-endgame-title{font-size:12px;font-weight:700}.home-endgame-creator{font-size:10px;color:var(--bone-faint);margin-top:2px}.home-endgame-stat{text-align:right}.home-endgame-empty{background:var(--pit-raise-soft);border:1px dashed rgba(255,255,255,.12);border-radius:8px;padding:22px;text-align:center;font-size:12px;color:var(--bone-dim)}.home-cup-card{background:var(--pit-raise);border:1px solid var(--hairline);border-radius:8px;padding:22px;display:flex;flex-direction:column;gap:14px}.home-cup-title{font-family:var(--display);font-weight:700;font-size:14px}.home-cup-copy{margin:0;font-size:11px;line-height:1.6;color:var(--bone-dim)}.home-cup-status{font-size:11px;color:var(--caution-gold)}.home-cup-link{margin-top:auto;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:11px 0;text-align:center;font-size:11.5px;font-weight:700;color:var(--bone);text-decoration:none}.home-cup-link:hover{border-color:rgba(255,255,255,.4)}.home-stats{display:flex;justify-content:center;gap:80px;padding:36px 48px;border-bottom:1px solid var(--hairline);flex-wrap:wrap}.home-stat-tile{text-align:center}.home-stat-tile-value{font-family:var(--display);font-weight:900;font-size:26px}.home-stat-tile-label{font-size:10px;letter-spacing:.14em;color:var(--bone-faint);margin-top:4px}.home-footer{display:flex;align-items:center;justify-content:space-between;padding:22px 48px 30px;gap:16px;flex-wrap:wrap}.home-footer-note{font-size:10px;color:var(--bone-faint)}.home-footer-links{display:flex;gap:20px;font-size:10.5px;flex-wrap:wrap}.home-footer-links a{display:inline-flex;align-items:center;min-height:24px;color:var(--ember-bright);text-decoration:none}.home-footer-links a:hover{color:var(--ember-soft)}@media (max-width:1000px){.home-hero{grid-template-columns:1fr;padding:32px 20px}.home-hero-title{font-size:40px}.home-grid-4,.home-grid-5{grid-template-columns:repeat(2,1fr)}.home-endgame-row{grid-template-columns:1fr}.home-endgame-row,.home-footer,.home-section,.home-stats{padding-left:20px;padding-right:20px}.home-klonkpot{margin:24px 20px 0;flex-wrap:wrap}.home-stats{gap:32px}}@media (max-width:560px){.home-grid-4,.home-grid-5{grid-template-columns:1fr}.home-endgame-card{grid-template-columns:auto 1fr;row-gap:10px}.home-endgame-card .home-endgame-stat{text-align:left}}