/* SHELROCK | home
 * Shared source profiles preserve existing selector specificity and page isolation.
 * Keep section order: later declarations intentionally override earlier ones.
 */

/* global.css | sr-style */
:root:where(.sr-style) {
--ink:#08111f;
  --muted:#667085;
  --line:#e5e8ee;
  --bg:#fbfbfd;
  --white:#fff;
  --orange:#ff7418;
  --red:#ff3a36;
  --violet:#7554ff;
  --blue:#2f67ff;
  --green:#11a66a;
  --max:1240px;
  --header:72px;
  --shadow:0 24px 70px rgba(17,24,39,.11);
  --soft:0 12px 34px rgba(17,24,39,.08);
  --ease:180ms cubic-bezier(.2,.8,.2,1)
}
:where(.sr-style) * {
box-sizing:border-box
}
html:where(.sr-style) {
scroll-behavior:smooth
}
:where(.sr-style) body {
margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:-.015em;
  padding-bottom:110px
}
:where(.sr-style) a {
text-decoration:none;
  color:inherit
}
:where(.sr-style) button,
:where(.sr-style) input {
font:inherit
}
:where(.sr-style) .shell {
width:min(calc(100% - 40px),var(--max));
  margin-inline:auto
}
:where(.sr-style) .site-header {
position:fixed;
  top:0;
  left:0;
  right:0;
  height:var(--header);
  z-index:1000;
  background:rgba(255,255,255,.89);
  backdrop-filter:blur(22px) saturate(160%);
  border-bottom:1px solid rgba(15,23,42,.06);
  box-shadow:0 4px 22px rgba(15,23,42,.025)
}
:where(.sr-style) .header-inner {
height:100%;
  width:min(calc(100% - 40px),var(--max));
  margin:auto;
  display:flex;
  align-items:center;
  gap:26px
}
:where(.sr-style) .brand {
display:flex;
  align-items:center;
  gap:10px
}
:where(.sr-style) .brand-copy {
display:flex;
  flex-direction:column;
  line-height:1
}
:where(.sr-style) .brand-copy b {
font-size:20px;
  letter-spacing:.09em;
  font-weight: 900;
  line-height: .8;
}
:where(.sr-style) .brand-copy small {
font-size:11px;
  color:#98a2b3;
  margin-top:5px
}
:where(.sr-style) .desktop-nav {
display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex:1
}
:where(.sr-style) .desktop-nav>a {
font-size:13px;
  font-weight:670;
  color:#344054;
  border:0;
  background:none;
  cursor:pointer;
  white-space:nowrap
}
:where(.sr-style) .header-actions {
display:flex;
  align-items:center;
  gap:14px
}
:where(.sr-style) .sign-in {
font-size:13px;
  font-weight:760
}
:where(.sr-style) .submit-top,
:where(.sr-style) .mobile-submit {
padding:11px 17px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:860;
  background:linear-gradient(105deg,#ff7a18,#ff4a28 52%,#ff3153);
  box-shadow:0 10px 26px rgba(255,74,39,.25)
}
:where(.sr-style) .mobile-menu-btn {
display:none;
  margin-left:auto;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  padding:10px
}
:where(.sr-style) .mobile-menu-btn span {
display:block;
  width:21px;
  height:1.7px;
  background:#101828;
  margin:4.8px auto
}
:where(.sr-style) .mobile-menu {
display:none;
  position:absolute;
  top:var(--header);
  left:0;
  right:0;
  background:#fff;
  border-top:1px solid var(--line);
  padding:16px 20px 24px
}
:where(.sr-style) .mobile-menu.open {
display:flex;
  flex-direction:column
}
:where(.sr-style) .mobile-menu>a {
padding:13px 4px;
  border-bottom:1px solid var(--line);
  font-size:16px;
  font-weight:720
}
:where(.sr-style) .mobile-menu .mobile-submit {
margin-top:16px;
  text-align:center;
  border:0
}
:where(.sr-style) .site-footer {
background:#0d1320;
  color:#fff;
  padding:52px 0 28px;
  margin-top:50px
}
:where(.sr-style) .footer-grid {
display:grid;
  grid-template-columns:1.5fr repeat(3,.7fr);
  gap:30px
}
:where(.sr-style) .footer-brand p {
max-width:320px;
  color:#9fa8b8;
  font-size:20px;
  line-height:1.6
}
:where(.sr-style) .footer-logo .brand-copy small {
color:#8d98aa;
  font-size: 11px;
}
:where(.sr-style) .footer-grid>div:not(:first-child) {
display:flex;
  flex-direction:column;
  gap:10px
}
:where(.sr-style) .footer-grid>div>b {
font-size:11px;
  margin-bottom:6px
}
:where(.sr-style) .footer-grid>div>a {
font-size:11px;
  color:#9fa8b8
}
:where(.sr-style) .footer-bottom {
display:flex;
  justify-content:space-between;
  border-top:1px solid #293244;
  margin-top:35px;
  padding-top:20px;
  color:#7f899a;
  font-size:9.5px
}
:where(.sr-style) .search-dock {
position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1200;
  padding:0 14px max(14px,env(safe-area-inset-bottom));
  pointer-events:none
}
:where(.sr-style) .global-search {
width:min(calc(100% - 20px),900px);
  min-height:66px;
  margin:0 auto;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(22px);
  border:1px solid rgba(15,23,42,.12);
  border-radius:24px;
  box-shadow:0 16px 55px rgba(15,23,42,.15);
  display:flex;
  align-items:center;
  padding:8px;
  pointer-events:auto
}
:where(.sr-style) .search-icon {
width:42px;
  text-align:center;
  color:#667085;
  font-size:21px
}
:where(.sr-style) .global-search input {
flex:1;
  min-width:0;
  border:0;
  background:transparent;
  outline:0;
  padding:11px 5px;
  font-size:15px;
  color:#101828
}
:where(.sr-style) .global-search button {
width:47px;
  height:47px;
  border:0;
  border-radius:16px;
  background:#101828;
  color:#fff;
  font-size:20px
}
@media (max-width:640px) {
:where(.sr-style) body {
padding-bottom:92px
}
:where(.sr-style) .shell,
:where(.sr-style) .header-inner {
width:calc(100% - 28px)
}
:where(.sr-style) .brand-copy small {
display:none
}
:where(.sr-style) .site-footer {
margin-top:20px
}
:where(.sr-style) .footer-grid {
grid-template-columns:1fr
}
:where(.sr-style) .footer-bottom {
flex-direction:column;
    gap:5px
}
:where(.sr-style) .global-search {
width:100%
}
:where(.sr-style) .search-dock {
padding:0 8px max(8px,env(safe-area-inset-bottom))
}
:where(.sr-style) .global-search {
min-height:60px;
    border-radius:20px;
    padding:6px
}
:where(.sr-style) .global-search input {
font-size:14px
}
:where(.sr-style) .global-search button {
width:43px;
    height:43px;
    border-radius:14px
}
}
@media (max-width:1100px) {
:where(.sr-style) .desktop-nav {
gap:13px
}
:where(.sr-style) .desktop-nav>a {
font-size:12px
}
}
@media (max-width:900px) {
:root:where(.sr-style) {
--header:62px
}
:where(.sr-style) .desktop-nav,
:where(.sr-style) .header-actions {
display:none
}
:where(.sr-style) .mobile-menu-btn {
display:block
}
:where(.sr-style) .footer-grid {
grid-template-columns:1fr 1fr
}
}
@media (max-width:640px) {
:where(.sr-style) body {
padding-bottom:92px
}
:where(.sr-style) .shell,
:where(.sr-style) .header-inner {
width:calc(100% - 28px)
}
:where(.sr-style) .brand-copy small {
display:none
}
:where(.sr-style) .footer-grid {
grid-template-columns:1fr
}
:where(.sr-style) .footer-bottom {
flex-direction:column;
    gap:5px
}
:where(.sr-style) .search-dock {
padding:0 8px max(8px,env(safe-area-inset-bottom))
}
:where(.sr-style) .global-search {
width:100%
}
:where(.sr-style) .global-search {
min-height:60px;
    border-radius:20px;
    padding:6px
}
:where(.sr-style) .global-search input {
font-size:14px
}
:where(.sr-style) .global-search button {
width:43px;
    height:43px;
    border-radius:14px
}
}
:where(.sr-style) .desktop-nav>a,
:where(.sr-style) .sign-in {
font-size:13px;
}
:where(.sr-style) .site-footer,
:where(.sr-style) .site-footer a,
:where(.sr-style) .site-footer p {
font-size:12px;
}
:where(.sr-style) .global-search input {
font-size:16px;
}
:where(.sr-style) .desktop-nav {
gap:22px;
}
:where(.sr-style) .submit-top {
min-height:43px;
  padding:11px 16px;
  font-size:14px !important;
  font-weight:860;
}
html:where(.sr-style),
:where(.sr-style) body {
min-height:100%;
  margin:0;
  background:#0e1420;
}
:where(.sr-style) main {
background:#fbfbfd;
}
:where(.sr-style) .site-footer {
margin:0 !important;
  padding-bottom:max(34px,env(safe-area-inset-bottom));
  background:#0e1420 !important;
}
:where(.sr-style) .footer-bottom {
font-size:13px !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
:where(.sr-style) .site-footer:after {
content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:110px;
  background:#0e1420;
  pointer-events:none;
}
:where(.sr-style) .search-dock {
z-index:220;
}
@media (max-width:1180px) {
:where(.sr-style) .desktop-nav {
gap:16px;
}
:where(.sr-style) .desktop-nav>a,
:where(.sr-style) .sign-in {
font-size:13.5px !important;
}
:where(.sr-style) .submit-top {
font-size:13.5px !important;
    padding-left:13px;
    padding-right:13px;
}
}
@media (max-width:640px) {
:where(.sr-style) .site-footer a,
:where(.sr-style) .site-footer p {
font-size:14px !important;
}
}
:root:where(.sr-style) {
--max:1200px;
}
:where(.sr-style) .site-footer a,
:where(.sr-style) .site-footer p {
font-size:14px !important;
}
:where(.sr-style) .site-footer b {
font-size:15px !important;
}
:where(.sr-style) .footer-bottom {
margin-bottom:0 !important;
  padding-bottom:0 !important;
  font-size:13px !important;
}
html:where(.sr-style),
:where(.sr-style) body {
min-height:100%;
  margin:0;
  background:#fbfbfd !important;
}
:where(.sr-style) body {
padding-bottom:0 !important;
}
:where(.sr-style) .site-footer {
position:relative;
  margin:0 !important;
  padding-bottom:calc(118px + env(safe-area-inset-bottom)) !important;
  background:#0e1420 !important;
}
:where(.sr-style) .desktop-nav {
gap:21px;
}
:where(.sr-style) .desktop-nav>a,
:where(.sr-style) .sign-in {
font-size:14.5px !important;
  font-weight:740;
}
:where(.sr-style) .submit-top {
min-height:43px;
  padding:11px 15px;
  font-size:14px !important;
  font-weight:860;
}
@media (max-width:1180px) {
:where(.sr-style) .desktop-nav {
gap:15px;
}
:where(.sr-style) .desktop-nav>a,
:where(.sr-style) .sign-in {
font-size:13.5px !important;
}
:where(.sr-style) .submit-top {
padding-left:12px;
    padding-right:12px;
    font-size:13px !important;
}
}
:where(.sr-style) .header-inner {
display:flex;
  align-items:center;
}
:where(.sr-style) .desktop-nav {
margin-left:auto !important;
  gap:20px !important;
}
:where(.sr-style) .desktop-nav>a,
:where(.sr-style) .sign-in {
font-size:13.5px !important;
  line-height:1.2;
  font-weight:550 !important;
  letter-spacing:-.005em;
}
:where(.sr-style) .header-actions {
margin-left:18px;
  gap:10px;
}
:where(.sr-style) .submit-top {
min-height:42px;
  padding:11px 15px;
  font-size:13.5px !important;
  font-weight:600 !important;
}
html:where(.sr-style),
:where(.sr-style) body {
margin:0;
  min-height:100%;
  background:#fbfbfd !important;
}
:where(.sr-style) main {
background:#fbfbfd !important;
}
:where(.sr-style) .site-footer {
margin:0 !important;
  background:#0e1420 !important;
  padding-bottom:calc(118px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-style) .site-footer:after {
display:none !important;
}
@media (max-width:1180px) {
:where(.sr-style) .desktop-nav {
gap:15px !important;
}
:where(.sr-style) .desktop-nav>a,
:where(.sr-style) .sign-in {
font-size:13px !important;
}
:where(.sr-style) .header-actions {
margin-left:14px;
}
:where(.sr-style) .submit-top {
font-size:13px !important;
    padding-left:13px;
    padding-right:13px;
}
}
:where(.sr-style) .header-inner {
display:flex !important;
  align-items:center !important;
}
@media (min-width:901px) {
:where(.sr-style) .site-header {
position:fixed;
    top:0;
    left:0;
    right:0;
}
:where(.sr-style) .header-inner {
display:grid !important;
    grid-template-columns:minmax(190px,1fr) auto minmax(220px,1fr) !important;
    align-items:center !important;
    gap:20px !important;
}
:where(.sr-style) .header-inner>.brand {
justify-self:start;
}
:where(.sr-style) .header-inner>.desktop-nav {
justify-self:center;
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin:0 !important;
    gap:9px !important;
}
:where(.sr-style) .header-inner>.desktop-nav>a {
padding:8px 7px !important;
    color:#344054;
    font-size:13.5px !important;
    font-weight:550 !important;
    line-height:1.2;
    letter-spacing:-.005em;
    white-space:nowrap;
}
:where(.sr-style) .header-inner>.header-actions {
justify-self:end;
    display:flex !important;
    align-items:center;
    gap:12px !important;
    margin:0 !important;
}
:where(.sr-style) .header-inner .sign-in {
padding:8px 6px !important;
    font-size:13.5px !important;
    font-weight:550 !important;
    white-space:nowrap;
}
:where(.sr-style) .header-inner .submit-top {
min-height:42px;
    padding:11px 23px !important;
    font-size:13.5px !important;
    font-weight:600 !important;
    white-space:nowrap;
}
:where(.sr-style) .mobile-menu-btn,
:where(.sr-style) .mobile-menu,
:where(.sr-style) .mobile-bottom-nav-v23 {
display:none !important;
}
}
@media (min-width:901px) and (max-width:1120px) {
:where(.sr-style) .header-inner {
grid-template-columns:minmax(170px,1fr) auto minmax(205px,1fr) !important;
    gap:12px !important;
}
:where(.sr-style) .header-inner>.desktop-nav {
gap:3px !important;
}
:where(.sr-style) .header-inner>.desktop-nav>a {
padding-left:5px !important;
    padding-right:5px !important;
    font-size:12.5px !important;
}
:where(.sr-style) .header-inner .sign-in {
font-size:12.5px !important;
}
:where(.sr-style) .header-inner .submit-top {
padding-left:18px !important;
    padding-right:18px !important;
    font-size:12.5px !important;
}
}
:where(.sr-style) .mobile-bottom-nav-v23 {
display:none;
}
@media (max-width:900px) {
:root:where(.sr-style) {
--header:62px;
    --mobile-nav-h:72px;
}
:where(.sr-style) .site-header {
position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    z-index:1500 !important;
    height:62px !important;
    background:rgba(255,255,255,.97) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:0 1px 0 rgba(15,23,42,.07) !important;
}
:where(.sr-style) .header-inner {
position:relative;
    display:flex !important;
    align-items:center !important;
    width:calc(100% - 28px) !important;
    height:62px !important;
    gap:12px !important;
}
:where(.sr-style) .header-inner>.brand {
flex:0 1 auto;
}
:where(.sr-style) .header-inner>.desktop-nav,
:where(.sr-style) .header-inner>.header-actions {
display:none !important;
}
:where(.sr-style) .mobile-menu-btn {
position:relative;
    z-index:1602;
    display:block !important;
    flex:0 0 42px;
    margin-left:auto !important;
    cursor:pointer;
}
:where(.sr-style) .mobile-menu-btn span {
transition:transform .18s ease,opacity .18s ease;
}
:where(.sr-style) .mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
transform:translateY(6.5px) rotate(45deg);
}
:where(.sr-style) .mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
opacity:0;
}
:where(.sr-style) .mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
transform:translateY(-6.5px) rotate(-45deg);
}
:where(.sr-style) .site-header .mobile-menu {
position:absolute !important;
    z-index:1600 !important;
    top:100% !important;
    left:10px !important;
    right:10px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:0;
    max-height:0;
    overflow:hidden;
    padding:0 16px !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:0 0 22px 22px;
    background:rgba(255,255,255,.985) !important;
    box-shadow:0 20px 40px rgba(15,23,42,.14);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-7px);
    transition:max-height .28s ease,opacity .18s ease,transform .18s ease,visibility .18s;
}
:where(.sr-style) .site-header .mobile-menu.open {
max-height:min(590px,calc(100vh - 78px));
    overflow:auto;
    padding:10px 16px 18px !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}
:where(.sr-style) .site-header .mobile-menu>a {
display:flex;
    align-items:center;
    min-height:49px;
    padding:12px 3px !important;
    border-bottom:1px solid #edf0f4;
    color:#243247;
    font-size:15px !important;
    font-weight:550 !important;
}
:where(.sr-style) .site-header .mobile-menu>a:last-child {
border-bottom:0;
}
:where(.sr-style) .site-header .mobile-menu .mobile-submit {
justify-content:center;
    min-height:46px;
    margin-top:10px;
    padding:11px 16px !important;
    border-radius:999px;
    color:#fff;
    font-size:14px !important;
    font-weight:650 !important;
}
:where(.sr-style) .mobile-bottom-nav-v23 {
position:fixed;
    z-index:1450;
    left:0;
    right:0;
    bottom:0;
    display:grid !important;
    grid-template-columns:repeat(5,1fr);
    align-items:end;
    min-height:var(--mobile-nav-h);
    padding:7px 7px max(7px,env(safe-area-inset-bottom));
    border-top:1px solid rgba(15,23,42,.09);
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(20px) saturate(150%);
    -webkit-backdrop-filter:blur(20px) saturate(150%);
    box-shadow:0 -8px 30px rgba(15,23,42,.08);
}
:where(.sr-style) .mbn-item-v23 {
display:flex;
    min-width:0;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    min-height:54px;
    color:#697588;
}
:where(.sr-style) .mbn-item-v23 svg {
width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
:where(.sr-style) .mbn-item-v23 span {
font-size:9.5px;
    line-height:1;
    font-weight:600;
}
:where(.sr-style) .mbn-home-v23 {
color:#26354a;
}
:where(.sr-style) .mbn-source-v23 {
position:relative;
    top:-13px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:4px;
    color:#e84b35;
}
:where(.sr-style) .mbn-source-icon-v23 {
display:grid;
    place-items:center;
    width:51px;
    height:51px;
    border:5px solid rgba(255,255,255,.98);
    border-radius:18px;
    background:linear-gradient(145deg,#ff7a1b,#ff4c31 55%,#ee3655);
    color:#fff;
    box-shadow:0 10px 24px rgba(239,72,58,.28);
    font-size:27px;
    font-weight:350;
    line-height:1;
}
:where(.sr-style) .mbn-source-v23>b {
font-size:9.5px;
    line-height:1;
    font-weight:700;
}
:where(.sr-style) .search-dock {
position:fixed !important;
    z-index:1440 !important;
    left:0 !important;
    right:0 !important;
    bottom:calc(var(--mobile-nav-h) + max(7px,env(safe-area-inset-bottom))) !important;
    padding:0 9px 8px !important;
    pointer-events:none;
}
:where(.sr-style) .global-search {
width:100% !important;
    max-width:720px;
}
:where(.sr-style) .global-search {
min-height:57px !important;
    padding:6px !important;
    border:1px solid rgba(15,23,42,.11) !important;
    border-radius:20px !important;
    background:rgba(255,255,255,.965) !important;
    box-shadow:0 12px 36px rgba(15,23,42,.13) !important;
    pointer-events:auto;
}
:where(.sr-style) .global-search input {
font-size:16px !important;
}
:where(.sr-style) .global-search button {
width:43px !important;
    height:43px !important;
    border-radius:14px !important;
}
:where(.sr-style) body {
padding-bottom:0 !important;
}
:where(.sr-style) .site-footer {
padding-bottom:calc(190px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-style) .footer-grid {
grid-template-columns:1fr 1fr !important;
    gap:28px 18px !important;
}
:where(.sr-style) .footer-brand {
grid-column:1 / -1;
}
:where(.sr-style) .footer-bottom {
flex-direction:column !important;
    align-items:flex-start;
    gap:6px !important;
}
}
@media (max-width:640px) {
:where(.sr-style) .brand-copy b {
font-size:13px;
}
:where(.sr-style) .site-header .mobile-menu {
left:6px !important;
    right:6px !important;
}
:where(.sr-style) .mobile-bottom-nav-v23 {
padding-left:3px;
    padding-right:3px;
}
:where(.sr-style) .mbn-item-v23 span,
:where(.sr-style) .mbn-source-v23>b {
font-size:9px;
}
:where(.sr-style) .search-dock {
padding-left:7px !important;
    padding-right:7px !important;
}
:where(.sr-style) .footer-grid {
grid-template-columns:1fr !important;
}
:where(.sr-style) .footer-brand {
grid-column:auto;
}
}
@media (max-width:900px) {
:where(.sr-style) .site-header {
position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    transform:translateY(0);
    transition:transform .22s cubic-bezier(.2,.72,.25,1),
               box-shadow .18s ease !important;
    will-change:transform;
}
:where(.sr-style) .site-header.mobile-header-hidden {
transform:translateY(calc(-100% - 2px));
}
:where(.sr-style) .site-header:has(.mobile-menu.open) {
transform:translateY(0) !important;
}
:where(.sr-style) .site-footer {
padding-top:48px !important;
    padding-bottom:calc(184px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-style) .footer-grid {
display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:26px 30px !important;
    align-items:start;
}
:where(.sr-style) .footer-brand {
grid-column:1 / -1 !important;
    max-width:560px;
    padding-bottom:4px;
}
:where(.sr-style) .footer-brand p {
max-width:520px;
    margin-top:12px !important;
}
:where(.sr-style) .footer-grid > div:not(.footer-brand) {
min-width:0;
}
:where(.sr-style) .footer-grid > div:not(.footer-brand) > b {
display:block;
    margin-bottom:10px;
}
:where(.sr-style) .footer-grid > div:not(.footer-brand) > a {
margin-top:7px !important;
    font-size:13px !important;
    line-height:1.4 !important;
}
:where(.sr-style) .footer-grid > div:nth-child(4) {
grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:30px;
    row-gap:7px;
}
:where(.sr-style) .footer-grid > div:nth-child(4) > b {
grid-column:1 / -1;
    margin-bottom:3px;
}
:where(.sr-style) .footer-grid > div:nth-child(4) > a {
margin-top:0 !important;
}
:where(.sr-style) .footer-bottom {
margin-top:28px !important;
    padding-top:18px !important;
    gap:5px !important;
}
}
@media (max-width:640px) {
:where(.sr-style) .site-footer {
padding-top:40px !important;
    padding-bottom:calc(180px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-style) .footer-grid {
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px 18px !important;
}
:where(.sr-style) .footer-brand {
grid-column:1 / -1 !important;
}
:where(.sr-style) .footer-grid > div:nth-child(4) {
grid-column:1 / -1 !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:18px;
    row-gap:7px;
}
:where(.sr-style) .footer-grid > div:not(.footer-brand) > b {
font-size:13px !important;
    margin-bottom:8px;
}
:where(.sr-style) .footer-grid > div:not(.footer-brand) > a {
font-size:12.5px !important;
    margin-top:6px !important;
}
:where(.sr-style) .footer-bottom {
margin-top:24px !important;
    padding-top:16px !important;
}
}
@media (max-width:380px) {
:where(.sr-style) .footer-grid {
gap:22px 14px !important;
}
:where(.sr-style) .footer-grid > div:not(.footer-brand) > a {
font-size:12px !important;
}
:where(.sr-style) .footer-grid > div:nth-child(4) {
column-gap:14px;
}
}
@media (min-width:901px) {
:where(.sr-style) .desktop-nav > a {
position:relative;
}
}
:where(.sr-style) .desktop-nav a.active,
:where(.sr-style) .sign-in.active {
color:#111827 !important;
}
:where(.sr-style) .desktop-nav a.active:after {
content:"";
  position:absolute;
  left:7px; right:7px; bottom:1px;
  height:2px; border-radius:999px;
  background:#4169E1;
}
:where(.sr-style) .desktop-nav a {
position:relative
}
:where(.sr-style) .brand-logo-img {
display:block;
  width:40px;
  height:40px;
  flex:0 0 40px;
  object-fit:cover;
  object-position:center;
  border-radius:11px;
  background:#050505;
  box-shadow:0 8px 18px rgba(15,23,42,.14);
}
:where(.sr-style) .site-header .brand-logo-img {
width:38px;
  height:38px;
  flex-basis:38px;
  border-radius:10px;
}
:where(.sr-style) .site-footer .brand-logo-img {
width:46px;
  height:46px;
  flex-basis:46px;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.20);
}
:where(.sr-style) .site-footer .footer-logo .brand-copy small {
max-width:230px;
  color:#8d98aa;
  font-size:9px;
  line-height:1.3;
  letter-spacing:.01em;
}
@media (max-width:900px) {
:where(.sr-style) .site-header .brand-logo-img {
width:36px;
    height:36px;
    flex-basis:36px;
    border-radius:9px;
}
:where(.sr-style) .site-footer .brand-logo-img {
width:43px;
    height:43px;
    flex-basis:43px;
}
}
@media (max-width:640px) {
:where(.sr-style) .site-header .brand-logo-img {
width:34px;
    height:34px;
    flex-basis:34px;
}
:where(.sr-style) .site-header .brand {
gap:8px;
}
:where(.sr-style) .site-footer .footer-logo {
align-items:center;
}
:where(.sr-style) .site-footer .footer-logo .brand-copy small {
font-size:8.5px;
}
}
:where(.sr-style) .brand-logo-img {
object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  box-shadow:none !important;
}
:where(.sr-style) .shelrock-ai-dock {
--ai-width:min(calc(100% - 28px),900px);
}
:where(.sr-style) .shelrock-ai-backdrop {
position:fixed;
  inset:0;
  z-index:-1;
  opacity:0;
  pointer-events:none;
  background:rgba(10,17,30,.16);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  transition:opacity .24s ease;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
opacity:1;
  pointer-events:auto;
}
:where(.sr-style) .shelrock-ai-panel {
width:var(--ai-width);
  height:min(720px,calc(100vh - 112px));
  min-height:480px;
  margin:0 auto 8px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(15,23,42,.11);
  border-radius:28px 28px 18px 18px;
  background:rgba(255,255,255,.985);
  box-shadow:0 28px 90px rgba(15,23,42,.22);
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(22px) scale(.985);
  transform-origin:bottom center;
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.75,.2,1),visibility .22s;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
pointer-events:auto;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
:where(.sr-style) .shelrock-ai-dock.ai-open .global-search {
border-color:rgba(65,105,225,.26);
  box-shadow:0 12px 40px rgba(15,23,42,.16),0 0 0 3px rgba(65,105,225,.055);
}
:where(.sr-style) .shelrock-ai-head {
flex:0 0 auto;
  min-height:72px;
  padding:14px 16px 14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(15,23,42,.065);
  background:rgba(255,255,255,.94);
}
:where(.sr-style) .shelrock-ai-brandline {
display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
:where(.sr-style) .shelrock-ai-mark {
width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#101828;
  color:#fff;
  font-size:17px;
  box-shadow:0 8px 22px rgba(16,24,40,.15);
}
:where(.sr-style) .shelrock-ai-brandline strong {
display:block;
  font-size:12px;
  line-height:1;
  letter-spacing:.09em;
  font-weight:900;
  color:#101828;
}
:where(.sr-style) .shelrock-ai-brandline small {
margin-top:6px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#667085;
  font-size:10.5px;
  font-weight:650;
}
:where(.sr-style) .shelrock-ai-brandline small i {
width:6px;
  height:6px;
  border-radius:50%;
  background:#12b76a;
  box-shadow:0 0 0 4px rgba(18,183,106,.11);
}
:where(.sr-style) .shelrock-ai-head-actions {
display:flex;
  align-items:center;
  gap:9px;
}
:where(.sr-style) .shelrock-ai-progress {
display:flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border:1px solid rgba(65,105,225,.12);
  border-radius:999px;
  background:#f5f7ff;
  color:#475467;
  font-size:9.5px;
  white-space:nowrap;
}
:where(.sr-style) .shelrock-ai-progress b {
color:#4169e1;
  font-size:10.5px;
}
:where(.sr-style) .shelrock-ai-close {
width:36px;
  height:36px;
  border:0;
  border-radius:12px;
  background:#f2f4f7;
  color:#475467;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:.18s ease;
}
:where(.sr-style) .shelrock-ai-close:hover {
background:#e9edf3;
  color:#101828;
}
:where(.sr-style) .shelrock-ai-body {
flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:26px 28px 32px;
  scroll-behavior:smooth;
  background:
    radial-gradient(circle at 50% -20%,rgba(65,105,225,.055),transparent 35%),
    #fff;
}
:where(.sr-style) .shelrock-ai-body::-webkit-scrollbar {
width:7px;
}
:where(.sr-style) .shelrock-ai-body::-webkit-scrollbar-thumb {
background:#d7dce5;
  border-radius:999px;
}
:where(.sr-style) .shelrock-ai-welcome {
min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 0 6px;
}
:where(.sr-style) .shelrock-ai-welcome h2 {
margin:0;
  max-width:620px;
  color:#101828;
  font-size:clamp(30px,4vw,46px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:820;
}
:where(.sr-style) .shelrock-ai-welcome h2 span {
color:#7b8492;
}
:where(.sr-style) .shelrock-ai-intro {
max-width:580px;
  margin:16px auto 21px;
  color:#667085;
  font-size:13px;
  line-height:1.6;
}
:where(.sr-style) .shelrock-ai-message {
width:100%;
  display:flex;
  margin:0 0 18px;
}
:where(.sr-style) .shelrock-ai-message.user {
justify-content:flex-end;
}
:where(.sr-style) .shelrock-ai-message.assistant {
justify-content:flex-start;
}
:where(.sr-style) .shelrock-ai-bubble {
max-width:min(78%,650px);
  padding:13px 15px;
  border-radius:18px;
  font-size:13px;
  line-height:1.58;
  white-space:pre-wrap;
  word-break:break-word;
}
:where(.sr-style) .shelrock-ai-message.user .shelrock-ai-bubble {
border-radius:18px 18px 5px 18px;
  background:#101828;
  color:#fff;
}
:where(.sr-style) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:1px solid rgba(15,23,42,.075);
  border-radius:18px 18px 18px 5px;
  background:#f8fafc;
  color:#273142;
}
:where(.sr-style) .shelrock-ai-assistant-wrap {
max-width:min(82%,680px);
}
:where(.sr-style) .shelrock-ai-assistant-label {
margin:0 0 7px 4px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#697386;
  font-size:8.5px;
  letter-spacing:.08em;
  font-weight:850;
}
:where(.sr-style) .shelrock-ai-assistant-label i {
width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#101828;
  color:#fff;
  font-style:normal;
  font-size:8px;
}
:where(.sr-style) .shelrock-ai-typing {
display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:56px;
}
:where(.sr-style) .shelrock-ai-typing i {
width:6px;
  height:6px;
  border-radius:50%;
  background:#98a2b3;
  animation:sr-sr-style-shelrockAiTyping 1.1s infinite ease-in-out;
}
:where(.sr-style) .shelrock-ai-typing i:nth-child(2) {
animation-delay:.12s
}
:where(.sr-style) .shelrock-ai-typing i:nth-child(3) {
animation-delay:.24s
}
:where(.sr-style) .shelrock-ai-status {
flex:0 0 auto;
  margin:0 18px 9px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:10px;
  line-height:1.45;
}
:where(.sr-style) .shelrock-ai-inputbar {
position:relative;
  z-index:4;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:18px 18px 24px 24px;
}
:where(.sr-style) .shelrock-ai-input-icon {
color:#4169e1;
  font-size:16px;
}
:where(.sr-style) .shelrock-ai-inputbar button {
cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}
:where(.sr-style) .shelrock-ai-inputbar button:hover {
transform:translateY(-1px);
  background:#4169e1;
}
:where(.sr-style) .shelrock-ai-inputbar.is-thinking button {
opacity:.55;
  pointer-events:none;
}
:where(.sr-style) body.shelrock-ai-open {
overflow:hidden;
}
@media (min-width:901px) {
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
height:calc(100vh - 108px);
    max-height:760px;
}
}
@media (max-width:900px) {
:where(.sr-style) .shelrock-ai-backdrop {
background:rgba(10,17,30,.08);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
:where(.sr-style) .shelrock-ai-panel {
position:fixed;
    z-index:1445;
    left:8px;
    right:8px;
    top:8px;
    bottom:calc(var(--mobile-nav-h) + 73px + max(7px,env(safe-area-inset-bottom)));
    width:auto !important;
    height:auto;
    min-height:0;
    margin:0;
    border-radius:22px;
    transform:translateY(18px);
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
transform:translateY(0);
}
:where(.sr-style) .shelrock-ai-head {
min-height:62px;
    padding:11px 12px 11px 14px;
}
:where(.sr-style) .shelrock-ai-progress span {
display:none;
}
:where(.sr-style) .shelrock-ai-body {
padding:20px 16px 25px;
}
:where(.sr-style) .shelrock-ai-welcome {
justify-content:flex-start;
    padding-top:18px;
}
:where(.sr-style) .shelrock-ai-welcome h2 {
font-size:35px;
}
:where(.sr-style) .shelrock-ai-intro {
font-size:12px;
}
:where(.sr-style) .shelrock-ai-bubble {
max-width:88%;
    font-size:12.5px;
}
:where(.sr-style) .shelrock-ai-assistant-wrap {
max-width:92%;
}
:where(.sr-style) body.shelrock-ai-open .mobile-bottom-nav-v23 {
opacity:.96;
}
}
@media (max-width:520px) {
:where(.sr-style) .shelrock-ai-head-actions {
gap:5px;
}
:where(.sr-style) .shelrock-ai-progress {
padding:7px 8px;
}
:where(.sr-style) .shelrock-ai-brandline small {
font-size:9px;
}
:where(.sr-style) .shelrock-ai-welcome h2 {
font-size:32px;
}
}
@media (prefers-reduced-motion:reduce) {
:where(.sr-style) .shelrock-ai-panel,
:where(.sr-style) .shelrock-ai-backdrop,
:where(.sr-style) .shelrock-ai-inputbar button {
transition:none !important;
}
:where(.sr-style) .shelrock-ai-typing i {
animation:none !important;
}
}
:where(.sr-style) .shelrock-ai-bubble strong {
font-weight:760;
  color:inherit;
}
:where(.sr-style) .shelrock-ai-inline-list {
margin:8px 0 2px 18px;
  padding:0;
}
:where(.sr-style) .shelrock-ai-inline-list li {
margin:5px 0;
  padding-left:2px;
}
:where(.sr-style) .shelrock-ai-gap {
height:7px;
}
:root:where(.sr-style) {
--shelrock-app-header:72px;
  --shelrock-ai-bg:#ffffff;
  --shelrock-ai-line:rgba(15,23,42,.105);
}
@media (min-width:901px) {
:where(.sr-style) .header-inner {
width:min(calc(100% - 48px),1200px) !important;
    max-width:none !important;
    grid-template-columns:minmax(220px,1fr) auto minmax(260px,1fr) !important;
}
:where(.sr-style) .header-inner>.desktop-nav {
justify-self:center !important;
}
:where(.sr-style) .header-inner>.header-actions {
justify-self:end !important;
}
}
:where(.sr-style) .shelrock-ai-dock {
--ai-width:min(calc(100% - 32px),980px) !important;
}
:where(.sr-style) .shelrock-ai-panel {
background:var(--shelrock-ai-bg) !important;
}
@media (min-width:901px) {
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
width:var(--ai-width) !important;
    height:calc(100dvh - var(--shelrock-app-header) - 104px) !important;
    max-height:none !important;
    min-height:360px !important;
    margin:0 auto !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-bottom:0 !important;
    border-radius:26px 26px 0 0 !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 -16px 64px rgba(15,23,42,.12) !important;
    transform:translateY(0) scale(1) !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
width:var(--ai-width) !important;
    min-height:70px !important;
    margin:0 auto !important;
    padding:8px 9px !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-top:1px solid rgba(15,23,42,.085) !important;
    border-radius:0 0 26px 26px !important;
    background:var(--shelrock-ai-bg) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:0 22px 64px rgba(15,23,42,.15) !important;
}
}
:where(.sr-style) .shelrock-ai-head {
min-height:62px !important;
  padding:12px 17px !important;
  background:var(--shelrock-ai-bg) !important;
  border-bottom:1px solid rgba(15,23,42,.055) !important;
}
:where(.sr-style) .shelrock-ai-body {
background:var(--shelrock-ai-bg) !important;
  padding:26px clamp(18px,4vw,42px) 30px !important;
}
:where(.sr-style) .shelrock-ai-welcome {
min-height:100% !important;
  max-width:720px;
  margin:0 auto;
  padding:42px 18px !important;
  justify-content:center !important;
}
:where(.sr-style) .shelrock-ai-welcome h2 {
max-width:680px !important;
  margin:0 auto !important;
  color:#101828 !important;
  font-size:clamp(31px,4vw,48px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:850 !important;
}
:where(.sr-style) .shelrock-ai-intro {
max-width:560px !important;
  margin:15px auto 0 !important;
  color:#667085 !important;
  font-size:13.5px !important;
  line-height:1.62 !important;
}
:where(.sr-style) .shelrock-ai-message {
margin-bottom:20px !important;
}
:where(.sr-style) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:0 !important;
  background:transparent !important;
  padding:4px 4px 4px 0 !important;
  border-radius:0 !important;
  color:#253044 !important;
}
:where(.sr-style) .shelrock-ai-message.user .shelrock-ai-bubble {
background:#f2f4f7 !important;
  color:#182230 !important;
  border-radius:18px 18px 5px 18px !important;
  box-shadow:none !important;
}
:where(.sr-style) .shelrock-ai-assistant-label {
margin-left:0 !important;
}
:where(.sr-style) .shelrock-ai-inputbar {
background:var(--shelrock-ai-bg) !important;
}
:where(.sr-style) .shelrock-ai-inputbar input {
font-size:15px !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .global-search {
border-color:var(--shelrock-ai-line) !important;
}
:where(.sr-style) .site-footer {
position:relative;
  z-index:1;
}
@media (max-width:900px) {
:where(.sr-style) .shelrock-ai-panel {
top:8px !important;
    left:8px !important;
    right:8px !important;
    bottom:calc(var(--mobile-nav-h) + 64px + max(7px,env(safe-area-inset-bottom))) !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-bottom:0 !important;
    border-radius:20px 20px 0 0 !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 -10px 44px rgba(15,23,42,.11) !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 20px 20px !important;
    border-color:var(--shelrock-ai-line) !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 18px 44px rgba(15,23,42,.13) !important;
}
:where(.sr-style) .shelrock-ai-head {
min-height:58px !important;
}
:where(.sr-style) .shelrock-ai-body {
padding:20px 17px 24px !important;
}
:where(.sr-style) .shelrock-ai-welcome {
padding:34px 12px !important;
    justify-content:center !important;
}
:where(.sr-style) .shelrock-ai-welcome h2 {
font-size:clamp(30px,9vw,39px) !important;
}
:where(.sr-style) .shelrock-ai-intro {
font-size:12.5px !important;
}
}
@media (max-width:900px) {
:where(.sr-style) .site-header,
:where(.sr-style) .site-header.mobile-header-hidden,
:where(.sr-style) .site-header:has(.mobile-menu.open) {
position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    will-change:auto !important;
    transition:box-shadow .18s ease !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open {
z-index:2100 !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
z-index:0 !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
z-index:2 !important;
    top:max(8px,env(safe-area-inset-top)) !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
position:relative !important;
    z-index:3 !important;
}
:where(.sr-style) .shelrock-ai-close {
position:relative !important;
    z-index:5 !important;
    flex:0 0 auto !important;
}
:where(.sr-style) body.shelrock-ai-open .site-header {
z-index:100 !important;
}
}
@media (max-width:900px) {
:root:where(.sr-style) {
--header:50px !important;
    --mobile-nav-h:52px !important;
    --mobile-search-h:48px !important;
}
:where(.sr-style) .site-header,
:where(.sr-style) .site-header.mobile-header-hidden,
:where(.sr-style) .site-header:has(.mobile-menu.open) {
position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    height:var(--header) !important;
    z-index:1500 !important;
    transform:translateY(0) !important;
    transition:transform .20s cubic-bezier(.2,.72,.25,1), box-shadow .16s ease !important;
    will-change:transform !important;
    background:rgba(255,255,255,.97) !important;
    box-shadow:0 1px 0 rgba(15,23,42,.065) !important;
}
:where(.sr-style) .site-header.mobile-header-hidden {
transform:translateY(calc(-100% - 2px)) !important;
}
:where(.sr-style) .site-header:has(.mobile-menu.open),
:where(.sr-style) body.shelrock-ai-open .site-header {
transform:translateY(0) !important;
}
:where(.sr-style) .header-inner {
width:calc(100% - 20px) !important;
    height:var(--header) !important;
    gap:8px !important;
}
:where(.sr-style) .site-header .brand {
gap:7px !important;
}
:where(.sr-style) .site-header .brand-logo-img {
width:30px !important;
    height:30px !important;
    flex-basis:30px !important;
    border-radius:8px !important;
}
:where(.sr-style) .site-header .brand-copy b {
font-size:16px !important;
    line-height:.9 !important;
    letter-spacing:.075em !important;
}
:where(.sr-style) .site-header .brand-copy small {
margin-top:3px !important;
    font-size:8px !important;
    line-height:1 !important;
}
:where(.sr-style) .mobile-menu-btn {
width:36px !important;
    height:36px !important;
    flex:0 0 36px !important;
    padding:8px !important;
}
:where(.sr-style) .mobile-menu-btn span {
width:19px !important;
    margin:4.2px auto !important;
}
:where(.sr-style) .site-header .mobile-menu.open {
max-height:min(560px,calc(100dvh - 58px)) !important;
}
:where(.sr-style) .mobile-bottom-nav-v23 {
position:fixed !important;
    z-index:1450 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:center !important;
    height:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom)) !important;
    min-height:0 !important;
    padding:2px 4px env(safe-area-inset-bottom) !important;
    border-top:1px solid rgba(15,23,42,.08) !important;
    background:rgba(255,255,255,.975) !important;
    box-shadow:0 -5px 18px rgba(15,23,42,.055) !important;
    backdrop-filter:blur(16px) saturate(145%) !important;
    -webkit-backdrop-filter:blur(16px) saturate(145%) !important;
}
:where(.sr-style) .mbn-item-v23 {
gap:2px !important;
    min-height:46px !important;
    height:46px !important;
    padding:2px 0 !important;
    justify-content:center !important;
}
:where(.sr-style) .mbn-item-v23 svg {
width:18px !important;
    height:18px !important;
    stroke-width:1.75 !important;
}
:where(.sr-style) .mbn-item-v23 span,
:where(.sr-style) .mbn-source-v23>b {
max-width:100% !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-weight:650 !important;
    white-space:nowrap !important;
    letter-spacing:-.01em !important;
}
:where(.sr-style) .mbn-source-v23 {
top:0 !important;
    height:46px !important;
    min-height:46px !important;
    gap:2px !important;
    justify-content:center !important;
    color:#e84b35 !important;
}
:where(.sr-style) .mbn-source-icon-v23 {
width:34px !important;
    height:34px !important;
    border:0 !important;
    border-radius:12px !important;
    font-size:22px !important;
    line-height:1 !important;
    box-shadow:0 5px 13px rgba(239,72,58,.22) !important;
}
:where(.sr-style) .search-dock {
left:0 !important;
    right:0 !important;
    bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom)) !important;
    padding:0 6px 0 !important;
}
:where(.sr-style) .global-search {
min-height:var(--mobile-search-h) !important;
    height:var(--mobile-search-h) !important;
    padding:4px 5px !important;
    border-radius:15px 15px 0 0 !important;
    box-shadow:0 -4px 18px rgba(15,23,42,.075) !important;
}
:where(.sr-style) .global-search .search-icon,
:where(.sr-style) .shelrock-ai-input-icon {
margin-left:5px !important;
    font-size:14px !important;
}
:where(.sr-style) .global-search input,
:where(.sr-style) .shelrock-ai-inputbar input {
min-width:0 !important;
    font-size:15px !important;
}
:where(.sr-style) .global-search button,
:where(.sr-style) .shelrock-ai-inputbar button {
width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    border-radius:11px !important;
}
:where(.sr-style) .shelrock-ai-panel,
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
top:max(6px,env(safe-area-inset-top)) !important;
    bottom:calc(var(--mobile-nav-h) + var(--mobile-search-h) + env(safe-area-inset-bottom)) !important;
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
min-height:var(--mobile-search-h) !important;
    height:var(--mobile-search-h) !important;
    border-radius:0 !important;
}
:where(.sr-style) .site-footer {
padding-bottom:calc(var(--mobile-nav-h) + var(--mobile-search-h) + 24px + env(safe-area-inset-bottom)) !important;
}
}
@media (max-width:360px) {
:where(.sr-style) .mbn-item-v23 span,
:where(.sr-style) .mbn-source-v23>b {
font-size:7.8px !important;
}
:where(.sr-style) .site-header .brand-copy small {
display:none !important;
}
}
@keyframes sr-sr-style-shelrockAiTyping {
0%,70%,100% {
transform:translateY(0);opacity:.45
}
35% {
transform:translateY(-4px);opacity:1
}
}

/* global.css | sr-global */
:root:where(.sr-global) {
--ink:#08111f;
  --muted:#667085;
  --line:#e5e8ee;
  --bg:#fbfbfd;
  --white:#fff;
  --orange:#ff7418;
  --red:#ff3a36;
  --violet:#7554ff;
  --blue:#2f67ff;
  --green:#11a66a;
  --max:1240px;
  --header:72px;
  --shadow:0 24px 70px rgba(17,24,39,.11);
  --soft:0 12px 34px rgba(17,24,39,.08);
  --ease:180ms cubic-bezier(.2,.8,.2,1)
}
:where(.sr-global) * {
box-sizing:border-box
}
html:where(.sr-global) {
scroll-behavior:smooth
}
:where(.sr-global) body {
margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:-.015em;
  padding-bottom:110px
}
:where(.sr-global) a {
text-decoration:none;
  color:inherit
}
:where(.sr-global) button,
:where(.sr-global) input {
font:inherit
}
:where(.sr-global) .shell {
width:min(calc(100% - 40px),var(--max));
  margin-inline:auto
}
:where(.sr-global) .site-header {
position:fixed;
  top:0;
  left:0;
  right:0;
  height:var(--header);
  z-index:1000;
  background:rgba(255,255,255,.89);
  backdrop-filter:blur(22px) saturate(160%);
  border-bottom:1px solid rgba(15,23,42,.06);
  box-shadow:0 4px 22px rgba(15,23,42,.025)
}
:where(.sr-global) .header-inner {
height:100%;
  width:min(calc(100% - 40px),var(--max));
  margin:auto;
  display:flex;
  align-items:center;
  gap:26px
}
:where(.sr-global) .brand {
display:flex;
  align-items:center;
  gap:10px
}
:where(.sr-global) .brand-copy {
display:flex;
  flex-direction:column;
  line-height:1
}
:where(.sr-global) .brand-copy b {
font-size:20px;
  letter-spacing:.09em;
  font-weight: 900;
  line-height: .8;
}
:where(.sr-global) .brand-copy small {
font-size:11px;
  color:#98a2b3;
  margin-top:5px
}
:where(.sr-global) .desktop-nav {
display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex:1
}
:where(.sr-global) .desktop-nav>a {
font-size:13px;
  font-weight:670;
  color:#344054;
  border:0;
  background:none;
  cursor:pointer;
  white-space:nowrap
}
:where(.sr-global) .header-actions {
display:flex;
  align-items:center;
  gap:14px
}
:where(.sr-global) .sign-in {
font-size:13px;
  font-weight:760
}
:where(.sr-global) .submit-top,
:where(.sr-global) .mobile-submit {
padding:11px 17px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:860;
  background:linear-gradient(105deg,#ff7a18,#ff4a28 52%,#ff3153);
  box-shadow:0 10px 26px rgba(255,74,39,.25)
}
:where(.sr-global) .mobile-menu-btn {
display:none;
  margin-left:auto;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  padding:10px
}
:where(.sr-global) .mobile-menu-btn span {
display:block;
  width:21px;
  height:1.7px;
  background:#101828;
  margin:4.8px auto
}
:where(.sr-global) .mobile-menu {
display:none;
  position:absolute;
  top:var(--header);
  left:0;
  right:0;
  background:#fff;
  border-top:1px solid var(--line);
  padding:16px 20px 24px
}
:where(.sr-global) .mobile-menu.open {
display:flex;
  flex-direction:column
}
:where(.sr-global) .mobile-menu>a {
padding:13px 4px;
  border-bottom:1px solid var(--line);
  font-size:16px;
  font-weight:720
}
:where(.sr-global) .mobile-menu .mobile-submit {
margin-top:16px;
  text-align:center;
  border:0
}
:where(.sr-global) .site-footer {
background:#0d1320;
  color:#fff;
  padding:52px 0 28px;
  margin-top:50px
}
:where(.sr-global) .footer-grid {
display:grid;
  grid-template-columns:1.5fr repeat(3,.7fr);
  gap:30px
}
:where(.sr-global) .footer-brand p {
max-width:320px;
  color:#9fa8b8;
  font-size:20px;
  line-height:1.6
}
:where(.sr-global) .footer-logo .brand-copy small {
color:#8d98aa;
  font-size: 11px;
}
:where(.sr-global) .footer-grid>div:not(:first-child) {
display:flex;
  flex-direction:column;
  gap:10px
}
:where(.sr-global) .footer-grid>div>b {
font-size:11px;
  margin-bottom:6px
}
:where(.sr-global) .footer-grid>div>a {
font-size:11px;
  color:#9fa8b8
}
:where(.sr-global) .footer-bottom {
display:flex;
  justify-content:space-between;
  border-top:1px solid #293244;
  margin-top:35px;
  padding-top:20px;
  color:#7f899a;
  font-size:9.5px
}
:where(.sr-global) .search-dock {
position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1200;
  padding:0 14px max(14px,env(safe-area-inset-bottom));
  pointer-events:none
}
:where(.sr-global) .global-search {
width:min(calc(100% - 20px),900px);
  min-height:66px;
  margin:0 auto;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(22px);
  border:1px solid rgba(15,23,42,.12);
  border-radius:24px;
  box-shadow:0 16px 55px rgba(15,23,42,.15);
  display:flex;
  align-items:center;
  padding:8px;
  pointer-events:auto
}
:where(.sr-global) .search-icon {
width:42px;
  text-align:center;
  color:#667085;
  font-size:21px
}
:where(.sr-global) .global-search input {
flex:1;
  min-width:0;
  border:0;
  background:transparent;
  outline:0;
  padding:11px 5px;
  font-size:15px;
  color:#101828
}
:where(.sr-global) .global-search button {
width:47px;
  height:47px;
  border:0;
  border-radius:16px;
  background:#101828;
  color:#fff;
  font-size:20px
}
@media (max-width:640px) {
:where(.sr-global) body {
padding-bottom:92px
}
:where(.sr-global) .shell,
:where(.sr-global) .header-inner {
width:calc(100% - 28px)
}
:where(.sr-global) .brand-copy small {
display:none
}
:where(.sr-global) .site-footer {
margin-top:20px
}
:where(.sr-global) .footer-grid {
grid-template-columns:1fr
}
:where(.sr-global) .footer-bottom {
flex-direction:column;
    gap:5px
}
:where(.sr-global) .global-search {
width:100%
}
:where(.sr-global) .search-dock {
padding:0 8px max(8px,env(safe-area-inset-bottom))
}
:where(.sr-global) .global-search {
min-height:60px;
    border-radius:20px;
    padding:6px
}
:where(.sr-global) .global-search input {
font-size:14px
}
:where(.sr-global) .global-search button {
width:43px;
    height:43px;
    border-radius:14px
}
}
@media (max-width:1100px) {
:where(.sr-global) .desktop-nav {
gap:13px
}
:where(.sr-global) .desktop-nav>a {
font-size:12px
}
}
@media (max-width:900px) {
:root:where(.sr-global) {
--header:62px
}
:where(.sr-global) .desktop-nav,
:where(.sr-global) .header-actions {
display:none
}
:where(.sr-global) .mobile-menu-btn {
display:block
}
:where(.sr-global) .footer-grid {
grid-template-columns:1fr 1fr
}
}
@media (max-width:640px) {
:where(.sr-global) body {
padding-bottom:92px
}
:where(.sr-global) .shell,
:where(.sr-global) .header-inner {
width:calc(100% - 28px)
}
:where(.sr-global) .brand-copy small {
display:none
}
:where(.sr-global) .footer-grid {
grid-template-columns:1fr
}
:where(.sr-global) .footer-bottom {
flex-direction:column;
    gap:5px
}
:where(.sr-global) .search-dock {
padding:0 8px max(8px,env(safe-area-inset-bottom))
}
:where(.sr-global) .global-search {
width:100%
}
:where(.sr-global) .global-search {
min-height:60px;
    border-radius:20px;
    padding:6px
}
:where(.sr-global) .global-search input {
font-size:14px
}
:where(.sr-global) .global-search button {
width:43px;
    height:43px;
    border-radius:14px
}
}
:where(.sr-global) .desktop-nav>a,
:where(.sr-global) .sign-in {
font-size:13px;
}
:where(.sr-global) .site-footer,
:where(.sr-global) .site-footer a,
:where(.sr-global) .site-footer p {
font-size:12px;
}
:where(.sr-global) .global-search input {
font-size:16px;
}
:where(.sr-global) .desktop-nav {
gap:22px;
}
:where(.sr-global) .submit-top {
min-height:43px;
  padding:11px 16px;
  font-size:14px !important;
  font-weight:860;
}
html:where(.sr-global),
:where(.sr-global) body {
min-height:100%;
  margin:0;
  background:#0e1420;
}
:where(.sr-global) main {
background:#fbfbfd;
}
:where(.sr-global) .site-footer {
margin:0 !important;
  padding-bottom:max(34px,env(safe-area-inset-bottom));
  background:#0e1420 !important;
}
:where(.sr-global) .footer-bottom {
font-size:13px !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
:where(.sr-global) .site-footer:after {
content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:110px;
  background:#0e1420;
  pointer-events:none;
}
:where(.sr-global) .search-dock {
z-index:220;
}
@media (max-width:1180px) {
:where(.sr-global) .desktop-nav {
gap:16px;
}
:where(.sr-global) .desktop-nav>a,
:where(.sr-global) .sign-in {
font-size:13.5px !important;
}
:where(.sr-global) .submit-top {
font-size:13.5px !important;
    padding-left:13px;
    padding-right:13px;
}
}
@media (max-width:640px) {
:where(.sr-global) .site-footer a,
:where(.sr-global) .site-footer p {
font-size:14px !important;
}
}
:root:where(.sr-global) {
--max:1200px;
}
:where(.sr-global) .site-footer a,
:where(.sr-global) .site-footer p {
font-size:14px !important;
}
:where(.sr-global) .site-footer b {
font-size:15px !important;
}
:where(.sr-global) .footer-bottom {
margin-bottom:0 !important;
  padding-bottom:0 !important;
  font-size:13px !important;
}
html:where(.sr-global),
:where(.sr-global) body {
min-height:100%;
  margin:0;
  background:#fbfbfd !important;
}
:where(.sr-global) body {
padding-bottom:0 !important;
}
:where(.sr-global) .site-footer {
position:relative;
  margin:0 !important;
  padding-bottom:calc(118px + env(safe-area-inset-bottom)) !important;
  background:#0e1420 !important;
}
:where(.sr-global) .desktop-nav {
gap:21px;
}
:where(.sr-global) .desktop-nav>a,
:where(.sr-global) .sign-in {
font-size:14.5px !important;
  font-weight:740;
}
:where(.sr-global) .submit-top {
min-height:43px;
  padding:11px 15px;
  font-size:14px !important;
  font-weight:860;
}
@media (max-width:1180px) {
:where(.sr-global) .desktop-nav {
gap:15px;
}
:where(.sr-global) .desktop-nav>a,
:where(.sr-global) .sign-in {
font-size:13.5px !important;
}
:where(.sr-global) .submit-top {
padding-left:12px;
    padding-right:12px;
    font-size:13px !important;
}
}
:where(.sr-global) .header-inner {
display:flex;
  align-items:center;
}
:where(.sr-global) .desktop-nav {
margin-left:auto !important;
  gap:20px !important;
}
:where(.sr-global) .desktop-nav>a,
:where(.sr-global) .sign-in {
font-size:13.5px !important;
  line-height:1.2;
  font-weight:550 !important;
  letter-spacing:-.005em;
}
:where(.sr-global) .header-actions {
margin-left:18px;
  gap:10px;
}
:where(.sr-global) .submit-top {
min-height:42px;
  padding:11px 15px;
  font-size:13.5px !important;
  font-weight:600 !important;
}
html:where(.sr-global),
:where(.sr-global) body {
margin:0;
  min-height:100%;
  background:#fbfbfd !important;
}
:where(.sr-global) main {
background:#fbfbfd !important;
}
:where(.sr-global) .site-footer {
margin:0 !important;
  background:#0e1420 !important;
  padding-bottom:calc(118px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global) .site-footer:after {
display:none !important;
}
@media (max-width:1180px) {
:where(.sr-global) .desktop-nav {
gap:15px !important;
}
:where(.sr-global) .desktop-nav>a,
:where(.sr-global) .sign-in {
font-size:13px !important;
}
:where(.sr-global) .header-actions {
margin-left:14px;
}
:where(.sr-global) .submit-top {
font-size:13px !important;
    padding-left:13px;
    padding-right:13px;
}
}
:where(.sr-global) .header-inner {
display:flex !important;
  align-items:center !important;
}
@media (min-width:901px) {
:where(.sr-global) .site-header {
position:fixed;
    top:0;
    left:0;
    right:0;
}
:where(.sr-global) .header-inner {
display:grid !important;
    grid-template-columns:minmax(190px,1fr) auto minmax(220px,1fr) !important;
    align-items:center !important;
    gap:20px !important;
}
:where(.sr-global) .header-inner>.brand {
justify-self:start;
}
:where(.sr-global) .header-inner>.desktop-nav {
justify-self:center;
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin:0 !important;
    gap:9px !important;
}
:where(.sr-global) .header-inner>.desktop-nav>a {
padding:8px 7px !important;
    color:#344054;
    font-size:13.5px !important;
    font-weight:550 !important;
    line-height:1.2;
    letter-spacing:-.005em;
    white-space:nowrap;
}
:where(.sr-global) .header-inner>.header-actions {
justify-self:end;
    display:flex !important;
    align-items:center;
    gap:12px !important;
    margin:0 !important;
}
:where(.sr-global) .header-inner .sign-in {
padding:8px 6px !important;
    font-size:13.5px !important;
    font-weight:550 !important;
    white-space:nowrap;
}
:where(.sr-global) .header-inner .submit-top {
min-height:42px;
    padding:11px 23px !important;
    font-size:13.5px !important;
    font-weight:600 !important;
    white-space:nowrap;
}
:where(.sr-global) .mobile-menu-btn,
:where(.sr-global) .mobile-menu,
:where(.sr-global) .mobile-bottom-nav-v23 {
display:none !important;
}
}
@media (min-width:901px) and (max-width:1120px) {
:where(.sr-global) .header-inner {
grid-template-columns:minmax(170px,1fr) auto minmax(205px,1fr) !important;
    gap:12px !important;
}
:where(.sr-global) .header-inner>.desktop-nav {
gap:3px !important;
}
:where(.sr-global) .header-inner>.desktop-nav>a {
padding-left:5px !important;
    padding-right:5px !important;
    font-size:12.5px !important;
}
:where(.sr-global) .header-inner .sign-in {
font-size:12.5px !important;
}
:where(.sr-global) .header-inner .submit-top {
padding-left:18px !important;
    padding-right:18px !important;
    font-size:12.5px !important;
}
}
:where(.sr-global) .mobile-bottom-nav-v23 {
display:none;
}
@media (max-width:900px) {
:root:where(.sr-global) {
--header:62px;
    --mobile-nav-h:72px;
}
:where(.sr-global) .site-header {
position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    z-index:1500 !important;
    height:62px !important;
    background:rgba(255,255,255,.97) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:0 1px 0 rgba(15,23,42,.07) !important;
}
:where(.sr-global) .header-inner {
position:relative;
    display:flex !important;
    align-items:center !important;
    width:calc(100% - 28px) !important;
    height:62px !important;
    gap:12px !important;
}
:where(.sr-global) .header-inner>.brand {
flex:0 1 auto;
}
:where(.sr-global) .header-inner>.desktop-nav,
:where(.sr-global) .header-inner>.header-actions {
display:none !important;
}
:where(.sr-global) .mobile-menu-btn {
position:relative;
    z-index:1602;
    display:block !important;
    flex:0 0 42px;
    margin-left:auto !important;
    cursor:pointer;
}
:where(.sr-global) .mobile-menu-btn span {
transition:transform .18s ease,opacity .18s ease;
}
:where(.sr-global) .mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
transform:translateY(6.5px) rotate(45deg);
}
:where(.sr-global) .mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
opacity:0;
}
:where(.sr-global) .mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
transform:translateY(-6.5px) rotate(-45deg);
}
:where(.sr-global) .site-header .mobile-menu {
position:absolute !important;
    z-index:1600 !important;
    top:100% !important;
    left:10px !important;
    right:10px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:0;
    max-height:0;
    overflow:hidden;
    padding:0 16px !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:0 0 22px 22px;
    background:rgba(255,255,255,.985) !important;
    box-shadow:0 20px 40px rgba(15,23,42,.14);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-7px);
    transition:max-height .28s ease,opacity .18s ease,transform .18s ease,visibility .18s;
}
:where(.sr-global) .site-header .mobile-menu.open {
max-height:min(590px,calc(100vh - 78px));
    overflow:auto;
    padding:10px 16px 18px !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}
:where(.sr-global) .site-header .mobile-menu>a {
display:flex;
    align-items:center;
    min-height:49px;
    padding:12px 3px !important;
    border-bottom:1px solid #edf0f4;
    color:#243247;
    font-size:15px !important;
    font-weight:550 !important;
}
:where(.sr-global) .site-header .mobile-menu>a:last-child {
border-bottom:0;
}
:where(.sr-global) .site-header .mobile-menu .mobile-submit {
justify-content:center;
    min-height:46px;
    margin-top:10px;
    padding:11px 16px !important;
    border-radius:999px;
    color:#fff;
    font-size:14px !important;
    font-weight:650 !important;
}
:where(.sr-global) .mobile-bottom-nav-v23 {
position:fixed;
    z-index:1450;
    left:0;
    right:0;
    bottom:0;
    display:grid !important;
    grid-template-columns:repeat(5,1fr);
    align-items:end;
    min-height:var(--mobile-nav-h);
    padding:7px 7px max(7px,env(safe-area-inset-bottom));
    border-top:1px solid rgba(15,23,42,.09);
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(20px) saturate(150%);
    -webkit-backdrop-filter:blur(20px) saturate(150%);
    box-shadow:0 -8px 30px rgba(15,23,42,.08);
}
:where(.sr-global) .mbn-item-v23 {
display:flex;
    min-width:0;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    min-height:54px;
    color:#697588;
}
:where(.sr-global) .mbn-item-v23 svg {
width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
:where(.sr-global) .mbn-item-v23 span {
font-size:9.5px;
    line-height:1;
    font-weight:600;
}
:where(.sr-global) .mbn-home-v23 {
color:#26354a;
}
:where(.sr-global) .mbn-source-v23 {
position:relative;
    top:-13px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:4px;
    color:#e84b35;
}
:where(.sr-global) .mbn-source-icon-v23 {
display:grid;
    place-items:center;
    width:51px;
    height:51px;
    border:5px solid rgba(255,255,255,.98);
    border-radius:18px;
    background:linear-gradient(145deg,#ff7a1b,#ff4c31 55%,#ee3655);
    color:#fff;
    box-shadow:0 10px 24px rgba(239,72,58,.28);
    font-size:27px;
    font-weight:350;
    line-height:1;
}
:where(.sr-global) .mbn-source-v23>b {
font-size:9.5px;
    line-height:1;
    font-weight:700;
}
:where(.sr-global) .search-dock {
position:fixed !important;
    z-index:1440 !important;
    left:0 !important;
    right:0 !important;
    bottom:calc(var(--mobile-nav-h) + max(7px,env(safe-area-inset-bottom))) !important;
    padding:0 9px 8px !important;
    pointer-events:none;
}
:where(.sr-global) .global-search {
width:100% !important;
    max-width:720px;
}
:where(.sr-global) .global-search {
min-height:57px !important;
    padding:6px !important;
    border:1px solid rgba(15,23,42,.11) !important;
    border-radius:20px !important;
    background:rgba(255,255,255,.965) !important;
    box-shadow:0 12px 36px rgba(15,23,42,.13) !important;
    pointer-events:auto;
}
:where(.sr-global) .global-search input {
font-size:16px !important;
}
:where(.sr-global) .global-search button {
width:43px !important;
    height:43px !important;
    border-radius:14px !important;
}
:where(.sr-global) body {
padding-bottom:0 !important;
}
:where(.sr-global) .site-footer {
padding-bottom:calc(190px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global) .footer-grid {
grid-template-columns:1fr 1fr !important;
    gap:28px 18px !important;
}
:where(.sr-global) .footer-brand {
grid-column:1 / -1;
}
:where(.sr-global) .footer-bottom {
flex-direction:column !important;
    align-items:flex-start;
    gap:6px !important;
}
}
@media (max-width:640px) {
:where(.sr-global) .brand-copy b {
font-size:13px;
}
:where(.sr-global) .site-header .mobile-menu {
left:6px !important;
    right:6px !important;
}
:where(.sr-global) .mobile-bottom-nav-v23 {
padding-left:3px;
    padding-right:3px;
}
:where(.sr-global) .mbn-item-v23 span,
:where(.sr-global) .mbn-source-v23>b {
font-size:9px;
}
:where(.sr-global) .search-dock {
padding-left:7px !important;
    padding-right:7px !important;
}
:where(.sr-global) .footer-grid {
grid-template-columns:1fr !important;
}
:where(.sr-global) .footer-brand {
grid-column:auto;
}
}
@media (max-width:900px) {
:where(.sr-global) .site-header {
position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    transform:translateY(0);
    transition:transform .22s cubic-bezier(.2,.72,.25,1),
               box-shadow .18s ease !important;
    will-change:transform;
}
:where(.sr-global) .site-header.mobile-header-hidden {
transform:translateY(calc(-100% - 2px));
}
:where(.sr-global) .site-header:has(.mobile-menu.open) {
transform:translateY(0) !important;
}
:where(.sr-global) .site-footer {
padding-top:48px !important;
    padding-bottom:calc(184px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global) .footer-grid {
display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:26px 30px !important;
    align-items:start;
}
:where(.sr-global) .footer-brand {
grid-column:1 / -1 !important;
    max-width:560px;
    padding-bottom:4px;
}
:where(.sr-global) .footer-brand p {
max-width:520px;
    margin-top:12px !important;
}
:where(.sr-global) .footer-grid > div:not(.footer-brand) {
min-width:0;
}
:where(.sr-global) .footer-grid > div:not(.footer-brand) > b {
display:block;
    margin-bottom:10px;
}
:where(.sr-global) .footer-grid > div:not(.footer-brand) > a {
margin-top:7px !important;
    font-size:13px !important;
    line-height:1.4 !important;
}
:where(.sr-global) .footer-grid > div:nth-child(4) {
grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:30px;
    row-gap:7px;
}
:where(.sr-global) .footer-grid > div:nth-child(4) > b {
grid-column:1 / -1;
    margin-bottom:3px;
}
:where(.sr-global) .footer-grid > div:nth-child(4) > a {
margin-top:0 !important;
}
:where(.sr-global) .footer-bottom {
margin-top:28px !important;
    padding-top:18px !important;
    gap:5px !important;
}
}
@media (max-width:640px) {
:where(.sr-global) .site-footer {
padding-top:40px !important;
    padding-bottom:calc(180px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global) .footer-grid {
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px 18px !important;
}
:where(.sr-global) .footer-brand {
grid-column:1 / -1 !important;
}
:where(.sr-global) .footer-grid > div:nth-child(4) {
grid-column:1 / -1 !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:18px;
    row-gap:7px;
}
:where(.sr-global) .footer-grid > div:not(.footer-brand) > b {
font-size:13px !important;
    margin-bottom:8px;
}
:where(.sr-global) .footer-grid > div:not(.footer-brand) > a {
font-size:12.5px !important;
    margin-top:6px !important;
}
:where(.sr-global) .footer-bottom {
margin-top:24px !important;
    padding-top:16px !important;
}
}
@media (max-width:380px) {
:where(.sr-global) .footer-grid {
gap:22px 14px !important;
}
:where(.sr-global) .footer-grid > div:not(.footer-brand) > a {
font-size:12px !important;
}
:where(.sr-global) .footer-grid > div:nth-child(4) {
column-gap:14px;
}
}
@media (min-width:901px) {
:where(.sr-global) .desktop-nav > a {
position:relative;
}
}
:where(.sr-global) .desktop-nav a.active,
:where(.sr-global) .sign-in.active {
color:#111827 !important;
}
:where(.sr-global) .desktop-nav a.active:after {
content:"";
  position:absolute;
  left:7px; right:7px; bottom:1px;
  height:2px; border-radius:999px;
  background:#4169E1;
}
:where(.sr-global) .desktop-nav a {
position:relative
}
:where(.sr-global) .brand-logo-img {
display:block;
  width:40px;
  height:40px;
  flex:0 0 40px;
  object-fit:cover;
  object-position:center;
  border-radius:11px;
  background:#050505;
  box-shadow:0 8px 18px rgba(15,23,42,.14);
}
:where(.sr-global) .site-header .brand-logo-img {
width:38px;
  height:38px;
  flex-basis:38px;
  border-radius:10px;
}
:where(.sr-global) .site-footer .brand-logo-img {
width:46px;
  height:46px;
  flex-basis:46px;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.20);
}
:where(.sr-global) .site-footer .footer-logo .brand-copy small {
max-width:230px;
  color:#8d98aa;
  font-size:9px;
  line-height:1.3;
  letter-spacing:.01em;
}
@media (max-width:900px) {
:where(.sr-global) .site-header .brand-logo-img {
width:36px;
    height:36px;
    flex-basis:36px;
    border-radius:9px;
}
:where(.sr-global) .site-footer .brand-logo-img {
width:43px;
    height:43px;
    flex-basis:43px;
}
}
@media (max-width:640px) {
:where(.sr-global) .site-header .brand-logo-img {
width:34px;
    height:34px;
    flex-basis:34px;
}
:where(.sr-global) .site-header .brand {
gap:8px;
}
:where(.sr-global) .site-footer .footer-logo {
align-items:center;
}
:where(.sr-global) .site-footer .footer-logo .brand-copy small {
font-size:8.5px;
}
}
:where(.sr-global) .brand-logo-img {
object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  box-shadow:none !important;
}
:where(.sr-global) .shelrock-ai-dock {
--ai-width:min(calc(100% - 28px),900px);
}
:where(.sr-global) .shelrock-ai-backdrop {
position:fixed;
  inset:0;
  z-index:-1;
  opacity:0;
  pointer-events:none;
  background:rgba(10,17,30,.16);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  transition:opacity .24s ease;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
opacity:1;
  pointer-events:auto;
}
:where(.sr-global) .shelrock-ai-panel {
width:var(--ai-width);
  height:min(720px,calc(100vh - 112px));
  min-height:480px;
  margin:0 auto 8px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(15,23,42,.11);
  border-radius:28px 28px 18px 18px;
  background:rgba(255,255,255,.985);
  box-shadow:0 28px 90px rgba(15,23,42,.22);
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(22px) scale(.985);
  transform-origin:bottom center;
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.75,.2,1),visibility .22s;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
pointer-events:auto;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
:where(.sr-global) .shelrock-ai-dock.ai-open .global-search {
border-color:rgba(65,105,225,.26);
  box-shadow:0 12px 40px rgba(15,23,42,.16),0 0 0 3px rgba(65,105,225,.055);
}
:where(.sr-global) .shelrock-ai-head {
flex:0 0 auto;
  min-height:72px;
  padding:14px 16px 14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(15,23,42,.065);
  background:rgba(255,255,255,.94);
}
:where(.sr-global) .shelrock-ai-brandline {
display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
:where(.sr-global) .shelrock-ai-mark {
width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#101828;
  color:#fff;
  font-size:17px;
  box-shadow:0 8px 22px rgba(16,24,40,.15);
}
:where(.sr-global) .shelrock-ai-brandline strong {
display:block;
  font-size:12px;
  line-height:1;
  letter-spacing:.09em;
  font-weight:900;
  color:#101828;
}
:where(.sr-global) .shelrock-ai-brandline small {
margin-top:6px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#667085;
  font-size:10.5px;
  font-weight:650;
}
:where(.sr-global) .shelrock-ai-brandline small i {
width:6px;
  height:6px;
  border-radius:50%;
  background:#12b76a;
  box-shadow:0 0 0 4px rgba(18,183,106,.11);
}
:where(.sr-global) .shelrock-ai-head-actions {
display:flex;
  align-items:center;
  gap:9px;
}
:where(.sr-global) .shelrock-ai-progress {
display:flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border:1px solid rgba(65,105,225,.12);
  border-radius:999px;
  background:#f5f7ff;
  color:#475467;
  font-size:9.5px;
  white-space:nowrap;
}
:where(.sr-global) .shelrock-ai-progress b {
color:#4169e1;
  font-size:10.5px;
}
:where(.sr-global) .shelrock-ai-close {
width:36px;
  height:36px;
  border:0;
  border-radius:12px;
  background:#f2f4f7;
  color:#475467;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:.18s ease;
}
:where(.sr-global) .shelrock-ai-close:hover {
background:#e9edf3;
  color:#101828;
}
:where(.sr-global) .shelrock-ai-body {
flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:26px 28px 32px;
  scroll-behavior:smooth;
  background:
    radial-gradient(circle at 50% -20%,rgba(65,105,225,.055),transparent 35%),
    #fff;
}
:where(.sr-global) .shelrock-ai-body::-webkit-scrollbar {
width:7px;
}
:where(.sr-global) .shelrock-ai-body::-webkit-scrollbar-thumb {
background:#d7dce5;
  border-radius:999px;
}
:where(.sr-global) .shelrock-ai-welcome {
min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 0 6px;
}
:where(.sr-global) .shelrock-ai-welcome h2 {
margin:0;
  max-width:620px;
  color:#101828;
  font-size:clamp(30px,4vw,46px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:820;
}
:where(.sr-global) .shelrock-ai-welcome h2 span {
color:#7b8492;
}
:where(.sr-global) .shelrock-ai-intro {
max-width:580px;
  margin:16px auto 21px;
  color:#667085;
  font-size:13px;
  line-height:1.6;
}
:where(.sr-global) .shelrock-ai-message {
width:100%;
  display:flex;
  margin:0 0 18px;
}
:where(.sr-global) .shelrock-ai-message.user {
justify-content:flex-end;
}
:where(.sr-global) .shelrock-ai-message.assistant {
justify-content:flex-start;
}
:where(.sr-global) .shelrock-ai-bubble {
max-width:min(78%,650px);
  padding:13px 15px;
  border-radius:18px;
  font-size:13px;
  line-height:1.58;
  white-space:pre-wrap;
  word-break:break-word;
}
:where(.sr-global) .shelrock-ai-message.user .shelrock-ai-bubble {
border-radius:18px 18px 5px 18px;
  background:#101828;
  color:#fff;
}
:where(.sr-global) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:1px solid rgba(15,23,42,.075);
  border-radius:18px 18px 18px 5px;
  background:#f8fafc;
  color:#273142;
}
:where(.sr-global) .shelrock-ai-assistant-wrap {
max-width:min(82%,680px);
}
:where(.sr-global) .shelrock-ai-assistant-label {
margin:0 0 7px 4px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#697386;
  font-size:8.5px;
  letter-spacing:.08em;
  font-weight:850;
}
:where(.sr-global) .shelrock-ai-assistant-label i {
width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#101828;
  color:#fff;
  font-style:normal;
  font-size:8px;
}
:where(.sr-global) .shelrock-ai-typing {
display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:56px;
}
:where(.sr-global) .shelrock-ai-typing i {
width:6px;
  height:6px;
  border-radius:50%;
  background:#98a2b3;
  animation:sr-sr-global-shelrockAiTyping 1.1s infinite ease-in-out;
}
:where(.sr-global) .shelrock-ai-typing i:nth-child(2) {
animation-delay:.12s
}
:where(.sr-global) .shelrock-ai-typing i:nth-child(3) {
animation-delay:.24s
}
:where(.sr-global) .shelrock-ai-status {
flex:0 0 auto;
  margin:0 18px 9px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:10px;
  line-height:1.45;
}
:where(.sr-global) .shelrock-ai-inputbar {
position:relative;
  z-index:4;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:18px 18px 24px 24px;
}
:where(.sr-global) .shelrock-ai-input-icon {
color:#4169e1;
  font-size:16px;
}
:where(.sr-global) .shelrock-ai-inputbar button {
cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}
:where(.sr-global) .shelrock-ai-inputbar button:hover {
transform:translateY(-1px);
  background:#4169e1;
}
:where(.sr-global) .shelrock-ai-inputbar.is-thinking button {
opacity:.55;
  pointer-events:none;
}
:where(.sr-global) body.shelrock-ai-open {
overflow:hidden;
}
@media (min-width:901px) {
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
height:calc(100vh - 108px);
    max-height:760px;
}
}
@media (max-width:900px) {
:where(.sr-global) .shelrock-ai-backdrop {
background:rgba(10,17,30,.08);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
:where(.sr-global) .shelrock-ai-panel {
position:fixed;
    z-index:1445;
    left:8px;
    right:8px;
    top:8px;
    bottom:calc(var(--mobile-nav-h) + 73px + max(7px,env(safe-area-inset-bottom)));
    width:auto !important;
    height:auto;
    min-height:0;
    margin:0;
    border-radius:22px;
    transform:translateY(18px);
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
transform:translateY(0);
}
:where(.sr-global) .shelrock-ai-head {
min-height:62px;
    padding:11px 12px 11px 14px;
}
:where(.sr-global) .shelrock-ai-progress span {
display:none;
}
:where(.sr-global) .shelrock-ai-body {
padding:20px 16px 25px;
}
:where(.sr-global) .shelrock-ai-welcome {
justify-content:flex-start;
    padding-top:18px;
}
:where(.sr-global) .shelrock-ai-welcome h2 {
font-size:35px;
}
:where(.sr-global) .shelrock-ai-intro {
font-size:12px;
}
:where(.sr-global) .shelrock-ai-bubble {
max-width:88%;
    font-size:12.5px;
}
:where(.sr-global) .shelrock-ai-assistant-wrap {
max-width:92%;
}
:where(.sr-global) body.shelrock-ai-open .mobile-bottom-nav-v23 {
opacity:.96;
}
}
@media (max-width:520px) {
:where(.sr-global) .shelrock-ai-head-actions {
gap:5px;
}
:where(.sr-global) .shelrock-ai-progress {
padding:7px 8px;
}
:where(.sr-global) .shelrock-ai-brandline small {
font-size:9px;
}
:where(.sr-global) .shelrock-ai-welcome h2 {
font-size:32px;
}
}
@media (prefers-reduced-motion:reduce) {
:where(.sr-global) .shelrock-ai-panel,
:where(.sr-global) .shelrock-ai-backdrop,
:where(.sr-global) .shelrock-ai-inputbar button {
transition:none !important;
}
:where(.sr-global) .shelrock-ai-typing i {
animation:none !important;
}
}
:where(.sr-global) .shelrock-ai-bubble strong {
font-weight:760;
  color:inherit;
}
:where(.sr-global) .shelrock-ai-inline-list {
margin:8px 0 2px 18px;
  padding:0;
}
:where(.sr-global) .shelrock-ai-inline-list li {
margin:5px 0;
  padding-left:2px;
}
:where(.sr-global) .shelrock-ai-gap {
height:7px;
}
:root:where(.sr-global) {
--shelrock-app-header:72px;
  --shelrock-ai-bg:#ffffff;
  --shelrock-ai-line:rgba(15,23,42,.105);
}
@media (min-width:901px) {
:where(.sr-global) .header-inner {
width:min(calc(100% - 48px),1200px) !important;
    max-width:none !important;
    grid-template-columns:minmax(220px,1fr) auto minmax(260px,1fr) !important;
}
:where(.sr-global) .header-inner>.desktop-nav {
justify-self:center !important;
}
:where(.sr-global) .header-inner>.header-actions {
justify-self:end !important;
}
}
:where(.sr-global) .shelrock-ai-dock {
--ai-width:min(calc(100% - 32px),980px) !important;
}
:where(.sr-global) .shelrock-ai-panel {
background:var(--shelrock-ai-bg) !important;
}
@media (min-width:901px) {
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
width:var(--ai-width) !important;
    height:calc(100dvh - var(--shelrock-app-header) - 104px) !important;
    max-height:none !important;
    min-height:360px !important;
    margin:0 auto !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-bottom:0 !important;
    border-radius:26px 26px 0 0 !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 -16px 64px rgba(15,23,42,.12) !important;
    transform:translateY(0) scale(1) !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
width:var(--ai-width) !important;
    min-height:70px !important;
    margin:0 auto !important;
    padding:8px 9px !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-top:1px solid rgba(15,23,42,.085) !important;
    border-radius:0 0 26px 26px !important;
    background:var(--shelrock-ai-bg) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:0 22px 64px rgba(15,23,42,.15) !important;
}
}
:where(.sr-global) .shelrock-ai-head {
min-height:62px !important;
  padding:12px 17px !important;
  background:var(--shelrock-ai-bg) !important;
  border-bottom:1px solid rgba(15,23,42,.055) !important;
}
:where(.sr-global) .shelrock-ai-body {
background:var(--shelrock-ai-bg) !important;
  padding:26px clamp(18px,4vw,42px) 30px !important;
}
:where(.sr-global) .shelrock-ai-welcome {
min-height:100% !important;
  max-width:720px;
  margin:0 auto;
  padding:42px 18px !important;
  justify-content:center !important;
}
:where(.sr-global) .shelrock-ai-welcome h2 {
max-width:680px !important;
  margin:0 auto !important;
  color:#101828 !important;
  font-size:clamp(31px,4vw,48px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:850 !important;
}
:where(.sr-global) .shelrock-ai-intro {
max-width:560px !important;
  margin:15px auto 0 !important;
  color:#667085 !important;
  font-size:13.5px !important;
  line-height:1.62 !important;
}
:where(.sr-global) .shelrock-ai-message {
margin-bottom:20px !important;
}
:where(.sr-global) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:0 !important;
  background:transparent !important;
  padding:4px 4px 4px 0 !important;
  border-radius:0 !important;
  color:#253044 !important;
}
:where(.sr-global) .shelrock-ai-message.user .shelrock-ai-bubble {
background:#f2f4f7 !important;
  color:#182230 !important;
  border-radius:18px 18px 5px 18px !important;
  box-shadow:none !important;
}
:where(.sr-global) .shelrock-ai-assistant-label {
margin-left:0 !important;
}
:where(.sr-global) .shelrock-ai-inputbar {
background:var(--shelrock-ai-bg) !important;
}
:where(.sr-global) .shelrock-ai-inputbar input {
font-size:15px !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .global-search {
border-color:var(--shelrock-ai-line) !important;
}
:where(.sr-global) .site-footer {
position:relative;
  z-index:1;
}
@media (max-width:900px) {
:where(.sr-global) .shelrock-ai-panel {
top:8px !important;
    left:8px !important;
    right:8px !important;
    bottom:calc(var(--mobile-nav-h) + 64px + max(7px,env(safe-area-inset-bottom))) !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-bottom:0 !important;
    border-radius:20px 20px 0 0 !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 -10px 44px rgba(15,23,42,.11) !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 20px 20px !important;
    border-color:var(--shelrock-ai-line) !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 18px 44px rgba(15,23,42,.13) !important;
}
:where(.sr-global) .shelrock-ai-head {
min-height:58px !important;
}
:where(.sr-global) .shelrock-ai-body {
padding:20px 17px 24px !important;
}
:where(.sr-global) .shelrock-ai-welcome {
padding:34px 12px !important;
    justify-content:center !important;
}
:where(.sr-global) .shelrock-ai-welcome h2 {
font-size:clamp(30px,9vw,39px) !important;
}
:where(.sr-global) .shelrock-ai-intro {
font-size:12.5px !important;
}
}
@media (max-width:900px) {
:where(.sr-global) .site-header,
:where(.sr-global) .site-header.mobile-header-hidden,
:where(.sr-global) .site-header:has(.mobile-menu.open) {
position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    will-change:auto !important;
    transition:box-shadow .18s ease !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open {
z-index:2100 !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
z-index:0 !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
z-index:2 !important;
    top:max(8px,env(safe-area-inset-top)) !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
position:relative !important;
    z-index:3 !important;
}
:where(.sr-global) .shelrock-ai-close {
position:relative !important;
    z-index:5 !important;
    flex:0 0 auto !important;
}
:where(.sr-global) body.shelrock-ai-open .site-header {
z-index:100 !important;
}
}
@media (max-width:900px) {
:root:where(.sr-global) {
--header:50px !important;
    --mobile-nav-h:52px !important;
    --mobile-search-h:48px !important;
}
:where(.sr-global) .site-header,
:where(.sr-global) .site-header.mobile-header-hidden,
:where(.sr-global) .site-header:has(.mobile-menu.open) {
position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    height:var(--header) !important;
    z-index:1500 !important;
    transform:translateY(0) !important;
    transition:transform .20s cubic-bezier(.2,.72,.25,1), box-shadow .16s ease !important;
    will-change:transform !important;
    background:rgba(255,255,255,.97) !important;
    box-shadow:0 1px 0 rgba(15,23,42,.065) !important;
}
:where(.sr-global) .site-header.mobile-header-hidden {
transform:translateY(calc(-100% - 2px)) !important;
}
:where(.sr-global) .site-header:has(.mobile-menu.open),
:where(.sr-global) body.shelrock-ai-open .site-header {
transform:translateY(0) !important;
}
:where(.sr-global) .header-inner {
width:calc(100% - 20px) !important;
    height:var(--header) !important;
    gap:8px !important;
}
:where(.sr-global) .site-header .brand {
gap:7px !important;
}
:where(.sr-global) .site-header .brand-logo-img {
width:30px !important;
    height:30px !important;
    flex-basis:30px !important;
    border-radius:8px !important;
}
:where(.sr-global) .site-header .brand-copy b {
font-size:16px !important;
    line-height:.9 !important;
    letter-spacing:.075em !important;
}
:where(.sr-global) .site-header .brand-copy small {
margin-top:3px !important;
    font-size:8px !important;
    line-height:1 !important;
}
:where(.sr-global) .mobile-menu-btn {
width:36px !important;
    height:36px !important;
    flex:0 0 36px !important;
    padding:8px !important;
}
:where(.sr-global) .mobile-menu-btn span {
width:19px !important;
    margin:4.2px auto !important;
}
:where(.sr-global) .site-header .mobile-menu.open {
max-height:min(560px,calc(100dvh - 58px)) !important;
}
:where(.sr-global) .mobile-bottom-nav-v23 {
position:fixed !important;
    z-index:1450 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:center !important;
    height:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom)) !important;
    min-height:0 !important;
    padding:2px 4px env(safe-area-inset-bottom) !important;
    border-top:1px solid rgba(15,23,42,.08) !important;
    background:rgba(255,255,255,.975) !important;
    box-shadow:0 -5px 18px rgba(15,23,42,.055) !important;
    backdrop-filter:blur(16px) saturate(145%) !important;
    -webkit-backdrop-filter:blur(16px) saturate(145%) !important;
}
:where(.sr-global) .mbn-item-v23 {
gap:2px !important;
    min-height:46px !important;
    height:46px !important;
    padding:2px 0 !important;
    justify-content:center !important;
}
:where(.sr-global) .mbn-item-v23 svg {
width:18px !important;
    height:18px !important;
    stroke-width:1.75 !important;
}
:where(.sr-global) .mbn-item-v23 span,
:where(.sr-global) .mbn-source-v23>b {
max-width:100% !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-weight:650 !important;
    white-space:nowrap !important;
    letter-spacing:-.01em !important;
}
:where(.sr-global) .mbn-source-v23 {
top:0 !important;
    height:46px !important;
    min-height:46px !important;
    gap:2px !important;
    justify-content:center !important;
    color:#e84b35 !important;
}
:where(.sr-global) .mbn-source-icon-v23 {
width:34px !important;
    height:34px !important;
    border:0 !important;
    border-radius:12px !important;
    font-size:22px !important;
    line-height:1 !important;
    box-shadow:0 5px 13px rgba(239,72,58,.22) !important;
}
:where(.sr-global) .search-dock {
left:0 !important;
    right:0 !important;
    bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom)) !important;
    padding:0 6px 0 !important;
}
:where(.sr-global) .global-search {
min-height:var(--mobile-search-h) !important;
    height:var(--mobile-search-h) !important;
    padding:4px 5px !important;
    border-radius:15px 15px 0 0 !important;
    box-shadow:0 -4px 18px rgba(15,23,42,.075) !important;
}
:where(.sr-global) .global-search .search-icon,
:where(.sr-global) .shelrock-ai-input-icon {
margin-left:5px !important;
    font-size:14px !important;
}
:where(.sr-global) .global-search input,
:where(.sr-global) .shelrock-ai-inputbar input {
min-width:0 !important;
    font-size:15px !important;
}
:where(.sr-global) .global-search button,
:where(.sr-global) .shelrock-ai-inputbar button {
width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    border-radius:11px !important;
}
:where(.sr-global) .shelrock-ai-panel,
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
top:max(6px,env(safe-area-inset-top)) !important;
    bottom:calc(var(--mobile-nav-h) + var(--mobile-search-h) + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
min-height:var(--mobile-search-h) !important;
    height:var(--mobile-search-h) !important;
    border-radius:0 !important;
}
:where(.sr-global) .site-footer {
padding-bottom:calc(var(--mobile-nav-h) + var(--mobile-search-h) + 24px + env(safe-area-inset-bottom)) !important;
}
}
@media (max-width:360px) {
:where(.sr-global) .mbn-item-v23 span,
:where(.sr-global) .mbn-source-v23>b {
font-size:7.8px !important;
}
:where(.sr-global) .site-header .brand-copy small {
display:none !important;
}
}
@keyframes sr-sr-global-shelrockAiTyping {
0%,70%,100% {
transform:translateY(0);opacity:.45
}
35% {
transform:translateY(-4px);opacity:1
}
}

/* global.css | sr-global-style */
:root:where(.sr-global-style) {
--ink:#08111f;
  --muted:#667085;
  --line:#e5e8ee;
  --bg:#fbfbfd;
  --white:#fff;
  --orange:#ff7418;
  --red:#ff3a36;
  --violet:#7554ff;
  --blue:#2f67ff;
  --green:#11a66a;
  --max:1240px;
  --header:72px;
  --shadow:0 24px 70px rgba(17,24,39,.11);
  --soft:0 12px 34px rgba(17,24,39,.08);
  --ease:180ms cubic-bezier(.2,.8,.2,1)
}
:where(.sr-global-style) * {
box-sizing:border-box
}
html:where(.sr-global-style) {
scroll-behavior:smooth
}
:where(.sr-global-style) body {
margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:-.015em;
  padding-bottom:110px
}
:where(.sr-global-style) a {
text-decoration:none;
  color:inherit
}
:where(.sr-global-style) button,
:where(.sr-global-style) input {
font:inherit
}
:where(.sr-global-style) .shell {
width:min(calc(100% - 40px),var(--max));
  margin-inline:auto
}
:where(.sr-global-style) .site-header {
position:fixed;
  top:0;
  left:0;
  right:0;
  height:var(--header);
  z-index:1000;
  background:rgba(255,255,255,.89);
  backdrop-filter:blur(22px) saturate(160%);
  border-bottom:1px solid rgba(15,23,42,.06);
  box-shadow:0 4px 22px rgba(15,23,42,.025)
}
:where(.sr-global-style) .header-inner {
height:100%;
  width:min(calc(100% - 40px),var(--max));
  margin:auto;
  display:flex;
  align-items:center;
  gap:26px
}
:where(.sr-global-style) .brand {
display:flex;
  align-items:center;
  gap:10px
}
:where(.sr-global-style) .brand-copy {
display:flex;
  flex-direction:column;
  line-height:1
}
:where(.sr-global-style) .brand-copy b {
font-size:20px;
  letter-spacing:.09em;
  font-weight: 900;
  line-height: .8;
}
:where(.sr-global-style) .brand-copy small {
font-size:11px;
  color:#98a2b3;
  margin-top:5px
}
:where(.sr-global-style) .desktop-nav {
display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex:1
}
:where(.sr-global-style) .desktop-nav>a {
font-size:13px;
  font-weight:670;
  color:#344054;
  border:0;
  background:none;
  cursor:pointer;
  white-space:nowrap
}
:where(.sr-global-style) .header-actions {
display:flex;
  align-items:center;
  gap:14px
}
:where(.sr-global-style) .sign-in {
font-size:13px;
  font-weight:760
}
:where(.sr-global-style) .submit-top,
:where(.sr-global-style) .mobile-submit {
padding:11px 17px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:860;
  background:linear-gradient(105deg,#ff7a18,#ff4a28 52%,#ff3153);
  box-shadow:0 10px 26px rgba(255,74,39,.25)
}
:where(.sr-global-style) .mobile-menu-btn {
display:none;
  margin-left:auto;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  padding:10px
}
:where(.sr-global-style) .mobile-menu-btn span {
display:block;
  width:21px;
  height:1.7px;
  background:#101828;
  margin:4.8px auto
}
:where(.sr-global-style) .mobile-menu {
display:none;
  position:absolute;
  top:var(--header);
  left:0;
  right:0;
  background:#fff;
  border-top:1px solid var(--line);
  padding:16px 20px 24px
}
:where(.sr-global-style) .mobile-menu.open {
display:flex;
  flex-direction:column
}
:where(.sr-global-style) .mobile-menu>a {
padding:13px 4px;
  border-bottom:1px solid var(--line);
  font-size:16px;
  font-weight:720
}
:where(.sr-global-style) .mobile-menu .mobile-submit {
margin-top:16px;
  text-align:center;
  border:0
}
:where(.sr-global-style) .site-footer {
background:#0d1320;
  color:#fff;
  padding:52px 0 28px;
  margin-top:50px
}
:where(.sr-global-style) .footer-grid {
display:grid;
  grid-template-columns:1.5fr repeat(3,.7fr);
  gap:30px
}
:where(.sr-global-style) .footer-brand p {
max-width:320px;
  color:#9fa8b8;
  font-size:20px;
  line-height:1.6
}
:where(.sr-global-style) .footer-logo .brand-copy small {
color:#8d98aa;
  font-size: 11px;
}
:where(.sr-global-style) .footer-grid>div:not(:first-child) {
display:flex;
  flex-direction:column;
  gap:10px
}
:where(.sr-global-style) .footer-grid>div>b {
font-size:11px;
  margin-bottom:6px
}
:where(.sr-global-style) .footer-grid>div>a {
font-size:11px;
  color:#9fa8b8
}
:where(.sr-global-style) .footer-bottom {
display:flex;
  justify-content:space-between;
  border-top:1px solid #293244;
  margin-top:35px;
  padding-top:20px;
  color:#7f899a;
  font-size:9.5px
}
:where(.sr-global-style) .search-dock {
position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1200;
  padding:0 14px max(14px,env(safe-area-inset-bottom));
  pointer-events:none
}
:where(.sr-global-style) .global-search {
width:min(calc(100% - 20px),900px);
  min-height:66px;
  margin:0 auto;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(22px);
  border:1px solid rgba(15,23,42,.12);
  border-radius:24px;
  box-shadow:0 16px 55px rgba(15,23,42,.15);
  display:flex;
  align-items:center;
  padding:8px;
  pointer-events:auto
}
:where(.sr-global-style) .search-icon {
width:42px;
  text-align:center;
  color:#667085;
  font-size:21px
}
:where(.sr-global-style) .global-search input {
flex:1;
  min-width:0;
  border:0;
  background:transparent;
  outline:0;
  padding:11px 5px;
  font-size:15px;
  color:#101828
}
:where(.sr-global-style) .global-search button {
width:47px;
  height:47px;
  border:0;
  border-radius:16px;
  background:#101828;
  color:#fff;
  font-size:20px
}
@media (max-width:640px) {
:where(.sr-global-style) body {
padding-bottom:92px
}
:where(.sr-global-style) .shell,
:where(.sr-global-style) .header-inner {
width:calc(100% - 28px)
}
:where(.sr-global-style) .brand-copy small {
display:none
}
:where(.sr-global-style) .site-footer {
margin-top:20px
}
:where(.sr-global-style) .footer-grid {
grid-template-columns:1fr
}
:where(.sr-global-style) .footer-bottom {
flex-direction:column;
    gap:5px
}
:where(.sr-global-style) .global-search {
width:100%
}
:where(.sr-global-style) .search-dock {
padding:0 8px max(8px,env(safe-area-inset-bottom))
}
:where(.sr-global-style) .global-search {
min-height:60px;
    border-radius:20px;
    padding:6px
}
:where(.sr-global-style) .global-search input {
font-size:14px
}
:where(.sr-global-style) .global-search button {
width:43px;
    height:43px;
    border-radius:14px
}
}
@media (max-width:1100px) {
:where(.sr-global-style) .desktop-nav {
gap:13px
}
:where(.sr-global-style) .desktop-nav>a {
font-size:12px
}
}
@media (max-width:900px) {
:root:where(.sr-global-style) {
--header:62px
}
:where(.sr-global-style) .desktop-nav,
:where(.sr-global-style) .header-actions {
display:none
}
:where(.sr-global-style) .mobile-menu-btn {
display:block
}
:where(.sr-global-style) .footer-grid {
grid-template-columns:1fr 1fr
}
}
@media (max-width:640px) {
:where(.sr-global-style) body {
padding-bottom:92px
}
:where(.sr-global-style) .shell,
:where(.sr-global-style) .header-inner {
width:calc(100% - 28px)
}
:where(.sr-global-style) .brand-copy small {
display:none
}
:where(.sr-global-style) .footer-grid {
grid-template-columns:1fr
}
:where(.sr-global-style) .footer-bottom {
flex-direction:column;
    gap:5px
}
:where(.sr-global-style) .search-dock {
padding:0 8px max(8px,env(safe-area-inset-bottom))
}
:where(.sr-global-style) .global-search {
width:100%
}
:where(.sr-global-style) .global-search {
min-height:60px;
    border-radius:20px;
    padding:6px
}
:where(.sr-global-style) .global-search input {
font-size:14px
}
:where(.sr-global-style) .global-search button {
width:43px;
    height:43px;
    border-radius:14px
}
}
:where(.sr-global-style) .desktop-nav>a,
:where(.sr-global-style) .sign-in {
font-size:13px;
}
:where(.sr-global-style) .site-footer,
:where(.sr-global-style) .site-footer a,
:where(.sr-global-style) .site-footer p {
font-size:12px;
}
:where(.sr-global-style) .global-search input {
font-size:16px;
}
:where(.sr-global-style) .desktop-nav {
gap:22px;
}
:where(.sr-global-style) .submit-top {
min-height:43px;
  padding:11px 16px;
  font-size:14px !important;
  font-weight:860;
}
html:where(.sr-global-style),
:where(.sr-global-style) body {
min-height:100%;
  margin:0;
  background:#0e1420;
}
:where(.sr-global-style) main {
background:#fbfbfd;
}
:where(.sr-global-style) .site-footer {
margin:0 !important;
  padding-bottom:max(34px,env(safe-area-inset-bottom));
  background:#0e1420 !important;
}
:where(.sr-global-style) .footer-bottom {
font-size:13px !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
:where(.sr-global-style) .site-footer:after {
content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:110px;
  background:#0e1420;
  pointer-events:none;
}
:where(.sr-global-style) .search-dock {
z-index:220;
}
@media (max-width:1180px) {
:where(.sr-global-style) .desktop-nav {
gap:16px;
}
:where(.sr-global-style) .desktop-nav>a,
:where(.sr-global-style) .sign-in {
font-size:13.5px !important;
}
:where(.sr-global-style) .submit-top {
font-size:13.5px !important;
    padding-left:13px;
    padding-right:13px;
}
}
@media (max-width:640px) {
:where(.sr-global-style) .site-footer a,
:where(.sr-global-style) .site-footer p {
font-size:14px !important;
}
}
:root:where(.sr-global-style) {
--max:1200px;
}
:where(.sr-global-style) .site-footer a,
:where(.sr-global-style) .site-footer p {
font-size:14px !important;
}
:where(.sr-global-style) .site-footer b {
font-size:15px !important;
}
:where(.sr-global-style) .footer-bottom {
margin-bottom:0 !important;
  padding-bottom:0 !important;
  font-size:13px !important;
}
html:where(.sr-global-style),
:where(.sr-global-style) body {
min-height:100%;
  margin:0;
  background:#fbfbfd !important;
}
:where(.sr-global-style) body {
padding-bottom:0 !important;
}
:where(.sr-global-style) .site-footer {
position:relative;
  margin:0 !important;
  padding-bottom:calc(118px + env(safe-area-inset-bottom)) !important;
  background:#0e1420 !important;
}
:where(.sr-global-style) .desktop-nav {
gap:21px;
}
:where(.sr-global-style) .desktop-nav>a,
:where(.sr-global-style) .sign-in {
font-size:14.5px !important;
  font-weight:740;
}
:where(.sr-global-style) .submit-top {
min-height:43px;
  padding:11px 15px;
  font-size:14px !important;
  font-weight:860;
}
@media (max-width:1180px) {
:where(.sr-global-style) .desktop-nav {
gap:15px;
}
:where(.sr-global-style) .desktop-nav>a,
:where(.sr-global-style) .sign-in {
font-size:13.5px !important;
}
:where(.sr-global-style) .submit-top {
padding-left:12px;
    padding-right:12px;
    font-size:13px !important;
}
}
:where(.sr-global-style) .header-inner {
display:flex;
  align-items:center;
}
:where(.sr-global-style) .desktop-nav {
margin-left:auto !important;
  gap:20px !important;
}
:where(.sr-global-style) .desktop-nav>a,
:where(.sr-global-style) .sign-in {
font-size:13.5px !important;
  line-height:1.2;
  font-weight:550 !important;
  letter-spacing:-.005em;
}
:where(.sr-global-style) .header-actions {
margin-left:18px;
  gap:10px;
}
:where(.sr-global-style) .submit-top {
min-height:42px;
  padding:11px 15px;
  font-size:13.5px !important;
  font-weight:600 !important;
}
html:where(.sr-global-style),
:where(.sr-global-style) body {
margin:0;
  min-height:100%;
  background:#fbfbfd !important;
}
:where(.sr-global-style) main {
background:#fbfbfd !important;
}
:where(.sr-global-style) .site-footer {
margin:0 !important;
  background:#0e1420 !important;
  padding-bottom:calc(118px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global-style) .site-footer:after {
display:none !important;
}
@media (max-width:1180px) {
:where(.sr-global-style) .desktop-nav {
gap:15px !important;
}
:where(.sr-global-style) .desktop-nav>a,
:where(.sr-global-style) .sign-in {
font-size:13px !important;
}
:where(.sr-global-style) .header-actions {
margin-left:14px;
}
:where(.sr-global-style) .submit-top {
font-size:13px !important;
    padding-left:13px;
    padding-right:13px;
}
}
:where(.sr-global-style) .header-inner {
display:flex !important;
  align-items:center !important;
}
@media (min-width:901px) {
:where(.sr-global-style) .site-header {
position:fixed;
    top:0;
    left:0;
    right:0;
}
:where(.sr-global-style) .header-inner {
display:grid !important;
    grid-template-columns:minmax(190px,1fr) auto minmax(220px,1fr) !important;
    align-items:center !important;
    gap:20px !important;
}
:where(.sr-global-style) .header-inner>.brand {
justify-self:start;
}
:where(.sr-global-style) .header-inner>.desktop-nav {
justify-self:center;
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin:0 !important;
    gap:9px !important;
}
:where(.sr-global-style) .header-inner>.desktop-nav>a {
padding:8px 7px !important;
    color:#344054;
    font-size:13.5px !important;
    font-weight:550 !important;
    line-height:1.2;
    letter-spacing:-.005em;
    white-space:nowrap;
}
:where(.sr-global-style) .header-inner>.header-actions {
justify-self:end;
    display:flex !important;
    align-items:center;
    gap:12px !important;
    margin:0 !important;
}
:where(.sr-global-style) .header-inner .sign-in {
padding:8px 6px !important;
    font-size:13.5px !important;
    font-weight:550 !important;
    white-space:nowrap;
}
:where(.sr-global-style) .header-inner .submit-top {
min-height:42px;
    padding:11px 23px !important;
    font-size:13.5px !important;
    font-weight:600 !important;
    white-space:nowrap;
}
:where(.sr-global-style) .mobile-menu-btn,
:where(.sr-global-style) .mobile-menu,
:where(.sr-global-style) .mobile-bottom-nav-v23 {
display:none !important;
}
}
@media (min-width:901px) and (max-width:1120px) {
:where(.sr-global-style) .header-inner {
grid-template-columns:minmax(170px,1fr) auto minmax(205px,1fr) !important;
    gap:12px !important;
}
:where(.sr-global-style) .header-inner>.desktop-nav {
gap:3px !important;
}
:where(.sr-global-style) .header-inner>.desktop-nav>a {
padding-left:5px !important;
    padding-right:5px !important;
    font-size:12.5px !important;
}
:where(.sr-global-style) .header-inner .sign-in {
font-size:12.5px !important;
}
:where(.sr-global-style) .header-inner .submit-top {
padding-left:18px !important;
    padding-right:18px !important;
    font-size:12.5px !important;
}
}
:where(.sr-global-style) .mobile-bottom-nav-v23 {
display:none;
}
@media (max-width:900px) {
:root:where(.sr-global-style) {
--header:62px;
    --mobile-nav-h:72px;
}
:where(.sr-global-style) .site-header {
position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    z-index:1500 !important;
    height:62px !important;
    background:rgba(255,255,255,.97) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:0 1px 0 rgba(15,23,42,.07) !important;
}
:where(.sr-global-style) .header-inner {
position:relative;
    display:flex !important;
    align-items:center !important;
    width:calc(100% - 28px) !important;
    height:62px !important;
    gap:12px !important;
}
:where(.sr-global-style) .header-inner>.brand {
flex:0 1 auto;
}
:where(.sr-global-style) .header-inner>.desktop-nav,
:where(.sr-global-style) .header-inner>.header-actions {
display:none !important;
}
:where(.sr-global-style) .mobile-menu-btn {
position:relative;
    z-index:1602;
    display:block !important;
    flex:0 0 42px;
    margin-left:auto !important;
    cursor:pointer;
}
:where(.sr-global-style) .mobile-menu-btn span {
transition:transform .18s ease,opacity .18s ease;
}
:where(.sr-global-style) .mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
transform:translateY(6.5px) rotate(45deg);
}
:where(.sr-global-style) .mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
opacity:0;
}
:where(.sr-global-style) .mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
transform:translateY(-6.5px) rotate(-45deg);
}
:where(.sr-global-style) .site-header .mobile-menu {
position:absolute !important;
    z-index:1600 !important;
    top:100% !important;
    left:10px !important;
    right:10px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:0;
    max-height:0;
    overflow:hidden;
    padding:0 16px !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:0 0 22px 22px;
    background:rgba(255,255,255,.985) !important;
    box-shadow:0 20px 40px rgba(15,23,42,.14);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-7px);
    transition:max-height .28s ease,opacity .18s ease,transform .18s ease,visibility .18s;
}
:where(.sr-global-style) .site-header .mobile-menu.open {
max-height:min(590px,calc(100vh - 78px));
    overflow:auto;
    padding:10px 16px 18px !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}
:where(.sr-global-style) .site-header .mobile-menu>a {
display:flex;
    align-items:center;
    min-height:49px;
    padding:12px 3px !important;
    border-bottom:1px solid #edf0f4;
    color:#243247;
    font-size:15px !important;
    font-weight:550 !important;
}
:where(.sr-global-style) .site-header .mobile-menu>a:last-child {
border-bottom:0;
}
:where(.sr-global-style) .site-header .mobile-menu .mobile-submit {
justify-content:center;
    min-height:46px;
    margin-top:10px;
    padding:11px 16px !important;
    border-radius:999px;
    color:#fff;
    font-size:14px !important;
    font-weight:650 !important;
}
:where(.sr-global-style) .mobile-bottom-nav-v23 {
position:fixed;
    z-index:1450;
    left:0;
    right:0;
    bottom:0;
    display:grid !important;
    grid-template-columns:repeat(5,1fr);
    align-items:end;
    min-height:var(--mobile-nav-h);
    padding:7px 7px max(7px,env(safe-area-inset-bottom));
    border-top:1px solid rgba(15,23,42,.09);
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(20px) saturate(150%);
    -webkit-backdrop-filter:blur(20px) saturate(150%);
    box-shadow:0 -8px 30px rgba(15,23,42,.08);
}
:where(.sr-global-style) .mbn-item-v23 {
display:flex;
    min-width:0;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    min-height:54px;
    color:#697588;
}
:where(.sr-global-style) .mbn-item-v23 svg {
width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}
:where(.sr-global-style) .mbn-item-v23 span {
font-size:9.5px;
    line-height:1;
    font-weight:600;
}
:where(.sr-global-style) .mbn-home-v23 {
color:#26354a;
}
:where(.sr-global-style) .mbn-source-v23 {
position:relative;
    top:-13px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:4px;
    color:#e84b35;
}
:where(.sr-global-style) .mbn-source-icon-v23 {
display:grid;
    place-items:center;
    width:51px;
    height:51px;
    border:5px solid rgba(255,255,255,.98);
    border-radius:18px;
    background:linear-gradient(145deg,#ff7a1b,#ff4c31 55%,#ee3655);
    color:#fff;
    box-shadow:0 10px 24px rgba(239,72,58,.28);
    font-size:27px;
    font-weight:350;
    line-height:1;
}
:where(.sr-global-style) .mbn-source-v23>b {
font-size:9.5px;
    line-height:1;
    font-weight:700;
}
:where(.sr-global-style) .search-dock {
position:fixed !important;
    z-index:1440 !important;
    left:0 !important;
    right:0 !important;
    bottom:calc(var(--mobile-nav-h) + max(7px,env(safe-area-inset-bottom))) !important;
    padding:0 9px 8px !important;
    pointer-events:none;
}
:where(.sr-global-style) .global-search {
width:100% !important;
    max-width:720px;
}
:where(.sr-global-style) .global-search {
min-height:57px !important;
    padding:6px !important;
    border:1px solid rgba(15,23,42,.11) !important;
    border-radius:20px !important;
    background:rgba(255,255,255,.965) !important;
    box-shadow:0 12px 36px rgba(15,23,42,.13) !important;
    pointer-events:auto;
}
:where(.sr-global-style) .global-search input {
font-size:16px !important;
}
:where(.sr-global-style) .global-search button {
width:43px !important;
    height:43px !important;
    border-radius:14px !important;
}
:where(.sr-global-style) body {
padding-bottom:0 !important;
}
:where(.sr-global-style) .site-footer {
padding-bottom:calc(190px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global-style) .footer-grid {
grid-template-columns:1fr 1fr !important;
    gap:28px 18px !important;
}
:where(.sr-global-style) .footer-brand {
grid-column:1 / -1;
}
:where(.sr-global-style) .footer-bottom {
flex-direction:column !important;
    align-items:flex-start;
    gap:6px !important;
}
}
@media (max-width:640px) {
:where(.sr-global-style) .brand-copy b {
font-size:13px;
}
:where(.sr-global-style) .site-header .mobile-menu {
left:6px !important;
    right:6px !important;
}
:where(.sr-global-style) .mobile-bottom-nav-v23 {
padding-left:3px;
    padding-right:3px;
}
:where(.sr-global-style) .mbn-item-v23 span,
:where(.sr-global-style) .mbn-source-v23>b {
font-size:9px;
}
:where(.sr-global-style) .search-dock {
padding-left:7px !important;
    padding-right:7px !important;
}
:where(.sr-global-style) .footer-grid {
grid-template-columns:1fr !important;
}
:where(.sr-global-style) .footer-brand {
grid-column:auto;
}
}
@media (max-width:900px) {
:where(.sr-global-style) .site-header {
position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    transform:translateY(0);
    transition:transform .22s cubic-bezier(.2,.72,.25,1),
               box-shadow .18s ease !important;
    will-change:transform;
}
:where(.sr-global-style) .site-header.mobile-header-hidden {
transform:translateY(calc(-100% - 2px));
}
:where(.sr-global-style) .site-header:has(.mobile-menu.open) {
transform:translateY(0) !important;
}
:where(.sr-global-style) .site-footer {
padding-top:48px !important;
    padding-bottom:calc(184px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global-style) .footer-grid {
display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:26px 30px !important;
    align-items:start;
}
:where(.sr-global-style) .footer-brand {
grid-column:1 / -1 !important;
    max-width:560px;
    padding-bottom:4px;
}
:where(.sr-global-style) .footer-brand p {
max-width:520px;
    margin-top:12px !important;
}
:where(.sr-global-style) .footer-grid > div:not(.footer-brand) {
min-width:0;
}
:where(.sr-global-style) .footer-grid > div:not(.footer-brand) > b {
display:block;
    margin-bottom:10px;
}
:where(.sr-global-style) .footer-grid > div:not(.footer-brand) > a {
margin-top:7px !important;
    font-size:13px !important;
    line-height:1.4 !important;
}
:where(.sr-global-style) .footer-grid > div:nth-child(4) {
grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:30px;
    row-gap:7px;
}
:where(.sr-global-style) .footer-grid > div:nth-child(4) > b {
grid-column:1 / -1;
    margin-bottom:3px;
}
:where(.sr-global-style) .footer-grid > div:nth-child(4) > a {
margin-top:0 !important;
}
:where(.sr-global-style) .footer-bottom {
margin-top:28px !important;
    padding-top:18px !important;
    gap:5px !important;
}
}
@media (max-width:640px) {
:where(.sr-global-style) .site-footer {
padding-top:40px !important;
    padding-bottom:calc(180px + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global-style) .footer-grid {
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px 18px !important;
}
:where(.sr-global-style) .footer-brand {
grid-column:1 / -1 !important;
}
:where(.sr-global-style) .footer-grid > div:nth-child(4) {
grid-column:1 / -1 !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:18px;
    row-gap:7px;
}
:where(.sr-global-style) .footer-grid > div:not(.footer-brand) > b {
font-size:13px !important;
    margin-bottom:8px;
}
:where(.sr-global-style) .footer-grid > div:not(.footer-brand) > a {
font-size:12.5px !important;
    margin-top:6px !important;
}
:where(.sr-global-style) .footer-bottom {
margin-top:24px !important;
    padding-top:16px !important;
}
}
@media (max-width:380px) {
:where(.sr-global-style) .footer-grid {
gap:22px 14px !important;
}
:where(.sr-global-style) .footer-grid > div:not(.footer-brand) > a {
font-size:12px !important;
}
:where(.sr-global-style) .footer-grid > div:nth-child(4) {
column-gap:14px;
}
}
@media (min-width:901px) {
:where(.sr-global-style) .desktop-nav > a {
position:relative;
}
}
:where(.sr-global-style) .desktop-nav a.active,
:where(.sr-global-style) .sign-in.active {
color:#111827 !important;
}
:where(.sr-global-style) .desktop-nav a.active:after {
content:"";
  position:absolute;
  left:7px; right:7px; bottom:1px;
  height:2px; border-radius:999px;
  background:#4169E1;
}
:where(.sr-global-style) .desktop-nav a {
position:relative
}
:where(.sr-global-style) .brand-logo-img {
display:block;
  width:40px;
  height:40px;
  flex:0 0 40px;
  object-fit:cover;
  object-position:center;
  border-radius:11px;
  background:#050505;
  box-shadow:0 8px 18px rgba(15,23,42,.14);
}
:where(.sr-global-style) .site-header .brand-logo-img {
width:38px;
  height:38px;
  flex-basis:38px;
  border-radius:10px;
}
:where(.sr-global-style) .site-footer .brand-logo-img {
width:46px;
  height:46px;
  flex-basis:46px;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(0,0,0,.20);
}
:where(.sr-global-style) .site-footer .footer-logo .brand-copy small {
max-width:230px;
  color:#8d98aa;
  font-size:9px;
  line-height:1.3;
  letter-spacing:.01em;
}
@media (max-width:900px) {
:where(.sr-global-style) .site-header .brand-logo-img {
width:36px;
    height:36px;
    flex-basis:36px;
    border-radius:9px;
}
:where(.sr-global-style) .site-footer .brand-logo-img {
width:43px;
    height:43px;
    flex-basis:43px;
}
}
@media (max-width:640px) {
:where(.sr-global-style) .site-header .brand-logo-img {
width:34px;
    height:34px;
    flex-basis:34px;
}
:where(.sr-global-style) .site-header .brand {
gap:8px;
}
:where(.sr-global-style) .site-footer .footer-logo {
align-items:center;
}
:where(.sr-global-style) .site-footer .footer-logo .brand-copy small {
font-size:8.5px;
}
}
:where(.sr-global-style) .brand-logo-img {
object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  box-shadow:none !important;
}
:where(.sr-global-style) .shelrock-ai-dock {
--ai-width:min(calc(100% - 28px),900px);
}
:where(.sr-global-style) .shelrock-ai-backdrop {
position:fixed;
  inset:0;
  z-index:-1;
  opacity:0;
  pointer-events:none;
  background:rgba(10,17,30,.16);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  transition:opacity .24s ease;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
opacity:1;
  pointer-events:auto;
}
:where(.sr-global-style) .shelrock-ai-panel {
width:var(--ai-width);
  height:min(720px,calc(100vh - 112px));
  min-height:480px;
  margin:0 auto 8px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(15,23,42,.11);
  border-radius:28px 28px 18px 18px;
  background:rgba(255,255,255,.985);
  box-shadow:0 28px 90px rgba(15,23,42,.22);
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(22px) scale(.985);
  transform-origin:bottom center;
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.75,.2,1),visibility .22s;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
pointer-events:auto;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .global-search {
border-color:rgba(65,105,225,.26);
  box-shadow:0 12px 40px rgba(15,23,42,.16),0 0 0 3px rgba(65,105,225,.055);
}
:where(.sr-global-style) .shelrock-ai-head {
flex:0 0 auto;
  min-height:72px;
  padding:14px 16px 14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(15,23,42,.065);
  background:rgba(255,255,255,.94);
}
:where(.sr-global-style) .shelrock-ai-brandline {
display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
:where(.sr-global-style) .shelrock-ai-mark {
width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#101828;
  color:#fff;
  font-size:17px;
  box-shadow:0 8px 22px rgba(16,24,40,.15);
}
:where(.sr-global-style) .shelrock-ai-brandline strong {
display:block;
  font-size:12px;
  line-height:1;
  letter-spacing:.09em;
  font-weight:900;
  color:#101828;
}
:where(.sr-global-style) .shelrock-ai-brandline small {
margin-top:6px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#667085;
  font-size:10.5px;
  font-weight:650;
}
:where(.sr-global-style) .shelrock-ai-brandline small i {
width:6px;
  height:6px;
  border-radius:50%;
  background:#12b76a;
  box-shadow:0 0 0 4px rgba(18,183,106,.11);
}
:where(.sr-global-style) .shelrock-ai-head-actions {
display:flex;
  align-items:center;
  gap:9px;
}
:where(.sr-global-style) .shelrock-ai-progress {
display:flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border:1px solid rgba(65,105,225,.12);
  border-radius:999px;
  background:#f5f7ff;
  color:#475467;
  font-size:9.5px;
  white-space:nowrap;
}
:where(.sr-global-style) .shelrock-ai-progress b {
color:#4169e1;
  font-size:10.5px;
}
:where(.sr-global-style) .shelrock-ai-close {
width:36px;
  height:36px;
  border:0;
  border-radius:12px;
  background:#f2f4f7;
  color:#475467;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:.18s ease;
}
:where(.sr-global-style) .shelrock-ai-close:hover {
background:#e9edf3;
  color:#101828;
}
:where(.sr-global-style) .shelrock-ai-body {
flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:26px 28px 32px;
  scroll-behavior:smooth;
  background:
    radial-gradient(circle at 50% -20%,rgba(65,105,225,.055),transparent 35%),
    #fff;
}
:where(.sr-global-style) .shelrock-ai-body::-webkit-scrollbar {
width:7px;
}
:where(.sr-global-style) .shelrock-ai-body::-webkit-scrollbar-thumb {
background:#d7dce5;
  border-radius:999px;
}
:where(.sr-global-style) .shelrock-ai-welcome {
min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 0 6px;
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
margin:0;
  max-width:620px;
  color:#101828;
  font-size:clamp(30px,4vw,46px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:820;
}
:where(.sr-global-style) .shelrock-ai-welcome h2 span {
color:#7b8492;
}
:where(.sr-global-style) .shelrock-ai-intro {
max-width:580px;
  margin:16px auto 21px;
  color:#667085;
  font-size:13px;
  line-height:1.6;
}
:where(.sr-global-style) .shelrock-ai-message {
width:100%;
  display:flex;
  margin:0 0 18px;
}
:where(.sr-global-style) .shelrock-ai-message.user {
justify-content:flex-end;
}
:where(.sr-global-style) .shelrock-ai-message.assistant {
justify-content:flex-start;
}
:where(.sr-global-style) .shelrock-ai-bubble {
max-width:min(78%,650px);
  padding:13px 15px;
  border-radius:18px;
  font-size:13px;
  line-height:1.58;
  white-space:pre-wrap;
  word-break:break-word;
}
:where(.sr-global-style) .shelrock-ai-message.user .shelrock-ai-bubble {
border-radius:18px 18px 5px 18px;
  background:#101828;
  color:#fff;
}
:where(.sr-global-style) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:1px solid rgba(15,23,42,.075);
  border-radius:18px 18px 18px 5px;
  background:#f8fafc;
  color:#273142;
}
:where(.sr-global-style) .shelrock-ai-assistant-wrap {
max-width:min(82%,680px);
}
:where(.sr-global-style) .shelrock-ai-assistant-label {
margin:0 0 7px 4px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#697386;
  font-size:8.5px;
  letter-spacing:.08em;
  font-weight:850;
}
:where(.sr-global-style) .shelrock-ai-assistant-label i {
width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#101828;
  color:#fff;
  font-style:normal;
  font-size:8px;
}
:where(.sr-global-style) .shelrock-ai-typing {
display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:56px;
}
:where(.sr-global-style) .shelrock-ai-typing i {
width:6px;
  height:6px;
  border-radius:50%;
  background:#98a2b3;
  animation:sr-sr-global-style-shelrockAiTyping 1.1s infinite ease-in-out;
}
:where(.sr-global-style) .shelrock-ai-typing i:nth-child(2) {
animation-delay:.12s
}
:where(.sr-global-style) .shelrock-ai-typing i:nth-child(3) {
animation-delay:.24s
}
:where(.sr-global-style) .shelrock-ai-status {
flex:0 0 auto;
  margin:0 18px 9px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-size:10px;
  line-height:1.45;
}
:where(.sr-global-style) .shelrock-ai-inputbar {
position:relative;
  z-index:4;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:18px 18px 24px 24px;
}
:where(.sr-global-style) .shelrock-ai-input-icon {
color:#4169e1;
  font-size:16px;
}
:where(.sr-global-style) .shelrock-ai-inputbar button {
cursor:pointer;
  transition:transform .16s ease,background .16s ease;
}
:where(.sr-global-style) .shelrock-ai-inputbar button:hover {
transform:translateY(-1px);
  background:#4169e1;
}
:where(.sr-global-style) .shelrock-ai-inputbar.is-thinking button {
opacity:.55;
  pointer-events:none;
}
:where(.sr-global-style) body.shelrock-ai-open {
overflow:hidden;
}
@media (min-width:901px) {
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
height:calc(100vh - 108px);
    max-height:760px;
}
}
@media (max-width:900px) {
:where(.sr-global-style) .shelrock-ai-backdrop {
background:rgba(10,17,30,.08);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
:where(.sr-global-style) .shelrock-ai-panel {
position:fixed;
    z-index:1445;
    left:8px;
    right:8px;
    top:8px;
    bottom:calc(var(--mobile-nav-h) + 73px + max(7px,env(safe-area-inset-bottom)));
    width:auto !important;
    height:auto;
    min-height:0;
    margin:0;
    border-radius:22px;
    transform:translateY(18px);
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
transform:translateY(0);
}
:where(.sr-global-style) .shelrock-ai-head {
min-height:62px;
    padding:11px 12px 11px 14px;
}
:where(.sr-global-style) .shelrock-ai-progress span {
display:none;
}
:where(.sr-global-style) .shelrock-ai-body {
padding:20px 16px 25px;
}
:where(.sr-global-style) .shelrock-ai-welcome {
justify-content:flex-start;
    padding-top:18px;
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
font-size:35px;
}
:where(.sr-global-style) .shelrock-ai-intro {
font-size:12px;
}
:where(.sr-global-style) .shelrock-ai-bubble {
max-width:88%;
    font-size:12.5px;
}
:where(.sr-global-style) .shelrock-ai-assistant-wrap {
max-width:92%;
}
:where(.sr-global-style) body.shelrock-ai-open .mobile-bottom-nav-v23 {
opacity:.96;
}
}
@media (max-width:520px) {
:where(.sr-global-style) .shelrock-ai-head-actions {
gap:5px;
}
:where(.sr-global-style) .shelrock-ai-progress {
padding:7px 8px;
}
:where(.sr-global-style) .shelrock-ai-brandline small {
font-size:9px;
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
font-size:32px;
}
}
@media (prefers-reduced-motion:reduce) {
:where(.sr-global-style) .shelrock-ai-panel,
:where(.sr-global-style) .shelrock-ai-backdrop,
:where(.sr-global-style) .shelrock-ai-inputbar button {
transition:none !important;
}
:where(.sr-global-style) .shelrock-ai-typing i {
animation:none !important;
}
}
:where(.sr-global-style) .shelrock-ai-bubble strong {
font-weight:760;
  color:inherit;
}
:where(.sr-global-style) .shelrock-ai-inline-list {
margin:8px 0 2px 18px;
  padding:0;
}
:where(.sr-global-style) .shelrock-ai-inline-list li {
margin:5px 0;
  padding-left:2px;
}
:where(.sr-global-style) .shelrock-ai-gap {
height:7px;
}
:root:where(.sr-global-style) {
--shelrock-app-header:72px;
  --shelrock-ai-bg:#ffffff;
  --shelrock-ai-line:rgba(15,23,42,.105);
}
@media (min-width:901px) {
:where(.sr-global-style) .header-inner {
width:min(calc(100% - 48px),1200px) !important;
    max-width:none !important;
    grid-template-columns:minmax(220px,1fr) auto minmax(260px,1fr) !important;
}
:where(.sr-global-style) .header-inner>.desktop-nav {
justify-self:center !important;
}
:where(.sr-global-style) .header-inner>.header-actions {
justify-self:end !important;
}
}
:where(.sr-global-style) .shelrock-ai-dock {
--ai-width:min(calc(100% - 32px),980px) !important;
}
:where(.sr-global-style) .shelrock-ai-panel {
background:var(--shelrock-ai-bg) !important;
}
@media (min-width:901px) {
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
width:var(--ai-width) !important;
    height:calc(100dvh - var(--shelrock-app-header) - 104px) !important;
    max-height:none !important;
    min-height:360px !important;
    margin:0 auto !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-bottom:0 !important;
    border-radius:26px 26px 0 0 !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 -16px 64px rgba(15,23,42,.12) !important;
    transform:translateY(0) scale(1) !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
width:var(--ai-width) !important;
    min-height:70px !important;
    margin:0 auto !important;
    padding:8px 9px !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-top:1px solid rgba(15,23,42,.085) !important;
    border-radius:0 0 26px 26px !important;
    background:var(--shelrock-ai-bg) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:0 22px 64px rgba(15,23,42,.15) !important;
}
}
:where(.sr-global-style) .shelrock-ai-head {
min-height:62px !important;
  padding:12px 17px !important;
  background:var(--shelrock-ai-bg) !important;
  border-bottom:1px solid rgba(15,23,42,.055) !important;
}
:where(.sr-global-style) .shelrock-ai-body {
background:var(--shelrock-ai-bg) !important;
  padding:26px clamp(18px,4vw,42px) 30px !important;
}
:where(.sr-global-style) .shelrock-ai-welcome {
min-height:100% !important;
  max-width:720px;
  margin:0 auto;
  padding:42px 18px !important;
  justify-content:center !important;
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
max-width:680px !important;
  margin:0 auto !important;
  color:#101828 !important;
  font-size:clamp(31px,4vw,48px) !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:850 !important;
}
:where(.sr-global-style) .shelrock-ai-intro {
max-width:560px !important;
  margin:15px auto 0 !important;
  color:#667085 !important;
  font-size:13.5px !important;
  line-height:1.62 !important;
}
:where(.sr-global-style) .shelrock-ai-message {
margin-bottom:20px !important;
}
:where(.sr-global-style) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:0 !important;
  background:transparent !important;
  padding:4px 4px 4px 0 !important;
  border-radius:0 !important;
  color:#253044 !important;
}
:where(.sr-global-style) .shelrock-ai-message.user .shelrock-ai-bubble {
background:#f2f4f7 !important;
  color:#182230 !important;
  border-radius:18px 18px 5px 18px !important;
  box-shadow:none !important;
}
:where(.sr-global-style) .shelrock-ai-assistant-label {
margin-left:0 !important;
}
:where(.sr-global-style) .shelrock-ai-inputbar {
background:var(--shelrock-ai-bg) !important;
}
:where(.sr-global-style) .shelrock-ai-inputbar input {
font-size:15px !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .global-search {
border-color:var(--shelrock-ai-line) !important;
}
:where(.sr-global-style) .site-footer {
position:relative;
  z-index:1;
}
@media (max-width:900px) {
:where(.sr-global-style) .shelrock-ai-panel {
top:8px !important;
    left:8px !important;
    right:8px !important;
    bottom:calc(var(--mobile-nav-h) + 64px + max(7px,env(safe-area-inset-bottom))) !important;
    border:1px solid var(--shelrock-ai-line) !important;
    border-bottom:0 !important;
    border-radius:20px 20px 0 0 !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 -10px 44px rgba(15,23,42,.11) !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 20px 20px !important;
    border-color:var(--shelrock-ai-line) !important;
    background:var(--shelrock-ai-bg) !important;
    box-shadow:0 18px 44px rgba(15,23,42,.13) !important;
}
:where(.sr-global-style) .shelrock-ai-head {
min-height:58px !important;
}
:where(.sr-global-style) .shelrock-ai-body {
padding:20px 17px 24px !important;
}
:where(.sr-global-style) .shelrock-ai-welcome {
padding:34px 12px !important;
    justify-content:center !important;
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
font-size:clamp(30px,9vw,39px) !important;
}
:where(.sr-global-style) .shelrock-ai-intro {
font-size:12.5px !important;
}
}
@media (max-width:900px) {
:where(.sr-global-style) .site-header,
:where(.sr-global-style) .site-header.mobile-header-hidden,
:where(.sr-global-style) .site-header:has(.mobile-menu.open) {
position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    will-change:auto !important;
    transition:box-shadow .18s ease !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open {
z-index:2100 !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
z-index:0 !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
z-index:2 !important;
    top:max(8px,env(safe-area-inset-top)) !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
position:relative !important;
    z-index:3 !important;
}
:where(.sr-global-style) .shelrock-ai-close {
position:relative !important;
    z-index:5 !important;
    flex:0 0 auto !important;
}
:where(.sr-global-style) body.shelrock-ai-open .site-header {
z-index:100 !important;
}
}
@media (max-width:900px) {
:root:where(.sr-global-style) {
--header:50px !important;
    --mobile-nav-h:52px !important;
    --mobile-search-h:48px !important;
}
:where(.sr-global-style) .site-header,
:where(.sr-global-style) .site-header.mobile-header-hidden,
:where(.sr-global-style) .site-header:has(.mobile-menu.open) {
position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    height:var(--header) !important;
    z-index:1500 !important;
    transform:translateY(0) !important;
    transition:transform .20s cubic-bezier(.2,.72,.25,1), box-shadow .16s ease !important;
    will-change:transform !important;
    background:rgba(255,255,255,.97) !important;
    box-shadow:0 1px 0 rgba(15,23,42,.065) !important;
}
:where(.sr-global-style) .site-header.mobile-header-hidden {
transform:translateY(calc(-100% - 2px)) !important;
}
:where(.sr-global-style) .site-header:has(.mobile-menu.open),
:where(.sr-global-style) body.shelrock-ai-open .site-header {
transform:translateY(0) !important;
}
:where(.sr-global-style) .header-inner {
width:calc(100% - 20px) !important;
    height:var(--header) !important;
    gap:8px !important;
}
:where(.sr-global-style) .site-header .brand {
gap:7px !important;
}
:where(.sr-global-style) .site-header .brand-logo-img {
width:30px !important;
    height:30px !important;
    flex-basis:30px !important;
    border-radius:8px !important;
}
:where(.sr-global-style) .site-header .brand-copy b {
font-size:16px !important;
    line-height:.9 !important;
    letter-spacing:.075em !important;
}
:where(.sr-global-style) .site-header .brand-copy small {
margin-top:3px !important;
    font-size:8px !important;
    line-height:1 !important;
}
:where(.sr-global-style) .mobile-menu-btn {
width:36px !important;
    height:36px !important;
    flex:0 0 36px !important;
    padding:8px !important;
}
:where(.sr-global-style) .mobile-menu-btn span {
width:19px !important;
    margin:4.2px auto !important;
}
:where(.sr-global-style) .site-header .mobile-menu.open {
max-height:min(560px,calc(100dvh - 58px)) !important;
}
:where(.sr-global-style) .mobile-bottom-nav-v23 {
position:fixed !important;
    z-index:1450 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    align-items:center !important;
    height:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom)) !important;
    min-height:0 !important;
    padding:2px 4px env(safe-area-inset-bottom) !important;
    border-top:1px solid rgba(15,23,42,.08) !important;
    background:rgba(255,255,255,.975) !important;
    box-shadow:0 -5px 18px rgba(15,23,42,.055) !important;
    backdrop-filter:blur(16px) saturate(145%) !important;
    -webkit-backdrop-filter:blur(16px) saturate(145%) !important;
}
:where(.sr-global-style) .mbn-item-v23 {
gap:2px !important;
    min-height:46px !important;
    height:46px !important;
    padding:2px 0 !important;
    justify-content:center !important;
}
:where(.sr-global-style) .mbn-item-v23 svg {
width:18px !important;
    height:18px !important;
    stroke-width:1.75 !important;
}
:where(.sr-global-style) .mbn-item-v23 span,
:where(.sr-global-style) .mbn-source-v23>b {
max-width:100% !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-weight:650 !important;
    white-space:nowrap !important;
    letter-spacing:-.01em !important;
}
:where(.sr-global-style) .mbn-source-v23 {
top:0 !important;
    height:46px !important;
    min-height:46px !important;
    gap:2px !important;
    justify-content:center !important;
    color:#e84b35 !important;
}
:where(.sr-global-style) .mbn-source-icon-v23 {
width:34px !important;
    height:34px !important;
    border:0 !important;
    border-radius:12px !important;
    font-size:22px !important;
    line-height:1 !important;
    box-shadow:0 5px 13px rgba(239,72,58,.22) !important;
}
:where(.sr-global-style) .search-dock {
left:0 !important;
    right:0 !important;
    bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom)) !important;
    padding:0 6px 0 !important;
}
:where(.sr-global-style) .global-search {
min-height:var(--mobile-search-h) !important;
    height:var(--mobile-search-h) !important;
    padding:4px 5px !important;
    border-radius:15px 15px 0 0 !important;
    box-shadow:0 -4px 18px rgba(15,23,42,.075) !important;
}
:where(.sr-global-style) .global-search .search-icon,
:where(.sr-global-style) .shelrock-ai-input-icon {
margin-left:5px !important;
    font-size:14px !important;
}
:where(.sr-global-style) .global-search input,
:where(.sr-global-style) .shelrock-ai-inputbar input {
min-width:0 !important;
    font-size:15px !important;
}
:where(.sr-global-style) .global-search button,
:where(.sr-global-style) .shelrock-ai-inputbar button {
width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    border-radius:11px !important;
}
:where(.sr-global-style) .shelrock-ai-panel,
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
top:max(6px,env(safe-area-inset-top)) !important;
    bottom:calc(var(--mobile-nav-h) + var(--mobile-search-h) + env(safe-area-inset-bottom)) !important;
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
min-height:var(--mobile-search-h) !important;
    height:var(--mobile-search-h) !important;
    border-radius:0 !important;
}
:where(.sr-global-style) .site-footer {
padding-bottom:calc(var(--mobile-nav-h) + var(--mobile-search-h) + 24px + env(safe-area-inset-bottom)) !important;
}
}
@media (max-width:360px) {
:where(.sr-global-style) .mbn-item-v23 span,
:where(.sr-global-style) .mbn-source-v23>b {
font-size:7.8px !important;
}
:where(.sr-global-style) .site-header .brand-copy small {
display:none !important;
}
}
@keyframes sr-sr-global-style-shelrockAiTyping {
0%,70%,100% {
transform:translateY(0);opacity:.45
}
35% {
transform:translateY(-4px);opacity:1
}
}

/* homepage.css | sr-alternate-home */
:root:where(.sr-alternate-home) {
--ink:#08111f;
  --ink-2:#172235;
  --text:#5d6b7f;
  --muted:#8a96a8;
  --line:#e3e8ef;
  --soft:#f5f7fb;
  --soft-blue:#f2f6ff;
  --white:#fff;
  --blue:#165dff;
  --blue-deep:#0b43c7;
  --cyan:#00a7c4;
  --green:#12a36f;
  --orange:#ef7e35;
  --violet:#7658e8;
  --dark:#07111f;
  --radius:22px;
  --shadow:0 24px 70px rgba(18,35,64,.10);
}
:where(.sr-alternate-home) * {
box-sizing:border-box
}
html:where(.sr-alternate-home) {
scroll-behavior:smooth
}
:where(.sr-alternate-home) body {
margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased
}
:where(.sr-alternate-home) a {
color:inherit;text-decoration:none
}
:where(.sr-alternate-home) img {
display:block;max-width:100%
}
:where(.sr-alternate-home) button,
:where(.sr-alternate-home) input {
font:inherit
}
:where(.sr-alternate-home) .wrap {
width:min(1240px,calc(100% - 48px));margin:0 auto
}
:where(.sr-alternate-home) .top-signal {
background:#07111f;color:#c6d1e0;border-bottom:1px solid rgba(255,255,255,.08);font-size:10px;font-weight:750;letter-spacing:.035em
}
:where(.sr-alternate-home) .top-signal-inner {
min-height:33px;display:flex;align-items:center;gap:24px
}
:where(.sr-alternate-home) .top-signal-inner>span:first-child {
display:flex;align-items:center;gap:8px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.11em
}
:where(.sr-alternate-home) .top-signal-inner>span:first-child i {
width:7px;height:7px;border-radius:50%;background:#4be0a0;box-shadow:0 0 0 5px rgba(75,224,160,.09)
}
:where(.sr-alternate-home) .top-signal-copy {
opacity:.72
}
:where(.sr-alternate-home) .top-signal a {
margin-left:auto;color:#9dbaff;font-weight:800
}
:where(.sr-alternate-home) .site-header {
position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,34,65,.08)
}
:where(.sr-alternate-home) .header-inner {
height:72px;display:flex;align-items:center;gap:30px
}
:where(.sr-alternate-home) .brand {
display:inline-flex;align-items:center;gap:10px;min-width:max-content
}
:where(.sr-alternate-home) .brand img {
width:34px;height:34px;border-radius:10px
}
:where(.sr-alternate-home) .brand>span {
display:flex;flex-direction:column;line-height:1
}
:where(.sr-alternate-home) .brand b {
font-size:18px;letter-spacing:-.04em
}
:where(.sr-alternate-home) .brand small {
margin-top:5px;font-size:7px;letter-spacing:.125em;color:#778399;font-weight:900
}
:where(.sr-alternate-home) .main-nav {
display:flex;align-items:center;gap:25px;margin-left:28px
}
:where(.sr-alternate-home) .main-nav a {
font-size:11px;font-weight:760;color:#4a586d;transition:.2s ease
}
:where(.sr-alternate-home) .main-nav a:hover {
color:var(--blue)
}
:where(.sr-alternate-home) .header-actions {
margin-left:auto;display:flex;align-items:center;gap:15px
}
:where(.sr-alternate-home) .text-action {
font-size:11px;font-weight:820;color:#425168
}
:where(.sr-alternate-home) .primary-action {
display:inline-flex;align-items:center;gap:12px;min-height:41px;padding:0 16px;border-radius:11px;background:var(--ink);color:#fff;font-size:10px;font-weight:850;box-shadow:0 12px 28px rgba(7,17,31,.14)
}
:where(.sr-alternate-home) .primary-action span {
font-size:13px;color:#9db9ff
}
:where(.sr-alternate-home) .mobile-menu {
display:none;margin-left:auto;position:relative
}
:where(.sr-alternate-home) .mobile-menu summary {
list-style:none;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;display:grid;place-content:center;gap:4px;cursor:pointer
}
:where(.sr-alternate-home) .mobile-menu summary::-webkit-details-marker {
display:none
}
:where(.sr-alternate-home) .mobile-menu summary span {
width:16px;height:1.5px;background:#1b2940;display:block
}
:where(.sr-alternate-home) .mobile-menu-panel {
position:absolute;right:0;top:48px;width:270px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:grid
}
:where(.sr-alternate-home) .mobile-menu-panel a {
padding:12px 11px;border-radius:9px;font-size:11px;font-weight:800;color:#455268
}
:where(.sr-alternate-home) .mobile-menu-panel a:hover {
background:var(--soft)
}
:where(.sr-alternate-home) .mobile-menu-panel .mobile-main-cta {
margin-top:8px;background:var(--ink);color:#fff
}
:where(.sr-alternate-home) .hero {
position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fbff 0%,#fff 74%);border-bottom:1px solid #edf1f6
}
:where(.sr-alternate-home) .hero::before {
content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(30,96,255,.13),rgba(30,96,255,0) 68%);right:-100px;top:-220px
}
:where(.sr-alternate-home) .hero-grid {
position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(31,55,91,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(31,55,91,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 82%)
}
:where(.sr-alternate-home) .hero-layout {
position:relative;z-index:2;min-height:690px;padding:78px 0 72px;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(460px,.82fr);gap:74px;align-items:center
}
:where(.sr-alternate-home) .eyebrow {
display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;font-size:9px;letter-spacing:.12em;font-weight:920;color:#3d5b8a
}
:where(.sr-alternate-home) .eyebrow span {
width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#eef4ff;color:var(--blue);font-size:11px
}
:where(.sr-alternate-home) .hero h1 {
font-size:clamp(55px,5.3vw,78px);line-height:.97;letter-spacing:-.065em;margin:0;max-width:760px
}
:where(.sr-alternate-home) .hero h1 em {
font-style:normal;background:linear-gradient(95deg,#1557e8,#6a53e6 52%,#008da5);-webkit-background-clip:text;background-clip:text;color:transparent
}
:where(.sr-alternate-home) .hero-lead {
max-width:670px;margin:23px 0 27px;color:#5d6b7d;font-size:16px;line-height:1.7;letter-spacing:-.01em
}
:where(.sr-alternate-home) .hero-search {
display:grid;grid-template-columns:45px 1fr auto;align-items:center;max-width:760px;min-height:62px;padding:6px;border:1px solid #d7e0ec;border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(33,57,96,.10)
}
:where(.sr-alternate-home) .search-mark {
display:grid;place-items:center;font-size:22px;color:#6f7f96
}
:where(.sr-alternate-home) .hero-search input {
height:48px;border:0;outline:0;font-size:13px;color:#1d2b40;min-width:0
}
:where(.sr-alternate-home) .hero-search input::placeholder {
color:#99a4b4
}
:where(.sr-alternate-home) .hero-search button {
height:48px;border:0;border-radius:11px;background:var(--blue);color:#fff;padding:0 17px;font-size:10px;font-weight:900;cursor:pointer;display:flex;align-items:center;gap:14px;white-space:nowrap
}
:where(.sr-alternate-home) .hero-search button:hover {
background:var(--blue-deep)
}
:where(.sr-alternate-home) .hero-popular {
display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:12px;font-size:9px;color:#8a96a7
}
:where(.sr-alternate-home) .hero-popular>span {
font-weight:850;color:#67758a
}
:where(.sr-alternate-home) .hero-popular a {
padding:5px 8px;border-radius:7px;background:#f4f7fb;color:#5e6d82;font-weight:750
}
:where(.sr-alternate-home) .hero-actions {
display:flex;gap:10px;margin-top:27px
}
:where(.sr-alternate-home) .hero-actions a {
min-height:45px;padding:0 16px;border-radius:11px;display:inline-flex;align-items:center;gap:13px;font-size:10.5px;font-weight:880
}
:where(.sr-alternate-home) .hero-primary {
background:var(--ink);color:#fff
}
:where(.sr-alternate-home) .hero-primary span {
color:#9fbaff
}
:where(.sr-alternate-home) .hero-secondary {
background:#fff;border:1px solid #dce3ec;color:#2d3c52
}
:where(.sr-alternate-home) .hero-assurance {
display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#67768a;font-size:9px;font-weight:780
}
:where(.sr-alternate-home) .hero-assurance span {
display:flex;align-items:center;gap:6px
}
:where(.sr-alternate-home) .hero-assurance i {
font-style:normal;color:var(--green);font-weight:900
}
:where(.sr-alternate-home) .hero-system {
position:relative
}
:where(.sr-alternate-home) .system-frame {
position:relative;border:1px solid rgba(161,177,202,.42);border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 36px 90px rgba(27,51,89,.16);overflow:hidden
}
:where(.sr-alternate-home) .system-topbar {
min-height:49px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7ecf3;background:#fbfcfe
}
:where(.sr-alternate-home) .system-topbar>div {
display:flex;align-items:center;gap:8px;font-size:7.5px;font-weight:900;letter-spacing:.11em;color:#6f7e91
}
:where(.sr-alternate-home) .system-topbar i {
width:7px;height:7px;border-radius:50%;background:#38cf91;box-shadow:0 0 0 4px rgba(56,207,145,.1)
}
:where(.sr-alternate-home) .system-topbar>b {
font-size:8px;letter-spacing:.12em;color:#1b5de3
}
:where(.sr-alternate-home) .system-command {
margin:16px;border:1px solid #e1e7ef;border-radius:15px;padding:16px;background:linear-gradient(140deg,#f8fbff,#f4f7fd)
}
:where(.sr-alternate-home) .system-command small {
display:block;font-size:7px;font-weight:900;letter-spacing:.12em;color:#6e7f96
}
:where(.sr-alternate-home) .system-command strong {
display:block;margin-top:7px;font-size:13px;line-height:1.5;color:#1d2c43
}
:where(.sr-alternate-home) .system-command>span {
margin-top:10px;display:inline-flex;align-items:center;gap:6px;font-size:7.5px;color:#567085;font-weight:800
}
:where(.sr-alternate-home) .system-command>span b {
color:#19a56e
}
:where(.sr-alternate-home) .system-route {
padding:2px 16px 14px;display:grid;gap:8px
}
:where(.sr-alternate-home) .route-node {
display:grid;grid-template-columns:36px 1fr 23px;gap:11px;align-items:center;padding:11px;border:1px solid #e7ebf1;border-radius:13px;background:#fff
}
:where(.sr-alternate-home) .route-node>span {
width:32px;height:32px;border-radius:10px;background:#f1f4f8;display:grid;place-items:center;color:#718096;font-size:8px;font-weight:900
}
:where(.sr-alternate-home) .route-node div {
min-width:0
}
:where(.sr-alternate-home) .route-node small {
display:block;font-size:6px;letter-spacing:.1em;color:#9aa4b3;font-weight:900
}
:where(.sr-alternate-home) .route-node b {
display:block;margin-top:3px;font-size:10px
}
:where(.sr-alternate-home) .route-node p {
margin:3px 0 0;font-size:7.5px;color:#7d899b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
:where(.sr-alternate-home) .route-node>i {
font-style:normal;width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:#f2f5f9;color:#9aa5b4;font-size:9px;font-weight:900
}
:where(.sr-alternate-home) .route-node.active {
border-color:#cde8dd;background:#fbfffd
}
:where(.sr-alternate-home) .route-node.active>span,
:where(.sr-alternate-home) .route-node.active>i {
background:#eaf9f2;color:#139765
}
:where(.sr-alternate-home) .route-node.current {
border-color:#bfd2ff;background:#f7f9ff;box-shadow:inset 3px 0 0 #2a68ff
}
:where(.sr-alternate-home) .route-node.current>span,
:where(.sr-alternate-home) .route-node.current>i {
background:#eaf0ff;color:#245fe4
}
:where(.sr-alternate-home) .system-foot {
min-height:56px;border-top:1px solid #e7ebf0;background:#fafbfc;padding:0 17px;display:flex;align-items:center;justify-content:space-between
}
:where(.sr-alternate-home) .system-foot>div {
display:flex;align-items:center;gap:8px;font-size:7px;letter-spacing:.09em
}
:where(.sr-alternate-home) .pulse {
width:7px;height:7px;border-radius:50%;background:#2bd18f;box-shadow:0 0 0 5px rgba(43,209,143,.09)
}
:where(.sr-alternate-home) .system-foot small {
font-size:7px;color:#8490a1
}
:where(.sr-alternate-home) .floating-card {
position:absolute;z-index:3;border:1px solid rgba(190,201,217,.6);border-radius:13px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);padding:10px 12px;box-shadow:0 18px 44px rgba(30,48,82,.12);display:grid;min-width:128px
}
:where(.sr-alternate-home) .floating-card small {
font-size:6px;letter-spacing:.11em;color:#91a0b3;font-weight:900
}
:where(.sr-alternate-home) .floating-card b {
font-size:9px;margin-top:4px
}
:where(.sr-alternate-home) .floating-card span {
font-size:7px;color:#708096;margin-top:3px
}
:where(.sr-alternate-home) .fc-one {
left:-44px;top:106px
}
:where(.sr-alternate-home) .fc-two {
right:-38px;bottom:65px
}
:where(.sr-alternate-home) .marketplace {
padding:90px 0 95px;background:#fff
}
:where(.sr-alternate-home) .section-head {
display:flex;align-items:flex-end;justify-content:space-between;gap:70px
}
:where(.sr-alternate-home) .section-kicker {
display:block;font-size:8px;letter-spacing:.145em;font-weight:920;color:#45638d;margin-bottom:12px
}
:where(.sr-alternate-home) .section-head h2,
:where(.sr-alternate-home) .intelligence-copy h2,
:where(.sr-alternate-home) .trust-head h2 {
font-size:clamp(38px,4vw,56px);line-height:1.02;letter-spacing:-.055em;margin:0
}
:where(.sr-alternate-home) .section-head h2 em,
:where(.sr-alternate-home) .intelligence-copy h2 em {
font-style:normal;color:#1d5cdf
}
:where(.sr-alternate-home) .section-head-side {
max-width:420px;display:grid;justify-items:start
}
:where(.sr-alternate-home) .section-head-side p {
margin:0;color:#6f7d90;font-size:12px;line-height:1.7
}
:where(.sr-alternate-home) .section-head-side a {
margin-top:15px;font-size:10px;font-weight:900;color:#1a5bdc
}
:where(.sr-alternate-home) .category-strip {
margin-top:32px;display:flex;gap:7px;overflow:auto;padding-bottom:4px;scrollbar-width:none
}
:where(.sr-alternate-home) .category-strip::-webkit-scrollbar {
display:none
}
:where(.sr-alternate-home) .category-strip a {
min-height:36px;padding:0 12px;border:1px solid #e0e6ed;border-radius:9px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;background:#fff;color:#667489;font-size:9px;font-weight:820
}
:where(.sr-alternate-home) .category-strip a:hover,
:where(.sr-alternate-home) .category-strip .is-active {
border-color:#aec4f7;background:#f4f7ff;color:#1e5bdc
}
:where(.sr-alternate-home) .category-strip span {
display:grid;place-items:center;min-width:18px;height:18px;border-radius:6px;background:#e8efff;font-size:7px
}
:where(.sr-alternate-home) .category-strip b {
font-size:12px
}
:where(.sr-alternate-home) .product-grid {
margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px
}
:where(.sr-alternate-home) .product-card {
min-width:0;border:1px solid #e1e6ec;border-radius:18px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
:where(.sr-alternate-home) .product-card:hover {
transform:translateY(-3px);border-color:#c7d6ee;box-shadow:0 22px 55px rgba(31,54,90,.10)
}
:where(.sr-alternate-home) .product-media {
position:relative;display:block;aspect-ratio:1.34/1;background:#edf1f6;overflow:hidden
}
:where(.sr-alternate-home) .product-media::after {
content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(7,17,31,.18),transparent 55%);pointer-events:none
}
:where(.sr-alternate-home) .product-media img {
width:100%;height:100%;object-fit:cover;transition:transform .35s ease
}
:where(.sr-alternate-home) .product-card:hover .product-media img {
transform:scale(1.025)
}
:where(.sr-alternate-home) .network-badge {
position:absolute;z-index:2;left:11px;top:11px;display:inline-flex;align-items:center;gap:5px;min-height:23px;padding:0 8px;border-radius:7px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);font-size:6.4px;letter-spacing:.075em;font-weight:920;color:#1d6b50;box-shadow:0 7px 18px rgba(0,0,0,.06)
}
:where(.sr-alternate-home) .network-badge i {
font-style:normal;width:13px;height:13px;border-radius:5px;background:#e5f8ef;display:grid;place-items:center;color:#0c9b65
}
:where(.sr-alternate-home) .product-type {
position:absolute;z-index:2;right:10px;bottom:10px;background:rgba(7,17,31,.82);color:#fff;border-radius:7px;padding:6px 8px;font-size:6.2px;letter-spacing:.08em;font-weight:900
}
:where(.sr-alternate-home) .product-body {
padding:14px 14px 13px
}
:where(.sr-alternate-home) .product-origin {
display:flex;justify-content:space-between;gap:8px;align-items:center
}
:where(.sr-alternate-home) .product-origin span {
font-size:6.6px;letter-spacing:.075em;font-weight:900;color:#52647d
}
:where(.sr-alternate-home) .product-origin small {
font-size:6.7px;color:#8d98a7
}
:where(.sr-alternate-home) .product-body h3 {
font-size:16px;letter-spacing:-.025em;line-height:1.15;margin:8px 0 7px
}
:where(.sr-alternate-home) .product-body h3 a:hover {
color:#1b5ddd
}
:where(.sr-alternate-home) .product-body>p {
min-height:45px;margin:0;color:#788598;font-size:8.3px;line-height:1.55
}
:where(.sr-alternate-home) .product-body dl {
display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:12px 0 11px;padding:10px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4
}
:where(.sr-alternate-home) .product-body dl div {
min-width:0;padding:0 7px;border-right:1px solid #edf0f4
}
:where(.sr-alternate-home) .product-body dl div:first-child {
padding-left:0
}
:where(.sr-alternate-home) .product-body dl div:last-child {
border-right:0;padding-right:0
}
:where(.sr-alternate-home) .product-body dt {
font-size:5.8px;letter-spacing:.07em;color:#9ba5b3;font-weight:900
}
:where(.sr-alternate-home) .product-body dd {
margin:3px 0 0;font-size:7.4px;font-weight:840;color:#45546a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
:where(.sr-alternate-home) .product-actions {
display:flex;align-items:center;justify-content:space-between;gap:12px
}
:where(.sr-alternate-home) .product-actions>a {
font-size:7.6px;font-weight:850;color:#758296
}
:where(.sr-alternate-home) .product-actions .source-link {
min-height:29px;padding:0 9px;border-radius:8px;background:#f0f5ff;color:#1d5cda;display:flex;align-items:center;gap:8px
}
:where(.sr-alternate-home) .product-actions .source-link span {
font-size:10px
}
:where(.sr-alternate-home) .market-foot {
margin-top:20px;border:1px solid #dce4ef;border-radius:17px;padding:18px 20px;background:linear-gradient(110deg,#f8faff,#f4f7fc);display:flex;align-items:center;gap:30px
}
:where(.sr-alternate-home) .market-foot>div {
display:grid
}
:where(.sr-alternate-home) .market-foot span {
font-size:6.5px;letter-spacing:.12em;font-weight:900;color:#57729b
}
:where(.sr-alternate-home) .market-foot b {
font-size:12px;margin-top:4px
}
:where(.sr-alternate-home) .market-foot p {
margin:3px 0 0;color:#7d899a;font-size:8.5px
}
:where(.sr-alternate-home) .market-foot>a {
margin-left:auto;white-space:nowrap;padding:11px 13px;border-radius:9px;background:var(--ink);color:#fff;font-size:8px;font-weight:900;display:flex;align-items:center;gap:10px
}
:where(.sr-alternate-home) .a2a-section {
padding:0 0 100px;background:#fff
}
:where(.sr-alternate-home) .a2a-panel {
position:relative;overflow:hidden;border-radius:30px;padding:58px;background:linear-gradient(135deg,#07111f,#0b1728 58%,#0d2140);color:#fff;box-shadow:0 38px 90px rgba(7,17,31,.18)
}
:where(.sr-alternate-home) .a2a-panel::after {
content:"";position:absolute;right:-140px;top:-220px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(44,101,255,.22),transparent 68%)
}
:where(.sr-alternate-home) .dark-kicker {
color:#9ab7ff
}
:where(.sr-alternate-home) .a2a-copy {
position:relative;z-index:2;max-width:740px
}
:where(.sr-alternate-home) .a2a-copy h2 {
margin:0;font-size:clamp(42px,4.4vw,62px);line-height:1;letter-spacing:-.058em
}
:where(.sr-alternate-home) .a2a-copy h2 em {
font-style:normal;color:#8eaefc
}
:where(.sr-alternate-home) .a2a-copy p {
max-width:680px;margin:18px 0 0;color:#a8b5c8;font-size:12px;line-height:1.75
}
:where(.sr-alternate-home) .a2a-copy>a {
display:inline-flex;margin-top:20px;gap:11px;align-items:center;padding:11px 13px;border-radius:9px;background:#fff;color:#10213b;font-size:8.5px;font-weight:900
}
:where(.sr-alternate-home) .a2a-route {
position:relative;z-index:2;margin-top:39px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;gap:9px;align-items:center
}
:where(.sr-alternate-home) .a2a-route>article {
min-height:126px;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.055);display:grid;align-content:start
}
:where(.sr-alternate-home) .a2a-route>article>span {
width:25px;height:25px;border-radius:8px;background:rgba(111,150,255,.16);display:grid;place-items:center;color:#a8c0ff;font-size:7px;font-weight:900
}
:where(.sr-alternate-home) .a2a-route small {
display:block;margin-top:13px;font-size:6px;letter-spacing:.1em;color:#6f86a8;font-weight:900
}
:where(.sr-alternate-home) .a2a-route b {
display:block;margin-top:4px;font-size:10px
}
:where(.sr-alternate-home) .a2a-route p {
margin:5px 0 0;color:#8395ae;font-size:7.3px;line-height:1.45
}
:where(.sr-alternate-home) .a2a-route>i {
font-style:normal;color:#57749e;font-size:13px
}
:where(.sr-alternate-home) .a2a-rules {
position:relative;z-index:2;margin-top:30px;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:repeat(3,1fr);gap:28px
}
:where(.sr-alternate-home) .a2a-rules>div {
display:grid;grid-template-columns:28px 1fr;gap:10px
}
:where(.sr-alternate-home) .a2a-rules i {
font-style:normal;color:#6b8fcb;font-size:7px;font-weight:900
}
:where(.sr-alternate-home) .a2a-rules span {
font-size:8px;line-height:1.55;color:#8ea0b7
}
:where(.sr-alternate-home) .a2a-rules b {
display:block;margin-bottom:3px;color:#dbe5f3;font-size:8.8px
}
:where(.sr-alternate-home) .two-sided {
padding:0 0 100px
}
:where(.sr-alternate-home) .two-sided-grid {
display:grid;grid-template-columns:1fr 1fr;gap:18px
}
:where(.sr-alternate-home) .side-card {
position:relative;overflow:hidden;border:1px solid #e0e5ec;border-radius:25px;padding:34px;background:#fff
}
:where(.sr-alternate-home) .side-card::after {
content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-100px;top:-100px;background:radial-gradient(circle,rgba(30,94,255,.1),transparent 70%)
}
:where(.sr-alternate-home) .side-icon {
position:relative;z-index:2;width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:#ecf3ff;color:#1b5ee2;font-size:13px;font-weight:900
}
:where(.sr-alternate-home) .side-card>span {
position:relative;z-index:2;display:block;margin-top:24px;font-size:7px;letter-spacing:.12em;color:#637a9f;font-weight:900
}
:where(.sr-alternate-home) .side-card h2 {
position:relative;z-index:2;margin:8px 0 12px;font-size:35px;line-height:1.02;letter-spacing:-.05em
}
:where(.sr-alternate-home) .side-card>p {
position:relative;z-index:2;max-width:520px;margin:0;color:#748195;font-size:10px;line-height:1.7
}
:where(.sr-alternate-home) .side-card ul {
position:relative;z-index:2;list-style:none;padding:0;margin:21px 0 23px;display:grid;grid-template-columns:1fr 1fr;gap:9px 20px
}
:where(.sr-alternate-home) .side-card li {
font-size:8px;color:#526177;font-weight:780
}
:where(.sr-alternate-home) .side-card li::before {
content:"✓";color:#19a76f;margin-right:7px
}
:where(.sr-alternate-home) .side-card>a {
position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;background:#f0f5ff;color:#1b5dde;font-size:8px;font-weight:900
}
:where(.sr-alternate-home) .supplier-card {
background:#f8fafc
}
:where(.sr-alternate-home) .supplier-card .side-icon {
background:#edf9f4;color:#139268
}
:where(.sr-alternate-home) .supplier-card>a {
background:#edf9f4;color:#157b59
}
:where(.sr-alternate-home) .intelligence-section {
padding:95px 0;background:#f5f7fa;border-top:1px solid #e6eaf0;border-bottom:1px solid #e6eaf0
}
:where(.sr-alternate-home) .intelligence-layout {
display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center
}
:where(.sr-alternate-home) .intelligence-copy p {
max-width:510px;margin:18px 0 0;color:#6d7a8d;font-size:11px;line-height:1.75
}
:where(.sr-alternate-home) .intelligence-copy>a {
display:inline-flex;align-items:center;gap:11px;margin-top:20px;font-size:9px;font-weight:900;color:#1c5ddd
}
:where(.sr-alternate-home) .intel-stack {
display:grid;grid-template-columns:1fr 1fr;gap:12px
}
:where(.sr-alternate-home) .intel-card {
min-height:150px;border:1px solid #dde3eb;border-radius:17px;background:#fff;padding:20px;display:grid;align-content:start;transition:.2s ease
}
:where(.sr-alternate-home) .intel-card:hover {
transform:translateY(-2px);box-shadow:0 18px 45px rgba(34,52,81,.08)
}
:where(.sr-alternate-home) .intel-featured {
grid-column:1/-1;min-height:196px;background:linear-gradient(135deg,#0b1524,#102442);color:#fff;border-color:#162f55
}
:where(.sr-alternate-home) .intel-card>span {
font-size:6.5px;letter-spacing:.12em;color:#60769b;font-weight:900
}
:where(.sr-alternate-home) .intel-featured>span {
color:#88a9e4
}
:where(.sr-alternate-home) .intel-card h3 {
font-size:17px;letter-spacing:-.025em;line-height:1.2;margin:8px 0
}
:where(.sr-alternate-home) .intel-featured h3 {
font-size:25px
}
:where(.sr-alternate-home) .intel-card p {
margin:0;max-width:540px;color:#8290a4;font-size:9px;line-height:1.6
}
:where(.sr-alternate-home) .intel-featured p {
color:#9caec6
}
:where(.sr-alternate-home) .intel-card b {
align-self:end;margin-top:18px;font-size:7.5px;color:#1c5ddd
}
:where(.sr-alternate-home) .intel-featured b {
color:#9dbbff
}
:where(.sr-alternate-home) .trust-section {
padding:90px 0
}
:where(.sr-alternate-home) .trust-head {
max-width:790px
}
:where(.sr-alternate-home) .trust-head p {
max-width:660px;margin:15px 0 0;color:#7b8799;font-size:10px;line-height:1.65
}
:where(.sr-alternate-home) .credential-grid {
margin-top:29px;display:grid;grid-template-columns:repeat(5,1fr);gap:11px
}
:where(.sr-alternate-home) .credential-grid article {
min-height:175px;border:1px solid #e1e6ed;border-radius:16px;padding:15px;background:#fff;display:flex;flex-direction:column
}
:where(.sr-alternate-home) .credential-grid article>div {
height:68px;display:flex;align-items:center;justify-content:flex-start
}
:where(.sr-alternate-home) .credential-grid img {
max-width:70px;max-height:57px;object-fit:contain
}
:where(.sr-alternate-home) .credential-grid small {
margin-top:8px;font-size:5.8px;letter-spacing:.1em;color:#8995a6;font-weight:900
}
:where(.sr-alternate-home) .credential-grid b {
margin-top:4px;font-size:13px
}
:where(.sr-alternate-home) .credential-grid span {
margin-top:4px;font-size:7.4px;color:#7d899b
}
:where(.sr-alternate-home) .final-cta {
padding:0 0 95px
}
:where(.sr-alternate-home) .final-cta-panel {
border-radius:27px;background:linear-gradient(125deg,#145be4,#4937c9 63%,#5533ac);color:#fff;padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 30px 70px rgba(35,69,180,.2)
}
:where(.sr-alternate-home) .final-cta-panel>div:first-child>span {
font-size:7px;letter-spacing:.14em;font-weight:900;color:#c7d7ff
}
:where(.sr-alternate-home) .final-cta h2 {
font-size:clamp(38px,3.6vw,54px);line-height:1.02;letter-spacing:-.055em;margin:9px 0 13px
}
:where(.sr-alternate-home) .final-cta h2 em {
font-style:normal;color:#d1d9ff
}
:where(.sr-alternate-home) .final-cta p {
max-width:610px;margin:0;color:#ced8f4;font-size:10px;line-height:1.65
}
:where(.sr-alternate-home) .final-actions {
min-width:230px;display:grid;gap:7px
}
:where(.sr-alternate-home) .final-actions a {
min-height:42px;padding:0 13px;border-radius:10px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:space-between;font-size:8.5px;font-weight:900;color:#e5ebff
}
:where(.sr-alternate-home) .final-actions .final-primary {
background:#fff;color:#1b3d88;border-color:#fff
}
:where(.sr-alternate-home) .site-footer {
background:#07111f;color:#95a4ba;padding:55px 0 22px
}
:where(.sr-alternate-home) .footer-grid {
display:grid;grid-template-columns:1.4fr .6fr .7fr .55fr;gap:50px
}
:where(.sr-alternate-home) .footer-logo b {
color:#fff
}
:where(.sr-alternate-home) .footer-logo small {
color:#71839f
}
:where(.sr-alternate-home) .footer-brand p {
max-width:350px;margin:16px 0 0;font-size:9px;line-height:1.65
}
:where(.sr-alternate-home) .footer-links {
display:grid;align-content:start;gap:9px
}
:where(.sr-alternate-home) .footer-links b {
color:#e8eef7;font-size:8px;margin-bottom:4px
}
:where(.sr-alternate-home) .footer-links a {
font-size:8px
}
:where(.sr-alternate-home) .footer-links a:hover {
color:#fff
}
:where(.sr-alternate-home) .footer-bottom {
margin-top:42px;padding-top:17px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;font-size:7px
}
@media(max-width:1100px) {
:where(.sr-alternate-home) .main-nav {
margin-left:8px;gap:17px
}
:where(.sr-alternate-home) .hero-layout {
grid-template-columns:1fr 440px;gap:40px
}
:where(.sr-alternate-home) .product-grid {
grid-template-columns:repeat(3,1fr)
}
:where(.sr-alternate-home) .a2a-route {
grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:8px
}
:where(.sr-alternate-home) .a2a-route>i {
display:none
}
:where(.sr-alternate-home) .credential-grid {
grid-template-columns:repeat(3,1fr)
}
}
@media(max-width:900px) {
:where(.sr-alternate-home) .top-signal-copy {
display:none
}
:where(.sr-alternate-home) .main-nav,
:where(.sr-alternate-home) .header-actions {
display:none
}
:where(.sr-alternate-home) .mobile-menu {
display:block
}
:where(.sr-alternate-home) .hero-layout {
grid-template-columns:1fr;padding-top:58px
}
:where(.sr-alternate-home) .hero-copy {
max-width:760px
}
:where(.sr-alternate-home) .hero-system {
max-width:650px
}
:where(.sr-alternate-home) .fc-two {
right:-10px
}
:where(.sr-alternate-home) .fc-one {
left:-10px
}
:where(.sr-alternate-home) .section-head {
align-items:flex-start;flex-direction:column;gap:20px
}
:where(.sr-alternate-home) .section-head-side {
max-width:620px
}
:where(.sr-alternate-home) .product-grid {
grid-template-columns:repeat(2,1fr)
}
:where(.sr-alternate-home) .a2a-panel {
padding:44px 34px
}
:where(.sr-alternate-home) .a2a-route {
grid-template-columns:repeat(2,1fr)
}
:where(.sr-alternate-home) .a2a-rules {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .two-sided-grid,
:where(.sr-alternate-home) .intelligence-layout {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .intelligence-layout {
gap:40px
}
:where(.sr-alternate-home) .credential-grid {
grid-template-columns:repeat(3,1fr)
}
:where(.sr-alternate-home) .final-cta-panel {
align-items:flex-start;flex-direction:column
}
:where(.sr-alternate-home) .final-actions {
width:100%;grid-template-columns:repeat(3,1fr)
}
:where(.sr-alternate-home) .footer-grid {
grid-template-columns:1.2fr 1fr 1fr
}
:where(.sr-alternate-home) .footer-links:last-child {
grid-column:2/3
}
}
@media(max-width:640px) {
:where(.sr-alternate-home) .wrap {
width:min(100% - 28px,1240px)
}
:where(.sr-alternate-home) .top-signal-inner {
min-height:31px
}
:where(.sr-alternate-home) .top-signal-inner>span:first-child {
font-size:7.5px
}
:where(.sr-alternate-home) .top-signal a {
font-size:7.5px
}
:where(.sr-alternate-home) .header-inner {
height:64px
}
:where(.sr-alternate-home) .brand img {
width:31px;height:31px
}
:where(.sr-alternate-home) .brand b {
font-size:16px
}
:where(.sr-alternate-home) .brand small {
font-size:6px
}
:where(.sr-alternate-home) .hero-layout {
min-height:auto;padding:46px 0 58px
}
:where(.sr-alternate-home) .eyebrow {
font-size:7.5px
}
:where(.sr-alternate-home) .hero h1 {
font-size:48px
}
:where(.sr-alternate-home) .hero-lead {
font-size:13px;line-height:1.65
}
:where(.sr-alternate-home) .hero-search {
grid-template-columns:38px 1fr;min-height:58px
}
:where(.sr-alternate-home) .hero-search button {
grid-column:1/-1;height:44px;justify-content:center
}
:where(.sr-alternate-home) .hero-search input {
height:42px
}
:where(.sr-alternate-home) .hero-actions {
display:grid;grid-template-columns:1fr
}
:where(.sr-alternate-home) .hero-actions a {
justify-content:space-between
}
:where(.sr-alternate-home) .hero-assurance {
display:grid;gap:7px
}
:where(.sr-alternate-home) .hero-system {
margin-top:4px
}
:where(.sr-alternate-home) .system-frame {
border-radius:20px
}
:where(.sr-alternate-home) .floating-card {
display:none
}
:where(.sr-alternate-home) .marketplace {
padding:66px 0
}
:where(.sr-alternate-home) .section-head h2,
:where(.sr-alternate-home) .intelligence-copy h2,
:where(.sr-alternate-home) .trust-head h2 {
font-size:39px
}
:where(.sr-alternate-home) .product-grid {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .product-media {
aspect-ratio:1.5/1
}
:where(.sr-alternate-home) .product-body h3 {
font-size:18px
}
:where(.sr-alternate-home) .product-body>p {
font-size:9.2px;min-height:auto
}
:where(.sr-alternate-home) .market-foot {
align-items:flex-start;flex-direction:column
}
:where(.sr-alternate-home) .market-foot>a {
margin-left:0
}
:where(.sr-alternate-home) .a2a-section {
padding-bottom:70px
}
:where(.sr-alternate-home) .a2a-panel {
width:calc(100% + 28px);margin-left:-14px;border-radius:0;padding:42px 22px
}
:where(.sr-alternate-home) .a2a-copy h2 {
font-size:41px
}
:where(.sr-alternate-home) .a2a-route {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .a2a-route>article {
min-height:auto
}
:where(.sr-alternate-home) .side-card {
padding:26px 23px;border-radius:20px
}
:where(.sr-alternate-home) .side-card h2 {
font-size:31px
}
:where(.sr-alternate-home) .side-card ul {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .two-sided {
padding-bottom:70px
}
:where(.sr-alternate-home) .intelligence-section {
padding:70px 0
}
:where(.sr-alternate-home) .intel-stack {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .intel-featured {
grid-column:auto
}
:where(.sr-alternate-home) .credential-grid {
grid-template-columns:repeat(2,1fr)
}
:where(.sr-alternate-home) .final-cta {
padding-bottom:70px
}
:where(.sr-alternate-home) .final-cta-panel {
width:calc(100% + 28px);margin-left:-14px;border-radius:0;padding:40px 22px
}
:where(.sr-alternate-home) .final-actions {
grid-template-columns:1fr
}
:where(.sr-alternate-home) .footer-grid {
grid-template-columns:1fr 1fr;gap:32px
}
:where(.sr-alternate-home) .footer-brand {
grid-column:1/-1
}
:where(.sr-alternate-home) .footer-links:last-child {
grid-column:auto
}
:where(.sr-alternate-home) .footer-bottom {
gap:10px;flex-direction:column
}
}
@media(prefers-reduced-motion:reduce) {
:where(.sr-alternate-home) * {
scroll-behavior:auto!important;transition:none!important
}
}

/* homepage.css | sr-style */
:root:where(.sr-style) {
--ink:#0b1320;
  --ink-2:#162033;
  --muted:#687385;
  --line:#e3e7ee;
  --line-2:#d7dde6;
  --surface:#ffffff;
  --soft:#f6f7f9;
  --soft-blue:#f2f6ff;
  --navy:#0a1833;
  --navy-2:#112a57;
  --blue:#1e5eff;
  --orange:#ff5a1f;
  --orange-2:#ff7a18;
  --orange-dark:#e84512;
  --green:#098a55;
  --shadow:0 16px 45px rgba(17,31,58,.10);
  --shadow-sm:0 7px 24px rgba(17,31,58,.08);
  --radius:18px;
  --shell:1440px;
}
:where(.sr-style) * {
box-sizing:border-box
}
html:where(.sr-style) {
scroll-behavior:smooth
}
:where(.sr-style) body {
margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased
}
:where(.sr-style) a {
color:inherit;text-decoration:none
}
:where(.sr-style) button,
:where(.sr-style) input,
:where(.sr-style) select {
font:inherit
}
:where(.sr-style) button {
color:inherit
}
:where(.sr-style) img {
display:block;max-width:100%
}
:where(.sr-style) .shell {
width:min(var(--shell),calc(100% - 44px));margin:0 auto
}
:where(.sr-style) .topbar {
background:#071225;color:#cbd4e3;font-size:12px;border-bottom:1px solid rgba(255,255,255,.06)
}
:where(.sr-style) .topbar-inner {
height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
:where(.sr-style) .topbar-left,
:where(.sr-style) .topbar-right {
display:flex;align-items:center;gap:14px;white-space:nowrap
}
:where(.sr-style) .topbar-right a:hover {
color:#fff
}
:where(.sr-style) .status-dot {
width:7px;height:7px;border-radius:50%;background:#2fd185;box-shadow:0 0 0 4px rgba(47,209,133,.12)
}
:where(.sr-style) .topbar-divider {
width:1px;height:12px;background:rgba(255,255,255,.18)
}
:where(.sr-style) .market-header {
position:sticky;top:0;z-index:70;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(20,31,50,.08)
}
:where(.sr-style) .header-main {
height:82px;display:flex;align-items:center;gap:22px
}
:where(.sr-style) .brand {
display:flex;align-items:center;gap:11px;min-width:max-content
}
:where(.sr-style) .brand-mark {
width:45px;height:45px;border-radius:14px;background:#fff;border:1px solid #e1e5eb;box-shadow:0 5px 16px rgba(18,31,50,.09);display:grid;place-items:center;overflow:hidden
}
:where(.sr-style) .brand-mark img {
width:100%;height:100%;object-fit:cover
}
:where(.sr-style) .brand-text {
display:flex;flex-direction:column;line-height:1.08
}
:where(.sr-style) .brand-text strong {
font-size:20px;letter-spacing:.045em;color:#091629
}
:where(.sr-style) .brand-text small {
margin-top:4px;font-size:10px;font-weight:700;letter-spacing:.07em;color:#7a8493;text-transform:uppercase
}
:where(.sr-style) .search-wrap {
position:relative;flex:1;height:52px;display:flex;border:2px solid #15233b;border-radius:12px;background:#fff;min-width:330px;box-shadow:0 4px 14px rgba(21,35,59,.05)
}
:where(.sr-style) .search-type {
position:relative;width:126px;padding:0 14px;border:0;border-right:1px solid #dfe4ea;background:#f7f8fa;border-radius:10px 0 0 10px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;cursor:pointer
}
:where(.sr-style) .search-type svg,
:where(.sr-style) .nav-caret {
width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8
}
:where(.sr-style) .search-type-menu {
position:absolute;left:0;top:58px;width:160px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);display:none;z-index:12
}
:where(.sr-style) .search-type-menu.is-open {
display:block
}
:where(.sr-style) .search-type-menu button {
width:100%;border:0;background:transparent;border-radius:8px;text-align:left;padding:10px 11px;font-size:13px;cursor:pointer
}
:where(.sr-style) .search-type-menu button:hover {
background:#f3f5f8
}
:where(.sr-style) .search-wrap input {
min-width:0;flex:1;border:0;outline:0;padding:0 17px;font-size:15px;color:#0e1726;background:transparent
}
:where(.sr-style) .search-wrap input::placeholder {
color:#929aa8
}
:where(.sr-style) .search-btn {
height:100%;padding:0 19px;border:0;border-radius:0 9px 9px 0;background:#101c31;color:#fff;display:flex;align-items:center;gap:8px;font-weight:800;cursor:pointer;transition:.18s ease
}
:where(.sr-style) .search-btn:hover {
background:#1a2a47
}
:where(.sr-style) .search-btn svg {
width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2
}
:where(.sr-style) .search-suggestions {
position:absolute;left:126px;right:0;top:58px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 44px rgba(12,27,51,.14);padding:8px;display:none;z-index:10
}
:where(.sr-style) .search-suggestions.is-open {
display:block
}
:where(.sr-style) .search-suggestions button {
width:100%;border:0;background:#fff;padding:11px 12px;border-radius:9px;text-align:left;display:flex;justify-content:space-between;gap:10px;cursor:pointer
}
:where(.sr-style) .search-suggestions button:hover {
background:#f5f7fa
}
:where(.sr-style) .search-suggestions small {
color:#8a93a2
}
:where(.sr-style) .header-actions {
display:flex;align-items:center;gap:10px;min-width:max-content
}
:where(.sr-style) .signin-link {
font-size:13px;font-weight:700;padding:10px 5px;color:#374154
}
:where(.sr-style) .signin-link:hover {
color:#0a1833
}
:where(.sr-style) .header-cta {
height:52px;border-radius:11px;padding:0 14px;display:flex;align-items:center;gap:9px;min-width:140px;transition:transform .16s ease,box-shadow .16s ease
}
:where(.sr-style) .header-cta:hover {
transform:translateY(-1px)
}
:where(.sr-style) .header-cta span:not(.cta-icon) {
display:flex;flex-direction:column;line-height:1.1
}
:where(.sr-style) .header-cta b {
font-size:13px
}
:where(.sr-style) .header-cta small {
font-size:10px;margin-top:3px;opacity:.82;font-weight:600
}
:where(.sr-style) .header-cta svg {
width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8
}
:where(.sr-style) .supplier-cta {
border:1px solid #ff7f49;color:#d64913;background:#fff6f1
}
:where(.sr-style) .supplier-cta:hover {
box-shadow:0 8px 22px rgba(255,90,31,.12)
}
:where(.sr-style) .cta-icon {
width:22px;height:22px;border-radius:6px;background:#ffdfd1;display:grid;place-items:center;font-size:17px;font-weight:700
}
:where(.sr-style) .buyer-cta {
color:#fff;background:linear-gradient(110deg,var(--orange),#ff6a16);box-shadow:0 9px 24px rgba(255,90,31,.22)
}
:where(.sr-style) .buyer-cta:hover {
box-shadow:0 12px 28px rgba(255,90,31,.30)
}
:where(.sr-style) .mobile-menu-btn {
display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px;cursor:pointer
}
:where(.sr-style) .mobile-menu-btn span {
display:block;height:2px;background:#111b2b;margin:5px 0;border-radius:2px
}
:where(.sr-style) .category-nav {
position:relative;border-top:1px solid #edf0f4;background:#fff
}
:where(.sr-style) .category-nav-inner {
height:44px;display:flex;align-items:center;gap:22px
}
:where(.sr-style) .all-categories {
align-self:stretch;border:0;background:#0d1b31;color:#fff;padding:0 17px;display:flex;align-items:center;gap:9px;font-size:13px;font-weight:800;cursor:pointer
}
:where(.sr-style) .all-categories>svg:first-child {
width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8
}
:where(.sr-style) .all-categories .nav-caret {
margin-left:10px
}
:where(.sr-style) .category-links {
display:flex;align-items:center;gap:22px;overflow:hidden;white-space:nowrap;flex:1
}
:where(.sr-style) .category-links button,
:where(.sr-style) .category-links a {
border:0;background:none;padding:0;font-size:13px;font-weight:650;color:#3c4656;cursor:pointer
}
:where(.sr-style) .category-links button:hover,
:where(.sr-style) .category-links a:hover {
color:#ff5a1f
}
:where(.sr-style) .ai-nav {
font-size:12px;font-weight:800;color:#17386f;white-space:nowrap;padding-left:16px;border-left:1px solid #e3e7ee
}
:where(.sr-style) .ai-nav span {
color:#ff5a1f
}
:where(.sr-style) .mega-menu {
position:absolute;left:0;right:0;top:44px;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 38px rgba(14,28,49,.12);display:none
}
:where(.sr-style) .mega-menu.is-open {
display:block
}
:where(.sr-style) .mega-grid {
display:grid;grid-template-columns:repeat(4,1fr) 1.25fr;gap:34px;padding:28px 0 32px
}
:where(.sr-style) .mega-grid>div {
display:flex;flex-direction:column;gap:8px
}
:where(.sr-style) .mega-grid b {
font-size:13px;margin-bottom:5px
}
:where(.sr-style) .mega-grid a {
font-size:13px;color:#5f6a7b
}
:where(.sr-style) .mega-grid a:hover {
color:#ff5a1f
}
:where(.sr-style) .mega-feature {
padding:20px!important;border-radius:14px;background:linear-gradient(135deg,#0b1830,#173763);color:#fff
}
:where(.sr-style) .mega-feature span {
font-size:10px;font-weight:800;letter-spacing:.12em;color:#ff9d6a
}
:where(.sr-style) .mega-feature h3 {
font-size:19px;margin:3px 0 0
}
:where(.sr-style) .mega-feature p {
font-size:12.5px;color:#c5cfdf;margin:0 0 7px
}
:where(.sr-style) .mega-feature a {
color:#fff;font-weight:800!important
}
:where(.sr-style) .mobile-panel {
display:none
}
:where(.sr-style) .market-hero {
padding:20px 0 18px;background:linear-gradient(180deg,#f4f6f8 0,#fff 100%)
}
:where(.sr-style) .hero-commerce-grid {
display:grid;grid-template-columns:240px minmax(0,1fr) 300px;gap:14px;align-items:stretch
}
:where(.sr-style) .category-rail,
:where(.sr-style) .rfq-panel,
:where(.sr-style) .hero-stage {
border:1px solid #e1e5ea;background:#fff;border-radius:16px;overflow:hidden;min-height:420px
}
:where(.sr-style) .category-rail {
display:flex;flex-direction:column
}
:where(.sr-style) .rail-title {
height:50px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f3
}
:where(.sr-style) .rail-title span {
font-weight:850;font-size:13px
}
:where(.sr-style) .rail-title a {
font-size:11px;color:#7a8494
}
:where(.sr-style) .category-rail>button {
width:100%;height:71px;border:0;border-bottom:1px solid #eef0f3;background:#fff;padding:0 13px;display:grid;grid-template-columns:34px 1fr 12px;gap:9px;align-items:center;text-align:left;cursor:pointer;transition:.15s ease
}
:where(.sr-style) .category-rail>button:hover {
background:#f8f9fb;padding-left:16px
}
:where(.sr-style) .rail-icon {
width:32px;height:32px;border-radius:9px;background:#f0f3f8;display:grid;place-items:center;font-size:14px;color:#25334a
}
:where(.sr-style) .category-rail button span:nth-child(2) {
display:flex;flex-direction:column
}
:where(.sr-style) .category-rail button b {
font-size:13px
}
:where(.sr-style) .category-rail button small {
font-size:10.5px;color:#7b8594;margin-top:2px
}
:where(.sr-style) .category-rail button i {
font-style:normal;font-size:20px;color:#a0a6b1
}
:where(.sr-style) .rail-bottom {
margin:auto 12px 12px;padding:12px;border-radius:11px;background:#f1f7f4;display:flex;gap:9px;align-items:center
}
:where(.sr-style) .shield-mini {
width:28px;height:28px;border-radius:8px;background:#0b8e59;color:#fff;display:grid;place-items:center;font-weight:900
}
:where(.sr-style) .rail-bottom div {
display:flex;flex-direction:column
}
:where(.sr-style) .rail-bottom b {
font-size:11.5px
}
:where(.sr-style) .rail-bottom small {
font-size:9.5px;color:#6f7a76
}
:where(.sr-style) .hero-stage {
position:relative;background:#102343;border:0;box-shadow:0 10px 30px rgba(16,35,67,.10)
}
:where(.sr-style) .hero-slides {
height:100%;position:relative
}
:where(.sr-style) .hero-slide {
position:absolute;inset:0;display:grid;grid-template-columns:1.12fr .88fr;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease;background:
radial-gradient(circle at 65% 20%,rgba(80,123,255,.26),transparent 30%),linear-gradient(130deg,#0b1930 0%,#102b55 56%,#173b70 100%);color:#fff
}
:where(.sr-style) .hero-slide.is-active {
opacity:1;visibility:visible
}
:where(.sr-style) .hero-slide:nth-child(2) {
background:radial-gradient(circle at 72% 18%,rgba(255,105,50,.18),transparent 32%),linear-gradient(130deg,#101b32,#263a62 58%,#3c3157)
}
:where(.sr-style) .hero-slide:nth-child(3) {
background:radial-gradient(circle at 75% 28%,rgba(0,220,181,.18),transparent 28%),linear-gradient(130deg,#081a2d,#0e3351 58%,#0d4a4a)
}
:where(.sr-style) .hero-copy {
padding:42px 22px 38px 39px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2
}
:where(.sr-style) .hero-kicker {
font-size:10px;font-weight:850;letter-spacing:.13em;color:#c8d5e9;display:flex;align-items:center;gap:8px
}
:where(.sr-style) .hero-kicker i {
width:7px;height:7px;border-radius:50%;background:#ff6a1b;box-shadow:0 0 0 5px rgba(255,106,27,.12)
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:clamp(38px,3.5vw,58px);line-height:.96;letter-spacing:-.045em;margin:17px 0 15px;max-width:650px
}
:where(.sr-style) .hero-copy h2 {
font-weight:800
}
:where(.sr-style) .hero-copy em {
font-style:normal;color:#ff8450
}
:where(.sr-style) .hero-slide:nth-child(3) .hero-copy em {
color:#53e0c1
}
:where(.sr-style) .hero-copy p {
font-size:14px;line-height:1.65;color:#c8d3e3;max-width:580px;margin:0
}
:where(.sr-style) .hero-actions {
display:flex;gap:9px;margin-top:22px;flex-wrap:wrap
}
:where(.sr-style) .hero-actions a {
min-height:43px;padding:0 15px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800
}
:where(.sr-style) .hero-primary {
background:linear-gradient(110deg,#ff5a1f,#ff7a18);color:#fff;box-shadow:0 10px 24px rgba(255,90,31,.22)
}
:where(.sr-style) .hero-secondary {
border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff
}
:where(.sr-style) .hero-proof {
display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;color:#d9e1ed;font-size:10.5px
}
:where(.sr-style) .hero-proof span {
white-space:nowrap
}
:where(.sr-style) .hero-visual {
position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center
}
:where(.sr-style) .hero-visual:before {
content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018)
}
:where(.sr-style) .hero-product-image {
position:relative;z-index:1;width:76%;aspect-ratio:1.05;border-radius:20px;overflow:hidden;transform:rotate(2deg);box-shadow:0 25px 50px rgba(0,0,0,.28);border:5px solid rgba(255,255,255,.08)
}
:where(.sr-style) .hero-product-image img {
width:100%;height:100%;object-fit:cover
}
:where(.sr-style) .floating-card {
position:absolute;z-index:3;padding:10px 12px;border-radius:11px;background:rgba(255,255,255,.93);box-shadow:0 12px 28px rgba(2,12,28,.20);color:#121d2e;display:flex;flex-direction:column;backdrop-filter:blur(8px)
}
:where(.sr-style) .floating-card small {
font-size:8px;font-weight:900;letter-spacing:.12em;color:#8c96a5
}
:where(.sr-style) .floating-card b {
font-size:11px;margin-top:2px
}
:where(.sr-style) .floating-card span {
font-size:9px;color:#697485;margin-top:2px
}
:where(.sr-style) .fc-top {
right:16px;top:24px
}
:where(.sr-style) .fc-bottom {
left:6px;bottom:31px;flex-direction:row;gap:8px;align-items:center
}
:where(.sr-style) .verified-dot {
width:27px;height:27px;border-radius:8px;background:#0a935d;color:#fff!important;display:grid;place-items:center;font-weight:900
}
:where(.sr-style) .trade-orbit {
position:relative;width:220px;height:220px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;animation:sr-sr-style-softFloat 6s ease-in-out infinite
}
:where(.sr-style) .trade-orbit:before,
:where(.sr-style) .trade-orbit:after {
content:"";position:absolute;border:1px solid rgba(255,255,255,.10);border-radius:50%
}
:where(.sr-style) .trade-orbit:before {
inset:25px
}
:where(.sr-style) .trade-orbit:after {
inset:52px
}
:where(.sr-style) .orbit-core {
width:68px;height:68px;border-radius:22px;background:linear-gradient(145deg,#ff6b2c,#ff8a1d);display:grid;place-items:center;font-size:30px;font-weight:900;box-shadow:0 16px 28px rgba(0,0,0,.25);z-index:3
}
:where(.sr-style) .orb {
position:absolute;width:42px;height:42px;border-radius:50%;background:#fff;color:#18314f;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.20)
}
:where(.sr-style) .orb.a {
top:-10px;left:90px
}
:where(.sr-style) .orb.b {
right:-8px;top:92px
}
:where(.sr-style) .orb.c {
bottom:-7px;left:86px
}
:where(.sr-style) .orb.d {
left:-11px;top:92px
}
:where(.sr-style) .hero-dots {
position:absolute;left:39px;bottom:15px;display:flex;gap:6px;z-index:6
}
:where(.sr-style) .hero-dots button {
width:20px;height:3px;border:0;border-radius:4px;background:rgba(255,255,255,.28);padding:0;cursor:pointer;transition:.2s
}
:where(.sr-style) .hero-dots button.is-active {
width:38px;background:#ff6a1b
}
:where(.sr-style) .rfq-panel {
padding:19px 18px 14px;box-shadow:0 7px 22px rgba(17,31,58,.06)
}
:where(.sr-style) .rfq-head {
display:flex;align-items:center;gap:10px
}
:where(.sr-style) .rfq-icon {
width:34px;height:34px;border-radius:9px;background:#fff0e8;color:#e95219;display:grid;place-items:center;font-size:20px;font-weight:800
}
:where(.sr-style) .rfq-head small {
font-size:8.5px;font-weight:900;letter-spacing:.12em;color:#9a6a57
}
:where(.sr-style) .rfq-head h2 {
font-size:19px;margin:1px 0 0;letter-spacing:-.02em
}
:where(.sr-style) .rfq-panel>p {
font-size:11.5px;line-height:1.5;color:#727b89;margin:11px 0 13px
}
:where(.sr-style) .rfq-panel form {
display:flex;flex-direction:column;gap:6px
}
:where(.sr-style) .rfq-panel label {
font-size:10px;font-weight:800;color:#4e5969
}
:where(.sr-style) .rfq-panel input,
:where(.sr-style) .rfq-panel select {
height:38px;border:1px solid #dce1e8;border-radius:8px;padding:0 10px;background:#fff;color:#172235;outline:none;font-size:11.5px
}
:where(.sr-style) .rfq-panel input:focus,
:where(.sr-style) .rfq-panel select:focus {
border-color:#ff793f;box-shadow:0 0 0 3px rgba(255,90,31,.08)
}
:where(.sr-style) .qty-row {
display:grid;grid-template-columns:1fr 82px;gap:6px
}
:where(.sr-style) .rfq-panel button[type=submit] {
height:41px;border:0;border-radius:9px;margin-top:4px;background:linear-gradient(110deg,#ff5a1f,#ff7619);color:#fff;font-weight:850;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 8px 18px rgba(255,90,31,.17)
}
:where(.sr-style) .rfq-note {
border-top:1px solid #edf0f3;margin-top:12px;padding-top:10px;font-size:9.5px;color:#77818f;display:flex;gap:6px
}
:where(.sr-style) .rfq-note span {
color:#0a955e;font-weight:900
}
:where(.sr-style) .trust-strip {
border-top:1px solid #eef1f4;border-bottom:1px solid #e6eaf0;background:#fff
}
:where(.sr-style) .trust-grid {
display:grid;grid-template-columns:repeat(4,1fr)
}
:where(.sr-style) .trust-grid>div {
min-height:78px;display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid #e8ebef
}
:where(.sr-style) .trust-grid>div:first-child {
padding-left:0
}
:where(.sr-style) .trust-grid>div:last-child {
border-right:0
}
:where(.sr-style) .trust-icon {
width:33px;height:33px;border-radius:10px;background:#f3f6fa;display:grid;place-items:center;font-weight:900;color:#17325c;flex:0 0 auto
}
:where(.sr-style) .trust-grid p {
margin:0;display:flex;flex-direction:column
}
:where(.sr-style) .trust-grid b {
font-size:11.5px
}
:where(.sr-style) .trust-grid small {
font-size:9.5px;color:#818a98;margin-top:2px
}
:where(.sr-style) .products-section {
padding:58px 0 70px;background:#f6f7f9
}
:where(.sr-style) .section-head {
display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px
}
:where(.sr-style) .section-head>div:first-child {
max-width:820px
}
:where(.sr-style) .section-head h2 {
font-size:clamp(30px,3vw,44px);line-height:1.05;letter-spacing:-.04em;margin:9px 0 8px
}
:where(.sr-style) .section-head p {
margin:0;color:#6d7786;font-size:14px
}
:where(.sr-style) .eyebrow {
font-size:10px;font-weight:900;letter-spacing:.13em;color:#586577;display:flex;align-items:center;gap:8px
}
:where(.sr-style) .eyebrow i {
width:19px;height:2px;background:#ff5a1f
}
:where(.sr-style) .eyebrow.light {
color:#b8c4d6
}
:where(.sr-style) .view-all {
font-size:12px;font-weight:800;padding:10px 13px;border-radius:9px;background:#fff;border:1px solid #dfe4ea;white-space:nowrap
}
:where(.sr-style) .view-all:hover {
border-color:#ff7540;color:#df4f19
}
:where(.sr-style) .view-all span {
margin-left:5px
}
:where(.sr-style) .product-toolbar {
display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px
}
:where(.sr-style) .product-tabs {
display:flex;gap:7px;flex-wrap:wrap
}
:where(.sr-style) .product-tabs button {
height:36px;padding:0 13px;border:1px solid #dde2e8;border-radius:9px;background:#fff;color:#5c6675;font-size:11.5px;font-weight:750;cursor:pointer
}
:where(.sr-style) .product-tabs button.is-active {
background:#12233e;color:#fff;border-color:#12233e
}
:where(.sr-style) .result-count {
font-size:10.5px;color:#778190;display:flex;align-items:center;gap:5px
}
:where(.sr-style) .result-count b {
color:#202b3a
}
:where(.sr-style) .live-dot {
width:7px;height:7px;border-radius:50%;background:#18ad6c;box-shadow:0 0 0 4px rgba(24,173,108,.11)
}
:where(.sr-style) .product-grid {
display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px
}
:where(.sr-style) .product-card {
background:#fff;border:1px solid #e0e4e9;border-radius:15px;overflow:hidden;box-shadow:0 4px 14px rgba(20,33,54,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
:where(.sr-style) .product-card:hover {
transform:translateY(-3px);border-color:#cfd6df;box-shadow:0 14px 34px rgba(18,31,51,.11)
}
:where(.sr-style) .product-card.is-hidden {
display:none
}
:where(.sr-style) .product-image {
position:relative;height:205px;overflow:hidden;background:#eef1f4
}
:where(.sr-style) .product-image img {
width:100%;height:100%;object-fit:cover;transition:transform .35s ease
}
:where(.sr-style) .product-card:hover .product-image img {
transform:scale(1.035)
}
:where(.sr-style) .image-tag {
position:absolute;left:10px;top:10px;padding:5px 7px;border-radius:7px;background:rgba(9,22,40,.82);backdrop-filter:blur(4px);color:#fff;font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase
}
:where(.sr-style) .save-btn {
position:absolute;right:9px;top:9px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.05);background:rgba(255,255,255,.92);display:grid;place-items:center;font-size:18px;cursor:pointer
}
:where(.sr-style) .save-btn.is-saved {
color:#ff5a1f;background:#fff1eb
}
:where(.sr-style) .verified-strip {
height:34px;padding:0 11px;display:flex;align-items:center;gap:6px;background:linear-gradient(90deg,#edf9f3,#f7fbf9);border-top:1px solid #e0f0e8;border-bottom:1px solid #e3eee8;color:#08784d
}
:where(.sr-style) .verified-strip span {
width:17px;height:17px;border-radius:50%;background:#0a925c;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900
}
:where(.sr-style) .verified-strip b {
font-size:9px;letter-spacing:.05em
}
:where(.sr-style) .verified-strip small {
margin-left:auto;font-size:8.5px;color:#72857b
}
:where(.sr-style) .product-body {
padding:13px 13px 12px
}
:where(.sr-style) .product-category {
font-size:8.5px;font-weight:850;letter-spacing:.08em;color:#8b94a1;margin:0 0 5px
}
:where(.sr-style) .product-title {
display:block;min-height:43px;font-size:16px;line-height:1.28;font-weight:800;letter-spacing:-.015em;color:#101a2a
}
:where(.sr-style) .product-title:hover {
color:#e65018
}
:where(.sr-style) .product-meta {
display:grid;grid-template-columns:1fr 1fr;margin-top:12px;border:1px solid #e8ebef;border-radius:10px;overflow:hidden
}
:where(.sr-style) .product-meta>div {
min-height:47px;padding:7px 8px;border-right:1px solid #e8ebef;border-bottom:1px solid #e8ebef;display:flex;flex-direction:column;justify-content:center
}
:where(.sr-style) .product-meta>div:nth-child(2n) {
border-right:0
}
:where(.sr-style) .product-meta>div:nth-last-child(-n+2) {
border-bottom:0
}
:where(.sr-style) .product-meta small {
font-size:8px;color:#8a94a3;text-transform:uppercase;letter-spacing:.05em
}
:where(.sr-style) .product-meta b {
font-size:10.5px;margin-top:2px;color:#263143;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
:where(.sr-style) .product-footer {
margin-top:12px;padding-top:10px;border-top:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between;gap:8px
}
:where(.sr-style) .quote-price {
display:flex;flex-direction:column
}
:where(.sr-style) .quote-price small {
font-size:8.5px;color:#8a93a1
}
:where(.sr-style) .quote-price b {
font-size:14px;color:#152136;margin-top:1px
}
:where(.sr-style) .card-quote {
height:34px;padding:0 11px;border-radius:8px;display:inline-flex;align-items:center;background:#ff5a1f;color:#fff;font-size:10.5px;font-weight:850;white-space:nowrap
}
:where(.sr-style) .card-quote:hover {
background:#e84a12
}
:where(.sr-style) .no-results {
display:none;text-align:center;padding:60px 20px;background:#fff;border:1px solid #e1e5eb;border-radius:16px
}
:where(.sr-style) .no-results.is-visible {
display:block
}
:where(.sr-style) .no-results span {
font-size:38px;color:#b3bbc7
}
:where(.sr-style) .no-results h3 {
margin:8px 0 3px
}
:where(.sr-style) .no-results p {
margin:0 0 13px;color:#7a8492
}
:where(.sr-style) .no-results a {
display:inline-flex;padding:10px 14px;background:#ff5a1f;color:#fff;border-radius:8px;font-weight:800;font-size:12px
}
:where(.sr-style) .category-showcase {
padding:62px 0 72px;background:#fff
}
:where(.sr-style) .section-head.compact {
margin-bottom:20px
}
:where(.sr-style) .category-cards {
display:grid;grid-template-columns:repeat(2,1fr);gap:15px
}
:where(.sr-style) .category-card {
height:255px;border-radius:17px;overflow:hidden;position:relative;background:#111f34;color:#fff;display:flex;align-items:stretch;box-shadow:0 8px 26px rgba(14,27,47,.08)
}
:where(.sr-style) .category-card:after {
content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,18,33,.96) 0%,rgba(8,18,33,.72) 45%,rgba(8,18,33,.06) 100%)
}
:where(.sr-style) .category-card>div {
position:relative;z-index:2;width:58%;padding:31px
}
:where(.sr-style) .category-card>img {
position:absolute;right:0;top:0;width:64%;height:100%;object-fit:cover;transition:transform .35s ease
}
:where(.sr-style) .category-card:hover img {
transform:scale(1.04)
}
:where(.sr-style) .category-card span {
font-size:9px;font-weight:900;letter-spacing:.12em;color:#ff9d71
}
:where(.sr-style) .category-card h3 {
font-size:26px;letter-spacing:-.03em;margin:8px 0
}
:where(.sr-style) .category-card p {
font-size:12px;color:#cad3e0;margin:0 0 17px
}
:where(.sr-style) .category-card b {
font-size:11px
}
:where(.sr-style) .cc-spice:after {
background:linear-gradient(90deg,rgba(60,16,11,.96),rgba(60,16,11,.66) 48%,rgba(60,16,11,.06))
}
:where(.sr-style) .cc-apparel:after {
background:linear-gradient(90deg,rgba(18,27,49,.97),rgba(18,27,49,.68) 48%,rgba(18,27,49,.06))
}
:where(.sr-style) .cc-textile:after {
background:linear-gradient(90deg,rgba(22,35,50,.97),rgba(22,35,50,.68) 48%,rgba(22,35,50,.06))
}
:where(.sr-style) .suppliers-section {
padding:70px 0 76px;background:linear-gradient(135deg,#081426,#0e2242 68%,#14345f);color:#fff
}
:where(.sr-style) .suppliers-section .section-head p {
color:#aebbd0
}
:where(.sr-style) .outline-light {
border:1px solid rgba(255,255,255,.24);padding:10px 13px;border-radius:9px;font-size:11px;font-weight:800
}
:where(.sr-style) .outline-light:hover {
background:#fff;color:#101a2a
}
:where(.sr-style) .supplier-grid {
display:grid;grid-template-columns:repeat(3,1fr);gap:16px
}
:where(.sr-style) .supplier-card {
border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);border-radius:17px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.10)
}
:where(.sr-style) .supplier-photo {
height:180px;position:relative;overflow:hidden
}
:where(.sr-style) .supplier-photo img {
width:100%;height:100%;object-fit:cover;filter:saturate(.92)
}
:where(.sr-style) .supplier-photo:after {
content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(6,14,27,.55))
}
:where(.sr-style) .supplier-photo>span {
position:absolute;z-index:2;left:12px;bottom:11px;background:#fff;color:#102039;border-radius:7px;padding:5px 7px;font-size:8px;font-weight:900;letter-spacing:.09em
}
:where(.sr-style) .supplier-card-body {
padding:17px
}
:where(.sr-style) .supplier-id {
display:flex;align-items:center;gap:8px
}
:where(.sr-style) .verified-badge {
width:27px;height:27px;border-radius:8px;background:#0fa36a;display:grid;place-items:center;font-weight:900
}
:where(.sr-style) .supplier-id div {
display:flex;flex-direction:column
}
:where(.sr-style) .supplier-id small {
font-size:8px;color:#8fa2be;letter-spacing:.1em
}
:where(.sr-style) .supplier-id b {
font-size:10.5px;margin-top:1px
}
:where(.sr-style) .supplier-card h3 {
font-size:19px;line-height:1.2;margin:15px 0 7px
}
:where(.sr-style) .supplier-card p {
font-size:11.5px;color:#aebbd0;line-height:1.55;margin:0
}
:where(.sr-style) .supplier-stats {
display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:15px 0;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.07);border-radius:9px;overflow:hidden
}
:where(.sr-style) .supplier-stats span {
padding:8px;background:#10284a;display:flex;flex-direction:column
}
:where(.sr-style) .supplier-stats small {
font-size:7.5px;color:#8ca0bc
}
:where(.sr-style) .supplier-stats b {
font-size:9.5px;margin-top:2px
}
:where(.sr-style) .supplier-card-body>a {
font-size:10.5px;font-weight:800;color:#ff9e72
}
:where(.sr-style) .a2a-section {
padding:78px 0;background:#f5f7fa
}
:where(.sr-style) .a2a-shell {
display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center
}
:where(.sr-style) .a2a-intro h2 {
font-size:clamp(34px,3.5vw,50px);line-height:1.02;letter-spacing:-.045em;margin:12px 0
}
:where(.sr-style) .a2a-intro h2 em {
font-style:normal;color:#ff5a1f
}
:where(.sr-style) .a2a-intro p {
font-size:14px;color:#687384;line-height:1.7;max-width:520px
}
:where(.sr-style) .a2a-intro>a {
display:inline-flex;margin-top:10px;height:42px;padding:0 14px;border-radius:9px;background:#10213c;color:#fff;align-items:center;gap:10px;font-size:11.5px;font-weight:850
}
:where(.sr-style) .flow-board {
position:relative;background:#fff;border:1px solid #dfe4ea;border-radius:18px;padding:13px 18px;box-shadow:0 12px 34px rgba(19,34,56,.07)
}
:where(.sr-style) .flow-line {
position:absolute;left:39px;top:38px;bottom:38px;width:1px;background:#e0e5eb
}
:where(.sr-style) .flow-step {
position:relative;display:grid;grid-template-columns:42px 1fr;gap:13px;padding:13px 0
}
:where(.sr-style) .flow-step>span {
position:relative;z-index:2;width:42px;height:42px;border-radius:12px;border:1px solid #dce2e9;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;color:#7f8997
}
:where(.sr-style) .flow-step.is-active>span {
background:#ff5a1f;color:#fff;border-color:#ff5a1f;box-shadow:0 7px 17px rgba(255,90,31,.22)
}
:where(.sr-style) .flow-step div {
padding-top:2px
}
:where(.sr-style) .flow-step small {
font-size:8px;font-weight:900;letter-spacing:.11em;color:#8b95a3
}
:where(.sr-style) .flow-step b {
display:block;font-size:13px;margin-top:1px
}
:where(.sr-style) .flow-step p {
font-size:10.5px;color:#7a8492;margin:2px 0 0
}
:where(.sr-style) .intelligence-section {
padding:70px 0 80px;background:#fff
}
:where(.sr-style) .intel-grid {
display:grid;grid-template-columns:1.05fr .95fr;gap:15px
}
:where(.sr-style) .intel-feature {
min-height:330px;border-radius:18px;padding:35px;background:radial-gradient(circle at 80% 20%,rgba(255,111,43,.15),transparent 30%),linear-gradient(135deg,#0b1830,#18365d);color:#fff;display:flex;flex-direction:column;justify-content:flex-end
}
:where(.sr-style) .intel-feature>span {
font-size:9px;font-weight:900;letter-spacing:.12em;color:#ffa479
}
:where(.sr-style) .intel-feature h3 {
font-size:29px;line-height:1.12;letter-spacing:-.03em;max-width:650px;margin:10px 0
}
:where(.sr-style) .intel-feature p {
font-size:12px;color:#c5d0df;max-width:620px
}
:where(.sr-style) .intel-feature b {
font-size:11px;margin-top:7px
}
:where(.sr-style) .intel-list {
display:flex;flex-direction:column;gap:10px
}
:where(.sr-style) .intel-list a {
flex:1;border:1px solid #e0e5eb;border-radius:14px;padding:18px 20px;display:grid;grid-template-columns:1fr 25px;align-content:center;gap:4px 10px;transition:.15s
}
:where(.sr-style) .intel-list a:hover {
border-color:#ff8856;transform:translateX(2px)
}
:where(.sr-style) .intel-list span {
font-size:8px;font-weight:900;letter-spacing:.1em;color:#8a94a2
}
:where(.sr-style) .intel-list b {
font-size:14px;line-height:1.35
}
:where(.sr-style) .intel-list i {
grid-column:2;grid-row:1/3;align-self:center;font-style:normal;color:#ff5a1f;font-size:18px
}
:where(.sr-style) .final-cta {
padding:20px 0 55px;background:#fff
}
:where(.sr-style) .final-cta-inner {
border-radius:20px;background:linear-gradient(120deg,#101d34,#122b52 65%,#173763);color:#fff;padding:38px 42px;display:grid;grid-template-columns:1fr 1px 1fr;gap:38px;align-items:center
}
:where(.sr-style) .final-kicker {
font-size:9px;font-weight:900;letter-spacing:.13em;color:#72a4ff
}
:where(.sr-style) .final-kicker.supplier {
color:#ff9b6d
}
:where(.sr-style) .final-cta h2 {
font-size:28px;margin:7px 0 5px
}
:where(.sr-style) .final-cta p {
font-size:12px;color:#b8c5d8;margin:0 0 14px
}
:where(.sr-style) .final-cta a {
display:inline-flex;height:39px;padding:0 13px;align-items:center;gap:8px;border-radius:8px;background:#ff5a1f;color:#fff;font-size:11px;font-weight:850
}
:where(.sr-style) .final-cta a.supplier-button {
background:#fff;color:#12223d
}
:where(.sr-style) .cta-divider {
height:100%;background:rgba(255,255,255,.13)
}
:where(.sr-style) .site-footer {
background:#071225;color:#aab5c5
}
:where(.sr-style) .footer-top {
display:grid;grid-template-columns:1.6fr repeat(3,.7fr);gap:60px;padding:52px 0 40px
}
:where(.sr-style) .site-footer .brand-mark {
border-color:rgba(255,255,255,.09);background:#fff
}
:where(.sr-style) .site-footer .brand-text strong {
color:#fff
}
:where(.sr-style) .site-footer .brand-text small {
color:#8d9ab0
}
:where(.sr-style) .footer-brand p {
font-size:11.5px;line-height:1.6;max-width:390px;margin-top:15px
}
:where(.sr-style) .footer-top>div:not(.footer-brand) {
display:flex;flex-direction:column;gap:8px
}
:where(.sr-style) .footer-top>div>b {
color:#fff;font-size:11.5px;margin-bottom:4px
}
:where(.sr-style) .footer-top a {
font-size:10.5px
}
:where(.sr-style) .footer-top a:hover {
color:#fff
}
:where(.sr-style) .footer-bottom {
height:58px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;font-size:9.5px
}
:where(.sr-style) .footer-bottom div {
display:flex;gap:18px
}
:where(.sr-style) .mobile-bottom-bar {
display:none
}
@keyframes sr-sr-style-softFloat {
0%,100% {
transform:translateY(0)
}
50% {
transform:translateY(-8px)
}
}
@media(max-width:1240px) {
:where(.sr-style) .shell {
width:min(var(--shell),calc(100% - 28px))
}
:where(.sr-style) .header-actions .signin-link {
display:none
}
:where(.sr-style) .header-cta {
min-width:128px
}
:where(.sr-style) .hero-commerce-grid {
grid-template-columns:215px minmax(0,1fr) 285px
}
:where(.sr-style) .hero-copy {
padding-left:30px
}
:where(.sr-style) .product-grid {
grid-template-columns:repeat(3,minmax(0,1fr))
}
:where(.sr-style) .category-links {
gap:15px
}
:where(.sr-style) .ai-nav {
display:none
}
}
@media(max-width:1020px) {
:where(.sr-style) .topbar-right {
display:none
}
:where(.sr-style) .header-actions {
display:none
}
:where(.sr-style) .mobile-menu-btn {
display:block
}
:where(.sr-style) .header-main {
height:72px
}
:where(.sr-style) .search-wrap {
order:3;width:100%;flex-basis:100%
}
:where(.sr-style) .header-main {
flex-wrap:wrap;height:auto;padding:10px 0
}
:where(.sr-style) .brand {
margin-right:auto
}
:where(.sr-style) .search-wrap {
height:48px
}
:where(.sr-style) .category-nav {
display:none
}
:where(.sr-style) .mobile-panel {
position:absolute;left:0;right:0;top:100%;padding:10px 14px 16px;background:#fff;border-top:1px solid #e5e9ef;box-shadow:0 16px 28px rgba(14,28,49,.10);flex-direction:column;gap:4px
}
:where(.sr-style) .mobile-panel.is-open {
display:flex
}
:where(.sr-style) .mobile-panel a {
padding:12px;border-radius:8px;font-size:13px;font-weight:700
}
:where(.sr-style) .mobile-panel a:hover {
background:#f5f7f9
}
:where(.sr-style) .mobile-panel .mobile-quote {
background:#ff5a1f;color:#fff
}
:where(.sr-style) .market-hero {
padding-top:14px
}
:where(.sr-style) .hero-commerce-grid {
grid-template-columns:190px 1fr
}
:where(.sr-style) .rfq-panel {
grid-column:1/-1;display:grid;grid-template-columns:230px 1fr;gap:16px;min-height:auto
}
:where(.sr-style) .rfq-panel form {
display:grid;grid-template-columns:1fr 180px 180px auto;gap:8px;align-items:end
}
:where(.sr-style) .rfq-panel form>label {
display:none
}
:where(.sr-style) .qty-row {
grid-template-columns:1fr 76px
}
:where(.sr-style) .rfq-panel button[type=submit] {
margin:0
}
:where(.sr-style) .rfq-note {
grid-column:1/-1
}
:where(.sr-style) .supplier-grid {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .supplier-card:last-child {
display:none
}
:where(.sr-style) .a2a-shell {
grid-template-columns:1fr;gap:30px
}
:where(.sr-style) .footer-top {
grid-template-columns:1.4fr repeat(3,1fr);gap:30px
}
}
@media(max-width:760px) {
:where(.sr-style) body {
padding-bottom:66px
}
:where(.sr-style) .topbar {
display:none
}
:where(.sr-style) .shell {
width:calc(100% - 24px)
}
:where(.sr-style) .header-main {
gap:10px
}
:where(.sr-style) .brand-mark {
width:40px;height:40px;border-radius:12px
}
:where(.sr-style) .brand-text strong {
font-size:18px
}
:where(.sr-style) .brand-text small {
font-size:8.5px
}
:where(.sr-style) .search-type {
width:92px;padding:0 9px
}
:where(.sr-style) .search-type-menu {
top:53px
}
:where(.sr-style) .search-suggestions {
left:0;top:53px
}
:where(.sr-style) .search-btn {
padding:0 13px
}
:where(.sr-style) .search-btn span {
display:none
}
:where(.sr-style) .market-hero {
padding:10px 0
}
:where(.sr-style) .hero-commerce-grid {
display:block
}
:where(.sr-style) .category-rail {
display:none
}
:where(.sr-style) .hero-stage {
min-height:470px;border-radius:14px
}
:where(.sr-style) .hero-slide {
grid-template-columns:1fr;grid-template-rows:auto 180px
}
:where(.sr-style) .hero-copy {
padding:28px 22px 10px
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:39px
}
:where(.sr-style) .hero-copy p {
font-size:12.5px
}
:where(.sr-style) .hero-proof {
gap:6px 10px
}
:where(.sr-style) .hero-visual {
min-height:180px
}
:where(.sr-style) .hero-product-image {
width:47%;max-width:240px
}
:where(.sr-style) .fc-top {
right:20px;top:10px
}
:where(.sr-style) .fc-bottom {
left:20px;bottom:12px
}
:where(.sr-style) .trade-orbit {
width:150px;height:150px
}
:where(.sr-style) .orbit-core {
width:52px;height:52px;border-radius:16px;font-size:24px
}
:where(.sr-style) .orb {
width:34px;height:34px
}
:where(.sr-style) .orb.a {
left:58px
}
:where(.sr-style) .orb.b {
top:60px
}
:where(.sr-style) .orb.c {
left:58px
}
:where(.sr-style) .orb.d {
top:60px
}
:where(.sr-style) .hero-dots {
bottom:10px;left:22px
}
:where(.sr-style) .rfq-panel {
margin-top:10px;display:block;padding:18px;min-height:auto
}
:where(.sr-style) .rfq-panel form {
display:flex
}
:where(.sr-style) .rfq-panel form>label {
display:block
}
:where(.sr-style) .trust-grid {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .trust-grid>div {
min-height:70px;border-bottom:1px solid #e8ebef
}
:where(.sr-style) .trust-grid>div:nth-child(2) {
border-right:0
}
:where(.sr-style) .trust-grid>div:first-child {
padding-left:14px
}
:where(.sr-style) .products-section {
padding:44px 0
}
:where(.sr-style) .section-head {
align-items:flex-start
}
:where(.sr-style) .section-head h2 {
font-size:32px
}
:where(.sr-style) .section-head .view-all,
:where(.sr-style) .section-head .outline-light {
display:none
}
:where(.sr-style) .product-toolbar {
align-items:flex-start;flex-direction:column
}
:where(.sr-style) .product-tabs {
width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px
}
:where(.sr-style) .product-tabs button {
white-space:nowrap
}
:where(.sr-style) .result-count {
display:none
}
:where(.sr-style) .product-grid {
grid-template-columns:repeat(2,minmax(0,1fr));gap:10px
}
:where(.sr-style) .product-image {
height:150px
}
:where(.sr-style) .product-body {
padding:11px
}
:where(.sr-style) .product-title {
font-size:14px;min-height:38px
}
:where(.sr-style) .product-meta {
grid-template-columns:1fr
}
:where(.sr-style) .product-meta>div {
min-height:40px;border-right:0!important
}
:where(.sr-style) .product-meta>div:not(:last-child) {
border-bottom:1px solid #e8ebef!important
}
:where(.sr-style) .product-meta>div:last-child {
border-bottom:0!important
}
:where(.sr-style) .product-meta>div:nth-child(4),
:where(.sr-style) .product-meta>div:nth-child(6) {
display:none
}
:where(.sr-style) .verified-strip small {
display:none
}
:where(.sr-style) .product-footer {
align-items:flex-end
}
:where(.sr-style) .quote-price b {
font-size:13px
}
:where(.sr-style) .card-quote {
padding:0 8px;font-size:9.5px
}
:where(.sr-style) .category-showcase {
padding:48px 0
}
:where(.sr-style) .category-cards {
grid-template-columns:1fr
}
:where(.sr-style) .category-card {
height:215px
}
:where(.sr-style) .category-card>div {
width:66%;padding:24px
}
:where(.sr-style) .category-card h3 {
font-size:23px
}
:where(.sr-style) .suppliers-section {
padding:52px 0
}
:where(.sr-style) .supplier-grid {
grid-template-columns:1fr
}
:where(.sr-style) .supplier-card:last-child {
display:block
}
:where(.sr-style) .a2a-section {
padding:55px 0
}
:where(.sr-style) .intel-grid {
grid-template-columns:1fr
}
:where(.sr-style) .intel-feature {
min-height:260px;padding:26px
}
:where(.sr-style) .intel-feature h3 {
font-size:24px
}
:where(.sr-style) .final-cta {
padding-bottom:25px
}
:where(.sr-style) .final-cta-inner {
grid-template-columns:1fr;padding:28px 24px;gap:24px
}
:where(.sr-style) .cta-divider {
width:100%;height:1px
}
:where(.sr-style) .footer-top {
grid-template-columns:1fr 1fr;gap:28px;padding:40px 0
}
:where(.sr-style) .footer-brand {
grid-column:1/-1
}
:where(.sr-style) .footer-bottom {
height:auto;padding:18px 0;gap:10px;flex-wrap:wrap
}
:where(.sr-style) .mobile-bottom-bar {
position:fixed;left:0;right:0;bottom:0;z-index:80;height:64px;background:rgba(255,255,255,.97);border-top:1px solid #dde3e9;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(16,28,48,.08);backdrop-filter:blur(12px)
}
:where(.sr-style) .mobile-bottom-bar a {
display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#697484
}
:where(.sr-style) .mobile-bottom-bar span {
font-size:18px;line-height:1
}
:where(.sr-style) .mobile-bottom-bar b {
font-size:8px
}
:where(.sr-style) .mobile-bottom-bar .bottom-rfq span {
width:38px;height:38px;margin-top:-20px;border-radius:14px;background:#ff5a1f;color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(255,90,31,.28)
}
:where(.sr-style) .mobile-bottom-bar .bottom-rfq b {
color:#e14a14
}
}
@media(max-width:480px) {
:where(.sr-style) .product-grid {
grid-template-columns:1fr
}
:where(.sr-style) .product-image {
height:220px
}
:where(.sr-style) .product-meta {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .product-meta>div {
border-right:1px solid #e8ebef!important
}
:where(.sr-style) .product-meta>div:nth-child(2n) {
border-right:0!important
}
:where(.sr-style) .product-meta>div:nth-last-child(-n+2) {
border-bottom:0!important
}
:where(.sr-style) .product-meta>div:nth-child(4) {
display:flex
}
:where(.sr-style) .product-title {
font-size:16px
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:35px
}
:where(.sr-style) .hero-proof span:nth-child(3) {
display:none
}
:where(.sr-style) .category-card>div {
width:75%
}
:where(.sr-style) .supplier-photo {
height:170px
}
}
:root:where(.sr-style) {
--royal:#1557d5;
  --royal-2:#0f48bb;
  --royal-soft:#edf4ff;
  --market-orange:#ff5a1f;
  --market-orange-2:#ff7a18;
}
:where(.sr-style) body {
font-size:16px;line-height:1.58;background:#fff
}
:where(.sr-style) .topbar {
font-size:13px
}
:where(.sr-style) .brand-text strong {
font-size:21px
}
:where(.sr-style) .brand-text small {
font-size:11px
}
:where(.sr-style) .search-wrap {
height:54px;
  border:2px solid var(--royal);
  border-radius:13px;
  box-shadow:0 7px 22px rgba(21,87,213,.10);
}
:where(.sr-style) .search-type {
font-size:14px;border-right:1px solid #cbd9f4;background:#f6f9ff
}
:where(.sr-style) .search-wrap input {
font-size:16px;padding:0 18px
}
:where(.sr-style) .search-btn {
min-width:118px;
  justify-content:center;
  background:linear-gradient(135deg,var(--royal),var(--royal-2));
  font-size:14px;
  border-radius:0 10px 10px 0;
  box-shadow:inset 1px 0 rgba(255,255,255,.14);
}
:where(.sr-style) .search-btn:hover {
background:linear-gradient(135deg,#0f4fc8,#0b3f9f)
}
:where(.sr-style) .search-suggestions button {
font-size:14px
}
:where(.sr-style) .search-suggestions small {
font-size:12px
}
:where(.sr-style) .header-cta {
height:54px;min-width:150px;padding:0 15px
}
:where(.sr-style) .header-cta b {
font-size:14px
}
:where(.sr-style) .header-cta small {
font-size:11px
}
:where(.sr-style) .signin-link {
font-size:14px
}
:where(.sr-style) .category-links button,
:where(.sr-style) .category-links a,
:where(.sr-style) .all-categories {
font-size:14px
}
:where(.sr-style) .ai-nav {
font-size:13px
}
:where(.sr-style) .hero-copy p {
font-size:15px
}
:where(.sr-style) .hero-proof span {
font-size:11px
}
:where(.sr-style) .hero-rfq-image {
display:block;cursor:pointer
}
:where(.sr-style) .hero-rfq-image:after {
content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(5,15,30,.42));
  pointer-events:none;
}
:where(.sr-style) .hero-image-cta {
position:absolute;
  right:12px;
  bottom:12px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--market-orange),var(--market-orange-2));
  color:#fff;
  font-size:13px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(255,90,31,.34);
  transition:transform .18s ease,box-shadow .18s ease;
}
:where(.sr-style) .hero-rfq-image:hover .hero-image-cta {
transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,90,31,.42)
}
:where(.sr-style) .hero-image-cta b {
font-size:16px
}
:where(.sr-style) .rfq-panel>p {
font-size:13px
}
:where(.sr-style) .rfq-panel label {
font-size:12px
}
:where(.sr-style) .rfq-panel input,
:where(.sr-style) .rfq-panel select {
font-size:13px;height:42px
}
:where(.sr-style) .rfq-panel button[type=submit] {
height:44px;font-size:13px
}
:where(.sr-style) .section-head h2 {
font-size:clamp(34px,3.2vw,48px)
}
:where(.sr-style) .section-head p {
font-size:15.5px;line-height:1.65
}
:where(.sr-style) .eyebrow {
font-size:11.5px;letter-spacing:.12em
}
:where(.sr-style) .view-all {
font-size:13px
}
:where(.sr-style) .products-section {
padding:72px 0 84px;
  background:
    radial-gradient(circle at 12% 0%,rgba(21,87,213,.06),transparent 24%),
    linear-gradient(180deg,#f7f9fc 0%,#f4f6f9 100%);
}
:where(.sr-style) .marketplace-head {
margin-bottom:20px
}
:where(.sr-style) .marketplace-head>div:first-child {
max-width:900px
}
:where(.sr-style) .marketplace-statusbar {
min-height:48px;
  padding:10px 14px;
  margin-bottom:14px;
  border:1px solid #dbe3ee;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  box-shadow:0 5px 18px rgba(17,34,62,.04);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#657184;
  font-size:12.5px;
}
:where(.sr-style) .statusbar-left,
:where(.sr-style) .statusbar-right {
display:flex;align-items:center;gap:8px;flex-wrap:wrap
}
:where(.sr-style) .statusbar-left b {
color:#1b2739;font-size:13px
}
:where(.sr-style) .statusbar-right {
justify-content:flex-end
}
:where(.sr-style) .product-toolbar {
margin-bottom:18px
}
:where(.sr-style) .product-tabs button {
font-size:13.5px;padding:9px 13px
}
:where(.sr-style) .result-count {
font-size:13px;color:#6b7686
}
:where(.sr-style) .result-count b {
font-size:14px;color:#12213a
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
:where(.sr-style) .b2b-product-card {
border:1px solid #dce2ea;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(19,35,61,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
:where(.sr-style) .b2b-product-card:hover {
transform:translateY(-4px);
  border-color:#c7d4e7;
  box-shadow:0 20px 42px rgba(18,35,64,.13);
}
:where(.sr-style) .b2b-product-card .product-image {
height:230px;
  background:#eef2f6;
}
:where(.sr-style) .b2b-product-card .product-image img {
transition:transform .35s ease
}
:where(.sr-style) .b2b-product-card:hover .product-image img {
transform:scale(1.04)
}
:where(.sr-style) .image-tag {
left:12px;
  top:12px;
  padding:6px 9px;
  border-radius:8px;
  font-size:10px;
  letter-spacing:.045em;
  background:rgba(8,23,48,.86);
}
:where(.sr-style) .save-btn {
width:36px;height:36px;font-size:20px;right:11px;top:11px
}
:where(.sr-style) .b2b-product-card .verified-strip {
height:39px;
  padding:0 13px;
  background:linear-gradient(90deg,#e9f8f0,#f7fcf9);
  border-top:1px solid #d8efe3;
  border-bottom:1px solid #dbece4;
  color:#067c4c;
}
:where(.sr-style) .b2b-product-card .verified-strip .verified-check {
width:20px;height:20px;font-size:10px;background:#0b9c61;
}
:where(.sr-style) .b2b-product-card .verified-strip b {
font-size:10.5px;letter-spacing:.055em
}
:where(.sr-style) .b2b-product-card .verified-strip small {
font-size:10px
}
:where(.sr-style) .b2b-product-body {
padding:16px 15px 15px
}
:where(.sr-style) .b2b-product-body .product-title {
min-height:48px;
  font-size:17px;
  line-height:1.38;
  font-weight:800;
  color:#101b2d;
}
:where(.sr-style) .b2b-product-body .product-title:hover {
color:var(--royal)
}
:where(.sr-style) .price-row {
margin-top:13px;
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:10px;
  padding:12px;
  border:1px solid #e3e8ef;
  border-radius:11px;
  background:#fbfcfe;
}
:where(.sr-style) .price-row small {
display:block;font-size:11px;color:#7b8594;margin-bottom:2px
}
:where(.sr-style) .price-row b {
display:block
}
:where(.sr-style) .quote-price b {
font-size:20px;color:#e34b13;letter-spacing:-.025em
}
:where(.sr-style) .moq-block {
padding-left:10px;border-left:1px solid #e3e8ef
}
:where(.sr-style) .moq-block b {
font-size:15px;color:#17243a;margin-top:3px
}
:where(.sr-style) .supplier-identity-row {
margin-top:13px;
  display:flex;
  align-items:center;
  gap:10px;
}
:where(.sr-style) .supplier-avatar {
width:37px;height:37px;border-radius:10px;
  background:linear-gradient(135deg,#10244a,#1b5bc8);
  color:#fff;display:grid;place-items:center;
  font-weight:900;font-size:15px;
  box-shadow:0 6px 16px rgba(18,63,139,.18);
}
:where(.sr-style) .supplier-copy {
min-width:0;display:flex;flex-direction:column;line-height:1.25
}
:where(.sr-style) .supplier-copy small {
font-size:10.5px;color:#8a94a3
}
:where(.sr-style) .supplier-copy b {
font-size:13.5px;color:#1c283a;margin-top:1px
}
:where(.sr-style) .supplier-copy span {
font-size:11.5px;color:#697487;margin-top:3px
}
:where(.sr-style) .supplier-copy strong {
font-size:10px;color:#375179;letter-spacing:.04em;margin-right:4px
}
:where(.sr-style) .location-row {
min-height:38px;
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid #edf0f4;
  display:flex;
  align-items:flex-start;
  gap:7px;
  color:#596577;
  font-size:12.5px;
  line-height:1.35;
}
:where(.sr-style) .location-pin {
color:var(--royal);font-weight:900;font-size:16px;line-height:1
}
:where(.sr-style) .b2b-product-body .card-quote {
width:100%;
  height:42px;
  margin-top:12px;
  padding:0 14px;
  border-radius:9px;
  justify-content:center;
  gap:9px;
  background:linear-gradient(135deg,var(--market-orange),#f34a12);
  color:#fff;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(255,90,31,.18);
}
:where(.sr-style) .b2b-product-body .card-quote:hover {
background:linear-gradient(135deg,#ed4d16,#d93c09);box-shadow:0 11px 24px rgba(255,90,31,.25)
}
:where(.sr-style) .b2b-product-body .card-quote span {
font-size:16px
}
:where(.sr-style) .market-loading {
grid-column:1/-1;
  min-height:210px;
  border:1px dashed #cbd7e7;
  border-radius:16px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#5d697a;
  font-size:14px;
}
:where(.sr-style) .market-loading span {
width:31px;height:31px;border-radius:50%;border:3px solid #dce6f6;border-top-color:var(--royal);animation:sr-sr-style-marketSpin .8s linear infinite
}
@keyframes sr-sr-style-marketSpin {
to {
transform:rotate(360deg)
}
}
:where(.sr-style) .category-showcase {
padding:72px 0 82px
}
:where(.sr-style) .category-card {
height:280px;border-radius:20px;box-shadow:0 14px 34px rgba(14,27,47,.11)
}
:where(.sr-style) .category-card>div {
padding:34px
}
:where(.sr-style) .category-card span {
font-size:11px
}
:where(.sr-style) .category-card h3 {
font-size:29px
}
:where(.sr-style) .category-card p {
font-size:14px;line-height:1.55
}
:where(.sr-style) .category-card b {
font-size:13px
}
:where(.sr-style) .suppliers-section {
padding:82px 0 88px;
  background:
    radial-gradient(circle at 88% 15%,rgba(34,92,190,.28),transparent 28%),
    radial-gradient(circle at 10% 90%,rgba(255,90,31,.12),transparent 22%),
    linear-gradient(135deg,#071326 0%,#0b1f3d 58%,#102d58 100%);
}
:where(.sr-style) .suppliers-section .section-head p {
font-size:15px;line-height:1.65;color:#bdc8d9
}
:where(.sr-style) .outline-light {
font-size:13px;padding:11px 15px
}
:where(.sr-style) .supplier-system-grid {
grid-template-columns:1.2fr .9fr .9fr;align-items:stretch
}
:where(.sr-style) .supplier-primary-card {
background:rgba(255,255,255,.07)
}
:where(.sr-style) .supplier-photo {
height:205px
}
:where(.sr-style) .supplier-photo>span {
font-size:10px;padding:6px 9px
}
:where(.sr-style) .supplier-card-body {
padding:20px
}
:where(.sr-style) .supplier-id small {
font-size:10px
}
:where(.sr-style) .supplier-id b {
font-size:13px
}
:where(.sr-style) .supplier-card h3 {
font-size:23px
}
:where(.sr-style) .supplier-card p {
font-size:13px;line-height:1.6
}
:where(.sr-style) .supplier-stats small {
font-size:9.5px
}
:where(.sr-style) .supplier-stats b {
font-size:11.5px
}
:where(.sr-style) .supplier-card-body>a {
font-size:12.5px
}
:where(.sr-style) .identity-card {
position:relative;
  min-height:100%;
  padding:26px 24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:17px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
:where(.sr-style) .identity-card:before {
content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;top:-85px;background:rgba(55,124,255,.13);filter:blur(2px)
}
:where(.sr-style) .identity-number {
position:absolute;right:19px;top:17px;font-size:45px;font-weight:900;color:rgba(255,255,255,.08);letter-spacing:-.05em
}
:where(.sr-style) .identity-card small {
font-size:10.5px;font-weight:900;letter-spacing:.12em;color:#7faaff
}
:where(.sr-style) .identity-card h3 {
font-size:22px;line-height:1.25;margin:10px 0 9px;letter-spacing:-.02em
}
:where(.sr-style) .identity-card p {
font-size:13px;line-height:1.62;color:#b4c2d6;margin:0
}
:where(.sr-style) .a2a-section {
position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at 15% 20%,rgba(28,91,214,.28),transparent 26%),
    radial-gradient(circle at 82% 78%,rgba(255,91,31,.16),transparent 24%),
    linear-gradient(135deg,#061224 0%,#0b1f3c 55%,#102b52 100%);
  color:#fff;
}
:where(.sr-style) .a2a-section:before {
content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);
}
:where(.sr-style) .a2a-shell {
position:relative;z-index:1;grid-template-columns:.78fr 1.22fr;gap:64px
}
:where(.sr-style) .a2a-intro .eyebrow {
color:#9eb9e8
}
:where(.sr-style) .a2a-intro h2 {
font-size:clamp(40px,4vw,58px);color:#fff
}
:where(.sr-style) .a2a-intro h2 em {
color:#ff7a41
}
:where(.sr-style) .a2a-intro p {
font-size:16px;line-height:1.75;color:#bac7da
}
:where(.sr-style) .a2a-intro>a {
height:47px;padding:0 17px;font-size:13px;background:linear-gradient(135deg,var(--royal),#1747a3);box-shadow:0 10px 26px rgba(17,80,200,.25)
}
:where(.sr-style) .flow-board {
padding:18px 22px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  box-shadow:0 26px 70px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);
}
:where(.sr-style) .flow-line {
left:46px;top:49px;bottom:49px;width:2px;background:linear-gradient(#2c6fe9,#25c89d,#ff733a);box-shadow:0 0 18px rgba(51,111,231,.35)
}
:where(.sr-style) .flow-step {
grid-template-columns:50px 1fr;gap:16px;padding:15px 0
}
:where(.sr-style) .flow-step>span {
width:50px;height:50px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#102442;color:#91a2bc;font-size:11px
}
:where(.sr-style) .flow-step.is-active>span {
background:linear-gradient(135deg,#ff5a1f,#ff7b1a);border-color:#ff7a35;box-shadow:0 10px 26px rgba(255,90,31,.28)
}
:where(.sr-style) .flow-step small {
font-size:10px;color:#7da6e8
}
:where(.sr-style) .flow-step b {
font-size:15px;color:#fff;margin-top:2px
}
:where(.sr-style) .flow-step p {
font-size:13px;color:#aebdd1;line-height:1.5;margin-top:4px
}
:where(.sr-style) .intel-feature>span {
font-size:11px
}
:where(.sr-style) .intel-feature h3 {
font-size:32px
}
:where(.sr-style) .intel-feature p {
font-size:14px;line-height:1.65
}
:where(.sr-style) .intel-feature b {
font-size:13px
}
:where(.sr-style) .intel-list span {
font-size:10px
}
:where(.sr-style) .intel-list b {
font-size:16px
}
:where(.sr-style) .final-kicker {
font-size:11px
}
:where(.sr-style) .final-cta h2 {
font-size:31px
}
:where(.sr-style) .final-cta p {
font-size:14px
}
:where(.sr-style) .final-cta a {
height:43px;font-size:13px;padding:0 15px
}
:where(.sr-style) .footer-top {
padding:58px 0 46px
}
:where(.sr-style) .footer-brand p {
font-size:14px;line-height:1.7;max-width:430px
}
:where(.sr-style) .footer-top>div>b {
font-size:16px;margin-bottom:8px
}
:where(.sr-style) .footer-top a {
font-size:14px;line-height:1.5
}
:where(.sr-style) .site-footer .brand-text small {
font-size:11px
}
:where(.sr-style) .footer-bottom {
min-height:64px;height:auto;padding:16px 0;font-size:14px
}
:where(.sr-style) .footer-bottom a {
font-size:14px
}
@media(max-width:1240px) {
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(3,minmax(0,1fr))
}
:where(.sr-style) .supplier-system-grid {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .supplier-primary-card {
grid-row:span 2
}
:where(.sr-style) .identity-card {
min-height:190px
}
}
@media(max-width:1020px) {
:where(.sr-style) .search-btn {
min-width:100px
}
:where(.sr-style) .marketplace-statusbar {
align-items:flex-start;flex-direction:column
}
:where(.sr-style) .statusbar-right {
justify-content:flex-start
}
:where(.sr-style) .supplier-system-grid {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .supplier-primary-card {
grid-column:1/-1;grid-row:auto
}
:where(.sr-style) .a2a-shell {
grid-template-columns:1fr;gap:34px
}
}
@media(max-width:760px) {
:where(.sr-style) body {
font-size:15px
}
:where(.sr-style) .search-wrap {
border-color:var(--royal)
}
:where(.sr-style) .search-wrap input {
font-size:14px;padding:0 10px
}
:where(.sr-style) .search-type {
font-size:12px
}
:where(.sr-style) .search-btn {
min-width:auto
}
:where(.sr-style) .hero-copy p {
font-size:14px
}
:where(.sr-style) .hero-image-cta {
min-height:38px;padding:0 11px;font-size:11px;right:8px;bottom:8px
}
:where(.sr-style) .section-head h2 {
font-size:34px
}
:where(.sr-style) .section-head p {
font-size:14px
}
:where(.sr-style) .marketplace-statusbar {
font-size:11.5px
}
:where(.sr-style) .statusbar-right {
display:none
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr));gap:12px
}
:where(.sr-style) .b2b-product-card .product-image {
height:175px
}
:where(.sr-style) .b2b-product-body {
padding:13px 12px
}
:where(.sr-style) .b2b-product-body .product-title {
font-size:15px;min-height:43px
}
:where(.sr-style) .price-row {
grid-template-columns:1fr;padding:10px;gap:8px
}
:where(.sr-style) .moq-block {
padding-left:0;padding-top:7px;border-left:0;border-top:1px solid #e3e8ef
}
:where(.sr-style) .quote-price b {
font-size:17px
}
:where(.sr-style) .supplier-copy b {
font-size:12.5px
}
:where(.sr-style) .supplier-copy span,
:where(.sr-style) .location-row {
font-size:11.5px
}
:where(.sr-style) .b2b-product-body .card-quote {
height:39px;font-size:12px
}
:where(.sr-style) .supplier-system-grid {
grid-template-columns:1fr
}
:where(.sr-style) .a2a-section {
padding:64px 0
}
:where(.sr-style) .a2a-intro h2 {
font-size:38px
}
:where(.sr-style) .a2a-intro p {
font-size:14.5px
}
:where(.sr-style) .flow-board {
padding:16px
}
:where(.sr-style) .flow-line {
left:39px
}
:where(.sr-style) .flow-step {
grid-template-columns:45px 1fr;gap:13px
}
:where(.sr-style) .flow-step>span {
width:45px;height:45px
}
:where(.sr-style) .flow-step b {
font-size:14px
}
:where(.sr-style) .flow-step p {
font-size:12.5px
}
:where(.sr-style) .footer-brand p {
font-size:14px
}
:where(.sr-style) .footer-top>div>b {
font-size:15px
}
:where(.sr-style) .footer-top a {
font-size:14px
}
:where(.sr-style) .footer-bottom {
font-size:13px
}
}
@media(max-width:480px) {
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:1fr
}
:where(.sr-style) .b2b-product-card .product-image {
height:255px
}
:where(.sr-style) .b2b-product-body .product-title {
font-size:17px;min-height:auto
}
:where(.sr-style) .price-row {
grid-template-columns:1.25fr .75fr
}
:where(.sr-style) .moq-block {
padding-left:10px;padding-top:0;border-left:1px solid #e3e8ef;border-top:0
}
:where(.sr-style) .supplier-copy b {
font-size:13.5px
}
:where(.sr-style) .supplier-copy span,
:where(.sr-style) .location-row {
font-size:12.5px
}
:where(.sr-style) .b2b-product-body .card-quote {
height:43px;font-size:13px
}
:where(.sr-style) .footer-top {
grid-template-columns:1fr;gap:24px
}
:where(.sr-style) .footer-brand {
grid-column:auto
}
}
:root:where(.sr-style) {
--v7-blue:#1557d5;
  --v7-blue-dark:#0b2452;
  --v7-orange:#ff5a1f;
  --v7-ink:#101828;
  --v7-muted:#667085;
  --v7-line:#e3e8ef;
  --v7-soft:#f7f9fc;
}
:where(.sr-style) .hero-stage {
cursor:pointer;isolation:isolate
}
:where(.sr-style) .hero-stage:focus-visible {
outline:3px solid rgba(21,87,213,.35);outline-offset:3px
}
:where(.sr-style) .hero-slide {
pointer-events:none
}
:where(.sr-style) .hero-copy {
padding-bottom:62px
}
:where(.sr-style) .hero-proof {
margin-top:25px
}
:where(.sr-style) .hero-universal-cta {
position:absolute;right:24px;bottom:22px;z-index:12;
  min-height:46px;padding:0 18px;border-radius:11px;
  display:inline-flex;align-items:center;gap:11px;
  background:linear-gradient(135deg,#ff5a1f,#ff7618);color:#fff;
  font-size:14px;font-weight:900;letter-spacing:-.01em;
  box-shadow:0 13px 30px rgba(255,90,31,.30);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
:where(.sr-style) .hero-universal-cta:hover {
transform:translateY(-2px);box-shadow:0 17px 36px rgba(255,90,31,.40);filter:saturate(1.05)
}
:where(.sr-style) .hero-universal-cta b {
font-size:17px
}
:where(.sr-style) .hero-dots {
bottom:25px
}
:where(.sr-style) .products-section,
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
background:#fff
}
:where(.sr-style) .products-section {
padding:80px 0 88px;background:linear-gradient(180deg,#fff 0%,#f8faff 100%)
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .intel-new-head h2 {
font-size:clamp(35px,3.2vw,49px);line-height:1.05;letter-spacing:-.045em
}
:where(.sr-style) .section-head p,
:where(.sr-style) .intel-new-head p {
font-size:16px;line-height:1.7;color:#687386
}
:where(.sr-style) .marketplace-statusbar {
border-color:#dbe4f1;background:#fff;box-shadow:0 7px 22px rgba(16,43,86,.05)
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(4,minmax(0,1fr));gap:18px
}
:where(.sr-style) .b2b-product-card {
border:1px solid #dce3ec;border-radius:14px;background:#fff;
  box-shadow:0 4px 15px rgba(16,35,65,.055);overflow:hidden;
}
:where(.sr-style) .b2b-product-card:hover {
transform:translateY(-4px);border-color:#bfcde0;box-shadow:0 18px 42px rgba(14,36,74,.13)
}
:where(.sr-style) .b2b-product-card .product-image {
height:238px;border-radius:0;background:#f1f4f8
}
:where(.sr-style) .b2b-product-card .verified-strip {
height:40px;background:#effaf4;border-color:#d8eee2;padding:0 14px
}
:where(.sr-style) .b2b-product-card .verified-strip b {
font-size:11.5px;letter-spacing:.045em
}
:where(.sr-style) .b2b-product-card .verified-strip small {
font-size:10.5px;color:#647a6d
}
:where(.sr-style) .b2b-product-body {
padding:15px 15px 16px
}
:where(.sr-style) .product-card-category {
font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:#768399;margin-bottom:7px
}
:where(.sr-style) .b2b-product-body .product-title {
font-size:17px;line-height:1.38;min-height:48px;font-weight:800
}
:where(.sr-style) .product-commercial-row {
display:grid;grid-template-columns:1.3fr .7fr;gap:0;margin-top:13px;padding:12px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4
}
:where(.sr-style) .product-commercial-row>div {
display:flex;flex-direction:column
}
:where(.sr-style) .product-commercial-row>div+div {
padding-left:14px;border-left:1px solid #e5eaf0
}
:where(.sr-style) .product-commercial-row small {
font-size:11px;color:#7c8798
}
:where(.sr-style) .product-commercial-row strong {
margin-top:2px;color:#e84c13;font-size:20px;letter-spacing:-.025em
}
:where(.sr-style) .product-commercial-row b {
margin-top:3px;color:#1a2a43;font-size:15px
}
:where(.sr-style) .product-supplier-meta {
margin-top:12px;display:flex;flex-direction:column;gap:8px
}
:where(.sr-style) .product-supplier-line {
display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12.5px;color:#637083
}
:where(.sr-style) .product-supplier-line span:first-child {
color:#8994a5;font-size:11px
}
:where(.sr-style) .product-supplier-line b {
font-size:12.5px;color:#1e304d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
:where(.sr-style) .product-supplier-id {
font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#174fae!important;letter-spacing:.02em
}
:where(.sr-style) .b2b-product-body .card-quote {
height:44px;border-radius:9px;font-size:13.5px;margin-top:14px
}
:where(.sr-style) .image-tag {
font-size:10px
}
:where(.sr-style) .category-showcase {
padding:78px 0 88px
}
:where(.sr-style) .category-card {
height:285px
}
:where(.sr-style) .category-card h3 {
font-size:30px
}
:where(.sr-style) .category-card p {
font-size:14.5px;line-height:1.55
}
:where(.sr-style) .category-card b {
font-size:13.5px
}
:where(.sr-style) .verified-network-section {
padding:86px 0 94px;background:#f7f9fc;border-top:1px solid #edf1f6;border-bottom:1px solid #e8edf4
}
:where(.sr-style) .verified-network-grid {
display:grid;grid-template-columns:.92fr 1.08fr;gap:22px;align-items:stretch
}
:where(.sr-style) .network-supplier-card,
:where(.sr-style) .network-control-panel {
background:#fff;border:1px solid #dce3ed;border-radius:22px;box-shadow:0 16px 45px rgba(15,40,77,.07);overflow:hidden
}
:where(.sr-style) .network-supplier-image {
height:242px;position:relative;overflow:hidden;background:#e9eef5
}
:where(.sr-style) .network-supplier-image img {
width:100%;height:100%;object-fit:cover
}
:where(.sr-style) .network-supplier-image:after {
content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(7,24,49,.54))
}
:where(.sr-style) .network-supplier-image>span {
position:absolute;z-index:2;left:18px;bottom:17px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:9px;background:#fff;color:#087a4e;font-size:11px;font-weight:900;letter-spacing:.04em;box-shadow:0 8px 24px rgba(0,0,0,.13)
}
:where(.sr-style) .network-supplier-image>span i {
width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#0b9e64;color:#fff;font-style:normal;font-size:10px
}
:where(.sr-style) .network-supplier-body {
padding:22px 23px 23px
}
:where(.sr-style) .network-idline {
display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #edf0f4
}
:where(.sr-style) .network-idline span {
font-size:10.5px;font-weight:900;letter-spacing:.09em;color:#8a95a5
}
:where(.sr-style) .network-idline b {
font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;color:#1557d5
}
:where(.sr-style) .network-supplier-body h3 {
font-size:27px;margin:17px 0 7px;letter-spacing:-.035em
}
:where(.sr-style) .network-supplier-body p {
font-size:14.5px;line-height:1.65;color:#687487;margin:0
}
:where(.sr-style) .network-tags {
display:flex;flex-wrap:wrap;gap:7px;margin:15px 0
}
:where(.sr-style) .network-tags span {
padding:6px 9px;border:1px solid #dde5ef;border-radius:999px;background:#f8faff;color:#516077;font-size:11.5px;font-weight:750
}
:where(.sr-style) .network-supplier-body>a {
font-size:13.5px;font-weight:850;color:#e94d15
}
:where(.sr-style) .network-control-panel {
padding:25px 26px;background:linear-gradient(180deg,#fff,#fbfcff)
}
:where(.sr-style) .network-control-head {
display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding-bottom:17px;border-bottom:1px solid #e8edf3
}
:where(.sr-style) .network-control-head span {
font-size:10.5px;color:#1557d5;font-weight:900;letter-spacing:.1em
}
:where(.sr-style) .network-control-head b {
font-size:14.5px;color:#24344e
}
:where(.sr-style) .network-rule {
display:grid;grid-template-columns:47px 1fr;gap:14px;padding:19px 0;border-bottom:1px solid #edf0f4
}
:where(.sr-style) .network-rule>span {
width:42px;height:42px;border-radius:12px;background:#edf4ff;color:#1557d5;display:grid;place-items:center;font-weight:900;font-size:12px
}
:where(.sr-style) .network-rule b {
font-size:15.5px;color:#172944
}
:where(.sr-style) .network-rule p {
font-size:13.5px;line-height:1.55;color:#718095;margin:4px 0 0
}
:where(.sr-style) .network-gate {
margin-top:18px;border:1px solid #cfe4d9;background:#f1fbf5;border-radius:13px;min-height:62px;padding:10px 13px;display:flex;align-items:center;gap:11px
}
:where(.sr-style) .network-gate>i {
width:9px;height:9px;border-radius:50%;background:#12a66a;box-shadow:0 0 0 5px rgba(18,166,106,.10)
}
:where(.sr-style) .network-gate span {
display:flex;flex-direction:column
}
:where(.sr-style) .network-gate b {
font-size:10px;letter-spacing:.08em;color:#2a6d4f
}
:where(.sr-style) .network-gate small {
font-size:12px;color:#557367;margin-top:1px
}
:where(.sr-style) .network-gate strong {
margin-left:auto;font-size:11px;padding:5px 8px;border-radius:7px;background:#0a9a60;color:#fff
}
:where(.sr-style) .a2a-section {
padding:94px 0 100px;background:linear-gradient(180deg,#fff 0%,#f5f8fd 100%);color:var(--v7-ink)
}
:where(.sr-style) .a2a-section:before {
display:none
}
:where(.sr-style) .a2a-enterprise-head {
display:grid;grid-template-columns:1.1fr .68fr;gap:60px;align-items:end;margin-bottom:30px
}
:where(.sr-style) .a2a-enterprise-head h2 {
font-size:clamp(39px,4vw,58px);line-height:1.02;letter-spacing:-.052em;margin:11px 0 0
}
:where(.sr-style) .a2a-enterprise-head h2 em {
font-style:normal;color:#1557d5
}
:where(.sr-style) .a2a-enterprise-head>p {
font-size:16px;line-height:1.75;color:#69778a;margin:0 0 5px
}
:where(.sr-style) .a2a-command-board {
padding:0;border:1px solid #d9e3f1;border-radius:24px;background:#fff;box-shadow:0 25px 70px rgba(16,48,94,.10);overflow:hidden;backdrop-filter:none
}
:where(.sr-style) .a2a-command-top {
min-height:58px;padding:0 20px;background:#0b2452;color:#fff;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px
}
:where(.sr-style) .a2a-command-top>span {
font-size:11px;font-weight:850;letter-spacing:.08em;display:flex;align-items:center;gap:8px
}
:where(.sr-style) .a2a-command-top>span i {
width:8px;height:8px;border-radius:50%;background:#31d092;box-shadow:0 0 0 5px rgba(49,208,146,.12)
}
:where(.sr-style) .a2a-command-top>b {
font-size:12px;letter-spacing:.05em;color:#dce8fb
}
:where(.sr-style) .a2a-command-top>small {
font-size:10.5px;color:#92acd5
}
:where(.sr-style) .a2a-flow-grid {
display:grid;grid-template-columns:repeat(3,1fr);padding:18px 22px 12px;position:relative
}
:where(.sr-style) .a2a-flow-grid .flow-step {
grid-template-columns:48px 1fr;gap:13px;padding:20px 16px;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6
}
:where(.sr-style) .a2a-flow-grid .flow-step:nth-child(3n) {
border-right:0
}
:where(.sr-style) .a2a-flow-grid .flow-step:nth-last-child(-n+3) {
border-bottom:0
}
:where(.sr-style) .a2a-flow-grid .flow-step>span {
width:48px;height:48px;background:#f3f6fa;border:1px solid #dfe6ef;color:#7a8798
}
:where(.sr-style) .a2a-flow-grid .flow-step.is-active>span {
background:linear-gradient(135deg,#1557d5,#0f46b2);border-color:#1557d5;box-shadow:0 9px 23px rgba(21,87,213,.22)
}
:where(.sr-style) .a2a-flow-grid .flow-step small {
font-size:10px;color:#1557d5
}
:where(.sr-style) .a2a-flow-grid .flow-step b {
font-size:15px;color:#172944
}
:where(.sr-style) .a2a-flow-grid .flow-step p {
font-size:13px;line-height:1.55;color:#758296
}
:where(.sr-style) .a2a-command-footer {
min-height:72px;padding:12px 18px;border-top:1px solid #e7edf5;background:#f8faff;display:flex;align-items:center;gap:13px
}
:where(.sr-style) .a2a-command-footer>div {
display:flex;flex-direction:column;min-width:135px
}
:where(.sr-style) .a2a-command-footer span {
font-size:9.5px;font-weight:900;letter-spacing:.09em;color:#8693a6
}
:where(.sr-style) .a2a-command-footer b {
font-size:12.5px;color:#253650
}
:where(.sr-style) .a2a-command-footer>i {
font-style:normal;color:#9ca8b8
}
:where(.sr-style) .a2a-command-footer>a {
margin-left:auto;min-height:42px;padding:0 14px;border-radius:9px;background:#ff5a1f;color:#fff;display:inline-flex;align-items:center;font-size:12.5px;font-weight:850
}
:where(.sr-style) .intelligence-section {
padding:94px 0 98px;background:#fff
}
:where(.sr-style) .intel-new-head {
display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:27px
}
:where(.sr-style) .intel-new-head>div {
max-width:850px
}
:where(.sr-style) .intel-new-head h2 {
margin:10px 0 8px
}
:where(.sr-style) .intel-new-head p {
margin:0
}
:where(.sr-style) .intel-console {
display:grid;grid-template-columns:.82fr 1.18fr;border:1px solid #dae3ef;border-radius:24px;overflow:hidden;box-shadow:0 21px 60px rgba(16,43,83,.085);background:#fff
}
:where(.sr-style) .intel-console-main {
padding:35px 34px;background:radial-gradient(circle at 90% 10%,rgba(58,118,231,.14),transparent 26%),linear-gradient(145deg,#f5f8ff,#fbfcff);border-right:1px solid #e2e8f1
}
:where(.sr-style) .intel-console-badge {
display:flex;align-items:center;gap:10px
}
:where(.sr-style) .intel-console-badge>span {
width:38px;height:38px;border-radius:11px;background:#1557d5;color:#fff;display:grid;place-items:center;font-size:17px;box-shadow:0 9px 22px rgba(21,87,213,.22)
}
:where(.sr-style) .intel-console-badge div {
display:flex;flex-direction:column
}
:where(.sr-style) .intel-console-badge small {
font-size:9.5px;color:#6c7d96;font-weight:900;letter-spacing:.09em
}
:where(.sr-style) .intel-console-badge b {
font-size:13px;color:#1a2e50;margin-top:2px
}
:where(.sr-style) .intel-console-main h3 {
font-size:33px;line-height:1.08;letter-spacing:-.04em;margin:29px 0 10px
}
:where(.sr-style) .intel-console-main>p {
font-size:14.5px;line-height:1.7;color:#6c7a8e
}
:where(.sr-style) .intel-console-main>a {
display:inline-flex;margin-top:8px;font-size:13px;font-weight:850;color:#1557d5
}
:where(.sr-style) .intel-mini-status {
display:flex;flex-wrap:wrap;gap:9px 13px;margin-top:30px;padding-top:18px;border-top:1px solid #dfe6f0
}
:where(.sr-style) .intel-mini-status span {
display:flex;align-items:center;gap:6px;font-size:10.5px;color:#68768a
}
:where(.sr-style) .intel-mini-status i {
width:6px;height:6px;border-radius:50%;background:#17a66a
}
:where(.sr-style) .intel-tools-grid {
display:grid;grid-template-columns:repeat(2,1fr);padding:12px;background:#fff
}
:where(.sr-style) .intel-tool {
position:relative;min-height:154px;padding:20px 45px 18px 19px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;transition:background .18s ease,transform .18s ease
}
:where(.sr-style) .intel-tool:nth-child(2n) {
border-right:0
}
:where(.sr-style) .intel-tool:nth-last-child(-n+2) {
border-bottom:0
}
:where(.sr-style) .intel-tool:hover {
background:#f8faff
}
:where(.sr-style) .tool-icon {
width:35px;height:35px;border-radius:10px;background:#edf4ff;color:#1557d5;display:grid;place-items:center;font-size:16px;font-weight:900;margin-bottom:13px
}
:where(.sr-style) .intel-tool small {
display:block;font-size:9.5px;color:#8794a6;font-weight:900;letter-spacing:.09em
}
:where(.sr-style) .intel-tool b {
display:block;font-size:15.5px;color:#172944;margin-top:3px
}
:where(.sr-style) .intel-tool p {
font-size:12.5px;line-height:1.5;color:#758297;margin:5px 0 0
}
:where(.sr-style) .intel-tool>i {
position:absolute;right:17px;top:20px;font-style:normal;color:#ff5a1f;font-size:18px
}
:where(.sr-style) .intel-articles-row {
display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px
}
:where(.sr-style) .intel-articles-row a {
min-height:96px;padding:16px 17px;border:1px solid #e0e6ef;border-radius:14px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:5px 12px;transition:border-color .18s ease,box-shadow .18s ease
}
:where(.sr-style) .intel-articles-row a:hover {
border-color:#b9c9e1;box-shadow:0 10px 26px rgba(15,42,80,.07)
}
:where(.sr-style) .intel-articles-row small {
grid-column:1/-1;font-size:9.5px;font-weight:900;letter-spacing:.08em;color:#7b8aa0
}
:where(.sr-style) .intel-articles-row b {
font-size:13.5px;line-height:1.35;color:#223653
}
:where(.sr-style) .intel-articles-row span {
align-self:end;font-size:11px;font-weight:850;color:#e94d15
}
:where(.sr-style) .source-mission.shell {
width:min(calc(100% - 48px),1200px);max-width:1200px;margin:92px auto 102px;padding:62px 58px;display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center;border:1px solid #dfe5ed;border-radius:30px;background:linear-gradient(135deg,#f8fafc 0%,#f1f5ff 100%);box-shadow:0 18px 52px rgba(20,31,53,.06);color:#101828
}
:where(.sr-style) .source-mission .section-label.light {
font-size:12px;letter-spacing:.13em;color:#697386
}
:where(.sr-style) .source-mission h2 {
font-size:clamp(44px,4.8vw,67px);line-height:.98;letter-spacing:-.056em;margin:12px 0 20px;color:#101828
}
:where(.sr-style) .source-mission h2 span {
color:#1557d5
}
:where(.sr-style) .source-mission p {
font-size:15.5px;max-width:590px;color:#657286;line-height:1.7
}
:where(.sr-style) .source-mission>div>a {
display:inline-flex;margin-top:12px;padding:13px 17px;border-radius:999px;background:#1557d5;color:#fff;font-size:13px;font-weight:850;box-shadow:0 10px 24px rgba(21,87,213,.18)
}
:where(.sr-style) .radar-wrap {
border:1px solid #d7deea;background:#fff;border-radius:27px;padding:22px;box-shadow:0 20px 52px rgba(20,31,53,.09)
}
:where(.sr-style) .radar {
height:270px;position:relative;border-radius:22px;background:radial-gradient(circle at 50% 50%,rgba(65,105,225,.09) 0%,rgba(65,105,225,.035) 34%,rgba(255,255,255,.96) 72%);overflow:hidden;border:1px solid #d8e0ed
}
:where(.sr-style) .circle {
position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(65,105,225,.20);border-radius:50%
}
:where(.sr-style) .c1 {
width:90px;height:90px
}
:where(.sr-style) .c2 {
width:170px;height:170px
}
:where(.sr-style) .c3 {
width:250px;height:250px
}
:where(.sr-style) .sweep {
position:absolute;width:50%;height:50%;left:50%;top:0;transform-origin:bottom left;background:conic-gradient(from 270deg,rgba(65,105,225,.35),transparent 45deg);animation:sr-sr-style-sweep 3.5s linear infinite
}
:where(.sr-style) .point {
position:absolute;width:8px;height:8px;border-radius:50%;background:#21b978;box-shadow:0 0 0 7px rgba(33,185,120,.09)
}
:where(.sr-style) .p1 {
left:31%;top:36%
}
:where(.sr-style) .p2 {
left:67%;top:56%
}
:where(.sr-style) .p3 {
left:56%;top:28%
}
:where(.sr-style) .radar-copy {
padding:16px 2px 2px
}
:where(.sr-style) .radar-copy small {
display:block;font-size:10px;letter-spacing:.1em;color:#8490a4
}
:where(.sr-style) .radar-copy b {
font-size:14px;color:#26344b
}
@keyframes sr-sr-style-sweep {
to {
transform:rotate(360deg)
}
}
:where(.sr-style) .join-network-section {
padding:0 0 92px;background:#fff
}
:where(.sr-style) .join-network-card {
position:relative;overflow:hidden;min-height:310px;padding:46px 48px;border:1px solid #dbe3ed;border-radius:26px;background:radial-gradient(circle at 88% 20%,rgba(255,107,43,.13),transparent 25%),radial-gradient(circle at 5% 100%,rgba(21,87,213,.08),transparent 28%),linear-gradient(135deg,#fbfcff,#f4f7fb);box-shadow:0 20px 58px rgba(14,37,72,.075);display:grid;grid-template-columns:1.2fr .55fr;gap:60px;align-items:center
}
:where(.sr-style) .join-network-copy h2 {
font-size:clamp(37px,3.8vw,55px);line-height:1.02;letter-spacing:-.05em;margin:11px 0 11px;max-width:800px
}
:where(.sr-style) .join-network-copy p {
font-size:15.5px;line-height:1.7;color:#687589;max-width:780px;margin:0
}
:where(.sr-style) .join-network-points {
display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:20px
}
:where(.sr-style) .join-network-points span {
font-size:12.5px;font-weight:750;color:#3d4d64
}
:where(.sr-style) .join-network-action {
display:flex;flex-direction:column;align-items:stretch;gap:10px
}
:where(.sr-style) .join-id-card {
min-height:118px;padding:18px;border:1px solid #dce4ef;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(13,39,77,.07);display:flex;flex-direction:column;justify-content:center
}
:where(.sr-style) .join-id-card small {
font-size:9.5px;font-weight:900;letter-spacing:.1em;color:#8592a4
}
:where(.sr-style) .join-id-card b {
font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:25px;color:#1557d5;margin:6px 0 3px
}
:where(.sr-style) .join-id-card span {
font-size:11px;color:#778497
}
:where(.sr-style) .join-network-action>a {
height:50px;border-radius:11px;background:linear-gradient(135deg,#ff5a1f,#ff7818);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:900;box-shadow:0 12px 27px rgba(255,90,31,.22)
}
:where(.sr-style) .join-network-action>small {
text-align:center;font-size:10.5px;color:#7a8799
}
:where(.sr-style) .site-footer {
font-size:15px
}
:where(.sr-style) .footer-top a {
font-size:14.5px
}
:where(.sr-style) .footer-top>div>b {
font-size:16px
}
:where(.sr-style) .footer-brand p {
font-size:14.5px
}
:where(.sr-style) .footer-bottom,
:where(.sr-style) .footer-bottom a {
font-size:14px
}
@media(max-width:1240px) {
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(3,minmax(0,1fr))
}
:where(.sr-style) .verified-network-grid {
grid-template-columns:1fr 1fr
}
}
@media(max-width:1020px) {
:where(.sr-style) .verified-network-grid,
:where(.sr-style) .intel-console {
grid-template-columns:1fr
}
:where(.sr-style) .intel-console-main {
border-right:0;border-bottom:1px solid #e2e8f1
}
:where(.sr-style) .a2a-enterprise-head {
grid-template-columns:1fr;gap:17px
}
:where(.sr-style) .a2a-flow-grid {
grid-template-columns:repeat(2,1fr)
}
:where(.sr-style) .a2a-flow-grid .flow-step:nth-child(3n) {
border-right:1px solid #edf1f6
}
:where(.sr-style) .a2a-flow-grid .flow-step:nth-child(2n) {
border-right:0
}
:where(.sr-style) .a2a-flow-grid .flow-step:nth-last-child(-n+3) {
border-bottom:1px solid #edf1f6
}
:where(.sr-style) .a2a-flow-grid .flow-step:nth-last-child(-n+2) {
border-bottom:0
}
:where(.sr-style) .source-mission.shell {
grid-template-columns:1fr;gap:40px
}
:where(.sr-style) .join-network-card {
grid-template-columns:1fr .55fr;gap:35px
}
}
@media(max-width:760px) {
:where(.sr-style) .hero-copy {
padding-bottom:58px
}
:where(.sr-style) .hero-universal-cta {
right:14px;bottom:13px;min-height:42px;padding:0 13px;font-size:12px
}
:where(.sr-style) .hero-dots {
bottom:22px
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr));gap:12px
}
:where(.sr-style) .b2b-product-card .product-image {
height:180px
}
:where(.sr-style) .product-commercial-row strong {
font-size:17px
}
:where(.sr-style) .verified-network-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section {
padding:62px 0 68px
}
:where(.sr-style) .verified-network-grid {
grid-template-columns:1fr
}
:where(.sr-style) .network-supplier-image {
height:220px
}
:where(.sr-style) .network-control-panel {
padding:20px
}
:where(.sr-style) .a2a-flow-grid {
grid-template-columns:1fr;padding:10px 15px
}
:where(.sr-style) .a2a-flow-grid .flow-step,
:where(.sr-style) .a2a-flow-grid .flow-step:nth-child(n) {
border-right:0;border-bottom:1px solid #edf1f6
}
:where(.sr-style) .a2a-flow-grid .flow-step:last-child {
border-bottom:0
}
:where(.sr-style) .a2a-command-top {
grid-template-columns:1fr auto
}
:where(.sr-style) .a2a-command-top>small {
display:none
}
:where(.sr-style) .a2a-command-footer {
flex-wrap:wrap
}
:where(.sr-style) .a2a-command-footer>div {
min-width:110px
}
:where(.sr-style) .a2a-command-footer>a {
width:100%;justify-content:center;margin-left:0
}
:where(.sr-style) .a2a-enterprise-head h2 {
font-size:38px
}
:where(.sr-style) .intel-new-head {
align-items:flex-start;flex-direction:column
}
:where(.sr-style) .intel-new-head .view-all {
display:inline-flex
}
:where(.sr-style) .intel-tools-grid {
grid-template-columns:1fr
}
:where(.sr-style) .intel-tool,
:where(.sr-style) .intel-tool:nth-child(n) {
border-right:0;border-bottom:1px solid #edf0f4
}
:where(.sr-style) .intel-tool:last-child {
border-bottom:0
}
:where(.sr-style) .intel-articles-row {
grid-template-columns:1fr
}
:where(.sr-style) .source-mission.shell {
width:calc(100% - 24px);margin:62px auto 70px;padding:34px 24px;border-radius:23px
}
:where(.sr-style) .source-mission h2 {
font-size:42px
}
:where(.sr-style) .source-mission p {
font-size:14.5px
}
:where(.sr-style) .radar {
height:245px
}
:where(.sr-style) .join-network-section {
padding-bottom:65px
}
:where(.sr-style) .join-network-card {
padding:32px 24px;grid-template-columns:1fr;gap:28px;border-radius:22px
}
:where(.sr-style) .join-network-copy h2 {
font-size:39px
}
}
@media(max-width:480px) {
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:1fr
}
:where(.sr-style) .b2b-product-card .product-image {
height:255px
}
:where(.sr-style) .b2b-product-body .product-title {
font-size:18px
}
:where(.sr-style) .product-supplier-line {
font-size:13px
}
:where(.sr-style) .hero-universal-cta {
right:12px;bottom:11px
}
:where(.sr-style) .hero-dots {
left:20px;bottom:23px
}
:where(.sr-style) .hero-proof {
margin-top:18px
}
:where(.sr-style) .a2a-command-top>b {
display:none
}
:where(.sr-style) .a2a-command-top {
grid-template-columns:1fr
}
:where(.sr-style) .intel-console-main {
padding:28px 22px
}
:where(.sr-style) .intel-console-main h3 {
font-size:29px
}
:where(.sr-style) .intel-tool {
min-height:145px
}
:where(.sr-style) .source-mission h2 {
font-size:37px
}
:where(.sr-style) .radar-wrap {
padding:14px
}
:where(.sr-style) .radar {
height:220px
}
:where(.sr-style) .c3 {
width:205px;height:205px
}
:where(.sr-style) .c2 {
width:140px;height:140px
}
:where(.sr-style) .c1 {
width:74px;height:74px
}
}
:where(.sr-style) #products.products-section {
padding:88px 0 96px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
}
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
:where(.sr-style) #products .b2b-product-card {
display:flex;
  flex-direction:column;
  min-height:548px;
  border:1px solid #d9e1eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,38,71,.07);
  overflow:hidden;
}
:where(.sr-style) #products .b2b-product-card:hover {
transform:translateY(-5px);
  border-color:#b8c8dd;
  box-shadow:0 22px 52px rgba(14,37,74,.14);
}
:where(.sr-style) #products .b2b-product-card .product-image {
display:block;
  flex:0 0 242px;
  height:242px;
  position:relative;
  overflow:hidden;
  background:#eef2f7;
}
:where(.sr-style) #products .b2b-product-card .product-image img {
width:100%;
  height:100%;
  object-fit:cover;
}
:where(.sr-style) #products .image-tag {
left:14px;
  top:14px;
  padding:7px 10px;
  border-radius:8px;
  font-size:11px;
  letter-spacing:.05em;
  background:rgba(8,24,51,.88);
}
:where(.sr-style) #products .save-btn {
width:38px;
  height:38px;
  right:13px;
  top:13px;
  font-size:21px;
  box-shadow:0 6px 18px rgba(7,20,42,.12);
}
:where(.sr-style) #products .b2b-product-card .verified-strip {
min-height:42px;
  height:auto;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 15px;
  background:#effaf4;
  border-top:1px solid #d9eee2;
  border-bottom:1px solid #d9eee2;
  color:#087a4e;
}
:where(.sr-style) #products .verified-check {
width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0aa066;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
:where(.sr-style) #products .b2b-product-card .verified-strip b {
font-size:12.5px;
  letter-spacing:.04em;
}
:where(.sr-style) #products .b2b-product-card .verified-strip small {
margin-left:auto;
  font-size:11.5px;
  color:#607569;
  font-weight:700;
}
:where(.sr-style) #products .b2b-product-body {
flex:1;
  display:flex;
  flex-direction:column;
  padding:18px 18px 18px;
  color:#14243d;
  background:#fff;
}
:where(.sr-style) #products .product-card-category {
margin:0 0 7px;
  font-size:11.5px;
  font-weight:900;
  letter-spacing:.075em;
  color:#65758b;
  text-transform:uppercase;
}
:where(.sr-style) #products .b2b-product-body .product-title {
display:block;
  min-height:56px;
  margin:0;
  color:#101c2d;
  font-size:20px;
  line-height:1.35;
  font-weight:820;
  letter-spacing:-.022em;
}
:where(.sr-style) #products .product-commercial-row {
display:grid;
  grid-template-columns:1.2fr .8fr;
  margin:14px 0 0;
  padding:14px 0;
  border-top:1px solid #e8edf3;
  border-bottom:1px solid #e8edf3;
}
:where(.sr-style) #products .product-commercial-row>div {
min-width:0;
}
:where(.sr-style) #products .product-commercial-row>div+div {
padding-left:16px;
  border-left:1px solid #e3e8ef;
}
:where(.sr-style) #products .product-commercial-row small {
display:block;
  margin-bottom:4px;
  font-size:12px;
  line-height:1.2;
  color:#7b8899;
  font-weight:700;
}
:where(.sr-style) #products .product-commercial-row strong {
display:block;
  color:#e84d16;
  font-size:25px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.035em;
}
:where(.sr-style) #products .product-commercial-row b {
display:block;
  color:#182943;
  font-size:17px;
  line-height:1.15;
  font-weight:850;
}
:where(.sr-style) #products .product-supplier-meta {
display:grid;
  gap:0;
  margin:11px 0 0;
  border:1px solid #e7ecf2;
  border-radius:11px;
  overflow:hidden;
  background:#fafbfd;
}
:where(.sr-style) #products .product-supplier-line {
min-height:38px;
  padding:8px 10px;
  display:grid;
  grid-template-columns:95px minmax(0,1fr);
  align-items:center;
  gap:12px;
  border-bottom:1px solid #e8edf3;
  font-size:13.5px;
}
:where(.sr-style) #products .product-supplier-line:last-child {
border-bottom:0
}
:where(.sr-style) #products .product-supplier-line span:first-child {
font-size:12.5px;
  color:#7b8798;
  font-weight:700;
}
:where(.sr-style) #products .product-supplier-line b {
min-width:0;
  color:#20324d;
  font-size:13.8px;
  line-height:1.3;
  font-weight:800;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  text-align:right;
}
:where(.sr-style) #products .product-supplier-id {
color:#1557d5!important;
  font-size:13.5px!important;
  letter-spacing:.02em;
}
:where(.sr-style) #products .b2b-product-body .card-quote {
width:100%;
  height:48px;
  margin-top:auto;
  padding:0 16px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:linear-gradient(135deg,#ff5a1f,#ff7418);
  color:#fff;
  font-size:14.5px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(255,90,31,.20);
}
:where(.sr-style) #products .b2b-product-body .card-quote:hover {
background:linear-gradient(135deg,#ed4d16,#db3d0a);
  box-shadow:0 14px 28px rgba(255,90,31,.27);
}
:where(.sr-style) #a2a-section {

}
:where(.sr-style) .a2a-section {
padding:98px 0 104px;
  background:linear-gradient(180deg,#f8faff 0%,#ffffff 100%);
}
:where(.sr-style) .a2a-visual-board {
position:relative;
  border:1px solid #d8e2ef;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 28px 80px rgba(15,43,84,.11);
}
:where(.sr-style) .a2a-visual-topbar {
min-height:60px;
  padding:0 22px;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:20px;
  color:#fff;
  background:linear-gradient(90deg,#0b2452,#12366f 60%,#1557d5);
}
:where(.sr-style) .a2a-visual-topbar>div {
display:flex;align-items:center;gap:9px
}
:where(.sr-style) .a2a-visual-topbar b {
font-size:12px;letter-spacing:.08em
}
:where(.sr-style) .a2a-visual-topbar>span {
font-size:13px;font-weight:850
}
:where(.sr-style) .a2a-visual-topbar>small {
font-size:11.5px;color:#c9d7eb
}
:where(.sr-style) .a2a-network-map {
position:relative;
  display:grid;
  grid-template-columns:1fr 150px 1.05fr 150px 1fr;
  align-items:center;
  gap:0;
  padding:46px 32px 42px;
  background:
    radial-gradient(circle at 50% 45%,rgba(21,87,213,.08),transparent 25%),
    linear-gradient(rgba(21,87,213,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(21,87,213,.035) 1px,transparent 1px),
    #fbfdff;
  background-size:auto,28px 28px,28px 28px,auto;
}
:where(.sr-style) .a2a-node,
:where(.sr-style) .a2a-core-node {
position:relative;
  z-index:2;
  min-height:235px;
  border:1px solid #dae3ee;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 36px rgba(17,46,88,.08);
}
:where(.sr-style) .a2a-node {
padding:23px
}
:where(.sr-style) .a2a-node .node-icon {
width:52px;height:52px;border-radius:15px;display:grid;place-items:center;
  background:#edf4ff;color:#1557d5;margin-bottom:18px;
}
:where(.sr-style) .a2a-node .node-icon svg,
:where(.sr-style) .intel-visual-card .visual-icon svg {
width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
:where(.sr-style) .a2a-node>small,
:where(.sr-style) .a2a-core-node>small {
font-size:10.5px;font-weight:900;letter-spacing:.11em;color:#708099
}
:where(.sr-style) .a2a-node h3,
:where(.sr-style) .a2a-core-node h3 {
font-size:21px;line-height:1.18;letter-spacing:-.025em;margin:7px 0 8px;color:#132540
}
:where(.sr-style) .a2a-node p {
font-size:13.5px;line-height:1.55;color:#6e7b8e;margin:0
}
:where(.sr-style) .node-status {
position:absolute;left:22px;bottom:20px;display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:800;color:#3a5e51
}
:where(.sr-style) .node-status i {
width:8px;height:8px;border-radius:50%;background:#20b879;box-shadow:0 0 0 5px rgba(32,184,121,.1)
}
:where(.sr-style) .a2a-core-node {
min-height:255px;
  padding:25px 20px 22px;
  text-align:center;
  border-color:#c8d8ef;
  background:linear-gradient(180deg,#ffffff,#f3f7ff);
  box-shadow:0 18px 46px rgba(21,87,213,.13);
}
:where(.sr-style) .core-rings {
position:relative;width:112px;height:112px;margin:0 auto 12px;display:grid;place-items:center
}
:where(.sr-style) .core-rings i {
position:absolute;border-radius:50%;border:1px solid rgba(21,87,213,.22)
}
:where(.sr-style) .core-rings i:nth-child(1) {
width:112px;height:112px;animation:sr-sr-style-corePulse 2.8s ease-in-out infinite
}
:where(.sr-style) .core-rings i:nth-child(2) {
width:84px;height:84px
}
:where(.sr-style) .core-rings i:nth-child(3) {
width:58px;height:58px;background:rgba(21,87,213,.06)
}
:where(.sr-style) .core-rings span {
position:relative;z-index:2;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#1557d5,#0c42ad);color:#fff;font-weight:950;font-size:16px;box-shadow:0 10px 25px rgba(21,87,213,.28)
}
@keyframes sr-sr-style-corePulse {
50% {
transform:scale(1.06);opacity:.55
}
}
:where(.sr-style) .core-signals {
display:flex;justify-content:center;gap:6px;margin-top:12px
}
:where(.sr-style) .core-signals span {
padding:5px 7px;border-radius:6px;background:#eaf2ff;color:#1557d5;font-size:9.5px;font-weight:900;letter-spacing:.06em
}
:where(.sr-style) .a2a-link {
position:relative;height:74px;display:flex;align-items:flex-start;justify-content:center;padding-top:7px
}
:where(.sr-style) .a2a-link span {
position:absolute;left:10px;right:10px;top:37px;height:2px;background:linear-gradient(90deg,#d9e3f1,#1557d5,#d9e3f1);overflow:hidden
}
:where(.sr-style) .a2a-link span:after {
content:"";position:absolute;top:-2px;width:15px;height:6px;border-radius:99px;background:#ff681f;box-shadow:0 0 13px rgba(255,104,31,.45);animation:sr-sr-style-dataMove 2.2s linear infinite
}
:where(.sr-style) .a2a-link-right span:after {
animation-delay:1.1s
}
@keyframes sr-sr-style-dataMove {
from {
left:-18px
}
to {
left:100%
}
}
:where(.sr-style) .a2a-link b {
position:relative;z-index:2;padding:5px 7px;border-radius:6px;background:#fff;color:#6f7e92;font-size:9px;letter-spacing:.07em;box-shadow:0 2px 8px rgba(16,43,82,.07)
}
:where(.sr-style) .a2a-execution-lane {
padding:21px 24px 24px;border-top:1px solid #e6edf5;background:#fff
}
:where(.sr-style) .lane-label {
display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px
}
:where(.sr-style) .lane-label span {
font-size:10.5px;font-weight:900;letter-spacing:.11em;color:#1557d5
}
:where(.sr-style) .lane-label b {
font-size:13px;color:#58677b
}
:where(.sr-style) .lane-track {
display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px
}
:where(.sr-style) .lane-step {
min-height:74px;padding:11px;border:1px solid #e0e7f0;border-radius:12px;background:#fafcff;display:flex;align-items:center;gap:10px;transition:.25s
}
:where(.sr-style) .lane-step>span {
width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf2f8;color:#7a8798;font-size:10px;font-weight:900
}
:where(.sr-style) .lane-step div {
display:flex;flex-direction:column
}
:where(.sr-style) .lane-step b {
font-size:13.5px;color:#1b2d48
}
:where(.sr-style) .lane-step small {
margin-top:2px;font-size:10.5px;color:#7b8798
}
:where(.sr-style) .lane-step.is-active {
border-color:#bcd0ef;background:#f3f7ff;box-shadow:0 8px 20px rgba(21,87,213,.08)
}
:where(.sr-style) .lane-step.is-active>span {
background:#1557d5;color:#fff;box-shadow:0 6px 15px rgba(21,87,213,.22)
}
:where(.sr-style) .lane-arrow {
font-style:normal;color:#a3afbf;font-size:17px
}
:where(.sr-style) .a2a-visual-footer {
min-height:78px;padding:13px 19px;display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:11px;border-top:1px solid #e6edf5;background:#f7faff
}
:where(.sr-style) .a2a-visual-footer>div {
padding:7px 12px;border-right:1px solid #dfe6ef;display:flex;flex-direction:column
}
:where(.sr-style) .a2a-visual-footer span {
font-size:9.5px;font-weight:900;letter-spacing:.08em;color:#7b899c
}
:where(.sr-style) .a2a-visual-footer b {
margin-top:2px;font-size:12px;color:#263953
}
:where(.sr-style) .a2a-visual-footer>a {
min-height:44px;padding:0 16px;border-radius:10px;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ff5a1f,#ff7418);color:#fff;font-size:13px;font-weight:900;box-shadow:0 9px 22px rgba(255,90,31,.19)
}
:where(.sr-style) .intelligence-section {
padding:98px 0 104px;background:#fff
}
:where(.sr-style) .intel-new-head {
margin-bottom:30px
}
:where(.sr-style) .intel-new-head h2 {
max-width:930px
}
:where(.sr-style) .intel-workspace {
display:grid;
  grid-template-columns:1fr 290px;
  gap:0;
  border:1px solid #d7e1ed;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 26px 74px rgba(14,42,82,.10);
}
:where(.sr-style) .intel-workspace-main {
padding:26px;background:linear-gradient(180deg,#fbfdff,#f6f9fd)
}
:where(.sr-style) .intel-workspace-top {
display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px
}
:where(.sr-style) .workspace-brand {
display:flex;align-items:center;gap:11px
}
:where(.sr-style) .workspace-brand>span {
width:43px;height:43px;border-radius:13px;background:linear-gradient(135deg,#1557d5,#0b3d9c);color:#fff;display:grid;place-items:center;font-size:20px;box-shadow:0 9px 21px rgba(21,87,213,.22)
}
:where(.sr-style) .workspace-brand div {
display:flex;flex-direction:column
}
:where(.sr-style) .workspace-brand small {
font-size:9.5px;font-weight:900;letter-spacing:.1em;color:#75849a
}
:where(.sr-style) .workspace-brand b {
margin-top:2px;font-size:14px;color:#1b2e4c
}
:where(.sr-style) .workspace-live {
display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #d7eadf;border-radius:8px;background:#f2fbf5;color:#277353;font-size:10px;font-weight:900;letter-spacing:.06em
}
:where(.sr-style) .workspace-live i {
width:7px;height:7px;border-radius:50%;background:#20b879
}
:where(.sr-style) .intel-query-box {
min-height:74px;padding:13px 15px;border:1px solid #ccd9ea;border-radius:15px;background:#fff;display:grid;grid-template-columns:40px 1fr 38px;align-items:center;gap:12px;box-shadow:0 8px 24px rgba(12,41,82,.06)
}
:where(.sr-style) .query-icon,
:where(.sr-style) .query-go {
width:38px;height:38px;border-radius:10px;display:grid;place-items:center
}
:where(.sr-style) .query-icon {
background:#edf3ff;color:#1557d5;font-size:20px
}
:where(.sr-style) .query-go {
background:#ff5a1f;color:#fff;font-size:18px;font-weight:900
}
:where(.sr-style) .intel-query-box div {
display:flex;flex-direction:column
}
:where(.sr-style) .intel-query-box small {
font-size:9.5px;font-weight:900;letter-spacing:.1em;color:#7f8b9d
}
:where(.sr-style) .intel-query-box b {
margin-top:3px;font-size:15px;color:#263751
}
:where(.sr-style) .intel-visual-grid {
display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px
}
:where(.sr-style) .intel-visual-card {
position:relative;min-height:190px;padding:17px;border:1px solid #dee6ef;border-radius:16px;background:#fff;overflow:hidden;transition:.2s;box-shadow:0 4px 14px rgba(12,38,75,.035)
}
:where(.sr-style) .intel-visual-card:hover {
transform:translateY(-3px);border-color:#bdcae0;box-shadow:0 13px 30px rgba(13,41,80,.09)
}
:where(.sr-style) .intel-visual-card .visual-icon {
width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:#eef4ff;color:#1557d5;margin-bottom:12px
}
:where(.sr-style) .intel-visual-card>small {
display:block;font-size:9px;font-weight:900;letter-spacing:.1em;color:#7f8c9e
}
:where(.sr-style) .intel-visual-card>b {
display:block;margin-top:4px;font-size:14px;line-height:1.3;color:#1a2d49
}
:where(.sr-style) .hsn-graphic {
display:flex;gap:5px;align-items:flex-end;margin-top:18px
}
:where(.sr-style) .hsn-graphic span {
padding:5px 7px;border-radius:6px;background:#f0f4fa;color:#5c6c82;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:800
}
:where(.sr-style) .hsn-graphic span:last-child {
background:#1557d5;color:#fff
}
:where(.sr-style) .cost-graphic {
height:50px;display:flex;align-items:flex-end;gap:6px;margin-top:15px
}
:where(.sr-style) .cost-graphic i {
width:16%;height:var(--h);border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#6b96ec,#1557d5)
}
:where(.sr-style) .docs-graphic {
position:relative;height:55px;margin-top:14px
}
:where(.sr-style) .docs-graphic i {
position:absolute;width:70px;height:43px;border:1px solid #d6dfeb;border-radius:7px;background:#f7f9fc;left:8px;top:8px
}
:where(.sr-style) .docs-graphic i:nth-child(2) {
left:18px;top:4px
}
:where(.sr-style) .docs-graphic i:nth-child(3) {
left:28px;top:0;background:#fff
}
:where(.sr-style) .docs-graphic span {
position:absolute;left:80px;top:16px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#18a66a;color:#fff;font-weight:900
}
:where(.sr-style) .route-graphic {
display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:5px;margin-top:24px
}
:where(.sr-style) .route-graphic span {
font-size:9px;font-weight:900;color:#4b5d75
}
:where(.sr-style) .route-graphic i {
height:2px;background:#cad7e8
}
:where(.sr-style) .route-graphic b {
color:#ff5a1f
}
:where(.sr-style) .duty-graphic {
display:flex;align-items:center;gap:6px;margin-top:13px
}
:where(.sr-style) .duty-graphic strong {
width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff3ec;color:#ef5a20;font-size:23px
}
:where(.sr-style) .duty-graphic span {
padding:5px 6px;border-radius:5px;background:#f1f4f8;color:#647287;font-size:9px;font-weight:800
}
:where(.sr-style) .check-graphic {
display:grid;gap:5px;margin-top:13px
}
:where(.sr-style) .check-graphic span {
padding:6px 8px;border-radius:6px;background:#f0faf5;color:#2b7456;font-size:10px;font-weight:800
}
:where(.sr-style) .intel-side-panel {
padding:24px 20px;border-left:1px solid #dce4ee;background:linear-gradient(180deg,#0d2853,#123a78);color:#fff
}
:where(.sr-style) .intel-side-head {
padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column
}
:where(.sr-style) .intel-side-head span {
font-size:9.5px;font-weight:900;letter-spacing:.11em;color:#7fb0ff
}
:where(.sr-style) .intel-side-head b {
margin-top:5px;font-size:18px;line-height:1.25
}
:where(.sr-style) .intel-side-stat {
display:grid;grid-template-columns:38px 1fr;gap:10px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.11)
}
:where(.sr-style) .intel-side-stat>span {
width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.10);font-size:10px;font-weight:900;color:#9dc0f8
}
:where(.sr-style) .intel-side-stat div {
display:flex;flex-direction:column
}
:where(.sr-style) .intel-side-stat b {
font-size:13.5px
}
:where(.sr-style) .intel-side-stat small {
margin-top:2px;font-size:10.5px;line-height:1.45;color:#adc1df
}
:where(.sr-style) .intel-side-panel>a {
margin-top:20px;min-height:45px;padding:0 12px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#123563;font-size:12px;font-weight:900
}
@media(max-width:1120px) {
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr))
}
:where(.sr-style) .a2a-network-map {
grid-template-columns:1fr 90px 1fr;gap:0
}
:where(.sr-style) .a2a-link-left {
grid-column:2
}
:where(.sr-style) .a2a-core-node {
grid-column:3
}
:where(.sr-style) .a2a-link-right {
display:none
}
:where(.sr-style) .supplier-node {
grid-column:1/-1;max-width:420px;width:100%;justify-self:center;margin-top:22px
}
:where(.sr-style) .intel-workspace {
grid-template-columns:1fr
}
:where(.sr-style) .intel-side-panel {
border-left:0;border-top:1px solid #dce4ee;display:grid;grid-template-columns:1fr 1fr;gap:0 18px
}
:where(.sr-style) .intel-side-head,
:where(.sr-style) .intel-side-panel>a {
grid-column:1/-1
}
:where(.sr-style) .intel-side-stat:nth-of-type(odd) {
border-right:1px solid rgba(255,255,255,.11);padding-right:18px
}
}
@media(max-width:760px) {
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:1fr;gap:16px
}
:where(.sr-style) #products .b2b-product-card {
min-height:0
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:260px;flex-basis:260px
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:20px;min-height:0
}
:where(.sr-style) #products .product-commercial-row strong {
font-size:24px
}
:where(.sr-style) #products .product-supplier-line {
grid-template-columns:86px minmax(0,1fr);font-size:13px
}
:where(.sr-style) .a2a-visual-topbar {
grid-template-columns:1fr auto
}
:where(.sr-style) .a2a-visual-topbar>small {
display:none
}
:where(.sr-style) .a2a-network-map {
display:flex;flex-direction:column;gap:14px;padding:24px 16px;background-size:auto,22px 22px,22px 22px,auto
}
:where(.sr-style) .a2a-node,
:where(.sr-style) .a2a-core-node {
width:100%;min-height:auto
}
:where(.sr-style) .a2a-node {
padding-bottom:58px
}
:where(.sr-style) .a2a-link {
width:100%;height:50px
}
:where(.sr-style) .a2a-link span {
left:15%;right:15%;top:25px
}
:where(.sr-style) .a2a-link-right {
display:flex
}
:where(.sr-style) .supplier-node {
margin-top:0;max-width:none
}
:where(.sr-style) .lane-label {
align-items:flex-start;flex-direction:column;gap:3px
}
:where(.sr-style) .lane-track {
display:flex;overflow-x:auto;padding-bottom:4px
}
:where(.sr-style) .lane-step {
min-width:150px
}
:where(.sr-style) .lane-arrow {
min-width:14px;text-align:center
}
:where(.sr-style) .a2a-visual-footer {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .a2a-visual-footer>div {
border-right:0;border-bottom:1px solid #dfe6ef
}
:where(.sr-style) .a2a-visual-footer>a {
grid-column:1/-1;justify-content:center
}
:where(.sr-style) .intel-visual-grid {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .intel-workspace-main {
padding:18px
}
:where(.sr-style) .intel-query-box {
grid-template-columns:36px 1fr
}
:where(.sr-style) .query-go {
display:none
}
:where(.sr-style) .intel-query-box b {
font-size:13px
}
:where(.sr-style) .intel-side-panel {
display:block
}
:where(.sr-style) .intel-side-stat:nth-of-type(odd) {
border-right:0;padding-right:0
}
}
@media(max-width:470px) {
:where(.sr-style) .intel-visual-grid {
grid-template-columns:1fr
}
:where(.sr-style) .a2a-enterprise-head h2,
:where(.sr-style) .intel-new-head h2 {
font-size:34px
}
}
:root:where(.sr-style) {
--royal:#1557d5;
  --royal-2:#0d46b3;
  --royal-soft:#eef4ff;
  --mint:#0aa56a;
  --orange:#ff5a1f;
}
:where(.sr-style) .category-nav {
border-top:1px solid #edf1f6;border-bottom:1px solid #e7ebf1;background:#fff
}
:where(.sr-style) .category-nav-inner {
height:48px;gap:0
}
:where(.sr-style) .all-categories {
height:48px;min-width:188px;background:#0c1c35;border-radius:0;font-size:13.5px
}
:where(.sr-style) .category-links {
height:100%;gap:0;overflow-x:auto;scrollbar-width:none
}
:where(.sr-style) .category-links::-webkit-scrollbar {
display:none
}
:where(.sr-style) .category-links button,
:where(.sr-style) .category-links a {
height:48px;padding:0 22px;display:flex;align-items:center;border-right:1px solid #eef1f5;
  font-size:13.5px;font-weight:760;color:#3f4b5d;white-space:nowrap
}
:where(.sr-style) .category-links button:hover,
:where(.sr-style) .category-links a:hover {
background:#f5f8ff;color:var(--royal)
}
:where(.sr-style) .ai-nav {
display:none!important
}
:where(.sr-style) .commerce-credentials {
height:58px;background:#f9fbfe;border-bottom:1px solid #e6ebf2;overflow:hidden
}
:where(.sr-style) .credentials-shell {
height:100%;display:grid;grid-template-columns:168px 1fr;align-items:center;gap:12px
}
:where(.sr-style) .credentials-label {
height:34px;padding-right:15px;border-right:1px solid #dfe6ef;display:flex;align-items:center;gap:8px;color:#21344f
}
:where(.sr-style) .credentials-label b {
font-size:10px;letter-spacing:.12em;white-space:nowrap
}
:where(.sr-style) .credential-live-dot {
width:8px;height:8px;border-radius:50%;background:#14b873;box-shadow:0 0 0 5px rgba(20,184,115,.09)
}
:where(.sr-style) .credentials-window {
min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)
}
:where(.sr-style) .credentials-track {
width:max-content;display:flex;align-items:center;gap:9px;animation:sr-sr-style-credentialTicker 28s linear infinite
}
:where(.sr-style) .credentials-window:hover .credentials-track {
animation-play-state:paused
}
:where(.sr-style) .credential-chip {
height:40px;min-width:205px;padding:5px 11px 5px 7px;border:1px solid #e1e7ef;border-radius:10px;background:#fff;display:flex;align-items:center;gap:9px;box-shadow:0 3px 10px rgba(15,40,77,.035)
}
:where(.sr-style) .credential-chip img {
width:31px;height:31px;border-radius:7px;object-fit:contain;background:#fff
}
:where(.sr-style) .credential-chip>span {
display:flex;flex-direction:column;line-height:1.15
}
:where(.sr-style) .credential-chip b {
font-size:11px;color:#263851
}
:where(.sr-style) .credential-chip small {
font-size:9px;color:#8692a3;margin-top:2px
}
@keyframes sr-sr-style-credentialTicker {
to {
transform:translateX(calc(-50% - 4.5px))
}
}
:where(.sr-style) .market-hero {
padding-top:18px;background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%)
}
:where(.sr-style) .category-rail {
border-color:#dfe6ef;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
  box-shadow:0 10px 28px rgba(16,43,86,.055)
}
:where(.sr-style) .rail-title {
height:54px;background:linear-gradient(90deg,#eaf2ff,#f6f9ff);border-bottom-color:#dce7f7
}
:where(.sr-style) .rail-title span {
font-size:14px;color:#153966
}
:where(.sr-style) .rail-title a {
font-size:11.5px;font-weight:800;color:var(--royal)
}
:where(.sr-style) .category-rail>button {
height:70px;background:rgba(255,255,255,.82);border-bottom-color:#e9eef5
}
:where(.sr-style) .category-rail>button:hover {
background:#edf4ff
}
:where(.sr-style) .category-rail>button:nth-of-type(1) .rail-icon {
background:#e9f8ef;color:#138755
}
:where(.sr-style) .category-rail>button:nth-of-type(2) .rail-icon {
background:#fff1e8;color:#dc551d
}
:where(.sr-style) .category-rail>button:nth-of-type(3) .rail-icon {
background:#eeeaff;color:#6250c8
}
:where(.sr-style) .category-rail>button:nth-of-type(4) .rail-icon {
background:#e8f5ff;color:#1674b7
}
:where(.sr-style) .category-rail button b {
font-size:13.5px;color:#1e304b
}
:where(.sr-style) .category-rail button small {
font-size:11px
}
:where(.sr-style) .rail-bottom {
background:linear-gradient(135deg,#edf5ff,#f4fbf7);border:1px solid #dce8f4
}
:where(.sr-style) .rail-bottom b {
font-size:12px;color:#23405f
}
:where(.sr-style) .rail-bottom small {
font-size:10px
}
:where(.sr-style) .rfq-panel {
position:relative;padding:0 20px 16px;border:1px solid #ccd9eb;
  box-shadow:0 18px 42px rgba(15,48,95,.12);background:#fff;overflow:hidden
}
:where(.sr-style) .rfq-panel:before {
content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--royal),#3f7df3 55%,var(--orange))
}
:where(.sr-style) .rfq-head {
margin:0 -20px 0;padding:22px 20px 15px;background:linear-gradient(135deg,#f2f6ff,#fff8f4);border-bottom:1px solid #e4e9f1
}
:where(.sr-style) .rfq-head .rfq-icon {
width:39px;height:39px;border-radius:12px;background:linear-gradient(135deg,var(--royal),var(--royal-2));color:#fff;box-shadow:0 8px 18px rgba(21,87,213,.23)
}
:where(.sr-style) .rfq-head small {
font-size:9.5px;letter-spacing:.12em;color:#6b7d96
}
:where(.sr-style) .rfq-head h2 {
font-size:22px;letter-spacing:-.03em;color:#172b48;margin-top:2px
}
:where(.sr-style) .rfq-panel>p {
font-size:13px;line-height:1.52;color:#66758a;margin:14px 0 14px
}
:where(.sr-style) .rfq-panel form {
gap:7px
}
:where(.sr-style) .rfq-panel label {
font-size:11.5px;color:#42526a
}
:where(.sr-style) .rfq-panel input,
:where(.sr-style) .rfq-panel select {
height:42px;border-color:#d5ddea;border-radius:10px;font-size:13px;padding:0 11px;background:#fbfcfe
}
:where(.sr-style) .rfq-panel input:focus,
:where(.sr-style) .rfq-panel select:focus {
border-color:var(--royal);box-shadow:0 0 0 3px rgba(21,87,213,.09);background:#fff
}
:where(.sr-style) .rfq-panel button[type=submit] {
height:47px;margin-top:7px;border-radius:11px;font-size:14px;background:linear-gradient(135deg,var(--orange),#ff7418);box-shadow:0 12px 26px rgba(255,90,31,.25)
}
:where(.sr-style) .rfq-note {
font-size:10.5px;line-height:1.4;color:#617084;background:#f6f9fd;border:1px solid #e3e9f1;border-radius:9px;padding:9px 10px;margin-top:10px
}
:where(.sr-style) #products.products-section {
padding:76px 0 88px;background:#fff
}
:where(.sr-style) #products .marketplace-head {
align-items:center;margin-bottom:20px
}
:where(.sr-style) #products .marketplace-head>div:first-child {
max-width:760px
}
:where(.sr-style) #products .marketplace-head h2 {
font-size:clamp(32px,3vw,44px);margin:7px 0 6px
}
:where(.sr-style) #products .marketplace-head p {
font-size:15.5px;line-height:1.55;max-width:740px;color:#69768a
}
:where(.sr-style) #products .view-all {
min-height:46px;padding:0 18px;border-radius:10px;background:linear-gradient(135deg,var(--royal),var(--royal-2));color:#fff;border:0;display:inline-flex;align-items:center;gap:9px;font-size:13.5px;font-weight:900;box-shadow:0 10px 24px rgba(21,87,213,.18)
}
:where(.sr-style) #products .view-all:hover {
transform:translateY(-2px);box-shadow:0 14px 30px rgba(21,87,213,.26)
}
:where(.sr-style) #products .marketplace-statusbar {
margin-bottom:12px
}
:where(.sr-style) #products .product-toolbar {
margin-bottom:15px
}
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:repeat(5,minmax(0,1fr));gap:13px
}
:where(.sr-style) #products .b2b-product-card {
min-height:0;border-radius:15px;border-color:#dfe5ed;box-shadow:0 5px 18px rgba(18,42,76,.055)
}
:where(.sr-style) #products .b2b-product-card:hover {
transform:translateY(-4px);box-shadow:0 17px 36px rgba(14,38,75,.13)
}
:where(.sr-style) #products .b2b-product-card .product-image {
flex-basis:166px;height:166px
}
:where(.sr-style) #products .image-tag {
left:10px;top:10px;padding:5px 7px;font-size:8.5px;border-radius:6px
}
:where(.sr-style) #products .save-btn {
width:32px;height:32px;right:9px;top:9px;font-size:18px
}
:where(.sr-style) #products .b2b-product-card .verified-strip {
min-height:38px;height:38px;padding:0 9px;background:linear-gradient(90deg,#f5fffa,#fff);
  border-top:1px solid #dcece4;border-bottom:1px solid #e2e9e5;gap:6px;position:relative;overflow:hidden
}
:where(.sr-style) #products .b2b-product-card .verified-strip:after {
content:"";position:absolute;top:-20px;left:-45px;width:35px;height:80px;background:rgba(255,255,255,.65);transform:rotate(25deg);animation:sr-sr-style-verifiedShine 5s ease-in-out infinite
}
@keyframes sr-sr-style-verifiedShine {
0%,65% {
left:-45px
}
85%,100% {
left:110%
}
}
:where(.sr-style) #products .verified-check {
width:22px;height:24px;flex:0 0 22px;border-radius:0;clip-path:polygon(50% 0,92% 16%,84% 72%,50% 100%,16% 72%,8% 16%);
  background:linear-gradient(145deg,#13ae71,#067d50);font-size:10px;box-shadow:0 4px 10px rgba(10,154,96,.18)
}
:where(.sr-style) #products .b2b-product-card .verified-strip b {
padding:4px 7px;border-radius:999px;background:linear-gradient(90deg,#0b925e,#0aa96a);color:#fff;font-size:7px;letter-spacing:.055em;box-shadow:0 4px 10px rgba(8,144,91,.16)
}
:where(.sr-style) #products .b2b-product-card .verified-strip small {
font-size:8.5px;font-weight:800;color:#64786c
}
:where(.sr-style) #products .b2b-product-body {
padding:12px 12px 13px
}
:where(.sr-style) #products .product-card-category {
font-size:9px;margin-bottom:5px
}
:where(.sr-style) #products .b2b-product-body .product-title {
min-height:43px;font-size:15px;line-height:1.36;font-weight:830
}
:where(.sr-style) #products .product-commercial-row {
margin-top:9px;padding:9px 0;grid-template-columns:1.18fr .82fr
}
:where(.sr-style) #products .product-commercial-row>div+div {
padding-left:9px
}
:where(.sr-style) #products .product-commercial-row small {
font-size:9px;margin-bottom:2px
}
:where(.sr-style) #products .product-commercial-row strong {
font-size:18px
}
:where(.sr-style) #products .product-commercial-row b {
font-size:13px
}
:where(.sr-style) #products .product-supplier-meta {
margin-top:8px;border-radius:8px
}
:where(.sr-style) #products .product-supplier-line {
min-height:29px;padding:5px 7px;grid-template-columns:65px minmax(0,1fr);gap:5px;font-size:10.5px
}
:where(.sr-style) #products .product-supplier-line span:first-child {
font-size:9.5px
}
:where(.sr-style) #products .product-supplier-line b {
font-size:10.5px;line-height:1.2
}
:where(.sr-style) #products .product-supplier-id {
font-size:10.5px!important
}
:where(.sr-style) #products .b2b-product-body .card-quote {
height:40px;margin-top:10px;border-radius:8px;font-size:12px
}
:where(.sr-style) .split-section {
display:grid;grid-template-columns:minmax(330px,.74fr) minmax(0,1.36fr);gap:58px;align-items:center
}
:where(.sr-style) .split-copy {
align-self:center
}
:where(.sr-style) .split-copy .eyebrow {
font-size:10.5px;color:#4f6078
}
:where(.sr-style) .split-copy h2 {
font-size:clamp(38px,3.7vw,54px);line-height:1.03;letter-spacing:-.052em;margin:12px 0 13px;color:#10223c
}
:where(.sr-style) .split-copy h2 em {
font-style:normal;color:var(--royal)
}
:where(.sr-style) .split-copy>p {
max-width:520px;font-size:15.5px;line-height:1.7;color:#6c798d;margin:0
}
:where(.sr-style) .section-primary-cta {
margin-top:24px;min-height:47px;padding:0 17px;border-radius:10px;background:linear-gradient(135deg,var(--royal),var(--royal-2));color:#fff;display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:900;box-shadow:0 10px 23px rgba(21,87,213,.18)
}
:where(.sr-style) .section-primary-cta:hover {
transform:translateY(-2px);box-shadow:0 15px 30px rgba(21,87,213,.25)
}
:where(.sr-style) .verified-network-section {
padding:88px 0 94px;background:linear-gradient(180deg,#f8faff,#fff);border-top:1px solid #edf1f5;border-bottom:1px solid #e8edf4
}
:where(.sr-style) .supplier-network-split {
align-items:center
}
:where(.sr-style) .split-points {
display:grid;gap:9px;margin-top:22px
}
:where(.sr-style) .split-points span {
min-height:43px;padding:8px 10px;border:1px solid #e1e7ef;border-radius:10px;background:#fff;display:flex;align-items:center;gap:10px;color:#263a56;box-shadow:0 4px 12px rgba(14,38,74,.035)
}
:where(.sr-style) .split-points i {
width:27px;height:27px;border-radius:8px;background:#edf4ff;color:var(--royal);display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900
}
:where(.sr-style) .split-points b {
font-size:12.5px
}
:where(.sr-style) .supplier-network-visual {
min-width:0;display:grid;grid-template-columns:1.05fr .95fr;gap:14px;align-items:stretch
}
:where(.sr-style) .premium-supplier-card,
:where(.sr-style) .premium-control-panel {
border-radius:21px;box-shadow:0 18px 48px rgba(14,40,78,.09)
}
:where(.sr-style) .premium-supplier-card .network-supplier-image {
height:205px
}
:where(.sr-style) .premium-supplier-card .network-supplier-body {
padding:18px
}
:where(.sr-style) .premium-supplier-card .network-supplier-body h3 {
font-size:22px;margin:4px 0 5px
}
:where(.sr-style) .premium-supplier-card .network-supplier-body p {
font-size:12.5px;line-height:1.55
}
:where(.sr-style) .supplier-visual-row {
display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:13px
}
:where(.sr-style) .supplier-visual-row small {
font-size:8.5px;font-weight:900;letter-spacing:.09em;color:#8692a3
}
:where(.sr-style) .supplier-live-pill {
display:flex;align-items:center;gap:5px;padding:5px 7px;border-radius:999px;background:#edf9f3;color:#087d50;font-size:9px;font-weight:900
}
:where(.sr-style) .supplier-live-pill i {
width:6px;height:6px;border-radius:50%;background:#12a66a
}
:where(.sr-style) .premium-control-panel {
padding:20px;background:linear-gradient(160deg,#fff,#f5f9ff)
}
:where(.sr-style) .premium-control-panel .network-control-head {
display:block
}
:where(.sr-style) .premium-control-panel .network-control-head span {
display:block
}
:where(.sr-style) .premium-control-panel .network-control-head b {
display:block;margin-top:4px;font-size:17px
}
:where(.sr-style) .verification-path {
display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:5px;margin:24px 0 20px
}
:where(.sr-style) .verification-path em {
font-style:normal;color:#9aa8ba;font-size:15px
}
:where(.sr-style) .verify-step {
min-height:91px;padding:10px 7px;border:1px solid #dfe6ef;border-radius:12px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center
}
:where(.sr-style) .verify-step i {
width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:#edf4ff;color:var(--royal);font-style:normal;font-weight:900
}
:where(.sr-style) .verify-step b {
margin-top:6px;font-size:10.5px
}
:where(.sr-style) .verify-step small {
font-size:8.5px;color:#7e8a9c;margin-top:1px
}
:where(.sr-style) .verify-step.done i {
background:#ebf9f2;color:#0b965f
}
:where(.sr-style) .verify-step.live {
border-color:#b7d3ff;background:#f2f7ff
}
:where(.sr-style) .verify-step.live i {
background:var(--royal);color:#fff
}
:where(.sr-style) .premium-control-panel .network-gate {
margin-top:0;min-height:58px
}
:where(.sr-style) .premium-control-panel .network-gate small {
font-size:10.5px
}
:where(.sr-style) .a2a-section {
padding:94px 0 100px;background:#fff
}
:where(.sr-style) .a2a-split {
grid-template-columns:minmax(340px,.72fr) minmax(0,1.45fr);gap:52px;align-items:center
}
:where(.sr-style) .a2a-copy-stats {
display:flex;gap:8px;margin-top:21px;flex-wrap:wrap
}
:where(.sr-style) .a2a-copy-stats span {
min-width:108px;padding:10px;border:1px solid #e0e7ef;border-radius:10px;background:#f8faff;display:flex;flex-direction:column
}
:where(.sr-style) .a2a-copy-stats b {
font-size:10px;color:var(--royal)
}
:where(.sr-style) .a2a-copy-stats small {
font-size:11px;font-weight:800;color:#34465f;margin-top:2px
}
:where(.sr-style) .a2a-visual-board {
border-radius:24px;box-shadow:0 24px 64px rgba(14,41,80,.11)
}
:where(.sr-style) .a2a-network-map {
grid-template-columns:1fr 62px 1.05fr 62px 1fr;padding:25px 19px
}
:where(.sr-style) .a2a-node,
:where(.sr-style) .a2a-core-node {
min-height:205px;border-radius:17px
}
:where(.sr-style) .a2a-node {
padding:18px
}
:where(.sr-style) .a2a-node h3,
:where(.sr-style) .a2a-core-node h3 {
font-size:17px
}
:where(.sr-style) .a2a-node p {
font-size:11.5px
}
:where(.sr-style) .buyer-node {
border-color:#b9d6ff;background:linear-gradient(150deg,#edf6ff,#fff)
}
:where(.sr-style) .buyer-node .node-icon {
background:linear-gradient(135deg,#2f7de9,#1557d5);color:#fff;box-shadow:0 9px 20px rgba(21,87,213,.22)
}
:where(.sr-style) .buyer-node>small {
color:#1557d5
}
:where(.sr-style) .buyer-node .node-status {
background:#e8f2ff;color:#1557d5;border-color:#cfe2ff
}
:where(.sr-style) .a2a-core-node {
border-color:#174fae;background:radial-gradient(circle at 50% 20%,rgba(255,123,51,.15),transparent 28%),linear-gradient(145deg,#0d2c62,#1557d5 70%,#0c3f9c);color:#fff;box-shadow:0 15px 34px rgba(21,87,213,.20)
}
:where(.sr-style) .a2a-core-node>small,
:where(.sr-style) .a2a-core-node h3 {
color:#fff
}
:where(.sr-style) .a2a-core-node>small {
opacity:.8
}
:where(.sr-style) .core-rings span {
background:linear-gradient(135deg,#ff6a22,#ff4c11);box-shadow:0 0 0 8px rgba(255,255,255,.08),0 10px 25px rgba(255,90,31,.30)
}
:where(.sr-style) .core-signals span {
border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.09);color:#fff
}
:where(.sr-style) .supplier-node {
border-color:#bfe7d3;background:linear-gradient(150deg,#eefbf5,#fff)
}
:where(.sr-style) .supplier-node .node-icon {
background:linear-gradient(135deg,#13b778,#078a58);color:#fff;box-shadow:0 9px 20px rgba(10,160,101,.20)
}
:where(.sr-style) .supplier-node>small {
color:#087f51
}
:where(.sr-style) .supplier-node .node-status {
background:#ebf9f2;color:#087f51;border-color:#ceeada
}
:where(.sr-style) .a2a-link {
height:62px
}
:where(.sr-style) .a2a-link span {
top:31px
}
:where(.sr-style) .a2a-link b {
font-size:7.8px;padding:4px 5px
}
:where(.sr-style) .a2a-execution-lane {
padding:17px 18px 18px
}
:where(.sr-style) .lane-label {
margin-bottom:11px
}
:where(.sr-style) .lane-step {
min-height:63px;padding:8px
}
:where(.sr-style) .lane-step>span {
width:28px;height:28px
}
:where(.sr-style) .lane-step b {
font-size:11px
}
:where(.sr-style) .lane-step small {
font-size:8.5px
}
:where(.sr-style) .intelligence-section {
padding:94px 0 102px;background:linear-gradient(180deg,#f8faff,#fff)
}
:where(.sr-style) .intelligence-split {
grid-template-columns:minmax(340px,.72fr) minmax(0,1.45fr);gap:52px;align-items:center
}
:where(.sr-style) .intel-copy-tags {
display:flex;flex-wrap:wrap;gap:7px;margin-top:20px
}
:where(.sr-style) .intel-copy-tags span {
padding:7px 9px;border:1px solid #dce5f0;border-radius:999px;background:#fff;color:#53647b;font-size:10.5px;font-weight:800
}
:where(.sr-style) .compact-intel-workspace {
grid-template-columns:1fr;border-radius:24px;box-shadow:0 24px 64px rgba(14,41,80,.10)
}
:where(.sr-style) .compact-intel-workspace .intel-workspace-main {
padding:20px
}
:where(.sr-style) .compact-intel-workspace .intel-query-box {
min-height:65px
}
:where(.sr-style) .compact-intel-workspace .intel-visual-grid {
grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px
}
:where(.sr-style) .compact-intel-workspace .intel-visual-card {
min-height:157px;padding:13px;border-radius:13px
}
:where(.sr-style) .compact-intel-workspace .intel-visual-card .visual-icon {
width:34px;height:34px;margin-bottom:8px
}
:where(.sr-style) .compact-intel-workspace .intel-visual-card .visual-icon svg {
width:21px;height:21px
}
:where(.sr-style) .compact-intel-workspace .intel-visual-card>small {
font-size:7.5px
}
:where(.sr-style) .compact-intel-workspace .intel-visual-card>b {
font-size:11.5px
}
:where(.sr-style) .compact-intel-workspace .workspace-brand b {
font-size:13px
}
:where(.sr-style) .compact-intel-workspace .intel-query-box b {
font-size:13px
}
@media(max-width:1360px) {
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:repeat(4,minmax(0,1fr))
}
:where(.sr-style) .split-section,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split {
gap:38px;grid-template-columns:minmax(300px,.72fr) minmax(0,1.35fr)
}
:where(.sr-style) .supplier-network-visual {
grid-template-columns:1fr
}
:where(.sr-style) .premium-control-panel {
display:block
}
}
@media(max-width:1120px) {
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:repeat(3,minmax(0,1fr))
}
:where(.sr-style) .split-section,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split {
grid-template-columns:1fr;gap:28px
}
:where(.sr-style) .split-copy>p {
max-width:760px
}
:where(.sr-style) .supplier-network-visual {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .a2a-network-map {
grid-template-columns:1fr 70px 1fr 70px 1fr
}
:where(.sr-style) .supplier-node {
grid-column:auto;max-width:none;margin-top:0
}
:where(.sr-style) .a2a-link-right {
display:flex
}
:where(.sr-style) .compact-intel-workspace .intel-visual-grid {
grid-template-columns:repeat(3,1fr)
}
}
@media(max-width:860px) {
:where(.sr-style) .commerce-credentials {
height:52px
}
:where(.sr-style) .credentials-shell {
grid-template-columns:1fr
}
:where(.sr-style) .credentials-label {
display:none
}
:where(.sr-style) .credential-chip {
height:36px;min-width:182px
}
:where(.sr-style) .credential-chip img {
width:27px;height:27px
}
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr))
}
:where(.sr-style) #products .marketplace-head {
align-items:flex-start
}
:where(.sr-style) .supplier-network-visual {
grid-template-columns:1fr
}
:where(.sr-style) .compact-intel-workspace .intel-visual-grid {
grid-template-columns:repeat(2,1fr)
}
}
@media(max-width:760px) {
:where(.sr-style) .category-links button,
:where(.sr-style) .category-links a {
padding:0 14px;font-size:12px
}
:where(.sr-style) .all-categories {
min-width:164px
}
:where(.sr-style) #products .marketplace-head {
display:grid;gap:16px
}
:where(.sr-style) #products .view-all {
justify-self:start
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:190px;flex-basis:190px
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:16px
}
:where(.sr-style) .verification-path {
grid-template-columns:1fr
}
:where(.sr-style) .verification-path em {
transform:rotate(90deg);justify-self:center
}
:where(.sr-style) .a2a-network-map {
display:flex;flex-direction:column;gap:10px
}
:where(.sr-style) .a2a-link {
width:100%
}
:where(.sr-style) .a2a-core-node,
:where(.sr-style) .a2a-node {
width:100%
}
:where(.sr-style) .a2a-node {
padding-bottom:50px
}
}
@media(max-width:520px) {
:where(.sr-style) #products .marketplace-product-grid {
grid-template-columns:1fr
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:250px;flex-basis:250px
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:18px;min-height:0
}
:where(.sr-style) #products .product-commercial-row strong {
font-size:22px
}
:where(.sr-style) #products .product-supplier-line {
grid-template-columns:82px minmax(0,1fr)
}
:where(.sr-style) .compact-intel-workspace .intel-visual-grid {
grid-template-columns:1fr
}
:where(.sr-style) .split-copy h2 {
font-size:37px
}
}
:where(.sr-style) .market-header {
top:0
}
:where(.sr-style) .supplier-cta {
border:1px solid #bdd0f7!important;
  background:linear-gradient(135deg,#f7faff,#edf4ff)!important;
  color:#174aa8!important;
  box-shadow:0 7px 18px rgba(21,87,213,.08)!important;
}
:where(.sr-style) .supplier-cta .cta-icon {
background:linear-gradient(135deg,#dce9ff,#c9ddff)!important;
  color:#1557d5!important;
  box-shadow:inset 0 0 0 1px rgba(21,87,213,.08);
}
:where(.sr-style) .supplier-cta:hover {
border-color:#8fb1f1!important;background:linear-gradient(135deg,#f2f7ff,#e7f0ff)!important;box-shadow:0 10px 23px rgba(21,87,213,.14)!important
}
:where(.sr-style) .buyer-cta {
box-shadow:0 11px 26px rgba(255,90,31,.26)!important
}
:where(.sr-style) .hero-slide:nth-child(4) {
background:radial-gradient(circle at 76% 28%,rgba(65,105,225,.22),transparent 30%),linear-gradient(130deg,#0b1730,#15345f 58%,#1d4b78)
}
:where(.sr-style) .hero-slide:nth-child(5) {
background:radial-gradient(circle at 74% 25%,rgba(255,111,37,.19),transparent 30%),linear-gradient(130deg,#111a2e,#253957 58%,#334765)
}
:where(.sr-style) .port-slide {
grid-template-columns:.92fr 1.08fr!important;background:linear-gradient(130deg,#0b1730 0%,#10294e 47%,#dcecff 47.2%,#dcecff 100%)!important
}
:where(.sr-style) .port-slide .hero-copy {
background:linear-gradient(125deg,#0b1730,#10294e);z-index:55
}
:where(.sr-style) .hero-port-visual {
width:100%;height:100%;min-height:420px!important;border-radius:0;background:linear-gradient(180deg,#ddecff 0%,#eef6ff 38%,#d7eeff 39%,#9ed8fb 65%,#5eb7ea 100%)!important
}
:where(.sr-style) .home-live-visual {
position:relative;min-width:0;overflow:hidden;isolation:isolate
}
:where(.sr-style) .home-live-visual:after {
content:"";position:absolute;inset:0;z-index:40;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.13),transparent 18%,transparent 84%,rgba(255,255,255,.10)),linear-gradient(180deg,rgba(255,255,255,.08),transparent 26%)
}
:where(.sr-style) .home-live-hud {
position:absolute;z-index:50;top:14px;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border:1px solid rgba(255,255,255,.56);border-radius:12px;background:rgba(255,255,255,.76);backdrop-filter:blur(12px);color:#344158;box-shadow:0 8px 24px rgba(39,73,118,.08)
}
:where(.sr-style) .home-live-hud>div {
display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;letter-spacing:.06em
}
:where(.sr-style) .home-live-hud>b {
font-size:10px;letter-spacing:.08em
}
:where(.sr-style) .home-hud-dot {
width:7px;height:7px;border-radius:50%;background:#18b46c;animation:sr-sr-style-homeHudBlink 1.35s ease-in-out infinite
}
:where(.sr-style) .home-live-sky {
position:absolute;inset:0 0 47% 0;overflow:hidden
}
:where(.sr-style) .home-cloud {
position:absolute;width:72px;height:20px;border-radius:999px;background:rgba(255,255,255,.62)
}
:where(.sr-style) .home-cloud:before,
:where(.sr-style) .home-cloud:after {
content:"";position:absolute;bottom:4px;border-radius:50%;background:inherit
}
:where(.sr-style) .home-cloud:before {
width:28px;height:28px;left:14px
}
:where(.sr-style) .home-cloud:after {
width:38px;height:38px;right:10px
}
:where(.sr-style) .hc-a {
top:80px;left:16%;animation:sr-sr-style-homeCloudA 18s linear infinite
}
:where(.sr-style) .hc-b {
top:120px;left:66%;transform:scale(.72);opacity:.7;animation:sr-sr-style-homeCloudB 24s linear infinite
}
:where(.sr-style) .home-india-origin,
:where(.sr-style) .home-world-checkin {
position:absolute;z-index:18;bottom:88px;width:31%;height:190px;pointer-events:none
}
:where(.sr-style) .home-india-origin {
left:0
}
:where(.sr-style) .home-world-checkin {
right:0
}
:where(.sr-style) .home-india-origin:after,
:where(.sr-style) .home-world-checkin:after {
content:"";position:absolute;left:0;right:0;bottom:0;height:25px;background:#5f7185;border-top:5px solid #77899b
}
:where(.sr-style) .home-origin-label,
:where(.sr-style) .home-checkin-label {
position:absolute;z-index:25;top:17px;padding:8px 9px;border:1px solid rgba(255,255,255,.72);border-radius:11px;background:rgba(255,255,255,.86);backdrop-filter:blur(9px);box-shadow:0 8px 18px rgba(27,52,82,.08)
}
:where(.sr-style) .home-origin-label {
left:10px;display:flex;align-items:center;gap:6px
}
:where(.sr-style) .home-origin-label>span {
font-size:18px
}
:where(.sr-style) .home-origin-label small,
:where(.sr-style) .home-checkin-label small {
display:block;color:#7c8797;font-size:7.5px;letter-spacing:.08em;font-weight:800
}
:where(.sr-style) .home-origin-label b,
:where(.sr-style) .home-checkin-label b {
display:block;margin-top:3px;color:#182235;font-size:9px;letter-spacing:.03em
}
:where(.sr-style) .home-checkin-label {
right:10px;text-align:right;min-width:120px
}
:where(.sr-style) .home-checkin-flags {
display:flex;justify-content:flex-end;gap:3px;margin-top:5px
}
:where(.sr-style) .home-checkin-flags span {
display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;font-size:12px;box-shadow:0 3px 10px rgba(17,24,39,.08)
}
:where(.sr-style) .home-origin-crane {
position:absolute;left:18px;bottom:23px;width:82px;height:100px
}
:where(.sr-style) .hoc-post {
position:absolute;left:16px;bottom:0;width:6px;height:88px;background:#43566c
}
:where(.sr-style) .hoc-arm {
position:absolute;left:16px;top:8px;width:62px;height:5px;background:#43566c
}
:where(.sr-style) .hoc-cable {
position:absolute;top:13px;right:10px;width:2px;height:36px;background:#52677d;animation:sr-sr-style-homeCable 4s ease-in-out infinite
}
:where(.sr-style) .hoc-hook {
position:absolute;top:48px;right:5px;width:9px;height:8px;border-right:2px solid #52677d;border-bottom:2px solid #52677d;border-radius:0 0 6px 0;animation:sr-sr-style-homeHook 4s ease-in-out infinite
}
:where(.sr-style) .home-origin-boxes {
position:absolute;left:78px;bottom:26px;width:76px;height:50px
}
:where(.sr-style) .home-origin-boxes i,
:where(.sr-style) .home-checkin-boxes i {
position:absolute;border-radius:3px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.18)
}
:where(.sr-style) .home-origin-boxes i {
width:41px;height:18px
}
:where(.sr-style) .home-origin-boxes i:nth-child(1) {
left:0;bottom:0;background:#ff6a3b
}
:where(.sr-style) .home-origin-boxes i:nth-child(2) {
left:31px;bottom:0;background:#5b70e8
}
:where(.sr-style) .home-origin-boxes i:nth-child(3) {
left:16px;bottom:19px;background:#eeb73d;animation:sr-sr-style-homeContainerLift 4s ease-in-out infinite
}
:where(.sr-style) .home-sea-zone {
position:absolute;z-index:10;left:25%;right:3%;bottom:88px;height:290px
}
:where(.sr-style) .home-wave {
position:absolute;left:-18%;width:136%;height:40px;border-radius:50%;border-top:2px solid rgba(255,255,255,.42)
}
:where(.sr-style) .hw-1 {
bottom:16px;animation:sr-sr-style-homeWave 5s linear infinite
}
:where(.sr-style) .hw-2 {
bottom:53px;opacity:.68;animation:sr-sr-style-homeWave 7s linear infinite reverse
}
:where(.sr-style) .hw-3 {
bottom:88px;opacity:.4;animation:sr-sr-style-homeWave 9s linear infinite
}
:where(.sr-style) .home-single-route {
position:absolute!important;z-index:12!important;left:31%!important;right:31%!important;bottom:88px!important;height:82px!important;overflow:visible!important;pointer-events:none
}
:where(.sr-style) .home-single-route .home-route-line {
display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:26px!important;height:0!important;border-top:1px dashed rgba(53,93,157,.30)!important
}
:where(.sr-style) .home-single-route .home-route-line:after {
content:"";position:absolute;right:-1px;top:-4px;width:8px;height:8px;border-top:1px solid rgba(53,93,157,.4);border-right:1px solid rgba(53,93,157,.4);transform:rotate(45deg)
}
:where(.sr-style) .home-vessel {
position:absolute!important;z-index:16!important;bottom:26px!important;left:-100px;opacity:0;width:100px;height:59px;filter:drop-shadow(0 7px 5px rgba(26,63,91,.13));transform:scale(.9)
}
:where(.sr-style) .home-vessel-hull {
position:absolute;left:5px;right:0;bottom:0;height:20px;background:#203f62;clip-path:polygon(0 0,100% 0,85% 100%,16% 100%)
}
:where(.sr-style) .home-vessel-bridge {
position:absolute;right:18px;bottom:20px;width:20px;height:21px;border-radius:4px 4px 0 0;background:#f6fbff;box-shadow:inset 0 -6px 0 #cbd8e6
}
:where(.sr-style) .home-vessel-cargo {
position:absolute;left:24px;bottom:20px;display:grid;grid-template-columns:repeat(3,19px);gap:2px
}
:where(.sr-style) .home-vessel-cargo i {
width:19px;height:13px;border-radius:2px;background:#ff7043
}
:where(.sr-style) .home-vessel-cargo i:nth-child(2) {
background:#f5c046
}
:where(.sr-style) .home-vessel-cargo i:nth-child(3) {
background:#5a75e6
}
:where(.sr-style) .cargo-purple i:nth-child(1) {
background:#7b5ee6
}
:where(.sr-style) .cargo-purple i:nth-child(2) {
background:#e35f9b
}
:where(.sr-style) .cargo-purple i:nth-child(3) {
background:#42a88a
}
:where(.sr-style) .cargo-green i:nth-child(1) {
background:#2da582
}
:where(.sr-style) .cargo-green i:nth-child(2) {
background:#75ab53
}
:where(.sr-style) .cargo-green i:nth-child(3) {
background:#d8a943
}
:where(.sr-style) .home-cargo-tag {
position:absolute;z-index:20;left:2px;bottom:47px;display:flex;align-items:center;gap:4px;min-width:96px;padding:4px 6px;border:1px solid rgba(255,255,255,.72);border-radius:10px;background:rgba(255,255,255,.91);backdrop-filter:blur(8px);box-shadow:0 8px 18px rgba(21,50,78,.09)
}
:where(.sr-style) .home-cargo-tag>span {
font-size:12px
}
:where(.sr-style) .home-cargo-tag b {
display:block;color:#27364c;font-size:7.5px;white-space:nowrap
}
:where(.sr-style) .home-cargo-tag small {
display:block;margin-top:1px;color:#8390a1;font-size:6.8px;line-height:1;white-space:nowrap
}
:where(.sr-style) .home-single-route .hv-a {
animation:sr-sr-style-homeExactDockShipment 14.4s linear infinite!important;animation-delay:0s!important
}
:where(.sr-style) .home-single-route .hv-b {
animation:sr-sr-style-homeExactDockShipment 14.4s linear infinite!important;animation-delay:4.8s!important
}
:where(.sr-style) .home-single-route .hv-c {
animation:sr-sr-style-homeExactDockShipment 14.4s linear infinite!important;animation-delay:9.6s!important
}
:where(.sr-style) .home-checkin-terminal {
position:absolute;z-index:21;left:6px;bottom:25px;width:80px;height:76px
}
:where(.sr-style) .hct-block {
position:absolute;left:0;right:0;bottom:0;height:51px;border-radius:5px 5px 0 0;background:#62778d;box-shadow:inset 0 -7px 0 rgba(28,51,72,.14)
}
:where(.sr-style) .hct-block:before,
:where(.sr-style) .hct-block:after {
content:"";position:absolute;bottom:8px;width:19px;height:25px;border-radius:2px 2px 0 0;background:#dce6ee
}
:where(.sr-style) .hct-block:before {
left:11px
}
:where(.sr-style) .hct-block:after {
right:11px
}
:where(.sr-style) .hct-cap {
position:absolute;z-index:2;top:16px;left:-5px;right:-5px;height:11px;background:#40556c;clip-path:polygon(8% 0,92% 0,100% 100%,0 100%)
}
:where(.sr-style) .home-checkin-crane {
position:absolute;z-index:22;right:7px;bottom:23px;width:74px;height:96px
}
:where(.sr-style) .hcc-post {
position:absolute;right:15px;bottom:0;width:6px;height:84px;background:#43566c
}
:where(.sr-style) .hcc-arm {
position:absolute;right:15px;top:8px;width:58px;height:5px;background:#43566c
}
:where(.sr-style) .hcc-cable {
position:absolute;top:13px;left:8px;width:2px;height:34px;background:#52677d;animation:sr-sr-style-homeCable 4s ease-in-out infinite
}
:where(.sr-style) .hcc-hook {
position:absolute;top:46px;left:3px;width:9px;height:7px;border-left:2px solid #52677d;border-bottom:2px solid #52677d;border-radius:0 0 0 6px;animation:sr-sr-style-homeHook 4s ease-in-out infinite
}
:where(.sr-style) .home-checkin-boxes {
position:absolute;z-index:23;right:63px;bottom:25px;width:60px;height:42px
}
:where(.sr-style) .home-checkin-boxes i {
width:32px;height:14px
}
:where(.sr-style) .home-checkin-boxes i:nth-child(1) {
left:0;bottom:0;background:#5b70e8
}
:where(.sr-style) .home-checkin-boxes i:nth-child(2) {
left:25px;bottom:0;background:#ff6a3b
}
:where(.sr-style) .home-checkin-boxes i:nth-child(3) {
left:13px;bottom:15px;background:#eeb73d
}
:where(.sr-style) .home-flow-status {
position:absolute;z-index:52;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px
}
:where(.sr-style) .hfs-step {
position:relative;min-width:0;padding:7px 6px 7px 22px;border:1px solid rgba(255,255,255,.54);border-radius:9px;background:rgba(255,255,255,.8);backdrop-filter:blur(9px)
}
:where(.sr-style) .hfs-step>span {
position:absolute;left:7px;top:50%;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:#aab5c3
}
:where(.sr-style) .hfs-step small {
display:block;color:#8a95a5;font-size:7px;font-weight:800
}
:where(.sr-style) .hfs-step b {
display:block;margin-top:1px;overflow:hidden;color:#334056;font-size:7.5px;font-weight:700;line-height:1.1;text-overflow:ellipsis;white-space:nowrap
}
:where(.sr-style) .hfs-1>span {
animation:sr-sr-style-homeStage1 12s linear infinite
}
:where(.sr-style) .hfs-2>span {
animation:sr-sr-style-homeStage2 12s linear infinite
}
:where(.sr-style) .hfs-3>span {
animation:sr-sr-style-homeStage3 12s linear infinite
}
:where(.sr-style) .hfs-4>span {
animation:sr-sr-style-homeStage4 12s linear infinite
}
:where(.sr-style) .home-live-caption {
position:absolute;z-index:50;right:10px;bottom:58px;padding:3px 6px;border-radius:6px;background:rgba(18,33,52,.42);color:rgba(255,255,255,.84);font-size:7px
}
:where(.sr-style) .hero-network-slide {
background:radial-gradient(circle at 50% 50%,rgba(73,128,235,.16),transparent 55%)
}
:where(.sr-style) .network-hero-core {
position:relative;width:300px;height:300px;display:grid;place-items:center
}
:where(.sr-style) .network-core-ring {
position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.14);inset:28px;animation:sr-sr-style-networkSpin 18s linear infinite
}
:where(.sr-style) .network-core-ring.ring-b {
inset:66px;border-style:dashed;animation-direction:reverse;animation-duration:13s
}
:where(.sr-style) .network-core-logo {
width:76px;height:76px;border-radius:22px;padding:10px;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.26);z-index:3
}
:where(.sr-style) .network-core-logo img {
width:100%;height:100%;object-fit:contain
}
:where(.sr-style) .network-node {
position:absolute;min-width:118px;padding:9px 10px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(255,255,255,.94);box-shadow:0 12px 27px rgba(4,15,35,.18);color:#17243a
}
:where(.sr-style) .network-node b {
display:block;font-size:10px;color:#1557d5
}
:where(.sr-style) .network-node small {
display:block;margin-top:2px;font-size:8px;color:#6e7a8c
}
:where(.sr-style) .nn-a {
top:26px;left:-8px
}
:where(.sr-style) .nn-b {
right:-4px;top:104px
}
:where(.sr-style) .nn-c {
left:26px;bottom:18px
}
:where(.sr-style) .hero-rfq-visual:before {
display:none
}
:where(.sr-style) .rfq-hero-sheet {
position:relative;z-index:2;width:82%;max-width:330px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 25px 50px rgba(0,0,0,.25);color:#17243a;transform:rotate(-2deg)
}
:where(.sr-style) .rfq-hero-sheet>span {
font-size:8px;font-weight:900;letter-spacing:.12em;color:#1557d5
}
:where(.sr-style) .rfq-hero-sheet>div:not(.rfq-sheet-grid):not(.rfq-sheet-progress) {
margin-top:14px;padding:11px 12px;border-radius:10px;background:#f6f8fc
}
:where(.sr-style) .rfq-hero-sheet small {
display:block;font-size:8px;color:#8190a5
}
:where(.sr-style) .rfq-hero-sheet b {
font-size:12px
}
:where(.sr-style) .rfq-sheet-grid {
display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px
}
:where(.sr-style) .rfq-sheet-grid p {
margin:0;padding:10px;border:1px solid #e2e8f1;border-radius:9px;background:#fff
}
:where(.sr-style) .rfq-sheet-progress {
display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:16px 0 10px
}
:where(.sr-style) .rfq-sheet-progress i {
height:5px;border-radius:5px;background:#1557d5
}
:where(.sr-style) .rfq-sheet-progress i:nth-child(4) {
background:#ff681f
}
:where(.sr-style) .rfq-hero-sheet strong {
font-size:9px;color:#5f6d82
}
:where(.sr-style) .footer-top-v10 {
grid-template-columns:1.55fr repeat(4,.72fr);gap:42px
}
:where(.sr-style) .footer-top-v10>div>b {
font-size:14px!important
}
:where(.sr-style) .footer-top-v10 a {
font-size:13.5px!important
}
:where(.sr-style) .footer-brand p {
font-size:13.5px!important
}
:where(.sr-style) .footer-bottom {
font-size:12.5px!important
}
@keyframes sr-sr-style-homeHudBlink {
0%,100% {
opacity:1
}
50% {
opacity:.45
}
}
@keyframes sr-sr-style-homeCloudA {
0% {
transform:translateX(-30px)
}
50% {
transform:translateX(28px)
}
100% {
transform:translateX(-30px)
}
}
@keyframes sr-sr-style-homeCloudB {
0% {
transform:translateX(28px) scale(.72)
}
50% {
transform:translateX(-28px) scale(.72)
}
100% {
transform:translateX(28px) scale(.72)
}
}
@keyframes sr-sr-style-homeCable {
0%,100% {
height:36px
}
50% {
height:52px
}
}
@keyframes sr-sr-style-homeHook {
0%,100% {
transform:translateY(0)
}
50% {
transform:translateY(16px)
}
}
@keyframes sr-sr-style-homeContainerLift {
0%,20%,100% {
transform:translateY(0)
}
45%,70% {
transform:translateY(-15px)
}
}
@keyframes sr-sr-style-homeWave {
0% {
transform:translateX(-3%)
}
50% {
transform:translateX(3%)
}
100% {
transform:translateX(-3%)
}
}
@keyframes sr-sr-style-homeExactDockShipment {
0% {
left:-100px;opacity:0;transform:scale(.9)
}
3% {
opacity:1
}
78% {
left:calc(100% - 10px);opacity:1;transform:scale(.78)
}
88% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
88.01%,100% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
}
@keyframes sr-sr-style-homeStage1 {
0%,23% {
background:#19b36b;box-shadow:0 0 0 4px rgba(25,179,107,.12)
}
28%,100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-style-homeStage2 {
0%,23% {
background:#aab5c3
}
28%,50% {
background:#6277e7;box-shadow:0 0 0 4px rgba(98,119,231,.12)
}
55%,100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-style-homeStage3 {
0%,50% {
background:#aab5c3
}
55%,75% {
background:#e9a42d;box-shadow:0 0 0 4px rgba(233,164,45,.12)
}
80%,100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-style-homeStage4 {
0%,75% {
background:#aab5c3
}
80%,96% {
background:#19b36b;box-shadow:0 0 0 4px rgba(25,179,107,.12)
}
100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-style-networkSpin {
to {
transform:rotate(360deg)
}
}
@media(max-width:1240px) {
:where(.sr-style) .footer-top-v10 {
grid-template-columns:1.4fr repeat(2,1fr)
}
:where(.sr-style) .footer-top-v10 .footer-brand {
grid-row:span 2
}
:where(.sr-style) .port-slide {
grid-template-columns:1fr 1fr!important
}
:where(.sr-style) .home-cargo-tag {
display:none
}
}
@media(max-width:1020px) {
:where(.sr-style) .footer-top-v10 {
grid-template-columns:1.3fr repeat(2,1fr)
}
:where(.sr-style) .hero-port-visual {
min-height:420px!important
}
}
@media(max-width:760px) {
:where(.sr-style) .port-slide {
grid-template-columns:1fr!important;grid-template-rows:auto 205px!important;background:#10294e!important
}
:where(.sr-style) .port-slide .hero-copy {
padding-bottom:55px
}
:where(.sr-style) .hero-port-visual {
min-height:205px!important;height:205px!important
}
:where(.sr-style) .home-live-hud {
top:7px;left:8px;right:8px;padding:6px 7px
}
:where(.sr-style) .home-live-hud>div,
:where(.sr-style) .home-live-hud>b {
font-size:7px
}
:where(.sr-style) .home-india-origin,
:where(.sr-style) .home-world-checkin {
bottom:43px;height:110px;width:32%
}
:where(.sr-style) .home-sea-zone {
bottom:43px;height:160px
}
:where(.sr-style) .home-single-route {
bottom:43px!important;height:50px!important
}
:where(.sr-style) .home-origin-label,
:where(.sr-style) .home-checkin-label {
display:none
}
:where(.sr-style) .home-origin-crane,
:where(.sr-style) .home-checkin-crane,
:where(.sr-style) .home-checkin-terminal {
transform:scale(.58);transform-origin:bottom left
}
:where(.sr-style) .home-checkin-crane {
transform-origin:bottom right
}
:where(.sr-style) .home-origin-boxes {
transform:scale(.62);transform-origin:bottom left;left:51px
}
:where(.sr-style) .home-checkin-boxes {
transform:scale(.62);transform-origin:bottom right;right:38px
}
:where(.sr-style) .home-vessel {
width:74px;height:44px
}
:where(.sr-style) .home-vessel-cargo {
left:18px;bottom:15px;grid-template-columns:repeat(3,14px)
}
:where(.sr-style) .home-vessel-cargo i {
width:14px;height:10px
}
:where(.sr-style) .home-vessel-hull {
height:15px
}
:where(.sr-style) .home-vessel-bridge {
right:14px;bottom:15px;width:15px;height:16px
}
:where(.sr-style) .home-flow-status {
display:none
}
:where(.sr-style) .home-live-caption {
display:none
}
:where(.sr-style) .network-hero-core {
width:220px;height:190px
}
:where(.sr-style) .network-core-ring {
inset:15px 32px
}
:where(.sr-style) .network-core-ring.ring-b {
inset:48px 65px
}
:where(.sr-style) .network-core-logo {
width:58px;height:58px
}
:where(.sr-style) .network-node {
min-width:100px;padding:7px
}
:where(.sr-style) .nn-a {
left:0;top:3px
}
:where(.sr-style) .nn-b {
right:0;top:73px
}
:where(.sr-style) .nn-c {
left:15px;bottom:1px
}
:where(.sr-style) .rfq-hero-sheet {
width:75%;padding:14px
}
:where(.sr-style) .footer-top-v10 {
grid-template-columns:1fr 1fr
}
:where(.sr-style) .footer-top-v10 .footer-brand {
grid-column:1/-1;grid-row:auto
}
}
@media(prefers-reduced-motion:reduce) {
:where(.sr-style) .home-single-route .hv-a {
left:42%!important;opacity:1!important;animation:none!important
}
:where(.sr-style) .home-single-route .hv-b,
:where(.sr-style) .home-single-route .hv-c {
display:none!important
}
:where(.sr-style) .home-cloud,
:where(.sr-style) .hoc-cable,
:where(.sr-style) .hoc-hook,
:where(.sr-style) .home-origin-boxes i,
:where(.sr-style) .hcc-cable,
:where(.sr-style) .hcc-hook,
:where(.sr-style) .network-core-ring {
animation:none!important
}
}
@media (max-width:760px) {
:where(.sr-style) .market-header {
position:static !important;
    top:auto !important;
    z-index:40;
    backdrop-filter:none;
}
:where(.sr-style) .hero-universal-cta {
left:50% !important;
    right:auto !important;
    bottom:12px !important;
    width:calc(100% - 44px);
    max-width:238px;
    min-height:46px;
    padding:0 18px;
    justify-content:center;
    text-align:center;
    transform:translateX(-50%);
    white-space:nowrap;
}
:where(.sr-style) .hero-universal-cta:hover,
:where(.sr-style) .hero-universal-cta:focus-visible {
transform:translateX(-50%) translateY(-2px);
}
:where(.sr-style) .hero-dots {
left:50% !important;
    right:auto !important;
    bottom:68px !important;
    transform:translateX(-50%);
    justify-content:center;
}
:where(.sr-style) .hero-copy {
padding-bottom:94px !important;
}
}
@media (max-width:480px) {
:where(.sr-style) .hero-universal-cta {
width:calc(100% - 36px);
    max-width:224px;
    bottom:10px !important;
    font-size:13px;
}
:where(.sr-style) .hero-dots {
bottom:65px !important;
}
}
:where(.sr-style) .product-category-stream {
display:flex;flex-direction:column;gap:34px
}
:where(.sr-style) .product-category-group {
padding-top:4px
}
:where(.sr-style) .product-category-head {
display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #e7ebf1
}
:where(.sr-style) .product-category-head>div {
max-width:760px
}
:where(.sr-style) .product-category-head span {
display:block;font-size:9.5px;font-weight:900;letter-spacing:.13em;color:#1557d5
}
:where(.sr-style) .product-category-head h3 {
margin:4px 0 3px;font-size:25px;line-height:1.08;letter-spacing:-.035em;color:#172944
}
:where(.sr-style) .product-category-head p {
margin:0;font-size:12.5px;line-height:1.5;color:#748196
}
:where(.sr-style) .product-category-head button {
min-height:38px;padding:0 13px;border:1px solid #cfdaec;border-radius:9px;background:#f7faff;color:#1557d5;font-size:11.5px;font-weight:850;cursor:pointer;white-space:nowrap
}
:where(.sr-style) .product-category-head button:hover {
border-color:#1557d5;background:#eef4ff
}
:where(.sr-style) .sponsored-product-slot {
margin-bottom:24px;padding:14px;border:1px dashed #b9c9e6;border-radius:14px;background:#f7faff
}
:where(.sr-style) .product-category-group .marketplace-product-grid {
display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px
}
@media(max-width:1240px) {
:where(.sr-style) .product-category-group .marketplace-product-grid {
grid-template-columns:repeat(4,minmax(0,1fr))
}
}
@media(max-width:980px) {
:where(.sr-style) .product-category-group .marketplace-product-grid {
grid-template-columns:repeat(3,minmax(0,1fr))
}
}
@media(max-width:760px) {
:where(.sr-style) .market-header {
position:static!important;top:auto!important;z-index:40;background:#fff;box-shadow:none;backdrop-filter:none
}
:where(.sr-style) .header-main {
display:flex;flex-wrap:wrap;height:auto!important;gap:9px;padding:10px 0 9px
}
:where(.sr-style) .brand {
order:1;margin-right:auto
}
:where(.sr-style) .brand-mark {
width:42px;height:42px;border-radius:12px
}
:where(.sr-style) .brand-text strong {
font-size:19px
}
:where(.sr-style) .brand-text small {
font-size:8.5px;margin-top:3px
}
:where(.sr-style) .header-actions {
display:none!important
}
:where(.sr-style) .mobile-menu-btn {
display:block;order:2;width:43px;height:43px;flex:0 0 43px;border-color:#dce3ed;background:#f8faff
}
:where(.sr-style) .search-wrap {
order:3;flex:0 0 100%;width:100%;min-width:0;height:48px;margin-top:1px;border-width:2px;border-color:#1557d5;border-radius:11px;box-shadow:0 5px 15px rgba(21,87,213,.08)
}
:where(.sr-style) .search-type {
width:86px;flex:0 0 86px;padding:0 8px;font-size:12px
}
:where(.sr-style) .search-wrap input {
font-size:13.5px;padding:0 10px
}
:where(.sr-style) .search-btn {
min-width:49px;width:49px;padding:0;border-radius:0 8px 8px 0
}
:where(.sr-style) .search-btn svg {
width:18px;height:18px
}
:where(.sr-style) .search-btn span {
display:none
}
:where(.sr-style) .search-type-menu {
top:50px
}
:where(.sr-style) .search-suggestions {
top:50px;left:0;right:0
}
:where(.sr-style) .category-nav {
display:block!important;position:relative;border-top:1px solid #edf1f6;border-bottom:1px solid #e3e9f2;background:#fff
}
:where(.sr-style) .category-nav-inner {
width:100%!important;height:46px;padding:0 0 0 12px;gap:0;overflow:hidden
}
:where(.sr-style) .all-categories {
display:none!important
}
:where(.sr-style) .category-links {
display:flex!important;height:46px;width:100%;overflow-x:auto;overflow-y:hidden;gap:0;padding-right:12px;scrollbar-width:none;overscroll-behavior-inline:contain
}
:where(.sr-style) .category-links::-webkit-scrollbar {
display:none
}
:where(.sr-style) .category-links button,
:where(.sr-style) .category-links a {
flex:0 0 auto;height:46px;padding:0 15px;border-right:1px solid #edf1f6;font-size:12px;font-weight:780;color:#34445b;background:#fff
}
:where(.sr-style) .category-links button:first-child {
border-left:1px solid #edf1f6
}
:where(.sr-style) .category-links button:active,
:where(.sr-style) .category-links a:active {
background:#eef4ff;color:#1557d5
}
:where(.sr-style) .mega-menu {
display:none!important
}
:where(.sr-style) .mobile-panel {
position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:100%;padding:7px 12px 12px;border-top:1px solid #e7ebf1;background:#fff;box-shadow:0 10px 22px rgba(15,36,68,.07);flex-direction:column;gap:3px;z-index:50
}
:where(.sr-style) .mobile-panel.is-open {
display:flex!important
}
:where(.sr-style) .mobile-panel a {
min-height:42px;padding:0 12px;display:flex;align-items:center;border-radius:9px;font-size:13px;font-weight:760;color:#293a53
}
:where(.sr-style) .mobile-panel .mobile-quote {
justify-content:center;margin-top:3px;background:linear-gradient(135deg,#ff5a1f,#ff7418);color:#fff
}
:where(.sr-style) .commerce-credentials {
height:50px;background:#f8fbff
}
:where(.sr-style) .credentials-shell {
width:100%!important;height:50px;grid-template-columns:112px 1fr;gap:6px;padding-left:12px
}
:where(.sr-style) .credentials-label {
height:30px;padding-right:8px;gap:6px
}
:where(.sr-style) .credentials-label b {
font-size:8.5px;letter-spacing:.09em
}
:where(.sr-style) .credential-live-dot {
width:6px;height:6px;box-shadow:0 0 0 4px rgba(20,184,115,.08)
}
:where(.sr-style) .credential-chip {
height:36px;min-width:168px;padding:4px 8px 4px 5px;gap:7px;border-radius:8px
}
:where(.sr-style) .credential-chip img {
width:27px;height:27px
}
:where(.sr-style) .credential-chip b {
font-size:9.5px
}
:where(.sr-style) .credential-chip small {
font-size:8px
}
:where(.sr-style) .market-hero {
padding:12px 0 18px;background:linear-gradient(180deg,#f4f8fd 0%,#fff 100%)
}
:where(.sr-style) .hero-commerce-grid {
display:flex!important;flex-direction:column;gap:12px
}
:where(.sr-style) .category-rail {
display:none!important
}
:where(.sr-style) .hero-stage {
order:1;width:100%;height:318px;min-height:318px!important;border-radius:16px;overflow:hidden;box-shadow:0 13px 30px rgba(16,35,67,.12)
}
:where(.sr-style) .hero-slides {
position:relative;height:318px!important;display:flex!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain
}
:where(.sr-style) .hero-slides::-webkit-scrollbar {
display:none
}
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide {
position:relative!important;inset:auto!important;flex:0 0 100%;min-width:100%;width:100%;height:318px!important;min-height:318px!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(145px,.92fr)!important;grid-template-rows:1fr!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;scroll-snap-align:start;scroll-snap-stop:always
}
:where(.sr-style) .hero-copy {
min-width:0;padding:22px 8px 74px 18px!important;display:flex;flex-direction:column;justify-content:center
}
:where(.sr-style) .hero-kicker {
font-size:7.5px;letter-spacing:.08em;line-height:1.25
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:clamp(24px,7.1vw,30px)!important;line-height:.98!important;letter-spacing:-.043em;margin:10px 0 10px!important;max-width:100%
}
:where(.sr-style) .hero-copy p {
font-size:10.8px!important;line-height:1.48!important;max-width:100%;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden
}
:where(.sr-style) .hero-proof {
display:none!important
}
:where(.sr-style) .hero-visual,
:where(.sr-style) .hero-port-visual {
height:318px!important;min-height:318px!important;width:100%;align-self:stretch
}
:where(.sr-style) .hero-product-image {
width:82%;max-width:none;aspect-ratio:.82;border-radius:14px;border-width:3px;transform:rotate(1deg)
}
:where(.sr-style) .floating-card {
transform:scale(.78);transform-origin:center;max-width:150px
}
:where(.sr-style) .fc-top {
top:23px;right:7px
}
:where(.sr-style) .fc-bottom {
left:7px;bottom:61px
}
:where(.sr-style) .network-hero-core {
width:160px;height:210px
}
:where(.sr-style) .network-core-ring {
inset:31px 10px
}
:where(.sr-style) .network-core-ring.ring-b {
inset:59px 34px
}
:where(.sr-style) .network-node {
min-width:88px;padding:6px 7px
}
:where(.sr-style) .network-node b {
font-size:8px
}
:where(.sr-style) .network-node small {
font-size:7px
}
:where(.sr-style) .nn-a {
left:0;top:17px
}
:where(.sr-style) .nn-b {
right:0;top:89px
}
:where(.sr-style) .nn-c {
left:8px;bottom:18px
}
:where(.sr-style) .rfq-hero-sheet {
width:88%;max-width:175px;padding:10px;border-radius:12px;transform:rotate(-1deg)
}
:where(.sr-style) .rfq-hero-sheet>span {
font-size:6px
}
:where(.sr-style) .rfq-hero-sheet>div:not(.rfq-sheet-grid):not(.rfq-sheet-progress) {
margin-top:7px;padding:7px
}
:where(.sr-style) .rfq-hero-sheet small {
font-size:6px
}
:where(.sr-style) .rfq-hero-sheet b {
font-size:8px
}
:where(.sr-style) .rfq-sheet-grid {
gap:4px;margin-top:4px
}
:where(.sr-style) .rfq-sheet-grid p {
padding:6px
}
:where(.sr-style) .rfq-sheet-progress {
gap:3px;margin:8px 0 5px
}
:where(.sr-style) .rfq-hero-sheet strong {
font-size:6.5px
}
:where(.sr-style) .port-slide .hero-copy {
padding-bottom:74px!important
}
:where(.sr-style) .hero-port-visual {
border-radius:0!important
}
:where(.sr-style) .home-live-hud {
top:6px;left:5px;right:5px;padding:5px 6px
}
:where(.sr-style) .home-live-hud>div,
:where(.sr-style) .home-live-hud>b {
font-size:5.8px
}
:where(.sr-style) .home-india-origin,
:where(.sr-style) .home-world-checkin {
bottom:42px;height:128px;width:34%
}
:where(.sr-style) .home-sea-zone {
bottom:42px;height:205px
}
:where(.sr-style) .home-single-route {
bottom:42px!important;height:60px!important
}
:where(.sr-style) .home-origin-label,
:where(.sr-style) .home-checkin-label,
:where(.sr-style) .home-flow-status,
:where(.sr-style) .home-live-caption {
display:none!important
}
:where(.sr-style) .home-origin-crane,
:where(.sr-style) .home-checkin-crane,
:where(.sr-style) .home-checkin-terminal {
transform:scale(.52);transform-origin:bottom left
}
:where(.sr-style) .home-checkin-crane {
transform-origin:bottom right
}
:where(.sr-style) .home-origin-boxes {
transform:scale(.55);transform-origin:bottom left;left:40px
}
:where(.sr-style) .home-checkin-boxes {
transform:scale(.55);transform-origin:bottom right;right:30px
}
:where(.sr-style) .home-vessel {
width:62px;height:39px
}
:where(.sr-style) .home-vessel-cargo {
left:13px;bottom:13px;grid-template-columns:repeat(3,12px)
}
:where(.sr-style) .home-vessel-cargo i {
width:12px;height:9px
}
:where(.sr-style) .home-vessel-hull {
height:13px
}
:where(.sr-style) .home-vessel-bridge {
right:10px;bottom:13px;width:13px;height:14px
}
:where(.sr-style) .home-cargo-tag {
display:none!important
}
:where(.sr-style) .hero-dots {
left:50%!important;right:auto!important;bottom:58px!important;transform:translateX(-50%);z-index:10;gap:5px
}
:where(.sr-style) .hero-dots button {
width:15px;height:3px
}
:where(.sr-style) .hero-dots button.is-active {
width:26px
}
:where(.sr-style) .hero-universal-cta {
left:50%!important;right:auto!important;bottom:11px!important;width:auto!important;min-width:164px;max-width:none;min-height:40px;padding:0 15px;transform:translateX(-50%)!important;justify-content:center;text-align:center;border-radius:9px;font-size:11.5px;z-index:11
}
:where(.sr-style) .hero-universal-cta:hover,
:where(.sr-style) .hero-universal-cta:focus-visible {
transform:translateX(-50%) translateY(-1px)!important
}
:where(.sr-style) .rfq-panel {
order:2;width:100%;margin:0!important;min-height:0!important;padding:0 16px 16px!important;border:1px solid #cbd9ec;border-radius:17px!important;background:#fff;box-shadow:0 14px 32px rgba(21,62,118,.11)!important;display:block!important;overflow:hidden
}
:where(.sr-style) .rfq-panel:before {
height:4px
}
:where(.sr-style) .rfq-head {
margin:0 -16px!important;padding:16px 16px 13px!important;gap:10px;background:linear-gradient(135deg,#edf4ff,#fff8f4)
}
:where(.sr-style) .rfq-head .rfq-icon {
width:37px;height:37px;border-radius:10px;font-size:18px
}
:where(.sr-style) .rfq-head small {
font-size:8.5px
}
:where(.sr-style) .rfq-head h2 {
font-size:20px;margin-top:1px
}
:where(.sr-style) .rfq-panel>p {
margin:12px 0 13px;font-size:12.5px;line-height:1.48
}
:where(.sr-style) .rfq-panel form {
display:flex!important;flex-direction:column;gap:7px!important
}
:where(.sr-style) .rfq-panel form>label {
display:block!important;font-size:10.5px;margin-top:1px
}
:where(.sr-style) .rfq-panel input,
:where(.sr-style) .rfq-panel select {
width:100%;height:44px!important;border-radius:9px;font-size:13px;background:#fbfcfe
}
:where(.sr-style) .qty-row {
display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:7px
}
:where(.sr-style) .rfq-panel button[type=submit] {
width:100%;height:48px!important;margin-top:6px!important;border-radius:10px;font-size:13.5px
}
:where(.sr-style) .rfq-note {
margin-top:10px!important;padding:9px 10px!important;font-size:10px
}
:where(.sr-style) #products.products-section {
padding:52px 0 62px
}
:where(.sr-style) #products .marketplace-head {
display:flex;align-items:flex-start;gap:14px;margin-bottom:16px
}
:where(.sr-style) #products .marketplace-head>div:first-child {
max-width:70%
}
:where(.sr-style) #products .marketplace-head h2 {
font-size:29px;line-height:1.04;margin-top:6px
}
:where(.sr-style) #products .marketplace-head p {
font-size:12.5px;line-height:1.5
}
:where(.sr-style) #products .view-all {
display:inline-flex!important;min-height:39px;padding:0 11px;font-size:10.5px;white-space:nowrap
}
:where(.sr-style) #products .marketplace-statusbar {
padding:9px 10px;margin-bottom:10px;font-size:10px
}
:where(.sr-style) .statusbar-right {
display:none!important
}
:where(.sr-style) .statusbar-left b {
font-size:10.5px
}
:where(.sr-style) #products .product-toolbar {
margin-bottom:18px
}
:where(.sr-style) .product-tabs {
gap:6px
}
:where(.sr-style) .product-tabs button {
padding:7px 10px;font-size:10.5px
}
:where(.sr-style) .product-category-stream {
gap:30px
}
:where(.sr-style) .product-category-head {
align-items:flex-end;gap:10px;margin-bottom:10px;padding-bottom:9px
}
:where(.sr-style) .product-category-head span {
font-size:8px
}
:where(.sr-style) .product-category-head h3 {
font-size:20px;margin-top:3px
}
:where(.sr-style) .product-category-head p {
font-size:10.5px;line-height:1.4;max-width:235px
}
:where(.sr-style) .product-category-head button {
min-height:32px;padding:0 9px;font-size:9px;border-radius:7px
}
:where(.sr-style) #products .product-category-group .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important
}
:where(.sr-style) #products .b2b-product-card {
border-radius:12px!important;box-shadow:0 4px 13px rgba(19,38,69,.06)
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:138px!important;flex-basis:138px!important
}
:where(.sr-style) #products .image-tag {
left:7px;top:7px;padding:4px 5px;font-size:6.8px;border-radius:5px
}
:where(.sr-style) #products .save-btn {
width:27px;height:27px;right:7px;top:7px;font-size:15px
}
:where(.sr-style) #products .b2b-product-card .verified-strip {
height:32px;min-height:32px;padding:0 6px;gap:4px
}
:where(.sr-style) #products .verified-check {
width:18px;height:20px;flex-basis:18px;font-size:8px
}
:where(.sr-style) #products .b2b-product-card .verified-strip b {
font-size:7px;padding:3px 4px;letter-spacing:.025em
}
:where(.sr-style) #products .b2b-product-card .verified-strip small {
display:none
}
:where(.sr-style) #products .b2b-product-body {
padding:9px 8px 9px!important
}
:where(.sr-style) #products .product-card-category {
font-size:7.5px;margin-bottom:3px
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:12px!important;line-height:1.28;min-height:46px!important;font-weight:820
}
:where(.sr-style) #products .product-commercial-row {
grid-template-columns:1fr .72fr;gap:5px;margin-top:8px;padding:7px;border-radius:8px
}
:where(.sr-style) #products .product-commercial-row small {
font-size:6.7px
}
:where(.sr-style) #products .product-commercial-row strong {
font-size:13px!important;line-height:1.12
}
:where(.sr-style) #products .product-commercial-row b {
font-size:9.5px
}
:where(.sr-style) #products .product-supplier-meta {
margin-top:7px;padding-top:6px
}
:where(.sr-style) #products .product-supplier-line {
display:grid!important;grid-template-columns:45px minmax(0,1fr)!important;gap:4px;font-size:8px!important;line-height:1.25;padding:2px 0
}
:where(.sr-style) #products .product-supplier-line span {
font-size:7px;color:#8995a5
}
:where(.sr-style) #products .product-supplier-line b {
font-size:8px;overflow-wrap:anywhere
}
:where(.sr-style) #products .product-supplier-id {
font-size:7.5px!important
}
:where(.sr-style) #products .card-quote {
height:34px;margin-top:7px;padding:0 7px!important;font-size:8.5px!important;border-radius:7px;justify-content:center
}
:where(.sr-style) .category-showcase {
padding:48px 0 58px
}
:where(.sr-style) .category-showcase .section-head.compact h2 {
font-size:28px;line-height:1.05
}
:where(.sr-style) .category-showcase .section-head.compact p {
font-size:12.5px
}
:where(.sr-style) .category-cards {
grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important
}
:where(.sr-style) .category-card {
height:176px!important;border-radius:13px!important
}
:where(.sr-style) .category-card:after,
:where(.sr-style) .cc-spice:after,
:where(.sr-style) .cc-apparel:after,
:where(.sr-style) .cc-textile:after {
background:linear-gradient(180deg,rgba(10,22,40,.13) 0%,rgba(10,22,40,.82) 100%)!important
}
:where(.sr-style) .category-card>img {
width:100%!important;height:100%!important;right:0;top:0
}
:where(.sr-style) .category-card>div {
position:absolute;left:0;right:0;bottom:0;width:100%!important;padding:12px!important;z-index:2
}
:where(.sr-style) .category-card span {
font-size:6.8px
}
:where(.sr-style) .category-card h3 {
font-size:14px!important;margin:3px 0 2px
}
:where(.sr-style) .category-card p {
display:none
}
:where(.sr-style) .category-card b {
font-size:8.5px
}
}
@media(max-width:390px) {
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide {
grid-template-columns:minmax(0,1.05fr) minmax(128px,.95fr)!important
}
:where(.sr-style) .hero-copy {
padding-left:15px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:23px!important
}
:where(.sr-style) .hero-copy p {
font-size:10px!important
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:124px!important;flex-basis:124px!important
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:11px!important
}
:where(.sr-style) .category-card {
height:164px!important
}
}
:where(.sr-style) .mega-grid-two {
grid-template-columns:1fr 1fr 1.15fr
}
:where(.sr-style) .category-cards-two {
grid-template-columns:repeat(2,minmax(0,1fr))
}
:where(.sr-style) .category-cards-two .category-card {
min-height:280px
}
:where(.sr-style) .category-rail .rail-agri {
background:linear-gradient(135deg,#f2f8ff,#f8fbff)
}
:where(.sr-style) .category-rail .rail-textile {
background:linear-gradient(135deg,#fff7f1,#fffaf7)
}
:where(.sr-style) .category-rail .rail-agri:hover {
background:#eaf3ff
}
:where(.sr-style) .category-rail .rail-textile:hover {
background:#fff1e7
}
:where(.sr-style) .product-end-action {
display:flex;justify-content:flex-end;margin-top:28px;padding-top:22px;border-top:1px solid #e7ebf1
}
:where(.sr-style) .product-end-action .view-all {
display:inline-flex
}
:where(.sr-style) .mobile-section-end-cta {
display:none
}
:where(.sr-style) .source-mission.shell {
width:min(calc(100% - 48px),1200px);overflow:hidden
}
:where(.sr-style) .radar-wrap {
position:relative;background:linear-gradient(180deg,#fff,#f8fbff);border-color:#d4deec;box-shadow:0 20px 48px rgba(21,52,96,.10)
}
:where(.sr-style) .radar-wrap:before {
content:"";position:absolute;inset:-30% 52% 50% -15%;background:radial-gradient(circle,rgba(21,87,213,.10),transparent 68%);pointer-events:none
}
:where(.sr-style) .radar {
background:radial-gradient(circle at 50% 50%,rgba(21,87,213,.10) 0%,rgba(21,87,213,.04) 34%,rgba(255,255,255,.98) 72%)
}
@media(max-width:760px) {
:where(.sr-style) .commerce-credentials {
width:100%;height:48px!important;overflow:hidden;background:#f8fbff
}
:where(.sr-style) .commerce-credentials .credentials-shell {
display:block!important;width:100%!important;max-width:none!important;height:48px!important;padding:0!important;margin:0!important
}
:where(.sr-style) .credentials-label {
display:none!important
}
:where(.sr-style) .credentials-window {
width:100%!important;height:48px;display:flex;align-items:center;overflow:hidden!important;mask-image:linear-gradient(90deg,#000 0%,#000 96%,transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 96%,transparent 100%)!important
}
:where(.sr-style) .credentials-track {
padding-left:8px;gap:7px;animation-duration:25s
}
:where(.sr-style) .credential-chip {
height:35px!important;min-width:154px!important;padding:4px 7px 4px 5px!important
}
:where(.sr-style) .category-links button,
:where(.sr-style) .category-links a {
font-size:12px!important;padding:0 17px!important
}
:where(.sr-style) .market-hero {
padding:10px 0 15px!important
}
:where(.sr-style) .hero-commerce-grid {
gap:10px!important
}
:where(.sr-style) .hero-stage {
height:310px!important;min-height:310px!important;border-radius:15px!important
}
:where(.sr-style) .hero-slides {
height:310px!important
}
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide {
height:310px!important;min-height:310px!important;grid-template-columns:minmax(0,1.08fr) minmax(132px,.92fr)!important
}
:where(.sr-style) .hero-copy {
padding:20px 8px 58px 16px!important;align-self:stretch;justify-content:center
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:24px!important;line-height:1.02!important;margin:7px 0 8px!important
}
:where(.sr-style) .hero-copy p {
font-size:10.3px!important;line-height:1.38!important;max-width:100%!important
}
:where(.sr-style) .hero-proof {
gap:3px!important;margin-top:8px!important
}
:where(.sr-style) .hero-proof span {
font-size:7.5px!important
}
:where(.sr-style) .hero-kicker {
font-size:7.3px!important;line-height:1.25!important
}
:where(.sr-style) .hero-visual,
:where(.sr-style) .home-live-visual {
height:310px!important;min-height:310px!important
}
:where(.sr-style) .hero-product-image {
inset:15px 9px 54px 3px!important;border-radius:12px!important
}
:where(.sr-style) .floating-card.fc-top {
top:16px!important;left:5px!important;right:7px!important;padding:7px!important;border-radius:9px!important
}
:where(.sr-style) .floating-card.fc-top small {
font-size:5.8px!important
}
:where(.sr-style) .floating-card.fc-top b {
font-size:9px!important
}
:where(.sr-style) .floating-card.fc-top span {
font-size:6.3px!important
}
:where(.sr-style) .floating-card.fc-bottom {
bottom:51px!important;left:6px!important;right:7px!important;padding:7px!important
}
:where(.sr-style) .port-slide .hero-copy {
padding-bottom:58px!important
}
:where(.sr-style) .hero-port-visual {
height:310px!important;min-height:310px!important
}
:where(.sr-style) .home-india-origin,
:where(.sr-style) .home-world-checkin {
bottom:38px!important
}
:where(.sr-style) .home-sea-zone {
bottom:38px!important
}
:where(.sr-style) .home-single-route {
bottom:38px!important
}
:where(.sr-style) .hero-dots {
left:16px!important;right:auto!important;bottom:17px!important;transform:none!important;gap:4px!important
}
:where(.sr-style) .hero-dots button {
width:13px!important;height:3px!important
}
:where(.sr-style) .hero-dots button.is-active {
width:23px!important
}
:where(.sr-style) .hero-universal-cta {
left:auto!important;right:12px!important;bottom:9px!important;transform:none!important;min-width:0!important;width:auto!important;height:36px!important;min-height:36px!important;padding:0 12px!important;border-radius:9px!important;font-size:10.5px!important;box-shadow:0 8px 20px rgba(255,90,31,.28)!important;z-index:30!important
}
:where(.sr-style) .hero-universal-cta:hover,
:where(.sr-style) .hero-universal-cta:focus-visible {
transform:translateY(-1px)!important
}
:where(.sr-style) .rfq-panel,
:where(.sr-style) .rfq-panel * {
text-align:left
}
:where(.sr-style) .rfq-panel {
padding:0 14px 14px!important;border-radius:15px!important
}
:where(.sr-style) .rfq-head {
margin:0 -14px!important;padding:14px!important
}
:where(.sr-style) .rfq-head h2 {
font-size:19px!important
}
:where(.sr-style) .rfq-panel>p {
font-size:11.8px!important;margin:10px 0 11px!important
}
:where(.sr-style) .rfq-panel form {
gap:6px!important
}
:where(.sr-style) .rfq-panel form>label {
font-size:10px!important
}
:where(.sr-style) .rfq-panel input,
:where(.sr-style) .rfq-panel select {
height:42px!important;font-size:12.5px!important
}
:where(.sr-style) .rfq-panel button[type=submit] {
text-align:center!important;height:45px!important;font-size:13px!important
}
:where(.sr-style) #products.products-section {
padding:42px 0 48px!important
}
:where(.sr-style) #products .marketplace-head {
display:block!important;margin-bottom:11px!important
}
:where(.sr-style) #products .marketplace-head>div:first-child {
max-width:100%!important
}
:where(.sr-style) #products .marketplace-head h2 {
font-size:26px!important;line-height:1.05!important;margin-top:5px!important
}
:where(.sr-style) #products .marketplace-head p {
font-size:11.5px!important;line-height:1.42!important;max-width:92%
}
:where(.sr-style) #products .product-toolbar {
display:flex;align-items:center;justify-content:space-between;gap:8px;margin:11px 0 17px!important
}
:where(.sr-style) #products .product-tabs {
display:flex;overflow-x:auto;gap:5px;scrollbar-width:none
}
:where(.sr-style) .product-tabs::-webkit-scrollbar {
display:none
}
:where(.sr-style) #products .product-tabs button {
flex:0 0 auto;padding:7px 9px!important;font-size:9.5px!important
}
:where(.sr-style) #products .result-count {
font-size:9px!important;white-space:nowrap
}
:where(.sr-style) .product-category-stream {
gap:24px!important
}
:where(.sr-style) .product-category-head {
display:block!important;margin-bottom:9px!important;padding-bottom:8px!important
}
:where(.sr-style) .product-category-head>div {
max-width:100%!important
}
:where(.sr-style) .product-category-head span {
font-size:7.5px!important
}
:where(.sr-style) .product-category-head h3 {
font-size:19px!important
}
:where(.sr-style) .product-category-head p {
font-size:10px!important;max-width:95%!important
}
:where(.sr-style) .product-category-head button {
display:none!important
}
:where(.sr-style) #products .product-category-group .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:130px!important;flex-basis:130px!important
}
:where(.sr-style) #products .b2b-product-body {
padding:8px!important
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:11.3px!important;min-height:42px!important
}
:where(.sr-style) #products .product-commercial-row {
margin-top:6px!important;padding:6px!important
}
:where(.sr-style) #products .product-commercial-row strong {
font-size:12.5px!important
}
:where(.sr-style) .product-commercial-row b {
font-size:9px!important
}
:where(.sr-style) #products .product-supplier-meta {
margin-top:6px!important;padding-top:5px!important
}
:where(.sr-style) #products .product-supplier-line {
grid-template-columns:42px minmax(0,1fr)!important;font-size:7.6px!important
}
:where(.sr-style) #products .product-supplier-line span {
font-size:6.7px!important
}
:where(.sr-style) .product-supplier-line b {
font-size:7.7px!important
}
:where(.sr-style) #products .card-quote {
height:33px!important;margin-top:6px!important;font-size:8.2px!important
}
:where(.sr-style) .product-end-action {
justify-content:center!important;margin-top:20px!important;padding-top:16px!important
}
:where(.sr-style) .product-end-action .view-all {
min-height:40px!important;padding:0 16px!important;font-size:11px!important
}
:where(.sr-style) .category-showcase {
padding:40px 0 46px!important
}
:where(.sr-style) .category-showcase .section-head.compact {
margin-bottom:13px!important
}
:where(.sr-style) .category-showcase .section-head.compact h2 {
font-size:24px!important
}
:where(.sr-style) .category-showcase .section-head.compact p {
font-size:11px!important;line-height:1.4!important
}
:where(.sr-style) .category-cards-two {
grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important
}
:where(.sr-style) .category-cards-two .category-card {
height:172px!important;min-height:172px!important
}
:where(.sr-style) .category-cards-two .category-card h3 {
font-size:13px!important;line-height:1.15!important
}
:where(.sr-style) .category-cards-two .category-card b {
font-size:8px!important
}
:where(.sr-style) .supplier-network-copy>.section-primary-cta,
:where(.sr-style) .a2a-enterprise-copy>.section-primary-cta,
:where(.sr-style) .intelligence-copy>.section-primary-cta,
:where(.sr-style) .source-mission>div:first-child>a {
display:none!important
}
:where(.sr-style) .mobile-section-end-cta {
display:flex!important;grid-column:1/-1;justify-content:center;margin-top:14px
}
:where(.sr-style) .mobile-section-end-cta .section-primary-cta,
:where(.sr-style) .radar-mobile-cta>a {
min-height:41px;padding:0 15px;border-radius:10px;background:#1557d5;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:10.5px;font-weight:850;box-shadow:0 8px 18px rgba(21,87,213,.16)
}
:where(.sr-style) .verified-network-section,
:where(.sr-style) .a2a-enterprise,
:where(.sr-style) .intelligence-section {
padding-top:42px!important;padding-bottom:46px!important
}
:where(.sr-style) .split-section {
gap:17px!important
}
:where(.sr-style) .split-copy h2 {
font-size:28px!important;line-height:1.02!important
}
:where(.sr-style) .split-copy p {
font-size:11.5px!important;line-height:1.45!important
}
:where(.sr-style) .split-points {
margin-top:12px!important;gap:6px!important
}
:where(.sr-style) .supplier-network-visual {
gap:10px!important
}
:where(.sr-style) .premium-supplier-card,
:where(.sr-style) .premium-control-panel {
border-radius:15px!important
}
:where(.sr-style) .a2a-visual-board {
border-radius:15px!important
}
:where(.sr-style) .a2a-visual-topbar {
padding:10px!important
}
:where(.sr-style) .a2a-network-map {
gap:9px!important;padding:14px 10px!important
}
:where(.sr-style) .a2a-node,
:where(.sr-style) .a2a-core-node {
padding:12px!important;border-radius:12px!important
}
:where(.sr-style) .a2a-node h3,
:where(.sr-style) .a2a-core-node h3 {
font-size:15px!important
}
:where(.sr-style) .a2a-node p {
font-size:9.5px!important
}
:where(.sr-style) .a2a-link {
height:36px!important
}
:where(.sr-style) .a2a-execution-lane {
padding:12px!important
}
:where(.sr-style) .lane-track {
gap:5px!important
}
:where(.sr-style) .lane-step {
min-width:124px!important;padding:8px!important
}
:where(.sr-style) .lane-step b {
font-size:10px!important
}
:where(.sr-style) .lane-step small {
font-size:8px!important
}
:where(.sr-style) .intelligence-split {
gap:16px!important
}
:where(.sr-style) .intel-workspace-main {
padding:12px!important
}
:where(.sr-style) .intel-workspace-top {
gap:8px!important
}
:where(.sr-style) .workspace-brand>span {
width:34px!important;height:34px!important
}
:where(.sr-style) .workspace-brand b {
font-size:11px!important
}
:where(.sr-style) .intel-query-box {
min-height:56px!important;padding:9px!important
}
:where(.sr-style) .intel-query-box b {
font-size:10.5px!important
}
:where(.sr-style) .intel-visual-grid {
gap:7px!important
}
:where(.sr-style) .intel-visual-card {
min-height:132px!important;padding:10px!important;border-radius:11px!important
}
:where(.sr-style) .intel-visual-card .visual-icon {
width:29px!important;height:29px!important;margin-bottom:7px!important
}
:where(.sr-style) .intel-visual-card>b {
font-size:10.5px!important
}
:where(.sr-style) .intel-visual-card>small {
font-size:6.8px!important
}
:where(.sr-style) .source-mission.shell {
width:calc(100% - 24px)!important;margin:44px auto 48px!important;padding:20px 16px!important;grid-template-columns:1fr!important;gap:15px!important;border-radius:18px!important
}
:where(.sr-style) .source-mission .section-label.light {
font-size:8px!important
}
:where(.sr-style) .source-mission h2 {
font-size:28px!important;line-height:1.02!important;margin:7px 0 9px!important
}
:where(.sr-style) .source-mission p {
font-size:11px!important;line-height:1.45!important;margin:0!important
}
:where(.sr-style) .radar-wrap {
padding:11px!important;border-radius:15px!important
}
:where(.sr-style) .radar {
height:178px!important;border-radius:12px!important
}
:where(.sr-style) .radar-copy {
padding:9px 2px 1px!important
}
:where(.sr-style) .radar-copy small {
font-size:7.5px!important
}
:where(.sr-style) .radar-copy b {
font-size:10.5px!important
}
:where(.sr-style) .join-network-section {
padding:42px 0 50px!important
}
:where(.sr-style) .join-network-card {
padding:20px 16px!important;border-radius:18px!important;gap:16px!important
}
:where(.sr-style) .join-network-copy h2 {
font-size:27px!important;line-height:1.02!important
}
:where(.sr-style) .join-network-copy p {
font-size:11.5px!important
}
:where(.sr-style) .join-network-points {
gap:6px!important
}
:where(.sr-style) .join-network-points span {
font-size:9.5px!important
}
:where(.sr-style) .join-network-action>a {
min-height:42px!important;font-size:11px!important
}
}
@media(max-width:390px) {
:where(.sr-style) .hero-stage,
:where(.sr-style) .hero-slides,
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide,
:where(.sr-style) .hero-visual,
:where(.sr-style) .home-live-visual {
height:296px!important;min-height:296px!important
}
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide {
grid-template-columns:minmax(0,1.05fr) minmax(124px,.95fr)!important
}
:where(.sr-style) .hero-copy {
padding-left:13px!important;padding-right:5px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:22px!important
}
:where(.sr-style) .hero-copy p {
font-size:9.6px!important
}
:where(.sr-style) .hero-universal-cta {
right:9px!important;height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:9.8px!important
}
:where(.sr-style) .hero-dots {
left:12px!important
}
:where(.sr-style) #products .b2b-product-card .product-image {
height:119px!important;flex-basis:119px!important
}
:where(.sr-style) #products .b2b-product-body .product-title {
font-size:10.6px!important
}
}
:where(.sr-style) .category-rail {
min-height:420px!important;background:#fff!important;box-shadow:0 8px 24px rgba(18,44,82,.05)!important
}
:where(.sr-style) .category-rail .rail-title {
height:52px!important;padding:0 15px!important;background:#f7f9fc!important;border-bottom:1px solid #e7ecf2!important;display:flex!important;align-items:center!important
}
:where(.sr-style) .category-rail .rail-title span {
font-size:14px!important;font-weight:900!important;color:#18324f!important
}
:where(.sr-style) .category-rail>button {
height:66px!important;background:#fff!important;padding:0 13px!important
}
:where(.sr-style) .category-rail>button:hover {
background:#f7faff!important;padding-left:15px!important
}
:where(.sr-style) .category-rail .rail-bottom {
margin:10px 10px 8px!important;padding:9px!important;border-radius:10px!important;background:#f6f9fd!important;border:1px solid #e3e9f0!important;box-shadow:none!important
}
:where(.sr-style) .rail-view-all {
margin:auto 10px 10px!important;min-height:42px;border-radius:10px;background:#1557d5;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11.5px;font-weight:900;box-shadow:0 8px 18px rgba(21,87,213,.14)
}
:where(.sr-style) .rail-view-all:hover {
background:#1049b7;transform:translateY(-1px)
}
:where(.sr-style) #products .desktop-view-all {
display:inline-flex!important
}
:where(.sr-style) #products .mobile-view-all {
display:none!important
}
:where(.sr-style) #products .product-category-head>button {
display:none!important
}
:where(.sr-style) #products .product-commercial-row {
margin-top:10px!important;
  padding:9px 10px!important;
  border:1px solid #e5eaf0!important;
  border-radius:9px!important;
  background:#fff!important;
}
:where(.sr-style) #products .product-commercial-row>div+div {
border-left:1px solid #e7ebf0!important;padding-left:10px!important
}
:where(.sr-style) #products .product-supplier-meta {
margin-top:7px!important;
  padding:0!important;
  border:1px solid #e5eaf0!important;
  border-radius:9px!important;
  background:#fff!important;
  overflow:hidden!important;
}
:where(.sr-style) #products .product-supplier-line {
min-height:31px!important;
  padding:6px 8px!important;
  border-bottom:1px solid #eef1f5!important;
  background:#fff!important;
}
:where(.sr-style) #products .product-supplier-line:last-child {
border-bottom:0!important
}
:where(.sr-style) #products.products-section {
padding:60px 0 66px!important
}
:where(.sr-style) .category-showcase {
padding:54px 0 60px!important
}
:where(.sr-style) .verified-network-section {
padding:64px 0 70px!important
}
:where(.sr-style) .a2a-section {
padding:68px 0 74px!important
}
:where(.sr-style) .intelligence-section {
padding:68px 0 74px!important
}
:where(.sr-style) .join-network-section {
padding:58px 0 64px!important
}
:where(.sr-style) .source-mission.shell {
width:min(var(--shell),calc(100% - 44px))!important;max-width:var(--shell)!important;margin:58px auto 66px!important;padding:42px 40px!important;gap:48px!important;border-radius:24px!important;box-shadow:0 14px 38px rgba(20,31,53,.055)!important
}
:where(.sr-style) .radar-wrap {
border:1px solid #dde6f0!important;background:linear-gradient(160deg,#fff,#f7faff)!important;box-shadow:0 14px 34px rgba(21,58,105,.07)!important
}
@media(max-width:760px) {
:where(.sr-style) #products.products-section {
padding:28px 0 32px!important
}
:where(.sr-style) .category-showcase {
padding:28px 0 32px!important
}
:where(.sr-style) .verified-network-section {
padding:30px 0 34px!important
}
:where(.sr-style) .a2a-section {
padding:30px 0 34px!important
}
:where(.sr-style) .intelligence-section {
padding:30px 0 34px!important
}
:where(.sr-style) .join-network-section {
padding:30px 0 36px!important
}
:where(.sr-style) .product-category-stream {
gap:16px!important
}
:where(.sr-style) .product-category-group+.product-category-group {
margin-top:4px!important
}
:where(.sr-style) .product-category-head {
margin-bottom:7px!important;padding-bottom:6px!important
}
:where(.sr-style) .section-head,
:where(.sr-style) .section-head.compact {
margin-bottom:10px!important
}
:where(.sr-style) .split-section {
gap:11px!important
}
:where(.sr-style) .split-copy h2 {
margin:7px 0 7px!important
}
:where(.sr-style) .split-copy>p {
margin:0!important
}
:where(.sr-style) .split-points {
margin-top:9px!important
}
:where(.sr-style) .mobile-section-end-cta {
margin-top:9px!important
}
:where(.sr-style) #products .desktop-view-all {
display:none!important
}
:where(.sr-style) #products .mobile-view-all {
display:flex!important;justify-content:center!important;margin-top:14px!important;padding-top:10px!important
}
:where(.sr-style) #products .mobile-view-all .view-all {
display:inline-flex!important
}
:where(.sr-style) #products .b2b-product-body {
padding:8px 7px 8px!important
}
:where(.sr-style) #products .product-commercial-row {
margin-top:5px!important;
    padding:6px!important;
    border:1px solid #e6ebf1!important;
    border-radius:7px!important;
    gap:0!important;
}
:where(.sr-style) #products .product-commercial-row>div+div {
padding-left:6px!important;border-left:1px solid #e8edf2!important
}
:where(.sr-style) #products .product-supplier-meta {
margin-top:5px!important;border:1px solid #e6ebf1!important;border-radius:7px!important;padding:0!important
}
:where(.sr-style) #products .product-supplier-line {
min-height:27px!important;padding:5px 6px!important;grid-template-columns:42px minmax(0,1fr)!important;gap:4px!important;border-bottom:1px solid #eef2f6!important
}
:where(.sr-style) #products .product-supplier-line span {
font-size:6.8px!important
}
:where(.sr-style) #products .product-supplier-line b {
font-size:7.8px!important;line-height:1.2!important
}
:where(.sr-style) .supplier-network-split {
display:grid!important;grid-template-columns:1fr!important;gap:10px!important
}
:where(.sr-style) .supplier-network-copy {
order:1!important
}
:where(.sr-style) .supplier-network-visual {
order:2!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;align-items:stretch!important
}
:where(.sr-style) .premium-supplier-card,
:where(.sr-style) .premium-control-panel {
border-radius:12px!important;box-shadow:0 8px 22px rgba(14,40,78,.06)!important;min-width:0!important
}
:where(.sr-style) .premium-supplier-card .network-supplier-image {
height:105px!important
}
:where(.sr-style) .premium-supplier-card .network-supplier-body {
padding:8px!important
}
:where(.sr-style) .premium-supplier-card .network-supplier-body h3 {
font-size:11.5px!important;line-height:1.15!important;margin:2px 0 3px!important
}
:where(.sr-style) .premium-supplier-card .network-supplier-body p {
font-size:7.5px!important;line-height:1.3!important;margin:0!important
}
:where(.sr-style) .network-idline span {
font-size:6px!important
}
:where(.sr-style) .network-idline b {
font-size:9px!important
}
:where(.sr-style) .supplier-visual-row {
margin-top:6px!important;gap:5px!important
}
:where(.sr-style) .supplier-visual-row small {
font-size:5.8px!important
}
:where(.sr-style) .supplier-live-pill {
font-size:6px!important;padding:3px 4px!important
}
:where(.sr-style) .network-tags {
gap:3px!important;margin-top:6px!important
}
:where(.sr-style) .network-tags span {
font-size:5.8px!important;padding:3px 4px!important
}
:where(.sr-style) .premium-control-panel {
padding:8px!important
}
:where(.sr-style) .premium-control-panel .network-control-head b {
font-size:10px!important
}
:where(.sr-style) .premium-control-panel .network-control-head span {
font-size:6px!important
}
:where(.sr-style) .verification-path {
grid-template-columns:1fr 1fr!important;gap:4px!important;margin:8px 0!important
}
:where(.sr-style) .verification-path em {
display:none!important
}
:where(.sr-style) .verify-step {
min-height:56px!important;padding:5px 3px!important;border-radius:8px!important
}
:where(.sr-style) .verify-step:nth-of-type(3) {
grid-column:1/-1!important;min-height:48px!important
}
:where(.sr-style) .verify-step i {
width:20px!important;height:20px!important;border-radius:6px!important;font-size:7px!important
}
:where(.sr-style) .verify-step b {
font-size:7px!important;margin-top:3px!important
}
:where(.sr-style) .verify-step small {
font-size:5.8px!important
}
:where(.sr-style) .premium-control-panel .network-gate {
min-height:42px!important;padding:5px!important;gap:4px!important
}
:where(.sr-style) .premium-control-panel .network-gate small {
font-size:6px!important
}
:where(.sr-style) .premium-control-panel .network-gate b {
font-size:6px!important
}
:where(.sr-style) .premium-control-panel .network-gate strong {
font-size:6px!important
}
:where(.sr-style) .a2a-split {
display:grid!important;grid-template-columns:1fr!important;gap:10px!important
}
:where(.sr-style) .a2a-copy {
order:1!important
}
:where(.sr-style) .a2a-visual-board {
order:2!important;border-radius:12px!important
}
:where(.sr-style) .a2a-network-map {
display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:8px!important
}
:where(.sr-style) .a2a-link {
display:none!important
}
:where(.sr-style) .a2a-node,
:where(.sr-style) .a2a-core-node {
min-height:112px!important;padding:8px!important;border-radius:9px!important
}
:where(.sr-style) .a2a-node h3,
:where(.sr-style) .a2a-core-node h3 {
font-size:10.5px!important;line-height:1.15!important;margin:3px 0!important
}
:where(.sr-style) .a2a-node p {
font-size:6.8px!important;line-height:1.25!important
}
:where(.sr-style) .a2a-node>small,
:where(.sr-style) .a2a-core-node>small {
font-size:5.7px!important
}
:where(.sr-style) .a2a-node .node-icon {
width:25px!important;height:25px!important
}
:where(.sr-style) .a2a-node .node-icon svg {
width:14px!important;height:14px!important
}
:where(.sr-style) .a2a-core-node {
grid-column:auto!important
}
:where(.sr-style) .supplier-node {
grid-column:1/-1!important;min-height:88px!important;display:grid!important;grid-template-columns:30px 1fr auto!important;align-items:center!important;column-gap:6px!important
}
:where(.sr-style) .supplier-node .node-icon {
grid-row:1/5!important
}
:where(.sr-style) .supplier-node>small,
:where(.sr-style) .supplier-node h3,
:where(.sr-style) .supplier-node p,
:where(.sr-style) .supplier-node .node-status {
grid-column:2!important
}
:where(.sr-style) .supplier-node .node-status {
justify-self:start!important
}
:where(.sr-style) .core-rings {
transform:scale(.72)!important;transform-origin:center!important;margin:-7px auto!important
}
:where(.sr-style) .core-signals {
gap:2px!important
}
:where(.sr-style) .core-signals span {
font-size:5.5px!important;padding:3px!important
}
:where(.sr-style) .node-status {
font-size:5.8px!important;padding:3px 4px!important
}
:where(.sr-style) .a2a-execution-lane {
padding:7px 8px 8px!important
}
:where(.sr-style) .lane-label {
margin-bottom:5px!important
}
:where(.sr-style) .lane-label span {
font-size:5.5px!important
}
:where(.sr-style) .lane-label b {
font-size:7px!important
}
:where(.sr-style) .lane-track {
gap:3px!important;overflow-x:auto!important
}
:where(.sr-style) .lane-step {
min-width:78px!important;min-height:42px!important;padding:5px!important
}
:where(.sr-style) .lane-step>span {
width:19px!important;height:19px!important;font-size:5.5px!important
}
:where(.sr-style) .lane-step b {
font-size:7px!important
}
:where(.sr-style) .lane-step small {
font-size:5.6px!important
}
:where(.sr-style) .lane-arrow {
font-size:8px!important
}
:where(.sr-style) .source-mission.shell {
width:calc(100% - 24px)!important;margin:30px auto 34px!important;padding:16px 14px!important;gap:10px!important;border-radius:15px!important
}
:where(.sr-style) .source-mission h2 {
font-size:25px!important;margin:5px 0 7px!important
}
:where(.sr-style) .source-mission p {
font-size:10.3px!important;line-height:1.4!important
}
:where(.sr-style) .radar-wrap {
padding:8px!important;border-radius:12px!important
}
:where(.sr-style) .radar {
height:150px!important
}
:where(.sr-style) .radar-copy {
padding:6px 1px 0!important
}
:where(.sr-style) .radar-copy b {
font-size:9.5px!important
}
:where(.sr-style) .radar-copy small {
font-size:6.5px!important
}
:where(.sr-style) .category-cards-two {
gap:7px!important
}
:where(.sr-style) .category-cards-two .category-card {
height:158px!important;min-height:158px!important
}
:where(.sr-style) .intelligence-split {
gap:10px!important
}
:where(.sr-style) .compact-intel-workspace .intel-workspace-main {
padding:9px!important
}
:where(.sr-style) .compact-intel-workspace .intel-visual-grid {
gap:5px!important
}
:where(.sr-style) .join-network-card {
padding:15px 13px!important;gap:10px!important
}
:where(.sr-style) .join-network-copy h2 {
margin:6px 0!important
}
:where(.sr-style) .join-network-points {
margin-top:9px!important
}
:where(.sr-style) .join-network-action {
gap:6px!important
}
}
@media(max-width:390px) {
:where(.sr-style) .supplier-network-visual {
gap:5px!important
}
:where(.sr-style) .premium-supplier-card .network-supplier-image {
height:96px!important
}
:where(.sr-style) .a2a-node,
:where(.sr-style) .a2a-core-node {
min-height:106px!important
}
:where(.sr-style) .source-mission.shell {
margin-top:27px!important;margin-bottom:31px!important
}
}
:where(.sr-style) .header-main {
height:68px!important;
  gap:16px!important;
}
:where(.sr-style) .brand-mark {
width:42px!important;
  height:42px!important;
  border-radius:11px!important;
}
:where(.sr-style) .brand-text strong {
font-size:18px!important
}
:where(.sr-style) .brand-text small {
font-size:8.5px!important
}
:where(.sr-style) .search-wrap {
height:44px!important;
  border:1px solid #1557d5!important;
  border-radius:10px!important;
  box-shadow:0 3px 10px rgba(21,87,213,.05)!important;
}
:where(.sr-style) .search-type {
width:112px!important;
  padding:0 12px!important;
  font-size:12px!important;
}
:where(.sr-style) .search-wrap input {
font-size:14px!important;
  padding:0 14px!important;
}
:where(.sr-style) .search-btn {
padding:0 16px!important;
  background:#1557d5!important;
  border-radius:0 8px 8px 0!important;
  font-size:12px!important;
}
:where(.sr-style) .search-btn:hover {
background:#1048b7!important
}
:where(.sr-style) .header-actions {
gap:8px!important
}
:where(.sr-style) .signin-link {
font-size:12px!important;padding:8px 4px!important
}
:where(.sr-style) .header-cta {
height:46px!important;
  min-width:128px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  gap:8px!important;
}
:where(.sr-style) .header-cta small {
font-size:9px!important;margin-top:2px!important
}
:where(.sr-style) .header-cta svg {
width:18px!important;height:18px!important
}
:where(.sr-style) .cta-icon {
width:20px!important;height:20px!important;font-size:15px!important
}
:where(.sr-style) .section-end-cta {
grid-column:1/-1;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-top:18px;
  padding-top:2px;
}
:where(.sr-style) .section-end-cta .section-primary-cta {
display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
}
:where(.sr-style) .mobile-section-end-cta {
display:none!important
}
@media(max-width:760px) {
:where(.sr-style) .header-main {
height:auto!important;
    padding:7px 0 6px!important;
    gap:7px!important;
}
:where(.sr-style) .brand-mark {
width:36px!important;
    height:36px!important;
    border-radius:10px!important;
}
:where(.sr-style) .brand-text strong {
font-size:16px!important
}
:where(.sr-style) .brand-text small {
font-size:7.5px!important
}
:where(.sr-style) .mobile-menu-btn {
width:38px!important;
    height:38px!important;
    padding:8px!important;
    border-radius:9px!important;
}
:where(.sr-style) .search-wrap {
height:42px!important;
    margin-top:0!important;
    border-width:1px!important;
    border-color:#1557d5!important;
    border-radius:9px!important;
    box-shadow:0 2px 8px rgba(21,87,213,.04)!important;
}
:where(.sr-style) .search-type {
width:86px!important;
    padding:0 8px!important;
    font-size:10.5px!important;
}
:where(.sr-style) .search-wrap input {
font-size:12.5px!important;
    padding:0 9px!important;
}
:where(.sr-style) .search-btn {
padding:0 11px!important;
    border-radius:0 8px 8px 0!important;
}
:where(.sr-style) .search-btn svg {
width:17px!important;height:17px!important
}
:where(.sr-style) .section-end-cta {
display:flex!important;
    grid-column:1/-1!important;
    justify-content:flex-start!important;
    margin-top:8px!important;
    padding-top:0!important;
}
:where(.sr-style) .section-end-cta .section-primary-cta {
min-height:40px!important;
    padding:0 14px!important;
    border-radius:9px!important;
    background:#1557d5!important;
    color:#fff!important;
    font-size:10.5px!important;
    font-weight:850!important;
    box-shadow:0 7px 16px rgba(21,87,213,.14)!important;
}
:where(.sr-style) .supplier-network-copy>.section-primary-cta,
:where(.sr-style) .a2a-copy>.section-primary-cta {
display:none!important;
}
}
:where(.sr-style) .source-mission.shell>.section-end-cta {
grid-column:1/-1;
  justify-self:start;
  width:100%;
  margin-top:4px;
}
@media(max-width:760px) {
:where(.sr-style) .source-mission.shell>.section-end-cta {
margin-top:6px!important;
    padding-top:0!important;
}
}
:where(.sr-style) .supplier-network-shell,
:where(.sr-style) .a2a-section-shell {
display:block!important;
}
:where(.sr-style) .supplier-network-shell > .supplier-network-split,
:where(.sr-style) .a2a-section-shell > .a2a-split {
width:100%;
}
:where(.sr-style) .supplier-network-shell > .section-end-cta,
:where(.sr-style) .a2a-section-shell > .section-end-cta,
:where(.sr-style) .source-mission.shell > .section-end-cta {
display:flex!important;
  width:100%!important;
  justify-content:flex-start!important;
  align-items:center!important;
  margin:18px 0 0!important;
  padding:0!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
}
:where(.sr-style) .supplier-network-shell > .section-end-cta .section-primary-cta,
:where(.sr-style) .a2a-section-shell > .section-end-cta .section-primary-cta,
:where(.sr-style) .source-mission.shell > .section-end-cta .section-primary-cta {
margin:0!important;
  position:static!important;
  transform:none;
}
:where(.sr-style) .source-mission.shell {
display:block!important;
}
:where(.sr-style) .source-mission-grid {
display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:center;
}
@media(max-width:980px) {
:where(.sr-style) .source-mission-grid {
grid-template-columns:1fr;
    gap:40px;
}
}
@media(max-width:760px) {
:where(.sr-style) .supplier-network-shell > .section-end-cta,
:where(.sr-style) .a2a-section-shell > .section-end-cta,
:where(.sr-style) .source-mission.shell > .section-end-cta {
margin-top:10px!important;
}
:where(.sr-style) .source-mission-grid {
grid-template-columns:1fr;
    gap:10px;
}
}
:where(.sr-style) .intelligence-section-end-cta .intelligence-rfq-cta {
background:linear-gradient(135deg,#ff6a00,#ff3d00)!important;
  color:#fff!important;
  border:1px solid rgba(255,95,0,.22)!important;
  box-shadow:0 10px 24px rgba(255,88,0,.22)!important;
}
:where(.sr-style) .intelligence-section-end-cta .intelligence-rfq-cta:hover {
transform:translateY(-2px);
  box-shadow:0 15px 30px rgba(255,88,0,.28)!important;
}
:where(.sr-style) .section-end-cta {
width:100%!important;
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  text-align:left!important;
  margin-left:0!important;
  margin-right:0!important;
}
:where(.sr-style) .section-end-cta .section-primary-cta {
display:inline-flex!important;
  width:auto!important;
  min-width:148px!important;
  min-height:44px!important;
  padding:0 18px!important;
  margin:0!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:linear-gradient(135deg,#ff6a00 0%,#ff3d00 100%)!important;
  color:#fff!important;
  border:1px solid #ff5a00!important;
  border-radius:10px!important;
  box-shadow:0 10px 22px rgba(255,90,0,.22)!important;
  font-weight:850!important;
  text-decoration:none!important;
  line-height:1!important;
}
:where(.sr-style) .section-end-cta .section-primary-cta:hover {
background:linear-gradient(135deg,#ff7a00 0%,#ff4a00 100%)!important;
  box-shadow:0 14px 28px rgba(255,90,0,.28)!important;
  transform:translateY(-1px)!important;
}
:where(.sr-style) .section-end-cta .section-primary-cta span {
color:#fff!important;
}
:where(.sr-style) .intelligence-section-end-cta {
width:100%!important;
  display:flex!important;
  justify-content:flex-start!important;
  margin-top:18px!important;
  padding:0!important;
}
:where(.sr-style) .intelligence-section-end-cta .intelligence-rfq-cta {
background:linear-gradient(135deg,#ff6a00 0%,#ff3d00 100%)!important;
  color:#fff!important;
  border-color:#ff5a00!important;
}
@media(max-width:760px) {
:where(.sr-style) .section-end-cta,
:where(.sr-style) .intelligence-section-end-cta {
justify-content:flex-start!important;
    width:100%!important;
    margin-top:10px!important;
    padding:0!important;
}
:where(.sr-style) .section-end-cta .section-primary-cta {
width:auto!important;
    min-width:140px!important;
    min-height:40px!important;
    padding:0 14px!important;
    border-radius:9px!important;
    font-size:11px!important;
}
}
:root:where(.sr-style) {
--shelrock-navy:#081a33;
  --shelrock-royal:#1557d5;
  --shelrock-cyan:#17a8e5;
  --shelrock-green:#16a06a;
  --shelrock-orange:#e94b12;
  --shelrock-orange-dark:#c9360b;
}
:where(.sr-style) .trade-usp-bar {
position:relative;
  background:linear-gradient(90deg,#07182e 0%,#0b2c62 46%,#113c78 72%,#112b55 100%)!important;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.14);
  overflow:hidden;
}
:where(.sr-style) .trade-usp-bar:before {
content:"";
  position:absolute;inset:0 auto auto 0;width:100%;height:3px;
  background:linear-gradient(90deg,#1557d5,#17a8e5,#16a06a,#6c58d9);
}
:where(.sr-style) .trade-usp-inner {
min-height:44px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:7px 0 6px;
}
:where(.sr-style) .trade-usp-left,
:where(.sr-style) .trade-usp-right {
display:flex;align-items:center;gap:10px;min-width:0
}
:where(.sr-style) .trade-world-label {
flex:0 0 auto;
  padding:5px 9px;border:1px solid rgba(255,255,255,.22);border-radius:7px;
  font-size:10px;font-weight:900;letter-spacing:.12em;color:#dce9ff;background:rgba(255,255,255,.06)
}
:where(.sr-style) .trade-route {
font-size:12.5px;font-weight:750;color:#f5f8ff;white-space:nowrap
}
:where(.sr-style) .trade-route i {
font-style:normal
}
:where(.sr-style) .trade-route b {
color:#7fc9ff;margin:0 3px
}
:where(.sr-style) .trade-usp-right {
justify-content:flex-end;flex-wrap:wrap
}
:where(.sr-style) .trade-usp-right span {
position:relative;padding-left:13px;font-size:10.8px;font-weight:750;color:#dce8f8;white-space:nowrap
}
:where(.sr-style) .trade-usp-right span:before {
content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:#3ecf8e;transform:translateY(-50%);box-shadow:0 0 0 3px rgba(62,207,142,.12)
}
:where(.sr-style) .market-header {
position:static!important;top:auto!important;background:#fff!important;backdrop-filter:none!important
}
:where(.sr-style) .header-main {
height:76px!important;
  display:flex!important;align-items:center!important;flex-wrap:nowrap!important;
  gap:18px!important;padding:0!important;
}
:where(.sr-style) .header-main>.brand {
flex:0 0 auto
}
:where(.sr-style) .search-wrap {
flex:0 1 610px!important;
  width:min(610px,48vw)!important;
  max-width:610px!important;
  min-width:340px!important;
  height:48px!important;
  border:1px solid var(--shelrock-royal)!important;
  border-radius:10px!important;
  box-shadow:0 5px 14px rgba(21,87,213,.07)!important;
  margin:0!important;
}
:where(.sr-style) .search-wrap input {
font-size:14px!important;padding:0 13px!important
}
:where(.sr-style) .search-btn {
height:100%!important;min-width:106px!important;padding:0 16px!important;background:#1557d5!important
}
:where(.sr-style) .header-actions {
margin-left:auto!important;
  flex:0 0 auto!important;
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:10px!important;
}
:where(.sr-style) .signin-link {
font-size:13px!important;font-weight:800!important;padding:0 4px!important
}
:where(.sr-style) .header-cta {
min-height:46px!important;padding:0 14px!important;border-radius:10px!important
}
:where(.sr-style) .header-cta b {
font-size:12px!important
}
:where(.sr-style) .header-cta small {
font-size:8.5px!important
}
:where(.sr-style) .buyer-cta {
background:linear-gradient(135deg,var(--shelrock-orange),var(--shelrock-orange-dark))!important;box-shadow:0 9px 20px rgba(201,54,11,.24)!important
}
:where(.sr-style) .category-nav {
background:#fff!important;border-top:1px solid #edf1f6!important;border-bottom:1px solid #dfe6ef!important
}
:where(.sr-style) .category-nav-inner {
height:54px!important;display:flex!important;align-items:center!important;gap:0!important
}
:where(.sr-style) .all-categories {
min-width:235px!important;height:54px!important;padding:0 20px!important;
  border-left:1px solid #e3e9f0!important;border-right:1px solid #e3e9f0!important;
  background:#f8fbff!important;color:#17375f!important;
  font-size:15.5px!important;font-weight:900!important;letter-spacing:-.01em!important
}
:where(.sr-style) .all-categories svg:first-child {
width:20px!important;height:20px!important
}
:where(.sr-style) .category-links {
height:54px!important;display:flex!important;align-items:center!important;gap:0!important;overflow:visible!important
}
:where(.sr-style) .category-links a {
height:54px!important;display:flex!important;align-items:center!important;
  padding:0 26px!important;border-right:1px solid #e3e9f0!important;
  color:#17304f!important;background:#fff!important;
  font-size:15.5px!important;font-weight:900!important;letter-spacing:-.01em!important;
  transition:.16s ease!important
}
:where(.sr-style) .category-links a:hover {
background:#f4f8ff!important;color:#1557d5!important
}
:where(.sr-style) .market-hero {
padding:18px 0 20px!important;background:#f7f9fc!important
}
:where(.sr-style) .hero-commerce-grid {
display:grid!important;
  grid-template-columns:245px minmax(0,1fr)!important;
  gap:16px!important;align-items:stretch!important;
}
:where(.sr-style) .category-rail {
display:flex!important;flex-direction:column!important;
  min-height:500px!important;height:500px!important;
  border-radius:16px!important;background:#fff!important;
  border:1px solid #dde5ee!important;
  box-shadow:0 12px 28px rgba(18,44,82,.07)!important
}
:where(.sr-style) .category-rail .rail-title {
height:58px!important;padding:0 16px!important;background:#f6f9fd!important;border-bottom:1px solid #e6ecf3!important;display:flex!important;align-items:center!important
}
:where(.sr-style) .category-rail .rail-title span {
font-size:15px!important;font-weight:900!important;color:#173451!important
}
:where(.sr-style) .category-rail>button {
height:78px!important;padding:0 14px!important;
  grid-template-columns:36px 1fr 16px!important;background:#fff!important
}
:where(.sr-style) .category-rail>button:hover {
background:#f6f9ff!important;padding-left:16px!important
}
:where(.sr-style) .category-rail button small {
display:none!important
}
:where(.sr-style) .category-rail button b {
font-size:14px!important;line-height:1.25!important
}
:where(.sr-style) .category-rail .rail-bottom {
margin:12px!important;padding:11px!important;background:#f7fafc!important;border:1px solid #e5ebf2!important;border-radius:11px!important
}
:where(.sr-style) .category-rail .rail-bottom b {
font-size:11.5px!important
}
:where(.sr-style) .category-rail .rail-bottom small {
font-size:9.5px!important
}
:where(.sr-style) .category-rail .rail-view-all {
margin-top:auto!important;padding:15px 16px!important;background:#f8fafc!important;border-top:1px solid #e4eaf1!important;font-size:12.5px!important;font-weight:850!important;color:#173451!important;display:flex!important;justify-content:space-between!important
}
:where(.sr-style) .hero-stage,
:where(.sr-style) .hero-slides,
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide {
min-height:500px!important;height:500px!important
}
:where(.sr-style) .hero-stage {
border-radius:16px!important;overflow:hidden!important;border:1px solid #dce4ed!important;box-shadow:0 14px 32px rgba(16,35,67,.10)!important
}
:where(.sr-style) .hero-slide {
grid-template-columns:minmax(0,1fr) minmax(330px,.95fr)!important
}
:where(.sr-style) .hero-copy {
padding:44px 34px 118px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:46px!important;line-height:1.02!important
}
:where(.sr-style) .hero-copy p {
font-size:14px!important;line-height:1.62!important;max-width:610px!important
}
:where(.sr-style) .hero-universal-cta {
left:34px!important;right:auto!important;bottom:28px!important;
  min-height:48px!important;padding:0 19px!important;border-radius:10px!important;
  background:linear-gradient(135deg,var(--shelrock-orange),var(--shelrock-orange-dark))!important;
  color:#fff!important;font-size:13px!important;font-weight:900!important;
  box-shadow:0 13px 26px rgba(201,54,11,.28)!important
}
:where(.sr-style) .hero-dots {
left:34px!important;bottom:91px!important
}
:where(.sr-style) .products-section {
padding:52px 0 48px!important
}
:where(.sr-style) .marketplace-head {
margin-bottom:22px!important
}
:where(.sr-style) .marketplace-head .desktop-view-all {
display:inline-flex!important;align-items:center!important
}
:where(.sr-style) .product-toolbar {
display:none!important
}
:where(.sr-style) .product-category-group {
margin-top:26px!important
}
:where(.sr-style) .product-category-head {
display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:13px!important;padding-bottom:9px!important;border-bottom:1px solid #e7ecf2!important
}
:where(.sr-style) .product-category-head h3 {
font-size:22px!important;font-weight:900!important;color:#173451!important;margin:0!important
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important
}
:where(.sr-style) #products .product-commercial-row {
display:grid!important;grid-template-columns:1.05fr .72fr 1.2fr!important;
  gap:0!important;padding:0!important;margin-top:10px!important;
  border:1px solid #e2e8ef!important;border-radius:10px!important;overflow:hidden!important;background:#fbfcfe!important
}
:where(.sr-style) #products .product-commercial-row>div {
padding:9px 8px!important;min-width:0!important;border-left:0!important;border-right:1px solid #e6ebf1!important
}
:where(.sr-style) #products .product-commercial-row>div:last-child {
border-right:0!important
}
:where(.sr-style) #products .product-commercial-row small {
font-size:7.8px!important;line-height:1.2!important;color:#788598!important;text-transform:uppercase!important;letter-spacing:.04em!important
}
:where(.sr-style) #products .product-commercial-row strong {
font-size:13px!important;line-height:1.15!important
}
:where(.sr-style) #products .product-commercial-row b {
font-size:10.5px!important;line-height:1.2!important;white-space:normal!important
}
:where(.sr-style) #products .trade-term-cell em {
display:block!important;font-style:normal!important;font-size:8.5px!important;font-weight:800!important;color:#1557d5!important;margin-top:2px!important
}
:where(.sr-style) .guarantee-section {
padding:58px 0!important;background:linear-gradient(180deg,#fbfcff,#f5f8fc)!important;border-top:1px solid #e7edf4!important;border-bottom:1px solid #e7edf4!important
}
:where(.sr-style) .guarantee-split {
display:grid!important;grid-template-columns:minmax(0,40fr) minmax(0,60fr)!important;
  gap:46px!important;align-items:center!important
}
:where(.sr-style) .guarantee-copy h2 {
font-size:42px!important;line-height:1.04!important;margin:14px 0 15px!important;color:#122d4b!important
}
:where(.sr-style) .guarantee-copy h2 em {
color:#1557d5!important;font-style:normal!important
}
:where(.sr-style) .guarantee-copy>p {
font-size:15px!important;line-height:1.65!important;color:#607086!important
}
:where(.sr-style) .guarantee-points {
display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:18px!important
}
:where(.sr-style) .guarantee-points span {
display:flex!important;align-items:flex-start!important;gap:9px!important;padding:10px 11px!important;border:1px solid #e1e8f0!important;border-radius:11px!important;background:#fff!important;box-shadow:0 5px 14px rgba(18,44,82,.035)!important
}
:where(.sr-style) .guarantee-points i {
font-style:normal!important;display:grid!important;place-items:center!important;width:20px!important;height:20px!important;border-radius:50%!important;background:#e9f8f0!important;color:#138755!important;font-size:10px!important;font-weight:900!important;flex:0 0 20px!important
}
:where(.sr-style) .guarantee-points b {
font-size:11.5px!important;line-height:1.3!important;color:#1c3553!important
}
:where(.sr-style) .premium-guarantee-board {
position:relative!important;padding:22px!important;border:1px solid #dbe4ef!important;border-radius:22px!important;background:linear-gradient(145deg,#ffffff 0%,#f7faff 65%,#eef4ff 100%)!important;box-shadow:0 24px 54px rgba(18,44,82,.12)!important;overflow:hidden!important
}
:where(.sr-style) .premium-guarantee-board:before {
content:"";position:absolute;right:-70px;top:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(21,87,213,.12),rgba(21,87,213,0) 70%)
}
:where(.sr-style) .guarantee-board-head {
position:relative;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important
}
:where(.sr-style) .guarantee-board-head>div:first-child {
display:flex!important;flex-direction:column!important;gap:5px!important
}
:where(.sr-style) .guarantee-board-head span {
font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;color:#1557d5!important
}
:where(.sr-style) .guarantee-board-head b {
font-size:22px!important;color:#112d4b!important
}
:where(.sr-style) .guarantee-seal {
width:86px;height:86px;border-radius:22px;background:#0f2e55;color:#fff;display:grid;grid-template-columns:28px 1fr;align-items:center;padding:0 10px;box-shadow:0 12px 26px rgba(15,46,85,.18);position:relative;z-index:1
}
:where(.sr-style) .guarantee-seal strong {
font-size:24px;color:#48d397
}
:where(.sr-style) .guarantee-seal small {
font-size:8px;line-height:1.2;font-weight:900;letter-spacing:.05em
}
:where(.sr-style) .guarantee-control-line {
display:grid!important;grid-template-columns:auto 1fr auto 1fr auto!important;align-items:center!important;gap:10px!important;padding:11px 12px!important;background:#0f2644!important;border-radius:12px!important;color:#fff!important;margin-bottom:14px!important
}
:where(.sr-style) .guarantee-control-line span,
:where(.sr-style) .guarantee-control-line b {
font-size:9.5px!important;font-weight:900!important;letter-spacing:.04em!important
}
:where(.sr-style) .guarantee-control-line i {
height:1px!important;background:linear-gradient(90deg,rgba(255,255,255,.12),#6eb5ff,rgba(255,255,255,.12))!important
}
:where(.sr-style) .guarantee-grid {
display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px!important
}
:where(.sr-style) .guarantee-grid article {
display:grid!important;grid-template-columns:32px 1fr auto!important;gap:10px!important;align-items:start!important;padding:14px!important;border:1px solid #e0e7ef!important;border-radius:14px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 6px 16px rgba(18,44,82,.04)!important
}
:where(.sr-style) .guarantee-grid article>span {
width:30px!important;height:30px!important;border-radius:9px!important;background:#eef4ff!important;color:#1557d5!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:900!important
}
:where(.sr-style) .guarantee-grid h3 {
font-size:14px!important;margin:0 0 4px!important;color:#173451!important
}
:where(.sr-style) .guarantee-grid p {
font-size:10.5px!important;line-height:1.45!important;margin:0!important;color:#6b788b!important
}
:where(.sr-style) .guarantee-grid article>b {
font-size:8px!important;letter-spacing:.08em!important;color:#138755!important;padding:5px 6px!important;border-radius:7px!important;background:#eaf8f1!important
}
:where(.sr-style) .guarantee-footer-strip {
display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:14px!important;padding:11px 13px!important;border:1px dashed #bdcbe0!important;border-radius:11px!important;background:#fff!important
}
:where(.sr-style) .guarantee-footer-strip span {
font-size:9.5px!important;font-weight:850!important;color:#3a4f6b!important
}
:where(.sr-style) .split-section,
:where(.sr-style) .supplier-network-split,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split {
grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:44px!important;align-items:center!important
}
:where(.sr-style) .source-mission-grid {
display:grid!important;grid-template-columns:minmax(0,42fr) minmax(0,58fr)!important;gap:42px!important;align-items:center!important
}
:where(.sr-style) .section-end-cta,
:where(.sr-style) .intelligence-section-end-cta,
:where(.sr-style) .radar-section-end-cta,
:where(.sr-style) .guarantee-end-cta {
display:flex!important;justify-content:flex-start!important;align-items:center!important;
  width:100%!important;margin-top:22px!important;padding:0!important
}
:where(.sr-style) .section-end-cta .section-primary-cta,
:where(.sr-style) .intelligence-section-end-cta .intelligence-rfq-cta,
:where(.sr-style) .guarantee-end-cta .section-primary-cta {
display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  min-height:46px!important;padding:0 18px!important;border:0!important;border-radius:10px!important;
  background:linear-gradient(135deg,var(--shelrock-orange),var(--shelrock-orange-dark))!important;
  color:#fff!important;font-size:12.5px!important;font-weight:900!important;
  box-shadow:0 12px 24px rgba(201,54,11,.28)!important
}
:where(.sr-style) .section-end-cta .section-primary-cta:hover,
:where(.sr-style) .intelligence-section-end-cta .intelligence-rfq-cta:hover {
filter:brightness(.96)!important;transform:translateY(-1px)!important
}
:where(.sr-style) .intelligence-shell {
width:min(var(--shell),calc(100% - 44px))!important;margin:0 auto!important
}
:where(.sr-style) .intelligence-section-end-cta {
margin-left:0!important;max-width:none!important
}
@media (max-width:1180px) {
:where(.sr-style) .search-wrap {
flex-basis:500px!important;width:min(500px,43vw)!important;min-width:300px!important
}
:where(.sr-style) .category-links a {
padding:0 20px!important;font-size:14.5px!important
}
:where(.sr-style) .all-categories {
min-width:215px!important;font-size:14.5px!important
}
:where(.sr-style) .hero-commerce-grid {
grid-template-columns:220px minmax(0,1fr)!important
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(4,minmax(0,1fr))!important
}
:where(.sr-style) .guarantee-split {
grid-template-columns:minmax(0,42fr) minmax(0,58fr)!important;gap:30px!important
}
}
@media (max-width:900px) {
:where(.sr-style) .trade-usp-right {
display:none!important
}
:where(.sr-style) .header-main {
flex-wrap:wrap!important;height:auto!important;padding:10px 0 9px!important;gap:10px!important
}
:where(.sr-style) .header-actions {
display:none!important
}
:where(.sr-style) .search-wrap {
order:3!important;flex:0 0 100%!important;width:100%!important;max-width:none!important;min-width:0!important;height:46px!important
}
:where(.sr-style) .mobile-menu-btn {
display:block!important;margin-left:auto!important
}
:where(.sr-style) .category-nav-inner {
width:100%!important;overflow-x:auto!important;height:50px!important
}
:where(.sr-style) .all-categories {
min-width:190px!important;height:50px!important;font-size:13.5px!important
}
:where(.sr-style) .category-links {
height:50px!important;white-space:nowrap!important;overflow-x:auto!important
}
:where(.sr-style) .category-links a {
height:50px!important;font-size:13.5px!important;padding:0 18px!important;white-space:nowrap!important
}
:where(.sr-style) .hero-commerce-grid {
display:block!important
}
:where(.sr-style) .category-rail {
display:none!important
}
:where(.sr-style) .hero-stage,
:where(.sr-style) .hero-slides,
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide {
height:390px!important;min-height:390px!important
}
:where(.sr-style) .hero-slide {
grid-template-columns:1fr 1fr!important
}
:where(.sr-style) .hero-copy {
padding:28px 22px 90px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:34px!important
}
:where(.sr-style) .hero-universal-cta {
left:20px!important;bottom:18px!important
}
:where(.sr-style) .hero-dots {
left:20px!important;bottom:75px!important
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}
:where(.sr-style) .guarantee-split,
:where(.sr-style) .split-section,
:where(.sr-style) .supplier-network-split,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split,
:where(.sr-style) .source-mission-grid {
grid-template-columns:1fr!important;gap:24px!important
}
:where(.sr-style) .guarantee-copy h2 {
font-size:34px!important
}
}
@media (max-width:640px) {
:where(.sr-style) .trade-usp-inner {
min-height:38px!important;padding:6px 0!important
}
:where(.sr-style) .trade-world-label {
display:none!important
}
:where(.sr-style) .trade-route {
font-size:10.5px!important;overflow-x:auto!important;display:block!important;white-space:nowrap!important;width:100%!important
}
:where(.sr-style) .header-main {
padding:9px 0!important
}
:where(.sr-style) .search-wrap {
height:44px!important
}
:where(.sr-style) .category-nav-inner {
height:48px!important;padding-left:0!important
}
:where(.sr-style) .all-categories {
height:48px!important;min-width:180px!important;font-size:12.5px!important;padding:0 13px!important
}
:where(.sr-style) .category-links {
height:48px!important
}
:where(.sr-style) .category-links a {
height:48px!important;font-size:12.5px!important;padding:0 15px!important
}
:where(.sr-style) .market-hero {
padding:10px 0 14px!important
}
:where(.sr-style) .hero-stage,
:where(.sr-style) .hero-slides,
:where(.sr-style) .hero-slide,
:where(.sr-style) .port-slide,
:where(.sr-style) .hero-visual,
:where(.sr-style) .home-live-visual {
height:330px!important;min-height:330px!important
}
:where(.sr-style) .hero-copy {
padding:24px 16px 78px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:28px!important
}
:where(.sr-style) .hero-copy p {
font-size:11.5px!important;line-height:1.45!important
}
:where(.sr-style) .hero-proof {
gap:5px 8px!important
}
:where(.sr-style) .hero-proof span {
font-size:8.5px!important
}
:where(.sr-style) .hero-universal-cta {
left:14px!important;bottom:12px!important;min-height:40px!important;padding:0 13px!important;font-size:10.5px!important
}
:where(.sr-style) .hero-dots {
left:14px!important;bottom:60px!important
}
:where(.sr-style) .products-section {
padding:38px 0!important
}
:where(.sr-style) .marketplace-head h2 {
font-size:29px!important
}
:where(.sr-style) .marketplace-head p {
font-size:12.5px!important
}
:where(.sr-style) .marketplace-head .desktop-view-all {
display:none!important
}
:where(.sr-style) .product-category-head h3 {
font-size:18px!important
}
:where(.sr-style) #products .product-commercial-row {
grid-template-columns:1fr!important
}
:where(.sr-style) #products .product-commercial-row>div {
border-right:0!important;border-bottom:1px solid #e6ebf1!important
}
:where(.sr-style) #products .product-commercial-row>div:last-child {
border-bottom:0!important
}
:where(.sr-style) .guarantee-section {
padding:40px 0!important
}
:where(.sr-style) .guarantee-copy h2 {
font-size:29px!important
}
:where(.sr-style) .guarantee-copy>p {
font-size:12.5px!important
}
:where(.sr-style) .guarantee-points {
grid-template-columns:1fr!important
}
:where(.sr-style) .guarantee-grid {
grid-template-columns:1fr!important
}
:where(.sr-style) .premium-guarantee-board {
padding:15px!important
}
:where(.sr-style) .guarantee-board-head b {
font-size:17px!important
}
:where(.sr-style) .guarantee-seal {
width:70px;height:70px
}
:where(.sr-style) .guarantee-control-line {
grid-template-columns:auto 1fr auto!important
}
:where(.sr-style) .guarantee-control-line i:nth-of-type(2),
:where(.sr-style) .guarantee-control-line span:last-child {
display:none!important
}
:where(.sr-style) .section-end-cta,
:where(.sr-style) .intelligence-section-end-cta,
:where(.sr-style) .radar-section-end-cta,
:where(.sr-style) .guarantee-end-cta {
margin-top:16px!important
}
:where(.sr-style) .section-end-cta .section-primary-cta,
:where(.sr-style) .intelligence-section-end-cta .intelligence-rfq-cta,
:where(.sr-style) .guarantee-end-cta .section-primary-cta {
min-height:43px!important;font-size:11px!important
}
:where(.sr-style) .intelligence-shell {
width:calc(100% - 24px)!important
}
}
:root:where(.sr-style) {
--s-orange:#ff5a1f;--s-orange-2:#ff7419;--s-blue:#1557d5;--s-navy:#0b2345;--s-ink:#14243a;--s-muted:#66758a;--s-line:#e6ebf1;--s-soft:#f7f9fc
}
:where(.sr-style) .trade-usp-bar {
background:linear-gradient(90deg,#061f42 0%,#0a3c78 52%,#1557d5 100%)!important;color:#fff!important;border:0!important
}
:where(.sr-style) .trade-usp-inner {
min-height:40px!important;padding:7px 0!important
}
:where(.sr-style) .trade-world-label {
background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important
}
:where(.sr-style) .trade-route {
color:#edf5ff!important
}
:where(.sr-style) .trade-usp-right span {
background:transparent!important;border:0!important;padding:0!important;color:#dceaff!important
}
:where(.sr-style) .market-header {
overflow:visible!important;position:relative!important;z-index:300!important;background:#fff!important
}
:where(.sr-style) .header-main {
height:78px!important;display:grid!important;grid-template-columns:auto minmax(520px,720px) auto!important;gap:22px!important;align-items:center!important
}
:where(.sr-style) .search-wrap {
width:100%!important;max-width:720px!important;min-width:520px!important;height:48px!important;border:1px solid #1557d5!important;border-radius:10px!important;box-shadow:0 4px 14px rgba(21,87,213,.07)!important
}
:where(.sr-style) .search-btn {
background:#1557d5!important;color:#fff!important;min-width:108px!important
}
:where(.sr-style) .header-actions {
display:flex!important;justify-self:end!important;margin-left:0!important;gap:10px!important;align-items:center!important
}
:where(.sr-style) .header-cta {
min-height:46px!important
}
:where(.sr-style) .buyer-cta {
background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;box-shadow:0 9px 20px rgba(255,90,31,.2)!important
}
:where(.sr-style) .category-nav {
position:relative!important;z-index:320!important;overflow:visible!important;background:#fff!important;border-top:1px solid #edf1f5!important;border-bottom:1px solid #e6ebf1!important
}
:where(.sr-style) .category-nav-inner {
height:54px!important;display:flex!important;gap:26px!important;align-items:center!important;overflow:visible!important
}
:where(.sr-style) .all-categories {
flex:0 0 auto!important;height:54px!important;padding:0 4px!important;font-size:15px!important;font-weight:900!important;color:#172d49!important;background:transparent!important;border:0!important;border-radius:0!important
}
:where(.sr-style) .category-links {
display:flex!important;align-items:center!important;gap:30px!important;flex:1!important;overflow:visible!important
}
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
white-space:nowrap!important;background:transparent!important;border:0!important;padding:17px 0 14px!important;color:#243852!important;font-size:15px!important;font-weight:850!important;line-height:1!important;cursor:pointer!important;border-bottom:3px solid transparent!important
}
:where(.sr-style) .category-links>a:hover,
:where(.sr-style) .category-links>button:hover {
color:#1557d5!important;border-bottom-color:#1557d5!important
}
:where(.sr-style) .mega-menu {
position:absolute!important;left:0!important;right:0!important;top:100%!important;width:100%!important;z-index:9999!important;background:#fff!important;border-top:1px solid #e8edf3!important;border-bottom:1px solid #dfe6ee!important;box-shadow:0 24px 50px rgba(17,39,72,.18)!important;overflow:visible!important
}
:where(.sr-style) .mega-menu:not(.is-open) {
display:none!important
}
:where(.sr-style) .mega-menu.is-open {
display:block!important
}
:where(.sr-style) .mega-marketplace-grid {
display:grid!important;grid-template-columns:1.1fr 1.1fr .9fr .85fr!important;gap:30px!important;padding:30px 0 34px!important
}
:where(.sr-style) .mega-column {
display:flex!important;flex-direction:column!important;gap:9px!important
}
:where(.sr-style) .mega-label {
font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;color:#1557d5!important
}
:where(.sr-style) .mega-column h3 {
font-size:18px!important;line-height:1.25!important;color:#152b48!important;margin:1px 0 8px!important
}
:where(.sr-style) .mega-column a {
font-size:13px!important;color:#54657a!important;padding:4px 0!important
}
:where(.sr-style) .mega-column a:hover {
color:#1557d5!important
}
:where(.sr-style) .mega-buyer-card {
padding:22px!important;border-radius:18px!important;background:linear-gradient(145deg,#0b2345,#123b72)!important;color:#fff!important;align-self:stretch!important
}
:where(.sr-style) .mega-buyer-card small {
font-size:10px!important;letter-spacing:.13em!important;color:#9fc3f8!important;font-weight:900!important
}
:where(.sr-style) .mega-buyer-card h3 {
font-size:22px!important;line-height:1.12!important;margin:10px 0!important
}
:where(.sr-style) .mega-buyer-card p {
font-size:12.5px!important;line-height:1.55!important;color:#d9e7f8!important
}
:where(.sr-style) .mega-buyer-card a {
display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:15px!important;min-height:42px!important;padding:0 15px!important;border-radius:9px!important;background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;font-size:12px!important;font-weight:900!important
}
:where(.sr-style) .market-hero {
position:relative!important;z-index:1!important;padding:16px 0 20px!important
}
:where(.sr-style) .hero-commerce-grid {
display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;gap:16px!important;align-items:stretch!important
}
:where(.sr-style) .category-rail {
display:flex!important;min-height:540px!important;border-radius:18px!important
}
:where(.sr-style) .category-rail>button {
height:auto!important;min-height:102px!important;padding:18px 14px!important;align-items:center!important
}
:where(.sr-style) .category-rail button b {
font-size:14px!important;line-height:1.28!important
}
:where(.sr-style) .category-rail .rail-view-all {
margin-top:auto!important
}
:where(.sr-style) .hero-stage {
min-height:540px!important;height:540px!important;border-radius:18px!important;overflow:hidden!important
}
:where(.sr-style) .hero-slide {
min-height:540px!important
}
:where(.sr-style) .hero-copy {
padding:42px 38px 118px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:47px!important;line-height:1.02!important
}
:where(.sr-style) .hero-copy p {
font-size:14px!important;line-height:1.6!important;max-width:610px!important
}
:where(.sr-style) .hero-universal-cta {
display:inline-flex!important;visibility:visible!important;opacity:1!important;position:absolute!important;left:38px!important;right:auto!important;bottom:32px!important;z-index:80!important;min-height:48px!important;padding:0 20px!important;border-radius:10px!important;background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;font-size:13px!important;font-weight:900!important;box-shadow:0 12px 25px rgba(255,90,31,.24)!important;transform:none!important
}
:where(.sr-style) .hero-universal-cta:hover {
transform:translateY(-1px)!important
}
:where(.sr-style) .hero-dots {
left:38px!important;bottom:91px!important;z-index:79!important
}
:where(.sr-style) .products-section {
padding:62px 0 52px!important
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size:46px!important;line-height:1.06!important;letter-spacing:-.025em!important;color:#142a46!important
}
:where(.sr-style) .section-head p,
:where(.sr-style) .split-copy p {
font-size:15px!important;line-height:1.65!important;color:#66758a!important
}
:where(.sr-style) .eyebrow {
text-transform:none!important;font-size:12px!important;letter-spacing:.08em!important
}
:where(.sr-style) .marketplace-head {
margin-bottom:26px!important
}
:where(.sr-style) .product-category-head {
display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;margin:30px 0 14px!important
}
:where(.sr-style) .product-category-head h3 {
font-size:26px!important;line-height:1.15!important;color:#172d49!important;margin:0!important
}
:where(.sr-style) .product-category-head a {
font-size:12px!important;font-weight:850!important;color:#1557d5!important
}
:where(.sr-style) .marketplace-product-grid {
display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important
}
:where(.sr-style) .b2b-product-card {
border:1px solid #e7ebf0!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 6px 18px rgba(20,43,74,.055)!important;transition:transform .18s ease,box-shadow .18s ease!important
}
:where(.sr-style) .b2b-product-card:hover {
transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(20,43,74,.10)!important
}
:where(.sr-style) .product-image {
height:185px!important;background:#f5f7fa!important
}
:where(.sr-style) .verified-strip {
margin:0!important;border:0!important;border-radius:0!important;border-bottom:1px solid #edf1f5!important;background:#fffaf6!important;padding:8px 12px!important
}
:where(.sr-style) .verified-strip b {
text-transform:none!important;font-size:10.5px!important;color:#d95218!important
}
:where(.sr-style) .verified-strip small {
color:#8a6f62!important
}
:where(.sr-style) .b2b-product-body {
padding:13px 13px 14px!important
}
:where(.sr-style) .product-card-category {
font-size:9.5px!important;color:#6d7d90!important;letter-spacing:.06em!important
}
:where(.sr-style) .product-title {
font-size:14px!important;line-height:1.35!important;min-height:38px!important;margin-top:4px!important
}
:where(.sr-style) .product-price-line {
display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:8px!important;margin-top:12px!important;padding-top:11px!important;border-top:1px solid #edf1f5!important
}
:where(.sr-style) .product-price-line small {
font-size:9.5px!important;color:#7b899a!important
}
:where(.sr-style) .product-price-line strong {
font-size:15px!important;color:#172d49!important
}
:where(.sr-style) .product-trade-facts {
display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important
}
:where(.sr-style) .product-trade-facts span {
min-width:0!important
}
:where(.sr-style) .product-trade-facts small {
display:block!important;font-size:8.5px!important;color:#8a97a6!important;margin-bottom:2px!important
}
:where(.sr-style) .product-trade-facts b {
display:block!important;font-size:10px!important;line-height:1.2!important;color:#35485f!important;white-space:normal!important
}
:where(.sr-style) .product-supplier-identity {
display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:9px!important;margin-top:12px!important;padding-top:11px!important;border-top:1px solid #edf1f5!important
}
:where(.sr-style) .product-supplier-identity>div {
min-width:0!important
}
:where(.sr-style) .product-supplier-identity small {
display:block!important;font-size:8.5px!important;color:#8a97a6!important
}
:where(.sr-style) .product-supplier-identity b {
display:block!important;font-size:10.5px!important;line-height:1.25!important;color:#253950!important;margin:2px 0!important
}
:where(.sr-style) .product-supplier-identity span {
display:block!important;font-size:9px!important;color:#1557d5!important;font-weight:800!important
}
:where(.sr-style) .product-location {
max-width:90px!important;text-align:right!important;line-height:1.3!important
}
:where(.sr-style) .card-quote {
margin-top:12px!important;min-height:38px!important;border-radius:9px!important;background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;font-size:10.5px!important;font-weight:900!important;box-shadow:none!important
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .guarantee-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:64px 0!important
}
:where(.sr-style) .split-section,
:where(.sr-style) .supplier-network-split,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split {
display:grid!important;grid-template-columns:minmax(0,40%) minmax(0,60%)!important;gap:46px!important;align-items:center!important
}
:where(.sr-style) .guarantee-split {
display:grid!important;grid-template-columns:minmax(0,40%) minmax(0,60%)!important;gap:46px!important;align-items:center!important
}
:where(.sr-style) .source-mission-grid {
grid-template-columns:minmax(0,40%) minmax(0,60%)!important;gap:46px!important
}
:where(.sr-style) .guarantee-board {
padding:24px!important;border-radius:22px!important;border:1px solid #dfe7f0!important;box-shadow:0 18px 46px rgba(19,43,75,.10)!important;background:linear-gradient(180deg,#fff,#f8fbff)!important
}
:where(.sr-style) .guarantee-board-head>div>span {
text-transform:none!important
}
:where(.sr-style) .guarantee-grid {
gap:12px!important
}
:where(.sr-style) .guarantee-grid article {
min-height:112px!important;border:1px solid #e7edf3!important;background:#fff!important;box-shadow:0 5px 14px rgba(18,42,74,.04)!important
}
:where(.sr-style) .guarantee-control-line {
margin:18px 0!important;background:#0f315c!important
}
:where(.sr-style) .section-end-cta {
margin-top:22px!important;justify-content:flex-start!important
}
:where(.sr-style) .section-primary-cta,
:where(.sr-style) .intelligence-rfq-cta {
background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;box-shadow:0 11px 24px rgba(255,90,31,.22)!important;border:0!important;min-height:46px!important;padding:0 18px!important;border-radius:10px!important;font-size:12px!important;font-weight:900!important
}
:where(.sr-style) .supplier-directory-visual {
border:1px solid #e2e9f1!important;border-radius:22px!important;background:#f8fafc!important;padding:18px!important;box-shadow:0 18px 40px rgba(18,43,74,.08)!important
}
:where(.sr-style) .supplier-directory-head {
display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin-bottom:14px!important
}
:where(.sr-style) .supplier-directory-head>div small {
display:block!important;font-size:9px!important;letter-spacing:.12em!important;color:#1557d5!important;font-weight:900!important
}
:where(.sr-style) .supplier-directory-head>div b {
display:block!important;font-size:18px!important;color:#18304e!important;margin-top:3px!important
}
:where(.sr-style) .supplier-directory-head>span {
display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:9px!important;font-weight:900!important;color:#168152!important;background:#eaf8f1!important;border-radius:999px!important;padding:7px 9px!important
}
:where(.sr-style) .supplier-directory-head>span i {
width:6px!important;height:6px!important;border-radius:50%!important;background:#1caf6e!important
}
:where(.sr-style) .supplier-profile-grid {
display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:13px!important
}
:where(.sr-style) .supplier-profile-card,
:where(.sr-style) .supplier-profile-placeholder {
border:1px solid #e4eaf0!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important
}
:where(.sr-style) .supplier-profile-media {
height:142px!important;position:relative!important;overflow:hidden!important
}
:where(.sr-style) .supplier-profile-media img {
width:100%!important;height:100%!important;object-fit:cover!important
}
:where(.sr-style) .supplier-profile-media>span {
position:absolute!important;left:11px!important;bottom:10px!important;background:#fff!important;color:#168152!important;border-radius:999px!important;padding:6px 9px!important;font-size:9px!important;font-weight:900!important
}
:where(.sr-style) .supplier-profile-body {
padding:14px!important
}
:where(.sr-style) .supplier-profile-id {
display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important
}
:where(.sr-style) .supplier-profile-id small {
font-size:8px!important;color:#8795a5!important
}
:where(.sr-style) .supplier-profile-id b {
font-size:11px!important;color:#1557d5!important
}
:where(.sr-style) .supplier-profile-body h3 {
font-size:18px!important;margin:9px 0 6px!important;color:#18304e!important
}
:where(.sr-style) .supplier-profile-body p {
font-size:11px!important;line-height:1.5!important;color:#6a788a!important
}
:where(.sr-style) .supplier-profile-facts {
display:flex!important;gap:5px!important;flex-wrap:wrap!important;margin-top:10px!important
}
:where(.sr-style) .supplier-profile-facts span {
font-size:8.5px!important;padding:5px 7px!important;border-radius:999px!important;background:#f0f4f8!important;color:#4b5f75!important
}
:where(.sr-style) .supplier-profile-route {
margin-top:11px!important;padding-top:10px!important;border-top:1px solid #edf1f5!important
}
:where(.sr-style) .supplier-profile-route b {
display:block!important;font-size:10px!important;color:#253b55!important
}
:where(.sr-style) .supplier-profile-route small {
display:block!important;font-size:8.5px!important;color:#8795a5!important;margin-top:2px!important
}
:where(.sr-style) .supplier-profile-placeholder {
padding:20px!important;display:flex!important;flex-direction:column!important;justify-content:center!important
}
:where(.sr-style) .placeholder-icon {
width:42px!important;height:42px!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:#eef4ff!important;color:#1557d5!important;font-size:24px!important;margin-bottom:12px!important
}
:where(.sr-style) .supplier-profile-placeholder>small {
font-size:8.5px!important;color:#1557d5!important;letter-spacing:.1em!important;font-weight:900!important
}
:where(.sr-style) .supplier-profile-placeholder h3 {
font-size:18px!important;line-height:1.2!important;margin:7px 0!important;color:#18304e!important
}
:where(.sr-style) .supplier-profile-placeholder p {
font-size:10.5px!important;line-height:1.5!important;color:#6a788a!important
}
:where(.sr-style) .placeholder-flow {
display:flex!important;align-items:center!important;gap:5px!important;margin-top:12px!important;flex-wrap:wrap!important
}
:where(.sr-style) .placeholder-flow span {
font-size:7.5px!important;font-weight:900!important;color:#53667c!important
}
:where(.sr-style) .placeholder-flow i {
font-style:normal!important;color:#a5b1bf!important
}
:where(.sr-style) .intelligence-shell {
display:block!important
}
:where(.sr-style) .intelligence-section-end-cta {
width:100%!important;margin-top:22px!important;justify-content:flex-start!important
}
:where(.sr-style) .source-mission.shell {
padding:58px 34px!important
}
:where(.sr-style) .radar-wrap {
width:100%!important
}
:where(.sr-style) .site-footer {
background:#f4f6f8!important;color:#293a50!important;border-top:1px solid #e0e6ec!important
}
:where(.sr-style) .footer-enterprise {
display:grid!important;grid-template-columns:1.45fr repeat(4,1fr)!important;gap:42px!important;padding:52px 0 38px!important
}
:where(.sr-style) .site-footer .brand-text strong {
color:#152c48!important
}
:where(.sr-style) .site-footer .brand-text small {
color:#7a8899!important
}
:where(.sr-style) .footer-brand p {
color:#647488!important;font-size:13.5px!important;line-height:1.6!important;max-width:340px!important
}
:where(.sr-style) .footer-trust {
display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin-top:14px!important
}
:where(.sr-style) .footer-trust span {
font-size:8.5px!important;font-weight:850!important;color:#53667c!important;background:#e9eef4!important;border-radius:999px!important;padding:6px 8px!important
}
:where(.sr-style) .footer-enterprise>div>b {
display:block!important;color:#17304d!important;font-size:14px!important;margin-bottom:13px!important
}
:where(.sr-style) .footer-enterprise>div>a {
display:block!important;color:#5d6d7f!important;font-size:13px!important;line-height:1.35!important;padding:5px 0!important
}
:where(.sr-style) .footer-enterprise>div>a:hover {
color:#1557d5!important
}
:where(.sr-style) .footer-bottom {
border-top:1px solid #dde4eb!important;color:#778596!important
}
:where(.sr-style) .footer-bottom a {
color:#67778a!important
}
@media (max-width:1200px) {
:where(.sr-style) .header-main {
grid-template-columns:auto minmax(420px,1fr) auto!important
}
:where(.sr-style) .search-wrap {
min-width:420px!important
}
:where(.sr-style) .category-links {
gap:18px!important
}
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
font-size:13px!important
}
:where(.sr-style) .mega-marketplace-grid {
grid-template-columns:1fr 1fr 1fr!important
}
:where(.sr-style) .mega-buyer-card {
grid-column:1/-1!important
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(4,minmax(0,1fr))!important
}
:where(.sr-style) .hero-commerce-grid {
grid-template-columns:235px minmax(0,1fr)!important
}
}
@media (max-width:980px) {
:where(.sr-style) .header-main {
display:flex!important;flex-wrap:wrap!important;height:auto!important;padding:10px 0!important
}
:where(.sr-style) .search-wrap {
order:3!important;flex:0 0 100%!important;max-width:none!important;min-width:0!important
}
:where(.sr-style) .header-actions {
margin-left:auto!important
}
:where(.sr-style) .category-links {
overflow-x:auto!important;white-space:nowrap!important;gap:20px!important
}
:where(.sr-style) .mega-marketplace-grid {
grid-template-columns:1fr 1fr!important
}
:where(.sr-style) .split-section,
:where(.sr-style) .supplier-network-split,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split,
:where(.sr-style) .guarantee-split,
:where(.sr-style) .source-mission-grid {
grid-template-columns:1fr!important;gap:26px!important
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size:38px!important
}
:where(.sr-style) .supplier-profile-grid {
grid-template-columns:1fr 1fr!important
}
:where(.sr-style) .footer-enterprise {
grid-template-columns:1.4fr 1fr 1fr!important
}
:where(.sr-style) .footer-enterprise>div:nth-child(4),
:where(.sr-style) .footer-enterprise>div:nth-child(5) {
margin-top:8px!important
}
}
@media (max-width:760px) {
:where(.sr-style) .trade-usp-right {
display:none!important
}
:where(.sr-style) .trade-usp-left {
width:100%!important;overflow-x:auto!important;white-space:nowrap!important
}
:where(.sr-style) .header-actions {
display:none!important
}
:where(.sr-style) .mobile-menu-btn {
display:block!important
}
:where(.sr-style) .category-nav-inner {
height:50px!important;width:100%!important;padding-left:12px!important;gap:18px!important;overflow-x:auto!important
}
:where(.sr-style) .all-categories {
font-size:13px!important
}
:where(.sr-style) .category-links {
gap:18px!important
}
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
font-size:12px!important;padding:16px 0 13px!important
}
:where(.sr-style) .mega-menu {
display:none!important
}
:where(.sr-style) .hero-commerce-grid {
display:block!important
}
:where(.sr-style) .category-rail {
display:none!important
}
:where(.sr-style) .hero-stage {
height:480px!important;min-height:480px!important
}
:where(.sr-style) .hero-slide {
min-height:480px!important
}
:where(.sr-style) .hero-copy {
padding:28px 20px 112px!important
}
:where(.sr-style) .hero-copy h1,
:where(.sr-style) .hero-copy h2 {
font-size:34px!important
}
:where(.sr-style) .hero-copy p {
font-size:12.5px!important;line-height:1.52!important
}
:where(.sr-style) .hero-universal-cta {
left:18px!important;bottom:18px!important;min-height:42px!important;padding:0 14px!important;font-size:11px!important
}
:where(.sr-style) .hero-dots {
left:18px!important;bottom:72px!important
}
:where(.sr-style) .marketplace-product-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important
}
:where(.sr-style) .product-image {
height:145px!important
}
:where(.sr-style) .product-trade-facts {
grid-template-columns:1fr!important;gap:4px!important
}
:where(.sr-style) .product-trade-facts span {
display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important
}
:where(.sr-style) .product-trade-facts small {
margin:0!important
}
:where(.sr-style) .product-location {
display:none!important
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size:31px!important
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .guarantee-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:42px 0!important
}
:where(.sr-style) .supplier-profile-grid {
grid-template-columns:1fr!important
}
:where(.sr-style) .supplier-directory-head {
align-items:flex-start!important
}
:where(.sr-style) .supplier-directory-head>span {
display:none!important
}
:where(.sr-style) .guarantee-board {
padding:15px!important
}
:where(.sr-style) .footer-enterprise {
grid-template-columns:1fr 1fr!important;gap:28px 20px!important;padding:40px 0 28px!important
}
:where(.sr-style) .footer-brand {
grid-column:1/-1!important
}
:where(.sr-style) .footer-enterprise>div>b {
font-size:13px!important
}
:where(.sr-style) .footer-enterprise>div>a {
font-size:12px!important
}
:where(.sr-style) .source-mission.shell {
padding:42px 18px!important
}
:where(.sr-style) .section-end-cta {
margin-top:17px!important
}
}
:where(.sr-style) #products .b2b-product-card .verified-strip b,
:where(.sr-style) .b2b-product-card .verified-strip b,
:where(.sr-style) .verified-strip b {
color:#fff!important
}
:where(.sr-style) .supplier-marketplace-shell {
display:block!important
}
:where(.sr-style) .supplier-marketplace-head {
display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;margin-bottom:26px!important
}
:where(.sr-style) .supplier-marketplace-head>div {
max-width:760px!important
}
:where(.sr-style) .supplier-marketplace-head h2 {
font-size:46px!important;line-height:1.06!important;letter-spacing:-.025em!important;color:#142a46!important;margin:8px 0 10px!important
}
:where(.sr-style) .supplier-marketplace-head p {
font-size:15px!important;line-height:1.65!important;color:#66758a!important;margin:0!important
}
:where(.sr-style) .supplier-marketplace-head .view-all {
flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;font-weight:900!important;color:#1557d5!important;white-space:nowrap!important
}
:where(.sr-style) .verified-supplier-grid {
display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important
}
:where(.sr-style) .verified-supplier-card {
min-width:0!important;background:#fff!important;border:1px solid #e7ebf0!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 6px 18px rgba(20,43,74,.055)!important;transition:transform .18s ease,box-shadow .18s ease!important
}
:where(.sr-style) .verified-supplier-card:hover {
transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(20,43,74,.10)!important
}
:where(.sr-style) .verified-supplier-thumb {
height:170px!important;position:relative!important;overflow:hidden!important;background:#f3f6f9!important
}
:where(.sr-style) .verified-supplier-thumb img {
width:100%!important;height:100%!important;object-fit:cover!important;display:block!important
}
:where(.sr-style) .supplier-verified-badge,
:where(.sr-style) .supplier-pending-badge {
position:absolute!important;left:11px!important;bottom:10px!important;display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 9px!important;border-radius:999px!important;font-size:9px!important;font-weight:900!important;box-shadow:0 4px 12px rgba(14,35,61,.16)!important
}
:where(.sr-style) .supplier-verified-badge {
background:#168152!important;color:#fff!important
}
:where(.sr-style) .supplier-pending-badge {
background:rgba(255,255,255,.94)!important;color:#6b7888!important;border:1px solid rgba(222,229,236,.95)!important
}
:where(.sr-style) .verified-supplier-body {
padding:13px 13px 14px!important
}
:where(.sr-style) .supplier-card-topline {
display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:7px!important;margin-bottom:8px!important
}
:where(.sr-style) .supplier-card-topline span {
font-size:7.8px!important;line-height:1.25!important;letter-spacing:.08em!important;color:#8795a5!important;font-weight:800!important
}
:where(.sr-style) .supplier-card-topline b {
font-size:9px!important;line-height:1.25!important;color:#1557d5!important;text-align:right!important
}
:where(.sr-style) .verified-supplier-body h3 {
font-size:17px!important;line-height:1.2!important;color:#18304e!important;margin:0 0 5px!important;min-height:41px!important
}
:where(.sr-style) .supplier-card-location {
font-size:10px!important;line-height:1.4!important;color:#768597!important;margin:0!important;min-height:28px!important
}
:where(.sr-style) .supplier-card-facts {
display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;margin-top:12px!important;border-top:1px solid #edf1f5!important;border-bottom:1px solid #edf1f5!important
}
:where(.sr-style) .supplier-card-facts span {
padding:9px 7px 9px 0!important;min-width:0!important
}
:where(.sr-style) .supplier-card-facts span:nth-child(even) {
padding-left:8px!important;border-left:1px solid #edf1f5!important
}
:where(.sr-style) .supplier-card-facts small {
display:block!important;font-size:7.8px!important;line-height:1.2!important;color:#98a4b1!important;margin-bottom:3px!important
}
:where(.sr-style) .supplier-card-facts b {
display:block!important;font-size:9.4px!important;line-height:1.3!important;color:#31465e!important;white-space:normal!important
}
:where(.sr-style) .supplier-card-products {
display:flex!important;gap:5px!important;flex-wrap:wrap!important;margin-top:10px!important
}
:where(.sr-style) .supplier-card-products span {
font-size:8px!important;line-height:1!important;padding:5px 6px!important;border-radius:999px!important;background:#f0f4f8!important;color:#506278!important;font-weight:750!important
}
:where(.sr-style) .supplier-card-foot {
display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:11px!important;padding-top:10px!important;border-top:1px solid #edf1f5!important
}
:where(.sr-style) .supplier-card-foot>span {
display:inline-flex!important;align-items:center!important;gap:5px!important;font-size:8px!important;color:#5e7185!important;font-weight:800!important
}
:where(.sr-style) .supplier-card-foot>span i {
width:6px!important;height:6px!important;border-radius:50%!important;background:#19a86b!important
}
:where(.sr-style) .supplier-card-foot a {
font-size:9px!important;color:#e45117!important;font-weight:900!important;white-space:nowrap!important
}
:where(.sr-style) .verified-supplier-card.is-slot {
background:#fbfcfd!important
}
:where(.sr-style) .verified-supplier-card.is-slot .verified-supplier-thumb img {
filter:saturate(.55) brightness(.96)!important;opacity:.84!important
}
:where(.sr-style) .verified-supplier-card.is-slot h3 {
color:#43566c!important
}
:where(.sr-style) .supplier-slot-message {
font-size:9px!important;line-height:1.5!important;color:#7d8b9b!important;margin-top:11px!important;padding-top:10px!important;border-top:1px solid #edf1f5!important
}
:where(.sr-style) .supplier-network-note {
display:flex!important;align-items:flex-start!important;gap:10px!important;margin-top:16px!important;padding:12px 14px!important;border-radius:12px!important;background:#f7f9fc!important;border:1px solid #e6ebf1!important
}
:where(.sr-style) .supplier-network-note>span {
width:22px!important;height:22px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#eaf8f1!important;color:#168152!important;font-size:11px!important;font-weight:900!important;flex:0 0 22px!important
}
:where(.sr-style) .supplier-network-note p {
margin:0!important;font-size:10.5px!important;line-height:1.5!important;color:#6a7889!important
}
:where(.sr-style) .supplier-network-note b {
color:#31465e!important
}
@media (max-width:1180px) {
:where(.sr-style) .verified-supplier-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important
}
}
@media (max-width:760px) {
:where(.sr-style) .supplier-marketplace-head {
display:block!important;margin-bottom:18px!important
}
:where(.sr-style) .supplier-marketplace-head h2 {
font-size:30px!important
}
:where(.sr-style) .supplier-marketplace-head p {
font-size:13px!important
}
:where(.sr-style) .supplier-marketplace-head .view-all {
margin-top:12px!important
}
:where(.sr-style) .verified-supplier-grid {
grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important
}
:where(.sr-style) .verified-supplier-thumb {
height:130px!important
}
:where(.sr-style) .verified-supplier-body {
padding:10px!important
}
:where(.sr-style) .verified-supplier-body h3 {
font-size:14px!important;min-height:34px!important
}
:where(.sr-style) .supplier-card-facts {
grid-template-columns:1fr!important
}
:where(.sr-style) .supplier-card-facts span {
padding:7px 0!important;border-left:0!important
}
:where(.sr-style) .supplier-card-facts span:nth-child(even) {
padding-left:0!important;border-left:0!important
}
:where(.sr-style) .supplier-card-facts span+span {
border-top:1px solid #edf1f5!important
}
:where(.sr-style) .supplier-card-foot {
display:block!important
}
:where(.sr-style) .supplier-card-foot a {
display:inline-block!important;margin-top:7px!important
}
}
@media (max-width:480px) {
:where(.sr-style) .verified-supplier-grid {
grid-template-columns:1fr!important
}
:where(.sr-style) .verified-supplier-thumb {
height:170px!important
}
:where(.sr-style) .verified-supplier-body h3 {
min-height:0!important
}
}
:where(.sr-style) .hero-universal-cta,
:where(.sr-style) .section-primary-cta,
:where(.sr-style) .intelligence-rfq-cta,
:where(.sr-style) .join-network-action > a,
:where(.sr-style) .products-section .view-all,
:where(.sr-style) .product-end-action .view-all,
:where(.sr-style) .rail-view-all,
:where(.sr-style) .source-mission .section-end-cta .section-primary-cta,
:where(.sr-style) .guarantee-end-cta .section-primary-cta,
:where(.sr-style) .radar-section-end-cta .section-primary-cta,
:where(.sr-style) .intelligence-section-end-cta .section-primary-cta {
background: linear-gradient(110deg, var(--orange), #ff6a16) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 9px 24px rgba(255,90,31,.22) !important;
}
:where(.sr-style) .hero-universal-cta:hover,
:where(.sr-style) .section-primary-cta:hover,
:where(.sr-style) .intelligence-rfq-cta:hover,
:where(.sr-style) .join-network-action > a:hover,
:where(.sr-style) .products-section .view-all:hover,
:where(.sr-style) .product-end-action .view-all:hover,
:where(.sr-style) .rail-view-all:hover {
box-shadow: 0 12px 28px rgba(255,90,31,.30) !important;
}
:where(.sr-style) .section-head h2 {
font-size: clamp(54px, 4.6vw, 68px) !important;
  font-weight: 900 !important;
  line-height: 1.00 !important;
  letter-spacing: -.05em !important;
}
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .supplier-network-copy h2,
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size: clamp(58px, 5vw, 74px) !important;
  font-weight: 900 !important;
  line-height: .99 !important;
  letter-spacing: -.055em !important;
}
:where(.sr-style) .source-mission h2 {
font-size: clamp(64px, 6vw, 87px) !important;
  font-weight: 900 !important;
  line-height: .96 !important;
}
:where(.sr-style) .join-network-copy h2 {
font-size: clamp(57px, 5.4vw, 75px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
}
@media (max-width: 980px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .supplier-network-copy h2,
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size: 58px !important;
    font-weight: 900 !important;
}
}
@media (max-width: 760px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .supplier-network-copy h2,
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size: 51px !important;
    font-weight: 900 !important;
    line-height: .98 !important;
}
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .product-category-head h3 {
font-weight:900!important;
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size:clamp(42px,4.15vw,58px)!important;
  line-height:1.06!important;
}
@media (max-width:860px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size:38px!important;
}
}
@media (max-width:640px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .guarantee-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2 {
font-size:32px!important;
    line-height:1.08!important;
}
}
@media (min-width:761px) {
:where(.sr-style) .market-header {
position:sticky!important;top:0!important;z-index:300!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(14px)!important;box-shadow:0 1px 0 rgba(20,31,50,.08),0 7px 18px rgba(18,43,74,.05)!important
}
}
@media (max-width:760px) {
:where(.sr-style) .market-header {
position:static!important;top:auto!important;z-index:300!important;backdrop-filter:none!important
}
}
:where(.sr-style) #products.products-section {
padding:44px 0 42px!important
}
:where(.sr-style) #products .marketplace-head {
margin-bottom:16px!important
}
:where(.sr-style) #products .product-category-head {
margin:23px 0 12px!important
}
:where(.sr-style) #products .product-category-group:first-child .product-category-head {
margin-top:10px!important
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .guarantee-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:48px 0!important
}
:where(.sr-style) .source-mission.shell {
padding:48px 34px!important
}
:where(.sr-style) .section-head.compact {
margin-bottom:16px!important
}
:where(.sr-style) .section-end-cta {
margin-top:17px!important
}
:where(.sr-style) .verified-supplier-grid-two {
grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:940px!important
}
:where(.sr-style) .supplier-join-card {
display:block!important;text-decoration:none!important;min-height:100%!important;background:linear-gradient(145deg,#f9fbff,#fff)!important;border:1px dashed #cbd8e7!important;position:relative!important;overflow:hidden!important
}
:where(.sr-style) .supplier-join-card:before {
content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(21,87,213,.10),rgba(21,87,213,0) 68%)
}
:where(.sr-style) .supplier-join-card:hover {
border-color:#1557d5!important;background:#fff!important
}
:where(.sr-style) .supplier-join-inner {
height:100%;min-height:355px;padding:28px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;position:relative!important;z-index:1!important
}
:where(.sr-style) .supplier-join-plus {
width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#eef4ff;color:#1557d5;font-size:42px;font-weight:400;line-height:1;margin-bottom:18px;box-shadow:inset 0 0 0 1px #d8e5fb
}
:where(.sr-style) .supplier-join-inner>small {
font-size:9px;letter-spacing:.12em;font-weight:900;color:#1557d5
}
:where(.sr-style) .supplier-join-inner h3 {
font-size:27px!important;line-height:1.12!important;letter-spacing:-.025em!important;color:#18304e!important;margin:7px 0 10px!important;min-height:0!important
}
:where(.sr-style) .supplier-join-inner p {
font-size:12px!important;line-height:1.6!important;color:#69798c!important;max-width:560px!important;margin:0!important
}
:where(.sr-style) .supplier-join-flow {
display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:17px 0
}
:where(.sr-style) .supplier-join-flow span {
font-size:9px;font-weight:850;color:#52667d;background:#f0f4f8;border-radius:999px;padding:6px 8px
}
:where(.sr-style) .supplier-join-flow i {
font-style:normal;color:#9ba9b8;font-size:10px
}
:where(.sr-style) .supplier-join-inner>strong {
display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:9px;background:linear-gradient(110deg,var(--orange),#ff6a16);color:#fff;font-size:11px;font-weight:900;box-shadow:0 9px 22px rgba(255,90,31,.20)
}
:where(.sr-style) .supplier-view-all-cta {
margin-top:18px!important
}
@media (max-width:760px) {
:where(.sr-style) #products.products-section {
padding:34px 0 36px!important
}
:where(.sr-style) #products .marketplace-head {
margin-bottom:13px!important
}
:where(.sr-style) #products .product-category-head {
margin:18px 0 10px!important
}
:where(.sr-style) #products .product-category-group:first-child .product-category-head {
margin-top:7px!important
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .guarantee-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:38px 0!important
}
:where(.sr-style) .source-mission.shell {
padding:38px 18px!important
}
:where(.sr-style) .verified-supplier-grid-two {
grid-template-columns:1fr!important;max-width:none!important
}
:where(.sr-style) .supplier-join-inner {
min-height:290px;padding:22px!important
}
:where(.sr-style) .supplier-join-inner h3 {
font-size:23px!important
}
}
:where(.sr-style) .trade-usp-right {
gap:14px!important;
}
:where(.sr-style) .trade-usp-right span {
position:relative!important;
  padding-left:16px!important;
  color:#dceaff!important;
  line-height:1.25!important;
}
:where(.sr-style) .trade-usp-right span::before {
left:1px!important;
  top:50%!important;
  width:6px!important;
  height:6px!important;
  transform:translateY(-50%)!important;
}
:where(.sr-style) .market-header {
background:#f7f9fc!important;
}
@media (min-width:761px) {
:where(.sr-style) .market-header {
background:rgba(247,249,252,.98)!important;
}
}
:where(.sr-style) .category-nav {
background:#f7f9fc!important;
}
:where(.sr-style) .market-header,
:where(.sr-style) .category-nav {
background:#eef3f8!important;
}
@media (min-width:761px) {
:where(.sr-style) .market-header {
background:rgba(238,243,248,.98)!important;
}
}
:where(.sr-style) .market-header,
:where(.sr-style) .category-nav {
background:#fff!important;
}
@media (min-width:761px) {
:where(.sr-style) .market-header {
background:#fff!important;
}
}
:where(.sr-style) .category-rail .rail-icon {
width:34px!important;height:34px!important;border-radius:10px!important;
  display:grid!important;place-items:center!important
}
:where(.sr-style) .category-rail .rail-icon svg {
width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;
  stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important
}
:where(.sr-style) .category-rail .rail-icon-agri {
background:#edf8f1!important;color:#178454!important
}
:where(.sr-style) .category-rail .rail-icon-textile {
background:#eef3ff!important;color:#1557d5!important
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .assurance-head h2 {
font-size:clamp(36px,3.75vw,52px)!important;
  line-height:1.06!important;
  font-weight:900!important;
  letter-spacing:-.045em!important
}
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split {
align-items:start!important
}
:where(.sr-style) .a2a-copy,
:where(.sr-style) .intelligence-copy {
align-self:start!important;
  padding-top:2px!important;
  justify-content:flex-start!important
}
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size:clamp(36px,3.7vw,50px)!important;
  line-height:1.06!important;
  margin-top:11px!important
}
:where(.sr-style) .inline-content-cta {
display:flex!important;align-items:center!important;justify-content:flex-start!important;
  margin-top:19px!important
}
:where(.sr-style) .inline-content-cta .section-primary-cta {
display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  min-height:46px!important;padding:0 18px!important;border:0!important;border-radius:10px!important;
  background:linear-gradient(110deg,var(--orange),#ff6a16)!important;color:#fff!important;
  font-size:12px!important;font-weight:900!important;box-shadow:0 9px 24px rgba(255,90,31,.22)!important
}
:where(.sr-style) .supplier-view-all-cta .section-primary-cta {
background:linear-gradient(135deg,#1557d5,#0f49bf)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(21,87,213,.22)!important
}
:where(.sr-style) .supplier-view-all-cta .section-primary-cta:hover {
box-shadow:0 13px 28px rgba(21,87,213,.30)!important
}
:where(.sr-style) .assurance-section {
position:relative!important;overflow:hidden!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(21,87,213,.09),transparent 26%),
    radial-gradient(circle at 90% 16%,rgba(255,90,31,.07),transparent 25%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)!important
}
:where(.sr-style) .assurance-section:before {
content:"";position:absolute;left:0;right:0;top:0;height:1px;
  background:linear-gradient(90deg,transparent,#cfdceb,transparent)
}
:where(.sr-style) .assurance-shell {
position:relative!important;z-index:1!important
}
:where(.sr-style) .assurance-head {
max-width:980px!important
}
:where(.sr-style) .assurance-head .eyebrow {
margin-bottom:10px!important
}
:where(.sr-style) .assurance-head h2 {
margin:0!important;color:#122b49!important
}
:where(.sr-style) .assurance-head h2 em {
font-style:normal!important;color:#1557d5!important
}
:where(.sr-style) .assurance-head>p {
max-width:900px!important;margin:14px 0 0!important;color:#627286!important;
  font-size:15px!important;line-height:1.65!important
}
:where(.sr-style) .assurance-usps {
display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;margin:24px 0 30px!important
}
:where(.sr-style) .assurance-usps>span {
min-height:52px!important;padding:9px 11px!important;border:1px solid #e0e8f1!important;
  border-radius:12px!important;background:rgba(255,255,255,.88)!important;
  display:flex!important;align-items:center!important;gap:8px!important;
  box-shadow:0 5px 14px rgba(18,43,74,.035)!important
}
:where(.sr-style) .assurance-usps i {
width:22px!important;height:22px!important;flex:0 0 22px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;background:#eaf8f1!important;color:#148657!important;
  font-style:normal!important;font-size:10px!important;font-weight:900!important
}
:where(.sr-style) .assurance-usps b {
font-size:10px!important;line-height:1.25!important;color:#334a63!important
}
:where(.sr-style) .assurance-flow {
position:relative!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;padding:20px 0 4px!important
}
:where(.sr-style) .assurance-flow:before {
content:"";position:absolute!important;left:7%!important;right:7%!important;top:70px!important;height:3px!important;
  border-radius:999px!important;background:linear-gradient(90deg,#1557d5 0%,#3f78dc 48%,#ff6a16 100%)!important;
  box-shadow:0 0 0 5px rgba(21,87,213,.045)!important
}
:where(.sr-style) .assurance-step {
position:relative!important;z-index:1!important;min-width:0!important;padding:18px 14px 16px!important;
  border:1px solid #e2e9f1!important;border-radius:18px!important;background:#fff!important;
  box-shadow:0 12px 30px rgba(18,43,74,.07)!important;text-align:left!important
}
:where(.sr-style) .assurance-step-no {
position:absolute!important;right:13px!important;top:12px!important;color:#9cabbc!important;
  font-size:9px!important;letter-spacing:.10em!important;font-weight:900!important
}
:where(.sr-style) .assurance-step-icon {
width:68px!important;height:68px!important;margin:0 0 15px!important;border-radius:20px!important;
  display:grid!important;place-items:center!important;background:linear-gradient(145deg,#edf4ff,#fff)!important;
  color:#1557d5!important;border:1px solid #dce7f6!important;box-shadow:0 8px 20px rgba(21,87,213,.10)!important
}
:where(.sr-style) .assurance-step:nth-child(3) .assurance-step-icon {
background:linear-gradient(145deg,#eef9f2,#fff)!important;color:#148657!important;border-color:#d8eee1!important
}
:where(.sr-style) .assurance-step:nth-child(4) .assurance-step-icon {
background:linear-gradient(145deg,#fff4ed,#fff)!important;color:#e95419!important;border-color:#fee0d0!important
}
:where(.sr-style) .assurance-step:nth-child(5) .assurance-step-icon {
background:linear-gradient(145deg,#f1f3ff,#fff)!important;color:#5a5fc7!important;border-color:#e0e2f8!important
}
:where(.sr-style) .assurance-step-icon svg {
width:34px!important;height:34px!important;fill:none!important;stroke:currentColor!important;
  stroke-width:1.6!important;stroke-linecap:round!important;stroke-linejoin:round!important
}
:where(.sr-style) .assurance-step h3 {
min-height:42px!important;margin:0 0 8px!important;color:#173451!important;
  font-size:17px!important;line-height:1.2!important;letter-spacing:-.02em!important
}
:where(.sr-style) .assurance-step p {
margin:0!important;color:#6b798b!important;font-size:10.5px!important;line-height:1.55!important
}
:where(.sr-style) .assurance-bottom-line {
display:grid!important;grid-template-columns:auto 1fr auto 1fr auto!important;align-items:center!important;
  gap:12px!important;margin-top:22px!important;padding:13px 16px!important;border-radius:13px!important;
  background:#0e2c52!important;color:#fff!important
}
:where(.sr-style) .assurance-bottom-line span,
:where(.sr-style) .assurance-bottom-line b {
font-size:9.5px!important;font-weight:900!important;letter-spacing:.04em!important
}
:where(.sr-style) .assurance-bottom-line b {
color:#ffb58e!important
}
:where(.sr-style) .assurance-bottom-line i {
height:1px!important;background:linear-gradient(90deg,rgba(255,255,255,.12),#77a9f0,rgba(255,255,255,.12))!important
}
@media (max-width:1180px) {
:where(.sr-style) .assurance-usps {
grid-template-columns:repeat(3,minmax(0,1fr))!important
}
:where(.sr-style) .assurance-flow {
grid-template-columns:repeat(5,minmax(180px,1fr))!important;overflow-x:auto!important;padding-bottom:14px!important;scroll-snap-type:x proximity!important
}
:where(.sr-style) .assurance-step {
scroll-snap-align:start!important
}
:where(.sr-style) .assurance-flow:before {
left:90px!important;right:90px!important
}
}
@media (max-width:860px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .assurance-head h2 {
font-size:34px!important
}
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size:34px!important
}
:where(.sr-style) .a2a-copy,
:where(.sr-style) .intelligence-copy {
padding-top:0!important
}
:where(.sr-style) .inline-content-cta {
margin-top:16px!important
}
}
@media (max-width:640px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .assurance-head h2 {
font-size:28px!important;line-height:1.08!important
}
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size:28px!important
}
:where(.sr-style) .assurance-head>p {
font-size:12.5px!important;line-height:1.55!important
}
:where(.sr-style) .assurance-usps {
grid-template-columns:1fr 1fr!important;gap:7px!important;margin:18px 0 20px!important
}
:where(.sr-style) .assurance-usps>span {
min-height:46px!important;padding:8px!important
}
:where(.sr-style) .assurance-usps b {
font-size:9px!important
}
:where(.sr-style) .assurance-flow {
grid-template-columns:repeat(5,230px)!important;gap:10px!important;padding-top:10px!important
}
:where(.sr-style) .assurance-flow:before {
top:60px!important;left:55px!important;right:55px!important
}
:where(.sr-style) .assurance-step {
padding:15px 13px!important;border-radius:15px!important
}
:where(.sr-style) .assurance-step-icon {
width:58px!important;height:58px!important;border-radius:17px!important
}
:where(.sr-style) .assurance-step-icon svg {
width:29px!important;height:29px!important
}
:where(.sr-style) .assurance-step h3 {
font-size:15px!important;min-height:36px!important
}
:where(.sr-style) .assurance-step p {
font-size:10px!important
}
:where(.sr-style) .assurance-bottom-line {
grid-template-columns:auto 1fr auto!important;padding:11px 12px!important
}
:where(.sr-style) .assurance-bottom-line i:nth-of-type(2),
:where(.sr-style) .assurance-bottom-line span:last-child {
display:none!important
}
}
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .assurance-head h2 {
font-size:clamp(41px,3.75vw,57px)!important;
}
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size:clamp(41px,3.7vw,55px)!important;
}
@media (max-width:860px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .assurance-head h2 {
font-size:39px!important
}
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size:39px!important
}
}
@media (max-width:640px) {
:where(.sr-style) .section-head h2,
:where(.sr-style) .split-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-copy h2,
:where(.sr-style) .assurance-head h2 {
font-size:33px!important
}
:where(.sr-style) .a2a-copy h2,
:where(.sr-style) .intelligence-copy h2 {
font-size:33px!important
}
}
@media (min-width:761px) {
:where(.sr-style) .category-nav-inner {
height:62px!important;
    gap:30px!important;
}
:where(.sr-style) .all-categories {
padding:0 22px!important;
    gap:11px!important;
    font-size:16px!important;
    font-weight:900!important;
    letter-spacing:-.012em!important;
}
:where(.sr-style) .all-categories>svg:first-child {
width:21px!important;height:21px!important;stroke-width:2.2!important
}
:where(.sr-style) .all-categories .nav-caret {
width:18px!important;height:18px!important;margin-left:8px!important
}
:where(.sr-style) .category-links {
gap:38px!important;
    overflow:visible!important;
}
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
position:relative!important;
    padding:20px 0 19px!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:800!important;
    letter-spacing:-.012em!important;
    color:#26364b!important;
}
:where(.sr-style) .category-links>a:hover,
:where(.sr-style) .category-links>button:hover {
color:#ff5a1f!important
}
:where(.sr-style) .mega-menu {
top:100%!important;z-index:9999!important
}
}
:where(.sr-style) .signin-link {
display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
}
:where(.sr-style) .header-fa {
width:21px!important;
  height:21px!important;
  flex:0 0 21px!important;
  display:grid!important;
  place-items:center!important;
}
:where(.sr-style) .header-fa svg {
width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-style) .supplier-cta .header-fa {
color:#d64913!important
}
:where(.sr-style) .buyer-cta .header-fa {
color:#fff!important
}
:where(.sr-style) .buyer-cta {
position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border:2px solid transparent!important;
  background:transparent!important;
  box-shadow:0 9px 24px rgba(255,90,31,.22)!important;
}
:where(.sr-style) .buyer-cta::before {
content:"";
  position:absolute;
  z-index:-2;
  width:240%;
  aspect-ratio:1;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) rotate(0deg);
  background:conic-gradient(
    from 0deg,
    rgba(255,255,255,0) 0 31%,
    #ffd3bf 37%,
    #ffffff 42%,
    #ff9b6e 48%,
    rgba(255,255,255,0) 56% 100%
  );
  animation:sr-sr-style-shelrockQuoteOrbit 3.3s linear infinite;
}
:where(.sr-style) .buyer-cta::after {
content:"";
  position:absolute;
  z-index:-1;
  inset:2px;
  border-radius:8px;
  background:linear-gradient(110deg,var(--orange),#ff6a16);
}
:where(.sr-style) .buyer-cta:hover {
box-shadow:0 12px 28px rgba(255,90,31,.30)!important
}
@keyframes sr-sr-style-shelrockQuoteOrbit {
to {
transform:translate(-50%,-50%) rotate(360deg)
}
}
@media (prefers-reduced-motion:reduce) {
:where(.sr-style) .buyer-cta::before {
animation:none!important
}
}
@media (min-width:981px) {
:where(.sr-style) .market-header .brand-text strong {
font-size:28px!important;
    font-weight:950!important;
    letter-spacing:.015em!important;
    line-height:1!important;
}
:where(.sr-style) .market-header .brand-text small {
font-size:10px!important;
    margin-top:4px!important;
    font-weight:750!important;
}
:where(.sr-style) .market-header .brand-mark {
width:50px!important;
    height:50px!important;
}
:where(.sr-style) .signin-link {
font-size:15px!important;
    font-weight:850!important;
    gap:8px!important;
}
:where(.sr-style) .header-cta {
height:58px!important;
    min-width:164px!important;
    padding:0 17px!important;
    gap:10px!important;
}
:where(.sr-style) .header-cta b {
font-size:15.5px!important;font-weight:950!important
}
:where(.sr-style) .header-cta small {
font-size:11px!important;margin-top:4px!important
}
:where(.sr-style) .header-fa {
width:23px!important;height:23px!important;flex-basis:23px!important
}
:where(.sr-style) .header-fa svg {
width:22px!important;height:22px!important;stroke-width:2.45!important
}
:where(.sr-style) .category-nav-inner {
height:92px!important;
    justify-content:center!important;
    gap:48px!important;
    overflow:visible!important;
}
:where(.sr-style) .all-categories {
min-width:auto!important;
    height:auto!important;
    padding:0!important;
    background:transparent!important;
    border-radius:0!important;
    color:#163e72!important;
    font-size:35px!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
    line-height:1!important;
    box-shadow:none!important;
}
:where(.sr-style) .all-categories>svg:first-child {
width:27px!important;
    height:27px!important;
    stroke-width:2.15!important;
}
:where(.sr-style) .all-categories .nav-caret {
width:20px!important;
    height:20px!important;
    margin-left:2px!important;
}
:where(.sr-style) .category-links {
height:auto!important;
    gap:48px!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
}
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
height:auto!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#344f70!important;
    font-size:35px!important;
    font-weight:850!important;
    letter-spacing:-.035em!important;
    line-height:1!important;
}
:where(.sr-style) .category-links>a:hover,
:where(.sr-style) .category-links>button:hover,
:where(.sr-style) .all-categories:hover {
color:#1557d5!important;background:transparent!important
}
:where(.sr-style) .split-section,
:where(.sr-style) .a2a-split,
:where(.sr-style) .intelligence-split,
:where(.sr-style) .source-mission-grid,
:where(.sr-style) .join-network-card {
grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
}
}
:where(.sr-style) #products.products-section {
padding:68px 0 72px!important;
}
:where(.sr-style) #products .marketplace-head {
margin-bottom:24px!important;
}
:where(.sr-style) #products .product-category-head {
margin:30px 0 15px!important;
}
:where(.sr-style) #products .product-category-group:first-child .product-category-head {
margin-top:18px!important;
}
:where(.sr-style) #products .marketplace-product-grid {
row-gap:18px!important;
}
:where(.sr-style) .assurance-section {
padding:66px 0!important;
}
:where(.sr-style) .assurance-head {
max-width:1080px!important;
  margin:0 auto!important;
  text-align:center!important;
}
:where(.sr-style) .assurance-head .eyebrow {
justify-content:center!important;
}
:where(.sr-style) .assurance-head>p {
max-width:900px!important;
  margin:15px auto 0!important;
  text-align:center!important;
}
:where(.sr-style) .assurance-usps {
max-width:1120px!important;
  margin:26px auto 34px!important;
}
:where(.sr-style) .assurance-usps>span {
justify-content:center!important;
  text-align:center!important;
}
:where(.sr-style) .assurance-flow {
max-width:1260px!important;
  margin:0 auto!important;
}
:where(.sr-style) .assurance-step {
text-align:center!important;
  padding:20px 15px 18px!important;
}
:where(.sr-style) .assurance-step-icon {
margin:0 auto 15px!important;
}
:where(.sr-style) .assurance-step h3 {
min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
:where(.sr-style) .assurance-step p {
text-align:center!important;
}
:where(.sr-style) .assurance-bottom-line {
max-width:1040px!important;
  margin:24px auto 0!important;
}
:where(.sr-style) .guarantee-end-cta {
justify-content:center!important;
}
@media (max-width:980px) {
:where(.sr-style) #products.products-section {
padding:54px 0 58px!important
}
:where(.sr-style) .assurance-section {
padding:52px 0!important
}
}
@media (max-width:760px) {
:where(.sr-style) #products.products-section {
padding:42px 0 46px!important
}
:where(.sr-style) #products .marketplace-head {
margin-bottom:18px!important
}
:where(.sr-style) #products .product-category-head {
margin:22px 0 12px!important
}
:where(.sr-style) #products .product-category-group:first-child .product-category-head {
margin-top:10px!important
}
:where(.sr-style) .assurance-section {
padding:44px 0!important
}
}
@media (min-width:981px) {
:where(.sr-style) .signin-link {
font-size:14px!important;
    gap:7px!important;
}
:where(.sr-style) .header-cta {
height:54px!important;
    min-width:160px!important;
    padding:0 15px!important;
    gap:8px!important;
}
:where(.sr-style) .header-cta b {
font-size:14.5px!important;
}
:where(.sr-style) .header-cta small {
font-size:10px!important;
    margin-top:3px!important;
}
:where(.sr-style) .header-fa {
width:20px!important;
    height:20px!important;
    flex-basis:20px!important;
}
:where(.sr-style) .header-fa svg {
width:19px!important;
    height:19px!important;
}
:where(.sr-style) .all-categories,
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
font-size:22px!important;
}
:where(.sr-style) .all-categories>svg:first-child {
width:23px!important;
    height:23px!important;
}
:where(.sr-style) .all-categories .nav-caret {
width:17px!important;
    height:17px!important;
}
}
:where(.sr-style) #products.products-section {
padding:93px 0 97px!important;
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:73px 0!important;
}
:where(.sr-style) .source-mission.shell {
padding-top:73px!important;
  padding-bottom:73px!important;
}
:where(.sr-style) .assurance-section {
padding:91px 0!important;
}
:where(.sr-style) .guarantee-end-cta {
margin-top:34px!important;
  margin-bottom:12px!important;
}
@media (max-width:980px) {
:where(.sr-style) #products.products-section {
padding:79px 0 83px!important;
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:73px 0!important;
}
:where(.sr-style) .source-mission.shell {
padding-top:73px!important;
    padding-bottom:73px!important;
}
:where(.sr-style) .assurance-section {
padding:77px 0!important;
}
}
@media (max-width:760px) {
:where(.sr-style) #products.products-section {
padding:67px 0 71px!important;
}
:where(.sr-style) .category-showcase,
:where(.sr-style) .verified-network-section,
:where(.sr-style) .a2a-section,
:where(.sr-style) .intelligence-section,
:where(.sr-style) .join-network-section {
padding:63px 0!important;
}
:where(.sr-style) .source-mission.shell {
padding-top:63px!important;
    padding-bottom:63px!important;
}
:where(.sr-style) .assurance-section {
padding:69px 0!important;
}
:where(.sr-style) .guarantee-end-cta {
margin-top:28px!important;
    margin-bottom:8px!important;
}
}

/* shared-marketplace-shell | sr-global-style */
:root:where(.sr-global-style) {
--ink:#0b1320;
  --ink-2:#162033;
  --muted:#687385;
  --line:#e3e7ee;
  --line-2:#d7dde6;
  --surface:#ffffff;
  --soft:#f6f7f9;
  --soft-blue:#f2f6ff;
  --navy:#0a1833;
  --navy-2:#112a57;
  --blue:#1e5eff;
  --orange:#ff5a1f;
  --orange-2:#ff7a18;
  --orange-dark:#e84512;
  --green:#098a55;
  --shadow:0 16px 45px rgba(17,31,58,.10);
  --shadow-sm:0 7px 24px rgba(17,31,58,.08);
  --radius:18px;
  --shell:1440px;
}
:where(.sr-global-style) * {
box-sizing:border-box
}
html:where(.sr-global-style) {
scroll-behavior:smooth
}
:where(.sr-global-style) body {
margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased
}
:where(.sr-global-style) a {
color:inherit;text-decoration:none
}
:where(.sr-global-style) button,
:where(.sr-global-style) input,
:where(.sr-global-style) select {
font:inherit
}
:where(.sr-global-style) button {
color:inherit
}
:where(.sr-global-style) img {
display:block;max-width:100%
}
:where(.sr-global-style) .shell {
width:min(var(--shell),calc(100% - 44px));margin:0 auto
}
:where(.sr-global-style) .market-header {
position:sticky;top:0;z-index:70;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(20,31,50,.08)
}
:where(.sr-global-style) .header-main {
height:82px;display:flex;align-items:center;gap:22px
}
:where(.sr-global-style) .brand {
display:flex;align-items:center;gap:11px;min-width:max-content
}
:where(.sr-global-style) .brand-mark {
width:45px;height:45px;border-radius:14px;background:#fff;border:1px solid #e1e5eb;box-shadow:0 5px 16px rgba(18,31,50,.09);display:grid;place-items:center;overflow:hidden
}
:where(.sr-global-style) .brand-mark img {
width:100%;height:100%;object-fit:cover
}
:where(.sr-global-style) .brand-text {
display:flex;flex-direction:column;line-height:1.08
}
:where(.sr-global-style) .brand-text strong {
font-size:20px;letter-spacing:.045em;color:#091629
}
:where(.sr-global-style) .brand-text small {
margin-top:4px;font-size:10px;font-weight:700;letter-spacing:.07em;color:#7a8493;text-transform:uppercase
}
:where(.sr-global-style) .search-wrap {
position:relative;flex:1;height:52px;display:flex;border:2px solid #15233b;border-radius:12px;background:#fff;min-width:330px;box-shadow:0 4px 14px rgba(21,35,59,.05)
}
:where(.sr-global-style) .search-type {
position:relative;width:126px;padding:0 14px;border:0;border-right:1px solid #dfe4ea;background:#f7f8fa;border-radius:10px 0 0 10px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;cursor:pointer
}
:where(.sr-global-style) .search-type svg,
:where(.sr-global-style) .nav-caret {
width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8
}
:where(.sr-global-style) .search-type-menu {
position:absolute;left:0;top:58px;width:160px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);display:none;z-index:12
}
:where(.sr-global-style) .search-type-menu.is-open {
display:block
}
:where(.sr-global-style) .search-type-menu button {
width:100%;border:0;background:transparent;border-radius:8px;text-align:left;padding:10px 11px;font-size:13px;cursor:pointer
}
:where(.sr-global-style) .search-type-menu button:hover {
background:#f3f5f8
}
:where(.sr-global-style) .search-wrap input {
min-width:0;flex:1;border:0;outline:0;padding:0 17px;font-size:15px;color:#0e1726;background:transparent
}
:where(.sr-global-style) .search-wrap input::placeholder {
color:#929aa8
}
:where(.sr-global-style) .search-btn {
height:100%;padding:0 19px;border:0;border-radius:0 9px 9px 0;background:#101c31;color:#fff;display:flex;align-items:center;gap:8px;font-weight:800;cursor:pointer;transition:.18s ease
}
:where(.sr-global-style) .search-btn:hover {
background:#1a2a47
}
:where(.sr-global-style) .search-btn svg {
width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2
}
:where(.sr-global-style) .search-suggestions {
position:absolute;left:126px;right:0;top:58px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 44px rgba(12,27,51,.14);padding:8px;display:none;z-index:10
}
:where(.sr-global-style) .search-suggestions.is-open {
display:block
}
:where(.sr-global-style) .search-suggestions button {
width:100%;border:0;background:#fff;padding:11px 12px;border-radius:9px;text-align:left;display:flex;justify-content:space-between;gap:10px;cursor:pointer
}
:where(.sr-global-style) .search-suggestions button:hover {
background:#f5f7fa
}
:where(.sr-global-style) .search-suggestions small {
color:#8a93a2
}
:where(.sr-global-style) .header-actions {
display:flex;align-items:center;gap:10px;min-width:max-content
}
:where(.sr-global-style) .signin-link {
font-size:13px;font-weight:700;padding:10px 5px;color:#374154
}
:where(.sr-global-style) .signin-link:hover {
color:#0a1833
}
:where(.sr-global-style) .header-cta {
height:52px;border-radius:11px;padding:0 14px;display:flex;align-items:center;gap:9px;min-width:140px;transition:transform .16s ease,box-shadow .16s ease
}
:where(.sr-global-style) .header-cta:hover {
transform:translateY(-1px)
}
:where(.sr-global-style) .header-cta b {
font-size:13px
}
:where(.sr-global-style) .header-cta small {
font-size:10px;margin-top:3px;opacity:.82;font-weight:600
}
:where(.sr-global-style) .header-cta svg {
width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8
}
:where(.sr-global-style) .supplier-cta {
border:1px solid #ff7f49;color:#d64913;background:#fff6f1
}
:where(.sr-global-style) .supplier-cta:hover {
box-shadow:0 8px 22px rgba(255,90,31,.12)
}
:where(.sr-global-style) .buyer-cta {
color:#fff;background:linear-gradient(110deg,var(--orange),#ff6a16);box-shadow:0 9px 24px rgba(255,90,31,.22)
}
:where(.sr-global-style) .buyer-cta:hover {
box-shadow:0 12px 28px rgba(255,90,31,.30)
}
:where(.sr-global-style) .mobile-menu-btn {
display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px;cursor:pointer
}
:where(.sr-global-style) .mobile-menu-btn span {
display:block;height:2px;background:#111b2b;margin:5px 0;border-radius:2px
}
:where(.sr-global-style) .category-nav {
position:relative;border-top:1px solid #edf0f4;background:#fff
}
:where(.sr-global-style) .category-nav-inner {
height:44px;display:flex;align-items:center;gap:22px
}
:where(.sr-global-style) .all-categories {
align-self:stretch;border:0;background:#0d1b31;color:#fff;padding:0 17px;display:flex;align-items:center;gap:9px;font-size:13px;font-weight:800;cursor:pointer
}
:where(.sr-global-style) .all-categories>svg:first-child {
width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8
}
:where(.sr-global-style) .all-categories .nav-caret {
margin-left:10px
}
:where(.sr-global-style) .category-links {
display:flex;align-items:center;gap:22px;overflow:hidden;white-space:nowrap;flex:1
}
:where(.sr-global-style) .category-links button,
:where(.sr-global-style) .category-links a {
border:0;background:none;padding:0;font-size:13px;font-weight:650;color:#3c4656;cursor:pointer
}
:where(.sr-global-style) .category-links button:hover,
:where(.sr-global-style) .category-links a:hover {
color:#ff5a1f
}
:where(.sr-global-style) .mega-menu {
position:absolute;left:0;right:0;top:44px;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 38px rgba(14,28,49,.12);display:none
}
:where(.sr-global-style) .mega-menu.is-open {
display:block
}
:where(.sr-global-style) .mobile-panel {
display:none
}
:where(.sr-global-style) .category-rail,
:where(.sr-global-style) .rfq-panel,
:where(.sr-global-style) .hero-stage {
border:1px solid #e1e5ea;background:#fff;border-radius:16px;overflow:hidden;min-height:420px
}
:where(.sr-global-style) .hero-kicker {
font-size:10px;font-weight:850;letter-spacing:.13em;color:#c8d5e9;display:flex;align-items:center;gap:8px
}
:where(.sr-global-style) .hero-kicker i {
width:7px;height:7px;border-radius:50%;background:#ff6a1b;box-shadow:0 0 0 5px rgba(255,106,27,.12)
}
:where(.sr-global-style) .rfq-panel {
padding:19px 18px 14px;box-shadow:0 7px 22px rgba(17,31,58,.06)
}
:where(.sr-global-style) .rfq-panel>p {
font-size:11.5px;line-height:1.5;color:#727b89;margin:11px 0 13px
}
:where(.sr-global-style) .rfq-panel form {
display:flex;flex-direction:column;gap:6px
}
:where(.sr-global-style) .rfq-panel label {
font-size:10px;font-weight:800;color:#4e5969
}
:where(.sr-global-style) .rfq-panel input,
:where(.sr-global-style) .rfq-panel select {
height:38px;border:1px solid #dce1e8;border-radius:8px;padding:0 10px;background:#fff;color:#172235;outline:none;font-size:11.5px
}
:where(.sr-global-style) .rfq-panel input:focus,
:where(.sr-global-style) .rfq-panel select:focus {
border-color:#ff793f;box-shadow:0 0 0 3px rgba(255,90,31,.08)
}
:where(.sr-global-style) .rfq-panel button[type=submit] {
height:41px;border:0;border-radius:9px;margin-top:4px;background:linear-gradient(110deg,#ff5a1f,#ff7619);color:#fff;font-weight:850;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 8px 18px rgba(255,90,31,.17)
}
:where(.sr-global-style) .view-all {
font-size:12px;font-weight:800;padding:10px 13px;border-radius:9px;background:#fff;border:1px solid #dfe4ea;white-space:nowrap
}
:where(.sr-global-style) .view-all:hover {
border-color:#ff7540;color:#df4f19
}
:where(.sr-global-style) .view-all span {
margin-left:5px
}
:where(.sr-global-style) .product-card {
background:#fff;border:1px solid #e0e4e9;border-radius:15px;overflow:hidden;box-shadow:0 4px 14px rgba(20,33,54,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
:where(.sr-global-style) .product-card:hover {
transform:translateY(-3px);border-color:#cfd6df;box-shadow:0 14px 34px rgba(18,31,51,.11)
}
:where(.sr-global-style) .no-results {
display:none;text-align:center;padding:60px 20px;background:#fff;border:1px solid #e1e5eb;border-radius:16px
}
:where(.sr-global-style) .no-results.is-visible {
display:block
}
:where(.sr-global-style) .no-results span {
font-size:38px;color:#b3bbc7
}
:where(.sr-global-style) .no-results h3 {
margin:8px 0 3px
}
:where(.sr-global-style) .no-results p {
margin:0 0 13px;color:#7a8492
}
:where(.sr-global-style) .no-results a {
display:inline-flex;padding:10px 14px;background:#ff5a1f;color:#fff;border-radius:8px;font-weight:800;font-size:12px
}
:where(.sr-global-style) .site-footer {
background:#071225;color:#aab5c5
}
:where(.sr-global-style) .footer-top {
display:grid;grid-template-columns:1.6fr repeat(3,.7fr);gap:60px;padding:52px 0 40px
}
:where(.sr-global-style) .site-footer .brand-mark {
border-color:rgba(255,255,255,.09);background:#fff
}
:where(.sr-global-style) .site-footer .brand-text strong {
color:#fff
}
:where(.sr-global-style) .site-footer .brand-text small {
color:#8d9ab0
}
:where(.sr-global-style) .footer-brand p {
font-size:11.5px;line-height:1.6;max-width:390px;margin-top:15px
}
:where(.sr-global-style) .footer-top>div:not(.footer-brand) {
display:flex;flex-direction:column;gap:8px
}
:where(.sr-global-style) .footer-top>div>b {
color:#fff;font-size:11.5px;margin-bottom:4px
}
:where(.sr-global-style) .footer-top a {
font-size:10.5px
}
:where(.sr-global-style) .footer-top a:hover {
color:#fff
}
:where(.sr-global-style) .footer-bottom {
height:58px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;font-size:9.5px
}
:where(.sr-global-style) .footer-bottom div {
display:flex;gap:18px
}
:where(.sr-global-style) .mobile-bottom-bar {
display:none
}
@keyframes sr-sr-global-style-softFloat {
0%,100% {
transform:translateY(0)
}
50% {
transform:translateY(-8px)
}
}
@media (max-width:1240px) {
:where(.sr-global-style) .shell {
width:min(var(--shell),calc(100% - 28px))
}
:where(.sr-global-style) .header-actions .signin-link {
display:none
}
:where(.sr-global-style) .header-cta {
min-width:128px
}
:where(.sr-global-style) .category-links {
gap:15px
}
}
@media (max-width:1020px) {
:where(.sr-global-style) .header-actions {
display:none
}
:where(.sr-global-style) .mobile-menu-btn {
display:block
}
:where(.sr-global-style) .header-main {
height:72px
}
:where(.sr-global-style) .search-wrap {
order:3;width:100%;flex-basis:100%
}
:where(.sr-global-style) .header-main {
flex-wrap:wrap;height:auto;padding:10px 0
}
:where(.sr-global-style) .brand {
margin-right:auto
}
:where(.sr-global-style) .search-wrap {
height:48px
}
:where(.sr-global-style) .category-nav {
display:none
}
:where(.sr-global-style) .mobile-panel {
position:absolute;left:0;right:0;top:100%;padding:10px 14px 16px;background:#fff;border-top:1px solid #e5e9ef;box-shadow:0 16px 28px rgba(14,28,49,.10);flex-direction:column;gap:4px
}
:where(.sr-global-style) .mobile-panel.is-open {
display:flex
}
:where(.sr-global-style) .mobile-panel a {
padding:12px;border-radius:8px;font-size:13px;font-weight:700
}
:where(.sr-global-style) .mobile-panel a:hover {
background:#f5f7f9
}
:where(.sr-global-style) .mobile-panel .mobile-quote {
background:#ff5a1f;color:#fff
}
:where(.sr-global-style) .rfq-panel {
grid-column:1/-1;display:grid;grid-template-columns:230px 1fr;gap:16px;min-height:auto
}
:where(.sr-global-style) .rfq-panel form {
display:grid;grid-template-columns:1fr 180px 180px auto;gap:8px;align-items:end
}
:where(.sr-global-style) .rfq-panel form>label {
display:none
}
:where(.sr-global-style) .rfq-panel button[type=submit] {
margin:0
}
:where(.sr-global-style) .footer-top {
grid-template-columns:1.4fr repeat(3,1fr);gap:30px
}
}
@media (max-width:760px) {
:where(.sr-global-style) body {
padding-bottom:66px
}
:where(.sr-global-style) .shell {
width:calc(100% - 24px)
}
:where(.sr-global-style) .header-main {
gap:10px
}
:where(.sr-global-style) .brand-mark {
width:40px;height:40px;border-radius:12px
}
:where(.sr-global-style) .brand-text strong {
font-size:18px
}
:where(.sr-global-style) .brand-text small {
font-size:8.5px
}
:where(.sr-global-style) .search-type {
width:92px;padding:0 9px
}
:where(.sr-global-style) .search-type-menu {
top:53px
}
:where(.sr-global-style) .search-suggestions {
left:0;top:53px
}
:where(.sr-global-style) .search-btn {
padding:0 13px
}
:where(.sr-global-style) .search-btn span {
display:none
}
:where(.sr-global-style) .rfq-panel {
margin-top:10px;display:block;padding:18px;min-height:auto
}
:where(.sr-global-style) .rfq-panel form {
display:flex
}
:where(.sr-global-style) .rfq-panel form>label {
display:block
}
:where(.sr-global-style) .footer-top {
grid-template-columns:1fr 1fr;gap:28px;padding:40px 0
}
:where(.sr-global-style) .footer-brand {
grid-column:1/-1
}
:where(.sr-global-style) .footer-bottom {
height:auto;padding:18px 0;gap:10px;flex-wrap:wrap
}
:where(.sr-global-style) .mobile-bottom-bar {
position:fixed;left:0;right:0;bottom:0;z-index:80;height:64px;background:rgba(255,255,255,.97);border-top:1px solid #dde3e9;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(16,28,48,.08);backdrop-filter:blur(12px)
}
:where(.sr-global-style) .mobile-bottom-bar a {
display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#697484
}
:where(.sr-global-style) .mobile-bottom-bar span {
font-size:18px;line-height:1
}
:where(.sr-global-style) .mobile-bottom-bar b {
font-size:8px
}
:where(.sr-global-style) .mobile-bottom-bar .bottom-rfq span {
width:38px;height:38px;margin-top:-20px;border-radius:14px;background:#ff5a1f;color:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(255,90,31,.28)
}
:where(.sr-global-style) .mobile-bottom-bar .bottom-rfq b {
color:#e14a14
}
}
:root:where(.sr-global-style) {
--royal:#1557d5;
  --royal-2:#0f48bb;
  --royal-soft:#edf4ff;
  --market-orange:#ff5a1f;
  --market-orange-2:#ff7a18;
}
:where(.sr-global-style) body {
font-size:16px;line-height:1.58;background:#fff
}
:where(.sr-global-style) .brand-text strong {
font-size:21px
}
:where(.sr-global-style) .brand-text small {
font-size:11px
}
:where(.sr-global-style) .search-wrap {
height:54px;
  border:2px solid var(--royal);
  border-radius:13px;
  box-shadow:0 7px 22px rgba(21,87,213,.10);
}
:where(.sr-global-style) .search-type {
font-size:14px;border-right:1px solid #cbd9f4;background:#f6f9ff
}
:where(.sr-global-style) .search-wrap input {
font-size:16px;padding:0 18px
}
:where(.sr-global-style) .search-btn {
min-width:118px;
  justify-content:center;
  background:linear-gradient(135deg,var(--royal),var(--royal-2));
  font-size:14px;
  border-radius:0 10px 10px 0;
  box-shadow:inset 1px 0 rgba(255,255,255,.14);
}
:where(.sr-global-style) .search-btn:hover {
background:linear-gradient(135deg,#0f4fc8,#0b3f9f)
}
:where(.sr-global-style) .search-suggestions button {
font-size:14px
}
:where(.sr-global-style) .search-suggestions small {
font-size:12px
}
:where(.sr-global-style) .header-cta {
height:54px;min-width:150px;padding:0 15px
}
:where(.sr-global-style) .header-cta b {
font-size:14px
}
:where(.sr-global-style) .header-cta small {
font-size:11px
}
:where(.sr-global-style) .signin-link {
font-size:14px
}
:where(.sr-global-style) .category-links button,
:where(.sr-global-style) .category-links a,
:where(.sr-global-style) .all-categories {
font-size:14px
}
:where(.sr-global-style) .rfq-panel>p {
font-size:13px
}
:where(.sr-global-style) .rfq-panel label {
font-size:12px
}
:where(.sr-global-style) .rfq-panel input,
:where(.sr-global-style) .rfq-panel select {
font-size:13px;height:42px
}
:where(.sr-global-style) .rfq-panel button[type=submit] {
height:44px;font-size:13px
}
:where(.sr-global-style) .view-all {
font-size:13px
}
@keyframes sr-sr-global-style-marketSpin {
to {
transform:rotate(360deg)
}
}
:where(.sr-global-style) .footer-top {
padding:58px 0 46px
}
:where(.sr-global-style) .footer-brand p {
font-size:14px;line-height:1.7;max-width:430px
}
:where(.sr-global-style) .footer-top>div>b {
font-size:16px;margin-bottom:8px
}
:where(.sr-global-style) .footer-top a {
font-size:14px;line-height:1.5
}
:where(.sr-global-style) .site-footer .brand-text small {
font-size:11px
}
:where(.sr-global-style) .footer-bottom {
min-height:64px;height:auto;padding:16px 0;font-size:14px
}
:where(.sr-global-style) .footer-bottom a {
font-size:14px
}
@media (max-width:1020px) {
:where(.sr-global-style) .search-btn {
min-width:100px
}
}
@media (max-width:760px) {
:where(.sr-global-style) body {
font-size:15px
}
:where(.sr-global-style) .search-wrap {
border-color:var(--royal)
}
:where(.sr-global-style) .search-wrap input {
font-size:14px;padding:0 10px
}
:where(.sr-global-style) .search-type {
font-size:12px
}
:where(.sr-global-style) .search-btn {
min-width:auto
}
:where(.sr-global-style) .footer-brand p {
font-size:14px
}
:where(.sr-global-style) .footer-top>div>b {
font-size:15px
}
:where(.sr-global-style) .footer-top a {
font-size:14px
}
:where(.sr-global-style) .footer-bottom {
font-size:13px
}
}
@media (max-width:480px) {
:where(.sr-global-style) .footer-top {
grid-template-columns:1fr;gap:24px
}
:where(.sr-global-style) .footer-brand {
grid-column:auto
}
}
:root:where(.sr-global-style) {
--v7-blue:#1557d5;
  --v7-blue-dark:#0b2452;
  --v7-orange:#ff5a1f;
  --v7-ink:#101828;
  --v7-muted:#667085;
  --v7-line:#e3e8ef;
  --v7-soft:#f7f9fc;
}
@keyframes sr-sr-global-style-sweep {
to {
transform:rotate(360deg)
}
}
:where(.sr-global-style) .site-footer {
font-size:15px
}
:where(.sr-global-style) .footer-top a {
font-size:14.5px
}
:where(.sr-global-style) .footer-top>div>b {
font-size:16px
}
:where(.sr-global-style) .footer-brand p {
font-size:14.5px
}
:where(.sr-global-style) .footer-bottom,
:where(.sr-global-style) .footer-bottom a {
font-size:14px
}
@keyframes sr-sr-global-style-corePulse {
50% {
transform:scale(1.06);opacity:.55
}
}
@keyframes sr-sr-global-style-dataMove {
from {
left:-18px
}
to {
left:100%
}
}
:root:where(.sr-global-style) {
--royal:#1557d5;
  --royal-2:#0d46b3;
  --royal-soft:#eef4ff;
  --mint:#0aa56a;
  --orange:#ff5a1f;
}
:where(.sr-global-style) .category-nav {
border-top:1px solid #edf1f6;border-bottom:1px solid #e7ebf1;background:#fff
}
:where(.sr-global-style) .category-nav-inner {
height:48px;gap:0
}
:where(.sr-global-style) .all-categories {
height:48px;min-width:188px;background:#0c1c35;border-radius:0;font-size:13.5px
}
:where(.sr-global-style) .category-links {
height:100%;gap:0;overflow-x:auto;scrollbar-width:none
}
:where(.sr-global-style) .category-links::-webkit-scrollbar {
display:none
}
:where(.sr-global-style) .category-links button,
:where(.sr-global-style) .category-links a {
height:48px;padding:0 22px;display:flex;align-items:center;border-right:1px solid #eef1f5;
  font-size:13.5px;font-weight:760;color:#3f4b5d;white-space:nowrap
}
:where(.sr-global-style) .category-links button:hover,
:where(.sr-global-style) .category-links a:hover {
background:#f5f8ff;color:var(--royal)
}
@keyframes sr-sr-global-style-credentialTicker {
to {
transform:translateX(calc(-50% - 4.5px))
}
}
:where(.sr-global-style) .rfq-panel {
position:relative;padding:0 20px 16px;border:1px solid #ccd9eb;
  box-shadow:0 18px 42px rgba(15,48,95,.12);background:#fff;overflow:hidden
}
:where(.sr-global-style) .rfq-panel:before {
content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--royal),#3f7df3 55%,var(--orange))
}
:where(.sr-global-style) .rfq-panel>p {
font-size:13px;line-height:1.52;color:#66758a;margin:14px 0 14px
}
:where(.sr-global-style) .rfq-panel form {
gap:7px
}
:where(.sr-global-style) .rfq-panel label {
font-size:11.5px;color:#42526a
}
:where(.sr-global-style) .rfq-panel input,
:where(.sr-global-style) .rfq-panel select {
height:42px;border-color:#d5ddea;border-radius:10px;font-size:13px;padding:0 11px;background:#fbfcfe
}
:where(.sr-global-style) .rfq-panel input:focus,
:where(.sr-global-style) .rfq-panel select:focus {
border-color:var(--royal);box-shadow:0 0 0 3px rgba(21,87,213,.09);background:#fff
}
:where(.sr-global-style) .rfq-panel button[type=submit] {
height:47px;margin-top:7px;border-radius:11px;font-size:14px;background:linear-gradient(135deg,var(--orange),#ff7418);box-shadow:0 12px 26px rgba(255,90,31,.25)
}
:where(.sr-global-style) #products .view-all {
min-height:46px;padding:0 18px;border-radius:10px;background:linear-gradient(135deg,var(--royal),var(--royal-2));color:#fff;border:0;display:inline-flex;align-items:center;gap:9px;font-size:13.5px;font-weight:900;box-shadow:0 10px 24px rgba(21,87,213,.18)
}
:where(.sr-global-style) #products .view-all:hover {
transform:translateY(-2px);box-shadow:0 14px 30px rgba(21,87,213,.26)
}
@keyframes sr-sr-global-style-verifiedShine {
0%,65% {
left:-45px
}
85%,100% {
left:110%
}
}
@media (max-width:760px) {
:where(.sr-global-style) .category-links button,
:where(.sr-global-style) .category-links a {
padding:0 14px;font-size:12px
}
:where(.sr-global-style) .all-categories {
min-width:164px
}
:where(.sr-global-style) #products .view-all {
justify-self:start
}
}
:where(.sr-global-style) .market-header {
top:0
}
:where(.sr-global-style) .supplier-cta {
border:1px solid #bdd0f7!important;
  background:linear-gradient(135deg,#f7faff,#edf4ff)!important;
  color:#174aa8!important;
  box-shadow:0 7px 18px rgba(21,87,213,.08)!important;
}
:where(.sr-global-style) .supplier-cta:hover {
border-color:#8fb1f1!important;background:linear-gradient(135deg,#f2f7ff,#e7f0ff)!important;box-shadow:0 10px 23px rgba(21,87,213,.14)!important
}
:where(.sr-global-style) .buyer-cta {
box-shadow:0 11px 26px rgba(255,90,31,.26)!important
}
:where(.sr-global-style) .footer-brand p {
font-size:13.5px!important
}
:where(.sr-global-style) .footer-bottom {
font-size:12.5px!important
}
@keyframes sr-sr-global-style-homeHudBlink {
0%,100% {
opacity:1
}
50% {
opacity:.45
}
}
@keyframes sr-sr-global-style-homeCloudA {
0% {
transform:translateX(-30px)
}
50% {
transform:translateX(28px)
}
100% {
transform:translateX(-30px)
}
}
@keyframes sr-sr-global-style-homeCloudB {
0% {
transform:translateX(28px) scale(.72)
}
50% {
transform:translateX(-28px) scale(.72)
}
100% {
transform:translateX(28px) scale(.72)
}
}
@keyframes sr-sr-global-style-homeCable {
0%,100% {
height:36px
}
50% {
height:52px
}
}
@keyframes sr-sr-global-style-homeHook {
0%,100% {
transform:translateY(0)
}
50% {
transform:translateY(16px)
}
}
@keyframes sr-sr-global-style-homeContainerLift {
0%,20%,100% {
transform:translateY(0)
}
45%,70% {
transform:translateY(-15px)
}
}
@keyframes sr-sr-global-style-homeWave {
0% {
transform:translateX(-3%)
}
50% {
transform:translateX(3%)
}
100% {
transform:translateX(-3%)
}
}
@keyframes sr-sr-global-style-homeExactDockShipment {
0% {
left:-100px;opacity:0;transform:scale(.9)
}
3% {
opacity:1
}
78% {
left:calc(100% - 10px);opacity:1;transform:scale(.78)
}
88% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
88.01%,100% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
}
@keyframes sr-sr-global-style-homeStage1 {
0%,23% {
background:#19b36b;box-shadow:0 0 0 4px rgba(25,179,107,.12)
}
28%,100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-global-style-homeStage2 {
0%,23% {
background:#aab5c3
}
28%,50% {
background:#6277e7;box-shadow:0 0 0 4px rgba(98,119,231,.12)
}
55%,100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-global-style-homeStage3 {
0%,50% {
background:#aab5c3
}
55%,75% {
background:#e9a42d;box-shadow:0 0 0 4px rgba(233,164,45,.12)
}
80%,100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-global-style-homeStage4 {
0%,75% {
background:#aab5c3
}
80%,96% {
background:#19b36b;box-shadow:0 0 0 4px rgba(25,179,107,.12)
}
100% {
background:#aab5c3;box-shadow:none
}
}
@keyframes sr-sr-global-style-networkSpin {
to {
transform:rotate(360deg)
}
}
@media (max-width:760px) {
:where(.sr-global-style) .market-header {
position:static !important;
    top:auto !important;
    z-index:40;
    backdrop-filter:none;
}
}
:where(.sr-global-style) .product-category-stream {
display:flex;flex-direction:column;gap:34px
}
@media (max-width:760px) {
:where(.sr-global-style) .market-header {
position:static!important;top:auto!important;z-index:40;background:#fff;box-shadow:none;backdrop-filter:none
}
:where(.sr-global-style) .header-main {
display:flex;flex-wrap:wrap;height:auto!important;gap:9px;padding:10px 0 9px
}
:where(.sr-global-style) .brand {
order:1;margin-right:auto
}
:where(.sr-global-style) .brand-mark {
width:42px;height:42px;border-radius:12px
}
:where(.sr-global-style) .brand-text strong {
font-size:19px
}
:where(.sr-global-style) .brand-text small {
font-size:8.5px;margin-top:3px
}
:where(.sr-global-style) .header-actions {
display:none!important
}
:where(.sr-global-style) .mobile-menu-btn {
display:block;order:2;width:43px;height:43px;flex:0 0 43px;border-color:#dce3ed;background:#f8faff
}
:where(.sr-global-style) .search-wrap {
order:3;flex:0 0 100%;width:100%;min-width:0;height:48px;margin-top:1px;border-width:2px;border-color:#1557d5;border-radius:11px;box-shadow:0 5px 15px rgba(21,87,213,.08)
}
:where(.sr-global-style) .search-type {
width:86px;flex:0 0 86px;padding:0 8px;font-size:12px
}
:where(.sr-global-style) .search-wrap input {
font-size:13.5px;padding:0 10px
}
:where(.sr-global-style) .search-btn {
min-width:49px;width:49px;padding:0;border-radius:0 8px 8px 0
}
:where(.sr-global-style) .search-btn svg {
width:18px;height:18px
}
:where(.sr-global-style) .search-btn span {
display:none
}
:where(.sr-global-style) .search-type-menu {
top:50px
}
:where(.sr-global-style) .search-suggestions {
top:50px;left:0;right:0
}
:where(.sr-global-style) .category-nav {
display:block!important;position:relative;border-top:1px solid #edf1f6;border-bottom:1px solid #e3e9f2;background:#fff
}
:where(.sr-global-style) .category-nav-inner {
width:100%!important;height:46px;padding:0 0 0 12px;gap:0;overflow:hidden
}
:where(.sr-global-style) .all-categories {
display:none!important
}
:where(.sr-global-style) .category-links {
display:flex!important;height:46px;width:100%;overflow-x:auto;overflow-y:hidden;gap:0;padding-right:12px;scrollbar-width:none;overscroll-behavior-inline:contain
}
:where(.sr-global-style) .category-links::-webkit-scrollbar {
display:none
}
:where(.sr-global-style) .category-links button,
:where(.sr-global-style) .category-links a {
flex:0 0 auto;height:46px;padding:0 15px;border-right:1px solid #edf1f6;font-size:12px;font-weight:780;color:#34445b;background:#fff
}
:where(.sr-global-style) .category-links button:first-child {
border-left:1px solid #edf1f6
}
:where(.sr-global-style) .category-links button:active,
:where(.sr-global-style) .category-links a:active {
background:#eef4ff;color:#1557d5
}
:where(.sr-global-style) .mega-menu {
display:none!important
}
:where(.sr-global-style) .mobile-panel {
position:relative!important;left:auto!important;right:auto!important;top:auto!important;width:100%;padding:7px 12px 12px;border-top:1px solid #e7ebf1;background:#fff;box-shadow:0 10px 22px rgba(15,36,68,.07);flex-direction:column;gap:3px;z-index:50
}
:where(.sr-global-style) .mobile-panel.is-open {
display:flex!important
}
:where(.sr-global-style) .mobile-panel a {
min-height:42px;padding:0 12px;display:flex;align-items:center;border-radius:9px;font-size:13px;font-weight:760;color:#293a53
}
:where(.sr-global-style) .mobile-panel .mobile-quote {
justify-content:center;margin-top:3px;background:linear-gradient(135deg,#ff5a1f,#ff7418);color:#fff
}
:where(.sr-global-style) .hero-kicker {
font-size:7.5px;letter-spacing:.08em;line-height:1.25
}
:where(.sr-global-style) .rfq-panel {
order:2;width:100%;margin:0!important;min-height:0!important;padding:0 16px 16px!important;border:1px solid #cbd9ec;border-radius:17px!important;background:#fff;box-shadow:0 14px 32px rgba(21,62,118,.11)!important;display:block!important;overflow:hidden
}
:where(.sr-global-style) .rfq-panel:before {
height:4px
}
:where(.sr-global-style) .rfq-panel>p {
margin:12px 0 13px;font-size:12.5px;line-height:1.48
}
:where(.sr-global-style) .rfq-panel form {
display:flex!important;flex-direction:column;gap:7px!important
}
:where(.sr-global-style) .rfq-panel form>label {
display:block!important;font-size:10.5px;margin-top:1px
}
:where(.sr-global-style) .rfq-panel input,
:where(.sr-global-style) .rfq-panel select {
width:100%;height:44px!important;border-radius:9px;font-size:13px;background:#fbfcfe
}
:where(.sr-global-style) .rfq-panel button[type=submit] {
width:100%;height:48px!important;margin-top:6px!important;border-radius:10px;font-size:13.5px
}
:where(.sr-global-style) #products .view-all {
display:inline-flex!important;min-height:39px;padding:0 11px;font-size:10.5px;white-space:nowrap
}
:where(.sr-global-style) .product-category-stream {
gap:30px
}
}
@media (max-width:760px) {
:where(.sr-global-style) .category-links button,
:where(.sr-global-style) .category-links a {
font-size:12px!important;padding:0 17px!important
}
:where(.sr-global-style) .hero-kicker {
font-size:7.3px!important;line-height:1.25!important
}
:where(.sr-global-style) .rfq-panel,
:where(.sr-global-style) .rfq-panel * {
text-align:left
}
:where(.sr-global-style) .rfq-panel {
padding:0 14px 14px!important;border-radius:15px!important
}
:where(.sr-global-style) .rfq-panel>p {
font-size:11.8px!important;margin:10px 0 11px!important
}
:where(.sr-global-style) .rfq-panel form {
gap:6px!important
}
:where(.sr-global-style) .rfq-panel form>label {
font-size:10px!important
}
:where(.sr-global-style) .rfq-panel input,
:where(.sr-global-style) .rfq-panel select {
height:42px!important;font-size:12.5px!important
}
:where(.sr-global-style) .rfq-panel button[type=submit] {
text-align:center!important;height:45px!important;font-size:13px!important
}
:where(.sr-global-style) .product-category-stream {
gap:24px!important
}
}
:where(.sr-global-style) #products .desktop-view-all {
display:inline-flex!important
}
@media (max-width:760px) {
:where(.sr-global-style) .product-category-stream {
gap:16px!important
}
:where(.sr-global-style) #products .desktop-view-all {
display:none!important
}
}
:where(.sr-global-style) .header-main {
height:68px!important;
  gap:16px!important;
}
:where(.sr-global-style) .brand-mark {
width:42px!important;
  height:42px!important;
  border-radius:11px!important;
}
:where(.sr-global-style) .brand-text strong {
font-size:18px!important
}
:where(.sr-global-style) .brand-text small {
font-size:8.5px!important
}
:where(.sr-global-style) .search-wrap {
height:44px!important;
  border:1px solid #1557d5!important;
  border-radius:10px!important;
  box-shadow:0 3px 10px rgba(21,87,213,.05)!important;
}
:where(.sr-global-style) .search-type {
width:112px!important;
  padding:0 12px!important;
  font-size:12px!important;
}
:where(.sr-global-style) .search-wrap input {
font-size:14px!important;
  padding:0 14px!important;
}
:where(.sr-global-style) .search-btn {
padding:0 16px!important;
  background:#1557d5!important;
  border-radius:0 8px 8px 0!important;
  font-size:12px!important;
}
:where(.sr-global-style) .search-btn:hover {
background:#1048b7!important
}
:where(.sr-global-style) .header-actions {
gap:8px!important
}
:where(.sr-global-style) .signin-link {
font-size:12px!important;padding:8px 4px!important
}
:where(.sr-global-style) .header-cta {
height:46px!important;
  min-width:128px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  gap:8px!important;
}
:where(.sr-global-style) .header-cta small {
font-size:9px!important;margin-top:2px!important
}
:where(.sr-global-style) .header-cta svg {
width:18px!important;height:18px!important
}
@media (max-width:760px) {
:where(.sr-global-style) .header-main {
height:auto!important;
    padding:7px 0 6px!important;
    gap:7px!important;
}
:where(.sr-global-style) .brand-mark {
width:36px!important;
    height:36px!important;
    border-radius:10px!important;
}
:where(.sr-global-style) .brand-text strong {
font-size:16px!important
}
:where(.sr-global-style) .brand-text small {
font-size:7.5px!important
}
:where(.sr-global-style) .mobile-menu-btn {
width:38px!important;
    height:38px!important;
    padding:8px!important;
    border-radius:9px!important;
}
:where(.sr-global-style) .search-wrap {
height:42px!important;
    margin-top:0!important;
    border-width:1px!important;
    border-color:#1557d5!important;
    border-radius:9px!important;
    box-shadow:0 2px 8px rgba(21,87,213,.04)!important;
}
:where(.sr-global-style) .search-type {
width:86px!important;
    padding:0 8px!important;
    font-size:10.5px!important;
}
:where(.sr-global-style) .search-wrap input {
font-size:12.5px!important;
    padding:0 9px!important;
}
:where(.sr-global-style) .search-btn {
padding:0 11px!important;
    border-radius:0 8px 8px 0!important;
}
:where(.sr-global-style) .search-btn svg {
width:17px!important;height:17px!important
}
}
:root:where(.sr-global-style) {
--shelrock-navy:#081a33;
  --shelrock-royal:#1557d5;
  --shelrock-cyan:#17a8e5;
  --shelrock-green:#16a06a;
  --shelrock-orange:#e94b12;
  --shelrock-orange-dark:#c9360b;
}
:where(.sr-global-style) .trade-usp-bar {
position:relative;
  background:linear-gradient(90deg,#07182e 0%,#0b2c62 46%,#113c78 72%,#112b55 100%)!important;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.14);
  overflow:hidden;
}
:where(.sr-global-style) .trade-usp-bar:before {
content:"";
  position:absolute;inset:0 auto auto 0;width:100%;height:3px;
  background:linear-gradient(90deg,#1557d5,#17a8e5,#16a06a,#6c58d9);
}
:where(.sr-global-style) .trade-usp-inner {
min-height:44px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:7px 0 6px;
}
:where(.sr-global-style) .trade-usp-left,
:where(.sr-global-style) .trade-usp-right {
display:flex;align-items:center;gap:10px;min-width:0
}
:where(.sr-global-style) .trade-world-label {
flex:0 0 auto;
  padding:5px 9px;border:1px solid rgba(255,255,255,.22);border-radius:7px;
  font-size:10px;font-weight:900;letter-spacing:.12em;color:#dce9ff;background:rgba(255,255,255,.06)
}
:where(.sr-global-style) .trade-route {
font-size:12.5px;font-weight:750;color:#f5f8ff;white-space:nowrap
}
:where(.sr-global-style) .trade-route i {
font-style:normal
}
:where(.sr-global-style) .trade-route b {
color:#7fc9ff;margin:0 3px
}
:where(.sr-global-style) .trade-usp-right {
justify-content:flex-end;flex-wrap:wrap
}
:where(.sr-global-style) .trade-usp-right span {
position:relative;padding-left:13px;font-size:10.8px;font-weight:750;color:#dce8f8;white-space:nowrap
}
:where(.sr-global-style) .trade-usp-right span:before {
content:"";position:absolute;left:0;top:50%;width:6px;height:6px;border-radius:50%;background:#3ecf8e;transform:translateY(-50%);box-shadow:0 0 0 3px rgba(62,207,142,.12)
}
:where(.sr-global-style) .market-header {
position:static!important;top:auto!important;background:#fff!important;backdrop-filter:none!important
}
:where(.sr-global-style) .header-main {
height:76px!important;
  display:flex!important;align-items:center!important;flex-wrap:nowrap!important;
  gap:18px!important;padding:0!important;
}
:where(.sr-global-style) .header-main>.brand {
flex:0 0 auto
}
:where(.sr-global-style) .search-wrap {
flex:0 1 610px!important;
  width:min(610px,48vw)!important;
  max-width:610px!important;
  min-width:340px!important;
  height:48px!important;
  border:1px solid var(--shelrock-royal)!important;
  border-radius:10px!important;
  box-shadow:0 5px 14px rgba(21,87,213,.07)!important;
  margin:0!important;
}
:where(.sr-global-style) .search-wrap input {
font-size:14px!important;padding:0 13px!important
}
:where(.sr-global-style) .search-btn {
height:100%!important;min-width:106px!important;padding:0 16px!important;background:#1557d5!important
}
:where(.sr-global-style) .header-actions {
margin-left:auto!important;
  flex:0 0 auto!important;
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:10px!important;
}
:where(.sr-global-style) .signin-link {
font-size:13px!important;font-weight:800!important;padding:0 4px!important
}
:where(.sr-global-style) .header-cta {
min-height:46px!important;padding:0 14px!important;border-radius:10px!important
}
:where(.sr-global-style) .header-cta b {
font-size:12px!important
}
:where(.sr-global-style) .header-cta small {
font-size:8.5px!important
}
:where(.sr-global-style) .buyer-cta {
background:linear-gradient(135deg,var(--shelrock-orange),var(--shelrock-orange-dark))!important;box-shadow:0 9px 20px rgba(201,54,11,.24)!important
}
:where(.sr-global-style) .category-nav {
background:#fff!important;border-top:1px solid #edf1f6!important;border-bottom:1px solid #dfe6ef!important
}
:where(.sr-global-style) .category-nav-inner {
height:54px!important;display:flex!important;align-items:center!important;gap:0!important
}
:where(.sr-global-style) .all-categories {
min-width:235px!important;height:54px!important;padding:0 20px!important;
  border-left:1px solid #e3e9f0!important;border-right:1px solid #e3e9f0!important;
  background:#f8fbff!important;color:#17375f!important;
  font-size:15.5px!important;font-weight:900!important;letter-spacing:-.01em!important
}
:where(.sr-global-style) .all-categories svg:first-child {
width:20px!important;height:20px!important
}
:where(.sr-global-style) .category-links {
height:54px!important;display:flex!important;align-items:center!important;gap:0!important;overflow:visible!important
}
:where(.sr-global-style) .category-links a {
height:54px!important;display:flex!important;align-items:center!important;
  padding:0 26px!important;border-right:1px solid #e3e9f0!important;
  color:#17304f!important;background:#fff!important;
  font-size:15.5px!important;font-weight:900!important;letter-spacing:-.01em!important;
  transition:.16s ease!important
}
:where(.sr-global-style) .category-links a:hover {
background:#f4f8ff!important;color:#1557d5!important
}
@media (max-width:1180px) {
:where(.sr-global-style) .search-wrap {
flex-basis:500px!important;width:min(500px,43vw)!important;min-width:300px!important
}
:where(.sr-global-style) .category-links a {
padding:0 20px!important;font-size:14.5px!important
}
:where(.sr-global-style) .all-categories {
min-width:215px!important;font-size:14.5px!important
}
}
@media (max-width:900px) {
:where(.sr-global-style) .trade-usp-right {
display:none!important
}
:where(.sr-global-style) .header-main {
flex-wrap:wrap!important;height:auto!important;padding:10px 0 9px!important;gap:10px!important
}
:where(.sr-global-style) .header-actions {
display:none!important
}
:where(.sr-global-style) .search-wrap {
order:3!important;flex:0 0 100%!important;width:100%!important;max-width:none!important;min-width:0!important;height:46px!important
}
:where(.sr-global-style) .mobile-menu-btn {
display:block!important;margin-left:auto!important
}
:where(.sr-global-style) .category-nav-inner {
width:100%!important;overflow-x:auto!important;height:50px!important
}
:where(.sr-global-style) .all-categories {
min-width:190px!important;height:50px!important;font-size:13.5px!important
}
:where(.sr-global-style) .category-links {
height:50px!important;white-space:nowrap!important;overflow-x:auto!important
}
:where(.sr-global-style) .category-links a {
height:50px!important;font-size:13.5px!important;padding:0 18px!important;white-space:nowrap!important
}
}
@media (max-width:640px) {
:where(.sr-global-style) .trade-usp-inner {
min-height:38px!important;padding:6px 0!important
}
:where(.sr-global-style) .trade-world-label {
display:none!important
}
:where(.sr-global-style) .trade-route {
font-size:10.5px!important;overflow-x:auto!important;display:block!important;white-space:nowrap!important;width:100%!important
}
:where(.sr-global-style) .header-main {
padding:9px 0!important
}
:where(.sr-global-style) .search-wrap {
height:44px!important
}
:where(.sr-global-style) .category-nav-inner {
height:48px!important;padding-left:0!important
}
:where(.sr-global-style) .all-categories {
height:48px!important;min-width:180px!important;font-size:12.5px!important;padding:0 13px!important
}
:where(.sr-global-style) .category-links {
height:48px!important
}
:where(.sr-global-style) .category-links a {
height:48px!important;font-size:12.5px!important;padding:0 15px!important
}
}
:root:where(.sr-global-style) {
--s-orange:#ff5a1f;--s-orange-2:#ff7419;--s-blue:#1557d5;--s-navy:#0b2345;--s-ink:#14243a;--s-muted:#66758a;--s-line:#e6ebf1;--s-soft:#f7f9fc
}
:where(.sr-global-style) .trade-usp-bar {
background:linear-gradient(90deg,#061f42 0%,#0a3c78 52%,#1557d5 100%)!important;color:#fff!important;border:0!important
}
:where(.sr-global-style) .trade-usp-inner {
min-height:40px!important;padding:7px 0!important
}
:where(.sr-global-style) .trade-world-label {
background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important
}
:where(.sr-global-style) .trade-route {
color:#edf5ff!important
}
:where(.sr-global-style) .trade-usp-right span {
background:transparent!important;border:0!important;padding:0!important;color:#dceaff!important
}
:where(.sr-global-style) .market-header {
overflow:visible!important;position:relative!important;z-index:300!important;background:#fff!important
}
:where(.sr-global-style) .header-main {
height:78px!important;display:grid!important;grid-template-columns:auto minmax(520px,720px) auto!important;gap:22px!important;align-items:center!important
}
:where(.sr-global-style) .search-wrap {
width:100%!important;max-width:720px!important;min-width:520px!important;height:48px!important;border:1px solid #1557d5!important;border-radius:10px!important;box-shadow:0 4px 14px rgba(21,87,213,.07)!important
}
:where(.sr-global-style) .search-btn {
background:#1557d5!important;color:#fff!important;min-width:108px!important
}
:where(.sr-global-style) .header-actions {
display:flex!important;justify-self:end!important;margin-left:0!important;gap:10px!important;align-items:center!important
}
:where(.sr-global-style) .header-cta {
min-height:46px!important
}
:where(.sr-global-style) .buyer-cta {
background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;box-shadow:0 9px 20px rgba(255,90,31,.2)!important
}
:where(.sr-global-style) .category-nav {
position:relative!important;z-index:320!important;overflow:visible!important;background:#fff!important;border-top:1px solid #edf1f5!important;border-bottom:1px solid #e6ebf1!important
}
:where(.sr-global-style) .category-nav-inner {
height:54px!important;display:flex!important;gap:26px!important;align-items:center!important;overflow:visible!important
}
:where(.sr-global-style) .all-categories {
flex:0 0 auto!important;height:54px!important;padding:0 4px!important;font-size:15px!important;font-weight:900!important;color:#172d49!important;background:transparent!important;border:0!important;border-radius:0!important
}
:where(.sr-global-style) .category-links {
display:flex!important;align-items:center!important;gap:30px!important;flex:1!important;overflow:visible!important
}
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
white-space:nowrap!important;background:transparent!important;border:0!important;padding:17px 0 14px!important;color:#243852!important;font-size:15px!important;font-weight:850!important;line-height:1!important;cursor:pointer!important;border-bottom:3px solid transparent!important
}
:where(.sr-global-style) .category-links>a:hover,
:where(.sr-global-style) .category-links>button:hover {
color:#1557d5!important;border-bottom-color:#1557d5!important
}
:where(.sr-global-style) .mega-menu {
position:absolute!important;left:0!important;right:0!important;top:100%!important;width:100%!important;z-index:9999!important;background:#fff!important;border-top:1px solid #e8edf3!important;border-bottom:1px solid #dfe6ee!important;box-shadow:0 24px 50px rgba(17,39,72,.18)!important;overflow:visible!important
}
:where(.sr-global-style) .mega-menu:not(.is-open) {
display:none!important
}
:where(.sr-global-style) .mega-menu.is-open {
display:block!important
}
:where(.sr-global-style) .mega-marketplace-grid {
display:grid!important;grid-template-columns:1.1fr 1.1fr .9fr .85fr!important;gap:30px!important;padding:30px 0 34px!important
}
:where(.sr-global-style) .mega-column {
display:flex!important;flex-direction:column!important;gap:9px!important
}
:where(.sr-global-style) .mega-label {
font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;color:#1557d5!important
}
:where(.sr-global-style) .mega-column h3 {
font-size:18px!important;line-height:1.25!important;color:#152b48!important;margin:1px 0 8px!important
}
:where(.sr-global-style) .mega-column a {
font-size:13px!important;color:#54657a!important;padding:4px 0!important
}
:where(.sr-global-style) .mega-column a:hover {
color:#1557d5!important
}
:where(.sr-global-style) .mega-buyer-card {
padding:22px!important;border-radius:18px!important;background:linear-gradient(145deg,#0b2345,#123b72)!important;color:#fff!important;align-self:stretch!important
}
:where(.sr-global-style) .mega-buyer-card small {
font-size:10px!important;letter-spacing:.13em!important;color:#9fc3f8!important;font-weight:900!important
}
:where(.sr-global-style) .mega-buyer-card h3 {
font-size:22px!important;line-height:1.12!important;margin:10px 0!important
}
:where(.sr-global-style) .mega-buyer-card p {
font-size:12.5px!important;line-height:1.55!important;color:#d9e7f8!important
}
:where(.sr-global-style) .mega-buyer-card a {
display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:15px!important;min-height:42px!important;padding:0 15px!important;border-radius:9px!important;background:linear-gradient(135deg,var(--s-orange),var(--s-orange-2))!important;color:#fff!important;font-size:12px!important;font-weight:900!important
}
:where(.sr-global-style) .site-footer {
background:#f4f6f8!important;color:#293a50!important;border-top:1px solid #e0e6ec!important
}
:where(.sr-global-style) .footer-enterprise {
display:grid!important;grid-template-columns:1.45fr repeat(4,1fr)!important;gap:42px!important;padding:52px 0 38px!important
}
:where(.sr-global-style) .site-footer .brand-text strong {
color:#152c48!important
}
:where(.sr-global-style) .site-footer .brand-text small {
color:#7a8899!important
}
:where(.sr-global-style) .footer-brand p {
color:#647488!important;font-size:13.5px!important;line-height:1.6!important;max-width:340px!important
}
:where(.sr-global-style) .footer-trust {
display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin-top:14px!important
}
:where(.sr-global-style) .footer-trust span {
font-size:8.5px!important;font-weight:850!important;color:#53667c!important;background:#e9eef4!important;border-radius:999px!important;padding:6px 8px!important
}
:where(.sr-global-style) .footer-enterprise>div>b {
display:block!important;color:#17304d!important;font-size:14px!important;margin-bottom:13px!important
}
:where(.sr-global-style) .footer-enterprise>div>a {
display:block!important;color:#5d6d7f!important;font-size:13px!important;line-height:1.35!important;padding:5px 0!important
}
:where(.sr-global-style) .footer-enterprise>div>a:hover {
color:#1557d5!important
}
:where(.sr-global-style) .footer-bottom {
border-top:1px solid #dde4eb!important;color:#778596!important
}
:where(.sr-global-style) .footer-bottom a {
color:#67778a!important
}
@media (max-width:1200px) {
:where(.sr-global-style) .header-main {
grid-template-columns:auto minmax(420px,1fr) auto!important
}
:where(.sr-global-style) .search-wrap {
min-width:420px!important
}
:where(.sr-global-style) .category-links {
gap:18px!important
}
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
font-size:13px!important
}
:where(.sr-global-style) .mega-marketplace-grid {
grid-template-columns:1fr 1fr 1fr!important
}
:where(.sr-global-style) .mega-buyer-card {
grid-column:1/-1!important
}
}
@media (max-width:980px) {
:where(.sr-global-style) .header-main {
display:flex!important;flex-wrap:wrap!important;height:auto!important;padding:10px 0!important
}
:where(.sr-global-style) .search-wrap {
order:3!important;flex:0 0 100%!important;max-width:none!important;min-width:0!important
}
:where(.sr-global-style) .header-actions {
margin-left:auto!important
}
:where(.sr-global-style) .category-links {
overflow-x:auto!important;white-space:nowrap!important;gap:20px!important
}
:where(.sr-global-style) .mega-marketplace-grid {
grid-template-columns:1fr 1fr!important
}
:where(.sr-global-style) .footer-enterprise {
grid-template-columns:1.4fr 1fr 1fr!important
}
:where(.sr-global-style) .footer-enterprise>div:nth-child(4),
:where(.sr-global-style) .footer-enterprise>div:nth-child(5) {
margin-top:8px!important
}
}
@media (max-width:760px) {
:where(.sr-global-style) .trade-usp-right {
display:none!important
}
:where(.sr-global-style) .trade-usp-left {
width:100%!important;overflow-x:auto!important;white-space:nowrap!important
}
:where(.sr-global-style) .header-actions {
display:none!important
}
:where(.sr-global-style) .mobile-menu-btn {
display:block!important
}
:where(.sr-global-style) .category-nav-inner {
height:50px!important;width:100%!important;padding-left:12px!important;gap:18px!important;overflow-x:auto!important
}
:where(.sr-global-style) .all-categories {
font-size:13px!important
}
:where(.sr-global-style) .category-links {
gap:18px!important
}
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
font-size:12px!important;padding:16px 0 13px!important
}
:where(.sr-global-style) .mega-menu {
display:none!important
}
:where(.sr-global-style) .footer-enterprise {
grid-template-columns:1fr 1fr!important;gap:28px 20px!important;padding:40px 0 28px!important
}
:where(.sr-global-style) .footer-brand {
grid-column:1/-1!important
}
:where(.sr-global-style) .footer-enterprise>div>b {
font-size:13px!important
}
:where(.sr-global-style) .footer-enterprise>div>a {
font-size:12px!important
}
}
@media (min-width:761px) {
:where(.sr-global-style) .market-header {
position:sticky!important;top:0!important;z-index:300!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(14px)!important;box-shadow:0 1px 0 rgba(20,31,50,.08),0 7px 18px rgba(18,43,74,.05)!important
}
}
@media (max-width:760px) {
:where(.sr-global-style) .market-header {
position:static!important;top:auto!important;z-index:300!important;backdrop-filter:none!important
}
}
:where(.sr-global-style) .trade-usp-right {
gap:14px!important;
}
:where(.sr-global-style) .trade-usp-right span {
position:relative!important;
  padding-left:16px!important;
  color:#dceaff!important;
  line-height:1.25!important;
}
:where(.sr-global-style) .trade-usp-right span::before {
left:1px!important;
  top:50%!important;
  width:6px!important;
  height:6px!important;
  transform:translateY(-50%)!important;
}
:where(.sr-global-style) .market-header {
background:#f7f9fc!important;
}
@media (min-width:761px) {
:where(.sr-global-style) .market-header {
background:rgba(247,249,252,.98)!important;
}
}
:where(.sr-global-style) .category-nav {
background:#f7f9fc!important;
}
:where(.sr-global-style) .market-header,
:where(.sr-global-style) .category-nav {
background:#eef3f8!important;
}
@media (min-width:761px) {
:where(.sr-global-style) .market-header {
background:rgba(238,243,248,.98)!important;
}
}
:where(.sr-global-style) .market-header,
:where(.sr-global-style) .category-nav {
background:#fff!important;
}
@media (min-width:761px) {
:where(.sr-global-style) .market-header {
background:#fff!important;
}
}
@media (min-width:761px) {
:where(.sr-global-style) .category-nav-inner {
height:62px!important;
    gap:30px!important;
}
:where(.sr-global-style) .all-categories {
padding:0 22px!important;
    gap:11px!important;
    font-size:16px!important;
    font-weight:900!important;
    letter-spacing:-.012em!important;
}
:where(.sr-global-style) .all-categories>svg:first-child {
width:21px!important;height:21px!important;stroke-width:2.2!important
}
:where(.sr-global-style) .all-categories .nav-caret {
width:18px!important;height:18px!important;margin-left:8px!important
}
:where(.sr-global-style) .category-links {
gap:38px!important;
    overflow:visible!important;
}
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
position:relative!important;
    padding:20px 0 19px!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:800!important;
    letter-spacing:-.012em!important;
    color:#26364b!important;
}
:where(.sr-global-style) .category-links>a:hover,
:where(.sr-global-style) .category-links>button:hover {
color:#ff5a1f!important
}
:where(.sr-global-style) .mega-menu {
top:100%!important;z-index:9999!important
}
}
:where(.sr-global-style) .signin-link {
display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
}
:where(.sr-global-style) .header-fa {
width:21px!important;
  height:21px!important;
  flex:0 0 21px!important;
  display:grid!important;
  place-items:center!important;
}
:where(.sr-global-style) .header-fa svg {
width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-global-style) .supplier-cta .header-fa {
color:#d64913!important
}
:where(.sr-global-style) .buyer-cta .header-fa {
color:#fff!important
}
:where(.sr-global-style) .buyer-cta {
position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border:2px solid transparent!important;
  background:transparent!important;
  box-shadow:0 9px 24px rgba(255,90,31,.22)!important;
}
:where(.sr-global-style) .buyer-cta::before {
content:"";
  position:absolute;
  z-index:-2;
  width:240%;
  aspect-ratio:1;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) rotate(0deg);
  background:conic-gradient(
    from 0deg,
    rgba(255,255,255,0) 0 31%,
    #ffd3bf 37%,
    #ffffff 42%,
    #ff9b6e 48%,
    rgba(255,255,255,0) 56% 100%
  );
  animation:sr-sr-global-style-shelrockQuoteOrbit 3.3s linear infinite;
}
:where(.sr-global-style) .buyer-cta::after {
content:"";
  position:absolute;
  z-index:-1;
  inset:2px;
  border-radius:8px;
  background:linear-gradient(110deg,var(--orange),#ff6a16);
}
:where(.sr-global-style) .buyer-cta:hover {
box-shadow:0 12px 28px rgba(255,90,31,.30)!important
}
@keyframes sr-sr-global-style-shelrockQuoteOrbit {
to {
transform:translate(-50%,-50%) rotate(360deg)
}
}
@media (prefers-reduced-motion:reduce) {
:where(.sr-global-style) .buyer-cta::before {
animation:none!important
}
}
@media (min-width:981px) {
:where(.sr-global-style) .market-header .brand-text strong {
font-size:28px!important;
    font-weight:950!important;
    letter-spacing:.015em!important;
    line-height:1!important;
}
:where(.sr-global-style) .market-header .brand-text small {
font-size:10px!important;
    margin-top:4px!important;
    font-weight:750!important;
}
:where(.sr-global-style) .market-header .brand-mark {
width:50px!important;
    height:50px!important;
}
:where(.sr-global-style) .signin-link {
font-size:15px!important;
    font-weight:850!important;
    gap:8px!important;
}
:where(.sr-global-style) .header-cta {
height:58px!important;
    min-width:164px!important;
    padding:0 17px!important;
    gap:10px!important;
}
:where(.sr-global-style) .header-cta b {
font-size:15.5px!important;font-weight:950!important
}
:where(.sr-global-style) .header-cta small {
font-size:11px!important;margin-top:4px!important
}
:where(.sr-global-style) .header-fa {
width:23px!important;height:23px!important;flex-basis:23px!important
}
:where(.sr-global-style) .header-fa svg {
width:22px!important;height:22px!important;stroke-width:2.45!important
}
:where(.sr-global-style) .category-nav-inner {
height:92px!important;
    justify-content:center!important;
    gap:48px!important;
    overflow:visible!important;
}
:where(.sr-global-style) .all-categories {
min-width:auto!important;
    height:auto!important;
    padding:0!important;
    background:transparent!important;
    border-radius:0!important;
    color:#163e72!important;
    font-size:35px!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
    line-height:1!important;
    box-shadow:none!important;
}
:where(.sr-global-style) .all-categories>svg:first-child {
width:27px!important;
    height:27px!important;
    stroke-width:2.15!important;
}
:where(.sr-global-style) .all-categories .nav-caret {
width:20px!important;
    height:20px!important;
    margin-left:2px!important;
}
:where(.sr-global-style) .category-links {
height:auto!important;
    gap:48px!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
}
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
height:auto!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#344f70!important;
    font-size:35px!important;
    font-weight:850!important;
    letter-spacing:-.035em!important;
    line-height:1!important;
}
:where(.sr-global-style) .category-links>a:hover,
:where(.sr-global-style) .category-links>button:hover,
:where(.sr-global-style) .all-categories:hover {
color:#1557d5!important;background:transparent!important
}
}
@media (max-width:980px) {

}
@media (min-width:981px) {
:where(.sr-global-style) .signin-link {
font-size:14px!important;
    gap:7px!important;
}
:where(.sr-global-style) .header-cta {
height:54px!important;
    min-width:160px!important;
    padding:0 15px!important;
    gap:8px!important;
}
:where(.sr-global-style) .header-cta b {
font-size:14.5px!important;
}
:where(.sr-global-style) .header-cta small {
font-size:10px!important;
    margin-top:3px!important;
}
:where(.sr-global-style) .header-fa {
width:20px!important;
    height:20px!important;
    flex-basis:20px!important;
}
:where(.sr-global-style) .header-fa svg {
width:19px!important;
    height:19px!important;
}
:where(.sr-global-style) .all-categories,
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
font-size:22px!important;
}
:where(.sr-global-style) .all-categories>svg:first-child {
width:23px!important;
    height:23px!important;
}
:where(.sr-global-style) .all-categories .nav-caret {
width:17px!important;
    height:17px!important;
}
}

/* shelrock-ai.css | sr-style */
:root:where(.sr-style) {
--shelrock-ai-bg:#fff;--shelrock-ai-line:rgba(15,23,42,.105);--shelrock-mobile-nav:64px
}
:where(.sr-style) .search-dock.shelrock-ai-dock {
--ai-width:min(calc(100% - 32px),980px);
  position:fixed;left:0;right:0;bottom:0;z-index:1440;padding:0 14px max(14px,env(safe-area-inset-bottom));pointer-events:none
}
:where(.sr-style) .shelrock-ai-backdrop {
position:fixed;inset:0;z-index:-1;opacity:0;pointer-events:none;background:rgba(10,17,30,.16);backdrop-filter:blur(2px);transition:opacity .24s ease
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
opacity:1;pointer-events:auto
}
:where(.sr-style) .global-search.shelrock-ai-inputbar {
width:var(--ai-width);min-height:66px;margin:0 auto;display:flex;align-items:center;padding:8px;
  border:1px solid rgba(15,23,42,.12);border-radius:24px;background:rgba(255,255,255,.97);
  box-shadow:0 16px 55px rgba(15,23,42,.15);backdrop-filter:blur(22px);pointer-events:auto
}
:where(.sr-style) .shelrock-ai-input-icon {
width:42px;flex:0 0 42px;text-align:center;color:#4169e1;font-size:17px
}
:where(.sr-style) .shelrock-ai-inputbar input {
flex:1;min-width:0;border:0;background:transparent;outline:0;padding:11px 5px;color:#101828;font:inherit;font-size:15px
}
:where(.sr-style) .shelrock-ai-inputbar button {
width:47px;height:47px;flex:0 0 47px;border:0;border-radius:16px;background:#101828;color:#fff;font-size:20px;cursor:pointer;transition:transform .16s ease,background .16s ease
}
:where(.sr-style) .shelrock-ai-inputbar button:hover {
transform:translateY(-1px);background:#4169e1
}
:where(.sr-style) .shelrock-ai-inputbar.is-thinking button {
opacity:.55;pointer-events:none
}
:where(.sr-style) .shelrock-ai-panel {
width:var(--ai-width);height:min(720px,calc(100dvh - 110px));min-height:360px;margin:0 auto 0;overflow:hidden;
  display:flex;flex-direction:column;border:1px solid var(--shelrock-ai-line);border-bottom:0;border-radius:26px 26px 0 0;
  background:var(--shelrock-ai-bg);box-shadow:0 -16px 64px rgba(15,23,42,.12);
  pointer-events:none;opacity:0;visibility:hidden;transform:translateY(22px) scale(.985);transform-origin:bottom center;
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.75,.2,1),visibility .22s
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0) scale(1)
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 26px 26px;border-color:var(--shelrock-ai-line);box-shadow:0 22px 64px rgba(15,23,42,.15),0 0 0 3px rgba(65,105,225,.035)
}
:where(.sr-style) .shelrock-ai-head {
flex:0 0 auto;min-height:62px;padding:12px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(15,23,42,.055);background:#fff
}
:where(.sr-style) .shelrock-ai-brandline {
display:flex;align-items:center;gap:11px;min-width:0
}
:where(.sr-style) .shelrock-ai-mark {
width:38px;height:38px;flex:0 0 38px;border-radius:13px;display:grid;place-items:center;background:#101828;color:#fff;font-size:17px;box-shadow:0 8px 22px rgba(16,24,40,.15)
}
:where(.sr-style) .shelrock-ai-brandline strong {
display:block;color:#101828;font-size:12px;line-height:1;font-weight:900;letter-spacing:.04em
}
:where(.sr-style) .shelrock-ai-brandline small {
margin-top:6px;display:flex;align-items:center;gap:6px;color:#667085;font-size:10.5px;font-weight:650
}
:where(.sr-style) .shelrock-ai-brandline small i {
width:6px;height:6px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 4px rgba(18,183,106,.11)
}
:where(.sr-style) .shelrock-ai-head-actions {
display:flex;align-items:center;gap:9px
}
:where(.sr-style) .shelrock-ai-progress {
display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(65,105,225,.12);border-radius:999px;background:#f5f7ff;color:#475467;font-size:9.5px;white-space:nowrap
}
:where(.sr-style) .shelrock-ai-progress b {
color:#4169e1;font-size:10.5px
}
:where(.sr-style) .shelrock-ai-close {
width:36px;height:36px;border:0;border-radius:12px;background:#f2f4f7;color:#475467;font-size:22px;line-height:1;cursor:pointer
}
:where(.sr-style) .shelrock-ai-close:hover {
background:#e9edf3;color:#101828
}
:where(.sr-style) .shelrock-ai-body {
flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:26px clamp(18px,4vw,42px) 30px;scroll-behavior:smooth;background:radial-gradient(circle at 50% -20%,rgba(65,105,225,.055),transparent 35%),#fff
}
:where(.sr-style) .shelrock-ai-body::-webkit-scrollbar {
width:7px
}
:where(.sr-style) .shelrock-ai-body::-webkit-scrollbar-thumb {
background:#d7dce5;border-radius:999px
}
:where(.sr-style) .shelrock-ai-welcome {
min-height:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px 18px
}
:where(.sr-style) .shelrock-ai-welcome h2 {
max-width:680px;margin:0 auto;color:#101828;font-size:clamp(31px,4vw,48px);line-height:1.02;letter-spacing:-.05em;font-weight:850
}
:where(.sr-style) .shelrock-ai-intro {
max-width:560px;margin:15px auto 0;color:#667085;font-size:13.5px;line-height:1.62
}
:where(.sr-style) .shelrock-ai-message {
width:100%;display:flex;margin:0 0 20px
}
:where(.sr-style) .shelrock-ai-message.user {
justify-content:flex-end
}
:where(.sr-style) .shelrock-ai-message.assistant {
justify-content:flex-start
}
:where(.sr-style) .shelrock-ai-bubble {
max-width:min(78%,650px);padding:13px 15px;border-radius:18px;font-size:13px;line-height:1.58;white-space:pre-wrap;word-break:break-word
}
:where(.sr-style) .shelrock-ai-message.user .shelrock-ai-bubble {
background:#f2f4f7;color:#182230;border-radius:18px 18px 5px 18px
}
:where(.sr-style) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:0;background:transparent;padding:4px 4px 4px 0;border-radius:0;color:#253044
}
:where(.sr-style) .shelrock-ai-assistant-wrap {
max-width:min(82%,680px)
}
:where(.sr-style) .shelrock-ai-assistant-label {
margin:0 0 7px;display:flex;align-items:center;gap:7px;color:#697386;font-size:8.5px;letter-spacing:.06em;font-weight:850
}
:where(.sr-style) .shelrock-ai-assistant-label i {
width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:#101828;color:#fff;font-style:normal;font-size:8px
}
:where(.sr-style) .shelrock-ai-typing {
display:inline-flex;align-items:center;gap:5px;min-width:56px
}
:where(.sr-style) .shelrock-ai-typing i {
width:6px;height:6px;border-radius:50%;background:#98a2b3;animation:sr-sr-style-shelrockAiTyping 1.1s infinite ease-in-out
}
:where(.sr-style) .shelrock-ai-typing i:nth-child(2) {
animation-delay:.12s
}
:where(.sr-style) .shelrock-ai-typing i:nth-child(3) {
animation-delay:.24s
}
:where(.sr-style) .shelrock-ai-status {
flex:0 0 auto;margin:0 18px 9px;padding:10px 12px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:10px;line-height:1.45
}
:where(.sr-style) .shelrock-ai-bubble strong {
font-weight:760
}
:where(.sr-style) .shelrock-ai-inline-list {
margin:8px 0 2px 18px;padding:0
}
:where(.sr-style) .shelrock-ai-inline-list li {
margin:5px 0;padding-left:2px
}
:where(.sr-style) .shelrock-ai-gap {
height:7px
}
:where(.sr-style) body.shelrock-ai-open {
overflow:hidden
}
@keyframes sr-sr-style-shelrockAiTyping {
0%,70%,100% {
transform:translateY(0);opacity:.45
}
35% {
transform:translateY(-3px);opacity:1
}
}
:where(.sr-style) .shelrock-ai-message-action .shelrock-ai-assistant-wrap,
:where(.sr-style) .shelrock-ai-message-link .shelrock-ai-assistant-wrap {
width:min(88%,720px)
}
:where(.sr-style) .shelrock-ai-action-card {
width:100%;overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.08)
}
:where(.sr-style) .shelrock-ai-action-head {
padding:15px 16px 13px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fff,#fbfcff)
}
:where(.sr-style) .shelrock-ai-action-head small {
display:block;margin-bottom:4px;color:#155bd7;font-size:8px;font-weight:900;letter-spacing:.09em
}
:where(.sr-style) .shelrock-ai-action-head b {
display:block;color:#172033;font-size:14px;line-height:1.3
}
:where(.sr-style) .shelrock-ai-action-summary {
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:4px 16px 7px
}
:where(.sr-style) .shelrock-ai-action-summary-row {
min-width:0;padding:10px 12px 9px 0;border-bottom:1px solid #f0f3f7
}
:where(.sr-style) .shelrock-ai-action-summary-row small {
display:block;margin-bottom:3px;color:#8a96a8;font-size:7px;font-weight:900;letter-spacing:.08em
}
:where(.sr-style) .shelrock-ai-action-summary-row b {
display:block;overflow:hidden;color:#25324a;font-size:10.5px;line-height:1.35;text-overflow:ellipsis
}
:where(.sr-style) .shelrock-ai-action-controls {
padding:13px 16px 16px
}
:where(.sr-style) .shelrock-ai-secure-field {
display:block;margin-bottom:9px
}
:where(.sr-style) .shelrock-ai-secure-field span {
display:block;margin:0 0 5px;color:#58657a;font-size:8px;font-weight:850
}
:where(.sr-style) .shelrock-ai-secure-field input {
width:100%;height:39px;padding:0 11px;border:1px solid #dce3ed;border-radius:10px;background:#fff;color:#172033;font:inherit;font-size:11px;outline:none
}
:where(.sr-style) .shelrock-ai-secure-field input:focus {
border-color:#155bd7;box-shadow:0 0 0 3px rgba(21,91,215,.08)
}
:where(.sr-style) .shelrock-ai-action-submit {
width:100%;min-height:41px;margin-top:3px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;background:#155bd7;color:#fff;font-size:10.5px;font-weight:900;cursor:pointer
}
:where(.sr-style) .shelrock-ai-action-submit:disabled {
opacity:.62;cursor:wait
}
:where(.sr-style) .shelrock-ai-action-submit i {
font-style:normal;font-size:14px
}
:where(.sr-style) .shelrock-ai-security-note {
display:block;margin-top:8px;color:#8a96a8;font-size:7.8px;line-height:1.45;text-align:center
}
:where(.sr-style) .shelrock-ai-action-status {
min-height:0;padding:0 16px 13px;color:#b42318;font-size:9px;font-weight:750;line-height:1.4
}
:where(.sr-style) .shelrock-ai-action-status:empty {
display:none
}
:where(.sr-style) .shelrock-ai-action-status.is-success {
padding-top:12px;color:#087443;border-top:1px solid #edf1f6;background:#f6fffa
}
:where(.sr-style) .shelrock-ai-action-status.is-error a {
color:#155bd7;text-decoration:none;font-weight:900
}
:where(.sr-style) .shelrock-ai-action-card.is-complete {
border-color:#b7e3cd
}
:where(.sr-style) .shelrock-ai-page-suggestion {
width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid rgba(21,91,215,.14);border-radius:14px;background:#f8fbff;color:#172033;text-decoration:none
}
:where(.sr-style) .shelrock-ai-page-suggestion small {
display:block;margin-bottom:3px;color:#155bd7;font-size:7px;font-weight:900;letter-spacing:.08em
}
:where(.sr-style) .shelrock-ai-page-suggestion b {
display:block;overflow:hidden;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap
}
:where(.sr-style) .shelrock-ai-page-suggestion em {
flex:0 0 auto;color:#155bd7;font-style:normal;font-size:15px
}
@media(max-width:900px) {
:where(.sr-style) .search-dock.shelrock-ai-dock {
bottom:calc(var(--shelrock-mobile-nav) + env(safe-area-inset-bottom));padding:0 7px 7px
}
:where(.sr-style) .global-search.shelrock-ai-inputbar {
width:100%;max-width:720px;min-height:54px;height:54px;padding:5px;border-radius:17px;box-shadow:0 10px 32px rgba(15,23,42,.13)
}
:where(.sr-style) .shelrock-ai-input-icon {
width:34px;flex-basis:34px;font-size:14px
}
:where(.sr-style) .shelrock-ai-inputbar input {
font-size:14px
}
:where(.sr-style) .shelrock-ai-inputbar button {
width:42px;height:42px;flex-basis:42px;border-radius:13px
}
:where(.sr-style) .shelrock-ai-panel {
position:fixed;z-index:1445;left:7px;right:7px;top:max(7px,env(safe-area-inset-top));bottom:calc(var(--shelrock-mobile-nav) + 61px + env(safe-area-inset-bottom));width:auto;height:auto;min-height:0;margin:0;border-radius:20px 20px 0 0;transform:translateY(18px)
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
transform:translateY(0)
}
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 17px 17px
}
:where(.sr-style) .shelrock-ai-head {
min-height:58px;padding:10px 12px 10px 14px
}
:where(.sr-style) .shelrock-ai-progress span {
display:none
}
:where(.sr-style) .shelrock-ai-body {
padding:20px 17px 24px
}
:where(.sr-style) .shelrock-ai-welcome {
padding:34px 12px
}
:where(.sr-style) .shelrock-ai-welcome h2 {
font-size:clamp(30px,9vw,39px)
}
:where(.sr-style) .shelrock-ai-intro {
font-size:12.5px
}
:where(.sr-style) .shelrock-ai-bubble {
max-width:88%;font-size:12.5px
}
:where(.sr-style) .shelrock-ai-assistant-wrap {
max-width:92%
}
:where(.sr-style) body {
padding-bottom:118px!important
}
}
@media(max-width:520px) {
:where(.sr-style) .shelrock-ai-head-actions {
gap:5px
}
:where(.sr-style) .shelrock-ai-progress {
padding:7px 8px
}
:where(.sr-style) .shelrock-ai-brandline small {
font-size:9px
}
:where(.sr-style) .shelrock-ai-welcome h2 {
font-size:31px
}
:where(.sr-style) .shelrock-ai-message-action .shelrock-ai-assistant-wrap,
:where(.sr-style) .shelrock-ai-message-link .shelrock-ai-assistant-wrap {
width:94%;max-width:94%
}
:where(.sr-style) .shelrock-ai-action-summary {
grid-template-columns:1fr
}
:where(.sr-style) .shelrock-ai-secure-field input {
height:42px;font-size:12px
}
:where(.sr-style) .shelrock-ai-action-submit {
min-height:44px;font-size:11px
}
}
@media(prefers-reduced-motion:reduce) {
:where(.sr-style) .shelrock-ai-panel,
:where(.sr-style) .shelrock-ai-backdrop,
:where(.sr-style) .shelrock-ai-inputbar button {
transition:none!important
}
:where(.sr-style) .shelrock-ai-typing i {
animation:none!important
}
}

/* shelrock-ai.css | sr-global-style */
:root:where(.sr-global-style) {
--shelrock-ai-bg:#fff;--shelrock-ai-line:rgba(15,23,42,.105);--shelrock-mobile-nav:64px
}
:where(.sr-global-style) .search-dock.shelrock-ai-dock {
--ai-width:min(calc(100% - 32px),980px);
  position:fixed;left:0;right:0;bottom:0;z-index:1440;padding:0 14px max(14px,env(safe-area-inset-bottom));pointer-events:none
}
:where(.sr-global-style) .shelrock-ai-backdrop {
position:fixed;inset:0;z-index:-1;opacity:0;pointer-events:none;background:rgba(10,17,30,.16);backdrop-filter:blur(2px);transition:opacity .24s ease
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-backdrop {
opacity:1;pointer-events:auto
}
:where(.sr-global-style) .global-search.shelrock-ai-inputbar {
width:var(--ai-width);min-height:66px;margin:0 auto;display:flex;align-items:center;padding:8px;
  border:1px solid rgba(15,23,42,.12);border-radius:24px;background:rgba(255,255,255,.97);
  box-shadow:0 16px 55px rgba(15,23,42,.15);backdrop-filter:blur(22px);pointer-events:auto
}
:where(.sr-global-style) .shelrock-ai-input-icon {
width:42px;flex:0 0 42px;text-align:center;color:#4169e1;font-size:17px
}
:where(.sr-global-style) .shelrock-ai-inputbar input {
flex:1;min-width:0;border:0;background:transparent;outline:0;padding:11px 5px;color:#101828;font:inherit;font-size:15px
}
:where(.sr-global-style) .shelrock-ai-inputbar button {
width:47px;height:47px;flex:0 0 47px;border:0;border-radius:16px;background:#101828;color:#fff;font-size:20px;cursor:pointer;transition:transform .16s ease,background .16s ease
}
:where(.sr-global-style) .shelrock-ai-inputbar button:hover {
transform:translateY(-1px);background:#4169e1
}
:where(.sr-global-style) .shelrock-ai-inputbar.is-thinking button {
opacity:.55;pointer-events:none
}
:where(.sr-global-style) .shelrock-ai-panel {
width:var(--ai-width);height:min(720px,calc(100dvh - 110px));min-height:360px;margin:0 auto 0;overflow:hidden;
  display:flex;flex-direction:column;border:1px solid var(--shelrock-ai-line);border-bottom:0;border-radius:26px 26px 0 0;
  background:var(--shelrock-ai-bg);box-shadow:0 -16px 64px rgba(15,23,42,.12);
  pointer-events:none;opacity:0;visibility:hidden;transform:translateY(22px) scale(.985);transform-origin:bottom center;
  transition:opacity .22s ease,transform .28s cubic-bezier(.2,.75,.2,1),visibility .22s
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0) scale(1)
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 26px 26px;border-color:var(--shelrock-ai-line);box-shadow:0 22px 64px rgba(15,23,42,.15),0 0 0 3px rgba(65,105,225,.035)
}
:where(.sr-global-style) .shelrock-ai-head {
flex:0 0 auto;min-height:62px;padding:12px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(15,23,42,.055);background:#fff
}
:where(.sr-global-style) .shelrock-ai-brandline {
display:flex;align-items:center;gap:11px;min-width:0
}
:where(.sr-global-style) .shelrock-ai-mark {
width:38px;height:38px;flex:0 0 38px;border-radius:13px;display:grid;place-items:center;background:#101828;color:#fff;font-size:17px;box-shadow:0 8px 22px rgba(16,24,40,.15)
}
:where(.sr-global-style) .shelrock-ai-brandline strong {
display:block;color:#101828;font-size:12px;line-height:1;font-weight:900;letter-spacing:.04em
}
:where(.sr-global-style) .shelrock-ai-brandline small {
margin-top:6px;display:flex;align-items:center;gap:6px;color:#667085;font-size:10.5px;font-weight:650
}
:where(.sr-global-style) .shelrock-ai-brandline small i {
width:6px;height:6px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 4px rgba(18,183,106,.11)
}
:where(.sr-global-style) .shelrock-ai-head-actions {
display:flex;align-items:center;gap:9px
}
:where(.sr-global-style) .shelrock-ai-progress {
display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(65,105,225,.12);border-radius:999px;background:#f5f7ff;color:#475467;font-size:9.5px;white-space:nowrap
}
:where(.sr-global-style) .shelrock-ai-progress b {
color:#4169e1;font-size:10.5px
}
:where(.sr-global-style) .shelrock-ai-close {
width:36px;height:36px;border:0;border-radius:12px;background:#f2f4f7;color:#475467;font-size:22px;line-height:1;cursor:pointer
}
:where(.sr-global-style) .shelrock-ai-close:hover {
background:#e9edf3;color:#101828
}
:where(.sr-global-style) .shelrock-ai-body {
flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:26px clamp(18px,4vw,42px) 30px;scroll-behavior:smooth;background:radial-gradient(circle at 50% -20%,rgba(65,105,225,.055),transparent 35%),#fff
}
:where(.sr-global-style) .shelrock-ai-body::-webkit-scrollbar {
width:7px
}
:where(.sr-global-style) .shelrock-ai-body::-webkit-scrollbar-thumb {
background:#d7dce5;border-radius:999px
}
:where(.sr-global-style) .shelrock-ai-welcome {
min-height:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:42px 18px
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
max-width:680px;margin:0 auto;color:#101828;font-size:clamp(31px,4vw,48px);line-height:1.02;letter-spacing:-.05em;font-weight:850
}
:where(.sr-global-style) .shelrock-ai-intro {
max-width:560px;margin:15px auto 0;color:#667085;font-size:13.5px;line-height:1.62
}
:where(.sr-global-style) .shelrock-ai-message {
width:100%;display:flex;margin:0 0 20px
}
:where(.sr-global-style) .shelrock-ai-message.user {
justify-content:flex-end
}
:where(.sr-global-style) .shelrock-ai-message.assistant {
justify-content:flex-start
}
:where(.sr-global-style) .shelrock-ai-bubble {
max-width:min(78%,650px);padding:13px 15px;border-radius:18px;font-size:13px;line-height:1.58;white-space:pre-wrap;word-break:break-word
}
:where(.sr-global-style) .shelrock-ai-message.user .shelrock-ai-bubble {
background:#f2f4f7;color:#182230;border-radius:18px 18px 5px 18px
}
:where(.sr-global-style) .shelrock-ai-message.assistant .shelrock-ai-bubble {
border:0;background:transparent;padding:4px 4px 4px 0;border-radius:0;color:#253044
}
:where(.sr-global-style) .shelrock-ai-assistant-wrap {
max-width:min(82%,680px)
}
:where(.sr-global-style) .shelrock-ai-assistant-label {
margin:0 0 7px;display:flex;align-items:center;gap:7px;color:#697386;font-size:8.5px;letter-spacing:.06em;font-weight:850
}
:where(.sr-global-style) .shelrock-ai-assistant-label i {
width:18px;height:18px;display:grid;place-items:center;border-radius:6px;background:#101828;color:#fff;font-style:normal;font-size:8px
}
:where(.sr-global-style) .shelrock-ai-typing {
display:inline-flex;align-items:center;gap:5px;min-width:56px
}
:where(.sr-global-style) .shelrock-ai-typing i {
width:6px;height:6px;border-radius:50%;background:#98a2b3;animation:sr-sr-global-style-shelrockAiTyping 1.1s infinite ease-in-out
}
:where(.sr-global-style) .shelrock-ai-typing i:nth-child(2) {
animation-delay:.12s
}
:where(.sr-global-style) .shelrock-ai-typing i:nth-child(3) {
animation-delay:.24s
}
:where(.sr-global-style) .shelrock-ai-status {
flex:0 0 auto;margin:0 18px 9px;padding:10px 12px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:10px;line-height:1.45
}
:where(.sr-global-style) .shelrock-ai-bubble strong {
font-weight:760
}
:where(.sr-global-style) .shelrock-ai-inline-list {
margin:8px 0 2px 18px;padding:0
}
:where(.sr-global-style) .shelrock-ai-inline-list li {
margin:5px 0;padding-left:2px
}
:where(.sr-global-style) .shelrock-ai-gap {
height:7px
}
:where(.sr-global-style) body.shelrock-ai-open {
overflow:hidden
}
@keyframes sr-sr-global-style-shelrockAiTyping {
0%,70%,100% {
transform:translateY(0);opacity:.45
}
35% {
transform:translateY(-3px);opacity:1
}
}
:where(.sr-global-style) .shelrock-ai-message-action .shelrock-ai-assistant-wrap,
:where(.sr-global-style) .shelrock-ai-message-link .shelrock-ai-assistant-wrap {
width:min(88%,720px)
}
:where(.sr-global-style) .shelrock-ai-action-card {
width:100%;overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.08)
}
:where(.sr-global-style) .shelrock-ai-action-head {
padding:15px 16px 13px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fff,#fbfcff)
}
:where(.sr-global-style) .shelrock-ai-action-head small {
display:block;margin-bottom:4px;color:#155bd7;font-size:8px;font-weight:900;letter-spacing:.09em
}
:where(.sr-global-style) .shelrock-ai-action-head b {
display:block;color:#172033;font-size:14px;line-height:1.3
}
:where(.sr-global-style) .shelrock-ai-action-summary {
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:4px 16px 7px
}
:where(.sr-global-style) .shelrock-ai-action-summary-row {
min-width:0;padding:10px 12px 9px 0;border-bottom:1px solid #f0f3f7
}
:where(.sr-global-style) .shelrock-ai-action-summary-row small {
display:block;margin-bottom:3px;color:#8a96a8;font-size:7px;font-weight:900;letter-spacing:.08em
}
:where(.sr-global-style) .shelrock-ai-action-summary-row b {
display:block;overflow:hidden;color:#25324a;font-size:10.5px;line-height:1.35;text-overflow:ellipsis
}
:where(.sr-global-style) .shelrock-ai-action-controls {
padding:13px 16px 16px
}
:where(.sr-global-style) .shelrock-ai-secure-field {
display:block;margin-bottom:9px
}
:where(.sr-global-style) .shelrock-ai-secure-field span {
display:block;margin:0 0 5px;color:#58657a;font-size:8px;font-weight:850
}
:where(.sr-global-style) .shelrock-ai-secure-field input {
width:100%;height:39px;padding:0 11px;border:1px solid #dce3ed;border-radius:10px;background:#fff;color:#172033;font:inherit;font-size:11px;outline:none
}
:where(.sr-global-style) .shelrock-ai-secure-field input:focus {
border-color:#155bd7;box-shadow:0 0 0 3px rgba(21,91,215,.08)
}
:where(.sr-global-style) .shelrock-ai-action-submit {
width:100%;min-height:41px;margin-top:3px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;background:#155bd7;color:#fff;font-size:10.5px;font-weight:900;cursor:pointer
}
:where(.sr-global-style) .shelrock-ai-action-submit:disabled {
opacity:.62;cursor:wait
}
:where(.sr-global-style) .shelrock-ai-action-submit i {
font-style:normal;font-size:14px
}
:where(.sr-global-style) .shelrock-ai-security-note {
display:block;margin-top:8px;color:#8a96a8;font-size:7.8px;line-height:1.45;text-align:center
}
:where(.sr-global-style) .shelrock-ai-action-status {
min-height:0;padding:0 16px 13px;color:#b42318;font-size:9px;font-weight:750;line-height:1.4
}
:where(.sr-global-style) .shelrock-ai-action-status:empty {
display:none
}
:where(.sr-global-style) .shelrock-ai-action-status.is-success {
padding-top:12px;color:#087443;border-top:1px solid #edf1f6;background:#f6fffa
}
:where(.sr-global-style) .shelrock-ai-action-status.is-error a {
color:#155bd7;text-decoration:none;font-weight:900
}
:where(.sr-global-style) .shelrock-ai-action-card.is-complete {
border-color:#b7e3cd
}
:where(.sr-global-style) .shelrock-ai-page-suggestion {
width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid rgba(21,91,215,.14);border-radius:14px;background:#f8fbff;color:#172033;text-decoration:none
}
:where(.sr-global-style) .shelrock-ai-page-suggestion small {
display:block;margin-bottom:3px;color:#155bd7;font-size:7px;font-weight:900;letter-spacing:.08em
}
:where(.sr-global-style) .shelrock-ai-page-suggestion b {
display:block;overflow:hidden;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap
}
:where(.sr-global-style) .shelrock-ai-page-suggestion em {
flex:0 0 auto;color:#155bd7;font-style:normal;font-size:15px
}
@media(max-width:900px) {
:where(.sr-global-style) .search-dock.shelrock-ai-dock {
bottom:calc(var(--shelrock-mobile-nav) + env(safe-area-inset-bottom));padding:0 7px 7px
}
:where(.sr-global-style) .global-search.shelrock-ai-inputbar {
width:100%;max-width:720px;min-height:54px;height:54px;padding:5px;border-radius:17px;box-shadow:0 10px 32px rgba(15,23,42,.13)
}
:where(.sr-global-style) .shelrock-ai-input-icon {
width:34px;flex-basis:34px;font-size:14px
}
:where(.sr-global-style) .shelrock-ai-inputbar input {
font-size:14px
}
:where(.sr-global-style) .shelrock-ai-inputbar button {
width:42px;height:42px;flex-basis:42px;border-radius:13px
}
:where(.sr-global-style) .shelrock-ai-panel {
position:fixed;z-index:1445;left:7px;right:7px;top:max(7px,env(safe-area-inset-top));bottom:calc(var(--shelrock-mobile-nav) + 61px + env(safe-area-inset-bottom));width:auto;height:auto;min-height:0;margin:0;border-radius:20px 20px 0 0;transform:translateY(18px)
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
transform:translateY(0)
}
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-inputbar {
border-radius:0 0 17px 17px
}
:where(.sr-global-style) .shelrock-ai-head {
min-height:58px;padding:10px 12px 10px 14px
}
:where(.sr-global-style) .shelrock-ai-progress span {
display:none
}
:where(.sr-global-style) .shelrock-ai-body {
padding:20px 17px 24px
}
:where(.sr-global-style) .shelrock-ai-welcome {
padding:34px 12px
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
font-size:clamp(30px,9vw,39px)
}
:where(.sr-global-style) .shelrock-ai-intro {
font-size:12.5px
}
:where(.sr-global-style) .shelrock-ai-bubble {
max-width:88%;font-size:12.5px
}
:where(.sr-global-style) .shelrock-ai-assistant-wrap {
max-width:92%
}
:where(.sr-global-style) body {
padding-bottom:118px!important
}
}
@media(max-width:520px) {
:where(.sr-global-style) .shelrock-ai-head-actions {
gap:5px
}
:where(.sr-global-style) .shelrock-ai-progress {
padding:7px 8px
}
:where(.sr-global-style) .shelrock-ai-brandline small {
font-size:9px
}
:where(.sr-global-style) .shelrock-ai-welcome h2 {
font-size:31px
}
:where(.sr-global-style) .shelrock-ai-message-action .shelrock-ai-assistant-wrap,
:where(.sr-global-style) .shelrock-ai-message-link .shelrock-ai-assistant-wrap {
width:94%;max-width:94%
}
:where(.sr-global-style) .shelrock-ai-action-summary {
grid-template-columns:1fr
}
:where(.sr-global-style) .shelrock-ai-secure-field input {
height:42px;font-size:12px
}
:where(.sr-global-style) .shelrock-ai-action-submit {
min-height:44px;font-size:11px
}
}
@media(prefers-reduced-motion:reduce) {
:where(.sr-global-style) .shelrock-ai-panel,
:where(.sr-global-style) .shelrock-ai-backdrop,
:where(.sr-global-style) .shelrock-ai-inputbar button {
transition:none!important
}
:where(.sr-global-style) .shelrock-ai-typing i {
animation:none!important
}
}

/* shelrock-ai-v2.css | sr-style, sr-ai-actions, sr-global-style */
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-message-action .shelrock-ai-assistant-wrap,
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-message-link .shelrock-ai-assistant-wrap {
width:min(88%,720px)
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-card {
width:100%;overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:18px;
  background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.08)
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-head {
padding:15px 16px 13px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-head small {
display:block;margin-bottom:4px;color:#155bd7;font-size:8px;font-weight:900;letter-spacing:.09em
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-head b {
display:block;color:#172033;font-size:14px;line-height:1.3
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-summary {
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:4px 16px 7px
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-summary-row {
min-width:0;padding:10px 12px 9px 0;border-bottom:1px solid #f0f3f7
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-summary-row small {
display:block;margin-bottom:3px;color:#8a96a8;font-size:7px;font-weight:900;letter-spacing:.08em
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-summary-row b {
display:block;overflow:hidden;color:#25324a;font-size:10.5px;line-height:1.35;text-overflow:ellipsis
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-controls {
padding:13px 16px 16px
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-secure-field {
display:block;margin-bottom:9px
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-secure-field span {
display:block;margin:0 0 5px;color:#58657a;font-size:8px;font-weight:850;letter-spacing:.02em
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-secure-field input {
width:100%;height:39px;padding:0 11px;border:1px solid #dce3ed;border-radius:10px;background:#fff;
  color:#172033;font:inherit;font-size:11px;outline:none;transition:border-color .15s ease,box-shadow .15s ease
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-secure-field input:focus {
border-color:#155bd7;box-shadow:0 0 0 3px rgba(21,91,215,.08)
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-submit {
width:100%;min-height:41px;margin-top:3px;display:flex;align-items:center;justify-content:center;gap:9px;
  border:0;border-radius:10px;background:#155bd7;color:#fff;font-size:10.5px;font-weight:900;cursor:pointer
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-submit:hover {
filter:brightness(.96)
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-submit:disabled {
opacity:.62;cursor:wait
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-submit i {
font-style:normal;font-size:14px
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-security-note {
display:block;margin-top:8px;color:#8a96a8;font-size:7.8px;line-height:1.45;text-align:center
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-status {
min-height:0;padding:0 16px 13px;color:#b42318;font-size:9px;font-weight:750;line-height:1.4
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-status:empty {
display:none
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-status.is-success {
padding-top:12px;color:#087443;border-top:1px solid #edf1f6;background:#f6fffa
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-status.is-error a {
color:#155bd7;text-decoration:none;font-weight:900
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-card.is-complete {
border-color:#b7e3cd
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-page-suggestion {
width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;
  border:1px solid rgba(21,91,215,.14);border-radius:14px;background:#f8fbff;color:#172033;text-decoration:none
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-page-suggestion span {
min-width:0
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-page-suggestion small {
display:block;margin-bottom:3px;color:#155bd7;font-size:7px;font-weight:900;letter-spacing:.08em
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-page-suggestion b {
display:block;overflow:hidden;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-page-suggestion em {
flex:0 0 auto;color:#155bd7;font-style:normal;font-size:15px
}
@media(max-width:640px) {
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-message-action .shelrock-ai-assistant-wrap,
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-message-link .shelrock-ai-assistant-wrap {
width:94%;max-width:94%
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-summary {
grid-template-columns:1fr
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-summary-row {
padding-right:0
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-secure-field input {
height:42px;font-size:12px
}
:where(.sr-style,.sr-ai-actions,.sr-global-style) .shelrock-ai-action-submit {
min-height:44px;font-size:11px
}
}

/* shared-final-shell | sr-style */
@media (min-width:981px) {
:where(.sr-style) .category-nav-inner {
height:64px!important;
}
}
@media (min-width:981px) {
:where(.sr-style) .category-nav-inner,
:where(.sr-style) .all-categories,
:where(.sr-style) .category-links {
height:46px!important;
}
:where(.sr-style) .category-links>a,
:where(.sr-style) .category-links>button {
height:46px!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
}
}
@media (max-width:900px) {
:where(.sr-style) .search-dock.shelrock-ai-dock {
bottom:calc(var(--mobile-nav-h,52px) + env(safe-area-inset-bottom) + 10px)!important;
    padding:0 7px 0!important;
}
:where(.sr-style) .shelrock-ai-panel,
:where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
bottom:calc(var(--mobile-nav-h,52px) + var(--mobile-search-h,48px) + env(safe-area-inset-bottom) + 10px)!important;
}
:where(.sr-style) body {
padding-bottom:124px!important;
}
}
:where(.sr-style) .home-single-route .hv-a {
animation:sr-sr-style-homeExactDockShipment 14.4s linear infinite!important;
  animation-delay:0s!important;
}
:where(.sr-style) .home-single-route .hv-b {
animation:sr-sr-style-homeExactDockShipment 14.4s linear infinite!important;
  animation-delay:4.8s!important;
}
:where(.sr-style) .home-single-route .hv-c {
animation:sr-sr-style-homeExactDockShipment 14.4s linear infinite!important;
  animation-delay:9.6s!important;
}
@keyframes sr-sr-style-homeExactDockShipment {
0% {
left:-100px;opacity:0;transform:scale(.9)
}
3% {
opacity:1
}
78% {
left:calc(100% - 10px);opacity:1;transform:scale(.78)
}
88% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
88.01%,100% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
}
@media (min-width:981px) {
:where(.sr-style) .category-nav-inner {
height:auto!important;
    min-height:0!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
}
:where(.sr-style) .all-categories,
:where(.sr-style) .category-links {
height:46px!important;
}
}

/* shared-final-shell | sr-global-style */
@media (min-width:981px) {
:where(.sr-global-style) .category-nav-inner {
height:64px!important;
}
}
@media (min-width:981px) {
:where(.sr-global-style) .category-nav-inner,
:where(.sr-global-style) .all-categories,
:where(.sr-global-style) .category-links {
height:46px!important;
}
:where(.sr-global-style) .category-links>a,
:where(.sr-global-style) .category-links>button {
height:46px!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
}
}
@media (max-width:900px) {
:where(.sr-global-style) .search-dock.shelrock-ai-dock {
bottom:calc(var(--mobile-nav-h,52px) + env(safe-area-inset-bottom) + 10px)!important;
    padding:0 7px 0!important;
}
:where(.sr-global-style) .shelrock-ai-panel,
:where(.sr-global-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
bottom:calc(var(--mobile-nav-h,52px) + var(--mobile-search-h,48px) + env(safe-area-inset-bottom) + 10px)!important;
}
:where(.sr-global-style) body {
padding-bottom:124px!important;
}
}
:where(.sr-global-style) .home-single-route .hv-a {
animation:sr-sr-global-style-homeExactDockShipment 14.4s linear infinite!important;
  animation-delay:0s!important;
}
:where(.sr-global-style) .home-single-route .hv-b {
animation:sr-sr-global-style-homeExactDockShipment 14.4s linear infinite!important;
  animation-delay:4.8s!important;
}
:where(.sr-global-style) .home-single-route .hv-c {
animation:sr-sr-global-style-homeExactDockShipment 14.4s linear infinite!important;
  animation-delay:9.6s!important;
}
@keyframes sr-sr-global-style-homeExactDockShipment {
0% {
left:-100px;opacity:0;transform:scale(.9)
}
3% {
opacity:1
}
78% {
left:calc(100% - 10px);opacity:1;transform:scale(.78)
}
88% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
88.01%,100% {
left:calc(100% + 32px);opacity:0;transform:scale(.7)
}
}
@media (min-width:981px) {
:where(.sr-global-style) .category-nav-inner {
height:auto!important;
    min-height:0!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
}
:where(.sr-global-style) .all-categories,
:where(.sr-global-style) .category-links {
height:46px!important;
}
}
/* Preserve the original category section centering after the public-page split. */
:where([data-sr-page="home"]) .category-showcase > .shell { margin-inline: auto !important; }

/* SHELROCK | Category bar buyer-intelligence CTA */
@media (min-width:1021px) {
  :where(.sr-style) .category-links > .buyer-intelligence-nav {
    margin-left:auto !important;
    min-height:38px !important;
    padding:0 15px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    border:1px solid #d8e2ee !important;
    border-bottom:1px solid #d8e2ee !important;
    border-radius:10px !important;
    background:#f7faff !important;
    color:#17375f !important;
    font-size:14px !important;
    font-weight:850 !important;
    line-height:1 !important;
    white-space:nowrap !important;
    box-shadow:0 4px 12px rgba(23,55,95,.06) !important;
    transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease !important;
  }
  :where(.sr-style) .category-links > .buyer-intelligence-nav:hover {
    background:#eef5ff !important;
    color:#1557d5 !important;
    border-color:#c8d8ee !important;
    border-bottom-color:#c8d8ee !important;
    transform:translateY(-1px);
  }
  :where(.sr-style) .category-links > .buyer-intelligence-nav span {
    font-size:16px;
    line-height:1;
  }
}


/* SHELROCK | Category bar compact typography + inline Find Buyers CTA */
@media (min-width:1021px) {
  :where(.sr-style) .category-nav .all-categories,
  :where(.sr-style) .category-nav .category-links > a,
  :where(.sr-style) .category-nav .category-links > button {
    font-size:12px !important;
  }

  :where(.sr-style) .category-links {
    justify-content:flex-start !important;
    gap:18px !important;
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav {
    margin-left:2px !important;
    min-height:34px !important;
    padding:0 13px !important;
    border:1px solid #cfd9e7 !important;
    border-bottom:1px solid #cfd9e7 !important;
    border-radius:999px !important;
    background:#162d4f !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:800 !important;
    box-shadow:0 4px 12px rgba(22,45,79,.12) !important;
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav:hover {
    background:#21426f !important;
    color:#fff !important;
    border-color:#21426f !important;
    border-bottom-color:#21426f !important;
    transform:translateY(-1px);
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav span {
    font-size:13px !important;
  }
}

/* SHELROCK | Category bar typography 22px */
@media (min-width:1021px) {
  :where(.sr-style) .category-nav .all-categories,
  :where(.sr-style) .category-nav .category-links > a:not(.buyer-intelligence-nav),
  :where(.sr-style) .category-nav .category-links > button {
    font-size:22px !important;
    line-height:1.15 !important;
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav {
    font-size:21px !important;
    font-weight:800 !important;
    padding:0 16px !important;
    min-height:38px !important;
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav span {
    font-size:18px !important;
  }
}

/* SHELROCK | Category bar final sizing + light dashed Find Buyers CTA */
@media (min-width:1021px) {
  :where(.sr-style) .category-nav .all-categories,
  :where(.sr-style) .category-nav .category-links > a:not(.buyer-intelligence-nav),
  :where(.sr-style) .category-nav .category-links > button {
    font-size:18px !important;
    line-height:1.15 !important;
  }

  :where(.sr-style) .category-links {
    align-items:center !important;
    gap:18px !important;
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav {
    margin-left:2px !important;
    min-height:36px !important;
    padding:0 14px !important;
    border:1.5px dashed #8fb2df !important;
    border-bottom:1.5px dashed #8fb2df !important;
    border-radius:999px !important;
    background:#f4f8ff !important;
    color:#1f568f !important;
    font-size:17px !important;
    font-weight:800 !important;
    line-height:1 !important;
    box-shadow:0 4px 12px rgba(31,86,143,.07) !important;
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav:hover {
    background:#eaf3ff !important;
    color:#164a82 !important;
    border-color:#6f9ed9 !important;
    border-bottom-color:#6f9ed9 !important;
    transform:translateY(-1px);
  }

  :where(.sr-style) .category-links > .buyer-intelligence-nav span {
    font-size:15px !important;
  }
}


/* =========================================================
   SHELROCK | How Shelrock Works — enterprise clarity v2
   Scoped to #how-it-works to avoid affecting other sections.
   ========================================================= */
:where(.sr-style) #how-it-works .a2a-enterprise-v2 {
  grid-template-columns:minmax(0,.82fr) minmax(640px,1.18fr)!important;
  gap:28px!important;
  align-items:center!important;
}
:where(.sr-style) #how-it-works .a2a-copy {
  max-width:480px!important;
}
:where(.sr-style) #how-it-works .a2a-copy>p {
  max-width:455px!important;
  margin:16px 0 0!important;
  color:#617085!important;
  font-size:15px!important;
  line-height:1.65!important;
}
:where(.sr-style) #how-it-works .a2a-copy-stats {
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-top:23px!important;
}
:where(.sr-style) #how-it-works .a2a-copy-stats span {
  min-width:0!important;
  padding:12px 10px!important;
  border:1px solid #e1e7ef!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 5px 16px rgba(18,43,74,.035)!important;
}
:where(.sr-style) #how-it-works .a2a-copy-stats b {
  display:block!important;
  color:#1557d5!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.08em!important;
}
:where(.sr-style) #how-it-works .a2a-copy-stats small {
  display:block!important;
  margin-top:7px!important;
  color:#263c56!important;
  font-size:9.5px!important;
  line-height:1.28!important;
  font-weight:850!important;
}
:where(.sr-style) #how-it-works .a2a-control-note {
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin-top:15px!important;
  padding:12px 13px!important;
  border:1px solid #dfe8f3!important;
  border-radius:12px!important;
  background:#f8fbff!important;
}
:where(.sr-style) #how-it-works .a2a-control-note>span {
  display:grid!important;
  place-items:center!important;
  width:21px!important;
  height:21px!important;
  flex:0 0 21px!important;
  border-radius:50%!important;
  background:#e9f7ef!important;
  color:#118253!important;
  font-size:10px!important;
  font-weight:900!important;
}
:where(.sr-style) #how-it-works .a2a-control-note p {
  margin:1px 0 0!important;
  color:#64758a!important;
  font-size:10.5px!important;
  line-height:1.5!important;
}
:where(.sr-style) #how-it-works .a2a-control-note b {
  color:#213a58!important;
}
:where(.sr-style) #how-it-works .a2a-simple-board {
  overflow:hidden!important;
  border:1px solid #dce5ef!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 20px 55px rgba(18,43,74,.10)!important;
}
:where(.sr-style) #how-it-works .a2a-simple-head {
  min-height:66px!important;
  padding:14px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border-bottom:1px solid #e8edf3!important;
  background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%)!important;
}
:where(.sr-style) #how-it-works .a2a-simple-head div {
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
}
:where(.sr-style) #how-it-works .a2a-simple-head small {
  color:#1557d5!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
}
:where(.sr-style) #how-it-works .a2a-simple-head b {
  color:#173451!important;
  font-size:13px!important;
  line-height:1.2!important;
}
:where(.sr-style) #how-it-works .a2a-simple-head>span {
  padding:7px 10px!important;
  border:1px solid #dce7f5!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#5b6f87!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  white-space:nowrap!important;
}
:where(.sr-style) #how-it-works .a2a-simple-flow {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr) 22px minmax(0,1fr)!important;
  align-items:stretch!important;
  padding:18px!important;
}
:where(.sr-style) #how-it-works .a2a-simple-step {
  position:relative!important;
  min-width:0!important;
  padding:16px 14px 15px!important;
  border:1px solid #e3e9f0!important;
  border-radius:15px!important;
  background:#fff!important;
}
:where(.sr-style) #how-it-works .a2a-simple-step.a2a-step-core {
  border-color:#bfd4f3!important;
  background:linear-gradient(180deg,#f4f8ff 0%,#fff 100%)!important;
  box-shadow:0 8px 20px rgba(21,87,213,.08)!important;
}
:where(.sr-style) #how-it-works .a2a-simple-step.a2a-step-finish {
  border-color:#d5e9df!important;
  background:linear-gradient(180deg,#f7fcf9 0%,#fff 100%)!important;
}
:where(.sr-style) #how-it-works .a2a-step-no {
  position:absolute!important;
  top:11px!important;
  right:11px!important;
  color:#9aabbd!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.10em!important;
}
:where(.sr-style) #how-it-works .a2a-step-icon {
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:13px!important;
  border:1px solid #dce6f2!important;
  border-radius:12px!important;
  background:#f5f8fc!important;
  color:#315a88!important;
}
:where(.sr-style) #how-it-works .a2a-step-core .a2a-step-icon {
  border-color:#d4e2f7!important;
  background:#eaf2ff!important;
  color:#1557d5!important;
}
:where(.sr-style) #how-it-works .a2a-step-finish .a2a-step-icon {
  border-color:#d9ece2!important;
  background:#edf9f2!important;
  color:#148657!important;
}
:where(.sr-style) #how-it-works .a2a-step-icon svg {
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-style) #how-it-works .a2a-simple-step small {
  display:block!important;
  margin-bottom:5px!important;
  color:#7990a7!important;
  font-size:7.5px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}
:where(.sr-style) #how-it-works .a2a-simple-step h3 {
  min-height:39px!important;
  margin:0 0 7px!important;
  color:#173451!important;
  font-size:14px!important;
  line-height:1.22!important;
  letter-spacing:-.02em!important;
}
:where(.sr-style) #how-it-works .a2a-simple-step p {
  margin:0!important;
  color:#6b7a8c!important;
  font-size:9.5px!important;
  line-height:1.5!important;
}
:where(.sr-style) #how-it-works .a2a-simple-arrow {
  display:grid!important;
  place-items:center!important;
  color:#a7b5c4!important;
  font-size:18px!important;
  font-weight:700!important;
}
:where(.sr-style) #how-it-works .a2a-simple-footer {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  border-top:1px solid #e8edf3!important;
  background:#0f2b4d!important;
}
:where(.sr-style) #how-it-works .a2a-simple-footer span {
  min-width:0!important;
  padding:12px 11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  border-right:1px solid rgba(255,255,255,.09)!important;
  color:#dce8f5!important;
  font-size:8.5px!important;
  line-height:1.25!important;
  font-weight:800!important;
  text-align:center!important;
}
:where(.sr-style) #how-it-works .a2a-simple-footer span:last-child {
  border-right:0!important;
}
:where(.sr-style) #how-it-works .a2a-simple-footer i {
  color:#77dfad!important;
  font-style:normal!important;
  font-weight:900!important;
}
@media (max-width:1180px) {
  :where(.sr-style) #how-it-works .a2a-enterprise-v2 {
    grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr)!important;
    gap:24px!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-flow {
    padding:14px!important;
    grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr)!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-step {
    padding:14px 11px!important;
  }
}
@media (max-width:980px) {
  :where(.sr-style) #how-it-works .a2a-enterprise-v2 {
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  :where(.sr-style) #how-it-works .a2a-copy {
    max-width:760px!important;
  }
  :where(.sr-style) #how-it-works .a2a-copy>p {
    max-width:720px!important;
  }
}
@media (max-width:760px) {
  :where(.sr-style) #how-it-works .a2a-copy-stats {
    grid-template-columns:1fr 1fr 1fr!important;
    gap:6px!important;
  }
  :where(.sr-style) #how-it-works .a2a-copy-stats span {
    padding:10px 8px!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-head {
    min-height:58px!important;
    padding:12px 13px!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-head>span {
    display:none!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-flow {
    grid-template-columns:1fr!important;
    padding:12px!important;
    gap:0!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-step {
    display:grid!important;
    grid-template-columns:42px 1fr!important;
    align-items:start!important;
    column-gap:11px!important;
    padding:13px!important;
  }
  :where(.sr-style) #how-it-works .a2a-step-icon {
    width:42px!important;
    height:42px!important;
    margin:0!important;
    grid-row:1 / span 2!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-step h3 {
    min-height:0!important;
    font-size:13px!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-step p {
    font-size:9.5px!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-arrow {
    height:22px!important;
    transform:rotate(90deg)!important;
    font-size:15px!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-footer {
    grid-template-columns:1fr 1fr!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-footer span:nth-child(2) {
    border-right:0!important;
  }
  :where(.sr-style) #how-it-works .a2a-simple-footer span:nth-child(-n+2) {
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }
}
@media (max-width:480px) {
  :where(.sr-style) #how-it-works .a2a-copy-stats {
    grid-template-columns:1fr!important;
  }
  :where(.sr-style) #how-it-works .a2a-copy-stats span {
    display:grid!important;
    grid-template-columns:32px 1fr!important;
    align-items:center!important;
    gap:5px!important;
  }
  :where(.sr-style) #how-it-works .a2a-copy-stats small {
    margin-top:0!important;
  }
}


/* How Shelrock Works — CTA placement refinement */
:where(.sr-style) #how-it-works .a2a-mobile-end-cta {
  display:none!important;
}
@media (max-width:760px) {
  :where(.sr-style) #how-it-works .a2a-desktop-cta {
    display:none!important;
  }
  :where(.sr-style) #how-it-works .a2a-mobile-end-cta {
    display:flex!important;
    width:100%!important;
    justify-content:flex-start!important;
    margin-top:14px!important;
    padding:0!important;
  }
}

/* =========================================================
   2026-09-14 — Homepage typography + mobile footer refinement
   Scope: Products / Categories / Verified Suppliers + mobile footer only
   ========================================================= */

/* Main section titles — 5px smaller than the current enterprise scale */
:where(.sr-style) #products .marketplace-head h2,
:where(.sr-style) .category-showcase .section-head.compact h2 {
  font-size:clamp(36px,calc(3.75vw - 5px),52px)!important;
  line-height:1.07!important;
  letter-spacing:-.035em!important;
  margin:7px 0 8px!important;
}

:where(.sr-style) .supplier-marketplace-head h2 {
  font-size:41px!important;
  line-height:1.07!important;
  letter-spacing:-.03em!important;
  margin:7px 0 9px!important;
}

/* Supporting copy — compact enterprise rhythm */
:where(.sr-style) #products .marketplace-head p,
:where(.sr-style) .category-showcase .section-head.compact p,
:where(.sr-style) .supplier-marketplace-head p {
  max-width:760px!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
  color:#66758a!important;
}

:where(.sr-style) #products .marketplace-head,
:where(.sr-style) .category-showcase .section-head.compact,
:where(.sr-style) .supplier-marketplace-head {
  margin-bottom:22px!important;
}

/* Keep eyebrow hierarchy crisp; do not shrink it by 5px */
:where(.sr-style) #products .eyebrow,
:where(.sr-style) .category-showcase .eyebrow,
:where(.sr-style) .verified-network-section .eyebrow {
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.075em!important;
}

/* Category cards — clean, compact hierarchy */
:where(.sr-style) .category-cards-two .category-card>div>span {
  font-size:9px!important;
  line-height:1.25!important;
  letter-spacing:.075em!important;
}
:where(.sr-style) .category-cards-two .category-card h3 {
  font-size:18px!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
}
:where(.sr-style) .category-cards-two .category-card p {
  font-size:11.5px!important;
  line-height:1.48!important;
}
:where(.sr-style) .category-cards-two .category-card b {
  font-size:10.5px!important;
  line-height:1.2!important;
}

/* Supplier cards — preserve dense enterprise readability */
:where(.sr-style) .verified-network-section .verified-supplier-body h3 {
  font-size:16px!important;
  line-height:1.2!important;
}
:where(.sr-style) .verified-network-section .supplier-card-location,
:where(.sr-style) .verified-network-section .supplier-network-note p {
  font-size:10.5px!important;
  line-height:1.48!important;
}

@media (max-width:860px) {
  :where(.sr-style) #products .marketplace-head h2,
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .supplier-marketplace-head h2 {
    font-size:34px!important;
    line-height:1.08!important;
  }
}

@media (max-width:760px) {
  :where(.sr-style) #products .marketplace-head h2,
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .supplier-marketplace-head h2 {
    font-size:25px!important;
    line-height:1.1!important;
    letter-spacing:-.025em!important;
    margin:5px 0 7px!important;
  }

  :where(.sr-style) #products .marketplace-head p,
  :where(.sr-style) .category-showcase .section-head.compact p,
  :where(.sr-style) .supplier-marketplace-head p {
    max-width:100%!important;
    font-size:12px!important;
    line-height:1.48!important;
  }

  :where(.sr-style) #products .marketplace-head,
  :where(.sr-style) .category-showcase .section-head.compact,
  :where(.sr-style) .supplier-marketplace-head {
    margin-bottom:15px!important;
  }

  :where(.sr-style) #products .eyebrow,
  :where(.sr-style) .category-showcase .eyebrow,
  :where(.sr-style) .verified-network-section .eyebrow {
    font-size:9.5px!important;
  }

  :where(.sr-style) .category-cards-two .category-card h3 {
    font-size:13px!important;
    line-height:1.18!important;
  }
  :where(.sr-style) .category-cards-two .category-card p {
    font-size:9.5px!important;
    line-height:1.42!important;
  }
  :where(.sr-style) .category-cards-two .category-card b {
    font-size:9px!important;
  }

  :where(.sr-style) .verified-network-section .verified-supplier-body h3 {
    font-size:14px!important;
  }

  /* Mobile footer: reduce unused top/bottom whitespace while preserving
     clearance for the fixed mobile navigation/search controls. */
  :where(.sr-style) .site-footer {
    margin-top:0!important;
    padding-top:0!important;
    padding-bottom:calc(150px + env(safe-area-inset-bottom))!important;
  }
  :where(.sr-style) .footer-enterprise {
    padding:24px 0 16px!important;
    gap:20px 16px!important;
  }
  :where(.sr-style) .footer-bottom {
    margin-top:0!important;
    padding:14px 0 0!important;
  }
}

@media (max-width:480px) {
  :where(.sr-style) #products .marketplace-head h2,
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .supplier-marketplace-head h2 {
    font-size:24px!important;
  }
  :where(.sr-style) .site-footer {
    padding-bottom:calc(144px + env(safe-area-inset-bottom))!important;
  }
  :where(.sr-style) .footer-enterprise {
    padding-top:20px!important;
  }
}

/* =========================================================
   FINAL TYPOGRAPHY LOCK — 2026-09-14
   Exact scope: Verified India B2B Marketplace / Source by Category /
   Source by Verified Supplier + mobile footer spacing
   ========================================================= */

/* Section identity labels: compact, readable, consistent */
:where(.sr-style) #products .eyebrow,
:where(.sr-style) .category-showcase .eyebrow,
:where(.sr-style) .verified-network-section .eyebrow {
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.075em!important;
  font-weight:850!important;
}

/* Main H2 titles: enterprise-clean and deliberately smaller */
:where(.sr-style) #products .marketplace-head h2,
:where(.sr-style) .category-showcase .section-head.compact h2,
:where(.sr-style) .verified-network-section .supplier-marketplace-head h2 {
  font-size:41px!important;
  line-height:1.07!important;
  letter-spacing:-.03em!important;
  margin:7px 0 9px!important;
}

/* Lead copy */
:where(.sr-style) #products .marketplace-head p,
:where(.sr-style) .category-showcase .section-head.compact p,
:where(.sr-style) .verified-network-section .supplier-marketplace-head p {
  font-size:14px!important;
  line-height:1.55!important;
  color:#66758a!important;
  max-width:760px!important;
  margin:0!important;
}

/* Compact section rhythm */
:where(.sr-style) #products .marketplace-head,
:where(.sr-style) .category-showcase .section-head.compact,
:where(.sr-style) .verified-network-section .supplier-marketplace-head {
  margin-bottom:20px!important;
}

/* Marketplace typography */
:where(.sr-style) #products .product-category-head h3 {
  font-size:22px!important;
  line-height:1.16!important;
}
:where(.sr-style) #products .product-category-head p {
  font-size:11.5px!important;
  line-height:1.48!important;
}
:where(.sr-style) #products .b2b-product-body .product-title {
  font-size:13px!important;
  line-height:1.28!important;
}
:where(.sr-style) #products .product-commercial-row small {
  font-size:7.8px!important;
}
:where(.sr-style) #products .product-commercial-row strong {
  font-size:12.5px!important;
}
:where(.sr-style) #products .product-commercial-row b {
  font-size:10px!important;
}
:where(.sr-style) #products .product-supplier-line,
:where(.sr-style) #products .product-supplier-line b {
  font-size:9px!important;
}
:where(.sr-style) #products .product-supplier-line span {
  font-size:8px!important;
}
:where(.sr-style) #products .card-quote {
  font-size:10.5px!important;
}

/* Category cards */
:where(.sr-style) .category-showcase .category-cards-two .category-card>div>span {
  font-size:9px!important;
  line-height:1.25!important;
}
:where(.sr-style) .category-showcase .category-cards-two .category-card h3 {
  font-size:18px!important;
  line-height:1.2!important;
}
:where(.sr-style) .category-showcase .category-cards-two .category-card p {
  font-size:11.5px!important;
  line-height:1.48!important;
}
:where(.sr-style) .category-showcase .category-cards-two .category-card b {
  font-size:10.5px!important;
}

/* Verified supplier cards */
:where(.sr-style) .verified-network-section .verified-supplier-body h3 {
  font-size:16px!important;
  line-height:1.2!important;
}
:where(.sr-style) .verified-network-section .supplier-card-location {
  font-size:10px!important;
  line-height:1.45!important;
}
:where(.sr-style) .verified-network-section .supplier-card-facts small {
  font-size:7.8px!important;
}
:where(.sr-style) .verified-network-section .supplier-card-facts b {
  font-size:9.2px!important;
}
:where(.sr-style) .verified-network-section .supplier-card-products span {
  font-size:8px!important;
}
:where(.sr-style) .verified-network-section .supplier-network-note p {
  font-size:10.5px!important;
  line-height:1.48!important;
}

@media (max-width:860px) {
  :where(.sr-style) #products .marketplace-head h2,
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .verified-network-section .supplier-marketplace-head h2 {
    font-size:34px!important;
  }
}

@media (max-width:640px) {
  :where(.sr-style) #products .eyebrow,
  :where(.sr-style) .category-showcase .eyebrow,
  :where(.sr-style) .verified-network-section .eyebrow {
    font-size:9.5px!important;
  }

  :where(.sr-style) #products .marketplace-head h2,
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .verified-network-section .supplier-marketplace-head h2 {
    font-size:27px!important;
    line-height:1.1!important;
    letter-spacing:-.025em!important;
    margin:5px 0 7px!important;
  }

  :where(.sr-style) #products .marketplace-head p,
  :where(.sr-style) .category-showcase .section-head.compact p,
  :where(.sr-style) .verified-network-section .supplier-marketplace-head p {
    font-size:12px!important;
    line-height:1.48!important;
  }

  :where(.sr-style) #products .marketplace-head,
  :where(.sr-style) .category-showcase .section-head.compact,
  :where(.sr-style) .verified-network-section .supplier-marketplace-head {
    margin-bottom:14px!important;
  }

  :where(.sr-style) #products .product-category-head h3 {
    font-size:18px!important;
  }
  :where(.sr-style) #products .product-category-head p {
    font-size:10px!important;
  }
  :where(.sr-style) #products .b2b-product-body .product-title {
    font-size:11px!important;
    line-height:1.28!important;
  }
  :where(.sr-style) #products .product-commercial-row strong {
    font-size:11.5px!important;
  }
  :where(.sr-style) #products .product-commercial-row b {
    font-size:8.8px!important;
  }
  :where(.sr-style) #products .card-quote {
    font-size:9px!important;
  }

  :where(.sr-style) .category-showcase .category-cards-two .category-card h3 {
    font-size:13px!important;
  }
  :where(.sr-style) .category-showcase .category-cards-two .category-card p {
    font-size:9.5px!important;
  }
  :where(.sr-style) .category-showcase .category-cards-two .category-card b {
    font-size:9px!important;
  }

  :where(.sr-style) .verified-network-section .verified-supplier-body h3 {
    font-size:14px!important;
  }

  /* Footer: remove excess whitespace while keeping fixed mobile UI clearance */
  :where(.sr-style) .site-footer {
    margin-top:0!important;
    padding-top:0!important;
    padding-bottom:calc(132px + env(safe-area-inset-bottom))!important;
  }
  :where(.sr-style) .footer-enterprise {
    padding:16px 0 10px!important;
    gap:16px 14px!important;
  }
  :where(.sr-style) .footer-bottom {
    margin-top:0!important;
    padding:10px 0 0!important;
  }
}

/* =========================================================
   HOMEPAGE LOWER-SECTIONS H2 TYPOGRAPHY LOCK — 2026-09-14
   Scope: Buyer Assurance / How Shelrock Works / Trade Intelligence /
   Supplier Radar / Join Supplier Network
   Keeps all content-section H2s visually even across devices.
   ========================================================= */

:where(.sr-style) .assurance-head h2,
:where(.sr-style) #how-it-works .a2a-copy h2,
:where(.sr-style) .intelligence-section .intelligence-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-section .join-network-copy h2 {
  font-size:41px!important;
  line-height:1.07!important;
  letter-spacing:-.03em!important;
  margin-top:7px!important;
  margin-bottom:9px!important;
  text-wrap:balance;
}

@media (max-width:860px) {
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:34px!important;
    line-height:1.08!important;
    letter-spacing:-.028em!important;
  }
}

@media (max-width:640px) {
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:27px!important;
    line-height:1.1!important;
    letter-spacing:-.025em!important;
    margin-top:5px!important;
    margin-bottom:7px!important;
  }
}

@media (max-width:420px) {
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:24px!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
  }
}

/* =========================================================
   SHELROCK | Header category bar + section H2 final tuning
   2026-09-14
   - Normal category-bar labels: 3px smaller (18px -> 15px)
   - Find Buyers CTA preserved at existing size
   - Products + Verified Supplier H2 scales remain untouched
   - All other content-section H2s raised slightly for hierarchy
   ========================================================= */

/* Desktop header category bar: reduce only normal navigation labels. */
@media (min-width:1021px) {
  :where(.sr-style) .category-nav .all-categories,
  :where(.sr-style) .category-nav .category-links > a:not(.buyer-intelligence-nav),
  :where(.sr-style) .category-nav .category-links > button {
    font-size:15px !important;
    line-height:1.15 !important;
  }

  /* Preserve Find Buyers CTA exactly at the existing final scale. */
  :where(.sr-style) .category-links > .buyer-intelligence-nav {
    font-size:17px !important;
  }
  :where(.sr-style) .category-links > .buyer-intelligence-nav span {
    font-size:15px !important;
  }
}

/*
   Larger H2 scale for every content section except:
   1) .products-section
   2) .verified-network-section
*/
:where(.sr-style) .category-showcase .section-head.compact h2,
:where(.sr-style) .assurance-head h2,
:where(.sr-style) #how-it-works .a2a-copy h2,
:where(.sr-style) .intelligence-section .intelligence-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-section .join-network-copy h2 {
  font-size:49px !important;
  line-height:1.06 !important;
  letter-spacing:-.032em !important;
}

@media (max-width:860px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:42px !important;
    line-height:1.075 !important;
    letter-spacing:-.03em !important;
  }
}

@media (max-width:640px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:35px !important;
    line-height:1.09 !important;
    letter-spacing:-.027em !important;
  }
}

@media (max-width:420px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:32px !important;
    line-height:1.1 !important;
    letter-spacing:-.024em !important;
  }
}

/* =========================================================
   SHELROCK | Remaining section H2 +5px refinement
   2026-09-14
   Keeps Products + Verified Supplier H2 untouched.
   ========================================================= */
:where(.sr-style) .category-showcase .section-head.compact h2,
:where(.sr-style) .assurance-head h2,
:where(.sr-style) #how-it-works .a2a-copy h2,
:where(.sr-style) .intelligence-section .intelligence-copy h2,
:where(.sr-style) .source-mission h2,
:where(.sr-style) .join-network-section .join-network-copy h2 {
  font-size:54px !important;
}

@media (max-width:860px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:47px !important;
  }
}

@media (max-width:640px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:40px !important;
  }
}

@media (max-width:420px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) #how-it-works .a2a-copy h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .source-mission h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:37px !important;
  }
}


/* =========================================================
   SHELROCK MOBILE ECOMMERCE POLISH — 2026-09-14
   Scope: Trade Intelligence CTA order, Products/Category rhythm,
   B2B Marketplace heading spacing, and footer dead-space only.
   ========================================================= */

/* Mobile-only duplicate CTA stays hidden on desktop/tablet. */
:where(.sr-style) .intelligence-mobile-end-cta {
  display:none!important;
}

@media (max-width:760px) {
  /* 1) Trade Intelligence: copy -> workspace -> CTA, never CTA in the middle. */
  :where(.sr-style) .intelligence-section .intelligence-split {
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:14px!important;
  }
  :where(.sr-style) .intelligence-section .intelligence-copy {
    order:1!important;
    padding-top:0!important;
  }
  :where(.sr-style) .intelligence-section .intelligence-copy > .inline-content-cta {
    display:none!important;
  }
  :where(.sr-style) .intelligence-section .compact-intel-workspace {
    order:2!important;
    margin:0!important;
  }
  :where(.sr-style) .intelligence-section .intelligence-mobile-end-cta {
    order:3!important;
    display:flex!important;
    width:100%!important;
    justify-content:flex-start!important;
    margin:2px 0 0!important;
    padding:0!important;
  }
  :where(.sr-style) .intelligence-section .intelligence-mobile-end-cta .section-primary-cta {
    min-height:42px!important;
    padding:0 14px!important;
    border-radius:9px!important;
    font-size:10.5px!important;
  }

  /* 2) B2B Marketplace: remove the oversized blank band above/below heading. */
  :where(.sr-style) #products.products-section {
    padding-top:22px!important;
    padding-bottom:16px!important;
  }
  :where(.sr-style) #products .marketplace-head {
    margin:0 0 11px!important;
  }
  :where(.sr-style) #products .marketplace-head .eyebrow {
    margin-bottom:4px!important;
  }
  :where(.sr-style) #products .marketplace-head h2 {
    margin:3px 0 5px!important;
  }
  :where(.sr-style) #products .marketplace-head p {
    margin:0!important;
  }
  :where(.sr-style) #products .product-category-group:first-child .product-category-head {
    margin-top:4px!important;
  }
  :where(.sr-style) #products .product-end-action {
    margin-top:12px!important;
    margin-bottom:0!important;
  }

  /* 3) Products -> Source by Category: one compact ecommerce transition. */
  :where(.sr-style) .category-showcase {
    padding-top:20px!important;
    padding-bottom:30px!important;
  }
  :where(.sr-style) .category-showcase .section-head.compact {
    margin-top:0!important;
    margin-bottom:12px!important;
  }

  /* Keep the final supplier CTA section close to the footer; no empty shelf above footer. */
  :where(.sr-style) .join-network-section {
    padding-bottom:20px!important;
  }

  /* 4) Footer: remove duplicate bottom clearance.
     108px keeps fixed bottom nav/search clear without the former huge void. */
  :where(.sr-style) body {
    padding-bottom:0!important;
  }
  :where(.sr-style) .site-footer {
    margin-top:0!important;
    padding-top:0!important;
    padding-bottom:calc(108px + env(safe-area-inset-bottom))!important;
  }
  :where(.sr-style) .footer-enterprise {
    padding:16px 0 8px!important;
    gap:14px 14px!important;
  }
  :where(.sr-style) .footer-brand p {
    margin-top:8px!important;
    margin-bottom:0!important;
  }
  :where(.sr-style) .footer-trust {
    margin-top:9px!important;
  }
  :where(.sr-style) .footer-enterprise > div > b {
    margin-bottom:7px!important;
  }
  :where(.sr-style) .footer-enterprise > div > a {
    padding:3px 0!important;
  }
  :where(.sr-style) .footer-bottom {
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:8px 0 9px!important;
    gap:6px!important;
  }
}

@media (max-width:480px) {
  :where(.sr-style) #products.products-section {
    padding-top:19px!important;
    padding-bottom:14px!important;
  }
  :where(.sr-style) .category-showcase {
    padding-top:18px!important;
  }
  :where(.sr-style) .site-footer {
    padding-bottom:calc(104px + env(safe-area-inset-bottom))!important;
  }
  :where(.sr-style) .footer-enterprise {
    padding-top:14px!important;
    padding-bottom:7px!important;
  }
}

/* =========================================================
   SHELROCK | MOBILE FINAL COMPACT + FIXED-BAR STACK
   2026-09-14
   - Prevent Shelrock AI/chat bar overlapping the 64px mobile nav
   - Compact only the oversized mobile H2s requested
   ========================================================= */
@media (max-width:760px) {
  :root:where(.sr-style) {
    --sr-mobile-nav-h:64px;
    --sr-mobile-chat-h:54px;
    --sr-mobile-fixed-gap:8px;
  }

  /* Bottom navigation owns the viewport edge. */
  :where(.sr-style) .mobile-bottom-bar {
    height:var(--sr-mobile-nav-h) !important;
    bottom:0 !important;
    z-index:1500 !important;
    padding-bottom:env(safe-area-inset-bottom) !important;
  }

  /* Chat/search dock sits cleanly ABOVE the bottom navigation. */
  :where(.sr-style) .search-dock.shelrock-ai-dock {
    bottom:calc(var(--sr-mobile-nav-h) + env(safe-area-inset-bottom) + var(--sr-mobile-fixed-gap)) !important;
    padding:0 8px !important;
    z-index:1490 !important;
  }
  :where(.sr-style) .global-search.shelrock-ai-inputbar {
    min-height:var(--sr-mobile-chat-h) !important;
    height:var(--sr-mobile-chat-h) !important;
    margin:0 auto !important;
    border-radius:17px !important;
  }

  /* Open AI panel ends above both fixed controls, never behind them. */
  :where(.sr-style) .shelrock-ai-panel,
  :where(.sr-style) .shelrock-ai-dock.ai-open .shelrock-ai-panel {
    bottom:calc(var(--sr-mobile-nav-h) + var(--sr-mobile-chat-h) + env(safe-area-inset-bottom) + var(--sr-mobile-fixed-gap)) !important;
    z-index:1495 !important;
  }

  /* Enough scroll clearance for fixed controls without an exaggerated footer void. */
  :where(.sr-style) .site-footer {
    padding-bottom:calc(124px + env(safe-area-inset-bottom)) !important;
  }

  /* Requested mobile H2 corrections only. */
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:30px !important;
    line-height:1.08 !important;
    letter-spacing:-.026em !important;
    text-wrap:balance;
  }

  /* Keep their surrounding rhythm tight and ecommerce-like. */
  :where(.sr-style) .category-showcase .section-head.compact,
  :where(.sr-style) .assurance-head,
  :where(.sr-style) .intelligence-section .intelligence-copy,
  :where(.sr-style) .join-network-section .join-network-copy {
    row-gap:0 !important;
  }
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    margin-top:5px !important;
    margin-bottom:8px !important;
  }
}

@media (max-width:420px) {
  :where(.sr-style) .category-showcase .section-head.compact h2,
  :where(.sr-style) .assurance-head h2,
  :where(.sr-style) .intelligence-section .intelligence-copy h2,
  :where(.sr-style) .join-network-section .join-network-copy h2 {
    font-size:28px !important;
    line-height:1.09 !important;
    letter-spacing:-.024em !important;
  }
}

/* =========================================================
   SHELROCK | Desktop H2 parity: Marketplace + Category only
   2026-09-14
   ========================================================= */
@media (min-width:901px) {
  :where(.sr-style) .category-showcase .section-head.compact h2 {
    font-size:41px !important;
    line-height:1.07 !important;
    letter-spacing:-.03em !important;
  }
}


/* =========================================================
   SHELROCK | BUYER ASSURANCE V2
   Scoped exclusively to #our-guarantee
   2026-09-14
   ========================================================= */
:where(.sr-style) #our-guarantee.assurance-section {
  padding:58px 0!important;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)!important;
  border-top:1px solid #e6edf5!important;
  border-bottom:1px solid #e6edf5!important;
}
:where(.sr-style) #our-guarantee .assurance-shell-v2 {
  position:relative!important;
}
:where(.sr-style) #our-guarantee .assurance-head-v2 {
  max-width:900px!important;
  margin:0!important;
}
:where(.sr-style) #our-guarantee .assurance-head-v2 .eyebrow {
  margin:0 0 9px!important;
}
:where(.sr-style) #our-guarantee .assurance-head-v2 h2 {
  max-width:820px!important;
  margin:0!important;
  color:#102a47!important;
  font-size:48px!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
}
:where(.sr-style) #our-guarantee .assurance-head-v2 h2 em {
  color:#1557d5!important;
  font-style:normal!important;
}
:where(.sr-style) #our-guarantee .assurance-head-v2>p {
  max-width:820px!important;
  margin:13px 0 0!important;
  color:#607187!important;
  font-size:14.5px!important;
  line-height:1.62!important;
}

:where(.sr-style) #our-guarantee .assurance-flow-v2 {
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:28px!important;
}
:where(.sr-style) #our-guarantee .assurance-step-v2 {
  position:relative!important;
  min-width:0!important;
  min-height:208px!important;
  padding:18px 17px 17px!important;
  border:1px solid #dfe7f0!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(20,47,82,.045)!important;
}
:where(.sr-style) #our-guarantee .assurance-step-v2:not(:last-child)::after {
  content:"→";
  position:absolute!important;
  z-index:3!important;
  top:42px!important;
  right:-10px!important;
  width:20px!important;
  height:20px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #dce6f1!important;
  border-radius:50%!important;
  background:#f8fbff!important;
  color:#1557d5!important;
  font-size:11px!important;
  font-weight:900!important;
}
:where(.sr-style) #our-guarantee .assurance-step-no-v2 {
  position:absolute!important;
  top:15px!important;
  right:15px!important;
  color:#9aa9ba!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
:where(.sr-style) #our-guarantee .assurance-step-icon-v2 {
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:15px!important;
  border:1px solid #dce7f6!important;
  border-radius:10px!important;
  background:#f3f7ff!important;
  color:#1557d5!important;
}
:where(.sr-style) #our-guarantee .assurance-step-icon-v2 svg {
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-style) #our-guarantee .assurance-step-v2 small {
  display:block!important;
  margin-bottom:5px!important;
  color:#75869a!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
}
:where(.sr-style) #our-guarantee .assurance-step-v2 h3 {
  min-height:0!important;
  margin:0!important;
  color:#183552!important;
  font-size:17px!important;
  font-weight:850!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
}
:where(.sr-style) #our-guarantee .assurance-step-v2 p {
  margin:8px 0 0!important;
  color:#6b7a8c!important;
  font-size:11.5px!important;
  line-height:1.52!important;
  text-align:left!important;
}

:where(.sr-style) #our-guarantee .assurance-control-v2 {
  display:grid!important;
  grid-template-columns:minmax(210px,.8fr) minmax(0,2.2fr)!important;
  align-items:center!important;
  gap:20px!important;
  margin-top:12px!important;
  padding:14px 16px!important;
  border:1px solid #dfe7f0!important;
  border-radius:13px!important;
  background:#f7faff!important;
}
:where(.sr-style) #our-guarantee .assurance-control-copy-v2 small {
  display:block!important;
  margin-bottom:3px!important;
  color:#1557d5!important;
  font-size:8.5px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
}
:where(.sr-style) #our-guarantee .assurance-control-copy-v2 b {
  color:#173552!important;
  font-size:13.5px!important;
  line-height:1.25!important;
}
:where(.sr-style) #our-guarantee .assurance-control-points-v2 {
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px 15px!important;
  flex-wrap:wrap!important;
}
:where(.sr-style) #our-guarantee .assurance-control-points-v2 span {
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#53667a!important;
  font-size:10.5px!important;
  font-weight:750!important;
  white-space:nowrap!important;
}
:where(.sr-style) #our-guarantee .assurance-control-points-v2 i {
  color:#16a06a!important;
  font-style:normal!important;
  font-weight:950!important;
}
:where(.sr-style) #our-guarantee .guarantee-end-cta {
  justify-content:flex-start!important;
  margin-top:17px!important;
}

@media (max-width:980px) {
  :where(.sr-style) #our-guarantee .assurance-head-v2 h2 {
    font-size:40px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-flow-v2 {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-v2 {
    min-height:184px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-v2::after {
    display:none!important;
  }
  :where(.sr-style) #our-guarantee .assurance-control-v2 {
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-control-points-v2 {
    justify-content:flex-start!important;
  }
}

@media (max-width:760px) {
  :where(.sr-style) #our-guarantee.assurance-section {
    padding:34px 0!important;
  }
  :where(.sr-style) #our-guarantee .assurance-head-v2 h2 {
    font-size:30px!important;
    line-height:1.07!important;
    letter-spacing:-.03em!important;
  }
  :where(.sr-style) #our-guarantee .assurance-head-v2>p {
    margin-top:9px!important;
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  :where(.sr-style) #our-guarantee .assurance-flow-v2 {
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin-top:18px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-v2 {
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:12px!important;
    min-height:0!important;
    padding:13px 42px 13px 13px!important;
    border-radius:12px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-icon-v2 {
    width:36px!important;
    height:36px!important;
    margin:0!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-no-v2 {
    top:13px!important;
    right:13px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-v2 small {
    margin-bottom:3px!important;
    font-size:8px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-v2 h3 {
    font-size:15px!important;
    line-height:1.2!important;
  }
  :where(.sr-style) #our-guarantee .assurance-step-v2 p {
    margin-top:4px!important;
    font-size:10.5px!important;
    line-height:1.45!important;
  }
  :where(.sr-style) #our-guarantee .assurance-control-v2 {
    margin-top:9px!important;
    padding:12px!important;
    border-radius:11px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-control-copy-v2 b {
    font-size:12.5px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-control-points-v2 {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px 10px!important;
  }
  :where(.sr-style) #our-guarantee .assurance-control-points-v2 span {
    white-space:normal!important;
    font-size:9.5px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-end-cta {
    margin-top:12px!important;
  }
}

@media (max-width:420px) {
  :where(.sr-style) #our-guarantee .assurance-head-v2 h2 {
    font-size:28px!important;
  }
}


/* =========================================================
   SHELROCK FLAGSHIP TRUST + TRADE INTELLIGENCE V3 — 2026-09-14
   Scope: #our-guarantee, #trade-intelligence, desktop category rhythm,
   and supplier free-onboarding emphasis only.
   ========================================================= */

/* Desktop: remove the oversized blank band before Source by Category. */
@media (min-width:901px) {
  :where(.sr-style) .category-showcase {
    padding-top:36px!important;
  }
  :where(.sr-style) .category-showcase .section-head.compact {
    margin-top:0!important;
  }
}

/* ---------- Flagship Shelrock Guarantee ---------- */
:where(.sr-style) #our-guarantee.guarantee-flagship-v3 {
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:86px 0 72px!important;
  border:0!important;
  background:#071526!important;
  color:#fff!important;
}
:where(.sr-style) #our-guarantee .guarantee-flagship-bg {
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  background:
    radial-gradient(circle at 50% -10%,rgba(43,113,255,.34),transparent 38%),
    radial-gradient(circle at 11% 72%,rgba(18,166,106,.12),transparent 28%),
    radial-gradient(circle at 92% 78%,rgba(117,84,255,.13),transparent 30%),
    linear-gradient(180deg,#0a1c31 0%,#061321 100%)!important;
}
:where(.sr-style) #our-guarantee .guarantee-flagship-bg::after {
  content:"";
  position:absolute!important;
  inset:0!important;
  opacity:.18!important;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px)!important;
  background-size:46px 46px!important;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 75%,transparent 100%)!important;
}
:where(.sr-style) #our-guarantee .guarantee-flagship-shell {
  position:relative!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v3 {
  max-width:980px!important;
  margin:0 auto!important;
  text-align:center!important;
}
:where(.sr-style) #our-guarantee .guarantee-eyebrow-v3 {
  justify-content:center!important;
  margin:0 0 14px!important;
  color:#8fb9ff!important;
}
:where(.sr-style) #our-guarantee .guarantee-eyebrow-v3 i {
  background:#55a2ff!important;
  box-shadow:0 0 20px rgba(85,162,255,.72)!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v3 h2 {
  max-width:960px!important;
  margin:0 auto!important;
  color:#fff!important;
  font-size:58px!important;
  font-weight:880!important;
  line-height:.99!important;
  letter-spacing:-.048em!important;
  text-wrap:balance!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v3 h2 em {
  color:#80b7ff!important;
  font-style:normal!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v3 p {
  max-width:790px!important;
  margin:18px auto 0!important;
  color:#aebcd0!important;
  font-size:15.5px!important;
  line-height:1.65!important;
}
:where(.sr-style) #our-guarantee .guarantee-promise-v3 {
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  max-width:980px!important;
  margin:34px auto 0!important;
  padding:14px 16px!important;
  border:1px solid rgba(136,183,255,.24)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.055)!important;
  box-shadow:0 20px 60px rgba(0,0,0,.17)!important;
  backdrop-filter:blur(18px)!important;
}
:where(.sr-style) #our-guarantee .guarantee-promise-mark-v3 {
  width:44px!important;
  height:44px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(128,183,255,.32)!important;
  border-radius:13px!important;
  background:rgba(29,99,210,.18)!important;
  color:#83bbff!important;
}
:where(.sr-style) #our-guarantee .guarantee-promise-mark-v3 svg,
:where(.sr-style) #our-guarantee .guarantee-pillar-icon-v3 svg {
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-style) #our-guarantee .guarantee-promise-copy-v3 small {
  display:block!important;
  margin-bottom:3px!important;
  color:#6faeff!important;
  font-size:8.5px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
:where(.sr-style) #our-guarantee .guarantee-promise-copy-v3 b {
  display:block!important;
  color:#f4f8ff!important;
  font-size:14px!important;
  line-height:1.35!important;
}
:where(.sr-style) #our-guarantee .guarantee-route-v3 {
  color:#91a5bd!important;
  font-size:9px!important;
  font-weight:850!important;
  letter-spacing:.1em!important;
  white-space:nowrap!important;
}
:where(.sr-style) #our-guarantee .guarantee-route-v3 i {
  margin:0 4px!important;
  color:#6faeff!important;
  font-style:normal!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillars-v3 {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:18px!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-v3 {
  position:relative!important;
  min-width:0!important;
  min-height:218px!important;
  padding:20px 18px 18px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 20px 45px rgba(0,0,0,.12)!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-v3:hover {
  transform:translateY(-3px)!important;
  border-color:rgba(111,174,255,.34)!important;
  background:linear-gradient(180deg,rgba(78,139,235,.12),rgba(255,255,255,.04))!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-no-v3 {
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  color:#5f748d!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-icon-v3 {
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:22px!important;
  border:1px solid rgba(111,174,255,.24)!important;
  border-radius:12px!important;
  background:rgba(37,105,214,.13)!important;
  color:#80b7ff!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-v3 small {
  display:block!important;
  margin-bottom:5px!important;
  color:#7188a3!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-v3 h3 {
  margin:0!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-v3 p {
  margin:9px 0 0!important;
  color:#9eacc0!important;
  font-size:11.5px!important;
  line-height:1.5!important;
}
:where(.sr-style) #our-guarantee .guarantee-conversion-v3 {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-top:20px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
}
:where(.sr-style) #our-guarantee .guarantee-conversion-v3>div {
  display:flex!important;
  align-items:center!important;
  gap:8px 18px!important;
  flex-wrap:wrap!important;
}
:where(.sr-style) #our-guarantee .guarantee-conversion-v3>div span {
  color:#aebcd0!important;
  font-size:10.5px!important;
  font-weight:700!important;
}
:where(.sr-style) #our-guarantee .guarantee-conversion-v3>div span::first-letter {
  color:#4bd08f!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-cta-v3 {
  flex:0 0 auto!important;
  min-height:46px!important;
  padding:0 18px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(135deg,#ff7418,#ff4b24)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(255,83,25,.22)!important;
}

/* ---------- Simplified Trade Intelligence ---------- */
:where(.sr-style) #trade-intelligence.trade-intelligence-v3 {
  padding:66px 0!important;
  background:#f8fafc!important;
  border-top:1px solid #e7edf4!important;
  border-bottom:1px solid #e7edf4!important;
}
:where(.sr-style) #trade-intelligence .trade-intelligence-shell-v3 {
  display:block!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-head-v3 {
  max-width:850px!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-head-v3 h2 {
  max-width:820px!important;
  margin:8px 0 10px!important;
  color:#102a47!important;
  font-size:48px!important;
  font-weight:860!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-head-v3 h2 em {
  color:#1557d5!important;
  font-style:normal!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-head-v3 p {
  max-width:760px!important;
  margin:0!important;
  color:#617287!important;
  font-size:14px!important;
  line-height:1.6!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-grid-v3 {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:24px!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-card-v3 {
  min-width:0!important;
  min-height:210px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:18px!important;
  border:1px solid #dfe7f0!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 25px rgba(26,51,80,.04)!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-icon-v3 {
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:17px!important;
  border-radius:10px!important;
  background:#eef4ff!important;
  color:#1557d5!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-icon-v3 svg {
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-card-v3 small {
  color:#8190a2!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-card-v3 h3 {
  margin:6px 0 7px!important;
  color:#163350!important;
  font-size:17px!important;
  font-weight:820!important;
  line-height:1.2!important;
  letter-spacing:-.018em!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-card-v3 p {
  margin:0!important;
  color:#6b7a8c!important;
  font-size:11px!important;
  line-height:1.5!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-card-v3 b {
  margin-top:auto!important;
  padding-top:14px!important;
  color:#1557d5!important;
  font-size:10px!important;
  font-weight:800!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-footer-v3 {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-top:18px!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-footer-v3>span {
  color:#77879a!important;
  font-size:11px!important;
  font-weight:700!important;
}

/* ---------- Free supplier onboarding message ---------- */
:where(.sr-style) .join-network-section .join-network-copy>.eyebrow {
  color:#1557d5!important;
}
:where(.sr-style) .join-network-section .join-network-action>a {
  white-space:nowrap!important;
}

@media (max-width:980px) {
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 h2 {font-size:48px!important;}
  :where(.sr-style) #our-guarantee .guarantee-pillars-v3 {grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-grid-v3 {grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

@media (max-width:760px) {
  :where(.sr-style) #our-guarantee.guarantee-flagship-v3 {
    padding:46px 0 38px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 {
    text-align:left!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-eyebrow-v3 {
    justify-content:flex-start!important;
    margin-bottom:10px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 h2 {
    font-size:34px!important;
    line-height:1.02!important;
    letter-spacing:-.038em!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 p {
    margin-top:12px!important;
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-promise-v3 {
    grid-template-columns:auto minmax(0,1fr)!important;
    gap:11px!important;
    margin-top:22px!important;
    padding:12px!important;
    border-radius:13px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-promise-mark-v3 {
    width:38px!important;
    height:38px!important;
    border-radius:11px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-promise-copy-v3 b {
    font-size:11.5px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-route-v3 {
    display:none!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-pillars-v3 {
    display:flex!important;
    grid-template-columns:none!important;
    gap:10px!important;
    width:calc(100% + 28px)!important;
    margin:14px -14px 0!important;
    padding:0 14px 8px!important;
    overflow-x:auto!important;
    overscroll-behavior-inline:contain!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-pillars-v3::-webkit-scrollbar {display:none!important;}
  :where(.sr-style) #our-guarantee .guarantee-pillar-v3 {
    flex:0 0 82%!important;
    min-height:192px!important;
    padding:17px!important;
    border-radius:15px!important;
    scroll-snap-align:start!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-pillar-icon-v3 {
    margin-bottom:18px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-pillar-v3 h3 {font-size:17px!important;}
  :where(.sr-style) #our-guarantee .guarantee-pillar-v3 p {font-size:11px!important;}
  :where(.sr-style) #our-guarantee .guarantee-conversion-v3 {
    align-items:stretch!important;
    flex-direction:column!important;
    gap:13px!important;
    margin-top:8px!important;
    padding-top:14px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-conversion-v3>div {
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px 10px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-conversion-v3>div span {
    font-size:9.5px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-hero-cta-v3 {
    width:100%!important;
    justify-content:center!important;
  }

  :where(.sr-style) #trade-intelligence.trade-intelligence-v3 {
    padding:38px 0!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-head-v3 h2 {
    margin-top:5px!important;
    font-size:30px!important;
    line-height:1.07!important;
    letter-spacing:-.03em!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-head-v3 p {
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-grid-v3 {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:16px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-card-v3 {
    min-height:174px!important;
    padding:13px!important;
    border-radius:12px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-icon-v3 {
    width:34px!important;
    height:34px!important;
    margin-bottom:12px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-card-v3 h3 {
    font-size:14px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-card-v3 p {
    font-size:9.5px!important;
    line-height:1.42!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-card-v3 b {
    padding-top:10px!important;
    font-size:9px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-footer-v3 {
    align-items:stretch!important;
    flex-direction:column!important;
    gap:10px!important;
    margin-top:13px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-footer-v3>span {
    font-size:9.5px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-footer-v3 .section-primary-cta {
    width:100%!important;
    justify-content:center!important;
  }
}

@media (max-width:420px) {
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 h2 {font-size:31px!important;}
  :where(.sr-style) #our-guarantee .guarantee-pillar-v3 {flex-basis:88%!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-head-v3 h2 {font-size:28px!important;}
}

/* =========================================================
   SHELROCK | Flagship trust + 3-step trade clarity — final pass
   Scope: category rhythm, #our-guarantee, #how-it-works only.
   ========================================================= */

/* Desktop: Source by Category should visually follow Products, not float away. */
@media (min-width:901px) {
  :where(.sr-style) .category-showcase {
    padding-top:16px!important;
  }
}

/* Flagship USP: centered on every device; full-width hero, no hidden desktop carousel. */
:where(.sr-style) #our-guarantee .guarantee-hero-head-v3 {
  max-width:920px!important;
  text-align:center!important;
}
:where(.sr-style) #our-guarantee .guarantee-eyebrow-v3 {
  justify-content:center!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v3 p {
  max-width:730px!important;
}
:where(.sr-style) #our-guarantee .guarantee-promise-v3 {
  max-width:900px!important;
}
:where(.sr-style) #our-guarantee .guarantee-pillar-v3 {
  text-align:left!important;
}

/* How Shelrock Works: simplify to three unmistakable buyer-facing steps. */
:where(.sr-style) #how-it-works .a2a-enterprise-v3 {
  grid-template-columns:minmax(0,.76fr) minmax(660px,1.24fr)!important;
  gap:34px!important;
  align-items:center!important;
}
:where(.sr-style) #how-it-works .a2a-key-points-v3 {
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  margin-top:20px!important;
}
:where(.sr-style) #how-it-works .a2a-key-points-v3 span {
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  color:#2c435e!important;
  font-size:12px!important;
  line-height:1.3!important;
}
:where(.sr-style) #how-it-works .a2a-key-points-v3 i {
  display:grid!important;
  place-items:center!important;
  width:21px!important;
  height:21px!important;
  flex:0 0 21px!important;
  border-radius:50%!important;
  background:#eaf7f0!important;
  color:#118253!important;
  font-style:normal!important;
  font-size:10px!important;
  font-weight:900!important;
}
:where(.sr-style) #how-it-works .a2a-three-step-flow {
  grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important;
  padding:20px!important;
}
:where(.sr-style) #how-it-works .a2a-three-step-flow .a2a-simple-step {
  min-height:205px!important;
  padding:19px 17px!important;
}
:where(.sr-style) #how-it-works .a2a-three-step-flow .a2a-simple-step h3 {
  min-height:0!important;
  font-size:16px!important;
}
:where(.sr-style) #how-it-works .a2a-three-step-flow .a2a-simple-step p {
  font-size:10.5px!important;
}
:where(.sr-style) #how-it-works .a2a-footer-v3 {
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

@media (max-width:1180px) and (min-width:761px) {
  :where(.sr-style) #how-it-works .a2a-enterprise-v3 {
    grid-template-columns:minmax(0,.78fr) minmax(570px,1.22fr)!important;
    gap:24px!important;
  }
}

@media (max-width:760px) {
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 {
    text-align:center!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-eyebrow-v3 {
    justify-content:center!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v3 p {
    margin-left:auto!important;
    margin-right:auto!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-promise-v3 {
    text-align:left!important;
  }

  :where(.sr-style) #how-it-works .a2a-enterprise-v3 {
    display:block!important;
  }
  :where(.sr-style) #how-it-works .a2a-key-points-v3 {
    gap:7px!important;
    margin-top:15px!important;
  }
  :where(.sr-style) #how-it-works .a2a-three-step-flow {
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    padding:12px!important;
  }
  :where(.sr-style) #how-it-works .a2a-three-step-flow .a2a-simple-step {
    min-height:0!important;
    padding:15px!important;
  }
  :where(.sr-style) #how-it-works .a2a-three-step-flow .a2a-simple-arrow {
    height:15px!important;
    transform:rotate(90deg)!important;
  }
  :where(.sr-style) #how-it-works .a2a-footer-v3 {
    grid-template-columns:1fr!important;
  }
  :where(.sr-style) #how-it-works .a2a-footer-v3 span {
    justify-content:flex-start!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
    padding:9px 13px!important;
  }
  :where(.sr-style) #how-it-works .a2a-footer-v3 span:last-child {
    border-bottom:0!important;
  }
}

/* =========================================================
   SHELROCK GUARANTEE · FLAGSHIP USP V4
   Scoped exclusively to #our-guarantee
   ========================================================= */
:where(.sr-style) #our-guarantee.guarantee-flagship-v4 {
  position:relative!important;
  overflow:hidden!important;
  padding:96px 0 88px!important;
  background:#f7f9fc!important;
  border-top:1px solid #e8edf4!important;
  border-bottom:1px solid #e8edf4!important;
}
:where(.sr-style) #our-guarantee .guarantee-flagship-bg-v4 {
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 14% 12%,rgba(33,91,214,.07),transparent 29%),
    radial-gradient(circle at 88% 84%,rgba(20,159,108,.055),transparent 26%)!important;
}
:where(.sr-style) #our-guarantee .guarantee-flagship-shell-v4 {
  position:relative!important;
  z-index:1!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v4 {
  max-width:900px!important;
  margin:0 auto 30px!important;
  text-align:center!important;
}
:where(.sr-style) #our-guarantee .guarantee-eyebrow-v4 {
  justify-content:center!important;
  color:#2455a6!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v4 h2 {
  margin:14px 0 16px!important;
  color:#10233c!important;
  font-size:54px!important;
  line-height:1.02!important;
  letter-spacing:-.048em!important;
  font-weight:790!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v4 h2 em {
  color:#285fc2!important;
  font-style:normal!important;
  font-weight:790!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-head-v4 p {
  max-width:760px!important;
  margin:0 auto!important;
  color:#627087!important;
  font-size:17px!important;
  line-height:1.6!important;
  letter-spacing:-.012em!important;
}
:where(.sr-style) #our-guarantee .guarantee-route-strip-v4 {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 auto 28px!important;
  padding:11px 16px!important;
  border:1px solid #dde5f0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.84)!important;
  box-shadow:0 10px 30px rgba(25,45,74,.05)!important;
  color:#617086!important;
  white-space:nowrap!important;
}
:where(.sr-style) #our-guarantee .guarantee-route-strip-v4 span,
:where(.sr-style) #our-guarantee .guarantee-route-strip-v4 b {
  font-size:9px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.095em!important;
}
:where(.sr-style) #our-guarantee .guarantee-route-strip-v4 b {color:#174f9e!important;}
:where(.sr-style) #our-guarantee .guarantee-route-strip-v4 i {
  color:#a7b3c3!important;
  font-size:12px!important;
  font-style:normal!important;
}
:where(.sr-style) #our-guarantee .guarantee-usp-grid-v4 {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  max-width:1120px!important;
  margin:0 auto!important;
}
:where(.sr-style) #our-guarantee .guarantee-usp-card-v4 {
  position:relative!important;
  min-height:315px!important;
  padding:28px 30px 25px!important;
  border:1px solid rgba(28,48,75,.08)!important;
  border-radius:24px!important;
  box-shadow:0 10px 30px rgba(27,45,72,.045)!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
:where(.sr-style) #our-guarantee .guarantee-verified-v4 {background:#f1f6ff!important;}
:where(.sr-style) #our-guarantee .guarantee-a2a-v4 {background:#f6f3ff!important;}
:where(.sr-style) #our-guarantee .guarantee-track-v4 {background:#effaf6!important;}
:where(.sr-style) #our-guarantee .guarantee-compliance-v4 {background:#fff7ee!important;}
:where(.sr-style) #our-guarantee .guarantee-usp-card-v4:hover {
  transform:translateY(-3px)!important;
  box-shadow:0 18px 44px rgba(27,45,72,.075)!important;
  border-color:rgba(28,48,75,.13)!important;
}
:where(.sr-style) #our-guarantee .guarantee-card-top-v4 {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-bottom:20px!important;
}
:where(.sr-style) #our-guarantee .guarantee-card-no-v4 {
  color:rgba(22,43,70,.27)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
:where(.sr-style) #our-guarantee .guarantee-card-icon-v4 {
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  border:1px solid rgba(24,48,82,.08)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:0 8px 22px rgba(25,45,74,.055)!important;
}
:where(.sr-style) #our-guarantee .guarantee-card-icon-v4 svg {
  width:23px!important;
  height:23px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
:where(.sr-style) #our-guarantee .guarantee-verified-v4 .guarantee-card-icon-v4 {color:#2665d5!important;}
:where(.sr-style) #our-guarantee .guarantee-a2a-v4 .guarantee-card-icon-v4 {color:#6d56c9!important;}
:where(.sr-style) #our-guarantee .guarantee-track-v4 .guarantee-card-icon-v4 {color:#168c61!important;}
:where(.sr-style) #our-guarantee .guarantee-compliance-v4 .guarantee-card-icon-v4 {color:#c56b23!important;}
:where(.sr-style) #our-guarantee .guarantee-usp-card-v4>small {
  display:block!important;
  margin-bottom:7px!important;
  color:#6d7c90!important;
  font-size:9.5px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.115em!important;
}
:where(.sr-style) #our-guarantee .guarantee-usp-card-v4 h3 {
  margin:0 0 8px!important;
  color:#142a46!important;
  font-size:25px!important;
  line-height:1.13!important;
  letter-spacing:-.03em!important;
  font-weight:790!important;
}
:where(.sr-style) #our-guarantee .guarantee-usp-card-v4 strong {
  display:block!important;
  margin-bottom:10px!important;
  color:#30445e!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:760!important;
}
:where(.sr-style) #our-guarantee .guarantee-usp-card-v4 p {
  max-width:510px!important;
  margin:0!important;
  color:#677589!important;
  font-size:12.5px!important;
  line-height:1.62!important;
  letter-spacing:-.004em!important;
}
:where(.sr-style) #our-guarantee .guarantee-card-proof-v4 {
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:20px!important;
}
:where(.sr-style) #our-guarantee .guarantee-card-proof-v4 span {
  padding:6px 8px!important;
  border:1px solid rgba(30,54,82,.075)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.66)!important;
  color:#53657c!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:750!important;
}
:where(.sr-style) #our-guarantee .guarantee-footer-v4 {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  max-width:1120px!important;
  margin:18px auto 0!important;
  padding:18px 20px!important;
  border:1px solid #dfe6ef!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(25,45,74,.045)!important;
}
:where(.sr-style) #our-guarantee .guarantee-footer-copy-v4 small {
  display:block!important;
  margin-bottom:4px!important;
  color:#2860b8!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
}
:where(.sr-style) #our-guarantee .guarantee-footer-copy-v4 b {
  display:block!important;
  color:#2a3e58!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:710!important;
}
:where(.sr-style) #our-guarantee .guarantee-hero-cta-v4 {
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

@media (max-width:980px) {
  :where(.sr-style) #our-guarantee.guarantee-flagship-v4 {padding:76px 0 70px!important;}
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v4 h2 {font-size:46px!important;}
  :where(.sr-style) #our-guarantee .guarantee-route-strip-v4 {
    width:100%!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
    scrollbar-width:none!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-route-strip-v4::-webkit-scrollbar {display:none!important;}
}

@media (max-width:760px) {
  :where(.sr-style) #our-guarantee.guarantee-flagship-v4 {padding:54px 0 48px!important;}
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v4 {margin-bottom:20px!important;}
  :where(.sr-style) #our-guarantee .guarantee-eyebrow-v4 {justify-content:center!important;text-align:center!important;}
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v4 h2 {
    margin:10px 0 12px!important;
    font-size:30px!important;
    line-height:1.06!important;
    letter-spacing:-.04em!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v4 p {
    max-width:94%!important;
    font-size:12px!important;
    line-height:1.58!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-route-strip-v4 {
    margin-bottom:14px!important;
    padding:9px 11px!important;
    border-radius:12px!important;
    gap:8px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-route-strip-v4 span,
  :where(.sr-style) #our-guarantee .guarantee-route-strip-v4 b {font-size:7.5px!important;}
  :where(.sr-style) #our-guarantee .guarantee-usp-grid-v4 {
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-usp-card-v4 {
    min-height:0!important;
    padding:19px 18px 18px!important;
    border-radius:18px!important;
    box-shadow:none!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-usp-card-v4:hover {transform:none!important;box-shadow:none!important;}
  :where(.sr-style) #our-guarantee .guarantee-card-top-v4 {margin-bottom:13px!important;}
  :where(.sr-style) #our-guarantee .guarantee-card-icon-v4 {
    width:41px!important;
    height:41px!important;
    border-radius:13px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-card-icon-v4 svg {width:20px!important;height:20px!important;}
  :where(.sr-style) #our-guarantee .guarantee-usp-card-v4 h3 {
    margin-bottom:6px!important;
    font-size:20px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-usp-card-v4 strong {margin-bottom:7px!important;font-size:11.5px!important;}
  :where(.sr-style) #our-guarantee .guarantee-usp-card-v4 p {font-size:10.5px!important;line-height:1.55!important;}
  :where(.sr-style) #our-guarantee .guarantee-card-proof-v4 {margin-top:13px!important;gap:5px!important;}
  :where(.sr-style) #our-guarantee .guarantee-card-proof-v4 span {padding:5px 7px!important;font-size:8px!important;}
  :where(.sr-style) #our-guarantee .guarantee-footer-v4 {
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
    margin-top:12px!important;
    padding:15px!important;
    border-radius:16px!important;
  }
  :where(.sr-style) #our-guarantee .guarantee-footer-copy-v4 {text-align:left!important;}
  :where(.sr-style) #our-guarantee .guarantee-footer-copy-v4 b {font-size:11px!important;}
  :where(.sr-style) #our-guarantee .guarantee-hero-cta-v4 {width:max-content!important;max-width:100%!important;}
}

@media (max-width:390px) {
  :where(.sr-style) #our-guarantee .guarantee-hero-head-v4 h2 {font-size:28px!important;}
  :where(.sr-style) #our-guarantee .guarantee-usp-card-v4 {padding:17px 16px!important;}
}

/* ========================================================================
   SHELROCK | Trade Intelligence v4 — enterprise hub preview
   Scope: #trade-intelligence only
   ======================================================================== */
:where(.sr-style) #trade-intelligence.trade-intelligence-v4 {
  position:relative;
  overflow:hidden;
  padding:76px 0 78px!important;
  background:linear-gradient(180deg,#f8faff 0%,#fbfcfe 100%)!important;
  border-top:1px solid #e7edf5;
  border-bottom:1px solid #e7edf5;
}
:where(.sr-style) #trade-intelligence.trade-intelligence-v4:before {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-220px;
  top:-260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(21,87,213,.09) 0%,rgba(21,87,213,0) 70%);
  pointer-events:none;
}
:where(.sr-style) #trade-intelligence .trade-intelligence-shell-v4 {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr);
  align-items:center;
  gap:54px;
}
:where(.sr-style) #trade-intelligence .trade-intel-copy-v4 {
  min-width:0;
}
:where(.sr-style) #trade-intelligence .trade-intel-copy-v4 .eyebrow {
  margin-bottom:14px;
}
:where(.sr-style) #trade-intelligence .trade-intel-copy-v4 h2 {
  max-width:620px;
  margin:0!important;
  color:#0c1d34;
  font-size:48px!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  font-weight:850!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-copy-v4 h2 em {
  display:block;
  color:#1557d5;
  font-style:normal;
  font-weight:850;
}
:where(.sr-style) #trade-intelligence .trade-intel-copy-v4>p {
  max-width:610px;
  margin:18px 0 0!important;
  color:#627188;
  font-size:15px!important;
  line-height:1.65!important;
  letter-spacing:-.01em;
}
:where(.sr-style) #trade-intelligence .trade-intel-scope-v4 {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
:where(.sr-style) #trade-intelligence .trade-intel-scope-v4 span {
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid #dce5f1;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#42556f;
  font-size:11px!important;
  line-height:1.15;
  font-weight:750;
  white-space:nowrap;
}
:where(.sr-style) #trade-intelligence .trade-intel-main-cta-v4 {
  display:inline-flex!important;
  margin-top:28px!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-v4 {
  overflow:hidden;
  min-width:0;
  border:1px solid #dce5f0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 22px 60px rgba(20,44,78,.10);
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-head-v4 {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:52px;
  padding:0 20px;
  border-bottom:1px solid #edf1f6;
  background:#fbfcfe;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-head-v4>div {
  display:flex;
  align-items:center;
  gap:8px;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-head-v4 b {
  color:#344b67;
  font-size:10px!important;
  letter-spacing:.12em;
  font-weight:900;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-head-v4 small {
  color:#8190a3;
  font-size:9px!important;
  letter-spacing:.1em;
  font-weight:800;
}
:where(.sr-style) #trade-intelligence .trade-intel-live-v4 {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#16a06a;
  box-shadow:0 0 0 4px rgba(22,160,106,.10);
}
:where(.sr-style) #trade-intelligence .trade-intel-search-v4 {
  display:flex;
  align-items:center;
  gap:13px;
  margin:18px 18px 12px;
  padding:14px 16px;
  border:1px solid #dce5f1;
  border-radius:14px;
  background:#f7faff;
}
:where(.sr-style) #trade-intelligence .trade-intel-search-v4>span {
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:10px;
  background:#fff;
  color:#1557d5;
  box-shadow:0 3px 12px rgba(28,66,120,.07);
}
:where(.sr-style) #trade-intelligence .trade-intel-search-v4 svg {
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
:where(.sr-style) #trade-intelligence .trade-intel-search-v4 small {
  display:block;
  color:#6f8095;
  font-size:8px!important;
  letter-spacing:.12em;
  font-weight:900;
}
:where(.sr-style) #trade-intelligence .trade-intel-search-v4 b {
  display:block;
  margin-top:3px;
  color:#203751;
  font-size:12px!important;
  font-weight:760;
}
:where(.sr-style) #trade-intelligence .trade-intel-modules-v4 {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  padding:0 18px 18px;
}
:where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article {
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:start;
  gap:11px;
  min-height:128px;
  padding:16px 14px;
  border:1px solid #e5ebf3;
  border-radius:15px;
  background:#fff;
}
:where(.sr-style) #trade-intelligence .trade-intel-module-icon-v4 {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:11px;
  background:#eef4ff;
  color:#1557d5;
}
:where(.sr-style) #trade-intelligence .trade-intel-module-icon-v4 svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
:where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article small {
  display:block;
  color:#6e8096;
  font-size:7.5px!important;
  letter-spacing:.09em;
  font-weight:900;
}
:where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article h3 {
  margin:5px 0 0!important;
  color:#172e4a;
  font-size:14px!important;
  line-height:1.2!important;
  letter-spacing:-.02em;
  font-weight:820!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article p {
  margin:6px 0 0!important;
  color:#718096;
  font-size:10px!important;
  line-height:1.45!important;
}
:where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article>b {
  color:#b2bfce;
  font-size:10px!important;
  font-weight:850;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-foot-v4 {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:45px;
  padding:0 20px;
  border-top:1px solid #edf1f6;
  background:#fbfcfe;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-foot-v4 span {
  color:#748398;
  font-size:9px!important;
  font-weight:700;
}
:where(.sr-style) #trade-intelligence .trade-intel-workspace-foot-v4 b {
  color:#1557d5;
  font-size:9px!important;
  font-weight:850;
}
@media (max-width:1050px) {
  :where(.sr-style) #trade-intelligence .trade-intelligence-shell-v4 {
    grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
    gap:34px;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4 h2 {font-size:42px!important;}
}
@media (max-width:860px) {
  :where(.sr-style) #trade-intelligence.trade-intelligence-v4 {padding:58px 0 60px!important;}
  :where(.sr-style) #trade-intelligence .trade-intelligence-shell-v4 {
    grid-template-columns:1fr;
    gap:32px;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4 {max-width:680px;}
}
@media (max-width:640px) {
  :where(.sr-style) #trade-intelligence.trade-intelligence-v4 {padding:38px 0 42px!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4 .eyebrow {margin-bottom:10px;}
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4 h2 {
    max-width:100%;
    font-size:30px!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4 h2 em {display:inline;}
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4>p {
    margin-top:12px!important;
    font-size:13px!important;
    line-height:1.55!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-scope-v4 {
    gap:6px;
    margin-top:18px;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-scope-v4 span {
    min-height:29px;
    padding:6px 9px;
    font-size:9.5px!important;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-main-cta-v4 {margin-top:20px!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-workspace-v4 {border-radius:18px;}
  :where(.sr-style) #trade-intelligence .trade-intel-workspace-head-v4 {min-height:46px;padding:0 14px;}
  :where(.sr-style) #trade-intelligence .trade-intel-search-v4 {margin:12px 12px 9px;padding:11px 12px;}
  :where(.sr-style) #trade-intelligence .trade-intel-search-v4>span {flex-basis:31px;width:31px;height:31px;}
  :where(.sr-style) #trade-intelligence .trade-intel-search-v4 b {font-size:10.5px!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-modules-v4 {
    grid-template-columns:1fr;
    gap:7px;
    padding:0 12px 12px;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article {
    grid-template-columns:38px minmax(0,1fr) auto;
    min-height:0;
    gap:10px;
    padding:13px 12px;
    border-radius:13px;
  }
  :where(.sr-style) #trade-intelligence .trade-intel-module-icon-v4 {width:36px;height:36px;border-radius:10px;}
  :where(.sr-style) #trade-intelligence .trade-intel-module-icon-v4 svg {width:18px;height:18px;}
  :where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article h3 {font-size:12.5px!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-modules-v4 article p {font-size:9.5px!important;margin-top:4px!important;}
  :where(.sr-style) #trade-intelligence .trade-intel-workspace-foot-v4 {min-height:42px;padding:0 14px;}
  :where(.sr-style) #trade-intelligence .trade-intel-workspace-foot-v4 span,
  :where(.sr-style) #trade-intelligence .trade-intel-workspace-foot-v4 b {font-size:8px!important;}
}
@media (max-width:380px) {
  :where(.sr-style) #trade-intelligence .trade-intel-copy-v4 h2 {font-size:28px!important;}
}

/* ==========================================================================\n   SHELROCK · HOMEPAGE LIVE INDICATIVE FOB PRICE\n   Scoped to #products only. Existing card structure remains untouched.\n   ========================================================================== */
:where(.sr-style) #products .live-fob-price {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:8px!important;
  margin-top:9px!important;
  padding:9px 0 4px!important;
  border-top:1px solid #edf1f5!important;
  border-bottom:0!important;
}
:where(.sr-style) #products .live-fob-main {
  min-width:0;
}
:where(.sr-style) #products .live-fob-main>small {
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  margin:0 0 3px!important;
  color:#647386!important;
  font-size:8.2px!important;
  line-height:1.15!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
:where(.sr-style) #products .live-fob-main>small i {
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#13a86d;
  box-shadow:0 0 0 3px rgba(19,168,109,.11);
  animation:shelrockLiveFobPulse 2.1s ease-in-out infinite;
}
@keyframes shelrockLiveFobPulse {
  0%,100% { box-shadow:0 0 0 3px rgba(19,168,109,.10); }
  50% { box-shadow:0 0 0 6px rgba(19,168,109,.025); }
}
:where(.sr-style) #products .live-fob-main>strong {
  display:block!important;
  margin:0!important;
  color:#142b47!important;
  font-size:15.5px!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
}
:where(.sr-style) #products .live-fob-main>strong em {
  color:#7c8999!important;
  font-size:8.5px!important;
  font-style:normal!important;
  font-weight:750!important;
  letter-spacing:0!important;
}
:where(.sr-style) #products .live-fob-trend {
  align-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  min-height:24px;
  padding:4px 6px;
  border-radius:999px;
  font-size:9px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  border:1px solid transparent;
}
:where(.sr-style) #products .live-fob-trend.is-up {
  color:#087a50;
  background:#effaf5;
  border-color:#d7f0e4;
}
:where(.sr-style) #products .live-fob-trend.is-down {
  color:#c2413b;
  background:#fff4f2;
  border-color:#f4dedb;
}
:where(.sr-style) #products .live-fob-trend.is-flat {
  color:#68768a;
  background:#f5f7f9;
  border-color:#e7ebef;
}
:where(.sr-style) #products .live-fob-foot {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  margin:0 0 8px;
  padding:0 0 7px;
  border-bottom:1px solid #edf1f5;
  color:#97a1ae;
  font-size:7.8px;
  line-height:1.2;
  font-weight:700;
}
:where(.sr-style) #products .live-fob-foot span:last-child {
  text-align:right;
  white-space:nowrap;
}

@media (max-width:760px) {
  :where(.sr-style) #products .live-fob-price {
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:4px!important;
    margin-top:7px!important;
    padding:7px 0 3px!important;
  }
  :where(.sr-style) #products .live-fob-main>small {
    gap:3px!important;
    margin-bottom:2px!important;
    font-size:6.1px!important;
    letter-spacing:.015em!important;
  }
  :where(.sr-style) #products .live-fob-main>small i {
    width:4px;
    height:4px;
    flex-basis:4px;
    box-shadow:none;
    animation:none;
  }
  :where(.sr-style) #products .live-fob-main>strong {
    font-size:10.8px!important;
    line-height:1.12!important;
  }
  :where(.sr-style) #products .live-fob-main>strong em {
    font-size:6.4px!important;
  }
  :where(.sr-style) #products .live-fob-trend {
    min-width:40px;
    min-height:20px;
    padding:3px 4px;
    font-size:6.8px;
  }
  :where(.sr-style) #products .live-fob-foot {
    gap:4px;
    margin-bottom:6px;
    padding-bottom:5px;
    font-size:5.9px;
  }
}


/* ==========================================================================\n   SHELROCK · PRODUCT CTA LIVE COMMERCE MOTION\n   Scoped to homepage product cards only. No layout/design changes.\n   ========================================================================== */
:where(.sr-style) #products .live-fob-foot {
  justify-content:flex-end!important;
}
:where(.sr-style) #products .live-fob-foot span {
  margin-left:auto;
  text-align:right;
  white-space:nowrap;
}

:where(.sr-style) #products .b2b-product-body .card-quote {
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease!important;
  animation:shelrockQuoteBreath 5.4s ease-in-out infinite;
}
:where(.sr-style) #products .b2b-product-body .card-quote::before {
  content:"";
  position:absolute;
  top:-55%;
  bottom:-55%;
  left:-34%;
  width:24%;
  pointer-events:none;
  transform:skewX(-18deg);
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  animation:shelrockQuoteSweep 5.4s ease-in-out infinite;
}
:where(.sr-style) #products .b2b-product-body .card-quote span {
  display:inline-block;
  will-change:transform;
  animation:shelrockQuoteArrow 2.7s ease-in-out infinite;
}
:where(.sr-style) #products .b2b-product-body .card-quote:hover,
:where(.sr-style) #products .b2b-product-body .card-quote:focus-visible {
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(234,76,19,.18)!important;
  filter:saturate(1.03);
}
:where(.sr-style) #products .b2b-product-body .card-quote:hover span,
:where(.sr-style) #products .b2b-product-body .card-quote:focus-visible span {
  animation:none;
  transform:translateX(3px);
}

@keyframes shelrockQuoteBreath {
  0%,72%,100% { box-shadow:0 0 0 rgba(234,76,19,0); }
  82% { box-shadow:0 5px 15px rgba(234,76,19,.13); }
}
@keyframes shelrockQuoteSweep {
  0%,68% { left:-34%; opacity:0; }
  72% { opacity:.8; }
  88% { left:116%; opacity:.55; }
  89%,100% { left:116%; opacity:0; }
}
@keyframes shelrockQuoteArrow {
  0%,62%,100% { transform:translateX(0); }
  72% { transform:translateX(3px); }
  82% { transform:translateX(0); }
}

@media (prefers-reduced-motion:reduce) {
  :where(.sr-style) #products .b2b-product-body .card-quote,
  :where(.sr-style) #products .b2b-product-body .card-quote::before,
  :where(.sr-style) #products .b2b-product-body .card-quote span {
    animation:none!important;
  }
}

/* =========================================================
   SHELROCK | Product card Request Quote CTA font +4px
   2026-09-14
   ========================================================= */
:where(.sr-style) #products .b2b-product-body .card-quote {
  font-size:14.5px!important;
}

@media (max-width:640px) {
  :where(.sr-style) #products .b2b-product-body .card-quote {
    font-size:13px!important;
  }
}

/* =========================================================
   SHELROCK | Find Buyers border only
   2026-09-14
   ========================================================= */
:where(.sr-style) .category-links > .buyer-intelligence-nav {
  border-color:#1557d5!important;
  border-bottom-color:#1557d5!important;
}

/* =========================================================
   SHELROCK | Header logo icon -4px only
   2026-09-14
   ========================================================= */
:where(.sr-style) .site-header .brand-logo-img {
  width:34px!important;
  height:34px!important;
  flex-basis:34px!important;
}

@media (max-width:900px) {
  :where(.sr-style) .site-header .brand-logo-img {
    width:26px!important;
    height:26px!important;
    flex-basis:26px!important;
  }
}

/* =========================================================
   SHELROCK | Header logo -6px + search suggestions layering
   2026-09-14
   ========================================================= */
:where(.sr-style) .market-header .brand-mark {
  width:36px!important;
  height:36px!important;
}

@media (min-width:981px) {
  :where(.sr-style) .market-header .brand-mark {
    width:44px!important;
    height:44px!important;
  }
}

/* Keep autocomplete results above the category navigation bar. */
:where(.sr-style) .market-header .search-wrap {
  z-index:500!important;
}

:where(.sr-style) .market-header .search-suggestions,
:where(.sr-style) .market-header .search-type-menu {
  z-index:510!important;
}
