/* /Pages/Base64Converter.razor.rz.scp.css */
/* Mode toggle */
.mode-toggle[b-0wefyjchny] {
    display: flex;
    background: var(--darker-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.mode-btn[b-0wefyjchny] {
    flex: 1;
    padding: 0.65rem 1rem;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-family: var(--font-mono);
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition-fast);
    letter-spacing: var(--letter-spacing-wide);
}

.mode-btn:hover[b-0wefyjchny] {
    color: var(--text-secondary);
    background: rgba(0, 255, 204, 0.04);
}

.mode-btn.active[b-0wefyjchny] {
    background: rgba(0, 255, 204, 0.1);
    color: var(--primary-color);
    box-shadow: inset 0 -2px 0 var(--primary-color);
}

.mode-hint[b-0wefyjchny] {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: var(--letter-spacing-wide);
}

.mode-hint code[b-0wefyjchny] {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    background: var(--darker-bg);
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    color: var(--primary-color);
}

/* Textareas */
.b64-textarea[b-0wefyjchny] {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
    word-break: break-all;
}

/* Action buttons */
.action-buttons[b-0wefyjchny] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.action-btn[b-0wefyjchny] {
    flex: 1;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    text-align: center;
    letter-spacing: var(--letter-spacing-wide);
}

/* Copy button */
.copy-btn[b-0wefyjchny] {
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: var(--letter-spacing-wide);
}

@media (max-width: 768px) {
    .action-buttons[b-0wefyjchny] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .mode-toggle[b-0wefyjchny] {
        flex-direction: column;
    }
}
/* /Pages/LnkTool.razor.rz.scp.css */
.parse-error-wrapper[b-qu7r8d865j] {
    max-width: 640px;
    margin: 0 auto 1rem;
}

.required[b-qu7r8d865j] {
    color: var(--primary-color);
}

/* Template selector */
.template-selector[b-qu7r8d865j] {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}

/* Tracking info */
.tracking-section[b-qu7r8d865j] {
    border-color: rgba(255, 180, 0, 0.25);
}

.tracking-item[b-qu7r8d865j] {
    border-left: 2px solid rgba(255, 180, 0, 0.4);
}

.generate-btn[b-qu7r8d865j] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: var(--letter-spacing-wide);
}

.generate-btn:disabled[b-qu7r8d865j] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Parse results */
.lnk-results[b-qu7r8d865j] {
    max-width: 700px;
    margin: 0 auto 2rem;
}

/* Action buttons */
.lnk-actions[b-qu7r8d865j] {
    display: flex;
    gap: 0.75rem;
}

.action-btn[b-qu7r8d865j] {
    flex: 1;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: var(--letter-spacing-wide);
}

.action-btn:disabled[b-qu7r8d865j] {
    opacity: 0.5;
    cursor: not-allowed;
}

.powered-by[b-qu7r8d865j] {
    max-width: 700px;
}

/* Flag pills */
.lnk-flags[b-qu7r8d865j] {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.lnk-flags-label[b-qu7r8d865j] {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: var(--letter-spacing-wide);
    margin-right: 0.25rem;
}

.lnk-flag[b-qu7r8d865j] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: rgba(0, 255, 204, 0.08);
    border: 1px solid rgba(0, 255, 204, 0.2);
    border-radius: 3px;
    font-size: 0.75rem;
    color: var(--primary-color);
    font-family: var(--font-mono);
    letter-spacing: 0.02em;
}

/* Form hints */
.form-hint[b-qu7r8d865j] {
    display: block;
    font-size: 0.72rem;
    color: var(--text-muted);
    line-height: 1.3;
    margin-top: 0.15rem;
    opacity: 0.7;
}

.form-group .form-hint[b-qu7r8d865j] {
    margin-top: 0;
    margin-bottom: 0.35rem;
}

/* Checkbox with hint text */
.checkbox-text[b-qu7r8d865j] {
    display: flex;
    flex-direction: column;
}

.checkbox-text .form-hint[b-qu7r8d865j] {
    margin-top: 0.1rem;
    padding-left: 0;
}

/* Checkbox grid for File Attributes, Link Flags */
.checkbox-grid[b-qu7r8d865j] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.5rem;
}

.checkbox-grid .checkbox-label[b-qu7r8d865j] {
    align-items: flex-start;
}

.checkbox-grid .checkbox-label input[type="checkbox"][b-qu7r8d865j] {
    margin-top: 2px;
}

/* Form sections (advanced collapsible areas inside the form) */
.form-section[b-qu7r8d865j] {
    margin-top: 1.25rem;
}

.form-section + .form-section[b-qu7r8d865j] {
    margin-top: 0.75rem;
}

/* Console sub-groups */
.console-subgroup[b-qu7r8d865j] {
    margin-bottom: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color);
}

.console-subgroup:first-of-type[b-qu7r8d865j] {
    border-top: none;
    padding-top: 0;
}

