:root{
  --bg:#130b08;
  --card:#21120d;
  --card2:#2b1710;
  --text:#fff7e8;
  --muted:#f7c98b;
  --yellow:#ffc928;
  --orange:#ff7a1a;
  --red:#e43418;
  --green:#23b45c;
  --line:rgba(255,255,255,.15);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,122,26,.24), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(255,201,40,.18), transparent 32%),
    linear-gradient(180deg,#160b07,#090504 70%);
}
.page{min-height:100vh}
.hero{
  position:relative;
  min-height:360px;
  display:flex;
  align-items:end;
  justify-content:center;
  overflow:hidden;
  background:url("banner.png") center/cover no-repeat, linear-gradient(135deg,#40170b,#0f0705);
}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.82));
}
.hero-content{
  position:relative;
  width:min(1050px,92%);
  padding:34px 0 42px;
}
.event-logo{
  width:min(280px,70vw);
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.55));
  margin-bottom:16px;
}
.eyebrow{
  display:inline-block;
  margin:0 0 12px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--yellow),var(--orange));
  color:#2b1105;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
h1{
  margin:0;
  font-size:clamp(34px,7vw,76px);
  line-height:.92;
  text-transform:uppercase;
  text-shadow:0 8px 20px rgba(0,0,0,.7);
}
.subtitle{
  max-width:700px;
  margin:18px 0 0;
  font-size:clamp(17px,2.5vw,24px);
  color:#ffe8b7;
  font-weight:700;
}
.search-card,.notice{
  width:min(1050px,92%);
  margin:24px auto;
  background:linear-gradient(180deg,rgba(43,23,16,.96),rgba(22,10,7,.96));
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:0 14px 34px rgba(0,0,0,.34);
}
.card-head h2,.notice h3{
  margin:0 0 8px;
  font-size:28px;
  text-transform:uppercase;
}
.card-head p,.notice p{
  color:var(--muted);
  margin:0 0 18px;
}
.search-box{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
input{
  flex:1;
  min-width:240px;
  border:2px solid rgba(255,201,40,.35);
  background:#fff8ed;
  color:#291209;
  padding:17px 18px;
  font-size:18px;
  border-radius:16px;
  outline:none;
  font-weight:700;
}
input:focus{border-color:var(--yellow); box-shadow:0 0 0 4px rgba(255,201,40,.17)}
button,.whatsapp-main,.whatsapp-card{
  border:0;
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  padding:17px 22px;
  font-size:17px;
  font-weight:900;
  text-transform:uppercase;
}
button{
  background:linear-gradient(90deg,var(--yellow),var(--orange));
  color:#2a1005;
}
.status{
  margin:18px 0 0;
  color:#ffe4a3;
  font-weight:700;
}
.results{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:16px;
}
.athlete-card{
  background:linear-gradient(180deg,#32170d,#1b0c08);
  border:1px solid rgba(255,201,40,.24);
  border-radius:22px;
  padding:20px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.athlete-card h3{
  margin:0 0 14px;
  font-size:23px;
  color:#fff;
  line-height:1.1;
}
.info-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.info{
  border-top:1px solid rgba(255,255,255,.11);
  padding-top:10px;
}
.label{
  display:block;
  color:#f4b45c;
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.05em;
}
.value{
  display:block;
  font-size:17px;
  font-weight:800;
  margin-top:3px;
}
.whatsapp-card{
  margin-top:18px;
  width:100%;
  background:var(--green);
  color:white;
}
.whatsapp-main{
  background:var(--green);
  color:white;
}
.empty{
  border:1px dashed rgba(255,255,255,.28);
  border-radius:18px;
  padding:18px;
  color:#ffe4a3;
  background:rgba(255,255,255,.04);
}
footer{
  width:min(1050px,92%);
  margin:28px auto 40px;
  color:#f3c47d;
  display:flex;
  flex-direction:column;
  gap:6px;
  text-align:center;
}
@media(max-width:640px){
  .hero{min-height:310px}
  .search-card,.notice{padding:18px;border-radius:20px}
  button{width:100%}
  .card-head h2,.notice h3{font-size:23px}
}
.resultado-card {
  background: rgba(43, 13, 8, 0.95);
  border: 1px solid rgba(255, 190, 40, 0.35);
  border-radius: 18px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,.35);
}

.resultado-card h3 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #fff;
}

.linha-info {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 12px 0;
}

.linha-info span {
  display: block;
  font-size: 13px;
  color: #ffc928;
  font-weight: 900;
}

.linha-info strong {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 4px;
}

.botao-whatsapp {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ffc928, #ff7a1a);
  color: #170606;
  font-weight: 900;
  text-decoration: none;
}
