:root{
  --red:#b00020;
  --gold:#caa24a;
  --black:#0b0b0c;

  --bg1:#f6f7fb;
  --bg2:#ffffff;

  --text:#111827;
  --muted:#6b7280;

  --card:#ffffffcc;
  --border:#e5e7eb;
  --shadow: 0 18px 40px rgba(0,0,0,.10);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Roboto",system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg1),var(--bg2));
}

.bg{
  position:fixed; inset:0;
  background:
    radial-gradient(900px 500px at 12% 8%, rgba(202,162,74,.18), transparent 55%),
    radial-gradient(900px 500px at 88% 10%, rgba(176,0,32,.14), transparent 55%),
    radial-gradient(900px 600px at 50% 110%, rgba(0,0,0,.10), transparent 55%);
  pointer-events:none;
  z-index:-1;
}

.header{
  max-width:1100px;
  margin:28px auto 10px;
  padding:0 16px;
  display:grid;
  gap:14px;
}

.brand{
  display:flex;
  gap:14px;
  align-items:center;
  padding:16px;
  border:1px solid var(--border);
  border-radius:22px;
  background:var(--card);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.logo{
  width:78px; height:78px;
  object-fit:contain;
  flex:0 0 auto;
}

.brandText .kicker{
  letter-spacing:.14em;
  font-size:12px;
  font-weight:800;
  color:var(--muted);
}

.brandText h1{
  margin:4px 0 0;
  font-size:20px;
  font-weight:900;
  line-height:1.15;
}

.brandText .sub{
  margin:6px 0 0;
  color:var(--muted);
  font-size:14px;
}

.searchCard{
  padding:16px;
  border:1px solid var(--border);
  border-radius:22px;
  background:var(--card);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.label{
  display:block;
  font-weight:800;
  font-size:13px;
  color:#374151;
  margin-bottom:8px;
}

.search{
  width:100%;
  border:1px solid var(--border);
  border-radius:16px;
  padding:14px 14px;
  font-size:16px;
  outline:none;
  background:#fff;
}

.search:focus{
  border-color: rgba(176,0,32,.55);
  box-shadow: 0 0 0 4px rgba(176,0,32,.12);
}

.hint{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}

.container{
  max-width:1100px;
  margin:14px auto 40px;
  padding:0 16px;
}

.section{
  margin-top:18px;
  border:1px solid var(--border);
  border-radius:24px;
  background:var(--card);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.sectionHead{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 16px;
  border-bottom:1px solid var(--border);
  background:linear-gradient(90deg, rgba(202,162,74,.10), rgba(176,0,32,.06));
}

.sectionHead h2{
  margin:0;
  font-size:18px;
  font-weight:900;
}

.pill{
  font-size:12px;
  font-weight:800;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(17,24,39,.06);
  color:#374151;
  border:1px solid rgba(17,24,39,.08);
}

.grid{
  display:grid;
  gap:12px;
  padding:16px;
  grid-template-columns: repeat(1, minmax(0,1fr));
}

.card{
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  padding:14px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover{
  transform: translateY(-2px);
  border-color: rgba(202,162,74,.55);
  box-shadow: 0 14px 28px rgba(0,0,0,.10);
}

.cardTop{
  display:flex;
  gap:12px;
  align-items:center;
}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  height:34px;
  padding:0 10px;
  border-radius:12px;
  font-weight:900;
  font-size:12px;
  background:rgba(176,0,32,.10);
  color:#7a0016;
  border:1px solid rgba(176,0,32,.18);
}

.title .name{
  font-weight:900;
  font-size:16px;
}

.title .meta{
  color:var(--muted);
  font-size:12px;
  margin-top:2px;
}

.actions{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(176,0,32,.35);
  background:linear-gradient(180deg, rgba(176,0,32,.95), rgba(120,0,20,.98));
  color:#fff;
  font-weight:900;
  font-size:14px;
  min-width:120px;
}

.btn:hover{
  filter:brightness(1.05);
}

.btnGhost{
  background:#fff;
  color:#111827;
  border:1px solid rgba(17,24,39,.18);
}

.btnGhost:hover{
  border-color: rgba(202,162,74,.65);
}

.footer{
  padding:18px 16px 16px;
  color:#374151;
}

.footer .muted{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
}

/* Responsive */
@media (min-width: 680px){
  .header{grid-template-columns: 1.3fr .7fr; align-items:stretch;}
  .grid{grid-template-columns: repeat(2, minmax(0,1fr));}
  .brandText h1{font-size:22px;}
}
@media (min-width: 980px){
  .grid{grid-template-columns: repeat(3, minmax(0,1fr));}
}
