:root{--thc-auth-navy:#012952;--thc-auth-teal:#01a0ac;--thc-auth-coral:#fd5638;--thc-auth-gold:#fdb002}.thc-auth-modal{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.2s opacity,.2s visibility}.thc-auth-modal.is-open{opacity:1;visibility:visible}.thc-auth-backdrop{position:absolute;inset:0;border:0;background:rgba(0,25,50,.62);backdrop-filter:blur(7px);cursor:default}.thc-auth-dialog{position:relative;width:min(460px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:30px;padding:34px;box-shadow:0 30px 100px rgba(0,20,40,.32);transform:translateY(18px) scale(.985);transition:.22s transform;color:var(--thc-auth-navy);font-family:inherit}.thc-auth-modal.is-open .thc-auth-dialog{transform:none}.thc-auth-close{position:absolute;right:15px;top:15px;width:38px;height:38px;border:0;border-radius:12px;background:#f2f6f7;color:var(--thc-auth-navy);font-size:25px;line-height:1;cursor:pointer}.thc-auth-brand{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;margin-bottom:18px;background:linear-gradient(135deg,var(--thc-auth-coral),var(--thc-auth-gold));color:#fff;font-size:27px;box-shadow:0 12px 30px rgba(253,86,56,.2)}.thc-auth-eyebrow{font-size:11px;font-weight:950;letter-spacing:.12em;color:var(--thc-auth-teal);margin-bottom:8px}.thc-auth-dialog h2{margin:0 0 10px;font-size:30px;line-height:1.08;letter-spacing:-.03em;color:var(--thc-auth-navy)}.thc-auth-copy{margin:0 0 24px;color:#61778a;font-size:14px;line-height:1.6}.thc-auth-form{display:grid;gap:14px}.thc-auth-form>label{display:grid;gap:7px;font-size:13px;font-weight:850;color:#36546c}.thc-auth-form input[type=text],.thc-auth-form input[type=password]{width:100%;height:50px;box-sizing:border-box;border:1px solid rgba(1,41,82,.16);border-radius:14px;background:#fff;padding:0 14px;font:inherit;color:var(--thc-auth-navy);outline:none;transition:.18s border-color,.18s box-shadow}.thc-auth-form input:focus{border-color:var(--thc-auth-teal);box-shadow:0 0 0 4px rgba(1,160,172,.10)}.thc-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.thc-auth-remember{display:flex;align-items:center;gap:7px;color:#60788b}.thc-auth-row a,.thc-auth-register a{color:var(--thc-auth-teal);font-weight:850;text-decoration:none}.thc-auth-submit{min-height:52px;border:0;border-radius:16px;background:var(--thc-auth-coral);color:#fff;font:inherit;font-weight:950;cursor:pointer;box-shadow:0 12px 28px rgba(253,86,56,.24);transition:.18s transform,.18s box-shadow}.thc-auth-submit:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(253,86,56,.3)}.thc-auth-register{margin-top:18px;padding-top:18px;border-top:1px solid rgba(1,41,82,.09);text-align:center;color:#6c8090;font-size:13px}body.thc-auth-open{overflow:hidden}@media(max-width:520px){.thc-auth-modal{padding:12px}.thc-auth-dialog{padding:28px 20px 24px;border-radius:24px}.thc-auth-dialog h2{font-size:27px}.thc-auth-row{align-items:flex-start;flex-direction:column}}