:root{
  --bg:#111211;
  --panel:#1b1c1b;
  --panel2:#242524;
  --line:#3c3d3b;
  --text:#fff;
  --muted:#b8b8b2;
  --teal:#ffc400;
  --orange:#d71920;
  --red:#ff6868;
  --green:#8dd9a2;
  --yellow:#ffc400;
  --wr-white:#fff;
  --wr-charcoal:#111211;
  --wr-charcoal-2:#1c1d1c;
  --wr-yellow:#ffc400;
  --wr-red:#d71920;
  --wr-ink:#111211;
  --wr-muted:#686864;
  --wr-line:#d8d8d4;
}

body{background:var(--wr-charcoal);}
button,.button{border-color:var(--wr-yellow);border-radius:6px;background:var(--wr-yellow);color:var(--wr-charcoal);font-size:14px;font-weight:800;box-shadow:none;}
button:hover,.button:hover{border-color:#ffe063;background:#ffe063;}
button.secondary,.button.secondary{border-color:#555;background:#242524;color:#fff;}
button.danger,.button.danger{border-color:var(--wr-red);background:var(--wr-red);color:#fff;}
.topbar{background:rgba(17,18,17,.96);border-bottom-color:#343532;}
.brand{gap:9px;}
.brand-logo{width:44px;height:44px;object-fit:contain;}
.brand b{font-size:14px;letter-spacing:-.02em;}
.brand em{color:var(--wr-yellow);}
.card{border-radius:10px;background:#1b1c1b;box-shadow:0 20px 45px rgba(0,0,0,.18);}
.card.accent{border-color:rgba(255,196,0,.48);}
.card.warn{border-color:rgba(215,25,32,.42);}
.metric strong,.eyebrow{color:var(--wr-yellow);}
.field input,.field select,.field textarea{border-radius:5px;background:#0e0f0e;}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--wr-yellow);box-shadow:0 0 0 3px rgba(255,196,0,.16);}
.bottom-nav{border-radius:9px;background:rgba(17,18,17,.96);}
.nav-item{border-radius:5px;}
.nav-item.active{background:rgba(255,196,0,.14);}
.nav-item.active i{color:var(--wr-yellow);}

.wr-public{min-height:100vh;background:var(--wr-white);color:var(--wr-ink);font-family:Inter,"Segoe UI",Arial,sans-serif;padding-bottom:0;overflow:hidden;}
.wr-public *{box-sizing:border-box;}
.wr-public a{color:inherit;}
.wr-public-header{position:sticky;top:0;z-index:40;min-height:92px;display:flex;align-items:center;gap:38px;padding:0 max(32px,calc((100vw - 1440px)/2));background:var(--wr-charcoal);color:#fff;border-bottom:1px solid #2b2c2a;}
.wr-public-brand{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto;text-decoration:none;}
.wr-public-brand img{width:66px;height:66px;object-fit:contain;}
.wr-public-brand span{font-size:30px;font-weight:850;letter-spacing:-.045em;white-space:nowrap;}
.wr-public-brand em{color:var(--wr-yellow);font-style:normal;}
.wr-public-nav{margin-left:18px;}
.wr-public-nav a{display:inline-flex;align-items:center;min-height:44px;padding:0 0 6px;text-decoration:none;font-size:15px;font-weight:700;border-bottom:2px solid var(--wr-yellow);}
.wr-auth-actions{display:flex;align-items:center;margin-left:auto;}
.wr-auth-disclosure{position:relative;border:0;border-radius:0;background:transparent;}
.wr-auth-disclosure+ .wr-auth-disclosure{border-left:1px solid #454643;}
.wr-auth-disclosure>summary{list-style:none;display:flex;align-items:center;gap:10px;height:52px;min-height:52px;padding:0 24px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;outline:none;}
.wr-auth-disclosure>summary::-webkit-details-marker{display:none;}
.wr-auth-disclosure>summary svg{width:16px;height:16px;transition:transform .18s ease;}
.wr-auth-disclosure[open]>summary{color:var(--wr-yellow);box-shadow:inset 0 -2px var(--wr-yellow);}
.wr-auth-disclosure[open]>summary svg{transform:rotate(180deg);}
.wr-auth-disclosure>summary:focus-visible{outline:3px solid var(--wr-yellow);outline-offset:-3px;}
.wr-auth-disclosure:not([open])>.wr-auth-panel{display:none;}
.wr-auth-panel{position:absolute;right:0;top:calc(100% + 20px);width:min(420px,calc(100vw - 28px));max-height:calc(100vh - 130px);overflow:auto;padding:28px;background:#fff;color:var(--wr-ink);border:1px solid var(--wr-line);box-shadow:0 24px 70px rgba(0,0,0,.24);}
.wr-auth-disclosure.register .wr-auth-panel{width:min(500px,calc(100vw - 28px));}
.wr-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:22px;}
.wr-panel-head h2{margin:0;font-size:24px;letter-spacing:-.03em;}
.wr-panel-close{min-width:38px;min-height:38px;padding:0;border:0;background:transparent;color:var(--wr-ink);font-size:24px;line-height:1;}
.wr-panel-close:hover{background:#f0f0ed;}
.wr-auth-panel .field label{color:#292a28;font-size:12px;}
.wr-auth-panel .field input,.wr-auth-panel .field select{background:#fff;color:var(--wr-ink);border:1px solid #c9cac6;}
.wr-auth-panel .field input:focus,.wr-auth-panel .field select:focus{border-color:var(--wr-yellow);box-shadow:0 0 0 3px rgba(255,196,0,.22);}
.wr-auth-panel .field small{color:var(--wr-muted);}
.wr-auth-panel .wr-password-control{position:relative;display:flex;align-items:center;width:100%;}
.wr-auth-panel .wr-password-control input{padding-right:52px;}
.wr-auth-panel .wr-password-toggle{position:absolute;top:50%;right:7px;display:grid;place-items:center;width:38px;min-width:38px;height:38px;min-height:38px;margin:0;padding:0;border:0;border-radius:6px;background:transparent;color:var(--wr-muted);box-shadow:none;transform:translateY(-50%);}
.wr-auth-panel .wr-password-toggle:hover{border:0;background:#f0f0ed;color:var(--wr-ink);}
.wr-auth-panel .wr-password-toggle:focus-visible{outline:3px solid rgba(255,196,0,.55);outline-offset:1px;}
.wr-auth-panel .wr-password-toggle svg{width:20px;height:20px;}
.wr-auth-panel .wr-password-toggle .wr-password-eye-off{display:none;}
.wr-auth-panel .wr-password-toggle[data-password-visible="true"] .wr-password-eye{display:none;}
.wr-auth-panel .wr-password-toggle[data-password-visible="true"] .wr-password-eye-off{display:block;}
.wr-auth-panel .button,.wr-auth-panel button[type=submit]{width:100%;min-height:50px;}
.wr-auth-panel .secondary-link{display:block;margin-top:14px;text-align:center;font-size:13px;text-decoration:underline;}
.wr-role-choice{display:grid;gap:0;margin-top:16px;border-top:1px solid var(--wr-line);}
.wr-role-choice h3{margin:18px 0 8px;font-size:18px;}
.wr-role-option{display:grid;grid-template-columns:22px 1fr 18px;gap:10px;align-items:start;padding:13px 0;border-bottom:1px solid var(--wr-line);}
.wr-role-option input{width:19px;height:19px;margin:1px 0 0;accent-color:var(--wr-yellow);}
.wr-role-option strong{display:block;font-size:14px;}
.wr-role-option small{display:block;margin-top:4px;color:var(--wr-muted);font-size:11px;line-height:1.4;}
.wr-role-option.locked{color:#777;}
.wr-role-option svg{width:17px;height:17px;}

.wr-hero{position:relative;display:grid;grid-template-columns:minmax(0,48%) minmax(0,52%);min-height:520px;background:#fff;}
.wr-hero-copy{position:relative;z-index:2;align-self:center;padding:52px 4vw 64px max(42px,calc((100vw - 1440px)/2 + 32px));}
.wr-hero h1{max-width:660px;margin:0;font-size:clamp(52px,5vw,74px);font-weight:900;line-height:.96;letter-spacing:-.065em;}
.wr-terminal{color:var(--wr-red);}
.wr-hero .wr-lead{max-width:620px;margin:22px 0 0;color:#2d2e2c;font-size:18px;line-height:1.65;}
.wr-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-width:330px;min-height:54px;margin-top:28px;padding:12px 18px;border:2px solid var(--wr-charcoal);border-radius:4px;background:var(--wr-yellow);color:var(--wr-charcoal);font-size:16px;font-weight:850;cursor:pointer;}
.wr-primary svg{width:20px;height:20px;}
.wr-primary:focus-visible,.wr-process-cta:focus-visible{outline:4px solid rgba(215,25,32,.28);outline-offset:3px;}
.wr-proof{display:grid;gap:14px;margin:26px 0 0;padding:0;list-style:none;}
.wr-proof li{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:650;}
.wr-proof svg{width:29px;height:29px;padding:6px;border-radius:50%;background:var(--wr-charcoal);color:#fff;}
.wr-hero-media{position:relative;margin:0;min-height:520px;overflow:hidden;clip-path:polygon(13% 0,100% 0,100% 96%,20% 100%,0 78%);background:#222;}
.wr-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}


.wr-hero-slide{position:absolute;inset:0;backface-visibility:hidden;will-change:opacity,transform;}
.wr-hero-slide-primary{animation:wr-hero-drift-primary 16s ease-in-out infinite alternate;}
.wr-hero-slide-secondary{z-index:1;opacity:0;object-position:50% center;animation:wr-hero-crossfade 16s ease-in-out infinite,wr-hero-drift-secondary 16s ease-in-out infinite alternate;}
.wr-hero-media[data-motion-paused="true"] .wr-hero-slide{animation-play-state:paused;}
.wr-hero-motion{position:absolute;z-index:4;right:24px;bottom:28px;width:46px;height:46px;min-height:46px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(29,30,28,.84);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.24);backdrop-filter:blur(8px);}
.wr-hero-motion:hover{border-color:var(--wr-yellow);background:rgba(29,30,28,.96);}
.wr-hero-motion:focus-visible{outline:4px solid var(--wr-yellow);outline-offset:3px;}
.wr-hero-motion svg{width:20px;height:20px;}
.wr-motion-play{display:none;}
.wr-hero-media[data-motion-paused="true"] .wr-motion-pause{display:none;}
.wr-hero-media[data-motion-paused="true"] .wr-motion-play{display:block;}
.wr-route-edge{position:absolute;z-index:3;left:0;right:0;bottom:0;height:28px;border-bottom:5px solid var(--wr-yellow);pointer-events:none;}
.wr-route-edge:before{content:"";position:absolute;left:0;bottom:-5px;width:63%;border-bottom:5px solid var(--wr-red);transform:rotate(.7deg);transform-origin:left bottom;}
.wr-route-edge:after{content:"";position:absolute;left:7.5%;bottom:-12px;width:18px;height:18px;border:5px solid var(--wr-red);border-radius:50%;background:#fff;}
.wr-public-demo{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:clamp(40px,8vw,110px);align-items:center;padding:88px max(42px,calc((100vw - 1380px)/2));background:var(--wr-charcoal);color:#fff;border-top:1px solid #292b27;border-bottom:1px solid #292b27;}
.wr-public-demo-copy{max-width:620px;}
.wr-public-demo h2{max-width:640px;margin:0;font-size:clamp(42px,4.8vw,64px);line-height:.98;letter-spacing:-.055em;}
.wr-public-demo p{max-width:520px;margin:22px 0 0;color:#deded9;font-size:17px;line-height:1.65;}
.wr-public-demo-media{width:min(100%,420px);justify-self:center;margin:0;padding:14px;border:1px solid #292b27;border-radius:12px;background:var(--wr-charcoal);box-shadow:0 22px 60px rgba(18,20,17,.13);}
.wr-public-demo-media video{display:block;width:100%;height:auto;object-fit:contain;border-radius:6px;background:#080908;}
.wr-public-demo-media figcaption{margin:10px 2px 0;color:#c5c5c1;font-size:11px;line-height:1.45;text-align:center;}

.wr-career-public{scroll-margin-top:92px;padding:88px max(42px,calc((100vw - 1380px)/2));background:#fff;}
.wr-section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;}
.wr-section-head h2{max-width:820px;margin:0;font-size:clamp(44px,5vw,68px);line-height:1;letter-spacing:-.055em;}
.wr-section-head p{max-width:510px;margin:0;color:var(--wr-muted);font-size:16px;line-height:1.6;}
.wr-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:48px 0 54px;padding:0;list-style:none;}
.wr-steps li{position:relative;display:flex;align-items:center;gap:11px;font-size:13px;font-weight:750;}
.wr-steps li:not(:last-child):after{content:"";position:absolute;left:calc(100% - 8px);top:50%;width:28px;border-top:3px solid var(--wr-yellow);}
.wr-step-number{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--wr-charcoal);color:#fff;font-weight:850;}
.wr-roles-route{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:20px;}
.wr-roles-route:before{content:"";position:absolute;left:3%;right:3%;top:54px;border-top:4px solid #c6c7c4;}
.wr-role-node{position:relative;z-index:1;text-align:center;}
.wr-role-icon{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 18px;border:7px solid #e8e9e6;border-radius:50%;background:#f8f8f6;color:var(--wr-charcoal);}
.wr-role-icon svg{width:29px;height:29px;}
.wr-role-node.active .wr-role-icon{border-color:var(--wr-yellow);background:var(--wr-charcoal);color:#fff;box-shadow:0 0 0 3px #fff inset;}
.wr-role-node.active:before{content:"";position:absolute;left:-12%;right:50%;top:34px;border-top:4px solid var(--wr-yellow);z-index:-1;}
.wr-role-node h3{max-width:220px;margin:0 auto 8px;font-size:18px;line-height:1.2;}
.wr-role-state{display:inline-flex;align-items:center;gap:7px;color:var(--wr-muted);font-size:12px;}
.wr-role-state:before{content:"";width:9px;height:9px;border-radius:50%;background:#b8b8b4;}
.wr-role-node.active .wr-role-state:before{background:var(--wr-yellow);}
.wr-progress-row{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:center;margin-top:48px;}
.wr-progress{display:grid;grid-template-columns:auto minmax(120px,1fr);gap:26px;align-items:center;padding:20px 24px;border:1px solid var(--wr-line);border-radius:7px;}
.wr-progress strong{font-size:17px;white-space:nowrap;}
.wr-progress-track{height:10px;border-radius:999px;background:#dededb;overflow:hidden;}
.wr-progress-track span{display:block;height:100%;background:var(--wr-yellow);}
.wr-progress-note{padding-left:28px;border-left:1px solid var(--wr-line);color:#3c3d3a;font-size:13px;line-height:1.55;}
.wr-history-preview{margin-top:20px;border:1px solid var(--wr-line);border-radius:7px;overflow:hidden;}
.wr-history-head{display:grid;grid-template-columns:2fr .7fr 1fr 1fr;padding:14px 22px;background:var(--wr-charcoal);color:#fff;font-size:11px;font-weight:750;}
.wr-history-empty{display:grid;place-items:center;min-height:132px;padding:24px;text-align:center;}
.wr-history-empty svg{width:34px;height:34px;margin-bottom:8px;}
.wr-history-empty strong{display:block;font-size:15px;}
.wr-history-empty span{display:block;margin-top:3px;color:var(--wr-muted);font-size:12px;}

.wr-process{scroll-margin-top:92px;padding:64px max(42px,calc((100vw - 1380px)/2));background:#f5f5f2;border-top:1px solid var(--wr-line);}
.wr-process-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;}
.wr-process h2{margin:0;font-size:clamp(42px,4.5vw,64px);letter-spacing:-.05em;line-height:1;}
.wr-process-intro p{margin:0;color:var(--wr-muted);font-size:17px;line-height:1.65;}
.wr-process-list{display:grid;grid-template-columns:repeat(4,1fr);margin-top:34px;border-top:1px solid #bbbcb8;border-bottom:1px solid #bbbcb8;}
.wr-process-step{min-height:150px;padding:18px;border-right:1px solid #bbbcb8;}
.wr-process-step:last-child{border-right:0;}
.wr-process-step b{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:var(--wr-charcoal);color:#fff;font-size:13px;}
.wr-process-step h3{margin:24px 0 8px;font-size:18px;}
.wr-process-step p{margin:0;color:var(--wr-muted);font-size:13px;line-height:1.55;}
.wr-process-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;margin-top:30px;padding:12px 24px;border:2px solid var(--wr-charcoal);border-radius:4px;background:var(--wr-yellow);color:var(--wr-charcoal);font-size:15px;font-weight:850;cursor:pointer;}
.wr-warehouse-link{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);margin-top:38px;border:1px solid #292b27;border-radius:7px;background:var(--wr-charcoal);color:#fff;overflow:hidden;box-shadow:0 22px 60px rgba(18,20,17,.13);}
.wr-warehouse-diagram{position:relative;min-height:420px;padding:30px 28px 23px;background:radial-gradient(circle at 54% 48%,rgba(255,211,61,.1),transparent 24%),#11120f;color:#30322d;overflow:hidden;}
.wr-warehouse-diagram:after{position:absolute;inset:0;content:"";background:linear-gradient(120deg,transparent 36%,rgba(255,255,255,.035) 50%,transparent 64%);pointer-events:none;}
.wr-warehouse-diagram svg{display:block;width:100%;height:auto;min-height:330px;overflow:visible;}
.wr-warehouse-grid{fill:url(#wr-warehouse-grid);opacity:.72;}
.wr-warehouse-route-base,.wr-warehouse-route-flow{fill:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;}
.wr-warehouse-route-base{stroke:#444740;}
.wr-warehouse-route-flow{stroke:var(--wr-yellow);stroke-dasharray:2 20;animation:wr-warehouse-route 4.5s linear infinite;}
.wr-warehouse-building,.wr-work-panel{fill:none;stroke:#b9bcb4;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
.wr-warehouse-package{fill:#d51d24;stroke:#fff4ce;stroke-width:2;transform-box:fill-box;transform-origin:center;animation:wr-warehouse-package 4.5s ease-in-out infinite;}
.wr-warehouse-package-two{animation-delay:-2.15s;}
.wr-warehouse-ai>circle:first-child{fill:#181a16;stroke:var(--wr-yellow);stroke-width:4;}
.wr-warehouse-ai path{fill:rgba(255,211,61,.14);stroke:var(--wr-yellow);stroke-width:3;stroke-linejoin:round;}
.wr-warehouse-ai>circle:last-child{fill:#d51d24;stroke:#fff;stroke-width:2;}
.wr-ai-ring{fill:none;stroke:#777a72;stroke-width:2;stroke-dasharray:10 9;transform-origin:410px 180px;animation:wr-ai-ring 13s linear infinite;}
.wr-work-panel circle{fill:var(--wr-yellow);stroke:none;}
.wr-warehouse-signal{fill:var(--wr-yellow);stroke:#fff7d9;stroke-width:2;transform-box:fill-box;transform-origin:center;animation:wr-warehouse-signal 2.6s ease-out infinite;}
.wr-warehouse-signal.signal-two{animation-delay:-.85s;}.wr-warehouse-signal.signal-three{animation-delay:-1.7s;}
.wr-warehouse-diagram-labels{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:6px;color:#c9cbc4;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-align:center;}
.wr-warehouse-diagram-labels span:first-child{text-align:left;}.wr-warehouse-diagram-labels span:last-child{text-align:right;}
.wr-warehouse-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:42px 38px;border-left:1px solid #343630;background:linear-gradient(160deg,#20211e,#171815);}
.wr-warehouse-label{color:var(--wr-yellow);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.wr-warehouse-copy h3{margin:14px 0 16px;font-size:clamp(27px,2.45vw,38px);line-height:1.06;letter-spacing:-.035em;}
.wr-warehouse-copy>p:not(.wr-warehouse-note){margin:0;color:#cfd1ca;font-size:14px;line-height:1.65;}
.wr-warehouse-stages{margin:24px 0 0;border-top:1px solid #3c3e38;}
.wr-warehouse-stages>div{display:grid;grid-template-columns:minmax(112px,.75fr) 1.25fr;gap:14px;padding:12px 0;border-bottom:1px solid #3c3e38;}
.wr-warehouse-stages dt{color:#fff;font-size:12px;font-weight:850;}.wr-warehouse-stages dd{margin:0;color:#aeb1aa;font-size:12px;line-height:1.45;}
.wr-warehouse-note{margin:20px 0 0;padding:14px 0 0;border-top:1px solid #3c3e38;color:#bfc1ba;font-size:11px;line-height:1.55;}
.wr-warehouse-note strong{color:var(--wr-yellow);}
.wr-truth{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;padding:48px max(42px,calc((100vw - 1380px)/2));background:var(--wr-charcoal);color:#fff;}
.wr-truth h2{margin:0;font-size:clamp(36px,4vw,54px);line-height:1;letter-spacing:-.04em;}
.wr-truth p{margin:0;color:#d2d2ce;font-size:15px;line-height:1.75;}
.wr-public-footer{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:28px max(42px,calc((100vw - 1380px)/2));background:#080908;color:#c5c5c1;font-size:12px;}
.wr-public-footer strong{color:#fff;font-size:14px;}
.wr-public-footer-links{display:flex;align-items:center;gap:18px;margin-left:auto;}
.wr-public-footer-links a{color:#fff;text-decoration:none;border-bottom:1px solid transparent;font-weight:750;}
.wr-public-footer-links a:hover,.wr-public-footer-links a:focus-visible{border-bottom-color:var(--wr-yellow);}
/* Public policy pages reuse the site's white, route-oriented identity without exposing account UI. */
.wr-legal-page{min-height:calc(100vh + 96px);margin-bottom:-96px;background:#f7f7f4;color:var(--wr-ink);font-family:Inter,"Segoe UI",Arial,sans-serif;}
.wr-legal-page *{box-sizing:border-box;}
.wr-legal-page a{color:inherit;}
.wr-legal-header .wr-public-nav{display:flex;align-items:center;gap:24px;}
.wr-legal-header .wr-public-nav a{border-bottom-color:transparent;}
.wr-legal-header .wr-public-nav a[aria-current="page"],.wr-legal-header .wr-public-nav a:hover,.wr-legal-header .wr-public-nav a:focus-visible{border-bottom-color:var(--wr-yellow);}
.wr-legal-actions{display:flex;align-items:center;gap:10px;margin-left:auto;}
.wr-legal-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;color:#fff;font-size:13px;font-weight:800;text-decoration:none;}
.wr-legal-actions a:hover,.wr-legal-actions a:focus-visible{color:var(--wr-yellow);}
.wr-legal-actions .wr-legal-actions-primary{border:1px solid var(--wr-charcoal);background:var(--wr-yellow);color:var(--wr-charcoal);}
.wr-legal-actions .wr-legal-actions-primary:hover,.wr-legal-actions .wr-legal-actions-primary:focus-visible{background:#ffd23d;color:var(--wr-charcoal);}
.wr-legal-hero{padding:78px max(42px,calc((100vw - 1380px)/2));background:#fff;border-bottom:1px solid var(--wr-line);}
.wr-legal-hero-inner{width:min(920px,100%);margin:0 auto;}
.wr-legal-kicker{margin:0 0 14px;color:var(--wr-red);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.wr-legal-hero h1{margin:0;max-width:900px;font-size:clamp(48px,6.3vw,82px);line-height:.95;letter-spacing:-.065em;}
.wr-legal-hero>div>p:last-child{max-width:700px;margin:24px 0 0;color:#42433f;font-size:18px;line-height:1.65;}
.wr-legal-layout{display:grid;grid-template-columns:minmax(180px,230px) minmax(0,760px);gap:clamp(30px,6vw,86px);width:min(1080px,calc(100% - 84px));margin:0 auto;padding:58px 0 76px;align-items:start;}
.wr-legal-index{position:sticky;top:112px;display:grid;gap:10px;padding:16px 0 16px 18px;border-left:3px solid var(--wr-yellow);}
.wr-legal-index strong{margin-bottom:6px;color:var(--wr-charcoal);font-size:11px;letter-spacing:.12em;text-transform:uppercase;}
.wr-legal-index a{color:#555650;font-size:13px;line-height:1.35;text-decoration:none;}
.wr-legal-index a:hover,.wr-legal-index a:focus-visible{color:var(--wr-red);}
.wr-legal-document{min-width:0;}
.wr-legal-review-note{display:grid;gap:6px;margin-bottom:36px;padding:17px 18px;border-left:4px solid var(--wr-red);background:#fff0ee;color:#4c3b39;font-size:13px;line-height:1.55;}
.wr-legal-review-note strong{color:var(--wr-red);font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.wr-legal-section{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #d8d8d4;scroll-margin-top:112px;}
.wr-legal-section:last-child{margin-bottom:0;border-bottom:0;}
.wr-legal-section h2{margin:0 0 12px;color:var(--wr-charcoal);font-size:26px;letter-spacing:-.03em;}
.wr-legal-section p,.wr-legal-section li{color:#4a4b47;font-size:15px;line-height:1.75;}
.wr-legal-section p{margin:0 0 12px;}
.wr-legal-section p:last-child{margin-bottom:0;}
.wr-legal-section ul{margin:0;padding-left:22px;}

.career-page .hero{align-items:center;}
.career-summary{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:18px;}
.career-summary .card strong{display:block;color:var(--wr-yellow);font-size:28px;}
.career-summary .card span{display:block;margin-top:6px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;}
.career-progress{height:12px;margin-top:14px;border-radius:999px;background:#333;overflow:hidden;}
.career-progress span{display:block;height:100%;background:var(--wr-yellow);}
.career-role-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.career-role{display:flex;min-height:210px;flex-direction:column;border:1px solid var(--line);border-radius:8px;padding:16px;background:#171817;}
.career-role.current{border-color:var(--wr-yellow);}
.career-role.locked{opacity:.66;}
.career-role-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#0d0e0d;color:var(--wr-yellow);}
.career-role-icon svg{width:21px;height:21px;}
.career-role h3{margin:18px 0 7px;}
.career-role p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;}
.career-role .role-action{margin-top:auto;padding-top:18px;}

/* Employment marketplace public surface */
.wr-public-nav{display:flex;align-items:center;gap:28px;margin-left:18px;}
.wr-public-nav a{border-bottom:2px solid transparent;padding-bottom:6px;}
.wr-public-nav a:hover,.wr-public-nav a:focus-visible{border-bottom-color:var(--wr-yellow);}
.wr-auth-disclosure.register>summary{margin:0;background:var(--wr-yellow);color:var(--wr-charcoal);border:1px solid var(--wr-charcoal);}
.wr-auth-disclosure.register>summary:hover{background:#ffd23d;color:var(--wr-charcoal);}
.wr-auth-disclosure.register[open]>summary{color:var(--wr-charcoal);box-shadow:inset 0 -2px var(--wr-red);}
.wr-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;}
.wr-primary{margin-top:0;}
.wr-secondary{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-width:190px;min-height:54px;padding:12px 18px;border:1px solid var(--wr-charcoal);border-radius:4px;color:var(--wr-charcoal);font-size:16px;font-weight:800;text-decoration:none;}
.wr-secondary:hover,.wr-secondary:focus-visible{background:#f5f5f2;}
.wr-secondary svg{width:20px;height:20px;}
.wr-roles-public{scroll-margin-top:92px;padding:58px max(42px,calc((100vw - 1380px)/2));background:#fff;}
.wr-role-board{position:relative;margin-top:28px;border-top:1px solid var(--wr-line);}
.wr-role-board:before{content:"";position:absolute;left:46px;top:48px;bottom:48px;border-left:3px solid var(--wr-yellow);}
.wr-role-board-row{position:relative;display:grid;grid-template-columns:72px minmax(220px,.85fr) minmax(300px,1.35fr) 120px 24px;align-items:center;gap:22px;min-height:78px;border-bottom:1px solid var(--wr-line);}
.wr-role-board-row:before{content:"";position:absolute;left:39px;top:50%;width:15px;height:15px;border:3px solid var(--wr-yellow);border-radius:50%;background:#fff;transform:translateY(-50%);}
.wr-role-board-row:last-child:before{border-color:var(--wr-red);}
.wr-board-icon{position:relative;z-index:1;display:grid;place-items:center;width:56px;height:56px;margin-left:18px;border:1px solid #c8c9c5;border-radius:50%;background:#fff;color:var(--wr-charcoal);}
.wr-board-icon svg{width:29px;height:29px;}
.wr-role-board-row.starting .wr-board-icon{border:2px solid var(--wr-yellow);}
.wr-board-title h3{margin:0;font-size:18px;line-height:1.2;}
.wr-board-state{display:block;margin-top:7px;color:var(--wr-muted);font-size:12px;}
.wr-role-board-row.starting .wr-board-state{color:var(--wr-charcoal);font-weight:800;}
.wr-board-description{margin:0;color:#3d3e3b;font-size:13px;line-height:1.55;}
.wr-board-path{color:var(--wr-charcoal);font-size:12px;font-weight:800;white-space:nowrap;}
.wr-board-arrow{display:grid;place-items:center;justify-self:center;width:30px;height:30px;border:0;border-radius:50%;padding:0;background:transparent;color:var(--wr-charcoal);font:inherit;cursor:pointer;appearance:none;}
.wr-board-arrow:hover{background:#fff4ce;color:var(--wr-red);}
.wr-board-arrow:focus-visible{outline:3px solid var(--wr-red);outline-offset:3px;}
.wr-board-arrow svg{width:22px;height:22px;}
.wr-role-note{margin:20px 0 0;color:var(--wr-muted);font-size:12px;}
.wr-process-list-three{grid-template-columns:repeat(3,1fr);}.wr-registration-note{margin:2px 0 4px;padding:12px 13px;border-left:3px solid var(--wr-yellow);background:rgba(255,211,61,.08);color:#d6dddb;font-size:12px;line-height:1.55;}.wr-social-auth{display:grid;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--wr-line);text-align:center}.wr-social-auth>span{color:var(--wr-muted);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.wr-social-auth small{color:var(--wr-muted);font-size:11px;line-height:1.4}.wr-google-button{width:100%;min-height:46px!important;border:1px solid #c9cac6!important;background:#f4f4f0!important;color:#6e726d!important;cursor:not-allowed!important;opacity:1!important}.wr-google-button:disabled{opacity:1!important;}
/* Keep the unavailable provider action stable beside the normal password flow. */
.wr-auth-panel .wr-social-auth{min-width:0;}
.wr-auth-panel .wr-google-button{display:flex;align-items:center;justify-content:center;min-width:0;min-height:50px!important;margin:0;padding:12px 16px;line-height:1.25;text-align:center;white-space:normal;overflow-wrap:anywhere;}
.wr-auth-panel .wr-google-button:disabled,.wr-auth-panel .wr-google-button:disabled:hover{border-color:#c9cac6!important;background:#f4f4f0!important;color:#6e726d!important;cursor:not-allowed!important;opacity:1!important;}
.wr-auth-panel .wr-social-auth small{display:block;overflow-wrap:anywhere;} .wr-auth-panel .wr-google-button:not(:disabled){border-color:#dadce0!important;background:#fff!important;color:#3c4043!important;cursor:pointer!important;box-shadow:0 7px 18px rgba(15,23,42,.12);gap:10px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.wr-auth-panel .wr-google-button:not(:disabled):hover{border-color:#4285f4!important;box-shadow:0 10px 24px rgba(66,133,244,.18);transform:translateY(-1px)}.wr-google-logo{display:block;width:14px!important;height:14px!important;max-width:14px;max-height:14px;flex:0 0 14px!important}@media (prefers-reduced-motion:reduce){.wr-auth-panel .wr-google-button:not(:disabled){transition:none}.wr-auth-panel .wr-google-button:not(:disabled):hover{transform:none}}
.jobs-page .hero{align-items:center;}
.jobs-choice-callout{border-color:rgba(37,224,207,.45);}
.jobs-role-list .career-role.selectable{border-color:rgba(37,224,207,.45);}
.jobs-role-list .career-role.selectable:hover{border-color:var(--teal);transform:translateY(-2px);}
.jobs-role-list .career-role.locked{background:#121514;}
.jobs-next-step{margin-top:14px;}
/* Signed-in job onboarding and wallet network identity */
.jobs-layout{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);gap:14px;align-items:start;}
.jobs-main{display:grid;gap:14px;min-width:0;}
.job-wizard-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 0 14px;padding:0;list-style:none;border:1px solid var(--line);border-radius:10px;background:#171817;overflow:hidden;}
.job-wizard-steps li{display:flex;align-items:center;gap:10px;min-height:72px;padding:12px 14px;border-right:1px solid var(--line);color:var(--muted);}
.job-wizard-steps li:last-child{border-right:0;}
.job-wizard-steps li>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border:1px solid #555;border-radius:50%;font-size:12px;font-weight:850;}
.job-wizard-steps li strong,.job-wizard-steps li small{display:block;}
.job-wizard-steps li strong{font-size:12px;color:#fff;}
.job-wizard-steps li small{margin-top:3px;font-size:10px;color:var(--muted);line-height:1.35;}
.job-wizard-steps li.current{background:rgba(255,196,0,.1);color:#fff;}
.job-wizard-steps li.current>span,.job-wizard-steps li.complete>span{border-color:var(--wr-yellow);background:var(--wr-yellow);color:var(--wr-charcoal);}
.job-wizard-steps li.complete strong{color:var(--wr-yellow);}
.jobs-roles-card,.jobs-terms-card{min-width:0;}
.jobs-terms-card .eyebrow{margin-bottom:5px;}
.jobs-preview{position:sticky;top:92px;overflow:hidden;padding:0;background:#171817;}
.jobs-preview-art{position:relative;min-height:295px;overflow:hidden;background:#242524;isolation:isolate;}
.jobs-preview-art:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(17,18,17,.05),rgba(17,18,17,.86));pointer-events:none;}
.jobs-preview-art img{display:block;width:100%;height:295px;object-fit:cover;object-position:center;opacity:.72;filter:saturate(.78) contrast(1.04);}
.jobs-preview-tag{position:absolute;z-index:3;left:14px;top:14px;display:inline-flex;padding:6px 8px;border:1px solid rgba(255,196,0,.7);border-radius:999px;background:rgba(17,18,17,.78);color:var(--wr-yellow);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;}
.jobs-preview-route{position:absolute;z-index:2;height:3px;border-radius:999px;background:var(--wr-yellow);box-shadow:0 0 0 1px rgba(17,18,17,.35);transform-origin:left center;opacity:.9;animation:wr-route-drift 4.8s ease-in-out infinite;}
.jobs-preview-route.route-one{left:9%;top:67%;width:55%;transform:rotate(-9deg);}
.jobs-preview-route.route-two{left:43%;top:51%;width:43%;background:var(--wr-red);transform:rotate(18deg);animation-delay:-2.2s;}
.jobs-preview-package{position:absolute;z-index:3;width:18px;height:18px;border:2px solid var(--wr-charcoal);border-radius:3px;background:var(--wr-yellow);box-shadow:0 4px 9px rgba(0,0,0,.3);animation:wr-package-drop 4.8s ease-in-out infinite;}
.jobs-preview-package.package-one{left:16%;top:57%;}
.jobs-preview-package.package-two{left:49%;top:40%;background:#fff;animation-delay:-2.2s;}
.jobs-preview-copy{padding:18px;}
.jobs-preview-copy h2{margin-bottom:8px;}
.jobs-preview-copy .eyebrow{margin-bottom:8px;}
.jobs-preview-note{display:flex;align-items:center;gap:9px;margin-top:15px;padding-top:13px;border-top:1px solid var(--line);}
.wallet-network-head{display:flex;align-items:center;gap:11px;margin-bottom:12px;}
.wallet-network-head h2{margin:0 0 7px;}
.wallet-network-logo{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;}
.wallet-network-logo svg{display:block;width:48px;height:48px;}
@keyframes wr-route-drift{0%,100%{opacity:.25;transform:translateX(-5px) rotate(-9deg)}50%{opacity:1;transform:translateX(10px) rotate(-4deg)}}
@keyframes wr-package-drop{0%,100%{transform:translate(0,-5px) rotate(-4deg);opacity:.4}45%{transform:translate(28px,13px) rotate(8deg);opacity:1}75%{transform:translate(53px,6px) rotate(2deg);opacity:.85}}
@keyframes wr-hero-crossfade{0%,40%{opacity:0}48%,88%{opacity:1}96%,100%{opacity:0}}
@keyframes wr-hero-drift-primary{0%{transform:scale(1.015) translate3d(0,0,0)}100%{transform:scale(1.05) translate3d(-.8%,.35%,0)}}
@keyframes wr-hero-drift-secondary{0%{transform:scale(1.04) translate3d(.6%,-.3%,0)}100%{transform:scale(1.015) translate3d(0,0,0)}}
@keyframes wr-warehouse-route{to{stroke-dashoffset:-44}}
@keyframes wr-ai-ring{to{transform:rotate(360deg)}}
@keyframes wr-warehouse-signal{0%,35%{opacity:.25;transform:scale(.7)}60%{opacity:1;transform:scale(1.3)}100%{opacity:.2;transform:scale(.7)}}
@keyframes wr-warehouse-package{0%,100%{opacity:.7;transform:translateX(0)}50%{opacity:1;transform:translateX(12px)}}
@media(max-width:1080px){
  .wr-process-intro{grid-template-columns:1fr;gap:18px;}
  .wr-process-intro p{max-width:760px;}
  .wr-warehouse-link{grid-template-columns:1fr;}
  .wr-warehouse-diagram{min-height:0;padding:28px 24px 22px;}
  .wr-warehouse-diagram svg{min-height:0;}
  .wr-warehouse-copy{padding:34px 30px;border-top:1px solid #343630;border-left:0;}
}
@media(max-width:980px){
  .wr-public-header{gap:18px;padding:0 22px;}
  .wr-public-brand span{font-size:24px;}
  .wr-public-brand img{width:56px;height:56px;}
  .wr-public-nav{display:none;}
  .wr-hero{grid-template-columns:1fr 1fr;}
  .wr-hero-copy{padding-left:34px;}
  .wr-hero h1{font-size:clamp(50px,7vw,68px);}
  .wr-steps{gap:16px;}
  .wr-steps li:not(:last-child):after{display:none;}
  .wr-process-list{grid-template-columns:repeat(2,1fr);}
  .wr-process-step:nth-child(2){border-right:0;}
  .wr-process-step:nth-child(-n+2){border-bottom:1px solid #bbbcb8;}
  .career-role-list{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:860px){
  .wr-warehouse-link{grid-template-columns:1fr;}
  .wr-warehouse-diagram{min-height:0;padding:24px 22px 20px;}
  .wr-warehouse-diagram svg{min-height:0;}
  .wr-warehouse-copy{padding:34px 30px;border-top:1px solid #343630;border-left:0;}
}

@media(max-width:720px){
  .wr-public-header{--wr-mobile-safe-top:max(12px,env(safe-area-inset-top,0px));min-height:calc(76px + var(--wr-mobile-safe-top));padding:var(--wr-mobile-safe-top) 12px 0;gap:8px;}
  .wr-public-brand{gap:5px;}
  .wr-public-brand img{width:43px;height:43px;}
  .wr-public-brand span{font-size:18px;letter-spacing:-.04em;}
  .wr-auth-actions{margin-left:auto;}
  .wr-auth-disclosure{position:static;}
  .wr-auth-disclosure>summary{height:46px;min-height:46px;padding:0 10px;gap:5px;font-size:13px;}
  .wr-auth-disclosure+ .wr-auth-disclosure{border-left:0;}.wr-auth-disclosure.register>summary{margin:0;}
  .wr-auth-panel,.wr-auth-disclosure.register .wr-auth-panel{position:fixed;top:calc(76px + var(--wr-mobile-safe-top));left:12px;right:12px;width:auto;max-height:calc(100vh - 88px - var(--wr-mobile-safe-top));padding:22px;}
  .wr-hero{display:flex;min-height:0;flex-direction:column;}
  .wr-hero-copy{padding:52px 22px 30px;}
  .wr-hero h1{font-size:clamp(48px,14vw,62px);line-height:.98;}
  .wr-hero .wr-lead{margin-top:24px;font-size:17px;}
  .wr-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;}.wr-primary,.wr-secondary{width:100%;min-width:0;}.wr-secondary{gap:8px;}
  .wr-hero-media{width:100%;min-height:340px;clip-path:polygon(24% 0,100% 0,100% 96%,26% 100%,0 87%,0 30%);}
  .wr-hero-media img{object-position:62% center;}

  .wr-hero-motion{right:18px;bottom:24px;width:44px;height:44px;min-height:44px;}
  .wr-route-edge{bottom:0;}
  .wr-career-public,.wr-roles-public,.wr-process{padding:52px 22px;}
  .wr-public-demo{grid-template-columns:1fr;gap:28px;padding:52px 22px;}
  .wr-public-demo-copy p{font-size:15px;}
  .wr-public-demo-media{width:min(100%,360px);padding:10px;}
  .wr-section-head,.wr-process-intro{display:grid;grid-template-columns:1fr;gap:20px;}
  .wr-roles-public .wr-section-head p,.wr-process-intro p{display:none;}
  .wr-section-head h2,.wr-process h2{font-size:clamp(34px,10vw,46px);}
  .wr-warehouse-link{margin-top:26px;}
  .wr-warehouse-diagram{padding:18px 12px 16px;}
  .wr-warehouse-diagram-labels{gap:5px;font-size:8px;letter-spacing:.06em;}
  .wr-warehouse-copy{padding:28px 22px;}
  .wr-warehouse-copy h3{font-size:29px;}
  .wr-warehouse-stages>div{grid-template-columns:1fr;gap:4px;}
  .wr-steps{grid-template-columns:1fr 1fr;gap:18px;margin:34px 0 44px;}
  .wr-role-board{margin-top:30px;}.wr-role-board:before{left:17px;top:47px;bottom:47px;}.wr-role-board-row{grid-template-columns:42px minmax(0,1fr) 22px;gap:12px;min-height:0;padding:14px 0;}.wr-role-board-row:before{left:10px;width:14px;height:14px;}.wr-board-icon{width:38px;height:38px;margin-left:0;}.wr-board-icon svg{width:22px;height:22px;}.wr-board-title h3{font-size:17px;}.wr-board-description{grid-column:2;font-size:12px;}.wr-board-path{display:none;}.wr-board-arrow{grid-column:3;grid-row:1 / span 2;}.wr-role-note{line-height:1.5;}
  .wr-roles-route:before{left:36px;right:auto;top:35px;bottom:35px;border-top:0;border-left:3px dashed #c6c7c4;}
  .wr-role-node{display:grid;grid-template-columns:76px 1fr;text-align:left;align-items:center;gap:14px;}
  .wr-role-icon{margin:0;}
  .wr-role-node.active:before{display:none;}
  .wr-role-node h3{max-width:none;margin:0 0 7px;font-size:18px;}
  .wr-role-state{grid-column:2;}
  .wr-progress-row{grid-template-columns:1fr;gap:18px;}
  .wr-progress{grid-template-columns:1fr;gap:12px;}
  .wr-progress-note{padding:0;border-left:0;}
  .wr-history-head{grid-template-columns:1.4fr .5fr .8fr .8fr;padding:12px 10px;font-size:9px;}
  .wr-process-list{grid-template-columns:repeat(3,1fr);}
  .wr-process-step{min-height:0;padding:14px 8px;border-right:1px solid #bbbcb8!important;border-bottom:0!important;}
  .wr-process-step:last-child{border-right:0!important;}
  .wr-process-list-three .wr-process-step h3{font-size:15px;margin:16px 0 7px;} 
  .wr-process-list-three .wr-process-step p{font-size:11px;line-height:1.4;}
  .wr-truth{grid-template-columns:1fr;gap:28px;padding:60px 22px;}
  .wr-public-footer{align-items:flex-start;flex-direction:column;padding:26px 22px;}
  .career-summary,.career-role-list{grid-template-columns:1fr;}
}

@media(max-width:430px){
  .wr-public-brand span{font-size:16px;}
  .wr-public-brand img{width:39px;height:39px;}
  .wr-auth-disclosure>summary{padding:0 7px;font-size:12px;}
  .wr-auth-disclosure>summary svg{width:13px;height:13px;}
  .wr-hero h1{font-size:46px;}
  .wr-warehouse-diagram-labels{display:none;}
  .wr-warehouse-copy h3{font-size:26px;}
}

@media(max-width:720px){
  .wr-roles-public{padding-top:36px;padding-bottom:36px;}
  .wr-role-board-row{padding:12px 0;}
  .wr-process{padding:36px 22px;}
  .wr-process-list{margin-top:22px;}
  .wr-process-list-three .wr-process-step{min-height:120px;}
  .wr-truth{padding:36px 22px;gap:18px;}
  .wr-truth h2{font-size:36px;}
  .wr-truth p{font-size:14px;line-height:1.5;}
  .wr-public-footer{padding:18px 22px;gap:12px;}
  .wr-public-footer-links{margin-left:0;order:3;}
  .wr-legal-header .wr-public-nav{display:none;}
  .wr-legal-header{gap:8px;padding:var(--wr-mobile-safe-top) 12px 0;}
  .wr-legal-actions{gap:4px;}
  .wr-legal-actions a{min-height:42px;padding:8px 9px;font-size:12px;}
  .wr-legal-hero{padding:52px 22px 46px;}
  .wr-legal-hero h1{font-size:clamp(48px,14vw,66px);}
  .wr-legal-hero>div>p:last-child{font-size:15px;line-height:1.55;}
  .wr-legal-layout{display:block;width:auto;margin:0;padding:34px 22px 52px;}
  .wr-legal-index{position:static;margin-bottom:34px;padding:16px 0 16px 16px;}
  .wr-legal-section h2{font-size:23px;}
  .wr-legal-section p,.wr-legal-section li{font-size:14px;line-height:1.65;}
}
@media(prefers-reduced-motion:reduce){
  .wr-auth-disclosure>summary svg{transition:none;}
  .wr-hero-slide{animation:none!important;transform:none;will-change:auto;}
  .wr-hero-slide-secondary{opacity:0;}
  .wr-hero-motion{display:none;}
  .wr-warehouse-route-flow,.wr-ai-ring,.wr-warehouse-signal,.wr-warehouse-package{animation:none!important;}
  html{scroll-behavior:auto;}
}

@media(max-width:980px){
  .jobs-layout{grid-template-columns:1fr;}
  .jobs-preview{position:relative;top:auto;}
}
@media(max-width:720px){
  .job-wizard-steps li{min-height:66px;padding:10px 8px;gap:7px;}
  .job-wizard-steps li>span{flex-basis:26px;width:26px;height:26px;font-size:11px;}
  .job-wizard-steps li strong{font-size:10px;}
  .job-wizard-steps li small{font-size:9px;}
  .jobs-preview-art,.jobs-preview-art img{min-height:235px;height:235px;}
  .jobs-preview-copy{padding:15px;}
}
@media(prefers-reduced-motion:reduce){
  .jobs-preview-route,.jobs-preview-package{animation:none;}
}
/* Employment discovery and employer credibility */
.wr-roles-public .wr-section-head{display:grid;gap:12px;align-items:start;}
.wr-roles-public .wr-section-head h2{max-width:none;font-size:clamp(44px,4.3vw,60px);}
.wr-roles-public .wr-section-head p{max-width:760px;}
.wr-role-discovery{margin-top:32px;}
.wr-role-search{display:grid;max-width:960px;gap:8px;color:var(--wr-charcoal);font-size:13px;font-weight:800;}
.wr-role-search-control{position:relative;display:block;}
.wr-role-search-control svg{position:absolute;z-index:1;left:17px;top:50%;width:24px;height:24px;color:var(--wr-charcoal);transform:translateY(-50%);pointer-events:none;}
.wr-role-search-control input{width:100%;min-height:58px;border:2px solid var(--wr-charcoal);border-radius:4px;padding:12px 18px 12px 54px;background:#fff;color:var(--wr-charcoal);font:600 16px/1.3 Inter,"Segoe UI",Arial,sans-serif;outline:none;}
.wr-role-search-control input::placeholder{color:#777873;font-weight:500;opacity:1;}
.wr-role-search-control input:focus{border-color:var(--wr-charcoal);box-shadow:0 0 0 4px rgba(255,196,0,.45);}
.wr-sector-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:24px;border:1px solid #bfc0bc;border-radius:4px;overflow:hidden;}
.wr-sector-filters button{min-width:0;min-height:55px;border:0;border-right:1px solid #bfc0bc;border-radius:0;padding:10px 12px;background:#fff;color:var(--wr-charcoal);box-shadow:none;font:750 15px/1.2 Inter,"Segoe UI",Arial,sans-serif;}
.wr-sector-filters button:last-child{border-right:0;}
.wr-sector-filters button:hover{border-color:#bfc0bc;background:#f2f2ef;color:var(--wr-charcoal);}
.wr-sector-filters button[aria-pressed="true"]{background:var(--wr-yellow);color:var(--wr-charcoal);box-shadow:inset 0 -3px var(--wr-charcoal);}
.wr-sector-filters button:focus-visible{position:relative;z-index:2;outline:3px solid var(--wr-red);outline-offset:-3px;}
.wr-role-board{margin-top:18px;border-top:1px solid var(--wr-line);}
.wr-role-board:before,.wr-role-board-row:before{display:none;}
.wr-role-board-row{grid-template-columns:74px minmax(250px,1.25fr) 190px minmax(160px,.85fr) 28px;gap:22px;min-height:88px;padding:8px 0;}
.wr-role-board-row[hidden]{display:none;}
.wr-board-icon{width:52px;height:52px;margin-left:10px;border:2px solid var(--wr-yellow);background:#fff;}
.wr-role-board-row.starting .wr-board-icon{border:2px solid var(--wr-yellow);background:#fff;color:var(--wr-charcoal);}
.wr-board-icon svg{width:26px;height:26px;}
.wr-board-title{min-width:0;}
.wr-board-title h3{font-size:20px;letter-spacing:-.02em;}
.wr-board-title p{max-width:620px;margin:5px 0 0;color:#5d5e59;font-size:12px;line-height:1.45;}
.wr-board-primary-label{display:inline-flex;margin:0 0 7px;padding:4px 8px;border-radius:999px;background:var(--wr-red);color:#fff;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;}
.wr-board-primary-label[hidden],.wr-role-public-actions[hidden],.wr-role-result-status[hidden]{display:none;}
.wr-board-state{margin:0;color:#343532;font-size:13px;font-weight:650;white-space:nowrap;}
.wr-role-board-row.starting .wr-board-state{color:var(--wr-charcoal);font-weight:850;}
.wr-board-route{position:relative;display:block;height:18px;}
.wr-board-route:before{content:"";position:absolute;left:0;right:10px;top:50%;border-top:3px solid var(--wr-yellow);transform:translateY(-50%);}
.wr-board-route i{position:absolute;right:0;top:50%;width:18px;height:18px;border:3px solid var(--wr-yellow);border-radius:50%;background:#fff;transform:translateY(-50%);}
.wr-board-arrow svg{width:26px;height:26px;stroke-width:2;}
.wr-board-lock{display:grid;place-items:center;color:#777873;}
.wr-board-lock svg{width:22px;height:22px;}
.wr-role-board-row.is-unavailable{background:#f8f8f6;color:#656661;}
.wr-role-board-row.is-teaser{background:#fbfbf9;}
.wr-role-board-row.is-unavailable .wr-board-icon{border-color:#c6c7c2;background:#f2f2ef;color:#70716c;}
.wr-role-board-row.is-unavailable .wr-board-state{color:#686964;font-weight:750;}
.wr-role-board-row.is-unavailable .wr-board-route:before{border-top-color:#c6c7c2;border-top-style:dashed;}
.wr-role-board-row.is-unavailable .wr-board-route i{border-color:#c6c7c2;background:#f8f8f6;}
.wr-role-result-status{margin:18px 0 0;padding:13px 16px;border-left:4px solid var(--wr-red);background:#fff4ce;color:var(--wr-charcoal);font-size:14px;font-weight:750;line-height:1.45;}
.wr-role-board-row.is-primary-result{background:#fff8dc;box-shadow:inset 5px 0 var(--wr-red);padding:16px 18px;}
.wr-role-board-row.is-primary-result .wr-board-icon{border-color:var(--wr-charcoal);background:var(--wr-yellow);}
.wr-role-public-actions{grid-column:2/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;margin:2px 0 8px;padding:16px 18px;border:1px solid #d2ba54;border-radius:4px;background:#fff;}
.wr-role-public-actions p{margin:0;color:#41423f;font-size:13px;line-height:1.5;}
.wr-role-public-actions p strong{color:var(--wr-charcoal);}
.wr-role-public-actions>div{display:flex;gap:10px;}
.wr-role-public-actions button{display:inline-flex;align-items:center;justify-content:center;min-width:108px;min-height:44px;margin:0;border:2px solid var(--wr-charcoal);border-radius:3px;padding:9px 16px;background:var(--wr-yellow);color:var(--wr-charcoal);font:850 13px/1 Inter,"Segoe UI",Arial,sans-serif;cursor:pointer;}
.wr-role-public-actions button:hover,.wr-role-public-actions button:focus-visible{background:#ffd65a;}
.wr-role-public-actions button.secondary{background:#fff;}
.wr-role-public-actions button.secondary:hover,.wr-role-public-actions button.secondary:focus-visible{background:#f2f2ef;}
.wr-role-empty{margin:0;border-bottom:1px solid var(--wr-line);padding:34px 20px;color:var(--wr-muted);font-size:15px;text-align:center;}
.wr-role-note{margin-top:18px;}

.wr-employer{position:relative;scroll-margin-top:92px;display:grid;grid-template-columns:64px minmax(0,.9fr) minmax(420px,1.1fr);gap:40px;align-items:center;padding:72px max(42px,calc((100vw - 1380px)/2));background:var(--wr-charcoal);color:#fff;overflow:hidden;}
.wr-employer-route{position:relative;min-height:278px;}
.wr-employer-route:before{content:"";position:absolute;left:20px;top:8px;bottom:34px;border-left:4px solid var(--wr-yellow);}
.wr-employer-route:after{content:"";position:absolute;left:20px;bottom:34px;width:43px;border-top:4px solid var(--wr-yellow);transform:rotate(46deg);transform-origin:left center;}
.wr-employer-route i{position:absolute;z-index:1;left:11px;width:21px;height:21px;border:4px solid var(--wr-yellow);border-radius:50%;background:var(--wr-charcoal);}
.wr-employer-route i:nth-child(1){top:12px;}
.wr-employer-route i:nth-child(2){top:calc(50% - 10px);border-color:var(--wr-red);}
.wr-employer-route i:nth-child(3){bottom:0;left:45px;}
.wr-employer-copy h2{max-width:560px;margin:0;font-size:clamp(48px,5vw,68px);font-weight:900;line-height:.98;letter-spacing:-.055em;}
.wr-employer-copy p{max-width:600px;margin:24px 0 0;color:#deded9;font-size:17px;line-height:1.65;}
.wr-employer-proofs{position:relative;}
.wr-employer-proofs:before{content:"";position:absolute;left:12px;top:34px;bottom:34px;border-left:3px solid var(--wr-yellow);}
.wr-employer-proofs article{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:20px;align-items:start;padding:21px 0;border-bottom:1px solid #73746f;}
.wr-employer-proofs article:first-child{border-top:1px solid #73746f;}
.wr-employer-proofs article>span{position:relative;z-index:1;width:27px;height:27px;border:4px solid var(--wr-yellow);border-radius:50%;background:var(--wr-charcoal);}
.wr-employer-proofs article>span:after{content:"";position:absolute;inset:5px;border-radius:50%;background:var(--wr-red);}
.wr-employer-proofs h3{margin:0 0 7px;color:#fff;font-size:20px;}
.wr-employer-proofs p{margin:0;color:#d4d4d0;font-size:14px;line-height:1.55;}

@media(max-width:1180px){
  .wr-public-header{gap:20px;}
  .wr-public-nav{gap:16px;}
  .wr-public-nav a{font-size:13px;}
  .wr-auth-disclosure>summary{padding:0 16px;}
  .wr-role-board-row{grid-template-columns:62px minmax(190px,1.2fr) 160px minmax(120px,.75fr) 24px;gap:16px;}
  .wr-board-icon{width:46px;height:46px;margin-left:6px;}
  .wr-board-title h3{font-size:18px;}
  .wr-employer{grid-template-columns:48px minmax(0,.9fr) minmax(360px,1.1fr);gap:28px;}
}
@media(max-width:820px){
  .wr-sector-filters button{font-size:13px;}
  .wr-employer{grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);}
  .wr-employer-route{display:none;}
}
@media(max-width:720px){
  .wr-roles-public .wr-section-head h2{font-size:clamp(34px,10vw,46px);}
  .wr-role-discovery{margin-top:24px;}
  .wr-role-search-control input{min-height:54px;padding-left:49px;font-size:16px;}
  .wr-role-search-control svg{left:15px;width:22px;height:22px;}
  .wr-sector-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border:0;overflow:visible;}
  .wr-sector-filters button,.wr-sector-filters button:last-child{min-height:48px;border:1px solid #bfc0bc;border-radius:3px;font-size:13px;}
  .wr-sector-filters button:last-child{grid-column:1/-1;}
  .wr-role-board{margin-top:24px;}
  .wr-role-board-row{grid-template-columns:46px minmax(0,1fr) 22px;grid-template-rows:auto auto;gap:5px 12px;min-height:0;padding:14px 0;}
  .wr-board-icon{grid-column:1;grid-row:1/span 2;width:40px;height:40px;margin:0;}
  .wr-board-icon svg{width:21px;height:21px;}
  .wr-board-title{grid-column:2;grid-row:1;}
  .wr-board-title h3{font-size:17px;}
  .wr-board-state{grid-column:2;grid-row:2;font-size:12px;white-space:normal;}
  .wr-board-route{display:none;}
  .wr-board-arrow,.wr-board-lock{grid-column:3;grid-row:1/span 2;}
  .wr-board-title p{font-size:11px;}
  .wr-role-result-status{margin-top:14px;font-size:13px;}
  .wr-role-board-row.is-primary-result{padding:14px 12px;}
  .wr-role-public-actions{grid-column:1/-1;grid-row:3;grid-template-columns:1fr;gap:12px;margin:8px 0 0;padding:14px;}
  .wr-role-public-actions>div{flex-wrap:wrap;}
  .wr-role-public-actions button{flex:1 1 120px;}
  .wr-employer{grid-template-columns:1fr;gap:26px;padding:52px 22px;}
  .wr-employer-copy h2{font-size:clamp(40px,12vw,52px);}
  .wr-employer-copy p{margin-top:18px;font-size:15px;}
  .wr-employer-proofs article{gap:16px;padding:18px 0;}
  .wr-employer-proofs h3{font-size:18px;}
}

/* Dashboard modal text is display-only data: keep malformed or very long
   content from pushing actions and metrics out of the viewport. */
.dash-portal-dialog{width:min(520px,calc(100% - 18px));max-width:calc(100% - 18px);max-height:calc(100dvh - 24px);overflow:auto;overscroll-behavior:contain;}
.dash-portal-dialog .dash-portal-body,.dash-portal-dialog .dash-portal-hero-copy,.dash-portal-dialog .dash-workroom-message,.dash-portal-dialog .dash-workroom-thread-copy{min-width:0;max-width:100%;overflow-wrap:anywhere;}
.dash-portal-dialog .dash-portal-hero-copy p:not(.dash-portal-kicker),.dash-portal-dialog .dash-job small,.dash-portal-dialog .dash-terms-copy small,.dash-portal-dialog .dash-workroom-thread-copy small,.dash-portal-dialog .dash-peer-message p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;}
.dash-portal-dialog .dash-workroom-message p{max-height:12rem;overflow:auto;overflow-wrap:anywhere;word-break:break-word;}
.dash-portal-dialog .dash-workroom-message-list,.dash-portal-dialog .dash-workroom-thread-list,.dash-portal-dialog .dash-job-list{min-width:0;max-width:100%;}
.dash-portal-dialog [data-workroom-chat-messages],.dash-portal-dialog [data-peer-message-list]{max-height:42vh;overflow:auto;overscroll-behavior:contain;}
.dash-premium-upload-icon{width:24px;height:24px;display:grid;place-items:center;color:var(--dash-accent);}
.dash-premium-upload-icon svg{width:22px;height:22px;display:block;}
.dash-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
@media(max-width:520px){
  .dash-portal-dialog{width:calc(100% - 14px);max-width:calc(100% - 14px);max-height:calc(100dvh - 16px);}
  .dash-portal-dialog .dash-portal-hero{grid-template-columns:72px minmax(0,1fr);}
  .dash-portal-dialog .dash-portal-hero-copy{padding:10px;}
  .dash-portal-dialog .dash-portal-hero-copy h3{font-size:14px;overflow-wrap:anywhere;}
  .dash-portal-dialog .dash-portal-actions,.dash-portal-dialog .dash-flow-actions{position:relative;z-index:1;}
}

/* Keep typed controls at Safari's no-focus-zoom threshold on phone-sized screens.
   Pinch zoom remains available; only automatic focus zoom is avoided. */
@media (max-width: 768px) {
  input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="color"]),
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* Saved local-bank details stay masked; the sensitive editor opens only on request. */
.dash-account-bank-editor {
  overflow: hidden;
  border: 1px solid #4b5b70;
  border-radius: 10px;
  background: #0d1521;
}

.dash-account-bank-editor > summary {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  list-style: none;
  color: #ffd875;
  font: 850 10px/1 Inter, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.dash-account-bank-editor > summary::-webkit-details-marker {
  display: none;
}

.dash-account-bank-editor > summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-left: auto;
  border: 1px solid #536176;
  border-radius: 50%;
  color: #ffd875;
  font-size: 16px;
  line-height: 1;
}

.dash-account-bank-editor[open] > summary {
  border-bottom: 1px solid #344050;
}

.dash-account-bank-editor[open] > summary::after {
  content: "−";
}

.dash-account-bank-editor > summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -3px;
}

.dash-account-bank-editor > .dash-portal-form {
  padding: 10px;
}

.dash-portal-form [data-account-local-control][hidden],
[data-account-local-bank][hidden] {
  display: none !important;
}

