.eh089-zf-shell {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.eh089-zf-panel {
    width: 100%;
    max-width: 1020px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(196, 33, 86, 0.09), rgba(50, 167, 223, 0.1));
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.eh089-zf-brand {
    margin-bottom: 20px;
    text-align: center;
}

.eh089-zf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 14px 28px;
    margin: 0 auto 8px;
    text-align: center;
}

.eh089-zf-brand h2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.1;
    color: #111827;
}

.eh089-zf-brand p {
    margin: 0;
    color: #475467;
}

.eh089-zf-info-strip {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.eh089-zf-info-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: #344054;
    font-size: 13px;
    font-weight: 600;
}

.eh089-zf-form {
    max-width: 360px;
    display: grid;
    gap: 14px;
}

.eh089-zf-form label {
    font-weight: 700;
    color: #111827;
}

.eh089-zf-form input[type="text"] {
    min-height: 54px;
    border: 1px solid #d0d5dd;
    border-radius: 18px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 16px;
}

.eh089-zf-form button,
.eh089-zf-stamp-actions button,
.eh089-zf-secondary-button,
.eh089-zf-overview summary {
    min-height: 52px;
    border: 0;
    border-radius: 18px;
    padding: 0 18px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.eh089-zf-form button,
.eh089-zf-stamp-actions button {
    background: linear-gradient(135deg, #c42156, #32a7df);
    color: #fff;
    box-shadow: 0 18px 36px rgba(25, 118, 210, 0.2);
}

.eh089-zf-secondary-button,
.eh089-zf-overview summary {
    background: #fff;
    color: #111827;
    border: 1px solid #d0d5dd;
}

.eh089-zf-form button:hover,
.eh089-zf-stamp-actions button:hover,
.eh089-zf-secondary-button:hover,
.eh089-zf-overview summary:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.eh089-zf-user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.eh089-zf-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eh089-zf-user-header h3 {
    margin: 0 0 6px;
    font-size: 28px;
    color: #111827;
}

.eh089-zf-user-header p {
    margin: 0;
    color: #475467;
}

.eh089-zf-status-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 18px;
    margin-bottom: 18px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    color: #111827;
}

.eh089-zf-status-box.is-open {
    border: 1px solid rgba(16, 185, 129, 0.25);
}

.eh089-zf-status-box.is-closed {
    border: 1px solid rgba(208, 213, 221, 1);
}

.eh089-zf-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.14);
}

.eh089-zf-status-box.is-closed .eh089-zf-dot {
    background: #98a2b3;
    box-shadow: 0 0 0 6px rgba(152, 162, 179, 0.16);
}

.eh089-zf-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.eh089-zf-cards--single {
    grid-template-columns: 1fr;
}

.eh089-zf-cards--overview {
    margin-bottom: 0;
}

.eh089-zf-card,
.eh089-zf-footnote-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.06);
    padding: 22px;
    backdrop-filter: blur(12px);
}

.eh089-zf-card-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #667085;
    margin-bottom: 8px;
}

.eh089-zf-card h4 {
    margin: 0 0 14px;
    font-size: 24px;
    color: #111827;
}

.eh089-zf-card dl {
    margin: 0;
    display: grid;
    gap: 14px;
}

.eh089-zf-card dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.eh089-zf-card dt,
.eh089-zf-footnote-card p {
    color: #667085;
}

.eh089-zf-card dd {
    margin: 0;
    font-weight: 700;
    color: #111827;
}

.eh089-zf-card dd.is-positive {
    color: #067647;
}

.eh089-zf-card dd.is-negative {
    color: #b42318;
}

.eh089-zf-footnote-card {
    margin-bottom: 18px;
}

.eh089-zf-footnote-card strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
}

.eh089-zf-footnote-card p {
    margin: 0;
}

.eh089-zf-overview {
    margin-bottom: 18px;
}

.eh089-zf-overview summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
    user-select: none;
}

.eh089-zf-overview summary::-webkit-details-marker {
    display: none;
}

.eh089-zf-overview summary::after {
    content: '▾';
    margin-left: 10px;
    font-size: 14px;
}

.eh089-zf-overview[open] summary::after {
    transform: rotate(180deg);
}

.eh089-zf-overview-panel {
    padding-top: 16px;
}

.eh089-zf-overview-empty {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 16px 18px;
    color: #475467;
    font-weight: 600;
}

.eh089-zf-stamp-actions {
    display: flex;
    gap: 12px;
}

.eh089-zf-stamp-actions form,
.eh089-zf-user-header form {
    margin: 0;
}

.eh089-zf-overview summary {
    margin: 0;
}

.eh089-zf-notice {
    border-radius: 18px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 600;
}

.eh089-zf-notice.is-success {
    background: rgba(16, 185, 129, 0.12);
    color: #067647;
}

.eh089-zf-notice.is-error {
    background: rgba(240, 68, 56, 0.12);
    color: #b42318;
}

@media (max-width: 767px) {
    .eh089-zf-panel {
        padding: 22px;
        border-radius: 22px;
    }

    .eh089-zf-badge {
        font-size: 18px;
        padding: 12px 18px;
    }

    .eh089-zf-user-header,
    .eh089-zf-header-actions,
    .eh089-zf-card dl div,
    .eh089-zf-stamp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .eh089-zf-cards {
        grid-template-columns: 1fr;
    }
}

.eh089-zf-card dd {
    text-align: right;
    max-width: 58%;
}

@media (max-width: 767px) {
    .eh089-zf-card dd {
        max-width: 100%;
        text-align: left;
    }
}
