/* iamhmn Verify — front-end styles.
   Kept minimal and theme-neutral: labels read as quiet metadata, the gate
   notice reads as a clear but non-alarming boundary. */

.iamhmn-gate {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 1.1rem 1.25rem;
    margin: 1.25rem 0;
    background: #f7fafc;
    font-size: 0.95rem;
    line-height: 1.5;
}

.iamhmn-gate--denied {
    border-color: rgba(16, 34, 58, 0.18);
    background: linear-gradient(180deg, #f2f8ff 0%, #eef3f9 100%);
}

.iamhmn-gate__notice {
    margin: 0 0 0.35rem;
    font-weight: 600;
    color: #10223a;
}

.iamhmn-gate__reason {
    margin: 0 0 0.75rem;
    color: #40506a;
    font-size: 0.88rem;
}

.iamhmn-gate__cta {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: #10223a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.iamhmn-gate__cta:hover,
.iamhmn-gate__cta:focus {
    background: #1a3355;
    color: #fff;
}

/* ── AI Act author/actor labels ─────────────────────────────────────────── */

.iamhmn-label {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.82em;
    line-height: 1.3;
    padding: 0.15em 0.6em;
    border-radius: 999px;
    border: 1px solid transparent;
    vertical-align: middle;
}

.iamhmn-label__icon {
    font-size: 1.05em;
}

.iamhmn-label--is-human {
    background: #eaf7ef;
    border-color: #bfe6cd;
    color: #1c5636;
}

.iamhmn-label--is-machine {
    background: #fdf0e6;
    border-color: #f3cfa9;
    color: #8a4a12;
}

.iamhmn-label--is-unknown {
    background: #f1f1f4;
    border-color: #d9d9e0;
    color: #55556a;
}

.iamhmn-label--compact {
    font-size: 0.75em;
    padding: 0.1em 0.5em;
}

.iamhmn-label__sig {
    font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-size: 0.85em;
    opacity: 0.8;
}

.iamhmn-content-label {
    margin: 1.25rem 0 0;
}

.iamhmn-image-label {
    margin-top: 0.4rem;
    text-align: left;
}

@media (prefers-reduced-motion: reduce) {
    .iamhmn-gate__cta {
        transition: none;
    }
}

/* ── iamhmn login button (wp-login.php) ─────────────────────────────────── */

.iamhmn-login {
    margin: 0 0 16px;
}

.iamhmn-login--primary {
    margin-bottom: 20px;
}

.iamhmn-login__btn,
.iamhmn-login__btn.button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 1rem !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
    font-weight: 700 !important;
    font-size: 14px;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.4;
    height: auto !important;
}

.iamhmn-login__btn:hover,
.iamhmn-login__btn:focus,
.iamhmn-login__btn.button:hover,
.iamhmn-login__btn.button:focus {
    background: #222 !important;
    color: #fff !important;
}

.iamhmn-login__mark {
    font-size: 1.1em;
}

.iamhmn-login__or {
    text-align: center;
    color: #666;
    font-size: 0.85em;
    margin: 12px 0 0;
}
