/* _content/HammerheadStudioWeb/Components/Downloads/EuroJackpotGeneratorDownloads.razor.rz.scp.css */
.release-recommendation[b-m656xs0z5s] {
    margin-top: 10px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(0, 180, 255, 0.08);
    border: 1px solid rgba(0, 180, 255, 0.25);
    font-weight: 600;
}

.download-block[b-m656xs0z5s] {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.download-block h3[b-m656xs0z5s] {
    margin-top: 0;
}

.recommended-download[b-m656xs0z5s] {
    border: 2px solid rgba(0, 200, 255, 0.45);
    background: rgba(0, 200, 255, 0.08);
    box-shadow: 0 0 0 1px rgba(0, 200, 255, 0.15);
}

.download-badge[b-m656xs0z5s] {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 200, 255, 0.16);
    border: 1px solid rgba(0, 200, 255, 0.28);
    font-size: 0.9rem;
    font-weight: 600;
}

.download-links[b-m656xs0z5s] {
    margin-top: 14px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.download-links a[b-m656xs0z5s] {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.download-links a:hover[b-m656xs0z5s] {
    text-decoration: none;
    background: rgba(255,255,255,0.10);
}

.download-button[b-m656xs0z5s] {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.download-button:hover[b-m656xs0z5s] {
    text-decoration: none;
    background: rgba(255,255,255,0.14);
}
.disabled-download-button[b-m656xs0z5s] {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.download-note[b-m656xs0z5s] {
    margin-top: 10px;
    opacity: 0.85;
}
/* _content/HammerheadStudioWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.topbar[b-fe3ppipn28] {
    position: relative;
}

.language-switch[b-fe3ppipn28] {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 1200;
}

.language-switch a[b-fe3ppipn28] {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(120,180,255,0.22);
    color: #dbeafe;
    font-weight: 700;
    text-decoration: none;
}

.language-switch span[b-fe3ppipn28] {
    color: #64748b;
}
.page-shell[b-fe3ppipn28] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: transparent !important;
    color: #e5e7eb;
}

.topbar[b-fe3ppipn28] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.25rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: rgba(11,18,32,0.55);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.brand-block[b-fe3ppipn28] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.brand-title-row[b-fe3ppipn28] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-title[b-fe3ppipn28] {
    color: #f8fafc;
    font-weight: 800;
    font-size: 1.25rem;
    text-decoration: none;
    line-height: 1.1;
}

.brand-title:hover[b-fe3ppipn28] {
    color: #ffffff;
}

.brand-subtitle[b-fe3ppipn28] {
    font-size: 0.88rem;
    color: #94a3b8;
    letter-spacing: 0.03em;
}

.topbar-right[b-fe3ppipn28] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
}

.brand-label[b-fe3ppipn28] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #93c5fd;
    padding: 0.25rem 0.6rem;
    border: 1px solid rgba(147, 197, 253, 0.22);
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.08);
}

.main-content[b-fe3ppipn28] {
    flex: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.footer[b-fe3ppipn28] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #94a3b8;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .topbar[b-fe3ppipn28] {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-right[b-fe3ppipn28] {
        align-items: flex-start;
        width: 100%;
    }

    .main-content[b-fe3ppipn28] {
        padding: 2rem 1rem;
    }
}
.footer[b-fe3ppipn28] {

    margin-top: 3rem;

    border-top: 1px solid rgba(255,255,255,0.08);

    padding: 2.5rem 2rem 1.5rem 2rem;

    background: rgba(11,18,32,0.65);

}

.footer-grid[b-fe3ppipn28] {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

    gap: 2rem;

    margin-bottom: 1.5rem;

}

.footer-block[b-fe3ppipn28] {

    display: flex;

    flex-direction: column;

    gap: 0.35rem;

}

.footer-title[b-fe3ppipn28] {

    font-weight: 800;

    font-size: 1.05rem;

    color: #f8fafc;

}

.footer-text[b-fe3ppipn28] {

    font-size: 0.9rem;

    color: #94a3b8;

}

.footer-label[b-fe3ppipn28] {

    margin-top: 6px;

    font-size: 0.75rem;

    color: #64748b;

    letter-spacing: 0.06em;

}

.footer-heading[b-fe3ppipn28] {

    font-size: 0.8rem;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: #64748b;

    margin-bottom: 6px;

}

.footer-block a[b-fe3ppipn28] {

    text-decoration: none;

    color: #cbd5e1;

    font-size: 0.9rem;

}

.footer-block a:hover[b-fe3ppipn28] {

    color: white;

}

.footer-bottom[b-fe3ppipn28] {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 0.6rem;

    font-size: 0.8rem;

    color: #64748b;

}
.brand-home-link[b-fe3ppipn28] {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-logo[b-fe3ppipn28] {
    height: 38px;
    width: auto;
    display: block;
    flex-shrink: 0;
}


.brand-text[b-fe3ppipn28] {
    display: flex;
    flex-direction: column;
}

.brand-title[b-fe3ppipn28] {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.1;
}


.brand-subtitle[b-fe3ppipn28] {
    font-size: 0.9rem;
    opacity: 0.8;
}
.studio-footer[b-fe3ppipn28] {
    margin-top: 4rem;
    padding: 2.5rem 1.5rem;
    text-align: center;

    background: rgba(8, 18, 38, 0.72);
    border-top: 1px solid rgba(120,180,255,0.18);
    backdrop-filter: blur(14px);
}

.studio-footer-title[b-fe3ppipn28] {
    color: #f8fafc;
    font-size: 1.2rem;
    font-weight: 800;
}

.studio-footer-subtitle[b-fe3ppipn28] {
    margin-top: 0.4rem;
    color: #94a3b8;
}

.studio-footer-note[b-fe3ppipn28] {
    margin-top: 0.8rem;
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
/* _content/HammerheadStudioWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.main-nav[b-qouewuqljv] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-nav a[b-qouewuqljv] {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.main-nav a:hover[b-qouewuqljv] {
    background-color: rgba(255,255,255,0.08);
    color: #ffffff;
}

.main-nav a.active[b-qouewuqljv] {
    background-color: #f8fafc;
    color: #0b1220;
}

.nav-section[b-qouewuqljv] {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
}
/* _content/HammerheadStudioWeb/Components/Pages/About.razor.rz.scp.css */
.page-header[b-xziyll0914] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-xziyll0914] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-xziyll0914] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-xziyll0914] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
    animation: fadeUp-b-xziyll0914 0.6s ease both;
}

.detail-card h2[b-xziyll0914] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-xziyll0914],
.detail-card li[b-xziyll0914] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-list[b-xziyll0914] {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
}

.feature-list li[b-xziyll0914] {
    margin: 0.45rem 0;
}

@keyframes fadeUp-b-xziyll0914 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-xziyll0914] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/AboutDe.razor.rz.scp.css */
.page-header[b-ovu5lwyhho] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-ovu5lwyhho] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-ovu5lwyhho] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-ovu5lwyhho] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
    animation: fadeUp-b-ovu5lwyhho 0.6s ease both;
}

.detail-card h2[b-ovu5lwyhho] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-ovu5lwyhho],
.detail-card li[b-ovu5lwyhho] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-list[b-ovu5lwyhho] {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
}

.feature-list li[b-ovu5lwyhho] {
    margin: 0.45rem 0;
}

@keyframes fadeUp-b-ovu5lwyhho {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-ovu5lwyhho] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/Apps.razor.rz.scp.css */
.apps-header[b-yrj9pw1mcm] {
    max-width: 980px;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
    text-align: center;
}

