* { box-sizing: border-box; }

body.tk-registry {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #1a202c;
  background: #f0f2f5;
  margin: 0;
  padding: 16px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.tk-registry__header {
  margin-bottom: 20px;
}

.tk-registry__title {
  font-size: 1.35rem;
  margin: 0 0 4px;
}

.tk-registry__sub,
.tk-registry__host {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 14px;
}

.tk-registry__search-wrap {
  display: block;
  margin-top: 12px;
}

.tk-registry__search-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 4px;
}

.tk-registry__search {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #c5cdd8;
  border-radius: 8px;
  background: #fff;
}

.tk-registry__meta {
  margin: 8px 0 0;
  font-size: 13px;
  color: #64748b;
}

.tk-registry__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(26, 42, 64, 0.08);
}

.tk-registry__table th,
.tk-registry__table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #e2e6ec;
  vertical-align: top;
}

.tk-registry__table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  background: #f7f8fa;
}

.tk-registry__id {
  font-size: 13px;
  font-weight: 700;
  color: #1e3a5f;
}

.tk-registry__slug {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

.tk-registry__status {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.tk-registry__status--production { background: #e8f5e9; color: #276749; }
.tk-registry__status--draft { background: #f0f2f5; color: #64748b; }
.tk-registry__status--example { background: #e8f0fe; color: #2b6cb0; }
.tk-registry__status--deprecated { background: #fff5f5; color: #c53030; }
.tk-registry__status--internal { background: #fef3c7; color: #92400e; }

.tk-registry__links a {
  margin-right: 8px;
  color: #2b6cb0;
  font-weight: 600;
  font-size: 13px;
}

.tk-registry__muted { color: #94a3b8; font-size: 13px; }

.tk-registry__footer {
  margin-top: 20px;
  font-size: 13px;
  color: #64748b;
}

@media (max-width: 640px) {
  .tk-registry__table thead { display: none; }
  .tk-registry__row { display: block; padding: 12px; border-bottom: 1px solid #e2e6ec; }
  .tk-registry__row td { display: block; padding: 4px 0; border: none; }
}
