: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}.card{padding:2em}#app{max-width:1280px;box-sizing:border-box;text-align:center}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;padding:0;font-family:"Noto Serif SC",serif;overflow:hidden}.app-container{width:100vw;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/home-bg.png) no-repeat center center;background-size:cover;z-index:-1;display:none}.app-container.show-bg .bg-layer{display:block}.decoration-img{position:absolute;bottom:30px;right:0;width:150px;z-index:0;pointer-events:none;animation:horseRun 2s infinite ease-in-out;transform-origin:bottom center}@keyframes horseRun{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-5px) rotate(-2deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-3px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:#fff}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #9e392e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.music-control{position:absolute;top:20px;right:20px;width:30px;height:30px;z-index:1000;background:#0006;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.music-icon{width:32px;height:32px;color:#fff}.spinning{animation:music-spin 3s linear infinite}@keyframes music-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.welcome-container[data-v-657c3752]{position:fixed;bottom:145px;display:flex;flex-direction:column;align-items:center;gap:15px;z-index:100;width:100%}.start-btn[data-v-657c3752]{background:linear-gradient(135deg,#9e392e,#7a2b22);color:#fff;border:none;padding:12px 60px;font-size:18px;border-radius:50px;cursor:pointer;box-shadow:0 5px 15px #9e392e66;transition:transform .2s;font-weight:700;letter-spacing:1px}.sub-actions[data-v-657c3752]{display:flex;gap:15px}.sub-btn[data-v-657c3752]{background:#fffc;border:1px solid #e5e7eb;color:#4b5563;padding:8px 20px;font-size:14px;border-radius:20px;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sub-btn[data-v-657c3752]:hover{background:#fff;transform:translateY(-2px)}.start-btn[data-v-657c3752]:active{transform:scale(.95)}.fade-in[data-v-657c3752]{animation:fadeIn-657c3752 .8s ease-out}@keyframes fadeIn-657c3752{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quiz-container[data-v-9ebe6887]{width:100%;max-width:600px;height:100%;display:flex;flex-direction:column;padding:0;box-sizing:border-box;position:relative;background:#f5f1e8}.progress-bar[data-v-9ebe6887]{width:100%;height:6px;background:#e8e0d5;position:relative}.progress-fill[data-v-9ebe6887]{height:100%;background:#8b2e1f;transition:width .4s ease}.question-header[data-v-9ebe6887]{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#fff;border-bottom:1px solid #e8e0d5}.question-number[data-v-9ebe6887]{font-size:14px;font-weight:700;color:#8b2e1f;letter-spacing:.5px}.user-info[data-v-9ebe6887]{font-size:13px;color:#666}.question-card[data-v-9ebe6887]{flex:1;display:flex;flex-direction:column;padding:30px 20px 20px;background:#f5f1e8;overflow-y:auto}.question-text[data-v-9ebe6887]{font-size:20px;color:#2c2c2c;margin:0 0 30px;line-height:1.6;font-weight:700;text-align:center;font-family:"Noto Serif SC",serif}.options-list[data-v-9ebe6887]{display:flex;flex-direction:column;gap:12px}.option-btn[data-v-9ebe6887]{background:#fff;border:2px solid #d4c4b0;padding:14px 16px;border-radius:12px;text-align:left;font-size:15px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;position:relative;color:#333;font-weight:500}.option-btn[data-v-9ebe6887]:hover:not(.disabled){border-color:#8b2e1f;background:#fafaf8}.option-btn.selected[data-v-9ebe6887]{border-color:#8b2e1f;background:#fff9f5}.opt-marker[data-v-9ebe6887]{width:32px;height:32px;background:#d4a574;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:14px;font-size:14px;flex-shrink:0}.option-btn.selected .opt-marker[data-v-9ebe6887]{background:#8b2e1f}.opt-text[data-v-9ebe6887]{flex:1;font-weight:500}.option-btn.correct[data-v-9ebe6887]{background:#e8f5e9!important;border-color:#4caf50!important;color:#2e7d32!important}.option-btn.correct .opt-marker[data-v-9ebe6887]{background:#4caf50}.option-btn.wrong[data-v-9ebe6887]{background:#fce4ec!important;border-color:#e91e63!important;color:#c2185b!important}.option-btn.wrong .opt-marker[data-v-9ebe6887]{background:#e91e63}.disabled[data-v-9ebe6887]{cursor:default!important}.feedback-text[data-v-9ebe6887]{text-align:center;margin-top:20px;font-size:16px;font-weight:700}.correct-text[data-v-9ebe6887]{color:#4caf50}.wrong-text[data-v-9ebe6887]{color:#8b2e1f}.loading-screen[data-v-9ebe6887],.submitting-overlay[data-v-9ebe6887]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:#f5f1e8;color:#8b2e1f;width:100%}.submitting-overlay[data-v-9ebe6887]{position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f1e8f2;z-index:20}.spinner[data-v-9ebe6887]{width:40px;height:40px;border:4px solid #e8e0d5;border-top:4px solid #8b2e1f;border-radius:50%;animation:spin-9ebe6887 1s linear infinite;margin-bottom:15px}.loading-text[data-v-9ebe6887],.submitting-text[data-v-9ebe6887]{font-size:16px;font-weight:600;color:#8b2e1f}@keyframes spin-9ebe6887{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-fade-enter-active[data-v-9ebe6887],.slide-fade-leave-active[data-v-9ebe6887]{transition:all .3s ease}.slide-fade-enter-from[data-v-9ebe6887]{transform:translate(30px);opacity:0}.slide-fade-leave-to[data-v-9ebe6887]{transform:translate(-30px);opacity:0}.fade-in[data-v-9ebe6887]{animation:fadeIn-9ebe6887 .4s ease-out}@keyframes fadeIn-9ebe6887{0%{opacity:0}to{opacity:1}}.result-container[data-v-c302cc49]{min-height:100vh;overflow-y:auto;padding:20px 0;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start;background:#f5f1e8}.result-card[data-v-c302cc49]{background:#fff;padding:30px 25px;border-radius:0;width:90%;max-width:500px;text-align:center;margin-top:0}.result-title[data-v-c302cc49]{font-size:24px;font-weight:700;color:#2c2c2c;margin:0 0 25px;font-family:"Noto Serif SC",serif}.score-box[data-v-c302cc49]{border:3px solid #d4a574;border-radius:8px;padding:25px 20px;margin:0 0 25px;background:#fafaf8}.score-label[data-v-c302cc49]{font-size:14px;color:#999;margin-bottom:10px;font-weight:600}.score-val[data-v-c302cc49]{margin-bottom:15px}.score-num[data-v-c302cc49]{font-size:64px;font-weight:900;color:#8b2e1f;font-family:"Noto Serif SC",serif}.score-total[data-v-c302cc49]{font-size:24px;color:#999;font-weight:600}.performance-text[data-v-c302cc49]{font-size:22px;font-weight:700;color:#2c2c2c;margin-bottom:8px;font-family:"Noto Serif SC",serif}.encouragement[data-v-c302cc49]{font-size:14px;color:#666;font-weight:500}.info-section[data-v-c302cc49]{display:flex;align-items:flex-start;text-align:left;padding:15px;margin-bottom:15px;border-left:4px solid #f4c430;background:#fffbf0}.info-icon[data-v-c302cc49]{font-size:20px;margin-right:12px;flex-shrink:0}.info-content[data-v-c302cc49]{flex:1}.info-title[data-v-c302cc49]{font-size:15px;font-weight:700;color:#2c2c2c;margin-bottom:6px}.info-desc[data-v-c302cc49]{font-size:13px;color:#666;line-height:1.6}.qr-section[data-v-c302cc49]{margin:25px 0;padding:20px;background:#fafaf8;border-radius:8px}.qr-box[data-v-c302cc49]{margin-bottom:12px}.qr-box img[data-v-c302cc49]{width:120px;height:120px;border-radius:8px}.qr-text[data-v-c302cc49]{margin:0 0 4px;font-size:15px;color:#333;font-weight:600}.qr-subtext[data-v-c302cc49]{margin:0;font-size:13px;color:#999}.restart-btn[data-v-c302cc49]{background:transparent;color:#8b2e1f;border:none;border-bottom:2px solid #8b2e1f;padding:8px 0;font-size:16px;font-weight:700;margin-top:20px;cursor:pointer;transition:all .2s ease;font-family:"Noto Serif SC",serif}.restart-btn[data-v-c302cc49]:hover:not(.disabled){color:#6b1e0f;border-bottom-color:#6b1e0f}.restart-btn.disabled[data-v-c302cc49]{color:#999;border-bottom-color:#ccc;cursor:not-allowed}.fade-in[data-v-c302cc49]{animation:fadeIn-c302cc49 .4s ease-out}@keyframes fadeIn-c302cc49{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-container[data-v-efe30783]{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:0;background:#f5f1e8}.header[data-v-efe30783]{width:100%;max-width:600px;display:flex;align-items:center;padding:15px 20px;background:#fff;border-bottom:1px solid #e8e0d5;position:relative}.back-btn[data-v-efe30783]{background:transparent;border:none;color:#8b2e1f;padding:8px 12px;cursor:pointer;font-size:15px;font-weight:600}h2[data-v-efe30783]{color:#2c2c2c;margin:0;position:absolute;left:50%;transform:translate(-50%);font-size:18px;font-weight:700;font-family:"Noto Serif SC",serif}.content-card[data-v-efe30783]{background:#fff;width:100%;max-width:600px;flex:1;padding:20px;box-sizing:border-box}.top-three[data-v-efe30783]{margin-bottom:25px}.top-three-title[data-v-efe30783]{text-align:center;font-size:13px;color:#999;margin-bottom:20px;font-weight:500}.podium-row[data-v-efe30783]{display:flex;justify-content:center;align-items:flex-end;gap:15px;margin-bottom:30px}.podium-item[data-v-efe30783]{display:flex;flex-direction:column;align-items:center;flex:1;max-width:110px}.medal[data-v-efe30783]{font-size:36px;margin-bottom:8px}.podium-avatar[data-v-efe30783]{width:60px;height:60px;border-radius:50%;border:3px solid #e8e0d5;margin-bottom:8px}.first .podium-avatar[data-v-efe30783]{width:70px;height:70px;border-color:#d4a574}.podium-name[data-v-efe30783]{font-size:13px;font-weight:600;color:#333;margin-bottom:4px;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podium-score[data-v-efe30783]{font-size:16px;font-weight:700;color:#d4a574;margin-bottom:2px}.podium-time[data-v-efe30783]{font-size:12px;color:#999}.rank-list[data-v-efe30783]{display:flex;flex-direction:column;gap:12px}.rank-item[data-v-efe30783]{display:flex;align-items:center;padding:12px;background:#fafaf8;border-radius:8px;transition:background .2s ease}.rank-item[data-v-efe30783]:hover{background:#f5f1e8}.rank-num[data-v-efe30783]{font-size:13px;font-weight:600;color:#666;margin-right:12px;min-width:45px}.avatar[data-v-efe30783]{width:36px;height:36px;border-radius:50%;margin-right:12px;border:2px solid #e8e0d5}.name[data-v-efe30783]{flex:1;font-size:14px;color:#333;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time[data-v-efe30783]{font-size:13px;color:#999;margin-right:15px}.score[data-v-efe30783]{font-size:15px;font-weight:700;color:#d4a574;min-width:50px;text-align:right}.loading[data-v-efe30783]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#8b2e1f}.spinner[data-v-efe30783]{width:40px;height:40px;border:4px solid #e8e0d5;border-top:4px solid #8b2e1f;border-radius:50%;animation:spin-efe30783 1s linear infinite;margin-bottom:15px}.loading-text[data-v-efe30783]{font-size:15px;font-weight:600}@keyframes spin-efe30783{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty[data-v-efe30783]{text-align:center;padding:60px 20px}.empty-text[data-v-efe30783]{font-size:15px;color:#999}.fade-in[data-v-efe30783]{animation:fadeIn-efe30783 .4s ease-out}@keyframes fadeIn-efe30783{0%{opacity:0}to{opacity:1}}.page-container[data-v-4ea9f948]{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:0;background:#f5f1e8}.header[data-v-4ea9f948]{width:100%;max-width:600px;display:flex;align-items:center;padding:15px 20px;background:#fff;border-bottom:1px solid #e8e0d5;position:relative}.back-btn[data-v-4ea9f948]{background:transparent;border:none;color:#8b2e1f;padding:8px 12px;cursor:pointer;font-size:15px;font-weight:600}h2[data-v-4ea9f948]{color:#2c2c2c;margin:0;position:absolute;left:50%;transform:translate(-50%);font-size:18px;font-weight:700;font-family:"Noto Serif SC",serif}.content-wrapper[data-v-4ea9f948]{width:100%;max-width:600px;display:flex;flex-direction:column;padding:20px;box-sizing:border-box;gap:15px}.stats-section[data-v-4ea9f948]{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card[data-v-4ea9f948]{background:#fff;padding:18px 15px;border-radius:8px;text-align:center;border:1px solid #e8e0d5}.stat-value[data-v-4ea9f948]{font-size:26px;font-weight:800;color:#8b2e1f;margin-bottom:6px;font-family:"Noto Serif SC",serif}.stat-label[data-v-4ea9f948]{font-size:13px;color:#666;font-weight:600}.content-card[data-v-4ea9f948]{background:#fff;border-radius:8px;padding:20px;border:1px solid #e8e0d5;min-height:300px}.history-list[data-v-4ea9f948]{display:flex;flex-direction:column;gap:1px}.history-item[data-v-4ea9f948]{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f5f1e8}.history-item[data-v-4ea9f948]:last-child{border-bottom:none}.record-date[data-v-4ea9f948]{color:#666;font-size:14px;font-weight:500}.record-score[data-v-4ea9f948]{background:#fff9f0;color:#d4a574;padding:4px 14px;border-radius:12px;font-weight:700;font-size:14px;border:1px solid #f4e4c8}.loading[data-v-4ea9f948]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;color:#8b2e1f}.spinner[data-v-4ea9f948]{width:40px;height:40px;border:4px solid #e8e0d5;border-top:4px solid #8b2e1f;border-radius:50%;animation:spin-4ea9f948 1s linear infinite;margin-bottom:15px}.loading-text[data-v-4ea9f948]{font-size:15px;font-weight:600}@keyframes spin-4ea9f948{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty[data-v-4ea9f948]{text-align:center;padding:50px 20px}.empty-text[data-v-4ea9f948]{font-size:16px;font-weight:600;color:#666;margin-bottom:8px}.empty-hint[data-v-4ea9f948]{font-size:14px;color:#999}.fade-in[data-v-4ea9f948]{animation:fadeIn-4ea9f948 .4s ease-out}@keyframes fadeIn-4ea9f948{0%{opacity:0}to{opacity:1}}
