.color-alert{color:#d4111e}.color-success{color:#10b981}.color-warning{color:#f59e0b}.color-info{color:#3b82f6}.color-primary{color:#667eea}.color-app-background{background-color:#f8fafc}.bg-glass{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.shadow-glass{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.gradient-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-success{background:linear-gradient(135deg,#10b981,#059669)}.gradient-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.pages-form-submitted-wrapper{display:flex;justify-content:center;align-items:center}@media only screen and (max-width:900px){.pages-form-submitted-wrapper{flex-direction:column-reverse;width:100%}}.pages-form-submitted-wrapper .panel{display:flex;flex-direction:column;max-width:300px;flex:1;min-width:200px}@media only screen and (max-width:900px){.pages-form-submitted-wrapper .panel{justify-content:center;align-items:center;width:100%}}.pages-form-submitted-wrapper .panel .title{font-size:2rem;font-weight:600;margin-bottom:1rem}.pages-form-submitted-wrapper .logo{max-width:500px;flex:1}@media only screen and (max-width:900px){.pages-form-submitted-wrapper .logo img{width:100%}}.pages-form-submitted-wrapper .spinner{border-bottom:16px solid #f3f3f3;border-top:16px solid #f3f3f3;border-color:#dfa401 #f3f3f3 #050b13;border-style:solid;border-width:16px;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(1turn)}}