/* ILK Members — shared stylesheet aligned with KC2 hoofdsite design system */
/* Tokens match style.css op KC2: gold #E8893A (oranje-goud), Bebas/Playfair/Inter */

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}

:root{
  --gold:#E8893A;
  --gold-light:#F2B872;
  --gold-dim:rgba(251,191,36,.15);
  --gold-border:rgba(251,191,36,.18);
  --hot:#FF3D7F;
  --hot-dim:rgba(255,61,127,.18);
  --black:#08111A;
  --dark:#0D1620;
  --mid:#142230;
  --card:#1A2A38;
  --cream:#F4E8D0;
  --cream-dim:rgba(244,232,208,.55);
  --cream-dim2:rgba(244,232,208,.35);
  --green:#4ade80;
  --red:#ff6b6b;
  --red-dim:rgba(255,107,107,.12);
}

html{scroll-behavior:smooth;}
body{background:var(--black);color:var(--cream);font-family:'Inter',sans-serif;font-weight:300;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;}
body::before{content:'';position:fixed;inset:0;background:radial-gradient(ellipse 100% 50% at 50% 0%,rgba(251,191,36,.06) 0%,transparent 60%),radial-gradient(ellipse at 75% 30%,rgba(255,61,127,.05),transparent 60%);pointer-events:none;z-index:0;}

a{color:inherit;text-decoration:none;}

/* ── NAV ──────────────────────────────────────────────── */
.m-nav{position:sticky;top:0;z-index:100;height:64px;background:rgba(8,17,26,.92);backdrop-filter:blur(20px);border-bottom:1px solid rgba(251,191,36,.12);display:flex;align-items:center;padding:0 1.5rem;gap:1rem;}
.m-nav-logo{display:flex;align-items:center;gap:.85rem;text-decoration:none;}
.m-nav-logo img{height:42px;width:auto;display:block;}
.m-nav-divider{width:1px;height:24px;background:rgba(251,191,36,.25);flex-shrink:0;}
.m-nav-wordmark{font-family:'Bebas Neue',cursive;font-size:1.05rem;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;line-height:1;}
.m-nav-wordmark small{display:block;font-size:.6rem;color:var(--cream-dim);letter-spacing:.18em;margin-top:.15rem;font-weight:400;font-family:'Inter',sans-serif;}
.m-nav-right{margin-left:auto;display:flex;align-items:center;gap:1.25rem;}
.m-nav-link{font-family:'Bebas Neue',cursive;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.78);text-decoration:none;transition:color .2s;}
.m-nav-link:hover,.m-nav-link.active{color:var(--gold);}
.m-nav-avatar{width:36px;height:36px;border-radius:50%;background:var(--gold-dim);border:1px solid var(--gold-border);display:flex;align-items:center;justify-content:center;font-family:'Bebas Neue',cursive;font-size:.95rem;color:var(--gold);cursor:pointer;letter-spacing:.05em;}
.m-nav-back{font-family:'Bebas Neue',cursive;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-dim);transition:color .2s;}
.m-nav-back:hover{color:var(--gold);}

/* ── PAGE BANNER (matches KC2 site) ───────────────────── */
.m-banner{background:var(--dark);padding:5rem 1.5rem 3rem;border-bottom:1px solid rgba(251,191,36,.1);position:relative;overflow:hidden;}
.m-banner::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);}
.m-banner-inner{max-width:1100px;margin:0 auto;}
.m-eyebrow{font-size:.62rem;font-weight:500;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;}
.m-title{font-family:'Bebas Neue',cursive;font-size:clamp(2rem,5vw,3.5rem);line-height:.95;letter-spacing:.05em;color:var(--cream);}
.m-title em{font-style:normal;color:var(--gold);}
.m-subtitle{margin-top:.75rem;font-size:.85rem;color:var(--cream-dim);max-width:600px;line-height:1.7;}

