.rx-header{position:relative;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 30px;text-align:center;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 10px #00000008;box-sizing:border-box}.rx-header-logo{height:35px;width:auto;display:block;margin:0 auto 15px}.rx-header-title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;letter-spacing:1.5px;margin:0 0 5px}.rx-header-subtitle{font-size:11px;font-weight:300;letter-spacing:1px;margin:0}.rx-header-actions{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:8px;z-index:50}.rx-header-back{position:absolute;left:16px;top:16px;background:none;border:1px solid rgba(255,255,255,.5);color:inherit;cursor:pointer;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.rx-header-back:hover{background:#ffffff26;border-color:#fff}.rx-header-back svg{width:20px;height:20px}.rx-header--white{background:#fff;color:#1a1a2e;border-bottom:1px solid #E8E8E8}.rx-header--white .rx-header-title{color:#1a1a2e}.rx-header--white .rx-header-subtitle{color:#757575}.rx-header--white .rx-header-back{border-color:#e8e8e8;color:#757575}.rx-header--white .rx-header-back:hover{border-color:#c9a55a;color:#1a1a2e;background:transparent}.rx-header--gold{background:#c9a55a;color:#fff}.rx-header--gold .rx-header-title{color:#fff}.rx-header--gold .rx-header-subtitle{color:#fffc}.rx-header--navy{background:linear-gradient(135deg,#004578,#003057 40%,#001e3c);color:#fff}.rx-header--navy .rx-header-title{color:#fff}.rx-header--navy .rx-header-subtitle{color:#fffc}.rx-header--green{background:#006039;color:#fff}.rx-header--green .rx-header-title{color:#fff}.rx-header--green .rx-header-subtitle{color:#fffc}.rx-header--mocha{background:#7d5a4a;color:#fff}.rx-header--mocha .rx-header-title{color:#fff}.rx-header--mocha .rx-header-subtitle{color:#ffffffe6}.wa-hdr-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;cursor:pointer;transition:background .15s}.wa-hdr-btn:hover{background:#ffffff26}.rx-header--white .wa-hdr-btn:hover{background:#0000000d}.wa-hdr-dot{position:absolute;bottom:2px;right:2px;width:8px;height:8px;border-radius:50%;border:1.5px solid currentColor}.wa-hdr-dot--on{background:#00e676;animation:waHdrPulseG 2s infinite}.wa-hdr-dot--idle{background:#ffab00;animation:waHdrPulseO 2s infinite}.wa-hdr-dot--off{background:#ff1744;animation:waHdrPulseR 2s infinite}@keyframes waHdrPulseG{0%{box-shadow:0 0 #00e67680}70%{box-shadow:0 0 0 5px #00e67600}to{box-shadow:0 0 #00e67600}}@keyframes waHdrPulseO{0%{box-shadow:0 0 #ffab0080}70%{box-shadow:0 0 0 5px #ffab0000}to{box-shadow:0 0 #ffab0000}}@keyframes waHdrPulseR{0%{box-shadow:0 0 #ff174480}70%{box-shadow:0 0 0 5px #ff174400}to{box-shadow:0 0 #ff174400}}
