.FlashcardViewer-module__M10QWW__container{flex-direction:column;gap:1rem;width:100%;max-width:1000px;height:100%;margin:0 auto;padding:1rem;display:flex}.FlashcardViewer-module__M10QWW__progressBar{background:var(--bg-tertiary);border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden}.FlashcardViewer-module__M10QWW__progressFill{background:var(--accent-primary);height:100%;transition:width .3s}.FlashcardViewer-module__M10QWW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.FlashcardViewer-module__M10QWW__questionInfo{align-items:center;gap:1rem;display:flex}.FlashcardViewer-module__M10QWW__questionNumber{color:var(--text-primary);font-size:1.1rem;font-weight:700}.FlashcardViewer-module__M10QWW__difficulty{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.FlashcardViewer-module__M10QWW__category{color:var(--text-secondary);background:var(--bg-secondary);border-radius:4px;padding:.2rem .6rem;font-size:.85rem}.FlashcardViewer-module__M10QWW__modeIndicator{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:20px;align-items:center;gap:.5rem;padding:.3rem .75rem;font-size:.85rem;display:flex}.FlashcardViewer-module__M10QWW__flashcard{perspective:1500px;flex:1;width:100%;min-height:450px;position:relative}.FlashcardViewer-module__M10QWW__cardFront,.FlashcardViewer-module__M10QWW__cardBack{backface-visibility:hidden;width:100%;height:100%;transition:transform var(--motion-flip,.38s) var(--ease-in-out,cubic-bezier(.4, 0, .2, 1));will-change:transform;background:var(--bg-secondary);border-radius:var(--radius-2xl,1.5rem);box-shadow:var(--shadow-2), var(--shadow-inset-top);background-image:linear-gradient(#ffffff0a 0%,#0000 48px);border:none;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden auto}.FlashcardViewer-module__M10QWW__cardBack{text-align:center;background:var(--fc-card-bg-back,var(--bg-secondary));background-image:linear-gradient(#ffffff0a 0%,#0000 48px);justify-content:center;align-items:center;padding:2rem;transform:rotateY(180deg)}.FlashcardViewer-module__M10QWW__flipped .FlashcardViewer-module__M10QWW__cardFront{transform:rotateY(-180deg)}.FlashcardViewer-module__M10QWW__flipped .FlashcardViewer-module__M10QWW__cardBack{transform:rotateY(0)}.FlashcardViewer-module__M10QWW__imageContainer{cursor:crosshair;background:#000;flex:1;min-height:250px;position:relative}.FlashcardViewer-module__M10QWW__compareContainer{background:#000;flex:1;grid-template-columns:1fr 1fr;gap:2px;min-height:250px;display:grid}.FlashcardViewer-module__M10QWW__compareImageWrapper{cursor:crosshair;height:100%;position:relative;overflow:hidden}.FlashcardViewer-module__M10QWW__compareLabel{z-index:10;color:#fff;background:#0009;border-radius:4px;padding:.1rem .4rem;font-size:.7rem;position:absolute;top:.5rem;left:.5rem}.FlashcardViewer-module__M10QWW__image{object-fit:contain;-webkit-user-select:none;user-select:none}.FlashcardViewer-module__M10QWW__questionSection{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:1.5rem}.FlashcardViewer-module__M10QWW__questionText{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.4}.FlashcardViewer-module__M10QWW__hint{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-style:italic;display:inline-block}.FlashcardViewer-module__M10QWW__instruction{color:var(--accent-primary);margin-top:.5rem;font-size:.9rem;font-weight:500;animation:2s infinite FlashcardViewer-module__M10QWW__pulse}@keyframes FlashcardViewer-module__M10QWW__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.FlashcardViewer-module__M10QWW__flipButton{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;min-height:44px;margin:0 1.5rem 1.5rem;padding:1rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:flex}.FlashcardViewer-module__M10QWW__flipButton:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--accent-primary)}.FlashcardViewer-module__M10QWW__flipButton:disabled{opacity:.5;cursor:not-allowed}.FlashcardViewer-module__M10QWW__targetPoint{pointer-events:none;z-index:5;width:20px;height:20px;margin-top:-10px;margin-left:-10px;position:absolute}.FlashcardViewer-module__M10QWW__targetPulse{background:var(--accent-primary);width:100%;height:100%;box-shadow:0 0 10px var(--accent-primary);border-radius:50%;animation:1.5s infinite FlashcardViewer-module__M10QWW__targetPulse}@keyframes FlashcardViewer-module__M10QWW__targetPulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.FlashcardViewer-module__M10QWW__userTap{border:3px solid var(--accent-primary);z-index:8;background:#fff;border-radius:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);position:absolute;box-shadow:0 0 15px #00000080}.FlashcardViewer-module__M10QWW__userTap.FlashcardViewer-module__M10QWW__revealed{background:0 0;border-color:#fff}.FlashcardViewer-module__M10QWW__userTap.FlashcardViewer-module__M10QWW__correct{background:var(--color-success);border-color:#fff;transform:scale(1.2)}.FlashcardViewer-module__M10QWW__userTap.FlashcardViewer-module__M10QWW__incorrect{background:var(--color-error);border-color:#fff;transform:scale(1.2)}.FlashcardViewer-module__M10QWW__correctLocation{border:4px solid var(--color-success);z-index:7;pointer-events:none;border-radius:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;animation:.5s ease-out FlashcardViewer-module__M10QWW__fadeIn;position:absolute}@keyframes FlashcardViewer-module__M10QWW__fadeIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.FlashcardViewer-module__M10QWW__resultIndicator{border-radius:50px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:1.5rem;font-weight:800;display:flex}.FlashcardViewer-module__M10QWW__resultIndicator.FlashcardViewer-module__M10QWW__correct{color:var(--color-success);background:#10b9811a}.FlashcardViewer-module__M10QWW__resultIndicator.FlashcardViewer-module__M10QWW__incorrect{color:var(--color-error);background:#ef44441a}.FlashcardViewer-module__M10QWW__answer{color:var(--text-primary);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.FlashcardViewer-module__M10QWW__resultMeta{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem}.FlashcardViewer-module__M10QWW__explanation{background:var(--bg-secondary);text-align:left;color:var(--text-primary);border-radius:1rem;width:100%;max-width:600px;margin-bottom:1.5rem;padding:1.5rem;font-size:1.1rem;line-height:1.6}.FlashcardViewer-module__M10QWW__clinicalBox{text-align:left;color:var(--text-primary);background:#e11d480d;border:1px solid #e11d4833;border-radius:1rem;width:100%;max-width:600px;margin-bottom:1.5rem;padding:1.5rem;font-size:1.1rem;line-height:1.6}.FlashcardViewer-module__M10QWW__compendioLink{color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:600;text-decoration:none;display:flex}.FlashcardViewer-module__M10QWW__compendioLink:hover{text-decoration:underline}.FlashcardViewer-module__M10QWW__ratingSection{flex-direction:column;gap:1rem;width:100%;max-width:500px;margin-top:1rem;display:flex}.FlashcardViewer-module__M10QWW__ratingPrompt{color:var(--text-secondary);font-size:.9rem;font-weight:500}.FlashcardViewer-module__M10QWW__ratingButtons{gap:.5rem;width:100%;display:flex}.FlashcardViewer-module__M10QWW__touchRating .FlashcardViewer-module__M10QWW__ratingButtons{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.75rem;height:220px;display:grid}.FlashcardViewer-module__M10QWW__ratingButton{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary);border-radius:.75rem;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:44px;padding:.75rem .5rem;font-size:.9rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.FlashcardViewer-module__M10QWW__touchRating .FlashcardViewer-module__M10QWW__ratingButton{padding:1rem;font-size:1rem}.FlashcardViewer-module__M10QWW__intervalHint{opacity:.6;margin-top:.2rem;font-size:.7rem}.FlashcardViewer-module__M10QWW__ratingButton.FlashcardViewer-module__M10QWW__again:hover{background:#ef44441a;border-color:#ef4444}.FlashcardViewer-module__M10QWW__ratingButton.FlashcardViewer-module__M10QWW__hard:hover{background:#f59e0b1a;border-color:#f59e0b}.FlashcardViewer-module__M10QWW__ratingButton.FlashcardViewer-module__M10QWW__good:hover{background:#3b82f61a;border-color:#3b82f6}.FlashcardViewer-module__M10QWW__ratingButton.FlashcardViewer-module__M10QWW__easy:hover{background:#10b9811a;border-color:#10b981}.FlashcardViewer-module__M10QWW__navigation{justify-content:space-between;align-items:center;margin-top:1rem;padding:.5rem 0;display:flex}.FlashcardViewer-module__M10QWW__navButton{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:.75rem;align-items:center;gap:.5rem;min-height:44px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.FlashcardViewer-module__M10QWW__navButton:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.FlashcardViewer-module__M10QWW__navButton:disabled{opacity:.3;cursor:not-allowed}.FlashcardViewer-module__M10QWW__navButton.FlashcardViewer-module__M10QWW__primary{background:var(--accent-primary);color:#fff;border:none}.FlashcardViewer-module__M10QWW__navButton.FlashcardViewer-module__M10QWW__primary:hover:not(:disabled){opacity:.9}.FlashcardViewer-module__M10QWW__answerImageReview{border:1px solid var(--border-subtle);border-radius:1rem;flex-shrink:0;width:100%;max-width:420px;height:240px;margin-bottom:1.5rem;overflow:hidden}.FlashcardViewer-module__M10QWW__answerImageCanvas{background:#000;width:100%;height:100%;position:relative}@media (max-width:1180px){.FlashcardViewer-module__M10QWW__container{max-width:none}.FlashcardViewer-module__M10QWW__questionSection{padding:1.25rem}.FlashcardViewer-module__M10QWW__questionText{font-size:1.15rem;line-height:1.5}.FlashcardViewer-module__M10QWW__answer{font-size:1.55rem}}
.SessionSummary-module__RKRBVG__container{flex-direction:column;gap:2rem;width:100%;max-width:860px;margin:0 auto;padding:1.5rem;display:flex}.SessionSummary-module__RKRBVG__header{text-align:center;padding:2rem 0}.SessionSummary-module__RKRBVG__performanceEmoji{margin-bottom:1rem;font-size:4rem;animation:1s infinite SessionSummary-module__RKRBVG__bounce}@keyframes SessionSummary-module__RKRBVG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.SessionSummary-module__RKRBVG__title{color:var(--text-primary);margin:0 0 .5rem;font-size:2rem;font-weight:700}.SessionSummary-module__RKRBVG__subtitle{color:var(--text-secondary);margin:0;font-size:1rem}.SessionSummary-module__RKRBVG__mainStats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.SessionSummary-module__RKRBVG__statCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);text-align:center;border-radius:18px;flex-direction:column;align-items:center;padding:1.5rem;display:flex}.SessionSummary-module__RKRBVG__statIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;display:flex}.SessionSummary-module__RKRBVG__statValue{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.SessionSummary-module__RKRBVG__statLabel{color:var(--text-secondary);font-size:.875rem}.SessionSummary-module__RKRBVG__section{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:18px;padding:1.5rem}.SessionSummary-module__RKRBVG__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;display:flex}.SessionSummary-module__RKRBVG__difficultyBars{flex-direction:column;gap:.75rem;display:flex}.SessionSummary-module__RKRBVG__difficultyRow{align-items:center;gap:1rem;display:flex}.SessionSummary-module__RKRBVG__difficultyLabel{width:80px;color:var(--text-secondary);font-size:.875rem;font-weight:500}.SessionSummary-module__RKRBVG__barContainer{background:var(--bg-tertiary);border-radius:4px;flex:1;height:8px;overflow:hidden}.SessionSummary-module__RKRBVG__bar{border-radius:4px;height:100%;transition:width .5s}.SessionSummary-module__RKRBVG__bar.SessionSummary-module__RKRBVG__facil{background:linear-gradient(90deg,#22c55e,#4ade80)}.SessionSummary-module__RKRBVG__bar.SessionSummary-module__RKRBVG__medio{background:linear-gradient(90deg,#eab308,#facc15)}.SessionSummary-module__RKRBVG__bar.SessionSummary-module__RKRBVG__dificil{background:linear-gradient(90deg,#f97316,#fb923c)}.SessionSummary-module__RKRBVG__bar.SessionSummary-module__RKRBVG__experto{background:linear-gradient(90deg,#9333ea,#a855f7)}.SessionSummary-module__RKRBVG__difficultyScore{width:40px;color:var(--text-primary);text-align:right;font-size:.875rem;font-weight:600}.SessionSummary-module__RKRBVG__categories{flex-wrap:wrap;gap:.5rem;display:flex}.SessionSummary-module__RKRBVG__categoryChip{background:var(--bg-tertiary);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.SessionSummary-module__RKRBVG__categoryName{color:var(--text-secondary);font-size:.8rem}.SessionSummary-module__RKRBVG__categoryScore{color:var(--accent-primary);font-size:.8rem;font-weight:600}.SessionSummary-module__RKRBVG__exportButtons{flex-wrap:wrap;gap:.75rem;display:flex}.SessionSummary-module__RKRBVG__exportButton{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:flex}.SessionSummary-module__RKRBVG__exportButton:hover{background:var(--bg-hover);border-color:var(--accent-primary-border);color:var(--accent-primary)}.SessionSummary-module__RKRBVG__exportButton.SessionSummary-module__RKRBVG__primary{background:var(--accent-primary-muted);border-color:var(--accent-primary-border);color:var(--accent-primary)}.SessionSummary-module__RKRBVG__exportButton.SessionSummary-module__RKRBVG__primary:hover{background:var(--accent-primary);color:#fff}.SessionSummary-module__RKRBVG__exportHint{color:var(--text-secondary);margin:.75rem 0 0;font-size:.75rem}.SessionSummary-module__RKRBVG__actions{gap:1rem;margin-top:1rem;display:flex}.SessionSummary-module__RKRBVG__restartButton,.SessionSummary-module__RKRBVG__homeButton{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:flex}.SessionSummary-module__RKRBVG__restartButton{background:linear-gradient(135deg, var(--accent-primary), var(--accent-primary-hover));color:#fff;border:none}.SessionSummary-module__RKRBVG__restartButton:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.SessionSummary-module__RKRBVG__homeButton{background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary)}.SessionSummary-module__RKRBVG__homeButton:hover{background:var(--bg-hover);border-color:var(--accent-primary-border)}@media (max-width:500px){.SessionSummary-module__RKRBVG__container{gap:1.5rem;padding:1rem}.SessionSummary-module__RKRBVG__mainStats{grid-template-columns:repeat(2,1fr);gap:.75rem}.SessionSummary-module__RKRBVG__statCard{padding:1rem}.SessionSummary-module__RKRBVG__statValue{font-size:1.5rem}.SessionSummary-module__RKRBVG__actions{flex-direction:column}}@media (min-width:860px){.SessionSummary-module__RKRBVG__mainStats{grid-template-columns:repeat(4,minmax(0,1fr))}}
.StudyDashboard-module__6wPUCa__container{background:var(--bg-primary);flex-direction:column;min-height:100%;display:flex}.StudyDashboard-module__6wPUCa__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);z-index:100;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.StudyDashboard-module__6wPUCa__backButton{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s,color .15s;display:flex}.StudyDashboard-module__6wPUCa__backButton:hover{background:var(--bg-hover);color:var(--text-primary)}.StudyDashboard-module__6wPUCa__headerTitle{color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;display:flex}.StudyDashboard-module__6wPUCa__headerStats{align-items:center;gap:.5rem;display:flex}.StudyDashboard-module__6wPUCa__statBadge{background:var(--accent-primary-muted);color:var(--accent-primary);border:1px solid var(--accent-primary-border);border-radius:20px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;display:flex}.StudyDashboard-module__6wPUCa__main{flex:1;padding:1.25rem 1rem;overflow-y:auto}.StudyDashboard-module__6wPUCa__configSection{flex-direction:column;gap:1.25rem;width:100%;max-width:1024px;margin:0 auto;display:flex}.StudyDashboard-module__6wPUCa__questionTransition{animation:.22s StudyDashboard-module__6wPUCa__question-slide-in}@keyframes StudyDashboard-module__6wPUCa__question-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.StudyDashboard-module__6wPUCa__errorMessage{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;padding:1rem;font-size:.9rem}@media (max-width:768px){.StudyDashboard-module__6wPUCa__header{padding:.75rem 1rem}.StudyDashboard-module__6wPUCa__headerTitle span{display:none}.StudyDashboard-module__6wPUCa__main{padding:1rem .5rem}}@media (max-width:1180px){.StudyDashboard-module__6wPUCa__header{flex-wrap:wrap;gap:.75rem}.StudyDashboard-module__6wPUCa__headerStats{flex-wrap:wrap;justify-content:flex-start;width:100%}}
