/* /Components/Admin/AdminLayout.razor.rz.scp.css */
.admin-shell[b-8orzoctews] {
    min-height: 100vh;
    background: #efe9dc;
    color: #24292e;
}

.admin-topbar[b-8orzoctews] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    background: #fffdf8;
    border-bottom: 1px solid #eadfce;
    flex-wrap: wrap;
}

.admin-brand[b-8orzoctews] {
    font-weight: 800;
    text-decoration: none;
    color: #24292e;
}

.admin-nav[b-8orzoctews] {
    display: flex;
    gap: 1rem;
}

.admin-nav a[b-8orzoctews] {
    text-decoration: none;
    color: #3f4a55;
    font-weight: 600;
}

.admin-nav a:hover[b-8orzoctews],
.admin-nav a:focus-visible[b-8orzoctews] {
    color: #24292e;
    text-decoration: underline;
}

.admin-user[b-8orzoctews] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.admin-login[b-8orzoctews] {
    font-size: 0.85rem;
    color: #9b9384;
}

.admin-logout[b-8orzoctews] {
    color: #837dfb;
    text-decoration: none;
    font-weight: 600;
}

.admin-main[b-8orzoctews] {
    padding: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}
/* /Components/Admin/Page_AdminDashboard.razor.rz.scp.css */
.kpi-grid[b-c3xa6a36je] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.kpi[b-c3xa6a36je] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.25rem;
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 14px;
}

.kpi-value[b-c3xa6a36je] {
    font-size: 2rem;
    font-weight: 800;
}

.kpi-label[b-c3xa6a36je] {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b9384;
    font-weight: 700;
}

.chart[b-c3xa6a36je] {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 14px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.bars[b-c3xa6a36je] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    height: 180px;
    padding-top: 1rem;
}

.bar-col[b-c3xa6a36je] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
    gap: 0.35rem;
}

.bar[b-c3xa6a36je] {
    width: 60%;
    min-height: 2px;
    background: #837dfb;
    border-radius: 6px 6px 0 0;
}

.bar-count[b-c3xa6a36je] {
    font-weight: 700;
    font-size: 0.85rem;
}

.bar-label[b-c3xa6a36je] {
    font-size: 0.75rem;
    color: #9b9384;
}

.recent[b-c3xa6a36je] {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 14px;
    padding: 1.25rem;
}

.recent-list[b-c3xa6a36je] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-list li a[b-c3xa6a36je] {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1eadc;
    text-decoration: none;
    color: #24292e;
}

.recent-email[b-c3xa6a36je] {
    color: #3f7fd6;
}

.recent-date[b-c3xa6a36je] {
    margin-left: auto;
    color: #9b9384;
    font-size: 0.85rem;
}
/* /Components/Admin/Page_AdminLeadDetail.razor.rz.scp.css */
.back a[b-rxsic8fk37] {
    color: #837dfb;
    text-decoration: none;
    font-weight: 600;
}

.lead-fields[b-rxsic8fk37] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.5rem 1.5rem;
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 14px;
    padding: 1.25rem;
    margin: 1rem 0;
}

.lead-fields dt[b-rxsic8fk37] {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b9384;
    font-weight: 700;
    align-self: center;
}

.lead-fields dd[b-rxsic8fk37] {
    margin: 0;
}

.lead-message[b-rxsic8fk37] {
    background: #f7f2e8;
    border-left: 4px solid #837dfb;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.lead-message p[b-rxsic8fk37] {
    white-space: pre-wrap;
    margin: 0.5rem 0 0;
    line-height: 1.6;
}

.lead-actions[b-rxsic8fk37] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.btn[b-rxsic8fk37] {
    padding: 0.55rem 1.1rem;
    border: 1px solid #d9cfbd;
    border-radius: 999px;
    background: #fffdf8;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: #24292e;
}

.btn-primary[b-rxsic8fk37] {
    background: #24292e;
    color: #fffdf8;
    border-color: #24292e;
}

.btn-danger[b-rxsic8fk37] {
    color: #b23c17;
    border-color: #e6b9a8;
}

.confirm[b-rxsic8fk37] {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: 600;
}
/* /Components/Admin/Page_AdminLeads.razor.rz.scp.css */
.filters[b-jmsv0us4fr] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 1rem 0 1.5rem;
}

