
      
    


      
     


      {} *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 .brand-primary { color: #F26430; } .bg-brand-primary { background-color: #F26430; } .border-brand-primary { border-color: #F26430; } .hover-brand:hover { background-color: #E8571C; } .gradient-brand { background: linear-gradient(135deg, #F26430 0%, #FF7F50 100%); } .text-brand-primary { color: #F26430; } .shadow-brand { box-shadow: 0 10px 30px rgba(242, 100, 48, 0.15); } .gradient-text { background: linear-gradient(135deg, #F26430 0%, #FF7F50 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .pulse-brand { animation: pulse-brand 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } @keyframes pulse-brand { 0%, 100% { opacity: 1; } 50% { opacity: 0.85; } } .check-icon { display: inline-block; width: 24px; height: 24px; background: #F26430; border-radius: 50%; color: white; text-align: center; line-height: 24px; font-weight: bold; margin-right: 8px; } 

 html, body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; } /* Fix: class referenced in layout */ .shadow-priority { box-shadow: 0 20px 60px rgba(242,101,49,0.18), 0 8px 20px rgba(15,23,42,0.08); } 

