/* _content/Samplator/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rrdpe7j3jb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-rrdpe7j3jb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Samplator/Components/Pages/Home.razor.rz.scp.css */
*[b-tg9v1cin56] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body[b-tg9v1cin56] {
    background-color: #c0c0c0;
    color: #0a0a0a;
    overflow-x: hidden;
    line-height: 1.6;
}

header[b-tg9v1cin56] {
    padding: 2rem;
    background: linear-gradient(to right, #d7d7d7, #e2e2e2, #f5f5f5);
    text-align: center;
}

    header img[b-tg9v1cin56] {
        max-width: 220px;
        height: auto;
        margin-bottom: 0.5rem;
    }

    header p[b-tg9v1cin56] {
        font-size: 1.2rem;
        color: #333;
        margin-top: 0.5rem;
    }

.hero[b-tg9v1cin56] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
    color: white;
    text-shadow: 1px 1px 8px #000;
}

    .hero h2[b-tg9v1cin56] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero button[b-tg9v1cin56] {
        margin-top: 1rem;
        padding: 0.75rem 2rem;
        background: #00d8ff;
        color: #000;
        border: none;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .hero button:hover[b-tg9v1cin56] {
            background: #00b8e6;
        }

.features[b-tg9v1cin56] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 4rem 2rem;
    background-color: #e6e6e6;
}

.feature-card[b-tg9v1cin56] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    z-index: 1;
}

    .feature-card[b-tg9v1cin56]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 12px;
        z-index: -1;
    }

    .feature-card img[b-tg9v1cin56] {
        width: 100px;
        height: auto;
        margin-bottom: 1rem;
    }

    .feature-card i[b-tg9v1cin56] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #00d8ff;
    }

    .feature-card h3[b-tg9v1cin56] {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }

    .feature-card p[b-tg9v1cin56] {
        margin-bottom: 1rem;
    }

    .feature-card a[b-tg9v1cin56] {
        display: inline-block;
        margin-top: 0.5rem;
        padding: 0.5rem 1rem;
        background: #00d8ff;
        color: #000;
        text-decoration: none;
        border-radius: 6px;
        font-weight: bold;
        transition: background 0.3s ease;
    }

        .feature-card a:hover[b-tg9v1cin56] {
            background: #00b8e6;
        }

footer[b-tg9v1cin56] {
    background-color: #d4d4d4;
    text-align: center;
    padding: 2rem;
    font-size: 0.9rem;
    color: #555;
}

    footer img[b-tg9v1cin56] {
        max-width: 220px;
        height: auto;
        margin-bottom: 0.5rem;
    }

    footer p[b-tg9v1cin56] {
        font-size: 1.2rem;
        color: #333;
        margin-top: 0.5rem;
    }

.threediv[b-tg9v1cin56] {
    width: 100%;
    height: 600px;
}

.promo-section[b-tg9v1cin56] {
    background: linear-gradient(135deg, #1e1e2f, #2d2d44);
    color: #f0f0f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 4rem 2rem;
    text-align: center;
}

.promo-content[b-tg9v1cin56] {
    max-width: 1024px;
    margin: 0 auto;
}

    .promo-content h2[b-tg9v1cin56] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: #ffd700;
    }

    .promo-content p[b-tg9v1cin56] {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

.copyright[b-tg9v1cin56] {
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 2rem;
    border-top: 1px solid #444;
    padding-top: 1rem;
}

    .copyright span[b-tg9v1cin56] {
        display: block;
        margin-top: 0.3rem;
    }
/* _content/Samplator/Components/Viewer.razor.rz.scp.css */
body[b-971pogrd1u] {
}
