/* Mex‑Burritos — яркая мексиканская тема (желто‑зелено‑красная) */
:root{
  --bg:#0b0f0e;
  --paper:#0f1714;
  --card:#111c18;
  --text:#f6f3e9;
  --muted:#cfc8b3;
  --yellow:#ffd23f;
  --green:#2ecc71;
  --red:#ff3b3b;
  --shadow: 0 16px 40px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
  --max: 1100px;
  --border: rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 10% 0%, rgba(255,210,63,.18), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(46,204,113,.16), transparent 62%),
    radial-gradient(900px 600px at 60% 100%, rgba(255,59,59,.14), transparent 60%),
    linear-gradient(180deg, #070a09, #0b0f0e 55%, #070a09);
  line-height:1.6;
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:18px; top:18px; width:auto; height:auto; padding:10px 12px; border-radius:12px; background:var(--yellow); color:#111; z-index:999}
header{
  position:sticky; top:0; z-index:50;
  background: rgba(10,14,13,.75);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:12px 0;
}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none}
.logo{
  width:44px; height:44px; border-radius:14px;
  background: conic-gradient(from 210deg, var(--red), var(--yellow), var(--green), var(--red));
  box-shadow: 0 10px 25px rgba(255,59,59,.10);
  position:relative;
}
.logo:after{
  content:"";
  position:absolute; inset:10px;
  border-radius:12px;
  background: rgba(10,14,13,.85);
  border:1px solid rgba(255,255,255,.10);
}
.brand span{font-weight:800; letter-spacing:.3px}
.brand small{display:block; color:var(--muted); font-weight:600; margin-top:-2px}
.menu{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.menu a{
  text-decoration:none; padding:8px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03);
}
.menu a:hover{border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06)}
.menu a.active{border-color: rgba(255,210,63,.55); box-shadow: 0 0 0 3px rgba(255,210,63,.10) inset}
.hero{padding:34px 0 20px}
.hero-grid{display:grid; grid-template-columns: 1.2fr .8fr; gap:18px}
@media (max-width: 900px){ .hero-grid{grid-template-columns:1fr} }
.h-card{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.h-card .pad{padding:22px}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:800; background: rgba(255,210,63,.14);
  border:1px solid rgba(255,210,63,.25);
  padding:6px 10px; border-radius:999px;
}
.kicker i{
  width:10px; height:10px; border-radius:999px; display:inline-block;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255,210,63,.16);
}
h1{margin:14px 0 10px; font-size:clamp(28px, 4vw, 46px); line-height:1.12}
.lead{color:var(--muted); font-size:1.05rem; margin:0 0 14px}
.badges{display:flex; flex-wrap:wrap; gap:8px; margin-top:12px}
.badge{
  font-weight:700; padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03);
}
.badge.y{border-color: rgba(255,210,63,.25); background: rgba(255,210,63,.10)}
.badge.g{border-color: rgba(46,204,113,.25); background: rgba(46,204,113,.10)}
.badge.r{border-color: rgba(255,59,59,.25); background: rgba(255,59,59,.10)}
.section{padding:18px 0 34px}
.section h2{margin:0 0 10px; font-size:1.6rem}
.section p{color:var(--muted)}
.grid{display:grid; grid-template-columns: repeat(12, 1fr); gap:14px}
.card{
  grid-column: span 6;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
}
@media (max-width: 900px){ .card{grid-column: span 12} }
.card h3{margin:0 0 6px}
.card p{margin:0 0 12px}
.card .actions{display:flex; gap:10px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  text-decoration:none; padding:10px 12px;
  border-radius: 14px; font-weight:800;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}
.btn:hover{background: rgba(255,255,255,.07)}
.btn.primary{border-color: rgba(255,210,63,.35); background: rgba(255,210,63,.14)}
.btn.primary:hover{background: rgba(255,210,63,.20)}
hr.sep{
  border:0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  margin:18px 0;
}
.img-placeholder{
  border-radius: var(--radius);
  border:1px dashed rgba(255,255,255,.25);
  background: linear-gradient(180deg, rgba(255,210,63,.06), rgba(46,204,113,.04) 55%, rgba(255,59,59,.05));
  padding:14px 14px;
  color: rgba(246,243,233,.92);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.28);
  margin:12px 0;
}
.img-placeholder strong{display:block; margin-bottom:6px}
.img-placeholder em{color:var(--muted); font-style:normal}
.note{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding:12px 14px;
  color: var(--muted);
}
.columns{display:grid; gap:14px; grid-template-columns: 1fr 1fr}
@media (max-width: 900px){ .columns{grid-template-columns:1fr} }
.recipe{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  padding:14px;
}
.recipe h3{margin:0 0 8px}
.meta{display:flex; flex-wrap:wrap; gap:8px; color: var(--muted); font-weight:700; margin:0 0 10px}
.pill{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding:5px 9px;
  border-radius:999px;
}
.pill.hot{border-color: rgba(255,59,59,.35); background: rgba(255,59,59,.10)}
.pill.mild{border-color: rgba(255,210,63,.35); background: rgba(255,210,63,.10)}
.pill.med{border-color: rgba(46,204,113,.35); background: rgba(46,204,113,.10)}
.recipe ul, .recipe ol{margin:8px 0 0 20px; color: var(--muted)}
.recipe li{margin:4px 0}
.recipe .tip{margin-top:10px; color: rgba(246,243,233,.90)}
.recipe .tip b{color: var(--text)}
.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
}
.table th, .table td{
  padding:10px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align: top;
}
.table th{background: rgba(255,255,255,.04); text-align:left}
.table tr:last-child td{border-bottom:0}
pre{
  padding:12px 14px; border-radius: var(--radius);
  background: rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.12);
  overflow:auto;
}
.footer{
  padding:22px 0 30px;
  color: var(--muted);
  border-top:1px solid rgba(255,255,255,.10);
  background: rgba(10,14,13,.45);
}
.footer .fgrid{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px}
@media (max-width: 900px){ .footer .fgrid{grid-template-columns:1fr} }
.footer a{color: var(--text); text-decoration:none; border-bottom:1px dotted rgba(255,255,255,.25)}
.footer a:hover{border-bottom-color: rgba(255,255,255,.5)}
