#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}.custom-checkbox input[type=checkbox]:checked+.checkmark:after{opacity:1}.qw{white-space:nowrap}@media (max-width:768px){.custom-checkbox .checkmark{width:30px;height:30px}.custom-checkbox .checkmark:after{left:10px;top:3px;width:8px;height:18px}}.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;color:#fff;background-color:#f48fb1;border:none;border-radius:999px;cursor:pointer;transition:opacity .3s ease,transform .2s ease}.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}.fade{opacity:0;max-height:0;overflow:hidden;transition:opacity .6s ease,max-height .6s ease}.fade.show{opacity:1;max-height:300px}.result-box{padding:16px;margin-top:10px;border-radius:8px;font-weight:700}.score-num{font-size:2rem;font-weight:700}.result-safe{background:#e8f5e9;border:1px solid #81c784;color:#2e7d32}.result-caution{background:#fffde7;border:1px solid #fff176;color:#f57f17}.result-warning{background:#fff3e0;border:1px solid #ffb74d;color:#ef6c00}.result-danger{background:#ffebee;border:1px solid #e57373;color:#c62828}