:root{
  --bg:#eef3fb;--card:#fff;--text:#0f172a;--muted:#64748b;--primary:#2563eb;--primary2:#1d4ed8;
  --border:#dbe4f0;--nav:#081633;--shadow:0 10px 24px rgba(8,22,51,.075);
  --success-bg:#dcfce7;--success:#166534;--locked-bg:#fff7ed;--locked:#9a3412;--finished-bg:#e2e8f0;--finished:#334155;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#f6f9ff,#edf3fb);color:var(--text);min-height:100vh}
a{text-decoration:none;color:var(--primary)}
.site-header{background:linear-gradient(135deg,var(--nav),#122d68);box-shadow:0 6px 18px rgba(8,22,51,.16)}
.topbar{max-width:1280px;margin:0 auto;min-height:66px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:12px;color:white}
.brand-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);font-size:19px}
.brand strong{display:block;font-size:16px;letter-spacing:.16em}
.brand small{display:block;font-size:11px;letter-spacing:.24em;color:rgba(255,255,255,.76);margin-top:2px}
nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
nav a{color:white;padding:8px 12px;border-radius:11px;font-size:15px}
nav a:hover,nav a.active{background:rgba(255,255,255,.13)}
.container{max-width:1200px;margin:0 auto;padding:26px 22px}
footer{text-align:center;color:var(--muted);padding:20px;font-size:14px}
h1{font-size:44px;line-height:1.02;margin:6px 0 8px;letter-spacing:-.04em}
h2{margin:0 0 6px}
.eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e8f0fe;color:#1d4ed8;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.muted{color:var(--muted)}
.card,.stat,.match-card,.group{background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}
.card{padding:18px;margin-bottom:16px}
.narrow{max-width:560px;margin:0 auto 16px}
.hero{display:grid;grid-template-columns:1.7fr 1fr;gap:20px;align-items:stretch}
.hero-copy{background:linear-gradient(135deg,#fff,#f4f8ff);border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:var(--shadow)}
.hero-copy h1{font-size:50px}
.hero-copy p{font-size:18px;color:var(--muted);max-width:720px}
.hero-card{display:flex;flex-direction:column;gap:10px;justify-content:center;font-size:20px}
.hero-card span{font-size:15px;color:var(--muted)}
.actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff!important;border:0;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(37,99,235,.18);font-size:14px;line-height:1}
.btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.btn.secondary{background:#eef3fb;color:var(--text)!important;box-shadow:none;border:1px solid var(--border)}
.btn.small{padding:8px 12px;border-radius:11px;font-size:13px}
.btn.full,.full{width:auto;min-width:132px}
label{display:flex;flex-direction:column;gap:7px;font-weight:800;margin-bottom:10px;font-size:14px}
input,select{width:100%;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:15px;background:#fff;color:var(--text)}
input:focus,select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.flash{padding:12px 14px;border-radius:14px;margin:0 0 16px;font-weight:800}
.flash.success{background:var(--success-bg);color:var(--success)}
.flash.error{background:#fee2e2;color:#991b1b}
.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px}
.page-head p{margin:0;font-size:15px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0 18px}
.stat{padding:14px 16px;display:flex;align-items:center;gap:12px;min-height:68px}
.stat span{font-size:24px;width:34px;text-align:center}
.stat strong{display:inline-block;font-size:26px;line-height:1;margin-right:8px}
.stat small{display:inline-block;color:var(--muted);font-size:13px}
.filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:12px;align-items:end;padding:16px 18px;margin-bottom:18px}
.filter-buttons{display:flex;gap:8px;align-items:center}
.groups{display:flex;flex-direction:column;gap:14px}
.group{overflow:hidden}
.group summary{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer;font-size:18px;font-weight:900;list-style:none;background:linear-gradient(180deg,#fff,#f8fbff)}
.group summary::-webkit-details-marker{display:none}
.group summary small{font-size:12px;color:var(--muted);padding:6px 10px;border-radius:999px;background:#f1f5f9}
.matches-grid{padding:0 14px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.match-card{padding:14px;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:17px}
.match-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px;color:var(--muted);font-size:13px;font-weight:800}
.pill{padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900;line-height:1}
.pill.open{background:var(--success-bg);color:var(--success)}
.pill.locked{background:var(--locked-bg);color:var(--locked)}
.pill.finished{background:var(--finished-bg);color:var(--finished)}
.teams{display:grid;grid-template-columns:1fr 34px 1fr;gap:9px;align-items:center;margin-bottom:10px}
.team{display:flex;align-items:center;gap:9px;padding:10px;border:1px solid #e6eef8;border-radius:14px;background:#f8fbff;min-height:58px}
.team.away{justify-content:flex-end;text-align:right}
.team strong{font-size:17px;line-height:1.08}
.flag{display:grid;place-items:center;width:34px;height:28px;border-radius:8px;background:white;box-shadow:inset 0 0 0 1px #edf2f7;flex:0 0 34px;overflow:hidden}
.flag img{width:30px;height:21px;object-fit:cover;border-radius:3px;display:block;box-shadow:0 1px 3px rgba(15,23,42,.12)}
.flag-fallback{font-size:20px}
.vs{font-size:11px;font-weight:900;color:var(--muted);letter-spacing:.12em;text-align:center}
.match-card p{margin:8px 0;font-size:14px}
.match-card .btn{margin-top:6px;max-width:170px}
.score-input{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:end;margin:16px 0}
.score-input span{font-size:34px;font-weight:900;color:#94a3b8;padding-bottom:10px}
.predict-teams{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:14px 0}
.predict-teams div{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px;border:1px solid #e6eef8;border-radius:16px;background:#f8fbff;text-align:center}
.predict-teams span{font-size:38px}
.predict-teams b{font-size:30px;color:#94a3b8}
.table-card{overflow:auto}
table{width:100%;border-collapse:collapse}
th,td{padding:13px;border-bottom:1px solid #e6eef8;text-align:left;vertical-align:middle}
th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.rank{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-weight:900}
form.inline{display:flex;align-items:center;gap:7px}
form.inline input{width:68px;padding:8px 10px}
@media(max-width:1000px){
  .hero{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.matches-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .topbar{flex-direction:column;align-items:flex-start;padding:14px}.container{padding:18px 12px}h1,.hero-copy h1{font-size:36px}
  .stats,.filters{grid-template-columns:1fr}.teams,.score-input,.predict-teams{grid-template-columns:1fr}.vs,.score-input span,.predict-teams b{display:none}
  .team.away{justify-content:flex-start;text-align:left}.page-head{flex-direction:column;align-items:flex-start}.card{padding:16px}
  .btn.full,.full{width:100%;max-width:none}
}


/* Stranica pravila */
.rules-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:18px;
  align-items:center;
}
.rules-hero h2,.rule-card h2,.examples h2{margin-top:0}
.rules-clock{
  min-height:150px;
  border-radius:18px;
  background:linear-gradient(135deg,#eff6ff,#ffffff);
  border:1px solid #dbe4f0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:16px;
}
.rules-clock span{font-size:38px}
.rules-clock strong{font-size:34px;margin-top:4px}
.rules-clock small{color:var(--muted);font-weight:700}
.rules-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.rule-card{margin-bottom:0}
.rule-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eff6ff;
  font-size:22px;
  margin-bottom:10px;
}
.rules-table{
  width:100%;
  border-collapse:collapse;
}
.rules-table td{
  padding:10px 0;
  border-bottom:1px solid #e6eef8;
}
.rules-table td:last-child{
  text-align:right;
}
.examples{margin-top:14px}
.example-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.example-card{
  border:1px solid #e6eef8;
  background:#f8fbff;
  border-radius:16px;
  padding:14px;
}
.example-card span,.example-card small{
  display:block;
  color:var(--muted);
  font-weight:700;
}
.example-card strong{
  display:block;
  margin:7px 0;
  font-size:18px;
}
.example-label{
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:11px;
}
.rules-footer-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
@media(max-width:820px){
  .rules-hero,.rules-grid,.example-grid{grid-template-columns:1fr}
}


/* IQ200 hotfix: elegantniji font i izgled gumba */
html, body, input, select, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn,
button.btn,
a.btn {
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.15;
  min-height: 36px;
  padding: 9px 14px;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(37,99,235,.16);
}

.btn.small,
button.btn.small,
a.btn.small {
  font-size: 13px;
  font-weight: 700;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 10px;
}

.match-card .btn {
  width: auto;
  min-width: 132px;
  max-width: 160px;
  justify-self: start;
  font-size: 13px;
  padding: 8px 12px;
  min-height: 32px;
}

nav a {
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
}

nav a.btn,
nav .btn {
  font-weight: 700;
  font-size: 13px;
  padding: 8px 12px;
  min-height: 32px;
}

label {
  font-weight: 650;
  letter-spacing: -0.01em;
}

.eyebrow {
  font-weight: 800;
}

@media(max-width:720px){
  .match-card .btn {
    width: auto;
    max-width: 150px;
  }
}


/* IQ200 logo hotfix: profesionalni wordmark bez emoji ikone */
.brand-pro{
  gap:12px;
  align-items:center;
}
.brand-mark{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.9), transparent 18%),
    linear-gradient(145deg, #ffffff 0%, #dbeafe 32%, #2563eb 100%);
  box-shadow:0 8px 18px rgba(37,99,235,.28), inset 0 0 0 1px rgba(255,255,255,.45);
}
.brand-26{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:linear-gradient(180deg,#081633,#18346f);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:-.05em;
}
.brand-copy strong{
  display:block;
  color:#fff;
  font-family:"Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size:17px;
  font-weight:800;
  letter-spacing:.12em;
  line-height:1.05;
}
.brand-copy small{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  margin-top:4px;
}
.brand-icon{display:none!important}

@media(max-width:720px){
  .brand-mark{width:38px;height:38px;flex-basis:38px}
  .brand-copy strong{font-size:15px}
  .brand-copy small{font-size:9px;letter-spacing:.08em}
}


/* Omnima credit / O aplikaciji */
.site-footer{
  text-align:left;
  color:var(--muted);
  padding:22px;
  font-size:14px;
}
.footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border-top:1px solid var(--border);
  padding-top:18px;
}
.footer-inner strong{
  color:var(--text);
}
.footer-inner span{
  display:block;
  margin-top:3px;
}
.footer-credit{
  text-align:right;
}
.footer-credit strong{
  display:block;
  font-size:15px;
  color:#0f172a;
}
.about-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.about-card{
  margin-bottom:0;
}
.company-box{
  border:1px solid #dbe4f0;
  background:linear-gradient(135deg,#f8fbff,#ffffff);
  border-radius:16px;
  padding:16px;
  margin-top:12px;
}
.company-box strong{
  display:block;
  font-size:22px;
}
.company-box span{
  display:block;
  color:var(--muted);
  margin-top:6px;
}
.about-signature{
  margin-top:14px;
}
@media(max-width:720px){
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-credit{
    text-align:left;
  }
  .about-grid{
    grid-template-columns:1fr;
  }
}


/* Bonus prognoze */
.bonus-section h2{
  margin-top:0;
}
.bonus-groups{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.bonus-group-card{
  border:1px solid #e6eef8;
  background:#f8fbff;
  border-radius:16px;
  padding:14px;
}
.bonus-group-card h3{
  margin:0 0 10px;
  font-size:17px;
}
.bonus-form-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.podium-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.bonus-points{
  margin-top:10px;
  padding:8px 10px;
  border-radius:12px;
  background:#eff6ff;
  color:#1d4ed8;
  font-weight:800;
  font-size:13px;
}
.bonus-points.total{
  display:inline-block;
}
.bonus-rules-card{
  margin-top:14px;
}
@media(max-width:1000px){
  .bonus-groups,.bonus-form-grid,.podium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .bonus-groups,.bonus-form-grid,.podium-grid{
    grid-template-columns:1fr;
  }
}


/* Admin igrači */
.role-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
.role-chip.admin{
  background:#dbeafe;
  color:#1d4ed8;
}
.role-chip.user{
  background:#dcfce7;
  color:#166534;
}
.table-actions{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
}
.btn.danger{
  background:#fee2e2!important;
  color:#991b1b!important;
  box-shadow:none;
  border:1px solid #fecaca;
}


/* Header: informacija tko je prijavljen */
.logged-user-chip{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:6px 10px 6px 7px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  max-width:260px;
}
.logged-user-avatar{
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#1d4ed8;
  font-size:13px;
  font-weight:900;
}
.logged-user-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  min-width:0;
}
.logged-user-text small{
  color:rgba(255,255,255,.68);
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.logged-user-text strong{
  color:#fff;
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:130px;
}
.logged-user-chip em{
  font-style:normal;
  font-size:10px;
  font-weight:900;
  color:#dbeafe;
  background:rgba(37,99,235,.45);
  border:1px solid rgba(191,219,254,.35);
  border-radius:999px;
  padding:4px 7px;
}
@media(max-width:900px){
  .logged-user-chip{
    order:99;
    width:100%;
    max-width:none;
    justify-content:flex-start;
  }
  .logged-user-text strong{
    max-width:210px;
  }
}


/* Javne prognoze nakon početka utakmice */
.match-actions{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:8px;
}
.match-actions .btn{
  margin-top:0;
}
.action-note{
  display:inline-flex;
  align-items:center;
  font-size:12px;
  line-height:1.25;
  max-width:220px;
}
.public-predictions-hero{
  margin-bottom:16px;
}
.prediction-teams{
  margin-bottom:0;
}
.public-result{
  margin:12px 0 0;
  font-size:16px;
}
.public-score{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  padding:8px 12px;
  border-radius:12px;
  background:#eff6ff;
  color:#1d4ed8;
  font-weight:900;
  font-size:18px;
}
@media(max-width:720px){
  .match-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .match-actions .btn{
    width:100%;
    max-width:none;
  }
  .action-note{
    max-width:none;
  }
}


/* Hotfix: gumb Prognoze igrača uvijek vidljiv */
.match-actions .btn.secondary{
  background:#eef3fb;
  color:#0f172a!important;
  border:1px solid #dbe4f0;
  box-shadow:none;
}
.match-actions .btn.secondary:hover{
  background:#e2e8f0;
}

/* FINAL 2026 landing polish */
.landing-hero{margin-top:8px;margin-bottom:18px}
.hero-copy-final{position:relative;overflow:hidden;min-height:292px}
.hero-copy-final:after{content:"26";position:absolute;right:28px;bottom:-22px;font-size:150px;font-weight:1000;letter-spacing:-.08em;color:rgba(37,99,235,.07);line-height:1;pointer-events:none}
.hero-copy-final h1{max-width:760px}
.hero-actions{position:relative;z-index:1;margin-top:18px}
.btn.ghost{background:#fff;color:#1d4ed8!important;border:1px solid #cfe0ff;box-shadow:none}
.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;position:relative;z-index:1}
.trust-row span{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbeafe;background:#f8fbff;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:750;color:#334155}
.hero-rule-card{gap:12px;justify-content:flex-start;padding:26px}
.hero-rule-card strong{font-size:22px;line-height:1.15}
.hero-rule-card span{line-height:1.45}
.mini-deadline{margin-top:auto;border-top:1px solid #e6eef8;padding-top:13px;display:flex;flex-direction:column;gap:4px}
.mini-deadline small{color:var(--muted);font-weight:700}
.mini-deadline b{font-size:16px}
.landing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}
.landing-card{margin-bottom:0;min-height:184px}
.landing-card h2{font-size:22px;margin:0 0 8px}
.landing-card p{color:var(--muted);line-height:1.48;margin:0}
.highlight-card{background:linear-gradient(135deg,#ffffff,#eff6ff);border-color:#bfdbfe}
.bonus-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:8px;padding:22px 24px;background:linear-gradient(135deg,#fff,#f8fbff)}
.bonus-strip h2{font-size:26px;margin-top:8px}.bonus-strip p{max-width:820px;color:var(--muted)}
.rules-grid-bottom{margin-top:14px}
.logged-user-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:white;border-radius:999px;padding:5px 9px}
.logged-user-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#1d4ed8;font-weight:900}
.logged-user-text{display:flex;flex-direction:column;line-height:1.05}.logged-user-text small{font-size:10px;color:rgba(255,255,255,.7)}.logged-user-text strong{font-size:12px}.logged-user-chip em{font-style:normal;font-size:10px;font-weight:900;background:#22c55e;color:#052e16;border-radius:999px;padding:3px 6px}
.site-footer{text-align:left}.footer-inner{max-width:1200px;margin:0 auto;border-top:1px solid var(--border);padding-top:18px;display:flex;justify-content:space-between;gap:18px}.footer-inner span{display:block;color:var(--muted);margin-top:4px}.footer-credit{text-align:right}
@media(max-width:1000px){.landing-grid{grid-template-columns:1fr}.bonus-strip{flex-direction:column;align-items:flex-start}.footer-inner{flex-direction:column}.footer-credit{text-align:left}}
@media(max-width:720px){.hero-copy-final{min-height:auto}.hero-copy-final:after{font-size:92px;right:12px;bottom:-10px}.trust-row span{width:100%;border-radius:14px}.hero-rule-card{padding:18px}.landing-card{min-height:auto}.bonus-strip{padding:18px}.site-header nav{width:100%;gap:6px}.site-header nav a{font-size:13px;padding:7px 9px}.logged-user-chip{order:-1;width:100%;border-radius:14px}.footer-inner{padding-left:12px;padding-right:12px}}

/* SP 2026 countdown */
.worldcup-countdown{
    margin-top:10px;
    border:1px solid #dbeafe;
    background:linear-gradient(135deg,#f8fbff,#eef5ff);
    border-radius:18px;
    padding:14px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.countdown-title{
    font-size:12px;
    line-height:1.2;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:900;
    color:#1d4ed8;
    margin-bottom:10px;
}
.countdown-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
}
.countdown-box{
    min-width:0;
    border:1px solid #dbeafe;
    background:#ffffff;
    border-radius:14px;
    padding:10px 7px;
    text-align:center;
}
.countdown-box strong{
    display:block;
    font-size:24px;
    line-height:1;
    color:#0f172a;
    letter-spacing:-.04em;
}
.countdown-box span{
    display:block;
    margin-top:5px;
    font-size:11px;
    line-height:1;
    font-weight:800;
    color:#64748b;
}
.countdown-live{
    border-color:#bfdbfe;
    background:#eff6ff;
}
@media(max-width:720px){
    .countdown-grid{gap:6px}
    .countdown-box{padding:9px 5px;border-radius:12px}
    .countdown-box strong{font-size:21px}
    .countdown-box span{font-size:10px}
}
