/* /Components/Affiliate/Amazon/AmazonRecommendationCard.razor.rz.scp.css */
.amazon-recommendation[b-vep5wzpp40] {
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 16px;
    overflow: hidden;
    background: var(--bs-body-bg);
    margin-bottom: 1.5rem;
}

.amazon-recommendation__body[b-vep5wzpp40] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.03));
    align-items: center;
    text-align: start;
}

.amazon-recommendation__media[b-vep5wzpp40] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-body-bg);
    border-radius: 12px;
    padding: 0.75rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.amazon-recommendation__media img[b-vep5wzpp40] {
    max-width: 100%;
    height: auto;
}

.amazon-recommendation__badge[b-vep5wzpp40] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.amazon-recommendation__title[b-vep5wzpp40] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.amazon-recommendation__description[b-vep5wzpp40] {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .amazon-recommendation__body[b-vep5wzpp40] {
        grid-template-columns: 1fr;
        text-align: start;
    }

    .amazon-recommendation__media[b-vep5wzpp40] {
        justify-self: start;
    }
}

[data-bs-theme="dark"] .amazon-recommendation[b-vep5wzpp40] {
    border-color: rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.65);
}

[data-bs-theme="dark"] .amazon-recommendation__body[b-vep5wzpp40] {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.55), rgba(15, 23, 42, 0.25));
}

[data-bs-theme="dark"] .amazon-recommendation__media[b-vep5wzpp40] {
    background: rgba(15, 23, 42, 0.75);
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.65);
}

[dir="rtl"] .amazon-recommendation__body[b-vep5wzpp40] {
    direction: rtl;
}
/* /Components/Affiliate/Udemy/UdemyBlazorAffiliateCard.razor.rz.scp.css */
.udemy-affiliate[b-41mb9z93an] {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.15);
    background: var(--bs-body-bg);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.udemy-affiliate__content[b-41mb9z93an] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    text-align: start;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(99, 102, 241, 0.05));
}

.udemy-affiliate__eyebrow[b-41mb9z93an] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #7c3aed;
    font-size: 0.75rem;
}

.udemy-affiliate__title[b-41mb9z93an] {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.udemy-affiliate__tip[b-41mb9z93an] {
    color: var(--bs-secondary-color);
    margin-bottom: 0;
    display: grid;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.12);
    border: 1px solid rgba(124, 58, 237, 0.2);
    font-weight: 500;
}

.udemy-affiliate__tip-label[b-41mb9z93an] {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #6d28d9;
}

.udemy-affiliate__list[b-41mb9z93an] {
    margin: 0;
    padding-inline-start: 1.25rem;
    display: grid;
    gap: 0.5rem;
}

.udemy-affiliate__actions[b-41mb9z93an] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.udemy-affiliate__cta[b-41mb9z93an] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #7c3aed, #6366f1);
    box-shadow: 0 14px 28px rgba(99, 102, 241, 0.35);
    text-transform: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 992px) {
    .udemy-affiliate__content[b-41mb9z93an] {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: center;
    }

    .udemy-affiliate__body[b-41mb9z93an] {
        justify-self: end;
        max-width: 340px;
    }
}

.udemy-affiliate:hover[b-41mb9z93an] {
    transform: translateY(-2px);
    box-shadow: 0 26px 55px rgba(30, 41, 59, 0.2);
    border-color: rgba(99, 102, 241, 0.4);
}

.udemy-affiliate:hover .udemy-affiliate__cta[b-41mb9z93an] {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(99, 102, 241, 0.5);
}

[data-bs-theme="dark"] .udemy-affiliate[b-41mb9z93an] {
    border-color: rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 24px 50px rgba(2, 6, 23, 0.6);
}

[data-bs-theme="dark"] .udemy-affiliate__content[b-41mb9z93an] {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(15, 23, 42, 0.45));
}

[data-bs-theme="dark"] .udemy-affiliate__eyebrow[b-41mb9z93an] {
    color: #c4b5fd;
}

[data-bs-theme="dark"] .udemy-affiliate__cta[b-41mb9z93an] {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    box-shadow: 0 16px 32px rgba(99, 102, 241, 0.45);
}

[data-bs-theme="dark"] .udemy-affiliate__tip[b-41mb9z93an] {
    background: rgba(124, 58, 237, 0.2);
    border-color: rgba(167, 139, 250, 0.3);
}

[data-bs-theme="dark"] .udemy-affiliate__tip-label[b-41mb9z93an] {
    color: #ddd6fe;
}

[dir="rtl"] .udemy-affiliate[b-41mb9z93an] {
    direction: rtl;
}

[dir="rtl"] .udemy-affiliate__list[b-41mb9z93an] {
    padding-inline-start: 0;
    padding-inline-end: 1.25rem;
}
/* /Components/Affiliate/Udemy/UdemySecurityAffiliateCard.razor.rz.scp.css */
.udemy-security[b-35rix7wmjk] {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.15);
    background: var(--bs-body-bg);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.udemy-security__content[b-35rix7wmjk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    text-align: start;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.18), rgba(14, 165, 233, 0.05));
}

.udemy-security__eyebrow[b-35rix7wmjk] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #0284c7;
    font-size: 0.75rem;
}

.udemy-security__title[b-35rix7wmjk] {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.udemy-security__tip[b-35rix7wmjk] {
    color: var(--bs-secondary-color);
    margin-bottom: 0;
    display: grid;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.2);
    font-weight: 500;
}

.udemy-security__tip-label[b-35rix7wmjk] {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    font-weight: 700;
    color: #0369a1;
}

.udemy-security__list[b-35rix7wmjk] {
    margin: 0;
    padding-inline-start: 1.25rem;
    display: grid;
    gap: 0.5rem;
}

.udemy-security__actions[b-35rix7wmjk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.udemy-security__cta[b-35rix7wmjk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    box-shadow: 0 14px 28px rgba(14, 165, 233, 0.35);
    text-transform: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 992px) {
    .udemy-security__content[b-35rix7wmjk] {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: center;
    }

    .udemy-security__body[b-35rix7wmjk] {
        justify-self: end;
        max-width: 340px;
    }
}

.udemy-security:hover[b-35rix7wmjk] {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(30, 41, 59, 0.18);
    border-color: rgba(14, 165, 233, 0.4);
}

.udemy-security:hover .udemy-security__cta[b-35rix7wmjk] {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(14, 165, 233, 0.5);
}

[data-bs-theme="dark"] .udemy-security[b-35rix7wmjk] {
    border-color: rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 22px 46px rgba(2, 6, 23, 0.6);
}

[data-bs-theme="dark"] .udemy-security__content[b-35rix7wmjk] {
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.35), rgba(15, 23, 42, 0.45));
}

[data-bs-theme="dark"] .udemy-security__eyebrow[b-35rix7wmjk] {
    color: #7dd3fc;
}

[data-bs-theme="dark"] .udemy-security__cta[b-35rix7wmjk] {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    box-shadow: 0 16px 32px rgba(56, 189, 248, 0.45);
}

[data-bs-theme="dark"] .udemy-security__tip[b-35rix7wmjk] {
    background: rgba(14, 165, 233, 0.2);
    border-color: rgba(125, 211, 252, 0.3);
}

[data-bs-theme="dark"] .udemy-security__tip-label[b-35rix7wmjk] {
    color: #bae6fd;
}

[dir="rtl"] .udemy-security[b-35rix7wmjk] {
    direction: rtl;
}

[dir="rtl"] .udemy-security__list[b-35rix7wmjk] {
    padding-inline-start: 0;
    padding-inline-end: 1.25rem;
}
/* /Components/Alerts/Alert.razor.rz.scp.css */
.lightning-alert__shell[b-1lahlq3qwr] {
  position: relative;
}

.lightning-alert[b-1lahlq3qwr] {
  --alert-surface: #0b0f1a;
  --alert-text: #f8fafc;
  --alert-muted: rgba(226, 232, 240, 0.72);
  --alert-border: var(--alert-accent);
  --alert-icon-color: #ffffff;
  --alert-accent-rgb: 79 70 229;
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 1rem;
  direction: inherit;
  text-align: start;
  padding: 0;
  border-radius: 14px;
  border: 2px solid var(--alert-border);
  background: var(--alert-surface);
  color: var(--alert-text);
  box-shadow: 0 10px 22px rgba(6, 10, 20, 0.35);
  overflow: hidden;
}

.lightning-alert[b-1lahlq3qwr]::before {
  content: "";
  position: absolute;
  inset: -30% 40% auto -10%;
  height: 180%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.lightning-alert[b-1lahlq3qwr]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(
    0deg,
    rgb(var(--alert-accent-rgb) / 0.32) 0%,
    transparent 70%
  );
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.lightning-alert__glow[b-1lahlq3qwr] {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -22px;
  height: 36px;
  background: radial-gradient(circle, var(--alert-accent) 0%, transparent 70%);
  filter: blur(18px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.lightning-alert__header[b-1lahlq3qwr] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.lightning-alert__accent[b-1lahlq3qwr] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--alert-accent);
  padding: 0 0.9rem;
  min-width: 54px;
  align-self: stretch;
  position: relative;
  z-index: 1;
}

.lightning-alert__body[b-1lahlq3qwr] {
  flex: 1 1 auto;
  padding-block: 0.9rem 0.95rem;
  padding-inline: 0 1.2rem;
  position: relative;
  z-index: 1;
}

.lightning-alert__icon[b-1lahlq3qwr] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: transparent;
  color: var(--alert-icon-color);
}

.lightning-alert__icon svg[b-1lahlq3qwr] {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.lightning-alert__title[b-1lahlq3qwr] {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.015em;
}

.lightning-alert__content[b-1lahlq3qwr] {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--alert-muted);
}

