
.seo-request-page{
  min-width:320px;
  margin:0;
}
.seo-request-page .skip-link{
  position:fixed;
  top:0;
  left:-9999px;
  z-index:100;
  padding:10px 14px;
  color:#fff;
  background:#0b315f;
  border-radius:8px;
}
.seo-request-page .skip-link:focus{
  top:10px;
  left:12px;
}
.seo-request-page .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.seo-request-page .app-shell{
  min-height:100vh;
}
.seo-request-page .sidebar{
  z-index:20;
}
.seo-request-page .side-nav a.active{
  color:#fff;
  background:rgba(255,255,255,.09);
  box-shadow:inset 3px 0 0 var(--accent);
}
.seo-request-page .topbar{
  grid-template-columns:minmax(240px,1fr) auto;
}
.seo-request-page .topbar>div:first-child{
  display:grid;
  gap:2px;
}
.seo-request-page .topbar-actions{
  width:auto;
}
.seo-topbar-context small,
.seo-topbar-context strong{
  display:block;
}
.seo-topbar-context strong{
  color:var(--text);
  font-size:15px;
  font-weight:760;
}
.seo-topbar-context small{
  margin-top:2px;
  color:var(--text-muted);
  font-size:12px;
}
.seo-request-page .content{
  padding-bottom:40px;
}
.seo-request-page .view.active{
  display:block;
}
.seo-request-page .detail-panel{
  display:grid;
  gap:16px;
}
.seo-request-page .request-detail-card{
  position:relative;
}
.seo-request-page .request-detail-card .detail-hero{
  position:relative;
}
.seo-request-title{
  max-width:min(760px,calc(100% - 190px));
  margin:12px 0 0;
  color:var(--text);
  font-size:clamp(24px,2.5vw,30px);
  font-weight:780;
  line-height:1.12;
  overflow-wrap:anywhere;
}
.seo-request-page .request-summary-grid-top{
  padding-right:190px;
}
.seo-request-page .request-detail-card .detail-top>.offer-actions{
  position:absolute;
  top:50%;
  right:0;
  z-index:1;
  transform:translateY(-10%);
}
.seo-request-page .request-detail-card .detail-top>.offer-actions .btn{
  text-decoration:none;
}
.seo-participation-note{
  margin:0;
  padding:0;
  color:var(--text-secondary);
  font-size:13px;
  line-height:1.5;
}
.seo-participation-note strong{
  color:var(--text);
}
.seo-request-page .detail-description>h2{
  margin:0 0 14px;
  color:var(--text);
  font-size:22px;
  font-weight:760;
  line-height:1.16;
}
.seo-request-page .detail-items-table{
  max-height:520px;
  overflow:auto;
}
.seo-request-page .detail-items-table:focus-visible{
  outline:3px solid rgba(20,88,176,.4);
  outline-offset:3px;
}
.seo-request-page .detail-items-table table{
  min-width:1120px;
}
.seo-request-page .detail-items-table th,
.seo-request-page .detail-items-table td{
  padding:10px 9px;
}
.seo-request-page .detail-items-table td{
  color:var(--text);
  font-size:14px;
  line-height:1.45;
}
.seo-request-page .detail-items-table td:last-child,
.seo-request-page .detail-items-table th:last-child{
  text-align:left;
}
.seo-request-page .spec-grid{
  grid-template-columns:1fr;
}
.seo-request-page .published-line{
  margin:0;
}
.seo-related-panel{
  margin-top:16px;
}
.seo-related-panel h2{
  margin:0 0 14px;
  font-size:22px;
}
.seo-related-list{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}
.seo-related-list li{
  display:grid;
  gap:4px;
  padding:12px 0;
  border-bottom:1px solid var(--border-soft);
}
.seo-related-list li:last-child{
  border-bottom:0;
}
.seo-related-list a{
  color:var(--text);
  font-weight:720;
  text-decoration:none;
}
.seo-related-list a:hover{
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:3px;
}
.seo-related-list small{
  color:var(--text-muted);
}
.seo-related-footer{
  margin:14px 0 0;
}
.seo-related-footer a{
  font-weight:720;
}
.seo-request-page .app-footer{
  margin-top:auto;
}
.seo-request-page a:focus-visible,
.seo-request-page [tabindex]:focus-visible{
  outline:3px solid rgba(20,88,176,.42);
  outline-offset:3px;
}
.seo-request-page #content{
  scroll-margin-top:82px;
}
@media(max-width:900px){
  .seo-request-page .topbar{
    grid-template-columns:minmax(0,1fr) auto;
    padding-inline:16px;
  }
  .seo-topbar-context small{
    display:none;
  }
  .seo-request-page .topbar-actions .btn{
    min-height:38px;
    padding-inline:12px;
  }
  .seo-request-page .content{
    padding:16px 14px 94px;
  }
  .seo-request-page .detail-panel{
    padding:14px;
  }
}
@media(max-width:680px){
  .seo-topbar-context strong{
    font-size:13px;
  }
  .seo-request-page .topbar-actions .seo-register-link{
    display:none;
  }
  .seo-request-page .request-detail-card{
    padding:14px;
  }
  .seo-request-title{
    max-width:none;
    margin-top:10px;
    font-size:24px;
  }
  .seo-request-page .request-summary-grid-top{
    padding-right:0;
  }
  .seo-request-page .request-detail-card .detail-top>.offer-actions{
    position:static;
    width:100%;
    transform:none;
  }
  .seo-request-page .request-detail-card .detail-top>.offer-actions .btn{
    width:100%;
  }
  .seo-request-page .detail-items-table{
    max-height:none;
  }
  .seo-related-panel{
    padding:16px;
  }
}
