*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0a0a;color:#e0e0e0;line-height:1.5;font-size:15px}#root{display:flex;flex-direction:column;min-height:100%}a{color:#a0a0a0;text-decoration:none}a:hover{color:#fff}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:1px solid #1a1a1a}.nav-left{display:flex;align-items:center;gap:8px}.nav-logo{height:28px;border-radius:50%}.nav-brand{font-size:18px;font-weight:600;color:#fff}.nav-links{display:flex;align-items:center;gap:24px;font-size:14px}.nav-links a{color:#888;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background:#fff;color:#000;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-cta:hover{opacity:.85;color:#000}.hero{text-align:center;padding:80px 20px 60px;max-width:720px;margin:0 auto}.hero-badge{display:inline-block;background:#1a1a1a;border:1px solid #333;border-radius:20px;padding:4px 14px;font-size:12px;color:#aaa;margin-bottom:24px}.hero h1{font-size:52px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.1}.hero h1 .gork-icon{display:inline-block;width:48px;height:48px;vertical-align:middle;border-radius:50%;margin:0 6px}.hero p{font-size:17px;color:#888;max-width:520px;margin:0 auto 32px;line-height:1.6}.hero-buttons{display:flex;gap:12px;justify-content:center}.btn-primary{background:#fff;color:#000;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:opacity .2s}.btn-primary:hover{opacity:.85;color:#000}.btn-secondary{background:transparent;color:#ccc;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;border:1px solid #333;text-decoration:none;transition:border-color .2s}.btn-secondary:hover{border-color:#666;color:#fff}.chat-section{max-width:680px;margin:0 auto 60px;padding:0 20px}.chat-window{background:#111;border:1px solid #222;border-radius:12px;overflow:hidden}.chat-header{background:#151515;padding:12px 16px;border-bottom:1px solid #222;display:flex;align-items:center;gap:10px}.chat-header-dot{width:8px;height:8px;border-radius:50%;background:#4ade80}.chat-header-title{font-size:13px;color:#aaa}.chat-header-status{margin-left:auto;font-size:11px;color:#4ade80;background:#4ade801a;padding:2px 8px;border-radius:10px}.chat-messages{padding:20px;display:flex;flex-direction:column;gap:14px}.chat-msg{max-width:85%;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5}.chat-msg.user{align-self:flex-end;background:#2a2a2a;color:#ddd;border-bottom-right-radius:4px}.chat-msg.bot{align-self:flex-start;background:#1a1a1a;color:#ccc;border-bottom-left-radius:4px;border:1px solid #252525}.chat-msg.bot .bot-name{color:#4ade80;font-weight:600;font-size:11px;margin-bottom:4px;display:block}.features{max-width:900px;margin:0 auto 60px;padding:0 20px}.features h2{text-align:center;font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.features .features-sub{text-align:center;color:#666;font-size:15px;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.feature-card{background:#111;border:1px solid #1e1e1e;border-radius:12px;padding:24px;transition:border-color .2s}.feature-card:hover{border-color:#333}.feature-card h3{font-size:15px;font-weight:600;color:#fff;margin-bottom:6px}.feature-card p{font-size:13px;color:#777;line-height:1.5}.feed-section{max-width:680px;margin:0 auto 60px;padding:0 20px}.feed-section h2{font-size:24px;font-weight:600;color:#fff;margin-bottom:16px;display:flex;align-items:center;gap:8px}.feed-live-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:blink 1.5s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.feed-list{display:flex;flex-direction:column;gap:8px}.feed-item{background:#111;border:1px solid #1e1e1e;border-radius:8px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.feed-item .feed-wallet{font-family:Courier New,monospace;color:#aaa;font-size:12px}.feed-item .feed-amount{color:#4ade80;font-weight:600}.feed-item .feed-time{color:#555;font-size:11px}.holders-section{max-width:680px;margin:0 auto 60px;padding:0 20px}.holders-section h2{font-size:24px;font-weight:600;color:#fff;margin-bottom:16px}.holders-list{display:flex;flex-direction:column;gap:4px}.holder-row{display:flex;align-items:center;padding:10px 14px;border-radius:8px;font-size:13px;transition:background .15s}.holder-row:hover{background:#151515}.holder-rank{width:30px;color:#555;font-weight:600}.holder-wallet{flex:1;font-family:Courier New,monospace;color:#aaa;font-size:12px}.holder-balance{color:#fff;font-weight:500}.footer{margin-top:auto;border-top:1px solid #1a1a1a;padding:24px 40px;display:flex;align-items:center;justify-content:space-between}.footer-left{display:flex;align-items:center;gap:8px;font-size:12px;color:#555}.footer-left img{height:16px;border-radius:50%;opacity:.5}.footer-links{display:flex;gap:20px;font-size:12px}.footer-links a{color:#555}.footer-links a:hover{color:#aaa}@media(max-width:768px){.nav{padding:12px 16px}.hero h1{font-size:36px}.features-grid{grid-template-columns:1fr}.footer{flex-direction:column;gap:12px;text-align:center}}
