/* ==========================================================================
   Städschema Studio – dokumentet (A4-sidor) + utskrift
   Designprinciper: en färg per uppgift, få element, luft, tydlig hierarki.
   ========================================================================== */

:root {
  --paper: #FCFBF8;
  --ink: #1F2328;
  --title: #14385A;
  --accent: #B4531B;
  --heading: #B4531B;
  --muted: #6B7280;
  --rule: #E3E6EA;
  --bg-image: none;
  --bg-opacity: 0.3;
  --bg-size: 135% auto;
  --font-display: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --display-transform: none;
  --display-spacing: 0;
  --body-scale: 1;

  /* Semantiska kemfärger – samma i alla teman */
  --sur-fg: #B3261E; --sur-bg: #FCF0EE; --sur-line: #F0C4BE; --sur-bar: #D63B2F;
  --bas-fg: #2E7D32; --bas-bg: #EEF7EC; --bas-line: #BFE0BA; --bas-bar: #43A047;
  --des-fg: #1A5FB4; --des-bg: #ECF3FC; --des-line: #BCD3F2; --des-bar: #2F6FD1;
  --ovr-fg: #4B5563; --ovr-bg: #F3F4F6; --ovr-line: #D5D9E0; --ovr-bar: #6B7280;
}

/* ---------- Ark & sida ---------- */
.sheet {
  width: 210mm;
  height: 297mm;
  margin: 0 auto 28px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .10), 0 22px 44px -18px rgba(15, 30, 50, .40);
  background: #fff;
  flex: none;
}
.page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 11pt;
  line-height: 1.4;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
}
.page-bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: var(--bg-size);
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--bg-opacity);
  pointer-events: none;
}
.page-frame {
  position: absolute;
  inset: 0;
  padding: 12mm 14mm 9mm;
  display: flex;
  flex-direction: column;
}
.page .dot { display: inline-block; width: 2.6mm; height: 2.6mm; border-radius: 50%; flex: none; background: var(--ovr-bar); }
.page .dot.type-sur { background: var(--sur-bar); }
.page .dot.type-basisk { background: var(--bas-bar); }
.page .dot.type-desinfektion { background: var(--des-bar); }
.page .dot.type-ovrigt { background: var(--ovr-bar); }

/* ---------- Sidhuvud ---------- */
.page-head { flex: none; }
.head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4mm;
  min-height: 5mm;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.6mm;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 8.2pt;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow svg { width: 3.8mm; height: 3.8mm; }
.reminder {
  display: inline-flex;
  align-items: center;
  gap: 1.8mm;
  font-size: 9.6pt;
  font-weight: 600;
  color: var(--title);
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--rule);
  border-radius: 999px;
  padding: 1.5mm 3.8mm 1.5mm 3.2mm;
  white-space: nowrap;
}
.reminder svg { width: 3.9mm; height: 3.9mm; flex: none; }
.day-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26pt;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--title);
  margin: 2.2mm 0 0;
  text-transform: var(--display-transform);
}
.day-sub {
  margin: 1.2mm 0 0;
  font-size: 11.5pt;
  color: var(--muted);
  line-height: 1.35;
}
.day-sub:empty::before { content: 'Fokusrad (valfri)'; opacity: .35; }
body.mode-preview .day-sub:empty { display: none; }
.head-rule {
  height: .5mm;
  margin: 3.2mm 0 4.2mm;
  background: linear-gradient(90deg, var(--accent) 0 22mm, var(--rule) 22mm 100%);
  border-radius: 1mm;
}

/* ---------- Brödtext / avsnitt ---------- */
.page-body {
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
}
.cols {
  position: absolute;
  inset: 0;
  column-count: 2;
  column-gap: 9mm;
  column-rule: 1px solid var(--rule);
  column-fill: balance;
  font-size: calc(11pt * var(--fit, 1) * var(--body-scale));
}
.cols.cols-1 { column-count: 1; column-rule: none; }
.sec {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
  margin: 0 0 3.8mm;
  padding-top: .2mm;
}
.sec-title {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: .3em .42em;
  margin: 0 0 1mm;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12em;
  line-height: 1.22;
  letter-spacing: -0.005em;
  color: var(--heading);
  text-transform: var(--display-transform);
}
.sec.important .sec-title { color: var(--heading); }
/* Bock före momentrubriken – i rubrikens färg */
.sec-check {
  flex: none;
  width: .92em;
  height: .92em;
  margin-top: .16em;
  color: var(--heading);
}
.sec-check svg { width: 100%; height: 100%; display: block; }
.sec-title > .ed { flex: 1 1 0%; min-width: 60%; }
.imp-tag {
  font-family: var(--font-body);
  font-size: .6em;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}