.apps-header h1[b-yrj9pw1mcm] {
    font-size: clamp(3rem, 7vw, 5.5rem);
}

.app-showcase-card[b-yrj9pw1mcm],
.app-upcoming-card[b-yrj9pw1mcm] {
    max-width: 1280px;
    margin: 0 auto 2rem;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(8, 14, 28, 0.68);
    box-shadow: 0 24px 70px rgba(0,0,0,0.45);
    backdrop-filter: blur(12px);
}

.app-showcase-card[b-yrj9pw1mcm] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 3rem;
    align-items: center;
}

.app-showcase-content h2[b-yrj9pw1mcm],
.app-upcoming-card h2[b-yrj9pw1mcm] {
    margin: 0.6rem 0 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    color: #ffffff;
}

.app-intro[b-yrj9pw1mcm],
.app-upcoming-card p[b-yrj9pw1mcm] {
    font-size: 1.2rem;
    line-height: 1.75;
    color: #dbeafe;
}

.app-feature-list[b-yrj9pw1mcm] {
    margin: 1.5rem 0 2rem;
    padding-left: 1.3rem;
    color: #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.9;
}

.app-feature-list.compact[b-yrj9pw1mcm] {
    margin: 1rem 0 0;
}

.app-screenshots[b-yrj9pw1mcm] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 460px;
    position: relative;
}

.phone-frame[b-yrj9pw1mcm] {
    width: 230px;
    padding: 10px;
    border-radius: 32px;
    background: linear-gradient(180deg, #111827, #020617);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 24px 60px rgba(0,0,0,0.55);
    transform: rotate(-4deg);
}

.phone-frame.second[b-yrj9pw1mcm] {
    margin-left: -40px;
    transform: rotate(6deg) translateY(32px);
}

.phone-frame img[b-yrj9pw1mcm] {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.app-upcoming-card[b-yrj9pw1mcm] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}

@media (max-width: 900px) {
    .app-showcase-card[b-yrj9pw1mcm],
    .app-upcoming-card[b-yrj9pw1mcm] {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .app-screenshots[b-yrj9pw1mcm] {
        min-height: auto;
    }

    .phone-frame[b-yrj9pw1mcm] {
        width: 190px;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/AppsDe.razor.rz.scp.css */
.apps-header[b-l8d7bp0rmh] {
    max-width: 980px;
    margin: 0 auto 2.5rem;
    padding: 0 1.5rem;
    text-align: center;
}

.apps-header h1[b-l8d7bp0rmh] {
    font-size: clamp(3rem, 7vw, 5.5rem);
}

.app-showcase-card[b-l8d7bp0rmh],
.app-upcoming-card[b-l8d7bp0rmh] {
    max-width: 1280px;
    margin: 0 auto 2rem;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(8, 14, 28, 0.68);
    box-shadow: 0 24px 70px rgba(0,0,0,0.45);
    backdrop-filter: blur(12px);
}

.app-showcase-card[b-l8d7bp0rmh] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 3rem;
    align-items: center;
}

.app-showcase-content h2[b-l8d7bp0rmh],
.app-upcoming-card h2[b-l8d7bp0rmh] {
    margin: 0.6rem 0 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    color: #ffffff;
}

.app-intro[b-l8d7bp0rmh],
.app-upcoming-card p[b-l8d7bp0rmh] {
    font-size: 1.2rem;
    line-height: 1.75;
    color: #dbeafe;
}

.app-feature-list[b-l8d7bp0rmh] {
    margin: 1.5rem 0 2rem;
    padding-left: 1.3rem;
    color: #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.9;
}

.app-feature-list.compact[b-l8d7bp0rmh] {
    margin: 1rem 0 0;
}

.app-screenshots[b-l8d7bp0rmh] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 460px;
    position: relative;
}

.phone-frame[b-l8d7bp0rmh] {
    width: 230px;
    padding: 10px;
    border-radius: 32px;
    background: linear-gradient(180deg, #111827, #020617);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 24px 60px rgba(0,0,0,0.55);
    transform: rotate(-4deg);
}

.phone-frame.second[b-l8d7bp0rmh] {
    margin-left: -40px;
    transform: rotate(6deg) translateY(32px);
}

.phone-frame img[b-l8d7bp0rmh] {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.app-upcoming-card[b-l8d7bp0rmh] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}

@media (max-width: 900px) {
    .app-showcase-card[b-l8d7bp0rmh],
    .app-upcoming-card[b-l8d7bp0rmh] {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .app-screenshots[b-l8d7bp0rmh] {
        min-height: auto;
    }

    .phone-frame[b-l8d7bp0rmh] {
        width: 190px;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/Datenschutz.razor.rz.scp.css */
.page-header[b-zjpoqgpije] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-zjpoqgpije] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-zjpoqgpije] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-zjpoqgpije] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);

    text-align: center;

    animation: fadeUp-b-zjpoqgpije 0.6s ease both;
}

.detail-card h2[b-zjpoqgpije] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-zjpoqgpije],
.detail-card li[b-zjpoqgpije] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-list[b-zjpoqgpije] {
    list-style: none;
    margin: 1.2rem auto 0;
    padding: 0;
    max-width: 600px;
}

.feature-list li[b-zjpoqgpije] {
    margin: 0.45rem 0;
}

.warning-card[b-zjpoqgpije] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );

    border: 1px solid rgba(255,120,120,0.35);
}

@keyframes fadeUp-b-zjpoqgpije {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-zjpoqgpije] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/DatenschutzDe.razor.rz.scp.css */
.page-header[b-xzc59s6rwt] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-xzc59s6rwt] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-xzc59s6rwt] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-xzc59s6rwt] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);

    text-align: center;

    animation: fadeUp-b-xzc59s6rwt 0.6s ease both;
}

.detail-card h2[b-xzc59s6rwt] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-xzc59s6rwt],
.detail-card li[b-xzc59s6rwt] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-list[b-xzc59s6rwt] {
    list-style: none;
    margin: 1.2rem auto 0;
    padding: 0;
    max-width: 600px;
}

.feature-list li[b-xzc59s6rwt] {
    margin: 0.45rem 0;
}

.warning-card[b-xzc59s6rwt] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );

    border: 1px solid rgba(255,120,120,0.35);
}

@keyframes fadeUp-b-xzc59s6rwt {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-xzc59s6rwt] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/Downloads.razor.rz.scp.css */
.page-header[b-fa1y62p82t] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-fa1y62p82t] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-fa1y62p82t] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-fa1y62p82t] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);

    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);

    text-align: center;
}

.feature-label[b-fa1y62p82t] {
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}


/* SCREENSHOTS */

.app-screenshot-row[b-fa1y62p82t] {

    display: flex;

    justify-content: center;

    gap: 18px;

    margin: 20px 0 30px;

    flex-wrap: wrap;

}

.app-screenshot-row img[b-fa1y62p82t] {

    width: 200px;

    border-radius: 16px;

    border: 1px solid rgba(255,255,255,0.18);

}


/* DOWNLOAD BUTTON */

.download-button[b-fa1y62p82t] {

    display: inline-block;

    margin-top: 10px;

    padding: 14px 26px;

    border-radius: 16px;

    background: #1473ff;

    color: white;

    font-weight: 700;

    text-decoration: none;

}


/* STORE BADGES */

.store-grid[b-fa1y62p82t] {

    display: flex;

    justify-content: center;

    gap: 14px;

    flex-wrap: wrap;

    margin-top: 14px;

}

