/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-wrapper[b-z5gjmfu1ji] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-z5gjmfu1ji] {
    flex: 1;
}

/* Footer Styles */
.site-footer[b-z5gjmfu1ji] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #a0aec0;
    padding: 3rem 0 2rem;
    margin-top: auto;
}

.footer-content[b-z5gjmfu1ji] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.footer-brand[b-z5gjmfu1ji] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.footer-logo[b-z5gjmfu1ji] {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}

.footer-tagline[b-z5gjmfu1ji] {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
}

.footer-links[b-z5gjmfu1ji] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a[b-z5gjmfu1ji] {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-links a:hover[b-z5gjmfu1ji] {
    color: #4ECDC4;
}

.footer-copy[b-z5gjmfu1ji] {
    border-top: 1px solid #2d3748;
    padding-top: 1.5rem;
    width: 100%;
}

.footer-copy p[b-z5gjmfu1ji] {
    margin: 0;
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .footer-content[b-z5gjmfu1ji] {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    
    .footer-brand[b-z5gjmfu1ji] {
        align-items: flex-start;
    }
    
    .footer-copy[b-z5gjmfu1ji] {
        text-align: center;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-dljcokv548] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.navbar[b-dljcokv548] {
    padding: 1rem 0;
}

.navbar-brand[b-dljcokv548] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-icon[b-dljcokv548] {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.brand-content[b-dljcokv548] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.brand-text[b-dljcokv548] {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, #4ECDC4 0%, #44a08d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-tagline[b-dljcokv548] {
    font-family: 'Inter', sans-serif;
    font-size: 0.55rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #6b7280;
    text-transform: uppercase;
    margin-top: 0.15rem;
}

.navbar-toggler[b-dljcokv548] {
    border: none;
    padding: 0.5rem;
    background: transparent;
    cursor: pointer;
    display: none;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    z-index: 1001;
    position: relative;
}

.navbar-toggler:focus[b-dljcokv548] {
    box-shadow: none;
    outline: none;
}

.navbar-toggler:active[b-dljcokv548] {
    background: rgba(78, 205, 196, 0.1);
    border-radius: 8px;
}

.toggler-icon[b-dljcokv548] {
    font-size: 1.5rem;
    color: #1a1a2e;
    line-height: 1;
    pointer-events: none;
}

.navbar-nav[b-dljcokv548] {
    gap: 0.5rem;
}

.nav-link[b-dljcokv548] {
    color: #4a5568 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.nav-link:hover[b-dljcokv548] {
    color: #4ECDC4 !important;
    background: rgba(78, 205, 196, 0.1);
}

.nav-link.active[b-dljcokv548] {
    color: #4ECDC4 !important;
    background: rgba(78, 205, 196, 0.15);
}

.nav-cta[b-dljcokv548] {
    margin-left: 1rem;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, #4ECDC4 0%, #44a08d 100%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-cta:hover[b-dljcokv548] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.4);
}

@media (max-width: 991.98px) {
    .navbar-toggler[b-dljcokv548] {
        display: flex;
    }
    
    .navbar-collapse[b-dljcokv548] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
    .navbar-collapse.collapse[b-dljcokv548] {
        display: none;
    }
    
    .navbar-nav[b-dljcokv548] {
        gap: 0;
        flex-direction: column;
    }
    
    .nav-link[b-dljcokv548] {
        padding: 0.75rem 1rem !important;
        display: block;
    }
    
    .nav-cta[b-dljcokv548] {
        margin: 1rem 0 0 0;
        text-align: center;
        display: block;
    }
    
    .container[b-dljcokv548] {
        position: relative;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* ---------- Visibility rules (unchanged logic) ---------- */
.components-reconnect-first-attempt-visible[b-prr0mk033c],
.components-reconnect-repeated-attempt-visible[b-prr0mk033c],
.components-reconnect-failed-visible[b-prr0mk033c],
.components-pause-visible[b-prr0mk033c],
.components-resume-failed-visible[b-prr0mk033c],
.components-rejoining-animation[b-prr0mk033c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-retrying[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-failed[b-prr0mk033c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-prr0mk033c] {
    display: block;
}

/* ---------- Dialog ---------- */
#components-reconnect-modal[b-prr0mk033c] {
    background: var(--surface-card-solid, #f9fafb);
    color: var(--text-primary, #1a1a2e);
    width: 22rem;
    max-width: 92vw;
    margin: 18vh auto;
    padding: 2.25rem 2rem 1.75rem;
    border: 1px solid var(--border-color, rgba(0,0,0,0.06));
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 0 0 1px var(--border-subtle, rgba(0,0,0,0.03));
    opacity: 0;
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-prr0mk033c 0.4s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-prr0mk033c 0.8s cubic-bezier(.05,.89,.25,1.02) 0.15s,
                   components-reconnect-modal-fadeInOpacity-b-prr0mk033c 0.4s ease-in-out 0.15s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-prr0mk033c]::backdrop {
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-prr0mk033c 0.4s ease-in-out;
    opacity: 1;
}

/* ---------- Brand header ---------- */
.tc-reconnect-brand[b-prr0mk033c] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.25rem;
}

.tc-reconnect-logo[b-prr0mk033c] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    background: var(--gradient-brand, linear-gradient(135deg, #4ECDC4 0%, #44a08d 100%));
    box-shadow: 0 2px 10px rgba(78, 205, 196, 0.3);
}

.tc-reconnect-logo img[b-prr0mk033c] {
    filter: brightness(10);
}

.tc-reconnect-name[b-prr0mk033c] {
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    color: var(--text-primary, #1a1a2e);
}

.tc-reconnect-tagline[b-prr0mk033c] {
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    color: var(--text-muted, #718096);
    margin-top: 0.25rem;
}

/* ---------- Container & text ---------- */
.components-reconnect-container[b-prr0mk033c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

#components-reconnect-modal p[b-prr0mk033c] {
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-secondary, #4a5568);
}

/* ---------- Buttons ---------- */
#components-reconnect-modal button[b-prr0mk033c] {
    border: 0;
    background: var(--gradient-brand, linear-gradient(135deg, #4ECDC4 0%, #44a08d 100%));
    color: #fff;
    padding: 0.5rem 1.75rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 2px 8px rgba(78, 205, 196, 0.25);
}

#components-reconnect-modal button:hover[b-prr0mk033c] {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(78, 205, 196, 0.35);
}

#components-reconnect-modal button:active[b-prr0mk033c] {
    transform: translateY(0);
}

/* ---------- Ripple animation (brand-coloured) ---------- */
.components-rejoining-animation[b-prr0mk033c] {
    position: relative;
    width: 64px;
    height: 64px;
}

.components-rejoining-animation div[b-prr0mk033c] {
    position: absolute;
    border: 3px solid var(--brand, #4ECDC4);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-prr0mk033c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-prr0mk033c] {
    animation-delay: -0.5s;
}

/* ---------- Keyframes ---------- */
@keyframes components-reconnect-modal-slideUp-b-prr0mk033c {
    0%   { transform: translateY(24px) scale(0.97); }
    100% { transform: translateY(0); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-prr0mk033c {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-prr0mk033c {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes components-rejoining-animation-b-prr0mk033c {
    0%    { top: 32px; left: 32px; width: 0;    height: 0;    opacity: 0; }
    4.9%  { top: 32px; left: 32px; width: 0;    height: 0;    opacity: 0; }
    5%    { top: 32px; left: 32px; width: 0;    height: 0;    opacity: 1; }
    100%  { top: 0;    left: 0;    width: 64px; height: 64px; opacity: 0; }
}
/* /Components/SocialShare.razor.rz.scp.css */
.social-share[b-av20h1k16p] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0;
    padding: 1.25rem;
    background: var(--gray-100);
    border-radius: var(--radius-md);
}

.social-share-label[b-av20h1k16p] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--gray-600);
}

.social-share-icons[b-av20h1k16p] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.social-icon[b-av20h1k16p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: transform 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.social-icon:hover[b-av20h1k16p] {
    transform: scale(1.1);
    opacity: 0.9;
    color: white;
}

.social-icon-facebook[b-av20h1k16p]  { background: #1877F2; }
.social-icon-twitter[b-av20h1k16p]   { background: #000000; }
.social-icon-linkedin[b-av20h1k16p]  { background: #0A66C2; }
.social-icon-whatsapp[b-av20h1k16p]  { background: #25D366; }
.social-icon-reddit[b-av20h1k16p]    { background: #FF4500; }
.social-icon-pinterest[b-av20h1k16p] { background: #E60023; }
.social-icon-threads[b-av20h1k16p]   { background: #000000; }
.social-icon-email[b-av20h1k16p]     { background: var(--gray-600); }
.social-icon-copy[b-av20h1k16p]      { background: var(--primary-dark); }

/* Copy button icon toggling */
.social-icon-copy .icon-check[b-av20h1k16p] { display: none; }
.social-icon-copy.copied .icon-link[b-av20h1k16p] { display: none; }
.social-icon-copy.copied .icon-check[b-av20h1k16p] { display: inline; }
.social-icon-copy.copied[b-av20h1k16p] { background: #28a745; }
