/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sx0bw7u7yy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sx0bw7u7yy] {
    flex: 1;
}

.sidebar[b-sx0bw7u7yy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sx0bw7u7yy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sx0bw7u7yy]  a, .top-row[b-sx0bw7u7yy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sx0bw7u7yy]  a:hover, .top-row[b-sx0bw7u7yy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sx0bw7u7yy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .ai-brand span[b-sx0bw7u7yy] {
        display:none;
    }

    .ai-user[b-sx0bw7u7yy] {
        display: none;
    }

    .top-row[b-sx0bw7u7yy] {
        justify-content: space-between;
    }

    .top-row[b-sx0bw7u7yy]  a, .top-row[b-sx0bw7u7yy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sx0bw7u7yy] {
        flex-direction: row;
    }

    .sidebar[b-sx0bw7u7yy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sx0bw7u7yy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sx0bw7u7yy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sx0bw7u7yy], article[b-sx0bw7u7yy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sx0bw7u7yy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sx0bw7u7yy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* Global layout */
.ai-layout[b-sx0bw7u7yy] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    color: #1f2937;
    background: linear-gradient(180deg,#f8fafc,#ffffff);
}

/* Header */
.ai-header[b-sx0bw7u7yy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 60px;
    background: #212529;
    color: white;
    z-index: 20;
}

.ai-brand[b-sx0bw7u7yy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Logo: image + optional text */
.ai-logo[b-sx0bw7u7yy] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
}

.ai-logo-img[b-sx0bw7u7yy] {
    height: 100px;
    width: auto;
    display: block;
}

/* Tag */
.ai-tag[b-sx0bw7u7yy] {
    background: rgba(255,255,255,0.12);
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.8rem;
    color: white;
}

/* Header right */
.ai-header-right[b-sx0bw7u7yy] {
    display: flex;
    
    align-items: center;
    gap: 12px;
}

.ai-header-left[b-sx0bw7u7yy] {
    float:left
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 12px;
}

.ai-search input[b-sx0bw7u7yy] {
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.12);
    color: white;
    outline: none;
    min-width: 180px;
}

.ai-user[b-sx0bw7u7yy] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.ai-avatar[b-sx0bw7u7yy] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.18);
}

.ai-username[b-sx0bw7u7yy] {
    font-weight: 600;
    font-size: 0.95rem;
    color: white;
}

.ai-logout[b-sx0bw7u7yy], .ai-login[b-sx0bw7u7yy] {
    color: white;
    background: rgba(0,0,0,0.12);
    padding: 6px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.85rem;
}

/* Body & main */
.ai-body[b-sx0bw7u7yy] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.ai-sidebar[b-sx0bw7u7yy] {
    width: 240px;
    background: #0f172a;
    color: #cbd5e1;
    padding: 18px;
    box-shadow: 2px 0 8px rgba(2,6,23,0.2);
    overflow: auto;
}

.ai-main[b-sx0bw7u7yy] {
    flex: 1;
    padding: 0px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-hero[b-sx0bw7u7yy] {
    background: linear-gradient(90deg, rgba(99,102,241,0.08), rgba(14,165,164,0.04));
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}

.ai-content[b-sx0bw7u7yy] {
    padding-top: 0px;
}

.ai-footer[b-sx0bw7u7yy] {
    margin-top: auto;
    padding-top: 12px;
    color: #64748b;
}

/* Dropdown menu (mobile) */
.ai-menu-dropdown[b-sx0bw7u7yy] {
    position: relative;
    display: inline-block;
}

.ai-menu-summary[b-sx0bw7u7yy] {
    list-style: none;
    cursor: pointer;
    background: rgba(255,255,255,0.06);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    user-select: none;
    font-weight: 600;
}

    .ai-menu-summary[b-sx0bw7u7yy]::-webkit-details-marker {
        display: none;
    }

.ai-dropdown-nav[b-sx0bw7u7yy] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 40;
    background: #0f172a;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(2,6,23,0.5);
    min-width: 200px;
}

