.growth-grader{font-family:inherit;max-width:640px;width:100%}.growth-grader__heading{color:#ff5c35;font-size:15px;font-weight:600;line-height:1.2;margin:0 0 .5rem}.growth-grader__subheading{font-size:1rem;margin:0 0 1.5rem;opacity:.8}.growth-grader__form{display:flex;gap:.5rem;width:100%}.growth-grader__form--inline{align-items:stretch;flex-direction:row}.growth-grader__form--stacked{flex-direction:column}.growth-grader__label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.growth-grader__input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;flex:1;font-size:1rem;min-width:0;padding:.875rem 1rem;transition:border-color .15s ease,box-shadow .15s ease}.growth-grader__input:focus{border-color:#0f172a;box-shadow:0 0 0 3px rgba(15,23,42,.12);outline:none}.growth-grader__input.is-invalid{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}.growth-grader__button{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:opacity .15s ease,transform .05s ease;white-space:nowrap}.growth-grader__button:hover{opacity:.92}.growth-grader__button:active{transform:translateY(1px)}.growth-grader__button:disabled{cursor:not-allowed;opacity:.6}.growth-grader__error{color:#dc2626;font-size:.875rem;margin:.75rem 0 0}@media (max-width:540px){.growth-grader__form--inline{flex-direction:column}}