/* wire-profile-insights-303f1h733 */

.wire-insights-shell-h733{
  display:grid;
  gap:18px;
  padding-bottom:48px;
}

.wire-insights-hero-h733{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:24px;
  border:1px solid #29465c;
  border-radius:18px;
  background:linear-gradient(145deg,#0b1c2b,#07131e);
}

.wire-insights-hero-h733 h1{
  margin:3px 0 6px;
}

.wire-insights-hero-h733 p:last-child{
  margin:0;
  color:#92a9b9;
}

.wire-insights-hero-actions-h733,
.wire-insights-inline-actions-h733{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.wire-insights-range-h733{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px;
  border:1px solid #29465c;
  border-radius:15px;
  background:#081621;
}

.wire-insights-range-h733>a{
  padding:9px 13px;
  border-radius:999px;
  color:#d8e8f2;
  text-decoration:none;
  font-weight:800;
}

.wire-insights-range-h733>a:hover{
  background:#10283a;
}

.wire-insights-range-h733 form{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}

.wire-insights-range-h733 input{
  max-width:150px;
}

.wire-insights-grid-h733{
  display:grid;
  gap:14px;
}

.wire-insights-primary-h733{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.wire-insights-secondary-h733,
.wire-insights-discovery-h733{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.wire-insight-card-h733{
  display:grid;
  gap:7px;
  min-height:132px;
  padding:20px;
  border:1px solid #29465c;
  border-radius:16px;
  background:#091925;
}

.wire-insight-card-h733>span{
  color:#9aafbe;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.wire-insight-card-h733>strong{
  font-size:30px;
  line-height:1;
}

.wire-insight-card-h733>small{
  color:#89a1b2;
}

.wire-insights-list-h733{
  display:grid;
  gap:0;
  margin:14px 0;
}

.wire-insights-list-h733>div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid rgba(77,107,131,.28);
}

.wire-insights-list-h733 dt{
  color:#a6bac8;
}

.wire-insights-list-h733 dd{
  margin:0;
  font-weight:900;
}

.wire-insights-chart-card-h733{
  overflow:hidden;
}

.wire-insights-chart-h733{
  display:flex;
  align-items:end;
  gap:5px;
  min-height:230px;
  padding:24px 6px 8px;
  overflow-x:auto;
}

.wire-insights-chart-day-h733{
  display:grid;
  flex:1 0 24px;
  justify-items:center;
  gap:7px;
  min-width:24px;
}

.wire-insights-bars-h733{
  display:flex;
  align-items:end;
  gap:2px;
  width:100%;
  height:180px;
}

.wire-insights-bars-h733 i,
.wire-insights-bars-h733 b{
  display:block;
  flex:1;
  min-height:2px;
  border-radius:5px 5px 2px 2px;
}

.wire-insights-bars-h733 i{background:#3ba9e8}
.wire-insights-bars-h733 b{background:#a977ff}

.wire-insights-chart-day-h733 small{
  color:#8198a9;
  font-size:10px;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
}

.wire-insights-legend-h733{
  display:flex;
  gap:16px;
  color:#9db1c0;
  font-size:12px;
}

.wire-insights-legend-h733 span{
  display:flex;
  align-items:center;
  gap:6px;
}

.wire-insights-legend-h733 i,
.wire-insights-legend-h733 b{
  width:10px;
  height:10px;
  border-radius:3px;
}

.wire-insights-legend-h733 i{background:#3ba9e8}
.wire-insights-legend-h733 b{background:#a977ff}

.wire-insights-ranked-h733{
  display:grid;
  gap:0;
  padding:0;
  margin:14px 0 0;
  list-style:none;
}

.wire-insights-ranked-h733 li{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:11px 0;
  border-bottom:1px solid rgba(77,107,131,.28);
}

.wire-insights-ranked-h733 a{
  color:#8ad2ff;
  text-decoration:none;
  font-weight:800;
}

.wire-insights-note-h733{
  padding:13px 15px;
  border:1px solid #3a5062;
  border-radius:12px;
  background:#0a1721;
  color:#91a6b5;
  font-size:13px;
  line-height:1.5;
}

.analytics-table-wrap{
  overflow:auto;
}

.analytics-table-card table{
  min-width:860px;
}

.analytics-table-card td:first-child a{
  display:grid;
  gap:4px;
  min-width:220px;
  text-decoration:none;
}

.analytics-table-card td:first-child small{
  color:#8da3b2;
}

@media(max-width:899px){
  .wire-insights-primary-h733{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .wire-insights-secondary-h733,
  .wire-insights-discovery-h733{
    grid-template-columns:1fr;
  }
}

@media(max-width:699px){
  .wire-insights-shell-h733{
    gap:12px;
    padding-bottom:calc(88px + env(safe-area-inset-bottom));
  }

  .wire-insights-hero-h733{
    display:grid;
    padding:18px 15px;
    border-radius:0;
    border-left:0;
    border-right:0;
  }

  .wire-insights-hero-actions-h733 a{
    flex:1;
    text-align:center;
  }

  .wire-insights-range-h733{
    position:sticky;
    top:0;
    z-index:20;
    flex-wrap:wrap;
    border-radius:0;
    border-left:0;
    border-right:0;
    backdrop-filter:blur(12px);
  }

  .wire-insights-range-h733 form{
    display:grid;
    grid-template-columns:1fr 1fr auto;
    width:100%;
    margin:0;
  }

  .wire-insights-range-h733 input{
    width:100%;
    min-width:0;
  }

  .wire-insights-primary-h733{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:0 10px;
  }

  .wire-insight-card-h733{
    min-height:118px;
    padding:15px;
  }

  .wire-insight-card-h733>strong{
    font-size:24px;
  }

  .wire-insights-secondary-h733,
  .wire-insights-discovery-h733,
  .wire-insights-chart-card-h733,
  .analytics-table-card,
  .wire-insights-note-h733{
    margin-left:10px;
    margin-right:10px;
  }
}

@media(max-width:430px){
  .wire-insights-primary-h733{
    grid-template-columns:1fr;
  }
}
/* wire-profile-insights-format-accuracy-303f1h733c */

/*
 * h733c explicitly returns ownership of this page to the normal
 * center content column. No child is allowed to establish a wider
 * intrinsic desktop width underneath the fixed right rail.
 */
main.content-column,
main.content-column > .wire-insights-shell-h733{
  min-width:0 !important;
}

.wire-insights-shell-h733{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow:hidden !important;
}

.wire-insights-shell-h733 > *,
.wire-insights-grid-h733,
.wire-insights-grid-h733 > *,
.wire-insights-hero-h733,
.wire-insights-range-h733,
.wire-insights-chart-card-h733,
.analytics-table-card{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

.wire-insights-hero-h733{
  align-items:center !important;
  flex-wrap:wrap !important;
  overflow:hidden !important;
}

.wire-insights-hero-h733 > div:first-child{
  flex:1 1 360px !important;
  min-width:0 !important;
}

.wire-insights-hero-actions-h733{
  flex:0 1 auto !important;
  max-width:100% !important;
  justify-content:flex-end !important;
}

.wire-insights-hero-actions-h733 a{
  white-space:nowrap !important;
}

.wire-insights-range-h733{
  flex-wrap:wrap !important;
  overflow:hidden !important;
}

.wire-insights-range-h733 form{
  flex:1 1 330px !important;
  min-width:0 !important;
  justify-content:flex-end !important;
}

.wire-insights-range-h733 input{
  min-width:0 !important;
  max-width:145px !important;
}

.wire-insights-primary-h733{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

.wire-insight-card-h733{
  min-width:0 !important;
  overflow:hidden !important;
}

.wire-insight-card-h733 > strong{
  max-width:100% !important;
  overflow-wrap:anywhere !important;
  font-size:clamp(23px,2.1vw,30px) !important;
}

.wire-insights-secondary-h733,
.wire-insights-discovery-h733{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.wire-insights-chart-h733{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
}

.analytics-table-wrap{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  overscroll-behavior-x:contain !important;
  -webkit-overflow-scrolling:touch !important;
}

.analytics-table-card table{
  width:max-content !important;
  min-width:860px !important;
  max-width:none !important;
}

@media(max-width:1180px){
  .wire-insights-primary-h733{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .wire-insights-hero-actions-h733{
    width:100% !important;
    justify-content:flex-start !important;
  }

  .wire-insights-range-h733 form{
    width:100% !important;
    justify-content:flex-start !important;
  }
}

@media(max-width:980px){
  .wire-insights-secondary-h733,
  .wire-insights-discovery-h733{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:699px){
  .wire-insights-primary-h733{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .wire-insights-hero-actions-h733{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .wire-insights-hero-actions-h733 a{
    width:100% !important;
    min-width:0 !important;
    white-space:normal !important;
  }

  .wire-insights-range-h733 form{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto !important;
  }
}

@media(max-width:430px){
  .wire-insights-primary-h733{
    grid-template-columns:1fr !important;
  }

  .wire-insights-hero-actions-h733{
    grid-template-columns:1fr !important;
  }
}