:root{--blue-950:#082347;--blue-900:#0b3061;--blue-800:#104680;--blue-700:#1761a8;--blue-600:#2674bd;--blue-100:#e9f2fb;--gold:#c9942d;--ink:#152238;--muted:#5d6b7d;--line:#d9e1eb;--surface:#fff;--canvas:#f5f7fa;--danger:#b42318;--danger-bg:#fff1f0;--success:#176b43;--success-bg:#ecfdf3;--radius:14px;--shadow:0 16px 45px #0823471a}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{color:var(--ink);background:var(--canvas);margin:0;font-family:Arial,Helvetica Neue,sans-serif;line-height:1.55}a{color:var(--blue-700);text-underline-offset:3px}a:hover{text-decoration-thickness:2px}button,.button{background:var(--blue-700);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:.45rem;min-height:44px;padding:.8rem 1.2rem;font-weight:700;text-decoration:none;display:inline-flex}button:hover,.button:hover{background:var(--blue-800)}button:disabled{opacity:.6;cursor:not-allowed}.button-secondary{color:var(--blue-800);border:1px solid var(--line);background:#fff}.button-secondary:hover{background:var(--blue-100)}.button-danger{color:var(--danger);background:#fff;border:1px solid #f0aaa5}.button-danger:hover{background:var(--danger-bg)}.button-small{min-height:38px;padding:.52rem .9rem}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip-link{z-index:100;background:#fff;padding:.75rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.brand{color:var(--blue-950);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.brand-mark{background:var(--blue-800);color:#fff;width:42px;height:42px;box-shadow:inset 0 -3px 0 var(--gold);border-radius:11px;place-items:center;font-size:1.25rem;font-weight:800;display:grid}.brand strong,.brand small{display:block}.brand strong{font-size:1.05rem}.brand small{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.68rem}.site-header{border-bottom:1px solid var(--line);background:#fff}.header-inner{justify-content:space-between;align-items:center;max-width:1180px;margin:auto;padding:1rem 1.5rem;display:flex}.header-inner nav{align-items:center;gap:1.25rem;display:flex}.header-inner nav>a:not(.button){font-weight:700;text-decoration:none}.hero{background:linear-gradient(125deg,var(--blue-950),var(--blue-800));color:#fff}.hero-inner{grid-template-columns:1.15fr .85fr;align-items:center;gap:5rem;max-width:1180px;margin:auto;padding:7rem 1.5rem 6rem;display:grid}.eyebrow{color:var(--blue-600);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .65rem;font-size:.78rem;font-weight:800}.hero .eyebrow{color:#a9d3f7}.hero h1{letter-spacing:-.04em;margin:.2rem 0 1.5rem;font-size:clamp(2.5rem,6vw,4.75rem);line-height:1.02}.hero-copy{color:#d8e8f7;max-width:650px;font-size:1.2rem}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.hero .button{color:var(--blue-900);background:#fff}.hero .button-secondary{color:#fff;background:0 0;border-color:#78a8d2}.trust-panel{background:#ffffff14;border:1px solid #ffffff2e;border-radius:22px;padding:2rem}.trust-panel ul{margin:1.25rem 0 0;padding:0;list-style:none}.trust-panel li{border-top:1px solid #ffffff29;padding:.75rem 0}.trust-panel li:before{content:"✓";color:#f2c56c;margin-right:.6rem;font-weight:800}.section{max-width:1180px;margin:auto;padding:5rem 1.5rem}.section h2{margin:.4rem 0 2rem;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card,.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1.6rem}.feature-card .number{color:var(--gold);font-weight:800}.feature-card h3{margin:.75rem 0 .4rem}.feature-card p{color:var(--muted);margin:0}.site-footer{background:var(--blue-950);color:#ccd9e8;padding:2rem 1.5rem}.footer-inner{justify-content:space-between;gap:1rem;max-width:1180px;margin:auto;display:flex}.auth-page{background:radial-gradient(circle at top right,#dceafb,transparent 38%),var(--canvas);min-height:100vh;padding:2rem 1rem}.auth-shell{width:min(100%,630px);margin:auto}.auth-brand{text-align:center;margin:1rem 0 2rem}.auth-card{border:1px solid var(--line);border-top:5px solid var(--blue-700);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:clamp(1.4rem,5vw,3rem)}.auth-card h1{margin:.25rem 0 .75rem;font-size:clamp(2rem,6vw,2.75rem);line-height:1.1}.lead{color:var(--muted);margin-top:0}.auth-card form{margin-top:2rem}.field{margin:0 0 1.25rem}.field label,.checkbox label{font-weight:700;display:block}.field input{width:100%;font:inherit;border:1px solid #9cacbe;border-radius:8px;min-height:48px;margin-top:.35rem;padding:.72rem .8rem}.field input:focus{border-color:var(--blue-700);box-shadow:0 0 0 1px var(--blue-700)}.hint{color:var(--muted);margin:.2rem 0;font-size:.9rem}.field-message{color:var(--danger);margin:.3rem 0;font-size:.9rem;font-weight:700}.field-error input{border:2px solid var(--danger)}.checkbox{grid-template-columns:24px 1fr;gap:.6rem;margin:1rem 0;display:grid}.checkbox input{width:20px;height:20px;margin-top:.2rem}.checkbox label{font-weight:400}.form-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.form-actions button{flex:1}.auth-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:2rem;padding-top:1.25rem}.error-summary,.status{border-radius:9px;margin:1.25rem 0;padding:1rem 1.1rem}.error-summary{background:var(--danger-bg);border-left:5px solid var(--danger)}.error-summary ul{margin:.5rem 0 0}.status-info{background:var(--blue-100);border-left:5px solid var(--blue-700)}.status-success{background:var(--success-bg);border-left:5px solid var(--success)}.status-error{background:var(--danger-bg);border-left:5px solid var(--danger)}.center-state{text-align:center;place-content:center;min-height:100vh;padding:2rem;display:grid}.spinner{border:4px solid var(--line);border-top-color:var(--blue-700);border-radius:50%;width:40px;height:40px;margin:auto;animation:.8s linear infinite spin}.avatar{background:var(--blue-100);width:36px;height:36px;color:var(--blue-800);border-radius:50%;place-items:center;font-weight:700;display:grid}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0;display:grid}.stat{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1.3rem}.stat span{color:var(--muted);font-size:.85rem;display:block}.stat strong{margin-top:.35rem;font-size:1.08rem;display:block}.badge{background:var(--success-bg);color:var(--success);border-radius:99px;align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.82rem;font-weight:700;display:inline-flex}.dashboard-grid{grid-template-columns:1.25fr .75fr;gap:1rem;display:grid}.card h2{margin-top:0}.data-list{margin:0}.data-row{border-top:1px solid var(--line);grid-template-columns:160px 1fr;padding:.8rem 0;display:grid}.data-row dt{color:var(--muted)}.data-row dd{overflow-wrap:anywhere;margin:0;font-weight:700}.future-list{color:var(--muted);padding-left:1.2rem}.security-actions{gap:1rem;display:grid}.security-action{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;padding:1rem 0;display:flex}.security-action h2{margin:0;font-size:1.05rem}.security-action p{color:var(--muted);margin:.25rem 0}.password-form{max-width:620px;margin-top:2rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:800px){.hero-inner{grid-template-columns:1fr;gap:2rem;padding-top:4rem}.feature-grid,.stats-grid,.dashboard-grid{grid-template-columns:1fr}.header-inner nav>a:not(.button){display:none}}@media (max-width:480px){.auth-page{padding:0}.auth-brand{margin:1rem}.auth-card{box-shadow:none;border-left:0;border-right:0;border-radius:0}.footer-inner{display:block}.hero-actions>*{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--public-ink:#10243a;--public-muted:#526274;--public-blue:#0c3158;--public-blue-bright:#145f99;--public-blue-soft:#e8f0f6;--public-warm:#f8f5ee;--public-white:#fffdf8;--public-line:#d8dedf;--public-gold:#b88228;--public-radius-sm:.65rem;--public-radius-lg:1.4rem;--public-space-1:.5rem;--public-space-2:1rem;--public-space-3:1.5rem;--public-space-4:2rem;--public-space-5:3rem;--public-space-6:4.5rem;--public-space-7:7rem;--public-shadow:0 18px 50px #0c315814}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.public-container{width:min(100% - 2rem,76rem);margin-inline:auto}.public-section{padding-block:var(--public-space-6)}.public-eyebrow{margin:0 0 var(--public-space-2);color:var(--public-blue-bright);letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;font-weight:750;line-height:1.4}.public-section-heading{max-width:18ch;color:var(--public-ink);letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,6vw,3.7rem);font-weight:500;line-height:1.08}.public-button{border:2px solid var(--public-blue);border-radius:var(--public-radius-sm);background:var(--public-blue);color:#fff;text-align:center;justify-content:center;align-items:center;min-height:3.25rem;padding:.75rem 1.35rem;font-size:.95rem;font-weight:750;line-height:1.2;text-decoration:none;display:inline-flex}.public-button:hover{background:#071f3a;border-color:#071f3a}.public-button--secondary{color:var(--public-blue);background:0 0}.public-button--secondary:hover{background:var(--public-blue-soft);color:#071f3a}.public-button--quiet{color:var(--public-blue);background:0 0;border-color:#0000;min-height:2.75rem;padding-inline:0}.public-button--quiet:after{content:" →";padding-left:.45rem}.public-button--quiet:hover{color:#071f3a;text-underline-offset:.35rem;background:0 0;border-color:#0000;text-decoration:underline}.public-button:focus-visible,.public-header a:focus-visible,.public-footer a:focus-visible,.public-work-card a:focus-visible,.public-nav-toggle:focus-visible{outline:3px solid var(--public-gold);outline-offset:4px}.public-card{border:1px solid var(--public-line);border-radius:var(--public-radius-lg);background:var(--public-white)}.public-header{z-index:20;background:var(--public-white);border-bottom:1px solid #10243a1a;position:relative}.public-header__inner{justify-content:space-between;align-items:center;gap:var(--public-space-2);min-height:4.75rem;display:flex}.public-header .brand{color:var(--public-blue)}.public-nav-toggle{border:1px solid var(--public-line);border-radius:var(--public-radius-sm);width:2.75rem;height:2.75rem;color:var(--public-blue);background:0 0;place-items:center;display:grid}.public-nav-toggle__lines{gap:.25rem;width:1.2rem;display:grid}.public-nav-toggle__lines span{background:currentColor;border-radius:2px;height:2px;display:block}.public-navigation{border-bottom:1px solid var(--public-line);background:var(--public-white);box-shadow:var(--public-shadow);padding:1.25rem 1rem 1.5rem;display:none;position:absolute;inset:4.75rem 0 auto}.public-navigation[data-open=true]{display:block}.public-navigation__links,.public-navigation__account{gap:.25rem;display:grid}.public-navigation__account{border-top:1px solid var(--public-line);margin-top:.75rem;padding-top:.75rem}.public-navigation a{min-height:2.75rem;color:var(--public-ink);border-radius:.4rem;align-items:center;padding:.45rem .65rem;font-size:.92rem;font-weight:650;text-decoration:none;display:flex}.public-navigation a:hover{background:var(--public-blue-soft)}.public-navigation .public-header__cta{background:var(--public-blue);color:#fff;justify-content:center}.public-navigation .public-header__cta:hover{background:#071f3a}.public-hero{background:var(--public-warm);padding-block:clamp(4.5rem,10vw,8.5rem);overflow:hidden}.public-hero__layout{align-items:center;gap:var(--public-space-5);display:grid}.public-hero h1{max-width:12ch;color:var(--public-blue);letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,12vw,6.25rem);font-weight:500;line-height:.99}.public-hero h1 span{color:var(--public-blue-bright)}.public-hero__copy{max-width:44rem;margin:var(--public-space-3) 0 0;color:var(--public-muted);font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.75}.public-hero__actions{margin-top:var(--public-space-4);flex-wrap:wrap;gap:.75rem;display:flex}.public-hero__mark{place-items:center;min-height:21rem;display:grid}.public-hero__frame{aspect-ratio:1;border-radius:48% 48% var(--public-radius-lg) var(--public-radius-lg);background:var(--public-white);width:min(100%,24rem);box-shadow:var(--public-shadow);border:1px solid #0c31582e;place-items:center;display:grid;position:relative}.public-hero__frame:before{content:"";border:2px solid var(--public-blue);border-bottom-color:var(--public-gold);border-radius:48% 48% var(--public-radius-sm) var(--public-radius-sm);position:absolute;inset:1.4rem}.public-hero__monogram{color:var(--public-blue);font-family:Georgia,Times New Roman,serif;font-size:clamp(6rem,23vw,9rem);line-height:1;position:relative}.public-hero__line{color:var(--public-muted);letter-spacing:.15em;text-align:center;text-transform:uppercase;font-size:.68rem;font-weight:750;position:absolute;bottom:2.7rem;left:0;right:0}.public-work{background:#fff}.public-section-intro{max-width:52rem}.public-section-intro>p:last-child{max-width:42rem;color:var(--public-muted);margin:1.25rem 0 0;font-size:1.06rem;line-height:1.7}.public-card-grid{gap:var(--public-space-2);margin-top:var(--public-space-5);display:grid}.public-work-card{flex-direction:column;align-items:flex-start;min-height:22rem;padding:clamp(1.5rem,4vw,2.2rem);display:flex}.public-work-card__icon{background:var(--public-blue-soft);width:3.25rem;height:3.25rem;color:var(--public-blue);border-radius:50%;place-items:center;font-size:1.35rem;display:grid}.public-work-card h3{margin:var(--public-space-3) 0 0;color:var(--public-ink);font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:500;line-height:1.2}.public-work-card p{color:var(--public-muted);margin:1rem 0 1.5rem;line-height:1.7}.public-work-card a{color:var(--public-blue-bright);margin-top:auto;font-weight:750;text-decoration:none}.public-work-card a:hover{text-underline-offset:.3rem;text-decoration:underline}.public-trust{background:var(--public-blue);color:#fff}.public-section-intro--light .public-eyebrow{color:#e5c276}.public-section-intro--light .public-section-heading{color:#fff}.public-trust-grid{margin-top:var(--public-space-5);border-top:1px solid #ffffff3d;display:grid}.public-trust-grid article{border-bottom:1px solid #ffffff3d;padding:1.6rem 0}.public-trust-grid article>span{color:#e5c276;letter-spacing:.12em;font-size:.72rem;font-weight:750}.public-trust-grid h3{margin:.8rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.public-trust-grid p{color:#d9e3ec;margin:.65rem 0 0;line-height:1.65}.public-audience{background:var(--public-warm)}.public-audience__layout{gap:var(--public-space-4);display:grid}.public-audience__layout>div:last-child>p{max-width:39rem;margin:0 0 var(--public-space-3);color:var(--public-muted);font-size:1.08rem;line-height:1.75}.public-audience--blue{border-top:1px solid var(--public-line);background:var(--public-white)}.public-learning{padding-block:var(--public-space-5);background:var(--public-blue-soft)}.public-learning__inner{align-items:flex-start;gap:var(--public-space-3);flex-direction:column;display:flex}.public-learning h2{color:var(--public-ink);margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,5vw,2.25rem);font-weight:500}.public-learning p:not(.public-eyebrow){max-width:43rem;color:var(--public-muted);margin:.65rem 0 0;line-height:1.65}.public-footer{padding-block:var(--public-space-5) var(--public-space-3);color:#dbe5ed;background:#071f3a}.public-footer__grid{gap:var(--public-space-4) var(--public-space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.public-footer h2{color:#fff;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem}.public-footer ul{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.public-footer a{color:#dbe5ed;text-decoration:none}.public-footer a:hover{color:#fff;text-underline-offset:.3rem;text-decoration:underline}.public-footer .brand{color:#fff}.public-footer__brand p{color:#aebdca;margin:.85rem 0 0;font-size:.85rem}.public-footer__base{margin-top:var(--public-space-5);padding-top:var(--public-space-3);color:#aebdca;border-top:1px solid #ffffff2e;flex-direction:column;gap:.4rem;font-size:.78rem;display:flex}@media (min-width:48rem){.public-container{width:min(100% - 4rem,76rem)}.public-section{padding-block:var(--public-space-7)}.public-nav-toggle{display:none}.public-navigation,.public-navigation[data-open=true]{box-shadow:none;background:0 0;border:0;align-items:center;gap:1rem;padding:0;display:flex;position:static}.public-navigation__links,.public-navigation__account{align-items:center;gap:.1rem;display:flex}.public-navigation__account{border:0;border-left:1px solid var(--public-line);margin:0;padding:0 0 0 .8rem}.public-navigation .public-header__cta{min-height:2.6rem;padding-inline:1rem}.public-hero__layout{grid-template-columns:minmax(0,1.55fr) minmax(17rem,.75fr)}.public-hero__mark{min-height:auto}.public-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.public-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-trust-grid article{border-right:1px solid #ffffff3d;padding:2rem}.public-trust-grid article:nth-child(2n){border-right:0}.public-audience__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}.public-learning__inner{flex-direction:row;justify-content:space-between;align-items:center}.public-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.public-footer__base{flex-direction:row;justify-content:space-between}}@media (min-width:68rem){.public-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.public-trust-grid article{border-bottom:0}.public-trust-grid article:nth-child(2n){border-right:1px solid #ffffff3d}.public-trust-grid article:last-child{border-right:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand img{width:171px;max-width:100%;height:auto;display:block}.payment-contract-main{padding-bottom:2rem}.readiness-list{gap:.65rem;margin-top:1rem;display:grid}.readiness-list article{border:1px solid var(--line);border-radius:.7rem;grid-template-columns:1.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;min-width:0;padding:.85rem 1rem;display:grid}.readiness-list h3,.readiness-list p{margin:0}.readiness-list article>div{min-width:0}.readiness-list p{color:var(--muted);overflow-wrap:anywhere;margin-top:.2rem;font-size:.86rem}.compat-badge{white-space:nowrap;border-radius:999px;padding:.25rem .5rem;font-size:.72rem;display:inline-block}.compat-badge.compatible{color:#155d39;background:#e9f6ef}.compat-badge.missing{color:#813909;background:#fff1e8}.payment-notes ul{color:var(--muted);gap:.45rem;padding-left:1.2rem;display:grid}.contract-json{color:#edf5ff;white-space:pre-wrap;word-break:break-word;background:#091b38;border-radius:.75rem;max-height:34rem;margin:1rem 0 0;padding:1rem;font-size:.78rem;line-height:1.55;overflow:auto}@media (max-width:640px){.payment-contract-main .finance-nav{flex-wrap:wrap;overflow-x:visible}.payment-contract-main .finance-nav a{text-align:center;flex:calc(50% - .25rem);justify-content:center;padding-inline:.4rem}.readiness-list article{grid-template-columns:1.25rem minmax(0,1fr)}.readiness-list article>strong{grid-column:2}}.test-mode-state{border-color:#c9942d}.test-mode-banner{border:1px solid #e2c374;border-left:5px solid var(--gold);background:#fff8e7;border-radius:.75rem;margin-bottom:1rem;padding:1rem 1.2rem}.test-mode-banner span{color:#77520d;letter-spacing:.08em;font-size:.75rem;font-weight:800}.test-mode-banner h2{margin:.25rem 0}.test-mode-banner p{color:var(--muted);margin:0}.readiness-classification{text-transform:capitalize;white-space:nowrap;border-radius:999px;padding:.25rem .5rem;font-size:.68rem}.readiness-classification--satisfied{color:#155d39;background:#e9f6ef}.readiness-classification--partial{color:#174f7f;background:#edf4fa}.readiness-classification--blocked{color:#813909;background:#fff1e8}.readiness-classification--unverified{color:#4d5964;background:#f1f2f4}
:root{--market-blue:#0646c8;--market-blue-dark:#07357f;--market-navy:#10243a;--market-ink:#17283a;--market-muted:#596a7b;--market-line:#d8e0e7;--market-soft:#f4f7fa;--market-white:#fff;--market-gold:#b88228;--market-radius:10px;--market-width:1240px}.market-header,.market-footer,.market-hero,.market-types,.market-preview,.market-conversion,.market-learning{font-family:Arial,Helvetica Neue,sans-serif}.public-container{width:min(calc(100% - 2rem),var(--market-width));margin-inline:auto}.market-brand{color:var(--market-navy);flex:none;align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.market-brand__copy,.market-brand__copy strong,.market-brand__copy small{display:block}.market-brand__copy strong{letter-spacing:-.035em;font-size:1.05rem;line-height:1.05}.market-brand__copy small{color:var(--market-muted);letter-spacing:.065em;text-transform:uppercase;margin-top:.18rem;font-size:.62rem}.market-brand__force{color:var(--market-blue)}.market-brand--inverse{color:#fff}.market-brand--inverse .market-brand__copy small{color:#b9c9d9}.market-header{z-index:20;border-bottom:1px solid var(--market-line);background:#fff;position:relative}.market-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.market-nav-toggle{min-height:42px;color:var(--market-navy);background:#fff;border:1px solid #9aabbc;border-radius:8px;padding:.55rem .8rem;font-weight:700}.market-navigation{border-bottom:1px solid var(--market-line);background:#fff;padding:1rem;display:none;position:absolute;inset:68px 0 auto;box-shadow:0 12px 24px #10243a1a}.market-navigation[data-open=true]{gap:.5rem;display:grid}.market-navigation>div{gap:.25rem;display:grid}.market-navigation a{min-height:44px;color:var(--market-ink);border-radius:7px;align-items:center;padding:.55rem .7rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.market-navigation a:hover{background:var(--market-soft)}.market-navigation__account{border-top:1px solid var(--market-line);padding-top:.6rem}.market-button{border:2px solid var(--market-blue);background:var(--market-blue);text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:.65rem 1rem;font-weight:700;text-decoration:none;display:inline-flex;color:#fff!important}.market-button:hover{background:var(--market-blue-dark);border-color:var(--market-blue-dark)}.market-button--outline{background:#fff;color:var(--market-blue-dark)!important}.market-button--outline:hover{background:#edf3ff}.market-button--small{min-height:40px;padding:.5rem .8rem}.market-header a:focus-visible,.market-footer a:focus-visible,.market-button:focus-visible,.market-nav-toggle:focus-visible,.market-start a:focus-visible,.market-section-head a:focus-visible,.market-learning a:focus-visible,.market-search input:focus-visible,.market-search select:focus-visible,.market-search button:focus-visible{outline:3px solid var(--market-gold);outline-offset:3px}.market-hero{background:var(--market-soft);padding:2.35rem 0 1.2rem}.market-hero__grid{gap:1.5rem;display:grid}.market-kicker{color:var(--market-blue-dark);letter-spacing:.09em;text-transform:uppercase;margin:0 0 .45rem;font-size:.72rem;font-weight:800}.market-intro h1{max-width:22ch;color:var(--market-navy);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,7vw,3.45rem);line-height:1.05}.market-intro>p:not(.market-kicker){max-width:42rem;color:var(--market-muted);margin:.8rem 0 0;font-size:1.03rem;line-height:1.55}.market-actions{flex-wrap:wrap;gap:.6rem;margin-top:1.15rem;display:flex}.market-audiences{color:var(--market-muted);flex-wrap:wrap;gap:.3rem 1rem;margin:1rem 0 0;padding:0;font-size:.78rem;list-style:none;display:flex}.market-audiences li{position:relative}.market-audiences li+li:before{content:"·";position:absolute;left:-.6rem}.market-start{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;padding:1rem}.market-start h2{color:var(--market-navy);margin:0 0 .65rem;font-size:1.15rem}.market-start>div{background:var(--market-line);border:1px solid var(--market-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.market-start a{min-height:92px;color:var(--market-ink);background:#fff;grid-template-columns:auto 1fr auto;align-content:center;gap:.1rem .55rem;padding:.65rem;text-decoration:none;display:grid;position:relative}.market-start a:hover{background:#f5f8ff}.market-start a>span{color:var(--market-blue);grid-row:1/3;font-size:.68rem;font-weight:800}.market-start a small{color:var(--market-muted);font-size:.72rem;line-height:1.3}.market-start a b{color:var(--market-blue);grid-area:1/3/3;align-self:center}.market-search{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;gap:.75rem;margin-top:1.1rem;padding:.85rem;display:grid}.market-search>div{min-width:0}.market-search label{color:var(--market-ink);margin-bottom:.25rem;font-size:.76rem;font-weight:700;display:block}.market-search input,.market-search select{width:100%;min-height:45px;color:var(--market-ink);font:inherit;background:#fff;border:1px solid #8fa1b2;border-radius:7px;padding:.6rem .7rem}.market-search small{color:var(--market-muted);margin-top:.2rem;font-size:.64rem;display:block}.market-search button{border:2px solid var(--market-blue);background:var(--market-blue);color:#fff;min-height:45px;font:inherit;cursor:pointer;border-radius:7px;padding:.55rem .8rem;font-weight:800}.market-search__filters{min-width:0}.market-search__filters summary{color:var(--market-blue-dark);cursor:pointer;font-size:.76rem;font-weight:700}.market-types{background:#fff;padding:2.5rem 0}.market-section-head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:.85rem;display:flex}.market-section-head h2{color:var(--market-navy);letter-spacing:-.025em;margin:0;font-size:clamp(1.35rem,3vw,1.85rem)}.market-section-head>a{color:var(--market-blue-dark);flex:none;font-size:.8rem;font-weight:700;text-decoration:none}.market-types__grid{border:1px solid var(--market-line);border-radius:var(--market-radius);display:grid;overflow:hidden}.market-types article{border-bottom:1px solid var(--market-line);padding:1rem}.market-types article:last-child{border-bottom:0}.market-types h3{color:var(--market-ink);margin:0;font-size:1rem}.market-types article p{color:var(--market-muted);margin:.3rem 0 0;font-size:.8rem}.market-preview{background:var(--market-soft);padding:2.5rem 0}.market-preview__grid{gap:2.25rem;display:grid}.market-disclosure{color:var(--market-muted);margin:-.35rem 0 .8rem;font-size:.72rem;line-height:1.4}.market-list{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;overflow:hidden}.market-list article{border-bottom:1px solid var(--market-line);padding:1rem;position:relative}.market-list article:last-child{border-bottom:0}.market-list__title{align-items:center;gap:.7rem;padding-right:7rem;display:flex}.market-list__title>span{background:#e6edfa;border:1px solid #c5d3e5;border-radius:7px;flex:none;width:34px;height:34px;display:block}.market-list__title>.market-list__avatar{border-radius:50%}.market-list h3{color:var(--market-ink);margin:0;font-size:.94rem}.market-list__title p{color:var(--market-muted);margin:.18rem 0 0;font-size:.73rem}.market-list dl{grid-template-columns:1fr 1fr;gap:.75rem;margin:.85rem 0 0;display:grid}.market-list dl>div{min-width:0}.market-list dt{color:var(--market-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem}.market-list dd{color:var(--market-ink);overflow-wrap:anywhere;margin:.18rem 0 0;font-size:.76rem;font-weight:700}.market-status{color:var(--market-muted);background:#eef2f6;border-radius:99px;padding:.25rem .48rem;font-size:.62rem;font-weight:700;position:absolute;top:1rem;right:1rem}.market-trust{border-block:1px solid var(--market-line);background:#fff;padding:.9rem 0}.market-trust .public-container{color:var(--market-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.55rem 1.2rem;font-size:.78rem;display:flex}.market-trust strong{color:var(--market-navy);font-size:.85rem}.market-trust span:before{content:"✓";color:var(--market-blue);margin-right:.35rem;font-weight:800}.market-conversion{background:#fff;padding:2.8rem 0}.market-conversion__grid{gap:1.8rem;display:grid}.market-conversion__grid>div+div{border-top:1px solid var(--market-line);padding-top:1.8rem}.market-conversion h2{max-width:24ch;color:var(--market-navy);letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,4vw,2.15rem)}.market-conversion p:not(.market-kicker){max-width:34rem;color:var(--market-muted);margin:.6rem 0 1rem;line-height:1.55}.market-learning{background:#edf2f7;padding:1rem 0}.market-learning .public-container{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.market-learning strong,.market-learning span{display:block}.market-learning strong{color:var(--market-navy)}.market-learning span{color:var(--market-muted);margin-top:.15rem;font-size:.78rem}.market-learning a{color:var(--market-blue-dark);font-size:.8rem;font-weight:700;text-decoration:none}.market-footer{color:#d8e3ed;background:#071f3a;padding:2.2rem 0 1.2rem}.market-footer__top{flex-direction:column;gap:1.5rem;display:flex}.market-footer__top p{color:#b9c9d9;margin:.55rem 0 0;font-size:.82rem}.market-footer nav{flex-wrap:wrap;gap:.75rem 1.2rem;display:flex}.market-footer nav a{color:#d8e3ed;font-size:.8rem;text-decoration:none}.market-footer__base{color:#aabccc;border-top:1px solid #34506b;flex-direction:column;gap:.35rem;margin-top:1.7rem;padding-top:1rem;font-size:.72rem;display:flex}@media (min-width:680px){.public-container{width:min(calc(100% - 3rem),var(--market-width))}.market-search{grid-template-columns:1.35fr 1fr 1fr auto;align-items:start}.market-search__filters{display:contents}.market-search__filters summary{display:none}.market-search__filters>div{margin-top:0}.market-search button{align-self:center;margin-top:1.08rem}.market-types__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.market-types article{border-right:1px solid var(--market-line);border-bottom:0}.market-types article:last-child{border-right:0}.market-conversion__grid{grid-template-columns:1fr 1fr}.market-conversion__grid>div+div{border-top:0;border-left:1px solid var(--market-line);padding:0 0 0 2rem}.market-learning .public-container,.market-footer__top,.market-footer__base{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:900px){.market-nav-toggle{display:none}.market-navigation,.market-navigation[data-open=true]{box-shadow:none;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:1rem;padding:0;display:flex;position:static}.market-navigation>div{align-items:center;display:flex}.market-navigation__account{border:0;border-left:1px solid var(--market-line);padding:0 0 0 .75rem}.market-navigation a{padding:.45rem .65rem}.market-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);align-items:center}.market-preview__grid{grid-template-columns:1fr 1fr}.market-hero{padding-top:2.7rem}}@media (max-width:430px){.market-brand img{width:38px;height:38px}.market-brand__copy strong{font-size:.94rem}.market-brand__copy small{font-size:.55rem}.market-start a{min-height:76px}.market-actions>*{flex:1}.market-search{grid-template-columns:minmax(0,1fr) auto;align-items:end}.market-search__filters{grid-area:2/1/auto/-1}.market-search button{grid-area:1/2}.market-list__title{padding-right:0}.market-status{margin-top:.7rem;display:inline-flex;position:static}.market-list dl{grid-template-columns:1fr}.market-section-head{align-items:start}.market-section-head>a{text-align:right;max-width:7rem}.market-trust .public-container{grid-template-columns:1fr 1fr;display:grid}.market-trust strong{grid-column:1/-1}.market-footer nav{grid-template-columns:1fr 1fr;display:grid}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--market-line:#d3dce5;--market-soft:#f5f7fa;--market-radius:9px}.market-header__inner{gap:1.25rem;min-height:64px}.market-brand{gap:.6rem}.market-brand img{width:40px;height:40px}.market-brand__copy strong{letter-spacing:-.025em;font-size:1.02rem}.market-brand__copy small{letter-spacing:.075em;margin-top:.15rem;font-size:.59rem}.market-navigation{inset:64px 0 auto}.market-navigation a{font-size:.86rem}.market-navigation__account{gap:.2rem}.market-button{border-radius:7px;min-height:44px;padding:.62rem 1.05rem;font-size:.91rem;line-height:1.15}.market-button--small{min-height:38px;padding:.48rem .82rem;font-size:.83rem}.market-button--outline{border-color:#7e96ae}.market-button--outline:hover{border-color:var(--market-blue);background:#f3f7ff}.market-hero{padding:2rem 0 1rem}.market-hero__grid{gap:1.25rem}.market-kicker{letter-spacing:.085em;margin-bottom:.38rem;font-size:.69rem}.market-intro h1{letter-spacing:-.038em;max-width:23ch;font-size:clamp(1.85rem,5vw,3.1rem);line-height:1.08}.market-intro>p:not(.market-kicker){max-width:40rem;margin-top:.68rem;font-size:.98rem;line-height:1.5}.market-actions{gap:.55rem;margin-top:1rem}.market-audiences{gap:.25rem .95rem;margin-top:.8rem;font-size:.75rem}.market-start{border-color:#cad5df;padding:.85rem}.market-start h2{margin-bottom:.55rem;font-size:1.08rem}.market-start a{min-height:84px;padding:.58rem .62rem}.market-start a strong{font-size:.86rem}.market-start a small{font-size:.7rem}.market-start a b{font-size:.9rem}.market-search{border-color:#96abd0;border-top:3px solid var(--market-blue);gap:.65rem;margin-top:.9rem;padding:.72rem .78rem .78rem;box-shadow:0 7px 20px #07357f0f}.market-search label{margin-bottom:.2rem;font-size:.73rem}.market-search input,.market-search select{border-color:#8498ac;min-height:43px;padding:.54rem .65rem;font-size:.9rem}.market-search small{font-size:.62rem}.market-search button{border-radius:7px;min-height:43px;padding:.52rem .85rem;font-size:.88rem}.market-search__filters summary{font-size:.74rem}.market-search__filters>div{margin-top:.5rem}.market-types{padding:2.1rem 0}.market-section-head{margin-bottom:.72rem}.market-section-head h2{font-size:clamp(1.3rem,2.5vw,1.7rem);line-height:1.15}.market-section-head>a{font-size:.77rem}.market-types article{padding:.85rem .9rem}.market-types h3{font-size:.94rem}.market-types article p{margin-top:.22rem;font-size:.76rem;line-height:1.4}.market-preview{padding:2.2rem 0}.market-preview__grid{gap:1.65rem}.market-disclosure{margin:-.25rem 0 .68rem;font-size:.69rem}.market-list article{min-height:140px;padding:.86rem .9rem}.market-list__title{gap:.62rem;padding-right:6.6rem}.market-list__title>span{width:32px;height:32px}.market-list h3{font-size:.9rem;line-height:1.3}.market-list__title p{margin-top:.12rem;font-size:.71rem}.market-list dl{gap:.65rem;margin-top:.68rem}.market-list dt{font-size:.62rem}.market-list dd{margin-top:.12rem;font-size:.73rem;line-height:1.35}.market-status{padding:.22rem .44rem;font-size:.59rem;top:.86rem;right:.9rem}.market-trust{padding:.72rem 0}.market-trust .public-container{gap:.45rem 1rem;font-size:.74rem}.market-trust strong{font-size:.81rem}.market-conversion{padding:2.3rem 0}.market-conversion__grid{gap:1.5rem}.market-conversion h2{font-size:clamp(1.4rem,3vw,1.9rem);line-height:1.16}.market-conversion p:not(.market-kicker){margin:.5rem 0 .85rem;font-size:.92rem}.market-learning{padding:.78rem 0}.market-learning strong{font-size:.87rem}.market-learning span,.market-learning a{font-size:.74rem}.market-footer{padding:1.8rem 0 1rem}.market-footer__top{gap:1.25rem}.market-footer__top .market-brand img{width:38px;height:38px}.market-footer__top p{margin-top:.4rem;font-size:.78rem}.market-footer nav{gap:.65rem 1.1rem}.market-footer nav a{font-size:.77rem}.market-footer__base{margin-top:1.35rem;padding-top:.85rem;font-size:.69rem}@media (min-width:680px){.market-search__filters:not([open])>div{display:block}.market-search__filters:not([open])::details-content{content-visibility:visible;block-size:auto;display:contents}.market-search button{margin-top:1rem}.market-conversion__grid>div+div{padding-left:1.7rem}.market-search--launch{grid-template-columns:minmax(0,1.65fr) minmax(180px,.8fr) auto}.market-search--launch button{margin-top:1rem}}@media (min-width:900px){.market-navigation,.market-navigation[data-open=true]{gap:.7rem}.market-navigation__account{padding-left:.65rem}.market-navigation a{padding:.4rem .58rem}.market-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)}.market-hero{padding-top:2.25rem}}@media (max-width:679px){.market-hero{padding-top:1.6rem}.market-preview__grid{gap:2rem}.market-list article{min-height:0}.market-conversion{padding:2rem 0}}@media (max-width:430px){.market-header__inner{min-height:60px}.market-brand img{width:36px;height:36px}.market-brand__copy strong{font-size:.91rem}.market-brand__copy small{font-size:.52rem}.market-navigation{inset:60px 0 auto}.market-nav-toggle{min-height:40px;padding:.48rem .7rem}.market-hero{padding-top:1.35rem}.market-intro h1{font-size:clamp(1.75rem,8.6vw,2.08rem);line-height:1.08}.market-intro>p:not(.market-kicker){font-size:.92rem}.market-audiences{font-size:.71rem}.market-start{padding:.72rem}.market-start a{min-height:72px;padding:.5rem}.market-start a small{font-size:.67rem}.market-search{margin-top:.75rem;padding:.65rem}.market-search button{padding-inline:.7rem;font-size:.82rem}.market-types{padding:1.8rem 0}.market-preview{padding:1.9rem 0}.market-list__title{gap:.55rem}.market-list dl{margin-top:.58rem}.market-conversion__grid{gap:1.4rem}.market-footer{padding-top:1.5rem}.market-search--launch{grid-template-columns:1fr}.market-search--launch button{grid-area:auto;width:100%}}.market-brand img{width:171px;max-width:100%;height:auto;display:block}@media (max-width:430px){.market-brand img{width:146px;height:auto}}:is(html:has(.public-sticky-shell),body:has(.public-sticky-shell)){scroll-padding-top:96px}.public-sticky-shell{z-index:100;position:sticky;top:0}.parent-motto{color:#dbe5ed;letter-spacing:.055em;text-align:center;background:#071f3a;border-bottom:1px solid #24486b;place-items:center;min-height:24px;padding:.2rem 1rem;font-family:Arial,Helvetica Neue,sans-serif;font-size:.68rem;font-weight:700;line-height:1.25;display:grid}.public-sticky-shell .market-header{z-index:auto;background:#fff;position:relative;box-shadow:0 2px 8px #10243a0d}.public-sticky-shell~main [id],.public-sticky-shell~main :focus-visible{scroll-margin-top:96px}.skip-link:focus{z-index:200}@media (max-width:430px){.parent-motto{letter-spacing:.04em;min-height:26px;padding:.2rem .75rem;font-size:.64rem}.public-sticky-shell~main [id],.public-sticky-shell~main :focus-visible{scroll-margin-top:94px}:is(html:has(.public-sticky-shell),body:has(.public-sticky-shell)){scroll-padding-top:94px}}
:root{--emp-navy:#0c3158;--emp-blue:#145f99;--emp-soft:#eef3f7;--emp-line:#cbd6df;--emp-ink:#10243a;--emp-muted:#56687a;--emp-gold:#b88228}.employer-app-header{z-index:100;border-bottom:1px solid var(--emp-line);background:#fff;position:sticky;top:0;box-shadow:0 2px 8px #0c31580d}.employer-app-header__inner{justify-content:space-between;align-items:center;gap:.75rem;width:min(100% - 2rem,76rem);min-height:52px;margin:auto;display:flex}.employer-app-brand{align-items:center;gap:.5rem;min-width:0;display:flex}.employer-app-brand>img{flex:none;width:32px;height:32px;display:block}.employer-app-brand>span{min-width:0;line-height:1;display:grid}.employer-app-brand strong{white-space:nowrap}.employer-app-brand strong i{color:var(--emp-navy);font-size:.88rem;font-style:normal}.employer-app-brand strong i:nth-child(2){color:var(--emp-blue)}.employer-app-brand small{color:var(--emp-muted);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;margin-top:.2rem;font-size:.48rem;font-weight:700}.employer-app-exit{min-height:40px;color:var(--emp-navy);border-radius:6px;flex:none;align-items:center;gap:.35rem;padding:.35rem .5rem;font-size:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.employer-app-exit:hover{background:var(--emp-soft)}.employer-app-header a:focus-visible,.employer-button:focus-visible,.employer-public-header a:focus-visible{outline:3px solid var(--emp-gold);outline-offset:3px}.employer-workspace-page{background:var(--emp-soft);min-height:calc(100vh - 52px);color:var(--emp-ink);padding:.8rem 1rem 1.25rem}.employer-workspace-title,.employer-wizard,.employer-workspace-owner{width:min(100%,900px);margin-inline:auto}.employer-workspace-title{margin-bottom:.55rem}.employer-workspace-title h1{margin:0;font-size:clamp(1.4rem,2.5vw,1.8rem);line-height:1.15}.employer-workspace-title p{color:var(--emp-muted);margin:.2rem 0 0;font-size:.8rem}.employer-wizard,.opportunity-workspace{border:1px solid var(--emp-line);background:#fff;border-radius:9px;overflow:hidden;box-shadow:0 4px 16px #0c31580f}.employer-step-nav{border-bottom:1px solid var(--emp-line);background:#f8fafc;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.employer-step-nav li{border-right:1px solid var(--emp-line);min-width:0;color:var(--emp-muted);align-items:center;gap:.45rem;padding:.55rem .65rem;display:flex}.employer-step-nav li:last-child{border:0}.employer-step-nav li span{background:#fff;border:1px solid #95a7b7;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-size:.65rem;font-weight:800;display:grid}.employer-step-nav li strong{font-size:.68rem;line-height:1.2}.employer-step-nav li[aria-current=step]{color:var(--emp-navy);background:#eaf2fa}.employer-step-nav li[aria-current=step] span{border-color:var(--emp-blue);background:var(--emp-blue);color:#fff}.employer-step-nav li[data-complete=true] span{color:#175b3b;background:#e7f4ec;border-color:#4f8267}.employer-mobile-progress{display:none}.employer-step{padding:.75rem .8rem}.employer-step h2{margin:0 0 .5rem;font-size:1.1rem}.employer-step fieldset,.opportunity-fields fieldset{border:1px solid var(--emp-line);border-radius:7px;margin:0;padding:.65rem .7rem}.employer-step fieldset+fieldset,.opportunity-fields fieldset+fieldset{margin-top:.5rem}.employer-step legend,.opportunity-fields legend{padding:0 .25rem;font-size:.84rem;font-weight:800}.employer-step label,.opportunity-fields label{color:var(--emp-ink);gap:.2rem;font-size:.75rem;font-weight:750;display:grid}.employer-step label>small,.opportunity-fields label>small{color:var(--emp-muted);font-weight:400}.employer-step input,.employer-step select,.employer-step textarea,.opportunity-fields input,.opportunity-fields select,.opportunity-fields textarea{width:100%;min-height:42px;color:var(--emp-ink);font:inherit;background:#fff;border:1px solid #91a3b4;border-radius:6px;padding:.55rem .65rem}.employer-step textarea,.opportunity-fields textarea{resize:vertical;min-height:76px}.employer-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.employer-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;display:grid}.employer-choice-grid label{border:1px solid var(--emp-line);background:#fff;border-radius:6px;align-items:center;gap:.4rem;min-height:42px;padding:.45rem .55rem;display:flex}.employer-choice-grid input{flex:none;width:18px;height:18px;min-height:auto}.employer-choice-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.55rem}.employer-choice-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.employer-file{margin-top:.5rem}.employer-file input{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.employer-file span{width:max-content;min-height:40px;color:var(--emp-navy);border:1px solid #7890a7;border-radius:6px;align-items:center;padding:.4rem .65rem;display:inline-flex}.employer-hint{border-left:3px solid var(--emp-blue);color:var(--emp-muted);background:#edf4fa;margin:.5rem 0 0;padding:.5rem .65rem;font-size:.72rem}.employer-error,.employer-status{color:#842018;background:#fff1f0;border-left:4px solid #b42318;margin:.5rem 0;padding:.55rem .7rem;font-size:.76rem;font-weight:700}.employer-status{color:#185c3b;background:#edf8f2;border-color:#27704a}.employer-actions{border-top:1px solid var(--emp-line);justify-content:flex-end;gap:.5rem;margin-top:.7rem;padding-top:.65rem;display:flex}.employer-button{border:1px solid var(--emp-blue);background:var(--emp-blue);color:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:42px;padding:.5rem .8rem;font-size:.76rem;font-weight:800;text-decoration:none;display:inline-flex}.employer-button:hover{background:var(--emp-navy)}.employer-button--secondary{color:var(--emp-navy);background:#fff}.employer-button--secondary:hover{background:var(--emp-soft)}.employer-logo-placeholder{width:70px;height:70px;color:var(--emp-navy);background:#eaf1f7;border:1px solid #a8b8c7;border-radius:10px;flex:none;place-items:center;font-weight:850;display:grid}.employer-preview{border:1px solid var(--emp-line);background:#f8fafc;border-radius:7px;align-items:center;gap:.75rem;padding:.7rem;display:flex}.employer-preview h3{margin:.1rem 0;font-size:1rem}.employer-preview p{color:var(--emp-muted);margin:.2rem 0;font-size:.75rem}.employer-preview span,.employer-preview small{color:var(--emp-muted);font-size:.68rem}.employer-preview b{color:var(--emp-blue);background:#edf4fa;border-radius:99px;margin-left:auto;padding:.25rem .55rem;font-size:.68rem}.employer-workspace-owner,.employer-ownership{color:var(--emp-muted);text-align:center;font-size:.65rem}.employer-workspace-owner{margin-top:.75rem}.employer-workspace-page--opportunity{padding-bottom:1.5rem}.opportunity-workspace{padding:.75rem}.opportunity-workspace__heading{justify-content:space-between;align-items:center;margin-bottom:.55rem;display:flex}.opportunity-workspace__heading span{font-weight:800}.opportunity-workspace__heading strong{color:var(--emp-muted);font-size:.7rem}.opportunity-layout{grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:.7rem;display:grid}.opportunity-fields{min-width:0}.opportunity-preview{border:1px solid var(--emp-line);background:#f8fafc;border-radius:7px;align-self:start;padding:.8rem;position:sticky;top:66px}.opportunity-preview h2{margin:.15rem 0 .45rem;font-size:1.05rem}.opportunity-preview p{color:var(--emp-muted);font-size:.75rem}.opportunity-preview dl{margin:0}.opportunity-preview dl div{border-top:1px solid var(--emp-line);padding:.45rem 0}.opportunity-preview dt{color:var(--emp-muted);font-size:.66rem}.opportunity-preview dd{margin:0;font-size:.75rem;font-weight:750}.opportunity-preview b{color:var(--emp-blue);background:#edf4fa;border-radius:99px;margin-top:.5rem;padding:.2rem .5rem;font-size:.68rem;display:inline-flex}.opportunity-actions{padding-inline:.1rem}.employer-public-header{border-bottom:1px solid var(--emp-line);background:#fff}.employer-public-header>div{justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,76rem);min-height:68px;margin:auto;display:flex}.employer-public-header .market-brand img{width:38px;height:38px}.employer-public-header nav{align-items:center;gap:.8rem;display:flex}.employer-public-header nav>a:not(.employer-button){color:var(--emp-navy);font-size:.78rem;font-weight:800;text-decoration:none}.employer-directory,.public-employer{width:min(100% - 2rem,72rem);margin:auto;padding:1.25rem 0 2rem}.employer-directory>header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.employer-directory>header span,.public-employer header>div>span{color:var(--emp-blue);text-transform:uppercase;font-size:.7rem;font-weight:800}.employer-directory h1,.public-employer h1{margin:.2rem 0;font-size:clamp(1.6rem,3vw,2.2rem)}.employer-directory header p,.public-employer header p{max-width:700px;color:var(--emp-muted);margin:.25rem 0;font-size:.84rem}.employer-directory>header>div:last-child{gap:.5rem;display:flex}.employer-example-note,.employer-privacy{border-left:3px solid var(--emp-blue);color:var(--emp-muted);background:#edf4fa;margin:.8rem 0;padding:.55rem .7rem;font-size:.72rem}.employer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.employer-card-grid article{border:1px solid var(--emp-line);background:#fff;border-radius:8px;gap:.75rem;padding:.8rem;display:flex}.employer-card-grid article h2{margin:.1rem 0;font-size:1rem}.employer-card-grid article h2 a{color:var(--emp-navy)}.employer-card-grid article p{color:var(--emp-muted);margin:.25rem 0;font-size:.75rem}.employer-card-grid article span,.employer-card-grid article small{color:var(--emp-muted);font-size:.67rem}.employer-card-grid ul{flex-wrap:wrap;gap:.3rem;margin:.45rem 0 0;padding:0;list-style:none;display:flex}.employer-card-grid li{background:var(--emp-soft);border-radius:99px;padding:.18rem .45rem;font-size:.65rem}.employer-ownership{border-top:1px solid var(--emp-line);background:#fff;padding:1rem}.public-employer nav{color:var(--emp-muted);gap:.4rem;font-size:.72rem;display:flex}.public-employer>header{border:1px solid var(--emp-line);background:#fff;border-radius:9px;align-items:center;gap:1rem;margin-top:.8rem;padding:1rem;display:flex}.public-employer__actions{gap:.45rem;margin-left:auto;display:grid}.employer-verification{color:var(--emp-blue);background:#edf4fa;border-radius:99px;margin-top:.5rem;padding:.22rem .55rem;font-size:.68rem;font-weight:800;display:inline-flex}.public-employer__grid{grid-template-columns:1fr 1fr .8fr;gap:.7rem;margin-top:.7rem;display:grid}.public-employer__grid>*{border:1px solid var(--emp-line);background:#fff;border-radius:8px;padding:.8rem}.public-employer__grid h2{margin:0 0 .5rem;font-size:.95rem}.public-employer__grid dl{margin:0}.public-employer__grid dl div{border-top:1px solid var(--emp-line);padding:.45rem 0}.public-employer__grid dt{color:var(--emp-muted);font-size:.67rem}.public-employer__grid dd{margin:0;font-size:.76rem;font-weight:750}.public-employer__grid ul{margin:.3rem 0 .7rem;padding-left:1.1rem;font-size:.76rem}.public-employer__grid aside span{color:var(--emp-blue);font-size:.67rem;font-weight:800;display:block}.public-employer__grid aside strong{margin:.25rem 0;font-size:.85rem;display:block}.public-employer__grid aside p{color:var(--emp-muted);font-size:.72rem}.public-employer__grid aside a{font-size:.75rem;font-weight:800}@media (max-width:760px){.employer-app-header__inner{min-height:50px}.employer-app-brand>img{width:30px;height:30px}.employer-app-exit span:last-child{font-size:0}.employer-app-exit span:last-child:after{content:"Back";font-size:.72rem}.employer-workspace-page{padding:.6rem .75rem calc(4.5rem + env(safe-area-inset-bottom))}.employer-workspace-title h1{font-size:1.28rem}.employer-step-nav{display:none}.employer-mobile-progress{border-bottom:1px solid var(--emp-line);background:#edf4fa;padding:.55rem .65rem;display:block}.employer-mobile-progress>span{color:var(--emp-muted);font-size:.7rem}.employer-mobile-progress>strong{float:right;color:var(--emp-navy);font-size:.72rem}.employer-mobile-progress>div{clear:both;background:#d4e0ea;border-radius:99px;height:5px;margin-top:.4rem;overflow:hidden}.employer-mobile-progress i{background:var(--emp-blue);height:100%;display:block}.employer-step{padding:.6rem}.employer-step h2{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.employer-fields,.employer-choice-grid,.employer-choice-grid--compact,.employer-choice-grid--three{grid-template-columns:1fr}.employer-step fieldset,.opportunity-fields fieldset{padding:.55rem .6rem}.employer-actions{z-index:20;padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom));background:#fff;grid-template-columns:1fr;margin:.7rem -.6rem -.6rem;display:grid;position:sticky;bottom:0;box-shadow:0 -5px 14px #0c315814}.employer-actions>*{width:100%}.employer-preview{align-items:flex-start}.employer-preview b{margin-left:0}.opportunity-layout{grid-template-columns:1fr}.opportunity-preview{position:static}.opportunity-actions{margin:.7rem -.75rem -.75rem}.employer-public-header>div{min-height:60px}.employer-public-header nav>a:not(.employer-button){display:none}.employer-public-header nav .employer-button{padding:.4rem .55rem;font-size:.7rem}.employer-directory>header,.public-employer>header{flex-direction:column;align-items:flex-start}.employer-directory>header>div:last-child{width:100%}.employer-directory>header>div:last-child>*{flex:1}.employer-card-grid,.public-employer__grid{grid-template-columns:1fr}.public-employer__actions{width:100%;margin:0}.employer-card-grid article{align-items:flex-start}.employer-logo-placeholder{width:58px;height:58px}}@media (max-width:390px){.employer-app-brand small{text-overflow:ellipsis;max-width:115px;overflow:hidden}.employer-directory>header>div:last-child,.employer-card-grid article{display:grid}.employer-public-header .market-brand__copy small{display:none}}.employer-app-brand{grid-template-columns:auto;align-content:center;gap:0;display:grid}.employer-app-brand .employer-official-logo,.employer-public-brand .employer-official-logo{width:146px;max-width:100%;height:auto;display:block}.employer-app-brand>small,.employer-public-brand>small{color:var(--emp-muted);letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;margin-top:-.08rem;font-size:.46rem;font-weight:700;line-height:1}.employer-public-brand{align-content:center;text-decoration:none;display:grid}@media (max-width:390px){.employer-app-brand .employer-official-logo,.employer-public-brand .employer-official-logo{width:128px}.employer-app-brand>small,.employer-public-brand>small{text-overflow:clip;max-width:none;font-size:.42rem;overflow:visible}.employer-public-header .employer-public-brand>small{display:block}}.employer-app-brand,.employer-public-brand{align-items:center;display:flex}.employer-workspace-page--opportunity .employer-workspace-title,.employer-workspace-page--opportunity .opportunity-workspace,.employer-workspace-page--opportunity .employer-workspace-owner{width:min(100%,1180px)}.opportunity-layout{grid-template-columns:minmax(0,2fr) minmax(240px,.68fr);gap:.85rem}.opportunity-long-field{grid-column:1/-1}.opportunity-long-field textarea{overflow-wrap:anywhere;white-space:pre-wrap}.opportunity-preview dd{overflow-wrap:anywhere}.opportunity-attachments p{color:var(--emp-muted);margin:.1rem 0 .55rem;font-size:.74rem;line-height:1.45}.opportunity-attachments button{color:#53616e;min-height:40px;font:inherit;cursor:not-allowed;background:#eef1f4;border:1px solid #a8b5c0;border-radius:6px;padding:.45rem .65rem;font-size:.72rem;font-weight:750}@media (max-width:760px){.opportunity-layout{grid-template-columns:1fr}.opportunity-preview{order:2;position:static}.opportunity-long-field{grid-column:auto}}
.profile-page{color:var(--market-ink);background:#fff;font-family:Arial,Helvetica Neue,sans-serif}.profile-page h1,.profile-page h2,.profile-page h3{color:var(--market-navy)}.profile-page a:focus-visible,.profile-page button:focus-visible,.profile-page input:focus-visible,.profile-page select:focus-visible,.profile-page textarea:focus-visible{outline:3px solid var(--market-gold);outline-offset:3px}.directory-hero{border-bottom:1px solid var(--market-line);background:var(--market-soft);padding:2.2rem 0}.directory-hero .public-container{flex-direction:column;align-items:flex-start;gap:1.2rem;display:flex}.directory-hero h1,.profile-form-hero h1{letter-spacing:-.035em;margin:0;font-size:clamp(1.85rem,4vw,2.65rem);line-height:1.12}.directory-hero p:not(.market-kicker),.profile-form-hero p:not(.market-kicker){max-width:47rem;color:var(--market-muted);margin:.55rem 0 0;line-height:1.55}.directory-main{padding:2rem 0 3.25rem}.directory-intro{flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:1rem;display:flex}.directory-intro h2{margin:0;font-size:1.5rem}.directory-intro p{max-width:48rem;color:var(--market-muted);margin:.35rem 0 0}.example-label{color:var(--market-muted);letter-spacing:.04em;text-transform:uppercase;background:#fff;border:1px solid #b8c7d4;border-radius:99px;padding:.25rem .55rem;font-size:.66rem;font-weight:800;display:inline-flex}.directory-filters{border:1px solid #aab9c7;border-top:3px solid var(--market-blue);border-radius:var(--market-radius);background:#fff;gap:.8rem;padding:1rem;display:grid}.profile-field{min-width:0}.profile-field label{color:var(--market-ink);margin-bottom:.3rem;font-size:.78rem;font-weight:800;display:block}.profile-field input,.profile-field select,.profile-field textarea{width:100%;min-height:44px;color:var(--market-ink);font:inherit;background:#fff;border:1px solid #8195a8;border-radius:7px;padding:.62rem .72rem}.profile-field textarea{resize:vertical;line-height:1.5}.profile-field small{color:var(--market-muted);margin-top:.25rem;font-size:.72rem;display:block}.directory-check,.profile-inline-check{color:var(--market-ink);align-items:flex-start;gap:.5rem;font-size:.79rem;font-weight:700;display:flex}.directory-check input,.profile-inline-check input{width:18px;height:18px;accent-color:var(--market-blue);flex:none;margin:.1rem 0 0}.directory-results{justify-content:space-between;align-items:center;gap:1rem;margin:1.1rem 0 .75rem;display:flex}.directory-results p{color:var(--market-ink);margin:0;font-size:.86rem}.directory-results span{color:var(--market-muted);margin-top:.15rem;font-size:.68rem;display:block}.profile-link-button{min-height:40px;color:var(--market-blue-dark);text-underline-offset:3px;background:0 0;border:0;padding:.4rem;font-size:.78rem;font-weight:800;text-decoration:underline}.profile-grid{gap:.9rem;display:grid}.profile-card{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;flex-direction:column;min-width:0;padding:1rem;display:flex}.profile-card__heading{align-items:center;gap:.7rem;display:flex}.profile-avatar{width:42px;height:42px;color:var(--market-blue-dark);background:#e4ecf7;border-radius:10px;flex:none;place-items:center;font-weight:800;display:grid}.profile-avatar--large{border-radius:14px;width:68px;height:68px;font-size:1.35rem}.profile-card__type,.profile-type{color:var(--market-blue-dark);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.65rem;font-weight:800}.profile-card h2{margin:.1rem 0 0;font-size:1rem;line-height:1.25}.profile-card h2 a{color:inherit;text-decoration:none}.profile-card h2 a:hover{text-underline-offset:3px;text-decoration:underline}.profile-card__heading p:last-child{color:var(--market-muted);margin:.12rem 0 0;font-size:.74rem}.profile-card__headline{color:var(--market-muted);margin:.75rem 0;font-size:.82rem;line-height:1.45}.profile-tags{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.profile-tags li{color:var(--market-ink);background:#edf2f7;border-radius:99px;padding:.25rem .52rem;font-size:.68rem;font-weight:700}.profile-card__facts{gap:.45rem;margin:.8rem 0;display:grid}.profile-card__facts div{grid-template-columns:5.1rem 1fr;gap:.45rem;display:grid}.profile-card__facts dt{color:var(--market-muted);font-size:.67rem}.profile-card__facts dd{color:var(--market-ink);margin:0;font-size:.7rem;font-weight:700}.profile-card__footer{border-top:1px solid var(--market-line);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.profile-card__footer>a{color:var(--market-blue-dark);font-size:.72rem;font-weight:800;text-decoration:none}.verification-badge{color:#17633e;background:#e8f4ed;border-radius:99px;align-items:center;padding:.25rem .5rem;font-size:.63rem;font-weight:800;display:inline-flex}.verification-badge:before{content:"✓";margin-right:.3rem}.verification-badge--pending{color:#775a22;background:#f4f0e7}.verification-badge--pending:before{content:"○"}.directory-empty{border-radius:var(--market-radius);text-align:center;background:var(--market-soft);border:1px dashed #9aabbc;padding:2.5rem 1rem}.directory-empty h2{margin:0;font-size:1.25rem}.directory-empty p{color:var(--market-muted);margin:.5rem 0 1rem}.profile-breadcrumb{padding-top:1.1rem}.profile-breadcrumb a{color:var(--market-blue-dark);font-size:.8rem;font-weight:700}.public-profile-hero{padding:1.4rem 0 2rem}.public-profile-hero__grid{gap:1rem;display:grid}.profile-heading-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:.65rem;display:flex}.public-profile-hero h1{margin:.15rem 0;font-size:clamp(1.85rem,5vw,2.7rem);line-height:1.1}.public-profile-name{color:var(--market-muted);margin:0;font-weight:700}.public-profile-headline{max-width:45rem;color:var(--market-muted);margin:.65rem 0 1rem;font-size:1rem}.profile-contact-card{border:1px solid var(--market-line);border-top:3px solid var(--market-blue);border-radius:var(--market-radius);background:var(--market-soft);padding:1rem}.profile-contact-card h2{margin:0;font-size:1rem}.profile-contact-card dl{gap:.7rem;margin:.8rem 0;display:grid}.profile-contact-card dt{color:var(--market-muted);text-transform:uppercase;font-size:.67rem}.profile-contact-card dd{margin:.1rem 0 0;font-size:.78rem;font-weight:700}.profile-contact-card .market-button{cursor:not-allowed;opacity:.72;width:100%}.profile-contact-card small{color:var(--market-muted);text-align:center;margin-top:.45rem;font-size:.65rem;display:block}.public-profile-layout{gap:1.2rem;padding-bottom:3rem;display:grid}.public-profile-main,.public-profile-side{align-content:start;gap:.9rem;display:grid}.public-profile-main>section,.public-profile-side>section{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;padding:1.1rem}.public-profile-main h2,.public-profile-side h2{margin:0 0 .65rem;font-size:1.1rem}.public-profile-main p,.public-profile-side p,.public-profile-side li{color:var(--market-muted);font-size:.82rem;line-height:1.55}.profile-service-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.profile-service-list li{border:1px solid var(--market-line);border-radius:7px;padding:.65rem;font-size:.78rem;font-weight:700}.profile-record+.profile-record{border-top:1px solid var(--market-line);margin-top:1rem;padding-top:1rem}.profile-record h3{margin:0;font-size:.9rem}.profile-record p{margin:.25rem 0 0}.public-profile-side ul:not(.profile-tags){margin:0;padding-left:1.1rem}.profile-privacy-note{border-left:4px solid var(--market-blue)!important;background:var(--market-soft)!important}.profile-form-hero{border-bottom:1px solid var(--market-line);background:var(--market-soft);padding:2rem 0}.profile-form-layout{gap:1.1rem;padding-block:1.5rem 3rem;display:grid}.profile-form-layout>aside{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;align-self:start;padding:1rem}.profile-form-layout>aside strong{color:var(--market-navy)}.profile-form-layout>aside ol{color:var(--market-muted);margin:.7rem 0;padding-left:1.2rem;font-size:.78rem}.profile-form-layout>aside p{border-top:1px solid var(--market-line);color:var(--market-muted);margin:.7rem 0 0;padding-top:.7rem;font-size:.7rem}.profile-form{gap:.8rem;display:grid}.profile-form__notice,.profile-form__success{border-left:4px solid var(--market-blue);background:#edf3fb;border-radius:7px;padding:.85rem 1rem}.profile-form__notice p{color:var(--market-muted);margin:.2rem 0 0;font-size:.78rem}.profile-form__section{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;min-width:0;margin:0;padding:1rem}.profile-form__section legend{color:var(--market-navy);padding:0 .25rem;font-size:.98rem;font-weight:800}.profile-form__help{color:var(--market-muted);margin:0 0 .75rem;font-size:.76rem}.profile-form__section>.profile-field+.profile-field{margin-top:.75rem}.profile-option-grid{gap:.45rem;display:grid}.profile-option-grid label{border:1px solid var(--market-line);min-height:42px;color:var(--market-ink);border-radius:7px;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.76rem;font-weight:700;display:flex}.profile-option-grid input{width:18px;height:18px;accent-color:var(--market-blue)}.profile-form__columns{gap:.75rem;display:grid}.profile-inline-check{margin-top:.75rem}.profile-form__error{color:#a42b21;font-size:.75rem;font-weight:800}.profile-preview{border-radius:var(--market-radius);background:var(--market-soft);border:1px dashed #91a4b7;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.profile-preview h2{margin:0;font-size:1rem}.profile-preview p:not(.market-kicker){color:var(--market-muted);margin:.3rem 0 0;font-size:.76rem}.profile-form__success{color:#175b3b;font-size:.8rem}.profile-form__actions{flex-wrap:wrap;gap:.6rem;display:flex}.profile-form__actions button{font-family:inherit}.profile-form__actions .market-button--outline{background:#fff;color:var(--market-blue-dark)!important}@media (min-width:680px){.directory-hero .public-container,.directory-intro{flex-direction:row;justify-content:space-between;align-items:center}.directory-filters{grid-template-columns:1.4fr 1fr 1fr}.directory-filters__query{grid-column:span 2}.directory-check{align-self:center}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-profile-hero__grid{grid-template-columns:auto minmax(0,1fr) minmax(250px,.42fr);align-items:start}.public-profile-layout{grid-template-columns:minmax(0,1.5fr) minmax(250px,.65fr)}.profile-form-layout{grid-template-columns:220px minmax(0,1fr)}.profile-form-layout>aside{position:sticky;top:82px}.profile-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form__columns{grid-template-columns:1fr 1fr}}@media (min-width:1040px){.directory-filters{grid-template-columns:1.5fr 1fr .8fr 1fr auto;align-items:end}.directory-filters__query{grid-column:auto}.directory-check{align-items:center;min-height:44px}.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-form-layout{grid-template-columns:250px minmax(0,760px);justify-content:center}}@media (max-width:430px){.directory-hero{padding:1.55rem 0}.directory-hero .market-button{width:100%}.directory-main{padding-top:1.5rem}.directory-results{align-items:flex-end}.profile-card__footer{flex-direction:column;align-items:flex-start}.profile-service-list{grid-template-columns:1fr}.profile-form-hero{padding:1.5rem 0}.profile-preview{flex-direction:column}.profile-form__actions>*{width:100%}}.profile-report-link{color:var(--market-muted);text-align:center;font-size:.72rem}@media (min-width:1040px){.directory-filters{grid-template-columns:1.4fr 1fr .8fr 1fr 1fr}.directory-filters--launch{grid-template-columns:minmax(260px,1.6fr) minmax(150px,.8fr) minmax(170px,1fr) minmax(170px,1fr)}}.profile-wizard-page{background:var(--market-soft);padding:1.5rem 0 3rem}.profile-wizard-page__intro h1{color:var(--market-navy);letter-spacing:-.03em;margin:0;font-size:clamp(1.65rem,3.4vw,2.25rem);line-height:1.15}.profile-wizard-page__intro>p:last-child{max-width:46rem;color:var(--market-muted);margin:.4rem 0 0;font-size:.9rem}.profile-wizard{border:1px solid var(--market-line);border-radius:var(--market-radius);background:#fff;max-width:820px;margin:auto;overflow:hidden;box-shadow:0 8px 24px #10243a0f}.profile-wizard__top{background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.profile-wizard__count,.profile-wizard__mode{margin:0}.profile-wizard__count{color:var(--market-navy);font-size:.82rem;font-weight:800}.profile-wizard__mode{color:var(--market-muted);margin-top:.15rem;font-size:.68rem}.profile-completion{text-align:right;width:150px}.profile-completion>span,.profile-completion>small{color:var(--market-muted);font-size:.62rem;display:block}.profile-completion strong{color:var(--market-blue-dark);font-size:.82rem}.profile-completion>div{background:#e5ebf0;border-radius:99px;height:5px;margin:.2rem 0;overflow:hidden}.profile-completion i{background:var(--market-blue);height:100%;display:block}.profile-progress{border-block:1px solid var(--market-line);background:var(--market-soft);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.profile-progress li{border-right:1px solid var(--market-line);min-width:0;color:var(--market-muted);align-items:center;gap:.4rem;padding:.65rem .7rem;display:flex}.profile-progress li:last-child{border-right:0}.profile-progress li>span{background:#fff;border:1px solid #9aabbc;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-size:.65rem;font-weight:800;display:grid}.profile-progress li strong{font-size:.68rem;line-height:1.2}.profile-progress li[aria-current=step]{color:var(--market-blue-dark);background:#edf3fb}.profile-progress li[aria-current=step]>span{border-color:var(--market-blue);background:var(--market-blue);color:#fff}.profile-progress li[data-complete=true]>span{color:#175b3b;background:#e8f4ed;border-color:#548267}.profile-wizard__step{padding:1rem;scroll-margin-top:104px}.profile-wizard__heading>p{color:var(--market-blue-dark);letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:800}.profile-wizard__heading h2{margin:.2rem 0 0;font-size:1.25rem;line-height:1.2}.profile-form--wizard{display:block}.profile-form--wizard .profile-form__section legend{font-size:.9rem}.profile-form--wizard .profile-form__columns>.profile-field{margin-top:0}.profile-form__columns--three{grid-template-columns:1fr!important}.profile-form__error{margin:.3rem 0 0}.profile-media{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem;display:grid}.profile-media__preview{width:96px;height:96px;color:var(--market-blue-dark);background:#edf2f7;border:1px solid #b7c5d2;border-radius:12px;place-items:center;font-weight:800;display:grid;overflow:hidden}.profile-media__preview img{object-fit:cover;width:100%;height:100%}.profile-media__preview--small{border-radius:9px;width:58px;height:58px}.profile-media input[type=file]{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.profile-media p{color:var(--market-muted);margin:.25rem 0;font-size:.7rem}.profile-media small{color:var(--market-muted);margin-top:.35rem;font-size:.68rem;display:block}.profile-media__actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.profile-file-button{min-height:40px;color:var(--market-blue-dark);cursor:pointer;border:1px solid #7890a7;border-radius:7px;align-items:center;padding:.45rem .7rem;font-size:.75rem;font-weight:800;display:inline-flex}.profile-file-button:hover{background:#edf3fb}.profile-file-button:focus-within{outline:3px solid var(--market-gold);outline-offset:3px}.profile-location-remote,.profile-safety-copy{border-left:3px solid var(--market-blue);color:var(--market-muted);background:#edf3fb;margin:0;padding:.65rem .75rem;font-size:.76rem}.portfolio-media-placeholders{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin:.75rem 0;display:grid}.portfolio-media-placeholders span{min-height:60px;color:var(--market-muted);text-align:center;border:1px dashed #9aabbc;border-radius:7px;place-items:center;padding:.5rem;font-size:.67rem;display:grid}.portfolio-added{background:#edf7f1;border-left:3px solid #548267;flex-direction:column;margin-top:.65rem;padding:.55rem .7rem;font-size:.72rem;display:flex}.portfolio-added span{color:var(--market-muted)}.profile-preview--wizard{align-items:center}.profile-preview__identity{align-items:center;gap:.75rem;display:flex}.profile-preview__identity h3{margin:0;font-size:1rem}.profile-preview__identity strong{font-size:.75rem}.profile-preview__identity p:not(.market-kicker){margin:.2rem 0 0}.profile-form--wizard .profile-form__actions{border-top:1px solid var(--market-line);justify-content:flex-end;margin-top:1rem;padding-top:.85rem}.profile-form--wizard .profile-form__success{margin-top:.75rem}.profile-wizard button:focus-visible,.profile-wizard input:focus-visible,.profile-wizard select:focus-visible,.profile-wizard textarea:focus-visible,.profile-wizard [tabindex="-1"]:focus-visible,.profile-file-button:focus-visible{outline:3px solid var(--market-gold);outline-offset:3px}@media (min-width:680px){.profile-form__columns--three{grid-template-columns:.55fr 1fr 1fr!important}}@media (max-width:679px){.profile-wizard-page{padding-top:1rem}.profile-wizard{border-radius:8px}.profile-progress{grid-template-columns:1fr}.profile-progress li{border:0;display:none}.profile-progress li[aria-current=step]{display:flex}.profile-progress li strong{font-size:.76rem}.profile-wizard__top{align-items:flex-start}.profile-completion{width:120px}.profile-media,.portfolio-media-placeholders{grid-template-columns:1fr}.profile-form--wizard .profile-form__actions{grid-template-columns:1fr;display:grid}.profile-form--wizard .profile-form__actions>*{width:100%}}@media (max-width:430px){.profile-wizard-page__intro h1{font-size:1.55rem}.profile-wizard__top,.profile-wizard__step{padding:.8rem}.profile-wizard__mode{max-width:13rem}.profile-completion{width:105px}.profile-form--wizard .profile-option-grid{grid-template-columns:1fr}.profile-preview--wizard,.profile-preview__identity{align-items:flex-start}.profile-preview--wizard{display:grid}}.profile-contact-card>p{color:var(--market-muted);margin:.55rem 0 0;font-size:.68rem;line-height:1.4}.profile-section-heading{justify-content:space-between;align-items:start;gap:1rem;display:flex}.profile-section-heading h2{margin:0}.profile-portfolio-notice{margin:.55rem 0 .8rem!important;font-size:.72rem!important}.public-portfolio-grid{gap:.7rem;display:grid}.public-portfolio-grid article{border:1px solid var(--market-line);border-radius:8px;grid-template-columns:120px minmax(0,1fr);gap:.8rem;padding:.7rem;display:grid}.public-portfolio-media{background:var(--market-soft);min-height:100px;color:var(--market-muted);text-align:center;border:1px dashed #94a7b9;border-radius:6px;place-items:center;font-size:.68rem;display:grid}.public-portfolio-grid article span,.public-portfolio-grid article small{color:var(--market-muted);font-size:.65rem}.public-portfolio-grid article h3{margin:.15rem 0 0;font-size:.9rem}.public-portfolio-grid article p{margin:.25rem 0!important}.external-link-status small{color:var(--market-muted);font-size:.66rem;display:block}@media (max-width:430px){.public-portfolio-grid article{grid-template-columns:1fr}.public-portfolio-media{min-height:80px}}.profile-primary-action{flex-direction:column;align-items:flex-start;gap:.45rem;margin-top:1rem;display:flex}.profile-primary-action small{max-width:35rem;color:var(--market-muted);font-size:.7rem}.profile-primary-action .market-button{min-width:220px}@media (max-width:430px){.profile-form--wizard .profile-option-grid,.profile-form--wizard .profile-form__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form--wizard .profile-form__columns>.profile-field{min-width:0}.portfolio-media-placeholders{grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-media-placeholders span{min-height:70px;padding:.3rem;font-size:.7rem}.profile-completion>span,.profile-completion>small,.profile-wizard__mode{font-size:.7rem}}.profile-wizard__heading h2{scroll-margin-top:136px}:is(html:has(.profile-workspace-sticky),body:has(.profile-workspace-sticky)){scroll-padding-top:96px}.profile-workspace-sticky{z-index:120;position:sticky;top:0}.profile-workspace-header{border-bottom:1px solid var(--market-line);background:#fff;font-family:Arial,Helvetica Neue,sans-serif;position:relative;box-shadow:0 2px 8px #10243a0d}.profile-workspace-header__inner{justify-content:space-between;align-items:center;gap:.75rem;min-height:58px;display:flex;position:relative}.profile-workspace-header__brand{flex:1;min-width:0;max-width:100%;overflow:hidden}.profile-workspace-header__brand .market-brand{min-width:0;max-width:100%;overflow:hidden}.profile-workspace-header__brand .market-brand img{flex:none;width:36px;max-width:100%;height:auto;display:block}.profile-workspace-header__brand .market-brand__copy{min-width:0;overflow:hidden}.profile-workspace-header__brand .market-brand__copy strong,.profile-workspace-header__brand .market-brand__copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-workspace-menu{width:auto;min-width:64px;min-height:44px;color:var(--market-navy);background:#fff;border:1px solid #8fa1b2;border-radius:7px;flex:none;padding:.5rem .7rem;font-size:.8rem;font-weight:800}.profile-workspace-navigation{z-index:125;border-bottom:1px solid var(--market-line);background:#fff;padding:.65rem 1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 24px #10243a1f}.profile-workspace-navigation[data-open=true]{display:grid}.profile-workspace-navigation a{min-height:44px;color:var(--market-ink);border-radius:6px;align-items:center;padding:.5rem .65rem;font-size:.78rem;font-weight:700;text-decoration:none;display:flex}.profile-workspace-navigation a:hover{background:var(--market-soft)}.profile-workspace-header a:focus-visible,.profile-workspace-menu:focus-visible{outline:3px solid var(--market-gold);outline-offset:3px}.profile-wizard-page{background:#eef2f6;min-height:calc(100vh - 82px);padding:1rem 0 1.5rem}.profile-wizard-page>.public-container{width:min(100% - 2rem,960px)}.profile-wizard-page__intro{max-width:900px;margin:0 auto .7rem}.profile-wizard-page__intro h1{font-size:clamp(1.45rem,2.5vw,1.9rem);line-height:1.15}.profile-wizard-page__intro>p:last-child{margin-top:.3rem;font-size:.82rem;line-height:1.45}.profile-wizard{border-color:#c6d1dc;border-radius:8px;max-width:900px;overflow:visible;box-shadow:0 5px 16px #10243a0f}.profile-wizard__top{padding:.65rem .85rem}.profile-wizard__heading h2{font-size:1.12rem}.profile-form--wizard .profile-field label{margin-bottom:.2rem}.profile-step-meter{display:none}.profile-workspace-ownership{color:var(--market-muted);text-align:center;margin:1rem 0 0;font-size:.68rem}.profile-workspace-sticky~main [id],.profile-workspace-sticky~main :focus-visible{scroll-margin-top:104px}@media (min-width:900px){.profile-workspace-menu{display:none}.profile-workspace-navigation,.profile-workspace-navigation[data-open=true]{box-shadow:none;background:0 0;border:0;align-items:center;gap:.15rem;padding:0;display:flex;position:static}.profile-workspace-navigation a{min-height:38px;color:var(--market-muted);padding:.4rem .55rem;font-size:.72rem}.profile-workspace-navigation a:first-child{color:var(--market-blue-dark)}.profile-form--wizard .profile-form__actions{align-items:center}}@media (max-width:430px){:is(html:has(.profile-workspace-sticky),body:has(.profile-workspace-sticky)){scroll-padding-top:92px}.profile-workspace-header__inner{gap:.5rem;min-height:56px}.profile-workspace-header__brand .market-brand{gap:.45rem}.profile-workspace-header__brand .market-brand img{width:32px}.profile-workspace-header__brand .market-brand__copy strong{font-size:.84rem}.profile-workspace-header__brand .market-brand__copy small{letter-spacing:.045em;font-size:.49rem}.profile-workspace-menu{min-width:60px;padding:.45rem .6rem}.profile-wizard-page{padding:.7rem 0 calc(5.5rem + env(safe-area-inset-bottom))}.profile-wizard-page>.public-container{width:calc(100% - 2rem)}.profile-wizard-page__intro{margin-bottom:.55rem}.profile-wizard-page__intro h1{font-size:1.35rem}.profile-wizard-page__intro>p:last-child{font-size:.78rem}.profile-wizard__top{padding:.6rem .7rem}.profile-wizard__mode{max-width:12rem}.profile-progress{display:none}.profile-step-meter{border-block:1px solid var(--market-line);background:#edf3fb;padding:.6rem .7rem;display:block}.profile-step-meter>div:first-child{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.profile-step-meter span{color:var(--market-muted);font-size:.72rem}.profile-step-meter strong{color:var(--market-blue-dark);font-size:.76rem}.profile-step-meter>div:last-child{background:#d8e2ec;border-radius:99px;height:6px;margin-top:.45rem;overflow:hidden}.profile-step-meter i{border-radius:inherit;background:var(--market-blue);height:100%;display:block}.profile-wizard__step{padding:.7rem}.profile-wizard__heading{margin-bottom:.5rem}.profile-wizard__heading>p{display:none}.profile-wizard__heading h2{font-size:1.02rem}.profile-form--wizard .profile-option-grid,.profile-form--wizard .profile-form__columns,.profile-form--wizard .profile-form__columns--three{grid-template-columns:1fr}.profile-form--wizard .profile-form__section{padding:.65rem .7rem}.profile-form--wizard .profile-form__section+.profile-form__section{margin-top:.5rem}.profile-form--wizard .profile-form__actions{z-index:20;padding:.65rem .7rem calc(.65rem + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #b9c7d4;grid-template-columns:1fr;margin:1rem -.7rem -.7rem;display:grid;position:sticky;bottom:0;box-shadow:0 -6px 16px #10243a14}.profile-form--wizard .profile-form__actions>*{width:100%;min-height:44px}.profile-media{gap:.65rem}.profile-media__preview{width:78px;height:78px}.profile-media p{font-size:.72rem}.portfolio-media-placeholders{grid-template-columns:1fr}.profile-workspace-ownership{font-size:.65rem;line-height:1.45}.profile-workspace-sticky~main [id],.profile-workspace-sticky~main :focus-visible{scroll-margin-top:100px}}@media (max-width:350px){.profile-workspace-header__brand .market-brand__copy small{max-width:112px}.profile-workspace-header__brand .market-brand__copy strong{font-size:.8rem}.profile-workspace-menu{min-width:58px}.profile-wizard__top{align-items:flex-start;gap:.5rem}.profile-completion{width:96px}}header.profile-workspace-sticky{z-index:120;display:block;position:sticky;top:0}.profile-workspace-header__inner{min-height:52px}.profile-workspace-header__brand{flex:0 auto;align-items:center;gap:.55rem;min-width:0;display:flex;overflow:visible}.profile-workspace-header__brand>img{flex:none;width:34px;height:34px;display:block}.profile-workspace-header__identity{min-width:0;line-height:1;display:grid}.profile-workspace-header__identity strong{color:var(--market-navy);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.profile-workspace-header__identity strong span:nth-child(2){color:var(--market-blue)}.profile-workspace-header__identity small{color:var(--market-muted);letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin-top:.22rem;font-size:.52rem;font-weight:700;overflow:hidden}.profile-workspace-exit{min-height:40px;color:var(--market-blue-dark);border-radius:6px;flex:none;align-items:center;gap:.35rem;padding:.35rem .5rem;font-size:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.profile-workspace-exit:hover{background:#edf3fb}.profile-workspace-exit:focus-visible{outline:3px solid var(--market-gold);outline-offset:2px}.profile-workspace-exit__short{display:none}.profile-wizard-page{min-height:calc(100vh - 52px);padding:.75rem 0 1.1rem}.profile-wizard-page__intro{margin-bottom:.5rem}.profile-wizard-page__intro h1{font-size:clamp(1.35rem,2.2vw,1.7rem)}.profile-wizard-page__intro>p:last-child{margin-top:.2rem;font-size:.78rem}.profile-wizard{box-shadow:0 3px 12px #10243a0d}.profile-progress li{padding:.48rem .6rem}.profile-wizard__step{padding:.7rem .8rem .85rem}.profile-wizard__heading{margin-bottom:.45rem}.profile-wizard__heading h2{margin:0;font-size:1.05rem}.profile-form--wizard .profile-form__section{padding:.62rem .7rem}.profile-form--wizard .profile-form__section+.profile-form__section{margin-top:.45rem}.profile-form--wizard .profile-field+.profile-field{margin-top:.42rem}.profile-form--wizard textarea{min-height:70px}.profile-media__preview{width:82px;height:82px}.profile-media__actions{margin-top:.35rem}.profile-form--wizard .profile-form__actions{margin-top:.75rem;padding-top:.7rem}.profile-workspace-ownership{margin-top:.75rem}@media (max-width:430px){:is(html:has(.profile-workspace-sticky),body:has(.profile-workspace-sticky)){scroll-padding-top:64px}.profile-workspace-header__inner{gap:.4rem;min-height:50px}.profile-workspace-header__brand{gap:.4rem}.profile-workspace-header__brand>img{width:30px;height:30px}.profile-workspace-header__identity strong{font-size:.8rem}.profile-workspace-header__identity small{letter-spacing:.035em;font-size:.45rem}.profile-workspace-exit{min-height:40px;padding:.3rem .4rem}.profile-workspace-exit__full{display:none}.profile-workspace-exit__short{display:inline}.profile-wizard-page{padding:.55rem 0 calc(4.75rem + env(safe-area-inset-bottom))}.profile-wizard-page__intro{margin-bottom:.4rem}.profile-wizard-page__intro h1{font-size:1.22rem}.profile-wizard-page__intro>p:last-child{font-size:.73rem;line-height:1.35}.profile-step-meter{padding:.5rem .65rem}.profile-wizard__heading{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-wizard__step{padding:.6rem}.profile-form--wizard .profile-form__section{padding:.55rem .6rem}.profile-form--wizard .profile-form__section+.profile-form__section{margin-top:.4rem}.profile-media__preview{width:68px;height:68px}.profile-form--wizard .profile-form__actions{padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom));margin:.75rem -.6rem -.6rem}.profile-workspace-sticky~main [id],.profile-workspace-sticky~main :focus-visible{scroll-margin-top:64px}}@media (max-width:350px){.profile-workspace-header__identity strong{font-size:.76rem}.profile-workspace-header__identity small{max-width:116px}.profile-workspace-exit{font-size:.72rem}.profile-wizard-page>.public-container{width:calc(100% - 1.25rem)}}.profile-workspace-header__brand>img{flex:none;width:146px;max-width:100%;height:auto;display:block}@media (max-width:430px){.profile-workspace-header__brand>img{width:128px;height:auto}}
:root{--opp-navy:#10243a;--opp-blue:#145f99;--opp-soft:#eef3f7;--opp-line:#cbd6df;--opp-muted:#56687a;--opp-gold:#b88228;--opp-white:#fff}.opportunity-public-header{z-index:110;border-bottom:1px solid var(--opp-line);background:#fff;position:sticky;top:0}.opportunity-public-header>div{justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,76rem);min-height:64px;margin:auto;display:flex}.opportunity-public-brand{align-items:center;min-width:0;display:flex}.opportunity-public-brand img{width:171px;max-width:100%;height:auto;display:block}.opportunity-public-header nav{align-items:center;gap:.25rem;display:flex}.opportunity-public-header nav a:not(.opportunity-button){min-height:44px;color:var(--opp-navy);padding:.65rem;font-size:.8rem;font-weight:750;text-decoration:none}.opportunity-public-header a:focus-visible,.opportunity-button:focus-visible,.opportunity-filters :focus-visible,.opportunity-management-record__actions :focus-visible{outline:3px solid var(--opp-gold);outline-offset:3px}.opportunity-directory,.opportunity-detail,.opportunity-manage{width:min(100% - 2rem,72rem);color:var(--opp-navy);margin:auto;padding:1.15rem 0 2rem}.opportunity-page-heading{justify-content:space-between;align-items:end;gap:1rem;display:flex}.opportunity-page-heading>div>span{color:var(--opp-blue);letter-spacing:.07em;text-transform:uppercase;font-size:.7rem;font-weight:850}.opportunity-page-heading h1{margin:.18rem 0;font-size:clamp(1.55rem,3vw,2.1rem);line-height:1.15}.opportunity-page-heading p{max-width:720px;color:var(--opp-muted);margin:.25rem 0;font-size:.86rem}.opportunity-disclosure,.opportunity-private-note{border-left:3px solid var(--opp-blue);color:var(--opp-muted);background:#edf4fa;margin:.8rem 0;padding:.55rem .7rem;font-size:.74rem}.opportunity-button{border:1px solid var(--opp-blue);background:var(--opp-blue);color:#fff;border-radius:7px;justify-content:center;align-items:center;min-height:44px;padding:.5rem .8rem;font-size:.76rem;font-weight:800;text-decoration:none;display:inline-flex}.opportunity-button:hover{background:#0c3158}.opportunity-button--secondary{color:#0c3158;background:#fff}.opportunity-button--secondary:hover{background:var(--opp-soft)}.opportunity-button:disabled{color:#4f5f6f;cursor:not-allowed;opacity:1;background:#e6ebef;border-color:#9aa8b5}.opportunity-employer-action{border-left:1px solid var(--opp-line);flex:none;justify-items:end;gap:.12rem;padding-left:.8rem;display:grid}.opportunity-employer-action span{color:var(--opp-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:750}.opportunity-employer-action a{color:var(--opp-blue);text-underline-offset:3px;font-size:.72rem;font-weight:750;text-decoration:underline}.opportunity-employer-action a:focus-visible{outline:3px solid var(--opp-gold);outline-offset:3px}.opportunity-filters{border:1px solid var(--opp-line);background:#fff;border-radius:9px;grid-template-columns:2fr repeat(3,minmax(130px,1fr));gap:.55rem;padding:.7rem;display:grid;box-shadow:0 3px 12px #0c31580d}.opportunity-filters>div{gap:.18rem;display:grid}.opportunity-filters label{font-size:.68rem;font-weight:800}.opportunity-filters input,.opportunity-filters select{width:100%;min-height:44px;color:var(--opp-navy);font:inherit;background:#fff;border:1px solid #91a3b4;border-radius:6px;padding:.48rem .55rem;font-size:.76rem}.opportunity-filter-reset{border:1px solid var(--opp-line);min-height:44px;color:var(--opp-blue);background:#fff;align-self:end;font-size:.75rem}.opportunity-results-heading{justify-content:space-between;gap:1rem;padding:.8rem .1rem .55rem;display:flex}.opportunity-results-heading strong{font-size:.82rem}.opportunity-results-heading span{color:var(--opp-muted);font-size:.72rem}.opportunity-card-list{gap:.65rem;display:grid}.opportunity-card{border:1px solid var(--opp-line);background:#fff;border-radius:9px;padding:.8rem;position:relative}.opportunity-card__top{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.65rem;display:grid}.opportunity-org-mark{color:#0c3158;background:#eaf1f7;border:1px solid #a8b8c7;border-radius:8px;flex:none;place-items:center;width:44px;height:44px;font-size:.75rem;font-weight:850;display:grid}.opportunity-card__top p{color:var(--opp-muted);margin:0;font-size:.7rem}.opportunity-card h2{margin:.08rem 0;font-size:1rem;line-height:1.25}.opportunity-card h2 a{color:var(--opp-navy)}.opportunity-badge{color:#244a6b;background:#edf3f8;border:1px solid #9fb0bf;border-radius:99px;align-items:center;padding:.2rem .48rem;font-size:.65rem;font-weight:800;display:inline-flex}.opportunity-badge--closing-soon{color:#704a08;background:#fff7e7;border-color:#c79d50}.opportunity-badge--closed{color:#4c5965;background:#f1f3f5;border-color:#aab3bc}.opportunity-card__facts{border-block:1px solid var(--opp-line);grid-template-columns:repeat(4,minmax(0,1fr));margin:.65rem 0 0;display:grid}.opportunity-card__facts div{border-right:1px solid var(--opp-line);padding:.5rem .45rem}.opportunity-card__facts div:last-child{border:0}.opportunity-card dt{color:var(--opp-muted);font-size:.63rem}.opportunity-card dd{margin:.08rem 0 0;font-size:.72rem;font-weight:750}.opportunity-skill-list{flex-wrap:wrap;gap:.3rem;margin:.55rem 0;padding:0;list-style:none;display:flex}.opportunity-skill-list li{background:var(--opp-soft);border-radius:99px;padding:.18rem .45rem;font-size:.65rem}.opportunity-card footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.opportunity-card footer small{color:var(--opp-muted);font-size:.67rem}.opportunity-empty{text-align:center;border:1px dashed #9cabb8;border-radius:9px;padding:2rem}.opportunity-empty h2{margin:0;font-size:1.05rem}.opportunity-empty p{color:var(--opp-muted)}.opportunity-filters--launch{grid-template-columns:minmax(220px,1.7fr) repeat(4,minmax(125px,1fr)) auto}.opportunity-breadcrumb{color:var(--opp-muted);gap:.4rem;font-size:.72rem;display:flex}.opportunity-detail__layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:.8rem;margin-top:.7rem;display:grid}.opportunity-detail__layout>article,.opportunity-detail__aside{border:1px solid var(--opp-line);background:#fff;border-radius:9px}.opportunity-detail__layout>article>section,.opportunity-detail__header{padding:1rem}.opportunity-detail__layout>article>section{border-top:1px solid var(--opp-line)}.opportunity-detail__org{align-items:center;gap:.55rem;display:flex}.opportunity-detail__org a{color:var(--opp-navy);font-weight:800}.opportunity-detail__org small{color:var(--opp-muted);font-size:.66rem;display:block}.opportunity-detail__header>.opportunity-badge{position:absolute;top:1rem;right:1rem}.opportunity-detail__header{position:relative}.opportunity-detail h1{margin:.65rem 0 .25rem;font-size:clamp(1.5rem,3vw,2rem)}.opportunity-detail__header>p{color:var(--opp-muted);line-height:1.55}.opportunity-detail h2{margin:0 0 .55rem;font-size:1rem}.opportunity-detail h3{margin:0 0 .25rem;font-size:.8rem}.opportunity-detail article ul{padding-left:1.15rem;font-size:.8rem}.opportunity-detail__columns{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.opportunity-detail__columns>*{border:1px solid var(--opp-line);border-radius:7px;padding:.65rem}.opportunity-detail__columns ul{margin:.2rem 0}.opportunity-detail__columns p{margin:.2rem 0;font-size:.8rem}.opportunity-safety{background:#f5f9fc}.opportunity-safety p{color:var(--opp-muted);margin:0;font-size:.78rem}.opportunity-detail__aside{align-self:start;padding:.85rem;position:sticky;top:78px}.opportunity-detail__aside dl{margin:0}.opportunity-detail__aside dl div{border-top:1px solid var(--opp-line);padding:.5rem 0}.opportunity-detail__aside dt{color:var(--opp-muted);font-size:.65rem}.opportunity-detail__aside dd{margin:.08rem 0 0;font-size:.76rem;font-weight:750}.opportunity-detail__aside>.opportunity-button{width:100%;margin-top:.55rem}.opportunity-detail__aside>a:not(.opportunity-button){margin-top:.7rem;font-size:.75rem;font-weight:750;display:block}.opportunity-simulation-copy{color:var(--opp-muted);font-size:.68rem}.opportunity-closed{background:#f1f3f5;border-left:3px solid #7e8993;margin-top:.65rem;padding:.55rem}.opportunity-closed p{color:var(--opp-muted);margin:.2rem 0;font-size:.72rem}.opportunity-interest-boundary{margin-top:.55rem}.opportunity-interest-boundary .opportunity-button{width:100%}.opportunity-interest-boundary p{border-left:3px solid var(--opp-blue);color:var(--opp-muted);background:#edf4fa;margin:.45rem 0 0;padding:.45rem .55rem;font-size:.7rem;line-height:1.45}.opportunity-manage{max-width:1050px}.opportunity-management-actions{justify-content:flex-end;margin:.65rem 0;display:flex}.opportunity-simulation-notice{color:#185c3b;background:#edf8f2;border-left:3px solid #27704a;padding:.5rem .65rem;font-size:.74rem}.opportunity-management-list{gap:.55rem;display:grid}.opportunity-management-list article{border:1px solid var(--opp-line);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1.2fr) 1fr auto;align-items:center;gap:.8rem;padding:.7rem;display:grid}.opportunity-management-list h2{margin:.25rem 0 .1rem;font-size:.92rem}.opportunity-management-list p{color:var(--opp-muted);margin:0;font-size:.7rem}.opportunity-management-list dl{grid-template-columns:repeat(3,1fr);margin:0;display:grid}.opportunity-management-list dl div{border-left:1px solid var(--opp-line);padding:.3rem .55rem}.opportunity-management-list dt{color:var(--opp-muted);font-size:.6rem}.opportunity-management-list dd{margin:0;font-size:.68rem;font-weight:750}.opportunity-management-record__actions{flex-wrap:wrap;justify-content:flex-end;gap:.25rem;display:flex}.opportunity-management-record__actions a,.opportunity-management-record__actions button{border:1px solid var(--opp-line);min-height:44px;color:var(--opp-blue);background:#fff;border-radius:6px;align-items:center;padding:.35rem .55rem;font-size:.68rem;font-weight:800;text-decoration:none;display:inline-flex}.opportunity-footer{border-top:1px solid var(--opp-line);color:var(--opp-muted);text-align:center;background:#fff;padding:1rem;font-size:.65rem}@media (max-width:900px){.opportunity-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.opportunity-filters__query{grid-column:1/-1}.opportunity-management-list article{grid-template-columns:1fr}.opportunity-management-list dl div:first-child{border-left:0}.opportunity-management-record__actions{justify-content:flex-start}}@media (max-width:760px){.opportunity-public-header>div{min-height:58px}.opportunity-public-brand img{width:138px}.opportunity-public-header nav a:not(.opportunity-button){display:none}.opportunity-public-header .opportunity-button{padding:.4rem .55rem;font-size:.68rem}.opportunity-page-heading{flex-direction:column;align-items:flex-start}.opportunity-employer-action{border-left:0;justify-items:start;padding-left:0}.opportunity-filters{grid-template-columns:1fr}.opportunity-filters__query{grid-column:auto}.opportunity-results-heading{flex-direction:column;align-items:flex-start;gap:.2rem}.opportunity-card__facts{grid-template-columns:1fr 1fr}.opportunity-card__facts div:nth-child(2){border-right:0}.opportunity-card__facts div:nth-child(-n+2){border-bottom:1px solid var(--opp-line)}.opportunity-detail__layout{grid-template-columns:1fr}.opportunity-detail__aside{order:-1;position:static}.opportunity-detail__columns{grid-template-columns:1fr}}@media (max-width:430px){.opportunity-directory,.opportunity-detail,.opportunity-manage{width:calc(100% - 1.25rem);padding-top:.75rem}.opportunity-page-heading h1{font-size:1.38rem}.opportunity-card__top{grid-template-columns:auto minmax(0,1fr)}.opportunity-card__top>.opportunity-badge{grid-column:1/-1;width:max-content}.opportunity-card footer{flex-direction:column;align-items:stretch}.opportunity-card footer .opportunity-button{width:100%}.opportunity-detail__header>.opportunity-badge{margin-top:.5rem;position:static}.opportunity-management-list dl{grid-template-columns:1fr}.opportunity-management-list dl div{border-top:1px solid var(--opp-line);border-left:0}.opportunity-management-record__actions>*{flex:1}.opportunity-public-brand img{width:124px}}.opportunity-public-brand{min-height:44px}
:root{--brief-navy:#10243a;--brief-blue:#145f99;--brief-soft:#eef3f7;--brief-line:#cbd6df;--brief-muted:#56687a;--brief-gold:#b88228;--brief-green:#185c3b}.brief-workspace{background:var(--brief-soft);min-height:calc(100vh - 52px);color:var(--brief-navy);padding:1rem}.project-brief-form,.brief-review,.brief-unavailable,.brief-missing,.brief-loading,.brief-ownership{width:min(100%,1180px);margin-inline:auto}.project-brief-form,.brief-review{gap:.75rem;display:grid}.brief-context,.brief-form-heading,.brief-review-heading{border:1px solid var(--brief-line);background:#fff;border-radius:9px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.8rem;display:flex}.brief-context>div>span,.brief-form-heading>div>span,.brief-review-heading>div>span,.brief-unavailable>span{color:var(--brief-blue);letter-spacing:.07em;text-transform:uppercase;font-size:.66rem;font-weight:850}.brief-context h2,.brief-form-heading h1,.brief-review-heading h1{margin:.15rem 0;font-size:clamp(1.2rem,2.4vw,1.65rem);line-height:1.2}.brief-context p,.brief-form-heading p,.brief-review-heading p{color:var(--brief-muted);margin:.2rem 0;font-size:.78rem}.brief-context dl{grid-template-columns:repeat(2,minmax(130px,1fr));min-width:min(52%,560px);margin:0;display:grid}.brief-context dl div{border-left:1px solid var(--brief-line);padding:.25rem .55rem}.brief-context dt{color:var(--brief-muted);font-size:.62rem}.brief-context dd{overflow-wrap:anywhere;margin:.08rem 0 0;font-size:.72rem;font-weight:750}.brief-status{border-left:3px solid var(--brief-blue);background:#edf4fa;min-width:210px;padding:.45rem .6rem}.brief-status span{color:var(--brief-muted);text-transform:uppercase;font-size:.6rem;display:block}.brief-status strong{margin:.1rem 0;font-size:.78rem;display:block}.brief-status p{margin:0!important;font-size:.66rem!important}.brief-error-summary{color:#842018;background:#fff1f0;border-left:4px solid #b42318;padding:.65rem .75rem}.brief-error-summary p{margin:.2rem 0 0;font-size:.75rem}.brief-form-grid{grid-template-columns:minmax(0,2fr) minmax(240px,.62fr);gap:.75rem;display:grid}.brief-form-main{gap:.65rem;min-width:0;display:grid}.brief-form-main fieldset,.brief-review-panel,.brief-boundary{border:1px solid var(--brief-line);background:#fff;border-radius:9px;margin:0;padding:.8rem}.brief-form-main legend,.brief-attachments legend{padding:0 .3rem;font-size:.86rem;font-weight:850}.brief-form-main label{gap:.22rem;font-size:.74rem;font-weight:750;display:grid}.brief-form-main label+label,.brief-form-main label+.brief-columns,.brief-columns+label{margin-top:.6rem}.brief-form-main input,.brief-form-main select,.brief-form-main textarea{width:100%;min-height:44px;color:var(--brief-navy);font:inherit;background:#fff;border:1px solid #91a3b4;border-radius:6px;padding:.55rem .65rem}.brief-form-main textarea{resize:vertical;white-space:pre-wrap;overflow-wrap:anywhere}.brief-form-main [aria-invalid=true]{border-color:#b42318;box-shadow:0 0 0 1px #b42318}.brief-field-error{color:#a21f16;font-size:.68rem;font-weight:750}.brief-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.brief-columns--three{grid-template-columns:repeat(3,minmax(0,1fr))}.brief-check{align-items:flex-start;gap:.55rem;min-height:44px;margin-top:.6rem;display:flex!important}.brief-check input{flex:none;width:18px;height:18px;min-height:18px;margin-top:.1rem}.brief-quotation-boundary{border-left:3px solid var(--brief-blue);color:var(--brief-muted);background:#edf4fa;margin:.65rem 0 0;padding:.55rem .65rem;font-size:.7rem;line-height:1.45}.brief-attachments p{color:var(--brief-muted);margin:.1rem 0 .5rem;font-size:.72rem}.brief-attachments ul{flex-wrap:wrap;gap:.3rem;margin:.45rem 0;padding:0;list-style:none;display:flex}.brief-attachments li{background:var(--brief-soft);border-radius:99px;padding:.2rem .5rem;font-size:.65rem;font-weight:750}.brief-attachments button{color:#53616e;min-height:44px;font:inherit;cursor:not-allowed;background:#eef1f4;border:1px solid #a8b5c0;border-radius:6px;padding:.45rem .65rem;font-size:.72rem;font-weight:750}.brief-attachments small{color:var(--brief-muted);margin-top:.4rem;font-size:.65rem;display:block}.brief-boundary{background:#f8fafc}.brief-boundary h2{margin:0;font-size:.9rem}.brief-boundary ul{color:var(--brief-muted);margin:.45rem 0 0;padding-left:1.1rem;font-size:.71rem;line-height:1.5}.brief-form-aside{border:1px solid var(--brief-line);background:#fff;border-radius:9px;align-self:start;padding:.8rem;position:sticky;top:66px}.brief-form-aside h2{margin:0;font-size:.95rem}.brief-form-aside>p{color:var(--brief-muted);font-size:.72rem;line-height:1.45}.brief-form-aside dl{margin:0}.brief-form-aside dl div{border-top:1px solid var(--brief-line);padding:.45rem 0}.brief-form-aside dt{color:var(--brief-muted);font-size:.62rem}.brief-form-aside dd{overflow-wrap:anywhere;margin:.08rem 0 0;font-size:.72rem;font-weight:750}.brief-actions{z-index:20;border:1px solid var(--brief-line);background:#fff;border-radius:8px;justify-content:flex-end;gap:.5rem;padding:.6rem;display:flex;position:sticky;bottom:0;box-shadow:0 -5px 16px #10243a14}.brief-actions button,.brief-actions a{min-height:44px}.brief-restored{border-left:3px solid var(--brief-green);color:var(--brief-green);background:#edf8f2;margin:0;padding:.55rem;font-size:.72rem}.brief-review-panel h2{margin:0 0 .6rem;font-size:1rem}.brief-review-value+.brief-review-value{margin-top:.6rem}.brief-review-value h3{color:var(--brief-muted);text-transform:uppercase;margin:0;font-size:.65rem}.brief-review-value p{white-space:pre-wrap;overflow-wrap:anywhere;margin:.15rem 0 0;font-size:.78rem;line-height:1.5}.brief-review-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.brief-review-columns .brief-review-value{border:1px solid var(--brief-line);border-radius:7px;margin:0;padding:.6rem}.brief-review-panel>.brief-attachments{border:0;padding:0}.brief-confirmation{border-left:4px solid var(--brief-green);color:var(--brief-green);background:#edf8f2;padding:.65rem .75rem}.brief-confirmation p{margin:.2rem 0 0;font-size:.72rem}.brief-unavailable,.brief-missing{border:1px solid var(--brief-line);background:#fff;border-radius:9px;padding:1rem}.brief-unavailable h1,.brief-missing h1{margin:.2rem 0;font-size:1.35rem}.brief-unavailable p,.brief-missing p{max-width:720px;color:var(--brief-muted);font-size:.8rem;line-height:1.5}.brief-ownership{color:var(--brief-muted);text-align:center;margin-top:.8rem;font-size:.65rem}.project-brief-form :focus-visible,.brief-review :focus-visible,.brief-unavailable :focus-visible{outline:3px solid var(--brief-gold);outline-offset:3px}@media (max-width:820px){.brief-context,.brief-form-heading,.brief-review-heading{flex-direction:column}.brief-context dl,.brief-status{width:100%;min-width:0}.brief-form-grid{grid-template-columns:1fr}.brief-form-aside{order:2;position:static}.brief-columns--three{grid-template-columns:1fr 1fr}.brief-actions--review{flex-wrap:wrap}}@media (max-width:430px){.brief-workspace{padding:.65rem .75rem calc(5rem + env(safe-area-inset-bottom))}.brief-context dl,.brief-columns,.brief-columns--three,.brief-review-columns{grid-template-columns:1fr}.brief-context dl div{border-top:1px solid var(--brief-line);border-left:0}.brief-context,.brief-form-heading,.brief-review-heading,.brief-form-main fieldset,.brief-review-panel,.brief-boundary{padding:.65rem}.brief-form-heading h1,.brief-review-heading h1{font-size:1.25rem}.brief-actions{grid-template-columns:1fr;margin-inline:-.1rem;display:grid}.brief-actions>*{width:100%}.brief-attachments ul{gap:.25rem}.brief-ownership{font-size:.62rem;line-height:1.45}}.brief-context>div>.brief-context__summary{max-width:42rem;margin-top:.5rem;font-size:.75rem;line-height:1.45}
:root{--collab-navy:#10243a;--collab-blue:#145f99;--collab-soft:#eef3f7;--collab-line:#cbd6df;--collab-muted:#56687a;--collab-gold:#b88228;--collab-green:#185c3b}.collaboration-header{z-index:120;border-bottom:1px solid var(--collab-line);background:#fff;height:52px;position:sticky;top:0}.collaboration-header__inner{grid-template-columns:1fr auto 1fr;align-items:center;width:min(100% - 2rem,1180px);height:100%;margin:auto;display:grid}.collaboration-header img{object-fit:contain;width:146px;height:34px}.collaboration-header__title{color:var(--collab-muted);font-size:.72rem;font-weight:800}.collaboration-header a{color:var(--collab-navy);justify-self:end;font-size:.73rem;font-weight:800;text-decoration:none}.collaboration-workspace{background:var(--collab-soft);min-height:calc(100vh - 52px);color:var(--collab-navy);padding:1rem}.quote-form,.quote-review,.agreement-preview,.collaboration-ownership{gap:.75rem;width:min(100%,1180px);margin-inline:auto;display:grid}.collaboration-heading,.collaboration-context,.timeline-panel,.review-panel,.negotiation-panel,.collaboration-boundary,.agreement-reference{border:1px solid var(--collab-line);background:#fff;border-radius:9px;padding:.8rem}.collaboration-heading,.collaboration-context,.negotiation-panel{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.collaboration-heading span,.collaboration-context>div>span,.party-grid article>span,.negotiation-panel>div>span,.agreement-reference>span{color:var(--collab-blue);letter-spacing:.07em;text-transform:uppercase;font-size:.66rem;font-weight:850}.collaboration-heading h1,.collaboration-context h2{margin:.15rem 0;font-size:clamp(1.2rem,2.4vw,1.65rem);line-height:1.2}.collaboration-heading p,.collaboration-context p{max-width:760px;color:var(--collab-muted);margin:.2rem 0;font-size:.78rem;line-height:1.45}.collaboration-status{border-left:3px solid var(--collab-blue);background:#edf4fa;min-width:205px;padding:.45rem .6rem}.collaboration-status span,.collaboration-status small{color:var(--collab-muted);font-size:.61rem;display:block}.collaboration-status strong{margin:.12rem 0;font-size:.8rem;display:block}.collaboration-context dl{grid-template-columns:repeat(2,minmax(120px,1fr));min-width:min(48%,520px);margin:0;display:grid}.collaboration-context dl div{border-left:1px solid var(--collab-line);padding:.3rem .55rem}.collaboration-context dt,.quote-form__aside dt,.party-grid dt{color:var(--collab-muted);font-size:.62rem}.collaboration-context dd,.quote-form__aside dd,.party-grid dd{overflow-wrap:anywhere;margin:.08rem 0;font-size:.72rem;font-weight:750}.quote-form__grid{grid-template-columns:minmax(0,2fr) minmax(240px,.62fr);gap:.75rem;display:grid}.quote-form__main{gap:.65rem;min-width:0;display:grid}.quote-form fieldset{border:1px solid var(--collab-line);background:#fff;border-radius:9px;margin:0;padding:.8rem}.quote-form legend{padding:0 .3rem;font-size:.86rem;font-weight:850}.quote-form label{gap:.22rem;font-size:.74rem;font-weight:750;display:grid}.quote-form label+label,.quote-form label+.quote-fields,.quote-fields+label{margin-top:.6rem}.quote-form input,.quote-form select,.quote-form textarea{width:100%;min-height:44px;color:var(--collab-navy);font:inherit;background:#fff;border:1px solid #91a3b4;border-radius:6px;padding:.55rem .65rem}.quote-form textarea{resize:vertical;white-space:pre-wrap;overflow-wrap:anywhere}.quote-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.quote-fields--three{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-form__aside{border:1px solid var(--collab-line);background:#fff;border-radius:9px;align-self:start;padding:.8rem;position:sticky;top:66px}.quote-form__aside>span{color:var(--collab-blue);text-transform:uppercase;font-size:.66rem;font-weight:850}.quote-form__aside h2{margin:.15rem 0;font-size:1rem}.quote-form__aside p{color:var(--collab-muted);font-size:.72rem;line-height:1.45}.quote-form__aside dl{margin:0}.quote-form__aside dl div{border-top:1px solid var(--collab-line);padding:.45rem 0}.collaboration-private{border-left:3px solid var(--collab-blue);background:#edf4fa;padding:.5rem}.collaboration-boundary{background:#f8fafc}.collaboration-boundary h2{margin:0;font-size:.9rem}.collaboration-boundary p{color:var(--collab-muted);margin:.35rem 0 0;font-size:.72rem;line-height:1.5}.collaboration-notice{border-left:4px solid var(--collab-green);color:var(--collab-green);background:#edf8f2;margin:0;padding:.65rem .75rem;font-size:.72rem}.collaboration-actions{z-index:20;border:1px solid var(--collab-line);background:#fff;border-radius:8px;justify-content:flex-end;gap:.5rem;padding:.6rem;display:flex;position:sticky;bottom:0;box-shadow:0 -5px 16px #10243a14}.collaboration-button,.negotiation-actions button{border:1px solid var(--collab-blue);background:var(--collab-blue);color:#fff;min-height:44px;font:inherit;border-radius:6px;justify-content:center;align-items:center;padding:.55rem .8rem;font-size:.72rem;font-weight:800;text-decoration:none;display:inline-flex}.collaboration-button--secondary,.negotiation-actions button{color:var(--collab-navy);background:#fff}.collaboration-button:disabled{color:#53616e;cursor:not-allowed;background:#e7ebef;border-color:#a8b5c0}.party-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.party-grid article{border:1px solid var(--collab-line);background:#fff;border-radius:9px;padding:.8rem}.party-grid h2,.party-grid h3{margin:.15rem 0;font-size:1rem}.party-grid p{color:var(--collab-muted);margin:.25rem 0;font-size:.72rem;line-height:1.45}.party-grid dl{grid-template-columns:repeat(2,minmax(0,1fr));margin:.5rem 0 0;display:grid}.party-grid dl div{border-top:1px solid var(--collab-line);padding:.4rem 0}.timeline-panel h2,.review-panel h2,.negotiation-panel h2{margin:0 0 .6rem;font-size:1rem}.timeline-panel ol{grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.timeline-panel li{border-top:2px solid var(--collab-line);gap:.4rem;padding:.55rem;display:flex}.timeline-panel li[data-state=complete],.timeline-panel li[data-state=current]{border-color:var(--collab-blue)}.timeline-panel li>span{background:var(--collab-line);border-radius:50%;flex:none;width:8px;height:8px;margin-top:.2rem}.timeline-panel li[data-state=current]>span{background:var(--collab-blue)}.timeline-panel strong{font-size:.7rem}.timeline-panel p{color:var(--collab-muted);margin:.15rem 0;font-size:.64rem;line-height:1.4}.review-grid{grid-template-columns:minmax(0,2fr) minmax(250px,.7fr);gap:.75rem;display:grid}.review-value+.review-value{margin-top:.6rem}.review-value h3{color:var(--collab-muted);text-transform:uppercase;margin:0;font-size:.64rem}.review-value p{white-space:pre-wrap;overflow-wrap:anywhere;margin:.15rem 0 0;font-size:.76rem;line-height:1.5}.review-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:.6rem 0;display:grid}.review-columns .review-value{border:1px solid var(--collab-line);border-radius:7px;margin:0;padding:.55rem}.negotiation-panel>div:first-child{max-width:440px}.negotiation-panel p{color:var(--collab-muted);margin:.2rem 0;font-size:.72rem}.negotiation-actions{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.agreement-reference{align-items:center;gap:.75rem;display:flex}.agreement-reference strong{font-size:.8rem}.agreement-reference small{color:var(--collab-muted);margin-left:auto;font-size:.65rem}.agreement-lists{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.7rem;display:grid}.agreement-lists>div{border:1px solid var(--collab-line);border-radius:7px;padding:.6rem}.agreement-lists h3{margin:0;font-size:.72rem}.agreement-lists ul{color:var(--collab-muted);margin:.4rem 0 0;padding-left:1rem;font-size:.7rem;line-height:1.5}.collaboration-ownership{color:var(--collab-muted);text-align:center;margin-top:.8rem;font-size:.65rem;display:block}.quote-form :focus-visible,.quote-review :focus-visible,.agreement-preview :focus-visible,.collaboration-header :focus-visible{outline:3px solid var(--collab-gold);outline-offset:3px}@media (max-width:820px){.collaboration-heading,.collaboration-context,.negotiation-panel{flex-direction:column}.collaboration-context dl,.collaboration-status{width:100%;min-width:0}.quote-form__grid,.review-grid{grid-template-columns:1fr}.quote-form__aside{position:static}.quote-fields--three{grid-template-columns:1fr 1fr}.timeline-panel ol{grid-template-columns:repeat(2,minmax(0,1fr))}.negotiation-actions{justify-content:flex-start}.agreement-lists{grid-template-columns:1fr 1fr}.collaboration-actions{flex-wrap:wrap}}@media (max-width:430px){.collaboration-header__inner{grid-template-columns:1fr auto;width:calc(100% - 1.25rem)}.collaboration-header img{width:116px;height:auto}.collaboration-header__title{display:none}.collaboration-header a{font-size:.68rem}.collaboration-workspace{padding:.65rem .75rem calc(5rem + env(safe-area-inset-bottom))}.collaboration-heading,.collaboration-context,.timeline-panel,.review-panel,.negotiation-panel,.collaboration-boundary,.agreement-reference,.quote-form fieldset,.party-grid article{padding:.65rem}.collaboration-context dl,.quote-fields,.quote-fields--three,.party-grid,.party-grid dl,.review-columns,.timeline-panel ol,.agreement-lists{grid-template-columns:1fr}.collaboration-context dl div{border-top:1px solid var(--collab-line);border-left:0}.collaboration-actions{grid-template-columns:1fr;display:grid}.collaboration-actions>*{width:100%}.negotiation-actions{width:100%;display:grid}.agreement-reference{flex-direction:column;align-items:flex-start}.agreement-reference small{margin:0}.collaboration-ownership{font-size:.62rem;line-height:1.45}}
