.leeyxs-footer-modal-open {
    overflow: hidden;
}

.leeyxs-footer-links-source {
    display: none !important;
}

footer.footer > .zib-widget-wrap:has(.links-widget),
.footer > .zib-widget-wrap:has(.links-widget),
footer.footer .zib-widget-wrap:has(.links-widget),
.footer .zib-widget-wrap:has(.links-widget),
footer.footer .widget-container:has(.links-widget),
.footer .widget-container:has(.links-widget),
footer.footer li:has(.links-widget),
.footer li:has(.links-widget),
footer.footer .links-widget,
.footer .links-widget {
    display: none !important;
}

.leeyxs-footer-community {
    max-width: var(--mian-max-width, 1200px);
    margin: 22px auto 18px;
    padding: 0 10px;
}

.leeyxs-footer-community-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 14px;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(35, 39, 45, 0.94), rgba(25, 29, 36, 0.94));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.leeyxs-footer-community-card {
    min-width: 0;
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.leeyxs-footer-community-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
}

.leeyxs-footer-community-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #eef6ff;
    font-size: 16px;
    font-weight: 900;
}

.leeyxs-footer-community-title:before {
    content: "";
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #00c2ff, #23b7ad);
    box-shadow: 0 0 12px rgba(0, 194, 255, 0.42);
}

.leeyxs-footer-community-note {
    color: #8b99a8;
    font-size: 12px;
    font-weight: 700;
}

.leeyxs-footer-friend-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 10px;
    max-height: 260px;
    overflow: auto;
    padding-right: 3px;
}

.leeyxs-footer-friend-list::-webkit-scrollbar {
    width: 5px;
}

.leeyxs-footer-friend-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.leeyxs-footer-friend-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 9px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #eef6ff;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease;
}

.leeyxs-footer-friend-item:hover {
    background: rgba(255, 255, 255, 0.085);
    color: #23d4ff;
    transform: translateY(-1px);
}

.leeyxs-footer-friend-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, #1d7c9d, #23b7ad);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.leeyxs-footer-friend-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leeyxs-footer-friend-name {
    display: block;
    overflow: hidden;
    color: #eef6ff;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leeyxs-footer-friend-desc {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: #8b99a8;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leeyxs-footer-empty {
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: #8b99a8;
    font-size: 13px;
    text-align: center;
}

.leeyxs-footer-action-card {
    display: grid;
    align-content: start;
    gap: 12px;
}

.leeyxs-footer-status-card {
    position: relative;
    display: grid;
    gap: 12px;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(35, 183, 173, 0.24);
    border-radius: 12px;
    background:
        radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.08), transparent 32%),
        linear-gradient(135deg, rgba(10, 68, 105, 0.38), rgba(22, 44, 58, 0.68));
    color: #eef6ff;
}

.leeyxs-footer-status-head {
    position: relative;
    display: grid;
    gap: 5px;
}

.leeyxs-footer-status-head strong {
    font-size: 15px;
    font-weight: 900;
}

.leeyxs-footer-status-head span {
    color: #aab5c2;
    font-size: 12px;
    line-height: 1.45;
}

.leeyxs-footer-status-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.leeyxs-footer-status-item {
    min-width: 0;
    padding: 10px 9px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.055);
}

.leeyxs-footer-status-label {
    display: block;
    overflow: hidden;
    color: #93a4b6;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leeyxs-footer-status-value {
    display: flex;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
    margin-top: 6px;
    color: #f3fbff;
    font-size: 21px;
    font-weight: 950;
    line-height: 1;
}

.leeyxs-footer-status-value em {
    color: #8edcff;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.leeyxs-footer-apply-button {
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #00a2e3, #23b7ad);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.leeyxs-footer-apply-button:hover {
    filter: brightness(1.05);
}

.leeyxs-footer-community-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.64);
    overflow-y: auto;
}

.leeyxs-footer-community-modal.is-open {
    display: flex;
}

.leeyxs-footer-community-dialog {
    width: min(460px, calc(100vw - 36px));
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #23272d;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.48);
    color: #eef6ff;
}

.leeyxs-footer-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.leeyxs-footer-modal-head strong {
    font-size: 17px;
}

.leeyxs-footer-modal-close {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #eef6ff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.leeyxs-footer-apply-form {
    display: grid;
    gap: 10px;
}

.leeyxs-footer-apply-form label {
    display: grid;
    gap: 5px;
    color: #aab5c2;
    font-size: 12px;
    font-weight: 800;
}

.leeyxs-footer-apply-form input,
.leeyxs-footer-apply-form textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    outline: 0;
    background: rgba(0, 0, 0, 0.22);
    color: #eef6ff;
    font-size: 13px;
}

.leeyxs-footer-apply-form textarea {
    min-height: 76px;
    resize: vertical;
}

.leeyxs-footer-apply-form input:focus,
.leeyxs-footer-apply-form textarea:focus {
    border-color: #23b7ad;
    box-shadow: 0 0 0 3px rgba(35, 183, 173, 0.18);
}

.leeyxs-footer-apply-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.leeyxs-footer-apply-submit {
    height: 38px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #00a2e3, #23b7ad);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.leeyxs-footer-apply-submit[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.leeyxs-footer-apply-status {
    min-height: 18px;
    color: #8bffdf;
    font-size: 12px;
}

.leeyxs-footer-apply-status.is-error {
    color: #ffb6b6;
}

@media (max-width: 991px) {
    .leeyxs-footer-community-panel {
        grid-template-columns: 1fr;
    }

    .leeyxs-footer-friend-list {
        grid-template-columns: 1fr;
        max-height: 300px;
    }
}

@media (max-width: 520px) {
    .leeyxs-footer-community {
        margin-top: 16px;
        padding: 0 8px;
    }

    .leeyxs-footer-community-panel {
        padding: 10px;
        border-radius: 12px;
    }

    .leeyxs-footer-community-card {
        padding: 12px;
    }

    .leeyxs-footer-community-head {
        display: block;
    }

    .leeyxs-footer-community-note {
        display: block;
        margin-top: 5px;
    }

    .leeyxs-footer-friend-list {
        max-height: 250px;
    }
}
/*# sourceURL=leeyxs-footer-community-inline-css */
