.hero{position:relative;width:100%;height:calc(100svh - 4rem);background-color:var(--base-100);overflow:hidden}.hero .container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%}.hero-body{display:flex;flex-direction:row;align-items:center;flex:1 1;width:100%;max-width:70%;margin:0 auto}.hero .container .hero-content-main{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.hero .container .hero-content-main .hero-header{margin-bottom:3rem}.hero .container .hero-content-main .hero-description{width:80%;margin-bottom:2rem}.hero .container .hero-content-main .hero-description p{color:var(--base-300)}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.hero-illustration{width:42%;max-width:40%;flex-shrink:0;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden;align-self:stretch}.hero-illustration img{width:100%;height:auto;display:block;object-fit:contain;object-position:bottom}.stats-bar{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:0 2rem}.hero-stat-pill{display:flex;align-items:center;gap:.5rem;padding:.45rem 1rem;border-radius:999px;background-color:var(--base-100)}.hero-stat-pill .stat-label{font-family:Geist,system-ui,sans-serif;font-size:.72rem;font-weight:500;text-transform:uppercase;color:var(--base-300);letter-spacing:.06rem;white-space:nowrap}.hero-stat-pill .stat-dot{color:var(--base-200);font-size:.9rem;line-height:1}.hero-stat-pill .stat-value{font-family:Geist,system-ui,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--base-400);letter-spacing:.06rem;white-space:nowrap}.games-section{position:relative;width:100%;height:100%;background-color:var(--base-100);overflow:hidden}.games-section>.container{padding:var(--section-py) var(--section-px);display:flex;flex-direction:column;gap:var(--section-gap)}.games-section .games-header-content{margin:0 auto;width:85%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:var(--heading-gap);text-align:center}.games-section .games-header{width:100%}.games-section .games-header-content .games-header-copy{width:60%}.games-badge-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:999px;border:1px solid #22c55e;width:-moz-fit-content;width:fit-content}.games-badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}.games-badge-pill p.cap{color:#22c55e;font-size:.75rem;letter-spacing:.1rem}.difference-header-container{position:relative;width:100%;height:100%;background-color:var(--base-100);overflow:hidden}.difference-header-container>.container{padding:var(--section-py) var(--section-px) 0}.difference-header-container .difference-header-content{margin:0 auto;width:85%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:var(--heading-gap);text-align:center}.difference-header-container .difference-header{width:100%}.difference-header-container .difference-header-content .difference-header-copy{width:60%}@media (max-width:1000px){.hero{height:auto}.hero,.hero .container{min-height:calc(100svh - 4rem)}.hero-body{flex-direction:column;align-items:center;justify-content:center;max-width:100%}.hero-illustration{display:flex;width:45%;max-width:40%;align-self:center;flex-shrink:0;margin-top:1.5rem}.hero .container .hero-content-main{width:100%;flex:none;align-items:center;text-align:center;justify-content:center;gap:.5rem;padding-top:3rem}.hero .container .hero-content-main .hero-header{margin-bottom:.5rem}.hero .container .hero-content-main .hero-description{width:100%;margin-bottom:.75rem}.hero-buttons{flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap}.stats-bar{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;padding:1rem;border-radius:.75rem}.hero-stat-pill{flex-direction:column;align-items:center;gap:.15rem;border-radius:.75rem;text-align:center;width:100%}.hero-stat-pill .stat-dot{display:none}.difference-header-container .difference-header,.difference-header-container .difference-header-content,.difference-header-container .difference-header-content .difference-header-copy,.games-section .games-header,.games-section .games-header-content,.games-section .games-header-content .games-header-copy{width:100%}}.button-3d{position:relative;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;width:-moz-fit-content;width:fit-content;gap:.35rem;padding:.5rem 1.25rem;font-size:.85rem;font-family:Geist,system-ui,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:.25rem;white-space:nowrap;border:0;outline:none;cursor:pointer;text-decoration:none;transform-style:preserve-3d;transition:transform .15s ease-out,background .15s ease-out}.button-3d-shadow{display:none}.button-3d-face{display:inline-flex;align-items:center;gap:.35rem}.button-3d-label{position:relative;display:inline-block;width:max-content}.button-3d--dark{background:var(--accent-2,#6362F0);color:#fff;border:2px solid color-mix(in oklch,var(--accent-2,#6362f0) 70%,black)}.button-3d--dark:before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:color-mix(in oklch,var(--accent-2,#6362F0) 70%,black);border-radius:inherit;box-shadow:0 0 0 2px color-mix(in oklch,var(--accent-2,#6362F0) 50%,black);transform:translate3d(0,4px,-1em);transition:transform .15s ease-out,box-shadow .15s ease-out}@media (hover:hover){.button-3d--dark:hover{background:color-mix(in oklch,var(--accent-2,#6362F0) 85%,white);transform:translateY(2px)}.button-3d--dark:hover:before{transform:translate3d(0,2px,-1em)}}.button-3d--dark:active{transform:translateY(4px)}.button-3d--dark:active:before{transform:translateZ(-1em)}.button-3d--light,.button-3d--outline{background:var(--neutral-900,#1A1E2A);color:var(--neutral-300,#A3A9B5);border:2px solid var(--neutral-700,#333948)}.button-3d--light:before,.button-3d--outline:before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:var(--neutral-800,#252A38);border-radius:inherit;box-shadow:0 0 0 2px var(--neutral-800,#252A38);transform:translate3d(0,4px,-1em);transition:transform .15s ease-out,box-shadow .15s ease-out}@media (hover:hover){.button-3d--light:hover,.button-3d--outline:hover{background:var(--neutral-800,#252A38);color:var(--base-400);transform:translateY(2px)}.button-3d--light:hover:before,.button-3d--outline:hover:before{transform:translate3d(0,2px,-1em)}}.button-3d--light:active,.button-3d--outline:active{transform:translateY(4px)}.button-3d--light:active:before,.button-3d--outline:active:before{transform:translateZ(-1em)}.button-3d .line{position:relative;will-change:transform;padding-bottom:.2em;margin-bottom:-.2em}@media (max-width:1000px){.button-3d{padding:.45rem 1rem;font-size:.8rem}}.klarhaus{position:relative;width:100%;background-color:var(--base-100);overflow:hidden;padding:var(--section-py) 0}.klarhaus .container{padding:0 var(--section-px);max-width:2000px;margin:0 auto}.klarhaus .klarhaus-layout{display:flex;gap:3rem;width:80%;margin:0 auto;align-items:stretch}.klarhaus .klarhaus-intro{flex:1 1;display:flex;flex-direction:column;gap:1.25rem}.klarhaus .klarhaus-eyebrow{color:var(--base-300);letter-spacing:.15rem;font-size:.75rem}.klarhaus .klarhaus-logo{width:100%;max-width:420px;height:auto;display:block}[data-theme=dark] .klarhaus .klarhaus-logo{filter:invert(1)}.klarhaus .klarhaus-desc{color:var(--base-400);line-height:1.6;max-width:520px}.klarhaus .klarhaus-pills{display:flex;flex-wrap:wrap;gap:.5rem}.klarhaus .klarhaus-pill{font-family:Geist,system-ui,sans-serif;font-size:.75rem;font-weight:600;padding:.45rem 1rem;border-radius:999px;border:1px solid var(--base-300);color:var(--base-400)}.klarhaus .klarhaus-right{flex:0 0 42%;display:flex;flex-direction:column;gap:1.25rem}.klarhaus .klarhaus-sdk-card{background-color:var(--base-400);color:var(--base-100);padding:2.5rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.klarhaus .klarhaus-sdk-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.klarhaus .klarhaus-sdk-card h3{font-family:Geist,system-ui,sans-serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:#fff}.klarhaus .klarhaus-sdk-card p{color:var(--neutral-500);line-height:1.6;font-size:.95rem}.klarhaus .klarhaus-sdk-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);width:-moz-fit-content;width:fit-content}.klarhaus .klarhaus-sdk-badge p.cap{color:rgba(255,255,255,.6);font-size:.65rem;letter-spacing:0}.klarhaus .klarhaus-badge-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.5);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}[data-theme=dark] .klarhaus .klarhaus-sdk-card{background-color:var(--base-200)}[data-theme=dark] .klarhaus .klarhaus-sdk-card h3{color:var(--base-400)}[data-theme=dark] .klarhaus .klarhaus-sdk-card p{color:var(--neutral-400)}[data-theme=dark] .klarhaus .klarhaus-sdk-badge{border-color:var(--border)}[data-theme=dark] .klarhaus .klarhaus-sdk-badge p.cap{color:var(--base-300)}[data-theme=dark] .klarhaus .klarhaus-badge-dot{background:var(--base-300)}@media (max-width:1000px){.klarhaus .klarhaus-layout{flex-direction:column;width:100%;gap:2rem}.klarhaus .klarhaus-intro{align-items:center;text-align:center}.klarhaus .klarhaus-logo{max-width:280px}.klarhaus .klarhaus-desc{max-width:none}.klarhaus .klarhaus-right{flex:none;align-items:center}.klarhaus .klarhaus-right .button-3d{align-self:center}.klarhaus .klarhaus-pills{justify-content:center}.klarhaus .klarhaus-sdk-card{padding:2rem}}.line{position:relative;will-change:transform;padding-bottom:.2em;margin-bottom:-.2em}.line-mask{overflow:clip!important;overflow-clip-margin:.5em!important}.product-tabs{position:relative;width:100%;background-color:var(--base-100);overflow:hidden;padding:var(--section-py) 0}.product-tabs .container{padding:0 var(--section-px);max-width:2000px;margin:0 auto;display:flex;flex-direction:column;gap:var(--section-gap)}.pt-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.pt-tab-bar{display:inline-flex;gap:.5rem;position:relative;border:2px solid var(--base-400);border-radius:999px;padding:6px}.pt-tab-bg{position:absolute;border-radius:999px;background:var(--base-400);will-change:left,top,width,height;z-index:2;pointer-events:none}.pt-tab{font-family:Geist,system-ui,sans-serif;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06rem;padding:1.1rem 2.75rem;background:none;border:none;border-radius:999px;cursor:pointer;color:var(--base-400);position:relative;white-space:nowrap;transition:color .3s ease}.pt-tab span{position:relative;z-index:3}.pt-tab--active{background-color:var(--neutral-800);transition:background-color .4s ease}.pt-tab:not(.pt-tab--active){background-color:transparent;transition:background-color .4s ease}.pt-tab--pill,.pt-tab--pill span{color:#fff}[data-theme=dark] .pt-tab--active{background-color:var(--base-200)}.pt-content{width:80%;margin:0 auto}.pt-split{align-items:stretch;gap:4rem}.pt-split,.pt-split-visual{display:flex;justify-content:center}.pt-split-visual{flex:0 0 38%;align-items:center;border-radius:1.25rem;overflow:hidden}.pt-split-visual img{width:100%;height:100%;display:block;object-fit:cover;border-radius:1.25rem}.pt-split-games{flex:0 0 38%;display:flex;flex-direction:column;gap:.75rem}.pt-game-card{background-color:var(--neutral-1000);border-radius:1rem;overflow:hidden;display:flex;flex-direction:row;flex:1 1}.pt-game-card-img{width:40%;flex-shrink:0;overflow:hidden;background:#000}.pt-game-card-img img{width:100%;height:100%;object-fit:cover;display:block}.pt-game-card-body{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem;flex:1 1;justify-content:center}.pt-game-card-top{display:flex;flex-direction:column;gap:.4rem}.pt-game-card-tag{display:inline-block;padding:.25rem .6rem .2rem;background-color:var(--card-accent);color:#fff;border-radius:.35rem;width:-moz-fit-content;width:fit-content;font-family:Geist,system-ui,sans-serif;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1rem}.pt-game-card-name{font-size:2rem;letter-spacing:-.05rem;color:var(--base-400)}.pt-game-card-stat{display:flex;flex-direction:column;gap:.2rem}.pt-game-card-advantage{font-family:Lateral,Epilogue,sans-serif;font-weight:800;font-size:1.75rem;line-height:1;text-transform:uppercase;color:var(--card-accent);font-variation-settings:"wdth" 450}.pt-game-card-advantage-label{font-family:Geist,system-ui,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.06rem;color:var(--neutral-500)}.pt-game-card-desc p{font-family:Geist,system-ui,sans-serif;font-size:.9rem;line-height:1.45;color:var(--neutral-400)}.pt-split-text{flex:1 1;max-width:560px;justify-content:space-between}.pt-split-text,.pt-text-top{display:flex;flex-direction:column;gap:1.25rem}.pt-text-bottom{display:flex;flex-direction:column;gap:1rem}.pt-title{font-size:clamp(1.75rem,3vw,2.75rem);letter-spacing:-.05rem;line-height:1.1;margin-bottom:var(--heading-gap)}.pt-desc,.pt-title{color:var(--base-400)}.pt-desc{line-height:1.6}.pt-disclaimer{color:var(--base-300);font-size:.8rem;font-style:italic;line-height:1.5}.pt-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:999px;width:-moz-fit-content;width:fit-content}.pt-badge--orange{border:1px solid var(--accent-orange)}.pt-badge--orange p.cap{color:var(--accent-orange);font-size:.75rem;letter-spacing:.1rem}.pt-badge--orange .pt-badge-dot{background:var(--accent-orange)}.pt-badge--green{border:1px solid #22c55e}.pt-badge--green p.cap{color:#22c55e;font-size:.75rem;letter-spacing:.1rem}.pt-badge--green .pt-badge-dot{background:#22c55e}.pt-badge-dot{width:6px;height:6px;border-radius:50%;animation:pt-pulse 2s ease-in-out infinite}@keyframes pt-pulse{0%,to{opacity:1}50%{opacity:.3}}.pt-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:.5rem}.pt-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:1.25rem .75rem;border-radius:.75rem;border:1px solid var(--base-200)}.pt-stat-value{font-family:Lateral,Epilogue,sans-serif;font-weight:800;font-size:clamp(1rem,2vw,1.35rem);line-height:1;font-variation-settings:"wdth" 450;color:var(--base-400)}.pt-stat-label{font-size:.7rem;font-weight:700;color:var(--base-400)}.pt-stat-context,.pt-stat-label{font-family:Geist,system-ui,sans-serif}.pt-stat-context{font-size:.65rem;font-weight:400;color:var(--base-300)}@media (max-width:1440px){.pt-split-games{gap:.5rem}.pt-game-card{border-radius:.6rem}.pt-game-card-img{width:40%;min-width:100px}.pt-game-card-body{padding:.6rem .85rem;gap:.3rem;justify-content:center}.pt-game-card-top{gap:.15rem}.pt-game-card-name{font-size:1rem}.pt-game-card-stat{gap:.05rem}.pt-game-card-advantage{font-size:.9rem}.pt-game-card-advantage-label{font-size:.5rem}.pt-game-card-desc p{font-size:.75rem}}@media (max-width:1000px){.pt-content{width:100%}.pt-tab{padding:.75em 1.25em;font-size:.7rem}.pt-split{flex-direction:column;gap:2rem}.pt-split-visual{flex:none;width:80%;max-width:360px;align-self:center}.pt-split-games{flex:none;width:100%;flex-direction:row;gap:.5rem}.pt-game-card{flex-direction:column;flex:1 1}.pt-game-card-img{width:100%;aspect-ratio:1/1}.pt-game-card-body{padding:.75rem;gap:.4rem}.pt-game-card-name{font-size:1rem}.pt-game-card-advantage{font-size:.85rem}.pt-game-card-advantage-label{font-size:.5rem}.pt-game-card-desc p{font-size:.75rem}.pt-split-text{text-align:center;max-width:none;width:100%;justify-content:center}.pt-split-text,.pt-text-bottom,.pt-text-top{align-items:center}.pt-title{font-size:1.75rem}.pt-stats{grid-template-columns:repeat(3,1fr);width:100%}.pt-stat-card{padding:1rem .5rem}.pt-actions{justify-content:center}.pt-split-text .button-3d{align-self:center}}@media (max-width:500px){.pt-split-games{flex-direction:column}.pt-game-card{flex-direction:row}.pt-game-card-img{width:35%;aspect-ratio:auto}}.sticky{width:100%;overflow:hidden;overflow-x:clip;background-color:transparent}.sticky,.sticky-header{position:relative;height:100svh}.sticky-header{top:0;left:0;width:max-content;display:flex;justify-content:flex-start;align-items:center;padding-left:2vw;padding-right:4vw;will-change:transform}.sticky-header h1{margin:0;color:var(--base-400);font-size:20vw;letter-spacing:-.5rem;line-height:100%;white-space:nowrap}.card{position:absolute;top:10%;left:100%;min-height:480px;border-radius:1rem;padding:2rem;will-change:transform;z-index:2;flex-direction:column}.card,.card.card-icon{width:420px;display:flex}.card.card-icon{background:transparent;align-items:center;justify-content:center;padding:0;min-height:420px}.card.card-icon img{width:280px;height:280px;object-fit:contain}#card-1{background-color:var(--card-accent-1)}#card-2{background-color:var(--card-accent-2)}#card-3{background-color:var(--card-accent-3)}#card-4{background-color:var(--card-accent-4)}.card-content{width:100%;height:100%;display:flex;flex-direction:column;gap:1.25rem;color:#fff}.card-content .card-index p{color:rgba(255,255,255,.4)}.card-content h2{font-size:2.75rem;letter-spacing:-.05rem;line-height:.95}.card-content .card-description p{font-size:1.1rem;line-height:1.35;color:rgba(255,255,255,.85)}.card-content .card-detail{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}.card-content .card-detail p{color:rgba(255,255,255,.5);line-height:1.4}@media (max-width:999px){.transparency-desktop.sticky{display:none}.transparency-mobile{display:block;z-index:0;position:relative;width:100%;height:auto;overflow:visible;background-color:transparent;padding:var(--section-py) var(--section-px);display:flex;flex-direction:column;gap:1.25rem}.mobile-header{position:static;width:100%;height:auto;display:block;will-change:auto;margin-bottom:var(--heading-gap)}.mobile-header h1{margin:0 0 .5rem;color:var(--base-400);font-size:clamp(2rem,6.5vw,6rem);letter-spacing:-.06rem;line-height:110%;text-align:center}.card{position:static;top:auto;left:auto;width:100%;min-height:auto;max-width:680px;margin:0 auto;will-change:auto;transform:none!important;opacity:1!important}.card-content{height:auto;display:flex;flex-direction:column;gap:1rem}.card-content h2{font-size:2rem}.card-content .card-description p{font-size:1rem}}@media (min-width:1000px){.transparency-mobile{display:none}}.house-token{position:relative;width:100%;background-color:var(--base-100);overflow:hidden}.house-token .container{padding:var(--section-py) var(--section-px);display:flex;flex-direction:column;gap:var(--section-gap)}.house-token .house-token-header{margin:0 auto;width:65%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--heading-gap)}.house-token .house-token-header-sub{width:80%}.ht-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;width:65%;margin:0 auto}.ht-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:2.5rem 1.5rem;border-radius:.75rem;border:1px solid var(--base-200);will-change:transform,opacity}.ht-stat-card--accent{background:var(--accent-1);border-color:var(--accent-1)}.ht-stat-big{font-family:Lateral,Epilogue,sans-serif;font-weight:800;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;color:var(--accent-1);font-variation-settings:"wdth" 450;text-transform:uppercase}.ht-stat-card--accent .ht-stat-big{color:#fff}.ht-stat-label{font-family:Geist,system-ui,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;color:var(--base-300);letter-spacing:.05rem}.ht-stat-card--accent .ht-stat-label{color:rgba(255,255,255,.7)}.ht-split{display:flex;gap:3rem;width:80%;margin:0 auto}.ht-split-intro{flex:0 0 30%;display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.ht-split-intro p{color:var(--base-400);line-height:1.6}.ht-split-intro strong{color:var(--accent-1);font-weight:600}.ht-disclaimer{padding-top:1rem;border-top:1px solid var(--base-200)}.ht-disclaimer p.sm{color:var(--base-300);font-style:italic}.ht-split-table{flex:1 1}.house-token .house-token-table{width:100%;display:flex;flex-direction:column}.house-token .house-token-table-header{display:flex;gap:1px;padding-bottom:1rem;border-bottom:1px solid var(--base-300);margin-bottom:.5rem}.house-token .house-token-table-header .ht-col p.sm{color:var(--base-300)}.house-token .house-token-row{display:flex;gap:1px;padding:1.25rem 0;border-bottom:1px solid var(--base-200);will-change:transform,opacity}.house-token .ht-col{display:flex;align-items:flex-start}.ht-col--category{flex:0 0 25%}.ht-col--games{flex:0 0 37.5%;padding-right:1.5rem}.ht-col--klarhaus{flex:1 1}.house-token .ht-col--category p.cap{color:var(--base-400)}.house-token .ht-col--games p{color:var(--base-300)}.house-token .ht-col--klarhaus p{color:var(--base-400);font-weight:500}.house-token .house-token-row .ht-col--klarhaus{position:relative;padding-left:1.5rem}.house-token .house-token-row .ht-col--klarhaus:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background-color:var(--accent-1);border-radius:2px}.ht-links{display:flex;gap:1rem;flex-wrap:wrap;width:80%;margin:0 auto}@media (max-width:1000px){.house-token .house-token-header,.house-token .house-token-header-sub,.ht-stats{width:100%}.ht-stats{grid-template-columns:1fr}.ht-stat-card{padding:1.5rem}.ht-split{flex-direction:column;width:100%}.ht-split-intro{flex:none;width:100%}.ht-split-table{width:100%}.house-token .house-token-table-header{display:none}.house-token .house-token-row{flex-direction:column;gap:0;padding:1rem 0}.house-token .ht-col--category{flex:none}.house-token .ht-col--games{flex:none;padding-right:0}.house-token .ht-col--klarhaus{flex:none}.house-token .house-token-row .ht-col{display:flex;align-items:flex-start;gap:.5rem;padding:.35rem 0}.house-token .house-token-row .ht-col:before{content:attr(data-label);font-family:Geist,system-ui,sans-serif;font-size:.7rem;font-weight:500;text-transform:uppercase;color:var(--base-300);letter-spacing:.05rem;min-width:7rem;flex-shrink:0;padding-top:.15rem}.house-token .house-token-row .ht-col--category:before{display:none}.house-token .house-token-row .ht-col--category{padding-bottom:.25rem}.house-token .house-token-row .ht-col--klarhaus{padding-left:0}.house-token .house-token-row .ht-col--klarhaus:before{display:flex;position:static;width:auto;height:auto;background:none;transform:none}.ht-links{width:100%;flex-direction:column}}.bom-scroll{position:relative;width:100%;overflow:hidden;background-color:transparent;padding:2rem 0}.bom-scroll .container{padding:0 var(--section-px);max-width:2000px;margin:0 auto;width:80%}.bom-card{position:relative;background:var(--base-100);border-radius:1.25rem;padding:5rem 3rem;-webkit-clip-path:inset(0 round 1.25rem);clip-path:inset(0 round 1.25rem)}.bom-icon{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:7rem;height:7rem;z-index:0;pointer-events:none}.bom-icon img{width:100%;height:100%;object-fit:contain}.bom-rows{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}.bom-row{display:flex;justify-content:center;gap:1rem;will-change:gap}.bom-row p{flex:1 1;font-family:Geist,system-ui,sans-serif;font-size:clamp(1rem,1.5vw,1.35rem);font-weight:400;line-height:1}.bom-row--title{align-items:center;margin-bottom:1rem}.bom-row--title p{font-family:Lateral,Epilogue,sans-serif;font-weight:800;font-size:clamp(1.5rem,3vw,2.5rem);text-transform:uppercase;font-variation-settings:"wdth" 450;color:var(--base-400);text-align:right;flex:1 1}.bom-row--title .bom-megaeth-logo-wrap{flex:1 1;display:flex;align-items:center}.bom-megaeth-logo{height:clamp(1.75rem,3vw,2.75rem);width:auto}[data-theme=dark] .bom-megaeth-logo{filter:invert(1)}.bom-row-label{text-align:right;color:var(--base-300)}.bom-row-value{color:var(--base-400);font-weight:600!important}@media (max-width:1000px){.bom-scroll .container{width:100%}.bom-header{justify-content:center}.bom-card{padding:2rem 1.25rem}.bom-icon{width:3.5rem;height:3.5rem}.bom-row p{font-size:.85rem}.bom-rows{gap:1rem}}.faq{position:relative;width:100%;height:100%;background-color:var(--base-100);overflow:hidden}.faq .container{padding:var(--section-py) var(--section-px);gap:var(--section-gap)}.faq .container,.faq .faq-header{display:flex;flex-direction:column}.faq .faq-header{margin:0 auto;width:65%;align-items:center;text-align:center;gap:var(--heading-gap)}.faq .faq-label{margin-bottom:.5rem}.faq .faq-items{width:70%;margin:0 auto;display:flex;flex-direction:column}.faq .faq-item{border-bottom:1px solid var(--base-200);will-change:transform,opacity}.faq .faq-item:first-child{border-top:1px solid var(--base-200)}.faq .faq-item-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1.75rem 0;background:none;border:none;cursor:pointer;text-align:left;color:var(--base-400);-webkit-tap-highlight-color:transparent}.faq .faq-item-question:hover{opacity:.7}.faq .faq-item-question-text{font-size:2rem;letter-spacing:-.05rem;pointer-events:none}.faq .faq-item-icon{position:relative;flex-shrink:0;width:24px;height:24px}.faq .faq-item-icon-bar{position:absolute;background-color:var(--base-400);border-radius:2px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.faq .faq-item-icon-bar--h{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.faq .faq-item-icon-bar--v{top:0;left:50%;width:2px;height:100%;transform:translateX(-50%) rotate(0deg)}.faq .faq-item--open .faq-item-icon-bar--v{transform:translateX(-50%) rotate(90deg)}.faq .faq-item-answer{height:0;overflow:hidden}.faq .faq-item-answer-content{padding-bottom:2rem;padding-right:4rem}.faq .faq-item-answer-content p{line-height:1.6;color:var(--base-400)}@media (max-width:1000px){.faq .faq-header,.faq .faq-items{width:100%}.faq .faq-item-question{padding:1.25rem 0;gap:1rem}.faq .faq-item-question-text{font-size:1rem;letter-spacing:0}.faq .faq-item-answer-content{padding-right:0;padding-bottom:1.5rem}.faq .faq-item-icon{width:18px;height:18px}}footer{position:relative;width:100%;height:calc(100svh - 4rem);background-color:var(--neutral-1000);color:var(--base-400);padding:2rem;overflow:hidden}footer .explosion-container{position:absolute;bottom:0;left:0;width:100%;height:200%;pointer-events:none;overflow:hidden}footer img.explosion-particle-img{position:absolute;bottom:-200px;left:50%;width:var(--particle-size,300px)!important;height:auto!important;border-radius:1rem;object-fit:cover;transform:translateX(-50%);will-change:transform}footer .footer-header-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:70%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2.5rem}footer .footer-chips{position:absolute;top:-210px;left:50%;transform:translateX(-50%) rotate(10deg);width:200px;height:auto;pointer-events:none}footer .footer-header-content .button-3d{padding:.75rem 2rem;font-size:1.1rem}footer .footer-bottom{position:absolute;left:0;bottom:0;width:100%;padding:0 2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}footer .footer-byline{display:flex;justify-content:space-between;align-items:center}footer .footer-left{display:flex;align-items:center;gap:.5rem}footer .footer-logo{height:1.2rem;opacity:.6}[data-theme=dark] footer .footer-logo{filter:invert(1)}footer .footer-left p{font-size:.9rem;opacity:.6}footer .footer-socials{display:flex;align-items:center;gap:1rem}footer .footer-socials a{color:inherit;opacity:.5;transition:opacity .15s ease}footer .footer-socials a:hover{opacity:1}footer .footer-separator{width:100%;height:1px;background-color:var(--neutral-700)}footer .footer-disclaimer{text-align:center}footer .footer-disclaimer p{font-size:.65rem;line-height:1.4;opacity:.3}@media (max-width:1000px){footer{height:100svh}footer .explosion-container{display:none}footer .footer-header-content{width:100%;padding:1.25rem}footer .footer-chips{width:120px}footer .footer-byline{padding:1.25rem}footer .footer-disclaimer{bottom:3.5rem;padding:0 1.25rem}}.preloader{position:fixed;top:0;left:0;width:100%;height:100svh;background-color:var(--base-100);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);will-change:clip-path;overflow:hidden;z-index:9999}.progress-bar{position:absolute;top:0;left:0;width:100%;height:7px;background-color:var(--accent-orange);transform:scaleX(0);transform-origin:left;will-change:transform}.preloader-logo-wrapper{position:fixed;top:45%;left:50%;transform:translate(-50%,-50%);will-change:transform,opacity;z-index:10000}.preloader-logo-wrapper svg{display:block}.preloader-logo-eye1,.preloader-logo-eye2{transform-origin:center center;will-change:transform,opacity;opacity:0}.preloader-logo-body{will-change:stroke-dashoffset,fill,opacity;opacity:0}@media (max-width:1000px){.preloader-logo-wrapper svg{width:80px;height:80px}}