.lightning-alert__dismiss[b-1lahlq3qwr] {
  margin-inline-start: auto;
  border: none;
  background: transparent;
  color: var(--alert-text);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25rem;
  opacity: 0.65;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lightning-alert__dismiss:hover[b-1lahlq3qwr] {
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .lightning-alert[b-1lahlq3qwr] {
    gap: 0.75rem;
  }

  .lightning-alert__accent[b-1lahlq3qwr] {
    min-width: 46px;
    padding: 0 0.6rem;
  }

  .lightning-alert__body[b-1lahlq3qwr] {
    padding-block: 0.75rem 0.8rem;
    padding-inline: 0 0.8rem;
  }

  .lightning-alert__glow[b-1lahlq3qwr] {
    left: 6%;
    right: 6%;
  }
}

[dir="rtl"] .lightning-alert__glow[b-1lahlq3qwr] {
  left: 8%;
  right: 8%;
}

body[data-bs-theme="light"] .lightning-alert[b-1lahlq3qwr],
html[data-bs-theme="light"] .lightning-alert[b-1lahlq3qwr] {
  --alert-surface: #ffffff;
  --alert-text: #050505;
  --alert-muted: rgba(5, 5, 5, 0.75);
  --alert-border: var(--alert-accent);
  --alert-icon-color: #ffffff;
  background-color: var(--alert-surface);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.lightning-alert--primary[b-1lahlq3qwr] {
  --alert-accent: #4f46e5;
  --alert-accent-rgb: 79 70 229;
}

.lightning-alert--teal[b-1lahlq3qwr] {
  --alert-accent: #0f766e;
  --alert-accent-rgb: 15 118 110;
}

.lightning-alert--warning[b-1lahlq3qwr] {
  --alert-accent: #d97706;
  --alert-accent-rgb: 217 119 6;
}

.lightning-alert--danger[b-1lahlq3qwr] {
  --alert-accent: #dc2626;
  --alert-accent-rgb: 220 38 38;
}

.lightning-alert--secondary[b-1lahlq3qwr] {
  --alert-accent: #94a3b8;
  --alert-accent-rgb: 148 163 184;
}
/* /Components/Badges/AboutBadge.razor.rz.scp.css */
.about-badge[b-k96n67yhw6] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.about-badge__shell[b-k96n67yhw6] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.36rem 0.7rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.about-badge__shell[b-k96n67yhw6]::before {
    content: "";
    position: absolute;
    inset: -30% -32%;
    background:
        radial-gradient(circle at 22% 26%, rgba(96, 165, 250, 0.28), transparent 42%),
        radial-gradient(circle at 76% 18%, rgba(59, 130, 246, 0.26), transparent 44%),
        radial-gradient(circle at 50% 78%, rgba(30, 64, 175, 0.28), transparent 48%);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}

.about-badge__chip[b-k96n67yhw6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #60a5fa, #2563eb);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 18px rgba(0, 0, 0, 0.25);
    color: #e0f2fe;
    position: relative;
    z-index: 1;
}

.about-badge__content[b-k96n67yhw6] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.about-badge__label[b-k96n67yhw6] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c7d2fe;
}


[data-bs-theme="light"] .about-badge__shell[b-k96n67yhw6] {
    background: linear-gradient(135deg, #e0f2ff, #dbeafe);
    border-color: #bfdbfe;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .about-badge__shell[b-k96n67yhw6]::before {
        background:
            radial-gradient(circle at 22% 26%, rgba(59, 130, 246, 0.2), transparent 42%),
            radial-gradient(circle at 76% 18%, rgba(37, 99, 235, 0.18), transparent 44%),
            radial-gradient(circle at 50% 78%, rgba(30, 64, 175, 0.18), transparent 48%);
        opacity: 0.55;
    }

[data-bs-theme="light"] .about-badge__chip[b-k96n67yhw6] {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    border-color: #93c5fd;
    color: #eff6ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 18px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .about-badge__label[b-k96n67yhw6] {
    color: #2563eb;
}


.about-badge[dir="rtl"] .about-badge__shell[b-k96n67yhw6] {
    flex-direction: row-reverse;
}

.about-badge[dir="rtl"] .about-badge__content[b-k96n67yhw6] {
    text-align: right;
}
/* /Components/Badges/AdDisclosureBadge.razor.rz.scp.css */
.ad-badge[b-njfgvg3umq] {
    position: relative;
    display: inline-block;
}

.ad-badge__shell[b-njfgvg3umq] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.58rem;
    border-radius: 999px;
    border: 1px solid var(--tblr-border-color, #1f2937);
    background: linear-gradient(135deg, rgba(20, 26, 38, 0.95), rgba(12, 16, 26, 0.9));
    color: var(--tblr-body-color, #e5e7eb);
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
    overflow: hidden;
    isolation: isolate;
}

.ad-badge__shell[b-njfgvg3umq]::before {
    content: "";
    position: absolute;
    inset: -25% -40%;
    background:
        radial-gradient(circle at 18% 30%, rgba(96, 165, 250, 0.22), transparent 38%),
        radial-gradient(circle at 78% 24%, rgba(59, 130, 246, 0.18), transparent 40%),
        radial-gradient(circle at 64% 76%, rgba(45, 212, 191, 0.14), transparent 44%);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.ad-badge__shell:focus-visible[b-njfgvg3umq] {
    outline: 2px solid var(--tblr-primary, #60a5fa);
    outline-offset: 2px;
}

.ad-badge__shell:hover[b-njfgvg3umq] {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.18);
}

.ad-badge__chip[b-njfgvg3umq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(147, 197, 253, 0.95), rgba(94, 234, 212, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 8px 16px rgba(0, 0, 0, 0.18);
    color: #0b1626;
    position: relative;
    z-index: 1;
}

.ad-badge__text[b-njfgvg3umq] {
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.01em;
    color: var(--tblr-body-color, #f8fafc);
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

[data-bs-theme="light"] .ad-badge__shell[b-njfgvg3umq] {
    background: linear-gradient(135deg, #ffffff, #f4f7fb);
    color: #0f172a;
    border-color: #dbeafe;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .ad-badge__chip[b-njfgvg3umq] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.98), rgba(14, 165, 233, 0.92));
    color: #0b1626;
}

[data-bs-theme="light"] .ad-badge__text[b-njfgvg3umq] {
    color: #0f172a;
}

.ad-badge__overlay[b-njfgvg3umq] {
    position: fixed;
    inset: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 4;
}

.ad-badge__popover[b-njfgvg3umq] {
    --ad-badge-arrow-offset: 20px;
    position: absolute;
    top: calc(100% + 8px);
    inset-inline-start: 0;
    min-width: 260px;
    max-width: 320px;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: linear-gradient(150deg, rgba(12, 18, 30, 0.96), rgba(9, 12, 22, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
    z-index: 5;
    overflow: hidden;
    isolation: isolate;
}

.ad-badge__popover[b-njfgvg3umq]::before {
    content: "";
    position: absolute;
    top: -8px;
    inset-inline-start: var(--ad-badge-arrow-offset);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: inherit;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ad-badge__popover[b-njfgvg3umq]::after {
    content: "";
    position: absolute;
    inset: -30% -40%;
    background:
        radial-gradient(circle at 22% 22%, rgba(94, 234, 212, 0.18), transparent 38%),
        radial-gradient(circle at 78% 18%, rgba(147, 197, 253, 0.2), transparent 42%),
        radial-gradient(circle at 58% 78%, rgba(59, 130, 246, 0.16), transparent 46%);
    opacity: 0.9;
    z-index: 0;
    pointer-events: none;
}

.ad-badge__popover-header[b-njfgvg3umq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.35rem;
    position: relative;
    z-index: 1;
}

.ad-badge__popover-title[b-njfgvg3umq] {
    font-weight: 700;
    color: var(--tblr-body-color, #f8fafc);
    letter-spacing: 0.02em;
}

.ad-badge__popover-body[b-njfgvg3umq] {
    margin: 0;
    font-size: 0.92rem;
    color: var(--tblr-body-color, #e2e8f0);
    line-height: 1.35;
    position: relative;
    z-index: 1;
}

[data-bs-theme="light"] .ad-badge__popover[b-njfgvg3umq] {
    background: linear-gradient(145deg, #ffffff, #f6f8fb);
    border-color: #e2e8f0;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .ad-badge__popover[b-njfgvg3umq]::before {
    background: #ffffff;
    border-color: #e2e8f0;
}

[data-bs-theme="light"] .ad-badge__popover[b-njfgvg3umq]::after {
    background:
        radial-gradient(circle at 22% 22%, rgba(94, 234, 212, 0.22), transparent 38%),
        radial-gradient(circle at 78% 18%, rgba(96, 165, 250, 0.22), transparent 42%),
        radial-gradient(circle at 58% 78%, rgba(59, 130, 246, 0.18), transparent 46%);
}

[data-bs-theme="light"] .ad-badge__popover-title[b-njfgvg3umq] {
    color: #0f172a;
}

[data-bs-theme="light"] .ad-badge__popover-body[b-njfgvg3umq] {
    color: #1f2937;
}
/* /Components/Badges/Badge.razor.rz.scp.css */
.badge[b-r4wfekvpp6] {
    --badge-border: transparent;
    --badge-color: #e5e7eb;
    --badge-bg: linear-gradient(135deg, #111827, #0b1220);
    --badge-overlay: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.22), transparent 38%),
                          radial-gradient(circle at 78% 20%, rgba(14, 165, 233, 0.2), transparent 44%),
                          radial-gradient(circle at 56% 78%, rgba(16, 185, 129, 0.18), transparent 46%);
    --badge-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    --badge-height: 2rem;
    --badge-font-size: 0.9rem;
    --badge-padding-x: 0.85rem;
    --badge-padding-y: 0.38rem;
    --badge-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: var(--badge-height);
    padding: var(--badge-padding-y) var(--badge-padding-x);
    border-radius: var(--badge-radius);
    border: 1px solid var(--badge-border);
    background: var(--badge-bg);
    color: var(--badge-color);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    font-weight: 700;
    font-size: var(--badge-font-size);
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    direction: inherit;
    text-decoration: none;
    cursor: default;
}

.badge--size-xs[b-r4wfekvpp6] {
    --badge-height: 1.25rem;
    --badge-font-size: 0.7rem;
    --badge-padding-x: 0.5rem;
    --badge-padding-y: 0.18rem;
    --badge-radius: 8px;
}

.badge--size-sm[b-r4wfekvpp6] {
    --badge-height: 1.6rem;
    --badge-font-size: 0.78rem;
    --badge-padding-x: 0.65rem;
    --badge-padding-y: 0.26rem;
    --badge-radius: 10px;
}

.badge--size-medium[b-r4wfekvpp6] {
    --badge-height: 2rem;
    --badge-font-size: 0.9rem;
    --badge-padding-x: 0.85rem;
    --badge-padding-y: 0.38rem;
    --badge-radius: 12px;
}

.badge--size-large[b-r4wfekvpp6] {
    --badge-height: 2.5rem;
    --badge-font-size: 1rem;
    --badge-padding-x: 1rem;
    --badge-padding-y: 0.48rem;
    --badge-radius: 14px;
}

[dir="rtl"] .badge[b-r4wfekvpp6] {
    flex-direction: row-reverse;
    text-align: center;
}

.badge[b-r4wfekvpp6]::before {
    content: "";
    position: absolute;
    inset: -42% -34%;
    background: var(--badge-overlay);
    opacity: 0.88;
    z-index: 0;
    pointer-events: none;
    filter: blur(1px);
}

.badge[b-r4wfekvpp6]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 45%);
    z-index: 0;
    pointer-events: none;
}

.badge__text[b-r4wfekvpp6] {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-shadow: var(--badge-text-shadow);
}

.badge--normal[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #0b1220, #1e293b);
    --badge-overlay: radial-gradient(circle at 18% 24%, rgba(59, 130, 246, 0.32), transparent 38%),
                          radial-gradient(circle at 76% 16%, rgba(37, 99, 235, 0.26), transparent 44%),
                          radial-gradient(circle at 54% 78%, rgba(14, 165, 233, 0.26), transparent 46%);
}

.badge--recommend[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #0ea5e9, #6366f1);
    --badge-color: #0b1220;
    --badge-overlay: radial-gradient(circle at 18% 28%, rgba(94, 234, 212, 0.44), transparent 40%),
                          radial-gradient(circle at 78% 20%, rgba(129, 140, 248, 0.4), transparent 44%),
                          radial-gradient(circle at 52% 82%, rgba(59, 130, 246, 0.32), transparent 48%);
    --badge-text-shadow: none;
}

.badge--success[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #16a34a, #22c55e);
    --badge-color: #0a1a0a;
    --badge-overlay: radial-gradient(circle at 20% 26%, rgba(74, 222, 128, 0.44), transparent 38%),
                          radial-gradient(circle at 76% 18%, rgba(34, 197, 94, 0.38), transparent 44%),
                          radial-gradient(circle at 50% 80%, rgba(16, 185, 129, 0.32), transparent 48%);
    --badge-text-shadow: none;
}

.badge--warning[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #f59e0b, #f97316);
    --badge-color: #2c1600;
    --badge-overlay: radial-gradient(circle at 18% 26%, rgba(251, 191, 36, 0.42), transparent 36%),
                          radial-gradient(circle at 80% 16%, rgba(249, 115, 22, 0.38), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(234, 179, 8, 0.32), transparent 46%);
    --badge-text-shadow: none;
}

.badge--info[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #0284c7, #38bdf8);
    --badge-overlay: radial-gradient(circle at 18% 28%, rgba(125, 211, 252, 0.46), transparent 38%),
                          radial-gradient(circle at 78% 18%, rgba(56, 189, 248, 0.42), transparent 44%),
                          radial-gradient(circle at 54% 78%, rgba(99, 102, 241, 0.3), transparent 46%);
}

.badge--danger[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #e11d48, #f43f5e);
    --badge-color: #220006;
    --badge-overlay: radial-gradient(circle at 18% 26%, rgba(248, 113, 113, 0.42), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(239, 68, 68, 0.36), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(244, 63, 94, 0.3), transparent 46%);
    --badge-text-shadow: none;
}

.badge--muted[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #334155, #1f2937);
    --badge-border: rgba(255, 255, 255, 0.16);
    --badge-overlay: radial-gradient(circle at 20% 30%, rgba(148, 163, 184, 0.22), transparent 38%),
                          radial-gradient(circle at 74% 22%, rgba(100, 116, 139, 0.2), transparent 44%),
                          radial-gradient(circle at 52% 80%, rgba(148, 163, 184, 0.18), transparent 48%);
}

.badge--primary[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #2563eb, #0ea5e9);
    --badge-border: rgba(59, 130, 246, 0.45);
    --badge-overlay: radial-gradient(circle at 20% 26%, rgba(125, 211, 252, 0.38), transparent 36%),
                          radial-gradient(circle at 76% 18%, rgba(59, 130, 246, 0.32), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(37, 99, 235, 0.26), transparent 46%);
}

.badge--secondary[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #0f172a, #111827);
    --badge-border: rgba(255, 255, 255, 0.18);
    --badge-overlay: radial-gradient(circle at 22% 30%, rgba(148, 163, 184, 0.28), transparent 38%),
                          radial-gradient(circle at 78% 22%, rgba(100, 116, 139, 0.22), transparent 44%),
                          radial-gradient(circle at 54% 78%, rgba(75, 85, 99, 0.2), transparent 46%);
}

.badge--accent[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #a855f7, #ec4899);
    --badge-border: rgba(232, 121, 249, 0.4);
    --badge-color: #0f0a17;
    --badge-overlay: radial-gradient(circle at 18% 28%, rgba(232, 121, 249, 0.36), transparent 38%),
                          radial-gradient(circle at 76% 18%, rgba(244, 114, 182, 0.32), transparent 44%),
                          radial-gradient(circle at 52% 80%, rgba(168, 85, 247, 0.28), transparent 46%);
    --badge-text-shadow: none;
}

[data-bs-theme="light"] .badge[b-r4wfekvpp6] {
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
    --badge-border: rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .badge--normal[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    --badge-color: #0f172a;
}

[data-bs-theme="light"] .badge--recommend[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #a5f3fc, #c7d2fe);
    --badge-color: #0b1220;
}

[data-bs-theme="light"] .badge--success[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #bbf7d0, #86efac);
    --badge-color: #0f172a;
}

[data-bs-theme="light"] .badge--warning[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #fef3c7, #fde68a);
    --badge-color: #7a2e00;
}

[data-bs-theme="light"] .badge--info[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #dbeafe, #bfdbfe);
    --badge-color: #0f172a;
}

[data-bs-theme="light"] .badge--danger[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #fee2e2, #fecdd3);
    --badge-color: #7f1d1d;
}

[data-bs-theme="light"] .badge--muted[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #e5e7eb, #cbd5e1);
    --badge-color: #0f172a;
}

.badge--emerald[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #10b981, #34d399);
    --badge-color: #0a1a0f;
    --badge-overlay: radial-gradient(circle at 20% 24%, rgba(74, 222, 128, 0.44), transparent 38%),
                          radial-gradient(circle at 76% 18%, rgba(52, 211, 153, 0.36), transparent 44%),
                          radial-gradient(circle at 54% 78%, rgba(16, 185, 129, 0.3), transparent 46%);
    --badge-text-shadow: none;
}

.badge--teal[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #0d9488, #14b8a6);
    --badge-overlay: radial-gradient(circle at 20% 26%, rgba(94, 234, 212, 0.42), transparent 38%),
                          radial-gradient(circle at 78% 18%, rgba(45, 212, 191, 0.34), transparent 44%),
                          radial-gradient(circle at 50% 80%, rgba(20, 184, 166, 0.28), transparent 46%);
}

.badge--cyan[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #06b6d4, #22d3ee);
    --badge-overlay: radial-gradient(circle at 18% 28%, rgba(103, 232, 249, 0.46), transparent 38%),
                          radial-gradient(circle at 78% 18%, rgba(34, 211, 238, 0.4), transparent 44%),
                          radial-gradient(circle at 52% 80%, rgba(14, 165, 233, 0.3), transparent 46%);
}

.badge--blue[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #2563eb, #3b82f6);
    --badge-overlay: radial-gradient(circle at 18% 26%, rgba(96, 165, 250, 0.44), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(59, 130, 246, 0.38), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(37, 99, 235, 0.3), transparent 46%);
}

.badge--indigo[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #4338ca, #6366f1);
    --badge-overlay: radial-gradient(circle at 18% 26%, rgba(129, 140, 248, 0.44), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(99, 102, 241, 0.38), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(79, 70, 229, 0.3), transparent 46%);
}

.badge--purple[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #6b21a8, #a855f7);
    --badge-color: #12061d;
    --badge-overlay: radial-gradient(circle at 18% 28%, rgba(216, 180, 254, 0.46), transparent 38%),
                          radial-gradient(circle at 78% 18%, rgba(168, 85, 247, 0.36), transparent 44%),
                          radial-gradient(circle at 52% 80%, rgba(126, 34, 206, 0.28), transparent 46%);
    --badge-text-shadow: none;
}

.badge--pink[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #db2777, #ec4899);
    --badge-color: #210713;
    --badge-overlay: radial-gradient(circle at 20% 26%, rgba(244, 114, 182, 0.44), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(236, 72, 153, 0.36), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(219, 39, 119, 0.3), transparent 46%);
    --badge-text-shadow: none;
}

.badge--orange[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #ea580c, #f97316);
    --badge-color: #2c1200;
    --badge-overlay: radial-gradient(circle at 18% 26%, rgba(251, 146, 60, 0.44), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(234, 88, 12, 0.36), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(249, 115, 22, 0.3), transparent 46%);
    --badge-text-shadow: none;
}

.badge--amber[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #d97706, #f59e0b);
    --badge-color: #2c1700;
    --badge-overlay: radial-gradient(circle at 18% 26%, rgba(252, 211, 77, 0.44), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(217, 119, 6, 0.36), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(245, 158, 11, 0.3), transparent 46%);
    --badge-text-shadow: none;
}

.badge--lime[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #65a30d, #84cc16);
    --badge-color: #152600;
    --badge-overlay: radial-gradient(circle at 20% 26%, rgba(190, 242, 100, 0.44), transparent 36%),
                          radial-gradient(circle at 78% 18%, rgba(132, 204, 22, 0.36), transparent 42%),
                          radial-gradient(circle at 52% 80%, rgba(101, 163, 13, 0.3), transparent 46%);
    --badge-text-shadow: none;
}

.badge--link[b-r4wfekvpp6] {
    cursor: pointer;
}

[data-bs-theme="light"] .badge--emerald[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #bbf7d0, #a7f3d0);
}

[data-bs-theme="light"] .badge--teal[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #99f6e4, #67e8f9);
}

[data-bs-theme="light"] .badge--cyan[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #cffafe, #a5f3fc);
}

[data-bs-theme="light"] .badge--blue[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #dbeafe, #bfdbfe);
}

[data-bs-theme="light"] .badge--indigo[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #e0e7ff, #c7d2fe);
    --badge-color: #11103a;
}

[data-bs-theme="light"] .badge--purple[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #f3e8ff, #e9d5ff);
    --badge-color: #1a102a;
}

[data-bs-theme="light"] .badge--pink[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #fce7f3, #fbcfe8);
    --badge-color: #2f0c1a;
}

[data-bs-theme="light"] .badge--orange[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #ffedd5, #fed7aa);
    --badge-color: #2f1300;
}

[data-bs-theme="light"] .badge--amber[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #fef3c7, #fde68a);
    --badge-color: #2f1b00;
}

[data-bs-theme="light"] .badge--lime[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #ecfccb, #d9f99d);
    --badge-color: #1a2600;
}

[data-bs-theme="light"] .badge--primary[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #dbeafe, #bfdbfe);
    --badge-color: #0f172a;
    --badge-border: rgba(59, 130, 246, 0.32);
}

[data-bs-theme="light"] .badge--secondary[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    --badge-color: #0f172a;
    --badge-border: rgba(15, 23, 42, 0.16);
}

[data-bs-theme="light"] .badge--accent[b-r4wfekvpp6] {
    --badge-bg: linear-gradient(135deg, #f3e8ff, #fce7f3);
    --badge-color: #0f172a;
    --badge-border: rgba(217, 70, 239, 0.32);
    --badge-text-shadow: none;
}
[data-bs-theme="light"] .badge[b-r4wfekvpp6] {
    --badge-border: transparent;
}
/* /Components/Badges/GithubBadge.razor.rz.scp.css */
.github-badge[b-iscmfzdlkx] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.github-badge__shell[b-iscmfzdlkx] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.36rem 0.64rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #0a0a0a, #1c1c1c);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.github-badge__shell[b-iscmfzdlkx]::before {
    content: "";
    position: absolute;
    inset: -28% -30%;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.25), transparent 38%),
        radial-gradient(circle at 78% 18%, rgba(120, 120, 120, 0.22), transparent 42%),
        radial-gradient(circle at 50% 78%, rgba(60, 60, 60, 0.18), transparent 46%);
    opacity: 0.82;
    z-index: 0;
    pointer-events: none;
}

.github-badge__chip[b-iscmfzdlkx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: linear-gradient(135deg, #ffffff, #d9d9d9);
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 10px 18px rgba(0, 0, 0, 0.3);
    color: #0b0b0b;
    position: relative;
    z-index: 1;
}

.github-badge__content[b-iscmfzdlkx] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.github-badge__label[b-iscmfzdlkx] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #d1d5db;
}

.github-badge__value[b-iscmfzdlkx] {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    color: #f5f5f5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .github-badge__shell[b-iscmfzdlkx] {
    background: linear-gradient(135deg, #f8f8f8, #e5e5e5);
    border-color: #d1d5db;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .github-badge__shell[b-iscmfzdlkx]::before {
        background:
            radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.12), transparent 38%),
            radial-gradient(circle at 78% 18%, rgba(64, 64, 64, 0.16), transparent 42%),
            radial-gradient(circle at 50% 78%, rgba(128, 128, 128, 0.12), transparent 46%);
        opacity: 0.6;
    }

[data-bs-theme="light"] .github-badge__chip[b-iscmfzdlkx] {
    background: linear-gradient(135deg, #111111, #2b2b2b);
    border-color: #1f2937;
    color: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 18px rgba(15, 23, 42, 0.1);
}

[data-bs-theme="light"] .github-badge__label[b-iscmfzdlkx] {
    color: #4b5563;
}

[data-bs-theme="light"] .github-badge__value[b-iscmfzdlkx] {
    color: #0f172a;
}

.github-badge[dir="rtl"] .github-badge__shell[b-iscmfzdlkx] {
    flex-direction: row-reverse;
}

.github-badge[dir="rtl"] .github-badge__content[b-iscmfzdlkx] {
    text-align: right;
}

.github-badge[dir="rtl"] .github-badge__chip svg[b-iscmfzdlkx] {
    transform: scaleX(-1);
}
/* /Components/Badges/GumroadBadge.razor.rz.scp.css */
.gumroad-badge[b-17kpe9a5zw] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.gumroad-badge__shell[b-17kpe9a5zw] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.36rem 0.7rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, #3a0c2a, #7f1f5f);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.gumroad-badge__shell[b-17kpe9a5zw]::before {
    content: "";
    position: absolute;
    inset: -30% -32%;
    background:
        radial-gradient(circle at 22% 26%, rgba(255, 126, 200, 0.35), transparent 42%),
        radial-gradient(circle at 76% 18%, rgba(255, 73, 170, 0.32), transparent 44%),
        radial-gradient(circle at 50% 78%, rgba(143, 32, 96, 0.34), transparent 48%);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}

.gumroad-badge__chip[b-17kpe9a5zw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #ff86cf, #ff4fb2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 18px rgba(0, 0, 0, 0.25);
    color: #3a0c2a;
    position: relative;
    z-index: 1;
}

.gumroad-badge__content[b-17kpe9a5zw] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.gumroad-badge__label[b-17kpe9a5zw] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffd6ee;
}

.gumroad-badge__value[b-17kpe9a5zw] {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    color: #fff0f9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .gumroad-badge__shell[b-17kpe9a5zw] {
    background: linear-gradient(135deg, #ffe9f5, #ffd2eb);
    border-color: #ffb7dd;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .gumroad-badge__shell[b-17kpe9a5zw]::before {
        background:
            radial-gradient(circle at 22% 26%, rgba(255, 120, 187, 0.22), transparent 42%),
            radial-gradient(circle at 76% 18%, rgba(255, 84, 168, 0.2), transparent 44%),
            radial-gradient(circle at 50% 78%, rgba(199, 62, 129, 0.2), transparent 48%);
        opacity: 0.55;
    }

[data-bs-theme="light"] .gumroad-badge__chip[b-17kpe9a5zw] {
    background: linear-gradient(135deg, #ff4fb2, #ff86cf);
    border-color: #ffadd8;
    color: #7f1f5f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 10px 18px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .gumroad-badge__label[b-17kpe9a5zw] {
    color: #db2777;
}

[data-bs-theme="light"] .gumroad-badge__value[b-17kpe9a5zw] {
    color: #4a044e;
}

.gumroad-badge[dir="rtl"] .gumroad-badge__shell[b-17kpe9a5zw] {
    flex-direction: row-reverse;
}

.gumroad-badge[dir="rtl"] .gumroad-badge__content[b-17kpe9a5zw] {
    text-align: right;
}
/* /Components/Badges/LastUpdate.razor.rz.scp.css */
.last-update[b-2qdu36ez2d] {
    display: inline-block;
    direction: inherit;
}

.last-update__shell[b-2qdu36ez2d] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.65rem;
    border-radius: 11px;
    border: 1px solid var(--tblr-border-color, #1f2937);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(9, 12, 22, 0.88));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.last-update__shell[b-2qdu36ez2d]::before {
    content: "";
    position: absolute;
    inset: -25% -35%;
    background:
        radial-gradient(circle at 18% 30%, rgba(59, 130, 246, 0.24), transparent 38%),
        radial-gradient(circle at 82% 18%, rgba(34, 197, 94, 0.22), transparent 40%),
        radial-gradient(circle at 60% 78%, rgba(14, 165, 233, 0.16), transparent 44%);
    opacity: 0.75;
    z-index: 0;
    pointer-events: none;
}

.last-update__content[b-2qdu36ez2d] {
    display: grid;
    gap: 0.06rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.last-update__label[b-2qdu36ez2d] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tblr-secondary, #cbd5e1);
}

.last-update__value[b-2qdu36ez2d] {
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.1;
    color: var(--tblr-body-color, #f8fafc);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .last-update__shell[b-2qdu36ez2d] {
    background: linear-gradient(135deg, #ffffff, #f7f9fb);
    border-color: #e5e7eb;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

    [data-bs-theme="light"] .last-update__shell[b-2qdu36ez2d]::before {
        background:
            radial-gradient(circle at 18% 30%, rgba(96, 165, 250, 0.25), transparent 38%),
            radial-gradient(circle at 82% 18%, rgba(45, 212, 191, 0.2), transparent 40%),
            radial-gradient(circle at 60% 78%, rgba(59, 130, 246, 0.16), transparent 44%);
        opacity: 0.7;
    }

[data-bs-theme="light"][b-2qdu36ez2d] {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.96), rgba(59, 130, 246, 0.92));
    border-color: #dbeafe;
    color: #0f172a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66), 0 10px 18px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .last-update__label[b-2qdu36ez2d] {
    color: #475569;
}

[data-bs-theme="light"] .last-update__value[b-2qdu36ez2d] {
    color: #0f172a;
}

.last-update[dir="rtl"] .last-update__shell[b-2qdu36ez2d] {
    flex-direction: row-reverse;
}

.last-update[dir="rtl"] .last-update__content[b-2qdu36ez2d] {
    text-align: right;
}
/* /Components/Badges/NugetBadge.razor.rz.scp.css */
.nuget-badge[b-cb25c9syqs] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.nuget-badge__shell[b-cb25c9syqs] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    padding: 0.36rem 0.64rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #002b55, #013a70);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.nuget-badge__shell[b-cb25c9syqs]::before {
    content: "";
    position: absolute;
    inset: -28% -30%;
    background:
        radial-gradient(circle at 22% 28%, rgba(0, 165, 230, 0.32), transparent 40%),
        radial-gradient(circle at 78% 18%, rgba(0, 111, 190, 0.28), transparent 42%),
        radial-gradient(circle at 52% 78%, rgba(0, 72, 128, 0.22), transparent 46%);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.nuget-badge__chip[b-cb25c9syqs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: linear-gradient(135deg, #00a5e6, #006fbe);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 18px rgba(0, 0, 0, 0.24);
    color: #e8f4ff;
    position: relative;
    z-index: 1;
}

.nuget-badge__content[b-cb25c9syqs] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.nuget-badge__label[b-cb25c9syqs] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #dbeafe;
}

.nuget-badge__value[b-cb25c9syqs] {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    color: #f8fafc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .nuget-badge__shell[b-cb25c9syqs] {
    background: linear-gradient(135deg, #e8f5ff, #d8eeff);
    border-color: #c7e8ff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .nuget-badge__shell[b-cb25c9syqs]::before {
        background:
            radial-gradient(circle at 22% 28%, rgba(0, 165, 230, 0.24), transparent 40%),
            radial-gradient(circle at 78% 18%, rgba(0, 111, 190, 0.18), transparent 42%),
            radial-gradient(circle at 52% 78%, rgba(0, 72, 128, 0.16), transparent 46%);
        opacity: 0.6;
    }

[data-bs-theme="light"] .nuget-badge__chip[b-cb25c9syqs] {
    background: linear-gradient(135deg, #006fbe, #00a5e6);
    border-color: #8ecdfc;
    color: #e8f4ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .nuget-badge__label[b-cb25c9syqs] {
    color: #3b82f6;
}

[data-bs-theme="light"] .nuget-badge__value[b-cb25c9syqs] {
    color: #0f172a;
}

.nuget-badge[dir="rtl"] .nuget-badge__shell[b-cb25c9syqs] {
    flex-direction: row-reverse;
}

.nuget-badge[dir="rtl"] .nuget-badge__content[b-cb25c9syqs] {
    text-align: right;
}

.nuget-badge[dir="rtl"] .nuget-badge__chip svg[b-cb25c9syqs] {
    transform: scaleX(-1);
}
/* /Components/Badges/PriceBadge.razor.rz.scp.css */
.price-badge[b-dz6pqqp9gh] {
    display: inline-block;
    direction: inherit;
    --price-badge-border-fallback: #1f2937;
    --price-badge-overlay-inset-top: -26%;
    --price-badge-overlay-inset-side: -36%;
}

.price-badge__shell[b-dz6pqqp9gh] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.68rem;
    border-radius: 11px;
    border: 1px solid var(--tblr-border-color, var(--price-badge-border-fallback));
    background: linear-gradient(135deg, #0f172a, #0b2f2b);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.price-badge__shell[b-dz6pqqp9gh]::before {
    content: "";
    position: absolute;
    inset: var(--price-badge-overlay-inset-top) var(--price-badge-overlay-inset-side);
    background:
        radial-gradient(circle at 20% 28%, rgba(34, 197, 94, 0.24), transparent 40%),
        radial-gradient(circle at 78% 18%, rgba(56, 189, 248, 0.22), transparent 42%),
        radial-gradient(circle at 58% 78%, rgba(196, 181, 253, 0.18), transparent 46%);
    opacity: 0.75;
    z-index: 0;
    pointer-events: none;
}

.price-badge__chip[b-dz6pqqp9gh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.98), rgba(45, 212, 191, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(0, 0, 0, 0.2);
    color: #0b1626;
    position: relative;
    z-index: 1;
}

.price-badge__content[b-dz6pqqp9gh] {
    display: grid;
    gap: 0.07rem;
    min-width: 0;
    position: relative;
    z-index: 1;
    color: var(--tblr-body-color, #e2e8f0);
}

.price-badge__label[b-dz6pqqp9gh] {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tblr-secondary, #cbd5e1);
}

.price-badge__values[b-dz6pqqp9gh] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.price-badge__value[b-dz6pqqp9gh] {
    font-weight: 800;
    font-size: 0.98rem;
    line-height: 1.1;
    color: var(--tblr-body-color, #f8fafc);
    white-space: nowrap;
}

.price-badge__hint[b-dz6pqqp9gh] {
    font-size: 0.82rem;
    color: var(--tblr-secondary, #d1d8e5);
    white-space: nowrap;
}

[data-bs-theme="light"] .price-badge__shell[b-dz6pqqp9gh] {
    background: linear-gradient(135deg, #f0fdf4, #ecfeff);
    border-color: #d1fae5;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

    [data-bs-theme="light"] .price-badge__shell[b-dz6pqqp9gh]::before {
        background:
            radial-gradient(circle at 20% 28%, rgba(34, 197, 94, 0.26), transparent 40%),
            radial-gradient(circle at 80% 18%, rgba(16, 185, 129, 0.22), transparent 42%),
            radial-gradient(circle at 56% 78%, rgba(251, 146, 60, 0.18), transparent 46%);
        opacity: 0.72;
    }

[data-bs-theme="light"] .price-badge__chip[b-dz6pqqp9gh] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.96), rgba(52, 211, 153, 0.94));
    border-color: #bbf7d0;
    color: #0f172a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66), 0 10px 18px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .price-badge__label[b-dz6pqqp9gh] {
    color: #475569;
}

[data-bs-theme="light"] .price-badge__value[b-dz6pqqp9gh] {
    color: #0f172a;
}

[data-bs-theme="light"] .price-badge__hint[b-dz6pqqp9gh] {
    color: #475569;
}
/* /Components/Badges/SoftwareInfoBadge.razor.rz.scp.css */
.software-badge[b-t87y7vg8x7] {
    display: inline-block;
    direction: inherit;
}

.software-badge__shell[b-t87y7vg8x7] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.36rem 0.64rem;
    border-radius: 11px;
    border: 1px solid var(--tblr-border-color, #1f2937);
    background: linear-gradient(135deg, rgba(32, 23, 63, 0.94), rgba(15, 19, 36, 0.9));
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.software-badge__shell[b-t87y7vg8x7]::before {
    content: "";
    position: absolute;
    inset: -28% -32%;
    background:
        radial-gradient(circle at 22% 28%, rgba(168, 85, 247, 0.28), transparent 40%),
        radial-gradient(circle at 78% 18%, rgba(14, 165, 233, 0.26), transparent 42%),
        radial-gradient(circle at 52% 78%, rgba(244, 114, 182, 0.18), transparent 46%);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.software-badge__chip[b-t87y7vg8x7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.95), rgba(236, 72, 153, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(0, 0, 0, 0.2);
    color: #0b1626;
    position: relative;
    z-index: 1;
}

.software-badge__content[b-t87y7vg8x7] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.software-badge__label[b-t87y7vg8x7] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tblr-secondary, #cbd5e1);
}

.software-badge__value[b-t87y7vg8x7] {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    color: var(--tblr-body-color, #f8fafc);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .software-badge__shell[b-t87y7vg8x7] {
    background: linear-gradient(135deg, #ffffff, #f8f6ff);
    border-color: #e5e7eb;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

    [data-bs-theme="light"] .software-badge__shell[b-t87y7vg8x7]::before {
        background:
            radial-gradient(circle at 22% 28%, rgba(139, 92, 246, 0.26), transparent 40%),
            radial-gradient(circle at 78% 18%, rgba(59, 130, 246, 0.22), transparent 42%),
            radial-gradient(circle at 52% 78%, rgba(244, 114, 182, 0.18), transparent 46%);
        opacity: 0.72;
    }

[data-bs-theme="light"] .software-badge__chip[b-t87y7vg8x7] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.96), rgba(236, 72, 153, 0.92));
    border-color: #e9d5ff;
    color: #0f172a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66), 0 10px 18px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .software-badge__label[b-t87y7vg8x7] {
    color: #475569;
}

[data-bs-theme="light"] .software-badge__value[b-t87y7vg8x7] {
    color: #0f172a;
}

.software-badge[dir="rtl"] .software-badge__shell[b-t87y7vg8x7] {
    flex-direction: row-reverse;
}

.software-badge[dir="rtl"] .software-badge__content[b-t87y7vg8x7] {
    text-align: right;
}

.software-badge[dir="rtl"] .software-badge__chip svg[b-t87y7vg8x7] {
    transform: scaleX(-1);
}
/* /Components/Badges/TermsBadge.razor.rz.scp.css */
.terms-badge[b-abvnjllph3] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.terms-badge__shell[b-abvnjllph3] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.36rem 0.7rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #1f2937, #374151);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.terms-badge__shell[b-abvnjllph3]::before {
    content: "";
    position: absolute;
    inset: -30% -32%;
    background:
        radial-gradient(circle at 22% 26%, rgba(148, 163, 184, 0.22), transparent 42%),
        radial-gradient(circle at 76% 18%, rgba(100, 116, 139, 0.2), transparent 44%),
        radial-gradient(circle at 50% 78%, rgba(71, 85, 105, 0.22), transparent 48%);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

.terms-badge__chip[b-abvnjllph3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #94a3b8, #64748b);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
    color: #0f172a;
    position: relative;
    z-index: 1;
}

.terms-badge__content[b-abvnjllph3] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.terms-badge__label[b-abvnjllph3] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #cbd5e1;
}


[data-bs-theme="light"] .terms-badge__shell[b-abvnjllph3] {
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    border-color: #d1d5db;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .terms-badge__shell[b-abvnjllph3]::before {
        background:
            radial-gradient(circle at 22% 26%, rgba(156, 163, 175, 0.2), transparent 42%),
            radial-gradient(circle at 76% 18%, rgba(107, 114, 128, 0.18), transparent 44%),
            radial-gradient(circle at 50% 78%, rgba(75, 85, 99, 0.18), transparent 48%);
        opacity: 0.5;
    }

[data-bs-theme="light"] .terms-badge__chip[b-abvnjllph3] {
    background: linear-gradient(135deg, #64748b, #94a3b8);
    border-color: #cbd5e1;
    color: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .terms-badge__label[b-abvnjllph3] {
    color: #6b7280;
}


.terms-badge[dir="rtl"] .terms-badge__shell[b-abvnjllph3] {
    flex-direction: row-reverse;
}

.terms-badge[dir="rtl"] .terms-badge__content[b-abvnjllph3] {
    text-align: right;
}
/* /Components/Badges/WindowsStoreBadge.razor.rz.scp.css */
.windows-store-badge[b-hnf650zvar] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.windows-store-badge__shell[b-hnf650zvar] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.36rem 0.7rem;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #0b1c3b, #0a3c78);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
}

.windows-store-badge__shell[b-hnf650zvar]::before {
    content: "";
    position: absolute;
    inset: -30% -32%;
    background:
        radial-gradient(circle at 22% 26%, rgba(76, 160, 255, 0.28), transparent 42%),
        radial-gradient(circle at 76% 18%, rgba(16, 109, 210, 0.34), transparent 44%),
        radial-gradient(circle at 50% 78%, rgba(9, 62, 130, 0.28), transparent 48%);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
}

.windows-store-badge__chip[b-hnf650zvar] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #2fa3ff, #0c6adf);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 10px 18px rgba(0, 0, 0, 0.25);
    color: #e5f2ff;
    position: relative;
    z-index: 1;
}

.windows-store-badge__content[b-hnf650zvar] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.windows-store-badge__label[b-hnf650zvar] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c7ddff;
}

.windows-store-badge__value[b-hnf650zvar] {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    color: #f8fafc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .windows-store-badge__shell[b-hnf650zvar] {
    background: linear-gradient(135deg, #ecf5ff, #d7eaff);
    border-color: #b9d7ff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .windows-store-badge__shell[b-hnf650zvar]::before {
        background:
            radial-gradient(circle at 22% 26%, rgba(56, 130, 246, 0.2), transparent 42%),
            radial-gradient(circle at 76% 18%, rgba(37, 99, 235, 0.18), transparent 44%),
            radial-gradient(circle at 50% 78%, rgba(30, 64, 175, 0.18), transparent 48%);
        opacity: 0.55;
    }

[data-bs-theme="light"] .windows-store-badge__chip[b-hnf650zvar] {
    background: linear-gradient(135deg, #0c6adf, #2fa3ff);
    border-color: #8abcf8;
    color: #e8f4ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 10px 18px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .windows-store-badge__label[b-hnf650zvar] {
    color: #2563eb;
}

[data-bs-theme="light"] .windows-store-badge__value[b-hnf650zvar] {
    color: #0f172a;
}

.windows-store-badge[dir="rtl"] .windows-store-badge__shell[b-hnf650zvar] {
    flex-direction: row-reverse;
}

.windows-store-badge[dir="rtl"] .windows-store-badge__content[b-hnf650zvar] {
    text-align: right;
}
/* /Components/Badges/YoutubeBadge.razor.rz.scp.css */
.youtube-badge[b-vvhgic52wk] {
    display: inline-block;
    direction: inherit;
    text-decoration: none;
}

.youtube-badge__shell[b-vvhgic52wk] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0.4rem 0.76rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #7f1d1d, #dc2626);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.youtube-badge__shell[b-vvhgic52wk]::before {
    content: "";
    position: absolute;
    inset: -30% -32%;
    background:
        radial-gradient(circle at 22% 26%, rgba(254, 202, 202, 0.26), transparent 42%),
        radial-gradient(circle at 76% 18%, rgba(248, 113, 113, 0.26), transparent 44%),
        radial-gradient(circle at 50% 78%, rgba(127, 29, 29, 0.3), transparent 48%);
    opacity: 0.88;
    z-index: 0;
    pointer-events: none;
}

.youtube-badge:hover .youtube-badge__shell[b-vvhgic52wk],
.youtube-badge:focus-visible .youtube-badge__shell[b-vvhgic52wk] {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.youtube-badge__chip[b-vvhgic52wk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(135deg, #fff1f2, #ffffff);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 18px rgba(0, 0, 0, 0.22);
    color: #dc2626;
    position: relative;
    z-index: 1;
}

.youtube-badge__chip .icon[b-vvhgic52wk] {
    width: 1.1rem;
    height: 1.1rem;
}

.youtube-badge__content[b-vvhgic52wk] {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.youtube-badge__label[b-vvhgic52wk] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fee2e2;
}

.youtube-badge__value[b-vvhgic52wk] {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.1;
    color: #fff7ed;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[data-bs-theme="light"] .youtube-badge__shell[b-vvhgic52wk] {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    border-color: #fca5a5;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .youtube-badge__shell[b-vvhgic52wk]::before {
    background:
        radial-gradient(circle at 22% 26%, rgba(239, 68, 68, 0.18), transparent 42%),
        radial-gradient(circle at 76% 18%, rgba(220, 38, 38, 0.16), transparent 44%),
        radial-gradient(circle at 50% 78%, rgba(127, 29, 29, 0.14), transparent 48%);
    opacity: 0.6;
}

[data-bs-theme="light"] .youtube-badge__chip[b-vvhgic52wk] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border-color: #f87171;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 10px 18px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .youtube-badge__label[b-vvhgic52wk] {
    color: #b91c1c;
}

[data-bs-theme="light"] .youtube-badge__value[b-vvhgic52wk] {
    color: #450a0a;
}

.youtube-badge[dir="rtl"] .youtube-badge__shell[b-vvhgic52wk] {
    flex-direction: row-reverse;
}

.youtube-badge[dir="rtl"] .youtube-badge__content[b-vvhgic52wk] {
    text-align: right;
}
/* /Components/Buttons/AmazonButton.razor.rz.scp.css */
.amazon-button[b-9dbsdybuwy] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, #ffcf4c 0%, #f7b733 100%);
    color: #111;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(17, 24, 39, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.amazon-button:hover[b-9dbsdybuwy] {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(17, 24, 39, 0.22);
    color: #111;
}

.amazon-button__logo[b-9dbsdybuwy] {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.1);
    align-items: center;
    justify-content: center;
}

.amazon-button__logo svg[b-9dbsdybuwy] {
    width: 18px;
    height: 18px;
    color: #111;
}

.amazon-button__text[b-9dbsdybuwy] {
    white-space: nowrap;
}

[data-bs-theme="dark"] .amazon-button[b-9dbsdybuwy] {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
}
/* /Components/Buttons/Button.razor.rz.scp.css */
.ghostly-button[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #1d4ed8, #2563eb);
    --ghostly-button-text: #f8fafc;
    --ghostly-button-border: rgba(59, 130, 246, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    background: var(--ghostly-button-bg);
    color: var(--ghostly-button-text);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.ghostly-button:hover[b-s7mxy3ykm8] {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.25);
    filter: brightness(1.03);
}

.ghostly-button:focus-visible[b-s7mxy3ykm8] {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: 3px;
}

.ghostly-button--md[b-s7mxy3ykm8] {
    font-size: 0.95rem;
}

.ghostly-button--sm[b-s7mxy3ykm8] {
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
}

.ghostly-button--lg[b-s7mxy3ykm8] {
    font-size: 1.05rem;
    padding: 0.75rem 1.5rem;
}

.ghostly-button--icon[b-s7mxy3ykm8] {
    padding: 0.45rem 0.6rem;
    border-radius: 16px;
}

.ghostly-button--outline[b-s7mxy3ykm8] {
    background: transparent;
    color: var(--ghostly-button-border);
    border-color: var(--ghostly-button-border);
    box-shadow: none;
}

.ghostly-button--disabled[b-s7mxy3ykm8],
.ghostly-button--disabled:hover[b-s7mxy3ykm8],
.ghostly-button:disabled[b-s7mxy3ykm8],
.ghostly-button[aria-disabled="true"][b-s7mxy3ykm8] {
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.ghostly-button__spinner[b-s7mxy3ykm8] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 2px solid rgba(248, 250, 252, 0.4);
    border-top-color: currentColor;
    animation: ghostly-spin-b-s7mxy3ykm8 0.7s linear infinite;
}

.ghostly-button--default[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #0f172a, #1f2937);
    --ghostly-button-text: #f8fafc;
    --ghostly-button-border: rgba(148, 163, 184, 0.6);
}

.ghostly-button--primary[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #1d4ed8, #2563eb);
    --ghostly-button-text: #f8fafc;
    --ghostly-button-border: rgba(59, 130, 246, 0.7);
}

.ghostly-button--secondary[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #475569, #64748b);
    --ghostly-button-text: #f8fafc;
    --ghostly-button-border: rgba(148, 163, 184, 0.7);
}

.ghostly-button--success[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #059669, #10b981);
    --ghostly-button-text: #f0fdf4;
    --ghostly-button-border: rgba(16, 185, 129, 0.7);
}

.ghostly-button--info[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #0ea5e9, #38bdf8);
    --ghostly-button-text: #f0f9ff;
    --ghostly-button-border: rgba(56, 189, 248, 0.7);
}

.ghostly-button--warning[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #f59e0b, #f97316);
    --ghostly-button-text: #fff7ed;
    --ghostly-button-border: rgba(249, 115, 22, 0.7);
}

.ghostly-button--danger[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #dc2626, #ef4444);
    --ghostly-button-text: #fef2f2;
    --ghostly-button-border: rgba(239, 68, 68, 0.7);
}

.ghostly-button--teal[b-s7mxy3ykm8] {
    --ghostly-button-bg: linear-gradient(135deg, #0f766e, #14b8a6);
    --ghostly-button-text: #f0fdfa;
    --ghostly-button-border: rgba(20, 184, 166, 0.7);
}

@keyframes ghostly-spin-b-s7mxy3ykm8 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Buttons/BuyButton.razor.rz.scp.css */
.aurora-cta[b-jg0r5vszof] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.54rem 1rem;
    border-radius: 13px;
    border: 1px solid var(--tblr-border-color, rgba(255, 255, 255, 0.14));
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(15, 23, 42, 0.82));
    color: var(--tblr-body-color, #e5e7eb);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    isolation: isolate;
    overflow: hidden;
}

[data-bs-theme="light"] .aurora-cta[b-jg0r5vszof] {
    background: linear-gradient(135deg, #ffffff, #f3f6fb);
    border-color: #e5e7eb;
    color: #0f172a;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
}

.aurora-cta[b-jg0r5vszof]::before,
.aurora-cta[b-jg0r5vszof]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

.aurora-cta[b-jg0r5vszof]::before {
    background: radial-gradient(circle at 18% 18%, rgba(59, 130, 246, 0.16), transparent 45%),
                radial-gradient(circle at 82% 16%, rgba(14, 165, 233, 0.14), transparent 42%),
                radial-gradient(circle at 58% 78%, rgba(34, 197, 94, 0.12), transparent 46%);
    opacity: 0.55;
    filter: blur(0.5px);
    z-index: 0;
}

.aurora-cta[b-jg0r5vszof]::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    opacity: 0.9;
    z-index: 0;
}

.aurora-cta__icon[b-jg0r5vszof] {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    z-index: 1;
}

[data-bs-theme="light"] .aurora-cta__icon[b-jg0r5vszof] {
    background: rgba(15, 23, 42, 0.05);
    border-color: #d9dde7;
}

.aurora-cta__icon svg[b-jg0r5vszof] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.aurora-cta__label[b-jg0r5vszof] {
    position: relative;
    z-index: 1;
    font-size: 1rem;
}

.aurora-cta:hover[b-jg0r5vszof],
.aurora-cta:focus-visible[b-jg0r5vszof] {
    outline: none;
    transform: translateY(-1px) scale(1.005);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.28);
}

[data-bs-theme="light"] .aurora-cta:hover[b-jg0r5vszof],
[data-bs-theme="light"] .aurora-cta:focus-visible[b-jg0r5vszof] {
    border-color: #cbd5e1;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.aurora-cta:active[b-jg0r5vszof] {
    transform: translateY(0);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.aurora-cta:focus-visible[b-jg0r5vszof] {
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.aurora-cta[dir="rtl"][b-jg0r5vszof] {
    flex-direction: row-reverse;
    text-align: right;
}

.aurora-cta--buy[b-jg0r5vszof] {
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.82), rgba(16, 185, 129, 0.35));
    border-color: rgba(59, 130, 246, 0.24);
}

[data-bs-theme="light"] .aurora-cta--buy[b-jg0r5vszof] {
    background: linear-gradient(135deg, #eaf2ff, #e8fbf5);
    border-color: #d7e8ff;
    color: #0f172a;
}

.aurora-cta--buy[b-jg0r5vszof]::before {
    background: radial-gradient(circle at 20% 22%, rgba(34, 197, 94, 0.14), transparent 45%),
                radial-gradient(circle at 78% 18%, rgba(59, 130, 246, 0.12), transparent 42%),
                radial-gradient(circle at 52% 78%, rgba(16, 185, 129, 0.12), transparent 46%);
}

.aurora-cta--buy:hover[b-jg0r5vszof],
.aurora-cta--buy:focus-visible[b-jg0r5vszof] {
    box-shadow: 0 16px 30px rgba(59, 130, 246, 0.18);
    border-color: rgba(59, 130, 246, 0.32);
}

[data-bs-theme="light"] .aurora-cta--buy:hover[b-jg0r5vszof],
[data-bs-theme="light"] .aurora-cta--buy:focus-visible[b-jg0r5vszof] {
    border-color: #c8dcff;
}

@media (max-width: 640px) {
    .aurora-cta[b-jg0r5vszof] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Buttons/CheckoutBuyButton.razor.rz.scp.css */
button.checkout-buy-btn[b-38bpdbqs9e] {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.78rem 1.35rem;
    border-radius: 12px;
    border: 1px solid var(--tblr-primary, #14b8a6);
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(20, 184, 166, 0.35));
    color: #e8fffa;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 14px 34px rgba(20, 184, 166, 0.32);
    cursor: pointer;
    /* wichtig */
    direction: inherit;
}

[data-bs-theme="light"] button.checkout-buy-btn[b-38bpdbqs9e] {
    background: linear-gradient(135deg, #0fb5a3, #17c6b2);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 181, 163, 0.22);
}

button.checkout-buy-btn:hover:not(:disabled)[b-38bpdbqs9e] {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(20, 184, 166, 0.36);
}

button.checkout-buy-btn:active:not(:disabled)[b-38bpdbqs9e] {
    transform: translateY(0);
}

button.checkout-buy-btn:disabled[b-38bpdbqs9e] {
    cursor: not-allowed;
    opacity: 0.7;
    box-shadow: none;
}

/* CONTENT */
button.checkout-buy-btn .icon-wrap[b-38bpdbqs9e] {
    display: inline-grid;
    align-items: center;
}

button.checkout-buy-btn .text-wrap[b-38bpdbqs9e] {
    display: inline-grid;
    align-items: center;
    white-space: nowrap;
}

/* LOADER */
button.checkout-buy-btn .loader-spinner[b-38bpdbqs9e] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    animation: loaderPulse-b-38bpdbqs9e 0.9s ease-in-out infinite;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

[data-bs-theme="light"] button.checkout-buy-btn .loader-spinner[b-38bpdbqs9e] {
    border: 3px solid rgba(15, 23, 42, 0.25);
    border-top-color: #0f172a;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04);
}

@keyframes loaderPulse-b-38bpdbqs9e {
    0% {
        transform: rotate(0deg) scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: rotate(180deg) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: rotate(360deg) scale(0.9);
        opacity: 0.9;
    }
}
/* /Components/Buttons/CopyButton.razor.rz.scp.css */
.copy-btn[b-omg9tv8kv8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: var(--tblr-body-color, #e5e7eb);
    transition: all 0.15s ease;
}

[data-bs-theme="light"] .copy-btn[b-omg9tv8kv8] {
    background: rgba(15, 23, 42, 0.04);
    border-color: #d9dde7;
    color: #0f172a;
}

.copy-btn:hover[b-omg9tv8kv8],
.copy-btn:focus-visible[b-omg9tv8kv8] {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.copy-btn.is-copied[b-omg9tv8kv8] {
    border-color: rgba(34, 197, 94, 0.6);
    box-shadow: 0 10px 26px rgba(34, 197, 94, 0.24);
}

.copy-btn__icon[b-omg9tv8kv8] {
    color: var(--tblr-secondary);
}

.copy-btn.is-copied .copy-btn__icon[b-omg9tv8kv8] {
    color: var(--tblr-teal);
}
/* /Components/Buttons/FreeDownloadButton.razor.rz.scp.css */
.aurora-cta[b-rsj78msoa1] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.54rem 1rem;
    border-radius: 13px;
    border: 1px solid var(--tblr-border-color, rgba(255, 255, 255, 0.14));
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(15, 23, 42, 0.82));
    color: var(--tblr-body-color, #e5e7eb);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    isolation: isolate;
    overflow: hidden;
}

[data-bs-theme="light"] .aurora-cta[b-rsj78msoa1] {
    background: linear-gradient(135deg, #ffffff, #f3f6fb);
    border-color: #e5e7eb;
    color: #0f172a;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
}

.aurora-cta[b-rsj78msoa1]::before,
.aurora-cta[b-rsj78msoa1]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

.aurora-cta[b-rsj78msoa1]::before {
    background: radial-gradient(circle at 18% 18%, rgba(59, 130, 246, 0.16), transparent 45%),
                radial-gradient(circle at 82% 16%, rgba(14, 165, 233, 0.14), transparent 42%),
                radial-gradient(circle at 58% 78%, rgba(34, 197, 94, 0.12), transparent 46%);
    opacity: 0.55;
    filter: blur(0.5px);
    z-index: 0;
}

.aurora-cta[b-rsj78msoa1]::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    opacity: 0.9;
    z-index: 0;
}

.aurora-cta__icon[b-rsj78msoa1] {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    z-index: 1;
}

[data-bs-theme="light"] .aurora-cta__icon[b-rsj78msoa1] {
    background: rgba(15, 23, 42, 0.05);
    border-color: #d9dde7;
}

.aurora-cta__icon svg[b-rsj78msoa1] {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.aurora-cta__label[b-rsj78msoa1] {
    position: relative;
    z-index: 1;
    font-size: 1rem;
}

.aurora-cta:hover[b-rsj78msoa1],
.aurora-cta:focus-visible[b-rsj78msoa1] {
    outline: none;
    transform: translateY(-1px) scale(1.005);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.28);
}

[data-bs-theme="light"] .aurora-cta:hover[b-rsj78msoa1],
[data-bs-theme="light"] .aurora-cta:focus-visible[b-rsj78msoa1] {
    border-color: #cbd5e1;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.aurora-cta:active[b-rsj78msoa1] {
    transform: translateY(0);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.aurora-cta:focus-visible[b-rsj78msoa1] {
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.aurora-cta[dir="rtl"][b-rsj78msoa1] {
    flex-direction: row-reverse;
    text-align: right;
}

@media (max-width: 640px) {
    .aurora-cta[b-rsj78msoa1] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Buttons/LightningButton.razor.rz.scp.css */
.lightning-button[b-ke2kx45vvx] {
    --button-glow-rgb: var(--glow-default-rgb);
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding: var(--space-button-padding-y) var(--space-button-padding-x);
    border-radius: var(--radius-button);
    border: var(--border-width-regular) solid var(--color-border-muted);
    color: var(--color-text-button);
    background: var(--color-surface-hero);
    box-shadow: 0 var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread)
        rgba(var(--button-glow-rgb), var(--button-shadow-opacity));
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
}

.lightning-button:hover[b-ke2kx45vvx],
.lightning-button:focus-visible[b-ke2kx45vvx] {
    transform: translateY(var(--button-hover-translate-y));
}

.lightning-button--blazor[b-ke2kx45vvx] {
    --button-glow-rgb: var(--glow-blazor-rgb);
}

.lightning-button--web[b-ke2kx45vvx] {
    --button-glow-rgb: var(--glow-web-rgb);
}

.lightning-button--security[b-ke2kx45vvx] {
    --button-glow-rgb: var(--glow-security-rgb);
}

.lightning-button--tools[b-ke2kx45vvx] {
    --button-glow-rgb: var(--glow-tools-rgb);
}

.lightning-button--test[b-ke2kx45vvx] {
    --button-glow-rgb: var(--glow-test-rgb);
}

.lightning-button--web:hover[b-ke2kx45vvx],
.lightning-button--web:focus-visible[b-ke2kx45vvx] {
    border-color: var(--glow-web-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--glow-web-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--glow-web-shadow-2);
}

.lightning-button--blazor:hover[b-ke2kx45vvx],
.lightning-button--blazor:focus-visible[b-ke2kx45vvx] {
    border-color: var(--glow-blazor-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--glow-blazor-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--glow-blazor-shadow-2);
}

.lightning-button--security:hover[b-ke2kx45vvx],
.lightning-button--security:focus-visible[b-ke2kx45vvx] {
    border-color: var(--glow-security-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--glow-security-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--glow-security-shadow-2);
}

.lightning-button--tools:hover[b-ke2kx45vvx],
.lightning-button--tools:focus-visible[b-ke2kx45vvx] {
    border-color: var(--glow-tools-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--glow-tools-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--glow-tools-shadow-2);
}

.lightning-button--test:hover[b-ke2kx45vvx],
.lightning-button--test:focus-visible[b-ke2kx45vvx] {
    border-color: var(--glow-test-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--glow-test-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--glow-test-shadow-2);
}

@media (max-width: 600px) {
    .lightning-button[b-ke2kx45vvx] {
        font-size: var(--button-font-size-mobile);
    }
}
/* /Components/Cards/AboutMissionCard.razor.rz.scp.css */
.mission-card[b-bsthxuof5u] {
    position: relative;
    padding: var(--space-hero-padding-md);
    border-radius: var(--radius-hero);
    background: var(--hero-background);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    color: var(--color-text-primary);
}

.mission-card__glow[b-bsthxuof5u] {
    position: absolute;
    inset: var(--hero-glow-inset-top) var(--hero-glow-inset-side) var(--hero-glow-inset-bottom);
    background: var(--hero-glow);
    filter: blur(calc(var(--hero-glow-blur) * 0.8));
    opacity: var(--hero-glow-opacity);
}

.mission-card__shine[b-bsthxuof5u] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 10%, rgba(var(--glow-security-rgb), 0.18), transparent 55%),
        radial-gradient(circle at 25% 110%, rgba(var(--glow-security-rgb), 0.14), transparent 60%);
    opacity: 0.9;
    pointer-events: none;
}

.mission-card__header[b-bsthxuof5u] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-right: 3.25rem;
}

.mission-card__eyebrow[b-bsthxuof5u] {
    text-transform: uppercase;
    letter-spacing: var(--hero-pretitle-letter-spacing);
    font-size: var(--hero-pretitle-size);
    color: var(--color-text-tertiary);
}

.mission-card__body[b-bsthxuof5u] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.85rem;
}

.mission-card__body p[b-bsthxuof5u] {
    color: var(--color-text-subtle);
}

.mission-card__icon[b-bsthxuof5u] {
    position: absolute;
    top: var(--space-hero-padding-md);
    right: var(--space-hero-padding-md);
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, 0.55);
    border: var(--border-width-regular) solid var(--color-border-muted);
    box-shadow: 0 16px 35px var(--color-shadow-strong), inset 0 0 18px rgba(255, 255, 255, 0.08);
}

.mission-card__icon-svg[b-bsthxuof5u] {
    color: var(--color-text-primary);
}

[dir="rtl"] .mission-card__icon[b-bsthxuof5u] {
    right: auto;
    left: var(--space-hero-padding-md);
}
/* /Components/Cards/HubCard.razor.rz.scp.css */
.hub-card[b-539jaf9dt3] {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 2.25rem;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.75), rgba(30, 41, 59, 0.5));
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.25);
}

.hub-card__content[b-539jaf9dt3] {
    position: relative;
    z-index: 1;
}

.hub-card__title[b-539jaf9dt3] {
    margin-bottom: 1rem;
    font-weight: 700;
}

.hub-card__text[b-539jaf9dt3] {
    margin-bottom: 0;
    color: var(--tblr-secondary, #cbd5e1);
}

.hub-card__text--secondary[b-539jaf9dt3] {
    margin-top: 0.75rem;
}

.hub-card__glow[b-539jaf9dt3] {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.2), transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

[data-bs-theme="light"] .hub-card[b-539jaf9dt3] {
    border-color: rgba(148, 163, 184, 0.35);
    background: linear-gradient(145deg, rgba(248, 250, 252, 0.9), rgba(226, 232, 240, 0.75));
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .hub-card__text[b-539jaf9dt3] {
    color: rgba(51, 65, 85, 0.75);
}
/* /Components/Cards/ImageCard.razor.rz.scp.css */
/* =========================================================
   IMAGE CARD – BASE
   ========================================================= */

.image-card[b-dg6na838vq] {
    direction: inherit;
    text-align: start;
    border: 1px solid var(--tblr-border-color, #e9ecef);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(15, 23, 42, 0.9));
    color: var(--tblr-body-color, #e5e7eb);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .image-card:hover[b-dg6na838vq],
    .image-card:focus-within[b-dg6na838vq] {
        transform: translateY(-4px);
        box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
    }

/* =========================================================
   LIGHT THEME
   ========================================================= */

[data-bs-theme="light"] .image-card[b-dg6na838vq] {
    background: linear-gradient(135deg, #ffffff, #f7f9fb);
    color: #1f2937;
    border-color: #e5e7eb;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

    [data-bs-theme="light"] .image-card:hover[b-dg6na838vq],
    [data-bs-theme="light"] .image-card:focus-within[b-dg6na838vq] {
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    }

/* =========================================================
   LINK
   ========================================================= */

.image-card__link[b-dg6na838vq] {
    color: inherit;
    text-decoration: none;
    display: block;
}

/* =========================================================
   MEDIA (ICON / IMAGE)
   ========================================================= */

.image-card__media[b-dg6na838vq] {
    position: relative;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    height: clamp(160px, 18vw, 210px);
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-bs-theme="light"] .image-card__media[b-dg6na838vq] {
    background: radial-gradient(circle at 20% 20%, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0));
}

.image-card__media[b-dg6na838vq]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(15, 23, 42, 0.75) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

[data-bs-theme="light"] .image-card__media[b-dg6na838vq]::after {
    background: linear-gradient(180deg, transparent 55%, rgba(255, 255, 255, 0.85) 100%);
}

.image-card:hover .image-card__media[b-dg6na838vq]::after,
.image-card:focus-within .image-card__media[b-dg6na838vq]::after {
    opacity: 1;
}

.image-card__media picture[b-dg6na838vq] {
    width: 100%;
    height: 100%;
    display: block;
}

.image-card__img[b-dg6na838vq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-card__media svg[b-dg6na838vq] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.image-card:hover .image-card__img[b-dg6na838vq],
.image-card:hover .image-card__media svg[b-dg6na838vq] {
    transform: scale(1.03);
}

/* =========================================================
   BODY
   ========================================================= */

.image-card__body[b-dg6na838vq] {
    padding: 1rem 1.25rem 1.25rem;
    color: var(--tblr-secondary, #cbd5e1);
}

[data-bs-theme="light"] .image-card__body[b-dg6na838vq] {
    color: #4b5563;
}

/* =========================================================
   TEXT
   ========================================================= */

.image-card__title[b-dg6na838vq] {
    color: var(--tblr-body-color, #f8fafc);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
    text-align: start;
}

[data-bs-theme="light"] .image-card__title[b-dg6na838vq] {
    color: #0f172a;
}

.image-card__text[b-dg6na838vq] {
    line-height: 1.6;
    color: var(--tblr-secondary, #cbd5e1);
    text-align: start;
}

[data-bs-theme="light"] .image-card__text[b-dg6na838vq] {
    color: #4b5563;
}

/* =========================================================
   BADGES
   ========================================================= */

.image-card__badges[b-dg6na838vq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

    .image-card__badges .text-badge[b-dg6na838vq] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.3rem 0.65rem;
        font-size: 0.92rem;
    }

/* =========================================================
   ACTIONS
   ========================================================= */

.image-card__actions[b-dg6na838vq] {
    margin: 0 1.25rem 1rem;
    padding: 0.75rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--tblr-body-color, #e5e7eb);
}

[data-bs-theme="light"] .image-card__actions[b-dg6na838vq] {
    color: #0f172a;
}

/* =========================================================
   FOOTER
   ========================================================= */

.image-card__footer[b-dg6na838vq] {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--tblr-secondary, #cbd5e1);
    border-radius: 0 0 16px 16px;
}

[data-bs-theme="light"] .image-card__footer[b-dg6na838vq] {
    background: rgba(15, 23, 42, 0.04);
    border-top-color: #e5e7eb;
    color: #475569;
}

/* =========================================================
   RTL – SAME APPROACH AS FOOTER (dir on component root)
   ========================================================= */

.image-card[dir="rtl"][b-dg6na838vq] {
    direction: rtl;
    text-align: end;
}

    .image-card[dir="rtl"] .image-card__title[b-dg6na838vq],
    .image-card[dir="rtl"] .image-card__text[b-dg6na838vq],
    .image-card[dir="rtl"] .image-card__footer small[b-dg6na838vq] {
        text-align: end;
    }

    .image-card[dir="rtl"] .image-card__badges[b-dg6na838vq] {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .image-card[dir="rtl"] .image-card__actions[b-dg6na838vq] {
        justify-content: flex-end;
    }

    .image-card[dir="rtl"] .image-card__footer[b-dg6na838vq] {
        display: flex;
        justify-content: flex-end;
    }

/* =========================================================
   WRAPPER WIDTH
   ========================================================= */

.custom-card-width[b-dg6na838vq] {
    min-width: 280px;
    max-width: 300px;
}
/* /Components/Cards/MissionIntroCard.razor.rz.scp.css */
.mission-intro-card[b-s1wc5ribg4] {
    direction: inherit;
    position: relative;
    padding: var(--space-hero-padding-md);
    border-radius: var(--radius-hero);
    background: var(--hero-background);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    overflow: hidden;
    color: var(--color-text-primary);
}

.mission-intro-card__glow[b-s1wc5ribg4] {
    position: absolute;
    inset: var(--hero-glow-inset-top) var(--hero-glow-inset-side) var(--hero-glow-inset-bottom);
    background: var(--hero-glow);
    filter: blur(calc(var(--hero-glow-blur) * 0.8));
    opacity: var(--hero-glow-opacity);
}

.mission-intro-card__content[b-s1wc5ribg4] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.mission-intro-card__title[b-s1wc5ribg4] {
    margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.2;
    color: inherit;
}

.mission-intro-card__body[b-s1wc5ribg4] {
    display: grid;
    gap: 0.85rem;
    font-size: var(--hero-subtitle-size);
    line-height: var(--hero-subtitle-line-height);
    color: var(--color-text-subtle);
}

.mission-intro-card__body p[b-s1wc5ribg4] {
    margin: 0;
}

.mission-intro-card:dir(rtl) .mission-intro-card__content[b-s1wc5ribg4] {
    text-align: right;
}

.mission__card[b-s1wc5ribg4] {
    display: grid;
    gap: 2rem;
    align-items: start;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
}

.mission__card-main[b-s1wc5ribg4] {
    display: grid;
    gap: 0.85rem;
}

.mission__card-about[b-s1wc5ribg4] {
    display: grid;
    gap: 0.85rem;
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.mission__about-header[b-s1wc5ribg4] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.mission__about-icon[b-s1wc5ribg4] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    box-shadow: 0 10px 20px rgba(8, 12, 28, 0.35);
}

.mission__about-icon img[b-s1wc5ribg4] {
    width: 32px;
    height: 32px;
}

.mission__about-title h3[b-s1wc5ribg4] {
    margin: 0.2rem 0 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--color-text-primary);
}

.mission__about-eyebrow[b-s1wc5ribg4] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-text-muted);
}

.mission__card-about p[b-s1wc5ribg4] {
    margin: 0;
    color: var(--color-text-subtle);
}

.mission__about-actions[b-s1wc5ribg4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.35rem;
}

.mission-intro-card:dir(rtl) .mission__card-about[b-s1wc5ribg4] {
    padding-left: 0;
    padding-right: 2rem;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

[data-bs-theme="light"] .mission__card-about[b-s1wc5ribg4] {
    border-left-color: rgba(148, 163, 184, 0.4);
}

[data-bs-theme="light"] .mission-intro-card:dir(rtl) .mission__card-about[b-s1wc5ribg4] {
    border-left-color: transparent;
    border-right-color: rgba(148, 163, 184, 0.4);
}

[data-bs-theme="light"] .mission__about-icon[b-s1wc5ribg4] {
    background: rgba(99, 102, 241, 0.12);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .mission__about-eyebrow[b-s1wc5ribg4] {
    color: rgba(71, 85, 105, 0.9);
}

[data-bs-theme="light"] .mission__card-about p[b-s1wc5ribg4] {
    color: rgba(30, 41, 59, 0.78);
}

@media (max-width: 720px) {
    .mission__card[b-s1wc5ribg4] {
        grid-template-columns: 1fr;
    }

    .mission__card-about[b-s1wc5ribg4] {
        padding-left: 0;
        padding-top: 1.5rem;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mission-intro-card:dir(rtl) .mission__card-about[b-s1wc5ribg4] {
        padding-right: 0;
        border-right: none;
    }
}

@media (max-width: 600px) {
    .mission-intro-card[b-s1wc5ribg4] {
        padding: var(--space-hero-padding-sm);
        border-radius: var(--radius-hero-media);
    }
}
/* /Components/Cards/QuickAnswerCard.razor.rz.scp.css */
.quick-answer-card[b-mcpddj0lhx] {
    position: relative;
    padding: 1.5rem;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-inline-start: 4px solid var(--tblr-primary, #3b82f6);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.92));
    color: var(--tblr-body-color, #e2e8f0);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}

[data-bs-theme="light"] .quick-answer-card[b-mcpddj0lhx] {
    background: linear-gradient(135deg, #ffffff, #f2f5fb);
    color: #0f172a;
    border-color: #e2e8f0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.quick-answer-card__header[b-mcpddj0lhx] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-block-end: 0.75rem;
    text-align: start;
}

.quick-answer-card__icon[b-mcpddj0lhx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 42px;
    block-size: 42px;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.18);
    border: 1px solid rgba(59, 130, 246, 0.35);
    color: var(--tblr-primary, #3b82f6);
    flex: 0 0 42px;
}

[data-bs-theme="light"] .quick-answer-card__icon[b-mcpddj0lhx] {
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.25);
}

.quick-answer-card__title[b-mcpddj0lhx] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.quick-answer-card__description[b-mcpddj0lhx] {
    margin: 0 0 1rem;
    color: var(--tblr-secondary, #cbd5e1);
    text-align: start;
}

[data-bs-theme="light"] .quick-answer-card__description[b-mcpddj0lhx] {
    color: #475569;
}

.quick-answer-card__highlights[b-mcpddj0lhx] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
    text-align: start;
}

.quick-answer-card__highlights li[b-mcpddj0lhx] {
    position: relative;
    padding-inline-start: 1.75rem;
    line-height: 1.5;
    color: var(--tblr-body-color, #e2e8f0);
}

[data-bs-theme="light"] .quick-answer-card__highlights li[b-mcpddj0lhx] {
    color: #1f2937;
}

.quick-answer-card__highlights li[b-mcpddj0lhx]::before {
    content: "✓";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0.1rem;
    font-weight: 700;
    color: var(--tblr-primary, #3b82f6);
}
/* /Components/Cards/RelatedGuideCard.razor.rz.scp.css */
.related-guide-card[b-j5rwzze16v] {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.95));
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 20px 36px rgba(2, 6, 23, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    color: var(--tblr-body-color, #f8fafc);
    display: flex;
    flex-direction: column;
}

[data-bs-theme="light"] .related-guide-card[b-j5rwzze16v] {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(226, 232, 240, 0.95));
    border-color: rgba(148, 163, 184, 0.35);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
    color: #0f172a;
}

.related-guide-card:hover[b-j5rwzze16v],
.related-guide-card:focus-within[b-j5rwzze16v] {
    transform: translateY(-2px);
    box-shadow: 0 26px 44px rgba(2, 6, 23, 0.42);
    border-color: rgba(99, 102, 241, 0.45);
}

.related-guide-card__nav[b-j5rwzze16v],
.related-guide-card__body[b-j5rwzze16v],
.related-guide-card__footer[b-j5rwzze16v] {
    position: relative;
    z-index: 1;
}

.related-guide-card__nav[b-j5rwzze16v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(120deg, rgba(59, 130, 246, 0.28), rgba(14, 116, 144, 0.22));
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(226, 232, 240, 0.92);
}

[data-bs-theme="light"] .related-guide-card__nav[b-j5rwzze16v] {
    background: linear-gradient(120deg, rgba(191, 219, 254, 0.7), rgba(196, 181, 253, 0.45));
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
    color: #1e293b;
}

.related-guide-card__nav-icon[b-j5rwzze16v] {
    color: inherit;
}

.related-guide-card__nav-label[b-j5rwzze16v] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-guide-card__body[b-j5rwzze16v] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem;
    flex: 1 1 auto;
}

.related-guide-card__title[b-j5rwzze16v] {
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1.3;
    margin-bottom: 0.15rem;
    color: inherit;
}

.related-guide-card__desc[b-j5rwzze16v] {
    color: rgba(226, 232, 240, 0.8);
    font-size: .95rem;
    line-height: 1.45;
    margin-bottom: 0.35rem;
}

[data-bs-theme="light"] .related-guide-card__desc[b-j5rwzze16v] {
    color: #475569;
}

.related-guide-card__footer[b-j5rwzze16v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.85rem 1rem 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    color: #93c5fd;
    font-weight: 700;
    text-decoration: none;
    min-height: 52px;
    margin-top: auto;
}

[data-bs-theme="light"] .related-guide-card__footer[b-j5rwzze16v] {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    color: #1d4ed8;
}

[dir="rtl"] .related-guide-card__nav[b-j5rwzze16v] {
    flex-direction: row-reverse;
    text-align: end;
}

.related-guide-card__cta-label[b-j5rwzze16v],
.related-guide-card__cta-icon[b-j5rwzze16v] {
    position: relative;
    z-index: 1;
}

[dir="rtl"] .related-guide-card__footer[b-j5rwzze16v] {
    flex-direction: row-reverse;
    text-align: end;
}

[dir="rtl"] .related-guide-card__cta-label[b-j5rwzze16v] {
    order: 1;
}

[dir="rtl"] .related-guide-card__cta-icon[b-j5rwzze16v] {
    order: 2;
    transform: scaleX(-1);
}

.related-guide-card:hover .related-guide-card__cta-label[b-j5rwzze16v],
.related-guide-card:focus-visible .related-guide-card__cta-label[b-j5rwzze16v] {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: currentColor;
}
/* /Components/Code/CodeDisplay.razor.rz.scp.css */
.code-shell[b-n05qgmp55j] {
    border: 1px solid var(--code-shell-border, #1f2937);
    border-radius: 0 0 18px 18px;
    background: var(--code-shell-bg);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
    --code-shell-bg: linear-gradient(145deg, rgba(12, 18, 32, 0.95), rgba(19, 26, 42, 0.9));
}

.code-shell[b-n05qgmp55j]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.08), transparent 35%),
                radial-gradient(circle at 80% 12%, rgba(99, 102, 241, 0.08), transparent 30%),
                radial-gradient(circle at 60% 80%, rgba(74, 222, 128, 0.09), transparent 40%);
    pointer-events: none;
    opacity: 0.7;
}

[data-bs-theme="light"] .code-shell[b-n05qgmp55j] {
    --code-shell-bg: linear-gradient(145deg, #f9fafb, #eef2ff);
    --code-shell-border: #d8dee9;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.code-shell.is-rtl[b-n05qgmp55j] {
    direction: rtl;
}

.code-header[b-n05qgmp55j] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.2rem;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-bs-theme="light"] .code-header[b-n05qgmp55j] {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0));
    border-bottom-color: #dce2ee;
}

.code-meta[b-n05qgmp55j] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.code-title[b-n05qgmp55j] {
    font-weight: 700;
    color: var(--tblr-body-color, #f8fafc);
}

.code-body[b-n05qgmp55j] {
    position: relative;
    padding: 0;
    background: transparent;
    --code-body-bg: #0b1224;
    --code-body-border: rgba(255, 255, 255, 0.06);
    --code-body-color: #e5e7eb;
}

.code-body pre[b-n05qgmp55j] {
    margin: 0;
    border-radius: 14px;
    padding: 1.25rem;
    background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.012), transparent 32%),
                radial-gradient(circle at 80% 12%, rgba(99, 102, 241, 0.012), transparent 28%),
                radial-gradient(circle at 60% 80%, rgba(74, 222, 128, 0.02), transparent 38%),
                var(--code-body-bg);
    color: var(--code-body-color);
    font-size: 0.95rem;
    overflow-x: auto;
    white-space: pre;
    border: 1px solid var(--code-body-border);
    position: relative;
}

.code-body pre[b-n05qgmp55j]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.code-body pre code[b-n05qgmp55j] {
    white-space: pre;
    word-break: break-word;
    min-width: 100%;
    display: block;
    font-family: "JetBrains Mono", "Fira Code", Consolas, monospace;
}

[data-bs-theme="light"] .code-body[b-n05qgmp55j] {
    --code-body-bg: #ffffff;
    --code-body-border: #e5e7eb;
    --code-body-color: #0f172a;
}

.code-shell.is-rtl .code-header[b-n05qgmp55j],
.code-shell.is-rtl .code-meta[b-n05qgmp55j],
.code-shell.is-rtl .code-lang[b-n05qgmp55j],
.code-shell.is-rtl .code-title[b-n05qgmp55j] {
    direction: rtl;
}
/* /Components/FAQ/FAQComponent.razor.rz.scp.css */
.lumen-faq[b-fuecp6cpup] {
    --faq-accent-primary-rgb: var(--glow-security-rgb);
    --faq-accent-secondary-rgb: var(--glow-tools-rgb);
    direction: inherit;
    position: relative;
    padding: clamp(1.15rem, 2.2vw, 1.65rem);
    border-radius: var(--radius-hero);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    background: var(--hero-background);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    overflow: hidden;
    isolation: isolate;
}

.lumen-faq__backdrop[b-fuecp6cpup] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 14%, rgba(var(--faq-accent-primary-rgb), 0.12), transparent 34%),
        radial-gradient(circle at 85% 18%, rgba(var(--faq-accent-secondary-rgb), 0.1), transparent 30%),
        radial-gradient(circle at 55% 100%, rgba(255, 255, 255, 0.035), transparent 40%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 34%);
    opacity: 0.82;
    z-index: 0;
}

.lumen-faq__panel[b-fuecp6cpup] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.lumen-faq__header[b-fuecp6cpup] {
    display: flex;
    direction: inherit;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lumen-faq__eyebrow[b-fuecp6cpup] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background:
        linear-gradient(145deg, rgba(var(--faq-accent-primary-rgb), 0.1), rgba(var(--faq-accent-secondary-rgb), 0.06)),
        var(--color-surface-hero);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px rgba(2, 6, 23, 0.2);
    color: var(--color-text-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.lumen-faq__title-group[b-fuecp6cpup] {
    min-width: 0;
    flex: 1 1 auto;
}

.lumen-faq__title[b-fuecp6cpup] {
    margin: 0;
    color: var(--color-text-primary);
    font-weight: 700;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.35;
    text-align: start;
    text-wrap: pretty;
}

.lumen-faq__grid[b-fuecp6cpup] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.lumen-faq__grid.is-rail[b-fuecp6cpup] {
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.lumen-faq__item[b-fuecp6cpup] {
    display: flex;
    height: 100%;
    min-width: 0;
}

.lumen-faq__shell[b-fuecp6cpup] {
    position: relative;
    width: 100%;
    border-radius: calc(var(--radius-hero-media) + 2px);
    border: 1px solid rgba(148, 163, 184, 0.12);
    background:
        linear-gradient(145deg, rgba(10, 16, 30, 0.94), rgba(5, 10, 20, 0.98)),
        var(--color-surface-hero);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 28px rgba(2, 6, 23, 0.22);
    overflow: hidden;
    transition:
        border-color var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        transform var(--motion-duration-fast) var(--motion-ease-standard);
}

.lumen-faq__item-glow[b-fuecp6cpup] {
    position: absolute;
    inset: auto -8% -25% auto;
    width: 9rem;
    height: 9rem;
    border-radius: 999px;
    pointer-events: none;
    background: radial-gradient(circle, rgba(var(--faq-accent-primary-rgb), 0.1), transparent 70%);
    opacity: 0.62;
}

.lumen-faq__item.is-open .lumen-faq__shell[b-fuecp6cpup],
.lumen-faq__shell:has(.lumen-faq__trigger:hover)[b-fuecp6cpup],
.lumen-faq__shell:has(.lumen-faq__trigger:focus-visible)[b-fuecp6cpup] {
    border-color: rgba(var(--faq-accent-primary-rgb), 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 20px 32px rgba(2, 6, 23, 0.28),
        0 0 20px rgba(var(--faq-accent-primary-rgb), 0.1);
}

.lumen-faq__item.is-open .lumen-faq__shell[b-fuecp6cpup] {
    transform: translateY(-2px);
}

.lumen-faq__trigger[b-fuecp6cpup] {
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
    border: none;
    color: inherit;
    padding: 1rem 1.05rem 0.95rem;
    display: flex;
    direction: inherit;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    text-align: start;
    cursor: pointer;
}

.lumen-faq__trigger:focus-visible[b-fuecp6cpup] {
    outline: none;
}

.lumen-faq__shell:has(.lumen-faq__trigger:focus-visible)[b-fuecp6cpup] {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 20px 32px rgba(2, 6, 23, 0.28),
        0 0 0 0.22rem rgba(var(--faq-accent-primary-rgb), 0.18);
}

.lumen-faq__question[b-fuecp6cpup] {
    display: inline-flex;
    direction: inherit;
    align-items: flex-start;
    gap: 0.8rem;
    flex: 1 1 auto;
    min-width: 0;
}

.lumen-faq__index[b-fuecp6cpup] {
    position: relative;
    z-index: 1;
    width: 2.55rem;
    height: 2.55rem;
    flex: 0 0 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 16px rgba(2, 6, 23, 0.18);
}

.lumen-faq__question-copy[b-fuecp6cpup] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
    padding-top: 0.1rem;
}

.lumen-faq__question-text[b-fuecp6cpup] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-text-primary);
    text-align: start;
    text-wrap: pretty;
}

.lumen-faq__meta[b-fuecp6cpup] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 2.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-text-secondary);
    transition:
        background var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard),
        color var(--motion-duration-fast) var(--motion-ease-standard);
}

.lumen-faq__chevron[b-fuecp6cpup] {
    width: 20px;
    height: 20px;
    transition: transform 0.22s ease;
}

.lumen-faq__item.is-open .lumen-faq__meta[b-fuecp6cpup] {
    background: rgba(var(--faq-accent-primary-rgb), 0.12);
    border-color: rgba(var(--faq-accent-primary-rgb), 0.22);
    color: var(--color-text-primary);
}

.lumen-faq__item.is-open .lumen-faq__chevron[b-fuecp6cpup] {
    transform: rotate(180deg);
}

.lumen-faq__answer-wrapper[b-fuecp6cpup] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.34s ease,
        opacity 0.24s ease,
        padding 0.24s ease;
    padding: 0 1.05rem;
}

.lumen-faq__answer-wrapper.is-open[b-fuecp6cpup] {
    max-height: 1200px;
    opacity: 1;
    padding-bottom: 1rem;
}

.lumen-faq__answer[b-fuecp6cpup] {
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    padding-top: 0.85rem;
}

.lumen-faq__answer-body[b-fuecp6cpup] {
    padding: 0.15rem 0 0;
    color: var(--color-text-subtle);
    line-height: 1.72;
}

.lumen-faq__answer-body p[b-fuecp6cpup] {
    margin: 0;
}

.lumen-faq:dir(rtl) .lumen-faq__header[b-fuecp6cpup],
.lumen-faq:dir(rtl) .lumen-faq__question[b-fuecp6cpup],
.lumen-faq:dir(rtl) .lumen-faq__eyebrow[b-fuecp6cpup] {
    flex-direction: row-reverse;
    text-align: end;
}

.lumen-faq:dir(rtl) .lumen-faq__title[b-fuecp6cpup],
.lumen-faq:dir(rtl) .lumen-faq__trigger[b-fuecp6cpup],
.lumen-faq:dir(rtl) .lumen-faq__question-text[b-fuecp6cpup] {
    text-align: end;
}

.lumen-faq:dir(rtl) .lumen-faq__title-group[b-fuecp6cpup] {
    text-align: right;
}

.lumen-faq:dir(rtl) .lumen-faq__question[b-fuecp6cpup] {
    justify-content: flex-end;
}

.lumen-faq:dir(rtl) .lumen-faq__index[b-fuecp6cpup] {
    order: 2;
}

.lumen-faq:dir(rtl) .lumen-faq__question-copy[b-fuecp6cpup] {
    order: 1;
}

.lumen-faq:dir(rtl) .lumen-faq__chevron[b-fuecp6cpup] {
    transform: scaleX(-1);
}

.lumen-faq:dir(rtl) .lumen-faq__item.is-open .lumen-faq__chevron[b-fuecp6cpup] {
    transform: rotate(-180deg) scaleX(-1);
}

.lumen-faq--rail .lumen-faq__grid[b-fuecp6cpup] {
    gap: 0.8rem;
}

.lumen-faq--rail .lumen-faq__shell[b-fuecp6cpup] {
    border-inline-start: 3px solid rgba(var(--faq-accent-primary-rgb), 0.34);
}

.lumen-faq--rail .lumen-faq__trigger[b-fuecp6cpup] {
    padding: 0.9rem 1rem 0.82rem;
}

.lumen-faq--rail .lumen-faq__question[b-fuecp6cpup] {
    gap: 0.65rem;
}

.lumen-faq--rail .lumen-faq__index[b-fuecp6cpup] {
    width: 2.1rem;
    height: 2.1rem;
    flex-basis: 2.1rem;
    border-radius: 0.78rem;
    font-size: 0.72rem;
}

.lumen-faq--rail .lumen-faq__question-text[b-fuecp6cpup] {
    font-size: 0.96rem;
}

.lumen-faq--rail .lumen-faq__meta[b-fuecp6cpup] {
    width: 2.1rem;
    height: 2.1rem;
    flex-basis: 2.1rem;
}

[data-bs-theme="light"] .lumen-faq[b-fuecp6cpup] {
    background: var(--hero-background);
    border-color: var(--color-border-subtle);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
}

[data-bs-theme="light"] .lumen-faq__eyebrow[b-fuecp6cpup] {
    background:
        linear-gradient(145deg, rgba(var(--faq-accent-primary-rgb), 0.08), rgba(var(--faq-accent-secondary-rgb), 0.05)),
        rgba(255, 255, 255, 0.92);
    border-color: rgba(148, 163, 184, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 12px 20px rgba(15, 23, 42, 0.08);
    color: var(--color-text-primary);
}

[data-bs-theme="light"] .lumen-faq__shell[b-fuecp6cpup] {
    border-color: rgba(148, 163, 184, 0.22);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(242, 246, 251, 0.94)),
        #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 14px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .lumen-faq__item.is-open .lumen-faq__shell[b-fuecp6cpup],
[data-bs-theme="light"] .lumen-faq__shell:has(.lumen-faq__trigger:hover)[b-fuecp6cpup],
[data-bs-theme="light"] .lumen-faq__shell:has(.lumen-faq__trigger:focus-visible)[b-fuecp6cpup] {
    border-color: rgba(var(--faq-accent-primary-rgb), 0.26);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 18px 30px rgba(15, 23, 42, 0.1),
        0 0 18px rgba(var(--faq-accent-primary-rgb), 0.08);
}

[data-bs-theme="light"] .lumen-faq__meta[b-fuecp6cpup] {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(148, 163, 184, 0.18);
    color: var(--color-text-secondary);
}

[data-bs-theme="light"] .lumen-faq__index[b-fuecp6cpup] {
    border-color: rgba(15, 23, 42, 0.08);
    background: #0f172a;
    color: #f8fafc;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 16px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .lumen-faq__item.is-open .lumen-faq__meta[b-fuecp6cpup] {
    color: var(--color-text-primary);
}

[data-bs-theme="light"] .lumen-faq__answer[b-fuecp6cpup] {
    border-top-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme="light"] .lumen-faq__answer-body[b-fuecp6cpup] {
    color: var(--color-text-secondary);
}

@media (max-width: 640px) {
    .lumen-faq[b-fuecp6cpup] {
        padding: 1rem;
        border-radius: var(--radius-hero-media);
    }

    .lumen-faq__header[b-fuecp6cpup] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.85rem;
    }

    .lumen-faq:dir(rtl) .lumen-faq__header[b-fuecp6cpup] {
        flex-direction: column;
    }

    .lumen-faq__trigger[b-fuecp6cpup] {
        padding: 0.9rem 0.9rem 0.82rem;
    }

    .lumen-faq__answer-wrapper[b-fuecp6cpup] {
        padding-inline: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lumen-faq__shell[b-fuecp6cpup],
    .lumen-faq__meta[b-fuecp6cpup],
    .lumen-faq__chevron[b-fuecp6cpup],
    .lumen-faq__answer-wrapper[b-fuecp6cpup] {
        transition: none;
    }

    .lumen-faq__item.is-open .lumen-faq__shell[b-fuecp6cpup] {
        transform: none;
    }
}
/* /Components/Flags/Flag.razor.rz.scp.css */
.flag[b-yp1irdrs8r] {
    border: 1px solid #dadfe5;
    border-radius: 4px;
}

.flag-xs[b-yp1irdrs8r] {
    width: 1.5rem;
    height: 1.125rem;
}

.flag-sm[b-yp1irdrs8r] {
    width: 2rem;
    height: 1.5rem;
}

.flag-md[b-yp1irdrs8r] {
    width: 4rem;
    height: 3rem;
}

.flag-lg[b-yp1irdrs8r] {
    width: 5.5rem;
    height: 4.125rem;
}

.flag-xl[b-yp1irdrs8r] {
    width: 7rem;
    height: 5.25rem;
}

.flag-2xl[b-yp1irdrs8r] {
    width: 11rem;
    height: 8.25rem;
}
/* /Components/Focus/FocusArea.razor.rz.scp.css */
.focus-area[b-mc1h0k78in] {
    direction: inherit;
    margin: 3.5rem 0;
}

.focus-area__container[b-mc1h0k78in] {
    padding: var(--space-hero-padding);
    border-radius: var(--radius-hero);
    background: var(--hero-background);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    display: grid;
    gap: 1.5rem;
}

.focus-area__header[b-mc1h0k78in] {
    max-width: 820px;
    display: grid;
    gap: 0.5rem;
    text-align: start;
}

.focus-area__eyebrow[b-mc1h0k78in] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.8rem;
    color: var(--color-text-secondary);
}

.focus-area__lede[b-mc1h0k78in] {
    margin: 0;
    font-size: var(--hero-subtitle-size);
    line-height: var(--hero-subtitle-line-height);
    color: var(--color-text-subtle);
}

.focus-area__grid[b-mc1h0k78in] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.focus-card[b-mc1h0k78in] {
    --focus-glow-rgb: var(--glow-default-rgb);
    --focus-border: rgba(var(--focus-glow-rgb), 0.32);
    --focus-border-strong: rgba(var(--focus-glow-rgb), 0.62);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.35rem;
    align-items: center;
    position: relative;
    padding: 1.35rem;
    border-radius: var(--radius-hero);
    background: var(--color-surface-hero);
    border: var(--border-width-regular) solid var(--focus-border);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    overflow: hidden;
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.focus-card__glow[b-mc1h0k78in] {
    position: absolute;
    inset: 8% 12% -10%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--focus-glow-rgb), 0.18), transparent 55%),
        radial-gradient(circle at 80% 60%, rgba(var(--focus-glow-rgb), 0.12), transparent 60%);
    filter: blur(22px);
    opacity: 0.85;
    z-index: 0;
}

.focus-card__media[b-mc1h0k78in] {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: var(--radius-hero-media);
    border: var(--border-width-regular) solid rgba(var(--focus-glow-rgb), 0.25);
    box-shadow: 0 var(--hero-media-shadow-offset-y) var(--hero-media-shadow-blur) var(--color-shadow-strong);
    background: var(--color-surface-hero);
    justify-self: start;
    transform: translateX(-10px);
}

.focus-card__media img[b-mc1h0k78in] {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
}

.focus-card__content[b-mc1h0k78in] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.65rem;
    align-items: start;
    margin-top: 0.85rem;
    justify-items: start;
    text-align: start;
}

.focus-card__eyebrow[b-mc1h0k78in] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    color: var(--color-text-secondary);
}

.focus-card h3[b-mc1h0k78in] {
    margin: 0;
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
    color: var(--color-text-primary);
}

.focus-card__body[b-mc1h0k78in] {
    margin: 0;
    color: var(--color-text-subtle);
}

.focus-card__highlights[b-mc1h0k78in] {
    margin: 0.25rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.4rem;
    color: var(--color-text-subtle);
}

.focus-card__highlights li[b-mc1h0k78in] {
    line-height: 1.45;
}

.focus-card__cta[b-mc1h0k78in] {
    margin-top: 0.4rem;
}

.focus-card:hover[b-mc1h0k78in],
.focus-card:focus-within[b-mc1h0k78in] {
    transform: translateY(-2px);
    border-color: var(--focus-border-strong);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep),
        0 0 18px rgba(var(--focus-glow-rgb), 0.24),
        0 0 26px rgba(var(--focus-glow-rgb), 0.22);
}

.focus-card--blazor[b-mc1h0k78in] {
    --focus-glow-rgb: var(--glow-blazor-rgb);
}

.focus-card--web[b-mc1h0k78in] {
    --focus-glow-rgb: var(--glow-web-rgb);
}

.focus-card--security[b-mc1h0k78in] {
    --focus-glow-rgb: var(--glow-security-rgb);
}

.focus-card--tools[b-mc1h0k78in] {
    --focus-glow-rgb: var(--glow-tools-rgb);
}

.focus-card--test[b-mc1h0k78in] {
    --focus-glow-rgb: var(--glow-test-rgb);
}

.focus-area:dir(rtl) .focus-area__grid[b-mc1h0k78in] {
    direction: rtl;
}

.focus-area:dir(rtl) .focus-card__highlights[b-mc1h0k78in] {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.focus-card--swap[b-mc1h0k78in] {
}

.focus-card--swap .focus-card__media[b-mc1h0k78in] {
    order: 2;
    justify-self: end;
    transform: translateX(10px);
}

.focus-card--swap .focus-card__content[b-mc1h0k78in] {
    order: 1;
    justify-items: start;
    text-align: start;
}

.focus-card--swap .focus-card__highlights[b-mc1h0k78in] {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

@media (max-width: 600px) {
    .focus-card[b-mc1h0k78in] {
        grid-template-columns: 1fr;
        padding: 1.1rem;
    }

    .focus-card__media img[b-mc1h0k78in] {
        max-width: 100%;
    }

    .focus-card__media[b-mc1h0k78in] {
        transform: none;
    }

    .focus-card--swap .focus-card__media[b-mc1h0k78in] {
        transform: none;
    }

    .focus-card--swap .focus-card__media[b-mc1h0k78in],
    .focus-card--swap .focus-card__content[b-mc1h0k78in] {
        order: unset;
        justify-items: start;
        text-align: start;
    }
}

.focus-card:dir(rtl) .focus-card__content[b-mc1h0k78in] {
    text-align: end;
    justify-items: end;
}

.focus-card:dir(rtl) .focus-card__eyebrow[b-mc1h0k78in],
.focus-card:dir(rtl) h3[b-mc1h0k78in],
.focus-card:dir(rtl) .focus-card__body[b-mc1h0k78in] {
    text-align: end;
}

.focus-card:dir(rtl) .focus-card__highlights[b-mc1h0k78in] {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    text-align: end;
}

.focus-area__header:dir(rtl)[b-mc1h0k78in] {
    text-align: end;
}
/* /Components/Footer/FooterComponent.razor.rz.scp.css */
.footer-shell[b-rp778kmuny] {
    width: 100%;
    padding: 2.5rem 1.25rem 1.5rem;
    background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 55%),
        radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.18), transparent 50%),
        linear-gradient(135deg, rgba(10, 15, 27, 0.98), rgba(12, 18, 35, 0.96));
    border-top: 1px solid var(--tblr-border-color, #e9ecef);
}

[data-bs-theme="light"] .footer-shell[b-rp778kmuny] {
    background: radial-gradient(circle at top right, rgba(14, 165, 233, 0.16), transparent 55%),
        radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.14), transparent 50%),
        linear-gradient(135deg, #ffffff, #f1f5fb);
    border-top-color: #e5e7eb;
}

/* GRID */
.footer-grid[b-rp778kmuny] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin: 0 auto;
}

/* CARD */
.footer-card[b-rp778kmuny] {
    border: 1px solid var(--tblr-border-color, #e9ecef);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.98), rgba(8, 12, 24, 0.96));
    color: var(--tblr-body-color, #e5e7eb);
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
}

.footer-card[b-rp778kmuny]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 10%, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at 85% 0%, rgba(99, 102, 241, 0.16), transparent 50%),
        radial-gradient(circle at 60% 100%, rgba(14, 116, 144, 0.18), transparent 55%);
    opacity: 0.75;
    pointer-events: none;
    z-index: 0;
}

.footer-card > *[b-rp778kmuny] {
    position: relative;
    z-index: 1;
}

.footer-card--lang[b-rp778kmuny] {
    overflow: visible;
    z-index: 2;
}

.footer-card--lang .footer-lang__flyout[b-rp778kmuny] {
    z-index: 30;
}

[data-bs-theme="light"] .footer-card[b-rp778kmuny]::before {
    background: radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.14), transparent 55%),
        radial-gradient(circle at 85% 0%, rgba(99, 102, 241, 0.12), transparent 50%),
        radial-gradient(circle at 60% 100%, rgba(2, 132, 199, 0.12), transparent 55%);
    opacity: 0.6;
}

[data-bs-theme="light"] .footer-card[b-rp778kmuny] {
    background: linear-gradient(160deg, #ffffff, #f3f6fb);
    color: #0f172a;
    border-color: #e5e7eb;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

/* TITLES */
.footer-card-title[b-rp778kmuny] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.footer-card .text-muted[b-rp778kmuny] {
    color: #c7d2fe;
}

[data-bs-theme="light"] .footer-card .text-muted[b-rp778kmuny] {
    color: #1e293b;
}

/* TEXT */
.footer-text[b-rp778kmuny] {
    color: #e2e8f0;
    margin-bottom: 0.75rem;
}

[data-bs-theme="light"] .footer-text[b-rp778kmuny] {
    color: #334155;
}

/* LIST */
.footer-list[b-rp778kmuny] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

    .footer-list li[b-rp778kmuny] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #e2e8f0;
    }

[data-bs-theme="light"] .footer-list li[b-rp778kmuny] {
    color: #334155;
}

/* LINKS */
.footer-links[b-rp778kmuny] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.pill-stack[b-rp778kmuny] {
    gap: 0.6rem;
}

.pill-link[b-rp778kmuny] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 600;
    color: #f1f5f9;
}

[data-bs-theme="light"] .pill-link[b-rp778kmuny] {
    background: rgba(15, 23, 42, 0.04);
    border-color: #e5e7eb;
    color: #0f172a;
}

/* NOTE */
.footer-note[b-rp778kmuny] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem;
    border-radius: 12px;
    background: rgba(244, 63, 94, 0.08);
    color: #f1f5f9;
}

    .footer-note.subtle[b-rp778kmuny] {
        background: rgba(255, 255, 255, 0.05);
    }

[data-bs-theme="light"] .footer-note[b-rp778kmuny] {
    background: rgba(15, 23, 42, 0.05);
    color: #334155;
}

/* LANGUAGE */
.footer-lang[b-rp778kmuny] {
    position: relative;
}

.footer-lang__trigger[b-rp778kmuny] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
}

.footer-lang__flag[b-rp778kmuny] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    flex: 0 0 42px;
}

[data-bs-theme="light"] .footer-lang__flag[b-rp778kmuny] {
    background: #ffffff;
    border-color: #e5e7eb;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.footer-lang__labels[b-rp778kmuny] {
    display: grid;
    gap: .1rem;
    text-align: start;
}

.footer-lang__title[b-rp778kmuny] {
    color: #f8fafc;
    font-weight: 600;
}

.footer-lang__subtitle[b-rp778kmuny] {
    color: #d4deec;
}

[data-bs-theme="light"] .footer-lang__title[b-rp778kmuny],
[data-bs-theme="light"] .footer-lang__subtitle[b-rp778kmuny] {
    color: #334155;
}

.footer-lang__flyout[b-rp778kmuny] {
    position: absolute;
    bottom: calc(100% + .4rem);
    inset-inline-start: 0;
    width: min(480px,100%);
    max-height: 320px;
    overflow-y: auto;
    padding: 1.8rem .9rem .9rem;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(135deg, rgba(17,24,39,.95), rgba(10,14,24,.96));
    z-index: 14;
}

[data-bs-theme="light"] .footer-lang__flyout[b-rp778kmuny] {
    border-color: #e5e7eb;
    background: linear-gradient(135deg, #ffffff, #f7f9fb);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

.footer-lang__list[b-rp778kmuny] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
    gap: .4rem;
}

.footer-lang__item[b-rp778kmuny] {
    --button-glow-rgb: var(--glow-default-rgb);
    --button-glow-border: rgba(var(--glow-default-rgb), 0.35);
    --button-glow-shadow-1: rgba(var(--glow-default-rgb), 0.2);
    --button-glow-shadow-2: rgba(var(--glow-default-rgb), 0.3);
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .55rem .65rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: #f1f5f9;
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
    box-shadow: 0 var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread)
        rgba(var(--button-glow-rgb), var(--button-shadow-opacity));
}

[data-bs-theme="light"] .footer-lang__item[b-rp778kmuny] {
    border-color: #e5e7eb;
    background: rgba(15, 23, 42, 0.04);
    color: #0f172a;
}

.footer-lang__item:hover[b-rp778kmuny],
.footer-lang__item:focus-visible[b-rp778kmuny] {
    outline: none;
    transform: translateY(var(--button-hover-translate-y));
    border-color: var(--button-glow-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--button-glow-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--button-glow-shadow-2);
}

/* THEME */
.footer-theme[b-rp778kmuny] {
    margin-top: .75rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .6rem .8rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
    font-weight: 700;
    color: #f8fafc;
}

[data-bs-theme="light"] .footer-theme[b-rp778kmuny] {
    border-color: #e5e7eb;
    background: rgba(15, 23, 42, 0.04);
    color: #0f172a;
}

/* META */
.footer-meta[b-rp778kmuny] {
    margin-top: 2rem;
    display: grid;
    gap: .35rem;
    color: #d8e1ee;
}

[data-bs-theme="light"] .footer-meta[b-rp778kmuny] {
    color: #334155;
}

.footer-meta-line[b-rp778kmuny] {
    display: inline-flex;
    gap: .25rem;
    align-items: center;
    justify-content: center;
}

/* ===== RTL ===== */
.footer-shell[dir="rtl"][b-rp778kmuny] {
    direction: rtl;
}

    .footer-shell[dir="rtl"] .footer-card-title[b-rp778kmuny],
    .footer-shell[dir="rtl"] .footer-list li[b-rp778kmuny],
    .footer-shell[dir="rtl"] .pill-link[b-rp778kmuny],
    .footer-shell[dir="rtl"] .footer-note[b-rp778kmuny],
    .footer-shell[dir="rtl"] .footer-meta-line[b-rp778kmuny],
    .footer-shell[dir="rtl"] .footer-lang__trigger[b-rp778kmuny],
    .footer-shell[dir="rtl"] .footer-lang__item[b-rp778kmuny],
    .footer-shell[dir="rtl"] .footer-theme[b-rp778kmuny] {
        flex-direction: row-reverse;
    }

    .footer-shell[dir="rtl"] .footer-links[b-rp778kmuny] {
        justify-content: flex-end;
    }

    .footer-shell[dir="rtl"] .footer-lang__labels[b-rp778kmuny] {
        text-align: start;
        align-items: flex-end;
    }

    .footer-shell[dir="rtl"] .footer-lang__flyout[b-rp778kmuny] {
        inset-inline-start: auto;
        inset-inline-end: 0;
    }

.footer-lang__backdrop[b-rp778kmuny] {
    position: fixed;
    inset: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.footer-lang__trigger[b-rp778kmuny],
.footer-lang__item[b-rp778kmuny],
.footer-theme[b-rp778kmuny] {
    box-sizing: border-box;
    padding: 0.75rem 0.9rem;
}
/* /Components/Hero/HomeHero.razor.rz.scp.css */
.home-hero[b-2es6yb5v57] {
    direction: inherit;
    padding: var(--space-hero-padding);
    border-radius: var(--radius-hero);
    background: var(--hero-background);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    color: var(--color-text-primary);
}

.home-hero__grid[b-2es6yb5v57] {
    display: flex;
    gap: var(--space-hero-grid-gap);
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: var(--space-hero-grid-bottom);
}

.home-hero__content[b-2es6yb5v57] {
    flex: 1 1 0;
    order: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-hero-content-gap);
}

.home-hero__pretitle[b-2es6yb5v57] {
    font-size: var(--hero-pretitle-size);
    letter-spacing: var(--hero-pretitle-letter-spacing);
    text-transform: uppercase;
    color: var(--color-text-secondary);
    font-weight: 600;
}

.home-hero__title[b-2es6yb5v57] {
    margin: 0;
    font-size: var(--hero-title-size);
    line-height: var(--hero-title-line-height);
    font-weight: 700;
    color: inherit;
}

.home-hero__subtitle[b-2es6yb5v57] {
    margin: 0;
    font-size: var(--hero-subtitle-size);
    line-height: var(--hero-subtitle-line-height);
    color: var(--color-text-subtle);
}

.home-hero__actions[b-2es6yb5v57] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--hero-action-min-width), 1fr));
    gap: var(--space-hero-actions-gap);
    margin-top: var(--space-hero-actions-top);
}

