
    .online-status-container.svelte-1qts5vb {
        position: fixed;
        bottom: 24px;
        right: 24px;
        z-index: 100;
        font-family: var(--font-sans, system-ui, sans-serif);
    }

    .status-indicator.svelte-1qts5vb {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: rgba(20, 20, 20, 0.8);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 999px;
        cursor: pointer;
        transition: all 0.2s ease;
        color: var(--text-secondary, #a0a0a0);
        font-size: 13px;
        font-weight: 500;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .status-indicator.svelte-1qts5vb:hover {
        background: rgba(30, 30, 30, 0.9);
        border-color: rgba(255, 255, 255, 0.2);
        transform: translateY(-1px);
    }

    .status-indicator.online.svelte-1qts5vb .dot:where(.svelte-1qts5vb) {
        background: #10b981;
        box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
    }

    .status-indicator.online.svelte-1qts5vb .pulse-ring:where(.svelte-1qts5vb) {
        border-color: #10b981;
    }

    .status-indicator.offline.svelte-1qts5vb .dot:where(.svelte-1qts5vb) {
        background: #ef4444;
        box-shadow: 0 0 8px rgba(239, 68, 68, 0.4);
    }

    .status-indicator.offline.svelte-1qts5vb .pulse-ring:where(.svelte-1qts5vb) {
        border-color: #ef4444;
    }

    .dot.svelte-1qts5vb {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: relative;
        z-index: 2;
    }

    .pulse-ring.svelte-1qts5vb {
        position: absolute;
        left: 14px; /* Adjust based on padding */
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid;
        animation: svelte-1qts5vb-pulse 2s infinite;
        opacity: 0;
    }

    @keyframes svelte-1qts5vb-pulse {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }
        100% {
            transform: scale(2.5);
            opacity: 0;
        }
    }

    .status-details.svelte-1qts5vb {
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 12px;
        width: 280px;
        background: rgba(20, 20, 20, 0.95);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 16px;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    }

    .header.svelte-1qts5vb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .title.svelte-1qts5vb {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-primary, #fff);
    }

    .count.svelte-1qts5vb {
        font-size: 11px;
        color: var(--text-secondary, #a0a0a0);
    }

    .relay-list.svelte-1qts5vb {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .relay-item.svelte-1qts5vb {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        color: var(--text-secondary, #ccc);
    }

    .status-dot.svelte-1qts5vb {
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

    .status-dot.active.svelte-1qts5vb {
        background: #10b981;
    }

    .status-dot.inactive.svelte-1qts5vb {
        background: #ef4444;
    }

    .empty-state.svelte-1qts5vb {
        font-size: 12px;
        color: var(--text-secondary, #888);
        font-style: italic;
        text-align: center;
        padding: 8px 0;
    }

  .unlock-page.svelte-55pf26 {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  /* Cosmic Background */
  .cosmic-bg.svelte-55pf26 {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a0a0b 0%, #0d1117 50%, #0a0a0b 100%);
    overflow: hidden;
  }

  .stars.svelte-55pf26,
  .stars2.svelte-55pf26,
  .stars3.svelte-55pf26 {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        1px 1px at 25% 15%,
        rgba(255, 255, 255, 0.8),
        transparent
      ),
      radial-gradient(1px 1px at 50% 40%, rgba(255, 255, 255, 0.6), transparent),
      radial-gradient(1px 1px at 75% 70%, rgba(255, 255, 255, 0.7), transparent),
      radial-gradient(2px 2px at 10% 80%, rgba(255, 255, 255, 0.5), transparent),
      radial-gradient(1px 1px at 90% 20%, rgba(255, 255, 255, 0.4), transparent),
      radial-gradient(
        1.5px 1.5px at 60% 85%,
        rgba(255, 255, 255, 0.6),
        transparent
      );
    background-size: 200% 200%;
    animation: svelte-55pf26-drift 60s linear infinite;
  }

  .stars2.svelte-55pf26 {
    background-image: radial-gradient(
        1px 1px at 30% 25%,
        rgba(94, 234, 212, 0.5),
        transparent
      ),
      radial-gradient(1px 1px at 55% 50%, rgba(255, 255, 255, 0.5), transparent),
      radial-gradient(1px 1px at 80% 30%, rgba(255, 255, 255, 0.6), transparent),
      radial-gradient(
        1.5px 1.5px at 5% 60%,
        rgba(94, 234, 212, 0.4),
        transparent
      ),
      radial-gradient(1px 1px at 95% 45%, rgba(255, 255, 255, 0.5), transparent);
    animation: svelte-55pf26-drift 80s linear infinite reverse;
    opacity: 0.7;
  }

  .stars3.svelte-55pf26 {
    background-image: radial-gradient(
        1px 1px at 15% 45%,
        rgba(255, 255, 255, 0.6),
        transparent
      ),
      radial-gradient(2px 2px at 45% 15%, rgba(94, 234, 212, 0.3), transparent),
      radial-gradient(1px 1px at 70% 55%, rgba(255, 255, 255, 0.4), transparent),
      radial-gradient(1px 1px at 85% 75%, rgba(255, 255, 255, 0.5), transparent);
    animation: svelte-55pf26-drift 100s linear infinite;
    opacity: 0.5;
  }

  @keyframes svelte-55pf26-drift {
    from {
      background-position: 0% 0%;
    }
    to {
      background-position: 100% 100%;
    }
  }

  .glow.svelte-55pf26 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: svelte-55pf26-pulse 8s ease-in-out infinite;
  }

  .glow-1.svelte-55pf26 {
    width: 400px;
    height: 400px;
    background: var(--accent);
    top: -100px;
    left: -100px;
  }

  .glow-2.svelte-55pf26 {
    width: 350px;
    height: 350px;
    background: #10b981;
    bottom: -80px;
    right: -80px;
    animation-delay: 3s;
  }

  @keyframes svelte-55pf26-pulse {
    0%,
    100% {
      opacity: 0.12;
      transform: scale(1);
    }
    50% {
      opacity: 0.2;
      transform: scale(1.1);
    }
  }

  /* Content */
  .unlock-content.svelte-55pf26 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    padding: 1.5rem;
  }

  .unlock-card.svelte-55pf26 {
    background: rgba(20, 20, 22, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    text-align: center;
  }

  .logo-icon.svelte-55pf26 {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-primary);
    background: var(--bg-elevated);
    border-radius: 16px;
  }

  .title.svelte-55pf26 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
  }

  .subtitle.svelte-55pf26 {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin: 0 0 2rem;
  }

  .form-section.svelte-55pf26 {
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .input-label.svelte-55pf26 {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
  }

  .password-input.svelte-55pf26 {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-radius: 0.75rem;
    color: var(--text-primary);
    font-size: 1rem;
    outline: none;
    transition: all 0.2s ease;
  }

  .password-input.svelte-55pf26::placeholder {
    color: var(--text-muted);
    opacity: 0.5;
  }

  .password-input.svelte-55pf26:focus {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 2px rgba(94, 234, 212, 0.3);
  }

  .password-input.svelte-55pf26:disabled {
    opacity: 0.5;
  }

  .error-notice.svelte-55pf26 {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 0.5rem;
    text-align: left;
  }

  .error-notice.svelte-55pf26 p:where(.svelte-55pf26) {
    color: #f87171;
    font-size: 0.875rem;
    margin: 0;
  }

  .error-notice.svelte-55pf26 .attempts:where(.svelte-55pf26) {
    display: block;
    font-size: 0.75rem;
    color: rgba(248, 113, 113, 0.7);
    margin-top: 0.25rem;
  }

  .unlock-btn.svelte-55pf26 {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: var(--accent);
    border: none;
    border-radius: 0.75rem;
    color: #0a0a0b;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
  }

  .unlock-btn.svelte-55pf26:hover:not(:disabled) {
    filter: brightness(1.1);
    transform: translateY(-1px);
  }

  .unlock-btn.svelte-55pf26:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .unlock-btn.svelte-55pf26 svg:where(.svelte-55pf26) {
    width: 1.25rem;
    height: 1.25rem;
  }

  .lockout-notice.svelte-55pf26 {
    padding: 1.25rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .lockout-title.svelte-55pf26 {
    color: #f87171;
    font-weight: 600;
    margin: 0 0 0.5rem;
  }

  .lockout-text.svelte-55pf26 {
    color: rgba(248, 113, 113, 0.8);
    font-size: 0.875rem;
    margin: 0;
  }

  .restore-link.svelte-55pf26 {
    display: block;
    margin-top: 1.5rem;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 0.875rem;
    cursor: pointer;
    transition: color 0.15s;
  }

  .restore-link.svelte-55pf26:hover {
    color: var(--accent);
  }

  .security-footer.svelte-55pf26 {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    opacity: 0.7;
  }

  .toast.svelte-1cpok13 {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 0.875rem;
    border: 1px solid;
    background: var(--bg-elevated);
    box-shadow: var(--shadow-lg);
    min-width: 300px;
    max-width: 400px;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .toast.svelte-1cpok13:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-xl);
  }

  .toast--success.svelte-1cpok13 {
    border-color: var(--success);
    background: linear-gradient(
      135deg,
      var(--success-subtle) 0%,
      var(--bg-elevated) 100%
    );
  }

  .toast--success.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13) {
    color: var(--success);
  }

  .toast--error.svelte-1cpok13 {
    border-color: var(--error);
    background: linear-gradient(
      135deg,
      var(--error-subtle) 0%,
      var(--bg-elevated) 100%
    );
  }

  .toast--error.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13) {
    color: var(--error);
  }

  .toast--info.svelte-1cpok13 {
    border-color: var(--accent-primary);
    background: linear-gradient(
      135deg,
      var(--accent-subtle) 0%,
      var(--bg-elevated) 100%
    );
  }

  .toast--info.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13) {
    color: var(--accent-primary);
  }

  .toast--warning.svelte-1cpok13 {
    border-color: var(--warning);
    background: linear-gradient(
      135deg,
      var(--warning-subtle) 0%,
      var(--bg-elevated) 100%
    );
  }

  .toast--warning.svelte-1cpok13 .toast-icon:where(.svelte-1cpok13) {
    color: var(--warning);
  }

  .toast-icon.svelte-1cpok13 {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.0625rem;
  }

  .toast-message.svelte-1cpok13 {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--text-primary);
    margin: 0;
  }

  .toast-close.svelte-1cpok13 {
    flex-shrink: 0;
    padding: 0.25rem;
    margin: -0.25rem;
    background: transparent;
    border: none;
    color: var(--text-tertiary);
    cursor: pointer;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
  }

  .toast-close.svelte-1cpok13:hover {
    color: var(--text-primary);
    background: var(--bg-hover);
  }

  .toast-close.svelte-1cpok13 svg:where(.svelte-1cpok13) {
    width: 1rem;
    height: 1rem;
  }

    .trust-aura.svelte-124eyn5 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: drop-shadow(0 0 10px var(--glow-color));
    }

    .size-sm.svelte-124eyn5 {
        width: 40px;
        height: 40px;
    }
    .size-md.svelte-124eyn5 {
        width: 64px;
        height: 64px;
    }
    .size-lg.svelte-124eyn5 {
        width: 96px;
        height: 96px;
    }

    .aura-svg.svelte-124eyn5 {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .progress-ring.svelte-124eyn5 {
        transition: stroke-dashoffset 0.5s ease;
    }

    .glow-ring.svelte-124eyn5 {
        animation: svelte-124eyn5-pulse-glow 3s ease-in-out infinite;
    }

    @keyframes svelte-124eyn5-pulse-glow {
        0%,
        100% {
            opacity: 0.1;
            transform: scale(1);
        }
        50% {
            opacity: 0.2;
            transform: scale(1.02);
        }
    }

    .score-display.svelte-124eyn5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }

    .score-value.svelte-124eyn5 {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--main-color);
        line-height: 1;
    }

    .size-sm.svelte-124eyn5 .score-value:where(.svelte-124eyn5) {
        font-size: 0.75rem;
    }
    .size-lg.svelte-124eyn5 .score-value:where(.svelte-124eyn5) {
        font-size: 1.75rem;
    }

    .score-label.svelte-124eyn5 {
        font-size: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: rgba(255, 255, 255, 0.4);
    }

    .size-sm.svelte-124eyn5 .score-label:where(.svelte-124eyn5) {
        display: none;
    }
    .size-lg.svelte-124eyn5 .score-label:where(.svelte-124eyn5) {
        font-size: 0.625rem;
    }

    .hidden-file-input.svelte-1tmh5m3 {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        pointer-events: none;
    }

    .attach-image-btn.svelte-1tmh5m3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0.5rem;
        cursor: pointer;
        transition: all 0.15s ease;
    }

    .attach-image-btn.svelte-1tmh5m3:hover:not(:disabled) {
        border-color: var(--accent, #d4af37);
        background: rgba(212, 175, 55, 0.1);
    }

    .attach-image-btn.svelte-1tmh5m3:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .attach-image-btn.svelte-1tmh5m3 svg:where(.svelte-1tmh5m3) {
        width: 1.125rem;
        height: 1.125rem;
        color: rgba(255, 255, 255, 0.6);
    }

    .attach-image-btn.svelte-1tmh5m3:hover:not(:disabled) svg:where(.svelte-1tmh5m3) {
        color: var(--accent, #d4af37);
    }

    .attached-image-preview.svelte-1tmh5m3 {
        position: relative;
        display: inline-block;
        max-width: 100%;
        border-radius: 0.75rem;
        overflow: hidden;
    }

    .attached-image-preview.svelte-1tmh5m3 .preview-img:where(.svelte-1tmh5m3) {
        max-width: 100%;
        max-height: 200px;
        object-fit: contain;
        display: block;
        border-radius: 0.75rem;
    }

    .preview-info.svelte-1tmh5m3 {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    .preview-size.svelte-1tmh5m3 {
        font-size: 0.6875rem;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
    }

    .remove-btn.svelte-1tmh5m3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        background: rgba(220, 53, 69, 0.9);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
        transition: background 0.15s ease;
    }

    .remove-btn.svelte-1tmh5m3:hover {
        background: rgb(220, 53, 69);
    }

    .remove-btn.svelte-1tmh5m3 svg:where(.svelte-1tmh5m3) {
        width: 0.875rem;
        height: 0.875rem;
        color: white;
    }

    .compressing-state.svelte-1tmh5m3 {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 0.5rem;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.6);
    }

  /* THE GRID SYSTEM - Swiss Style 3-Column Layout */
  .layout-grid.svelte-12qhfyh {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 350px;
    min-height: 100dvh;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .layout-grid--single.svelte-12qhfyh {
    grid-template-columns: 1fr;
  }

  /* Tablet: Collapsed nav + feed */
  @media (max-width: 1024px) {
    .layout-grid.svelte-12qhfyh {
      grid-template-columns: 80px minmax(0, 1fr);
    }
    .sidebar-context.svelte-12qhfyh {
      display: none;
    }
  }

  /* Mobile: Single column + bottom nav */
  @media (max-width: 768px) {
    .layout-grid.svelte-12qhfyh {
      grid-template-columns: 1fr;
      padding-bottom: 64px; /* Space for bottom nav */
    }
    .sidebar-nav.svelte-12qhfyh {
      display: none;
    }
  }

  /* LEFT SIDEBAR: Sticky Navigation */
  .sidebar-nav.svelte-12qhfyh {
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow-y: auto;
    z-index: 50;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }

  /* MAIN CONTENT: The Bedrock */
  .main-content.svelte-12qhfyh {
    position: relative;
    z-index: 0;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }

  @media (max-width: 768px) {
    .main-content.svelte-12qhfyh {
      border-right: none;
      height: auto;
      min-height: 100dvh;
    }
  }

  /* RIGHT SIDEBAR: Context Panel */
  .sidebar-context.svelte-12qhfyh {
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow-y: auto;
    z-index: 50;
    padding: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
  }

  .status-card.svelte-12qhfyh {
    padding: 1rem;
    border-radius: 4px;
  }

  /* MOBILE HEADER */
  .mobile-header.svelte-12qhfyh {
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  /* MOBILE FAB: Outside grid, fixed to viewport */
  .mobile-fab.svelte-12qhfyh {
    position: fixed;
    bottom: 80px; /* Above bottom nav */
    right: 16px;
    z-index: 1000; /* Above everything */
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, oklch(0.55 0.15 280), oklch(0.45 0.18 300));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      0 4px 20px rgba(139, 92, 246, 0.4),
      0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mobile-fab.svelte-12qhfyh:hover {
    transform: scale(1.05);
    box-shadow:
      0 6px 24px rgba(139, 92, 246, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  }

  .mobile-fab.svelte-12qhfyh:active {
    transform: scale(0.95);
  }

  /* MOBILE BOTTOM NAV */
  .mobile-nav.svelte-12qhfyh {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .mobile-nav.svelte-12qhfyh .nav-item:where(.svelte-12qhfyh) {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--color-marble-muted);
    transition: color 0.2s;
  }

  .mobile-nav.svelte-12qhfyh .nav-item.active:where(.svelte-12qhfyh) {
    color: var(--color-verified);
  }

  .mobile-nav.svelte-12qhfyh .nav-item:where(.svelte-12qhfyh):hover {
    color: var(--color-marble-white);
  }

  /* Hide utility classes for responsive behavior */
  @media (min-width: 769px) {
    .md\:hidden.svelte-12qhfyh {
      display: none !important;
    }
  }
