.error-message {
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 700;
    font-size: 0.88rem;
    border: 1px solid rgba(255, 107, 107, 0.45);
    background: linear-gradient(140deg, rgba(255, 107, 107, 0.28), rgba(183, 30, 30, 0.35));
    color: #ffd5d5;
}

.success-message {
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 700;
    font-size: 0.88rem;
    border: 1px solid rgba(73, 216, 111, 0.45);
    background: linear-gradient(140deg, rgba(73, 216, 111, 0.22), rgba(24, 126, 52, 0.32));
    color: #c8ffd7;
}

.admin-button {
    background: linear-gradient(135deg, #13d4cf, #06a9bd) !important;
    color: #032128 !important;
    border-radius: 999px;
    padding: 9px 14px;
    border: none;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(6, 169, 189, 0.3);
}

.admin-btn {
    background: linear-gradient(135deg, #ff8c42, #f76737) !important;
    color: #fff !important;
}

.admin-btn:hover {
    box-shadow: 0 10px 20px rgba(247, 103, 55, 0.3);
}