.items { list-style: none; margin: 0; padding: 0; }
.item {
  position: relative;
  padding-left: 3.8mm;
  margin: 0 0 .55mm;
  line-height: 1.38;
}
.item::before {
  content: '';
  position: absolute;
  left: .7mm;
  top: .56em;
  width: 1.25mm;
  height: 1.25mm;
  border-radius: 50%;
  background: var(--muted);
  opacity: .8;
}
.item.lvl1 { padding-left: 7.8mm; }
.item.lvl1::before {
  left: 4.4mm;
  top: .7em;
  width: 1.9mm;
  height: .35mm;
  border-radius: 0;
}
.item .ed:empty::before { content: 'Tom punkt'; opacity: .35; }

/* Numrerade steg (rutiner i bestämd ordning) */
.sec.numbered .items { counter-reset: step; }
.sec.numbered .item.lvl0 { counter-increment: step; padding-left: 5.6mm; }
.sec.numbered .item.lvl0::before {
  content: counter(step) '.';
  left: 0; top: 0;
  width: auto; height: auto;
  border-radius: 0; background: none; opacity: 1;
  font-weight: 700;
  font-size: .95em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.sec.numbered .item.lvl1 { padding-left: 9.2mm; }
.sec.numbered .item.lvl1::before { left: 5.9mm; }

/* Kemnamn i löptext: färgad, halvfet text – inga ramar */
.chem { font-weight: 700; white-space: nowrap; }
.chem.type-sur { color: var(--sur-fg); }
.chem.type-basisk { color: var(--bas-fg); }
.chem.type-desinfektion { color: var(--des-fg); }
.chem.type-ovrigt { color: var(--ovr-fg); }
.tok-bottensug { font-weight: 700; }
.tok-missing { color: var(--sur-fg); font-style: italic; }

/* ---------- Brickor längst ner ---------- */
.page-foot {
  flex: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6mm;
  margin-top: 4.5mm;
}
.badge {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.5mm;
  min-height: 30mm;
  padding: 3.6mm 4.5mm 3.6mm 6.5mm;
  border-radius: 3mm;
  border: 1px solid var(--rule);
  background: #fff;
  overflow: hidden;
  --badge-bar: var(--title);
  --badge-fg: var(--title);
}
.badge::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2.2mm;
  background: var(--badge-bar);
}
.badge.kem.type-sur { --badge-bar: var(--sur-bar); --badge-fg: var(--sur-fg); background: var(--sur-bg); border-color: var(--sur-line); }
.badge.kem.type-basisk { --badge-bar: var(--bas-bar); --badge-fg: var(--bas-fg); background: var(--bas-bg); border-color: var(--bas-line); }
.badge.kem.type-desinfektion { --badge-bar: var(--des-bar); --badge-fg: var(--des-fg); background: var(--des-bg); border-color: var(--des-line); }
.badge.kem.type-ovrigt { --badge-bar: var(--ovr-bar); --badge-fg: var(--ovr-fg); background: var(--ovr-bg); border-color: var(--ovr-line); }
.badge.kem.type-none { --badge-bar: var(--rule); --badge-fg: var(--muted); border-style: dashed; }
.badge-main { flex: 1; min-width: 0; }
.badge-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 8pt;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--badge-fg);
}
.badge-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18pt;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-top: 1mm;
  text-transform: var(--display-transform);
}
.badge.bottensug .badge-value { font-size: 13.5pt; line-height: 1.28; text-transform: none; }
.badge.bottensug .badge-value.empty { color: var(--muted); font-weight: 400; }
.badge-meta {
  font-size: 9pt;
  color: var(--muted);
  margin-top: 1mm;
  display: flex;
  align-items: center;
  gap: 1.2mm;
  flex-wrap: wrap;
}
.badge-meta svg { width: 3mm; height: 3mm; }
.badge-icon {
  flex: none;
  width: 20mm;
  height: 20mm;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}
