:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{min-height:100vh;font-family:var(--font-body, "Inter", sans-serif);position:relative}.app.playing-state{padding:48px 0 0;margin:0}.app.starting-state,.app.error-state{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.app.summary-state{width:100vw;height:auto;min-height:100vh;margin:0;padding:0;display:flex;align-items:center;justify-content:center;overflow-y:auto}.question-layout{display:flex;gap:1rem;min-height:calc(100vh - 48px);width:100vw;margin:0;padding:0;position:fixed;inset:48px 0 0}.question-main{flex:0 0 66%;width:66%;min-width:0;padding:1rem;overflow-y:auto}.explanation-sidebar{flex:0 0 34%;width:34%;background:var(--color-background, #F8FAFC);border-radius:0;border-left:1px solid var(--color-border, #E2E8F0);padding:1.5rem;overflow-y:auto;position:relative}.formatted-explanation{margin:1rem 0}.explanation-step{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #2563eb}.step-header{font-weight:600;color:#2563eb;margin-bottom:.5rem;font-size:1.1rem}.step-content{line-height:1.6;color:#374151}.step-sentence{margin-bottom:.5rem;line-height:1.5}.step-line{margin-bottom:.5rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.step-line strong{font-weight:600;color:#1f2937}.concepts-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.concepts-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.concept-tag{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:500}.result-header p{color:#dc2626;font-weight:500}.recommendation-section{margin:1.5rem 0;padding:1rem;background:#f0f9ff;border-radius:8px;border-left:4px solid #0ea5e9}.recommendation-section h4{color:#0369a1;margin-bottom:.5rem}.recommendation-text{color:#374151;font-style:italic;line-height:1.5}.learning-box{border-left:4px solid #a79fff;background-color:#f4f5ff;padding:1rem;margin-top:2rem;border-radius:6px}.learning-box h4{color:#5b21b6;margin-bottom:.75rem;font-size:1.1rem}.learning-list{list-style:none;padding:0;margin:0}.learning-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative;color:#374151;line-height:1.5}.learning-list li:before{content:"→";position:absolute;left:0;color:#a79fff;font-weight:700}.starting-state{display:flex;align-items:center;justify-content:center;min-height:100vh}.start-container{text-align:center;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;background:#fff;max-width:500px}.demo-logo{margin-bottom:1.5rem;text-align:center}.demo-logo img{width:80px;height:auto;display:block;margin:0 auto}.start-container h1{color:var(--color-text-primary, #1E293B);margin-bottom:1rem;font-size:2.5rem;font-family:var(--font-heading, "Poppins", sans-serif)}.start-container p{color:var(--color-text-secondary, #475569);margin-bottom:1rem;font-size:1.1rem}.demo-note{color:var(--color-text-secondary, #475569);margin-bottom:2rem;font-size:1rem;font-style:italic}.progress-bar{background:var(--color-background, #F8FAFC);border-bottom:1px solid var(--color-border, #E2E8F0);padding:.75rem 1rem;margin-bottom:0;position:fixed;top:0;left:0;right:0;z-index:1001;overflow:hidden;height:48px;border-radius:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.progress-logo{position:absolute;left:1rem;top:50%;transform:translateY(-50%);z-index:2}.progress-logo img{display:block;width:24px;height:24px;object-fit:contain}.progress-text{text-align:center;font-weight:600;color:var(--color-text-primary, #1E293B);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;font-size:.9rem;white-space:nowrap}.progress-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--color-accent-start, #6366F1),var(--color-accent-end, #4338CA));border-radius:var(--border-radius, .75rem);transition:width .3s ease}.question-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;margin-bottom:2rem}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:2px solid #f1f5f9;padding-bottom:1rem}.question-header h2{color:#1e293b;margin:0}.difficulty-badge{background:#f59e0b;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.question-text{font-size:1.1rem;line-height:1.6;color:#374151;margin-bottom:2rem;padding:1rem;background:#f8fafc;border-left:4px solid #2563eb;border-radius:8px}.choices-container{margin-bottom:2rem}.choice{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .2s}.choice:hover{border-color:#2563eb;background:#f8fafc}.choice.selected{border-color:#2563eb;background:#eff6ff}.choice.correct{border-color:#059669!important;background:#ecfdf5!important}.choice.incorrect{border-color:#dc2626!important;background:#fef2f2!important}.choice-letter{background:#64748b;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:1rem;flex-shrink:0}.choice.selected .choice-letter{background:#2563eb}.choice.correct .choice-letter{background:#059669!important}.choice.incorrect .choice-letter{background:#dc2626!important}.choice-text{flex:1;text-align:left}.rationale-section{margin-bottom:2rem}.rationale-section label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.rationale-section textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;resize:vertical;font-family:inherit}.rationale-section textarea:focus{outline:none;border-color:#2563eb}.submit-section{text-align:center}.submit-button{background:#059669;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-button:hover:not(:disabled){background:#047857;transform:translateY(-2px);box-shadow:0 6px 20px #0596694d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.explanation-section{border-top:2px solid #f1f5f9;padding-top:2rem;margin-top:2rem}.result-header h3{font-size:1.5rem;margin-bottom:.5rem}.explanation-content{background:#f8fafc;padding:1.5rem;border-radius:8px;margin:1rem 0}.explanation-content h4{color:#1e293b;margin-bottom:1rem}.explanation-text{line-height:1.6;color:#374151}.tags-section{margin:1.5rem 0}.tags-section h4{color:#1e293b;margin-bottom:1rem}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#e0e7ff;color:#3730a3;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.tag.insight-tag{background:#fef3c7;color:#92400e}.summary-container{max-width:800px;margin:0 auto}.summary-container.centered{max-width:960px;width:90%;padding:2rem;padding-top:140px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.summary-header{text-align:center;margin-bottom:1.5rem}.summary-header h1{color:var(--color-text-primary);margin-bottom:2rem;font-family:var(--font-heading)}.session-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;min-width:120px}.stat-number{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#64748b;font-weight:500}.question-review{margin-bottom:3rem}.question-review h2{color:#1e293b;margin-bottom:1.5rem}.question-summary{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;margin-bottom:1rem}.question-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.result-badge{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.result-badge.correct{background:#dcfce7;color:#166534}.result-badge.incorrect{background:#fef2f2;color:#991b1b}.question-tags{margin-top:1rem}.ai-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.ai-summary h2{color:#1e293b;margin-bottom:1rem}.summary-text{line-height:1.6;color:#374151}.question-artifacts{margin:1.5rem 0;text-align:center}.artifact-image{max-width:100%;height:auto;border:1px solid #e2e8f0;border-radius:8px;margin:.5rem;box-shadow:0 2px 8px #0000001a}.submit-feedback{margin:2rem 0;text-align:center}.submit-processing{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;color:#64748b;font-size:1.1rem}.immediate-feedback{margin:2rem 0;padding:1.5rem;border-radius:12px;text-align:center}.feedback-result{padding:1rem;border-radius:8px;margin-bottom:1rem}.feedback-result.correct{background:#dcfce7;border:2px solid #16a34a;color:#166534}.feedback-result.incorrect{background:#fef2f2;border:2px solid #dc2626;color:#991b1b}.feedback-icon{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.correct-answer-note{font-size:1.1rem;margin-top:.5rem}.explanation-loading{display:flex;align-items:center;justify-content:center;gap:1rem;color:#64748b;font-style:italic}.loading-spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.next-question-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e2e8f0;text-align:center}.next-button,.summary-button{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d;text-transform:uppercase;letter-spacing:.5px;min-width:200px}.next-button:hover:not(:disabled),.summary-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#2563eb)}.next-button:disabled,.summary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.summary-actions{text-align:center;margin:2rem 0}.restart-button{background:#2563eb;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.restart-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d}.error-container{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:500px;margin:0 auto}.error-container h1{color:#dc2626;margin-bottom:1rem}.error-container p{color:#64748b;margin-bottom:2rem}.questions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;max-width:600px;margin-left:auto;margin-right:auto}.question-card-mini{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.question-card-mini:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.question-mini-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.question-number{font-weight:600;color:#1e293b;font-size:.9rem}.result-badge-mini{font-size:1.2rem;display:flex;align-items:center;justify-content:center}.result-badge-mini.correct{color:#16a34a}.result-badge-mini.incorrect{color:#dc2626}.question-mini-content{font-size:.9rem;line-height:1.4}.question-mini-content p{margin:.25rem 0;color:#374151}.question-mini-content strong{color:#1e293b}.session-blurb{text-align:center;margin:2rem 0;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.session-blurb p{color:#475569;margin-bottom:1.5rem;font-size:1.1rem}.waitlist-cta{margin-top:1rem}.waitlist-cta h3{color:#1e293b;margin-bottom:.75rem;font-size:1.3rem}.waitlist-cta p{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;display:inline-block}.btn-primary{background-color:var(--color-accent, #10b981);color:#fff!important;border:2px solid var(--color-accent, #10b981);font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-primary:hover{background-color:#059669;border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d;text-decoration:none;color:#fff!important}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb33;text-decoration:none}.cta-note{color:#64748b;font-size:.9rem;font-style:italic;margin:.5rem 0 0}.session-summary-blurb{background:var(--color-background);padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--color-border);margin:0;max-width:840px;width:100%;box-shadow:var(--shadow-soft)}.session-summary-blurb p{color:var(--color-text-primary);font-size:1.2rem;line-height:1.5;margin:0;font-family:var(--font-body)}.questions-horizontal{display:flex;justify-content:center;gap:1.5rem;margin:0;flex-wrap:wrap;width:100%}.question-item-horizontal{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;min-width:140px;flex:1;max-width:160px}.question-number-circle{background:#2563eb;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.result-icon{font-size:1.5rem;margin:.25rem 0}.result-icon.correct{color:#16a34a}.result-icon.incorrect{color:#dc2626}.answer-info{text-align:center;font-size:.85rem;color:#64748b;line-height:1.4;width:100%}.answer-info div{margin:.1rem 0}.waitlist-cta-centered{margin:0;padding:2rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;max-width:840px;width:100%}.waitlist-cta-centered h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.waitlist-cta-centered p{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.session-meta{text-align:center;color:#64748b;font-size:.9rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.loading-state{text-align:center;padding:3rem}.loading-state h2{color:#2563eb;margin-bottom:1rem}.loading-state p{color:#64748b}.key-insight-recap{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;border-radius:8px;padding:1rem;margin:1rem 0;color:#1e40af;font-size:1rem;line-height:1.4}.key-insight-recap-mobile{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;border-radius:12px;padding:1.25rem;margin:1rem 0;color:#1e40af;font-size:1rem;line-height:1.5}.insight-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #f59e0b1a}.insight-box h4{color:#92400e;font-size:1rem;font-weight:600;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.insight-text{color:#78350f;font-size:.95rem;line-height:1.5;margin:0;font-style:italic}.sticky-conversion-footer{position:fixed;bottom:0;left:0;right:0;background:#10b981f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem;z-index:1000;box-shadow:0 -4px 20px #0003;border-top:1px solid rgba(255,255,255,.2);height:56px;display:flex;align-items:center;transition:height .3s ease,padding .3s ease}.sticky-conversion-footer.minimized{height:32px;padding:.5rem 1rem}.conversion-chevron{position:absolute;right:1rem;top:50%;transform:translateY(-50%);cursor:pointer;font-size:1.2rem;color:#fff;z-index:3;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.conversion-chevron:hover{background:#ffffff1a}.email-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.email-modal{background:#fff;border-radius:12px;max-width:400px;width:100%;box-shadow:0 10px 30px #0000004d;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.email-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e2e8f0}.email-modal-header h3{margin:0;color:#1e293b;font-size:1.2rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.25rem;line-height:1}.modal-close:hover{color:#1e293b}.email-modal-content{padding:1rem 1.5rem 1.5rem}.email-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1rem;transition:border-color .2s ease}.email-input:focus{outline:none;border-color:#3b82f6}.email-modal-buttons{display:flex;gap:.75rem}.email-modal-buttons .btn-primary,.email-modal-buttons .btn-secondary{flex:1;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:.9rem}.email-modal-buttons .btn-primary{background:#10b981;color:#fff}.email-modal-buttons .btn-primary:hover{background:#059669;transform:translateY(-1px)}.email-modal-buttons .btn-secondary{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.email-modal-buttons .btn-secondary:hover{background:#e2e8f0;color:#475569}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem;text-align:center;z-index:1000;box-shadow:0 -4px 20px #0003;border-top:3px solid #047857;animation:slideUpFromBottom .5s ease-out}@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.conversion-content{max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.conversion-text{font-weight:500;font-size:1rem;margin:0;color:#fff}.conversion-button{background:#fff;color:#059669;border:none;padding:.5rem 1rem;border-radius:25px;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:.9rem;white-space:nowrap}.conversion-button:hover{background:#f0fdf4;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a;color:#047857;text-decoration:none}.sticky-cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.cta-text{font-weight:600;font-size:1.1rem;margin:0}.cta-button{background:#fff;color:#059669;border:2px solid white;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.cta-button:hover{background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 15px #0003;color:#047857}.mobile-swipe-hint{display:none;position:fixed;bottom:120px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;z-index:999;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:1}}@media (min-width: 769px){.progress-bar{background:#f8fafcf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border, #E2E8F0)}.conversion-chevron{right:2rem;font-size:1rem}.sticky-conversion-footer{padding:1rem 2rem}.app.playing-state{padding-top:48px}.question-layout{top:48px;min-height:calc(100vh - 48px)}}@media (max-width: 768px){.app{padding:0}.question-layout{display:block;position:static;min-height:calc(100vh - 48px);padding-bottom:100px;padding-top:0;top:0}.question-main{width:100%;flex:none;padding:1rem;margin-bottom:0}.explanation-sidebar{width:100%;flex:none;border-left:none;border-top:2px solid var(--color-border, #E2E8F0);border-radius:0;margin-top:1rem;background:#fff}.question-card{margin-bottom:1rem;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1rem}.question-text{font-size:1rem;line-height:1.5;margin-bottom:1rem;padding:1rem}.choice{padding:1rem;margin-bottom:.75rem;border-radius:12px;min-height:60px;touch-action:manipulation}.choice:active{transform:scale(.98);transition:transform .1s ease}.choice-letter{width:32px;height:32px;font-size:1rem;margin-right:1rem}.choice-text{font-size:1rem;line-height:1.5}.sticky-cta-content{flex-direction:column;gap:.5rem}.cta-text{font-size:1rem;text-align:center}.cta-button{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1.1rem}.progress-bar{margin:0;border-radius:0;position:fixed;top:0;z-index:1001;background:#f8fafcf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:48px;padding:.75rem 1rem}.session-stats,.questions-horizontal{flex-direction:column;align-items:center;gap:1rem}.question-item-horizontal{max-width:100%;width:100%}.summary-container.centered{padding:1rem;padding-top:100px;width:100%}.explanation-step{margin-bottom:1rem;padding:1rem;border-radius:8px}.step-header{font-size:1rem}.next-button,.summary-button,.submit-button{width:100%;max-width:300px;padding:1rem 2rem;font-size:1.1rem}.question-recommendation{margin:1rem 0}.recommendation-toggle{padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 768px) and (hover: none){.question-main{touch-action:pan-y;overscroll-behavior:contain}.explanation-sidebar{transform:translate(0);transition:transform .3s ease}.explanation-sidebar.slide-in{animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}}@media (min-width: 769px) and (max-width: 1024px){.question-layout{gap:1.5rem}.question-main{flex:0 0 60%;width:60%}.explanation-sidebar{flex:0 0 40%;width:40%}}.subtle-cta{position:static;background:linear-gradient(135deg,#10b9810d,#05966914);border-bottom:1px solid rgba(16,185,129,.2);padding:.75rem 1rem;margin-bottom:1.5rem;margin-top:1rem;border-radius:8px}@media (max-width: 768px){.subtle-cta{display:none}}@keyframes subtleSlideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.subtle-cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.9rem}.subtle-cta .cta-text{color:#065f46;font-weight:500;margin:0}.cta-link{color:#059669;text-decoration:none;font-weight:600;padding:.4rem .8rem;border-radius:20px;border:1px solid rgba(5,150,105,.3);transition:all .2s ease;font-size:.85rem}.cta-link:hover{background:#10b9811a;border-color:#059669;transform:translateY(-1px);text-decoration:none;color:#047857}.question-card-mobile{min-height:calc(100vh - 108px);display:flex;flex-direction:column;background:#fff;padding:0;margin:108px 0 0}.mobile-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:200;box-shadow:0 2px 10px #0000001a}.question-number{font-weight:600;font-size:1.1rem}.view-toggle{display:flex;background:#fff3;border-radius:25px;padding:3px}.toggle-btn{padding:.5rem 1rem;border:none;background:transparent;color:#fff;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease}.toggle-btn.active{background:#fff;color:#667eea;font-weight:600}.mobile-question-view{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.difficulty-badge-mobile{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;align-self:flex-start;box-shadow:0 2px 8px #f5576c4d}.question-text-mobile{font-size:1.1rem;line-height:1.6;color:#2d3748;font-weight:500;background:#f7fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea}.question-artifacts-mobile{display:flex;flex-direction:column;gap:1rem}.artifact-image-mobile{width:100%;max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.choices-container-mobile{display:flex;flex-direction:column;gap:1rem}.choice-mobile{display:flex;align-items:center;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.choice-mobile:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.choice-mobile.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);box-shadow:0 4px 12px #667eea33}.choice-mobile.correct{border-color:#10b981;background:linear-gradient(135deg,#10b9811a,#0596691a);box-shadow:0 4px 12px #10b98133}.choice-mobile.incorrect{border-color:#ef4444;background:linear-gradient(135deg,#ef44441a,#dc26261a);box-shadow:0 4px 12px #ef444433}.choice-letter-mobile{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1rem;flex-shrink:0}.choice-mobile.correct .choice-letter-mobile{background:linear-gradient(135deg,#10b981,#059669)}.choice-mobile.incorrect .choice-letter-mobile{background:linear-gradient(135deg,#ef4444,#dc2626)}.choice-text-mobile{flex:1;font-size:1rem;line-height:1.5;color:#2d3748}.rationale-section-mobile{margin-top:1rem}.rationale-input-mobile{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;resize:vertical;font-family:inherit;background:#f7fafc;transition:border-color .3s ease}.rationale-input-mobile:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.submit-section-mobile{margin-top:2rem}.submit-button-mobile{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.submit-button-mobile:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.submit-button-mobile:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #667eea33}.immediate-feedback-mobile{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.feedback-result-mobile{padding:1.5rem;border-radius:12px;text-align:center}.feedback-result-mobile.correct{background:linear-gradient(135deg,#10b9811a,#0596691a);border:2px solid #10b981}.feedback-result-mobile.incorrect{background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid #ef4444}.feedback-icon-mobile{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.correct-answer-note-mobile{font-size:1rem;margin-top:.5rem;color:#4a5568}.view-solution-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98166}.view-solution-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.explanation-loading-mobile{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:#667eea;font-weight:500}.mobile-solution-view{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.result-header-mobile{text-align:center;padding:1.5rem;border-radius:12px;background:#f7fafc}.result-status{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.result-status.correct{color:#10b981}.result-status.incorrect{color:#ef4444}.correct-answer-mobile{font-size:1rem;color:#4a5568}.insight-box-mobile{background:linear-gradient(135deg,#f59e0b1a,#d977061a);border:2px solid #f59e0b;border-radius:12px;padding:1.5rem}.insight-box-mobile h4{color:#d97706;margin:0 0 1rem;font-size:1.1rem}.insight-box-mobile p{margin:0;line-height:1.6;color:#2d3748}.explanation-content-mobile{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem}.explanation-content-mobile h4{color:#2d3748;margin:0 0 1rem;font-size:1.1rem}.explanation-text-mobile{line-height:1.6;color:#4a5568}.learning-box-mobile{background:linear-gradient(135deg,#10b9811a,#0596691a);border:2px solid #10b981;border-radius:12px;padding:1.5rem}.learning-box-mobile h4{color:#059669;margin:0 0 1rem;font-size:1.1rem}.learning-box-mobile ul{margin:0;padding-left:1.5rem;line-height:1.6;color:#2d3748}.learning-box-mobile li{margin-bottom:.5rem}.concepts-section-mobile{background:#f7fafc;border-radius:12px;padding:1.5rem}.concepts-section-mobile h4{color:#2d3748;margin:0 0 1rem;font-size:1.1rem}.concepts-list-mobile{display:flex;flex-wrap:wrap;gap:.5rem}.concepts-list-mobile .concept-tag{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.next-question-section-mobile{margin-top:2rem;padding-top:1rem;border-top:2px solid #e2e8f0}.next-question-section-mobile-top{position:sticky;top:5px;z-index:100;margin-bottom:1.5rem;padding:.8rem;background:#fffffffa;border:1px solid rgba(16,185,129,.2);border-radius:12px;box-shadow:0 4px 20px #10b98126;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.next-button-mobile,.summary-button-mobile,.next-button-mobile-top,.summary-button-mobile-top{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.next-button-mobile-top,.summary-button-mobile-top{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 3px 12px #10b9814d;font-size:.95rem;padding:.75rem 1.25rem;border-radius:10px;font-weight:700;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.1)}.next-button-mobile:hover:not(:disabled),.summary-button-mobile:hover:not(:disabled),.next-button-mobile-top:hover:not(:disabled),.summary-button-mobile-top:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.next-button-mobile-top:hover:not(:disabled),.summary-button-mobile-top:hover:not(:disabled){box-shadow:0 6px 20px #10b98199}.next-button-mobile:disabled,.summary-button-mobile:disabled,.next-button-mobile-top:disabled,.summary-button-mobile-top:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #667eea33}.next-question-section-desktop-top{position:sticky;top:20px;z-index:50;margin-bottom:1.5rem;padding:1rem;background:#fffffff5;border:1px solid rgba(16,185,129,.15);border-radius:10px;box-shadow:0 4px 16px #10b9811f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.next-button-desktop-top,.summary-button-desktop-top{width:100%;padding:.8rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98166}.next-button-desktop-top:hover:not(:disabled),.summary-button-desktop-top:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.next-button-desktop-top:disabled,.summary-button-desktop-top:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #10b98133}.mobile-conversion-banner{display:none;background:#10b981f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.75rem 1rem;margin:0;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a;transition:all .3s ease;position:fixed;top:48px;left:0;right:0;z-index:1000;min-height:60px}.mobile-conversion-banner.minimized{padding:.25rem 1rem;min-height:32px;max-height:32px;overflow:hidden}.mobile-conversion-banner.minimized .mobile-conversion-content{display:none}.mobile-conversion-banner.minimized{display:flex;align-items:center;justify-content:center}.mobile-conversion-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:100%}.mobile-conversion-text{font-size:.9rem;font-weight:500;color:#fff;margin:0;flex:1;min-width:0}.mobile-conversion-button{background:#fff;color:#059669;border:none;padding:.5rem 1rem;border-radius:20px;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:.85rem;white-space:nowrap;flex-shrink:0}.mobile-conversion-button:hover{background:#f0fdf4;transform:translateY(-1px);box-shadow:0 2px 6px #0000001a;color:#047857;text-decoration:none}.mobile-conversion-chevron{cursor:pointer;font-size:1rem;color:#fff;padding:.25rem;border-radius:4px;transition:background-color .2s ease;flex-shrink:0;margin-left:.5rem}.mobile-conversion-chevron:hover{background:#ffffff1a}@media (max-width: 768px){.sticky-conversion-footer.desktop-only{display:none}.mobile-conversion-banner{display:flex;align-items:center}.app.playing-state{padding-top:48px}.question-layout{padding-top:60px;min-height:calc(100vh - 108px)}.question-card-mobile{margin-top:108px}.mobile-conversion-banner.minimized~* .question-card-mobile{margin-top:80px}}@media (min-width: 769px){.mobile-conversion-banner{display:none}}.score-preview-mobile{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;box-shadow:0 4px 12px #3b82f64d}.score-preview-text{color:#fff;font-size:1rem;font-weight:600;text-align:center;margin:0}.score-preview-desktop{margin:1rem 0}.score-preview-desktop-top{margin:0 0 1rem;position:sticky;top:0;z-index:10}.score-preview-banner-top,.score-preview-banner{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;text-align:center;box-shadow:0 2px 8px #3b82f64d}.result-header-compact{margin-bottom:1rem}.result-header-compact h3{font-size:1.1rem;margin-bottom:.5rem}.result-header-compact p{font-size:.9rem;margin:0;color:var(--color-text-secondary)}.insight-box-compact{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:1rem}.insight-box-compact h4{font-size:.9rem;margin-bottom:.5rem;color:#92400e}.explanation-toggle-section{margin-bottom:1rem}.explanation-toggle-desktop{width:100%;background:var(--color-background);border:2px solid var(--color-border);border-radius:8px;padding:.875rem 1rem;font-size:.95rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.explanation-toggle-desktop:hover{background:#f1f5f9;border-color:var(--color-accent);transform:translateY(-1px)}.explanation-toggle-desktop .toggle-icon{transition:transform .2s ease;font-size:.8rem}.explanation-toggle-desktop .toggle-icon.expanded{transform:rotate(180deg)}.explanation-content-expanded{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;padding:1rem;animation:expandDown .3s ease-out}@keyframes expandDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:2000px;padding-top:1rem;padding-bottom:1rem}}.solution-toggle-mobile{margin:1rem 0}.solution-toggle-btn-mobile{width:100%;background:var(--color-background);border:2px solid var(--color-border);border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;text-align:center}.solution-toggle-btn-mobile:hover{background:#f1f5f9;border-color:var(--color-accent);transform:translateY(-1px)}.solution-content-mobile{background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;padding:1rem;margin-top:.5rem;animation:expandDown .3s ease-out}.solution-loading-mobile{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--color-text-secondary)}.solution-placeholder-mobile{padding:2rem;text-align:center;color:var(--color-text-secondary);font-style:italic}.answer-status-mobile{font-size:.9rem;color:var(--color-text-secondary);margin-top:.5rem}.trending-score-summary{margin:1.5rem 0;display:flex;justify-content:center}.trending-score-banner{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-align:center;box-shadow:0 4px 16px #3b82f64d;min-width:280px}.app.summary-state .summary-container{margin-top:0!important;padding-top:4rem}.questions-section{margin:2rem 0}.questions-toggle{width:100%;background:var(--color-background);border:2px solid var(--color-border);border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.questions-toggle:hover{background:#f1f5f9;border-color:var(--color-accent);transform:translateY(-1px)}.questions-arrow{transition:transform .2s ease;font-size:.8rem}.questions-arrow.expanded{transform:rotate(180deg)}.embedded-waitlist-form{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 4px 20px #0ea5e91a}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{color:#0369a1;font-size:1.3rem;margin-bottom:1rem;font-weight:700}.form-header p{color:#0c4a6e;font-size:1rem;margin-bottom:.5rem;line-height:1.5}.join-others{font-weight:600;color:var(--color-accent)!important;font-size:1.1rem!important}.embedded-form{max-width:500px;margin:0 auto}.form-group{display:flex;flex-direction:column;gap:1rem}.email-input{padding:1rem;font-size:1rem;border:2px solid #cbd5e1;border-radius:8px;transition:border-color .2s ease}.email-input:focus{outline:none;border-color:var(--color-accent)}.submit-button{background:var(--color-accent);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.submit-button:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-success{text-align:center;padding:2rem;background:#f0fdf4;border:2px solid #22c55e;border-radius:8px;color:#15803d;font-weight:600;font-size:1.1rem}@media (max-width: 768px){.embedded-waitlist-form{padding:1.5rem;margin:1.5rem 0}.form-header h3{font-size:1.1rem}.form-header p{font-size:.9rem}.form-group{gap:.75rem}.email-input,.submit-button{padding:.875rem;font-size:.95rem}}.adaptive-feedback-mobile{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;margin:1rem 0}.feedback-box-1{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.answer-status{font-size:1.1rem;color:#2d3748;font-weight:500;flex:1}.result-icon{font-size:2rem;margin-left:1rem}.result-icon.correct{color:#10b981}.result-icon.incorrect{color:#ef4444}.feedback-box-2{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #f59e0b33}.feedback-box-2 h4{color:#92400e;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.feedback-box-2 p{color:#78350f;font-size:1rem;line-height:1.5;margin:0}.next-question-centered{display:flex;justify-content:center;margin:1rem 0}.next-button-mobile-adaptive,.summary-button-mobile-adaptive{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98166;min-width:200px}.next-button-mobile-adaptive:hover:not(:disabled),.summary-button-mobile-adaptive:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.next-button-mobile-adaptive:disabled,.summary-button-mobile-adaptive:disabled{opacity:.6;cursor:not-allowed;transform:none}.collapsed-explanation-mobile{display:flex;justify-content:center}.explanation-toggle-btn{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:20px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.explanation-toggle-btn:hover{background:#5a67d8;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}
