/* Призрачные миры - туманно-сиреневая палитра */
body {
    background: #232433;
    color: #e9e8f0;
}

h1, h2, h3, h4 {
    color: #bfd7ea;
}

.navbar a {
    color: #e9e8f0;
}

.navbar a:hover {
    color: #a799b7;
}

.line {
    background: #e9e8f0;
}

.navbar .menu-items {
    background: #232433;
}

.catalog-btn {
    background: linear-gradient(135deg, #a799b7 0%, #496a81 100%);
    color: #17171f;
}

.feedback-field {
    background-color: #31324a;
    color: #e9e8f0;
    border: 1px solid #a799b7;
}

.feedback-btn {
    background: linear-gradient(135deg, #a799b7 0%, #496a81 100%);
    color: #17171f;
}

footer {
    background: #232433;
}

footer a {
    color: #e9e8f0;
}

.category-card {
    background: #31324a;
    box-shadow: 0 4px 6px rgba(167, 153, 183, 0.1);
}