/* ── CENTERED AUTH SHELL (login/register/forgot/reset) ─ */
.m-auth-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative;z-index:1;}
.m-auth-header{text-align:center;margin-bottom:2.5rem;}
.m-auth-header h1{font-family:'Bebas Neue',cursive;font-size:1.3rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;}
.m-auth-header p{font-size:.78rem;color:var(--cream-dim);margin-top:.4rem;letter-spacing:.1em;}
.m-auth-card{width:100%;max-width:440px;background:var(--mid);border:1px solid rgba(251,191,36,.12);position:relative;padding:2.25rem;box-sizing:border-box;overflow-wrap:break-word;}
.m-auth-card *{box-sizing:border-box;}
.m-auth-card input,.m-auth-card textarea,.m-auth-card select,.m-auth-card button{max-width:100%;}
.m-auth-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);}
.m-auth-card h2{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;line-height:1.1;letter-spacing:-.01em;margin-bottom:.4rem;}
.m-auth-card h2 em{font-style:italic;color:var(--gold);}
.m-auth-card>p{font-size:.82rem;color:var(--cream-dim);margin-bottom:1.6rem;line-height:1.65;}
.m-auth-footer{text-align:center;margin-top:1.5rem;font-size:.78rem;color:var(--cream-dim);}
.m-auth-footer a{color:var(--gold);font-weight:500;}
.m-auth-footer a:hover{color:var(--gold-light);text-decoration:underline;}

/* ── DASHBOARD / CONTENT LAYOUT ───────────────────────── */
.m-main{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem;position:relative;z-index:1;}
.m-section{margin-bottom:2.5rem;}
.m-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;padding-bottom:.75rem;border-bottom:1px solid rgba(251,191,36,.1);gap:1rem;flex-wrap:wrap;}
.m-section-head h2{font-family:'Bebas Neue',cursive;font-size:1.05rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);}
.m-section-head .m-section-link{font-family:'Bebas Neue',cursive;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-decoration:none;}
.m-section-head .m-section-link:hover{color:var(--gold-light);}

/* ── STATS GRID ───────────────────────────────────────── */
.m-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:rgba(251,191,36,.06);border:1px solid rgba(251,191,36,.08);margin-bottom:2rem;}
.m-stat{background:var(--dark);padding:1.5rem 1.4rem;position:relative;overflow:hidden;transition:background .25s;}
.m-stat:hover{background:#131F2C;}
.m-stat-num{font-family:'Playfair Display',serif;font-weight:900;font-size:2.2rem;color:rgba(251,191,36,.06);line-height:1;position:absolute;top:.6rem;right:1rem;}
.m-stat-label{font-size:.58rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--cream-dim);margin-bottom:.4rem;position:relative;z-index:1;}
.m-stat-value{font-family:'Playfair Display',serif;font-weight:700;font-size:1.9rem;color:var(--gold);line-height:1;position:relative;z-index:1;}
.m-stat-sub{font-size:.72rem;color:var(--cream-dim);margin-top:.4rem;position:relative;z-index:1;}

/* ── CARDS ────────────────────────────────────────────── */
.m-card{background:var(--mid);border:1px solid rgba(251,191,36,.1);padding:2rem 1.75rem;position:relative;overflow:hidden;margin-bottom:1.2rem;}
.m-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.4;}
.m-card h2{font-family:'Bebas Neue',cursive;font-size:.95rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.25rem;color:var(--cream);}
.m-card h3{font-family:'Playfair Display',serif;font-weight:600;font-size:1.1rem;margin-bottom:.5rem;}

.m-info-box{background:rgba(251,191,36,.05);border:1px solid rgba(251,191,36,.12);padding:1rem 1.2rem;margin-bottom:1.5rem;font-size:.8rem;line-height:1.65;color:var(--cream-dim);}
.m-info-box strong{color:var(--gold);font-weight:500;}

