/* Плазменный Дрейф - Нестабильная энергия */
body {
    background: #0E0B19;
    color: #D4C1EC;
}

h1, h2, h3, h4 {
    color: #FF6700;
}

.navbar a {
    color: #D4C1EC;
}

.navbar a:hover {
    color: #01C5BB;
}

.line {
    background: #D4C1EC;
}

.navbar .menu-items {
    background: #0E0B19;
}

.catalog-btn {
    background: linear-gradient(135deg, #FF6700 0%, #01C5BB 100%);
    color: #0E0B19;
}

.feedback-field {
    background-color: #1D1732;
    color: #D4C1EC;
    border: 1px solid #FF6700;
}

.feedback-btn {
    background: linear-gradient(135deg, #FF6700 0%, #01C5BB 100%);
    color: #0E0B19;
}

.category-card {
    background: #1D1732;
    box-shadow: 0 4px 6px rgba(255, 103, 0, 0.2);
}

footer {
    background: #0E0B19;
}

footer a {
    color: #D4C1EC;
}