/* NavLink styles (appliqu�es dans NavMenu) */
.ai-nav[b-sx0bw7u7yy] {
    font-size: 0.95rem;
}

    .ai-nav ul[b-sx0bw7u7yy] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

.ai-link[b-sx0bw7u7yy] {
    display: block;
    padding: 8px 10px;
    color: inherit;
    text-decoration: none;
    border-radius: 6px;
}

    .ai-link:hover[b-sx0bw7u7yy], .ai-link.active[b-sx0bw7u7yy], .ai-link[aria-current="page"][b-sx0bw7u7yy] {
        background: rgba(255,255,255,0.03);
        color: #fff;
    }

/* Responsive rules */
@media (max-width: 1040px) {
    .ai-user[b-sx0bw7u7yy] {
        display: none;
    }

    .desktop-only[b-sx0bw7u7yy] {
        display: none;
    }
    /* hide sidebar */
    .mobile-only[b-sx0bw7u7yy] {
        display: block;
    }
    /* show header dropdown */
    .ai-search input[b-sx0bw7u7yy] {
        min-width: 120px;
    }

    .ai-header[b-sx0bw7u7yy] {
        padding: 10px;
    }
}

@media (min-width: 1041px) {
    .ai-user[b-sx0bw7u7yy] {
        display:flex;
    }

    .desktop-only[b-sx0bw7u7yy] {
        display: block;
    }

    .mobile-only[b-sx0bw7u7yy] {
        display: none;
    }
    /* hide header dropdown on large screens */
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Scoped styles for NavMenu (moved from inline <style>) */

/* Container in header */
.ai-header-nav[b-no3zv4z8so] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Hamburger / toggle button - visible on small screens */
.menu-toggle[b-no3zv4z8so] {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.08);
  color: white;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 1.05rem;
}

/* Horizontal header links (desktop) */
.ai-header-links[b-no3zv4z8so] {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Individual link style matching HeaderLinks */
.ai-hlink[b-no3zv4z8so] {
  color: white;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 600;
}

.ai-hlink:hover[b-no3zv4z8so] {
  background: rgba(255,255,255,0.06);
}

/* Admin link extra styling */
.admin-link[b-no3zv4z8so] {
  background: rgba(0,0,0,0.08);
  padding-left: 10px;
  padding-right: 10px;
}

/* Auth links (hidden on large because header already shows them) */
.auth-link[b-no3zv4z8so] {
  display: none;
}

/* Responsive: collapse into toggleable vertical menu that takes full width */
@media (max-width: 900px) {
  .menu-toggle[b-no3zv4z8so] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* hide header links by default on small screens */
    .ai-header-links[b-no3zv4z8so] {
        display: none;
        position: absolute;
        left: 0;
        top: 85px;
        background: #212529;
        padding: 20px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 8px 24px rgba(2,6,23,0.5);
        min-width: unset;
        width: calc(100%);
        flex-direction: column;
        gap: 6px;
        z-index: 60;
    }

  .ai-header-links.open[b-no3zv4z8so] {
    display: flex;
  }

  .ai-hlink[b-no3zv4z8so] {
    color: #e6eefc;
    padding: 10px 12px;
    display: block;
  }

  .auth-link[b-no3zv4z8so] {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.04);
    margin-top: 6px;
    padding-top: 6px;
  }
}

/* Keep desktop look aligned with header */
@media (min-width: 901px) {
  .ai-hlink[b-no3zv4z8so] {
    color: white;
  }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-pqriv3t9gy] {
  max-width: 680px !important;
  margin: 48px auto;
  padding: 0 16px;
}

.contact-card[b-pqriv3t9gy] {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  text-align: center;
  margin-bottom: 18px;
}