/* ── FORM ELEMENTS ────────────────────────────────────── */
.m-field{margin-bottom:1.2rem;}
.m-field label{display:block;font-family:'Bebas Neue',cursive;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;}
.m-input,.m-select,.m-textarea{width:100%;background:var(--card);border:1px solid rgba(251,191,36,.1);color:var(--cream);font-family:'Inter',sans-serif;font-size:.95rem;font-weight:300;padding:.85rem 1rem;outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none;appearance:none;}
.m-input:focus,.m-select:focus,.m-textarea:focus{border-color:var(--gold);background:#0F1B26;}
.m-input::placeholder,.m-textarea::placeholder{color:rgba(244,232,208,.3);}
.m-input:disabled,.m-textarea:disabled{opacity:.55;cursor:not-allowed;}
.m-select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%23E8893A'><path d='M6 8L0 0h12z'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:10px;padding-right:2.5rem;}
.m-select option{background:var(--dark);color:var(--cream);}
.m-textarea{resize:vertical;min-height:90px;line-height:1.6;}
.m-hint{font-size:.72rem;color:var(--cream-dim);margin-top:.4rem;line-height:1.5;}
.m-hint-error{color:var(--red);}
.m-strength{height:3px;background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.08);margin-top:.5rem;overflow:hidden;}
.m-strength-fill{height:100%;width:0;transition:width .3s,background .3s;}

.m-forgot-link{text-align:right;margin-top:.4rem;}
.m-forgot-link a{font-size:.75rem;color:var(--cream-dim);text-decoration:none;transition:color .2s;}
.m-forgot-link a:hover{color:var(--gold);}

/* ── BUTTONS ──────────────────────────────────────────── */
.m-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:'Bebas Neue',cursive;font-size:.95rem;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;padding:.95rem 1.8rem;border:1px solid var(--gold);background:var(--gold);color:var(--black);cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .25s;width:auto;min-height:48px;}
.m-btn:hover{background:var(--gold-light);border-color:var(--gold-light);box-shadow:0 0 24px rgba(251,191,36,.25);}
.m-btn:disabled{opacity:.55;cursor:not-allowed;background:rgba(251,191,36,.3);border-color:rgba(251,191,36,.3);box-shadow:none;}
.m-btn.full{width:100%;}
.m-btn.secondary{background:transparent;color:var(--gold);}
.m-btn.secondary:hover{background:var(--gold);color:var(--black);}
.m-btn.danger{background:transparent;border-color:rgba(255,107,107,.4);color:var(--red);}
.m-btn.danger:hover{background:rgba(255,107,107,.1);border-color:var(--red);color:var(--red);box-shadow:none;}
.m-btn-row{display:flex;gap:.75rem;flex-wrap:wrap;}
.m-btn-row.right{justify-content:flex-end;}

/* ── MESSAGE BAR ──────────────────────────────────────── */
.m-msg{padding:.85rem 1.1rem;border:1px solid rgba(251,191,36,.12);background:rgba(251,191,36,.04);font-size:.82rem;color:var(--cream);margin-bottom:1.2rem;display:none;line-height:1.5;}
.m-msg.show{display:block;}
.m-msg.error{background:var(--red-dim);border-color:rgba(255,107,107,.3);color:var(--red);}
.m-msg.success{background:rgba(74,222,128,.08);border-color:rgba(74,222,128,.25);color:var(--green);}