@media (min-width: 720px) and (max-width: 1100px) {
    .home-hero__actions[b-2es6yb5v57] {
        grid-template-columns: repeat(3, minmax(var(--hero-action-min-width), 1fr));
    }
}

.home-hero__media[b-2es6yb5v57] {
    flex: 0 1 var(--hero-media-basis);
    order: 2;
}

.home-hero__figure[b-2es6yb5v57] {
    margin: 0;
    text-align: center;
    position: relative;
}

.home-hero__glow[b-2es6yb5v57] {
    position: absolute;
    inset: var(--hero-glow-inset-top) var(--hero-glow-inset-side) var(--hero-glow-inset-bottom);
    background: var(--hero-glow);
    filter: blur(var(--hero-glow-blur));
    opacity: var(--hero-glow-opacity);
    z-index: 0;
}

.home-hero__image[b-2es6yb5v57] {
    width: 100%;
    height: auto;
    border-radius: var(--radius-hero-media);
    border: var(--border-width-regular) solid var(--color-border-muted);
    box-shadow: 0 var(--hero-media-shadow-offset-y) var(--hero-media-shadow-blur) var(--color-shadow-strong);
    display: block;
    position: relative;
    z-index: 1;
}

.home-hero__caption[b-2es6yb5v57] {
    margin-top: var(--space-hero-caption-top);
    font-size: var(--hero-caption-size);
    color: var(--color-text-tertiary);
}

