.ai-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem;opacity:1;transition:opacity .3s ease}.ai-modal-overlay.hidden{opacity:0;pointer-events:none}.ai-chat-container{width:100%;max-width:600px;height:85vh;max-height:700px;background:var(--bg-color);border:3px solid var(--border-color);border-radius:16px 24px 20px 28px/24px 20px 28px 16px;display:flex;flex-direction:column;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden;box-shadow:0 10px 30px #00000026}.ai-modal-overlay.hidden .ai-chat-container{transform:translateY(20px) scale(.95)}.ai-chat-header{background-color:var(--purple-primary);color:#fff;padding:1rem 1.5rem;border-bottom:3px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.ai-header-title{display:flex;align-items:center;gap:.75rem}.ai-header-title h3{margin:0;font-size:1.25rem;font-family:inherit;font-weight:700}.close-btn{width:40px;height:40px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff!important}.close-btn:hover{background-color:#fff3}.ai-chat-messages{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background:var(--bg-color);-webkit-overflow-scrolling:touch}.message{max-width:85%;padding:.85rem 1.2rem;border-radius:12px 18px 14px 20px/18px 14px 20px 12px;font-size:1.1rem;line-height:1.4;border:2px solid var(--border-color);word-break:break-word}.message ul{margin:.5rem 0 0 1.5rem;padding:0}.ai-message{background:var(--bg-card);color:var(--text-color);align-self:flex-start;box-shadow:2px 3px 0 var(--shadow-color);border-bottom-left-radius:4px}.user-message{background:var(--purple-primary);color:#fff;border-color:var(--purple-primary);align-self:flex-end;box-shadow:2px 3px 0 var(--shadow-color);border-bottom-right-radius:4px}.typing{font-style:italic;color:var(--text-muted);opacity:.7}.ai-quick-actions{padding:.75rem 1.5rem;background:var(--bg-card);display:flex;gap:.5rem;overflow-x:auto;border-top:2px solid var(--border-color);flex-shrink:0}.quick-btn{flex-shrink:0;font-size:1rem;padding:.4rem .8rem;border-radius:8px 12px 10px 14px}.ai-chat-input-area{padding:1rem 1.5rem;background:var(--bg-card);border-top:2px solid var(--border-color);display:flex;gap:.75rem;align-items:flex-end;flex-shrink:0}.ai-chat-input-area textarea{flex:1;background-color:var(--bg-color);color:var(--text-color);border:2px solid var(--border-color);border-radius:12px 16px 14px 18px;padding:.75rem;font-family:inherit;font-size:1.1rem;resize:none;max-height:90px;outline:none;transition:border-color .2s,box-shadow .2s;box-shadow:inset 2px 2px 4px #0000000d}.ai-chat-input-area textarea:focus{border-color:var(--purple-primary)}#ai-send-btn{width:48px;height:48px;padding:0;border-radius:12px 18px 14px 20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media(max-width:640px){.ai-modal-overlay{padding:0!important;overflow:hidden!important;position:fixed!important;top:0;left:0;width:100%!important;height:100dvh!important}.ai-chat-container{width:100%!important;height:100%!important;max-height:100%!important;border:none!important;border-radius:0!important;box-shadow:none!important}.ai-chat-header{padding:.85rem 1rem!important}.ai-chat-messages{padding:1rem!important}.message{max-width:90%!important;font-size:1rem!important}.ai-quick-actions{padding:.6rem 1rem!important}.ai-chat-input-area{padding:.75rem 1rem!important}}.bottom-actions-bar{position:fixed;bottom:0;left:0;width:100%;background-color:var(--bg-color);z-index:1000;padding:.4rem .8rem}.bottom-bar-inner{max-width:var(--max-width);margin:0 auto;width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;border-top:2px dashed var(--border-color);gap:1rem;padding:.4rem .8rem}.tabs-nav{display:flex;position:relative;padding:4px;border:2px solid var(--border-color);border-radius:12px 18px 14px 20px/18px 14px 20px 12px;background-color:var(--bg-card);isolation:isolate}.tab-indicator{position:absolute;top:4px;left:4px;height:calc(100% - 8px);width:calc(50% - 4px);background-color:var(--color-primary);border-radius:10px 15px 12px 16px/15px 12px 16px 10px;transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:-1}.tabs-nav[data-active-tab=ejercicios] .tab-indicator{transform:translate(100%)}.switch{flex:1;padding:.6rem 1.2rem;font-size:1rem;border:none;background:transparent!important;cursor:pointer;font-weight:700;color:var(--text-color);transition:color .25s ease;margin-left:.6rem;-webkit-tap-highlight-color:transparent}.switch.active{color:#fff}.action-buttons{display:flex;gap:.75rem}.tab-content{display:none!important}#teoria.active{display:block!important;animation:fadeIn .4s ease}#ejercicios.active{display:flex!important;flex-direction:column;gap:.75rem;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.container{margin-bottom:4rem;font-family:sans-serif;font-size:1rem}.theory-section article>*:first-child{margin-top:0}.theory-section article p{margin-top:0;margin-bottom:1rem;line-height:1.4}.theory-section article p:last-child{margin-bottom:0}.theory-section article ul,.theory-section article ol{margin-top:0;margin-bottom:1.25rem;padding-left:1.5rem;line-height:1.6}.theory-section article li{margin-bottom:.5rem}.theory-section article li::marker{color:var(--color-primary);font-weight:700}.theory-section .table-wrapper{width:100%;overflow-x:auto}.theory-section table{width:100%;border-collapse:separate;border-spacing:0;margin:.8rem 0;background:var(--bg-card);border-radius:12px 18px 14px 20px/18px 14px 20px 12px;border:2px solid var(--border-color)}.theory-section table th,.theory-section table td{border-bottom:2px solid var(--border-color);border-right:2px solid var(--border-color);padding:.5rem .75rem;text-align:left}.theory-section table th{background-color:var(--bg-card-hover);font-weight:700;color:var(--text-color)}.theory-section table tr:last-child td{border-bottom:none}.theory-section table td:last-child,.theory-section table th:last-child{border-right:none}.theory-section .math-wrapper{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.theory-section .math-wrapper .mjx-container{margin-top:0!important;margin-bottom:0!important;display:inline-block!important;min-width:100%}.theory-section details{margin:1rem 0}.theory-section details summary{background:var(--bg-card);border:2px solid var(--border-color);border-radius:12px 18px 14px 20px/18px 14px 20px 12px;box-shadow:3px 4px 0 var(--shadow-color);padding:.8rem;color:var(--text-color);font-weight:700;position:relative;z-index:2}.theory-section details summary:hover{cursor:pointer;transform:translate(1px,2px);box-shadow:2px 2px 0 var(--shadow-color);background-color:var(--bg-card-hover)}.theory-section details>*:not(summary){padding:0 .8rem;border-left:2px dashed var(--border-color);border-right:2px dashed var(--border-color);position:relative;z-index:1}.theory-section details>*:not(summary):first-of-type{margin-top:-2px;padding-top:.6rem}.theory-section details>*:not(summary):last-of-type{padding-bottom:.6rem;border-bottom:2px dashed var(--border-color);border-radius:0 0 14px 20px/0 0 20px 12px}.theory-section details>*:not(summary):not(:first-of-type):not(:last-of-type){padding-top:.5rem;padding-bottom:.5rem}.theory-section .video-wrapper,.theory-section img{max-width:500px}.theory-section .video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;margin:.6rem auto;background-size:cover;background-position:center;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.theory-section .video-wrapper iframe{width:100%;height:100%;border:none;border-radius:12px}.lite-yt-playbtn{width:68px;height:48px;background-color:#212121cc;border-radius:14px;position:relative;transition:background-color .2s}.lite-yt-playbtn:before{content:"";border-style:solid;border-width:11px 0 11px 19px;border-color:transparent transparent transparent #fff;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%)}.lite-yt-playbtn:hover{background-color:red}.theory-section img{display:block;width:100%;margin:.6rem auto;border-radius:14px}.theory-section h2{margin-top:2rem;color:var(--color-primary)}.quiz-container{display:flex;flex-direction:column;gap:1.5rem}.question-card{background:var(--bg-card);border:2px solid var(--border-color);border-radius:12px 18px 14px 20px/18px 14px 20px 12px;padding:1.5rem;color:var(--text-color);transition:background-color .3s ease}.question-title{font-weight:700;margin-top:0;margin-bottom:1rem}.options-list{display:flex;flex-direction:column;gap:.6rem}.option-label{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:10px 15px 12px 16px;cursor:pointer;transition:all .2s;background-color:var(--bg-color)}.option-label:hover{background-color:var(--bg-card-hover);transform:translate(2px)}.option-label input[type=radio]{width:1.2rem;height:1.2rem;accent-color:var(--color-primary);margin:0;cursor:pointer}.exercise-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.feedback-box{margin-top:1.5rem;padding:1rem;border-radius:12px 18px 14px 20px/18px 14px 20px 12px;border:2px solid transparent;display:none;font-weight:700}.feedback-box.correct{display:block;background-color:var(--bg-card);color:var(--green-base);border-color:var(--green-base);box-shadow:3px 4px 0 var(--green-base)}.feedback-box.incorrect{display:block;background-color:var(--bg-card);color:var(--red-base);border-color:var(--red-base);box-shadow:3px 4px 0 var(--red-base)}@media(max-width:640px){.bottom-actions-bar{flex-direction:column;align-items:stretch}.btn-text{display:none}.bottom-actions-bar .btn{padding:.6rem}}
