#survey-form{margin:20px 0}.questions-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width:767px){.questions-wrap{grid-template-columns:1fr}}.question-title{font-size:1.2rem;font-weight:700;margin-bottom:16px;padding:8px;background:#f5f5f5;border-left:4px solid #999}.custom-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;user-select:none;padding:6px 0;line-height:1.5}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox .checkmark{width:22px;height:22px;border:2px solid #f48fb1;border-radius:6px;position:relative;flex-shrink:0;margin-top:2px;transition:background-color .2s ease,border-color .2s ease}.custom-checkbox input[type=checkbox]:checked+.checkmark{background-color:#f48fb1;border-color:#f48fb1}.custom-checkbox .checkmark:after{content:'';position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.qw{white-space:nowrap}.custom-checkbox input[type=checkbox]:checked+.checkmark:after{opacity:1}@media (max-width:768px){.custom-checkbox .checkmark{width:26px;height:26px}}.button-area{display:flex;flex-direction:column;align-items:center;margin:24px 0;gap:12px}.btn-result{width:50%;max-width:320px;padding:14px 0;font-size:1.1rem;font-weight:400;color:#fff;background-color:#f48fb1;border:none;border-radius:999px;cursor:pointer;text-align:center;transition:opacity .3s ease,transform .2s ease}.button-area .btn-result{margin:0 auto}.btn-result:hover{opacity:.85;transform:translateY(-2px)}@media (max-width:768px){.btn-result{width:80%}}#reset-btn{padding:6px 16px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#666;cursor:pointer}#result{margin-top:16px;padding:14px;border-radius:6px}#score{font-size:2rem;font-weight:700;margin:0 4px;display:inline-block}.fade{opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease}.fade.show{opacity:1;max-height:300px}.result-safe{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.result-warning{background:#fff3e0;color:#ef6c00;border:1px solid #ffcc80}.result-danger{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.check_text{color:#f48fb1}