:root {
  --navy-950:#101a33; --navy-900:#172445; --navy-800:#23345f; --navy-700:#334978;
  --magenta:#e91e63; --magenta-100:#fde8f0; --teal:#00a98f; --teal-100:#dff7f2;
  --ink:#172033; --muted:#697386; --line:#d9dee8; --line-strong:#c5ccd9;
  --canvas:#f4f6f9; --white:#fff; --panel:#fbfcfe; --warning:#b55a13; --error:#c73345;
  --shadow:0 12px 36px rgba(18,34,66,.12); --radius:10px; --rail:92px; --header:74px; --proto:42px;
  font-family: Inter, "Segoe UI", Arial, sans-serif; color:var(--ink); background:var(--canvas);
}
*{box-sizing:border-box} html,body{margin:0;min-height:100%;font-size:14px} html{overflow-x:hidden} body{overflow:hidden}
button,input,select{font:inherit;color:inherit} button,a{cursor:pointer} button{border:0;background:none} a{color:#174da6;text-decoration:none} a:hover{text-decoration:underline}
.prototype-bar{height:var(--proto);display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#0b1223;color:#fff;letter-spacing:.01em}
.prototype-bar>div{display:flex;align-items:center;gap:10px}.prototype-bar strong{font-size:13px}.eyebrow,.section-kicker{font-size:10px;line-height:1.25;font-weight:800;letter-spacing:.12em;color:var(--magenta)}
.prototype-controls label{font-size:11px;color:#aeb8ca}.prototype-controls select{height:28px;min-width:265px;padding:0 28px 0 10px;border:1px solid #45526c;border-radius:5px;background:#18233b;color:#fff;font-size:12px}
.icon-button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;font-weight:800}.prototype-controls .icon-button{height:28px;width:28px;background:var(--magenta);border-color:var(--magenta);color:#fff}
.app-shell{position:relative;height:calc(100vh - var(--proto));display:grid;grid-template:var(--header) 1fr / var(--rail) 1fr;background:var(--canvas)}
.app-header{grid-column:1/3;display:flex;align-items:center;border-bottom:1px solid var(--line);background:#fff;z-index:5}
.brand{align-self:stretch;width:310px;display:flex;align-items:center;position:relative;padding-left:22px;color:var(--navy-900);text-decoration:none;border-right:1px solid var(--line)}
.brand:hover{text-decoration:none}.brand-word{font-size:32px;letter-spacing:-1.5px;font-weight:650}.brand-word span{color:var(--magenta)}
.brand-dot{width:9px;height:9px;background:var(--magenta);border-radius:50%;margin:-18px 5px 0 1px;box-shadow:7px -6px 0 -2px var(--magenta),8px 4px 0 -3px var(--magenta)}
.brand-claim{padding-left:10px;margin-left:3px;border-left:1px solid var(--navy-800);font-size:9px;line-height:1.25;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.brand-claim b{color:var(--magenta)}
.global-search{height:42px;max-width:540px;flex:1;margin:0 24px;display:flex;align-items:center;gap:10px;padding:0 11px;border:1px solid var(--line-strong);border-radius:7px;background:#f8f9fb}
.global-search:focus-within{border-color:var(--navy-700);box-shadow:0 0 0 3px #dce4f1}.global-search svg{width:18px;fill:none;stroke:var(--muted);stroke-width:1.8}.global-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.global-search kbd{padding:3px 6px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--muted);font-size:10px}
.header-actions{margin-left:auto;height:100%;display:flex;align-items:center;padding-right:18px;gap:8px}.text-button{color:#41516e;font-weight:650;padding:7px 9px;border-radius:5px}.text-button:hover{background:#eef1f6}
.profile-button{height:44px;display:flex;align-items:center;gap:9px;padding:0 9px;border-left:1px solid var(--line)}.profile-button>span:first-child,.avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--navy-900);color:white;font-size:11px;font-weight:800}.profile-button>span:nth-child(2){display:flex;flex-direction:column;text-align:left}.profile-button b{font-size:12px}.profile-button small{color:var(--muted);font-size:10px}.profile-button i{font-style:normal;color:var(--muted)}
.global-rail{grid-row:2;display:flex;flex-direction:column;padding:13px 8px 10px;background:var(--navy-950);z-index:4}.rail-item{position:relative;display:flex;min-height:60px;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#aeb9cc;border-radius:7px;font-size:10px}.rail-item:hover{background:rgba(255,255,255,.06);color:white}.rail-item.active{background:#26375e;color:#fff}.rail-item.active:before{content:"";position:absolute;left:-8px;top:12px;bottom:12px;width:3px;background:var(--magenta)}.rail-icon{font-size:20px;line-height:1}.rail-item em{position:absolute;right:13px;top:8px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:8px;background:var(--magenta);color:white;font-size:9px;font-style:normal}.rail-spacer{flex:1}
.main-stage{grid-column:2;position:relative;overflow:hidden}.screen{display:none;height:100%;min-height:0}.screen.active{display:flex}.workspace-screen.active{display:grid;grid-template-rows:37px 1fr}.context-bar{display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid var(--line);background:#fff;color:var(--muted);font-size:11px}.context-bar span:after{content:"/";margin-left:8px;color:#b0b7c4}.context-bar b{color:var(--ink)}.context-bar small{margin-left:4px}.context-bar>button{margin-left:auto;color:var(--navy-700);font-weight:700}.context-bar span+button{margin-left:0;color:var(--muted);font-weight:500}.context-bar span+button:after{content:" /";color:#b0b7c4}.context-bar span+button~button:last-child{margin-left:auto}
.split-workspace{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(340px,40%) minmax(520px,60%);overflow:hidden}.directory-split{grid-template-columns:minmax(390px,44%) minmax(500px,56%)}.provider-split{grid-template-columns:300px minmax(580px,1fr)}.jobs-split{grid-template-columns:minmax(310px,34%) minmax(550px,66%)}
.master-pane,.detail-pane{min-width:0;min-height:0;overflow-y:auto;background:#fff}.master-pane{position:relative;border-right:1px solid var(--line);background:var(--panel)}.detail-pane{padding:24px 30px 36px}.pane-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.pane-header h1,.detail-pane h1{margin:4px 0 0;font-size:24px;letter-spacing:-.03em}.pane-intro,.lede{margin:10px 0 22px;color:var(--muted);line-height:1.5}.visa-master,.directory-filter-pane{padding:24px}.filter-form{display:flex;flex-direction:column;gap:16px}.filter-form label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:750;color:#36445e}.filter-form input,.filter-form select,.newsletter-block input{width:100%;height:40px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;padding:0 10px;outline:0}.filter-form input:focus,.filter-form select:focus{border-color:var(--navy-700);box-shadow:0 0 0 3px #e0e6f0}.search-select{position:relative}.search-select span,.search-select i{position:absolute;top:12px;color:var(--muted);font-style:normal}.search-select span{left:11px}.search-select i{right:11px}.search-select input{padding:0 32px}.primary,.secondary{min-height:38px;border-radius:6px;padding:0 14px;font-weight:750}.primary{background:var(--navy-900);color:#fff;box-shadow:0 2px 0 var(--navy-950)}.primary:hover{background:var(--navy-800)}.secondary{border:1px solid var(--line-strong);background:#fff;color:var(--navy-800)}.secondary:hover{background:#f5f7fa}.full{width:100%}.form-actions{display:flex;align-items:center;gap:8px}.form-actions .primary{flex:1}
.saved-searches{margin-top:30px;border-top:1px solid var(--line);padding-top:14px}.subhead{font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--muted)}.saved-searches>button{width:100%;display:flex;align-items:center;gap:10px;padding:12px 6px;border-bottom:1px solid var(--line);text-align:left}.saved-searches>button>span:nth-child(2){display:flex;flex:1;flex-direction:column;gap:3px}.saved-searches small{color:var(--muted)}.flag,.result-badge{width:32px;height:32px;display:grid;place-items:center;border-radius:5px;background:var(--navy-900);color:#fff;font-size:10px;font-weight:800}.saved-searches i{font-style:normal}.quiet-detail{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px max(40px,8vw)}.quiet-detail h2{margin:14px 0 6px;font-size:22px}.quiet-detail>p{max-width:520px;color:var(--muted);line-height:1.6}.empty-illustration{width:72px;height:72px;display:grid;place-items:center;border:1px solid #cdd5e2;border-radius:50%;background:linear-gradient(145deg,#fff,#edf1f6);font-size:28px;color:var(--navy-700);box-shadow:0 10px 28px rgba(26,47,84,.1)}.authority-art{background:linear-gradient(145deg,#fff,#fee8f0);color:var(--magenta)}.official-link{margin-top:10px;font-weight:750}.detail-note{max-width:480px;margin-top:28px;padding:14px 16px;border-left:3px solid var(--magenta);background:#f7f8fb;text-align:left}.detail-note b,.detail-note span{display:block}.detail-note span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}
.result-master{display:flex;flex-direction:column;overflow:hidden}.compact-query{height:58px;display:flex;align-items:center;gap:9px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fff}.compact-query>b,.compact-query>input{min-width:0;flex:1}.compact-query>input{border:0;outline:0}.compact-query button{padding:6px 8px;border:1px solid var(--line);border-radius:5px;color:var(--navy-700);font-size:11px;font-weight:700}.compact-query button em{min-width:16px;height:16px;display:inline-grid;place-items:center;margin-left:4px;border-radius:8px;background:var(--magenta);color:white;font-size:9px;font-style:normal}.result-toolbar{height:39px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.result-toolbar button{text-transform:none;letter-spacing:0;font-weight:600}.result-list{flex:1;overflow:auto}.result-row{width:100%;min-height:76px;display:flex;align-items:center;gap:11px;padding:11px 14px;border-bottom:1px solid var(--line);text-align:left;background:#fff;position:relative}.result-row:hover{background:#f6f8fb}.result-row.selected{background:#fff5f8}.result-row.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--magenta)}.result-row>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.result-row b{font-size:12px}.result-row small,.result-row em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:10px;font-style:normal}.result-row em{color:#51627e}.result-row>i{font-size:22px;font-style:normal;color:#9ca6b5}.result-badge.large{width:44px;height:44px;font-size:13px}.compare-tray{min-height:54px;display:flex;align-items:center;gap:10px;margin:8px;border:1px solid var(--line-strong);border-radius:7px;background:var(--navy-950);color:#fff;padding:8px 11px;text-align:left}.compare-tray>span:nth-child(2){display:flex;flex:1;flex-direction:column}.compare-tray small{color:#aeb9cc}.compare-tray em{min-width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:var(--magenta);font-style:normal}
.detail-top{display:flex;align-items:flex-start;gap:13px;padding-bottom:20px}.detail-top>div:nth-child(2){min-width:0;flex:1}.detail-top p,.provider-hero p{margin:5px 0;color:var(--muted)}.status{display:inline-block;font-size:9px;font-weight:850;letter-spacing:.08em}.verified{color:#187b68}.public{color:var(--navy-700)}.coverage-card{display:flex;flex-direction:column;gap:5px;padding:14px 16px;border:1px solid #d7dee9;border-radius:7px;background:#f8fafc}.coverage-card span{font-size:9px;font-weight:850;letter-spacing:.1em;color:var(--muted)}.coverage-card small{color:var(--muted)}.anchor-tabs{display:flex;gap:20px;margin:22px 0 18px;border-bottom:1px solid var(--line)}.anchor-tabs button{position:relative;padding:0 2px 10px;color:var(--muted);font-weight:650;font-size:12px}.anchor-tabs button.active{color:var(--ink)}.anchor-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--magenta)}.anchor-tabs em,.segmented em{min-width:18px;height:18px;display:inline-grid;place-items:center;margin-left:3px;border-radius:9px;background:#e9edf3;color:var(--muted);font-size:9px;font-style:normal}.contact-grid,.summary-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.contact-grid>div,.summary-grid>div{display:flex;flex-direction:column;gap:5px;min-height:76px;padding:12px 0;border-bottom:1px solid var(--line)}.contact-grid>div:nth-child(odd),.summary-grid>div:nth-child(odd){padding-right:20px}.contact-grid span,.summary-grid span{font-size:9px;font-weight:800;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}.contact-grid b,.summary-grid b,.contact-grid a{font-size:12px;line-height:1.45}.action-row{display:flex;gap:9px;margin-top:20px}.source-line{display:flex;align-items:center;justify-content:space-between;margin-top:26px;padding-top:13px;border-top:1px solid var(--line);color:#53627a;font-size:10px}.source-line button{color:#174da6}
.dense{gap:13px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.filter-form fieldset{margin:0;padding:11px;border:1px solid var(--line);border-radius:7px}.filter-form legend{padding:0 4px;font-size:10px;font-weight:800;color:#36445e}.chip-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chip-checks label{display:flex;flex-direction:row;align-items:center;gap:5px;font-weight:500}.chip-checks input,.checkline input{width:16px;height:16px}.tip-list{width:100%;max-width:500px;margin-top:20px;text-align:left}.tip-list>div{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.tip-list>div>span{width:24px;height:24px;display:grid;place-items:center;flex:none;border:1px solid var(--line-strong);border-radius:50%;font-size:10px;font-weight:800}.tip-list p{margin:0;color:var(--muted);line-height:1.4}.tip-list b{color:var(--ink)}
.active-filters{display:flex;gap:5px;padding:8px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.active-filters button{white-space:nowrap;padding:5px 8px;border-radius:4px;background:#e8edf5;font-size:10px}.active-filters .add-filter{background:none;color:var(--navy-700)}.company-mark{width:45px;height:34px;flex:none;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;background:white;color:var(--navy-800);font-size:9px;font-weight:900}.small-mark{font-size:7px}.logo-tile{width:66px;height:48px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;font-weight:900}.sixt{background:#ff5f00;color:white}.key-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.key-actions button{display:grid;grid-template:18px 18px / 26px 1fr;align-items:center;padding:10px;border:1px solid var(--line);border-radius:6px;text-align:left}.key-actions button>span{grid-row:1/3;font-size:17px}.key-actions b{font-size:11px}.key-actions small{color:var(--muted);font-size:9px}.detail-section{margin-top:18px}.subhead-row{display:flex;align-items:center;justify-content:space-between}.subhead-row h3{font-size:14px}.subhead-row button{color:#174da6;font-size:11px}.detail-section p{color:var(--muted);line-height:1.5}.empty-master{margin:auto;padding:30px;text-align:center}.empty-master>div{font-size:32px;color:#7c8ba2}.empty-master h2{margin:10px 0 4px;font-size:17px}.empty-master p{color:var(--muted)}.empty-master button{display:block;margin:8px auto}.suggestion-list{width:100%;max-width:500px}.suggestion-list button{width:100%;display:flex;align-items:center;padding:13px 6px;border-bottom:1px solid var(--line);text-align:left}.suggestion-list button>span{display:flex;flex:1;flex-direction:column;gap:3px}.suggestion-list small{color:var(--muted)}
.jobs-menu{padding:22px 14px}.jobs-menu .pane-header{padding:0 8px 16px}.job-path{width:100%;display:flex;align-items:center;gap:11px;padding:14px 10px;border-bottom:1px solid var(--line);text-align:left}.job-path>span:first-child{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;font-size:9px;font-weight:800}.job-path>span:nth-child(2){display:flex;flex:1;flex-direction:column;gap:4px}.job-path small{color:var(--muted)}.job-path i{font-style:normal;font-size:19px}.job-path.selected{border-radius:7px;background:var(--navy-900);color:white}.job-path.selected small{color:#bec8da}.job-path.selected>span:first-child{border-color:#71809d}.jobs-contact{display:flex;flex-direction:column;gap:5px;margin:26px 8px;padding:14px;border-left:3px solid var(--magenta);background:#fff}.jobs-contact span{font-size:9px;font-weight:800;letter-spacing:.08em}.jobs-contact small{color:var(--muted)}.jobs-detail{padding:32px max(30px,6vw)}.jobs-detail>h1{margin-top:8px;font-size:28px}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}.process-steps>div{padding:12px;border:1px solid var(--line);border-radius:7px}.process-steps span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--magenta-100);color:var(--magenta);font-size:9px;font-weight:800}.process-steps p{margin:10px 0 0}.process-steps b,.process-steps small{display:block}.process-steps small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.35}.price-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px;border:1px solid var(--line);border-radius:7px;background:#f7f9fc}.price-card>div{display:flex;flex-direction:column;gap:4px}.price-card span{font-size:9px;font-weight:800;color:var(--magenta)}.price-card small{color:var(--muted)}.newsletter-block{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding:18px;border-radius:8px;background:var(--navy-950);color:white}.newsletter-block h3{margin:3px 0;font-size:15px}.newsletter-block p{margin:0;color:#b9c4d7;font-size:11px}.newsletter-block form{min-width:280px;display:flex;align-items:center;gap:7px}.newsletter-block input{height:38px;background:#fff}.confirmation-detail{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.success-mark{width:68px;height:68px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;background:var(--teal-100);color:#087e6b;font-size:28px}.confirmation-detail>p{color:var(--muted)}.confirmation-detail>strong{font-size:18px}.confirmation-summary{width:100%;max-width:510px;display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0}.confirmation-summary>div{display:flex;flex-direction:column;gap:5px;padding:12px;border-left:1px solid var(--line)}.confirmation-summary>div:first-child{border-left:0}.confirmation-summary span{font-size:9px;color:var(--muted);text-transform:uppercase}.confirmation-summary b{font-size:11px}
.segmented{display:flex;margin:9px 12px;border:1px solid var(--line);border-radius:6px;padding:3px;background:#f1f3f7}.segmented button{flex:1;padding:7px;border-radius:4px;color:var(--muted);font-size:10px;font-weight:700}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(0,0,0,.08)}.kontiki-mark{border-radius:50%;background:#ffc928;color:#151515;font-size:15px}.adg-mark{color:#a02560;font-family:Georgia,serif;font-size:15px}.vt{color:#666}.list-footer{display:flex;justify-content:space-between;padding:10px 14px;color:var(--muted);font-size:10px}.list-footer button{color:var(--navy-700);font-weight:700}.offer-overview{padding:24px}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:18px}.offer-grid article{position:relative;overflow:hidden;margin:0;border:1px solid var(--line);border-radius:8px;background:#fff}.offer-provider{position:absolute;top:10px;left:10px;padding:4px 6px;border-radius:3px;background:rgba(16,26,51,.88);color:#fff;font-size:8px;font-weight:800;letter-spacing:.07em}.offer-image{height:112px;display:flex;align-items:flex-end;padding:11px;color:white;font-size:18px;font-weight:850;letter-spacing:.05em}.sicily{background:linear-gradient(135deg,#204f77,#70a6b0 45%,#e5a75e)}.north{background:linear-gradient(145deg,#1d3449,#53828f 55%,#d8e6e8)}.offer-grid h3,.offer-grid p,.offer-grid article>div:last-child{margin-left:12px;margin-right:12px}.offer-grid h3{font-size:13px}.offer-grid p{color:var(--muted);font-size:11px}.offer-grid article>div:last-child{display:flex;justify-content:space-between;gap:8px;padding:10px 0;border-top:1px solid var(--line);font-size:9px}.stream-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 0;border-bottom:1px solid var(--line)}.stream-row>div{display:flex;align-items:center;gap:10px}.stream-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--magenta-100);color:var(--magenta)}.stream-row p{margin:0}.stream-row b,.stream-row small{display:block}.stream-row small{color:var(--muted);margin-top:3px}.stream-row button{color:var(--navy-700);font-weight:700}
.provider-index{display:flex;flex-direction:column;padding:12px 8px}.back-heading{height:38px;display:flex;align-items:center;gap:8px;padding:0 6px;color:var(--muted);font-size:11px}.back-heading button{font-size:20px}.mini-search{display:flex;align-items:center;gap:7px;margin:5px 3px 11px;padding:0 9px;height:35px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted)}.mini-search input{min-width:0;border:0;outline:0;background:transparent}.provider-mini{width:100%;display:flex;align-items:center;gap:9px;padding:10px 7px;border-bottom:1px solid var(--line);text-align:left}.provider-mini>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.provider-mini small{color:var(--muted);font-size:10px}.provider-mini.selected{position:relative;background:#fff5f8}.provider-mini.selected:before{content:"";position:absolute;left:-8px;top:0;bottom:0;width:4px;background:var(--magenta)}.provider-index .compare-tray{margin-top:auto}.provider-detail{padding:0 30px 36px}.provider-hero{display:flex;align-items:center;gap:16px;min-height:120px}.provider-hero>div:nth-child(2){min-width:0;flex:1}.provider-logo{width:130px;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;background:#fff}.provider-logo small{font-size:7px;letter-spacing:.08em}.adg-logo{color:#a33a6d;font:700 22px Georgia,serif}.kontiki-logo{display:grid;grid-template:1fr 1fr / 32px 1fr;font-size:20px;font-weight:900}.kontiki-logo b{grid-row:1/3;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#ffc928;font-size:15px}.kontiki-logo small{grid-column:2}.hero-actions{display:flex;gap:7px}.sticky{position:sticky;top:0;z-index:3;margin:0 -30px 16px;padding:10px 30px 0;background:rgba(255,255,255,.95);backdrop-filter:blur(8px)}.provider-section{padding:20px 0;border-bottom:1px solid var(--line)}.section-title{display:flex;align-items:center;gap:9px;margin-bottom:15px}.section-title>span{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted);font-size:9px;font-weight:800}.section-title h2{margin:0;font-size:17px}.section-title button{margin-left:auto}.specialty-grid{display:grid;grid-template-columns:2fr 1fr;gap:25px}.specialty-grid>div>span{font-size:9px;font-weight:800;letter-spacing:.08em;color:var(--muted)}.specialty-grid p{line-height:1.5}.tag-cloud{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.tag-cloud em{padding:6px 8px;border-radius:4px;background:#edf1f6;font-size:10px;font-style:normal}details{margin-top:14px;border:1px solid var(--line);border-radius:7px}summary{display:flex;justify-content:space-between;padding:12px 14px;font-weight:750;cursor:pointer}summary span{color:var(--muted);font-size:10px}.contacts-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.contacts-table>div{display:flex;flex-direction:column;gap:4px;padding:10px 14px;border-bottom:1px solid var(--line)}.contacts-table span{color:var(--muted);font-size:10px}.relations{padding:12px 14px;border-top:1px solid var(--line);color:var(--muted);line-height:1.5}.empty-offers>div:last-child{display:flex;align-items:center;gap:12px;padding:13px;border:1px dashed var(--line-strong);border-radius:7px}.empty-offers p{flex:1;margin:0}.empty-offers small{color:var(--muted)}.empty-small{font-size:25px;color:#8290a4}.offer-table-head,.offer-table>div{display:grid;grid-template-columns:1.5fr 1.25fr .9fr .7fr;gap:14px;align-items:center}.offer-table-head{padding:7px 10px;background:#eef1f5;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.offer-table>div{min-height:62px;padding:9px 10px;border-bottom:1px solid var(--line);font-size:10px}.offer-table>div>span{display:flex;flex-direction:column;gap:4px}.offer-table b{font-size:11px}.offer-table small{color:var(--muted)}.status-pill{align-self:flex-start;padding:3px 5px;border-radius:3px;font-size:8px!important}.current{background:var(--teal-100);color:#087b68!important}.soon{background:#fff0db;color:#98500e!important}.load-more{width:100%;margin-top:10px;padding:10px;color:var(--navy-700);font-weight:700}
.auth-screen{background:#eef1f5}.auth-main{flex:1;display:grid;place-items:center;overflow:auto;padding:35px}.auth-card{width:min(420px,100%);padding:30px 34px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.auth-card h1{margin:5px 0 0;font-size:27px;letter-spacing:-.03em}.auth-card form{display:flex;flex-direction:column;gap:14px}.auth-card form>label{position:relative;display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:750}.auth-card input[type="text"],.auth-card input[type="password"]{height:42px;border:1px solid var(--line-strong);border-radius:6px;padding:0 10px}.label-action{position:absolute;right:0;color:#174da6;font-size:10px}.checkline{flex-direction:row!important;align-items:center}.standalone-link{display:block;margin:15px 0;text-align:center;font-weight:650;font-size:11px}.auth-divider{display:flex;align-items:center;gap:10px;margin:15px 0;color:var(--muted);font-size:10px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}.auth-context{width:38%;max-width:520px;display:flex;flex-direction:column;justify-content:center;padding:55px;background:var(--navy-900);color:#fff}.context-number{width:38px;height:38px;display:grid;place-items:center;border:1px solid #5a6a8a;border-radius:50%;color:#b9c5da;font-size:11px}.auth-context h2{margin:20px 0 8px;font-size:25px}.auth-context>p{color:#bdc8da;line-height:1.6}.benefit-list{margin:20px 0;padding:0;list-style:none}.benefit-list li{display:flex;flex-direction:column;gap:4px;padding:12px 0;border-top:1px solid #425375}.benefit-list span{color:#aebbd0;font-size:11px}.trust-stamp{align-self:flex-start;margin-top:15px;padding:8px 10px;border:1px solid #5d6d8a;border-radius:4px;color:#bdc8da;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.alert{display:flex;flex-direction:column;gap:4px;margin:16px 0;padding:12px;border-radius:6px}.alert.error{border-left:3px solid var(--error);background:#fff0f2;color:#8c2634}.alert span{font-size:11px}.invalid{border-color:var(--error)!important}.field-error{color:var(--error);font-weight:600}.support-card{display:flex;flex-direction:column;gap:7px;margin:18px 0;padding:15px;border:1px solid #506184;border-radius:7px}.support-card a{color:#fff}.support-card span{color:#b9c6d9}.microcopy{font-size:10px}.back-link{margin-bottom:14px;color:var(--navy-700);font-size:11px}.org-mark{width:44px;height:44px;display:grid;place-items:center;margin-bottom:12px;border-radius:7px;background:var(--magenta);color:#fff;font-weight:800}.user-option{width:100%;display:flex;align-items:center;gap:11px;margin-bottom:9px;padding:11px;border:1px solid var(--line);border-radius:7px;text-align:left}.user-option:hover{border-color:var(--navy-700);box-shadow:0 3px 10px rgba(30,48,83,.08)}.user-option>span:nth-child(2){display:flex;flex:1;flex-direction:column;gap:4px}.user-option small{color:var(--muted)}.user-option i{font-style:normal}.avatar.coral{background:var(--magenta)}.context-callout{display:flex;flex-direction:column;gap:6px;margin-top:22px;padding:15px;border-left:3px solid var(--magenta);background:rgba(255,255,255,.07)}.context-callout span{color:#bdc8da;line-height:1.5}
.rationale-panel{position:absolute;z-index:20;right:0;top:0;bottom:0;width:min(410px,90vw);padding:24px;background:#fff;box-shadow:-18px 0 45px rgba(15,25,50,.18);transform:translateX(102%);transition:transform .25s ease;overflow:auto}.rationale-panel.open{transform:translateX(0)}.rationale-head{display:flex;align-items:center;justify-content:space-between}.rationale-panel h2{font-size:24px}.rationale-panel>p{color:var(--muted);line-height:1.55}.rationale-item{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.rationale-item>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--navy-900);color:white;font-size:9px}.rationale-item p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.rationale-link{display:flex;align-items:center;justify-content:center;margin-top:22px}.scrim{display:none;position:absolute;z-index:19;inset:0;background:rgba(9,17,33,.32)}.scrim.open{display:block}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1120px){:root{--rail:68px}.brand{width:238px}.brand-claim{display:none}.global-search{margin:0 14px}.profile-button>span:nth-child(2){display:none}.split-workspace,.directory-split{grid-template-columns:minmax(330px,42%) minmax(430px,58%)}.provider-split{grid-template-columns:240px minmax(500px,1fr)}.detail-pane{padding-left:20px;padding-right:20px}.provider-detail{padding-left:20px;padding-right:20px}.sticky{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.rail-item span:last-of-type{font-size:9px}.jobs-detail{padding:28px}.newsletter-block{flex-direction:column}.newsletter-block form{min-width:0}.offer-table-head,.offer-table>div{grid-template-columns:1.4fr 1fr .85fr}.offer-table-head span:nth-child(4),.offer-table>div>a{display:none}}
@media(max-width:860px){body{overflow:auto}.app-shell{height:auto;min-height:calc(100vh - var(--proto));grid-template:64px 1fr 58px / 1fr}.app-header{grid-column:1;grid-row:1}.brand{width:190px}.brand-word{font-size:26px}.global-search{display:none}.global-rail{grid-row:3;position:fixed;left:0;right:0;bottom:0;height:58px;display:grid;grid-template-columns:repeat(7,1fr);padding:3px 5px;z-index:10}.rail-item{min-height:50px}.rail-item.active:before{left:12px;right:12px;top:auto;bottom:-3px;width:auto;height:3px}.rail-icon{font-size:15px}.rail-spacer{display:none}.main-stage{grid-column:1;grid-row:2;overflow:visible;padding-bottom:58px}.screen{min-height:calc(100vh - var(--proto) - 64px - 58px)}.workspace-screen.active{display:block}.context-bar{height:auto;min-height:37px;flex-wrap:wrap;padding:8px 12px}.split-workspace,.directory-split,.provider-split,.jobs-split{display:block}.master-pane,.detail-pane{overflow:visible;border-right:0;border-bottom:1px solid var(--line)}.result-master{max-height:none}.result-list{max-height:430px}.provider-index{display:none}.detail-pane{padding:22px 18px}.auth-screen.active{display:block}.auth-main{padding:25px 16px}.auth-context{width:100%;max-width:none;padding:30px}.auth-card{padding:24px}.offer-grid{grid-template-columns:1fr}.specialty-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr}.prototype-controls label{display:none}.prototype-controls select{min-width:190px}.brand-dot{display:none}.header-actions{padding-right:6px}.text-button{display:none}.contacts-table{grid-template-columns:1fr}.provider-hero{flex-wrap:wrap}.hero-actions{width:100%}.offer-table-head,.offer-table>div{grid-template-columns:1.4fr 1fr}.offer-table-head span:nth-child(3),.offer-table>div>span:nth-child(3){display:none}}
@media(max-width:560px){.prototype-bar{padding:0 8px}.prototype-bar strong{display:none}.prototype-controls select{width:190px}.app-header{justify-content:space-between}.brand{width:auto;border-right:0}.profile-button{border-left:0}.rail-item span:not(.rail-icon){display:none}.rail-item em{right:7px;top:3px}.auth-context{display:none}.form-row,.contact-grid,.summary-grid,.confirmation-summary{grid-template-columns:1fr}.contact-grid>div:nth-child(odd),.summary-grid>div:nth-child(odd){padding-right:0}.confirmation-summary>div{border-left:0;border-top:1px solid var(--line)}.offer-grid{grid-template-columns:1fr}.key-actions{grid-template-columns:1fr}.newsletter-block form{flex-direction:column}.newsletter-block input,.newsletter-block button{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
