.tpl-card {
  transition: border-color 0.2s, box-shadow 0.2s;
}

.tpl-card:hover {
  border-color: #99f6e4;
  box-shadow: 0 4px 20px rgba(20, 184, 166, 0.12);
}

.tpl-card.is-active {
  border-color: #14b8a6;
  box-shadow: 0 0 0 1px #14b8a6;
}

.tpl-preview {
  height: 7rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  position: relative;
}

.tpl-mini-minimal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #14b8a6;
}

.tpl-mini-executive {
  border-left: 4px solid #0f172a;
  padding: 10px 10px 10px 14px;
  background: #fff;
}

.tpl-mini-executive .bar { height: 3px; background: #0f172a; width: 40%; margin-bottom: 6px; }
.tpl-mini-executive .line { height: 2px; background: #e2e8f0; margin-bottom: 4px; }

.tpl-mini-creative {
  background: linear-gradient(180deg, #4f46e5 0%, #4f46e5 35%, #fff 35%);
  padding: 8px;
}

.tpl-mini-creative .name { height: 4px; background: rgba(255,255,255,0.9); width: 50%; margin-top: 12px; margin-bottom: 4px; border-radius: 2px; }
.tpl-mini-creative .line { height: 2px; background: #e2e8f0; margin: 6px 0 3px; border-radius: 1px; }

.tpl-mini-academic {
  background: #fff;
  padding: 10px;
  text-align: center;
}

.tpl-mini-academic .name { height: 4px; background: #065f46; width: 45%; margin: 0 auto 6px; border-radius: 2px; }
.tpl-mini-academic .dot { width: 20px; height: 2px; background: #10b981; margin: 4px auto; }

.tpl-mini-column {
  display: grid;
  grid-template-columns: 28% 1fr;
}

.tpl-mini-column .side { background: #0e7490; }
.tpl-mini-column .main { padding: 8px; background: #fff; }
.tpl-mini-column .line { height: 2px; background: #e2e8f0; margin-bottom: 4px; border-radius: 1px; }

.tpl-mini-timeline {
  background: #fff;
  padding: 10px 10px 10px 18px;
}

.tpl-mini-timeline .item {
  position: relative;
  padding-left: 10px;
  border-left: 2px solid #fcd34d;
  margin-bottom: 8px;
}

.tpl-mini-timeline .item::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
}

.tpl-mini-timeline .line { height: 2px; background: #fde68a; margin-bottom: 3px; border-radius: 1px; }

.tpl-mini-classic {
  background: #fff;
  padding: 10px;
  text-align: center;
  font-family: Georgia, serif;
}

.tpl-mini-classic .rule { height: 1px; background: #1e293b; margin: 6px 0; }
.tpl-mini-classic .line { height: 2px; background: #e2e8f0; margin-bottom: 3px; }

.tpl-mini-compact {
  background: #fff;
  padding: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.tpl-mini-compact .full { grid-column: 1 / -1; }
.tpl-mini-compact .line { height: 2px; background: #e2e8f0; margin-bottom: 2px; border-radius: 1px; }
.tpl-mini-compact::before { content: ''; grid-column: 1 / -1; height: 2px; background: #6366f1; }

.tpl-mini-elegant {
  background: #fff;
  padding: 12px;
}

.tpl-mini-elegant .name { height: 5px; background: #1c1917; width: 55%; margin-bottom: 8px; border-radius: 1px; }
.tpl-mini-elegant .dash { color: #d6d3d1; font-size: 8px; margin-bottom: 4px; }
.tpl-mini-elegant .line { height: 2px; background: #f5f5f4; margin-bottom: 3px; }

.tpl-mini-modern-split {
  background: #fff;
  padding: 8px;
}

.tpl-mini-modern-split::before { content: ''; display: block; height: 3px; background: #0f172a; margin-bottom: 6px; }
.tpl-mini-modern-split .row { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.tpl-mini-modern-split .tag { height: 6px; background: #0f172a; width: 30%; border-radius: 1px; }
.tpl-mini-modern-split .line { height: 2px; background: #e2e8f0; margin-bottom: 3px; }

.tpl-mini-developer {
  background: #0f172a;
  padding: 8px;
}

.tpl-mini-developer::before { content: ''; display: block; height: 2px; background: #22d3ee; margin-bottom: 6px; }
.tpl-mini-developer .name { height: 3px; background: #22d3ee; width: 40%; margin-bottom: 6px; font-family: monospace; }
.tpl-mini-developer .line { height: 2px; background: #334155; margin-bottom: 3px; border-radius: 1px; }

.tpl-mini-fresh {
  background: #f8fafc;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tpl-mini-fresh .card { background: #fff; border-radius: 4px; padding: 5px; border: 1px solid #e2e8f0; }
.tpl-mini-fresh .line { height: 2px; background: #ccfbf1; margin-bottom: 2px; border-radius: 1px; }

.tpl-mini-bold {
  background: #fff;
  overflow: hidden;
}

.tpl-mini-bold .head { background: #dc2626; height: 40%; padding: 6px; }
.tpl-mini-bold .name { height: 4px; background: rgba(255,255,255,0.9); width: 60%; margin-bottom: 4px; }
.tpl-mini-bold .body { padding: 6px; }
.tpl-mini-bold .line { height: 2px; background: #fecaca; margin-bottom: 3px; }

.tpl-mini-minimal {
  background: #fff;
  padding: 10px;
}

.tpl-mini-minimal .line { height: 2px; background: #e2e8f0; margin-bottom: 4px; border-radius: 1px; }
.tpl-mini-minimal .title { height: 3px; background: #0f172a; width: 35%; margin-bottom: 6px; border-radius: 1px; }