.console-subgroup-label[b-qu7r8d865j] {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: var(--letter-spacing-wide);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

/* Color table grid (editable) */
.color-table-grid[b-qu7r8d865j] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.color-swatch[b-qu7r8d865j] {
    aspect-ratio: 1.5;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    min-height: 28px;
    background: var(--darker-bg);
}

.color-swatch[b-qu7r8d865j]::-webkit-color-swatch-wrapper {
    padding: 2px;
}

.color-swatch[b-qu7r8d865j]::-webkit-color-swatch {
    border: none;
    border-radius: 2px;
}

/* Color preview (parser read-only) */
.color-preview-row[b-qu7r8d865j] {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.75rem;
}

.color-preview-swatch[b-qu7r8d865j] {
    flex: 1;
    height: 24px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
}

/* Hotkey row */
.hotkey-row[b-qu7r8d865j] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hotkey-modifiers[b-qu7r8d865j] {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.hotkey-key-select[b-qu7r8d865j] {
    max-width: 160px;
}

/* Info banner */
.info-banner[b-qu7r8d865j] {
    background: rgba(100, 150, 255, 0.1);
    border: 1px solid rgba(100, 150, 255, 0.25);
    border-radius: var(--border-radius);
    padding: 0.6rem 0.85rem;
    color: #7aa2ff;
    font-size: 0.82rem;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .lnk-actions[b-qu7r8d865j] {
        flex-direction: column;
    }

    .checkbox-grid[b-qu7r8d865j] {
        grid-template-columns: 1fr;
    }

    .color-table-grid[b-qu7r8d865j] {
        grid-template-columns: repeat(4, 1fr);
    }

    .hotkey-row[b-qu7r8d865j] {
        flex-direction: column;
        align-items: stretch;
    }

    .hotkey-key-select[b-qu7r8d865j] {
        max-width: none;
    }
}
/* /Pages/PeParser.razor.rz.scp.css */
/* PE form wrapper */
.pe-form-wrapper[b-cn4j4j39iq] {
    max-width: 640px;
    margin: 0 auto 2rem;
}

.pe-form-wrapper .loading-banner[b-cn4j4j39iq] {
    margin-top: 1rem;
}

.pe-form-wrapper .error-banner[b-cn4j4j39iq] {
    margin-top: 1rem;
    margin-bottom: 0;
}

/* Results container */
.pe-results[b-cn4j4j39iq] {
    max-width: 900px;
    margin: 0 auto 2rem;
}

/* Flags */
.pe-flags[b-cn4j4j39iq] {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.pe-flags-label[b-cn4j4j39iq] {
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: var(--letter-spacing-wide);
    margin-right: 0.25rem;
}

.pe-flag[b-cn4j4j39iq] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: rgba(0, 255, 204, 0.08);
    border: 1px solid rgba(0, 255, 204, 0.2);
    border-radius: 3px;
    font-size: 0.75rem;
    color: var(--primary-color);
    font-family: var(--font-mono);
    letter-spacing: 0.02em;
}

.pe-flag-small[b-cn4j4j39iq] {
    padding: 0.1rem 0.35rem;
    font-size: 0.7rem;
}

/* Tables */
.pe-table-wrapper[b-cn4j4j39iq] {
    overflow-x: auto;
}

.pe-table[b-cn4j4j39iq] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.pe-table th[b-cn4j4j39iq] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: var(--letter-spacing-wide);
    border-bottom: 1px solid var(--border-color);
    white-space: nowrap;
}

.pe-table td[b-cn4j4j39iq] {
    padding: 0.45rem 0.75rem;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.pe-table tr:hover td[b-cn4j4j39iq] {
    background: rgba(0, 255, 204, 0.02);
}

.pe-row-muted td[b-cn4j4j39iq] {
    color: var(--text-muted);
}

/* Import modules */
.pe-import-module[b-cn4j4j39iq] {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.pe-module-header[b-cn4j4j39iq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.6rem 0.75rem;
    background: var(--darker-bg);
    border: none;
    color: var(--text-primary);
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition-fast);
    text-align: left;
    font-family: inherit;
}

.pe-module-header:hover[b-cn4j4j39iq] {
    background: rgba(0, 255, 204, 0.04);
}

.pe-module-count[b-cn4j4j39iq] {
    color: var(--text-muted);
    font-size: 0.75rem;
    margin-left: auto;
    margin-right: 0.5rem;
}

.pe-module-functions[b-cn4j4j39iq] {
    padding: 0.5rem 0.75rem;
    max-height: 300px;
    overflow-y: auto;
}

.pe-function[b-cn4j4j39iq] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.2rem 0;
    font-size: 0.82rem;
}

.pe-func-hint[b-cn4j4j39iq] {
    color: var(--text-muted);
    font-size: 0.75rem;
    min-width: 3rem;
    text-align: right;
    flex-shrink: 0;
}

.pe-func-name[b-cn4j4j39iq] {
    color: var(--text-primary);
}

.pe-func-ordinal[b-cn4j4j39iq] {
    color: var(--primary-color);
    font-size: 0.78rem;
}

/* Resource tree */
.pe-tree[b-cn4j4j39iq] {
    font-size: 0.85rem;
}

.pe-tree-node[b-cn4j4j39iq] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    padding: 0.25rem 0;
}

.pe-tree-icon[b-cn4j4j39iq] {
    color: var(--primary-color);
    font-size: 0.8rem;
    width: 1rem;
    flex-shrink: 0;
    text-align: center;
}

.pe-tree-label[b-cn4j4j39iq] {
    color: var(--text-primary);
}

.pe-tree-data[b-cn4j4j39iq] {
    color: var(--text-muted);
    font-size: 0.75rem;
    margin-left: auto;
}

.powered-by[b-cn4j4j39iq] {
    margin: 0 auto 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .pe-table[b-cn4j4j39iq] {
        font-size: 0.78rem;
    }

    .pe-table th[b-cn4j4j39iq],
    .pe-table td[b-cn4j4j39iq] {
        padding: 0.35rem 0.5rem;
    }
}
/* /Shared/Careers.razor.rz.scp.css */
.careers[b-7ppqoxgst9] {
  background-color: var(--darker-bg);
  border-top: 1px solid var(--border-color);
}

.careers .section-subtitle[b-7ppqoxgst9] {
  color: var(--text-muted);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
}

.opening-card[b-7ppqoxgst9] {
  flex: 0 0 var(--card-width, 450px);
  max-width: var(--card-width, 450px);
  min-height: 500px;
  background-color: rgba(10, 14, 23, 0.7);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.opening-card[b-7ppqoxgst9]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  opacity: 0;
  transition: var(--transition);
}

.opening-card:hover[b-7ppqoxgst9] {
  border-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(0, 255, 204, 0.1);
}

.opening-card:hover[b-7ppqoxgst9]::before {
  opacity: 1;
}

.opening-card:hover .opening-code[b-7ppqoxgst9] {
  color: var(--primary-color);
  transform: scale(1.05);
}

.card-header[b-7ppqoxgst9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.opening-code[b-7ppqoxgst9] {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: var(--transition);
}

.opening-type[b-7ppqoxgst9] {
  font-size: 0.85rem;
  color: var(--text-muted);
  background: rgba(0, 255, 204, 0.1);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 255, 204, 0.2);
}