.icon-wrap[b-pqriv3t9gy] {
  width: 64px;
  height: 64px;
  background: #e8f0ff;
  color: #0d6efd;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.contact-title[b-pqriv3t9gy] {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-sub[b-pqriv3t9gy] {
  margin-top: 6px;
  margin-bottom: 18px;
  color: #6c757d;
}

/* Larger inputs like in the screenshot */
.form-control-lg[b-pqriv3t9gy] {
  padding: 14px 16px;
  border-radius: 8px;
}

/* Newsletter card */
.newsletter-card[b-pqriv3t9gy] {
  background: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* Small responsive tweaks */
@media (max-width: 520px) {
  .contact-page[b-pqriv3t9gy] {
    margin: 24px 12px;
  }

  .contact-card[b-pqriv3t9gy] {
    padding: 18px;
  }

  .form-control-lg[b-pqriv3t9gy] {
    padding: 12px 10px;
  }
}   
/* /Components/Pages/Donations.razor.rz.scp.css */
/* Styles scoped pour la page Donations */

.donations-page .donations-grid[b-c37s9cki6f] {
  gap: 1.25rem;
}

.qr-image[b-c37s9cki6f] {
  width: 100%;
  max-width: 260px;
  height: 260px;
  object-fit: contain;
  display: block;
  margin: 1rem auto 0.5rem;
  background: #fff;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.qr-placeholder[b-c37s9cki6f] {
  height: 260px;
  background: #f8f9fa;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-top: 0.5rem;
}

.card .card-body .text-monospace[b-c37s9cki6f] {
  word-break: break-all;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", "Courier New", monospace;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/*!
 * Modern Business - component-scoped styles
 * Adaptation pour Blazor: reproduit visuel du template StartBootstrap Modern Business
 */

.modern-business-page[b-12cp6sfkcq] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* Reset / base */
.body[b-12cp6sfkcq] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    line-height: 1.6;
    background-color:#343a40;
}


/* MASTHEAD (plein écran) */
.masthead[b-12cp6sfkcq] {
  position: relative;
  max-height: 60vh;
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212529;
  background-position: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.masthead .overlay[b-12cp6sfkcq] {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  pointer-events: none;
}

.masthead .container[b-12cp6sfkcq] {
  position: relative;
  z-index: 1;
}

.masthead-heading[b-12cp6sfkcq] {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.masthead-subheading[b-12cp6sfkcq] {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}

/* Sections */
.page-section[b-12cp6sfkcq] {
    padding: 4rem 0;
}

.section-heading[b-12cp6sfkcq] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Buttons */
.btn-xl[b-12cp6sfkcq] {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}

/* About / features boxes */
.service-box[b-12cp6sfkcq] {
  padding: 1.5rem;
  border-radius: 0.375rem;
  transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
  background: transparent;
}

.service-box:hover[b-12cp6sfkcq] {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.icon-feature[b-12cp6sfkcq] {
  font-size: 2.5rem;
  color: #0d6efd;
}

/* Portfolio / News section (light bg) */
.bg-light[b-12cp6sfkcq] {
  background-color: #f8f9fa !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Project grid placeholders: ensure consistent spacing */
#projects .card[b-12cp6sfkcq], .portfolio-item[b-12cp6sfkcq] {
  border: none;
  border-radius: 0.375rem;
  overflow: hidden;
  transition: transform .15s ease-in-out;
}

#projects .card:hover[b-12cp6sfkcq], .portfolio-item:hover[b-12cp6sfkcq] {
  transform: translateY(-6px);
}

/* CTA */
.cta[b-12cp6sfkcq] {
    background: #343a40;
    color: #fff;
    padding: 3rem 0;
}

    .cta .section-heading[b-12cp6sfkcq], .cta p[b-12cp6sfkcq] {
        color: #fff;
    }

/* Footer */
.footer[b-12cp6sfkcq] {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* Utilities to match template look */
.text-muted[b-12cp6sfkcq] {
  color: #6c757d !important;
}

.btn-primary[b-12cp6sfkcq] {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary[b-12cp6sfkcq] {
  color: #0d6efd;
  border-color: #0d6efd;
  background: transparent;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .masthead-heading[b-12cp6sfkcq] { font-size: 2.25rem; }
  .masthead-subheading[b-12cp6sfkcq] { font-size: 1rem; }
  .masthead[b-12cp6sfkcq] { padding: 4rem 0; min-height: 50vh; }
}

@media (max-width: 576px) {
  .masthead-heading[b-12cp6sfkcq] { font-size: 1.75rem; }
  .btn-xl[b-12cp6sfkcq] { width: 100%; }
}
/* /Components/Pages/Management/AdminPanel.razor.rz.scp.css */
/* Scoped styles for AdminPanel */
.admin-panel[b-wlrokkp32p] {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
}

.admin-grid[b-wlrokkp32p] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  justify-items: center;
  align-items: start;
}

.admin-card[b-wlrokkp32p] {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.04);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  text-align: center;
  user-select: none;
}

.admin-card:focus[b-wlrokkp32p],
.admin-card:hover[b-wlrokkp32p] {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.18);
  outline: none;
}

.admin-icon[b-wlrokkp32p] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #222;
  border: 2px solid rgba(0,0,0,0.06);
}

.admin-name[b-wlrokkp32p] {
  font-weight: 700;
  font-size: 0.95rem;
  color: #111;
  padding: 0 4px;
}

/* Responsive tweaks */
@media (max-width: 420px) {
  .admin-card[b-wlrokkp32p] {
    width: 120px;
    height: 120px;
  }

  .admin-icon[b-wlrokkp32p] {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
/* /Components/Pages/Management/BugReports.razor.rz.scp.css */
/* Centre le contenu et limite la largeur � 640px */
.bugreports-container[b-ugxi8fr8qd] {
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem;
  margin: 4rem;
}

/* Forcer les �l�ments � 100% de la largeur du conteneur */
.bugreports-container .table[b-ugxi8fr8qd] {
  width: 100%;
}

/* Centrer la carte d'�dition et garantir qu'elle respecte la largeur */
.bugreports-container .card[b-ugxi8fr8qd] {
  margin-left: auto;
  margin-right: auto;
}

/* Rendre les zones cliquables plus �videntes */
.bugreports-container img[style*="cursor:pointer"][b-ugxi8fr8qd], .bugreports-container .thumb[role="button"][b-ugxi8fr8qd] {
  cursor: pointer;
}
/* /Components/Pages/ProjectDetail.razor.rz.scp.css */
.project-detail-page[b-3q03r1k6wk] {
  max-width: 900px;
  margin: 36px auto;
  padding: 0 12px;
  color: #111;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Header */
.game-title[b-3q03r1k6wk] {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.short-desc[b-3q03r1k6wk] {
  max-width: 760px;
  margin: 0 auto;
  color: #333;
  font-weight: 600;
}

/* Media block */
.media-block .main-image[b-3q03r1k6wk] {
  width: 100%;
  height: 360px;
  background: #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid rgba(0,0,0,0.12);
  box-shadow: 0 6px 12px rgba(0,0,0,0.06);
  cursor: zoom-in;
}

.media-block .thumbnails[b-3q03r1k6wk] {
  max-width: 760px;
  margin: 0 auto;
}

.thumb[b-3q03r1k6wk] {
  width: 140px;
  height: 80px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid rgba(0,0,0,0.12);
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  cursor: pointer;
}

/* Description */
.description .section-title[b-3q03r1k6wk] {
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .6px;
}

.desc-text[b-3q03r1k6wk] {
  margin: 0 auto;
  max-width: 780px;
  color: #222;
  line-height: 1.6;
  margin-top: 12px;
}

/* Info row */
.info-row .label[b-3q03r1k6wk] {
  color: #666;
  font-weight: 600;
}

.platform-icons .platform-box[b-3q03r1k6wk] {
  width: 40px;
  height: 34px;
  background: #e9e9e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid rgba(0,0,0,0.08);
}

.steam-link[b-3q03r1k6wk] {
  display: inline-block;
  margin-top: 12px;
  color: #6b7280;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.6px;
}

/* Release */
.release .date[b-3q03r1k6wk] {
  font-size: 1rem;
  color: #111;
}

/* Responsive */
@media (max-width: 700px) {
  .media-block .main-image[b-3q03r1k6wk] {
    height: 220px;
  }

  .thumb[b-3q03r1k6wk] {
    width: 80px;
    height: 52px;
  }

  .info-row[b-3q03r1k6wk] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .release[b-3q03r1k6wk] {
    align-self: flex-end;
  }
}
/* /Components/Pages/Projects.razor.rz.scp.css */
.projects-container[b-d5hdrcm4d6] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}

.filter-bar[b-d5hdrcm4d6] {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.search-input[b-d5hdrcm4d6] {
  flex: 1 1 20px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

.platform-select[b-d5hdrcm4d6] {
  width: 220px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
}

.clear-filters[b-d5hdrcm4d6] {
  color: #6b7280;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 6px;
  background: transparent;
}

.project-list[b-d5hdrcm4d6] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* reuse existing card layout */
.project-card[b-d5hdrcm4d6] {
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  background: #212529;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 10px 6px 10px rgba(0,0,0,0.4);
  min-height: 260px;
  transition: transform .12s ease, box-shadow .12s ease;
}

/* Hover lift */
.project-card:hover[b-d5hdrcm4d6] {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.16);
}

/* Left image block */
.card-image[b-d5hdrcm4d6] {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 260px;
}

/* create diagonal overlay */
    .card-image[b-d5hdrcm4d6]::after {
        content: "";
        position: absolute;
        right: -250px; /* overlap into right column */
        top: 0;
        width: 260px;
        height: 400px;
        background: #212529;
        transform: skewX(-22deg);
        transform-origin: top right;
        pointer-events: none;
    }

/* Right body */
.card-body[b-d5hdrcm4d6] {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  z-index:99;
}

.title[b-d5hdrcm4d6] {
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.excerpt[b-d5hdrcm4d6] {
  color: rgba(255,255,255,0.92);
  margin-top: 6px;
  max-width: 65%;
  line-height: 1.35;
  opacity: .95;
}

.platform-list[b-d5hdrcm4d6] {
  display: flex;
  gap: 6px;
}

.platform-icon[b-d5hdrcm4d6] {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
}

/* Actions (button at bottom-right of body) */
.card-actions[b-d5hdrcm4d6] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.details-btn[b-d5hdrcm4d6] {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.26);
  padding: 8px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 720px) {
  .project-card[b-d5hdrcm4d6] {
    grid-template-columns: 1fr;
  }

  .card-image[b-d5hdrcm4d6] {
    height: 160px;
  }

  .card-image[b-d5hdrcm4d6]::after {
    display: none;
  }

  .excerpt[b-d5hdrcm4d6] {
    max-width: 100%;
  }

  .filter-bar[b-d5hdrcm4d6] {
    flex-direction: column;
    align-items: stretch;
  }

  .platform-select[b-d5hdrcm4d6] {
    width: 100%;
  }
}
/* /Components/Shared/HeaderLinks.razor.rz.scp.css */
/* Cible globale plus sp�cifique pour surpasser les r�gles g�n�riques d'ancres */
.ai-header-links[b-sgnezvuh5n] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

a.ai-hlink[b-sgnezvuh5n] {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.18);
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

a.ai-hlink:hover[b-sgnezvuh5n] {
  color: #ffffff;
  background: rgba(255,255,255,0.06);
}

@media (max-width: 640.98px) {
    .ai-header-links[b-sgnezvuh5n] {
        display: none;
    }
}
