:root{--shell-w:900px;--radius:14px;--shadow:0 10px 30px rgba(0,0,0,.12);--grad:linear-gradient(45deg,#ff7e5f,#feb47b);--ink:#1f2b3a;--site-max:760px}body{background:url(/homepage3.png) no-repeat 50% fixed;background-size:cover;font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f4f4f4}.lbAvatar{width:24px;height:24px;border-radius:9999px;object-fit:cover;flex:0 0 24px}.level-title{font-size:2rem}.mode-title{font-size:2.5rem;font-weight:700;text-align:center;background:linear-gradient(45deg,#ff7e5f,#feb47b);color:white;padding:5px;border-radius:10px;margin:30px auto 10px;width:100%;max-width:760px;box-shadow:0 4px 8px rgba(0,0,0,.1);box-sizing:border-box}.mode-title.level-title{font-size:2rem;background:linear-gradient(45deg,#b3cde0,#6497b1);color:#fff;margin-top:10px}.no-underline,.no-underline:hover{text-decoration:none;color:inherit}.clickable{cursor:pointer}.hidden{display:none!important}.visible{display:block}.container{margin-top:0;max-width:800px;margin-left:auto;margin-right:auto;padding:0}.content{max-width:800px;margin:20px auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1)}h1,h2{color:#333}p{line-height:1.6;color:#666}button{padding:12px 20px;border:none;border-radius:8px;background-image:linear-gradient(45deg,#007bff,#00aaff);color:#fff;font-size:16px;cursor:pointer;margin-right:10px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}button:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 12px rgba(0,0,0,.2);background-image:linear-gradient(45deg,#0066cc,#0088cc)}button:active{transform:translateY(0);box-shadow:0 4px 6px rgba(0,0,0,.1)}.fixed-header{position:fixed;top:0;left:50%;transform:translateX(-50%);max-width:760px;width:100%;background-color:#e6f7ff;z-index:1000;padding:10px 20px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;align-items:flex-start}.red-header{background-color:red;color:white;padding:5px 10px;border-radius:4px}.red-header h1,.red-header h2{color:#fff;margin:0}.return-button{margin-right:10px;width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:red;padding:0;border-radius:4px}.return-button:hover{background-image:linear-gradient(45deg,#FF4B2B,#FF416C)}.return-button svg{color:#fff}.header-score{display:inline-block;font-size:1.5em;font-weight:700;padding:10px 15px;border:2px solid #ccc;border-radius:8px;text-shadow:1px 1px 2px rgba(0,0,0,.2);align-self:flex-start;color:white}.score-yellow{background-color:yellow}.score-green{background-color:green}.score-orange{background-color:orange}.score-red{background-color:red}.header-score.score-yellow{color:green}.quiz-container{background-color:#fff;max-width:800px;margin:20px auto;padding:20px;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.quiz-container h2{text-align:center;font-size:24px;font-weight:700;margin-bottom:10px}.questions-title{text-align:center;font-size:20px;font-weight:700;margin-bottom:20px}.translation{display:none;margin-left:10px;color:#666}.correct-icon{color:green}.incorrect-icon{color:red}.questions{margin-top:20px}.question{background-color:#b0b0b0;padding:15px;border-radius:8px;margin-bottom:15px}.question:hover{background:#e0e0e0}h3{font-size:18px;font-weight:700}.answer{background-color:#aaa;border-left:5px solid #bbb}.answer,.answer-box{display:none;margin-top:10px;padding:10px;color:#000}.answer-box{background-color:#bbb;border-radius:5px}.answer-box-correct{background-color:#d4edda;border-left:5px solid #28a745}.answer-box-incorrect{background-color:#f8d7da;border-left:5px solid #dc3545}ul{list-style-type:none;padding-left:0}.option{font-size:18px;display:flex;align-items:center;gap:8px}.option input{margin-right:8px}input[type=radio]{width:13px;height:13px;accent-color:#007bff;cursor:pointer;transform:scale(1.3);margin-right:5px}.timer{display:inline-block;font-size:1.5em;font-weight:700;padding:10px 15px;background:linear-gradient(135deg,#81d4fa,#29b6f6);border:2px solid #0288d1;border-radius:8px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;cursor:default}.timer:hover{transform:scale(1.05);box-shadow:0 2px 4px rgba(0,0,0,.2)}.spinnerContainer{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.6);z-index:9999}.spinner{width:50px;height:50px;border:6px solid #ddd;border-top-color:#0070f3;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:1200px){.content{max-width:1100px}}@media (max-width:1024px){.content{width:80%}.question{font-size:18px}}@media (max-width:600px){.content{width:90%;padding:10px}.question{background-color:#d0d0d0;padding:15px;border-radius:8px;margin-bottom:15px}button{width:100%;margin-bottom:10px}}