/* =========================================================
   ONLINE FAIR — MODERN ASYMMETRIC LAYOUT
   Dark, neon-accented, scroll-triggered
   ========================================================= */

/* Shared section base */
.online-hero,
.fair-map-section,
.live-stream-section,
.network-section,
.community-feed-section,
.online-final-cta {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

/* ==============================
   ASYMMETRIC SECTION HEADERS
   ============================== */
.section-asym {
    max-width: 680px;
    margin-bottom: 60px;
}
.section-asym.align-right {
    margin-left: auto;
    text-align: right;
}
.section-label-big {
    display: inline-flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sl-num {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 46px;
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: 400;
}
.asym-title {
    font-size: clamp(44px, 6vw, 84px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em;
}
.section-asym.align-right .asym-title { justify-content: flex-end; }
.asym-title em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.asym-sub {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 560px;
}
.section-asym.align-right .asym-sub { margin-left: auto; }

/* ==============================
   HERO — Live operator console
   ============================== */
.online-hero {
    padding: 130px 0 80px;
    min-height: 620px;
}
.online-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.grid-lines {
    position: absolute;
    inset: -50px;
    background-image:
        linear-gradient(rgba(0, 212, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 0%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 0%, transparent 80%);
    animation: grid-drift 30s linear infinite;
}
@keyframes grid-drift {
    from { transform: translate(0, 0); }
    to   { transform: translate(50px, 50px); }
}

.online-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}
.signal-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid rgba(0, 212, 255, 0.25);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #00d4ff;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
}
.signal-bars {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 12px;
}
.signal-bars i {
    display: block;
    width: 2px;
    background: #00d4ff;
    border-radius: 1px;
    animation: signal-pulse 1.2s ease-in-out infinite;
}
.signal-bars i:nth-child(1) { height: 4px;  animation-delay: 0s; }
.signal-bars i:nth-child(2) { height: 7px;  animation-delay: 0.15s; }
.signal-bars i:nth-child(3) { height: 10px; animation-delay: 0.3s; }
.signal-bars i:nth-child(4) { height: 12px; animation-delay: 0.45s; }
@keyframes signal-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.4; }
}

.online-hero-title {
    font-size: clamp(56px, 7vw, 96px);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.035em;
    margin-bottom: 24px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 0.18em;
}
.online-hero-title .slash {
    color: #00d4ff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6em;
    align-self: center;
    margin-right: 0.1em;
}
.online-hero-title em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.online-hero-sub {
    font-size: 19px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
    max-width: 540px;
    margin-bottom: 40px;
}

