/* css/results.css */
* { margin: 0; padding: 0; box-sizing: border-box; }

.navbar { position: sticky; top: 0; background: rgba(2,6,23,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(56,189,248,0.4); z-index: 100; }
.nav-container { display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 1.5rem; max-width: 1280px; margin: 0 auto; }
.logo { font-size: 1.4rem; font-weight: 800; background: linear-gradient(135deg, #38bdf8, #22c55e); -webkit-background-clip: text; background-clip: text; color: transparent; display: flex; align-items: center; gap: 6px; }
.nav-links { display: flex; gap: 1.4rem; align-items: center; }
.nav-links a { color: #cbd5e6; text-decoration: none; font-weight: 500; font-size: 0.85rem; white-space: nowrap; }
.nav-links a:hover { color: #38bdf8; }
.btn-login { background: linear-gradient(95deg, #22c55e, #16a34a); padding: 0.45rem 1.1rem; border-radius: 2rem; color: white; font-weight: 600; font-size: 0.8rem; cursor: pointer; border: none; }
.hamburger { display: none; flex-direction: column; justify-content: space-between; width: 26px; height: 19px; cursor: pointer; z-index: 1001; }
.hamburger span { display: block; height: 2.5px; width: 100%; background-color: #38bdf8; border-radius: 3px; }
.mobile-menu { position: fixed; top: 0; right: -100%; width: 75%; max-width: 280px; height: 100vh; background: rgba(2,6,23,0.98); backdrop-filter: blur(20px); z-index: 1100; padding: 70px 22px 40px; display: flex; flex-direction: column; gap: 18px; transition: right 0.35s; border-left: 1px solid rgba(56,189,248,0.3); }
.mobile-menu.active { right: 0; }
.mobile-menu a { color: #e2e8f0; text-decoration: none; font-size: 0.95rem; font-weight: 500; padding: 9px 0; border-bottom: 1px solid rgba(56,189,248,0.2); display: flex; align-items: center; gap: 12px; }
.mobile-menu a.active { color: #38bdf8; }
.mobile-menu .btn-login-mobile { background: linear-gradient(95deg, #22c55e, #16a34a); text-align: center; justify-content: center; border-radius: 40px; padding: 11px; margin-top: 18px; border-bottom: none; font-weight: 600; cursor: pointer; }
.close-menu { position: absolute; top: 18px; right: 18px; font-size: 22px; cursor: pointer; color: #38bdf8; background: rgba(255,255,255,0.08); width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.overlay-blur { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); backdrop-filter: blur(3px); z-index: 1050; display: none; }
.overlay-blur.active { display: block; }
.scroll-btn { position: fixed; right: 20px; padding: 10px 14px; border: none; border-radius: 40px; background: linear-gradient(145deg, #22c55e, #15803d); color: white; cursor: pointer; z-index: 1000; font-size: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
#scrollDown { bottom: 80px; } #scrollUp { bottom: 30px; display: none; }
.ticker { position: fixed; top: 65px; width: 100%; font-size: 11px; white-space: nowrap; overflow: hidden; background: rgba(2,6,23,0.95); backdrop-filter: blur(4px); z-index: 10; padding: 6px 0; border-bottom: 1px solid #1e293b; }
.ticker span { display: inline-block; padding-right: 40px; animation: scroll 25s linear infinite; }
@keyframes scroll { from { transform: translateX(100%); } to { transform: translateX(-100%); } }
#networkCanvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.1; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.hero { text-align: center; padding: 3rem 1rem 2rem; background: radial-gradient(circle at 20% 30%, #0ea5e920, transparent 60%); }
.hero h1 { font-size: 2.2rem; font-weight: 800; background: linear-gradient(145deg, white, #38bdf8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { font-size: 0.9rem; max-width: 700px; margin: 0 auto; color: #94a3b8; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1.2rem; margin: 1.5rem 0; }
.stat-card { background: rgba(15,23,42,0.8); backdrop-filter: blur(4px); border: 1px solid rgba(56,189,248,0.2); border-radius: 1.2rem; padding: 1.2rem; text-align: center; }
.stat-card h1 { color: #22c55e; font-size: 2rem; }
.stat-card p { font-size: 0.8rem; }
.chart-container { background: rgba(15,23,42,0.8); border: 1px solid rgba(56,189,248,0.2); border-radius: 1.2rem; padding: 1.2rem; margin: 1.5rem 0; }
.chart-container h2 { margin-bottom: 1rem; color: #38bdf8; font-size: 1.2rem; }
.account-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin: 1.5rem 0; }
.account-card { background: rgba(15,23,42,0.8); border: 1px solid rgba(56,189,248,0.2); border-radius: 1.2rem; padding: 1.2rem; position: relative; }
.account-card .badge { position: absolute; top: 0.8rem; right: 0.8rem; background: #22c55e; padding: 0.2rem 0.7rem; border-radius: 2rem; font-size: 0.65rem; font-weight: 600; }
.metric { display: flex; justify-content: space-between; padding: 0.4rem 0; border-bottom: 1px solid #334155; font-size: 0.8rem; }
.table-wrapper { overflow-x: auto; margin: 1.5rem 0; }
.data-table { width: 100%; border-collapse: collapse; background: rgba(15,23,42,0.8); border-radius: 1rem; overflow: hidden; font-size: 0.8rem; }
.data-table th, .data-table td { padding: 0.8rem; text-align: left; border-bottom: 1px solid #334155; }
.data-table th { color: #38bdf8; }
.cta { background: rgba(15,23,42,0.6); text-align: center; padding: 2rem 1.5rem; border-radius: 1.2rem; margin: 2rem auto; max-width: 900px; }
.btn-primary { background: linear-gradient(95deg, #22c55e, #16a34a); padding: 0.7rem 1.4rem; border-radius: 40px; font-weight: 600; color: white; border: none; cursor: pointer; font-size: 0.85rem; }
.footer { border-top: 1px solid #1e293b; padding: 1.5rem; text-align: center; color: #5b6e8c; margin-top: 2rem; font-size: 0.7rem; }
@media (max-width: 880px) { .nav-links { display: none !important; } .hamburger { display: flex; } .hero h1 { font-size: 1.8rem; } .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 550px) { .hero h1 { font-size: 1.5rem; } .mobile-menu a { font-size: 0.85rem; } }