.android-only-note[b-fa1y62p82t] {
    margin-top: 0.5rem;
    color: #93c5fd;
    font-size: 0.95rem;
    opacity: 0.9;
}

.store-badge[b-fa1y62p82t] {
    padding: 12px 20px;
    border-radius: 16px;

    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(120,180,255,0.28);

    color: #e6f0ff;
    font-weight: 700;
    text-align: center;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 10px 28px rgba(0,0,0,0.25);
}


/* ROADMAP CARD */

.roadmap-card[b-fa1y62p82t] {

    border-style: dashed;

    border-color: rgba(255,255,255,0.25);

}
/* _content/HammerheadStudioWeb/Components/Pages/DownloadsDe.razor.rz.scp.css */
.page-header[b-4rruaj1v68] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-4rruaj1v68] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-4rruaj1v68] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-4rruaj1v68] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);

    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);

    text-align: center;
}

.feature-label[b-4rruaj1v68] {
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}


/* SCREENSHOTS */

.app-screenshot-row[b-4rruaj1v68] {

    display: flex;

    justify-content: center;

    gap: 18px;

    margin: 20px 0 30px;

    flex-wrap: wrap;

}

.app-screenshot-row img[b-4rruaj1v68] {

    width: 200px;

    border-radius: 16px;

    border: 1px solid rgba(255,255,255,0.18);

}


/* DOWNLOAD BUTTON */

.download-button[b-4rruaj1v68] {

    display: inline-block;

    margin-top: 10px;

    padding: 14px 26px;

    border-radius: 16px;

    background: #1473ff;

    color: white;

    font-weight: 700;

    text-decoration: none;

}


/* STORE BADGES */

.store-grid[b-4rruaj1v68] {

    display: flex;

    justify-content: center;

    gap: 14px;

    flex-wrap: wrap;

    margin-top: 14px;

}

.android-only-note[b-4rruaj1v68] {
    margin-top: 0.5rem;
    color: #93c5fd;
    font-size: 0.95rem;
    opacity: 0.9;
}

.store-badge[b-4rruaj1v68] {
    padding: 12px 20px;
    border-radius: 16px;

    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(120,180,255,0.28);

    color: #e6f0ff;
    font-weight: 700;
    text-align: center;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 10px 28px rgba(0,0,0,0.25);
}


/* ROADMAP CARD */

.roadmap-card[b-4rruaj1v68] {

    border-style: dashed;

    border-color: rgba(255,255,255,0.25);

}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotGenerator.razor.rz.scp.css */
/* EuroJackpot Generator page */

.page-header[b-elry7sh0us] {
    max-width: 980px;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    text-align: center;
}
.detail-card[b-elry7sh0us] {
    margin-bottom: 2.6rem;
}

.page-badge[b-elry7sh0us] {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    color: #dbeafe;
    background: rgba(20, 80, 160, 0.35);
    border: 1px solid rgba(80, 150, 255, 0.35);
    font-weight: 700;
}

.page-header h1[b-elry7sh0us] {
    margin: 0;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 0.95;
    color: #ffffff;
}

.page-lead[b-elry7sh0us] {
    max-width: 820px;
    margin: 1.2rem auto 0;
    color: #dbeafe;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* Cards */

.detail-card[b-elry7sh0us] {
    max-width: 980px;
    margin: 0 auto 2rem;
    padding: 2rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.78);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.detail-card h2[b-elry7sh0us] {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.3px;
}

.detail-card h2[b-elry7sh0us]::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 8px;
    background: rgba(255,255,255,0.35);
    border-radius: 2px;
}
.detail-card p[b-elry7sh0us] {
    color: #dbeafe;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* Lists */

.feature-list[b-elry7sh0us] {
    margin: 1rem 0 0;
    padding-left: 1.3rem;
    color: #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.9;
}

/* Main dataset card */

.dataset-release-card[b-elry7sh0us] {
    background:
        linear-gradient(
            135deg,
            rgba(20,45,80,0.85),
            rgba(12,30,55,0.85)
        );

    border: 1px solid rgba(255,255,255,0.18);
}

/* Release status card */

.release-status-card[b-elry7sh0us] {
    background:
        linear-gradient(
            rgba(15,45,85,0.42),
            rgba(8,18,38,0.86)
        );
    border: 1px solid rgba(120,180,255,0.22);
}

/* Research note */

.research-note[b-elry7sh0us] {
    max-width: 820px;
    margin: 2rem auto;
    padding: 1.4rem 2rem;
    border-radius: 18px;
    background: rgba(12,28,60,0.58);
    border: 1px solid rgba(120,180,255,0.25);
    color: #dbeafe;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
    backdrop-filter: blur(12px);
}

/* Warning / Important Notice */

.warning-card[b-elry7sh0us] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );
    border: 1px solid rgba(255,120,120,0.35);
}

/* Buttons */

.download-hub-button[b-elry7sh0us],
.download-button[b-elry7sh0us] {
    display: inline-block;
    margin-top: 1rem;
    min-width: 220px;
    padding: 0.95rem 1.35rem;
    border-radius: 16px;
    background: rgba(20,115,255,0.9);
    border: 1px solid rgba(90,160,255,0.75);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 0 26px rgba(20,115,255,0.35);
    transition: all 0.18s ease;
}

.download-hub-button:hover[b-elry7sh0us],
.download-button:hover[b-elry7sh0us] {
    text-decoration: none;
    transform: translateY(-2px);
    background: rgba(35,130,255,1);
}

/* Old download link styles kept harmless if still used elsewhere */

.download-links[b-elry7sh0us] {
    margin-top: 18px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.download-links a[b-elry7sh0us] {
    display: inline-block;
    min-width: 270px;
    padding: 18px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: center;
}

.disabled-download-button[b-elry7sh0us] {
    display: inline-block;
    min-width: 270px;
    padding: 18px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.22);
    color: rgba(255,255,255,0.88);
    font-weight: 700;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
}

.download-note[b-elry7sh0us] {
    margin-top: 12px;
    opacity: 0.85;
}

/* Mobile */

@media (max-width: 900px) {
    .page-header[b-elry7sh0us] {
        text-align: left;
        padding: 0 1rem;
    }

    .detail-card[b-elry7sh0us],
    .research-note[b-elry7sh0us] {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1.4rem;
    }

    .page-header h1[b-elry7sh0us] {
        font-size: clamp(2.4rem, 12vw, 4rem);
    }
}
.detail-card[b-elry7sh0us] {
    margin-bottom: 2.6rem;
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotGeneratorDe.razor.rz.scp.css */
/* EuroJackpot Generator page */

.page-header[b-v92209wz7r] {
    max-width: 980px;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    text-align: center;
}
.detail-card[b-v92209wz7r] {
    margin-bottom: 2.6rem;
}

.page-badge[b-v92209wz7r] {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    color: #dbeafe;
    background: rgba(20, 80, 160, 0.35);
    border: 1px solid rgba(80, 150, 255, 0.35);
    font-weight: 700;
}

.page-header h1[b-v92209wz7r] {
    margin: 0;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 0.95;
    color: #ffffff;
}

.page-lead[b-v92209wz7r] {
    max-width: 820px;
    margin: 1.2rem auto 0;
    color: #dbeafe;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* Cards */

.detail-card[b-v92209wz7r] {
    max-width: 980px;
    margin: 0 auto 2rem;
    padding: 2rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.78);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.detail-card h2[b-v92209wz7r] {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.3px;
}

.detail-card h2[b-v92209wz7r]::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 8px;
    background: rgba(255,255,255,0.35);
    border-radius: 2px;
}
.detail-card p[b-v92209wz7r] {
    color: #dbeafe;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* Lists */

.feature-list[b-v92209wz7r] {
    margin: 1rem 0 0;
    padding-left: 1.3rem;
    color: #e5e7eb;
    font-size: 1.1rem;
    line-height: 1.9;
}

/* Main dataset card */

.dataset-release-card[b-v92209wz7r] {
    background:
        linear-gradient(
            135deg,
            rgba(20,45,80,0.85),
            rgba(12,30,55,0.85)
        );

    border: 1px solid rgba(255,255,255,0.18);
}

/* Release status card */

.release-status-card[b-v92209wz7r] {
    background:
        linear-gradient(
            rgba(15,45,85,0.42),
            rgba(8,18,38,0.86)
        );
    border: 1px solid rgba(120,180,255,0.22);
}

/* Research note */

.research-note[b-v92209wz7r] {
    max-width: 820px;
    margin: 2rem auto;
    padding: 1.4rem 2rem;
    border-radius: 18px;
    background: rgba(12,28,60,0.58);
    border: 1px solid rgba(120,180,255,0.25);
    color: #dbeafe;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
    backdrop-filter: blur(12px);
}

/* Warning / Important Notice */

.warning-card[b-v92209wz7r] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );
    border: 1px solid rgba(255,120,120,0.35);
}

