/* transactology.net */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0F172A; color: #E2E8F0; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.65; }
.section-heading { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.4rem; color: #E2E8F0; margin-bottom: 1.5rem; }
.glass { background: rgba(15,23,42,0.85); backdrop-filter: blur(8px); border: 1px solid rgba(139,92,246,0.15); border-radius: 12px; }
.hero { position: relative; min-height: 80vh; display: flex; align-items: center; justify-content: center; padding: 2rem; overflow: hidden; }
.network-bg { position: absolute; inset: 0; z-index: 0; }
.network-svg { width: 100%; height: 100%; }
.hero-panel { position: relative; z-index: 1; padding: 2.5rem; text-align: center; max-width: 600px; }
.hero-title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 2rem; color: #E2E8F0; margin-bottom: 0.5rem; }
.hero-sub { font-size: 1rem; color: #94A3B8; margin-bottom: 1.25rem; }
.cta-btn { display: inline-block; background: #8B5CF6; color: #FFFFFF; font-weight: 600; font-size: 0.9rem; padding: 0.6rem 1.5rem; border-radius: 8px; text-decoration: none; margin-bottom: 1.25rem; }
.hero-stats { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.stat { font-family: 'Space Mono', monospace; font-size: 0.8rem; color: #94A3B8; }
.stat-num { color: #A78BFA; font-weight: 500; }
.community { max-width: 900px; margin: 0 auto; padding: 3rem 2rem; }
.community-inner { }
.spotlight-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.spotlight-card { background: #1E293B; border-left: 3px solid #8B5CF6; border-radius: 8px; padding: 1.25rem; }
.spotlight-avatar { width: 48px; height: 48px; border-radius: 50%; background: #334155; margin-bottom: 0.75rem; }
.spotlight-name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; color: #E2E8F0; margin-bottom: 0.15rem; }
.spotlight-role { font-size: 0.8rem; color: #94A3B8; display: block; margin-bottom: 0.5rem; }
.spotlight-recent { font-size: 0.8rem; color: #A78BFA; }
.activity { max-width: 900px; margin: 0 auto; padding: 0 2rem 2rem; }
.activity-inner { }
.activity-timeline { border-left: 2px solid #1E293B; padding-left: 1.5rem; }
.timeline-item { display: flex; align-items: baseline; gap: 0.75rem; padding: 0.5rem 0; position: relative; }
.timeline-dot { width: 8px; height: 8px; border-radius: 50%; background: #8B5CF6; position: absolute; left: -1.85rem; top: 0.75rem; }
.timeline-time { font-family: 'Space Mono', monospace; font-size: 0.7rem; color: #94A3B8; min-width: 60px; }
.timeline-text { font-size: 0.9rem; color: #E2E8F0; }
.events { max-width: 900px; margin: 0 auto; padding: 0 2rem 2rem; }
.events-inner { }
.event-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.event-card { background: #1E293B; border-radius: 8px; padding: 1.25rem; }
.event-date { font-family: 'Space Mono', monospace; font-size: 0.75rem; color: #22D3EE; display: block; margin-bottom: 0.25rem; }
.event-name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; color: #E2E8F0; margin-bottom: 0.15rem; }
.event-loc { font-size: 0.85rem; color: #94A3B8; }
.footer { max-width: 900px; margin: 0 auto; padding: 2rem; text-align: center; border-top: 1px solid #1E293B; }
.footer-inner { }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 0.75rem; }
.flink { font-size: 0.85rem; color: #A78BFA; text-decoration: none; }
.footer-copy { font-size: 0.75rem; color: #94A3B8; }
@media (max-width: 640px) { .spotlight-list { grid-template-columns: 1fr; } .event-cards { grid-template-columns: 1fr; } }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
