*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fffef9;color:#5a4a3a}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem}.content{text-align:center;width:100%;max-width:800px;margin:0 auto}h1{font-size:2rem;color:#d4af37}h1,h2{margin-bottom:1rem}h2{font-size:1.25rem;color:#c5a028}p{font-size:1rem;color:#5a4a3a;line-height:1.5}.survey-form{background-color:#fffef9;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(212,175,55,.1);border:1px solid #f0e6d2;display:flex;flex-direction:column;gap:2rem}.section{text-align:left}.section-title{border-bottom:2px solid #e8d7b0;padding-bottom:.75rem;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;color:#d4af37}.question{margin-bottom:2rem}.question-text{font-weight:600;margin-bottom:.75rem;display:block;font-size:1.05rem;line-height:1.4;color:#5a4a3a}.option-label{display:flex;align-items:center;margin-bottom:.75rem;padding:.75rem;border-radius:8px;background-color:#fffbf5;border:1px solid #f0e6d2;cursor:pointer;transition:all .2s ease;min-height:48px}.option-label:hover{background-color:#fff9f0;border-color:#e8d7b0}.option-label:active{background-color:#fff9f0;transform:scale(.98)}.option-label input[type=checkbox]:checked~span,.option-label input[type=radio]:checked~span{font-weight:600;color:#5a4a3a}.option-label input[type=checkbox]:checked,.option-label input[type=radio]:checked{border-color:#d4af37}.option-label:has(input[type=checkbox]:checked),.option-label:has(input[type=radio]:checked){background-color:#fff9f0;border:1px solid #d4af37}.option-label input[type=checkbox],.option-label input[type=radio]{margin-right:.75rem;width:22px;height:22px;flex-shrink:0;cursor:pointer;accent-color:#d4af37}.option-label span{color:#5a4a3a;flex:1 1;line-height:1.4}.scale-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem}.scale-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;min-width:48px;min-height:48px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.scale-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:2px solid #e8d7b0;border-radius:50%;background-color:#fffef9;font-weight:600;transition:all .2s ease;font-size:1.1rem;color:#5a4a3a;touch-action:manipulation}.scale-item:active .scale-button{transform:scale(.95)}.scale-item input:checked+.scale-button{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff;border-color:#d4af37;transform:scale(1.1);box-shadow:0 2px 8px rgba(212,175,55,.3)}.matrix-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.matrix-table{width:100%;border-collapse:collapse;min-width:500px}.matrix-table td,.matrix-table th{padding:.5rem;text-align:center;vertical-align:middle}.matrix-table td:not(:first-child){padding:.25rem}.matrix-table td:first-child,.matrix-table th:first-child{text-align:left;min-width:150px}.matrix-table tr{border-bottom:1px solid #f0e6d2}.matrix-table th{color:#5a4a3a;font-weight:600}.matrix-table input{width:28px;height:28px;accent-color:#d4af37;cursor:pointer;pointer-events:auto;position:relative;z-index:10;transform:scale(1);transition:transform .15s ease}.matrix-table input:checked{transform:scale(1.1)}.matrix-cell-label{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:.75rem;border-radius:6px;transition:all .15s ease;min-height:60px;min-width:60px;width:100%;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;border:2px solid transparent;touch-action:manipulation;-webkit-touch-callout:none}.matrix-cell-label:hover{background-color:#fff9f0;border-color:#e8d7b0}.matrix-cell-label:active{background-color:#fff9f0;transform:scale(.95)}.matrix-cell-label input{cursor:pointer;position:relative;z-index:1;width:32px;height:32px;flex-shrink:0;margin:0 auto .25rem;accent-color:#d4af37;pointer-events:auto}.matrix-cell-label span{font-size:.9rem;font-weight:500;color:#5a4a3a;transition:all .15s ease}.matrix-cell-label input:checked+span{color:#d4af37;font-weight:700;font-size:1rem}.matrix-cell-label.checked,.matrix-cell-label:has(input:checked){background-color:#fff9f0;border-color:#d4af37;box-shadow:0 0 0 2px rgba(212,175,55,.2)}.matrix-cell-label.checked span{color:#d4af37;font-weight:700;font-size:1rem}.matrix-mobile{display:none}.matrix-card{background-color:#fffbf5;border:1px solid #f0e6d2;border-radius:8px;padding:1rem;margin-bottom:1rem}.matrix-card-label{font-weight:600;margin-bottom:.75rem;font-size:.95rem;line-height:1.4;color:#5a4a3a}.matrix-card-options{display:flex;justify-content:space-between;gap:.5rem}.matrix-card-option{flex:1 1;display:flex;flex-direction:column;align-items:center;cursor:pointer}.matrix-card-option input{width:24px;height:24px;accent-color:#d4af37;margin-bottom:.25rem}.matrix-card-option span{font-size:.85rem;font-weight:500;color:#5a4a3a}.submit-btn{width:100%;padding:18px;background:linear-gradient(135deg,#d4af37,#f4d03f);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease;touch-action:manipulation;min-height:56px;box-shadow:0 2px 8px rgba(212,175,55,.3)}.submit-btn:hover{box-shadow:0 4px 12px rgba(212,175,55,.4)}.submit-btn:active,.submit-btn:hover{background:linear-gradient(135deg,#c5a028,#d4af37)}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{background:#e8d7b0;color:#8b7355;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.container{padding:.75rem .5rem;justify-content:flex-start}.survey-form{padding:1rem;gap:1.5rem;border-radius:8px}h1{font-size:1.5rem;margin-bottom:.75rem}.section-title,h2{font-size:1.1rem}.section-title{margin-bottom:1rem;padding-bottom:.5rem}.question{margin-bottom:1.5rem}.question-text{font-size:.95rem;margin-bottom:.75rem}.option-label{padding:1rem;margin-bottom:.5rem;border-radius:10px;font-size:.95rem}.option-label input[type=checkbox],.option-label input[type=radio]{width:24px;height:24px;margin-right:.75rem}.scale-container{gap:.5rem}.scale-button{width:44px;height:44px;font-size:1rem;border-width:2px}.nps-container{gap:.4rem}.nps-container .scale-button{width:40px;height:40px;font-size:.9rem}.matrix-wrapper{display:none}.matrix-mobile{display:block}.matrix-card{padding:.875rem;margin-bottom:.875rem}.matrix-card-label{font-size:.9rem;margin-bottom:.625rem}.matrix-card-options{gap:.375rem}.matrix-card-option input{width:22px;height:22px}.matrix-card-option span{font-size:.8rem}.submit-btn{padding:16px;font-size:1rem;border-radius:10px}p{font-size:.9rem}}@media (max-width:480px){.container{padding:.5rem .25rem}.survey-form{padding:.875rem}h1{font-size:1.35rem}.scale-button{width:40px;height:40px;font-size:.95rem}.nps-container .scale-button{width:36px;height:36px;font-size:.85rem}.option-label{padding:.875rem;font-size:.9rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}