/* Buttons */

.download-hub-button[b-v92209wz7r],
.download-button[b-v92209wz7r] {
    display: inline-block;
    margin-top: 1rem;
    min-width: 220px;
    padding: 0.95rem 1.35rem;
    border-radius: 16px;
    background: rgba(20,115,255,0.9);
    border: 1px solid rgba(90,160,255,0.75);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 0 26px rgba(20,115,255,0.35);
    transition: all 0.18s ease;
}

.download-hub-button:hover[b-v92209wz7r],
.download-button:hover[b-v92209wz7r] {
    text-decoration: none;
    transform: translateY(-2px);
    background: rgba(35,130,255,1);
}

/* Old download link styles kept harmless if still used elsewhere */

.download-links[b-v92209wz7r] {
    margin-top: 18px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.download-links a[b-v92209wz7r] {
    display: inline-block;
    min-width: 270px;
    padding: 18px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: center;
}

.disabled-download-button[b-v92209wz7r] {
    display: inline-block;
    min-width: 270px;
    padding: 18px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.22);
    color: rgba(255,255,255,0.88);
    font-weight: 700;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
}

.download-note[b-v92209wz7r] {
    margin-top: 12px;
    opacity: 0.85;
}

/* Mobile */

@media (max-width: 900px) {
    .page-header[b-v92209wz7r] {
        text-align: left;
        padding: 0 1rem;
    }

    .detail-card[b-v92209wz7r],
    .research-note[b-v92209wz7r] {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 1.4rem;
    }

    .page-header h1[b-v92209wz7r] {
        font-size: clamp(2.4rem, 12vw, 4rem);
    }
}
.detail-card[b-v92209wz7r] {
    margin-bottom: 2.6rem;
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotGeneratorPrivacy.razor.rz.scp.css */
.page-header[b-hmydnzs7pk] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-hmydnzs7pk] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-hmydnzs7pk] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-hmydnzs7pk] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
    animation: fadeUp-b-hmydnzs7pk 0.6s ease both;
}

.detail-card h2[b-hmydnzs7pk] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-hmydnzs7pk],
.detail-card li[b-hmydnzs7pk] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-list[b-hmydnzs7pk] {
    list-style: none;
    margin: 1.2rem auto 0;
    padding: 0;
    max-width: 650px;
}

.feature-list li[b-hmydnzs7pk] {
    margin: 0.45rem 0;
}

.warning-card[b-hmydnzs7pk] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );
    border: 1px solid rgba(255,120,120,0.35);
}

@keyframes fadeUp-b-hmydnzs7pk {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-hmydnzs7pk] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLab.razor.rz.scp.css */
/* ===============================
   PAGE HEADER
================================ */

.page-header[b-6110qrfx7g] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-6110qrfx7g] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* ===============================
   DETAIL LAYOUT
================================ */

.detail-layout[b-6110qrfx7g] {
    max-width: 1100px;
    margin: 0 auto;
}


/* ===============================
   DETAIL CARDS
================================ */

.detail-card[b-6110qrfx7g] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;

    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);

    text-align: center;

    animation: fadeUp-b-6110qrfx7g 0.6s ease both;
}


.detail-card h2[b-6110qrfx7g] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


.detail-card p[b-6110qrfx7g],
.detail-card li[b-6110qrfx7g] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* ===============================
   FEATURE LIST
================================ */

.feature-list[b-6110qrfx7g] {
    list-style: none;
    margin: 1.2rem auto 0;
    padding: 0;
    max-width: 600px;
}

.feature-list li[b-6110qrfx7g] {
    margin: 0.45rem 0;
}


/* ===============================
   KPI / TRUST GRID
================================ */

.trust-grid[b-6110qrfx7g] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 22px;

    margin-top: 1.5rem;
}


.trust-box[b-6110qrfx7g] {

    min-width: 190px;

    padding: 20px 26px;

    border-radius: 20px;

    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(120,180,255,0.25);

    text-align: center;
}


.trust-label[b-6110qrfx7g] {

    font-size: 0.9rem;

    opacity: 0.7;

}


.trust-value[b-6110qrfx7g] {

    font-size: 1.35rem;

    font-weight: 800;

    margin-top: 4px;

}


/* ===============================
   INSIGHT CARD STYLE
================================ */

.insight-card[b-6110qrfx7g] {
    background: rgba(12, 36, 70, 0.82);
}


/* ===============================
   WARNING CARD STYLE
================================ */

.warning-card[b-6110qrfx7g] {

    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );

    border: 1px solid rgba(255,120,120,0.35);
}


/* ===============================
   NAVIGATION BUTTON GROUP
================================ */

.research-modules[b-6110qrfx7g] {

    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    gap: 0.9rem;

    margin-top: 1.2rem;

}


.research-modules a[b-6110qrfx7g] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

}


/* ===============================
   ACTIVE NAV BUTTON
================================ */

.research-modules a[href="/research/eurojackpotlab"][b-6110qrfx7g] {

    border-color: rgba(120,180,255,0.5);

    background: rgba(120,180,255,0.15);

}


/* ===============================
   FADE ANIMATION
================================ */

@keyframes fadeUp-b-6110qrfx7g {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 900px) {

    .detail-card[b-6110qrfx7g] {
        padding: 1.6rem 1.4rem;
    }

}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabDe.razor.rz.scp.css */
/* ===============================
   PAGE HEADER
================================ */

.page-header[b-z6ty7qtb9h] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-z6ty7qtb9h] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* ===============================
   DETAIL LAYOUT
================================ */

.detail-layout[b-z6ty7qtb9h] {
    max-width: 1100px;
    margin: 0 auto;
}


/* ===============================
   DETAIL CARDS
================================ */

.detail-card[b-z6ty7qtb9h] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;

    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);

    text-align: center;

    animation: fadeUp-b-z6ty7qtb9h 0.6s ease both;
}


.detail-card h2[b-z6ty7qtb9h] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


.detail-card p[b-z6ty7qtb9h],
.detail-card li[b-z6ty7qtb9h] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* ===============================
   FEATURE LIST
================================ */

.feature-list[b-z6ty7qtb9h] {
    list-style: none;
    margin: 1.2rem auto 0;
    padding: 0;
    max-width: 600px;
}

