:root{font-family:Manrope,Inter,system-ui,sans-serif;color:#001b3a;background:#f7fbff}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:200}header{background:#fff;border-bottom:1px solid #d4eaf8}.top,.foot{width:min(calc(100% - 48px),1280px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.top{min-height:88px}.logo{width:226px;max-width:100%;display:block}nav{display:flex;align-items:center;gap:1.5rem;font-weight:750;font-size:.9rem}main{width:min(calc(100% - 48px),1180px);margin:0 auto;padding:3rem 0 5rem;flex:1}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:#0066c9;font-weight:800;font-size:.8rem}h1{font-size:clamp(2.25rem,5vw,3.8rem);line-height:1.08;letter-spacing:-.05em;margin:.4rem 0 1rem}h2{font-size:1.6rem}h3{font-size:1.05rem}p{line-height:1.55;color:#52687e}.hidden{display:none!important}.account-bar{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.5rem}.tabs{display:flex;gap:.5rem;border-bottom:1px solid #c6dded;margin-bottom:1.5rem}.tabs button{padding:.9rem 1.1rem;background:transparent;color:#45627d;border:0;border-bottom:3px solid transparent;font-weight:800}.tabs button[aria-selected=true]{color:#005cc8;border-bottom-color:#087cff}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.cards article,#support-form{background:#fff;border:1px solid #d6e8f5;border-radius:18px;padding:1.5rem;box-shadow:0 12px 35px #07326a0b}.cards ul{padding-left:1.2rem}#support-form{margin-top:1rem}#support-form label{display:block;font-weight:800;margin:1rem 0 .4rem}#support-form input,#support-form textarea{display:block;width:100%;padding:.8rem;border:1px solid #b9d3e5;border-radius:10px}.primary{margin-top:1rem;padding:.8rem 1.3rem;border:0;border-radius:999px;background:#087cff;color:#fff;font-weight:800}.login{display:grid;place-content:center;justify-items:center}footer{border-top:1px solid #d4eaf8;padding:2rem 0;background:#fff;color:#52687e;font-size:.85rem}.foot a{color:#087cff;font-weight:750}@media(max-width:650px){.top{min-height:76px}.logo{width:175px}.cards{grid-template-columns:1fr}.foot{align-items:flex-start;flex-direction:column}}
