/*DEDICATII*/
body {
    background: #0f111b;
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
}

.dedicatie-wrapper {
    max-width: 600px;
    margin: 60px auto;
    background: #1c1f2c;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

.dedicatie-title {
    text-align: center;
    color: #00bfff;
    margin-bottom: 30px;
}

.dedicatie-form .form-group {
    margin-bottom: 20px;
}

.dedicatie-form input,
.dedicatie-form textarea {
    width: 100%;
    padding: 14px;
    background: #2a2f45;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    transition: box-shadow 0.3s ease;
}

.dedicatie-form input:focus,
.dedicatie-form textarea:focus {
    box-shadow: 0 0 10px #00bfff;
    outline: none;
}

.btn-trimite {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    background: #00bfff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-trimite:hover {
    background: #009acc;
}

.alert {
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.alert.success {
    background: #2ecc71;
    color: #fff;
}

.alert.error {
    background: #e74c3c;
    color: #fff;
}

/*PANOU DJ*/

body {
    background: #0f111b;
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
}

.dj-panel {
    max-width: 800px;
    margin: 50px auto;
    padding: 40px;
    background: #1c1f2c;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.dj-panel h2 {
    text-align: center;
    color: #00bfff;
    margin-bottom: 15px;
}

.dj-panel p {
    text-align: center;
    margin-bottom: 25px;
    color: #ccc;
}

.alert.info {
    background: #2a2e43;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    color: #ccc;
    font-weight: bold;
}

.dedicatii-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dedicatie-card {
    background: #2e3248;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0005;
}

.dedicatie-card h3 {
    margin-bottom: 10px;
    color: #00bfff;
}

.dedicatie-card p {
    margin: 5px 0;
}

.btn-marca,
.btn-logout {
    display: inline-block;
    margin-top: 10px;
    background: #00bfff;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-marca:hover,
.btn-logout:hover {
    background: #009acc;
}

/* LOGIN DJ*/

.login-box {
    max-width: 400px;
    margin: 80px auto;
    background: #1c1f2c;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    text-align: center;
}

.login-box h2 {
    margin-bottom: 25px;
    color: #00bfff;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form input {
    width: 100%;
    padding: 12px;
    background: #2a2e43;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
}

.login-form input::placeholder {
    color: #aaa;
}

.btn-trimite {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #00bfff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-trimite:hover {
    background: #009acc;
}

/*OPRIRE DEDICATII*/

.alert.offline {
    background: #2e3248;
    padding: 20px;
    border-radius: 10px;
    color: #ff6666;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 10px #0005;
    font-size: 16px;
}

.alert.offline .subtext {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

/*ADMIN DJ*/

.admin-box {
    max-width: 700px;
    margin: 50px auto;
    background: #1c1f2c;
    padding: 40px;
    border-radius: 12px;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.admin-box h2 {
    text-align: center;
    color: #00bfff;
    margin-bottom: 30px;
}

.add-dj-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: #2e3248;
    border: none;
    border-radius: 8px;
    color: #fff;
}

.add-dj-form input::placeholder {
    color: #bbb;
}

.btn-trimite {
    width: 100%;
    padding: 12px;
    background: #00bfff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.btn-trimite:hover {
    background: #009acc;
}

.dj-tabel {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #2a2f45;
    color: #fff;
    text-align: left;
}

.dj-tabel th,
.dj-tabel td {
    padding: 12px;
    border-bottom: 1px solid #444;
}

.btn-sterge {
    background: #e74c3c;
    color: white;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.btn-sterge:hover {
    background: #c0392b;
}

.btn-logout {
    display: inline-block;
    background: #666;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-logout:hover {
    background: #888;
}