/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1ujvdl746j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1ujvdl746j] {
    flex: 1;
}

.sidebar[b-1ujvdl746j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1ujvdl746j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1ujvdl746j]  a, .top-row[b-1ujvdl746j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1ujvdl746j]  a:hover, .top-row[b-1ujvdl746j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1ujvdl746j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1ujvdl746j] {
        justify-content: space-between;
    }

    .top-row[b-1ujvdl746j]  a, .top-row[b-1ujvdl746j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1ujvdl746j] {
        flex-direction: row;
    }

    .sidebar[b-1ujvdl746j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1ujvdl746j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1ujvdl746j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1ujvdl746j], article[b-1ujvdl746j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1ujvdl746j] {
    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-1ujvdl746j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qbs42yk0gc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-qbs42yk0gc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qbs42yk0gc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qbs42yk0gc] {
    font-size: 1.1rem;
}

.bi[b-qbs42yk0gc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qbs42yk0gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qbs42yk0gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qbs42yk0gc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qbs42yk0gc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qbs42yk0gc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qbs42yk0gc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qbs42yk0gc]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-qbs42yk0gc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qbs42yk0gc]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qbs42yk0gc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qbs42yk0gc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qbs42yk0gc] {
        display: none;
    }

    .nav-scrollable[b-qbs42yk0gc] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ervia35tlq],