.home-hero:dir(rtl) .home-hero__content[b-2es6yb5v57] {
    text-align: right;
    order: 1;
}

.home-hero:dir(rtl) .home-hero__actions[b-2es6yb5v57] {
    direction: rtl;
}

.home-hero:dir(rtl) .home-hero__media[b-2es6yb5v57] {
    order: 2;
}

@media (max-width: 980px) {
    .home-hero[b-2es6yb5v57] {
        padding: var(--space-hero-padding-md);
    }

    .home-hero__grid[b-2es6yb5v57] {
        flex-direction: column;
    }

    .home-hero__content[b-2es6yb5v57] {
        order: 1;
    }

    .home-hero__media[b-2es6yb5v57] {
        order: 2;
        width: 100%;
    }

    .home-hero__actions[b-2es6yb5v57] {
        margin-top: var(--space-hero-actions-top-narrow);
    }
}

@media (max-width: 600px) {
    .home-hero[b-2es6yb5v57] {
        padding: var(--space-hero-padding-sm);
    }
}
/* /Components/Icons/Icon.razor.rz.scp.css */
.icon[b-6cyopu64bs] {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
}

.icon--xs[b-6cyopu64bs] {
  width: 0.75rem;
  height: 0.75rem;
}

.icon--s[b-6cyopu64bs] {
  width: 1rem;
  height: 1rem;
}

.icon--m[b-6cyopu64bs] {
  width: 1.25rem;
  height: 1.25rem;
}

.icon--l[b-6cyopu64bs] {
  width: 1.5rem;
  height: 1.5rem;
}

.icon--xl[b-6cyopu64bs] {
  width: 2rem;
  height: 2rem;
}
/* /Components/ImageGenerator/ImageVariantSyncModal.razor.rz.scp.css */
.image-sync-modal[b-3uktuspphd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.image-sync-modal__loading[b-3uktuspphd],
.image-sync-modal__empty[b-3uktuspphd] {
    padding: 1.5rem 1rem;
}

.image-sync-modal__intro[b-3uktuspphd] {
    border-radius: 0.75rem;
}

.image-sync-modal__eyebrow[b-3uktuspphd] {
    letter-spacing: 0.08em;
}

.image-sync-modal__title[b-3uktuspphd] {
    font-weight: 600;
}

.image-sync-modal__meta[b-3uktuspphd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
    min-width: min(420px, 100%);
}

.image-sync-modal__meta-item[b-3uktuspphd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.65rem;
    padding: 0.6rem 0.75rem;
}

.image-sync-modal__actions[b-3uktuspphd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}

.image-sync-modal__running[b-3uktuspphd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 500;
}

.image-sync-modal__summary .card[b-3uktuspphd],
.image-sync-modal__details[b-3uktuspphd] {
    border-radius: 0.75rem;
}

.image-sync-modal__card-title[b-3uktuspphd] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--tblr-muted);
}

.image-sync-modal__card-value[b-3uktuspphd] {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 600;
    margin-top: 0.35rem;
}

.image-sync-modal__path-label[b-3uktuspphd] {
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.image-sync-modal__path-value[b-3uktuspphd] {
    font-family: var(--tblr-font-monospace);
    font-size: 0.9rem;
    word-break: break-all;
}

.image-sync-modal__badge-large[b-3uktuspphd] {
    font-size: 1.05rem;
    padding: 0.6rem 0.8rem;
    border-radius: 0.7rem;
}

.image-sync-modal__badge-pill[b-3uktuspphd] {
    border-radius: 999px;
    padding-inline: 0.65rem;
}

.image-sync-modal__table[b-3uktuspphd] {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.7rem;
    overflow: hidden;
}

.image-sync-modal__table thead th[b-3uktuspphd] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
}

.image-sync-modal__log[b-3uktuspphd] {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    padding: 0.75rem;
    max-height: 320px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.image-sync-modal__log-empty[b-3uktuspphd] {
    color: var(--tblr-muted);
    text-align: center;
    padding: 1.25rem 0.5rem;
}

.image-sync-modal__log-entry[b-3uktuspphd] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 0.6rem;
    align-items: center;
    padding: 0.35rem 0.45rem;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
}

.image-sync-modal__log-entry:hover[b-3uktuspphd] {
    border-color: rgba(255, 255, 255, 0.06);
}

.image-sync-modal__log-time[b-3uktuspphd] {
    font-family: var(--tblr-font-monospace);
    font-size: 0.8rem;
    color: var(--tblr-muted);
}

.image-sync-modal__log-badge[b-3uktuspphd] {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.image-sync-modal__log-message[b-3uktuspphd] {
    word-break: break-word;
}
/* /Components/Images/HeroComponent.razor.rz.scp.css */
.hero-shell[b-jrzqm3zwji] {
    direction: inherit;
    margin: 2rem 0;
    border-radius: 22px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(12, 18, 34, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

[data-bs-theme="light"] .hero-shell[b-jrzqm3zwji] {
    background: linear-gradient(135deg, #ffffff, #f6f8fb);
    border-color: #e5e7eb;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.hero-grid[b-jrzqm3zwji] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}

.hero-content[b-jrzqm3zwji] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hero-title[b-jrzqm3zwji] {
    font-weight: 800;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    color: var(--tblr-body-color, #f8fafc);
    margin: 0;
}

.hero-subtitle[b-jrzqm3zwji] {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    color: var(--tblr-secondary, #cbd5e1);
    margin: 0;
}

.hero-pill[b-jrzqm3zwji] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.22rem;
    font-size: 0.8rem;
    color: var(--tblr-secondary, #cbd5e1);
    font-weight: 600;
    width: fit-content;
}

[data-bs-theme="light"] .hero-title[b-jrzqm3zwji] {
    color: #0f172a;
}

[data-bs-theme="light"] .hero-subtitle[b-jrzqm3zwji],
[data-bs-theme="light"] .hero-description[b-jrzqm3zwji] {
    color: #4b5563;
}

[data-bs-theme="light"] .hero-pill[b-jrzqm3zwji] {
    color: #475569;
}

.hero-actions[b-jrzqm3zwji] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    align-items: center;
}

.hero-button[b-jrzqm3zwji] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 12px;
    font-weight: 700;
}

.hero-visual[b-jrzqm3zwji] {
    position: relative;
}

.hero-visual[b-jrzqm3zwji]::after {
    content: "";
    position: absolute;
    inset-inline: 10%;
    inset-block-end: -8px;
    height: 45%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.65), rgba(168, 85, 247, 0));
    filter: blur(22px);
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

[data-bs-theme="light"] .hero-visual[b-jrzqm3zwji]::after {
    opacity: 0.8;
}

.hero-figure[b-jrzqm3zwji] {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: zoom-in;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.hero-figure figure[b-jrzqm3zwji] {
    margin: 0;
}

.hero-img[b-jrzqm3zwji] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.hero-caption[b-jrzqm3zwji] {
    margin-top: 0.65rem;
    color: var(--tblr-secondary, #cbd5e1);
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding-inline: 0.5rem;
    display: block;
    margin-inline: auto;
    max-width: 46ch;
}

[data-bs-theme="light"] .hero-caption[b-jrzqm3zwji] {
    color: #4b5563;
}

.hero-zoom[b-jrzqm3zwji] {
    position: absolute;
    inset-inline-end: 0.75rem;
    inset-block-start: 0.75rem;
    padding: 0.45rem 0.6rem;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.55);
    color: #f8fafc;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

[data-bs-theme="light"] .hero-zoom[b-jrzqm3zwji] {
    background: rgba(255, 255, 255, 0.78);
    color: #0f172a;
    border-color: #e5e7eb;
}

.hero-lightbox[b-jrzqm3zwji] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.hero-lightbox__backdrop[b-jrzqm3zwji] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.hero-lightbox__content[b-jrzqm3zwji] {
    position: relative;
    z-index: 1;
    max-width: min(1200px, 95vw);
    max-height: 90vh;
    background: var(--tblr-body-bg, #0b1220);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

[data-bs-theme="light"] .hero-lightbox__content[b-jrzqm3zwji] {
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.22);
}

.hero-lightbox__img[b-jrzqm3zwji] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.hero-lightbox__caption[b-jrzqm3zwji] {
    margin-top: 0.75rem;
    color: var(--tblr-secondary, #cbd5e1);
}

[data-bs-theme="light"] .hero-lightbox__caption[b-jrzqm3zwji] {
    color: #4b5563;
}

.hero-lightbox__close[b-jrzqm3zwji] {
    position: absolute;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.5rem;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #f8fafc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    display: grid;
    place-items: center;
}

[data-bs-theme="light"] .hero-lightbox__close[b-jrzqm3zwji] {
    background: rgba(255, 255, 255, 0.86);
    color: #0f172a;
}

.hero-extra[b-jrzqm3zwji] {
    margin-top: 0.5rem;
    color: var(--tblr-secondary, #cbd5e1);
}

[data-bs-theme="light"] .hero-extra[b-jrzqm3zwji] {
    color: #4b5563;
}

.hero-shell[dir="rtl"][b-jrzqm3zwji] {
    text-align: end;
}

.hero-shell[dir="rtl"] .hero-grid[b-jrzqm3zwji] {
    direction: rtl;
}

.hero-shell[dir="rtl"] .hero-actions[b-jrzqm3zwji] {
    justify-content: flex-end;
}

.hero-shell[dir="rtl"] .hero-subtitle[b-jrzqm3zwji] {
    text-align: end;
}

.hero-shell[dir="rtl"] .hero-zoom[b-jrzqm3zwji] {
    inset-inline-start: 0.75rem;
    inset-inline-end: auto;
}

.hero-shell[dir="rtl"] .hero-lightbox__close[b-jrzqm3zwji] {
    inset-inline-start: 0.5rem;
    inset-inline-end: auto;
}

@media (max-width: 768px) {
    .hero-shell[b-jrzqm3zwji] {
        padding: 1.25rem;
    }

    .hero-title[b-jrzqm3zwji] {
        font-size: clamp(1.6rem, 6vw, 2.1rem);
    }

    .hero-zoom[b-jrzqm3zwji] {
        inset-inline-end: 0.6rem;
        inset-block-start: 0.6rem;
    }
}
[data-has-zoom="false"] .hero-figure[b-jrzqm3zwji],
.hero-figure.no-zoom[b-jrzqm3zwji] {
    cursor: pointer;
}

[data-has-zoom="false"] .hero-zoom[b-jrzqm3zwji] {
    display: none;
}
/* /Components/Images/ImageSlider.razor.rz.scp.css */
.image-gallery[b-rpy05tk29y] {
    position: relative;
    display: grid;
    gap: 1.2rem;
    padding: clamp(1rem, 2.3vw, 1.5rem);
    border-radius: 28px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    background:
        radial-gradient(circle at 12% 12%, rgba(34, 211, 238, 0.16), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(59, 130, 246, 0.18), transparent 32%),
        linear-gradient(145deg, rgba(8, 17, 33, 0.96), rgba(13, 30, 54, 0.94) 52%, rgba(15, 45, 78, 0.92));
    box-shadow: 0 24px 44px rgba(2, 6, 23, 0.32);
    overflow: hidden;
}

.image-gallery[b-rpy05tk29y]::after {
    content: "";
    position: absolute;
    inset: auto 10% -18% 10%;
    height: 12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.16), transparent 72%);
    filter: blur(24px);
    pointer-events: none;
}

.image-gallery__header[b-rpy05tk29y] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.85rem;
}

.image-gallery__heading[b-rpy05tk29y] {
    display: grid;
    gap: 0.8rem;
}

.image-gallery__eyebrow[b-rpy05tk29y] {
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.12);
    border: 1px solid rgba(125, 211, 252, 0.18);
    color: #d7efff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.image-gallery__title[b-rpy05tk29y] {
    margin: 0;
    color: #f8fbff;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.12;
    font-weight: 800;
}

.image-gallery__description[b-rpy05tk29y] {
    margin: 0.4rem 0 0;
    max-width: 58ch;
    color: rgba(214, 228, 246, 0.9);
    font-size: 0.98rem;
    line-height: 1.6;
}

.image-gallery__meta-row[b-rpy05tk29y] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.image-gallery__counter[b-rpy05tk29y] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.42);
    color: rgba(226, 232, 240, 0.9);
    font-size: 0.84rem;
    font-weight: 700;
}

.image-gallery__thumbs-shell[b-rpy05tk29y] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding-inline: 0.15rem;
}

.image-gallery__single[b-rpy05tk29y] {
    position: relative;
    z-index: 1;
    max-width: 19rem;
}

.image-gallery__strip[b-rpy05tk29y] {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.8rem;
    overflow-x: auto;
    margin: 0;
    padding: 0.15rem 0.15rem 0.55rem;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: rgba(125, 211, 252, 0.35) transparent;
}

.image-gallery__strip[b-rpy05tk29y]::-webkit-scrollbar {
    height: 8px;
}

.image-gallery__strip[b-rpy05tk29y]::-webkit-scrollbar-thumb {
    background: rgba(125, 211, 252, 0.35);
    border-radius: 999px;
}

.image-gallery__thumb[b-rpy05tk29y] {
    flex: 0 0 clamp(10rem, 18vw, 12rem);
}

.image-gallery__thumb-button[b-rpy05tk29y] {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    gap: 0.7rem;
    padding: 0.7rem;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.56), rgba(15, 23, 42, 0.24));
    color: inherit;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.image-gallery__thumb-button:hover[b-rpy05tk29y],
.image-gallery__thumb-button.is-active[b-rpy05tk29y] {
    transform: translateY(-2px);
    border-color: rgba(125, 211, 252, 0.34);
    background: linear-gradient(160deg, rgba(28, 53, 88, 0.76), rgba(15, 23, 42, 0.34));
    box-shadow: 0 16px 28px rgba(2, 6, 23, 0.18);
}

.image-gallery__thumb-button--single[b-rpy05tk29y] {
    min-height: 100%;
}

.image-gallery__thumb-button[b-rpy05tk29y]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, transparent 42%, rgba(8, 15, 28, 0.18));
    pointer-events: none;
}

.image-gallery__thumb-image[b-rpy05tk29y] {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
    background: rgba(8, 17, 33, 0.94);
}

.image-gallery__thumb-copy[b-rpy05tk29y] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.2rem;
    text-align: left;
}

.image-gallery__thumb-title[b-rpy05tk29y] {
    color: #eff6ff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
}

.image-gallery__strip-nav[b-rpy05tk29y],
.image-gallery__dialog-nav[b-rpy05tk29y] {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.62);
    color: #f8fbff;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(2, 6, 23, 0.18);
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.image-gallery__strip-nav:hover[b-rpy05tk29y],
.image-gallery__dialog-nav:hover[b-rpy05tk29y] {
    background: rgba(15, 23, 42, 0.82);
    border-color: rgba(125, 211, 252, 0.26);
    box-shadow: 0 16px 26px rgba(2, 6, 23, 0.2);
}

.image-gallery__strip-nav:focus-visible[b-rpy05tk29y],
.image-gallery__thumb-button:focus-visible[b-rpy05tk29y],
.image-gallery__dialog-nav:focus-visible[b-rpy05tk29y] {
    outline: 2px solid rgba(125, 211, 252, 0.9);
    outline-offset: 3px;
}

.image-gallery__dialog-header[b-rpy05tk29y] {
    display: grid;
    gap: 0.3rem;
}

.image-gallery__dialog-kicker[b-rpy05tk29y] {
    color: var(--tblr-secondary, #94a3b8);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.image-gallery__dialog-title-wrap[b-rpy05tk29y] {
    display: grid;
    gap: 0.2rem;
}

.image-gallery__dialog-title[b-rpy05tk29y] {
    margin: 0;
}

.image-gallery__dialog-counter[b-rpy05tk29y] {
    margin: 0;
    color: var(--tblr-secondary, #94a3b8);
    font-size: 0.9rem;
}

.image-gallery__dialog[b-rpy05tk29y] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.image-gallery__dialog-media[b-rpy05tk29y] {
    display: grid;
    gap: 1rem;
}

.image-gallery__dialog-frame[b-rpy05tk29y] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.65rem, 1.8vw, 1rem);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(8, 17, 33, 0.92), rgba(13, 30, 54, 0.95));
    border: 1px solid rgba(148, 163, 184, 0.14);
    min-height: clamp(18rem, 54vw, 42rem);
}

.image-gallery__dialog-image[b-rpy05tk29y] {
    width: 100%;
    max-height: min(70vh, 52rem);
    object-fit: contain;
    object-position: center center;
    border-radius: 16px;
    background: rgba(8, 17, 33, 0.94);
}

.image-gallery__dialog-description[b-rpy05tk29y] {
    margin: 0;
    text-align: center;
    color: var(--tblr-secondary, #94a3b8);
    font-size: 0.96rem;
    line-height: 1.6;
}

[data-bs-theme="light"] .image-gallery[b-rpy05tk29y] {
    border-color: rgba(59, 130, 246, 0.16);
    background:
        radial-gradient(circle at 10% 10%, rgba(59, 130, 246, 0.14), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(45, 212, 191, 0.14), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.98) 55%, rgba(231, 242, 255, 0.96));
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .image-gallery__eyebrow[b-rpy05tk29y] {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.12);
    color: #365b87;
}

