:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0d0d0d;--bg-secondary: #1a1a1a;--bg-card: #1f1f1f;--accent-orange: #f5a623;--accent-pink: #ff6b9d;--text-primary: #ffffff;--text-secondary: #888888;--text-muted: #555555;--border-color: #333333;--success: #22c55e}html,body{width:100%;min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);display:flex;justify-content:center}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.header{position:fixed;top:0;left:0;right:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:#0d0d0df2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color)}.header-left{display:flex;align-items:center;gap:12px}.logo-img{height:36px;width:auto;object-fit:contain}.logo-text{font-size:20px;font-weight:700;color:var(--text-primary)}.header-right{display:flex;gap:24px}.header-icon{font-size:22px;text-decoration:none;opacity:.7;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.header-icon:hover{opacity:1}.header-icon img{width:24px;height:24px;object-fit:contain;filter:brightness(.7);transition:filter .2s}.header-icon:hover img{filter:brightness(1)}.hero{width:100%;text-align:center;padding:100px 40px 40px;display:flex;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#f5a62326;border:1px solid rgba(245,166,35,.3);border-radius:24px;font-size:14px;color:var(--accent-orange);margin-bottom:30px}.mascot-container{margin-bottom:25px}.mascot{width:220px;height:220px;margin:0 auto;background:#000;border:3px solid var(--accent-orange);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px #f5a6234d;overflow:hidden}.mascot-img{width:100%;height:100%;object-fit:cover;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-title{font-size:clamp(3.5rem,10vw,6rem);font-weight:900;color:var(--accent-orange);margin-bottom:8px;text-shadow:0 0 50px rgba(245,166,35,.4);letter-spacing:-.02em;line-height:1}.hero-tagline{font-size:18px;color:var(--text-secondary);margin-bottom:10px}.hero-description{font-size:14px;color:var(--text-muted);line-height:1.6;max-width:450px;margin:0}.highlight{color:var(--accent-orange)}.stats-section{width:100%;padding:60px 40px 80px;display:flex;justify-content:center;max-width:1400px;margin:0 auto}.stats-grid{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;width:100%;max-width:1000px}.stat-card{flex:1;min-width:280px;max-width:320px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:32px 36px;position:relative;text-align:left}.stat-icon{width:48px;height:48px;background:#2a2a2a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:24px}.stat-indicator{position:absolute;top:24px;right:24px;width:10px;height:10px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.stat-value{font-size:3rem;font-weight:700;margin-bottom:8px}.stat-value.blue{color:#60a5fa}.stat-value.orange{color:var(--accent-orange)}.stat-value .unit{font-size:1.2rem;color:var(--text-secondary);margin-left:8px}.stat-label{font-size:15px;color:var(--text-secondary)}.burns-section{width:100%;padding:80px 40px 100px;display:flex;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;margin-bottom:20px;text-align:center}.gradient-pink{background:linear-gradient(135deg,var(--accent-pink),#ff8a8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-orange{background:linear-gradient(135deg,var(--accent-orange),#ffcc00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:15px;color:var(--text-muted);margin-bottom:50px;text-align:center}.burns-container{width:100%;max-width:900px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;overflow:hidden}.burns-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid var(--border-color)}.burns-title{font-weight:600;font-size:16px}.live-indicator{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--text-muted)}.live-indicator.active{color:var(--success)}.live-dot{width:10px;height:10px;background:currentColor;border-radius:50%}.live-indicator.active .live-dot{animation:pulse 2s infinite}.burns-list{max-height:450px;overflow-y:auto}.burns-empty{padding:80px 20px;color:var(--text-muted);text-align:center;font-size:16px}.burn-item{display:flex;align-items:center;padding:20px 28px;border-bottom:1px solid var(--border-color);transition:background .2s}.burn-item:hover{background:#ffffff05}.burn-item:last-child{border-bottom:none}.burn-number{width:50px;color:var(--text-muted);font-size:15px}.burn-content{flex:1;display:flex;flex-direction:column;gap:4px}.burn-header-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.burn-agent{font-weight:600;color:var(--text-primary);font-size:15px}.burn-details{display:flex;align-items:center;gap:10px;font-size:15px}.burn-phrase{font-size:13px;font-style:italic;color:var(--accent-pink);opacity:.9;padding-left:28px}.burn-sol{color:var(--accent-orange);font-weight:600}.burn-arrow{color:var(--text-muted)}.burn-tokens{color:var(--accent-orange)}.burn-link{color:var(--accent-orange);text-decoration:none;font-size:15px;transition:opacity .2s}.burn-link:hover{opacity:.8}.footer{width:100%;margin-top:auto;padding:100px 60px 80px;text-align:center;border-top:1px solid var(--border-color);background:var(--bg-primary);display:flex;flex-direction:column;align-items:center}.footer-logo{margin-bottom:20px}.footer-img{height:80px;width:auto;object-fit:contain;animation:float 3s ease-in-out infinite}.footer-title{font-size:1.75rem;font-weight:700;color:var(--accent-orange);margin-bottom:10px}.footer-tagline{font-size:15px;color:var(--text-secondary);margin-bottom:40px}.footer-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.footer-btn{padding:12px 28px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);text-decoration:none;font-size:15px;transition:all .2s}.footer-btn:hover{border-color:var(--accent-orange);background:#f5a6231a}.footer-btn.small{padding:12px 20px}.burns-list::-webkit-scrollbar{width:8px}.burns-list::-webkit-scrollbar-track{background:var(--bg-secondary)}.burns-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}@media(max-width:1024px){.header{padding:20px 40px}.hero{padding:60px 30px 50px}.stats-section,.burns-section{padding:50px 30px}.footer{padding:80px 40px 60px}}@media(max-width:768px){.header{padding:16px 20px}.logo{font-size:24px}.logo-text{font-size:18px}.hero{padding:40px 20px}.badge{font-size:13px;padding:8px 16px;margin-bottom:30px}.mascot{width:160px;height:160px;margin-bottom:30px}.mascot-emoji{font-size:32px}.hero-title{font-size:4rem}.hero-tagline{font-size:16px}.stats-section{padding:40px 20px}.stats-grid{flex-direction:column;align-items:center}.stat-card{width:100%;max-width:100%;min-width:auto}.section-title{font-size:2rem}.burns-section{padding:50px 20px}.burns-container{border-radius:16px}.burn-item{flex-wrap:wrap;gap:12px;padding:16px 20px}.burn-number{width:36px}.burn-details{flex-basis:calc(100% - 100px);flex-wrap:wrap}.footer{padding:60px 20px 50px}.footer-buttons{gap:10px}.footer-btn{padding:10px 20px;font-size:14px}}