.feature-list li[b-z6ty7qtb9h] {
    margin: 0.45rem 0;
}


/* ===============================
   KPI / TRUST GRID
================================ */

.trust-grid[b-z6ty7qtb9h] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 22px;

    margin-top: 1.5rem;
}


.trust-box[b-z6ty7qtb9h] {

    min-width: 190px;

    padding: 20px 26px;

    border-radius: 20px;

    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(120,180,255,0.25);

    text-align: center;
}


.trust-label[b-z6ty7qtb9h] {

    font-size: 0.9rem;

    opacity: 0.7;

}


.trust-value[b-z6ty7qtb9h] {

    font-size: 1.35rem;

    font-weight: 800;

    margin-top: 4px;

}


/* ===============================
   INSIGHT CARD STYLE
================================ */

.insight-card[b-z6ty7qtb9h] {
    background: rgba(12, 36, 70, 0.82);
}


/* ===============================
   WARNING CARD STYLE
================================ */

.warning-card[b-z6ty7qtb9h] {

    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );

    border: 1px solid rgba(255,120,120,0.35);
}


/* ===============================
   NAVIGATION BUTTON GROUP
================================ */

.research-modules[b-z6ty7qtb9h] {

    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    gap: 0.9rem;

    margin-top: 1.2rem;

}


.research-modules a[b-z6ty7qtb9h] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

}


/* ===============================
   ACTIVE NAV BUTTON
================================ */

.research-modules a[href="/research/eurojackpotlab"][b-z6ty7qtb9h] {

    border-color: rgba(120,180,255,0.5);

    background: rgba(120,180,255,0.15);

}


/* ===============================
   FADE ANIMATION
================================ */

@keyframes fadeUp-b-z6ty7qtb9h {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 900px) {

    .detail-card[b-z6ty7qtb9h] {
        padding: 1.6rem 1.4rem;
    }

}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabModels.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-clsjlpca26] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-clsjlpca26] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-clsjlpca26] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-clsjlpca26] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-clsjlpca26] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-clsjlpca26],
.detail-card li[b-clsjlpca26] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-clsjlpca26] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-clsjlpca26] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-clsjlpca26] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-clsjlpca26] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-clsjlpca26] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-clsjlpca26] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-clsjlpca26] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-clsjlpca26] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-clsjlpca26] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-clsjlpca26] {

        padding: 1.6rem 1.4rem;

    }

}
.detail-card[b-clsjlpca26] {
    animation: fadeUp-b-clsjlpca26 0.6s ease both;
}

@keyframes fadeUp-b-clsjlpca26 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/models"][b-clsjlpca26] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabModelsDe.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-0mnbsu0gy9] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-0mnbsu0gy9] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-0mnbsu0gy9] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-0mnbsu0gy9] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-0mnbsu0gy9] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-0mnbsu0gy9],
.detail-card li[b-0mnbsu0gy9] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-0mnbsu0gy9] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-0mnbsu0gy9] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-0mnbsu0gy9] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-0mnbsu0gy9] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-0mnbsu0gy9] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-0mnbsu0gy9] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-0mnbsu0gy9] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-0mnbsu0gy9] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-0mnbsu0gy9] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-0mnbsu0gy9] {

        padding: 1.6rem 1.4rem;

    }

}
.detail-card[b-0mnbsu0gy9] {
    animation: fadeUp-b-0mnbsu0gy9 0.6s ease both;
}

@keyframes fadeUp-b-0mnbsu0gy9 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/models"][b-0mnbsu0gy9] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabProbability.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-y0r15qi8l5] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-y0r15qi8l5] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-y0r15qi8l5] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-y0r15qi8l5] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-y0r15qi8l5] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-y0r15qi8l5],
.detail-card li[b-y0r15qi8l5] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-y0r15qi8l5] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-y0r15qi8l5] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-y0r15qi8l5] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-y0r15qi8l5] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-y0r15qi8l5] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-y0r15qi8l5] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-y0r15qi8l5] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-y0r15qi8l5] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-y0r15qi8l5] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-y0r15qi8l5] {

        padding: 1.6rem 1.4rem;

    }

}
.trust-grid[b-y0r15qi8l5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 1.5rem;
}

.trust-box[b-y0r15qi8l5] {
    min-width: 190px;
    padding: 20px 26px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(120,180,255,0.25);
    text-align: center;
}

.trust-label[b-y0r15qi8l5] {
    font-size: 0.9rem;
    opacity: 0.7;
}

.trust-value[b-y0r15qi8l5] {
    font-size: 1.35rem;
    font-weight: 800;
    margin-top: 4px;
}
.detail-card[b-y0r15qi8l5] {
    animation: fadeUp-b-y0r15qi8l5 0.6s ease both;
}

@keyframes fadeUp-b-y0r15qi8l5 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/probability"][b-y0r15qi8l5] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabProbabilityDe.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-jixhlbijgl] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-jixhlbijgl] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-jixhlbijgl] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-jixhlbijgl] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-jixhlbijgl] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-jixhlbijgl],
.detail-card li[b-jixhlbijgl] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-jixhlbijgl] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-jixhlbijgl] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-jixhlbijgl] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-jixhlbijgl] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-jixhlbijgl] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-jixhlbijgl] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-jixhlbijgl] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-jixhlbijgl] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-jixhlbijgl] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-jixhlbijgl] {

        padding: 1.6rem 1.4rem;

    }

}
.trust-grid[b-jixhlbijgl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 1.5rem;
}

.trust-box[b-jixhlbijgl] {
    min-width: 190px;
    padding: 20px 26px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(120,180,255,0.25);
    text-align: center;
}

.trust-label[b-jixhlbijgl] {
    font-size: 0.9rem;
    opacity: 0.7;
}

.trust-value[b-jixhlbijgl] {
    font-size: 1.35rem;
    font-weight: 800;
    margin-top: 4px;
}
.detail-card[b-jixhlbijgl] {
    animation: fadeUp-b-jixhlbijgl 0.6s ease both;
}

@keyframes fadeUp-b-jixhlbijgl {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/probability"][b-jixhlbijgl] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabScatter.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-xjsnks2pqj] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-xjsnks2pqj] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-xjsnks2pqj] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-xjsnks2pqj] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-xjsnks2pqj] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-xjsnks2pqj],
.detail-card li[b-xjsnks2pqj] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-xjsnks2pqj] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-xjsnks2pqj] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-xjsnks2pqj] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-xjsnks2pqj] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-xjsnks2pqj] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-xjsnks2pqj] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-xjsnks2pqj] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-xjsnks2pqj] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-xjsnks2pqj] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-xjsnks2pqj] {

        padding: 1.6rem 1.4rem;

    }

}
.detail-card[b-xjsnks2pqj] {
    animation: fadeUp-b-xjsnks2pqj 0.6s ease both;
}

@keyframes fadeUp-b-xjsnks2pqj {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/scatter"][b-xjsnks2pqj] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabScatterDe.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-ibu7fkiikv] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-ibu7fkiikv] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-ibu7fkiikv] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-ibu7fkiikv] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-ibu7fkiikv] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-ibu7fkiikv],
.detail-card li[b-ibu7fkiikv] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-ibu7fkiikv] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-ibu7fkiikv] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-ibu7fkiikv] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-ibu7fkiikv] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-ibu7fkiikv] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-ibu7fkiikv] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-ibu7fkiikv] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-ibu7fkiikv] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-ibu7fkiikv] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-ibu7fkiikv] {

        padding: 1.6rem 1.4rem;

    }

}
.detail-card[b-ibu7fkiikv] {
    animation: fadeUp-b-ibu7fkiikv 0.6s ease both;
}

