body{background:#ece9e2;margin:0}.quiz-page{text-align:center;max-width:600px;margin:0 auto;padding:1rem 1.5rem 4rem;font-family:Inter,-apple-system,sans-serif}.quiz-title-block{text-align:center;max-width:720px;margin:2.5rem auto 0;padding:0 1.5rem}.quiz-title{color:#1b1a17;margin:0 0 .5rem;font-family:Fraunces,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500}.quiz-subtitle{color:#57534a;margin:0 0 .1rem;font-family:Inter,-apple-system,sans-serif;font-size:1.05rem}.quiz-question-box{background:#fefdeb;border:3px solid #c9a430;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 6px 24px #1b1a1714}.quiz-progress{color:#57534a;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:1.1rem;font-weight:400}.quiz-prompt{margin-bottom:1.75rem;font-family:Fraunces,Georgia,serif;font-size:1.9rem;line-height:1.35}.quiz-duel-options{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.duel-card{text-align:center;color:#1b1a17;cursor:pointer;background:#fbfaf7;border:2px solid #c7c2b8;border-radius:14px;justify-content:center;align-items:center;min-height:100px;padding:2rem 1.5rem;font-family:Inter,-apple-system,sans-serif;font-size:1.15rem;font-weight:400;transition:border-color .2s,transform .18s,box-shadow .18s;display:flex}.duel-card:hover{border-color:#c9a430;transform:translateY(-4px);box-shadow:0 8px 20px #1b1a171f}.duel-card.selected{background:#c9a430;border-color:#c9a430}.duel-tie-btn{text-align:center;color:#1b1a17;cursor:pointer;background:#fbfaf7;border:2px solid #c7c2b8;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:80px;margin-top:1.25rem;padding:.9rem 1.5rem;font-family:Inter,-apple-system,sans-serif;font-size:1.15rem;font-weight:400;transition:border-color .2s,transform .18s,box-shadow .18s,background-color .2s;display:flex}.duel-tie-btn:hover{border-color:#c9a430;transform:translateY(-4px);box-shadow:0 8px 20px #1b1a171f}.duel-tie-btn.selected{background:#c9a430;border-color:#c9a430}@media (width<=520px){.quiz-duel-options{grid-template-columns:1fr}}.reasoning-box{text-align:left;margin-top:1.5rem}.reasoning-textarea{box-sizing:border-box;resize:vertical;border:2px solid #c7c2b8;border-radius:8px;width:100%;min-height:70px;padding:.75rem;font-family:IBM Plex Mono,monospace;font-size:1.1rem;font-weight:600}.reasoning-textarea:focus{border-color:#c9a430;outline:none}.reasoning-counter{color:#a8a398;text-align:right;margin:.35rem 0 0;font-family:IBM Plex Mono,monospace;font-size:1.1rem;font-weight:600}.reasoning-counter.limit-reached{color:#dc050c}.quiz-poll-options{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.quiz-btn{cursor:pointer;background:0 0;border:2px solid #1b1a17;border-radius:8px;padding:1.1rem 2rem;font-family:Inter,-apple-system,sans-serif;font-size:1.2rem;font-weight:600;transition:background-color .2s,transform .15s}.quiz-btn:hover,.quiz-poll-options .quiz-btn.selected{background-color:#c9a430}.quiz-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.quiz-btn-submit{margin:1.75rem auto 0;padding:1.2rem 3.5rem;font-size:1.25rem;font-weight:600;display:block}.likert-scale{justify-content:space-between;align-items:center;max-width:420px;margin:2rem auto .75rem;padding:0 .5rem;display:flex;position:relative}.likert-scale:before{content:"";z-index:0;background:#c7c2b8;height:2px;position:absolute;top:50%;left:1.5rem;right:1.5rem;transform:translateY(-50%)}.likert-option{z-index:1;cursor:pointer;background:#fbfaf7;border:2px solid #c7c2b8;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:border-color .2s,background-color .2s,transform .15s,box-shadow .2s;display:flex;position:relative}.likert-option:hover{border-color:#c9a430;transform:scale(1.08)}.likert-option.selected{background:#c9a430;border-color:#c9a430;transform:scale(1.15)}.likert-dot{background:0 0;border-radius:50%;width:8px;height:8px}.likert-option.selected .likert-dot{background:#1b1a17}.likert-current-label{text-align:center;color:#57534a;min-height:1.4em;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:1.05rem;font-weight:600}.likert7-instructions{color:#57534a;margin:0 0 1.75rem;font-family:IBM Plex Mono,monospace;font-size:1rem;font-weight:600}.likert7-scale{justify-content:space-between;align-items:flex-start;max-width:480px;margin:0 auto;padding:0;display:flex}.likert7-option{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:.4rem;padding:0;display:flex}.likert7-dot{color:#1b1a17;background:var(--dot-light);border:2px solid var(--dot-full);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-family:Inter,-apple-system,sans-serif;font-size:1.15rem;font-weight:700;transition:transform .15s,box-shadow .2s,background-color .2s,color .2s;display:flex}.likert7-option:hover .likert7-dot{transform:scale(1.1)}.likert7-option.selected .likert7-dot{background:var(--dot-full);color:#fbfaf7;box-shadow:0 0 0 4px color-mix(in srgb, var(--dot-full) 25%, transparent);transform:scale(1.22)}.likert7-endpoint{color:#57534a;max-width:80px;font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:600;line-height:1.3}.likert-current-label-7{text-align:center;color:#1b1a17;min-height:1.6em;margin:1.75rem 0 0;font-family:Fraunces,Georgia,serif;font-size:1.3rem}.likert-answer-prefix{color:#57534a;font-family:IBM Plex Mono,monospace;font-size:1rem;font-weight:600}.likert-answer-value{color:#1b1a17;font-family:Fraunces,Georgia,serif;font-size:1.9rem}.result-message{margin-bottom:1.5rem;font-family:Inter,-apple-system,sans-serif;font-size:1.1rem;line-height:1.6}#quiz-done{margin-top:2rem}.quiz-done-title{margin:0 0 .75rem;font-family:Fraunces,Georgia,serif;font-size:1.3rem}.quiz-done-note{color:#57534a;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:1.05rem}
