/* =====================================================================
   Topkapı Kantin Yönetim Sistemi - Arayüz stilleri
   ===================================================================== */
:root {
  --brand:        #1e3a8a;
  --brand-600:    #1d4ed8;
  --brand-500:    #2563eb;
  --brand-soft:   #eff6ff;

  --bg:           #f1f5f9;
  --surface:      #ffffff;
  --surface-2:    #f8fafc;
  --border:       #e2e8f0;
  --border-strong:#cbd5e1;

  --text:         #0f172a;
  --text-muted:   #64748b;
  --text-soft:    #94a3b8;

  --success:      #059669;
  --success-soft: #ecfdf5;
  --warning:      #d97706;
  --warning-soft: #fffbeb;
  --danger:       #dc2626;
  --danger-soft:  #fef2f2;
  --info:         #0891b2;
  --info-soft:    #ecfeff;

  --radius:       12px;
  --radius-sm:    8px;
  --shadow:       0 1px 2px rgba(15, 23, 42, .06), 0 4px 12px rgba(15, 23, 42, .05);
  --shadow-lg:    0 10px 40px rgba(15, 23, 42, .18);
  --sidebar-w:    248px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

html[data-theme="dark"] {
  --brand-soft:   #1e293b;
  --bg:           #0b1120;
  --surface:      #111827;
  --surface-2:    #0f172a;
  --border:       #1f2937;
  --border-strong:#334155;
  --text:         #e2e8f0;
  --text-muted:   #94a3b8;
  --text-soft:    #64748b;
  --success-soft: #052e23;
  --warning-soft: #2a1c05;
  --danger-soft:  #2d0b0b;
  --info-soft:    #052f3a;
  --shadow:       0 1px 2px rgba(0,0,0,.4);
  --shadow-lg:    0 10px 40px rgba(0,0,0,.55);
}

* { box-sizing: border-box; }

/* hidden ozniteligi, display tanimlayan siniflar tarafindan ezilmesin */
[hidden] { display: none !important; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { margin: 0; font-weight: 650; letter-spacing: -.01em; }
a { color: var(--brand-500); }

/* ----------------------------- Giriş ------------------------------- */
.login-screen {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(140deg, #1e3a8a 0%, #1d4ed8 45%, #0f172a 100%);
}
.login-card {
  width: 100%;
  max-width: 400px;
  background: var(--surface);
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: 16px;
}
.login-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.login-brand h1 { font-size: 18px; }
.login-brand p { margin: 2px 0 0; font-size: 13px; color: var(--text-muted); }
.login-logo {
  width: 48px; height: 48px; flex: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand-500));
  color: #fff; font-weight: 700; font-size: 17px;
  display: grid; place-items: center;
}
.login-logo.sm { width: 34px; height: 34px; font-size: 13px; border-radius: 9px; }
.login-hint { margin: 0; font-size: 12px; color: var(--text-soft); text-align: center; }

/* --------------------------- Yerleşim ------------------------------ */
.app { display: flex; min-height: 100dvh; }

.sidebar {
  width: var(--sidebar-w);
  flex: none;
  background: var(--surface);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100dvh;
}
.sidebar-head {
  display: flex; align-items: center; gap: 10px;
  padding: 16px; border-bottom: 1px solid var(--border);
}
.sidebar-title { display: grid; line-height: 1.25; min-width: 0; }
.sidebar-title strong { font-size: 14px; }
.sidebar-title small { font-size: 11px; color: var(--text-muted); }
.sidebar-close { display: none; margin-left: auto; }

.nav { flex: 1; overflow-y: auto; padding: 12px 10px; display: grid; gap: 2px; align-content: start; }
.nav-group { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-soft); padding: 14px 10px 6px; }
.nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 11px; border-radius: var(--radius-sm);
  color: var(--text-muted); text-decoration: none; font-weight: 500;
  border: none; background: none; width: 100%; text-align: right; cursor: pointer;
  font-family: inherit; font-size: 13.5px; text-align: left;
}
.nav-item:hover { background: var(--surface-2); color: var(--text); }
.nav-item.active { background: var(--brand-soft); color: var(--brand-600); font-weight: 600; }
html[data-theme="dark"] .nav-item.active { color: #93c5fd; }
.nav-icon { width: 18px; text-align: center; font-size: 15px; flex: none; }
.nav-badge { margin-left: auto; background: var(--danger); color: #fff; border-radius: 999px;
  font-size: 10px; padding: 1px 6px; font-weight: 700; }

.sidebar-foot { border-top: 1px solid var(--border); padding: 12px; display: grid; gap: 8px; }
.user-chip { display: flex; align-items: center; gap: 10px; min-width: 0; }
.avatar { width: 32px; height: 32px; flex: none; border-radius: 50%; background: var(--brand-soft);
  color: var(--brand-600); display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.user-meta { display: grid; min-width: 0; line-height: 1.3; }
.user-meta strong { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.user-meta small { font-size: 11px; color: var(--text-muted); }
.sidebar-actions { display: flex; gap: 6px; }
.sidebar-actions .btn { flex: 1; }

.main { flex: 1; min-width: 0; display: flex; flex-direction: column; }

.topbar {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 20px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 20;
}
.topbar h2 { font-size: 17px; }
.topbar-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.menu-btn { display: none; }

.content { padding: 20px; display: grid; gap: 18px; align-content: start; max-width: 1500px; width: 100%; }

/* ---------------------------- Bileşenler --------------------------- */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card-head {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 14px 16px; border-bottom: 1px solid var(--border); background: var(--surface-2);
}
.card-head h3 { font-size: 14.5px; }
.card-head .spacer { flex: 1; }
.card-body { padding: 16px; }
.card-body.tight { padding: 0; }
.card-note { font-size: 12px; color: var(--text-muted); margin: 0; }

.grid { display: grid; gap: 14px; }
/* Grid ogeleri varsayilan min-width:auto ile genis tablolari tasirir;
   bu kural yatay kaydirmanin .table-wrap icinde kalmasini saglar. */
/* Fatura satirinda urun secilmemis: kaydetmeden once doldurulmali */
select.needs-pick { border-color: var(--danger); background: var(--danger-soft); }

/* Sayfa kabi: grid'i bozmamasi icin kendi kutusunu olusturmaz */
.page-host { display: contents; }
.grid > *, .content > *, .page-host > *, .modal-body > * { min-width: 0; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.grid-5 { grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); }
.row { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; }

.stat {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px 16px; box-shadow: var(--shadow);
}
.stat-label { font-size: 11.5px; color: var(--text-muted); text-transform: uppercase;
  letter-spacing: .04em; font-weight: 600; }
.stat-value { font-size: 23px; font-weight: 700; margin-top: 4px; letter-spacing: -.02em; }
.stat-sub { font-size: 12px; color: var(--text-muted); margin-top: 3px; }
.stat.ok .stat-value { color: var(--success); }
.stat.warn .stat-value { color: var(--warning); }
.stat.bad .stat-value { color: var(--danger); }

/* Tablolar */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.data { width: 100%; border-collapse: collapse; font-size: 13px; }
table.data th, table.data td { padding: 9px 12px; text-align: left; border-bottom: 1px solid var(--border); white-space: nowrap; }
table.data th {
  background: var(--surface-2); font-size: 11.5px; text-transform: uppercase;
  letter-spacing: .04em; color: var(--text-muted); font-weight: 650; position: sticky; top: 0; z-index: 1;
}
table.data tbody tr:hover { background: var(--surface-2); }
table.data td.num, table.data th.num { text-align: right; font-variant-numeric: tabular-nums; font-family: var(--mono); font-size: 12.5px; }
table.data td.wrap { white-space: normal; min-width: 180px; }
table.data tfoot td { font-weight: 700; background: var(--surface-2); border-top: 2px solid var(--border-strong); }
table.data tr.is-critical td { background: var(--danger-soft); }
table.data tr.is-warn td { background: var(--warning-soft); }

.empty { padding: 36px 20px; text-align: center; color: var(--text-muted); }
.empty-icon { font-size: 30px; display: block; margin-bottom: 8px; opacity: .6; }

/* Form öğeleri */
.field { display: grid; gap: 5px; }
.field > span { font-size: 12.5px; font-weight: 600; color: var(--text-muted); }
.field small { font-size: 11.5px; color: var(--text-soft); }
.inline-field { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--text-muted); }

input, select, textarea {
  font-family: inherit; font-size: 13.5px; color: var(--text);
  background: var(--surface); border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm); padding: 8px 10px; width: 100%;
  transition: border-color .12s, box-shadow .12s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--brand-500); box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}