[data-bs-theme="light"] .image-gallery__title[b-rpy05tk29y] {
    color: #10233d;
}

[data-bs-theme="light"] .image-gallery__description[b-rpy05tk29y] {
    color: rgba(54, 91, 135, 0.92);
}

[data-bs-theme="light"] .image-gallery__counter[b-rpy05tk29y] {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(15, 23, 42, 0.08);
    color: #365b87;
}

[data-bs-theme="light"] .image-gallery__thumb-button[b-rpy05tk29y] {
    border-color: rgba(59, 130, 246, 0.08);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(233, 243, 255, 0.86));
}

[data-bs-theme="light"] .image-gallery__thumb-button:hover[b-rpy05tk29y],
[data-bs-theme="light"] .image-gallery__thumb-button.is-active[b-rpy05tk29y] {
    border-color: rgba(59, 130, 246, 0.2);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(219, 234, 254, 0.92));
}

[data-bs-theme="light"] .image-gallery__thumb-title[b-rpy05tk29y] {
    color: #10233d;
}

[data-bs-theme="light"] .image-gallery__thumb-image[b-rpy05tk29y] {
    background: rgba(248, 250, 252, 0.96);
}

[data-bs-theme="light"] .image-gallery__strip-nav[b-rpy05tk29y],
[data-bs-theme="light"] .image-gallery__dialog-nav[b-rpy05tk29y] {
    background: rgba(255, 255, 255, 0.94);
    color: #10233d;
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.1);
}

[data-bs-theme="light"] .image-gallery__dialog-frame[b-rpy05tk29y] {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.98));
    border-color: rgba(59, 130, 246, 0.1);
}

[data-bs-theme="light"] .image-gallery__dialog-image[b-rpy05tk29y] {
    background: rgba(248, 250, 252, 0.98);
}

[data-bs-theme="light"] .image-gallery__dialog-description[b-rpy05tk29y] {
    color: #4b5563;
}

@media (max-width: 720px) {
    .image-gallery[b-rpy05tk29y] {
        padding: 1rem;
        border-radius: 22px;
    }

    .image-gallery__meta-row[b-rpy05tk29y] {
        justify-content: flex-start;
    }

    .image-gallery__thumbs-shell[b-rpy05tk29y] {
        grid-template-columns: 1fr;
        gap: 0;
        padding-inline: 0;
    }

    .image-gallery__strip[b-rpy05tk29y] {
        padding-inline: 2.85rem;
    }

    .image-gallery__strip-nav[b-rpy05tk29y] {
        position: absolute;
        top: calc(50% - 0.25rem);
        z-index: 2;
        transform: translateY(-50%);
    }

    .image-gallery__thumbs-shell > .image-gallery__strip-nav:first-child[b-rpy05tk29y] {
        left: 0.1rem;
    }

    .image-gallery__thumbs-shell > .image-gallery__strip-nav:last-child[b-rpy05tk29y] {
        right: 0.1rem;
    }

    .image-gallery__dialog[b-rpy05tk29y] {
        grid-template-columns: 1fr;
        padding-inline: 0;
    }

    .image-gallery__dialog-nav[b-rpy05tk29y] {
        position: absolute;
        top: 50%;
        z-index: 3;
        transform: translateY(-50%);
        display: inline-flex;
    }

    .image-gallery__dialog > .image-gallery__dialog-nav:first-child[b-rpy05tk29y] {
        left: 0.15rem;
    }

    .image-gallery__dialog > .image-gallery__dialog-nav:last-child[b-rpy05tk29y] {
        right: 0.15rem;
    }

    .image-gallery__dialog-frame[b-rpy05tk29y] {
        min-height: clamp(14rem, 70vw, 24rem);
        padding-inline: 2.8rem;
    }
}
/* /Components/Images/PictureComponent.razor.rz.scp.css */
.focus-picture[b-03by83ftve] {
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(12, 20, 40, 0.45);
    box-shadow: 0 16px 32px rgba(78, 123, 255, 0.25);
}

.focus-picture__image[b-03by83ftve] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}

[data-bs-theme="light"] .focus-picture[b-03by83ftve] {
    border-color: rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 30px rgba(59, 130, 246, 0.22);
}
/* /Components/LanguageSelector/LanguageSelectorModal.razor.rz.scp.css */
.language-hub[b-nf9gtth9pf] {
    position: relative;
    padding: clamp(0.8rem, 2vw, 1.3rem);
    border-radius: 20px;
    background: var(--hero-background);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    color: var(--tblr-body-color, #e5e7eb);
}

[data-bs-theme="light"] .language-hub[b-nf9gtth9pf] {
    background: var(--hero-background);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

.language-hub__header[b-nf9gtth9pf] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-hub__eyebrow[b-nf9gtth9pf] {
    color: var(--tblr-secondary, #cbd5e1);
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

[data-bs-theme="light"] .language-hub__eyebrow[b-nf9gtth9pf] {
    color: #4b5563;
}

.language-grid[b-nf9gtth9pf] {
    position: relative;
    z-index: 1;
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.5rem;
}

.language-card[b-nf9gtth9pf] {
    --button-glow-rgb: var(--glow-default-rgb);
    --button-glow-border: rgba(var(--glow-default-rgb), 0.35);
    --button-glow-shadow-1: rgba(var(--glow-default-rgb), 0.2);
    --button-glow-shadow-2: rgba(var(--glow-default-rgb), 0.3);
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.8rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(10, 16, 28, 0.9));
    color: inherit;
    text-align: start;
    cursor: pointer;
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
    box-shadow: 0 var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread)
        rgba(var(--button-glow-rgb), var(--button-shadow-opacity));
}

.language-card:hover[b-nf9gtth9pf],
.language-card:focus-visible[b-nf9gtth9pf] {
    outline: none;
    transform: translateY(var(--button-hover-translate-y));
    border-color: var(--button-glow-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--button-glow-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--button-glow-shadow-2);
}

[data-bs-theme="light"] .language-card[b-nf9gtth9pf] {
    background: linear-gradient(135deg, #f3f6fb, #e9eef7);
    border-color: #dce2ee;
}

.language-card__flag[b-nf9gtth9pf] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

[data-bs-theme="light"] .language-card__flag[b-nf9gtth9pf] {
    background: rgba(15, 23, 42, 0.04);
    border-color: #dfe3ec;
}

.language-card__copy[b-nf9gtth9pf] {
    display: grid;
    gap: 0.05rem;
}

.language-card__name[b-nf9gtth9pf] {
    font-weight: 700;
}

[dir="rtl"] .language-card[b-nf9gtth9pf] {
    text-align: end;
    grid-template-columns: auto 1fr;
}

@media (max-width: 640px) {
    .language-hub[b-nf9gtth9pf] {
        padding: 1.1rem;
    }

    .language-card[b-nf9gtth9pf] {
        grid-template-columns: auto 1fr;
        text-align: start;
        justify-items: stretch;
        align-items: center;
    }
}
/* /Components/LanguageSelector/LanguageSelectorOverlay.razor.rz.scp.css */
.language-selector-overlay[b-5xzcb8l4ja] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 2000;
}

.language-selector-overlay__panel[b-5xzcb8l4ja] {
    width: min(960px, 100%);
    max-height: 90vh;
    overflow: auto;
}
/* /Components/LanguageSelector/LanguageSwitchProgress.razor.rz.scp.css */
.language-switch[b-l429cn6f62] {
    position: fixed;
    inset: 0;
    z-index: 3200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 4vw, 2.8rem);
    direction: inherit;
}

.language-switch__backdrop[b-l429cn6f62] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px circle at 10% 10%, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(900px circle at 90% 20%, rgba(99, 102, 241, 0.18), transparent 60%),
        rgba(8, 12, 22, 0.78);
    backdrop-filter: blur(8px);
    animation: language-switch-backdrop-b-l429cn6f62 600ms ease-out both;
}

.language-switch__panel[b-l429cn6f62] {
    position: relative;
    width: min(560px, 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: clamp(1.4rem, 3.5vw, 2.3rem);
    color: var(--tblr-body-color, #e5e7eb);
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(7, 12, 25, 0.94));
    box-shadow:
        0 28px 70px rgba(3, 7, 18, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    animation: language-switch-pop-b-l429cn6f62 420ms cubic-bezier(.18, .89, .32, 1.28) both;
}

.language-switch__panel[b-l429cn6f62]::before,
.language-switch__panel[b-l429cn6f62]::after {
    content: "";
    position: absolute;
    inset: -40%;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.28), transparent 60%),
        radial-gradient(circle at 75% 25%, rgba(14, 165, 233, 0.22), transparent 62%),
        radial-gradient(circle at 60% 75%, rgba(34, 197, 94, 0.18), transparent 64%);
    opacity: 0.65;
    filter: blur(18px);
    transform: rotate(6deg);
    animation: language-switch-aurora-b-l429cn6f62 12s ease-in-out infinite alternate;
}

.language-switch__panel[b-l429cn6f62]::after {
    inset: -55%;
    opacity: 0.45;
    filter: blur(28px);
    transform: rotate(-4deg);
    animation-duration: 16s;
}

.language-switch__glow[b-l429cn6f62] {
    position: absolute;
    inset-inline: 8%;
    top: -70%;
    height: 180%;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(96, 165, 250, 0.28), transparent 70%);
    filter: blur(4px);
    opacity: 0.8;
    pointer-events: none;
}

.language-switch__header[b-l429cn6f62] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
}

.language-switch__icon[b-l429cn6f62] {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.18), rgba(14, 165, 233, 0.08));
    border: 1px solid rgba(148, 163, 255, 0.32);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.45);
    isolation: isolate;
}

.language-switch__icon[b-l429cn6f62]::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 24px;
    border: 1.5px dashed rgba(125, 211, 252, 0.55);
    opacity: 0.7;
    animation: language-switch-spin-b-l429cn6f62 10s linear infinite;
}

.language-switch__icon svg[b-l429cn6f62] {
    width: 48px;
    height: 48px;
    display: block;
    filter: drop-shadow(0 10px 16px rgba(14, 165, 233, 0.28));
}

.language-switch__heading[b-l429cn6f62] {
    display: grid;
    gap: 0.25rem;
    text-align: start;
}

.language-switch__eyebrow[b-l429cn6f62] {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(148, 163, 255, 0.88);
    font-weight: 700;
}

.language-switch__title[b-l429cn6f62] {
    margin: 0;
    font-size: clamp(1.25rem, 4vw, 1.7rem);
    font-weight: 800;
    color: #f8fafc;
}

.language-switch__subtitle[b-l429cn6f62] {
    margin: 0;
    color: var(--tblr-secondary, #cbd5e1);
}

.language-switch__route[b-l429cn6f62] {
    position: relative;
    z-index: 1;
    margin-top: clamp(1.1rem, 3vw, 1.6rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(15, 23, 42, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.language-switch__flag[b-l429cn6f62] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.7rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 700;
    color: inherit;
}

.language-switch__flag span[b-l429cn6f62] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language-switch__flag :deep(img)[b-l429cn6f62] {
    width: 38px;
    height: 28px;
    border-radius: 8px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.35);
}

.language-switch__arrow[b-l429cn6f62] {
    flex: 1;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(148, 163, 255, 0.82);
}

.language-switch__arrow-line[b-l429cn6f62] {
    flex: 1;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.18), rgba(125, 211, 252, 0.9));
    position: relative;
    overflow: hidden;
}

.language-switch__arrow-line[b-l429cn6f62]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
    transform: translateX(-120%);
    animation: language-switch-arrow-b-l429cn6f62 1.6s ease-in-out infinite;
}

.language-switch__arrow-head[b-l429cn6f62] {
    width: 11px;
    height: 11px;
    border-top: 2px solid currentColor;
    border-inline-end: 2px solid currentColor;
    transform: rotate(45deg);
    flex: 0 0 11px;
}

.language-switch__progress[b-l429cn6f62] {
    position: relative;
    z-index: 1;
    margin-top: clamp(1.2rem, 3vw, 1.75rem);
    display: grid;
    gap: 0.55rem;
}

.language-switch__progress-track[b-l429cn6f62] {
    position: relative;
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(148, 163, 255, 0.14);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.35);
}

.language-switch__progress-fill[b-l429cn6f62] {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(56, 189, 248, 0.92), rgba(99, 102, 241, 0.9));
    box-shadow: 0 10px 24px rgba(56, 189, 248, 0.45);
    transition: width 180ms ease;
}

.language-switch__progress-sheen[b-l429cn6f62] {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
    mix-blend-mode: screen;
    opacity: 0.55;
    transform: translateX(-120%);
    animation: language-switch-sheen-b-l429cn6f62 1.8s ease-in-out infinite;
}

.language-switch__progress-meta[b-l429cn6f62] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--tblr-secondary, #cbd5e1);
}

.language-switch__progress-value[b-l429cn6f62] {
    font-variant-numeric: tabular-nums;
    color: #e2e8f0;
}

.language-switch[dir="rtl"] .language-switch__route[b-l429cn6f62] {
    flex-direction: row-reverse;
}

.language-switch[dir="rtl"] .language-switch__arrow-head[b-l429cn6f62] {
    transform: rotate(-135deg);
}

.language-switch[dir="rtl"] .language-switch__progress-fill[b-l429cn6f62] {
    inset-inline-start: auto;
    inset-inline-end: 0;
}

[data-bs-theme="light"] .language-switch__backdrop[b-l429cn6f62] {
    background:
        radial-gradient(1200px circle at 10% 10%, rgba(14, 165, 233, 0.18), transparent 55%),
        radial-gradient(900px circle at 90% 20%, rgba(99, 102, 241, 0.16), transparent 60%),
        rgba(248, 250, 252, 0.82);
}

[data-bs-theme="light"] .language-switch__panel[b-l429cn6f62] {
    color: #0f172a;
    border-color: rgba(15, 23, 42, 0.08);
    background: linear-gradient(135deg, #ffffff, #eef3fb);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

[data-bs-theme="light"] .language-switch__title[b-l429cn6f62] {
    color: #0f172a;
}

[data-bs-theme="light"] .language-switch__subtitle[b-l429cn6f62],
[data-bs-theme="light"] .language-switch__progress-meta[b-l429cn6f62] {
    color: #475569;
}

[data-bs-theme="light"] .language-switch__route[b-l429cn6f62] {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .language-switch__flag[b-l429cn6f62] {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .language-switch__progress-track[b-l429cn6f62] {
    background: rgba(148, 163, 255, 0.16);
    border-color: rgba(15, 23, 42, 0.06);
}

[data-bs-theme="light"] .language-switch__progress-value[b-l429cn6f62] {
    color: #0f172a;
}

@keyframes language-switch-pop-b-l429cn6f62 {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes language-switch-backdrop-b-l429cn6f62 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes language-switch-aurora-b-l429cn6f62 {
    from {
        transform: rotate(-4deg) translate3d(-2%, -1%, 0) scale(1);
    }
    to {
        transform: rotate(8deg) translate3d(2%, 1%, 0) scale(1.05);
    }
}

@keyframes language-switch-spin-b-l429cn6f62 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes language-switch-arrow-b-l429cn6f62 {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }
    45% {
        opacity: 0.65;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes language-switch-sheen-b-l429cn6f62 {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }
    40% {
        opacity: 0.45;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@media (max-width: 600px) {
    .language-switch__header[b-l429cn6f62] {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .language-switch__heading[b-l429cn6f62] {
        text-align: center;
    }

    .language-switch[dir="rtl"] .language-switch__heading[b-l429cn6f62] {
        text-align: center;
    }

    .language-switch__route[b-l429cn6f62] {
        flex-direction: column;
        align-items: stretch;
    }

    .language-switch[dir="rtl"] .language-switch__route[b-l429cn6f62] {
        flex-direction: column;
    }

    .language-switch__arrow[b-l429cn6f62] {
        min-width: 0;
        width: 100%;
    }
}
/* /Components/Navigation/TableOfContents.razor.rz.scp.css */
.toc-card[b-rqyqlc7ktm] {
    --toc-accent-primary-rgb: var(--glow-security-rgb);
    --toc-accent-secondary-rgb: var(--glow-tools-rgb);
    direction: inherit;
    display: block;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: linear-gradient(135deg, rgba(6, 10, 20, 0.98), rgba(3, 7, 16, 0.98));
    box-shadow: 0 24px 48px rgba(2, 6, 23, 0.4);
    overflow: hidden;
}

.toc-card[open][b-rqyqlc7ktm] {
    border-color: rgba(var(--toc-accent-primary-rgb), 0.26);
}

.toc-shell[b-rqyqlc7ktm] {
    position: relative;
    display: block;
    padding: 0.95rem 1rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.toc-shell[b-rqyqlc7ktm]::-webkit-details-marker {
    display: none;
}

.toc-summary-glow[b-rqyqlc7ktm] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 22%, rgba(var(--toc-accent-primary-rgb), 0.18), transparent 34%),
        radial-gradient(circle at 86% 12%, rgba(var(--toc-accent-secondary-rgb), 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 42%);
    opacity: 0.9;
}

.toc-header[b-rqyqlc7ktm] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.toc-header-main[b-rqyqlc7ktm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.toc-card:dir(rtl) .toc-header[b-rqyqlc7ktm],
.toc-card:dir(rtl) .toc-header-main[b-rqyqlc7ktm] {
    flex-direction: row-reverse;
}

.toc-chip[b-rqyqlc7ktm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    border-radius: 0.9rem;
    background:
        linear-gradient(150deg, rgba(var(--toc-accent-primary-rgb), 0.18), rgba(var(--toc-accent-secondary-rgb), 0.12)),
        rgba(10, 16, 30, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px rgba(2, 6, 23, 0.28);
    color: var(--color-text-primary);
}

.toc-heading[b-rqyqlc7ktm] {
    min-width: 0;
}

.toc-card:dir(rtl) .toc-heading[b-rqyqlc7ktm] {
    text-align: right;
}

.toc-title[b-rqyqlc7ktm] {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #f8fafc;
}

.toc-toggle[b-rqyqlc7ktm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-text-secondary);
    transition:
        transform var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard),
        color var(--motion-duration-fast) var(--motion-ease-standard),
        background var(--motion-duration-fast) var(--motion-ease-standard);
}

.toc-toggle-icon[b-rqyqlc7ktm] {
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard);
}

.toc-card[open] .toc-toggle[b-rqyqlc7ktm] {
    color: #f8fafc;
    border-color: rgba(var(--toc-accent-primary-rgb), 0.24);
    background: rgba(var(--toc-accent-primary-rgb), 0.1);
}

.toc-card[open] .toc-toggle-icon[b-rqyqlc7ktm] {
    transform: rotate(180deg);
}

.toc-shell:hover .toc-toggle[b-rqyqlc7ktm],
.toc-shell:focus-visible .toc-toggle[b-rqyqlc7ktm] {
    color: #f8fafc;
    border-color: rgba(var(--toc-accent-primary-rgb), 0.2);
}

.toc-shell:focus-visible[b-rqyqlc7ktm] {
    outline: none;
}

.toc-card:has(.toc-shell:focus-visible)[b-rqyqlc7ktm] {
    box-shadow:
        0 24px 48px rgba(2, 6, 23, 0.4),
        0 0 0 0.2rem rgba(var(--toc-accent-primary-rgb), 0.18);
}

.toc-panel[b-rqyqlc7ktm] {
    position: relative;
    padding: 0 0.95rem 0.95rem;
}

.toc-panel[b-rqyqlc7ktm]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.22), transparent);
}

.toc-list[b-rqyqlc7ktm] {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    padding-top: 0.85rem;
}

.toc-item[b-rqyqlc7ktm] {
    min-width: 0;
    list-style: none;
}

.toc-link[b-rqyqlc7ktm] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem 0.75rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(6, 10, 20, 0.94)),
        rgba(10, 16, 30, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 14px 24px rgba(2, 6, 23, 0.22);
    color: inherit;
    text-decoration: none;
    direction: inherit;
    overflow: hidden;
    transition:
        transform var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        background var(--motion-duration-fast) var(--motion-ease-standard);
}

.toc-link[b-rqyqlc7ktm]::before {
    content: "";
    position: absolute;
    inset-block: 0.65rem;
    inset-inline-start: 0.4rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(var(--toc-accent-primary-rgb), 0.95), rgba(var(--toc-accent-secondary-rgb), 0.76));
    box-shadow: 0 0 12px rgba(var(--toc-accent-primary-rgb), 0.22);
}

.toc-link:hover[b-rqyqlc7ktm],
.toc-link:focus-visible[b-rqyqlc7ktm] {
    outline: none;
    transform: translateY(-2px);
    border-color: rgba(var(--toc-accent-primary-rgb), 0.28);
    background:
        linear-gradient(145deg, rgba(18, 30, 52, 0.96), rgba(7, 14, 26, 0.98)),
        rgba(10, 16, 30, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 28px rgba(2, 6, 23, 0.28),
        0 0 18px rgba(var(--toc-accent-primary-rgb), 0.12);
}

.toc-index[b-rqyqlc7ktm] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.45rem;
    height: 2.45rem;
    padding-inline: 0.5rem;
    border-radius: 0.78rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 16px rgba(2, 6, 23, 0.18);
}

.toc-text[b-rqyqlc7ktm] {
    min-width: 0;
}

.toc-card:dir(rtl) .toc-text[b-rqyqlc7ktm] {
    text-align: right;
}

.toc-label[b-rqyqlc7ktm] {
    display: block;
    font-weight: 600;
    font-size: 0.96rem;
    line-height: 1.35;
    color: #e2e8f0;
    text-wrap: pretty;
    overflow-wrap: anywhere;
}

.toc-icon[b-rqyqlc7ktm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #94a3b8;
    justify-self: end;
    transition:
        transform var(--motion-duration-fast) var(--motion-ease-standard),
        color var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
}

.toc-link:hover .toc-icon[b-rqyqlc7ktm],
.toc-link:focus-visible .toc-icon[b-rqyqlc7ktm] {
    transform: translateX(2px);
    color: #f8fafc;
    border-color: rgba(var(--toc-accent-primary-rgb), 0.18);
}

.toc-card:dir(rtl) .toc-icon[b-rqyqlc7ktm] {
    justify-self: start;
}

.toc-card:dir(rtl) .toc-link:hover .toc-icon[b-rqyqlc7ktm],
.toc-card:dir(rtl) .toc-link:focus-visible .toc-icon[b-rqyqlc7ktm] {
    transform: translateX(-2px);
}

.toc-card:dir(rtl) .toc-icon svg[b-rqyqlc7ktm] {
    transform: scaleX(-1);
}

[data-bs-theme="light"] .toc-card[b-rqyqlc7ktm] {
    border-color: rgba(148, 163, 184, 0.3);
    background: linear-gradient(135deg, #ffffff, #f3f6fb);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .toc-title[b-rqyqlc7ktm] {
    color: var(--color-text-primary);
}

[data-bs-theme="light"] .toc-chip[b-rqyqlc7ktm] {
    background:
        linear-gradient(150deg, rgba(var(--toc-accent-primary-rgb), 0.1), rgba(var(--toc-accent-secondary-rgb), 0.08)),
        rgba(255, 255, 255, 0.94);
    border-color: rgba(148, 163, 184, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 12px 20px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .toc-toggle[b-rqyqlc7ktm] {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(148, 163, 184, 0.2);
    color: var(--color-text-secondary);
}

[data-bs-theme="light"] .toc-shell:hover .toc-toggle[b-rqyqlc7ktm],
[data-bs-theme="light"] .toc-shell:focus-visible .toc-toggle[b-rqyqlc7ktm] {
    color: var(--color-text-primary);
    background: rgba(var(--toc-accent-primary-rgb), 0.1);
    border-color: rgba(var(--toc-accent-primary-rgb), 0.22);
}

[data-bs-theme="light"] .toc-card[open] .toc-toggle[b-rqyqlc7ktm] {
    background: rgba(var(--toc-accent-primary-rgb), 0.08);
}

[data-bs-theme="light"] .toc-panel[b-rqyqlc7ktm]::before {
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.34), transparent);
}

[data-bs-theme="light"] .toc-link[b-rqyqlc7ktm] {
    border-color: rgba(148, 163, 184, 0.22);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.94)),
        #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 12px 22px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .toc-link:hover[b-rqyqlc7ktm],
[data-bs-theme="light"] .toc-link:focus-visible[b-rqyqlc7ktm] {
    background:
        linear-gradient(145deg, rgba(240, 247, 255, 0.98), rgba(247, 250, 252, 0.96)),
        #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 16px 24px rgba(15, 23, 42, 0.1);
}

[data-bs-theme="light"] .toc-index[b-rqyqlc7ktm] {
    border-color: rgba(15, 23, 42, 0.08);
    background: #0f172a;
    color: #f8fafc;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 16px rgba(15, 23, 42, 0.12);
}

[data-bs-theme="light"] .toc-label[b-rqyqlc7ktm] {
    color: var(--color-text-primary);
}

[data-bs-theme="light"] .toc-icon[b-rqyqlc7ktm] {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(148, 163, 184, 0.18);
    color: var(--color-text-secondary);
}

@container (min-width: 700px) {
    .toc-list[b-rqyqlc7ktm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@container (min-width: 1120px) {
    .toc-list[b-rqyqlc7ktm] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .toc-card[b-rqyqlc7ktm] {
        border-radius: 18px;
    }

    .toc-shell[b-rqyqlc7ktm] {
        padding: 0.85rem 0.9rem;
    }

    .toc-panel[b-rqyqlc7ktm] {
        padding: 0 0.85rem 0.85rem;
    }

    .toc-link[b-rqyqlc7ktm] {
        padding: 0.72rem 0.78rem 0.72rem 0.92rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .toc-toggle[b-rqyqlc7ktm],
    .toc-toggle-icon[b-rqyqlc7ktm],
    .toc-link[b-rqyqlc7ktm],
    .toc-icon[b-rqyqlc7ktm] {
        transition: none;
    }

    .toc-link:hover[b-rqyqlc7ktm],
    .toc-link:focus-visible[b-rqyqlc7ktm],
    .toc-link:hover .toc-icon[b-rqyqlc7ktm],
    .toc-link:focus-visible .toc-icon[b-rqyqlc7ktm] {
        transform: none;
    }
}
/* /Components/Navigation/TopNavigationBar.razor.rz.scp.css */
.aurora-nav[b-9shdzv0sz8] {
    position: sticky;
    top: 0;
    z-index: 1050;
    padding: 0.5rem 0.7rem;
    background: transparent;
}

.aurora-nav__shell[b-9shdzv0sz8] {
    direction: inherit;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.5rem 0.65rem;
    border-radius: var(--radius-hero);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    background: var(--hero-background);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
    position: relative;
    overflow: visible;
}

.aurora-nav[dir="rtl"] .aurora-nav__shell[b-9shdzv0sz8] {
    flex-direction: row-reverse;
}

.aurora-nav__shell[b-9shdzv0sz8]::before,
.aurora-nav__shell[b-9shdzv0sz8]::after {
    content: "";
    position: absolute;
    inset: var(--hero-glow-inset-top) var(--hero-glow-inset-side) var(--hero-glow-inset-bottom);
    pointer-events: none;
    background: var(--hero-glow);
    filter: blur(var(--hero-glow-blur));
    opacity: var(--hero-glow-opacity);
}

.aurora-nav__shell[b-9shdzv0sz8]::after {
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    opacity: 0.6;
}

.aurora-nav__brand[b-9shdzv0sz8] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
}

.aurora-nav__controls[b-9shdzv0sz8] {
    display: inline-flex;
    align-items: stretch;
    gap: 0.4rem;
    z-index: 1;
}

.aurora-nav__theme[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-default-rgb);
    --button-glow-border: rgba(var(--glow-default-rgb), 0.35);
    --button-glow-shadow-1: rgba(var(--glow-default-rgb), 0.2);
    --button-glow-shadow-2: rgba(var(--glow-default-rgb), 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: auto;
    padding: 0 0.7rem;
    border-radius: var(--radius-button);
    border: var(--border-width-regular) solid var(--color-border-muted);
    background: var(--color-surface-hero);
    color: var(--color-text-button);
    box-shadow: 0 var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread)
        rgba(var(--button-glow-rgb), var(--button-shadow-opacity));
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
    align-self: stretch;
}

.aurora-nav__theme:hover[b-9shdzv0sz8],
.aurora-nav__theme:focus-visible[b-9shdzv0sz8] {
    outline: none;
    transform: translateY(var(--button-hover-translate-y));
    border-color: var(--button-glow-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--button-glow-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--button-glow-shadow-2);
}

.aurora-nav__language[b-9shdzv0sz8] {
    min-width: 76px;
    padding: 0 0.9rem;
    justify-content: center;
    cursor: pointer;
    align-self: stretch;
}

.aurora-nav__language .icon-flag-container[b-9shdzv0sz8] {
    margin: 0;
    transform: scale(1.2);
}

.aurora-nav__language img[b-9shdzv0sz8] {
    width: 26px;
    height: 26px;
}

.language-flyout[b-9shdzv0sz8] {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline-end: 0;
    z-index: 2000;
    min-width: min(920px, 90vw);
    max-height: 70vh;
    overflow: auto;
    padding: 0.35rem;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(10, 16, 28, 0.96), rgba(12, 20, 34, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.aurora-nav[dir="rtl"] .language-flyout[b-9shdzv0sz8],
.language-flyout.is-rtl[b-9shdzv0sz8] {
    inset-inline-end: auto;
    inset-inline-start: 0;
    right: auto;
    left: 0;
    text-align: right;
}

.aurora-nav[dir="rtl"] .language-flyout .language-flyout__item[b-9shdzv0sz8],
.language-flyout.is-rtl .language-flyout__item[b-9shdzv0sz8] {
    flex-direction: row-reverse;
    text-align: right;
}

.language-flyout__item[b-9shdzv0sz8] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.language-flyout__item .icon-flag-container[b-9shdzv0sz8] {
    flex-shrink: 0;
}

.language-flyout__item span[b-9shdzv0sz8] {
    white-space: nowrap;
}

.aurora-nav[dir="rtl"] .language-flyout .aurora-chip[b-9shdzv0sz8],
.language-flyout.is-rtl .aurora-chip[b-9shdzv0sz8] {
    flex-direction: row-reverse;
}

[data-bs-theme="light"] .language-flyout[b-9shdzv0sz8] {
    background: linear-gradient(145deg, #f6f7fb, #eaeff7);
    border-color: #dce2ee;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.language-flyout__backdrop[b-9shdzv0sz8] {
    position: fixed;
    inset: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 1500;
}

.aurora-nav__logo[b-9shdzv0sz8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.65rem;
    border-radius: var(--radius-button);
    border: var(--border-width-regular) dashed var(--color-border-muted);
    background: var(--color-surface-hero);
    position: relative;
    cursor: pointer;
}

.aurora-nav__brand-icon[b-9shdzv0sz8] {
    width: 30px;
    height: 30px;
}

.aurora-nav__orbit[b-9shdzv0sz8] {
    position: absolute;
    inset: 6px;
    border-radius: var(--radius-button);
    background: var(--hero-glow);
    filter: blur(12px);
    opacity: 0.38;
    pointer-events: none;
}

.aurora-nav__panel[b-9shdzv0sz8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    transition: max-height 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.aurora-nav__links[b-9shdzv0sz8] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.aurora-chip[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-default-rgb);
    --button-glow-border: rgba(var(--glow-default-rgb), 0.35);
    --button-glow-shadow-1: rgba(var(--glow-default-rgb), 0.2);
    --button-glow-shadow-2: rgba(var(--glow-default-rgb), 0.3);
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius-button);
    background: var(--color-surface-hero);
    border: var(--border-width-regular) solid var(--color-border-muted);
    color: var(--color-text-button);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
    box-shadow: 0 var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread)
        rgba(var(--button-glow-rgb), var(--button-shadow-opacity));
    position: relative;
    overflow: hidden;
}

.aurora-chip:hover[b-9shdzv0sz8],
.aurora-chip:focus-visible[b-9shdzv0sz8] {
    transform: translateY(var(--button-hover-translate-y));
    text-decoration: none;
    border-color: var(--button-glow-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--button-glow-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--button-glow-shadow-2);
}

.aurora-nav[dir="rtl"] .aurora-chip[b-9shdzv0sz8] {
    flex-direction: row-reverse;
}

.aurora-chip svg[b-9shdzv0sz8] {
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
}

.aurora-chip span[b-9shdzv0sz8] {
    position: relative;
    z-index: 1;
}

.aurora-chip--ghost[b-9shdzv0sz8] {
    background: var(--color-surface-hero);
    border-style: dashed;
    font-weight: 600;
}

.aurora-chip--admin[b-9shdzv0sz8] {
    background: var(--color-surface-hero);
    border-style: dashed;
    cursor: pointer;
}

.aurora-chip--admin[b-9shdzv0sz8],
.aurora-chip--admin:focus-visible[b-9shdzv0sz8] {
    outline: none;
}

.aurora-chip--admin .btn[b-9shdzv0sz8] {
    all: unset;
}

[data-bs-theme="light"] .aurora-chip--admin[b-9shdzv0sz8] {
    background: var(--color-surface-hero);
}

[data-bs-theme="light"] .aurora-chip[b-9shdzv0sz8] {
    background: var(--color-surface-hero);
}

.aurora-chip--blazor[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-blazor-rgb);
    --button-glow-border: var(--glow-blazor-border);
    --button-glow-shadow-1: var(--glow-blazor-shadow-1);
    --button-glow-shadow-2: var(--glow-blazor-shadow-2);
}

.aurora-chip--web[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-web-rgb);
    --button-glow-border: var(--glow-web-border);
    --button-glow-shadow-1: var(--glow-web-shadow-1);
    --button-glow-shadow-2: var(--glow-web-shadow-2);
}

.aurora-chip--security[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-security-rgb);
    --button-glow-border: var(--glow-security-border);
    --button-glow-shadow-1: var(--glow-security-shadow-1);
    --button-glow-shadow-2: var(--glow-security-shadow-2);
}

.aurora-chip--tools[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-tools-rgb);
    --button-glow-border: var(--glow-tools-border);
    --button-glow-shadow-1: var(--glow-tools-shadow-1);
    --button-glow-shadow-2: var(--glow-tools-shadow-2);
}

.aurora-chip--test[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-test-rgb);
    --button-glow-border: var(--glow-test-border);
    --button-glow-shadow-1: var(--glow-test-shadow-1);
    --button-glow-shadow-2: var(--glow-test-shadow-2);
}