.components-reconnect-repeated-attempt-visible[b-ervia35tlq],
.components-reconnect-failed-visible[b-ervia35tlq],
.components-pause-visible[b-ervia35tlq],
.components-resume-failed-visible[b-ervia35tlq],
.components-rejoining-animation[b-ervia35tlq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-retrying[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-failed[b-ervia35tlq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ervia35tlq] {
    display: block;
}


#components-reconnect-modal[b-ervia35tlq] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ervia35tlq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ervia35tlq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ervia35tlq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ervia35tlq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ervia35tlq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ervia35tlq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ervia35tlq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ervia35tlq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ervia35tlq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ervia35tlq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ervia35tlq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ervia35tlq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ervia35tlq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ervia35tlq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ervia35tlq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ervia35tlq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ervia35tlq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ervia35tlq {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.card[b-9ot4oty4mg] {
  --green: #5a7a32;
  --green-dark: #3e5520;
  --green-pale: #eef4e8;
  --text: #1a1a1a;
  --text-2: #3d3d3d;
  --muted: #666;
  --border: #d4d9cf;
  --bg: #ffffff;
  --surface: #f8faf5;
  --danger: #c0392b;
  --radius: 8px;
  --radius-sm: 5px;
  background: var(--bg);
  border: 1px solid #cdd3c8;
  border-radius: 12px;
  width: 100%;
  max-width: 540px;
  box-shadow: 0 4px 28px rgb(0 0 0 / 9%), 0 1px 4px rgb(0 0 0 / 4%);
  overflow: hidden;
  animation: fadeUp-b-9ot4oty4mg 0.4s ease both;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}

@keyframes fadeUp-b-9ot4oty4mg {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-header[b-9ot4oty4mg] {
  background: #1e2020;
  padding: 30px 36px 26px;
  text-align: center;
}

.logo-wrap[b-9ot4oty4mg] {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.logo-wrap img[b-9ot4oty4mg] {
  width: auto;
  height: 100px;
  object-fit: contain;
}

.logo-fallback[b-9ot4oty4mg] {
  display: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.header-title[b-9ot4oty4mg] {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.credibility[b-9ot4oty4mg] {
  font-size: 11px;
  font-weight: 500;
  color: rgb(255 255 255 / 62%);
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5px;
}

.credibility .sep[b-9ot4oty4mg] {
  color: rgb(255 255 255 / 28%);
}

.card-body[b-9ot4oty4mg] {
  padding: 26px 36px 32px;
}

.offer[b-9ot4oty4mg] {
  background: var(--green-pale);
  border: 1px solid #c5d9aa;
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 22px;
}

.offer-headline[b-9ot4oty4mg] {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 11px;
}

.offer-subtitle[b-9ot4oty4mg] {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.offer-items[b-9ot4oty4mg] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offer-item[b-9ot4oty4mg] {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.4;
}

.offer-item .oi[b-9ot4oty4mg] {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  flex-shrink: 0;
  stroke: var(--green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.section-sep[b-9ot4oty4mg] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.section-sep span[b-9ot4oty4mg] {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.section-sep[b-9ot4oty4mg]::before,
.section-sep[b-9ot4oty4mg]::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.form[b-9ot4oty4mg] {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.field-role[b-9ot4oty4mg],
.field-interest[b-9ot4oty4mg],
.privacy-block[b-9ot4oty4mg],
.sub-area[b-9ot4oty4mg] {
  margin-top: 13px;
}

.row-2[b-9ot4oty4mg] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.field[b-9ot4oty4mg] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

label[b-9ot4oty4mg] {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

label .req[b-9ot4oty4mg] {
  color: var(--green);
  margin-left: 2px;
}


.has-err[b-9ot4oty4mg] {
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 3px rgb(192 57 43 / 9%) !important;
}

.ferr[b-9ot4oty4mg] {
  font-size: 11.5px;
  color: var(--danger);
  font-weight: 500;
}

.chip-head[b-9ot4oty4mg] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.chip-head label[b-9ot4oty4mg] {
  margin: 0;
}

.chip-hint[b-9ot4oty4mg] {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.chips[b-9ot4oty4mg] {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chip[b-9ot4oty4mg] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 20px;
  background: #fff;
  border: 1.5px solid var(--border);
  font-family: 'Barlow', sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-2);
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  line-height: 1.3;
}

.chip:hover:not(.cdis)[b-9ot4oty4mg] {
  border-color: var(--green);
  color: var(--green-dark);
}

.chip.csel[b-9ot4oty4mg] {
  background: var(--green-pale);
  border-color: var(--green);
  color: var(--green-dark);
  font-weight: 600;
}

.chip.cdis[b-9ot4oty4mg] {
  opacity: 0.35;
  cursor: not-allowed;
}

.chip .cc[b-9ot4oty4mg] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.12s;
}

.chip.csel .cc[b-9ot4oty4mg] {
  background: var(--green);
  border-color: var(--green);
}

.chip.csel .cc[b-9ot4oty4mg]::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.pv-wrap[b-9ot4oty4mg] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 15px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color 0.15s;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.pv-wrap:hover[b-9ot4oty4mg] {
  border-color: #aac48a;
}

.pv-wrap.has-err[b-9ot4oty4mg] {
  border-color: var(--danger) !important;
}


.pv-text[b-9ot4oty4mg] {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.55;
}

.pv-text a[b-9ot4oty4mg] {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
}

.pv-text a:hover[b-9ot4oty4mg] {
  text-decoration: underline;
}

.sub-area[b-9ot4oty4mg] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn[b-9ot4oty4mg] {
  width: 100%;
  padding: 14px;
  background: var(--green);
  border: none;
  border-radius: var(--radius-sm);
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.18s, transform 0.12s, box-shadow 0.18s;
}

.btn-spinner[b-9ot4oty4mg] {
  width: 14px;
  height: 14px;
  border: 2px solid rgb(255 255 255 / 45%);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin-b-9ot4oty4mg 0.8s linear infinite;
}

@keyframes btn-spin-b-9ot4oty4mg {
  to {
    transform: rotate(360deg);
  }
}

.btn:hover[b-9ot4oty4mg] {
  background: var(--green-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgb(62 85 32 / 28%);
}

.btn:active[b-9ot4oty4mg] {
  transform: none;
}

.btn:disabled[b-9ot4oty4mg] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.micro[b-9ot4oty4mg] {
  text-align: center;
  font-size: 11.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.micro svg[b-9ot4oty4mg] {
  width: 12px;
  height: 12px;
  stroke: var(--muted);
  flex-shrink: 0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.suc[b-9ot4oty4mg] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 12px 0 6px;
}

.suc-icon[b-9ot4oty4mg] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-pale);
  border: 2px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.suc-icon svg[b-9ot4oty4mg] {
  width: 26px;
  height: 26px;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.suc h3[b-9ot4oty4mg] {
  font-size: 20px;
  font-weight: 800;
  color: var(--green-dark);
}

.suc p[b-9ot4oty4mg] {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 340px;
}

.suc .redirect-msg[b-9ot4oty4mg] {
  color: var(--green);
  font-weight: 600;
}

@media (max-width: 480px) {
  .card-header[b-9ot4oty4mg] {
    padding: 22px 18px 18px;
  }

  .card-body[b-9ot4oty4mg] {
    padding: 20px 18px 26px;
  }

  .row-2[b-9ot4oty4mg] {
    grid-template-columns: 1fr;
  }

  .header-title[b-9ot4oty4mg] {
    font-size: 20px;
  }
}