@keyframes fadeUp-b-ibu7fkiikv {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/scatter"][b-ibu7fkiikv] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabStats.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-4h6eebvvwg] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-4h6eebvvwg] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-4h6eebvvwg] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-4h6eebvvwg] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-4h6eebvvwg] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-4h6eebvvwg],
.detail-card li[b-4h6eebvvwg] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-4h6eebvvwg] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-4h6eebvvwg] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-4h6eebvvwg] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-4h6eebvvwg] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-4h6eebvvwg] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-4h6eebvvwg] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-4h6eebvvwg] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-4h6eebvvwg] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-4h6eebvvwg] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-4h6eebvvwg] {

        padding: 1.6rem 1.4rem;

    }

}
.trust-grid[b-4h6eebvvwg] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 1.5rem;
}

.trust-box[b-4h6eebvvwg] {
    min-width: 190px;
    padding: 20px 26px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(120,180,255,0.25);
    text-align: center;
}

.trust-label[b-4h6eebvvwg] {
    font-size: 0.9rem;
    opacity: 0.7;
}

.trust-value[b-4h6eebvvwg] {
    font-size: 1.35rem;
    font-weight: 800;
    margin-top: 4px;
}
.detail-card[b-4h6eebvvwg] {
    animation: fadeUp-b-4h6eebvvwg 0.6s ease both;
}

@keyframes fadeUp-b-4h6eebvvwg {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/stats"][b-4h6eebvvwg] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/EuroJackpotLabStatsDe.razor.rz.scp.css */
/* =========================
   PAGE HEADER
   ========================= */

.page-header[b-xqxujq3q69] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-xqxujq3q69] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}


/* =========================
   CONTENT LAYOUT
   ========================= */

.detail-layout[b-xqxujq3q69] {
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   GLASS CARDS
   ========================= */

.detail-card[b-xqxujq3q69] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);
}


/* =========================
   HEADLINES
   ========================= */

.detail-card h2[b-xqxujq3q69] {
    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


/* =========================
   BODY TEXT
   ========================= */

.detail-card p[b-xqxujq3q69],
.detail-card li[b-xqxujq3q69] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}


/* =========================
   FEATURE LISTS
   ========================= */

.feature-list[b-xqxujq3q69] {
    margin: 1.2rem 0 0;
    padding-left: 1.4rem;
}


/* =========================
   RESEARCH NAVIGATION BUTTONS
   ========================= */

.research-modules[b-xqxujq3q69] {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-top: 1.4rem;
}


.research-modules a[b-xqxujq3q69] {

    display: inline-flex;

    padding: 10px 18px;

    border-radius: 14px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.16);

    color: #e6f0ff;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.18s ease;
}


.research-modules a:hover[b-xqxujq3q69] {

    background: rgba(120,180,255,0.15);

    border-color: rgba(120,180,255,0.45);

}


/* =========================
   SNAPSHOT / STATUS CARDS
   ========================= */

.dataset-trust-card[b-xqxujq3q69] {
    background: rgba(12, 36, 70, 0.82);
}


.insight-card[b-xqxujq3q69] {
    background: rgba(12, 36, 70, 0.82);
}


.research-confidence[b-xqxujq3q69] {
    background: rgba(10, 30, 55, 0.78);
}


/* =========================
   SMALL STATUS NOTE TEXT
   ========================= */

.research-note[b-xqxujq3q69] {

    margin-top: 1.2rem;

    font-size: 0.95rem;

    opacity: 0.75;
}


.subtle-note[b-xqxujq3q69] {

    opacity: 0.65;

}


/* =========================
   RESPONSIVE POLISH
   ========================= */

@media (max-width: 900px) {

    .detail-card[b-xqxujq3q69] {

        padding: 1.6rem 1.4rem;

    }

}
.trust-grid[b-xqxujq3q69] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    margin-top: 1.5rem;
}

.trust-box[b-xqxujq3q69] {
    min-width: 190px;
    padding: 20px 26px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(120,180,255,0.25);
    text-align: center;
}

.trust-label[b-xqxujq3q69] {
    font-size: 0.9rem;
    opacity: 0.7;
}

.trust-value[b-xqxujq3q69] {
    font-size: 1.35rem;
    font-weight: 800;
    margin-top: 4px;
}
.detail-card[b-xqxujq3q69] {
    animation: fadeUp-b-xqxujq3q69 0.6s ease both;
}

@keyframes fadeUp-b-xqxujq3q69 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.research-modules a[href="/research/eurojackpotlab/stats"][b-xqxujq3q69] {
    border-color: rgba(120,180,255,0.5);
    background: rgba(120,180,255,0.15);
}
/* _content/HammerheadStudioWeb/Components/Pages/Friends.razor.rz.scp.css */
.page-header[b-rypcquo1m4] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-rypcquo1m4] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.network-tags[b-rypcquo1m4] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 1.4rem auto 0;
}

.network-tags span[b-rypcquo1m4] {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(120,180,255,0.22);
    color: #dbeafe;
    font-size: 0.95rem;
    font-weight: 700;
}

.detail-layout[b-rypcquo1m4] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-rypcquo1m4] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);

    text-align: center;
    animation: fadeUp-b-rypcquo1m4 0.6s ease both;
}

.detail-card h2[b-rypcquo1m4] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-rypcquo1m4] {
    max-width: 820px;
    margin: 0.8rem auto 0;
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.insight-card[b-rypcquo1m4] {
    background: rgba(12, 36, 70, 0.82);
}

@keyframes fadeUp-b-rypcquo1m4 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-rypcquo1m4] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/FriendsDe.razor.rz.scp.css */
.page-header[b-mnvo051rd9] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-mnvo051rd9] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.network-tags[b-mnvo051rd9] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 1.4rem auto 0;
}

.network-tags span[b-mnvo051rd9] {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(120,180,255,0.22);
    color: #dbeafe;
    font-size: 0.95rem;
    font-weight: 700;
}

.detail-layout[b-mnvo051rd9] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-mnvo051rd9] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);

    text-align: center;
    animation: fadeUp-b-mnvo051rd9 0.6s ease both;
}

.detail-card h2[b-mnvo051rd9] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-mnvo051rd9] {
    max-width: 820px;
    margin: 0.8rem auto 0;
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.insight-card[b-mnvo051rd9] {
    background: rgba(12, 36, 70, 0.82);
}

@keyframes fadeUp-b-mnvo051rd9 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-mnvo051rd9] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/Games.razor.rz.scp.css */
.page-header[b-4otod8er9e] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-4otod8er9e] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-4otod8er9e] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-4otod8er9e] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
}

.detail-card h2[b-4otod8er9e] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-4otod8er9e],
.detail-card li[b-4otod8er9e] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-label[b-4otod8er9e] {
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.feature-list[b-4otod8er9e] {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
}

.feature-list li[b-4otod8er9e] {
    margin: 0.45rem 0;
}

.game-highlight-card[b-4otod8er9e] {
    background:
        linear-gradient(
            135deg,
            rgba(70, 38, 10, 0.55),
            rgba(8, 18, 38, 0.86)
        );
    border-color: rgba(245, 158, 11, 0.32);
}

.roadmap-card[b-4otod8er9e] {
    border-style: dashed;
    border-color: rgba(255,255,255,0.25);
}
/* _content/HammerheadStudioWeb/Components/Pages/GamesDe.razor.rz.scp.css */
.page-header[b-4yqydx3gw8] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-4yqydx3gw8] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-4yqydx3gw8] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-4yqydx3gw8] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
}

