/* Evolutionary factory and steelworks reference contract: Chrome outer 1920x1080 at 100%. */
.industrial-cockpit{
  display:grid;
  grid-template-columns:7.2rem minmax(0,1fr);
  align-items:stretch;
  gap:.24rem;
  min-width:0;
  padding:.24rem .32rem;
  border:1px solid #624a2c;
  background:#120e0be8;
}
.industrial-cockpit-title{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 .42rem;
  border-right:2px solid #b78b45;
  color:#efd38f;
  font:700 .67rem/1.1 var(--font-heading,Georgia,serif);
  letter-spacing:.05em;
  text-align:center;
  text-transform:uppercase;
}
.industrial-cockpit>div{
  display:grid;
  grid-template-columns:repeat(4,minmax(10rem,1fr));
  grid-auto-rows:minmax(1.55rem,auto);
  gap:.18rem;
  min-width:0;
  overflow-x:auto;
  overflow-y:auto;
  scrollbar-width:thin;
}
.industrial-cockpit>div>span{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:.28rem;
  min-width:0;
  padding:.2rem .32rem;
  border:1px solid #493a27;
  border-left:2px solid #9a7945;
  background:#19130e;
}
.industrial-cockpit>div>span.ready{border-left-color:#65936a}
.industrial-cockpit>div>span.blocked{border-left-color:#ac7652}
.industrial-cockpit>div small{flex:0 0 auto;color:#a99778;font:700 .49rem/1.1 Arial,sans-serif;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}
.industrial-cockpit>div strong{min-width:0;overflow:hidden;color:#dbc28d;font-size:.59rem;line-height:1.1;text-align:right;text-overflow:ellipsis;white-space:nowrap}

.industrial-condition-orb{
  display:grid;
  flex:0 0 1.7rem;
  place-items:center;
  width:1.7rem;
  height:1.7rem;
  border:2px solid #d0aa5c;
  border-radius:50%;
  background:#554125;
  box-shadow:0 0 0 2px #17110d,0 .2rem .45rem #000b;
  color:#f8e9b8;
}
.industrial-condition-orb.good{border-color:#9cd09d;background:#39733e}
.industrial-condition-orb.warning{border-color:#f0cf78;background:#9a6f20}
.industrial-condition-orb.critical{border-color:#c59176;background:#744335}
.industrial-condition-orb b{font:800 .7rem/1 Arial,sans-serif}

.industrial-works-scene{
  position:relative;
  min-height:30rem;
  overflow:hidden;
  border:1px solid #76572f;
  background-image:linear-gradient(#15100d36,#15100d18),var(--works-background);
  background-position:center;
  background-size:cover;
  box-shadow:inset 0 0 4rem #090704b8;
}
.industrial-works-zone{
  position:absolute;
  z-index:2;
  left:var(--zone-x);
  top:var(--zone-y);
  width:var(--zone-w);
  height:var(--zone-h);
  padding:0;
  border:1px solid #d0a55355;
  border-radius:.2rem;
  background:#18110b0a;
  color:#ead6a3;
  cursor:pointer;
  transition:background .15s,border-color .15s,filter .15s;
}
.industrial-works-zone:hover,.industrial-works-zone:focus-visible,.industrial-works-zone.selected{
  border-color:#f1cf7a;
  outline:2px solid #f1d181;
  outline-offset:1px;
  background:#2b1d1052;
  filter:brightness(1.08);
}
.industrial-works-zone-label{
  position:absolute;
  right:.45rem;
  bottom:.4rem;
  left:.45rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.5rem;
  min-width:0;
  padding:.35rem .42rem;
  border:1px solid #806039;
  background:#17110de8;
  box-shadow:0 .25rem .6rem #000a;
}
.industrial-works-zone-label strong{
  overflow:hidden;
  font-size:clamp(.62rem,.68vw,.82rem);
  line-height:1.08;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media(min-width:1101px){
  #world-view-estate .factory-site-stack{
    display:flex;
    flex-direction:column;
    gap:.32rem;
    min-height:0;
  }
  #world-view-estate .industrial-site-map{
    display:grid;
    flex:1 1 0;
    grid-template-rows:auto minmax(0,1fr) auto;
    gap:.3rem;
    min-height:0;
  }
  #world-view-estate .industrial-site-scene{min-height:30rem}
  #world-view-estate .industrial-facility{
    grid-template-rows:minmax(0,1fr) auto;
    gap:.16rem;
    padding:.12rem;
  }
  #world-view-estate .industrial-facility-motif{box-shadow:0 .35rem .8rem #0009}
  #world-view-estate .industrial-facility-copy,
  #world-view-estate .industrial-facility[data-map-slot="3"] .industrial-facility-copy,
  #world-view-estate .industrial-facility[data-map-slot="5"] .industrial-facility-copy{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:.35rem;
    padding:.24rem .32rem;
  }
  #world-view-estate .industrial-facility-copy strong{
    overflow:hidden;
    font-size:clamp(.62rem,.66vw,.8rem);
    line-height:1.08;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  #world-view-estate .industrial-steam-boundary{
    margin:0;
    padding:.38rem .55rem;
    font-size:.68rem;
    line-height:1.2;
  }
}

@media(min-width:1501px){
  #world-view-estate>#estate-site-panel-industry{
    height:100%;
    min-height:0;
    overflow-x:hidden;
    overflow-y:scroll;
    scrollbar-gutter:stable;
  }
  #world-view-estate .factory-site-stack{height:100%}
  #world-view-estate .industrial-site-scene,
  #world-view-estate .industrial-works-scene{
    height:100%;
    min-height:0!important;
  }
  .steel-legacy-site.compact{
    display:block;
    flex:0 0 auto;
    min-height:0;
    padding:.14rem;
  }
  .steel-legacy-site.compact>button{
    grid-template-columns:3.35rem minmax(0,1fr);
    min-height:3.05rem;
    max-height:3.05rem;
    padding:.14rem;
  }
  .steel-legacy-site.compact .steel-legacy-image{height:2.6rem;min-height:0}
  .steel-legacy-site.compact .steel-legacy-copy{grid-template-columns:max-content minmax(0,max-content) max-content;align-content:center;align-items:center;gap:.12rem .38rem;padding:.1rem .3rem}
  .steel-legacy-site.compact .steel-legacy-copy small{font-size:.47rem}
  .steel-legacy-site.compact .steel-legacy-copy strong{overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}
  .steel-legacy-site.compact .steel-legacy-copy b{padding:.09rem .2rem;font-size:.47rem;white-space:nowrap}
  .steel-legacy-site.compact .steel-legacy-copy em,
  .steel-legacy-site.compact .steel-legacy-facts,
  .steel-legacy-site.compact .steel-legacy-projects{display:none}
}

@media(min-width:1101px) and (max-width:1500px){
  #world-view-estate .industrial-site-scene,
  #world-view-estate .industrial-works-scene{min-height:32rem}
}

@media(max-width:1100px){
  .industrial-cockpit{display:grid}
  .industrial-cockpit-title{padding:.35rem;border-right:0;border-bottom:2px solid #b78b45}
  .industrial-cockpit>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  .industrial-cockpit>div>span{min-width:0}
  .industrial-works-scene{min-height:34rem}
  .industrial-works-zone-label strong{white-space:normal}
}

@media(min-width:2561px){
  .industrial-cockpit>div>span{padding-inline:.55rem}
  .industrial-works-scene{background-size:cover}
}
