.reto-programacion-page .reto-hero{background:linear-gradient(135deg,var(--primary-50) 0%,var(--primary-100) 100%);padding:2.5rem 0 1.5rem;text-align:center}.reto-programacion-page .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;color:var(--gray-600);flex-wrap:wrap}.reto-programacion-page .breadcrumb-link{color:var(--primary-600);text-decoration:none;transition:color .2s ease}.reto-programacion-page .breadcrumb-link:hover{color:var(--primary-700)}.reto-programacion-page .breadcrumb-separator{color:var(--gray-400)}.reto-programacion-page .breadcrumb-current{color:var(--gray-700);font-weight:500}.reto-programacion-page .reto-title{font-size:2.5rem;font-weight:800;margin-bottom:.4rem;line-height:1.1}.reto-programacion-page .reto-subtitle{font-size:1rem;color:var(--gray-600);margin:0 auto;line-height:1.5}.reto-programacion-page .game-section{padding:2rem 0 4rem;background:var(--bg-primary)}.reto-programacion-page .game-card{max-width:600px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow)}.reto-programacion-page .card-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid var(--border)}.reto-programacion-page .card-header-left{display:flex;align-items:center;gap:.6rem}.reto-programacion-page .reto-number{font-weight:700;font-size:.9rem;color:var(--text-primary)}.reto-programacion-page .reto-date{font-size:.8rem;color:var(--text-muted)}.reto-programacion-page .streak-pill{display:flex;align-items:center;gap:.3rem;background:var(--bg-secondary);padding:.3rem .65rem;border-radius:9999px;border:1px solid var(--border);font-size:.8rem}.reto-programacion-page .streak-fire{font-size:.9rem}.reto-programacion-page .streak-count{font-weight:700;color:var(--text-primary)}.reto-programacion-page .screen{padding:1.5rem 1.25rem}.reto-programacion-page .hidden{display:none!important}.reto-programacion-page .diff-badge{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;background:#dcfce7;color:#166534}.reto-programacion-page .diff-badge.medium{background:#fef3c7;color:#92400e}.reto-programacion-page .diff-badge.hard{background:#fee2e2;color:#991b1b}[data-theme=dark] .reto-programacion-page .diff-badge{background:#10b98126;color:#6ee7b7}[data-theme=dark] .reto-programacion-page .diff-badge.medium{background:#f59e0b26;color:#fcd34d}[data-theme=dark] .reto-programacion-page .diff-badge.hard{background:#ef444426;color:#fca5a5}.reto-programacion-page .q-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.4;margin-bottom:1rem}.reto-programacion-page .code-editor{border-radius:.75rem;overflow:hidden;margin-bottom:1.5rem;border:1px solid #334155}.reto-programacion-page .code-bar{display:flex;align-items:center;gap:.6rem;padding:.5rem .85rem;background:#1e293b}.reto-programacion-page .code-dots{display:flex;gap:.3rem}.reto-programacion-page .cd{width:.5rem;height:.5rem;border-radius:50%}.reto-programacion-page .cd-r{background:#ef4444}.reto-programacion-page .cd-y{background:#f59e0b}.reto-programacion-page .cd-g{background:#22c55e}.reto-programacion-page .code-fname{font-size:.7rem;color:#94a3b8;font-weight:500}.reto-programacion-page .code-body{background:#0f172a;color:#e2e8f0;padding:1rem 1.25rem;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:.85rem;line-height:1.7;margin:0;overflow-x:auto;white-space:pre;tab-size:4}.reto-programacion-page .code-body .kw{color:#c084fc;font-weight:600}.reto-programacion-page .code-body .fn{color:#60a5fa}.reto-programacion-page .code-body .str{color:#34d399}.reto-programacion-page .code-body .num{color:#fbbf24}.reto-programacion-page .code-body .cmt{color:#64748b;font-style:italic}.reto-programacion-page .code-body .op{color:#f472b6}.reto-programacion-page .code-body .bi{color:#22d3ee}.reto-programacion-page .options{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.reto-programacion-page .opt-btn{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:1.5px solid var(--border);padding:.85rem 1.15rem;border-radius:.65rem;font-size:.9rem;color:var(--text-primary);cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit;line-height:1.4;width:100%}.reto-programacion-page .opt-btn:hover:not(:disabled){border-color:var(--accent);transform:translate(3px);background:#3b82f60a}.reto-programacion-page .opt-btn:disabled{cursor:not-allowed}.reto-programacion-page .opt-btn.correct{border-color:#059669;background:#10b98114}.reto-programacion-page .opt-btn.wrong{border-color:#dc2626;background:#dc26260f;animation:shake .4s ease-out}.reto-programacion-page .opt-btn.reveal{border-color:#059669;background:#10b9810f}[data-theme=dark] .reto-programacion-page .opt-btn.correct{background:#10b9811f}[data-theme=dark] .reto-programacion-page .opt-btn.wrong{background:#dc26261a}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.reto-programacion-page .opt-letter{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.35rem;background:var(--bg-card);border:1px solid var(--border);font-weight:700;font-size:.75rem;flex-shrink:0;color:var(--accent)}.reto-programacion-page .opt-btn.correct .opt-letter{background:#059669;color:#fff;border-color:#059669}.reto-programacion-page .opt-btn.wrong .opt-letter{background:#dc2626;color:#fff;border-color:#dc2626}.reto-programacion-page .opt-text{flex:1}.reto-programacion-page .result-icon{text-align:center;font-size:3rem;margin-bottom:.75rem}.reto-programacion-page .result-heading{text-align:center;font-size:1.3rem;font-weight:700;margin-bottom:.25rem}.reto-programacion-page .result-heading.win{color:#059669}.reto-programacion-page .result-heading.lose{color:#dc2626}[data-theme=dark] .reto-programacion-page .result-heading.win{color:#6ee7b7}[data-theme=dark] .reto-programacion-page .result-heading.lose{color:#fca5a5}.reto-programacion-page .result-sub{text-align:center;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.reto-programacion-page .result-explain{font-size:.9rem;color:var(--text-secondary);line-height:1.6;padding:1rem 1.25rem;background:var(--bg-secondary);border-radius:.65rem;border:1px solid var(--border);margin-bottom:1.5rem}.reto-programacion-page .result-explain strong{color:var(--text-primary)}.reto-programacion-page .result-footer{text-align:center;padding-top:1.25rem;border-top:1px solid var(--border)}.reto-programacion-page .next-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.reto-programacion-page .next-timer{font-size:1.5rem;font-weight:800;color:var(--accent);font-variant-numeric:tabular-nums}@media(max-width:640px){.reto-programacion-page .reto-title{font-size:2rem}.reto-programacion-page .screen{padding:1.25rem 1rem}.reto-programacion-page .code-body{font-size:.78rem;padding:.85rem 1rem}.reto-programacion-page .q-title{font-size:1rem}}