.filters label[b-jmsv0us4fr] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: #3f4a55;
}

.filters select[b-jmsv0us4fr],
.filters input[b-jmsv0us4fr] {
    padding: 0.5rem 0.6rem;
    border: 1px solid #d9cfbd;
    border-radius: 8px;
    background: #fffdf8;
}

.filters button[b-jmsv0us4fr] {
    padding: 0.55rem 1.1rem;
    border: none;
    border-radius: 999px;
    background: #24292e;
    color: #fffdf8;
    font-weight: 700;
    cursor: pointer;
}

.leads-table[b-jmsv0us4fr] {
    width: 100%;
    border-collapse: collapse;
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 14px;
    overflow: hidden;
}

.leads-table th[b-jmsv0us4fr],
.leads-table td[b-jmsv0us4fr] {
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1eadc;
}

.leads-table th[b-jmsv0us4fr] {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b9384;
}

.row-link[b-jmsv0us4fr] {
    cursor: pointer;
}

.row-link:hover[b-jmsv0us4fr] {
    background: #f7f2e8;
}

.badge[b-jmsv0us4fr] {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-new[b-jmsv0us4fr] { background: #ffe2d8; color: #b23c17; }
.badge-read[b-jmsv0us4fr] { background: #e3ecfb; color: #29508f; }
.badge-handled[b-jmsv0us4fr] { background: #d9f3e4; color: #1c7a48; }
.badge-archived[b-jmsv0us4fr] { background: #ece9e0; color: #6b6558; }
/* /Components/Atoms/CultureSelector.razor.rz.scp.css */
/* Language switch: a compact segmented toggle (EN / FR).
   The active language reads as the site's signature dark pill; the other is a
   quiet outlined link. Mono codes echo the repo-card data strips. */

.lang-switch[b-jrlh7wtj6b] {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: 0.8rem;
  padding: 3px;
  border: 1px solid rgba(36, 41, 46, 0.18);
  border-radius: 999px;
  font-family: 'Monocode', monospace;
  line-height: 1;
}

.lang-switch__option[b-jrlh7wtj6b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: rgba(36, 41, 46, 0.5);
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

/* Inactive language: an actionable link */
a.lang-switch__option:hover[b-jrlh7wtj6b] {
  color: var(--accent-color-00);
  background: rgba(36, 41, 46, 0.07);
}

a.lang-switch__option:focus-visible[b-jrlh7wtj6b] {
  outline: 2px solid var(--accent-color-00);
  outline-offset: 2px;
}

/* Active language: solid dark pill, matches the primary CTA */
.lang-switch__option.is-active[b-jrlh7wtj6b] {
  color: var(--accent-color-01);
  background: var(--accent-color-00);
  cursor: default;
}

@media (min-width: 750px) {
  .lang-switch[b-jrlh7wtj6b] {
    margin-right: 1rem;
  }

  .lang-switch__option[b-jrlh7wtj6b] {
    min-width: 36px;
    padding: 5px 11px;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lang-switch__option[b-jrlh7wtj6b] {
    transition: none;
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-1c4aulv79r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-1c4aulv79r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutNavigation.razor.rz.scp.css */
[b-sl849ndcf4] .menu-overlay {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
}

[b-sl849ndcf4] .menu-overlay-open {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    pointer-events: all !important;
}

[b-sl849ndcf4] .menu-link-item-holder {
    transform: translateY(75px);
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item-holder {
    transform: translateY(0);
}

/* Stagger the animations for menu items */
[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(1) .menu-link-item-holder {
    transition-delay: 0.1s;
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(2) .menu-link-item-holder {
    transition-delay: 0.2s;
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(3) .menu-link-item-holder {
    transition-delay: 0.3s;
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(4) .menu-link-item-holder {
    transition-delay: 0.4s;
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(5) .menu-link-item-holder {
    transition-delay: 0.5s;
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(6) .menu-link-item-holder {
    transition-delay: 0.6s;
}

[b-sl849ndcf4] .menu-overlay-open .menu-link-item:nth-child(7) .menu-link-item-holder {
    transition-delay: 0.7s;
}

/* Reverse animation timing when closing */
[b-sl849ndcf4] .menu-overlay:not(.menu-overlay-open) .menu-link-item-holder {
    transition-delay: 0s;
}
