/* theme-minecraft.css — lumineux, ciel/herbe, ambiance journée Minecraft */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Nunito:wght@400;600;700&display=swap');

:root{
  --font-display:'Press Start 2P',monospace;
  --font-body:'Nunito',system-ui,sans-serif;
  --font-mono:'Nunito',system-ui,sans-serif;
  --radius:10px;
  --avatar-radius:8px;
  --h1-tracking:0em;

  --bg:#bdeeff;
  --surface:#ffffffee;
  --surface-2:#eafaf0;
  --line:#bfe6c8;
  --text:#1c3a24;
  --muted:#5c7a63;
  --accent:#4caf50;
  --accent-dim:#8bd18e;
  --accent-glow:rgba(76,175,80,0.5);
  --accent-contrast:#0e2412;
  --avatar-bg:linear-gradient(180deg,#7ec850,#4caf50);
}

body{
  background:
    radial-gradient(circle at 80% 6%, rgba(255,244,168,0.9), rgba(255,244,168,0) 22%),
    linear-gradient(180deg,#8fd8ff 0%, #bdeeff 40%, #d8f6e3 100%);
}

h1{font-size:18px;line-height:1.5;text-shadow:2px 2px 0 rgba(0,0,0,0.08);}

.panel{border-width:2px;}
.cta.discord{border-radius:8px;}

.gallery .shot{
  padding:0;
  border-style:solid;
}
.gallery .shot img{
  border-radius:8px;
}