.aurora-nav__toggle[b-9shdzv0sz8] {
    --button-glow-rgb: var(--glow-default-rgb);
    --button-glow-border: rgba(var(--glow-default-rgb), 0.35);
    --button-glow-shadow-1: rgba(var(--glow-default-rgb), 0.2);
    --button-glow-shadow-2: rgba(var(--glow-default-rgb), 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    border-radius: var(--radius-button);
    border: var(--border-width-regular) solid var(--color-border-muted);
    background: var(--color-surface-hero);
    color: inherit;
    box-shadow: 0 var(--button-shadow-offset-y) var(--button-shadow-blur) var(--button-shadow-spread)
        rgba(var(--button-glow-rgb), var(--button-shadow-opacity));
    transition: transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
    position: relative;
    z-index: 1;
}

.aurora-nav__toggle span[b-9shdzv0sz8] {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.aurora-nav__toggle span:nth-child(2)[b-9shdzv0sz8] {
    margin: 6px 0;
}

.aurora-nav__toggle[aria-expanded="true"] span:nth-child(1)[b-9shdzv0sz8] {
    transform: translateY(8px) rotate(45deg);
}

.aurora-nav__toggle[aria-expanded="true"] span:nth-child(3)[b-9shdzv0sz8] {
    transform: translateY(-8px) rotate(-45deg);
}

.aurora-nav__toggle[aria-expanded="true"] span:nth-child(2)[b-9shdzv0sz8] {
    opacity: 0;
}

.aurora-nav__toggle:hover[b-9shdzv0sz8],
.aurora-nav__toggle:focus-visible[b-9shdzv0sz8] {
    outline: none;
    transform: translateY(var(--button-hover-translate-y));
    border-color: var(--button-glow-border);
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) var(--button-glow-shadow-1),
        0 0 var(--button-hover-glow-blur) var(--button-glow-shadow-2);
}

.aurora-nav[dir="rtl"] .aurora-nav__links[b-9shdzv0sz8] {
    flex-direction: row-reverse;
}

.aurora-nav[dir="rtl"] .aurora-chip[b-9shdzv0sz8] {
    flex-direction: row-reverse;
}

.aurora-nav[dir="rtl"] .aurora-chip svg[b-9shdzv0sz8] {
    transform: scaleX(-1);
}

.aurora-nav[dir="rtl"] .aurora-nav__status[b-9shdzv0sz8] {
    flex-direction: row-reverse;
}

@media (max-width: 900px) {
    .aurora-nav[b-9shdzv0sz8] {
        padding: 0.55rem 0.75rem;
    }

    .aurora-nav__shell[b-9shdzv0sz8] {
        flex-wrap: wrap;
        gap: 0.65rem;
        padding-top: 2.6rem;
        position: relative;
    }

    .aurora-nav__toggle[b-9shdzv0sz8] {
        display: inline-flex;
        order: 2;
        position: absolute;
        top: 50%;
        right: 0.65rem;
        align-self: flex-start;
        transform: translateY(-50%);
    }

    .aurora-nav__toggle:hover[b-9shdzv0sz8],
    .aurora-nav__toggle:focus-visible[b-9shdzv0sz8] {
        transform: translateY(-50%);
    }

    .aurora-nav__panel[b-9shdzv0sz8] {
        order: 1;
        flex-basis: 100%;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-6px);
        pointer-events: none;
    }

    .aurora-nav__panel.is-open[b-9shdzv0sz8] {
        position: absolute;
        top: 100%;
        inset-inline: 0;
        max-height: min(70vh, 700px);
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        padding: 0.85rem;
        border-radius: var(--radius-hero);
        background: var(--color-surface-hero);
        border: var(--border-width-regular) solid var(--color-border-subtle);
        box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
        z-index: 1200;
    }

    [data-bs-theme="dark"] .aurora-nav__panel.is-open[b-9shdzv0sz8] {
        background: linear-gradient(135deg, #0b101e, #080c18);
    }

    .aurora-nav__links[b-9shdzv0sz8] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
        width: 100%;
    }

    .aurora-nav__links li[b-9shdzv0sz8] {
        width: 100%;
        max-width: 100%;
    }

    .aurora-chip[b-9shdzv0sz8] {
        width: 100%;
        justify-content: flex-start;
        text-align: start;
    }

    .aurora-nav__controls[b-9shdzv0sz8] {
        order: -1;
        margin-left: 0;
        align-self: flex-start;
        position: absolute;
        top: 50%;
        left: 0.65rem;
        gap: 0.35rem;
        transform: translateY(-50%);
    }

    .aurora-nav__theme[b-9shdzv0sz8] {
        min-width: 26px;
        min-height: 32px;
        padding: 0 0.28rem;
        border-radius: 6px;
    }

    .aurora-nav__language[b-9shdzv0sz8] {
        min-width: 50px;
        min-height: 34px;
        padding: 0 0.38rem;
        border-radius: 8px;
    }

    .aurora-nav__language img[b-9shdzv0sz8] {
        width: 16px;
        height: 16px;
    }

    .aurora-nav[dir="rtl"] .aurora-chip[b-9shdzv0sz8] {
        justify-content: flex-end;
        text-align: end;
    }
}

@media (max-width: 640px) {
    .aurora-nav__logo[b-9shdzv0sz8] {
        padding-inline: 0.55rem;
    }

    .aurora-nav__shell[b-9shdzv0sz8] {
        border-radius: 16px;
    }

    .aurora-chip[b-9shdzv0sz8] {
        font-weight: 600;
    }
}
/* /Components/Overlays/ModalOverlay.razor.rz.scp.css */
[data-modal-overlay-backdrop][b-a05f7dtj21] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    z-index: 1990;
}

[data-modal-overlay][b-a05f7dtj21] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
    z-index: 2000;
}

[data-modal-overlay][data-fullscreen="true"][b-a05f7dtj21] {
    padding: 0;
}

[data-modal-dialog][b-a05f7dtj21] {
    width: min(var(--modal-width, 1140px), 100%);
    max-height: calc(100vh - 2rem);
    display: flex;
}

[data-modal-dialog][data-size="sm"][b-a05f7dtj21] {
    --modal-width: 380px;
}

[data-modal-dialog][data-size="lg"][b-a05f7dtj21] {
    --modal-width: 720px;
}

[data-modal-dialog][data-size="xl"][b-a05f7dtj21] {
    --modal-width: 1140px;
}

[data-modal-dialog][data-fullscreen="true"][b-a05f7dtj21] {
    --modal-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

[data-modal-content][b-a05f7dtj21] {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--tblr-bg-surface);
    color: var(--tblr-body-color, #e5e7eb);
    border: 1px solid var(--tblr-border-color, rgba(255, 255, 255, 0.12));
    border-radius: var(--tblr-border-radius-lg, 16px);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

[data-modal-dialog][data-fullscreen="true"] [data-modal-content][b-a05f7dtj21] {
    border-radius: 0;
}

[data-modal-header][b-a05f7dtj21] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--tblr-border-color, rgba(255, 255, 255, 0.12));
}

[data-modal-header-content][b-a05f7dtj21] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
}

[data-modal-header] h5[b-a05f7dtj21] {
    margin: 0;
}

[data-modal-header] button[b-a05f7dtj21] {
    border: none;
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    color: inherit;
}

[data-modal-header] button:hover[b-a05f7dtj21],
[data-modal-header] button:focus-visible[b-a05f7dtj21] {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

[data-modal-body][b-a05f7dtj21] {
    padding: 1.5rem;
    flex: 1 1 auto;
    overflow: auto;
}
/* /Components/Progresses/Progress.razor.rz.scp.css */
.ghostly-progress[b-undzmwid8h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.ghostly-progress__track[b-undzmwid8h] {
    width: min(320px, 100%);
    height: 0.65rem;
    border-radius: 999px;
    background: var(--progress-track);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.ghostly-progress__bar[b-undzmwid8h] {
    height: 100%;
    width: 0;
    background: var(--progress-accent);
    border-radius: inherit;
    transition: width 250ms ease;
}

.ghostly-progress__bar--indeterminate[b-undzmwid8h] {
    position: absolute;
    width: 40%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--progress-accent), rgba(255, 255, 255, 0));
    animation: ghostly-progress-slide-b-undzmwid8h 1.2s ease-in-out infinite;
}

.ghostly-progress__label[b-undzmwid8h] {
    font-size: 0.85rem;
    color: var(--bs-secondary-color, #6c757d);
    text-align: center;
}

@keyframes ghostly-progress-slide-b-undzmwid8h {
    0% {
        transform: translateX(-140%);
    }
    60% {
        transform: translateX(40%);
    }
    100% {
        transform: translateX(140%);
    }
}
/* /Components/Rating/ProsCons.razor.rz.scp.css */
/* ProsCons Component - Mullvad-Inspired Styling */

/* Pros and Cons Container */
.pros-cons-container[b-97v1n4s11w] {
    width: 100%;
    margin: 1.5rem 0;
}

/* Grid Layout */
.pros-cons-grid[b-97v1n4s11w] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
}

/* Desktop/Wide Screen Layout - Side by Side */
@media (min-width: 768px) {
    .pros-cons-grid[b-97v1n4s11w] {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* Section Styling */
.pros-section[b-97v1n4s11w],
.cons-section[b-97v1n4s11w] {
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 3px solid;
    transition: all 0.3s ease;
}

.pros-section[b-97v1n4s11w] {
    border-color: #28a745;
}

.cons-section[b-97v1n4s11w] {
    border-color: #dc3545;
}

.pros-section:hover[b-97v1n4s11w],
.cons-section:hover[b-97v1n4s11w] {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

/* Section Titles */
.section-title[b-97v1n4s11w] {
    margin: 0 0 1.25rem 0;
    font-size: 1.375rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pros-title[b-97v1n4s11w] {
    color: #1b5e20;
}

.cons-title[b-97v1n4s11w] {
    color: #b71c1c;
}

.section-title .icon[b-97v1n4s11w] {
    font-size: 1.75rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.pros-title .icon[b-97v1n4s11w] {
    color: #ffffff;
    background-color: #28a745;
}

.cons-title .icon[b-97v1n4s11w] {
    color: #ffffff;
    background-color: #dc3545;
}

/* List Styling */
.list[b-97v1n4s11w] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.list-item[b-97v1n4s11w] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.6;
    font-size: 1rem;
}

/* Bullet Icons */
.bullet[b-97v1n4s11w] {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.6;
    width: 1.75rem;
    text-align: center;
}

.pros-bullet[b-97v1n4s11w] {
    color: #2e7d32;
}

.cons-bullet[b-97v1n4s11w] {
    color: #c62828;
}

/* Text Content */
.text[b-97v1n4s11w] {
    flex: 1;
    color: inherit;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .pros-section[b-97v1n4s11w] {
        border-color: #4caf50;
    }

    .cons-section[b-97v1n4s11w] {
        border-color: #ef5350;
    }

    .pros-title[b-97v1n4s11w] {
        color: #a5d6a7;
    }

    .cons-title[b-97v1n4s11w] {
        color: #ef9a9a;
    }

    .pros-title .icon[b-97v1n4s11w] {
        background-color: #ffffff;
        color: #2e7d32;
    }

    .cons-title .icon[b-97v1n4s11w] {
        background-color: #ffffff;
        color: #c62828;
    }

    .pros-bullet[b-97v1n4s11w] {
        color: #a5d6a7;
    }

    .cons-bullet[b-97v1n4s11w] {
        color: #ef9a9a;
    }
}

/* Accessibility - High Contrast Mode */
@media (prefers-contrast: high) {
    .pros-section[b-97v1n4s11w],
    .cons-section[b-97v1n4s11w] {
        border-width: 3px;
    }

    .bullet[b-97v1n4s11w] {
        font-size: 1.5rem;
    }
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .pros-cons-container[b-97v1n4s11w] {
        margin: 1rem 0;
    }

    .pros-section[b-97v1n4s11w],
    .cons-section[b-97v1n4s11w] {
        padding: 1rem;
    }

    .section-title[b-97v1n4s11w] {
        font-size: 1.125rem;
    }

    .list-item[b-97v1n4s11w] {
        font-size: 0.9375rem;
    }
}

/* Tablet Optimization */
@media (min-width: 768px) and (max-width: 1024px) {
    .pros-cons-grid[b-97v1n4s11w] {
        gap: 1.5rem;
    }
}
/* /Components/SiteMap/SiteMapModal.razor.rz.scp.css */
.sitemap-modal__trigger[b-748703clh3] {
    display: inline-block;
}

.sitemap-modal__open[b-748703clh3] {
    background: transparent;
    border: 1px solid var(--tblr-border-color, rgba(255, 255, 255, 0.2));
    color: inherit;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sitemap-modal__open:hover[b-748703clh3] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.35);
}

.sitemap-modal__open:focus[b-748703clh3],
.sitemap-modal__open:focus-visible[b-748703clh3] {
    outline: 2px solid var(--tblr-primary, #74c0fc);
    outline-offset: 2px;
}

.sitemap-modal__backdrop[b-748703clh3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.sitemap-modal__dialog[b-748703clh3] {
    background: var(--tblr-dark, #111);
    color: inherit;
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: min(1200px, 95vw);
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
}

.sitemap-modal__header[b-748703clh3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sitemap-modal__title[b-748703clh3] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.sitemap-modal__close[b-748703clh3] {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.4rem;
    transition: background-color 0.15s ease;
}

.sitemap-modal__close:hover[b-748703clh3] {
    background: rgba(255, 255, 255, 0.08);
}

.sitemap-modal__close:focus[b-748703clh3],
.sitemap-modal__close:focus-visible[b-748703clh3] {
    outline: 2px solid var(--tblr-primary, #74c0fc);
    outline-offset: 2px;
}

.sitemap-modal__body[b-748703clh3] {
    padding: 1rem;
    overflow: auto;
    flex: 1;
}
/* /Components/SiteMap/SiteMapTable.razor.rz.scp.css */
.sitemap-table[b-z37vir33rp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sitemap-table__header[b-z37vir33rp] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sitemap-table__tools[b-z37vir33rp] {
    display: flex;
    justify-content: flex-end;
}

.sitemap-table__wrapper[b-z37vir33rp] {
    width: 100%;
    overflow-x: auto;
}

.sitemap-table__table[b-z37vir33rp] {
    margin-bottom: 0;
    width: 100%;
}

.sitemap-table__table--hover tbody tr:hover[b-z37vir33rp] {
    background-color: rgba(13, 110, 253, 0.08);
}

.sitemap-table__row--selected[b-z37vir33rp] {
    background-color: rgba(13, 110, 253, 0.15);
}

.sitemap-table__header-cell[b-z37vir33rp] {
    white-space: nowrap;
}

.sitemap-table__header-cell--sortable[b-z37vir33rp] {
    cursor: pointer;
    user-select: none;
}

.sitemap-table__sort-indicator[b-z37vir33rp] {
    margin-left: 0.25rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

.sitemap-table__search[b-z37vir33rp] {
    max-width: 320px;
}
/* /Components/SiteMap/SiteMapTabs.razor.rz.scp.css */
.site-map-tabs[b-u5u4q0c73m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-map-tabs__list[b-u5u4q0c73m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color, #3a3f44);
    padding-bottom: 0.5rem;
}

.site-map-tabs__tab[b-u5u4q0c73m] {
    border: 1px solid transparent;
    border-bottom: none;
    background: transparent;
    color: var(--bs-body-color, #f8f9fa);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem 0.5rem 0 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.site-map-tabs__tab:hover[b-u5u4q0c73m] {
    background-color: rgba(255, 255, 255, 0.08);
}

.site-map-tabs__tab.is-active[b-u5u4q0c73m] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--bs-border-color, #3a3f44);
}

.site-map-tabs__panel[b-u5u4q0c73m] {
    padding-top: 0.5rem;
}

.site-map-tabs__content[b-u5u4q0c73m] {
    display: none;
}

.site-map-tabs__content.is-active[b-u5u4q0c73m] {
    display: block;
}
/* /Components/Translation/TranslationMainComponent.razor.rz.scp.css */
.translation-table-header[b-zv4piuc364] {
    position: relative;
    width: 100%;
    min-height: 3.25rem;
}

.translation-table-pager[b-zv4piuc364] {
    margin-left: auto;
}

.translation-table-pager .pagination[b-zv4piuc364] {
    margin-bottom: 0;
}

.translation-missing-info[b-zv4piuc364] {
    margin-bottom: 0;
    text-align: center;
}

.translation-text-type-badge[b-zv4piuc364] {
    background-color: #2fb344;
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
}

@media (max-width: 992px) {
}
/* /Components/Translation/TranslationModalFooterComponent.razor.rz.scp.css */
.translation-filter-controls[b-tf3w1ltdw9] {
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.translation-filter-controls .form-select[b-tf3w1ltdw9] {
    min-width: 10rem;
}

.multi-select[b-tf3w1ltdw9] {
    min-width: 10rem;
    cursor: pointer;
}
/* /Components/Translation/TranslationModalHeader.razor.rz.scp.css */
.translation-action-button[b-2yx6shkd5b],
.translation-refresh-button[b-2yx6shkd5b] {
    min-width: 3.5rem;
}

.translation-refresh-button[b-2yx6shkd5b] {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}
/* /Components/Translation/TranslationTable.razor.rz.scp.css */
.translation-table[b-xq81zukkd8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.translation-table__header[b-xq81zukkd8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

.translation-table__header-main[b-xq81zukkd8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    flex: 1 1 auto;
}

.translation-table__header-tools[b-xq81zukkd8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
}

.translation-table__header-tools-content[b-xq81zukkd8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.translation-table__search[b-xq81zukkd8] {
    min-width: 220px;
}

.translation-table__wrapper[b-xq81zukkd8] {
    width: 100%;
}

.translation-table__wrapper--responsive[b-xq81zukkd8] {
    overflow-x: auto;
}

.translation-table__table[b-xq81zukkd8] {
    margin-bottom: 0;
    width: 100%;
}

.translation-table__table--hover tbody tr:hover[b-xq81zukkd8] {
    background-color: rgba(13, 110, 253, 0.08);
}

.translation-table__header-cell[b-xq81zukkd8] {
    white-space: nowrap;
}

.translation-table__header-cell--sortable[b-xq81zukkd8] {
    cursor: pointer;
    user-select: none;
}

.translation-table__sort-indicator[b-xq81zukkd8] {
    margin-left: 0.25rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

.translation-table__empty[b-xq81zukkd8] {
    text-align: center;
    padding: 1.5rem 0;
}

.translation-table__footer[b-xq81zukkd8] {
    display: flex;
    justify-content: center;
}

.translation-table__pager-content[b-xq81zukkd8] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-end;
}

.translation-table__pager-info[b-xq81zukkd8] {
    font-size: 0.85rem;
    color: #6c757d;
    white-space: nowrap;
}

.translation-table__pager-content .pagination[b-xq81zukkd8] {
    margin-bottom: 0;
}
/* /Components/Translation/TranslationTabs.razor.rz.scp.css */
.translation-tabs[b-yk77zn10vd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.translation-tabs__list[b-yk77zn10vd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color, #3a3f44);
    padding-bottom: 0.5rem;
}

.translation-tabs__tab[b-yk77zn10vd] {
    border: 1px solid transparent;
    border-bottom: none;
    background: transparent;
    color: var(--bs-body-color, #f8f9fa);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem 0.5rem 0 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.translation-tabs__tab:hover[b-yk77zn10vd] {
    background-color: rgba(255, 255, 255, 0.08);
}

.translation-tabs__tab.is-active[b-yk77zn10vd] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--bs-border-color, #3a3f44);
}

.translation-tabs__tab.is-disabled[b-yk77zn10vd] {
    cursor: not-allowed;
    opacity: 0.5;
}

.translation-tabs__panel[b-yk77zn10vd] {
    padding-top: 0.5rem;
}

.translation-tabs__content[b-yk77zn10vd] {
    display: none;
}

.translation-tabs__content.is-active[b-yk77zn10vd] {
    display: block;
}
/* /Components/Video/VideoEmbedShowcase.razor.rz.scp.css */
.video-embed-showcase[b-mjy7joecp8] {
    --video-embed-accent: #ef4444;
    --video-embed-accent-soft: rgba(248, 113, 113, 0.24);
    --video-embed-secondary-glow: rgba(14, 165, 233, 0.18);
    --video-embed-surface: linear-gradient(145deg, #150d12, #1d1522 46%, #10253f);
    --video-embed-copy: linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.35));
    --video-embed-title: #fff7f7;
    --video-embed-text: #e2e8f0;
    --video-embed-muted: #dbeafe;
    --video-embed-kicker: #fca5a5;
    --video-embed-card: rgba(15, 23, 42, 0.28);
    --video-embed-card-border: rgba(248, 113, 113, 0.18);
    --video-embed-frame: #020617;
    margin: 0;
}

.video-embed-showcase__surface[b-mjy7joecp8] {
    overflow: hidden;
    border: 1px solid var(--video-embed-accent-soft);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.22), rgba(239, 68, 68, 0)),
        radial-gradient(circle at bottom right, var(--video-embed-secondary-glow), rgba(14, 165, 233, 0)),
        var(--video-embed-surface);
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.28);
}

.video-embed-showcase__copy[b-mjy7joecp8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    color: var(--video-embed-text);
    background: var(--video-embed-copy);
}

.video-embed-showcase__eyebrow[b-mjy7joecp8] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.9rem;
    color: var(--video-embed-kicker);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.video-embed-showcase__title[b-mjy7joecp8] {
    margin-bottom: 0.85rem;
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    color: var(--video-embed-title);
}

.video-embed-showcase__description[b-mjy7joecp8] {
    margin-bottom: 1.25rem;
    color: var(--video-embed-text);
    max-width: 34ch;
}

.video-embed-showcase__features[b-mjy7joecp8] {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.video-embed-showcase__feature[b-mjy7joecp8] {
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--video-embed-card-border);
    border-radius: 14px;
    background: var(--video-embed-card);
    color: var(--video-embed-muted);
}

.video-embed-showcase__feature-title[b-mjy7joecp8] {
    color: var(--video-embed-title);
    font-weight: 700;
}

.video-embed-showcase__button[b-mjy7joecp8] {
    width: fit-content;
    border: 0;
    box-shadow: 0 14px 30px rgba(220, 38, 38, 0.28);
}

.video-embed-showcase__frame-wrap[b-mjy7joecp8] {
    height: 100%;
    padding: 1rem;
}

.video-embed-showcase__frame[b-mjy7joecp8] {
    position: relative;
    height: 100%;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: var(--video-embed-frame);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.video-embed-showcase__frame[b-mjy7joecp8]::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.video-embed-showcase__frame iframe[b-mjy7joecp8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

[data-bs-theme="light"] .video-embed-showcase[b-mjy7joecp8] {
    --video-embed-accent-soft: rgba(239, 68, 68, 0.2);
    --video-embed-secondary-glow: rgba(59, 130, 246, 0.16);
    --video-embed-surface: linear-gradient(145deg, #fff8f8, #fff3f3 42%, #eef6ff);
    --video-embed-copy: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.58));
    --video-embed-title: #111827;
    --video-embed-text: #475569;
    --video-embed-muted: #475569;
    --video-embed-kicker: #b91c1c;
    --video-embed-card: rgba(255, 255, 255, 0.75);
    --video-embed-card-border: rgba(239, 68, 68, 0.16);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1199.98px) {
    .video-embed-showcase__copy[b-mjy7joecp8] {
        padding-bottom: 1rem;
    }

    .video-embed-showcase__description[b-mjy7joecp8] {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .video-embed-showcase__copy[b-mjy7joecp8] {
        padding: 1.25rem;
    }

    .video-embed-showcase__frame-wrap[b-mjy7joecp8] {
        padding: 0 1rem 1rem;
    }

    .video-embed-showcase__frame[b-mjy7joecp8] {
        min-height: 240px;
        border-radius: 18px;
    }
}
/* /Pages/About.razor.rz.scp.css */
.about-page[b-2839sjhv13] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.about-hero[b-2839sjhv13] {
    position: relative;
    padding: 3.5rem clamp(1.5rem, 2vw, 2.5rem);
    border-radius: 32px;
    background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.45), transparent 55%),
        radial-gradient(circle at bottom right, rgba(217, 70, 239, 0.35), transparent 55%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.8));
    color: #f8fafc;
    overflow: hidden;
}

.about-hero__grid[b-2839sjhv13] {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
    position: relative;
    z-index: 2;
}

.about-hero__content[b-2839sjhv13] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-kicker[b-2839sjhv13] {
    text-transform: uppercase;
    letter-spacing: 0.32rem;
    font-size: 0.7rem;
    color: rgba(226, 232, 240, 0.75);
    margin: 0;
}

.about-lede[b-2839sjhv13] {
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 45ch;
}

.about-hero__tags[b-2839sjhv13] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.about-pill[b-2839sjhv13] {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(15, 23, 42, 0.6);
    font-size: 0.85rem;
}

.about-hero__meta[b-2839sjhv13] {
    display: grid;
    gap: 0.35rem;
    color: rgba(226, 232, 240, 0.8);
}

.about-hero__badges[b-2839sjhv13] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
}

.about-hero__panel[b-2839sjhv13] {
    display: grid;
    gap: 1rem;
    transform: rotate(-2deg);
}

.about-hero__card[b-2839sjhv13] {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(56, 189, 248, 0.35);
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
    transform: rotate(2deg);
}

.about-hero__card h3[b-2839sjhv13] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.about-hero__glow[b-2839sjhv13] {
    position: absolute;
    inset: -30% 20% 40% -20%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.5), transparent 70%);
    filter: blur(10px);
    z-index: 1;
}

.about-section[b-2839sjhv13] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-grid[b-2839sjhv13] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.about-tile[b-2839sjhv13] {
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(14, 116, 144, 0.25);
    background: linear-gradient(135deg, rgba(236, 254, 255, 0.95), rgba(224, 231, 255, 0.9));
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
}

.about-tile h3[b-2839sjhv13] {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.about-author[b-2839sjhv13] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
}

.about-author__card[b-2839sjhv13] {
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(14, 116, 144, 0.2);
    background: linear-gradient(135deg, rgba(240, 249, 255, 0.95), rgba(248, 250, 252, 0.9));
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.about-author__header[b-2839sjhv13] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.about-author__name[b-2839sjhv13] {
    font-size: 1.2rem;
    font-weight: 600;
}

.about-author__role[b-2839sjhv13] {
    color: rgba(30, 41, 59, 0.7);
}

.about-author__grid[b-2839sjhv13] {
    padding-top: 0.5rem;
}

.about-author__facts[b-2839sjhv13] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin: 0;
}

.about-fact[b-2839sjhv13] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: linear-gradient(135deg, rgba(248, 250, 255, 0.95), rgba(226, 232, 255, 0.75));
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.15), 0 14px 28px rgba(15, 23, 42, 0.08);
    position: relative;
}

.about-fact__label[b-2839sjhv13] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: rgba(30, 41, 59, 0.6);
}

.about-fact__value[b-2839sjhv13] {
    font-size: 0.98rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.92);
    margin: 0;
}

.about-author__story[b-2839sjhv13] {
    padding: 1.5rem;
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(248, 250, 255, 0.95), rgba(226, 232, 255, 0.8));
    color: #0f172a;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.about-checklist[b-2839sjhv13] {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.5rem;
}

.about-list[b-2839sjhv13] {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.5rem;
}

.about-section--hire[b-2839sjhv13] {
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(140deg, rgba(30, 64, 175, 0.9), rgba(88, 28, 135, 0.85));
    color: #f8fafc;
}

.about-section--hire p[b-2839sjhv13] {
    color: rgba(226, 232, 240, 0.8);
}

.about-hire-contact a[b-2839sjhv13] {
    color: #38bdf8;
    text-decoration: none;
}

.about-hire-contact a:hover[b-2839sjhv13] {
    text-decoration: underline;
}

.about-pricing[b-2839sjhv13] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.about-price-card[b-2839sjhv13] {
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(248, 250, 252, 0.25);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.85), rgba(30, 41, 59, 0.9));
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 220px;
}

.about-price-card h3[b-2839sjhv13] {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.about-price[b-2839sjhv13] {
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #38bdf8;
}

.about-section--references[b-2839sjhv13] {
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(226, 232, 255, 0.9), rgba(236, 254, 255, 0.95));
}

.about-reference-grid[b-2839sjhv13] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.about-reference-card[b-2839sjhv13] {
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px dashed rgba(14, 116, 144, 0.4);
    background: rgba(248, 250, 255, 0.75);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-reference-card:hover[b-2839sjhv13] {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
}

.about-reference-card--featured[b-2839sjhv13] {
    border-style: solid;
    border-color: rgba(56, 189, 248, 0.6);
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(59, 130, 246, 0.12));
    box-shadow: 0 20px 40px rgba(56, 189, 248, 0.2);
}

.about-reference-title[b-2839sjhv13] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.about-reference-lede[b-2839sjhv13] {
    margin: 0;
    color: rgba(15, 23, 42, 0.7);
}

.about-reference-actions[b-2839sjhv13] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.about-reference-card a[b-2839sjhv13] {
    color: inherit;
    text-decoration: none;
}

.about-reference-card a:hover[b-2839sjhv13] {
    text-decoration: underline;
}

.about-reference-cta[b-2839sjhv13] {
    align-self: flex-start;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.35);
    background: #e2e8ff;
    color: #0f172a;
    font-size: 0.85rem;
    text-decoration: none;
}

.about-reference-cta:hover[b-2839sjhv13] {
    background: #c7d2fe;
    text-decoration: none;
}

[data-bs-theme="dark"] .about-tile[b-2839sjhv13],
[data-bs-theme="dark"] .about-author__card[b-2839sjhv13],
[data-bs-theme="dark"] .about-section--references[b-2839sjhv13] {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
}

[data-bs-theme="dark"] .about-reference-card[b-2839sjhv13] {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(148, 163, 184, 0.3);
}

[data-bs-theme="dark"] .about-reference-lede[b-2839sjhv13] {
    color: rgba(226, 232, 240, 0.7);
}

[data-bs-theme="dark"] .about-fact[b-2839sjhv13] {
    background: rgba(15, 23, 42, 0.65);
    border-color: rgba(148, 163, 184, 0.25);
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.2), 0 14px 28px rgba(15, 23, 42, 0.2);
}

[data-bs-theme="dark"] .about-fact__label[b-2839sjhv13] {
    color: rgba(226, 232, 240, 0.6);
}

[data-bs-theme="dark"] .about-fact__value[b-2839sjhv13] {
    color: rgba(248, 250, 252, 0.95);
}

[data-bs-theme="dark"] .about-author__story[b-2839sjhv13] {
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.75));
    color: #f8fafc;
}

[data-bs-theme="dark"] .about-reference-cta[b-2839sjhv13] {
    border-color: rgba(248, 250, 252, 0.25);
    background: #0f172a;
    color: #f8fafc;
}

[data-bs-theme="dark"] .about-reference-cta:hover[b-2839sjhv13] {
    background: #1e293b;
}

[data-bs-theme="dark"] .about-author__role[b-2839sjhv13] {
    color: rgba(226, 232, 240, 0.7);
}

@media (max-width: 720px) {
    .about-hero[b-2839sjhv13] {
        padding: 2.5rem 1.5rem;
    }

    .about-hero__panel[b-2839sjhv13] {
        transform: none;
    }

    .about-hero__card[b-2839sjhv13] {
        transform: none;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.mission[b-7uqpu6yl1i],
.privacy[b-7uqpu6yl1i] {
    margin: 3.5rem 0;
}

.mission[b-7uqpu6yl1i] {
    display: block;
}

.privacy__header[b-7uqpu6yl1i] {
    max-width: 920px;
}

.privacy__pillars[b-7uqpu6yl1i] {
    margin-top: 2rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.privacy-card[b-7uqpu6yl1i] {
    padding: 1.5rem;
    border-radius: 18px;
    border: 1px solid rgba(91, 141, 255, 0.3);
    background: linear-gradient(160deg, rgba(91, 141, 255, 0.18), rgba(12, 17, 36, 0.7));
    display: grid;
    gap: 0.75rem;
}

.privacy-card__icon[b-7uqpu6yl1i] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
}

[data-bs-theme="light"] .privacy__header[b-7uqpu6yl1i] {
    color: rgba(15, 23, 42, 0.9);
}

[data-bs-theme="light"] .privacy-card[b-7uqpu6yl1i] {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.85));
    border-color: rgba(99, 102, 241, 0.18);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .privacy-card__icon[b-7uqpu6yl1i] {
    background: rgba(99, 102, 241, 0.12);
    color: rgba(30, 41, 59, 0.9);
}

@media (max-width: 720px) {
    .mission[b-7uqpu6yl1i] {
        display: block;
    }
}
/* /Pages/PageNotFound.razor.rz.scp.css */
.nf-shell[b-ji5co39cpu] {
    display: grid;
    place-items: center;
    padding: 4rem 1rem 6rem;
    min-height: 80vh;
    background: radial-gradient(circle at 20% 20%, rgba(115, 97, 255, 0.14), transparent 35%),
                radial-gradient(circle at 80% 10%, rgba(255, 109, 177, 0.18), transparent 30%),
                radial-gradient(circle at 50% 90%, rgba(0, 212, 255, 0.12), transparent 32%);
}

.nf-card[b-ji5co39cpu] {
    position: relative;
    max-width: 1080px;
    width: min(100%, 1080px);
    background: linear-gradient(145deg, rgba(17, 17, 25, 0.9), rgba(28, 31, 48, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.04);
    border-radius: 28px;
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    color: #e9ecf2;
    overflow: hidden;
}

.nf-card[b-ji5co39cpu]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.06), transparent 40%),
                radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.05), transparent 45%);
    pointer-events: none;
}

.nf-corner[b-ji5co39cpu] {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.85rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    z-index: 3;
}

.nf-corner__label[b-ji5co39cpu] {
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #dfe3f5;
}

.nf-corner__link[b-ji5co39cpu] {
    padding: 0.25rem 0.65rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #34d399, #10b981);
    color: #0c0e1a;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.nf-corner__link:hover[b-ji5co39cpu],
.nf-corner__link:focus-visible[b-ji5co39cpu] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.35);
    text-decoration: none;
}

.nf-ghost[b-ji5co39cpu] {
    position: absolute;
    top: 10%;
    left: -6%;
    font-size: 2.8rem;
    animation: nf-float-b-ji5co39cpu 9s ease-in-out infinite alternate;
    opacity: 0.85;
    filter: drop-shadow(0 6px 18px rgba(255, 255, 255, 0.3));
}