.badge-icon img { width: 100%; height: 100%; object-fit: contain; }
.badge-icon svg { width: 72%; height: 72%; }
.badge-icons { flex: none; display: flex; gap: 2.5mm; align-items: center; }
.badge-icons .vac { position: relative; display: inline-flex; }
.badge-icons img { width: 15mm; height: 15mm; object-fit: contain; }
/* Antal maskiner: liten siffra snett ovanför bilden */
.vac-count {
  position: absolute;
  top: -1.6mm;
  right: -1.8mm;
  min-width: 5.4mm;
  height: 5.4mm;
  box-sizing: border-box;
  /* Siffror sitter högt i textrutan – liten toppmarginal centrerar bläcket optiskt */
  padding: .38mm 1.1mm 0 1.3mm;
  border-radius: 999px;
  background: var(--title);
  color: #fff;
  border: .45mm solid #fff;
  box-shadow: 0 .3mm .8mm rgba(0, 0, 0, .18);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 8.5pt;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-footline {
  flex: none;
  display: flex;
  justify-content: space-between;
  gap: 4mm;
  margin-top: 2.8mm;
  font-size: 8pt;
  letter-spacing: .04em;
  color: var(--muted);
}

/* ---------- Framsida ---------- */
.page.cover .page-frame { align-items: center; text-align: center; justify-content: center; padding: 16mm 14mm 26mm; }
.page.cover .page-bg { opacity: min(1, calc(var(--bg-opacity) * 1.6)); }
.cover-top {
  display: flex;
  align-items: center;
  gap: 3mm;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 9pt;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
}
.cover-top .dot { width: 1.3mm; height: 1.3mm; background: var(--accent); opacity: .6; }
.cover-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 50pt;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--title);
  margin: 6mm 0 0;
  text-transform: var(--display-transform);
}
.cover-sub {
  margin: 4mm 0 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12.5pt;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--accent);
}
.cover-image {
  width: 166mm;
  aspect-ratio: 3 / 2;
  margin-top: 12mm;
  border-radius: 4mm;
  overflow: hidden;
  background: #fff;
  border: 1.2mm solid #fff;
  box-shadow: 0 14mm 24mm -12mm rgba(0, 0, 0, .45), 0 0 0 1px rgba(0, 0, 0, .08);
  position: relative;
}
.cover-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cover-image.fit-contain img { object-fit: contain; }
.cover-image .cover-empty {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 11pt; background: repeating-linear-gradient(45deg, #f6f6f6 0 6mm, #fbfbfb 6mm 12mm);
}
.cover-note {
  margin: 9mm 0 0;
  max-width: 140mm;
  font-size: 11pt;
  color: var(--muted);
  line-height: 1.45;
}
.cover-note:empty { display: none; }
.cover-legend {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5mm;
  flex-wrap: wrap;
  font-size: 9pt;
  color: var(--muted);
  background: rgba(255, 255, 255, .8);
  border-radius: 999px;
  padding: 2mm 5.5mm;
}
.cover-legend .lg { display: inline-flex; align-items: center; gap: 1.8mm; }

/* ---------- Veckoöversikt ---------- */
.page.overview .page-body { position: relative; overflow: hidden; }
.ov-wrap { position: absolute; inset: 0; display: flex; flex-direction: column; font-size: calc(9.6pt * var(--fit, 1) * var(--body-scale)); }
.ov { width: 100%; border-collapse: collapse; table-layout: fixed; }
.ov th {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .78em;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  padding: 0 2.6mm 2mm;
  border-bottom: .45mm solid var(--title);
}
.ov th:first-child { width: 25mm; }
.ov td {
  vertical-align: top;
  padding: 2.2mm 2.6mm;
  border-bottom: 1px solid var(--rule);
  background: rgba(255, 255, 255, .6);
}
.ov td.ov-day {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.18em;
  color: var(--title);
  text-transform: var(--display-transform);
}
.ov-focus { color: var(--muted); line-height: 1.3; margin-bottom: 1.1mm; }
.ov-focus.empty { font-style: italic; }
.ov-kem { display: flex; align-items: center; gap: 1.8mm; font-weight: 700; color: var(--ink); }
.ov-pools { margin-top: .7mm; color: var(--ink); line-height: 1.35; }
.ov-pools .lbl { color: var(--muted); }
.ov-pools .bolt { display: inline-block; width: 2.8mm; height: 2.8mm; vertical-align: -0.35mm; color: #B8860B; margin-left: .6mm; }
.ov-foot { margin-top: 5mm; display: grid; grid-template-columns: 1fr 1.7fr; gap: 7mm; align-items: start; }
.ov-foot h4 {
  margin: 0 0 1.8mm;
  font-family: var(--font-body);
  font-size: .78em;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.ov-legend { display: flex; flex-direction: column; gap: 1.3mm; }
.ov-legend .lg { display: inline-flex; align-items: center; gap: 1.8mm; }
.ov-legend .lg span:last-child { color: var(--ink); }
.ov-chems { display: grid; grid-template-columns: 1fr 1fr; gap: .9mm 6mm; }
.ov-chems .row { display: flex; align-items: baseline; gap: 1.6mm; line-height: 1.3; }
.ov-chems .use { color: var(--muted); font-size: .92em; }
.ov-note { color: var(--muted); font-size: .92em; margin-top: .5mm; }
.ov-guide-row { display: flex; align-items: flex-start; gap: 2.2mm; margin-bottom: 1.5mm; line-height: 1.32; }
.ov-guide-row .bar { flex: none; width: 2mm; height: 4.4mm; border-radius: 1mm; margin-top: .4mm; background: var(--ovr-bar); }
.ov-guide-row .bar.type-sur { background: var(--sur-bar); }
.ov-guide-row .bar.type-basisk { background: var(--bas-bar); }
.ov-guide-row .bar.type-desinfektion { background: var(--des-bar); }
.ov-muted { color: var(--muted); }
.ov-guide-note { margin: 2.4mm 0 0; color: var(--muted); font-size: .92em; line-height: 1.38; }
.ov-chem-table { width: 100%; border-collapse: collapse; font-size: .95em; }
.ov-chem-table th { text-align: left; font-size: .78em; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 0 2mm 1.2mm 0; border-bottom: 1px solid var(--rule); font-weight: 700; }
.ov-chem-table td { padding: 1mm 2mm 1mm 0; border-bottom: 1px solid var(--rule); vertical-align: top; line-height: 1.3; }
.ov-chem-table td.t { white-space: nowrap; }
.ov-chem-table td.t .dot { width: 2.2mm; height: 2.2mm; margin-right: 1.3mm; vertical-align: 0; }
.ov-vacs { margin-top: 2.5mm; display: flex; gap: 5mm; align-items: center; color: var(--muted); font-size: .92em; }
.ov-vacs span { display: inline-flex; align-items: center; gap: 1.5mm; }
.ov-vacs img { width: 6mm; height: 6mm; object-fit: contain; }

/* ==========================================================================
   Redigeringsläge – markeringar och verktyg (endast skärm)
   ========================================================================== */
.ed { border-radius: 2px; transition: box-shadow .12s, background-color .12s; }
body.mode-edit .ed { cursor: text; }
body.mode-edit .ed:hover { box-shadow: 0 0 0 1.5px rgba(0, 90, 167, .35); background: rgba(0, 90, 167, .05); }
.ed.editing, body.mode-edit .ed.editing:hover {
  box-shadow: 0 0 0 2px #005AA7, 0 4px 14px rgba(0, 90, 167, .2);
  background: #fff;
  outline: none;
  white-space: pre-wrap;
  color: var(--ink);
}
.ed.editing .chem, .ed.editing b { all: unset; }
body.mode-edit .chem, body.mode-edit .tok-bottensug, body.mode-edit .badge.clickable { cursor: pointer; }
body.mode-edit .chem:hover { text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1.5px; }
body.mode-edit .tok-bottensug:hover { text-decoration: underline dotted; }
body.mode-edit .badge.clickable:hover { box-shadow: 0 0 0 2px rgba(0, 90, 167, .45); }

body.mode-edit .sec:hover { outline: 1px dashed rgba(0, 90, 167, .45); outline-offset: 1.6mm; border-radius: 2px; }
body.mode-edit .sec.selected { outline: 1.5px solid rgba(0, 90, 167, .55); outline-offset: 1.6mm; }
.sec-tools {
  position: absolute;
  right: -1mm;
  top: -3.2mm;
  display: none;
  gap: 1px;
  background: #fff;
  border: 1px solid #d5dae1;
  border-radius: 7px;
  box-shadow: 0 6px 16px rgba(20, 40, 60, .16);
  padding: 2px;
  z-index: 6;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}
body.mode-edit .sec:hover > .sec-tools, .sec.tools-open > .sec-tools { display: flex; }
.sec-tools button {
  all: unset;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3b4754;
}
.sec-tools button:hover { background: #eef3f8; color: #005AA7; }
.sec-tools button:focus-visible { outline: 2px solid #005AA7; }
.sec-tools button svg { width: 14px; height: 14px; }
.sec-tools button.danger:hover { background: #fdecec; color: #b42318; }
.sec-tools button.on { background: #E3EEF9; color: #005AA7; }
.sec-tools .grip { cursor: grab; color: #94a3b8; }
.sec-tools .sep { width: 1px; background: #e5e9ef; margin: 3px 2px; }
.sync-tag {
  display: none;
  align-self: center;
  font: 600 7pt Inter, "Segoe UI", system-ui, sans-serif;
  letter-spacing: .02em;
  color: #005AA7;
  background: #E3EEF9;
  border-radius: 999px;
  padding: .05em .55em;
  white-space: nowrap;
  text-transform: none;
}
body.mode-edit .sync-tag { display: inline-flex; align-items: center; gap: 3px; }
.sync-tag svg { width: 9px; height: 9px; }
.sec.dragging { opacity: .35; }
.sec.drop-before::before, .sec.drop-after::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: #005AA7;
  border-radius: 2px;
}
.sec.drop-before::before { top: -1.9mm; }
.sec.drop-after::after { bottom: -1.9mm; }

.add-sec-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #c9d6e4;
  background: #fff;
  color: #005AA7;
  font: 600 12px Inter, "Segoe UI", system-ui, sans-serif;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(20, 40, 60, .16);
  cursor: pointer;
  z-index: 5;
}
.add-sec-btn svg { width: 14px; height: 14px; }
body.mode-edit .page:hover .add-sec-btn, body.mode-edit .add-sec-btn:focus-visible { display: inline-flex; }
.add-sec-btn:hover { background: #eef5fc; }

.fit-warn {
  position: absolute;
  top: 4mm;
  right: 4mm;
  display: none;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  font: 600 11px Inter, "Segoe UI", system-ui, sans-serif;
  background: #FFF4E5;
  color: #8A4B00;
  border: 1px solid #F5C98A;
  z-index: 5;
}
.fit-warn.overflow { background: #FDECEC; color: #B42318; border-color: #F3B1AC; }
body.mode-edit .page[data-fit-warn="1"] .fit-warn { display: inline-flex; }
.fit-warn svg { width: 13px; height: 13px; }

body.mode-edit .page.selected-page { box-shadow: 0 0 0 3px #005AA7; }

/* ==========================================================================
   Utskrift
   ========================================================================== */
@page { size: A4; margin: 0; }
@media print {
  html, body { height: auto !important; overflow: visible !important; background: #fff !important; margin: 0 !important; }
  body { display: block !important; }
  body > *:not(#canvas-root) { display: none !important; }
  #canvas-root { position: static !important; overflow: visible !important; height: auto !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: none !important; display: block !important; }
  #canvas { zoom: 1 !important; padding: 0 !important; margin: 0 !important; display: block !important; width: auto !important; }
  .sheet { margin: 0 !important; box-shadow: none !important; page-break-after: always; break-after: page; }
  .sheet:last-child { page-break-after: auto; break-after: auto; }
  .sheet.print-hide { display: none !important; }
  .sec-tools, .add-sec-btn, .fit-warn, .sync-tag, .page-tools, #hintbar { display: none !important; }
  .ed { box-shadow: none !important; background: none !important; }
  .chem { text-decoration: none !important; }
  .page { box-shadow: none !important; }
  body.mode-edit .sec:hover, .sec.selected { outline: none !important; }
  .no-print-bg .page-bg { display: none !important; }
  .day-sub:empty { display: none; }
}
