@font-face{font-family:Montserrat;src:url("fonts/montserrat-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Montserrat;src:url("fonts/montserrat-600.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Montserrat;src:url("fonts/montserrat-800.woff2") format("woff2");font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("fonts/cormorant-garamond-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"Cormorant Garamond";src:url("fonts/cormorant-garamond-600.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}
.fxm-portal{
  --fxm-ink:#061116;
  --fxm-navy:#10242d;
  --fxm-navy-soft:#18343f;
  --fxm-gold:#d9b95f;
  --fxm-gold-light:#f0d784;
  --fxm-cream:#f4f0e7;
  --fxm-white:#fff;
  --fxm-line:#d8cfbb;
  --fxm-muted:#65737a;
  min-height:100vh;
  margin:0;
  color:#122129;
  background:var(--fxm-cream);
  font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
}
.fxm-portal *{box-sizing:border-box}
.fxm-portal a,.fxm-portal button,.fxm-portal input{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.fxm-portal a:focus-visible,.fxm-portal button:focus-visible,.fxm-portal input:focus-visible{outline:3px solid var(--fxm-gold-light);outline-offset:3px}
.fxm-header{
  position:relative;
  z-index:20;
  min-height:96px;
  padding:18px clamp(20px,4vw,64px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  color:#fff;
  background:rgba(5,16,21,.98);
  border-bottom:1px solid rgba(240,215,132,.22);
}
.fxm-brand{display:flex;align-items:center;gap:13px;color:#fff!important;text-decoration:none!important}
.fxm-brand img{width:56px;height:56px;object-fit:contain}
.fxm-brand strong,.fxm-brand small{display:block}
.fxm-brand strong{font-size:14px;letter-spacing:.1em}
.fxm-brand small{margin-top:3px;color:var(--fxm-gold);font-size:9px;font-weight:700;letter-spacing:.16em}
.fxm-back-link,.fxm-account-nav a{color:#e5ebed!important;font-size:13px;font-weight:700;text-decoration:none!important}
.fxm-back-link:hover,.fxm-account-nav a:hover{color:var(--fxm-gold-light)!important}
.fxm-account-nav{display:flex;align-items:center;gap:22px}
.fxm-account-nav .fxm-signout{padding:10px 15px;border:1px solid rgba(240,215,132,.45)}
.fxm-kicker{margin:0 0 16px;color:#a37b20;font-size:11px;font-weight:900;letter-spacing:.2em}
.fxm-primary{
  min-height:52px;
  padding:0 23px;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#08141a!important;
  background:var(--fxm-gold);
  font:900 13px/1 Montserrat,"Helvetica Neue",Arial,sans-serif;
  text-decoration:none!important;
  cursor:pointer;
}
.fxm-primary:hover{background:var(--fxm-gold-light);transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.18)}
.fxm-login-main{
  min-height:calc(100vh - 96px);
  padding:clamp(45px,7vw,100px) max(6vw,24px);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.65fr);
  align-items:center;
  gap:clamp(50px,8vw,130px);
  color:#fff;
  background:
    radial-gradient(circle at 73% 32%,rgba(52,77,87,.88),rgba(16,36,45,.75) 29%,rgba(6,17,22,.98) 70%),
    linear-gradient(130deg,#071116,#17333e);
}
.fxm-login-copy{max-width:790px}
.fxm-login-copy .fxm-kicker{color:var(--fxm-gold-light)}
.fxm-login-copy h1,.fxm-maintenance-card h1{
  max-width:780px;
  margin:0;
  font:500 clamp(48px,6vw,86px)/1.01 "Cormorant Garamond",Georgia,serif;
  letter-spacing:-.035em;
}
.fxm-login-copy>p:not(.fxm-kicker){max-width:690px;color:#bdc8cc;font-size:18px;line-height:1.75}
.fxm-login-copy ul{max-width:650px;margin:35px 0 0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.13)}
.fxm-login-copy li{padding:15px 4px 15px 30px;border-bottom:1px solid rgba(255,255,255,.13);color:#d4dcde;position:relative}
.fxm-login-copy li:before{content:"";position:absolute;left:4px;top:24px;width:7px;height:7px;background:var(--fxm-gold);border-radius:50%}
.fxm-login-card{
  width:100%;
  max-width:520px;
  justify-self:end;
  padding:clamp(30px,4vw,52px);
  color:#122129;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(240,215,132,.64);
  box-shadow:0 35px 90px rgba(0,0,0,.38);
}
.fxm-login-card>img{width:80px;height:80px;display:block;margin:0 auto 19px;object-fit:contain}
.fxm-login-card>.fxm-kicker{text-align:center}
.fxm-login-card h2{margin:0 0 25px;text-align:center;font:500 clamp(36px,4vw,50px)/1 "Cormorant Garamond",Georgia,serif}
.fxm-alert{margin-bottom:20px;padding:13px 15px;color:#5e4714;background:#fff5d9;border-left:4px solid var(--fxm-gold);font-size:14px}
.fxm-login-form>label:not(.fxm-remember){display:block;margin:18px 0 7px;font-size:13px;font-weight:800}
.fxm-login-form input[type=text],.fxm-login-form input[type=password]{
  width:100%;
  min-height:52px;
  padding:12px 14px;
  color:#102129;
  background:#faf8f3;
  border:1px solid #cfc7b6;
  border-radius:0;
  font-size:16px;
}
.fxm-login-form input:focus{border-color:#9f7926;box-shadow:0 0 0 2px rgba(217,185,95,.23)}
.fxm-password-field{position:relative}
.fxm-password-field input{padding-right:75px!important}
.fxm-password-toggle{
  position:absolute;
  top:50%;
  right:8px;
  transform:translateY(-50%);
  padding:8px 9px;
  border:0;
  color:#72581e;
  background:transparent;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.fxm-remember{margin:18px 0;display:flex;align-items:flex-start;gap:8px;color:#526168;font-size:13px}
.fxm-remember input{margin-top:5px}
.fxm-login-form .fxm-primary{width:100%}
.fxm-login-help{margin:20px 0;display:flex;justify-content:space-between;gap:15px}
.fxm-login-help a{color:#74581b!important;font-size:13px;font-weight:800}
.fxm-security-note{margin:0;padding-top:18px;border-top:1px solid var(--fxm-line);color:#68757a;font-size:12px;line-height:1.65}
.fxm-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.fxm-dashboard{padding-bottom:90px}
.fxm-admin-preview{padding:12px max(6vw,24px);color:#4a3a12;background:#f1d98c;font-size:13px;font-weight:800;text-align:center}
.fxm-welcome{
  padding:clamp(55px,7vw,95px) max(6vw,24px);
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:end;
  gap:7vw;
  color:#fff;
  background:radial-gradient(circle at 75% 30%,#2d4854,#122832 34%,#061116 76%);
}
.fxm-welcome .fxm-kicker{color:var(--fxm-gold-light)}
.fxm-welcome h1,.fxm-section-heading h2{
  margin:0;
  font:500 clamp(42px,5.5vw,72px)/1.02 "Cormorant Garamond",Georgia,serif;
  letter-spacing:-.035em;
}
.fxm-welcome>div>p:not(.fxm-kicker){max-width:710px;color:#bdc8cc;font-size:18px}
.fxm-member-summary{margin:0;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.13)}
.fxm-member-summary>div{padding:22px}
.fxm-member-summary>div+div{border-left:1px solid rgba(255,255,255,.18)}
.fxm-member-summary dt{color:#aebbc0;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.fxm-member-summary dd{margin:7px 0 0;color:var(--fxm-gold-light);font-family:"Cormorant Garamond",Georgia,serif;font-size:24px}
.fxm-section{padding:clamp(60px,7.5vw,105px) max(6vw,24px)}
.fxm-section-heading{margin-bottom:42px;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:8vw}
.fxm-section-heading h2{font-size:clamp(38px,4.8vw,60px);color:#0d2028}
.fxm-section-heading>p{margin:0;color:var(--fxm-muted);font-size:16px;line-height:1.75}
.fxm-tile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--fxm-line);border:1px solid var(--fxm-line)}
.fxm-tile{min-height:285px;padding:31px;display:flex;flex-direction:column;background:#fff}
.fxm-tile:first-child{grid-column:span 2;background:#0b1b22;color:#fff}
.fxm-tile-number{color:#a27a21;font:500 26px/1 "Cormorant Garamond",Georgia,serif}
.fxm-tile:first-child .fxm-tile-number{color:var(--fxm-gold)}
.fxm-tile h3{margin:24px 0 10px;font:500 29px/1.1 "Cormorant Garamond",Georgia,serif}
.fxm-tile p{margin:0 0 24px;color:var(--fxm-muted);font-size:15px}
.fxm-tile:first-child p{color:#b7c2c6}
.fxm-tile a,.fxm-pending-label{margin-top:auto;color:#795b1b!important;font-size:12px;font-weight:900;letter-spacing:.02em;text-decoration:none!important}
.fxm-tile:first-child a{color:var(--fxm-gold-light)!important}
.fxm-tile a:hover{transform:translateX(3px)}
.fxm-pending-label{color:#899296!important}
.fxm-tile.is-pending{background:#f8f6f0}
.fxm-progress-section{padding-top:15px}
.fxm-course-list{display:grid;gap:13px}
.fxm-course-list article{padding:24px 27px;display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:35px;align-items:center;background:#fff;border:1px solid var(--fxm-line)}
.fxm-course-list article>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:18px}
.fxm-course-list h3{margin:0;font:500 23px/1.2 "Cormorant Garamond",Georgia,serif}
.fxm-course-list article>div:first-child span{color:#78858a;font-size:12px;white-space:nowrap}
.fxm-progress{height:9px;overflow:hidden;background:#e4dfd3}
.fxm-progress>span{height:100%;display:block;background:linear-gradient(90deg,#a98430,var(--fxm-gold-light))}
.fxm-privacy-note{margin:0 max(6vw,24px);padding:25px 28px;color:#ebeef0;background:#0b1b22;border-left:4px solid var(--fxm-gold)}
.fxm-privacy-note strong{color:var(--fxm-gold-light);font-family:"Cormorant Garamond",Georgia,serif;font-size:23px}
.fxm-privacy-note p{margin:7px 0 0;color:#b3bec2;font-size:14px}
.fxm-maintenance{color:#fff;background:radial-gradient(circle at 50% 30%,#27424e,#10252e 35%,#061116 78%)}
.fxm-maintenance main{min-height:calc(100vh - 96px);padding:55px 24px;display:grid;place-items:center}
.fxm-maintenance-card{max-width:800px;padding:clamp(35px,6vw,70px);text-align:center;border:1px solid rgba(240,215,132,.48);background:rgba(5,16,21,.79);box-shadow:0 30px 80px rgba(0,0,0,.3)}
.fxm-maintenance-card img{width:105px;height:105px;object-fit:contain}
.fxm-maintenance-card .fxm-kicker{margin-top:20px;color:var(--fxm-gold-light)}
.fxm-maintenance-card h1{font-size:clamp(42px,5.5vw,70px)}
.fxm-maintenance-card>p:not(.fxm-kicker){max-width:640px;margin:21px auto 30px;color:#bcc7ca;font-size:17px}
@media(max-width:1100px){
  .fxm-login-main{grid-template-columns:1fr;gap:55px}
  .fxm-login-card{justify-self:start}
  .fxm-welcome,.fxm-section-heading{grid-template-columns:1fr}
  .fxm-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .fxm-header{min-height:82px;padding:14px 17px}
  .fxm-brand img{width:46px;height:46px}
  .fxm-brand strong{font-size:12px}
  .fxm-brand small{font-size:7px}
  .fxm-back-link,.fxm-account-nav>a:first-child{display:none}
  .fxm-account-nav{gap:8px}
  .fxm-login-main{min-height:calc(100vh - 82px);padding:48px 19px}
  .fxm-login-copy h1{font-size:46px}
  .fxm-login-copy>p:not(.fxm-kicker){font-size:16px}
  .fxm-login-card{padding:30px 22px}
  .fxm-login-help{align-items:flex-start;flex-direction:column}
  .fxm-welcome{padding:55px 20px}
  .fxm-welcome h1{font-size:44px}
  .fxm-member-summary{grid-template-columns:1fr}
  .fxm-member-summary>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  .fxm-section{padding:58px 20px}
  .fxm-section-heading h2{font-size:40px}
  .fxm-tile-grid{grid-template-columns:1fr}
  .fxm-tile:first-child{grid-column:auto}
  .fxm-tile{min-height:240px}
  .fxm-course-list article{grid-template-columns:1fr;gap:18px}
  .fxm-course-list article>div:first-child{align-items:flex-start;flex-direction:column}
  .fxm-privacy-note{margin:0 20px}
}
@media(prefers-reduced-motion:reduce){
  .fxm-portal *{scroll-behavior:auto!important;transition:none!important}
}
