/* _content/DiceDare.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.game-layout[b-wd44i5p39z] {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        /* Fine directional fibers — horizontal bias simulates woven felt grain */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6 0.12' numOctaves='5' seed='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23f)' opacity='0.06'/%3E%3C/svg%3E") repeat,
        /* Medium detail — mid-scale fiber clumps */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.15 0.08' numOctaves='4' seed='7'/%3E%3CfeColorMatrix type='saturate' values='0.15'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23t)' opacity='0.08'/%3E%3C/svg%3E") repeat,
        /* Broad surface mottling — worn patches where the felt is thinner */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.035 0.025' numOctaves='3' seed='12'/%3E%3CfeColorMatrix type='saturate' values='0.1'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23m)' opacity='0.1'/%3E%3C/svg%3E") repeat,
        /* Overhead spotlight vignette — table lit from above */
        radial-gradient(ellipse at 50% 35%, transparent 20%, rgba(0,0,0,0.35) 100%) center/cover no-repeat fixed,
        /* Base warm brown felt gradient */
        linear-gradient(180deg, #1a0f08 0%, #2d1c10 25%, #342214 50%, #2d1c10 75%, #0f0a05 100%);
    color: #eee;
}

.game-content[b-wd44i5p39z] {
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
}