/* ── UPLOAD ZONE ──────────────────────────────────────── */
.m-upload-zone{border:1.5px dashed rgba(251,191,36,.25);padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .25s,background .25s;position:relative;background:rgba(251,191,36,.02);}
.m-upload-zone:hover,.m-upload-zone.drag{border-color:var(--gold);background:var(--gold-dim);}
.m-upload-zone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;}
.m-upload-icon{font-size:1.75rem;display:block;margin-bottom:.75rem;color:var(--gold);}
.m-upload-title{font-family:'Bebas Neue',cursive;font-size:1rem;letter-spacing:.12em;color:var(--cream);margin-bottom:.3rem;}
.m-upload-sub{font-size:.78rem;color:var(--cream-dim);}
.m-file-preview{display:none;align-items:center;gap:.75rem;background:var(--gold-dim);border:1px solid rgba(251,191,36,.25);padding:.75rem 1rem;margin-top:1rem;}
.m-file-preview.show{display:flex;}
.m-file-preview span{font-size:.85rem;color:var(--gold);flex:1;text-align:left;}

/* ── LIST ITEMS (point log, ticket uploads) ───────────── */
.m-list{display:flex;flex-direction:column;gap:1px;background:rgba(251,191,36,.06);border:1px solid rgba(251,191,36,.08);}
.m-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--dark);transition:background .2s;}
.m-list-item:hover{background:#131F2C;}
.m-list-name{font-size:.9rem;color:var(--cream);font-weight:400;}
.m-list-date{font-size:.72rem;color:var(--cream-dim);margin-top:.15rem;}
.m-list-meta{font-size:.72rem;color:var(--cream-dim2);margin-top:.15rem;}
.m-list-amount{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;}
.m-list-amount.pos{color:var(--gold);}
.m-list-amount.neg{color:var(--red);}

/* ── BADGES ───────────────────────────────────────────── */
.m-badge{display:inline-block;font-family:'Bebas Neue',cursive;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;padding:.2rem .65rem;border:1px solid;white-space:nowrap;}
.m-badge.pending{background:rgba(244,232,208,.04);color:var(--cream-dim);border-color:rgba(244,232,208,.15);}
.m-badge.approved{background:var(--gold-dim);color:var(--gold);border-color:rgba(251,191,36,.4);}
.m-badge.rejected{background:var(--red-dim);color:var(--red);border-color:rgba(255,107,107,.3);}

/* ── EDITION CARDS GRID ───────────────────────────────── */
.m-editions{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;background:rgba(251,191,36,.06);border:1px solid rgba(251,191,36,.08);}
.m-edition{background:var(--dark);padding:1.4rem 1.3rem;cursor:default;transition:background .25s;position:relative;}
.m-edition.clickable{cursor:pointer;}
.m-edition.clickable:hover{background:#131F2C;}
.m-edition-icon{position:absolute;top:1rem;right:1rem;font-size:1rem;color:var(--gold);opacity:.6;}
.m-edition-name{font-family:'Playfair Display',serif;font-weight:700;font-size:1rem;color:var(--cream);margin-bottom:.35rem;line-height:1.2;}
.m-edition-date{font-size:.72rem;color:var(--cream-dim);margin-bottom:.7rem;}

/* ── EMPTY STATE ──────────────────────────────────────── */
.m-empty{text-align:center;padding:2.5rem 1.5rem;color:var(--cream-dim);font-size:.85rem;line-height:1.7;}
.m-empty .m-btn{margin-top:1rem;}

/* ── REFERRAL BOX ─────────────────────────────────────── */
.m-referral{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;}
.m-referral-text{flex:1;min-width:220px;}
.m-referral-text p{font-size:.85rem;color:var(--cream-dim);line-height:1.6;margin-bottom:.5rem;}
.m-referral-text strong{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--gold);letter-spacing:.05em;font-weight:700;}
.m-referral-code{display:inline-block;background:var(--gold-dim);border:1px solid rgba(251,191,36,.3);padding:.4rem .85rem;font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--gold);letter-spacing:.1em;}

