/* The Bartender's Ledger: print stylesheet.
   Active only via media="print". The Library's "Print cards" mode renders
   the filtered list as a #print-sheet of tickets; everything else hides. */

@page{ margin: 12mm; }

body{ background:#fff !important; color:#000 !important; }
body::before{ display:none !important; }

/* hide the app chrome */
.masthead, nav.tabs, footer.foot, #bnav, #sheet, #search-ol, .sw-toast{ display:none !important; }

/* default (non-print-mode) printing: flatten panels */
/* utility colour classes carry the felt theme's light inks: on white paper
   .dim is 2.2:1 and .brass2 is 1.6:1, near-invisible. Black ink for all. */
#view .dim, #view .brass2, #view .eyebrow, #view .chip, #view .accordion-btn,
#view .drink-head, #view .story-body, #view details.story summary{ color:#000 !important; }
#view .chip{ border-color:#999 !important; }
.panel{ border-color:#bbb !important; background:#fff !important; color:#000 !important; }

/* print-mode ticket sheet (print mode renders only #print-sheet into #view) */
#print-sheet{ display:grid !important; grid-template-columns:1fr 1fr; gap:8mm; }
#print-sheet .print-bar{ display:none !important; }
#print-sheet .ticket{
  break-inside:avoid; page-break-inside:avoid;
  box-shadow:none !important; border:1px solid #999;
  background:#fff !important; background-image:none !important;
  color:#000 !important; max-width:none; animation:none !important;
}
#print-sheet .ticket::before, #print-sheet .ticket::after{ display:none !important; }
#print-sheet .tix-label, #print-sheet .tix-note{ color:#555 !important; }
#print-sheet .tix-rule{ border-top-color:#999 !important; }
#print-sheet .tix-glass{ color:#555 !important; }
#print-sheet .bal-line{ color:#555 !important; }