.card-body[b-7ppqoxgst9] {
  flex: 1;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.opening-title[b-7ppqoxgst9] {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}

.opening-meta[b-7ppqoxgst9] {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.meta-item[b-7ppqoxgst9] {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.meta-icon[b-7ppqoxgst9] {
  font-size: 1rem;
  opacity: 0.7;
}

.meta-text[b-7ppqoxgst9] {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.opening-description[b-7ppqoxgst9] {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

.opening-description p[b-7ppqoxgst9] {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.opening-requirements[b-7ppqoxgst9] {
  margin-top: 1rem;
}

.opening-requirements h4[b-7ppqoxgst9] {
  color: var(--text-primary);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.opening-requirements ul[b-7ppqoxgst9] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opening-requirements li[b-7ppqoxgst9] {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.opening-requirements li[b-7ppqoxgst9]::before {
  content: '>';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-family: var(--font-mono);
}

.card-footer[b-7ppqoxgst9] {
  text-align: center;
}

.card-footer .btn[b-7ppqoxgst9] {
  width: 100%;
  padding: 0.9rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: var(--transition);
}

.card-footer .btn:hover[b-7ppqoxgst9] {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 255, 204, 0.2);
}

.careers-note[b-7ppqoxgst9] {
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.careers-note p[b-7ppqoxgst9] {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .opening-card[b-7ppqoxgst9] {
    flex: 0 0 350px;
    max-width: 350px;
    min-height: 450px;
    padding: 1.5rem;
  }

  .opening-title[b-7ppqoxgst9] {
    font-size: 1.1rem;
  }

  .opening-description p[b-7ppqoxgst9] {
    font-size: 0.85rem;
  }

  .opening-requirements li[b-7ppqoxgst9] {
    font-size: 0.8rem;
  }

  .careers-note[b-7ppqoxgst9] {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .opening-card[b-7ppqoxgst9] {
    flex: 0 0 300px;
    max-width: 300px;
    min-height: 400px;
  }

  .card-header[b-7ppqoxgst9] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .opening-type[b-7ppqoxgst9] {
    align-self: flex-start;
  }
}
/* /Shared/Contact.razor.rz.scp.css */
.contact[b-7sl4cujjmc] {
    border-top: 1px solid var(--border-color);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(0, 255, 204, 0.03) 0%, transparent 50%),
        transparent;
}

.contact-split[b-7sl4cujjmc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.contact-info h2[b-7sl4cujjmc] {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--text-primary);
}

.contact-description[b-7sl4cujjmc] {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.contact-cta[b-7sl4cujjmc] {
    color: var(--text-muted);
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.contact-links[b-7sl4cujjmc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-card[b-7sl4cujjmc] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(10, 10, 21, 0.8) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.contact-card[b-7sl4cujjmc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    opacity: 0;
    transition: var(--transition);
}

.contact-card:hover[b-7sl4cujjmc] {
    border-color: var(--primary-color);
    transform: translateX(5px);
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(0, 255, 204, 0.1);
}

.contact-card:hover[b-7sl4cujjmc]::before {
    opacity: 1;
}

.contact-card:hover .contact-card-icon[b-7sl4cujjmc] {
    color: var(--primary-color);
    transform: scale(1.1);
}

.contact-card:hover .contact-card-arrow[b-7sl4cujjmc] {
    opacity: 1;
    transform: translate(0, 0);
}

.contact-card-icon[b-7sl4cujjmc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(0, 255, 204, 0.05);
    border: 1px solid rgba(0, 255, 204, 0.1);
    border-radius: var(--border-radius);
    color: var(--text-secondary);
    transition: var(--transition);
    flex-shrink: 0;
}

.contact-card-content[b-7sl4cujjmc] {
    flex: 1;
    min-width: 0;
}

.contact-card-content h3[b-7sl4cujjmc] {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: var(--text-primary);
}

.contact-card-content p[b-7sl4cujjmc] {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.4;
}

.contact-card-arrow[b-7sl4cujjmc] {
    color: var(--primary-color);
    opacity: 0;
    transform: translate(-5px, 5px);
    transition: var(--transition);
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .contact-split[b-7sl4cujjmc] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .contact-info h2[b-7sl4cujjmc] {
        font-size: 2rem;
    }

    .contact-links[b-7sl4cujjmc] {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .contact-info h2[b-7sl4cujjmc] {
        font-size: 1.75rem;
    }

    .contact-description[b-7sl4cujjmc] {
        font-size: 1rem;
    }

    .contact-card[b-7sl4cujjmc] {
        padding: 1rem 1.25rem;
        gap: 1rem;
    }

    .contact-card-icon[b-7sl4cujjmc] {
        width: 42px;
        height: 42px;
    }

    .contact-card-icon svg[b-7sl4cujjmc] {
        width: 22px;
        height: 22px;
    }

    .contact-card-content h3[b-7sl4cujjmc] {
        font-size: 1rem;
    }

    .contact-card-content p[b-7sl4cujjmc] {
        font-size: 0.8rem;
    }

    .contact-card-arrow[b-7sl4cujjmc] {
        opacity: 0.5;
        transform: translate(0, 0);
    }
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-tn7lcjc11v] {
  background-color: var(--darker-bg);
  border-top: 1px solid var(--border-color);
  padding: 2rem 0;
}

.footer-content[b-tn7lcjc11v] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-brand[b-tn7lcjc11v] {
  display: flex;
  align-items: center;
}

.footer-brand .logo-symbol[b-tn7lcjc11v] {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-right: 0.5rem;
}

.footer-brand .logo-text[b-tn7lcjc11v] {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--text-primary);
}

.footer-legal[b-tn7lcjc11v] {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.legal-links[b-tn7lcjc11v] {
  margin-left: 1rem;
}

.legal-link[b-tn7lcjc11v] {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.legal-link:hover[b-tn7lcjc11v] {
  color: var(--text-secondary);
}

.separator[b-tn7lcjc11v] {
  margin: 0 0.5rem;
  color: var(--text-muted);
}

.footer-note[b-tn7lcjc11v] {
  color: var(--text-muted);
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .footer-content[b-tn7lcjc11v] {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal .legal-links[b-tn7lcjc11v] {
    margin-left: 0;
    margin-top: 0.5rem;
    display: block;
  }
}
/* /Shared/Hero.razor.rz.scp.css */
.hero[b-9rag3l3pju] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
  background:
    radial-gradient(circle at 20% 30%, rgba(102, 0, 255, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(0, 255, 204, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #050510 0%, #0a0a15 100%);
}

.hero .container[b-9rag3l3pju] {
  position: relative;
  z-index: 3;
}

.hero-content[b-9rag3l3pju] {
  position: relative;
  z-index: 4;
}

.hero-text[b-9rag3l3pju] {
  max-width: 700px;
}

.hero-text h1[b-9rag3l3pju] {
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  text-shadow: 0 0 40px rgba(0, 255, 204, 0.4);
}

.hero-text h1 .glow[b-9rag3l3pju] {
  background: linear-gradient(135deg, #ffffff 0%, #00ffcc 50%, #6600ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
}

.hero-text h1 .typing-text[b-9rag3l3pju] {
  font-size: 1.3rem;
  color: var(--text-secondary);
  display: inline-block;
  position: relative;
  margin-top: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-text h1 .typing-text .cursor[b-9rag3l3pju] {
  animation: blink-b-9rag3l3pju 1s infinite;
  color: var(--primary-color);
  text-shadow: 0 0 15px var(--primary-color);
  font-weight: bold;
}

.hero-subtitle[b-9rag3l3pju] {
  font-size: 1.2rem;
  max-width: 600px;
  margin-bottom: 3rem;
  color: var(--text-secondary);
  position: relative;
  line-height: 1.7;
  padding-left: 2rem;
  border-left: 2px solid var(--primary-color);
}

.hero-actions[b-9rag3l3pju] {
  display: flex;
  gap: 1.5rem;
}

.hero-actions .btn[b-9rag3l3pju] {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-actions .btn[b-9rag3l3pju]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.6s;
  z-index: -1;
}

.hero-actions .btn:hover[b-9rag3l3pju]::before {
  left: 100%;
}

.hero-actions .btn-primary[b-9rag3l3pju] {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border: none;
  box-shadow: 0 10px 20px rgba(0, 255, 204, 0.3);
  color: #050510;
}

.hero-actions .btn-primary:hover[b-9rag3l3pju] {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 255, 204, 0.4);
}

.hero-actions .btn-secondary[b-9rag3l3pju] {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.hero-actions .btn-secondary:hover[b-9rag3l3pju] {
  background: rgba(0, 255, 204, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 255, 204, 0.2);
}

/* Background */
.hero-bg[b-9rag3l3pju] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.grid-overlay[b-9rag3l3pju] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 255, 204, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 204, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(0, 255, 204, 0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 204, 0.01) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  opacity: 0.4;
  animation: gridMove-b-9rag3l3pju 40s linear infinite;
}

/* Binary Data Stream */
.binary-stream[b-9rag3l3pju] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.binary-column-1[b-9rag3l3pju], .binary-column-2[b-9rag3l3pju], .binary-column-3[b-9rag3l3pju], .binary-column-4[b-9rag3l3pju],
.binary-column-5[b-9rag3l3pju], .binary-column-6[b-9rag3l3pju], .binary-column-7[b-9rag3l3pju], .binary-column-8[b-9rag3l3pju],
.binary-column-9[b-9rag3l3pju], .binary-column-10[b-9rag3l3pju], .binary-column-11[b-9rag3l3pju], .binary-column-12[b-9rag3l3pju] {
  position: absolute;
  top: -100%;
  width: 2px;
  height: 300%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 255, 204, 0.1),
    rgba(0, 255, 204, 0.3),
    rgba(0, 255, 204, 0.1),
    transparent
  );
  animation: dataStream-b-9rag3l3pju 8s linear infinite;
  filter: blur(1px);
}

.binary-column-1[b-9rag3l3pju] { left: 8%; animation-delay: 0.3s; }
.binary-column-2[b-9rag3l3pju] { left: 16%; animation-delay: 0.6s; }
.binary-column-3[b-9rag3l3pju] { left: 24%; animation-delay: 0.9s; }
.binary-column-4[b-9rag3l3pju] { left: 32%; animation-delay: 1.2s; }
.binary-column-5[b-9rag3l3pju] { left: 40%; animation-delay: 1.5s; }
.binary-column-6[b-9rag3l3pju] { left: 48%; animation-delay: 1.8s; }
.binary-column-7[b-9rag3l3pju] { left: 56%; animation-delay: 2.1s; }
.binary-column-8[b-9rag3l3pju] { left: 64%; animation-delay: 2.4s; }
.binary-column-9[b-9rag3l3pju] { left: 72%; animation-delay: 2.7s; }
.binary-column-10[b-9rag3l3pju] { left: 80%; animation-delay: 3.0s; }
.binary-column-11[b-9rag3l3pju] { left: 88%; animation-delay: 3.3s; }
.binary-column-12[b-9rag3l3pju] { left: 96%; animation-delay: 3.6s; }

/* Neural Network Nodes */
.neural-network[b-9rag3l3pju] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.neuron-1[b-9rag3l3pju], .neuron-2[b-9rag3l3pju], .neuron-3[b-9rag3l3pju], .neuron-4[b-9rag3l3pju], .neuron-5[b-9rag3l3pju],
.neuron-6[b-9rag3l3pju], .neuron-7[b-9rag3l3pju], .neuron-8[b-9rag3l3pju], .neuron-9[b-9rag3l3pju], .neuron-10[b-9rag3l3pju],
.neuron-11[b-9rag3l3pju], .neuron-12[b-9rag3l3pju], .neuron-13[b-9rag3l3pju], .neuron-14[b-9rag3l3pju], .neuron-15[b-9rag3l3pju],
.neuron-16[b-9rag3l3pju], .neuron-17[b-9rag3l3pju], .neuron-18[b-9rag3l3pju], .neuron-19[b-9rag3l3pju], .neuron-20[b-9rag3l3pju] {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-color);
  animation: neuronPulse-b-9rag3l3pju 3s ease-in-out infinite;
}

.neuron-1[b-9rag3l3pju] { top: 15%; left: 10%; animation-delay: 0.15s; }
.neuron-2[b-9rag3l3pju] { top: 25%; left: 85%; animation-delay: 0.30s; }
.neuron-3[b-9rag3l3pju] { top: 45%; left: 20%; animation-delay: 0.45s; }
.neuron-4[b-9rag3l3pju] { top: 65%; left: 75%; animation-delay: 0.60s; }
.neuron-5[b-9rag3l3pju] { top: 80%; left: 30%; animation-delay: 0.75s; }
.neuron-6[b-9rag3l3pju] { top: 10%; left: 50%; animation-delay: 0.90s; }
.neuron-7[b-9rag3l3pju] { top: 35%; left: 65%; animation-delay: 1.05s; }
.neuron-8[b-9rag3l3pju] { top: 55%; left: 40%; animation-delay: 1.20s; }
.neuron-9[b-9rag3l3pju] { top: 75%; left: 90%; animation-delay: 1.35s; }
.neuron-10[b-9rag3l3pju] { top: 90%; left: 15%; animation-delay: 1.50s; }
.neuron-11[b-9rag3l3pju] { top: 20%; left: 35%; animation-delay: 1.65s; }
.neuron-12[b-9rag3l3pju] { top: 40%; left: 80%; animation-delay: 1.80s; }
.neuron-13[b-9rag3l3pju] { top: 60%; left: 25%; animation-delay: 1.95s; }
.neuron-14[b-9rag3l3pju] { top: 85%; left: 60%; animation-delay: 2.10s; }
.neuron-15[b-9rag3l3pju] { top: 5%; left: 70%; animation-delay: 2.25s; }
.neuron-16[b-9rag3l3pju] { top: 30%; left: 5%; animation-delay: 2.40s; }
.neuron-17[b-9rag3l3pju] { top: 50%; left: 55%; animation-delay: 2.55s; }
.neuron-18[b-9rag3l3pju] { top: 70%; left: 45%; animation-delay: 2.70s; }
.neuron-19[b-9rag3l3pju] { top: 95%; left: 80%; animation-delay: 2.85s; }
.neuron-20[b-9rag3l3pju] { top: 12%; left: 95%; animation-delay: 3.00s; }

/* Radar Sweep */
.radar-container[b-9rag3l3pju] {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
}

.radar-ring[b-9rag3l3pju] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 255, 204, 0.1);
  border-radius: 50%;
}

.radar-ring:nth-child(1)[b-9rag3l3pju] { width: 100px; height: 100px; }
.radar-ring:nth-child(2)[b-9rag3l3pju] { width: 200px; height: 200px; }
.radar-ring:nth-child(3)[b-9rag3l3pju] { width: 300px; height: 300px; }
.radar-ring:nth-child(4)[b-9rag3l3pju] { width: 400px; height: 400px; }

.radar-sweep[b-9rag3l3pju] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-color));
  transform-origin: 0 0;
  animation: radarSweep-b-9rag3l3pju 4s linear infinite;
  filter: blur(1px);
}

/* Crypto Elements */
.crypto-elements[b-9rag3l3pju] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crypto-1[b-9rag3l3pju], .crypto-2[b-9rag3l3pju], .crypto-3[b-9rag3l3pju], .crypto-4[b-9rag3l3pju],
.crypto-5[b-9rag3l3pju], .crypto-6[b-9rag3l3pju], .crypto-7[b-9rag3l3pju], .crypto-8[b-9rag3l3pju] {
  position: absolute;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9rem;
  color: rgba(0, 255, 204, 0.4);
  animation: cryptoFloat-b-9rag3l3pju 20s ease-in-out infinite;
}

.crypto-1[b-9rag3l3pju] { top: 20%; left: 15%; animation-delay: 2.5s; }
.crypto-2[b-9rag3l3pju] { top: 35%; left: 80%; animation-delay: 5s; }
.crypto-3[b-9rag3l3pju] { top: 55%; left: 25%; animation-delay: 7.5s; }
.crypto-4[b-9rag3l3pju] { top: 70%; left: 70%; animation-delay: 10s; }
.crypto-5[b-9rag3l3pju] { top: 85%; left: 40%; animation-delay: 12.5s; }
.crypto-6[b-9rag3l3pju] { top: 15%; left: 60%; animation-delay: 15s; }
.crypto-7[b-9rag3l3pju] { top: 45%; left: 90%; animation-delay: 17.5s; }
.crypto-8[b-9rag3l3pju] { top: 65%; left: 10%; animation-delay: 20s; }

/* Floating Shapes */
.floating-shapes[b-9rag3l3pju] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shape-1[b-9rag3l3pju], .shape-2[b-9rag3l3pju], .shape-3[b-9rag3l3pju], .shape-4[b-9rag3l3pju],
.shape-5[b-9rag3l3pju], .shape-6[b-9rag3l3pju], .shape-7[b-9rag3l3pju], .shape-8[b-9rag3l3pju] {
  position: absolute;
  border: 1px solid rgba(0, 255, 204, 0.1);
  border-radius: 50%;
  animation: floatShape-b-9rag3l3pju 20s infinite linear;
}

.shape-1[b-9rag3l3pju] { width: 80px; height: 80px; top: 25%; left: 20%; animation-delay: 2.5s; }
.shape-2[b-9rag3l3pju] { width: 120px; height: 120px; top: 60%; left: 75%; animation-delay: 5s; }
.shape-3[b-9rag3l3pju] { width: 60px; height: 60px; top: 40%; left: 45%; animation-delay: 7.5s; }
.shape-4[b-9rag3l3pju] { width: 150px; height: 150px; top: 80%; left: 30%; animation-delay: 10s; }
.shape-5[b-9rag3l3pju] { width: 100px; height: 100px; top: 15%; left: 85%; animation-delay: 12.5s; }
.shape-6[b-9rag3l3pju] { width: 70px; height: 70px; top: 70%; left: 55%; animation-delay: 15s; }
.shape-7[b-9rag3l3pju] { width: 90px; height: 90px; top: 35%; left: 10%; animation-delay: 17.5s; }
.shape-8[b-9rag3l3pju] { width: 110px; height: 110px; top: 50%; left: 65%; animation-delay: 20s; }

.shape-1[b-9rag3l3pju]::before, .shape-2[b-9rag3l3pju]::before, .shape-3[b-9rag3l3pju]::before, .shape-4[b-9rag3l3pju]::before,
.shape-5[b-9rag3l3pju]::before, .shape-6[b-9rag3l3pju]::before, .shape-7[b-9rag3l3pju]::before, .shape-8[b-9rag3l3pju]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-color);
}

/* Glitch Overlay */
.hero-bg[b-9rag3l3pju]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg,
      transparent 47%,
      rgba(0, 255, 204, 0.02) 50%,
      transparent 53%),
    linear-gradient(0deg,
      transparent 47%,
      rgba(102, 0, 255, 0.02) 50%,
      transparent 53%);
  background-size: 100px 100px;
  animation: glitchShift-b-9rag3l3pju 15s linear infinite;
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.3;
}

.hero-bg[b-9rag3l3pju]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 50% 50%,
      transparent 30%,
      rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

/* Animations */
@keyframes blink-b-9rag3l3pju {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

@keyframes gridMove-b-9rag3l3pju {
  0% { transform: translateY(0); }
  100% { transform: translateY(100px); }
}

@keyframes dataStream-b-9rag3l3pju {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  10% { opacity: 0.8; }
  90% { opacity: 0.8; }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

@keyframes neuronPulse-b-9rag3l3pju {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
    box-shadow: 0 0 10px var(--primary-color);
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
    box-shadow: 0 0 30px var(--primary-color);
  }
}

@keyframes radarSweep-b-9rag3l3pju {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes cryptoFloat-b-9rag3l3pju {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.3;
  }
  25% {
    transform: translate(15px, -15px) rotate(90deg) scale(1.1);
    opacity: 0.6;
  }
  50% {
    transform: translate(0, -30px) rotate(180deg) scale(1);
    opacity: 0.3;
  }
  75% {
    transform: translate(-15px, -15px) rotate(270deg) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes floatShape-b-9rag3l3pju {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -20px) rotate(90deg);
  }
  50% {
    transform: translate(0, -40px) rotate(180deg);
  }
  75% {
    transform: translate(-20px, -20px) rotate(270deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes glitchShift-b-9rag3l3pju {
  0% { background-position: 0 0; }
  100% { background-position: 200px 200px; }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-text h1[b-9rag3l3pju] {
    font-size: 3rem;
  }

  .hero-subtitle[b-9rag3l3pju] {
    font-size: 1.1rem;
  }

  .radar-container[b-9rag3l3pju] {
    width: 300px;
    height: 300px;
    right: 5%;
  }

  .radar-ring:nth-child(4)[b-9rag3l3pju] {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .hero-text h1[b-9rag3l3pju] {
    font-size: 2.5rem;
  }

  .hero-text h1 .typing-text[b-9rag3l3pju] {
    font-size: 1.1rem;
  }

  .hero-actions[b-9rag3l3pju] {
    flex-direction: column;
    gap: 1rem;
  }

  .hero-actions .btn[b-9rag3l3pju] {
    width: 100%;
    text-align: center;
  }

  .radar-container[b-9rag3l3pju] {
    display: none;
  }

  .neural-network[b-9rag3l3pju],
  .crypto-elements[b-9rag3l3pju] {
    opacity: 0.3;
  }
}

@media (max-width: 480px) {
  .hero-text h1[b-9rag3l3pju] {
    font-size: 2rem;
  }

  .hero-subtitle[b-9rag3l3pju] {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
/* /Shared/LanguageSelector.razor.rz.scp.css */
.language-selector[b-mehjus0ujn] {
    position: relative;
    display: inline-block;
}

.language-btn[b-mehjus0ujn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--letter-spacing-wide);
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition-fast);
    position: relative;
}

.language-btn[b-mehjus0ujn]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent-gradient);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 1px;
}

.language-btn:hover[b-mehjus0ujn] {
    color: var(--primary-color);
    text-shadow: 0 0 20px var(--primary-glow);
}

.language-btn:hover[b-mehjus0ujn]::before {
    width: 100%;
}

.current-lang[b-mehjus0ujn] {
    font-weight: var(--font-weight-normal);
}

.dropdown-arrow[b-mehjus0ujn] {
    font-size: 0.5rem;
    opacity: 0.7;
    transition: var(--transition-fast);
}

.language-btn:hover .dropdown-arrow[b-mehjus0ujn] {
    opacity: 1;
}

.language-dropdown[b-mehjus0ujn] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 150px;
    background: var(--bg-secondary, #1a1a1a);
    border: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    z-index: 1000;
}

.language-option[b-mehjus0ujn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    color: var(--text-color, #fff);
    font-family: var(--font-mono, monospace);
    font-size: 0.875rem;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease;
}

.language-option:hover[b-mehjus0ujn] {
    background: rgba(255, 255, 255, 0.05);
}

.language-option.active[b-mehjus0ujn] {
    background: rgba(0, 255, 136, 0.1);
    color: var(--accent-color, #00ff88);
}

.lang-code[b-mehjus0ujn] {
    font-weight: 600;
    min-width: 2rem;
}

.lang-name[b-mehjus0ujn] {
    opacity: 0.7;
}

@media (max-width: 992px) {
    .language-selector[b-mehjus0ujn] {
        width: 100%;
    }

    .language-btn[b-mehjus0ujn] {
        width: 100%;
        justify-content: space-between;
        padding: 0.75rem 0;
        font-size: 1rem;
    }

    .language-dropdown[b-mehjus0ujn] {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        margin-top: 0.5rem;
        background: rgba(255, 255, 255, 0.03);
    }
}
/* /Shared/Navbar.razor.rz.scp.css */
.navbar[b-n8anwmlroy] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.5rem 0;
  transition: var(--transition);
  background-color: transparent;
}

.navbar.scrolled[b-n8anwmlroy] {
  background-color: rgba(5, 5, 16, 0.92);
  backdrop-filter: blur(12px) saturate(180%);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 255, 204, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.navbar .container[b-n8anwmlroy] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand .logo[b-n8anwmlroy] {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-primary);
  transition: var(--transition);
}

.navbar-brand .logo:hover[b-n8anwmlroy] {
  transform: translateY(-1px);
}

.navbar-brand .logo-symbol[b-n8anwmlroy] {
  font-size: 1.6rem;
  margin-right: 0.6rem;
  color: var(--primary-color);
  text-shadow: 0 0 20px var(--primary-glow);
  transition: var(--transition);
}

.navbar-brand .logo:hover .logo-symbol[b-n8anwmlroy] {
  text-shadow: 0 0 30px rgba(0, 255, 204, 0.5);
  transform: rotate(15deg);
}

.navbar-brand .logo-text[b-n8anwmlroy] {
  font-size: 1.1rem;
  letter-spacing: var(--letter-spacing-wider);
  font-weight: var(--font-weight-light);
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--text-primary) 0%, var(--primary-color) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: var(--transition);
}

.navbar-brand .logo:hover .logo-text[b-n8anwmlroy] {
  background-position: 100% 0;
}

.navbar-nav[b-n8anwmlroy] {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0.5rem;
}

.nav-item[b-n8anwmlroy] {
  margin-left: 2rem;
}

.nav-link[b-n8anwmlroy] {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  transition: var(--transition-fast);
  position: relative;
  padding: 0.5rem 0;
}

.nav-link[b-n8anwmlroy]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-gradient);
  transition: var(--transition);
  transform: translateX(-50%);
  border-radius: 1px;
}

.nav-link[b-n8anwmlroy]::after {
  content: '';
  position: absolute;
  inset: -0.25rem -0.75rem;
  background: var(--primary-glow);
  border-radius: var(--border-radius);
  opacity: 0;
  transition: var(--transition-fast);
  z-index: -1;
}

.nav-link:hover[b-n8anwmlroy] {
  color: var(--primary-color);
  text-shadow: 0 0 20px var(--primary-glow);
}

.nav-link:hover[b-n8anwmlroy]::before {
  width: 100%;
}

.nav-link:hover[b-n8anwmlroy]::after {
  opacity: 1;
}

/* Dropdown menu */
.has-dropdown[b-n8anwmlroy] {
  position: relative;
}

.dropdown-toggle[b-n8anwmlroy] {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family: inherit;
}

.dropdown-arrow[b-n8anwmlroy] {
  font-size: 0.7rem;
  transition: var(--transition-fast);
}

.has-dropdown:hover .dropdown-arrow[b-n8anwmlroy] {
  transform: rotate(180deg);
}

.dropdown-menu[b-n8anwmlroy] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: rgba(5, 5, 16, 0.95);
  backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(0, 255, 204, 0.15);
  border-radius: var(--border-radius);
  padding: 0.5rem 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-fast);
  margin-top: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.has-dropdown:hover .dropdown-menu[b-n8anwmlroy],
.dropdown-menu.open[b-n8anwmlroy] {
  opacity: 1;
  visibility: visible;
}

.dropdown-link[b-n8anwmlroy] {
  display: block;
  padding: 0.6rem 1.2rem;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  transition: var(--transition-fast);
  white-space: nowrap;
}

.dropdown-link:hover[b-n8anwmlroy] {
  color: var(--primary-color);
  background: rgba(0, 255, 204, 0.05);
  text-shadow: 0 0 20px var(--primary-glow);
}

/* Mobile menu toggle button */
.mobile-menu-toggle[b-n8anwmlroy] {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.hamburger-line[b-n8anwmlroy] {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-secondary);
  transition: var(--transition);
}

.mobile-menu-toggle:hover .hamburger-line[b-n8anwmlroy] {
  background: var(--primary-color);
}

/* Hamburger animation when open */
.navbar.mobile-open .mobile-menu-toggle .hamburger-line:nth-child(1)[b-n8anwmlroy] {
  transform: translateY(7px) rotate(45deg);
}

.navbar.mobile-open .mobile-menu-toggle .hamburger-line:nth-child(2)[b-n8anwmlroy] {
  opacity: 0;
}

.navbar.mobile-open .mobile-menu-toggle .hamburger-line:nth-child(3)[b-n8anwmlroy] {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile overlay backdrop */
.mobile-overlay[b-n8anwmlroy] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar.mobile-open .mobile-overlay[b-n8anwmlroy] {
  opacity: 1;
}

@media (max-width: 992px) {
  .mobile-menu-toggle[b-n8anwmlroy] {
    display: flex;
  }

  .mobile-overlay[b-n8anwmlroy] {
    display: block;
    pointer-events: none;
  }

  .navbar.mobile-open .mobile-overlay[b-n8anwmlroy] {
    pointer-events: auto;
  }

  .navbar .navbar-nav[b-n8anwmlroy] {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 80vw;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 5rem 2rem 2rem;
    background: rgba(5, 5, 16, 0.98);
    backdrop-filter: blur(12px);
    border-left: 1px solid rgba(0, 255, 204, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
    z-index: 1000;
  }

  .navbar .navbar-nav.open[b-n8anwmlroy] {
    right: 0;
  }

  .navbar .navbar-nav .nav-item[b-n8anwmlroy] {
    margin-left: 0;
    width: 100%;
  }

  .navbar .navbar-nav .nav-link[b-n8anwmlroy] {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .navbar .navbar-nav .nav-item:last-child[b-n8anwmlroy] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 255, 204, 0.2);
  }

  .has-dropdown .dropdown-menu[b-n8anwmlroy] {
    position: static;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease;
  }

  .has-dropdown:hover .dropdown-menu[b-n8anwmlroy],
  .has-dropdown .dropdown-menu.open[b-n8anwmlroy] {
    max-height: 200px;
  }

  .dropdown-link[b-n8anwmlroy] {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
}

/* Small mobile screens */
@media (max-width: 480px) {
  .navbar[b-n8anwmlroy] {
    padding: 1rem 0;
  }

  .navbar.scrolled[b-n8anwmlroy] {
    padding: 0.75rem 0;
  }

  .navbar-brand .logo-text[b-n8anwmlroy] {
    font-size: 0.85rem;
    letter-spacing: 0.05em;
  }

  .navbar-brand .logo-symbol[b-n8anwmlroy] {
    font-size: 1.2rem;
    margin-right: 0.4rem;
  }

  .navbar .navbar-nav[b-n8anwmlroy] {
    width: 100%;
    max-width: 100%;
    padding: 4.5rem 1.5rem 1.5rem;
  }
}
/* /Shared/OpenSource.razor.rz.scp.css */
.opensource .section-subtitle[b-3gf0txqap9] {
  color: var(--text-muted);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
}

.opensource-card[b-3gf0txqap9] {
  height: 100%;
  min-height: 680px;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 2rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.opensource-card:hover[b-3gf0txqap9] {
  border-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.opensource-card:hover .opensource-icon[b-3gf0txqap9] {
  transform: scale(1.1);
}

.opensource-header[b-3gf0txqap9] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.opensource-icon[b-3gf0txqap9] {
  font-size: 2.5rem;
  transition: var(--transition);
  flex-shrink: 0;
}

.opensource-title-section[b-3gf0txqap9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.opensource-card h3[b-3gf0txqap9] {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.opensource-meta-inline[b-3gf0txqap9] {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.opensource-license[b-3gf0txqap9] {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.opensource-purpose[b-3gf0txqap9] {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.opensource-description[b-3gf0txqap9] {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.opensource-features[b-3gf0txqap9] {
  margin-bottom: 1.5rem;
}

.opensource-features h4[b-3gf0txqap9] {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.opensource-features ul[b-3gf0txqap9] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opensource-features li[b-3gf0txqap9] {
  color: var(--text-secondary);
  font-size: 0.9rem;
  padding: 0.4rem 0;
  padding-left: 1.2rem;
  position: relative;
}

.opensource-features li[b-3gf0txqap9]::before {
  content: '>';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.opensource-use-cases[b-3gf0txqap9] {
  margin-bottom: 1.5rem;
}

.opensource-use-cases h4[b-3gf0txqap9] {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.opensource-use-cases ul[b-3gf0txqap9] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opensource-use-cases li[b-3gf0txqap9] {
  color: var(--text-secondary);
  font-size: 0.9rem;
  padding: 0.4rem 0;
  padding-left: 1.2rem;
  position: relative;
}

.opensource-use-cases li[b-3gf0txqap9]::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.opensource-meta[b-3gf0txqap9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.opensource-tech[b-3gf0txqap9] {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.opensource-status[b-3gf0txqap9] {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.opensource-status.experimental[b-3gf0txqap9] {
  background-color: rgba(102, 0, 255, 0.2);
  color: #a366ff;
  border: 1px solid rgba(102, 0, 255, 0.3);
}

.opensource-status.beta[b-3gf0txqap9] {
  background-color: rgba(0, 255, 204, 0.1);
  color: var(--primary-color);
  border: 1px solid rgba(0, 255, 204, 0.3);
}

.opensource-status.active[b-3gf0txqap9] {
  background-color: rgba(50, 205, 50, 0.1);
  color: #32cd32;
  border: 1px solid rgba(50, 205, 50, 0.3);
}

.opensource-audience[b-3gf0txqap9] {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.opensource-audience strong[b-3gf0txqap9] {
  color: var(--text-secondary);
}

.opensource-links[b-3gf0txqap9] {
  text-align: center;
}

.opensource-links .btn[b-3gf0txqap9] {
  width: 100%;
  padding: 0.9rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: var(--transition);
}

.opensource-links .btn:hover[b-3gf0txqap9] {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 255, 204, 0.2);
}

.opensource-card .btn-secondary[b-3gf0txqap9] {
  background-color: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
}

.opensource-card .btn-secondary:hover[b-3gf0txqap9] {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .opensource-card[b-3gf0txqap9] {
    min-height: 620px;
    padding: 1.5rem;
  }

  .opensource-header[b-3gf0txqap9] {
    flex-direction: column;
    gap: 0.5rem;
  }

  .opensource-meta[b-3gf0txqap9] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .opensource-meta-inline[b-3gf0txqap9] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .opensource-card[b-3gf0txqap9] {
    min-height: 580px;
  }
}
/* /Shared/Slider.razor.rz.scp.css */
.slider-wrapper[b-k6tvij3yi3] {
  position: relative;
  margin: 3rem 0 1.5rem;
}

.slider-container[b-k6tvij3yi3] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.slider-viewport[b-k6tvij3yi3] {
  --visible-cards: 3;
  --card-gap: 1rem;
  --card-width: calc((100cqi - (var(--visible-cards) - 1) * var(--card-gap)) / var(--visible-cards));
  container-type: inline-size;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.slider-viewport:active[b-k6tvij3yi3] {
  cursor: grabbing;
}

.slider-track[b-k6tvij3yi3] {
  display: flex;
  align-items: stretch;
  gap: var(--card-gap);
  transition: transform 0.4s ease-in-out;
}

.slider-track.no-transition[b-k6tvij3yi3] {
  transition: none;
}

.slider-item[b-k6tvij3yi3] {
  flex: 0 0 var(--card-width);
  display: flex;
}

.slider-item > :first-child[b-k6tvij3yi3] {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.slider-btn[b-k6tvij3yi3] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: rgba(10, 14, 23, 0.9);
  color: var(--text-primary);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn-prev[b-k6tvij3yi3] {
  left: -70px;
}

.slider-btn-next[b-k6tvij3yi3] {
  right: -70px;
}

.slider-btn:hover[b-k6tvij3yi3] {
  border-color: var(--primary-color);
  background: rgba(0, 255, 204, 0.1);
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.2);
}

.slider-arrow[b-k6tvij3yi3] {
  font-size: 1.8rem;
  line-height: 1;
}

.slider-dots[b-k6tvij3yi3] {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.slider-dot[b-k6tvij3yi3] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: transparent;
  cursor: pointer;
  transition: var(--transition);
}

.slider-dot:hover[b-k6tvij3yi3] {
  border-color: var(--primary-color);
}

.slider-dot.active[b-k6tvij3yi3] {
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0 10px rgba(0, 255, 204, 0.4);
}

@media (max-width: 992px) {
  .slider-btn-prev[b-k6tvij3yi3] {
    left: 8px;
  }

  .slider-btn-next[b-k6tvij3yi3] {
    right: 8px;
  }

  .slider-viewport[b-k6tvij3yi3] {
    --visible-cards: 2;
  }
}

@media (max-width: 768px) {
  .slider-viewport[b-k6tvij3yi3] {
    --visible-cards: 1;
  }

  .slider-btn[b-k6tvij3yi3] {
    width: 40px;
    height: 40px;
  }

  .slider-btn-prev[b-k6tvij3yi3] {
    left: 6px;
  }

  .slider-btn-next[b-k6tvij3yi3] {
    right: 6px;
  }

  .slider-arrow[b-k6tvij3yi3] {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .slider-btn[b-k6tvij3yi3] {
    width: 35px;
    height: 35px;
  }

  .slider-btn-prev[b-k6tvij3yi3] {
    left: 4px;
  }

  .slider-btn-next[b-k6tvij3yi3] {
    right: 4px;
  }

  .slider-arrow[b-k6tvij3yi3] {
    font-size: 1.2rem;
  }

  .slider-dot[b-k6tvij3yi3] {
    width: 10px;
    height: 10px;
  }
}
