body {
    background-color: #faf6f0;
    color: #241f1a;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #faf6f0; }
::-webkit-scrollbar-thumb { background: #f2adad; border-radius: 3px; }

.relasi-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
}
.relasi-baik { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.relasi-netral { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.relasi-tantangan { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* Markdown output styling */
.shio-prose h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #7f1d1d;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #fbdada;
    padding-bottom: 0.5rem;
}
.shio-prose h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #241f1a;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    border-left: 4px solid #b91c1c;
    padding-left: 0.65rem;
}
.shio-prose ul, .shio-prose ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
.shio-prose ul { list-style-type: disc; }
.shio-prose ol { list-style-type: decimal; }
.shio-prose li { margin-bottom: 0.4rem; line-height: 1.65; }
.shio-prose p { margin-bottom: 1rem; line-height: 1.7; color: #4a4038; }
.shio-prose strong { color: #241f1a; font-weight: 600; }
.shio-prose blockquote, .shio-prose p:last-child {
    background-color: #f5ecc9;
    border-left: 4px solid #c9a227;
    padding: 0.85rem;
    border-radius: 0 0.65rem 0.65rem 0;
    margin-top: 1rem;
    font-style: italic;
}
