/* Ruply custom styles */

:root {
    --pico-font-size: 16px;
}

nav strong a {
    text-decoration: none;
}

footer {
    margin-top: 3rem;
    padding: 1rem 0;
    text-align: center;
    opacity: 0.6;
}

/* Privacy indicators */
.privacy-green::before { content: "🟢 "; }
.privacy-yellow::before { content: "🟡 "; }
.privacy-blue::before { content: "🔵 "; }

/* Status badges */
.badge {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}
.badge-active { background: #2ecc40; color: white; }
.badge-error { background: #ff4136; color: white; }
.badge-processing { background: #ffdc00; color: #333; }