input[type="checkbox"] { width: auto; }
input.num { text-align: right; font-family: var(--mono); }
textarea { min-height: 70px; resize: vertical; }
input:disabled, select:disabled { background: var(--surface-2); color: var(--text-muted); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  font-family: inherit; font-size: 13.5px; font-weight: 600;
  padding: 8px 14px; border-radius: var(--radius-sm);
  border: 1px solid var(--border-strong); background: var(--surface); color: var(--text);
  cursor: pointer; white-space: nowrap; transition: background .12s, border-color .12s, opacity .12s;
}
.btn:hover:not(:disabled) { background: var(--surface-2); }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.btn-primary { background: var(--brand-600); border-color: var(--brand-600); color: #fff; }
.btn-primary:hover:not(:disabled) { background: var(--brand); border-color: var(--brand); }
.btn-success { background: var(--success); border-color: var(--success); color: #fff; }
.btn-success:hover:not(:disabled) { filter: brightness(.93); background: var(--success); }
.btn-danger { background: var(--danger); border-color: var(--danger); color: #fff; }
.btn-danger:hover:not(:disabled) { filter: brightness(.93); background: var(--danger); }
.btn-ghost { border-color: transparent; background: transparent; color: var(--text-muted); }
.btn-ghost:hover:not(:disabled) { background: var(--surface-2); color: var(--text); }
.btn-sm { padding: 5px 10px; font-size: 12.5px; }
.btn-block { width: 100%; }
.icon-btn {
  border: none; background: none; cursor: pointer; font-size: 17px; color: var(--text-muted);
  padding: 6px 9px; border-radius: var(--radius-sm); line-height: 1;
}
.icon-btn:hover { background: var(--surface-2); color: var(--text); }

.btn-row { display: flex; gap: 8px; flex-wrap: wrap; }

/* Rozetler / uyarılar */
.badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; font-weight: 650; padding: 2px 8px; border-radius: 999px;
  background: var(--surface-2); color: var(--text-muted); border: 1px solid var(--border);
}
.badge.ok    { background: var(--success-soft); color: var(--success); border-color: transparent; }
.badge.warn  { background: var(--warning-soft); color: var(--warning); border-color: transparent; }
.badge.bad   { background: var(--danger-soft);  color: var(--danger);  border-color: transparent; }
.badge.info  { background: var(--info-soft);    color: var(--info);    border-color: transparent; }

.alert { padding: 11px 14px; border-radius: var(--radius-sm); font-size: 13px; border: 1px solid transparent; }
.alert-danger  { background: var(--danger-soft);  color: var(--danger);  border-color: rgba(220,38,38,.25); }
.alert-warning { background: var(--warning-soft); color: var(--warning); border-color: rgba(217,119,6,.25); }
.alert-success { background: var(--success-soft); color: var(--success); border-color: rgba(5,150,105,.25); }
.alert-info    { background: var(--info-soft);    color: var(--info);    border-color: rgba(8,145,178,.25); }
.alert strong { display: block; margin-bottom: 2px; }

.pos { color: var(--success); font-weight: 650; }
.neg { color: var(--danger); font-weight: 650; }
.muted { color: var(--text-muted); }
.small { font-size: 12px; }
.nowrap { white-space: nowrap; }

/* Modal */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(15, 23, 42, .55);
  display: grid; place-items: center; padding: 16px; z-index: 100;
  backdrop-filter: blur(2px);
}
.modal {
  background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  width: 100%; max-width: 560px; max-height: 90dvh; display: flex; flex-direction: column;
}
.modal.wide { max-width: 900px; }
.modal-head { padding: 15px 18px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.modal-head h3 { font-size: 15px; flex: 1; }
.modal-body { padding: 18px; overflow-y: auto; display: grid; gap: 14px; }
.modal-foot { padding: 13px 18px; border-top: 1px solid var(--border); display: flex; gap: 8px; justify-content: flex-end; background: var(--surface-2); }

/* Bildirimler */
.toasts { position: fixed; bottom: 18px; right: 18px; display: grid; gap: 8px; z-index: 200; max-width: min(420px, calc(100vw - 36px)); }
.toast {
  background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--brand-500);
  border-radius: var(--radius-sm); padding: 11px 14px; box-shadow: var(--shadow-lg); font-size: 13px;
  animation: slideIn .18s ease-out;
}
.toast.success { border-left-color: var(--success); }
.toast.error   { border-left-color: var(--danger); }
.toast.warning { border-left-color: var(--warning); }
@keyframes slideIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Sayım fişi - tablet dostu satırlar */
.count-line-input { width: 110px; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; }
.filter-bar .field { min-width: 150px; }
.search-input { min-width: 220px; }

.progress { height: 6px; border-radius: 999px; background: var(--border); overflow: hidden; }
.progress > div { height: 100%; background: var(--brand-500); transition: width .2s; }

.kv { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: 13px; }
.kv dt { color: var(--text-muted); }
.kv dd { margin: 0; font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }

.bar-chart { display: grid; gap: 9px; }
.bar-row { display: grid; grid-template-columns: minmax(110px, 1fr) 2.2fr auto; gap: 10px; align-items: center; font-size: 12.5px; }
.bar-track { background: var(--surface-2); border-radius: 999px; height: 20px; overflow: hidden; border: 1px solid var(--border); }
.bar-fill { height: 100%; background: linear-gradient(90deg, var(--brand-500), var(--brand-600)); border-radius: 999px; }
.bar-value { font-family: var(--mono); font-size: 12px; text-align: right; min-width: 92px; }

.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); overflow-x: auto; }
.tab {
  border: none; background: none; padding: 9px 14px; cursor: pointer; font-family: inherit;
  font-size: 13.5px; font-weight: 600; color: var(--text-muted); border-bottom: 2px solid transparent; white-space: nowrap;
}
.tab.active { color: var(--brand-600); border-bottom-color: var(--brand-600); }

