:root{--color-primary:#e84d3d;--color-primary-light:#f06d5e;--color-primary-lighter:#f59185;--color-primary-dark:#c43a2b;--color-primary-darker:#a22e21;--color-bg-primary:#0a0a0a;--color-bg-secondary:#0f1419;--color-bg-tertiary:#0a0f14;--color-bg-card:#0f1419f2;--color-bg-overlay:#0a0f14f2;--color-bg-glass:#0f141933;--color-text-primary:#e0e8f0;--color-text-secondary:#e0e8f0e6;--color-text-tertiary:#e0e8f0cc;--color-text-muted:#e0e8f099;--color-text-disabled:#e0e8f066;--color-accent:var(--color-primary);--color-accent-light:var(--color-primary-light);--color-accent-dark:var(--color-primary-dark);--color-border-primary:#e84d3d33;--color-border-secondary:#e84d3d4d;--color-border-tertiary:#e84d3d1a;--color-border-hover:#e84d3d66;--color-border-active:#e84d3d80;--color-button-primary-bg:#e84d3d1a;--color-button-primary-bg-hover:#e84d3d33;--color-button-primary-text:var(--color-primary);--color-button-primary-border:#e84d3d4d;--color-button-secondary-bg:#e84d3d0d;--color-button-secondary-bg-hover:#e84d3d26;--color-button-secondary-text:var(--color-text-secondary);--color-button-secondary-border:var(--color-border-primary);--color-input-bg:#e84d3d0d;--color-input-border:var(--color-border-primary);--color-input-border-hover:var(--color-border-hover);--color-input-border-focus:var(--color-border-active);--color-input-text:var(--color-text-primary);--color-success:#22c55e;--color-success-bg:#22c55e1a;--color-success-border:#22c55e4d;--color-success-hover-bg:#22c55e26;--color-success-hover-border:#22c55e80;--color-error:#ef4444;--color-error-bg:#ef44441a;--color-error-border:#ef44444d;--color-shadow-primary:#e84d3d33;--color-shadow-secondary:#e84d3d4d;--color-shadow-dark:#00000080;--color-glow-primary:#e84d3d80;--color-glow-secondary:#e84d3d4d;--color-glow-light:#e84d3d33;--color-pattern-primary:#e84d3d05;--color-pattern-secondary:#f06d5e04;--color-gradient-start:#e84d3d1a;--color-gradient-end:#e84d3d0d;--color-gradient-light-start:#e84d3d14;--color-gradient-light-end:#e84d3d08}
*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0}::-webkit-scrollbar{display:none}html,body{max-width:100vw;height:100vh;position:relative;overflow:hidden auto}body{color:var(--color-text-primary);background:var(--color-bg-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--privy-border-radius-sm:2px;--privy-border-radius-md:4px;--privy-border-radius-lg:6px;--privy-border-radius-full:9999px;--privy-color-background:#0a0a0a;--privy-color-background-2:#0f1419;--privy-color-background-3:#0a0f14;--privy-color-foreground:#e0e8f0;--privy-color-foreground-2:#e0e8f0e6;--privy-color-foreground-3:#e0e8f0cc;--privy-color-foreground-4:#e0e8f099;--privy-color-foreground-accent:#e84d3d;--privy-color-accent:#e84d3d;--privy-color-accent-light:#f06d5e;--privy-color-accent-lightest:#f59185;--privy-color-accent-dark:#c43a2b;--privy-color-accent-darkest:#a22e21;--privy-color-success:#22c55e;--privy-color-error:#ef4444;--privy-color-error-light:#ef44441a;flex-direction:column;height:100vh;margin:0;padding:0;line-height:1.6;display:flex;position:relative;overflow:hidden auto}body:before{content:"";background:repeating-linear-gradient(90deg,transparent,transparent 2px,var(--color-pattern-primary)2px,var(--color-pattern-primary)4px),repeating-linear-gradient(0deg,transparent,transparent 2px,var(--color-pattern-secondary)2px,var(--color-pattern-secondary)4px);pointer-events:none;z-index:0;position:fixed;inset:0}.marquee-wrapper{width:100vw;margin-left:calc(50% - 50vw);position:relative;overflow:hidden}.marquee{white-space:nowrap;border-top:1px solid var(--color-border-tertiary);border-bottom:1px solid var(--color-border-tertiary);background:var(--color-bg-glass);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:relative;overflow:hidden}.marquee__track{will-change:transform;animation:marquee var(--duration,25s)linear infinite;gap:2rem;padding-block:10px;display:inline-flex}.marquee__content{justify-content:center;align-items:center;gap:2rem;display:flex}.marquee__content--offset{padding-left:2rem}.marquee__item{font-family:var(--font-heading);letter-spacing:2px;color:var(--color-primary);text-shadow:0 0 10px var(--color-glow-primary);white-space:nowrap;font-size:.9rem;font-weight:400}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-section{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1200px;display:grid}.hero-left{flex-direction:column;gap:1.5rem;display:flex}.hero-logo-container{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.hero-logo{border:2px solid var(--color-border-secondary);width:80px;height:80px;box-shadow:0 0 20px var(--color-shadow-secondary);background:var(--color-button-primary-bg);border-radius:4px;overflow:hidden}.hero-logo img{object-fit:cover;width:100%;height:100%}.hero-title{font-family:var(--font-heading);color:var(--color-text-primary);text-shadow:0 0 20px var(--color-glow-secondary);margin-bottom:.5rem;font-size:4rem;font-weight:400;line-height:1.2}.hero-subtitle{font-family:var(--font-heading);color:var(--color-primary);font-size:2rem;font-weight:400;display:block}.hero-description{font-family:var(--font-body);color:var(--color-text-tertiary);max-width:600px;font-size:1rem;line-height:1.6}.hero-lore{background:linear-gradient(180deg,var(--color-gradient-light-start),var(--color-gradient-light-end));border:1px solid var(--color-border-primary);border-radius:4px;max-width:700px;margin-top:2rem;padding:2rem}.lore-title{font-family:var(--font-heading);color:var(--color-primary);text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:400}.lore-text{font-family:var(--font-body);color:var(--color-text-secondary);text-align:center;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.8}.lore-section{margin-bottom:2rem}.lore-subtitle{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:400}.lore-list{margin:0;padding-left:0;list-style:none}.lore-list li{font-family:var(--font-body);color:var(--color-text-secondary);margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;line-height:1.7;position:relative}.lore-list li:before{content:"🦀";font-size:1rem;position:absolute;left:0}.lore-list li em{color:var(--color-primary);font-style:normal;font-weight:500}.lore-conclusion{font-family:var(--font-heading);color:var(--color-primary);text-align:center;border-top:1px solid var(--color-border-primary);margin-top:2rem;padding-top:2rem;font-size:1.2rem;line-height:1.8}.lore-conclusion strong{color:#e0e8f0;font-weight:400}.hero-info-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:600px;margin-top:2rem;display:grid}.hero-info-card{background:linear-gradient(#e84d3d1a,#e84d3d0d);border:1px solid #e84d3d33;border-radius:4px;padding:1rem;transition:all .3s}.hero-info-card:hover{border-color:var(--color-border-hover);box-shadow:0 0 15px var(--color-shadow-primary);transform:translateY(-2px)}.hero-info-label{font-family:var(--font-body);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.875rem}.hero-info-value{font-family:var(--font-heading);color:var(--color-primary);font-size:1.25rem;font-weight:400}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero-button{font-family:var(--font-body);border:1px solid var(--color-border-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hero-button-primary{color:var(--color-primary);background:#e84d3d1a}.hero-button-primary:hover{background:var(--color-button-primary-bg-hover);border-color:var(--color-border-active);transform:translateY(-1px)}.hero-button-secondary{background:var(--color-success-bg);color:var(--color-success);border-color:var(--color-success-border)}.hero-button-secondary:hover{background:var(--color-success-hover-bg);border-color:var(--color-success-hover-border);transform:translateY(-1px)}.chart-section-wrapper{background:var(--color-bg-glass);width:100vw;margin-left:calc(50% - 50vw);padding:2rem 0}.hero-banner{aspect-ratio:3/2;border:2px solid var(--color-border-primary);width:100%;box-shadow:0 0 30px var(--color-shadow-secondary);background:var(--color-button-primary-bg);border-radius:4px;position:relative;overflow:hidden}.hero-banner img{object-fit:cover;width:100%;height:100%}@media (max-width:1200px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-section{padding:2rem 1rem}.hero-subtitle{font-size:1.25rem}.hero-info-grid{grid-template-columns:repeat(2,1fr)}.hero-logo{width:64px;height:64px}.hero-lore{margin-top:1.5rem;padding:1.5rem}.lore-title{font-size:1.5rem}.lore-text{font-size:1rem}.lore-subtitle{font-size:1.1rem}.lore-list li{font-size:.95rem}.lore-conclusion{font-size:1.1rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400}p{font-family:var(--font-body)}.card{background:linear-gradient(#e84d3d1a,#e84d3d0d);border:1px solid #e84d3d33;border-radius:4px;margin-top:2rem;padding:2rem;box-shadow:0 4px 6px #0003}.card h2{font-family:var(--font-heading);color:#e0e8f0;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.card p{font-family:var(--font-body);color:var(--color-text-tertiary);margin-bottom:.5rem}code{font-family:var(--font-mono);background:var(--color-button-secondary-bg-hover);color:var(--color-primary);border-radius:4px;padding:.2rem .4rem;font-size:.9em}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:focus{outline:none}input[type=number]::-webkit-inner-spin-button{appearance:none}input[type=number]::-webkit-outer-spin-button{appearance:none}:root,[data-theme=light],[data-theme=dark]{--privy-color-background:var(--color-bg-secondary)!important;--privy-color-background-2:var(--color-bg-tertiary)!important;--privy-color-background-3:var(--color-bg-primary)!important;--privy-color-foreground:var(--color-text-primary)!important;--privy-color-foreground-2:var(--color-text-secondary)!important;--privy-color-foreground-3:var(--color-text-tertiary)!important;--privy-color-foreground-4:var(--color-text-muted)!important;--privy-color-accent:var(--color-primary)!important;--privy-color-accent-light:var(--color-primary-light)!important;--privy-color-accent-lightest:var(--color-primary-lighter)!important;--privy-color-accent-dark:var(--color-primary-dark)!important;--privy-color-accent-darkest:var(--color-primary-darker)!important;--privy-color-foreground-accent:var(--color-primary)!important;--privy-color-border:var(--color-border-primary)!important;--privy-color-border-2:var(--color-border-secondary)!important;--privy-color-button-primary:var(--color-button-primary-bg)!important;--privy-color-button-primary-foreground:var(--color-button-primary-text)!important;--privy-color-button-primary-hover:var(--color-button-primary-bg-hover)!important;--privy-color-button-secondary:var(--color-button-secondary-bg)!important;--privy-color-button-secondary-foreground:var(--color-button-secondary-text)!important;--privy-color-button-secondary-hover:var(--color-button-secondary-bg-hover)!important;--privy-color-input:var(--color-input-bg)!important;--privy-color-input-foreground:var(--color-input-text)!important;--privy-color-input-border:var(--color-input-border)!important;--privy-color-input-border-hover:var(--color-input-border-hover)!important;--privy-border-radius-sm:2px!important;--privy-border-radius-md:2px!important;--privy-border-radius-lg:4px!important}#privy-dialog-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000c!important}
@font-face{font-family:Jersey10;src:url(/fonts/Jersey10-Regular.woff2)format("woff2"),url(/fonts/Jersey10-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:JetBrains Mono;src:url(/fonts/JetBrainsMono-VariableFont_wght.woff2)format("woff2-variations"),url(/fonts/JetBrainsMono-VariableFont_wght.ttf)format("truetype-variations");font-weight:100 800;font-style:normal;font-display:block}:root{--font-heading:"Jersey10","Courier New","Monaco","Consolas",monospace;--font-body:"JetBrains Mono","Fira Code","Monaco","Consolas",monospace;--font-mono:"JetBrains Mono","Monaco","Consolas",monospace}
