*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);min-height:100vh;padding:32px}.container{max-width:800px;margin:0 auto}header{text-align:center;margin-bottom:32px;color:#fff}h1{font-size:48px;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.tagline{font-size:20px;opacity:.9}.card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 40px rgba(0,0,0,.2)}form{display:flex;flex-direction:column;gap:24px}label{font-weight:600;color:#555;display:block;margin-bottom:8px}textarea{width:100%;min-height:200px;padding:16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;transition:border-color .2s}textarea:focus{outline:none;border-color:#667eea}.char-count{text-align:right;font-size:14px;color:#666;margin-top:8px}.char-count.error{color:#e53e3e}.char-count.over{color:#e53e3e;font-weight:600}.form-row{display:flex;align-items:flex-end;gap:16px}.form-group{flex:1}input[type=number]{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s}input[type=number]:focus{outline:none;border-color:#667eea}button{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:none;padding:16px 32px;font-size:18px;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}button:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(102,126,234,.4)}button:active{transform:translateY(0)}.features{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:24px;margin-top:32px;color:#fff}.feature{text-align:center;padding:16px}.feature h3{margin-bottom:4px}.feature p{opacity:.8;font-size:14px}.feature-icon{font-size:32px;margin-bottom:8px}.why-quiz{background:#fff;border-radius:16px;padding:32px;margin-top:32px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.why-quiz h2{color:#667eea;margin-bottom:16px}.why-quiz h3{color:#667eea;margin:24px 0 16px}.why-quiz p{margin-bottom:16px;color:#333}.why-quiz ul{margin:16px 0 16px 24px}.why-quiz ul li{margin-bottom:12px}a{color:#667eea;text-decoration:underline;text-underline-offset:2px}a:hover{color:rgb(57.1551724138,88.1896551724,227.8448275862)}.loading-card{text-align:center;padding:48px}.spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:20px;color:#333;margin-bottom:8px}.sub-text{color:#666;font-size:14px}.error-title{color:#e53e3e;margin-bottom:16px}.error-text{color:#666;margin-bottom:24px}.back-link{color:#667eea;text-decoration:none;font-weight:600}.quiz-card{max-width:700px;margin:0 auto}.quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.quiz-title{font-size:24px;color:#333;margin:0;text-shadow:none}.progress{color:#666;font-size:14px}.quiz-header-right{display:flex;align-items:center;gap:16px}.share-button{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-size:14px;cursor:pointer}.share-button:hover{background:#f5f5f5;transform:none;box-shadow:none}.question-container{margin-bottom:32px}.question{font-size:20px;color:#333;margin-bottom:24px;line-height:1.5}.options{display:flex;flex-direction:column;gap:12px}.option{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:16px;text-align:left;transition:all .2s;font-weight:normal;color:#333}.option:hover:not(:disabled){border-color:#667eea;transform:none;box-shadow:none}.option:disabled{cursor:default}.option.selected{border-color:#667eea;background:#f8f9ff}.option.correct{border-color:#48bb78;background:#f0fff4}.option.incorrect{border-color:#e53e3e;background:#fff5f5}.option-letter{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f0f0;font-weight:600;font-size:14px;flex-shrink:0}.navigation{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid #e0e0e0}.nav-button{padding:12px 24px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:16px;font-weight:500;color:#333}.nav-button:hover{transform:none;box-shadow:none}.nav-button.primary{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:none}.nav-button:disabled{opacity:.5;cursor:not-allowed}.score-container{display:flex;justify-content:center;margin:32px 0}.score-circle{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.score-number{font-size:48px;font-weight:700}.score-total{font-size:20px;opacity:.9}.score-text{font-size:24px;color:#333;margin-bottom:32px;text-align:center}.new-quiz-button{display:inline-block;padding:16px 32px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;text-align:center}.github-ribbon{position:fixed;top:64px;right:8px;padding:8px 48px;background:#333;color:#fff;text-decoration:none;font-size:14px;font-weight:600;transform:rotate(45deg) translate(25%, -10px);transform-origin:top right;box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:1000;display:flex;align-items:center;gap:12px;transition:background .1s}.github-ribbon:hover{background:#444}/*# sourceMappingURL=main.css.map */
