/* Realizacje Sulema — panel */
:root {
    --rs-text: #1a1a1a;
    --rs-text-muted: #4a4a4a;
    --rs-bg: #ffffff;
    --rs-light: #f4f7fe;
    --rs-primary: #1363c6;
    --rs-secondary: #15ace1;
}

body.rs-panel {
    color: var(--rs-text);
    background: var(--rs-bg);
}

body.rs-panel h1,
body.rs-panel h2,
body.rs-panel h3,
body.rs-panel h4,
body.rs-panel h5,
body.rs-panel h6 {
    color: var(--rs-text);
}

.text-muted-rs {
    color: var(--rs-text-muted) !important;
}

.rs-sidebar {
    background: linear-gradient(135deg, var(--rs-primary), var(--rs-secondary));
    min-height: calc(100vh - 75px);
}

.rs-sidebar .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding: 0.65rem 1rem;
    border-radius: 8px;
    margin-bottom: 4px;
}

.rs-sidebar .nav-link:hover,
.rs-sidebar .nav-link.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.rs-sidebar .rs-logout-link {
    margin-top: auto;
    color: rgba(255, 255, 255, 0.9);
}

.rs-sidebar .rs-logout-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.rs-app-download-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.rs-app-download a:hover .rs-app-download-img {
    transform: scale(1.03);
    opacity: 0.95;
}

.rs-card {
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.rs-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-grid img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.rs-login-card {
    max-width: 440px;
    margin: 0 auto;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.category-badge {
    background: var(--rs-light);
    color: var(--rs-primary);
    font-size: 0.8rem;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
}
