/* ══════════════════════════════════════════════════
   UNMCG — takmicenja.css
   Lista, kartice, single, zadaci, rezultati, prijava
   ══════════════════════════════════════════════════ */

.us-tak-wrap { font-family: system-ui, sans-serif; max-width: 1080px; margin: 0 auto; }
.us-tak-header { margin-bottom: 1.25rem; }
.us-tak-header h2 { font-size: 1.6rem; color: #0a2342; margin: 0 0 .25rem; }
.us-tak-header p  { color: #6b7a99; margin: 0; }

/* ── Filter chips ────────────────────────────────── */
.us-tak-filter { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.25rem; }
.us-tak-chip {
  font-size: .82rem; padding: .3rem .8rem; border-radius: 20px;
  background: #f1f5f9; color: #0a2342; text-decoration: none;
  border: 1px solid #dde3ef; transition: all .15s;
}
.us-tak-chip:hover { background: #e2e8f0; }
.us-tak-chip.active { background: #0a2342; color: #fff; border-color: #0a2342; }

/* ── Grid kartica ────────────────────────────────── */
.us-tak-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem; margin-bottom: 1.5rem;
}
.us-tak-card {
  background: #fff; border: 1px solid #dde3ef; border-radius: 12px;
  padding: 1.1rem; display: flex; flex-direction: column; gap: .5rem;
  transition: box-shadow .2s, transform .2s;
}
.us-tak-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-2px); }

.utc-top { display: flex; justify-content: space-between; align-items: center; gap: .5rem; flex-wrap: wrap; }
.utc-vrsta {
  font-size: .72rem; font-weight: 700; padding: .2rem .55rem; border-radius: 6px;
  background: #e0f2fe; color: #075985;
}
.utc-skolsko        { background: #dcfce7; color: #166534; }
.utc-medjuopstinsko { background: #dbeafe; color: #1e40af; }
.utc-drzavno        { background: #fef3c7; color: #92400e; }
.utc-olimpijada     { background: #f3e8ff; color: #6b21a8; }

.utc-status { font-size: .7rem; font-weight: 600; padding: .18rem .5rem; border-radius: 6px; background: #f1f5f9; color: #475569; }
.utc-st-najava   { background: #e0f2fe; color: #075985; }
.utc-st-prijave  { background: #dcfce7; color: #166534; }
.utc-st-zavrseno { background: #f1f5f9; color: #475569; }
.utc-st-arhiva   { background: #ede9fe; color: #5b21b6; }

.utc-title { margin: 0; font-size: 1.02rem; }
.utc-title a { color: #0a2342; text-decoration: none; font-weight: 700; }
.utc-title a:hover { color: #c9a84c; }
.utc-meta { display: flex; flex-wrap: wrap; gap: .35rem .75rem; font-size: .78rem; color: #6b7a99; }
.utc-excerpt { font-size: .84rem; color: #4b5563; margin: 0; flex: 1; line-height: 1.5; }

/* ── Single ──────────────────────────────────────── */
.us-tak-single { max-width: 900px; }
.us-back-link { display: inline-block; margin-bottom: 1rem; color: #6b7a99; text-decoration: none; font-size: .88rem; }
.us-back-link:hover { color: #0a2342; }
.uts-head { border-bottom: 2px solid #dde3ef; padding-bottom: 1rem; margin-bottom: 1.25rem; }
.uts-badges { display: flex; gap: .5rem; margin-bottom: .5rem; flex-wrap: wrap; }
.uts-head h2 { font-size: 1.6rem; color: #0a2342; margin: .25rem 0 .5rem; }
.uts-meta { display: flex; flex-wrap: wrap; gap: .4rem 1rem; font-size: .85rem; color: #6b7a99; }

.uts-cta {
  background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px;
  padding: 1rem 1.25rem; margin-bottom: 1.25rem; display: flex;
  align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.uts-opis { margin-bottom: 1.5rem; line-height: 1.7; color: #1a2b45; }
.uts-h3 { font-size: 1.15rem; color: #0a2342; margin: 1.5rem 0 .75rem; }

/* ── Tabele ──────────────────────────────────────── */
.us-tak-table { width: 100%; border-collapse: collapse; font-size: .86rem; margin-bottom: 1rem; }
.us-tak-table th { text-align: left; padding: .55rem .7rem; background: #f8fafc; color: #0a2342; border-bottom: 2px solid #dde3ef; }
.us-tak-table td { padding: .5rem .7rem; border-bottom: 1px solid #f1f5f9; }
.us-tak-table tr:hover td { background: #fafbfc; }

.us-tak-dl { color: #0a2342; text-decoration: none; font-weight: 600; white-space: nowrap; }
.us-tak-dl:hover { color: #c9a84c; text-decoration: underline; }
.uts-nofile { color: #cbd5e1; }
.uts-lock { color: #b45309; font-style: normal; font-size: .78rem; }

/* ── Dokumenti ───────────────────────────────────── */
.us-tak-docs { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.us-tak-docs li {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .65rem .85rem; border: 1px solid #dde3ef; border-radius: 8px; margin-bottom: .5rem;
}

/* ── Organizacija ────────────────────────────────── */
.us-tak-org { display: flex; flex-direction: column; gap: .4rem; font-size: .9rem; color: #1a2b45; margin-bottom: 1.5rem; }

.uts-admin-note {
  background: #fffbeb; border: 1px solid #fde68a; border-radius: 8px;
  padding: .6rem .9rem; font-size: .85rem; color: #92400e;
}
.uts-admin-note a { color: #0a2342; }

/* ── Rezultati ───────────────────────────────────── */
.us-tak-rez-bar { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; justify-content: space-between; margin-bottom: .75rem; }
.us-tak-rez-tabs { display: flex; gap: .4rem; }
.us-tak-rez-search { display: flex; gap: .4rem; flex: 1; min-width: 220px; }
.us-tak-rez-search input { flex: 1; padding: .4rem .6rem; border: 1px solid #dde3ef; border-radius: 6px; }

/* ── Prijava forma ───────────────────────────────── */
.us-tak-form-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem; }
.us-tak-form label { display: block; font-weight: 600; font-size: .85rem; color: #1a2b45; margin-bottom: .3rem; }
.us-tak-form input {
  width: 100%; padding: .5rem .65rem; border: 1px solid #dde3ef; border-radius: 8px; font-size: .9rem;
}
.us-tak-msg { margin-top: .85rem; padding: .75rem; border-radius: 8px; font-weight: 600; }
.us-tak-msg.success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.us-tak-msg.error   { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* ── Profil sekcija ──────────────────────────────── */
.us-tak-prof-h { font-size: .95rem; color: #0a2342; margin: 1rem 0 .4rem; }
.us-tak-prof-list { list-style: none; padding: 0; margin: 0 0 .5rem; }
.us-tak-prof-list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .45rem .7rem; border-bottom: 1px solid #f1f5f9;
}
.us-tak-prof-list a { color: #0a2342; text-decoration: none; font-weight: 600; }
.us-tak-prof-list a:hover { color: #c9a84c; }
.us-tak-prof-date { color: #6b7a99; font-size: .82rem; }

/* ── Početna ─────────────────────────────────────── */
.us-tak-poc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.us-tak-poc-col h3 { font-size: 1rem; color: #0a2342; margin: 0 0 .75rem; }
.us-tak-poc-item {
  display: block; padding: .7rem .85rem; background: #fff;
  border: 1px solid #dde3ef; border-radius: 8px; margin-bottom: .5rem;
  text-decoration: none; transition: box-shadow .15s;
}
.us-tak-poc-item:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.us-tak-poc-item strong { display: block; color: #0a2342; font-size: .9rem; }
.us-tak-poc-item small  { color: #6b7a99; font-size: .78rem; }
.us-tak-poc-empty { color: #6b7a99; font-size: .85rem; }

/* ── Print (PDF rezultata) ───────────────────────── */
@media print {
  .us-tak-rez-bar, .us-tak-filter, .us-back-link, .uts-cta,
  .us-sidebar, .us-topbar, .us-hamburger, .uts-admin-note { display: none !important; }
  .us-tak-table { font-size: 10pt; }
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 900px) {
  .us-tak-form-grid { grid-template-columns: 1fr 1fr; }
  .us-tak-poc-grid  { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .us-tak-form-grid { grid-template-columns: 1fr; }
  .us-tak-table { display: block; overflow-x: auto; white-space: nowrap; }
}