.nf-badge[b-ji5co39cpu] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 1.6rem;
    border-radius: 999px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.nf-badge__orbit[b-ji5co39cpu],
.nf-badge__pulse[b-ji5co39cpu],
.nf-badge__core[b-ji5co39cpu] {
    position: relative;
    display: grid;
    place-items: center;
}

.nf-badge__orbit[b-ji5co39cpu] {
    position: absolute;
    inset: -28px;
    border-radius: 50%;
    background: conic-gradient(from 45deg,
        rgba(99, 102, 241, 0.2),
        rgba(236, 72, 153, 0.3),
        rgba(59, 130, 246, 0.2),
        rgba(99, 102, 241, 0.25));
    animation: nf-spin-b-ji5co39cpu 10s linear infinite;
    filter: blur(18px);
    opacity: 0.8;
}

.nf-badge__pulse[b-ji5co39cpu] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 65%);
    animation: nf-pulse-b-ji5co39cpu 3s ease-in-out infinite;
}

.nf-badge__core[b-ji5co39cpu] {
    position: relative;
    z-index: 1;
    padding: 1.4rem 1.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #171a2b, #1f2335);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
    gap: 0.6rem;
    min-width: 220px;
}

.nf-badge__emoji[b-ji5co39cpu] {
    font-size: 1.8rem;
}

.nf-badge__text[b-ji5co39cpu] {
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nf-badge__tag[b-ji5co39cpu] {
    position: absolute;
    bottom: -0.6rem;
    right: 1.2rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.nf-body[b-ji5co39cpu] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.nf-image[b-ji5co39cpu] {
    border-radius: 18px;
    overflow: hidden;
    background: radial-gradient(circle at 40% 30%, rgba(99, 102, 241, 0.2), transparent 45%),
                radial-gradient(circle at 60% 70%, rgba(236, 72, 153, 0.2), transparent 45%);
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    position: relative;
}

.nf-hero-link[b-ji5co39cpu] {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.nf-hero-link:hover[b-ji5co39cpu],
.nf-hero-link:focus-visible[b-ji5co39cpu] {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 18px 38px rgba(99, 102, 241, 0.35);
}

.nf-fly-home[b-ji5co39cpu] {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: linear-gradient(135deg, #fcd34d, #f59e0b);
    color: #0d0f1a;
    font-weight: 800;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.35);
    cursor: pointer;
    transform-origin: center;
    animation: nf-bounce-b-ji5co39cpu 2.6s ease-in-out infinite;
}

.nf-fly-home:hover[b-ji5co39cpu],
.nf-fly-home:focus-visible[b-ji5co39cpu] {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 32px rgba(245, 158, 11, 0.45);
}

.nf-copy[b-ji5co39cpu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nf-title[b-ji5co39cpu] {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.2;
    font-weight: 800;
    color: #f7f8ff;
}

.nf-lead[b-ji5co39cpu] {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #f7f8ff;
}

.nf-actions[b-ji5co39cpu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0.5rem 0 0.75rem;
}

.nf-button[b-ji5co39cpu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nf-button--primary[b-ji5co39cpu] {
    background: linear-gradient(135deg, #a855f7, #6366f1);
    color: #0c0e1a;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

.nf-button--ghost[b-ji5co39cpu] {
    background: rgba(255, 255, 255, 0.08);
    color: #e9ecf2;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nf-button:hover[b-ji5co39cpu],
.nf-button:focus-visible[b-ji5co39cpu] {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.nf-note[b-ji5co39cpu] {
    color: #c2c6d5;
    font-size: 0.95rem;
    line-height: 1.6;
}

@keyframes nf-spin-b-ji5co39cpu {
    to {
        transform: rotate(360deg);
    }
}

@keyframes nf-pulse-b-ji5co39cpu {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes nf-float-b-ji5co39cpu {
    0% {
        transform: translateY(0px) translateX(0px) rotate(-4deg);
    }
    50% {
        transform: translateY(-18px) translateX(22px) rotate(3deg);
    }
    100% {
        transform: translateY(6px) translateX(48px) rotate(-2deg);
    }
}

@keyframes nf-bounce-b-ji5co39cpu {
    0% { transform: translateY(0) rotate(0deg); }
    30% { transform: translateY(-6px) rotate(-2deg); }
    60% { transform: translateY(0) rotate(1deg); }
    80% { transform: translateY(-3px) rotate(-1deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

@media (max-width: 992px) {
    .nf-body[b-ji5co39cpu] {
        grid-template-columns: 1fr;
    }

    .nf-image[b-ji5co39cpu] {
        order: -1;
    }
}

@media (max-width: 640px) {
    .nf-card[b-ji5co39cpu] {
        padding: 1.6rem;
    }

    .nf-badge__core[b-ji5co39cpu] {
        min-width: 180px;
    }

    .nf-actions[b-ji5co39cpu] {
        flex-direction: column;
    }
}
/* /Pages/Payment/StripePaymentPage.razor.rz.scp.css */
.payment-shell[b-kuuip1o32s] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 0;
}

.payment-hero[b-kuuip1o32s] {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(20, 83, 136, 0.9));
    color: #e5e7eb;
    border: 1px solid var(--tblr-border-color, #1e293b);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

[data-bs-theme="light"] .payment-hero[b-kuuip1o32s] {
    background: linear-gradient(135deg, #ffffff, #eef3fb);
    color: #0f172a;
    border-color: #e5e7eb;
}

.payment-hero__title[b-kuuip1o32s] {
    font-weight: 800;
    margin-bottom: .25rem;
}

.payment-hero__subtitle[b-kuuip1o32s] {
    color: var(--tblr-secondary, #cbd5e1);
    margin-bottom: .75rem;
}

[data-bs-theme="light"] .payment-hero__subtitle[b-kuuip1o32s] {
    color: #475569;
}

.hero-pills[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    gap: .6rem;
    margin-bottom: .75rem;
    direction: inherit;
}

.hero-meta[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .75rem;
    margin-top: 1rem;
    direction: inherit;
}

.payment-badge[b-kuuip1o32s] {
    box-shadow: none;
}

.payment-badge .text-badge__text[b-kuuip1o32s] {
    white-space: normal;
}

.payment-badge--compact[b-kuuip1o32s] {
    font-size: .85rem;
    padding: .25rem .55rem;
}

.payment-badge--note[b-kuuip1o32s] {
    justify-content: flex-start;
    text-align: left;
}

.payment-badge--wrap[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: .45rem;
}

.payment-badge--wrap > :first-child[b-kuuip1o32s] {
    align-self: center;
}

.payment-grid[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    align-items: start;
}

.payment-card[b-kuuip1o32s],
.summary-card[b-kuuip1o32s],
.payment-status[b-kuuip1o32s],
.payment-success[b-kuuip1o32s] {
    border: 1px solid var(--tblr-border-color, #1e293b);
    border-radius: 18px;
    background: var(--tblr-card-bg, #0b1220);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    padding: 1.25rem;
}

[data-bs-theme="light"] .payment-card[b-kuuip1o32s],
[data-bs-theme="light"] .summary-card[b-kuuip1o32s],
[data-bs-theme="light"] .payment-status[b-kuuip1o32s],
[data-bs-theme="light"] .payment-success[b-kuuip1o32s] {
    background: #ffffff;
    border-color: #e5e7eb;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.section-heading .eyebrow[b-kuuip1o32s] {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .85rem;
    color: var(--tblr-secondary, #cbd5e1);
    margin-bottom: .2rem;
}

[data-bs-theme="light"] .section-heading .eyebrow[b-kuuip1o32s] {
    color: #475569;
}

.section-title[b-kuuip1o32s] {
    margin: 0;
    font-weight: 800;
}

.section-subtitle[b-kuuip1o32s] {
    margin: .25rem 0 0;
    color: var(--tblr-secondary, #cbd5e1);
}

[data-bs-theme="light"] .section-subtitle[b-kuuip1o32s] {
    color: #475569;
}

.product-grid[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.product-card[b-kuuip1o32s] {
    border: 1px solid var(--tblr-border-color, #1e293b);
    border-radius: 14px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    gap: .6rem;
}

.product-card.is-selected[b-kuuip1o32s] {
    border-color: var(--tblr-primary, #14b8a6);
    box-shadow: 0 10px 26px rgba(20, 184, 166, 0.25);
}

.product-card__head[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .75rem;
    direction: inherit;
}

.product-price[b-kuuip1o32s] {
    font-weight: 800;
    font-size: 1.05rem;
    text-align: end;
}

.product-card__body h3[b-kuuip1o32s] {
    margin: 0;
    font-weight: 700;
}

.product-card__body p[b-kuuip1o32s] {
    margin: .15rem 0;
    color: var(--tblr-secondary, #cbd5e1);
}

[data-bs-theme="light"] .product-card__body p[b-kuuip1o32s] {
    color: #475569;
}

.pill-row[b-kuuip1o32s] {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
    gap: .4rem;
    margin-top: .35rem;
    direction: inherit;
}

.product-check[b-kuuip1o32s] {
    position: relative;
    width: 26px;
    height: 26px;
    border: 2px solid var(--tblr-border-color, #475569);
    border-radius: 8px;
    display: grid;
    place-items: center;
    cursor: pointer;
    background: rgba(148, 163, 184, 0.12);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.product-check input[b-kuuip1o32s] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.product-check .checkmark[b-kuuip1o32s] {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.5);
    transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-check.checked[b-kuuip1o32s] {
    border-color: var(--tblr-primary, #14b8a6);
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.14);
    background: rgba(20, 184, 166, 0.14);
}

.product-check.checked .checkmark[b-kuuip1o32s] {
    background: var(--tblr-primary, #14b8a6);
    box-shadow: inset 0 0 0 2px var(--tblr-card-bg, #0b1220);
}

.product-check:focus-within[b-kuuip1o32s] {
    outline: 2px solid var(--tblr-primary, #14b8a6);
    outline-offset: 2px;
}

.product-check input:disabled + .checkmark[b-kuuip1o32s],
.product-check:has(input:disabled)[b-kuuip1o32s] {
    cursor: not-allowed;
    opacity: .7;
}

.agreement-check[b-kuuip1o32s] {
    width: 28px;
    height: 28px;
}

.agreement-text.inline[b-kuuip1o32s] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: .45rem;
    direction: inherit;
    min-width: 0;
}

.agreement-text.inline span[b-kuuip1o32s],
.agreement-text.inline a[b-kuuip1o32s] {
    white-space: normal;
    overflow-wrap: anywhere;
}

.summary-row[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: .5rem;
    padding: .4rem 0;
    direction: inherit;
}

.summary-row.subtle[b-kuuip1o32s] {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: .6rem;
    color: var(--tblr-secondary, #cbd5e1);
}

[data-bs-theme="light"] .summary-row.subtle[b-kuuip1o32s] {
    color: #475569;
}

.total-row span:last-child[b-kuuip1o32s] {
    font-weight: 800;
    font-size: 1.15rem;
}

.agreement-row[b-kuuip1o32s] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .75rem;
    padding: .65rem 0;
    border-top: 1px solid var(--tblr-border-color, #1e293b);
    direction: inherit;
}

.agreement-text .eyebrow[b-kuuip1o32s] {
    margin: 0;
}

.summary-actions[b-kuuip1o32s] {
    display: grid;
    gap: .65rem;
    margin-top: .5rem;
}


.pay-button[b-kuuip1o32s] {
    box-shadow: 0 10px 30px rgba(20, 184, 166, 0.28);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 800;
    width: 100%;
    max-width: 100%;
}

.payment-status[b-kuuip1o32s],
.payment-success[b-kuuip1o32s] {
    text-align: center;
    padding: 2rem 1.5rem;
}

.success-icon[b-kuuip1o32s] {
    margin-bottom: 1rem;
}

.text-red[b-kuuip1o32s] {
    color: var(--tblr-danger, #f87171);
}

.is-pending .spin[b-kuuip1o32s] {
    animation: spin-b-kuuip1o32s 1.1s linear infinite;
}

@keyframes spin-b-kuuip1o32s {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .payment-grid[b-kuuip1o32s] {
        grid-template-columns: 1fr;
    }

    .hero-meta[b-kuuip1o32s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-pills[b-kuuip1o32s] {
        grid-template-columns: 1fr;
    }

    .payment-badge--note[b-kuuip1o32s],
    .payment-badge--wrap[b-kuuip1o32s] {
        justify-content: flex-start;
        text-align: left;
    }
}

.payment-shell:dir(rtl) .product-card__head[b-kuuip1o32s] {
    grid-template-columns: 1fr auto;
}

.payment-shell:dir(rtl) .product-price[b-kuuip1o32s] {
    text-align: start;
}

.payment-shell:dir(rtl) .summary-row[b-kuuip1o32s],
.payment-shell:dir(rtl) .agreement-row[b-kuuip1o32s] {
    text-align: right;
}
/* /Pages/Security/CompleteSecurityandVPNVocabularyReference.razor.rz.scp.css */
.glossary-hero[b-8zm3m7hjxg] {
    background: linear-gradient(135deg, #0d6efd0d, #0dcaf017);
}

.glossary-card[b-8zm3m7hjxg] {
    border: 1px solid #e9ecef;
    transition: transform .15s ease, box-shadow .15s ease;
}

.glossary-card:hover[b-8zm3m7hjxg] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.25rem rgba(13, 110, 253, 0.08);
}

.glossary-bullets li[b-8zm3m7hjxg] {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: .35rem;
}

.glossary-bullets li[b-8zm3m7hjxg]::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0d6efd;
}

.glossary-link[b-8zm3m7hjxg] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}
/* /Pages/Security/HostAWebsiteAnonymouslyFromHome.razor.rz.scp.css */
.container[b-pr6m1600vr] {
    padding-bottom: 2rem;
}

.article-section[b-pr6m1600vr] {
    margin: 2.5rem 0;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.95));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.article-section:hover[b-pr6m1600vr] {
    transform: translateY(-4px);
    border-color: rgba(13, 110, 253, 0.25);
    box-shadow: 0 24px 60px rgba(13, 110, 253, 0.12);
}

[data-bs-theme="dark"] .article-section[b-pr6m1600vr] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.6), rgba(17, 24, 39, 0.85));
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

[data-bs-theme="dark"] .article-section:hover[b-pr6m1600vr] {
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 24px 60px rgba(14, 116, 144, 0.35);
}

.article-section__header[b-pr6m1600vr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.article-section__icon[b-pr6m1600vr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.article-section__icon :global(svg)[b-pr6m1600vr] {
    stroke-width: 1.6;
}

.article-section__card[b-pr6m1600vr] {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="dark"] .article-section__card[b-pr6m1600vr] {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.article-section__card :global(.lumen-faq)[b-pr6m1600vr] {
    border: none;
}

.article-section__related .col-md-4[b-pr6m1600vr] {
    display: flex;
}

.article-section__related :global(.card)[b-pr6m1600vr] {
    flex: 1;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="dark"] .article-section__related :global(.card)[b-pr6m1600vr] {
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
    .article-section[b-pr6m1600vr] {
        padding: 1.5rem;
    }

    .article-section__header[b-pr6m1600vr] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Security/ListOfVpnProvider.razor.rz.scp.css */
.vpn-filters[b-fvao4z472d] {
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.04));
}

.vpn-filters__header[b-fvao4z472d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.vpn-filters__summary[b-fvao4z472d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.vpn-count-pill[b-fvao4z472d] {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.95rem;
}

.vpn-filters__controls[b-fvao4z472d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.vpn-filter-block .form-label[b-fvao4z472d] {
    margin-bottom: 0.4rem;
}

.vpn-search[b-fvao4z472d] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
    min-height: 48px;
}

.vpn-search .form-control[b-fvao4z472d] {
    border: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
    height: 100%;
    min-height: 32px;
}

.vpn-search__clear[b-fvao4z472d] {
    color: var(--bs-secondary-color);
}

.vpn-filter-chips[b-fvao4z472d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.filter-chip[b-fvao4z472d] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 500;
    position: relative;
}

.filter-chip input[b-fvao4z472d] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter-chip__content[b-fvao4z472d] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    background: var(--bs-body-bg);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.filter-chip input:checked + .filter-chip__content[b-fvao4z472d] {
    border-color: var(--bs-primary);
    background: rgba(37, 99, 235, 0.15);
    box-shadow: 0 0.4rem 1.2rem rgba(37, 99, 235, 0.2);
    color: var(--bs-primary);
}

.filter-chip .icon[b-fvao4z472d] {
    color: var(--bs-primary);
}

.vpn-country-dropdown[b-fvao4z472d] {
    position: relative;
}

.vpn-country-dropdown__button[b-fvao4z472d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    padding: 0.5rem 0.9rem;
}

.vpn-country-dropdown__menu[b-fvao4z472d] {
    position: absolute;
    inset-inline-start: 0;
    top: calc(100% + 0.5rem);
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    --bs-bg-opacity: 1;
    background-color: #ffffff;
    background-image: none;
    background: #ffffff;
    opacity: 1;
    backdrop-filter: none;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.85rem;
    padding: 0.5rem;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 0.35rem;
    isolation: isolate;
    z-index: 10;
}

.vpn-country-dropdown__menu[b-fvao4z472d]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: #ffffff;
    z-index: -1;
}

.vpn-country-option[b-fvao4z472d] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0.5rem 0.6rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
    font-size: 0.92rem;
    color: var(--bs-body-color);
}

.vpn-country-option:hover[b-fvao4z472d],
.vpn-country-option[aria-selected="true"][b-fvao4z472d] {
    background: rgba(37, 99, 235, 0.12);
    color: var(--bs-primary);
}

.vpn-filters__footer[b-fvao4z472d] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.vpn-count-badge .text-badge[b-fvao4z472d] {
    font-size: 0.76rem;
    padding: 0.15rem 0.45rem;
}

.vpn-card-grid[b-fvao4z472d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

.vpn-card[b-fvao4z472d] {
    background: var(--bs-body-bg);
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgba(37, 99, 235, 0.35);
    box-shadow: 0 0.6rem 1.8rem rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(37, 99, 235, 0.12);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
    width: min(100%, 360px);
}

.vpn-card:hover[b-fvao4z472d] {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
}

.vpn-card[b-fvao4z472d]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.22), transparent 55%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.vpn-card:hover[b-fvao4z472d]::before {
    opacity: 1;
}

[data-bs-theme="dark"] .vpn-card[b-fvao4z472d] {
    border-color: rgba(99, 102, 241, 0.7);
    background: rgba(15, 23, 42, 0.85);
    box-shadow: 0 0.8rem 2rem rgba(2, 6, 23, 0.55), 0 0 0 1px rgba(99, 102, 241, 0.4);
}

[data-bs-theme="dark"] .vpn-card__stats[b-fvao4z472d] {
    background: rgba(30, 41, 59, 0.65);
}

[data-bs-theme="dark"] .vpn-card__score-row[b-fvao4z472d] {
    background: rgba(99, 102, 241, 0.18);
}

[data-bs-theme="dark"] .vpn-card[b-fvao4z472d]::before {
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.35), transparent 60%);
    opacity: 0.5;
}

.vpn-card__header[b-fvao4z472d] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.vpn-card__brand[b-fvao4z472d] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.vpn-card__brand img[b-fvao4z472d] {
    border-radius: 12px;
    background: var(--bs-light);
    padding: 0.3rem;
}

.vpn-card__name[b-fvao4z472d] {
    font-weight: 700;
    font-size: 1.05rem;
}

.vpn-card__country[b-fvao4z472d] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
    text-align: end;
}

.vpn-card__score-row[b-fvao4z472d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-primary-bg-subtle);
    border-radius: 0.9rem;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(99, 102, 241, 0.25);
}

.vpn-card__score-row span[b-fvao4z472d] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bs-secondary-color);
}

.vpn-card__score[b-fvao4z472d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--bs-primary);
    background: rgba(99, 102, 241, 0.15);
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.25), 0 0.4rem 1rem rgba(99, 102, 241, 0.25);
}

.vpn-card__stats[b-fvao4z472d] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    background: var(--bs-light);
    border-radius: 1rem;
    padding: 0.75rem;
    text-align: center;
}

.vpn-card__stats span[b-fvao4z472d] {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bs-secondary-color);
}

.vpn-card__stats strong[b-fvao4z472d] {
    font-size: 1rem;
    font-weight: 700;
}

.vpn-card__tags[b-fvao4z472d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.vpn-tag[b-fvao4z472d] {
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.12);
    color: var(--bs-primary);
    padding: 0.3rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.vpn-card__details[b-fvao4z472d] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.vpn-card__details li[b-fvao4z472d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vpn-card__cta[b-fvao4z472d] {
    border-radius: 999px;
    font-weight: 600;
    margin-top: auto;
}

.filter-reset--hidden[b-fvao4z472d] {
    visibility: hidden;
}

[dir="rtl"] .vpn-filters__summary[b-fvao4z472d] {
    flex-direction: row-reverse;
}

[dir="rtl"] .vpn-country-option[b-fvao4z472d] {
    text-align: right;
}

[data-bs-theme="dark"] .vpn-country-dropdown__menu[b-fvao4z472d] {
    background-color: #0b1120;
    background-image: none;
    background: #0b1120;
    border-color: rgba(148, 163, 184, 0.35);
}

[data-bs-theme="dark"] .vpn-country-dropdown__menu[b-fvao4z472d]::before {
    background-color: #0b1120;
}

[data-bs-theme="light"] .vpn-country-dropdown__menu[b-fvao4z472d],
[data-bs-theme="light"] .vpn-country-dropdown__menu[b-fvao4z472d]::before {
    background-color: #ffffff;
}

[dir="rtl"] .vpn-card__header[b-fvao4z472d] {
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .vpn-filters__header[b-fvao4z472d] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .vpn-card-grid[b-fvao4z472d] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* /Pages/Security/MyOnlineFingerPrint.razor.rz.scp.css */
.fingerprint-page[b-dydfxs8s87] {
    direction: inherit;
    padding-block: 2rem 4.5rem;
}

.fingerprint-article[b-dydfxs8s87] {
    display: grid;
    gap: 1.75rem;
}

.fingerprint-hero[b-dydfxs8s87],
.fingerprint-panel[b-dydfxs8s87],
.fingerprint-resource[b-dydfxs8s87] {
    direction: inherit;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-hero);
    border: var(--border-width-regular) solid var(--color-border-subtle);
    background: var(--hero-background);
    box-shadow: 0 var(--hero-shadow-offset-y) var(--hero-shadow-blur) var(--color-shadow-deep);
}

.fingerprint-hero[b-dydfxs8s87] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: clamp(1.5rem, 2.4vw, 2.5rem);
    padding: var(--space-hero-padding);
    isolation: isolate;
}

.fingerprint-hero[b-dydfxs8s87]::before,
.fingerprint-hero[b-dydfxs8s87]::after,
.fingerprint-panel[b-dydfxs8s87]::before {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
    z-index: 0;
}

.fingerprint-hero[b-dydfxs8s87]::before {
    width: 22rem;
    height: 22rem;
    top: -7rem;
    right: -5rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.18), transparent 70%);
    filter: blur(8px);
    animation: fingerprint-drift-b-dydfxs8s87 16s ease-in-out infinite;
}

.fingerprint-hero[b-dydfxs8s87]::after {
    width: 18rem;
    height: 18rem;
    bottom: -8rem;
    left: -6rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.14), transparent 72%);
    filter: blur(10px);
    animation: fingerprint-drift-b-dydfxs8s87 18s ease-in-out infinite reverse;
}

.fingerprint-panel[b-dydfxs8s87]::before {
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 28%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 40%);
}

.fingerprint-hero__copy[b-dydfxs8s87],
.fingerprint-hero__visual[b-dydfxs8s87],
.fingerprint-panel > *[b-dydfxs8s87],
.fingerprint-resource > *[b-dydfxs8s87] {
    position: relative;
    z-index: 1;
}

.fingerprint-hero__copy[b-dydfxs8s87],
.fingerprint-hero__visual[b-dydfxs8s87] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.fingerprint-hero__eyebrow[b-dydfxs8s87],
.fingerprint-panel__eyebrow[b-dydfxs8s87] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-transform: uppercase;
    letter-spacing: var(--hero-pretitle-letter-spacing);
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--color-text-secondary);
}

.fingerprint-hero__eyebrow[b-dydfxs8s87]::before,
.fingerprint-panel__eyebrow[b-dydfxs8s87]::before {
    content: "";
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.85), rgba(14, 165, 233, 0.45));
    box-shadow: 0 0 18px rgba(59, 130, 246, 0.45);
}

.fingerprint-hero__title[b-dydfxs8s87] {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 4.15rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--color-text-primary);
}

.fingerprint-hero__subtitle[b-dydfxs8s87],
.fingerprint-panel__text[b-dydfxs8s87],
.fingerprint-section__heading p[b-dydfxs8s87],
.fingerprint-resource p[b-dydfxs8s87],
.fingerprint-signal p[b-dydfxs8s87],
.fingerprint-note p[b-dydfxs8s87],
.fingerprint-answer[b-dydfxs8s87],
.fingerprint-visibility-card p[b-dydfxs8s87] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text-subtle);
}

.fingerprint-hero__meta[b-dydfxs8s87],
.fingerprint-hero__actions[b-dydfxs8s87] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.fingerprint-chip[b-dydfxs8s87],
.fingerprint-status-pill[b-dydfxs8s87] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.1rem;
    min-width: 7.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.24);
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.08));
    color: var(--color-text-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(2, 6, 23, 0.16);
}

#webrtc-status[b-dydfxs8s87],
#canvas-fingerprint-status[b-dydfxs8s87] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.15rem;
    min-width: auto;
    padding: 0.45rem 0.85rem 0.45rem 0.72rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.72)) !important;
    color: var(--color-text-primary) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
    text-transform: none !important;
    white-space: nowrap !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 22px rgba(2, 6, 23, 0.18) !important;
}

#webrtc-status[b-dydfxs8s87]::before,
#canvas-fingerprint-status[b-dydfxs8s87]::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    flex: 0 0 0.5rem;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
    opacity: 0.95;
}

.fingerprint-chip--live[b-dydfxs8s87],
.fingerprint-status-pill--good[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0.1));
    border-color: rgba(34, 197, 94, 0.36);
    color: #d7ffe4;
}

.fingerprint-status-pill--warn[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.22), rgba(245, 158, 11, 0.12));
    border-color: rgba(245, 158, 11, 0.4);
}

.fingerprint-status-pill--neutral[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(59, 130, 246, 0.08));
    border-color: rgba(59, 130, 246, 0.24);
    color: #dbeafe;
}

.fingerprint-status-pill--danger[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.22), rgba(239, 68, 68, 0.11));
    border-color: rgba(239, 68, 68, 0.34);
    color: #ffe2e2;
}

#webrtc-status.fingerprint-status-pill--good[b-dydfxs8s87],
#canvas-fingerprint-status.fingerprint-status-pill--good[b-dydfxs8s87],
#webrtc-status.badge.bg-success[b-dydfxs8s87],
#canvas-fingerprint-status.badge.bg-success[b-dydfxs8s87],
#webrtc-status.bg-success[b-dydfxs8s87],
#canvas-fingerprint-status.bg-success[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(20, 83, 45, 0.92), rgba(22, 101, 52, 0.72)) !important;
    border-color: rgba(74, 222, 128, 0.3) !important;
    color: #86efac !important;
}

#webrtc-status.fingerprint-status-pill--neutral[b-dydfxs8s87],
#canvas-fingerprint-status.fingerprint-status-pill--neutral[b-dydfxs8s87],
#webrtc-status.badge.bg-warning[b-dydfxs8s87],
#canvas-fingerprint-status.badge.bg-warning[b-dydfxs8s87],
#webrtc-status.bg-warning[b-dydfxs8s87],
#canvas-fingerprint-status.bg-warning[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(30, 64, 175, 0.9), rgba(30, 64, 175, 0.65)) !important;
    border-color: rgba(96, 165, 250, 0.28) !important;
    color: #dbeafe !important;
}

#webrtc-status.fingerprint-status-pill--danger[b-dydfxs8s87],
#canvas-fingerprint-status.fingerprint-status-pill--danger[b-dydfxs8s87],
#webrtc-status.badge.bg-danger[b-dydfxs8s87],
#canvas-fingerprint-status.badge.bg-danger[b-dydfxs8s87],
#webrtc-status.bg-danger[b-dydfxs8s87],
#canvas-fingerprint-status.bg-danger[b-dydfxs8s87] {
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.92), rgba(153, 27, 27, 0.7)) !important;
    border-color: rgba(248, 113, 113, 0.28) !important;
    color: #fecaca !important;
}

.fingerprint-button[b-dydfxs8s87] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.85rem 1.2rem;
    border-radius: var(--radius-button);
    border: 1px solid var(--color-border-muted);
    background: rgba(15, 23, 42, 0.08);
    color: var(--color-text-primary);
    text-decoration: none;
    font-weight: 700;
    transition:
        transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard),
        background var(--motion-duration-fast) var(--motion-ease-standard);
}

.fingerprint-button:hover[b-dydfxs8s87],
.fingerprint-button:focus-visible[b-dydfxs8s87],
.fingerprint-resource:hover[b-dydfxs8s87],
.fingerprint-resource:focus-visible[b-dydfxs8s87],
.fingerprint-text-link:hover[b-dydfxs8s87],
.fingerprint-text-link:focus-visible[b-dydfxs8s87] {
    transform: translateY(var(--button-hover-translate-y));
    box-shadow: 0 var(--button-hover-shadow-offset-y) var(--button-hover-shadow-blur) rgba(2, 6, 23, 0.18);
}

.fingerprint-button--primary[b-dydfxs8s87] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(14, 165, 233, 0.78));
    border-color: rgba(96, 165, 250, 0.6);
    color: #f8fafc;
}

.fingerprint-fact-grid[b-dydfxs8s87],
.fingerprint-signal-grid[b-dydfxs8s87],
.fingerprint-fix-grid[b-dydfxs8s87],
.fingerprint-resource-grid[b-dydfxs8s87],
.fingerprint-visibility-grid[b-dydfxs8s87] {
    display: grid;
    gap: 1rem;
}

.fingerprint-fact-grid[b-dydfxs8s87] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fingerprint-fact[b-dydfxs8s87],
.fingerprint-signal[b-dydfxs8s87],
.fingerprint-metric[b-dydfxs8s87],
.fingerprint-visibility-card[b-dydfxs8s87],
.fingerprint-note[b-dydfxs8s87] {
    border-radius: 22px;
    border: 1px solid var(--color-border-subtle);
    background: rgba(15, 23, 42, 0.08);
    padding: 1rem 1.05rem;
}

.fingerprint-fact__label[b-dydfxs8s87],
.fingerprint-signal__label[b-dydfxs8s87],
.fingerprint-metric__label[b-dydfxs8s87] {
    display: block;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--color-text-secondary);
}

.fingerprint-fact__value[b-dydfxs8s87],
.fingerprint-signal__value[b-dydfxs8s87],
.fingerprint-metric__value[b-dydfxs8s87],
.fingerprint-spotlight__grid dd[b-dydfxs8s87] {
    color: var(--color-text-primary);
    font-size: 1.1rem;
    line-height: 1.35;
}

.fingerprint-hero__visual[b-dydfxs8s87] {
    gap: 1rem;
}

.fingerprint-spotlight[b-dydfxs8s87],
.fingerprint-panel[b-dydfxs8s87],
.fingerprint-resource[b-dydfxs8s87] {
    padding: clamp(1.2rem, 2vw, 1.6rem);
}

.fingerprint-spotlight[b-dydfxs8s87] {
    border-radius: calc(var(--radius-hero) - 2px);
    border: 1px solid rgba(59, 130, 246, 0.22);
    background:
        linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(14, 165, 233, 0.06)),
        rgba(15, 23, 42, 0.08);
}

.fingerprint-spotlight__header[b-dydfxs8s87],
.fingerprint-lab__header[b-dydfxs8s87] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.fingerprint-spotlight__title[b-dydfxs8s87],
.fingerprint-panel__title[b-dydfxs8s87],
.fingerprint-lab__header h3[b-dydfxs8s87],
.fingerprint-resource h3[b-dydfxs8s87],
.fingerprint-visibility-card h3[b-dydfxs8s87] {
    margin: 0;
    color: var(--color-text-primary);
}

.fingerprint-spotlight__title[b-dydfxs8s87] {
    font-size: 1.6rem;
}

.fingerprint-spotlight__summary[b-dydfxs8s87] {
    margin: 0;
    color: var(--color-text-subtle);
    line-height: 1.7;
}

.fingerprint-spotlight__grid[b-dydfxs8s87] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 0;
}

.fingerprint-spotlight__grid div[b-dydfxs8s87],
.fingerprint-steps li[b-dydfxs8s87] {
    border-radius: 18px;
    border: 1px solid var(--color-border-subtle);
    background: rgba(15, 23, 42, 0.08);
}

.fingerprint-spotlight__grid div[b-dydfxs8s87] {
    padding: 0.85rem 0.95rem;
}

.fingerprint-spotlight__grid dt[b-dydfxs8s87] {
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--color-text-secondary);
}

.fingerprint-spotlight__grid dd[b-dydfxs8s87] {
    margin: 0;
}

.fingerprint-spotlight__callout[b-dydfxs8s87] {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    border: 1px solid rgba(14, 165, 233, 0.18);
    background: rgba(14, 165, 233, 0.07);
}

.fingerprint-hero__media[b-dydfxs8s87] {
    border-radius: calc(var(--radius-hero) - 4px);
}

.fingerprint-section[b-dydfxs8s87] {
    display: grid;
    gap: 1rem;
}

.fingerprint-section__heading h2[b-dydfxs8s87] {
    margin: 0.35rem 0 0.5rem;
    color: var(--color-text-primary);
    font-size: clamp(1.7rem, 2.5vw, 2.5rem);
    line-height: 1.1;
}

.fingerprint-live-layout[b-dydfxs8s87],
.fingerprint-answer-layout[b-dydfxs8s87],
.fingerprint-lab-grid[b-dydfxs8s87] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1rem;
}

.fingerprint-panel--wide[b-dydfxs8s87] {
    min-width: 0;
}

.fingerprint-panel--accent[b-dydfxs8s87] {
    background:
        linear-gradient(180deg, rgba(34, 197, 94, 0.14), rgba(14, 165, 233, 0.08)),
        var(--hero-background);
}

.fingerprint-panel--lab[b-dydfxs8s87] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fingerprint-signal-grid[b-dydfxs8s87] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fingerprint-signal[b-dydfxs8s87] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.fingerprint-steps[b-dydfxs8s87] {
    direction: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.85rem;
}

