*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050505;--surface: #0c0c0c;--surface-2: #141414;--border: #1f1f1f;--green: #3dff6e;--green-dim: #3dff6e28;--green-glow: #2ecc7133;--yellow: #ffb800;--yellow-dim: #ffb80028;--red: #ff3131;--red-dim: #ff313128;--text: #ffffff;--text-dim: #8a8a94;--font-display: "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "IBM Plex Mono", monospace}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}.app{position:relative;min-height:100vh;overflow-x:hidden}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:128px}.vignette{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 70% 50% at 0% 50%,#0d281820 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 100% 20%,#ffb80008 0%,transparent 50%),radial-gradient(ellipse 80% 60% at 50% 100%,#000000 0%,transparent 70%)}.hero-shards{position:fixed;right:-8%;top:12%;width:min(55vw,520px);pointer-events:none;z-index:0;opacity:.22;filter:blur(1px)}.hero-shards img{width:100%;height:auto;display:block}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#050505cc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-nav a{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);text-decoration:none;transition:color .15s}.header-nav a:hover{color:var(--green)}.nav-rh{padding:.4rem .85rem;border:1px solid var(--green);color:var(--green)!important}.nav-rh:hover{background:var(--green-dim);color:var(--green)!important}.logo{display:inline-flex;align-items:center;gap:.85rem;color:var(--text);flex-shrink:0}.logo-mark-svg,.logo-mark-only{flex-shrink:0;display:block}.logo-wordmark{font-family:var(--font-display);font-size:var(--logo-text-size);font-weight:600;letter-spacing:.1em;line-height:1;white-space:nowrap}.hero-brand-lockup{margin-top:1rem}main{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:2rem}.hero{padding:2rem 0 2.5rem}.hero-inner{display:grid;grid-template-columns:1fr minmax(200px,340px);gap:2rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.18em;color:var(--green);margin-bottom:1.25rem}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.hero h1{font-family:var(--font-display);font-size:clamp(2.75rem,8vw,5.5rem);font-weight:700;line-height:.95;letter-spacing:-.02em}.hero-line{display:block}.hero-line--accent{color:var(--text);background:linear-gradient(90deg,var(--green),var(--yellow));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-desc{max-width:480px;margin-top:1.25rem;font-size:.95rem;color:var(--text-dim);font-weight:400;line-height:1.6}.hero-rule{width:48px;height:2px;background:var(--green);margin:1.75rem 0 1.25rem;box-shadow:0 0 12px var(--green-dim)}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-white-logo-wrap{animation:heroWhiteFloat 6s ease-in-out infinite}.hero-white-logo{display:block;color:var(--text);filter:drop-shadow(0 0 24px rgba(255,255,255,.08));animation:heroWhiteShimmer 5s ease-in-out infinite}@keyframes heroWhiteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes heroWhiteShimmer{0%,to{opacity:1;filter:drop-shadow(0 0 24px rgba(255,255,255,.08))}50%{opacity:.92;filter:drop-shadow(0 0 36px rgba(255,255,255,.14))}}@media (prefers-reduced-motion: reduce){.hero-white-logo-wrap,.hero-white-logo{animation:none!important}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);padding:1.25rem 1.5rem;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%}.stat-card--green:before{background:var(--green)}.stat-card--yellow:before{background:var(--yellow)}.stat-card--white:before{background:var(--text)}.stat-label{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem}.stat-value{display:block;font-family:var(--font-display);font-size:1.85rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.stat-card--green .stat-value{color:var(--green)}.stat-card--yellow .stat-value{color:var(--yellow)}.stat-sub{display:block;font-family:var(--font-mono);font-size:.7rem;color:var(--text-dim);margin-top:.35rem}.main-grid{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.section-header{margin-bottom:1.25rem}.section-header h2{font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:.12em;margin-bottom:.25rem}.section-header p{font-size:.85rem;color:var(--text-dim)}.wallet-lookup,.leaderboard,.recent-feed{background:var(--surface);border:1px solid var(--border);padding:1.5rem;box-shadow:inset 0 1px #ffffff06}.lookup-form{display:flex;gap:.75rem;margin-bottom:.75rem}.input-wrap{flex:1;display:flex;align-items:center;background:var(--bg);border:1px solid var(--border);transition:border-color .15s,box-shadow .15s}.input-wrap:focus-within{border-color:var(--green);box-shadow:0 0 0 1px var(--green-dim)}.input-prefix{font-family:var(--font-mono);font-size:.85rem;color:var(--text-dim);padding-left:.85rem;-webkit-user-select:none;user-select:none}.input-wrap input{flex:1;background:none;border:none;outline:none;font-family:var(--font-mono);font-size:.85rem;color:var(--text);padding:.75rem .85rem .75rem .25rem}.input-wrap input::placeholder{color:var(--text-dim);opacity:.6}.btn-primary{font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,var(--green),#2ecc71);color:var(--bg);border:none;padding:0 1.5rem;cursor:pointer;transition:filter .15s,transform .1s;white-space:nowrap}.btn-primary:hover{filter:brightness(1.08)}.btn-primary:active{transform:scale(.98)}.demo-hints{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-family:var(--font-mono);font-size:.7rem;color:var(--text-dim);margin-bottom:1.25rem}.demo-chip{font-family:var(--font-mono);font-size:.7rem;background:var(--surface-2);border:1px solid var(--border);color:var(--green);padding:.2rem .5rem;cursor:pointer;transition:border-color .15s}.demo-chip:hover{border-color:var(--green)}.lookup-result{border-top:1px solid var(--border);padding-top:1.25rem;animation:fadeUp .3s ease}.lookup-result--empty{text-align:center;padding:2rem 1rem}.empty-icon{font-size:2rem;color:var(--text-dim);display:block;margin-bottom:.5rem}.lookup-result--empty p{font-weight:600;margin-bottom:.25rem}.empty-sub{font-size:.8rem;color:var(--text-dim)}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.result-header code{font-family:var(--font-mono);font-size:.9rem;color:var(--green)}.rank-badge{font-family:var(--font-mono);font-size:.75rem;font-weight:600;background:var(--yellow-dim);color:var(--yellow);padding:.25rem .6rem;border:1px solid var(--yellow)}.result-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.result-stat-label{display:block;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim)}.result-stat-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text)}.payout-history h3{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.75rem}.payout-history ul{list-style:none}.payout-history li{display:grid;grid-template-columns:80px 1fr auto;gap:.75rem;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:.75rem}.payout-type{font-weight:600;letter-spacing:.08em}.payout-type--daily{color:var(--green)}.payout-type--bonus,.payout-type--milestone{color:var(--yellow)}.payout-amount{font-weight:600;color:var(--text)}.payout-history time{color:var(--text-dim)}.leaderboard-list{list-style:none}.leaderboard-item{display:grid;grid-template-columns:28px 1fr auto;gap:.75rem;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:.8rem}.leaderboard-item--first{background:linear-gradient(90deg,var(--green-dim),transparent);margin:0 -1.5rem;padding:.6rem 1.5rem}.lb-rank{font-weight:600;color:var(--text-dim)}.leaderboard-item--first .lb-rank{color:var(--green)}.lb-wallet{color:var(--text-dim)}.lb-amount{font-weight:600;color:var(--green)}.feed-list{display:flex;flex-direction:column}.feed-item{display:grid;grid-template-columns:1fr auto auto auto;gap:.5rem;align-items:center;padding:.55rem 0;border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:.72rem;animation:fadeUp .4s ease both}.feed-wallet{color:var(--text-dim)}.feed-type{font-weight:600;letter-spacing:.06em;font-size:.65rem}.feed-type--daily{color:var(--green)}.feed-type--bonus,.feed-type--milestone{color:var(--yellow)}.feed-amount{font-weight:600;color:var(--text)}.feed-time{color:var(--text-dim);min-width:48px;text-align:right}.footer{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:2rem;margin-top:3rem;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.7rem;color:var(--text-dim)}.footer-updated{margin-left:auto}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr}.hero-visual{order:-1}.hero-mark-3d{max-width:220px}.hero-shards{opacity:.12;right:-20%}.stats-grid,.main-grid{grid-template-columns:1fr}.header{flex-direction:column;gap:1rem;padding:1rem}.header-nav{flex-wrap:wrap;justify-content:center}.lookup-form{flex-direction:column}.feed-item{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.feed-wallet{grid-column:1 / -1}.footer-updated{margin-left:0;width:100%}}
