@font-face{font-family:Inter;src:url("../human/fonts/inter-latin-ext.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:"Playfair Display";src:url("../human/fonts/playfair-display-600-latin-ext.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}

.rm-provider-portal{
  --wf-bg:#faf7f2;
  --wf-surface:#fffdfc;
  --wf-surface-soft:#f4f0e9;
  --wf-text:#1c1f23;
  --wf-muted:#62686b;
  --wf-navy:#27315f;
  --wf-navy-soft:#e9ecf5;
  --wf-green:#718672;
  --wf-green-soft:#e7eee7;
  --wf-light:#d6a24c;
  --wf-earth:#a65f39;
  --wf-attention:#8b5b22;
  --wf-attention-soft:#fbefd9;
  --wf-error:#9c3737;
  --wf-error-soft:#fae8e5;
  --wf-border:#dcd8d0;
  --wf-focus:#315fc4;
  --wf-shadow:0 18px 55px rgba(39,49,95,.08);
  /* Twenty Twenty-Five constrains shortcode children to its content size. */
  max-width:none!important;
  width:min(1160px,calc(100% - 32px));
  margin:clamp(20px,4vw,56px) auto;
  color:var(--wf-text);
  font-family:Inter,system-ui,sans-serif;
  font-size:16px;
  line-height:1.58;
}

.rm-provider-portal *{box-sizing:border-box}
.rm-provider-portal h1,.rm-provider-portal h2,.rm-provider-portal h3,.rm-provider-portal p{margin-top:0}
.rm-provider-portal h1,.rm-provider-portal h2{font-family:"Playfair Display",Georgia,serif;color:var(--wf-navy);font-weight:600;line-height:1.12}
.rm-provider-portal h1{font-size:clamp(2.2rem,5vw,4.2rem);max-width:12ch;margin-bottom:20px}
.rm-provider-portal h2{font-size:clamp(1.65rem,3vw,2.45rem);margin-bottom:12px}
.rm-provider-portal h3{font-size:1.08rem;color:var(--wf-navy);line-height:1.3;margin-bottom:6px}
.rm-provider-portal p{color:var(--wf-muted)}

.rm-provider-kicker,.rm-provider-eyebrow{margin-bottom:10px!important;color:var(--wf-green)!important;font-size:.74rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.rm-provider-icon{width:1.25em;height:1.25em;display:inline-block;flex:0 0 auto;vertical-align:-.22em}
.rm-provider-art,.rm-provider-illustration{display:block;max-width:100%}
.rm-provider-illustration{width:100%;height:auto}

.rm-provider-hero,.rm-provider-login{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);
  gap:clamp(28px,5vw,72px);
  align-items:end;
  padding:clamp(30px,6vw,72px);
  border:1px solid var(--wf-border);
  border-radius:32px;
  background:linear-gradient(135deg,var(--wf-surface) 0%,#f8f3eb 100%);
  box-shadow:var(--wf-shadow);
}
.rm-provider-hero::after,.rm-provider-login::after{content:"";position:absolute;right:-100px;top:-150px;width:380px;height:380px;border-radius:50%;background:rgba(113,134,114,.10);pointer-events:none}
.rm-provider-hero>*,.rm-provider-login>*{position:relative;z-index:1}
.rm-provider-hero p:not(.rm-provider-kicker){max-width:62ch;font-size:1.08rem}
.rm-provider-hero-note{display:flex;gap:12px;align-items:flex-start;padding:18px;border-radius:18px;background:rgba(255,253,252,.76);border:1px solid rgba(113,134,114,.3);color:var(--wf-navy);font-size:.93rem}
.rm-provider-login{min-height:520px;align-items:center}
.rm-provider-login p{max-width:54ch;margin-bottom:26px}
.rm-provider-login .is-login{width:min(100%,440px);justify-self:end}
.rm-provider-journey-picture{display:block;justify-self:end}

.rm-provider-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:12px 19px;
  border:1px solid var(--wf-navy);
  border-radius:13px;
  background:var(--wf-navy);
  color:#fff!important;
  font:700 .94rem/1.2 Inter,system-ui,sans-serif;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.rm-provider-button:hover{background:#1e274f;transform:translateY(-1px);box-shadow:0 8px 22px rgba(39,49,95,.17)}
.rm-provider-button:focus-visible,.rm-provider-portal input:focus-visible,.rm-provider-portal select:focus-visible,.rm-provider-portal textarea:focus-visible,.rm-provider-portal a:focus-visible{outline:3px solid var(--wf-focus);outline-offset:3px}
.rm-provider-button.is-secondary{background:transparent;color:var(--wf-navy)!important;border-color:rgba(39,49,95,.34)}
.rm-provider-button.is-secondary:hover{background:var(--wf-navy-soft);box-shadow:none}
.rm-provider-button:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}

.rm-provider-process{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);
  gap:clamp(28px,5vw,70px);
  align-items:center;
  margin-top:28px;
  padding:clamp(28px,5vw,56px);
  border-radius:28px;
  background:var(--wf-surface);
  border:1px solid var(--wf-border);
}
.rm-provider-process-copy>p:not(.rm-provider-eyebrow){max-width:58ch}
.rm-provider-step-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0 0;padding:0;list-style:none}
.rm-provider-step-list li{display:flex;gap:12px;align-items:center;padding:13px;border-radius:16px;background:var(--wf-surface-soft)}
.rm-provider-step-list strong,.rm-provider-step-list small{display:block}
.rm-provider-step-list strong{color:var(--wf-navy);font-size:.94rem}
.rm-provider-step-list small{color:var(--wf-muted);font-size:.78rem}
.rm-provider-step-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--wf-green-soft);color:var(--wf-green)}
.rm-provider-process .is-journey{width:min(100%,450px);justify-self:end}

