/*
 * JARVIS STEP 10-K REV KF
 * PROFESSIONAL PORTFOLIO WORKSPACE
 */

.step10-portfolio-workspace{
  overflow:auto;
}

.step10-portfolio-workspace.hidden{
  display:none !important;
}

.step10-k-shell{
  min-height:100%;
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.step10-k-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.035),
      rgba(255,255,255,.012)
    );
}

.step10-k-header h1{
  margin:5px 0 7px;
  font-size:26px;
  line-height:1.15;
  letter-spacing:-.025em;
}

.step10-k-header p{
  margin:0;
  max-width:720px;
  font-size:13px;
  line-height:1.55;
  opacity:.68;
}

.step10-k-eyebrow,
.step10-k-panel-kicker{
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.16em;
  opacity:.62;
}

.step10-k-eyebrow span{
  display:inline-flex;
  margin-left:8px;
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  font-size:9px;
  letter-spacing:.1em;
}

.step10-k-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.step10-k-sync-badge{
  min-height:36px;
  display:flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  white-space:nowrap;
}

.step10-k-primary-button{
  min-height:38px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:inherit;
  font:inherit;
  font-size:11px;
  font-weight:800;
  letter-spacing:.035em;
  cursor:pointer;
}

.step10-k-primary-button:hover{
  background:rgba(255,255,255,.13);
}

.step10-k-account-grid{
  display:grid;
  grid-template-columns:
    repeat(6,minmax(0,1fr));
  gap:12px;
}

.step10-k-stat{
  min-width:0;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.018);
}

.step10-k-stat span{
  display:block;
  margin-bottom:8px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.58;
}

.step10-k-stat strong{
  display:block;
  font-size:18px;
  line-height:1.15;
  letter-spacing:-.02em;
  overflow:hidden;
  text-overflow:ellipsis;
}

.step10-k-stat small{
  display:block;
  margin-top:7px;
  font-size:10px;
  opacity:.48;
}

.step10-k-main-grid{
  display:grid;
  grid-template-columns:
    minmax(0,1.75fr)
    minmax(300px,.75fr);
  gap:14px;
  align-items:start;
}

.step10-k-side-column{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.step10-k-panel{
  min-width:0;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.018);
  overflow:hidden;
}

.step10-k-panel-header{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:15px 17px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.step10-k-panel-header h2{
  margin:5px 0 0;
  font-size:15px;
  letter-spacing:-.01em;
}

.step10-k-panel-header > span{
  font-size:10px;
  font-weight:700;
  opacity:.55;
}

.step10-k-table-wrap{
  overflow:auto;
}

.step10-k-table{
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
  font-size:11px;
}

.step10-k-table th{
  height:39px;
  padding:0 12px;
  text-align:right;
  border-bottom:1px solid rgba(255,255,255,.07);
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.5;
  white-space:nowrap;
}

.step10-k-table th:first-child,
.step10-k-table th:nth-child(2){
  text-align:left;
}

.step10-k-table td{
  height:46px;
  padding:0 12px;
  text-align:right;
  border-bottom:1px solid rgba(255,255,255,.045);
  white-space:nowrap;
}

.step10-k-table td:first-child,
.step10-k-table td:nth-child(2){
  text-align:left;
}

.step10-k-table tr:last-child td{
  border-bottom:0;
}

.step10-k-table tbody tr.selected{
  background:rgba(255,255,255,.045);
}

.step10-k-table tbody tr:hover{
  background:rgba(255,255,255,.03);
}

.step10-k-symbol-button{
  border:0;
  padding:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}

.step10-k-symbol-button:hover{
  text-decoration:underline;
}

.step10-k-position-side{
  min-width:54px;
  padding:5px 7px;
  text-align:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  font-size:9px !important;
  letter-spacing:.08em;
}

.step10-k-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:rgba(255,255,255,.06);
}

.step10-k-detail-grid > div{
  min-width:0;
  padding:14px;
  background:
    rgba(12,14,17,.98);
}

.step10-k-detail-grid span,
.step10-k-health-grid span{
  display:block;
  margin-bottom:6px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.48;
}

.step10-k-detail-grid strong{
  display:block;
  font-size:14px;
  overflow:hidden;
  text-overflow:ellipsis;
}

.step10-k-intel-boundary{
  margin:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:11px;
}

.step10-k-intel-boundary span{
  display:block;
  margin-bottom:6px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.48;
}

.step10-k-intel-boundary strong{
  display:block;
  font-size:11px;
}

.step10-k-intel-boundary p{
  margin:8px 0 0;
  font-size:10px;
  line-height:1.5;
  opacity:.55;
}

.step10-k-exposure-row{
  width:100%;
  display:grid;
  grid-template-columns:minmax(100px,1fr) 1.3fr 48px;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.05);
  background:transparent;
  color:inherit;
  font:inherit;
  cursor:pointer;
  text-align:left;
}

.step10-k-exposure-row:last-child{
  border-bottom:0;
}

.step10-k-exposure-row:hover,
.step10-k-exposure-row.selected{
  background:rgba(255,255,255,.035);
}

.step10-k-exposure-row > div:first-child{
  min-width:0;
}

.step10-k-exposure-row strong{
  display:block;
  font-size:11px;
}

.step10-k-exposure-row span{
  display:block;
  margin-top:3px;
  font-size:9px;
  opacity:.5;
}

.step10-k-weight-track{
  height:4px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.06);
}

.step10-k-weight-track i{
  display:block;
  height:100%;
  border-radius:inherit;
  background:currentColor;
  opacity:.55;
}

.step10-k-weight{
  margin:0 !important;
  text-align:right;
  font-weight:700;
  opacity:.7 !important;
}

.step10-k-bottom-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:14px;
}

.step10-k-health-grid{
  display:grid;
  grid-template-columns:
    repeat(4,minmax(0,1fr));
  gap:1px;
  background:rgba(255,255,255,.06);
}

.step10-k-health-grid > div{
  min-width:0;
  padding:15px;
  background:
    rgba(12,14,17,.98);
}

.step10-k-health-grid strong{
  display:block;
  font-size:11px;
  overflow:hidden;
  text-overflow:ellipsis;
}

.step10-k-authority{
  padding:18px;
}

.step10-k-authority strong{
  display:block;
  font-size:11px;
  letter-spacing:.04em;
}

.step10-k-authority p{
  margin:8px 0 0;
  max-width:650px;
  font-size:10px;
  line-height:1.55;
  opacity:.55;
}

.step10-k-empty{
  padding:22px;
  text-align:center;
  font-size:10px;
  opacity:.48;
}

.step10-k-shell .positive{
  color:#75dc9a;
}

.step10-k-shell .negative{
  color:#ff7f7f;
}

@media (max-width:1350px){
  .step10-k-account-grid{
    grid-template-columns:
      repeat(3,minmax(0,1fr));
  }
}

@media (max-width:1050px){
  .step10-k-main-grid{
    grid-template-columns:1fr;
  }

  .step10-k-bottom-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .step10-k-shell{
    padding:14px;
  }

  .step10-k-header{
    flex-direction:column;
  }

  .step10-k-header-actions{
    width:100%;
    justify-content:flex-start;
  }

  .step10-k-account-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .step10-k-health-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }
}