.detail-card h2[b-4yqydx3gw8] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-4yqydx3gw8],
.detail-card li[b-4yqydx3gw8] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.feature-label[b-4yqydx3gw8] {
    color: #93c5fd;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.feature-list[b-4yqydx3gw8] {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
}

.feature-list li[b-4yqydx3gw8] {
    margin: 0.45rem 0;
}

.game-highlight-card[b-4yqydx3gw8] {
    background:
        linear-gradient(
            135deg,
            rgba(70, 38, 10, 0.55),
            rgba(8, 18, 38, 0.86)
        );
    border-color: rgba(245, 158, 11, 0.32);
}

.roadmap-card[b-4yqydx3gw8] {
    border-style: dashed;
    border-color: rgba(255,255,255,0.25);
}
/* _content/HammerheadStudioWeb/Components/Pages/Home.razor.rz.scp.css */
.hero[b-igyazu87ad] {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem 3rem;
}

.hero-content[b-igyazu87ad] {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}


/* BADGE */

.hero-badge[b-igyazu87ad] {

    display: inline-block;

    padding: 0.55rem 1rem;

    margin-bottom: 1.5rem;

    border-radius: 999px;

    color: #dbeafe;

    background: rgba(20, 80, 160, 0.35);

    border: 1px solid rgba(80, 150, 255, 0.35);

}


/* TITLE */

.hero-content h1[b-igyazu87ad] {

    margin: 0;

    font-size: clamp(3rem, 7vw, 6.5rem);

    line-height: 0.95;

    color: #ffffff;

    letter-spacing: -0.06em;

}


/* SUBTITLE */

.hero-subtitle[b-igyazu87ad] {

    margin-top: 1.2rem;

    font-size: clamp(1.2rem, 2vw, 1.7rem);

    color: #5fa8ff;

}


/* DESCRIPTION */

.hero-text[b-igyazu87ad] {

    max-width: 620px;

    margin-top: 1.5rem;

    color: rgba(235, 242, 255, 0.82);

    font-size: 1.08rem;

    line-height: 1.7;

}


/* BUTTON AREA */

.hero-actions[b-igyazu87ad] {

    display: flex;

    gap: 1rem;

    flex-wrap: wrap;

    margin-top: 2rem;

}


/* BUTTON STYLE */

.hero-button[b-igyazu87ad] {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 52px;

    padding: 0 1.5rem;

    border-radius: 12px;

    color: #ffffff;

    text-decoration: none;

    font-weight: 700;

    background: rgba(10, 20, 35, 0.55);

    border: 1px solid rgba(160, 190, 230, 0.25);

    backdrop-filter: blur(6px);

}


/* PRIMARY BUTTON */

.hero-button.primary[b-igyazu87ad] {

    background: #1473ff;

    border-color: #2f8cff;

    box-shadow: 0 0 28px rgba(20, 115, 255, 0.4);

}


/* MOBILE LAYOUT */

@media (max-width: 900px) {

    .hero[b-igyazu87ad] {

        padding: 180px 1.5rem 90px;

    }

    .hero-content[b-igyazu87ad] {

        margin-left: 0;

        max-width: 100%;

    }

    .hero-content h1[b-igyazu87ad] {

        font-size: clamp(2.8rem, 14vw, 4.5rem);

    }

}
.home-section[b-igyazu87ad] {
    max-width: 1280px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem 3rem;
    background: transparent !important;
}

.section-title[b-igyazu87ad] {
    color: #f8fafc;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.section-subtitle[b-igyazu87ad] {
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.section-grid[b-igyazu87ad] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.card[b-igyazu87ad] {
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(8, 14, 28, 0.62) !important;
    color: #e5e7eb !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    backdrop-filter: blur(10px);
}

.card h2[b-igyazu87ad],
.card p[b-igyazu87ad],
.card-label[b-igyazu87ad] {
    color: inherit;
}

.card p[b-igyazu87ad] {
    color: #cbd5e1;
}

.card-link[b-igyazu87ad] {
    color: #60a5fa;
    font-weight: 700;
}
/* _content/HammerheadStudioWeb/Components/Pages/HomeDe.razor.rz.scp.css */
.hero[b-c9jvbgp5pn] {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem 3rem;
}

.hero-content[b-c9jvbgp5pn] {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}


/* BADGE */

.hero-badge[b-c9jvbgp5pn] {

    display: inline-block;

    padding: 0.55rem 1rem;

    margin-bottom: 1.5rem;

    border-radius: 999px;

    color: #dbeafe;

    background: rgba(20, 80, 160, 0.35);

    border: 1px solid rgba(80, 150, 255, 0.35);

}


/* TITLE */

.hero-content h1[b-c9jvbgp5pn] {

    margin: 0;

    font-size: clamp(3rem, 7vw, 6.5rem);

    line-height: 0.95;

    color: #ffffff;

    letter-spacing: -0.06em;

}


/* SUBTITLE */

.hero-subtitle[b-c9jvbgp5pn] {

    margin-top: 1.2rem;

    font-size: clamp(1.2rem, 2vw, 1.7rem);

    color: #5fa8ff;

}


/* DESCRIPTION */

.hero-text[b-c9jvbgp5pn] {

    max-width: 620px;

    margin-top: 1.5rem;

    color: rgba(235, 242, 255, 0.82);

    font-size: 1.08rem;

    line-height: 1.7;

}


/* BUTTON AREA */

.hero-actions[b-c9jvbgp5pn] {

    display: flex;

    gap: 1rem;

    flex-wrap: wrap;

    margin-top: 2rem;

}


/* BUTTON STYLE */

.hero-button[b-c9jvbgp5pn] {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 52px;

    padding: 0 1.5rem;

    border-radius: 12px;

    color: #ffffff;

    text-decoration: none;

    font-weight: 700;

    background: rgba(10, 20, 35, 0.55);

    border: 1px solid rgba(160, 190, 230, 0.25);

    backdrop-filter: blur(6px);

}


/* PRIMARY BUTTON */

.hero-button.primary[b-c9jvbgp5pn] {

    background: #1473ff;

    border-color: #2f8cff;

    box-shadow: 0 0 28px rgba(20, 115, 255, 0.4);

}


/* MOBILE LAYOUT */

@media (max-width: 900px) {

    .hero[b-c9jvbgp5pn] {

        padding: 180px 1.5rem 90px;

    }

    .hero-content[b-c9jvbgp5pn] {

        margin-left: 0;

        max-width: 100%;

    }

    .hero-content h1[b-c9jvbgp5pn] {

        font-size: clamp(2.8rem, 14vw, 4.5rem);

    }

}
.home-section[b-c9jvbgp5pn] {
    max-width: 1280px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem 3rem;
    background: transparent !important;
}

.section-title[b-c9jvbgp5pn] {
    color: #f8fafc;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.section-subtitle[b-c9jvbgp5pn] {
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.section-grid[b-c9jvbgp5pn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.card[b-c9jvbgp5pn] {
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(8, 14, 28, 0.62) !important;
    color: #e5e7eb !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    backdrop-filter: blur(10px);
}

.card h2[b-c9jvbgp5pn],
.card p[b-c9jvbgp5pn],
.card-label[b-c9jvbgp5pn] {
    color: inherit;
}

.card p[b-c9jvbgp5pn] {
    color: #cbd5e1;
}

.card-link[b-c9jvbgp5pn] {
    color: #60a5fa;
    font-weight: 700;
}
/* _content/HammerheadStudioWeb/Components/Pages/Impressum.razor.rz.scp.css */
.page-header[b-ea5o7ld6uw] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-ea5o7ld6uw] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-ea5o7ld6uw] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-ea5o7ld6uw] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
    animation: fadeUp-b-ea5o7ld6uw 0.6s ease both;
}

