.FlashcardPlayer-module__2YVJAG__flashcardWrapper{outline:none;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:750px;margin:0 auto;padding:1.5rem 0;transition:all .3s;display:flex}.FlashcardPlayer-module__2YVJAG__fullscreenWrapper{box-sizing:border-box!important;z-index:9999!important;background-color:#0b0f19!important;justify-content:space-between!important;width:100vw!important;max-width:100vw!important;height:100vh!important;margin:0!important;padding:2rem 3rem!important;position:fixed!important;top:0!important;left:0!important}.FlashcardPlayer-module__2YVJAG__flashcardHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.FlashcardPlayer-module__2YVJAG__progressBadge{color:var(--accent-primary,#6366f1);background:#6366f11a;border:1px solid #6366f133;border-radius:20px;padding:.35rem .85rem;font-size:.9rem;font-weight:600}.FlashcardPlayer-module__2YVJAG__fullscreenBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172aa6;border:1px solid #fff3;border-radius:8px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.FlashcardPlayer-module__2YVJAG__fullscreenBtn:hover{background:#0f172ae6}.FlashcardPlayer-module__2YVJAG__cardContainer{perspective:1000px;cursor:pointer;width:100%;height:380px;position:relative}.FlashcardPlayer-module__2YVJAG__fullscreenWrapper .FlashcardPlayer-module__2YVJAG__cardContainer{height:calc(100vh - 180px)!important;max-height:700px!important}.FlashcardPlayer-module__2YVJAG__cardInner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.FlashcardPlayer-module__2YVJAG__cardFlipped{transform:rotateY(180deg)}.FlashcardPlayer-module__2YVJAG__cardFront,.FlashcardPlayer-module__2YVJAG__cardBack{backface-visibility:hidden;box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2.5rem 2rem;display:flex;position:absolute;box-shadow:0 12px 30px -5px #00000040,0 4px 12px #00000026}.FlashcardPlayer-module__2YVJAG__cardFront{color:#fff;background-color:#1e293b;border:2px solid #3b82f6}.FlashcardPlayer-module__2YVJAG__cardBack{color:#fff;background-color:#2e1065;border:2px solid #a855f7;transform:rotateY(180deg)}[data-theme=light] .FlashcardPlayer-module__2YVJAG__cardFront{color:#fff;background-color:#1e293b;border:2px solid #2563eb}[data-theme=light] .FlashcardPlayer-module__2YVJAG__cardBack{color:#fff;background-color:#3b0764;border:2px solid #9333ea}.FlashcardPlayer-module__2YVJAG__cardLabel{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800;position:absolute;top:1.25rem;left:1.5rem}.FlashcardPlayer-module__2YVJAG__cardFront .FlashcardPlayer-module__2YVJAG__cardLabel{color:#93c5fd}.FlashcardPlayer-module__2YVJAG__cardBack .FlashcardPlayer-module__2YVJAG__cardLabel{color:#d8b4fe}.FlashcardPlayer-module__2YVJAG__cardContent{color:#fff;text-shadow:0 1px 2px #0000004d;width:100%;max-height:250px;padding:0 1rem;font-size:1.35rem;font-weight:600;line-height:1.6;overflow-y:auto}.FlashcardPlayer-module__2YVJAG__fullscreenWrapper .FlashcardPlayer-module__2YVJAG__cardContent{max-height:450px!important;font-size:1.75rem!important}.FlashcardPlayer-module__2YVJAG__cardHint{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:6px;margin-top:1rem;padding:.35rem .75rem;font-size:.9rem;font-style:italic;font-weight:500}.FlashcardPlayer-module__2YVJAG__flipHint{opacity:.95;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;display:flex;position:absolute;bottom:1.25rem}.FlashcardPlayer-module__2YVJAG__cardFront .FlashcardPlayer-module__2YVJAG__flipHint{color:#60a5fa}.FlashcardPlayer-module__2YVJAG__cardBack .FlashcardPlayer-module__2YVJAG__flipHint{color:#c084fc}.FlashcardPlayer-module__2YVJAG__overlayArrow{color:#fff;cursor:pointer;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;background-color:#0f172abf;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:opacity .4s,transform .2s,background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FlashcardPlayer-module__2YVJAG__visibleControls{opacity:1!important;pointer-events:auto!important}.FlashcardPlayer-module__2YVJAG__leftArrow{left:16px}.FlashcardPlayer-module__2YVJAG__rightArrow{right:16px}.FlashcardPlayer-module__2YVJAG__overlayArrow:hover{background-color:#0f172af2;transform:translateY(-50%)scale(1.08)}.FlashcardPlayer-module__2YVJAG__actionNav{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.FlashcardPlayer-module__2YVJAG__navBtn{border:1px solid var(--glass-border,#cbd5e1);background:var(--bg-secondary,#f8fafc);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.FlashcardPlayer-module__2YVJAG__navBtn:hover:not(:disabled){background:var(--accent-primary,#6366f1);color:#fff;border-color:var(--accent-primary,#6366f1)}.FlashcardPlayer-module__2YVJAG__navBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:640px){.FlashcardPlayer-module__2YVJAG__flashcardWrapper{gap:1rem;padding:.75rem 0}.FlashcardPlayer-module__2YVJAG__cardContainer{height:350px}.FlashcardPlayer-module__2YVJAG__cardContent{padding:0 .25rem;font-size:1.15rem}.FlashcardPlayer-module__2YVJAG__cardFront,.FlashcardPlayer-module__2YVJAG__cardBack{padding:2rem 1.25rem}.FlashcardPlayer-module__2YVJAG__overlayArrow{width:42px;height:42px;font-size:1.1rem}.FlashcardPlayer-module__2YVJAG__leftArrow{left:8px}.FlashcardPlayer-module__2YVJAG__rightArrow{right:8px}.FlashcardPlayer-module__2YVJAG__fullscreenWrapper{padding:1.25rem 1rem!important}.FlashcardPlayer-module__2YVJAG__fullscreenWrapper .FlashcardPlayer-module__2YVJAG__cardContent{font-size:1.35rem!important}}
.InteractiveVisualDiagram-module__uTs16a__interactiveDiagramContainer{background:linear-gradient(135deg,#f8fafcf2,#f1f5f9d9);border:1.5px solid #6366f12e;border-radius:16px;margin:1.75rem 0;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #6366f114}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__interactiveDiagramContainer{background:linear-gradient(135deg,#1e293bb3,#0f172ad9);border-color:#8b5cf640;box-shadow:0 10px 30px -10px #0006}.InteractiveVisualDiagram-module__uTs16a__diagramHeader{border-bottom:1px solid #e2e8f0cc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__diagramHeader{border-bottom-color:#33415599}.InteractiveVisualDiagram-module__uTs16a__diagramTitleArea{align-items:center;gap:.5rem;display:flex}.InteractiveVisualDiagram-module__uTs16a__diagramIconBadge{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex;box-shadow:0 2px 8px #6366f14d}.InteractiveVisualDiagram-module__uTs16a__diagramTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.InteractiveVisualDiagram-module__uTs16a__modeToggle{background:var(--bg-tertiary,#e2e8f0);border-radius:8px;gap:3px;padding:3px;display:inline-flex}.InteractiveVisualDiagram-module__uTs16a__modeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.78rem;font-weight:600;transition:all .2s}.InteractiveVisualDiagram-module__uTs16a__modeBtnActive{background:var(--bg-primary,#fff);color:#6366f1;box-shadow:0 2px 6px #00000014}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__modeBtnActive{color:#a5b4fc;background:#334155}.InteractiveVisualDiagram-module__uTs16a__nodesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.25rem;display:grid}.InteractiveVisualDiagram-module__uTs16a__flowNodeCard{background:var(--bg-primary,#fff);cursor:pointer;border:2px solid #e2e8f0e6;border-radius:12px;flex-direction:column;justify-content:space-between;padding:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 2px 10px #00000008}.InteractiveVisualDiagram-module__uTs16a__flowNodeCard:hover{border-color:#6366f159;transform:translateY(-2px);box-shadow:0 8px 20px #6366f11f}.InteractiveVisualDiagram-module__uTs16a__flowNodeCardActive{background:linear-gradient(to bottom, var(--bg-primary), #6366f10a)!important;border-color:#6366f1!important;box-shadow:0 8px 24px #6366f12e!important}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__flowNodeCard{background:#1e293b;border-color:#334155cc;box-shadow:0 2px 10px #0003}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__flowNodeCardActive{background:linear-gradient(#1e293b,#8b5cf61a)!important;border-color:#8b5cf6!important}.InteractiveVisualDiagram-module__uTs16a__nodeStepNumber{text-transform:uppercase;letter-spacing:.06em;color:#6366f1;justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.72rem;font-weight:800;display:flex}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__nodeStepNumber{color:#a5b4fc}.InteractiveVisualDiagram-module__uTs16a__nodeHeadline{color:var(--text-primary);margin:0 0 .35rem;font-size:.92rem;font-weight:700;line-height:1.3}.InteractiveVisualDiagram-module__uTs16a__nodeSubtitle{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.4}.InteractiveVisualDiagram-module__uTs16a__detailExpansion{background:var(--bg-primary,#fff);border:1.5px solid #6366f140;border-radius:12px;padding:1.25rem;animation:.25s ease-out InteractiveVisualDiagram-module__uTs16a__fadeIn;box-shadow:0 4px 20px #0000000a}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__detailExpansion{background:#1e293b;border-color:#8b5cf659}.InteractiveVisualDiagram-module__uTs16a__detailHeader{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.InteractiveVisualDiagram-module__uTs16a__detailTag{color:#4f46e5;background:#6366f11a;border-radius:6px;padding:3px 8px;font-size:.75rem;font-weight:700}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__detailTag{color:#c4b5fd;background:#8b5cf633}.InteractiveVisualDiagram-module__uTs16a__detailExplanation{color:var(--text-primary);margin:0 0 .75rem;font-size:.88rem;line-height:1.55}.InteractiveVisualDiagram-module__uTs16a__exampleSnippetBox{color:#334155;background:#f1f5f9cc;border-left:3px solid #6366f1;border-radius:0 8px 8px 0;padding:.65rem .85rem;font-size:.83rem;line-height:1.5}[data-theme=dark] .InteractiveVisualDiagram-module__uTs16a__exampleSnippetBox{color:#cbd5e1;background:#0f172a;border-left-color:#8b5cf6}@keyframes InteractiveVisualDiagram-module__uTs16a__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
