/* Günlük Görev Sidebar & Teaser Styles */
.gunluk-gorev-sidebar {
    background: linear-gradient(170deg, #141c2e 0%, #0c1222 100%);
    border: 1px solid rgba(34, 211, 238, 0.15);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    font-family: 'Outfit', sans-serif;
    color: #e2e8f0;
    transition: all 0.3s ease;
}

[data-theme='light'] .gunluk-gorev-sidebar {
    background: linear-gradient(170deg, #ffffff 0%, #f8fafc 100%);
    border-color: rgba(34, 211, 238, 0.3);
    color: #1e293b;
}

.gunluk-gorev-sidebar .header {
    font-size: 13px;
    font-weight: 800;
    color: #22d3ee;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gunluk-gorev-sidebar .teaser-question {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 45px;
}

.gunluk-gorev-sidebar .btn-gorev {
    display: block;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #22d3ee, #0891b2);
    color: #0c1222;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(34, 211, 238, 0.2);
    transition: all 0.2s;
}

.gunluk-gorev-sidebar .btn-gorev:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.35);
    color: #0c1222;
}

/* Teaser card for other pages */
.gg-teaser-card {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.05), rgba(139, 92, 246, 0.05));
    border: 1px solid rgba(34, 211, 238, 0.1);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin: 20px 0;
}
