@import '_content/Osirion.Blazor.Cms.Admin/Osirion.Blazor.Cms.Admin.pwiujw92x6.bundle.scp.css';
@import '_content/Osirion.Blazor.Cms.Core/Osirion.Blazor.Cms.Core.k9r0kzqlr7.bundle.scp.css';
@import '_content/Osirion.Blazor.Cms.Web/Osirion.Blazor.Cms.Web.fjspnp2oum.bundle.scp.css';
@import '_content/Osirion.Blazor.Core/Osirion.Blazor.Core.73wlaq07e3.bundle.scp.css';
@import '_content/Osirion.Blazor.Navigation/Osirion.Blazor.Navigation.kklbz7rv5l.bundle.scp.css';
@import '_content/Osirion.Blazor.Theming/Osirion.Blazor.Theming.gpq9xwvn9i.bundle.scp.css';

/* _content/Osirion.Blazor.Example.Bootstrap/Components/Layout/Footer.razor.rz.scp.css */
/* Custom styles for enhanced footer */
.footer-brand[b-wi2f6ikaic] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-logo[b-wi2f6ikaic] {
    flex-shrink: 0;
}

.footer-brand-text[b-wi2f6ikaic] {
    flex: 1;
}

.footer-brand-name[b-wi2f6ikaic] {
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.footer-brand-tagline[b-wi2f6ikaic] {
    margin: 0;
    font-size: 0.875rem;
}

/* Social icon styling */
.social-icon[b-wi2f6ikaic] {
    width: 20px;
    height: 20px;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
    .footer-brand[b-wi2f6ikaic] {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}
/* _content/Osirion.Blazor.Example.Bootstrap/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

#blazor-error-ui[b-cg3p5u5t6n] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cg3p5u5t6n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Osirion.Blazor.Example.Bootstrap/Components/Pages/Examples/Animation.razor.rz.scp.css */
.examples-container[b-99tpd2gw88] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.example-section[b-99tpd2gw88] {
    margin-bottom: 4rem;
}

    .example-section h2[b-99tpd2gw88] {
        margin-bottom: 2rem;
        font-size: 2rem;
        font-weight: 600;
        border-bottom: 2px solid #e2e8f0;
        padding-bottom: 0.5rem;
    }

/* Grid layouts for organizing examples */
.grid-2[b-99tpd2gw88] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.grid-3[b-99tpd2gw88] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Base example card styles */
.example-card[b-99tpd2gw88] {
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .example-card[b-99tpd2gw88]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        /*background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);*/
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .example-card:hover[b-99tpd2gw88] {
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
    }

        .example-card:hover[b-99tpd2gw88]::before {
            opacity: 1;
        }

    .example-card h3[b-99tpd2gw88],
    .example-card h4[b-99tpd2gw88] {
        margin: 0 0 0.75rem 0;
        font-weight: 600;
    }

    .example-card h3[b-99tpd2gw88] {
        font-size: 1.25rem;
    }

    .example-card h4[b-99tpd2gw88] {
        font-size: 1.125rem;
    }

    .example-card p[b-99tpd2gw88] {
        margin: 0;
        line-height: 1.6;
        font-size: 0.95rem;
    }

    /* Speed variation cards */
    .example-card.fast[b-99tpd2gw88] {
        border-left: 4px solid #10b981;
    }

    .example-card.normal[b-99tpd2gw88] {
        border-left: 4px solid #3b82f6;
    }

    .example-card.slow[b-99tpd2gw88] {
        border-left: 4px solid #8b5cf6;
    }

    /* Easing function cards */
    .example-card.bounce[b-99tpd2gw88] {
        border-left: 4px solid #f59e0b;
        /*background: linear-gradient(135deg, #fef7e0 0%, #ffffff 100%);*/
    }

    .example-card.elastic[b-99tpd2gw88] {
        border-left: 4px solid #ef4444;
        /*background: linear-gradient(135deg, #fee2e2 0%, #ffffff 100%);*/
    }

    .example-card.ease-in-out[b-99tpd2gw88] {
        border-left: 4px solid #6366f1;
        /*background: linear-gradient(135deg, #e0e7ff 0%, #ffffff 100%);*/
    }

    .example-card.linear[b-99tpd2gw88] {
        border-left: 4px solid #64748b;
        /*background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%);*/
    }

    /* Effect demonstration cards */
    .example-card.effect-demo[b-99tpd2gw88] {
        border-left: 4px solid #6366f1;
        /*background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);*/
    }

    .example-card.staggered[b-99tpd2gw88] {
        border-left: 4px solid #ec4899;
        /*background: linear-gradient(135deg, #fdf2f8 0%, #ffffff 100%);*/
    }

    .example-card.custom[b-99tpd2gw88] {
        /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
        border: none;
        box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    }

        .example-card.custom h4[b-99tpd2gw88] {
        }

        .example-card.custom p[b-99tpd2gw88] {
        }

    .example-card.no-scroll[b-99tpd2gw88] {
        border: 2px dashed #9ca3af;
        /*background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);*/
    }

/* Hero section demonstration */
.hero-example[b-99tpd2gw88] {
    text-align: center;
    padding: 4rem 2rem;
    /*background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);*/
    border-radius: 20px;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

    .hero-example[b-99tpd2gw88]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        /*background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);*/
        background-size: 50px 50px;
        animation: float-b-99tpd2gw88 20s ease-in-out infinite;
    }

@keyframes float-b-99tpd2gw88 {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

.hero-example h1[b-99tpd2gw88] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.hero-subtitle[b-99tpd2gw88] {
    font-size: 1.25rem;
    opacity: 0.95;
    margin: 0 0 2rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.hero-actions[b-99tpd2gw88] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

/* Hero action buttons */
.btn-primary[b-99tpd2gw88],
.btn-secondary[b-99tpd2gw88] {
    padding: 0.875rem 1.75rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-99tpd2gw88] {
    /*background: rgba(255, 255, 255, 0.2);*/
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .btn-primary:hover[b-99tpd2gw88] {
        /*background: rgba(255, 255, 255, 0.3);*/
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    }

.btn-secondary[b-99tpd2gw88] {
    /*background: transparent;*/
    border: 2px solid rgba(255, 255, 255, 0.5);
}

    .btn-secondary:hover[b-99tpd2gw88] {
        /*background: rgba(255, 255, 255, 0.1);*/
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

/* Feature items for demonstration */
.feature-item[b-99tpd2gw88] {
    /*background: white;*/
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1.5rem;
}

    .feature-item:hover[b-99tpd2gw88] {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    }

.feature-icon[b-99tpd2gw88] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-item h3[b-99tpd2gw88] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.feature-item p[b-99tpd2gw88] {
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}

/* Custom animated element demonstration */
.custom-animated-element[b-99tpd2gw88] {
    transform-origin: center center;
    position: relative;
}

    .custom-animated-element[b-99tpd2gw88]::before {
        content: '✨';
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 1.5rem;
        opacity: 0.7;
    }

/* Responsive design */
@media (max-width: 768px) {
    .examples-container[b-99tpd2gw88] {
        padding: 1rem;
    }

    .grid-2[b-99tpd2gw88],
    .grid-3[b-99tpd2gw88] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero-example[b-99tpd2gw88] {
        padding: 3rem 1.5rem;
        margin-bottom: 3rem;
    }

    .hero-actions[b-99tpd2gw88] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .example-section h2[b-99tpd2gw88] {
        font-size: 1.75rem;
    }

    .feature-item[b-99tpd2gw88] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .examples-container[b-99tpd2gw88] {
        padding: 0.75rem;
    }

    .example-card[b-99tpd2gw88] {
        padding: 1.25rem;
    }

    .hero-example[b-99tpd2gw88] {
        padding: 2rem 1rem;
    }

        .hero-example h1[b-99tpd2gw88] {
            font-size: 2rem;
        }

    .hero-subtitle[b-99tpd2gw88] {
        font-size: 1.1rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .examples-container[b-99tpd2gw88] {
        /*background: #0f172a;*/
    }

    .example-section h2[b-99tpd2gw88] {
        border-bottom-color: #334155;
    }

    .example-card[b-99tpd2gw88] {
        /*background: #1e293b;*/
        border-color: #334155;
    }

        .example-card h3[b-99tpd2gw88],
        .example-card h4[b-99tpd2gw88] {
        }

        .example-card p[b-99tpd2gw88] {
        }

        .example-card.no-scroll[b-99tpd2gw88] {
            /*background: #0f172a;*/
        }

    .feature-item[b-99tpd2gw88] {
        /*background: #1e293b;*/
    }

        .feature-item h3[b-99tpd2gw88] {
        }

        .feature-item p[b-99tpd2gw88] {
        }
}

/* Print styles */
@media print {
    .hero-example[b-99tpd2gw88] {
        /*background: none;*/
        border: 2px solid black;
    }

    .btn-primary[b-99tpd2gw88],
    .btn-secondary[b-99tpd2gw88] {
        border: 1px solid black;
        /*background: none;*/
    }
}
