:root{
  --bg:#fff7ed;          /* crema cálido */
  --card:#ffffff;        /* tarjetas blancas */
  --text:#1f2937;        /* gris oscuro */
  --muted:#6b7280;       /* gris suave */
  --line:#fde68a;        /* borde miel suave */
  --accent:#f59e0b;      /* miel */
  --accent2:#fb7185;     /* rosa suave */
  --shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: ui-rounded, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background:
    radial-gradient(900px 500px at 20% 0%, #ffedd5 0%, var(--bg) 60%),
    radial-gradient(700px 420px at 90% 10%, #ffe4e6 0%, transparent 60%),
    var(--bg);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
.container{max-width:960px; margin:0 auto; padding:24px}
.nav{
  display:flex; justify-content:space-between; align-items:center;
  padding:14px 18px; border:1px solid var(--line);
  background: rgba(18,24,38,.7); border-radius:14px; backdrop-filter: blur(8px);
}
.brand{font-weight:800; letter-spacing:.2px}
.badge{font-size:12px; color:var(--muted)}
.grid{display:grid; gap:16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top:18px}
.card{
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border:1px solid var(--line);
  background: rgba(18,24,38,.65);
  border-radius:16px; padding:16px;
}
.card h2{margin:0 0 6px 0; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px; line-height:1.35}
.hero{margin-top:18px}
.hero h1{margin:0; font-size:34px; line-height:1.1}
.hero p{margin:10px 0 0; color:var(--muted); max-width:700px}
.btn{
  display:inline-block; margin-top:14px; padding:10px 14px;
  border-radius:12px; border:1px solid var(--line);
  background: rgba(110,231,183,.08);
}
.form{
  display:grid; gap:12px; margin-top:14px;
}
label{font-size:13px; color:var(--muted)}
select,input{
  width:100%; padding:10px 12px; border-radius:12px;
  border:1px solid var(--line); background: rgba(11,15,20,.6);
  color:var(--text);
}
.row{display:grid; gap:12px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));}
.actions{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:8px}
button{
  padding:10px 14px; border-radius:12px; border:1px solid var(--line);
  background: rgba(110,231,183,.14); color:var(--text);
  cursor:pointer; font-weight:650;
}
button:hover{filter:brightness(1.1)}
.out{
  margin-top:14px; padding:14px; border-radius:14px;
  border:1px solid var(--line); background: rgba(11,15,20,.55);
}
.small{font-size:12px; color:var(--muted); line-height:1.35}
.footer{margin-top:24px; color:var(--muted); font-size:12px}
hr{border:none; border-top:1px solid var(--line); margin:18px 0}
/* Hero más cálido */
.hero{
  margin-top:18px;
  border:1px solid rgba(245,158,11,.35);
  background: rgba(255,255,255,.65);
  border-radius:20px;
  padding:18px;
  box-shadow: var(--shadow);
}
.hero h1{margin:0; font-size:34px; line-height:1.1}
.hero p{margin:10px 0 0; color:var(--muted); max-width:720px}

.heroRow{
  display:flex; gap:18px; flex-wrap:wrap; align-items:center; margin-top:12px;
}
.heroImg{
  width:180px; height:180px; object-fit:cover;
  border-radius:22px; border:1px solid rgba(245,158,11,.35);
  box-shadow: var(--shadow);
}
.sticker{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(245,158,11,.14);
  border:1px dashed rgba(245,158,11,.55);
  color:#92400e;
  font-size:12px;
  font-weight:700;
}

/* Botones miel */
.btn{
  display:inline-block;
  margin-top:14px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(245,158,11,.45);
  background: linear-gradient(180deg, rgba(245,158,11,.20), rgba(245,158,11,.08));
  box-shadow: 0 6px 16px rgba(245,158,11,.18);
}
.btn:hover{filter:brightness(1.05)}

/* Nav y cards suaves */
.nav{
  display:flex; justify-content:space-between; align-items:center;
  padding:14px 18px;
  border:1px solid rgba(245,158,11,.35);
  background: rgba(255,255,255,.65);
  border-radius:18px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}
.card{
  border:1px solid rgba(245,158,11,.28);
  background: rgba(255,255,255,.72);
  border-radius:18px;
  padding:16px;
  box-shadow: var(--shadow);
}
.card h2{margin:0 0 6px 0; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px; line-height:1.35}

.icon{
  width:34px; height:34px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:12px;
  background: rgba(251,113,133,.12);
  border:1px solid rgba(251,113,133,.25);
  margin-bottom:10px;
  font-size:18px;
}

/* Inputs más cálidos */
select,input{
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(245,158,11,.28);
  background: rgba(255,255,255,.75);
  color:var(--text);
}
.out{
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(245,158,11,.25);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow);
}
