/* Дополнительные декоративные элементы */
section h2 {
    border-bottom: 2px solid #9b5de5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

input, textarea, select {
    background-color: #1f1f30;
    color: #f5f5f5;
}

input::placeholder, textarea::placeholder {
    color: #aaa;
}

button:active {
    transform: scale(0.98);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1e1e2f;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #9b5de5;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #f15bb5;
}
