:root{--test-primary-green: #07A76F;--test-primary-hover: #068F5E;--test-bg-light: #F3F3ED;--test-card-bg: #FFFFFF;--test-text-dark: #1F2937;--test-text-medium: #6B7280;--test-border-light: #E5E7EB;--test-error-bg: #FEE2E2;--test-error-text: #991B1B;--font-main: "Poppins", sans-serif}.anxiety-test-page{min-height:100vh;background-color:var(--test-bg-light);padding:60px 20px 80px;font-family:var(--font-main)}.test-container{max-width:800px;margin:0 auto}.test-header{text-align:center;margin-bottom:2.5rem}.test-title{font-size:2.5rem;font-weight:700;color:var(--test-text-dark);margin-bottom:1rem;line-height:1.2}.test-description{font-size:1.1rem;color:var(--test-text-medium);line-height:1.6;max-width:600px;margin:0 auto}.progress-bar-container{margin-bottom:2.5rem;background-color:var(--test-card-bg);padding:1.5rem;border-radius:16px;box-shadow:0 2px 8px #0000000d}.progress-bar{height:12px;background-color:#e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background-color:var(--test-primary-green);transition:width .3s ease;border-radius:10px}.progress-text{text-align:center;font-size:.95rem;color:var(--test-text-medium);margin:0;font-weight:500}.error-message{background-color:var(--test-error-bg);color:var(--test-error-text);padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500;text-align:center;border:1px solid #FCA5A5}.question-card{background-color:var(--test-card-bg);padding:2rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease}.question-card:hover{box-shadow:0 4px 12px #00000014}.question-text{font-size:1.2rem;font-weight:600;color:var(--test-text-dark);margin:0 0 1.5rem;line-height:1.4}.answer-options{display:flex;flex-direction:column;gap:.75rem}.answer-option{display:flex;align-items:center;padding:1rem 1.25rem;border:2px solid var(--test-border-light);border-radius:12px;cursor:pointer;transition:all .2s ease;background-color:#fff}.answer-option:hover{border-color:var(--test-primary-green);background-color:#f0fdf7}.answer-option.selected{border-color:var(--test-primary-green);background-color:#f0fdf7;box-shadow:0 0 0 3px #07a76f1a}.answer-option input[type=radio]{appearance:none;width:20px;height:20px;border:2px solid var(--test-border-light);border-radius:50%;margin-right:1rem;cursor:pointer;flex-shrink:0;transition:all .2s ease}.answer-option input[type=radio]:checked{border-color:var(--test-primary-green);background-color:var(--test-primary-green);box-shadow:inset 0 0 0 3px #fff}.option-label{display:flex;align-items:center;gap:.75rem;width:100%}.option-value{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#e5e7eb;border-radius:6px;font-weight:600;font-size:.9rem;color:var(--test-text-dark);flex-shrink:0}.answer-option.selected .option-value{background-color:var(--test-primary-green);color:#fff}.option-text{font-size:1rem;color:var(--test-text-dark);font-weight:500}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.back-button,.submit-button{padding:1rem 2.5rem;border-radius:12px;font-size:1rem;font-weight:600;font-family:var(--font-main);cursor:pointer;transition:all .3s ease;border:none}.back-button{background-color:transparent;color:var(--test-text-dark);border:2px solid var(--test-border-light)}.back-button:hover{border-color:var(--test-text-dark);background-color:#f9fafb}.submit-button{background-color:var(--test-primary-green);color:#fff;border:2px solid var(--test-primary-green)}.submit-button:hover{background-color:var(--test-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #07a76f4d}@media (max-width: 768px){.anxiety-test-page{padding:40px 16px 60px}.test-title{font-size:2rem}.test-description{font-size:1rem}.question-card{padding:1.5rem}.question-text{font-size:1.1rem}.answer-option{padding:.875rem 1rem}.option-text{font-size:.95rem}.form-actions{flex-direction:column}.back-button,.submit-button{width:100%}}@media (max-width: 480px){.anxiety-test-page{padding:30px 12px 50px}.test-title{font-size:1.75rem}.test-description{font-size:.95rem}.progress-bar-container,.question-card{padding:1.25rem}.question-text{font-size:1rem}.answer-option{padding:.75rem .875rem}.option-value{width:24px;height:24px;font-size:.85rem}.option-text{font-size:.9rem}.back-button,.submit-button{padding:.875rem 2rem;font-size:.95rem}}