.line-table input, .line-table select { padding: 6px 8px; font-size: 13px; }

/* ---------------------------- Duyarlılık --------------------------- */
@media (max-width: 900px) {
  .sidebar {
    position: fixed; left: 0; top: 0; z-index: 60; transform: translateX(-100%);
    transition: transform .2s ease; box-shadow: var(--shadow-lg);
  }
  .sidebar.open { transform: none; }
  .sidebar-close { display: block; }
  .menu-btn { display: block; }
  .content { padding: 14px; }
  .topbar { padding: 10px 14px; }
  .topbar h2 { font-size: 15px; }
  .inline-field > span { display: none; }
}
@media (max-width: 560px) {
  .stat-value { font-size: 20px; }
  .modal-foot { flex-wrap: wrap; }
  .modal-foot .btn { flex: 1; }
}

@media print {
  .sidebar, .topbar, .toasts, .btn, .filter-bar { display: none !important; }
  .content { padding: 0; }
  .card { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
  body { background: #fff; }
}

/* ===================== CİRO TESLİM FİŞİ (çıktı) =====================
   Fiş hem EKRANDA önizleme olarak hem de kâğıda basılır.
   Yalnızca yazdırmaya bırakmak yetmiyordu: uygulama korumalı bir çerçeve
   (ör. demo sürümü) içinde çalışırken tarayıcı window.print() çağrısını
   sessizce yok sayıyor ve düğme hiçbir şey yapmamış gibi görünüyordu.
   Artık belge her durumda ekranda açılır; yazdırma onun üstüne gelir. */
.link { color: var(--brand-500); text-decoration: none; cursor: pointer; }
.link:hover { text-decoration: underline; }

#printRoot { display: none; }
#printRoot.open {
  display: block; position: fixed; inset: 0; z-index: 200;
  overflow: auto; background: rgba(15, 23, 42, .72);
  padding: 0 0 40px;
}
body.slip-open { overflow: hidden; }

/* Önizleme üst çubuğu — kâğıda basılmaz */
.slip-toolbar {
  position: sticky; top: 0; z-index: 2;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 16px; background: var(--surface); border-bottom: 1px solid var(--border-strong);
}
.slip-toolbar .slip-toolbar-title { font-weight: 700; font-size: 14px; color: var(--text); }
.slip-toolbar .spacer { flex: 1; }
.slip-note {
  margin: 12px auto 0; max-width: 210mm; padding: 10px 14px;
  border-radius: var(--radius-sm); font-size: 13px; line-height: 1.5;
  background: var(--warning-soft); color: #78350f; border: 1px solid #f59e0b;
}
:root[data-theme="dark"] .slip-note { background: #422006; color: #fde68a; border-color: #b45309; }

/* Kâğıt yaprakları */
.slip {
  font-family: Arial, Helvetica, sans-serif; color: #000; background: #fff;
  font-size: 10.5px; line-height: 1.35;
  width: 210mm; max-width: calc(100% - 24px);
  margin: 16px auto; padding: 10mm;
  border: 1px solid #000; box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
  break-inside: avoid;
}
.slip-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10mm;
  border-bottom: 2px solid #000; padding-bottom: 4mm; margin-bottom: 4mm; }
.slip-org { font-size: 13px; font-weight: 700; letter-spacing: .5px; }
.slip-title { font-size: 15px; font-weight: 700; margin-top: 1mm; }
.slip-copy { font-size: 10px; margin-top: 1mm; letter-spacing: 1px; }
.slip-doc { text-align: right; font-size: 11px; white-space: nowrap; }
.slip-code { font-family: "Courier New", monospace; font-size: 13px; font-weight: 700;
  letter-spacing: 2px; border: 1px solid #000; padding: 1mm 2mm; margin-top: 1mm; display: inline-block; }
.slip-small { font-size: 9px; margin-top: 1mm; }

.slip-alert { border: 1.5px solid #000; padding: 2mm 3mm; margin-bottom: 3mm; font-size: 10px; background: #f3f3f3; }
.slip-alert strong { display: block; margin-bottom: 1mm; }

.slip-meta { width: 100%; border-collapse: collapse; margin-bottom: 3mm; font-size: 10.5px; }
.slip-meta th { text-align: left; font-weight: 700; padding: 1mm 2mm 1mm 0; width: 15%; white-space: nowrap; }
.slip-meta td { padding: 1mm 4mm 1mm 0; }

.slip-days { width: 100%; border-collapse: collapse; font-size: 10px; }
.slip-days th, .slip-days td { border: 1px solid #000; padding: 1mm 1.5mm; }
.slip-days thead th { background: #eee; }
.slip-days .num, .slip-days th.num { text-align: right; }
.slip-days tfoot th { background: #eee; font-weight: 700; }

.slip-words { margin-top: 3mm; border: 1px solid #000; padding: 2mm; font-size: 11px; }

.slip-sign { display: flex; gap: 10mm; margin-top: 6mm; }
.slip-sign-box { flex: 1; }
.slip-sign-role { font-size: 9px; font-weight: 700; letter-spacing: .5px; }
.slip-sign-name { font-size: 11px; margin-top: 1mm; }
.slip-sign-line { border-top: 1px solid #000; margin-top: 12mm; padding-top: 1mm;
  font-size: 9px; text-align: center; }

.slip-foot { margin-top: 4mm; font-size: 8.5px; line-height: 1.4; border-top: 1px solid #999; padding-top: 2mm; }
.slip-cut { text-align: center; font-size: 9px; color: #cbd5e1; margin: 4mm 0; letter-spacing: -1px; }

@media (max-width: 820px) {
  /* Dar ekranda kâğıt genişliğini ekrana sığdır; baskı ölçüsü değişmez */
  .slip { padding: 6mm; font-size: 10px; }
  .slip-head { flex-direction: column; gap: 3mm; }
  .slip-doc { text-align: left; }
}

@media print {
  .sidebar, .topbar, .toasts, .btn, .filter-bar { display: none !important; }
  .content { padding: 0; }
  .card { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
  body { background: #fff; }

  @page { size: A4 portrait; margin: 10mm; }

  /* Fiş önizlemesi açıkken kâğıda yalnızca fiş çıkar */
  body:has(#printRoot.open) > *:not(#printRoot) { display: none !important; }
  body.slip-open { overflow: visible; }
  #printRoot.open { position: static; inset: auto; overflow: visible; background: #fff; padding: 0; }
  .slip-toolbar, .slip-note { display: none !important; }

  /* Iki nusha tek A4'e sigar; dokum uzunsa tarayici ikinciyi kendi sayfasina
     atar (break-inside: avoid sayesinde nusha ortadan bolunmez). */
  .slip {
    width: auto; max-width: none; margin: 0; padding: 7mm;
    box-shadow: none; border-color: #000;
  }
  .slip + .slip, .slip-cut + .slip { margin-top: 4mm; }
  .slip-cut { color: #666; margin: 3mm 0; }
}
