.app-container{padding-top:80px}.header{position:fixed;top:0;left:0;width:100%;background-color:#f4f4f4;border-bottom:1px solid #ddd;z-index:1000;display:flex}.header__top{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.header__logo{height:30px;cursor:pointer}.header__nav{display:flex;align-items:center}.header__button{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;transition:color .2s;margin-left:3rem}.header__button:hover{color:#007bff}.hamburger{display:none;background:none;border:none;cursor:pointer;font-size:1.5rem}.hamburger__line{width:25px;height:3px;background-color:#333;transition:.3s}@media (max-width: 768px){.header{position:fixed;top:0;left:0;width:100%;background-color:#f4f4f4;border-bottom:1px solid #ddd;z-index:1000;display:flex;justify-content:space-between}.header__top{display:flex;align-items:center;justify-content:flex-end;padding:0rem 2rem}.hamburger{display:flex}.header__nav{display:none;flex-direction:column;padding:0 2rem 1rem;gap:1rem}.header__nav.nav--open{display:flex}.header__button{margin-left:0;font-size:1.2rem}}.footer{width:100%;background-color:#007bff;color:#fff;margin-top:2rem;position:relative}.footer-inner{max-width:1200px;margin:0 auto;padding:3rem}.footer-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.footer-col{flex:1;min-width:150px}.footer a{color:#fff;text-decoration:none;transition:color .2s}.footer a:hover{color:#eee}.footer-inner hr{border:0;border-top:1px solid #ddd;margin:2rem 0}.footer-copy{font-size:.8rem;color:#ddd;text-align:center;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.home-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;text-align:center;font-family:Inter,sans-serif;background-color:#f8f9fa;background-image:radial-gradient(#e6e6e6 1px,transparent 1px);background-size:20px 20px;padding:2rem;animation:fadeIn .8s ease-out}.home-content{max-width:1000px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;text-align:left;animation:slideIn 1s ease-out}@media (max-width: 768px){.home-content{flex-direction:column-reverse;text-align:center}}.home-text-container{flex:1}.home-image-container{flex:0 0 auto}.home-profile-image{width:250px;max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0003;transform:rotate(2deg);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.home-profile-image:hover{transform:rotate(0) scale(1.05)}.home-title{font-size:3.5rem;font-weight:900;margin-bottom:1rem;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s}.home-title:active{transform:scale(.95)}.gradient{background:linear-gradient(90deg,#007bff,#00c6ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.home-text{font-size:1.2rem;color:#555;margin-bottom:1.5rem;line-height:1.6}.home-text a{color:#007bff;text-decoration:none;font-weight:700;position:relative}.home-text a:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background-color:#007bff;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}.home-text a:hover:after{transform:scaleX(1);transform-origin:bottom left}.trustpilot-link{display:inline-block;margin-bottom:15px;color:#333;text-decoration:none;font-weight:500;font-size:.95rem;transition:transform .2s;background:rgba(255,255,255,.6);padding:5px 10px;border-radius:20px;border:1px solid rgba(0,0,0,.05)}.trustpilot-link:hover{transform:scale(1.05);background:#fff;box-shadow:0 2px 5px #0000001a}.btn-group{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.action-btn{padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:700;color:#fff!important;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px;border:none;font-size:1rem}.action-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000026}.action-btn:after{display:none!important}.btn-contact{background:#25D366}.btn-contact:hover{background:#20bd5a;box-shadow:0 5px 15px #25d3664d}.btn-youtube{background:#FF0000}.btn-youtube:hover{background:#d40000;box-shadow:0 5px 15px #ff00004d}.nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;width:100%;max-width:1000px;margin-top:50px}.nav-card{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:25px;text-align:center;text-decoration:none;color:#333;box-shadow:0 4px 6px #0000000d;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px;position:relative;overflow:hidden;animation:popIn .6s ease-out backwards}.nav-card:nth-child(1){animation-delay:.1s}.nav-card:nth-child(2){animation-delay:.2s}.nav-card:nth-child(3){animation-delay:.3s}.nav-card:nth-child(4){animation-delay:.4s}.nav-card:nth-child(5){animation-delay:.5s}.nav-card:nth-child(6){animation-delay:.6s}.nav-card:nth-child(7){animation-delay:.7s}.nav-card:nth-child(8){animation-delay:.8s}.nav-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #007bff26;border-color:#007bff4d}.nav-card h3{margin:10px 0 5px;font-size:1.3rem;font-weight:700;color:#333}.nav-card p{margin:0;font-size:.95rem;color:#666}.card-icon{font-size:2rem;margin-bottom:5px}.card-gcse{border-top:4px solid #007bff}.card-alevel{border-top:4px solid #28a745}.card-ib{border-top:4px solid #dc3545}.card-scottish{border-top:4px solid #1c4587}.card-random{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(45deg,#FF3CAC 0%,#784BA0 50%,#2B86C5 100%) border-box;box-shadow:0 4px 15px #784ba033;position:relative;overflow:hidden}.card-random:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #784ba066}.card-random h3{background:linear-gradient(45deg,#FF3CAC,#784BA0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.card-paper-random{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(45deg,#0093E9 0%,#80D0C7 100%) border-box;box-shadow:0 4px 15px #0093e933;position:relative;overflow:hidden}.card-paper-random:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #0093e966}.card-paper-random h3{background:linear-gradient(45deg,#0093E9,#80D0C7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:white;padding:30px;border-radius:20px;width:90%;max-width:500px;text-align:center;box-shadow:0 20px 50px #0000004d;animation:popIn .3s ease-out backwards}.modal-title{margin-top:0;font-size:1.8rem;color:#333}.slot-display{font-family:Courier New,monospace;font-size:3rem;font-weight:900;color:#007bff;background:#f1f1f1;padding:20px;border-radius:10px;margin:20px 0;letter-spacing:5px;border:4px solid #ddd}.slot-display.rolling{color:#ff3cac;border-color:#ff3cac;transform:scale(1.05);transition:all .1s}.modal-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;margin-bottom:20px}.modal-btn{background:#fff;border:2px solid #eee;padding:15px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-btn:hover:not(:disabled){border-color:#007bff;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.modal-btn:disabled{opacity:.5;cursor:not-allowed}.modal-close-btn{background:#000;color:#fff;border:none;padding:15px;border-radius:10px;cursor:pointer;font-weight:700;font-size:1rem;transition:transform .2s}.modal-close-btn:hover:not(:disabled){background:#222;transform:translateY(-2px)}.card-wasio{background-color:#333;color:#fff;border:2px solid #444}.card-wasio:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d;background-color:#444}.card-wasio h3{margin-bottom:5px;color:#fff}.card-wasio p{font-size:.8rem;opacity:.8;color:#ccc}.gcser-container{padding:20px;font-family:Arial,sans-serif;max-width:1140px;margin:auto}h2{color:#333;margin-bottom:20px}.grade-section{margin-bottom:30px}.gcser-table{width:100%;border-collapse:collapse;margin-top:10px;box-shadow:0 0 10px #0006}.gcser-table th,.gcser-table td{border:1px solid #ddd;padding:10px;text-align:left}.gcser-table th{background-color:#007bff;color:#fff}.gcser-table tr:nth-child(2n){background-color:#f9f9f9}.gcser-table tr:hover{background-color:#f1f1f1}.test-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;width:90}.question-text{font-size:1.2rem;text-align:center;margin-bottom:20px;padding:10px;background:#1e0095;color:#85e9ff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.answer-button{padding:12px;font-size:1rem;border:none;background-color:#1e0095;color:#85e9ff;border-radius:6px;cursor:pointer;transition:background .3s ease-in-out}.quiz-table{border-collapse:collapse;margin:8px auto 16px;min-width:360px}.quiz-table th,.quiz-table td{border:2px solid #e2e8f0;padding:8px 12px;vertical-align:middle}.quiz-table thead th{font-weight:600}.correct-option{background-color:#15a34a!important;color:#fff!important;border-color:#15a34a!important}.wrong-option{background-color:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.pulse-correct{animation:pulseCorrect .4s ease}@keyframes pulseCorrect{0%{transform:scale(1);box-shadow:0 0 #10b98100}50%{transform:scale(1.07);box-shadow:0 0 20px #10b98199}to{transform:scale(1);box-shadow:0 0 #10b98100}}.shake-wrong{animation:shakeWrong .4s ease}@keyframes shakeWrong{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.table-container{padding:20px;font-family:Arial,sans-serif;max-width:1140px;margin:auto}.exam-table{width:100%;border-collapse:collapse;margin-top:10px;box-shadow:0 0 10px #0006;color:red}.exam-table th,.exam-table td{border:1px solid #ddd;padding:10px;text-align:left}.exam-table th{background-color:#007bff;color:#fff}.accordion-button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;margin-bottom:10px;font-size:16px;cursor:pointer;border-radius:5px;transition:background-color .3s ease;width:100%;text-align:left}.accordion-button:hover{background-color:#0056b3}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.accordion-content.active{max-height:none;overflow:visible}.pictogram{margin-right:1rem;vertical-align:middle}.pictogram img{width:35px;height:auto}.disclaimer-box{margin-top:10px;padding:15px;background-color:#f8f9fa;border-left:4px solid #007bff;color:#333;margin-bottom:10px}.disclaimer-box a{color:#007bff;text-decoration:none}.disclaimer-box a:hover{text-decoration:underline}.title-container{background-size:cover;background-position:center;padding:10px 20px;border-radius:12px;display:inline-block;text-align:center;box-shadow:0 4px 6px #0003;margin-bottom:10px;margin-right:10px}.ib-title-container{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/ibback-9ede16bb.jpg)}.gcse-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/gcseback-9b0526fd.jpg)}.alevel-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/alevelback-66d20187.jpg)}.scottish-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/qs-title-73d73424.jpg)}.fbook-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/fbook-e5c361af.png)}.igcse-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/igcseback-aba2a4e9.jpg)}.walevel-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/walevel-900e6e5a.png)}.fmalevel-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/fmalevel-9cb0b66d.jpg)}.grade-1-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade1-53ae2abe.jpg)}.grade-2-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade2-9db0ea5c.png)}.grade-3-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade3-2466fd0d.png)}.grade-4-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade4-2ce5f3b3.jpg)}.grade-5-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade5-6baaa40b.jpg)}.grade-6-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade6-24e3c914.jpg)}.grade-7-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade7-47d4ebff.jpg)}.grade-8-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade8-9b982891.jpg)}.grade-9-title{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/grade9-686a3e8a.jpg)}.ib-title{color:#fff;font-size:24px;font-weight:700;margin:0}.subtle-link-container{text-align:left;margin-bottom:5px;margin-top:-30px}.subtle-link{font-size:12px;color:gray;text-decoration:none}.subtle-link:hover{text-decoration:underline;color:#00f}.nav-gcse{font-weight:700;color:#000;cursor:default}.nav-igcse{color:#00f;text-decoration:none;cursor:pointer}.nav-igcse:hover{text-decoration:underline}.grade-banner-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.row-highlight{background-color:#f1f1f1}.calculator-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f0f0}.calculator{background-color:#333;padding:20px;border-radius:10px;box-shadow:0 0 20px #00000080;width:300px;position:relative}.calculator-brand{color:#fff;font-family:Arial Black,Arial Bold,Gadget,sans-serif;font-size:24px;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase;font-style:italic;display:flex;flex-direction:row;align-items:baseline;line-height:1}.brand-subtitle{font-family:Arial,sans-serif;font-size:10px;text-transform:none;letter-spacing:normal;font-weight:400;opacity:.7;margin-left:6px;font-style:italic}.calculator.advanced{width:320px}.calculator-screen-container{width:100%;height:80px;background-color:#d1f2eb;border-radius:5px;margin-bottom:10px;padding:5px;box-sizing:border-box;overflow:hidden;display:flex;align-items:center}.calculator-math-field{width:100%;background-color:transparent!important;font-size:24px;border:none!important;outline:none!important;--caret-color: #333}math-field::part(menu-toggle){display:none}math-field::part(virtual-keyboard-toggle){display:none}.arrow-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:5px;align-items:end}.arrow-row>*{width:100%}.arrow-col{display:flex;flex-direction:column}.calculator-key.arrow{background-color:#bdc3c7;font-size:20px;width:100%;height:50px;display:flex;justify-content:center;align-items:center;padding:0}.arrow-col{display:flex;flex-direction:column;justify-content:space-between;height:50px;gap:4px}.arrow-col .calculator-key.arrow{height:23px;font-size:12px}.shift-btn{background-color:#f1c40f;color:#fff;font-size:12px;font-weight:700}.shift-btn:hover{background-color:#f39c12}.shift-btn.active{background-color:#d35400;box-shadow:inset 0 3px 5px #0003}.sd-btn{background-color:#9b59b6;color:#fff;width:100%;height:50px;font-size:14px;font-weight:700}.sd-btn:hover{background-color:#8e44ad}.calculator-screen{width:100%;height:60px;background-color:#d1f2eb;border:none;border-radius:5px;margin-bottom:20px;font-size:24px;text-align:right;padding:10px;box-sizing:border-box;color:#333;display:flex;align-items:center;justify-content:flex-end;overflow-x:auto;overflow-y:hidden}.calculator-keys{display:flex;flex-direction:column;gap:10px}.main-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.calculator-key{height:50px;border-radius:5px;border:none;font-size:18px;cursor:pointer;background-color:#e0e0e0;color:#333;transition:background-color .2s;width:100%}.small-row{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.calculator-key.small{height:28px;font-size:11px;padding:0;font-weight:600;background-color:#4a4a4a;color:#eee;width:100%;border-radius:4px}.calculator-key.small:hover{background-color:#5a5a5a}.sd-btn-small{background-color:#8e44ad!important}.empty-space{background-color:transparent!important;cursor:default;box-shadow:none;pointer-events:none}.angle-mode-container{position:absolute;left:-70px;top:40px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.analog-switch-label{font-size:10px;color:#666;font-weight:700;margin-bottom:4px;text-shadow:1px 1px 0 #fff;font-family:sans-serif}.analog-switch{width:30px;height:60px;background:#2c3e50;border-radius:4px;border:2px solid #34495e;box-shadow:inset 0 0 5px #000c,2px 2px 5px #0000004d;position:relative}.switch-handle{width:26px;height:26px;background:linear-gradient(to bottom,#95a5a6,#7f8c8d);border-radius:2px;position:absolute;left:2px;box-shadow:0 2px 4px #00000080,inset 0 1px 1px #fff6;border-top:1px solid #bdc3c7;transition:top .2s cubic-bezier(.4,0,.2,1);z-index:2}.switch-handle:after{content:"";position:absolute;top:6px;left:4px;right:4px;bottom:6px;background:repeating-linear-gradient(to bottom,#7f8c8d,#7f8c8d 2px,#666 3px);border-radius:1px}.switch-labels{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:6px 0;box-sizing:border-box;z-index:1}.switch-labels span{font-size:8px;color:#555;text-align:center;font-weight:700;text-shadow:0 -1px 0 #000;font-family:sans-serif}.deg-active .switch-handle{top:2px}.rad-active .switch-handle{top:32px}.deg-active .switch-labels span:first-child{color:#2ecc71;text-shadow:0 0 5px #2ecc71}.rad-active .switch-labels span:last-child{color:#e74c3c;text-shadow:0 0 5px #e74c3c}.calculator-key:hover{background-color:#ccc}.calculator-key.operator{background-color:#ff9f43;color:#fff}.calculator-key.operator:hover{background-color:#e67e22}.calculator-key.equal-sign{background-color:#2ecc71;color:#fff;grid-column:span 2}.calculator-key.equal-sign:hover{background-color:#27ae60}.calculator-key.clear{background-color:#e74c3c;color:#fff;grid-column:span 2}.calculator-key.clear:hover{background-color:#c0392b}.calculator-key.backspace{background-color:#f39c12;color:#fff}.calculator-key.backspace:hover{background-color:#d35400}.pricing-page-container{max-width:1000px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333}.pricing-page-title{text-align:center;font-size:2.5rem;margin-bottom:30px;font-weight:700;color:#1a1a2e}.pricing-intro-text{text-align:center;font-size:1.1rem;line-height:1.6;color:#4a5568;max-width:800px;margin:0 auto 50px}.pricing-section{margin-bottom:60px;background:#ffffff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000000d}.pricing-section-title{font-size:1.8rem;margin-bottom:25px;color:#2c3e50;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.tables-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media (max-width: 768px){.tables-grid{grid-template-columns:1fr}}.table-wrapper{background:#f8fafc;border-radius:8px;padding:20px;border:1px solid #e2e8f0}.table-wrapper.single-table{max-width:500px}.table-title{font-size:1.2rem;margin-top:0;margin-bottom:20px;text-align:center;color:#4a5568}.pricing-table{width:100%;border-collapse:collapse;text-align:left}.pricing-table th,.pricing-table td{padding:12px 15px;border-bottom:1px solid #e2e8f0}.pricing-table th{background-color:#edf2f7;font-weight:600;color:#2d3748}.pricing-table th:first-child{border-top-left-radius:6px}.pricing-table th:last-child{border-top-right-radius:6px}.pricing-table tbody tr:last-child td{border-bottom:none}.pricing-table tbody tr:hover{background-color:#edf2f7}.test-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;width:90%}.question-text{font-size:1.2rem;text-align:center;margin-bottom:20px;padding:10px;background:#002b97;color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.answers{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-width:400px}.answer-button{min-width:90px;min-height:50px;text-align:center;padding:12px;font-size:1rem;border:none;background-color:#002b97;color:#fff;border-radius:6px;cursor:pointer;transition:background .3s ease-in-out}.answer-button:hover{background-color:#0056b3}.math-equation{font-size:1.3rem;text-align:center}.correct{background-color:green!important;color:#fff}.wrong{background-color:red!important;color:#fff}.score-red{color:red}.score-yellow{color:#bb0}.score-green{color:green}.score-blue{color:#00f}.results{width:100%;max-width:700px}.results h2{margin:0 0 12px;text-align:center}.results-list{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:12px}.result-item{padding:12px;border-radius:8px;background:#f5f7ff;border:1px solid #e0e4ff}.result-correct{border-left:6px solid green}.result-wrong{border-left:6px solid red}.result-question{font-weight:600;margin-bottom:6px}.result-your,.result-correct-answer{font-size:.95rem}.retry-button{padding:10px 16px;font-size:1rem;border:none;background-color:#1e0095;color:#85e9ff;border-radius:6px;cursor:pointer;transition:background .3s ease-in-out;display:block;margin:0 auto}.retry-button:hover{background-color:#0056b3}.gradient{background:linear-gradient(90deg,#002b97,#356eff,#1d5dff,#74d680,#002b97);background-size:200% 100%;background-repeat:repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 12s linear infinite;will-change:background-position}.gradient_same{background:linear-gradient(90deg,#1e0095,#007bff,#0056b3,#85e9ff,#1e0095);background-size:200% 100%;background-repeat:repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-flow 12s linear infinite;will-change:background-position}@keyframes gradient-flow{0%{background-position:0% 50%}to{background-position:200% 50%}}@media (prefers-reduced-motion: reduce){.gradient{animation:none}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{background-color:#fff;color:#000;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}}
