/* DP Cookie Consent - Styles v1.1.0 */

.dp-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    animation: dpSlideUp 0.4s ease-out;
}

@keyframes dpSlideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.dp-cookie-content {
    max-width: 1200px;
    margin: 0 auto;
}

.dp-cookie-text h3 {
    margin: 0 0 10px 0;
    font-size: 1.3em;
    font-weight: 600;
    color: #ffffff;
}

.dp-cookie-text p {
    margin: 0 0 10px 0;
    font-size: 0.95em;
    line-height: 1.5;
    color: #b8b8b8;
}

.dp-cookie-text a {
    color: #00d4ff;
    text-decoration: none;
    font-size: 0.9em;
}

.dp-cookie-text a:hover {
    text-decoration: underline;
}

.dp-cookie-options {
    margin: 20px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.dp-cookie-option {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.9em;
}

.dp-cookie-option:last-child {
    margin-bottom: 0;
}

.dp-cookie-option input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: #00d4ff;
    cursor: pointer;
}

.dp-cookie-option input[type="checkbox"]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.dp-cookie-option span {
    color: #d0d0d0;
    line-height: 1.4;
}

.dp-cookie-option strong {
    color: #ffffff;
}

.dp-cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.dp-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 0.95em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dp-btn-primary {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: #000000;
}

.dp-btn-primary:hover {
    background: linear-gradient(135deg, #00e5ff 0%, #00aadd 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}

.dp-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #555;
}

.dp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #888;
}

.dp-btn-link {
    background: transparent;
    color: #00d4ff;
    padding: 12px 16px;
}

.dp-btn-link:hover {
    text-decoration: underline;
}

.dp-cookie-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999998;
    transition: transform 0.3s ease;
    animation: dpFadeIn 0.4s ease-out;
}

@keyframes dpFadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

.dp-cookie-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

.dp-cookie-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
    .dp-cookie-banner { padding: 15px; }
    .dp-cookie-text h3 { font-size: 1.1em; }
    .dp-cookie-text p { font-size: 0.85em; }
    .dp-cookie-buttons { flex-direction: column; }
    .dp-btn { width: 100%; text-align: center; }
    .dp-btn-link { order: 3; }
    .dp-cookie-icon { width: 50px; height: 50px; bottom: 15px; left: 15px; }
}

.dp-youtube-placeholder {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dp-youtube-placeholder p {
    margin: 0 0 15px 0;
    font-size: 1em;
}

.dp-youtube-placeholder button {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.95em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dp-youtube-placeholder button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}