.detail-card h2[b-ea5o7ld6uw] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-ea5o7ld6uw],
.detail-card a[b-ea5o7ld6uw] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.detail-card a[b-ea5o7ld6uw] {
    font-weight: 700;
}

.warning-card[b-ea5o7ld6uw] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );
    border: 1px solid rgba(255,120,120,0.35);
}

@keyframes fadeUp-b-ea5o7ld6uw {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-ea5o7ld6uw] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/ImpressumDe.razor.rz.scp.css */
.page-header[b-sqklqcxebg] {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.page-lead[b-sqklqcxebg] {
    max-width: 720px;
    margin: 1rem auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.detail-layout[b-sqklqcxebg] {
    max-width: 1100px;
    margin: 0 auto;
}

.detail-card[b-sqklqcxebg] {
    max-width: 1100px;
    margin: 0 auto 2.2rem;
    padding: 2.2rem 2.4rem;
    border-radius: 28px;
    background: rgba(8, 18, 38, 0.82);
    border: 1px solid rgba(120, 180, 255, 0.18);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    text-align: center;
    animation: fadeUp-b-sqklqcxebg 0.6s ease both;
}

.detail-card h2[b-sqklqcxebg] {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #f8fafc;
}

.detail-card p[b-sqklqcxebg],
.detail-card a[b-sqklqcxebg] {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #dbeafe;
}

.detail-card a[b-sqklqcxebg] {
    font-weight: 700;
}

.warning-card[b-sqklqcxebg] {
    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );
    border: 1px solid rgba(255,120,120,0.35);
}

@keyframes fadeUp-b-sqklqcxebg {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .detail-card[b-sqklqcxebg] {
        padding: 1.6rem 1.4rem;
    }
}
/* _content/HammerheadStudioWeb/Components/Pages/Imprint.razor.rz.scp.css */
.page-header[b-dkxeafet1j] {

    text-align: center;

    max-width: 900px;

    margin: 0 auto 2.5rem;
}


.page-lead[b-dkxeafet1j] {

    max-width: 720px;

    margin: 1rem auto 0;

    font-size: 1.15rem;

    line-height: 1.7;
}


.detail-layout[b-dkxeafet1j] {

    max-width: 1100px;

    margin: 0 auto;
}


.detail-card[b-dkxeafet1j] {

    max-width: 1100px;

    margin: 0 auto 2.2rem;

    padding: 2.2rem 2.4rem;

    border-radius: 28px;

    background: rgba(8, 18, 38, 0.82);

    border: 1px solid rgba(120, 180, 255, 0.18);

    box-shadow: 0 20px 60px rgba(0,0,0,0.45);

    backdrop-filter: blur(14px);

    text-align: center;

    animation: fadeUp-b-dkxeafet1j 0.6s ease both;
}


.detail-card h2[b-dkxeafet1j] {

    margin: 0 0 1rem;

    font-size: clamp(1.8rem, 3vw, 2.5rem);

    color: #f8fafc;
}


.detail-card p[b-dkxeafet1j],
.detail-card li[b-dkxeafet1j] {

    font-size: 1.12rem;

    line-height: 1.75;

    color: #dbeafe;
}


.warning-card[b-dkxeafet1j] {

    background:
        linear-gradient(
            rgba(90,30,30,0.45),
            rgba(20,10,10,0.85)
        );

    border: 1px solid rgba(255,120,120,0.35);
}


@keyframes fadeUp-b-dkxeafet1j {

    from {

        opacity: 0;

        transform: translateY(12px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


@media (max-width: 900px) {

    .detail-card[b-dkxeafet1j] {

        padding: 1.6rem 1.4rem;

    }

}
/* _content/HammerheadStudioWeb/Components/Pages/Research.razor.rz.scp.css */
.page-header[b-b2xrd4qw6m] {

    text-align: center;

    max-width: 900px;

    margin: 0 auto 2.5rem auto;

}

.page-badge[b-b2xrd4qw6m] {

    display: inline-block;

    margin-bottom: 14px;

    opacity: 0.85;

    letter-spacing: 0.6px;

}

.page-lead[b-b2xrd4qw6m] {

    max-width: 640px;

    margin: 0 auto;

    opacity: 0.9;

}



hlight-card h2[b-b2xrd4qw6m] {

    font-size: 2rem;

}

.detail-card[b-b2xrd4qw6m] {
    max-width: 980px;
    margin: 0 auto 2.4rem auto;
    padding: 2rem;

    border-radius: 26px;

    background: rgba(8,18,38,0.78);

    border: 1px solid rgba(255,255,255,0.12);

    backdrop-filter: blur(14px);

    box-shadow:
        0 20px 60px rgba(0,0,0,0.45);
}
.lab-highlight-card[b-b2xrd4qw6m] {
    background:
        linear-gradient(
            135deg,
            rgba(18,45,82,0.85),
            rgba(10,30,60,0.85)
        );

    border: 1px solid rgba(255,255,255,0.18);
}
.research-modules[b-b2xrd4qw6m] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.research-modules a[b-b2xrd4qw6m] {

    backdrop-filter: blur(6px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 6px 18px rgba(0,0,0,0.25);

}

.research-modules a:hover[b-b2xrd4qw6m] {

    transform: translateY(-2px);

}
.roadmap-card[b-b2xrd4qw6m] {
    opacity: 0.92;

    border-style: dashed;

    border-color: rgba(255,255,255,0.25);
}
/* _content/HammerheadStudioWeb/Components/Pages/ResearchDe.razor.rz.scp.css */
.page-header[b-21u3mi1y1b] {

    text-align: center;

    max-width: 900px;

    margin: 0 auto 2.5rem auto;

}

.page-badge[b-21u3mi1y1b] {

    display: inline-block;

    margin-bottom: 14px;

    opacity: 0.85;

    letter-spacing: 0.6px;

}

.page-lead[b-21u3mi1y1b] {

    max-width: 640px;

    margin: 0 auto;

    opacity: 0.9;

}



hlight-card h2[b-21u3mi1y1b] {

    font-size: 2rem;

}

.detail-card[b-21u3mi1y1b] {
    max-width: 980px;
    margin: 0 auto 2.4rem auto;
    padding: 2rem;

    border-radius: 26px;

    background: rgba(8,18,38,0.78);

    border: 1px solid rgba(255,255,255,0.12);

    backdrop-filter: blur(14px);

    box-shadow:
        0 20px 60px rgba(0,0,0,0.45);
}
.lab-highlight-card[b-21u3mi1y1b] {
    background:
        linear-gradient(
            135deg,
            rgba(18,45,82,0.85),
            rgba(10,30,60,0.85)
        );

    border: 1px solid rgba(255,255,255,0.18);
}
.research-modules[b-21u3mi1y1b] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.research-modules a[b-21u3mi1y1b] {

    backdrop-filter: blur(6px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 6px 18px rgba(0,0,0,0.25);

}

.research-modules a:hover[b-21u3mi1y1b] {

    transform: translateY(-2px);

}
.roadmap-card[b-21u3mi1y1b] {
    opacity: 0.92;

    border-style: dashed;

    border-color: rgba(255,255,255,0.25);
}
