:root{--purpleGradientBackground:linear-gradient(to top left,#b19cd8,#ccb7e5,#e6d1f2);--greenGradientBackground:linear-gradient(to top left,#43bc43,#8dd88d,#d8f3d8);--purpleGradientBackgroundHover:linear-gradient(to top left,#7c3aed,#6d28d9,#3730a3);--greenGradientBackgroundHover:linear-gradient(to top left,#16a34a,#059669,#0f766e);--primaryButtonColor:#7c3aed;--primaryButtonColorHover:#5527a3;--primaryPurpleColor:#7c3aed;--primaryPurpleColorDarker:#5527a3;--primaryGreenColor:#16a34a;--primaryGreenColorDarker:#105c2c;--headerTextColor:#333;--headerBackgroundColor:#fff;--headerLinkHoverBackgroundColor:#0000000f;--headerOverlayBackgroundColor:#00000052;--headerBoxShadow:0 2px 8px #0000001a;--contentBorderRadius:10px;--headerHeight:calc((60/16)*1rem);--headerPaddingTopBottom:1rem;--headerPaddingLeftRight:1rem;--totalHeaderHeight:calc(var(--headerHeight) + (var(--headerPaddingTopBottom)*2));--buttonBorderRadius:.5rem;--maxWidthContent:calc((1440/16)*1rem);--maxWidthHeader:calc((1920/16)*1rem);--maxWidthReading:calc((768/16)*1rem);--maxWidthUserProfile:calc((1024/16)*1rem)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.inputGroup{gap:calc(var(--headerPaddingLeftRight)/2);flex-direction:column;width:100%;display:flex}.inputGroup label{color:var(--headerTextColor);text-align:left;font-size:.875rem;font-weight:500}.inputGroup input,.inputGroup textarea{background:var(--headerBackgroundColor);color:var(--headerTextColor);border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.inputGroup input:focus,.inputGroup textarea:focus{border-color:var(--primaryPurpleColor);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.inputGroup input:disabled,.inputGroup textarea:disabled{opacity:.6;cursor:not-allowed}.inputGroup input::placeholder,.inputGroup textarea::placeholder{color:#9ca3af}.inputGroup textarea{resize:vertical;width:100%}
