﻿.tehas-tt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.tehas-tt-card { background: #fff; padding: 16px; border: 1px solid #ccd0d4; border-radius: 6px; }
.tehas-tt-filters { display: flex; gap: 10px; align-items: end; flex-wrap: wrap; margin-bottom: 10px; }
.tehas-tt-filters label { display: flex; flex-direction: column; font-size: 12px; }
.tehas-tt-summary { display: flex; gap: 20px; margin: 12px 0; }
.tehas-tt-chart { height: 240px; margin-bottom: 12px; }
.tehas-tt-chart img { display: none; max-width: 100%; height: auto; }
.tehas-tt-print-head { display: none; }
.tehas-tt-cal-nav { display: flex; align-items: center; gap: 12px; margin: 12px 0; }
.tehas-tt-cal-title { font-weight: 600; }
.tehas-tt-cal { border: 1px solid #ccd0d4; border-radius: 6px; overflow: hidden; }
.tehas-tt-cal-row { display: grid; grid-template-columns: repeat(7, 1fr); }
.tehas-tt-cal-cell { min-height: 120px; padding: 8px; border-right: 1px solid #e5e7ea; border-bottom: 1px solid #e5e7ea; background: #fff; }
.tehas-tt-cal-row .tehas-tt-cal-cell:last-child { border-right: none; }
.tehas-tt-cal-row:last-child .tehas-tt-cal-cell { border-bottom: none; }
.tehas-tt-cal-head .tehas-tt-cal-cell { min-height: auto; background: #f6f7f7; text-align: center; }
.tehas-tt-cal-empty { background: #f9f9f9; }
.tehas-tt-cal-date { font-weight: 600; margin-bottom: 4px; }
.tehas-tt-cal-list { list-style: none; margin: 0; padding: 0; }
.tehas-tt-cal-list li { margin-bottom: 6px; padding: 6px; background: #f6f7f7; border-radius: 4px; }
.tehas-tt-cal-badges { font-size: 11px; color: #555; }
.tehas-tt-cal-note { font-size: 11px; color: #444; }
.tehas-tt-cal-del { font-size: 11px; color: #a00; text-decoration: none; }
.tehas-tt-log-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; }
.tehas-tt-log-form label { display: flex; flex-direction: column; font-size: 12px; gap: 4px; }
.tehas-tt-log-form textarea { resize: vertical; }
@media print {
  @page { margin: 10mm; }
  html, body { margin: 0 !important; padding: 0 !important; }
  #adminmenumain, #wpadminbar, .notice, .update-nag, .tehas-tt-filters, #tehas-tt-print { display: none !important; }
  .wrap { margin: 0 !important; padding: 0 !important; }
  .wrap h1 { margin: 0 0 6px 0; }
  .tehas-tt-chart, .tehas-tt-summary { display: none !important; }
  .tehas-tt-print-head { display: block; margin: 0 0 8px 0; }
  .tehas-tt-print-chart { display: flex; justify-content: center; margin: 0 0 6px 0; }
  .tehas-tt-print-chart img { width: 1820px; height: 260px; }
  .tehas-tt-print-summary { display: flex; gap: 12px; margin: 0 0 6px 0; }
  .tehas-tt-chart canvas { display: none; }
}
