@keyframes slide-in-from-top{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}#menu{max-width:50rem;margin:2rem auto;padding:3rem 2rem;text-align:center;background:linear-gradient(90deg,#000000 0%,#484849 100%);border-radius:8px;box-shadow:1px 1px 8px 4px #0c052099;animation:slide-in-from-top .7s ease-out}#menu h2{font-family:Times New Roman,serif;font-size:2.5rem;margin:0 0 1.5rem;color:#dfdfdf}#menu p{font-size:1.1rem;margin:0 0 2rem;color:#d2d2d3;line-height:1.5}#menu .start-button{font-size:1.2rem;padding:1rem 3rem;border:none;border-radius:30px;background:linear-gradient(90deg,#1d1f24 0%,#3a3c3f 100%);color:#fff;cursor:pointer;transition:all .3s ease}#menu .start-button:hover{transform:scale(1.05);box-shadow:0 0 15px #d6d6d680}#menu .start-button:active{transform:scale(.95)}#quiz{max-width:50rem;margin:auto;padding:2rem;background:linear-gradient(90deg,#000000 0%,#484849 100%);border-radius:8px;box-shadow:1px 1px 8px 4px #0c052099;text-align:center}#answers{list-style:none;padding:0;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem}#answers .answer{width:90%;margin:0 auto}#answers .answer button{width:100%;padding:1rem 2rem;border:none;border-radius:24px;background:#172633;color:#dad9d2;transition:all .2s ease-in-out}#answers .answer button:hover,#answers .answer button:focus{background:#8e9092;color:#020202}#answers .answer button.selected{background:#fbff02;color:#252501}#answers .answer button.correct{background:#00ff6e;color:#2e0000}#answers .answer button.wrong{background:#ff0000;color:#2e0000}progress#question-time{width:50%;height:.5rem;border-radius:2rem;background:#666a6d}progress#question-time::-webkit-progress-bar{background:#afafaf;border-radius:2rem}progress#question-time::-webkit-progress-value{border-radius:2rem;background:#666a6d}progress#question-time.answered::-webkit-progress-value{box-shadow:0 0 15px #d6d6d680;background:#282929}#summary{max-width:40rem;margin:2rem auto;padding:2rem;background:linear-gradient(90deg,#000000 0%,#484849 100%);color:#fff;border-radius:8px;box-shadow:1px 1px 8px 1px #0009;animation:slide-in-from-bottom .7s ease-out}#summary img{display:block;width:8rem;height:8rem;object-fit:contain;margin:0 auto 1rem;padding:1rem}#summary h2{font-family:Times New Roman,serif;font-size:3rem;text-align:center;margin:0;text-transform:uppercase;color:#c3c1b6}#summary ol{list-style:none;margin:2rem auto;padding:0;text-align:center}#summary li{margin:2rem 0}#summary h3{font-family:Arial,sans-serif;font-size:1rem;display:flex;justify-content:center;align-items:center;margin:0 auto;background:#dad9d2;color:#666;width:2rem;height:2rem;border-radius:50%}#summary .question{margin:.25rem 0;font-size:1.2rem;color:#e6e6e6}#summary .user-answer{margin:.25rem 0;font-family:Arial,sans-serif;font-weight:700;color:#f2f2f2}#summary .user-answer.correct{color:#00cc8b}#summary .user-answer.wrong{color:#ff3131}#summary .user-answer.skipped{color:#fff;font-weight:400}#summary .corrected-answer{margin:.25rem 0;color:#fbff19;font-family:Arial,sans-serif;font-weight:700}#summary-stats{display:flex;gap:3rem;width:60%;margin:2rem auto;padding-bottom:2rem;border-bottom:2px solid #a9abac}#summary-stats p{flex:1;display:flex;flex-direction:column;margin:0}#summary-stats .number{font-family:Arial,sans-serif;font-size:3rem;color:#a9abac;text-align:center}#summary-stats .text{font-family:Arial,sans-serif;font-size:.8rem;text-transform:uppercase;color:#8f9293;text-align:center;margin-top:-.7rem;margin-left:.2rem;letter-spacing:.1rem}#summary-scoring{display:flex;margin:2rem auto;padding-top:1rem;border-top:2px solid #a9abac}#summary-scoring p{flex:1;display:flex;flex-direction:column}#summary-scoring .number{font-family:Arial,sans-serif;font-size:5rem;color:#a9abac;text-align:center}#summary-scoring .text{font-family:Arial,sans-serif;font-size:1.2rem;text-transform:uppercase;color:#8f9293;text-align:center;font-weight:700;margin-top:-.7rem;letter-spacing:.1rem}.back-to-menu{display:block;margin:2rem auto 0;padding:.75rem 2rem;border:none;border-radius:30px;background:rgba(255,255,255,.1);color:#c0bec0;font-family:Arial,sans-serif;cursor:pointer;transition:all .3s ease}.back-to-menu:hover{background:rgba(158,94,248,.1);box-shadow:0 0 15px #d6d6d680;transform:translateY(-2px)}.back-to-menu:active{transform:translateY(0)}.history-item{transition:all .3s ease;border-radius:2rem}.history-item .history-summary{position:relative;cursor:pointer;gap:5rem;padding:1rem 0;font-family:Arial,sans-serif;background:rgba(238,230,230,.05);color:#dad9d2;font-size:.9rem;border-bottom:2px solid #a9abac}.history-item .history-summary .date{position:absolute;left:1rem;bottom:1.1rem}.history-item .history-summary .stats{font-size:1.1rem}.history-item .history-summary .toggle-indicator{position:absolute;right:2rem;transition:transform .2s ease}.history-item .detailed-stats{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:rgba(255,255,255,.05);border-bottom:2px solid #a9abac}.history-item .detailed-stats .stats-grid{display:flex;justify-content:center;align-items:center;gap:5rem;padding:.5rem;background:rgba(255,255,255,.05);border-radius:8px}.history-item.expanded .detailed-stats{max-height:500px}.history-item.expanded .toggle-indicator{transform:rotate(90deg)}.history-toggle{display:block;margin:1rem auto;background:none;color:#dad9d2;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .3s ease}.history-toggle:hover{background:rgba(158,94,248,.1);box-shadow:0 0 15px #d6d6d680}main{max-width:80rem;margin:0 auto;padding:0 1rem}*{box-sizing:border-box}html{font-family:Times New Roman,serif;line-height:1.5;color:#fff;height:100%}body{margin:0;padding:2rem;background-color:#3b3b3b}header{margin:2rem 0;text-align:center}header img{width:3rem;height:3rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.6))}header h1{font-family:Arial,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:.6rem;background:linear-gradient(90deg,#000000 0%,#484849 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
