@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --paper: #f7f3ea;
  --paper-2: #efe9db;
  --ink: #15130f;
  --ink-soft: #4a463d;
  --brand: #1d5b91;
  --drole: #1d5b91;
  --drole-deep: #16456e;
  --fragile: #e2483a;
  --line: #1a1813;
  --card: #fffdf8;
  --border: #e7e1d4;
  --shadow: 0 1px 2px rgba(20,19,15,.05), 0 6px 20px rgba(20,19,15,.05);
  --shadow-hover: 0 4px 10px rgba(20,19,15,.08), 0 14px 32px rgba(20,19,15,.07);
  --radius: 16px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Hanken Grotesk', sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  background-image:
    radial-gradient(var(--paper-2) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---------- Header ---------- */
.top {
  position: sticky; top: 0; z-index: 50;
  background: var(--drole);
  border-bottom: 1px solid var(--border);
}
.top-in {
  max-width: 1240px; margin: 0 auto; padding: 0 20px;
  height: 64px; display: flex; align-items: center; gap: 26px;
}
.logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 28px; letter-spacing: -1px;
  color: #fff; line-height: 1;
  display: flex; align-items: center; gap: 8px;
}
.logo b { background: #fff; color: var(--brand); padding: 2px 8px; border-radius: 8px; transform: rotate(-3deg); display: inline-block; }
.nav { display: flex; gap: 18px; flex: 1; overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a {
  font-weight: 600; font-size: 14px; color: #fff; white-space: nowrap;
  padding: 6px 0; border-bottom: 2px solid transparent; transition: .15s;
}
.nav a:hover { border-bottom-color: var(--ink); }
.burger { display: none; background: transparent; border: 0; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; padding: 0 4px; }

/* drawer mobile */
.drawer { position: fixed; top: 0; left: 0; height: 100%; width: 282px; max-width: 84vw; background: var(--paper); border-right: 1px solid var(--border); transform: translateX(-100%); transition: transform .25s ease; z-index: 100; overflow-y: auto; padding: 18px 14px; }
.drawer.open { transform: none; }
.drawer-bg { position: fixed; inset: 0; background: rgba(0,0,0,.45); opacity: 0; visibility: hidden; transition: .25s; z-index: 99; }
.drawer-bg.open { opacity: 1; visibility: visible; }
.search-btn {
  background: var(--ink); color: #fff; border: none; cursor: pointer;
  font-family: inherit; font-weight: 600; font-size: 14px;
  padding: 9px 16px; border-radius: 999px; white-space: nowrap;
}

/* ---------- Hero (home) ---------- */
.hero {
  max-width: 1000px; margin: 0 auto; padding: 28px 20px 10px; text-align: center;
}
.hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: clamp(28px, 4vw, 46px); line-height: 1.05;
  letter-spacing: -1.5px; max-width: 24ch; margin: 0 auto; text-wrap: balance;
}
.hero h1 mark { background: var(--drole); color: #fff; padding: 0 .12em; border-radius: 6px; }
.hero p { margin: 14px auto 0; font-size: 18px; color: var(--ink-soft); }

/* ---------- Layout 3 colonnes (9gag-like) ---------- */
.page { max-width: 1300px; margin: 0 auto; padding: 8px 20px 80px; display: grid; grid-template-columns: 224px minmax(0,1fr) 300px; gap: 48px; align-items: start; }
.lefty { position: sticky; top: 84px; }
.lhead { font-family: 'Bricolage Grotesque',sans-serif; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--ink-soft); margin: 22px 0 8px 14px; }
.lnav { display: flex; flex-direction: column; gap: 2px; }
.lnav a { display: flex; align-items: center; gap: 11px; padding: 9px 14px; border-radius: 10px; font-weight: 600; font-size: 15px; transition: background .12s; }
.lnav a span { width: 20px; text-align: center; }
.lnav a:hover { background: var(--paper-2); }
.lnav a.on { background: var(--brand); color: #fff; }
.lthemes a { font-size: 14px; padding: 7px 14px; }
.lthemes { max-height: calc(100vh - 290px); overflow-y: auto; padding-right: 6px;
  scrollbar-width: thin; scrollbar-color: transparent transparent; }
.lthemes:hover { scrollbar-color: rgba(20,19,15,.18) transparent; }
.lthemes::-webkit-scrollbar { width: 5px; }
.lthemes::-webkit-scrollbar-track { background: transparent; }
.lthemes::-webkit-scrollbar-thumb { background: transparent; border-radius: 999px; }
.lthemes:hover::-webkit-scrollbar-thumb { background: rgba(20,19,15,.18); }
.righty { position: sticky; top: 84px; max-height: calc(100vh - 96px); overflow-y: auto; scrollbar-width: thin; display: flex; flex-direction: column; gap: 22px; }

/* ---------- Feed colonne unique (scroll) ---------- */
.wrap { max-width: 1240px; margin: 0 auto; padding: 18px 20px 80px; }
.feed { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; gap: 34px; }
.fcard { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .14s, box-shadow .14s; }
.fcard:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.vp-up { background: #e7f0fa; color: var(--brand); } .vp-down { background: #fdeceb; color: var(--fragile); }
.fcard .ffoot .views { margin-left: auto; color: var(--ink-soft); font-weight: 600; font-size: 13px; }
.fcard .ffoot .cta { background: var(--ink); color: #fff; padding: 9px 17px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.fcard .ffoot .cta:hover { background: var(--brand); }

.pager { max-width: 600px; margin: 30px auto 0; display: flex; align-items: center; justify-content: center; gap: 14px; }
.pager .pg { background: var(--card); border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px; font-weight: 700; font-size: 14px; box-shadow: var(--shadow); }
.pager .pg-next { background: var(--brand); color: #fff; }
.pager .pg:hover { box-shadow: var(--shadow-hover); }
.pager .pg-num { color: var(--ink-soft); font-weight: 600; font-size: 13px; }
#scroll-sentinel { height: 1px; }

/* petite grille (sidebar / à voir aussi) */
.grid { columns: 4 260px; column-gap: 20px; }
.card {
  display: inline-block; width: 100%;
  break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid;
  margin-bottom: 20px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); transition: transform .14s, box-shadow .14s;
  vertical-align: top;
}
.card:hover { transform: translate(-2px,-2px); box-shadow: var(--shadow-hover); }
.card .pic { position: relative; background: var(--paper-2); }
.card .pic img { width: 100%; height: auto; }
.card .chip {
  position: absolute; top: 10px; left: 10px;
  background: var(--ink); color: #fff; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px; padding: 4px 9px; border-radius: 999px;
}
.card .tag-vid { position:absolute; top:10px; right:10px; background:var(--drole); color:#fff; font-weight:700; font-size:11px; padding:4px 9px; border-radius:999px;}
.card .meta { padding: 13px 14px 15px; }
.card .meta h3 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 17px; line-height: 1.15; letter-spacing: -.3px;
}
.card .stats { margin-top: 10px; display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.card .stats .up { color: var(--drole-deep); }
.card .stats .views { margin-left: auto; }

/* ---------- Single post ---------- */
.crumb { max-width: 1140px; margin: 22px auto 0; padding: 0 20px; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.crumb a:hover { color: var(--drole-deep); }

/* layout single : contenu + sidebar */
.single { max-width: 1140px; margin: 0 auto; padding: 14px 20px 80px; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 36px; align-items: start; }
.single .post { max-width: none; margin: 0; padding: 0; min-width: 0; }
.post { max-width: 820px; margin: 0 auto; padding: 14px 20px 80px; }

.side { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 22px; }
.side-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.side-box h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: .5px; padding: 12px 16px; background: var(--brand); color: #fff; }
.side-list a { display: flex; gap: 11px; align-items: center; padding: 11px 14px; border-top: 2px solid var(--paper-2); }
.side-list a:first-child { border-top: none; }
.side-list a:hover { background: var(--paper); }
.side-list img { width: 56px; height: 56px; object-fit: cover; border-radius: 9px; border: 2px solid var(--line); flex: none; }
.side-list .st { font-size: 13.5px; font-weight: 700; line-height: 1.18; letter-spacing: -.2px; }
.side-list .sc { font-size: 12px; color: var(--drole-deep); font-weight: 700; margin-top: 3px; }
.ad-slot { padding: 26px 18px; text-align: center; color: var(--ink-soft); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  background-image: repeating-linear-gradient(45deg, var(--paper-2) 0 10px, transparent 10px 20px); }
.side-themes { padding: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.side-themes a { font-size: 13px; font-weight: 600; background: var(--paper-2); border: 2px solid var(--line); padding: 5px 11px; border-radius: 999px; }
.side-themes a:hover { background: var(--brand); color: #fff; }

@media (max-width: 900px) {
  .single { grid-template-columns: 1fr; }
  .side { position: static; flex-direction: row; flex-wrap: wrap; }
  .side-box { flex: 1 1 280px; }
}
.post h1,
.post-title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: clamp(17px, 2.2vw, 22px); line-height: 1.2; letter-spacing: -0.4px;
  margin: 14px 0 6px;
  color: var(--ink-soft);
}
.pchip { display: inline-flex; align-items: center; background: var(--brand); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; padding: 6px 13px; border-radius: 999px; }
.post .byline { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 14px; color: var(--ink-soft); margin: 12px 0; }

.vote-pct { display: flex; justify-content: space-between; font-weight: 800; font-size: 14px; margin-bottom: 9px; }
.vote-pct .pu { color: var(--brand); } .vote-pct .pd { color: var(--fragile); }
.post .byline b { color: var(--ink); }
.stage {
  border: 1px solid var(--border); border-radius: 18px; overflow: hidden;
  background: var(--paper-2); box-shadow: var(--shadow);
  display: flex; justify-content: center;
}
.stage img, .stage video { max-width: 100%; width: auto; height: auto; max-height: 60vh; }

/* drôlomètre */
.vote { margin: 14px 0; }
.vote-bar {
  height: 22px; border: 1px solid var(--border); border-radius: 999px; overflow: hidden;
  display: flex; background: var(--fragile); box-shadow: var(--shadow);
}
.vote-bar .fill { background: var(--drole); height: 100%; transition: width .5s cubic-bezier(.2,.8,.2,1); }
.vote-row { display: flex; gap: 14px; margin-top: 16px; }
.vbtn {
  flex: 1; cursor: pointer; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: 18px; padding: 16px; border: 1px solid var(--border); border-radius: 14px;
  background: var(--card); transition: transform .1s, box-shadow .1s; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.vbtn:hover { transform: translate(-2px,-2px); box-shadow: var(--shadow-hover); }
.vbtn:active { transform: translate(2px,2px); box-shadow: var(--shadow); }
.vbtn.drole { background: var(--drole); color: #fff; }
.vbtn.fragile { background: var(--fragile); color: #fff; }
.vbtn .n { font-size: 15px; opacity: .9; }
.vbtn[disabled] { opacity: .55; cursor: default; transform: none; box-shadow: var(--shadow); }

.vote-note { text-align: center; font-weight: 700; color: var(--drole-deep); margin-top: 12px; min-height: 20px; }

.share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 22px 0 4px; }
.share-label { font-family: 'Bricolage Grotesque',sans-serif; font-weight: 800; font-size: 15px; margin-right: 4px; }
.sh { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; cursor: pointer;
  color: #fff; border: 1px solid var(--border); border-radius: 50%; box-shadow: var(--shadow); transition: transform .1s, box-shadow .1s; }
.sh:hover { transform: translate(-2px,-2px); box-shadow: var(--shadow-hover); }
.sh svg { width: 20px; height: 20px; }
.sh-fb { background: #1877f2; } .sh-x { background: #0f1419; } .sh-wa { background: #25d366; }
.sh-pin { background: #e60023; } .sh-rd { background: #ff4500; } .sh-tg { background: #26a5e4; } .sh-cp { background: var(--ink); }

.lead { font-size: 19px; line-height: 1.6; margin: 24px 0; color: var(--ink); }
.post-desc {
  margin: 18px 0 10px;
  color: var(--ink-soft);
  font-size: 13.5px;
}
.post-desc summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .72;
}
.post-desc summary:hover { opacity: 1; color: var(--ink); }
.post-desc p {
  max-width: 760px;
  margin: 9px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--line);
  background: rgba(0,0,0,.025);
  border-radius: 8px;
  line-height: 1.55;
}

/* bloc édito / SEO + newsletter (home) */
.home-about { max-width: 1240px; margin: 0 auto; padding: 6px 20px 72px; }
.about-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 26px; }
.about-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 28px; }
.about-box h2, .about-box h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.6px; }
.about-box h2 mark, .about-box h1 mark { background: var(--brand); color: #fff; padding: 0 .12em; border-radius: 5px; }
.about-box p { color: var(--ink-soft); margin-top: 12px; font-size: 15.5px; }
.news { background: var(--brand); color: #fff; }
.news h2 { color: #fff; }
.news p { color: rgba(255,255,255,.85); }
.news form { display: flex; gap: 8px; margin-top: 16px; }
.news input { flex: 1; min-width: 0; border: 1px solid var(--border); border-radius: 10px; padding: 11px 13px; font-family: inherit; font-size: 14px; }
.news button { border: 1px solid var(--border); background: var(--ink); color: #fff; font-family: 'Bricolage Grotesque',sans-serif; font-weight: 800; border-radius: 10px; padding: 0 18px; cursor: pointer; }
@media (max-width: 760px) { .about-grid { grid-template-columns: 1fr; } }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.tags a {
  font-size: 13px; font-weight: 600; background: var(--paper-2); border: 2px solid var(--line);
  padding: 6px 12px; border-radius: 999px;
}
.tags a:hover { background: var(--drole); color: #fff; }

.sec-title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 22px;
  letter-spacing: -.6px; margin: 40px 0 16px; display: flex; align-items: center; gap: 10px;
}
.sec-title::after { content:''; flex:1; height:3px; background: var(--line); border-radius: 2px; }

.cmt { border: 1px solid var(--border); border-radius: 12px; background: var(--card); padding: 14px 16px; margin-bottom: 12px; }
.cmt .who { font-weight: 700; font-size: 14px; }
.cmt .when { font-size: 12px; color: var(--ink-soft); font-weight: 500; }
.cmt p { margin-top: 6px; font-size: 15px; }
.cmt-empty { color: var(--ink-soft); font-style: italic; }

/* footer */
.foot { border-top: 1px solid var(--border); background: var(--ink); color: var(--paper); margin-top: 40px; }
.foot-grid { max-width: 1240px; margin: 0 auto; padding: 44px 20px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-col h4 { font-family: 'Bricolage Grotesque',sans-serif; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 14px; }
.foot-brand .logo { color: var(--paper); margin-bottom: 12px; }
.foot-brand .logo b { background: var(--paper); color: var(--ink); }
.foot-tag { font-size: 14px; line-height: 1.5; opacity: .75; margin-bottom: 14px; }
.foot-contact { font-size: 14px; font-weight: 600; color: #9ec6e8; }
.foot-contact:hover { color: #fff; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.foot-links a { font-size: 13.5px; opacity: .8; }
.foot-links a:hover { opacity: 1; color: #fff; text-decoration: underline; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); max-width: 1240px; margin: 0 auto; padding: 16px 20px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; font-size: 13px; }
.foot-bottom nav { display: flex; gap: 16px; }
.foot-bottom nav a { opacity: .8; font-weight: 600; }
.foot-bottom nav a:hover { opacity: 1; color: #fff; }
.foot-bottom span { opacity: .6; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; gap: 26px; } }

@media (max-width: 1080px) {
  .page { grid-template-columns: 200px minmax(0,1fr); }
  .page .righty { display: none; }
}
@media (max-width: 760px) {
  .page { grid-template-columns: 1fr; gap: 0; }
  .page .lefty { display: none; }
  .top .nav { display: none; }
  .burger { display: block; }
  .top-in { gap: 14px; }
  .single { grid-template-columns: 1fr; }
  .single .side { position: static; flex-direction: column; }
}
@media (max-width: 600px) {
  .hero { padding-top: 30px; }
  .vbtn { font-size: 16px; padding: 13px 8px; }
  .vbtn .n { font-size: 13px; }
}

/* Titres de cartes moins dominants (focus sur l'image) */
  color: var(--ink-soft);
}
.fcard .fmeta-title a {
  color: inherit;
}
.fcard .fmeta-title a:hover {
  color: var(--brand);
}

/* Feed cards : image en premier, titre très discret */
.fcard .fpic {
  display: flex;
  justify-content: center;
  background: var(--paper-2);
  border-bottom: 1px solid var(--border);
  position: relative;
}
.fcard .fpic img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 600px;
}
.fcard .fmeta-title {
  padding: 10px 14px 4px;
  margin: 0;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: var(--ink-soft);
}

/* Boutons Drole / Fragile dans les cartes feed (restauration) */
.vpills {
  display: flex;
  gap: 8px;
}
.vp {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
  transition: transform .1s, box-shadow .1s;
  background: var(--card);
}
.vp:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.vp .c {
  font-weight: 600;
  font-size: 12px;
  opacity: 0.85;
}

.fcard .ffoot {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Amélioration boutons feed pour qu'ils reprennent l'allure d'avant */
.vpills {
  display: flex;
  gap: 6px;
}
.vp {
  font-size: 13.5px;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--border);
  background: var(--card);
  transition: all .1s ease;
}
.vp:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}
.vp .c {
  font-size: 12px;
  opacity: .8;
}

.fcard .fmeta-title {
  padding: 8px 14px 2px;
  font-size: 14.5px;
}
.fcard .ffoot {
  padding: 10px 14px 14px;
}

/* Force les couleurs des boutons comme avant */
.vp {
  background: var(--card);
  border: 1px solid var(--border);
}
.vp-up {
  background: #e7f0fa !important;
  color: var(--brand) !important;
  border-color: #c5d9ed;
}
.vp-down {
  background: #fdeceb !important;
  color: var(--fragile) !important;
  border-color: #f5c8c3;
}

/* Catégorie discrète en bas des cartes */
.fcard .ffoot {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fchip-bottom {
  font-size: 11px;
  background: var(--paper-2);
  color: var(--ink-soft);
  padding: 3px 9px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  margin-left: auto;
  transition: all .1s;
}
.fchip-bottom:hover {
  background: var(--brand);
  color: #fff;
}

/* Version compacte du vote pour les cartes du feed (cohérent avec la single) */
.fcard .vote {
  margin: 4px 14px 6px;
  padding: 0;
}
.fcard .vote-bar {
  height: 5px;
  margin-bottom: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--fragile);
  border: 1px solid var(--border);
}
.fcard .vote-bar .fill {
  background: var(--drole);
  height: 100%;
}
.fcard .vote-row {
  display: flex;
  gap: 6px;
}
.fcard .vbtn {
  flex: 1;
  font-size: 13px;
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: none;
}
.fcard .vbtn .n {
  font-size: 12px;
}

/* Feed cards — vote closer to single page look */
.fcard .vote {
  margin: 6px 14px 8px;
}
.fcard .vote-bar {
  height: 10px;                 /* plus visible */
  margin-bottom: 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
}
.fcard .vbtn {
  flex: 1;
  font-size: 14px;
  padding: 9px 12px;            /* un peu plus haut */
  min-height: 38px;             /* plus large en hauteur */
  border-radius: 12px;
  font-weight: 700;
  box-shadow: var(--shadow);
}
.fcard .vbtn .n {
  font-size: 13px;
}

/* % labels above the bar on feed cards (similar to single page) */
.fcard .vote-pct-compact {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--ink-soft);
}
.fcard .vote-pct-compact .pu { color: var(--brand); }
.fcard .vote-pct-compact .pd { color: var(--fragile); }

/* Simple two-button vote on feed cards (no bar, clean) */
.fcard .vote-simple {
  display: flex;
  gap: 8px;
  padding: 4px 14px 10px;
}
.fcard .vote-simple .vbtn {
  flex: 1;
  font-size: 14px;
  padding: 10px 14px;
  min-height: 40px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

/* Clean simple Drole/Fragile buttons on feed cards */
.fcard .vote-simple {
  display: flex;
  gap: 8px;
  padding: 4px 14px 12px;
}
.fcard .vote-simple .vbtn {
  flex: 1;
  font-size: 14px;
  padding: 10px 12px;
  min-height: 42px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

/* Déjà voté : boutons grisés, on met en avant le côté choisi */
.vote-simple.voted .vbtn { opacity: .45; cursor: default; transform: none; box-shadow: var(--shadow); }
.vote-simple.voted .vbtn:hover { transform: none; box-shadow: var(--shadow); }
.vbtn.mine { opacity: 1; box-shadow: inset 0 0 0 3px rgba(0,0,0,.28); }

/* Copier le lien (page meme) : champ URL + bouton */
.copy-link {
  display: flex; align-items: stretch; margin: 16px 0 2px; max-width: 480px;
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden;
  background: var(--card); box-shadow: var(--shadow);
}
.copy-link input {
  flex: 1; min-width: 0; border: 0; outline: none; background: transparent; cursor: pointer;
  padding: 12px 14px; font-size: 14px; color: var(--ink-soft); font-family: inherit;
  text-overflow: ellipsis;
}
.copy-link button {
  border: 0; cursor: pointer; padding: 12px 20px; white-space: nowrap;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 14px;
  background: var(--ink); color: #fff; transition: background .12s;
}
.copy-link button:hover { background: var(--brand); }
.copy-link.done button { background: var(--drole); }
