
.roju-portal {
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2937;
}
.roju-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    color: #fff;
    margin: 18px 0;
}
.roju-hero h1 {
    margin: 0 0 8px;
    color: #fff;
}
.roju-small {
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .85;
}
.roju-progress-circle {
    min-width: 130px;
    min-height: 130px;
    border-radius: 999px;
    border: 6px solid rgba(255,255,255,.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.roju-progress-circle strong {
    font-size: 32px;
}
.roju-quick-grid,
.roju-section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
    margin: 18px 0;
}
.roju-card,
.roju-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.roju-card span {
    display: block;
    color: #6b7280;
    margin-bottom: 6px;
}
.roju-card strong {
    font-size: 18px;
}
.roju-panel h2 {
    margin-top: 0;
    color: #111827;
}
.roju-panel ul {
    margin: 0;
    padding-left: 18px;
}
.roju-panel li {
    margin: 8px 0;
}
.roju-panel a {
    font-weight: 700;
}
.roju-panel button {
    padding: 8px 12px;
    border: 0;
    border-radius: 8px;
    background: #1d4ed8;
    color: #fff;
    cursor: pointer;
}
.roju-spiritual {
    border-left: 5px solid #b45309;
}
.roju-spiritual-page label {
    display: block;
    margin: 10px 0;
}
@media print {
    header, footer, nav, .site-header, .site-footer, button { display: none !important; }
    .roju-hero { background: #fff !important; color: #111 !important; border: 1px solid #ddd; }
    .roju-hero h1 { color: #111 !important; }
}
