/* Scoped CSS for Signalist Report */
.report-view-container {
    background-color: #f4f5f7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #374151; /* Default text color from p */
}

.report-view-container .container {
    max-width: 760px;
    margin: 0 auto;
    padding: 24px 16px 40px;
}

.report-view-container .card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

/* Typography */
.report-view-container h1 {
    font-size: 28px;
    margin: 0 0 4px;
    line-height: 1.3;
}

.report-view-container h2 {
    font-size: 20px;
    margin: 32px 0 8px;
    border-bottom: 1px solid #dbeafe;
    padding-bottom: 4px;
    color: #0f172a;
}

.report-view-container h3 {
    font-size: 16px;
    margin: 20px 0 6px;
    color: #111827;
}

.report-view-container h4 {
    font-size: 14px;
    margin: 16px 0 4px;
}

.report-view-container p {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
    margin: 8px 0;
}

.report-view-container strong {
    color: #111827;
}

.report-view-container em {
    color: #4b5563;
}

.report-view-container ul, .report-view-container ol {
    padding-left: 20px;
    margin: 6px 0 10px;
}

.report-view-container li {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    margin: 2px 0;
}

/* Tables */
.report-view-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 18px;
    font-size: 13px;
}

.report-view-container th, .report-view-container td {
    border: 1px solid #e5e7eb;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

.report-view-container th {
    background-color: #eff6ff;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 2px solid #d1d5db;
}

.report-view-container tr:nth-child(even) td {
    background-color: #fafafa;
}

.report-view-container tr:hover td {
    background-color: #f1f5f9;
}

/* Blockquote */
.report-view-container blockquote {
    margin: 12px 0;
    padding: 8px 12px;
    border-left: 3px solid #3b82f6;
    background-color: #f3f4ff;
    color: #374151;
    font-style: italic;
}

.report-view-container hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 20px 0;
}

/* Links */
.report-view-container a {
    color: #2563eb;
    text-decoration: none;
}

.report-view-container a:hover {
    text-decoration: underline;
}

.report-view-container .card > *:first-child {
    margin-top: 0;
}

.report-view-container .card > *:last-child {
    margin-bottom: 0;
}

.report-view-container .footer {
    text-align: center;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 16px;
}

.report-view-container .footer a {
    color: #6b7280;
}
