.guided-explanation{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:hsl(var(--background));color:hsl(var(--foreground));border-radius:1rem;box-shadow:var(--shadow-card,0 4px 12px rgba(0,0,0,.08));max-width:48rem;margin:0 auto}.guided-explanation[dir=rtl]{text-align:right}.ge-header{text-align:center}.ge-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.ge-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.ge-scene{position:relative;width:100%;aspect-ratio:16/9;background:radial-gradient(ellipse at center,hsl(var(--background)) 0,hsl(var(--muted)/.35) 100%),hsl(var(--muted)/.3);border:1px solid hsl(var(--border)/.7);border-radius:1rem;overflow:hidden;box-shadow:inset 0 1px 0 hsl(var(--background)/.8),0 8px 24px -8px hsl(var(--foreground)/.08),0 2px 6px -2px hsl(var(--foreground)/.05)}.ge-scene-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ge-scene-inner svg{width:100%;height:100%;max-width:450px}.ge-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:hsl(var(--background)/.35);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border:0;cursor:pointer;transition:background-color .2s ease,transform .15s ease;z-index:2}.ge-play-overlay:hover{background:hsl(var(--background)/.5)}.ge-play-overlay-icon{width:64px;height:64px;padding:18px;padding-inline-start:22px;color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-radius:9999px;box-shadow:0 6px 20px hsl(var(--primary)/.35),0 2px 6px hsl(var(--primary)/.2);transition:transform .15s ease}.ge-play-overlay:hover .ge-play-overlay-icon{transform:scale(1.06)}.ge-play-overlay:active .ge-play-overlay-icon{transform:scale(.96)}.ge-step-card{position:absolute;top:.75rem;inset-inline-start:.75rem;display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:hsl(var(--background)/.85);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid hsl(var(--border)/.6);border-radius:9999px;font-size:.8125rem;box-shadow:0 2px 8px hsl(var(--foreground)/.06);animation:ge-step-card-in .4s ease both;z-index:1;max-width:calc(100% - 1.5rem)}@keyframes ge-step-card-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ge-step-card-number{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.6875rem;font-weight:700;color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-radius:9999px}.ge-step-card-title{font-weight:600;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ge-step-card-total{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:500}.ge-completion-card{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;text-align:center;background:hsl(var(--background)/.88);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:ge-completion-in .5s ease both;z-index:2}@keyframes ge-completion-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.ge-completion-checkmark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;font-size:1.75rem;font-weight:700;color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-radius:9999px;box-shadow:0 6px 20px hsl(var(--primary)/.3);animation:ge-completion-pop .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes ge-completion-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.ge-completion-title{font-size:1.375rem;font-weight:700;color:hsl(var(--foreground));margin:0}.ge-completion-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;max-width:32ch}.ge-completion-replay{margin-top:.5rem}.ge-progress{display:flex;gap:.25rem;height:4px;padding:0;margin-top:-.75rem}.ge-progress-step{flex:1;background:hsl(var(--muted)/.6);border-radius:9999px;transition:background-color .3s ease,transform .25s ease}.ge-progress-step-active,.ge-progress-step-done{background:hsl(var(--primary))}.ge-progress-step-active{transform:scaleY(1.5)}.ge-scene .ge-draw-path,.ge-scene .ge-draw-path-fast{stroke-dasharray:9999;stroke-dashoffset:9999}.ge-scene .ge-fade-element{opacity:0}.ge-scene .ge-bg-fill{fill:hsl(var(--background))}.ge-scene .ge-bg-stroke{stroke:hsl(var(--background))}.ge-scene .ge-highlight-poly{opacity:0;fill:hsl(var(--primary)/.2)}.ge-controls{display:flex;flex-wrap:wrap;gap:1rem}.ge-controls,.ge-sound-btn{justify-content:center;align-items:center}.ge-sound-btn{display:inline-flex;width:2.25rem;height:2.25rem;padding:0;background:hsl(var(--muted)/.5);color:hsl(var(--foreground));border:0;border-radius:9999px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.ge-sound-btn:hover{background:hsl(var(--muted)/.8)}.ge-sound-btn-off{background:hsl(var(--muted)/.4);color:hsl(var(--muted-foreground))}.ge-sound-btn-off:hover{color:hsl(var(--foreground))}.ge-speed-group{display:inline-flex;gap:.25rem;padding:.25rem;background:hsl(var(--muted)/.5);border-radius:9999px}.ge-speed-btn{padding:.25rem .6rem;font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground));background:transparent;border:0;border-radius:9999px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.ge-speed-btn:hover{color:hsl(var(--foreground))}.ge-speed-btn-active{background:hsl(var(--primary))}.ge-speed-btn-active,.ge-speed-btn-active:hover{color:hsl(var(--primary-foreground))}.ge-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-weight:700;border-radius:9999px;border:0;cursor:pointer;transition:background-color .15s ease}.ge-btn:disabled{opacity:.5;cursor:not-allowed}.ge-btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.ge-btn-primary:not(:disabled):hover{background:hsl(var(--primary)/.9)}.ge-btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.ge-btn-secondary:hover{background:hsl(var(--secondary)/.8)}.ge-proof-table-wrap{border:1px solid hsl(var(--border));border-radius:.75rem;overflow:hidden}.ge-proof-table{width:100%;border-collapse:collapse}.ge-proof-table thead{background:hsl(var(--muted)/.5);color:hsl(var(--foreground));border-bottom:2px solid hsl(var(--border))}.ge-proof-table td,.ge-proof-table th{padding:.75rem;font-weight:500}.ge-proof-table-col-index{width:3rem;text-align:center}.ge-proof-table-col-claim{width:50%}.ge-proof-table-row{border-bottom:1px solid hsl(var(--border)/.5);opacity:.25;transition:background-color 1s ease,opacity .6s ease-in-out}.ge-proof-table-row.ge-row-revealed{opacity:1}.ge-proof-table-row.ge-row-active{background:hsl(var(--warning,48 96% 53%)/.15)}.ge-proof-table-index{text-align:center;color:hsl(var(--muted-foreground))}.ge-proof-table-claim{direction:ltr;text-align:left}.ge-proof-table-claim.ge-emphasis-primary,.ge-proof-table-reason.ge-emphasis-primary{color:hsl(var(--primary));font-weight:700}.ge-proof-table-claim.ge-emphasis-danger,.ge-proof-table-reason.ge-emphasis-danger{color:hsl(var(--destructive));font-weight:700}.ge-proof-table .ge-fade-element{opacity:0;transition:opacity .5s ease-in-out}.ge-proof-table .ge-fade-element.ge-visible{opacity:1}.ge-narration-box{background:hsl(var(--muted)/.5);border-inline-start:4px solid hsl(var(--primary));border-radius:.375rem;padding:1rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.ge-narration-text{font-size:1.125rem;font-weight:500;color:hsl(var(--foreground))}