/* ── TOGGLE (settings) ────────────────────────────────── */
.m-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgba(251,191,36,.08);}
.m-toggle-row:last-of-type{border-bottom:none;}
.m-toggle-info{flex:1;}
.m-toggle-title{font-size:.92rem;color:var(--cream);}
.m-toggle-sub{font-size:.74rem;color:var(--cream-dim);margin-top:.2rem;line-height:1.5;}
.m-toggle{position:relative;width:44px;height:24px;flex-shrink:0;}
.m-toggle input{opacity:0;width:0;height:0;}
.m-toggle-slider{position:absolute;inset:0;background:rgba(244,232,208,.12);border:1px solid rgba(244,232,208,.18);cursor:pointer;transition:.3s;border-radius:24px;}
.m-toggle-slider::before{content:'';position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:rgba(244,232,208,.6);transition:.3s;border-radius:50%;}
.m-toggle input:checked + .m-toggle-slider{background:var(--gold-dim);border-color:var(--gold);}
.m-toggle input:checked + .m-toggle-slider::before{transform:translateX(20px);background:var(--gold);}

/* ── LOADING STATE ────────────────────────────────────── */
.m-loading{text-align:center;padding:4rem 1.5rem;color:var(--cream-dim);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;}
.m-spinner{display:inline-block;width:24px;height:24px;border:2px solid rgba(251,191,36,.15);border-top-color:var(--gold);border-radius:50%;animation:m-spin .8s linear infinite;margin-bottom:1rem;}
@keyframes m-spin{to{transform:rotate(360deg);}}

/* ── HOMEPAGE LINK ────────────────────────────────────── */
.m-back-home{display:inline-flex;align-items:center;gap:.4rem;font-family:'Bebas Neue',cursive;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-dim);transition:color .2s;margin-top:1.5rem;}
.m-back-home:hover{color:var(--gold);}

/* ── FADE ANIMATIONS ──────────────────────────────────── */
.m-fade{opacity:0;transform:translateY(12px);animation:m-fade .5s ease forwards;}
.m-fade-1{animation-delay:.05s;}
.m-fade-2{animation-delay:.1s;}
.m-fade-3{animation-delay:.15s;}
.m-fade-4{animation-delay:.2s;}
@keyframes m-fade{to{opacity:1;transform:translateY(0);}}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width:768px){
  .m-nav{padding:0 1rem;height:58px;gap:.6rem;}
  .m-nav-logo img{height:36px;}
  .m-nav-divider{display:none;}
  .m-nav-wordmark{font-size:.95rem;letter-spacing:.18em;}
  .m-nav-wordmark small{display:none;}
  .m-nav-right{gap:.85rem;}
  .m-nav-link{font-size:.85rem;}
  .m-banner{padding:3.5rem 1rem 2.25rem;}
  .m-main{padding:2rem 1rem;}
  .m-auth-wrap{padding:1.5rem 1rem;}
  .m-auth-card{padding:1.75rem 1.5rem;}
  .m-section-head h2{font-size:.95rem;}
  .m-card{padding:1.5rem 1.25rem;}
  .m-stats{grid-template-columns:repeat(2,1fr);}
  .m-stat{padding:1.2rem 1rem;}
  .m-stat-value{font-size:1.5rem;}
  .m-list-item{padding:.85rem 1rem;flex-wrap:wrap;}
  .m-referral{flex-direction:column;align-items:stretch;}
  .m-referral .m-btn{width:100%;}
  .m-editions{grid-template-columns:1fr 1fr;}
}

@media (max-width:480px){
  .m-stats{grid-template-columns:1fr;}
  .m-editions{grid-template-columns:1fr;}
  .m-nav-link.hide-xs{display:none;}
  .m-btn-row.right{justify-content:flex-start;}
  .m-btn-row.right .m-btn{flex:1;}
}

