body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 70px 0 0;
    background: #f4f7fb;
    color: #1f2937;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container-fluid {
    background: transparent;
    flex: 1;
    padding: 20px 16px 40px;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

.hero {
    margin: 0 0 16px;
    padding: 18px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.hero h1 {
    font-size: 1.35rem;
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.hero p {
    margin: 8px 0 0;
    opacity: 0.92;
    font-size: 0.92rem;
    line-height: 1.5;
}

.hero-link {
    color: #fffae6;
    font-weight: 700;
    text-decoration: underline;
}

.controls {
    margin: 0 0 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.chip {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 2px 4px 2px 0;
    background: #f3f4f6;
}

.chip.bullish { background: rgba(40, 167, 69, 0.15); color: #1f7a35; }
.chip.bearish { background: rgba(220, 53, 69, 0.15); color: #b02a37; }
.chip.neutral { background: rgba(255, 193, 7, 0.2); color: #7a5a00; }

.loading-message {
    text-align: center;
    margin: 0.75rem auto;
    font-weight: 700;
    color: #2563eb;
    display: none;
}

.table-wrap {
    max-height: 62vh;
    overflow: auto;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 14px;
    background: #fff;
}

#tbl {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
}

#tbl th,
#tbl td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

#tbl th {
    background: #f3f4f6;
    color: #111827;
    position: sticky;
    top: 0;
    z-index: 2;
    font-size: 0.82rem;
    font-weight: 700;
}

.muted { color: #6b7280; font-size: 12px; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.row-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-xs { padding: 6px 10px; font-size: 12px; }

#paginationControls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
}

#paginationControls button {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    cursor: pointer;
}

#paginationControls button:hover {
    background: #111827;
    color: #fff;
}

#paginationControls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.content-wrap { margin: 0 0 18px; }

.info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    margin-top: 12px;
}

.info-card h2 {
    font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 900;
    color: #111827;
}

.info-card h3 {
    font-size: 0.95rem;
    margin: 12px 0 6px;
    font-weight: 900;
    color: #111827;
}

.info-card p { margin: 0 0 10px; color: #374151; line-height: 1.55; }
.info-card ul { margin: 0; padding-left: 18px; color: #374151; line-height: 1.55; }
.info-card a { color: #2563eb; font-weight: 600; }

.faq-item { padding: 10px 0; border-top: 1px solid #eef2f7; }
.faq-item:first-child { border-top: none; }
.faq-q { font-weight: 900; color: #111827; margin: 0 0 4px; }
.faq-a { margin: 0; color: #374151; line-height: 1.55; }

@media (max-width: 768px) {
    .container-fluid { padding: 14px 10px 28px; }
    .hero h1 { font-size: 1.15rem; }
}