.online-live-meters {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding: 24px 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}
.meter { position: relative; }
.meter::before {
    content: '';
    position: absolute;
    top: 4px; left: -20px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #00ff88;
    box-shadow: 0 0 10px #00ff88;
    animation: pulse 1.8s infinite;
}
.meter:first-child::before { left: 0; top: -16px; }
.meter-num {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.meter-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.online-hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Console terminal card */
.console-card {
    background: linear-gradient(180deg, #0a1530, #05081a);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 80px rgba(0, 212, 255, 0.08);
}
.console-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.console-dots {
    display: flex;
    gap: 6px;
}
.console-dots i {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}
.console-dots i:first-child { background: #ff6b88; }
.console-dots i:nth-child(2) { background: #ffc857; }
.console-dots i:nth-child(3) { background: #00ff88; }
.console-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    flex: 1;
}
.console-pulse {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #00ff88;
    animation: pulse 1.4s infinite;
}
.console-body {
    padding: 20px 24px;
    min-height: 220px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    line-height: 1.8;
}
.log-line {
    display: flex;
    align-items: baseline;
    gap: 12px;
    opacity: 0;
    animation: log-in 0.5s forwards;
}
.log-line:nth-child(1) { animation-delay: 0.2s; }
.log-line:nth-child(2) { animation-delay: 0.5s; }
.log-line:nth-child(3) { animation-delay: 0.9s; }
.log-line:nth-child(4) { animation-delay: 1.3s; }
.log-line:nth-child(5) { animation-delay: 1.7s; }
@keyframes log-in {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0); }
}
.log-time {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    min-width: 32px;
}
.log-type {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    min-width: 56px;
    text-align: center;
}
.log-join  { background: rgba(0, 212, 255, 0.15);  color: #00d4ff; }
.log-live  { background: rgba(255, 77, 109, 0.15); color: #ff6b88; }
.log-match { background: rgba(67, 97, 238, 0.15);  color: #7a8cff; }
.log-deal  { background: rgba(0, 255, 136, 0.15);  color: #00ff88; }
.log-text {
    color: rgba(255, 255, 255, 0.85);
    flex: 1;
    font-size: 11px;
}
.console-foot {
    padding: 12px 24px 16px;
    border-top: 1px dashed rgba(255, 255, 255, 0.06);
}
.console-inp {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #00d4ff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cursor {
    color: #00d4ff;
    animation: blink 1s step-end infinite;
}
@keyframes blink {
    50% { opacity: 0; }
}
.console-typing {
    color: rgba(255, 255, 255, 0.7);
}

/* ==============================
   SECTION 1 — Fair Map
   ============================== */
.fair-map-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #0a1024, #05081a);
    border: 1px solid rgba(0, 212, 255, 0.15);
    padding: 20px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3), 0 0 100px rgba(0, 212, 255, 0.05);
}
.fair-map-svg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.fm-pavilion {
    transition: all 0.3s ease;
    transform-origin: center;
    transform-box: fill-box;
}
.fm-pavilion:hover {
    filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.5));
}
.fm-pavilion:hover rect {
    fill: rgba(0, 212, 255, 0.18);
}
.fm-dot {
    animation: pulse 1.8s infinite;
}
.visitor-dot {
    opacity: 0;
    animation: visitor-bop 4s ease-in-out infinite;
}
@keyframes visitor-bop {
    0%, 100% { opacity: 0; transform: translateY(0); }
    25%      { opacity: 1; }
    50%      { opacity: 0.6; transform: translateY(-4px); }
    75%      { opacity: 0.3; }
}
.fm-paths path {
    stroke-dasharray: 3 6;
    animation: dash-move 3s linear infinite;
}
@keyframes dash-move {
    from { stroke-dashoffset: 0; }
    to   { stroke-dashoffset: -18; }
}
.fm-hub circle:nth-child(2),
.fm-hub circle:nth-child(3) {
    transform-origin: 400px 240px;
    animation: hub-rotate 20s linear infinite;
}
.fm-hub circle:nth-child(3) { animation-duration: 30s; animation-direction: reverse; }
@keyframes hub-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.pav-detail {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 260px;
    padding: 20px;
    background: rgba(5, 8, 26, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 14px;
    transition: opacity 0.3s ease;
}
.pav-detail-head {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.pav-detail-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #00d4ff;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
}
.pav-detail-name {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
}
.pav-detail-body p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
}
.pav-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.pav-stats > div {
    text-align: center;
    padding: 8px 4px;
    border-radius: 8px;
    background: rgba(0, 212, 255, 0.06);
    border: 1px solid rgba(0, 212, 255, 0.1);
}
.ps-n {
    display: block;
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.ps-l {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 3px;
}

.pav-chips {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: center;
}
.pav-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.pav-chip:hover {
    background: rgba(0, 212, 255, 0.06);
    border-color: rgba(0, 212, 255, 0.25);
    color: #fff;
}
.pav-chip.active {
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.4);
    color: #fff;
}
.pc-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
}

/* ==============================
   SECTION 2 — Live stream
   ============================== */
.stream-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
}
.stream-player { }
.stream-video {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
}
.stream-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6) saturate(1.2);
}
.stream-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(at 50% 50%, transparent 0%, rgba(5, 8, 16, 0.8) 100%),
        linear-gradient(180deg, transparent 50%, rgba(5, 8, 16, 0.9) 100%);
}
.stream-live {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 100px;
    background: rgba(255, 77, 109, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 77, 109, 0.4);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
}
.stream-live .live-dot {
    width: 8px; height: 8px;
    background: #ff6b88;
}
.stream-viewers {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    letter-spacing: 0.05em;
}
.stream-speaker {
    position: absolute;
    bottom: 30px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ss-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
}
.ss-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.ss-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 3px;
    letter-spacing: 0.05em;
}
.stream-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(0, 212, 255, 0.9);
    border: none;
    color: #050810;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.5);
    transition: all 0.2s ease;
}
.stream-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #00d4ff;
}
.stream-play.playing {
    opacity: 0;
    pointer-events: none;
}
.stream-bar {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
}
.stream-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00d4ff, #4361ee);
    width: 34%;
    transition: width 0.2s ease;
}

