.quiz-page-wrapper{background-color:var(--base-500);min-height:100vh;color:var(--base-200);padding:10rem 0 6rem}.quiz-container{max-width:800px;margin:0 auto}.back-link{color:var(--base-400);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:4rem;font-family:DM Mono,monospace;font-size:.85rem;transition:color .3s;display:inline-flex}.back-link:hover{color:#2a6444}.quiz-intro{text-align:center;padding:4rem 0}.eyebrow{color:#2a6444;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-family:DM Mono,monospace;font-size:.85rem;display:block}.quiz-intro h1{color:var(--base-100);margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:4rem;line-height:1.1}.intro-text{color:var(--base-300);max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.start-btn{color:var(--base-100);cursor:pointer;background:#2a6444;border:none;border-radius:3rem;padding:1.25rem 3rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s}.start-btn:hover{background:#2a6444cc;transform:translateY(-2px)}.quiz-active{padding:2rem 0}.quiz-progress-bar{background:#ffffff1a;border-radius:2px;width:100%;height:4px;margin-bottom:1.5rem;overflow:hidden}.quiz-progress-fill{background:#2a6444;height:100%;transition:width .4s cubic-bezier(.68,-.55,.265,1.55)}.quiz-meta{color:var(--base-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4rem;font-family:DM Mono,monospace;font-size:.85rem}.question-wrapper h2{color:var(--base-100);margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:2.5rem;line-height:1.3}.options-grid{flex-direction:column;gap:1rem;display:flex}.option-card{color:var(--base-200);text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff1a;border-radius:1rem;padding:1.5rem 2rem;font-family:Outfit,sans-serif;font-size:1.1rem;transition:all .3s}.option-card:hover{color:var(--base-100);background:#2a64441a;border-color:#2a6444;transform:translate(10px)}.result-container{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:1.5rem;padding:4rem}.result-header h1{color:var(--base-100);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:3.5rem}.result-desc{color:var(--base-300);max-width:600px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.6}.result-tips{text-align:left;background:#0003;border-radius:1rem;margin-bottom:4rem;padding:3rem}.result-tips h3{color:#2a6444;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-family:DM Mono,monospace;font-size:.9rem}.tips-list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.tips-list li{color:var(--base-200);padding-left:2rem;font-size:1.1rem;line-height:1.5;position:relative}.tips-list li:before{content:"✦";color:#2a6444;position:absolute;left:0}.result-actions{justify-content:center;align-items:center;gap:2rem;display:flex}.consult-btn{color:var(--base-100);background:#2a6444;border-radius:2rem;padding:1rem 2rem;font-family:Outfit,sans-serif;font-weight:600;transition:background .3s}.consult-btn:hover{background:#2a6444cc}.restart-btn{color:var(--base-400);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-family:DM Mono,monospace;font-size:.9rem;transition:color .3s;display:flex}.restart-btn:hover{color:var(--base-100)}.quiz-lang-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#141313d9;border:1px solid #ffffff1a;border-radius:4rem;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.pill-label{color:var(--base-400);font-family:DM Mono,monospace;font-size:.85rem;font-weight:600;transition:color .3s}.pill-label.active{color:#2a6444}.pill-switch{cursor:pointer;background:#ffffff1a;border-radius:2rem;width:46px;height:24px;position:relative}.pill-slider{background:#2a6444;border-radius:50%;width:16px;height:16px;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute;top:4px;left:4px}.pill-slider.slider-mr{transform:translate(22px)}@media (max-width:1000px){.quiz-intro h1{font-size:3rem}.question-wrapper h2{font-size:2rem}.result-container{padding:2rem}.result-header h1{font-size:2.5rem}.result-tips{padding:2rem}.result-actions{flex-direction:column;gap:1.5rem}}@media (max-width:640px){.quiz-page-wrapper{padding:8rem 0 5rem}.quiz-intro{padding:2rem 0}.quiz-intro h1{font-size:2.5rem}.intro-text{font-size:1.05rem}.start-btn{padding:1rem 2rem;font-size:1rem}.question-wrapper h2{margin-bottom:2rem;font-size:1.75rem}.option-card{padding:1.1rem 1.5rem;font-size:1rem}.result-container{padding:1.5rem}.result-header h1{font-size:2rem}.result-tips{padding:1.5rem}}
