html,body{background:#f3f3f3;font-family:system-ui,-apple-system,sans-serif;font-size:14px;margin:0;min-height:100vh;color:#000}.feedback-page{padding:24px 24px 48px;min-height:100vh}.feedback-page__header{margin-bottom:24px}.feedback-page__logo-img{height:30px;display:block}.feedback-page__content{max-width:48rem;margin:0 auto}.feedback-card{background:#fff;border-radius:16px;box-shadow:0 4px 8px 8px #0000001a;overflow:hidden;margin-top:48px;padding:2rem}.feedback-form{padding:0;width:100%;box-sizing:border-box;min-height:380px;display:flex;flex-direction:column}.feedback-form *,.feedback-form *:before,.feedback-form *:after{box-sizing:border-box}.feedback-form h2{margin-top:0;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.feedback-form__message{padding:.75rem 1rem;margin-bottom:1.25rem;border-radius:8px;background:#e8f5e9;color:#1b5e20;font-size:.9375rem}.feedback-form__message--error{background:#ffebee;color:#b71c1c}.feedback-form__thank-you{text-align:center;padding:2rem 0;flex:1;display:flex;flex-direction:column;justify-content:center}.feedback-form__thank-you-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#1a1a1a}.feedback-form__thank-you-text{margin:0;font-size:1rem;color:#555}.feedback-form__sending{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;flex:1;min-height:340px}.feedback-form__spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#24b0c1;border-radius:50%;animation:feedback-form-spin .8s linear infinite}@keyframes feedback-form-spin{to{transform:rotate(360deg)}}.feedback-form__sending-text{margin:0;font-size:1rem;color:#555}.feedback-form__fields{padding:0;width:100%;box-sizing:border-box}.feedback-form__row{display:flex;gap:1rem;margin-bottom:1.25rem}.feedback-form__row .feedback-form__field{flex:1;min-width:0;margin-bottom:0}.feedback-form__field{margin-bottom:1.25rem}.feedback-form__field label{display:block;margin-bottom:.375rem;font-weight:500;font-size:.875rem;color:#333}.feedback-form__field input,.feedback-form__field textarea{width:100%;max-width:100%;padding:.625rem .875rem;border:1px solid #ddd;border-radius:8px;font:inherit;font-size:.9375rem;background:#fafafa;transition:border-color .15s,background .15s;box-sizing:border-box}.feedback-form__field input:focus,.feedback-form__field textarea:focus{outline:none;border-color:#24b0c1;background:#fff}.feedback-form__field textarea{resize:vertical;min-height:220px}.feedback-form__submit{margin-top:.75rem;padding:.625rem 1.25rem;font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;background:#24b0c1;color:#fff;border:none;border-radius:8px;transition:background .15s,opacity .15s}.feedback-form__submit:hover:not(:disabled){background:#1e9aa8}.feedback-form__submit:disabled{opacity:.7;cursor:not-allowed}