.stream-reactions {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 80px;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.reaction-float {
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 28px;
    opacity: 0;
    animation: reaction-float 2.4s ease-out forwards;
    pointer-events: none;
}
@keyframes reaction-float {
    0%   { opacity: 0; transform: translate(-50%, 0) scale(0.5); }
    20%  { opacity: 1; transform: translate(-50%, -40px) scale(1.1); }
    100% { opacity: 0; transform: translate(calc(-50% + 30px), -300px) scale(0.7); }
}

.reaction-row {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.reaction-btn {
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}
.reaction-btn:hover {
    background: rgba(0, 212, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-2px);
}
.reaction-btn span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

/* Chat */
.stream-chat {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    max-height: 480px;
}
.chat-head {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.1em;
}
.chat-count {
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
}
.chat-messages {
    flex: 1;
    padding: 16px 18px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.chat-msg {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    animation: msg-in 0.4s;
}
@keyframes msg-in {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.cm-avatar {
    width: 28px; height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}
.chat-msg strong {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-right: 8px;
}
.chat-msg p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
    margin: 2px 0 0;
    word-break: break-word;
}
.chat-input {
    padding: 12px;
    display: flex;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.chat-input input {
    flex: 1;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    padding: 10px 14px;
    font-family: inherit;
    font-size: 13px;
    outline: none;
}
.chat-input input:focus { border-color: rgba(0, 212, 255, 0.4); }
.chat-input button {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    color: #050810;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}
.chat-input button:hover { transform: scale(1.05); }

/* ==============================
   SECTION 3 — Network graph
   ============================== */
.network-grid {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 32px;
    align-items: stretch;
}
.network-graph {
    position: relative;
    aspect-ratio: 1;
    border-radius: 24px;
    background: radial-gradient(ellipse at center, #0a1530 0%, #050810 70%);
    border: 1px solid rgba(0, 212, 255, 0.15);
    overflow: hidden;
}
.graph-svg {
    width: 100%;
    height: 100%;
    display: block;
}
.g-node {
    cursor: pointer;
    transition: all 0.3s ease;
    transform-origin: center;
    transform-box: fill-box;
}
.g-node:hover {
    filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.6));
    transform: scale(1.15);
}
.g-center circle:nth-child(2) {
    transform-origin: 250px 250px;
    animation: graph-ring 20s linear infinite;
}
@keyframes graph-ring {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.g-line {
    animation: line-pulse 3s ease-in-out infinite;
}
.g-line:nth-child(odd) { animation-delay: 0.3s; }
.g-line:nth-child(3n) { animation-delay: 0.6s; }
@keyframes line-pulse {
    0%, 100% { opacity: 0.25; }
    50%      { opacity: 0.55; }
}

.graph-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 16px 20px;
    border-radius: 14px;
    background: rgba(5, 8, 26, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 212, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: opacity 0.3s;
}
.gi-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    flex-shrink: 0;
}
.gi-name {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}
.gi-role {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.05em;
}

.community-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.side-card {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.side-badge {
    padding: 3px 10px;
    border-radius: 100px;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    font-size: 10px;
    font-weight: 600;
}
.suggested-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.suggested-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sr-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}
.sr-body { flex: 1; min-width: 0; }
.sr-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}
.sr-role {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}
.sr-match {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #00d4ff;
}
.match-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #00ff88;
    box-shadow: 0 0 6px #00ff88;
}
.sr-btn {
    padding: 8px 14px;
    border-radius: 100px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: #00d4ff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}
.sr-btn:hover {
    background: linear-gradient(135deg, #00d4ff, #4361ee);
    color: #050810;
    border-color: transparent;
}
.sr-btn.connected {
    background: rgba(0, 255, 136, 0.1);
    border-color: rgba(0, 255, 136, 0.3);
    color: #00ff88;
}

.small-card { padding: 20px; }
.network-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.ns-item {
    text-align: center;
    padding: 14px 8px;
    border-radius: 10px;
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.1);
}
.ns-n {
    display: block;
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}
.ns-l {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ==============================
   SECTION 4 — Community feed
   ============================== */
.feed-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 40px;
    align-items: flex-start;
}
.col-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 500;
}
.col-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.col-head-row .col-title { margin-bottom: 0; }
.attendees-count {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 24px;
    color: #00d4ff;
}

.stories-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.story-card {
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}
.story-card:hover {
    border-color: rgba(0, 212, 255, 0.25);
    transform: translateY(-3px);
}
.story-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.story-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.story-head > div:nth-child(2) { flex: 1; }
.story-name {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}
.story-when {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}
.story-badge {
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
}
.story-card p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
    font-style: italic;
}
.story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.story-tags span {
    padding: 4px 10px;
    border-radius: 100px;
    background: rgba(0, 212, 255, 0.06);
    border: 1px solid rgba(0, 212, 255, 0.15);
    color: #00d4ff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.05em;
}

/* Attendee list */
.attendees-col {
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.attendee-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.4);
}
.attendee-search:focus-within {
    border-color: rgba(0, 212, 255, 0.4);
    color: #00d4ff;
}
.attendee-search input {
    flex: 1;
    padding: 11px 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    outline: none;
    font-family: inherit;
}
.attendee-filters {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.af-chip {
    padding: 6px 12px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-family: inherit;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s;
}
.af-chip:hover { border-color: rgba(0, 212, 255, 0.3); color: #fff; }
.af-chip.active {
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.4);
    color: #00d4ff;
}
.attendee-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 440px;
    overflow-y: auto;
    padding-right: 4px;
}
.attendee-list::-webkit-scrollbar { width: 4px; }
.attendee-list::-webkit-scrollbar-thumb { background: rgba(0, 212, 255, 0.3); border-radius: 2px; }
.attendee-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.2s;
}
.attendee-row.hidden { display: none; }
.attendee-row:hover {
    background: rgba(0, 212, 255, 0.04);
    border-color: rgba(0, 212, 255, 0.15);
}
.ar-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}
.ar-body { flex: 1; min-width: 0; }
.ar-name {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ar-tick {
    color: #00d4ff;
    font-size: 11px;
}
.ar-role {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ar-status {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #00ff88;
    flex-shrink: 0;
}
.ar-status.away { background: #ffc857; }
.ar-status.offline { background: rgba(255, 255, 255, 0.2); }
.ar-btn {
    width: 32px; height: 32px;
    border-radius: 10px;
    background: rgba(0, 212, 255, 0.06);
    border: 1px solid rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}
.ar-btn:hover {
    background: rgba(0, 212, 255, 0.15);
    transform: scale(1.08);
}

/* ==============================
   FINAL CTA
   ============================== */
.online-final-cta { padding: 80px 0 120px; }
.final-cta-box {
    position: relative;
    padding: 80px 64px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.06), rgba(67, 97, 238, 0.02));
    border: 1px solid rgba(0, 212, 255, 0.2);
    overflow: hidden;
}
.final-orb {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.25) 0%, transparent 70%);
    filter: blur(30px);
    animation: orb-float 8s ease-in-out infinite;
}
@keyframes orb-float {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, 30px); }
}
.final-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 1100px) {
    .online-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .stream-grid { grid-template-columns: 1fr; }
    .network-grid { grid-template-columns: 1fr; }
    .feed-grid { grid-template-columns: 1fr; }
    .pav-detail { position: static; width: 100%; max-width: 420px; margin: 20px auto 0; }
}

@media (max-width: 768px) {
    .online-hero { padding: 100px 0 60px; }
    .online-hero-title { font-size: 52px; }
    .asym-title { font-size: 40px; }
    .online-live-meters { flex-direction: column; gap: 20px; }
    .final-cta-box { padding: 48px 24px; }
    .fair-map-wrap { padding: 12px; }
}

@media (max-width: 480px) {
    .online-hero-title { font-size: 42px; }
    .asym-title { font-size: 32px; }
    .section-asym.align-right { text-align: left; }
    .section-asym.align-right .asym-title { justify-content: flex-start; }
    .section-asym.align-right .asym-sub { margin-left: 0; }
    .sl-num { font-size: 36px; }
    .meter-num { font-size: 34px; }
    .reaction-row { gap: 6px; }
    .reaction-btn { padding: 8px 12px; font-size: 12px; }
    .attendees-col, .stories-col { width: 100%; }
}