/* ── STATUS PILLS (dashboard 7.1) ── */
.m-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:2rem;}
.m-status-pill{display:flex;align-items:center;gap:.7rem;background:linear-gradient(135deg,rgba(20,20,28,.85) 0%,rgba(12,12,18,.92) 100%);border:1px solid rgba(251,191,36,.18);border-radius:6px;padding:.85rem 1rem;transition:border-color .2s,background .2s;}
.m-status-pill.ok{border-color:rgba(74,222,128,.4);background:linear-gradient(135deg,rgba(20,30,22,.85) 0%,rgba(12,18,14,.92) 100%);}
.m-status-pill.ok .m-status-icon{color:var(--green);}
.m-status-pill.pending{border-color:rgba(255,107,107,.25);}
.m-status-pill.pending .m-status-icon{color:rgba(244,232,208,.4);}
.m-status-icon{font-size:1.2rem;font-weight:700;color:var(--gold);min-width:18px;text-align:center;}
.m-status-label{font-family:'Bebas Neue',cursive;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);}

/* ── TIMELINE (dashboard 7.1) ── */
.m-timeline{display:flex;flex-direction:column;gap:.5rem;padding:.25rem 0;}
.m-timeline-item{display:flex;gap:.85rem;padding:.6rem .85rem;background:rgba(0,0,0,.25);border-left:2px solid rgba(251,191,36,.3);border-radius:0 4px 4px 0;}
.m-timeline-icon{font-size:1.05rem;color:var(--gold);min-width:22px;text-align:center;}
.m-timeline-body{flex:1;}
.m-timeline-label{font-size:.85rem;color:var(--cream);font-weight:400;line-height:1.3;}
.m-timeline-date{font-size:.7rem;color:rgba(244,232,208,.45);margin-top:.15rem;letter-spacing:.05em;}

/* ── SUPPORT CTA CARDS (dashboard 7.1) ── */
.m-support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;}
.m-support-card{display:block;background:linear-gradient(135deg,rgba(251,191,36,.06) 0%,rgba(15,16,21,.4) 100%);border:1px solid rgba(251,191,36,.18);border-radius:6px;padding:1.1rem 1.15rem;text-decoration:none;color:inherit;transition:transform .25s,border-color .25s,box-shadow .25s;}
.m-support-card:hover{transform:translateY(-2px);border-color:rgba(251,191,36,.4);box-shadow:0 6px 18px rgba(0,0,0,.4);}
.m-support-icon{font-family:'Bebas Neue',cursive;font-size:1.4rem;color:var(--gold);margin-bottom:.4rem;}
.m-support-title{font-family:'Bebas Neue',cursive;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cream);margin-bottom:.3rem;}
.m-support-sub{font-size:.78rem;line-height:1.55;color:rgba(244,232,208,.6);}

/* ── BADGES (dashboard 7.5) ── */
.m-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;}
.m-badge-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.45rem;padding:1.1rem .85rem 1rem;border-radius:8px;border:1px solid rgba(251,191,36,.18);background:linear-gradient(160deg,rgba(20,20,28,.85) 0%,rgba(12,12,18,.92) 100%);transition:transform .25s,border-color .25s,box-shadow .25s;}
.m-badge-card.earned{border-color:rgba(251,191,36,.55);background:linear-gradient(160deg,rgba(251,191,36,.10) 0%,rgba(15,16,21,.55) 100%);box-shadow:0 4px 14px rgba(0,0,0,.35),inset 0 0 0 1px rgba(251,191,36,.08);}
.m-badge-card.earned:hover{transform:translateY(-2px);border-color:rgba(251,191,36,.8);box-shadow:0 6px 18px rgba(0,0,0,.5);}
.m-badge-card.locked{opacity:.4;filter:grayscale(.6);}
.m-badge-icon{font-size:1.6rem;color:var(--gold);line-height:1;}
.m-badge-card.locked .m-badge-icon{color:rgba(244,232,208,.35);}
.m-badge-title{font-family:'Bebas Neue',cursive;font-size:.92rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);}
.m-badge-sub{font-size:.72rem;line-height:1.4;color:rgba(244,232,208,.55);}
.m-badge-date{font-size:.65rem;letter-spacing:.06em;color:rgba(251,191,36,.6);text-transform:uppercase;}