.fingerprint-steps li[b-dydfxs8s87] {
    display: grid;
    gap: 0.3rem;
    padding-block: 1rem;
    padding-inline: 1rem 1rem;
    padding-inline-start: 3.2rem;
    position: relative;
    text-align: start;
}

.fingerprint-steps li[b-dydfxs8s87]::before {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    top: 0.95rem;
    inset-inline-start: 1rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.18);
    color: var(--color-text-primary);
    font-size: 0.75rem;
    font-weight: 700;
}

.fingerprint-steps[b-dydfxs8s87] {
    counter-reset: step;
}

.fingerprint-steps strong[b-dydfxs8s87],
.fingerprint-note strong[b-dydfxs8s87] {
    color: var(--color-text-primary);
}

.fingerprint-steps span[b-dydfxs8s87] {
    color: var(--color-text-subtle);
    line-height: 1.6;
}

.fingerprint-lab-grid[b-dydfxs8s87],
.fingerprint-fix-grid[b-dydfxs8s87],
.fingerprint-resource-grid[b-dydfxs8s87] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fingerprint-metric-grid[b-dydfxs8s87] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.7fr);
    gap: 0.9rem;
}

.fingerprint-metric[b-dydfxs8s87] {
    min-width: 0;
}

.fingerprint-metric--wide[b-dydfxs8s87] {
    min-width: 0;
}

.fingerprint-metric__code[b-dydfxs8s87],
.fingerprint-metric__list[b-dydfxs8s87] {
    display: block;
    overflow-wrap: anywhere;
    color: var(--color-text-primary);
}

.fingerprint-checklist[b-dydfxs8s87] {
    direction: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.fingerprint-checklist li[b-dydfxs8s87] {
    position: relative;
    padding-inline-start: 1.5rem;
    color: var(--color-text-subtle);
    line-height: 1.6;
    text-align: start;
}

.fingerprint-checklist li[b-dydfxs8s87]::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.55rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.95), rgba(14, 165, 233, 0.65));
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.35);
}

.fingerprint-answer[b-dydfxs8s87] {
    font-size: 1.08rem;
}

.fingerprint-visibility-card[b-dydfxs8s87] {
    min-height: 100%;
}

.fingerprint-resource[b-dydfxs8s87] {
    display: block;
    min-height: 100%;
    text-decoration: none;
    color: inherit;
    transition:
        transform var(--motion-duration-fast) var(--motion-ease-standard),
        box-shadow var(--motion-duration-fast) var(--motion-ease-standard),
        border-color var(--motion-duration-fast) var(--motion-ease-standard);
}

.fingerprint-resource p[b-dydfxs8s87] {
    margin-top: 0.45rem;
}

.fingerprint-text-link[b-dydfxs8s87] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--color-text-primary);
    text-decoration: none;
    font-weight: 700;
}

.fingerprint-text-link[b-dydfxs8s87]::after {
    content: "->";
}

.fingerprint-page:dir(rtl) .fingerprint-panel[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-section__heading[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-note[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-signal[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-visibility-card[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-panel[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-section__heading[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-note[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-signal[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-visibility-card[b-dydfxs8s87] {
    text-align: right;
}

.fingerprint-page:dir(rtl) .fingerprint-hero__meta[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-fact[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-spotlight__grid div[b-dydfxs8s87],
.fingerprint-page:dir(rtl) .fingerprint-metric[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-hero__meta[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-fact[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-spotlight__grid div[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-metric[b-dydfxs8s87] {
    text-align: right;
}

.fingerprint-page:dir(rtl) .fingerprint-steps li[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-steps li[b-dydfxs8s87] {
    padding-inline-start: 1rem;
    padding-inline-end: 3.2rem;
    padding-left: 1rem;
    padding-right: 3.2rem;
    text-align: right;
}

.fingerprint-page:dir(rtl) .fingerprint-steps li[b-dydfxs8s87]::before,
[dir="rtl"] .fingerprint-page .fingerprint-steps li[b-dydfxs8s87]::before {
    inset-inline-start: auto;
    inset-inline-end: 1rem;
    left: auto;
    right: 1rem;
}

.fingerprint-page:dir(rtl) .fingerprint-checklist li[b-dydfxs8s87],
[dir="rtl"] .fingerprint-page .fingerprint-checklist li[b-dydfxs8s87] {
    padding-inline-start: 0;
    padding-inline-end: 1.5rem;
    padding-left: 0;
    padding-right: 1.5rem;
    text-align: right;
}

.fingerprint-page:dir(rtl) .fingerprint-checklist li[b-dydfxs8s87]::before,
[dir="rtl"] .fingerprint-page .fingerprint-checklist li[b-dydfxs8s87]::before {
    inset-inline-start: auto;
    inset-inline-end: 0;
    left: auto;
    right: 0;
}

.fingerprint-page:dir(rtl) .fingerprint-text-link[b-dydfxs8s87]::after,
[dir="rtl"] .fingerprint-page .fingerprint-text-link[b-dydfxs8s87]::after {
    content: "<-";
}

@keyframes fingerprint-drift-b-dydfxs8s87 {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, 10px, 0) scale(1.04);
    }
}

@media (max-width: 1100px) {
    .fingerprint-hero[b-dydfxs8s87],
    .fingerprint-live-layout[b-dydfxs8s87],
    .fingerprint-answer-layout[b-dydfxs8s87],
    .fingerprint-lab-grid[b-dydfxs8s87],
    .fingerprint-fix-grid[b-dydfxs8s87],
    .fingerprint-resource-grid[b-dydfxs8s87] {
        grid-template-columns: 1fr;
    }

    .fingerprint-hero[b-dydfxs8s87] {
        padding: var(--space-hero-padding-md);
    }
}

@media (max-width: 767.98px) {
    .fingerprint-page[b-dydfxs8s87] {
        padding-block: 1.2rem 3rem;
    }

    .fingerprint-hero[b-dydfxs8s87] {
        padding: var(--space-hero-padding-sm);
    }

    .fingerprint-fact-grid[b-dydfxs8s87],
    .fingerprint-signal-grid[b-dydfxs8s87],
    .fingerprint-metric-grid[b-dydfxs8s87],
    .fingerprint-visibility-grid[b-dydfxs8s87] {
        grid-template-columns: 1fr;
    }

    .fingerprint-spotlight__grid[b-dydfxs8s87] {
        grid-template-columns: 1fr;
    }

    .fingerprint-hero__actions[b-dydfxs8s87],
    .fingerprint-hero__meta[b-dydfxs8s87] {
        align-items: stretch;
    }

    .fingerprint-button[b-dydfxs8s87] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fingerprint-hero[b-dydfxs8s87]::before,
    .fingerprint-hero[b-dydfxs8s87]::after,
    .fingerprint-button[b-dydfxs8s87],
    .fingerprint-resource[b-dydfxs8s87] {
        animation: none;
        transition: none;
    }
}
/* /Pages/Security/Top10ToolsforSecureOnlineBanking.razor.rz.scp.css */
.secure-card[b-2l81g089y7] {
    border: 1px solid rgba(99, 102, 241, 0.35);
    border-radius: 1.25rem;
    padding: 1.75rem;
    background: radial-gradient(120% 120% at 20% 20%, rgba(99, 102, 241, 0.06), transparent 50%), var(--bs-body-bg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.secure-card[b-2l81g089y7]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15), transparent 40%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.secure-card:hover[b-2l81g089y7] {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(99, 102, 241, 0.45);
}

.secure-card:hover[b-2l81g089y7]::after {
    opacity: 1;
}

.vpn-benefits[b-2l81g089y7] {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin: 1rem 0 1.25rem;
}

.vpn-cta[b-2l81g089y7] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.25rem 0 1.5rem;
}

.section-actions[b-2l81g089y7] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem;
}

.vpn-card-grid[b-2l81g089y7] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 1.5rem;
}

.vpn-card[b-2l81g089y7] {
    border: 1px solid rgba(99, 102, 241, 0.35);
    border-radius: 1rem;
    padding: 1.25rem;
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.06), rgba(99, 102, 241, 0.08)), var(--bs-body-bg);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: .75rem;
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vpn-card[b-2l81g089y7]::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 120deg, rgba(99, 102, 241, 0.2), rgba(59, 130, 246, 0.12), rgba(236, 72, 153, 0.16), rgba(99, 102, 241, 0.2));
    filter: blur(80px);
    opacity: 0;
    transition: opacity .3s ease;
}

.vpn-card:hover[b-2l81g089y7] {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.45);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}

.vpn-card:hover[b-2l81g089y7]::before {
    opacity: 0.55;
}

.vpn-card__header[b-2l81g089y7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .9rem;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.vpn-card__eyebrow[b-2l81g089y7] {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .75rem;
    color: var(--bs-secondary);
    margin: 0 0 .25rem;
}

.vpn-card__copy[b-2l81g089y7] {
    margin: .25rem 0 0;
    color: var(--bs-secondary);
}

.vpn-card__header > div:first-child[b-2l81g089y7] {
    flex: 1 1 240px;
    min-width: 0;
}

.vpn-card__header .text-badge[b-2l81g089y7] {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vpn-card__list[b-2l81g089y7] {
    margin: 0;
    padding-left: 1rem;
    color: var(--bs-secondary);
    position: relative;
    z-index: 1;
}

.vpn-card__list li + li[b-2l81g089y7] {
    margin-top: .35rem;
}

.vpn-card__actions[b-2l81g089y7] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
    position: relative;
    z-index: 1;
}

.cta-btn[b-2l81g089y7] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff !important;
    border: none;
    padding: .6rem 1.1rem;
    border-radius: .75rem;
    box-shadow: 0 12px 25px rgba(99, 102, 241, 0.35);
    transition: transform .15s ease, box-shadow .15s ease, filter .2s ease;
}

.cta-btn:hover[b-2l81g089y7] {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(99, 102, 241, 0.45);
    filter: brightness(1.05);
}

.ghost-btn[b-2l81g089y7] {
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #6366f1 !important;
    padding: .55rem 1.05rem;
    border-radius: .75rem;
    background: rgba(99, 102, 241, 0.06);
    transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.ghost-btn:hover[b-2l81g089y7] {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(99, 102, 241, 0.25);
    background: rgba(99, 102, 241, 0.12);
}

.ghost-btn:focus-visible[b-2l81g089y7],
.cta-btn:focus-visible[b-2l81g089y7] {
    outline: 2px solid #8b5cf6;
    outline-offset: 2px;
}

.feature-grid[b-2l81g089y7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.9rem;
    margin: 1rem 0;
}

.feature-item[b-2l81g089y7] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.75rem 0.85rem;
    border: 1px dashed rgba(99, 102, 241, 0.25);
    border-radius: 0.9rem;
    background: rgba(99, 102, 241, 0.04);
}

.feature-icon[b-2l81g089y7] {
    font-size: 1.1rem;
    line-height: 1;
}

@media (max-width: 576px) {
    .secure-card[b-2l81g089y7] {
        padding: 1.1rem;
    }

    .vpn-card[b-2l81g089y7] {
        padding: 1rem;
    }
}
/* /Pages/Security/WhatIsAVPN.razor.rz.scp.css */
.vpn-section[b-ejox339a8f] {
    margin-top: 2.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: radial-gradient(circle at top, rgba(13, 110, 253, 0.08), transparent 55%);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.vpn-section__header[b-ejox339a8f] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.vpn-section__icon[b-ejox339a8f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
    flex-shrink: 0;
}

.vpn-section__icon svg[b-ejox339a8f] {
    width: 18px;
    height: 18px;
}

.vpn-section__body p:last-child[b-ejox339a8f],
.vpn-section__body ol:last-child[b-ejox339a8f] {
    margin-bottom: 0;
}

.vpn-section__body[b-ejox339a8f],
.vpn-section__list[b-ejox339a8f],
.vpn-section__myths p[b-ejox339a8f] {
    color: var(--bs-secondary-color, #6c757d);
}

.vpn-section__subtitle[b-ejox339a8f] {
    margin-bottom: 1.5rem;
}

.vpn-section__actions[b-ejox339a8f] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.vpn-section__list[b-ejox339a8f] {
    display: grid;
    gap: 0.85rem;
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.vpn-section__panels[b-ejox339a8f] {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.vpn-section__panel[b-ejox339a8f] {
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(13, 110, 253, 0.12);
    background: rgba(13, 110, 253, 0.03);
}

.vpn-section__panel-header[b-ejox339a8f] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.vpn-section__panel-icon[b-ejox339a8f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
    flex-shrink: 0;
}

.vpn-section__panel-icon svg[b-ejox339a8f] {
    width: 16px;
    height: 16px;
}

.vpn-section__myths p:last-child[b-ejox339a8f] {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .vpn-section__list[b-ejox339a8f] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vpn-section__panels[b-ejox339a8f] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .vpn-section[b-ejox339a8f] {
        padding: 1.5rem;
    }

    .vpn-section__header[b-ejox339a8f] {
        align-items: flex-start;
    }
}
/* /Pages/Tools/PixelPress.razor.rz.scp.css */
.pixelpress-page .pixelpress-hero[b-mz33xszf60] {
    color: #e2e8f0;
    background:
        radial-gradient(circle at 18% 12%, rgba(14, 165, 233, 0.25), rgba(14, 165, 233, 0)),
        radial-gradient(circle at 85% 85%, rgba(34, 197, 94, 0.18), rgba(34, 197, 94, 0)),
        linear-gradient(145deg, #0b1b33, #0f2c52 55%, #123867);
    border: 1px solid rgba(125, 211, 252, 0.2);
}

.pixelpress-page .pixelpress-pretitle[b-mz33xszf60] {
    margin-bottom: 0.45rem;
    font-size: var(--hero-pretitle-size, 0.85rem);
    letter-spacing: var(--hero-pretitle-letter-spacing, 0.08em);
    text-transform: uppercase;
    color: #b7d4f4;
    font-weight: 600;
}

.pixelpress-page .pixelpress-hero-subtitle[b-mz33xszf60] {
    color: #c9def8;
}

.pixelpress-page .pixelpress-hero-note[b-mz33xszf60] {
    color: #b7d4f4;
}

.pixelpress-page .pixelpress-store-button[b-mz33xszf60] {
    font-size: 0.92rem;
    line-height: 1.35;
}

.pixelpress-page .pixelpress-badge[b-mz33xszf60] {
    border-radius: 20px;
    padding: 1.25rem;
    border: 1px solid rgba(125, 211, 252, 0.3);
    background: linear-gradient(160deg, rgba(9, 24, 44, 0.75), rgba(8, 32, 61, 0.9));
}

.pixelpress-page .pixelpress-badge-title[b-mz33xszf60] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f1f5f9;
}

.pixelpress-page .pixelpress-badge-list[b-mz33xszf60] {
    display: grid;
    gap: 0.6rem;
    color: #d7e9ff;
}

.pixelpress-page .pixelpress-feature-card[b-mz33xszf60] {
    border: 1px solid rgba(14, 165, 233, 0.18);
    background: linear-gradient(165deg, rgba(6, 182, 212, 0.08), rgba(59, 130, 246, 0.03) 58%, rgba(255, 255, 255, 0.02));
}

.pixelpress-page .pixelpress-gallery-intro[b-mz33xszf60] {
    max-width: 60ch;
    margin-bottom: 1.25rem;
    color: rgba(203, 213, 225, 0.92);
}

.pixelpress-page .pixelpress-plan-card[b-mz33xszf60] {
    border-radius: 16px;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: linear-gradient(160deg, rgba(7, 22, 42, 0.95), rgba(8, 36, 67, 0.92));
    color: #e5f3ff;
}

.pixelpress-page .pixelpress-plan-free[b-mz33xszf60] {
    border-color: rgba(45, 212, 191, 0.4);
}

.pixelpress-page .pixelpress-plan-pro[b-mz33xszf60] {
    border-color: rgba(56, 189, 248, 0.45);
}

.pixelpress-page .pixelpress-plan-free .pixelpress-plan-price[b-mz33xszf60] {
    color: #5eead4;
}

.pixelpress-page .pixelpress-plan-pro .pixelpress-plan-price[b-mz33xszf60] {
    color: #7dd3fc;
}

.pixelpress-page .pixelpress-plan-price[b-mz33xszf60] {
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    line-height: 1.1;
    font-weight: 800;
}

.pixelpress-page .pixelpress-plan-sub[b-mz33xszf60] {
    color: rgba(203, 213, 225, 0.95);
}

.pixelpress-page .pixelpress-plan-pro .btn-primary[b-mz33xszf60] {
    border-color: #0ea5e9;
    background: linear-gradient(135deg, #0284c7, #2563eb);
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-hero[b-mz33xszf60] {
    color: #0b2647;
    background:
        radial-gradient(circle at 12% 10%, rgba(59, 130, 246, 0.22), rgba(59, 130, 246, 0)),
        radial-gradient(circle at 86% 90%, rgba(16, 185, 129, 0.17), rgba(16, 185, 129, 0)),
        linear-gradient(145deg, #f2f8ff, #e7f1ff 55%, #dbeafe);
    border-color: rgba(59, 130, 246, 0.22);
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-pretitle[b-mz33xszf60] {
    color: #486d97;
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-plan-pro[b-mz33xszf60] {
    background: linear-gradient(160deg, rgba(11, 42, 82, 0.97), rgba(16, 64, 114, 0.94));
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-plan-free[b-mz33xszf60] {
    background: linear-gradient(160deg, rgba(13, 52, 74, 0.97), rgba(18, 84, 106, 0.93));
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-plan-sub[b-mz33xszf60] {
    color: rgba(203, 213, 225, 0.95);
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-hero-subtitle[b-mz33xszf60],
[data-bs-theme="light"] .pixelpress-page .pixelpress-hero-note[b-mz33xszf60] {
    color: #355b85;
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-badge[b-mz33xszf60] {
    border-color: rgba(59, 130, 246, 0.22);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.98));
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-badge-title[b-mz33xszf60] {
    color: #0c2e57;
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-badge-list[b-mz33xszf60] {
    color: #264e77;
}

[data-bs-theme="light"] .pixelpress-page .pixelpress-gallery-intro[b-mz33xszf60] {
    color: #486d97;
}
/* /Pages/Web/BestImageConverterForWeb.razor.rz.scp.css */
.best-image-converter-page[b-lvhohq6f43] {
    --bci-bg: linear-gradient(160deg, rgba(91, 141, 255, 0.14), rgba(12, 17, 36, 0.78));
    --bci-bg-strong: linear-gradient(140deg, rgba(255, 170, 64, 0.18), rgba(12, 17, 36, 0.88));
    --bci-surface: rgba(15, 23, 42, 0.72);
    --bci-border: rgba(91, 141, 255, 0.28);
    --bci-copy: var(--color-text-primary);
    --bci-soft: var(--color-text-secondary);
}

.best-image-converter-page .article-hero[b-lvhohq6f43] {
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 1.4rem 3rem var(--color-shadow-deep);
}

.best-image-converter-page__lead[b-lvhohq6f43] {
    color: var(--color-text-primary);
    max-width: 58rem;
}

.best-image-converter-page__intro[b-lvhohq6f43] {
    color: var(--color-text-subtle);
    max-width: 54rem;
}

.best-image-converter-page__cta-secondary[b-lvhohq6f43] {
    color: var(--color-text-primary);
    border: 1px solid rgba(125, 196, 255, 0.5);
    background: rgba(125, 196, 255, 0.12);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(3, 8, 25, 0.18);
}

.best-image-converter-page__cta-secondary:hover[b-lvhohq6f43],
.best-image-converter-page__cta-secondary:focus[b-lvhohq6f43] {
    color: var(--color-text-primary);
    border-color: rgba(125, 196, 255, 0.78);
    background: rgba(125, 196, 255, 0.2);
    text-decoration: none;
}

.best-image-converter-page__table[b-lvhohq6f43] {
    --bs-table-bg: transparent;
    --bs-table-color: var(--color-text-secondary);
    --bs-table-border-color: var(--color-border-subtle);
}

.best-image-converter-page__table thead th[b-lvhohq6f43] {
    border-bottom-width: 1px;
    color: var(--color-text-subtle);
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent;
    border-color: var(--color-border-subtle);
}

.best-image-converter-page__table tbody td[b-lvhohq6f43] {
    background: var(--bci-surface);
    border-color: var(--color-border-subtle);
    color: var(--bci-soft);
}

.best-image-converter-page__table strong[b-lvhohq6f43],
.best-image-converter-page__workflow-banner h3[b-lvhohq6f43] {
    color: var(--color-text-primary);
}

.best-image-converter-page__workflow-banner[b-lvhohq6f43] {
    margin-top: 1.2rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 170, 64, 0.28);
    background: var(--bci-bg-strong);
    padding: 1.2rem 1.3rem;
    color: var(--bci-copy);
    box-shadow: 0 12px 24px var(--color-shadow-deep);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.best-image-converter-page__workflow-banner p[b-lvhohq6f43] {
    color: var(--color-text-secondary);
}

.best-image-converter-page__workflow-actions[b-lvhohq6f43] {
    flex-shrink: 0;
}

.best-image-converter-page__stat-kicker[b-lvhohq6f43] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-subtle);
    margin-bottom: 0.35rem;
}

[data-bs-theme="light"] .best-image-converter-page[b-lvhohq6f43] {
    --bci-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.88));
    --bci-bg-strong: linear-gradient(140deg, rgba(255, 247, 237, 0.98), rgba(239, 248, 255, 0.96));
    --bci-surface: rgba(255, 255, 255, 0.86);
    --bci-border: rgba(99, 102, 241, 0.18);
}

[data-bs-theme="light"] .best-image-converter-page__workflow-banner[b-lvhohq6f43] {
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .best-image-converter-page__cta-secondary[b-lvhohq6f43] {
    border-color: rgba(37, 99, 235, 0.3);
    background: rgba(37, 99, 235, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .best-image-converter-page__cta-secondary:hover[b-lvhohq6f43],
[data-bs-theme="light"] .best-image-converter-page__cta-secondary:focus[b-lvhohq6f43] {
    border-color: rgba(37, 99, 235, 0.5);
    background: rgba(37, 99, 235, 0.14);
}

@media (max-width: 991.98px) {
    .best-image-converter-page__workflow-banner[b-lvhohq6f43] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Web/ConvertJpegToAvif.razor.rz.scp.css */
.convert-jpeg-to-avif-page[b-j8h37hkvdq] {
    --cjta-answer: linear-gradient(140deg, rgba(22, 163, 74, 0.14), rgba(8, 15, 30, 0.92));
    --cjta-highlight: linear-gradient(140deg, rgba(56, 189, 248, 0.16), rgba(9, 14, 31, 0.9));
}

.convert-jpeg-to-avif-page .article-hero[b-j8h37hkvdq] {
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 1.4rem 3rem var(--color-shadow-deep);
}

.convert-jpeg-to-avif-page__lead[b-j8h37hkvdq] {
    color: var(--color-text-primary);
    max-width: 58rem;
}

.convert-jpeg-to-avif-page__intro[b-j8h37hkvdq] {
    color: var(--color-text-subtle);
    max-width: 54rem;
}

.convert-jpeg-to-avif-page__cta-secondary[b-j8h37hkvdq] {
    color: var(--color-text-primary);
    border: 1px solid rgba(56, 189, 248, 0.45);
    background: rgba(56, 189, 248, 0.12);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(3, 8, 25, 0.18);
}

.convert-jpeg-to-avif-page__cta-secondary:hover[b-j8h37hkvdq],
.convert-jpeg-to-avif-page__cta-secondary:focus[b-j8h37hkvdq] {
    color: var(--color-text-primary);
    border-color: rgba(56, 189, 248, 0.72);
    background: rgba(56, 189, 248, 0.2);
    text-decoration: none;
}

.convert-jpeg-to-avif-page__answer-box[b-j8h37hkvdq] {
    border-radius: 1.4rem;
    border: 1px solid rgba(74, 222, 128, 0.24);
    background: var(--cjta-answer);
    padding: 1.2rem 1.3rem;
    box-shadow: 0 12px 24px var(--color-shadow-deep);
}

.convert-jpeg-to-avif-page__workflow-banner[b-j8h37hkvdq] {
    margin-top: 1rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(56, 189, 248, 0.28);
    background: var(--cjta-highlight);
    padding: 1.2rem 1.3rem;
    box-shadow: 0 12px 24px var(--color-shadow-deep);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.convert-jpeg-to-avif-page__workflow-banner h3[b-j8h37hkvdq] {
    color: var(--color-text-primary);
}

.convert-jpeg-to-avif-page__workflow-banner p[b-j8h37hkvdq] {
    color: var(--color-text-secondary);
}

.convert-jpeg-to-avif-page__stat-kicker[b-j8h37hkvdq] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-subtle);
    margin-bottom: 0.35rem;
}

.convert-jpeg-to-avif-page__workflow-actions[b-j8h37hkvdq] {
    flex-shrink: 0;
}

[data-bs-theme="light"] .convert-jpeg-to-avif-page[b-j8h37hkvdq] {
    --cjta-answer: linear-gradient(140deg, rgba(240, 253, 244, 1), rgba(236, 253, 245, 0.96));
    --cjta-highlight: linear-gradient(140deg, rgba(240, 249, 255, 1), rgba(239, 246, 255, 0.95));
}

[data-bs-theme="light"] .convert-jpeg-to-avif-page__cta-secondary[b-j8h37hkvdq] {
    border-color: rgba(14, 165, 233, 0.28);
    background: rgba(14, 165, 233, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .convert-jpeg-to-avif-page__cta-secondary:hover[b-j8h37hkvdq],
[data-bs-theme="light"] .convert-jpeg-to-avif-page__cta-secondary:focus[b-j8h37hkvdq] {
    border-color: rgba(14, 165, 233, 0.42);
    background: rgba(14, 165, 233, 0.14);
}

[data-bs-theme="light"] .convert-jpeg-to-avif-page__answer-box[b-j8h37hkvdq],
[data-bs-theme="light"] .convert-jpeg-to-avif-page__workflow-banner[b-j8h37hkvdq] {
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
    .convert-jpeg-to-avif-page__workflow-banner[b-j8h37hkvdq] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Web/ConvertJpgToWebp.razor.rz.scp.css */
.convert-jpg-to-webp-page[b-r47egsmp47] {
    --cjtw-surface: rgba(15, 23, 42, 0.72);
    --cjtw-highlight: linear-gradient(140deg, rgba(41, 182, 246, 0.16), rgba(9, 14, 31, 0.9));
}

.convert-jpg-to-webp-page .article-hero[b-r47egsmp47] {
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 1.4rem 3rem var(--color-shadow-deep);
}

.convert-jpg-to-webp-page__lead[b-r47egsmp47] {
    color: var(--color-text-primary);
    max-width: 58rem;
}

.convert-jpg-to-webp-page__intro[b-r47egsmp47] {
    color: var(--color-text-subtle);
    max-width: 54rem;
}

.convert-jpg-to-webp-page__cta-secondary[b-r47egsmp47] {
    color: var(--color-text-primary);
    border: 1px solid rgba(90, 200, 250, 0.45);
    background: rgba(90, 200, 250, 0.12);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(3, 8, 25, 0.18);
}

.convert-jpg-to-webp-page__cta-secondary:hover[b-r47egsmp47],
.convert-jpg-to-webp-page__cta-secondary:focus[b-r47egsmp47] {
    color: var(--color-text-primary);
    border-color: rgba(90, 200, 250, 0.72);
    background: rgba(90, 200, 250, 0.2);
    text-decoration: none;
}

.convert-jpg-to-webp-page__workflow-banner[b-r47egsmp47] {
    margin-top: 1rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(90, 200, 250, 0.28);
    background: var(--cjtw-highlight);
    padding: 1.2rem 1.3rem;
    box-shadow: 0 12px 24px var(--color-shadow-deep);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.convert-jpg-to-webp-page__workflow-banner h3[b-r47egsmp47] {
    color: var(--color-text-primary);
}

.convert-jpg-to-webp-page__workflow-banner p[b-r47egsmp47] {
    color: var(--color-text-secondary);
}

.convert-jpg-to-webp-page__stat-kicker[b-r47egsmp47] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-subtle);
    margin-bottom: 0.35rem;
}

.convert-jpg-to-webp-page__workflow-actions[b-r47egsmp47] {
    flex-shrink: 0;
}

[data-bs-theme="light"] .convert-jpg-to-webp-page[b-r47egsmp47] {
    --cjtw-surface: rgba(255, 255, 255, 0.9);
    --cjtw-highlight: linear-gradient(140deg, rgba(240, 249, 255, 1), rgba(239, 246, 255, 0.95));
}

[data-bs-theme="light"] .convert-jpg-to-webp-page__cta-secondary[b-r47egsmp47] {
    border-color: rgba(14, 165, 233, 0.28);
    background: rgba(14, 165, 233, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .convert-jpg-to-webp-page__cta-secondary:hover[b-r47egsmp47],
[data-bs-theme="light"] .convert-jpg-to-webp-page__cta-secondary:focus[b-r47egsmp47] {
    border-color: rgba(14, 165, 233, 0.42);
    background: rgba(14, 165, 233, 0.14);
}

[data-bs-theme="light"] .convert-jpg-to-webp-page__workflow-banner[b-r47egsmp47] {
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
    .convert-jpg-to-webp-page__workflow-banner[b-r47egsmp47] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Web/WebImageGuide.razor.rz.scp.css */
.web-image-guide[b-h4djtibzjw] {
    --wig-bg: linear-gradient(160deg, rgba(91, 141, 255, 0.14), rgba(12, 17, 36, 0.78));
    --wig-bg-strong: linear-gradient(150deg, rgba(236, 72, 153, 0.18), rgba(12, 17, 36, 0.88));
    --wig-surface: rgba(15, 23, 42, 0.72);
    --wig-surface-soft: rgba(255, 255, 255, 0.04);
    --wig-border: rgba(91, 141, 255, 0.28);
    --wig-copy: var(--color-text-primary);
    --wig-soft: var(--color-text-secondary);
    --wig-accent: #ff9a55;
    --wig-accent-2: #7dc4ff;
}

.web-image-guide .article-hero[b-h4djtibzjw] {
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: 0 1.4rem 3rem var(--color-shadow-deep);
}

.web-image-guide__lead[b-h4djtibzjw] {
    color: var(--color-text-primary);
    max-width: 58rem;
}

.web-image-guide__intro[b-h4djtibzjw] {
    color: var(--color-text-subtle);
    max-width: 54rem;
}

.web-image-guide__cta-secondary[b-h4djtibzjw] {
    color: var(--color-text-primary);
    border: 1px solid rgba(125, 196, 255, 0.5);
    background: rgba(125, 196, 255, 0.12);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(3, 8, 25, 0.18);
}

.web-image-guide__cta-secondary:hover[b-h4djtibzjw],
.web-image-guide__cta-secondary:focus[b-h4djtibzjw] {
    color: var(--color-text-primary);
    border-color: rgba(125, 196, 255, 0.78);
    background: rgba(125, 196, 255, 0.2);
    text-decoration: none;
}

.web-image-guide__checklist[b-h4djtibzjw] {
    background: var(--wig-bg);
    border: 1px solid var(--wig-border);
    border-radius: 1.4rem;
    padding: 1.4rem;
    color: var(--wig-copy);
    box-shadow: 0 12px 24px var(--color-shadow-deep);
}

.web-image-guide__workflow-banner h3[b-h4djtibzjw],
.web-image-guide__table strong[b-h4djtibzjw] {
    color: var(--color-text-primary);
}

.web-image-guide__workflow-banner p[b-h4djtibzjw],
.web-image-guide__checklist li[b-h4djtibzjw],
.web-image-guide__table td[b-h4djtibzjw],
.web-image-guide__table th[b-h4djtibzjw],
.web-image-guide__callout[b-h4djtibzjw] {
    color: var(--color-text-secondary);
}

.web-image-guide__table thead th[b-h4djtibzjw] {
    border-bottom-width: 1px;
    color: var(--wig-soft);
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent;
    border-color: var(--color-border-subtle);
}

.web-image-guide__table tbody td[b-h4djtibzjw] {
    background: var(--wig-surface);
    border-color: var(--color-border-subtle);
}

.web-image-guide__table[b-h4djtibzjw] {
    --bs-table-bg: transparent;
    --bs-table-color: var(--color-text-secondary);
    --bs-table-border-color: var(--color-border-subtle);
}

.web-image-guide__callout[b-h4djtibzjw],
.web-image-guide__workflow-banner[b-h4djtibzjw] {
    margin-top: 1.2rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(236, 72, 153, 0.28);
    background: var(--wig-bg-strong);
    padding: 1.2rem 1.3rem;
    color: var(--wig-copy);
    box-shadow: 0 12px 24px var(--color-shadow-deep);
}

.web-image-guide__workflow-banner[b-h4djtibzjw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.web-image-guide__workflow-actions[b-h4djtibzjw] {
    flex-shrink: 0;
}

.web-image-guide__checklist ul[b-h4djtibzjw] {
    padding-left: 1.15rem;
}

.web-image-guide__checklist li + li[b-h4djtibzjw] {
    margin-top: 0.6rem;
}

[data-bs-theme="light"] .web-image-guide[b-h4djtibzjw] {
    --wig-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(226, 232, 240, 0.88));
    --wig-bg-strong: linear-gradient(140deg, rgba(255, 244, 236, 0.98), rgba(239, 248, 255, 0.96));
    --wig-surface: rgba(255, 255, 255, 0.86);
    --wig-surface-soft: rgba(15, 23, 42, 0.03);
    --wig-border: rgba(99, 102, 241, 0.18);
    --wig-accent-2: #2563eb;
}

[data-bs-theme="light"] .web-image-guide__checklist[b-h4djtibzjw],
[data-bs-theme="light"] .web-image-guide__callout[b-h4djtibzjw],
[data-bs-theme="light"] .web-image-guide__workflow-banner[b-h4djtibzjw] {
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .web-image-guide__cta-secondary[b-h4djtibzjw] {
    border-color: rgba(37, 99, 235, 0.3);
    background: rgba(37, 99, 235, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

[data-bs-theme="light"] .web-image-guide__cta-secondary:hover[b-h4djtibzjw],
[data-bs-theme="light"] .web-image-guide__cta-secondary:focus[b-h4djtibzjw] {
    border-color: rgba(37, 99, 235, 0.5);
    background: rgba(37, 99, 235, 0.14);
}

@media (max-width: 991.98px) {
    .web-image-guide__workflow-banner[b-h4djtibzjw] {
        flex-direction: column;
        align-items: flex-start;
    }
}
