@import url("toolbar-vintage-icons-stealth.css?v=20260901-v1") screen and (min-width:1025px);
@import url("watching-vintage-meter.css?v=20260901-v1") screen and (min-width:1025px);

/* Desktop/Laptop only: enlarge vintage toolbar icons another 20% (21.6px -> 26px).
   ALL artwork is owned only by toolbar-vintage-independent-icons.css. */
.toolbar .tabs .tab::before,
.toolbar .odds-display-control button::before,
.toolbar .odds-display-label::before{
  width:26px!important;
  height:26px!important;
  flex:0 0 26px!important;
}

/* Desktop/Laptop toolbar shell: fully transparent over the page background.
   Presentation only: keep icon/filter/odds/search layout and behavior untouched.
   Rollback point before this change: rollback/pre-all-single-owner-20260904 */
@media(min-width:1025px){
  .shell>.toolbar{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  /* Search field: borderless, darker surface, same size and behavior. */
  .shell>.toolbar .search input{
    background:#0b0f0c!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
  }

  /* No visible default text inside the field. */
  .shell>.toolbar .search input::placeholder{
    color:transparent!important;
    opacity:0!important;
  }

  /* Keep focus visually identical: no border, outline or glow. */
  .shell>.toolbar .search input:focus,
  .shell>.toolbar .search input:focus-visible{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
  }
}
