/* Tło strony – tylko dla zaklecia.php */
body.zaklecia-bg {
    background:
        url('/images/header-bg.jpg') center top fixed no-repeat,
        radial-gradient(circle at 50% 20%, rgba(90,255,160,0.06), transparent 70%),
        #0b0b0b !important;

    background-size: 80% auto, cover, cover !important;
    color: #e7e7e7;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.4px;
}

/* Wrapper – elegancka księga zaklęć */
.articles-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background: rgba(15, 15, 15, 0.82);
    border: 1px solid rgba(90, 245, 160, 0.25);
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(90, 245, 160, 0.18);
    backdrop-filter: blur(4px);
}

h1 {
    text-align: center;
    font-size: 2.4rem;
    color: #5af5a0;
    margin-bottom: 25px;
    text-shadow: 0 0 12px rgba(90, 245, 160, 0.5);
    letter-spacing: 2px;
}

.post-form label {
    font-weight: bold;
    color: #d2ffd2;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1px;
}

/* POPRAWIONA TEXTAREA – 90% szerokości i wyśrodkowanie */
.post-form textarea {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(90, 245, 160, 0.35);
    border-radius: 8px;
    color: #e7ffe7;
    font-size: 1.05rem;
    resize: vertical;
    font-family: 'Courier New', monospace;
    box-shadow: inset 0 0 10px rgba(90, 245, 160, 0.15);
}

.post-form textarea:focus {
    outline: none;
    border-color: #5af5a0;
    box-shadow: 0 0 15px rgba(90, 245, 160, 0.45);
}

.btn-add,
.btn-reset {
    padding: 12px 25px;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    color: #5af5a0;
    border: 1px solid #5af5a066;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-add:hover,
.btn-reset:hover {
    background: #111;
    box-shadow: 0 0 15px rgba(90, 245, 160, 0.45);
    transform: translateY(-2px);
}

.btn-center {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.msg.success {
    background: rgba(20, 255, 120, 0.12);
    border-left: 3px solid #5af5a0;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 25px;
    box-shadow: 0 0 15px rgba(90, 245, 160, 0.2);
}

.msg.error {
    background: rgba(255, 0, 0, 0.1);
    border-left: 3px solid #ff4444;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 25px;
    box-shadow: 0 0 15px rgba(255, 80, 80, 0.18);
}

.articles-wrapper p {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.8px;
    margin-top: 10px;
    color: #e3ffe3;
}

.articles-wrapper p strong,
.articles-wrapper p span {
    text-shadow: 0 0 10px rgba(90, 245, 160, 0.55);
}

body.zaklecia-bg .main-content {
    background: transparent !important;
}