.rm-provider-search-card,.rm-provider-workspace{margin-top:28px;padding:clamp(28px,5vw,54px);border:1px solid var(--wf-border);border-radius:28px;background:var(--wf-surface)}
.rm-provider-search-card{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(340px,1fr);gap:clamp(28px,5vw,66px);align-items:end}
.rm-provider-search-card>div>p:last-child{margin-bottom:0}
.rm-provider-search label{display:block;margin-bottom:8px;color:var(--wf-navy);font-size:.88rem;font-weight:750}
.rm-provider-search-row{position:relative;display:grid;grid-template-columns:1fr auto;gap:10px}
.rm-provider-search-symbol{position:absolute;left:15px;top:50%;display:grid;transform:translateY(-50%);color:var(--wf-green);pointer-events:none}
.rm-provider-search input{padding-left:46px!important}
.rm-provider-results{grid-column:1/-1;margin:10px 0 0;padding:0;list-style:none;border-top:1px solid var(--wf-border)}
.rm-provider-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid var(--wf-border)}
.rm-provider-result-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--wf-green-soft);color:var(--wf-green)}
.rm-provider-result strong,.rm-provider-result span{display:block}
.rm-provider-result div span{margin-top:2px;color:var(--wf-muted);font-size:.88rem}

.rm-provider-portal input,.rm-provider-portal select,.rm-provider-portal textarea{
  width:100%;
  min-height:46px;
  padding:12px 13px;
  border:1px solid #bfc2bd;
  border-radius:12px;
  background:#fff;
  color:var(--wf-text);
  font:inherit;
}
.rm-provider-portal textarea{min-height:118px;resize:vertical}
.rm-provider-portal input::placeholder,.rm-provider-portal textarea::placeholder{color:#858b8e}

.rm-provider-message{display:flex;gap:11px;align-items:flex-start;margin:20px 0;padding:14px 17px;border:1px solid var(--wf-border);border-radius:14px;background:var(--wf-surface);color:var(--wf-navy)}
.rm-provider-message.is-complete{background:var(--wf-green-soft);border-color:rgba(113,134,114,.42)}
.rm-provider-message.is-attention{background:var(--wf-attention-soft);border-color:rgba(139,91,34,.35)}
.rm-provider-message.is-error{background:var(--wf-error-soft);border-color:rgba(156,55,55,.35);color:var(--wf-error)}

.rm-provider-section-heading{max-width:680px;margin-bottom:28px}
.rm-provider-section-heading>p:last-child{margin-bottom:0}
.rm-provider-grid{display:grid;gap:22px}
.rm-provider-card{overflow:hidden;border:1px solid var(--wf-border);border-radius:24px;background:#fff;box-shadow:0 10px 35px rgba(39,49,95,.05)}
.rm-provider-card-header{display:grid;grid-template-columns:180px minmax(0,1fr);gap:26px;align-items:center;padding:24px;border-bottom:1px solid var(--wf-border);background:linear-gradient(115deg,#fff 0%,#fbf8f3 100%)}
.rm-provider-card-header .is-place{width:180px;overflow:hidden;border:1px solid var(--wf-border);border-radius:18px}
.rm-provider-card-title h2{font-family:"Playfair Display",Georgia,serif;font-size:1.85rem;margin-bottom:6px}
.rm-provider-card-title>p:not(.rm-provider-eyebrow){margin-bottom:12px}
.rm-provider-meta{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;color:var(--wf-muted);font-size:.82rem}
.rm-provider-meta>span{display:inline-flex;gap:6px;align-items:center}
.rm-provider-badge{display:inline-flex!important;gap:6px;align-items:center;width:max-content;padding:6px 10px;border-radius:999px;background:var(--wf-navy-soft);color:var(--wf-navy)!important;font-size:.76rem!important;font-weight:750}
.rm-provider-badge.is-complete{background:var(--wf-green-soft);color:#3e5b43!important}
.rm-provider-badge.is-attention{background:var(--wf-attention-soft);color:var(--wf-attention)!important}

.rm-provider-editor{padding:0 clamp(20px,4vw,42px)}
.rm-provider-form-section{padding:32px 0;border-bottom:1px solid var(--wf-border)}
.rm-provider-form-heading{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}
.rm-provider-form-heading>span{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:13px;background:var(--wf-green-soft);color:var(--wf-green);font-weight:850}
.rm-provider-form-heading h3{margin:0;font-size:1.14rem}
.rm-provider-form-heading p{margin:2px 0 0;font-size:.9rem}
.rm-provider-evidence-note{display:flex;gap:8px;align-items:center;width:max-content;max-width:100%;margin:-4px 0 18px;padding:7px 10px;border-radius:999px;background:var(--wf-attention-soft);color:var(--wf-attention)!important;font-size:.76rem;font-weight:750}
.rm-provider-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.rm-provider-field{display:grid;align-content:start;gap:7px;color:var(--wf-navy);font-size:.88rem;font-weight:720}
.rm-provider-field small{color:var(--wf-muted);font-size:.77rem;font-weight:450;line-height:1.45}
.rm-provider-field:has(textarea){grid-column:1/-1}
.rm-provider-disclosure{display:flex;gap:14px;margin:28px clamp(20px,4vw,42px) 0;padding:18px;border:1px solid rgba(113,134,114,.32);border-radius:16px;background:var(--wf-green-soft)}
.rm-provider-disclosure>.rm-provider-icon{margin-top:2px;color:var(--wf-green)}
.rm-provider-disclosure h3{margin-bottom:5px}
.rm-provider-disclosure p{margin-bottom:0;font-size:.88rem}
.rm-provider-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px clamp(20px,4vw,42px) 32px}

.rm-provider-receipt{display:grid;gap:16px;padding:18px clamp(20px,4vw,42px) 30px}
.rm-provider-receipt>div{display:flex;gap:14px;padding:19px;border-radius:17px;background:var(--wf-green-soft)}
.rm-provider-receipt>div>.rm-provider-icon{width:28px;height:28px;color:var(--wf-green)}
.rm-provider-receipt h3{margin-bottom:4px}
.rm-provider-receipt p{margin-bottom:0}
.rm-provider-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:28px clamp(20px,4vw,42px) 12px}
.rm-provider-track{padding:20px;border:1px solid var(--wf-border);border-radius:18px;background:var(--wf-surface)}
.rm-provider-track h3{font-size:1.06rem}
.rm-provider-track>.rm-provider-badge{margin:6px 0 12px}
.rm-provider-track>p:last-child{margin-bottom:0;font-size:.86rem}
.rm-provider-explanation,.rm-provider-correction{display:flex;gap:10px;align-items:flex-start;margin:8px clamp(20px,4vw,42px) 18px;padding:14px 16px;border-radius:14px;background:var(--wf-navy-soft);color:var(--wf-navy)}
.rm-provider-explanation p,.rm-provider-correction p{margin:0;color:inherit;font-size:.88rem}
.rm-provider-correction{background:var(--wf-attention-soft);color:var(--wf-attention)}
.rm-provider-history{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.rm-provider-history li{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;padding:12px 14px;border:1px solid var(--wf-border);border-radius:12px;background:var(--wf-surface)}
.rm-provider-history li span{justify-self:end;color:var(--wf-muted);font-size:.82rem}
.rm-provider-history li small{grid-column:1/-1;color:var(--wf-muted)}
.rm-provider-history-empty{margin:0}
.rm-provider-history-shell{padding:0 clamp(20px,4vw,42px) 30px}

.rm-provider-empty{display:grid;justify-items:center;padding:34px;text-align:center;border:1px dashed #c8c8c2;border-radius:22px;background:var(--wf-surface-soft)}
.rm-provider-empty .rm-provider-art{width:min(240px,100%);margin-bottom:12px}
.rm-provider-empty h3{margin-bottom:6px}
.rm-provider-empty p{max-width:48ch;margin-bottom:0}
.rm-provider-loading{display:grid;min-height:320px;place-content:center;justify-items:center;gap:14px;color:var(--wf-muted)}
.rm-provider-loading span{width:38px;height:38px;border:3px solid var(--wf-border);border-top-color:var(--wf-green);border-radius:50%;animation:rm-provider-spin .8s linear infinite}
.rm-provider-loading p{margin:0}
.rm-provider-portal[aria-busy="true"] .rm-provider-button{pointer-events:none}

@keyframes rm-provider-spin{to{transform:rotate(360deg)}}

@media(max-width:820px){
  .rm-provider-hero,.rm-provider-login,.rm-provider-process,.rm-provider-search-card{grid-template-columns:1fr}
  .rm-provider-hero-note{max-width:520px}
  .rm-provider-process .is-journey,.rm-provider-login .is-login{width:min(100%,420px);justify-self:center}
  .rm-provider-journey-picture{justify-self:center}
  .rm-provider-search-card{align-items:start}
  .rm-provider-card-header{grid-template-columns:130px minmax(0,1fr)}
  .rm-provider-card-header .is-place{width:130px}
}

@media(max-width:640px){
  .rm-provider-portal{width:min(100% - 20px,1160px);margin:10px auto 28px}
  .rm-provider-hero,.rm-provider-login,.rm-provider-process,.rm-provider-search-card,.rm-provider-workspace{border-radius:22px}
  .rm-provider-hero,.rm-provider-login{padding:27px 22px}
  .rm-provider-hero h1,.rm-provider-login h1{font-size:2.35rem}
  .rm-provider-step-list,.rm-provider-fields,.rm-provider-status-grid{grid-template-columns:1fr}
  .rm-provider-search-row,.rm-provider-result,.rm-provider-card-header{grid-template-columns:1fr}
  .rm-provider-search-symbol{top:23px}
  .rm-provider-search-row .rm-provider-button{width:100%}
  .rm-provider-result{justify-items:start}
  .rm-provider-result .rm-provider-button{width:100%}
  .rm-provider-card-header .is-place{width:100%;max-height:190px}
  .rm-provider-card-header .is-place img{max-height:190px;object-fit:cover}
  .rm-provider-actions{flex-direction:column-reverse}
  .rm-provider-actions .rm-provider-button{width:100%}
  .rm-provider-field:has(textarea){grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  .rm-provider-portal *{scroll-behavior:auto!important}
  .rm-provider-button{transition:none}
  .rm-provider-loading span{animation:none;border-top-color:var(--wf-border);box-shadow:inset 0 0 0 5px var(--wf-green-soft)}
}
