.samadhihub-registration-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.samadhi-app-notice {
    color: #f8fafc;
    background: #0f172a;
    border: 2px solid #64748b;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2.5rem rgba(2, 6, 23, 0.28);
    font-family: var(--wp--preset--font-family--body, inherit);
    line-height: 1.65;
    margin: 1.5rem 0;
    max-width: 72rem;
    padding: clamp(1.25rem, 2vw, 2rem);
}

.samadhi-app-notice h2 {
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
}

.samadhi-app-notice p {
    color: #e2e8f0;
    margin: 0 0 1rem;
    max-width: 72ch;
}

.samadhi-app-notice__action {
    margin-bottom: 0;
    padding-top: 0.25rem;
}

.samadhi-app-notice__action a {
    align-items: center;
    background: #1d4ed8;
    border: 2px solid #93c5fd;
    border-radius: 0.5rem;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    min-height: 44px;
    padding: 0.6rem 1rem;
    text-decoration: underline;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.2em;
}

.samadhi-app-notice__action a:hover {
    background: #1e40af;
    color: #ffffff;
}

.samadhi-app-notice__action a:focus-visible {
    outline: 3px solid #facc15;
    outline-offset: 4px;
}

.samadhi-app-safeguards__intro {
    font-size: 1.05rem;
    max-width: 78ch;
}

.samadhi-app-safeguards__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    margin: 1.5rem 0;
    max-width: 72rem;
}

.samadhi-app-safeguards__status {
    background: #111827;
    border: 2px solid #64748b;
    border-radius: 0.625rem;
    color: #f8fafc;
    min-width: 0;
    padding: 1rem;
}

.samadhi-app-safeguards__status h2 {
    color: #cbd5e1;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0 0 0.5rem;
}

.samadhi-app-safeguards__status p {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    overflow-wrap: anywhere;
}

.samadhihub-neutral-home,
.samadhihub-operator-footer,
.samadhihub-consent__banner,
.samadhihub-consent__backdrop > section {
    box-sizing: border-box;
    font-family: var(--wp--preset--font-family--body, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.samadhihub-neutral-home {
    background: #020617;
    border: 2px solid #475569;
    border-radius: 0.75rem;
    color: #f8fafc;
    margin: 1.5rem auto;
    max-width: 72rem;
    padding: clamp(1.5rem, 4vw, 4rem);
}

.samadhihub-neutral-home h1 {
    color: #ffffff;
    font-size: clamp(2rem, 6vw, 4.5rem);
    line-height: 1.08;
    margin: 0 0 1.25rem;
    max-width: 18ch;
}

.samadhihub-neutral-home p {
    color: #e2e8f0;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 70ch;
}

.samadhihub-neutral-home__eyebrow {
    color: #93c5fd !important;
    font-size: 0.875rem !important;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.samadhihub-neutral-home__intro {
    font-size: clamp(1.15rem, 2vw, 1.4rem) !important;
}

.samadhihub-neutral-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.samadhihub-neutral-home__actions a {
    align-items: center;
    background: #1d4ed8;
    border: 2px solid #93c5fd;
    border-radius: 0.5rem;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    min-height: 44px;
    padding: 0.65rem 1rem;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.samadhihub-neutral-home__actions a:hover {
    background: #1e40af;
    color: #ffffff;
}

.samadhihub-operator-footer {
    background: #020617;
    border-top: 2px solid #475569;
    color: #e2e8f0;
    margin-top: 3rem;
    padding: 2rem max(1.25rem, calc((100vw - 72rem) / 2));
    position: relative;
    z-index: 10;
}

.samadhihub-operator-footer__identity,
.samadhihub-operator-footer__status {
    color: #e2e8f0;
    line-height: 1.65;
    margin: 0 0 1rem;
    max-width: 90ch;
}

.samadhihub-operator-footer nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.samadhihub-operator-footer a,
.samadhihub-footer-link {
    background: transparent;
    border: 0;
    color: #bfdbfe;
    cursor: pointer;
    font: inherit;
    min-height: 44px;
    padding: 0.5rem 0;
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.2em;
}

.samadhihub-consent__banner {
    background: #0f172a;
    border: 2px solid #94a3b8;
    border-radius: 0.75rem;
    bottom: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
    color: #f8fafc;
    left: 50%;
    max-width: 64rem;
    padding: 1.25rem;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    z-index: 100000;
}

.samadhihub-consent__banner[hidden],
.samadhihub-consent__backdrop[hidden] {
    display: none !important;
}

.samadhihub-consent__banner h2,
.samadhihub-consent__backdrop h2 {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0 0 0.75rem;
}

.samadhihub-consent__banner p,
.samadhihub-consent__backdrop p,
.samadhihub-consent__backdrop label {
    color: #e2e8f0;
    line-height: 1.55;
}

.samadhihub-consent__actions {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.samadhihub-consent__actions button {
    background: #1e3a8a;
    border: 2px solid #93c5fd;
    border-radius: 0.5rem;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 48px;
    padding: 0.7rem 1rem;
}

.samadhihub-consent__actions button:hover {
    background: #1d4ed8;
}

.samadhihub-consent__backdrop {
    align-items: center;
    background: rgba(2, 6, 23, 0.9);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 100001;
}

.samadhihub-consent__backdrop > section {
    background: #0f172a;
    border: 2px solid #94a3b8;
    border-radius: 0.75rem;
    color: #f8fafc;
    max-height: calc(100vh - 2rem);
    max-width: 48rem;
    overflow: auto;
    padding: clamp(1.25rem, 4vw, 2rem);
    width: 100%;
}

.samadhihub-consent__backdrop label {
    border: 1px solid #64748b;
    border-radius: 0.5rem;
    display: block;
    margin: 0.75rem 0;
    padding: 0.9rem;
}

.samadhihub-consent-open {
    overflow: hidden;
}

.samadhihub-external-media-gate {
    background: #0f172a;
    border: 2px solid #64748b;
    border-radius: 0.5rem;
    color: #f8fafc;
    padding: 1rem;
}

.samadhihub-neutral-home a:focus-visible,
.samadhihub-operator-footer a:focus-visible,
.samadhihub-footer-link:focus-visible,
.samadhihub-consent button:focus-visible,
.samadhihub-consent__backdrop > section:focus-visible,
.samadhihub-external-media-gate a:focus-visible {
    outline: 3px solid #facc15;
    outline-offset: 4px;
}

@media (max-width: 30rem) {
    .samadhi-app-notice {
        border-radius: 0.5rem;
        padding: 1rem;
    }

    .samadhi-app-notice__action a {
        box-sizing: border-box;
        justify-content: center;
        width: 100%;
    }

    .samadhihub-neutral-home__actions,
    .samadhihub-consent__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .samadhihub-neutral-home__actions a {
        justify-content: center;
    }

    .samadhihub-consent__banner {
        bottom: 0.5rem;
        width: calc(100% - 1rem);
    }
}

@media print {
    .samadhi-app-notice {
        background: #ffffff;
        border: 1px solid #000000;
        box-shadow: none;
        color: #000000;
    }

    .samadhi-app-notice h2,
    .samadhi-app-notice p {
        color: #000000;
    }

    .samadhi-app-notice__action {
        display: none;
    }

    .samadhihub-consent,
    .samadhihub-operator-footer__status {
        display: none;
    }

    .samadhihub-operator-footer,
    .samadhihub-neutral-home {
        background: #ffffff;
        border-color: #000000;
        color: #000000;
    }

    .samadhihub-operator-footer *,
    .samadhihub-neutral-home * {
        color: #000000 !important;
    }
}
