 body.rosha-account {
            background-color: #1A1A1A;
            color: #E8E8E8;
            font-family: 'Times New Roman', serif;
            margin: 0;
            padding: 0;
            min-height: 100vh;
        }
        
        .rosha-account-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 5px;
            background-color: rgba(0, 0, 0, 0.8);

        }
        
        /* Menu w kwadratowych blokach */
        .rosha-menu-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
        
    .rosha-menu-item {
        background-image: url('/layout/rosha_images/panels/ramka2.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 15px;
        text-align: center;
        transition: all 0.3s ease;
        cursor: pointer;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: none; /* usuwamy ramkę */
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7); /* delikatne podbicie ramki */
    }

    .rosha-menu-item:hover {
        background-image: url('/layout/rosha_images/panels/ramka2.png');
        filter: brightness(1.2);
        transform: translateY(-4px);
        box-shadow: 0 0 20px rgba(149, 30, 19, 0.25);
    }

    .rosha-menu-item a {
        font-family: 'Times New Roman', serif;
        color: #b58731;
        text-shadow: 1px 1px 3px black;
        text-decoration: none;
        font-weight: bold;
        font-size: 23px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        
    /* Tabele postaci */
.rosha-account-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #000000b6;
    border: 1px solid transparent;
    border-image: linear-gradient(145deg, #4b3a20, #4b3a20, #4b3a20) 1;
    box-shadow:
        0 0 4px rgba(191, 150, 106, 0.4),
        inset 0 0 15px rgba(0, 0, 0, 0.4);
    margin-top: 35px;
    margin-bottom: 30px;
    overflow: hidden;
}
        
.rosha-account-table th {
    background-color: #2b1a0e;
    color: #D4AF37;
    padding: 12px;
    text-align: left;
    font-size: 16px;
    text-shadow: 1px 1px 2px black;
    border-bottom: 1px solid #4b3a20;
}
        
.rosha-account-table td {
    padding: 10px;
    color: #E8E8E8;
    border-bottom: 1px solid #3a2b1a;
}
        
.rosha-account-table tr:hover {
    background-color: rgba(191, 150, 106, 0.1);
}

.rosha-account-table a {
    
    color: #cf8c0d;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.rosha-account-table a:hover {
    color: #FFD700;
}
        
        /* Przyciski i formularze */
        .rosha-btn {
            background-color: #8B0000;
            color: #E8E8E8;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: bold;
        }
        
        .rosha-btn:hover {
            background-color: #D4AF37;
            color: #1A1A1A;
        }
        
        .rosha-form-control {
            background-color: #1A1A1A;
            border: 1px solid #8B0000;
            color: #E8E8E8;
            padding: 8px;
            width: 100%;
        }
        
        /* Komunikaty */
        .rosha-success {
            color: #4CAF50;
        }
        
        .rosha-error {
            color: #F44336;
        }

        .rosha-main-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

/* Główna zawartość */
.rosha-content {
    flex: 1;
}

/* Panel boczny (prawy) */
.rosha-sidebar {
    width: 240px;
    background-color: #111;
    padding: 10px;
    border: 1px solid #a17628;
}

.rosha-section-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 35px auto -37px;
    width: 803px; /* dopasowane do Twojej grafiki */
    height: 115px; /* wysokość grafiki */
    background-image: url('../rosha_images/panels/spacer.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.rosha-section-title span {
    font-family: 'Times New Roman', serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    color: #D4AF37;
    text-shadow: 1px 1px 2px black;
    padding-top: 36px;
}
/*
.rosha-section-title {
    text-align: center;
    font-size: 34px;
    color: #D4AF37;
    text-shadow: 2px 2px 6px #000;
    margin: 39px auto -20px;
    padding: 5px 20px;
    font-family: 'Times New Roman', serif;
    letter-spacing: 1.5px;
    background-color: #000000b6;

    border: 1px solid transparent;
    border-image: linear-gradient(145deg, #4b3a20, #4b3a20, #4b3a20) 1;

    box-shadow:
        0 0 8px rgba(191, 150, 106, 0.4),
        inset 0 0 10px rgba(0, 0, 0, 0.4);

    max-width: 800px;
    border-radius: 3px;
}
*/



.rosha-form-table {
    width: 100%;
    background-color: #000000b6;
    border: 1px solid transparent;
    border-image: linear-gradient(145deg, #4b3a20, #4b3a20, #4b3a20) 1;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow:
        0 0 4px rgba(191, 150, 106, 0.4),
        inset 0 0 15px rgba(0, 0, 0, 0.4);
    padding: 10px;
}
.rosha-form-table td {
    padding: 10px;
    vertical-align: middle;
}

.rosha-form-control {
    background-color: #0e0a06;
    color: #D4AF37;
    border: 1px solid transparent;
    border-image: linear-gradient(145deg, #4b3a20, #4b3a20, #4b3a20) 1;
    padding: 10px;
    font-size: 15px;
    font-family: 'Times New Roman', serif;
    width: 100%;
    box-shadow:
        0 0 4px rgba(191, 150, 106, 0.4),
        inset 0 0 15px rgba(0, 0, 0, 0.4);
    transition: border 0.3s ease, background 0.3s ease;
}

.rosha-form-control:hover,
.rosha-form-control:focus {
    background-color: #1c150e;
    outline: none;
}

.rosha-btn {
    background: #1a0e05;
    color: #D4AF37;
    border: 1px solid transparent;
    border-image: linear-gradient(145deg, #4b3a20, #4b3a20, #4b3a20) 1;
    padding: 12px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow:
        0 0 4px rgba(191, 150, 106, 0.4),
        inset 0 0 15px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'Times New Roman', serif;
    width: 100%;
}

.rosha-btn:hover {
    background-color: #D4AF37;
    color: #1a0e05;
    transform: translateY(-2px);
}

.rosha-btn:active {
    background-color: #b78d35;
    transform: translateY(0);
}


