html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.iconfont {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
#kt_wrapper {
    background-image: url('../image/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.landing-shell {
    background-image: none !important;
    padding-top: 65px !important;
}

.landing-shell #kt_content {
    padding-top: 0;
}

.landing-shell #kt_chat_entry .container {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 83px);
}

.landing-shell #kt_chat_entry .container > .d-flex.flex-row {
    flex: 1 1 auto;
    align-items: stretch;
    min-height: 0;
}

.landing-shell #kt_profile_aside,
.landing-shell #kt_chat_content {
    display: flex;
    min-height: 0;
}

.landing-shell #kt_profile_aside > .card,
.landing-shell #kt_chat_content > .card {
    width: 100%;
    min-height: 100%;
}

.landing-shell #kt_chat_content > .card {
    display: flex;
    flex-direction: column;
}

.landing-shell #kt_chat_content .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.landing-shell #kt_chat_content .scroll.scroll-pull {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.landing-shell #kt_chat_match_dropzone {
    margin-top: auto;
    background: rgba(255, 255, 255, 0.96);
}

.chat-toolbar {
    position: relative;
    display: flex;
    align-items: center;
}

.chat-image-picker {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.chat-image-picker.disabled .dropzone-select {
    opacity: 0.65;
    pointer-events: none;
}

.chat-image-picker.disabled .chat-image-menu {
    display: none !important;
}

.chat-image-menu {
    top: calc(100% + 0.35rem);
    left: 0;
    min-width: 8rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.chat-image-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.chat-image-file-input {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.landing-shell #kt_chat_content .typing {
    min-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1;
}

.landing-brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    min-width: 72px;
    min-height: 40px;
    text-decoration: none !important;
}

.landing-brand-text {
    display: inline-block;
    font-family: "Trebuchet MS", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 1;
    color: #10cfc3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

.landing-brand-image {
    display: block;
    width: auto;
    height: 36px;
    max-width: none;
}

.landing-header .header-logo,
.landing-header .header-logo a {
    display: inline-flex;
    align-items: center;
    min-height: 64px;
}

.landing-header #kt_header_menu_wrapper {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
}

#kt_header_mobile,
.landing-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.landing-header .container-fluid {
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
}

#kt_landing_desktop_topbar_host {
    display: flex;
    align-items: center;
    height: 100%;
}

#kt_landing_mobile_topbar_host {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

#kt_header_mobile > a {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.landing-header #kt_header_menu {
    display: none;
}

.landing-topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
}

.landing-topbar__label {
    display: none;
}

.landing-topbar__status-pill {
    height: 46px;
    padding: 0 18px !important;
    border-radius: 999px;
    background: rgba(245, 247, 250, 0.95);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.landing-topbar__status-pill #text-online-count {
    margin-right: 0 !important;
}

.landing-topbar__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 0 !important;
    transition: opacity 0.22s ease, transform 0.22s ease;
    position: relative;
}

.landing-topbar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
}

.landing-topbar__glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transform: none;
}

.landing-topbar__symbol {
    width: 32px;
    height: 32px;
    display: block;
    vertical-align: middle;
    overflow: visible;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.landing-topbar__button:hover {
    transform: translateY(-1px);
    box-shadow: none !important;
    opacity: 0.92;
}

button.landing-topbar__button {
    position: relative;
}

button.landing-topbar__button::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b6b;
    box-shadow: 0 0 0 3px #fff;
}

.landing-topbar__button .landing-topbar__glyph,
.landing-topbar__button .landing-topbar__symbol {
    color: #3699ff;
}

.landing-topbar__count {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 0 0 3px #fff;
}

#kt_quick_user_toggle .pulse-ring {
    top: 3px;
    right: 2px;
}

.meet-entry-badge {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.landing-home {
    margin-top: 0 !important;
}

.landing-home__canvas {
    position: relative;
    min-height: calc(100vh - 96px);
    min-height: calc(100svh - 96px);
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 24px 56px;
}

.landing-home__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - 96px);
    min-height: calc(100svh - 96px);
    padding-top: 0;
    text-align: center;
}

.landing-home__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

.landing-home__orb {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.landing-home__orb--left {
    top: -140px;
    left: -110px;
    width: 320px;
    height: 320px;
    background: #f4e944;
}

.landing-home__orb--right {
    top: -90px;
    right: -170px;
    width: 430px;
    height: 430px;
    background: #d4ff00;
}

.landing-home__face {
    position: relative;
    width: 128px;
    height: 128px;
}

.landing-home__eye {
    position: absolute;
    display: block;
    background: #111;
    border-radius: 999px;
}

.landing-home__eye--wink {
    top: 36px;
    left: 20px;
    width: 22px;
    height: 6px;
}

.landing-home__eye--dot {
    top: 31px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.landing-home__eye--slash {
    top: 34px;
    left: 18px;
    width: 26px;
    height: 6px;
    transform: rotate(36deg);
}

.landing-home__eye--reverse {
    left: auto;
    right: 18px;
    transform: rotate(-36deg);
}

.landing-home__mouth {
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 70px;
    height: 36px;
    border-bottom: 6px solid #111;
    border-radius: 0 0 80px 80px;
    transform: translateX(-50%);
}

.landing-home__sparkle {
    position: absolute;
    top: 212px;
    left: 160px;
    width: 36px;
    height: 36px;
    z-index: 1;
}

.landing-home__sparkle svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #111;
}

.landing-home__cta-shell {
    position: relative;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-home__pulse {
    position: absolute;
    inset: 8px;
    border: 2px solid rgba(168, 230, 207, 0.72);
    border-radius: 50%;
    opacity: 0;
    animation: landing-pulse 2.3s ease-out infinite;
}

.landing-home__pulse--two {
    animation-delay: 0.55s;
}

.landing-home__pulse--three {
    animation-delay: 1.1s;
}

.landing-home__cta {
    position: relative;
    z-index: 1;
    width: 188px;
    height: 188px;
    border: 4px solid #a8e6cf !important;
    border-radius: 50% !important;
    background: rgba(168, 230, 207, 0.42) !important;
    color: #111 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 2rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.06em;
    line-height: 1;
    padding: 0 !important;
    text-align: center;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.landing-home__cta:hover {
    transform: scale(1.04);
    background: rgba(168, 230, 207, 0.58) !important;
}

.landing-home__cta:active {
    transform: scale(0.97);
}

.landing-home__cta-count {
    position: absolute;
    top: 16px;
    right: 6px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 4px #fff;
    z-index: 2;
}

.landing-home__cta--matching {
    cursor: default;
}

.landing-home__cta--matching:hover,
.landing-home__cta--matching:active {
    transform: none;
    background: rgba(168, 230, 207, 0.5) !important;
}

.landing-home__meta,
.landing-home__matching-copy {
    margin: 52px 0 0;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.5;
    color: #111827;
    letter-spacing: -0.03em;
}

.landing-home__meta-number {
    display: inline-block;
    margin: 0 8px;
    color: #ff5a52;
    font-weight: 800;
}

.landing-home__cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    margin-top: 20px;
    border-radius: 999px;
    background: #111827;
    color: #fff !important;
    letter-spacing: -0.02em;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.landing-home__cancel:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

#kt_hole_list_offcanvas {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px !important;
}

#kt_hole_list_offcanvas .offcanvas-header {
    flex: 0 0 auto;
}

#kt_hole_list_offcanvas .offcanvas-content {
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0;
}

#kt_hole_list_offcanvas .meet-panel__content {
    flex: 1 1 auto;
    min-height: 0;
}

#kt_hole_list_offcanvas .meet-panel__hint {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(59, 130, 246, 0.05);
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

#kt_hole_list_offcanvas .meet-panel__list {
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 8px;
}

#kt_hole_list_offcanvas .meet-panel__actions {
    flex: 0 0 auto;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 148px));
    justify-content: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, #ffffff 34%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#kt_hole_list_offcanvas .meet-panel__action {
    width: 100%;
    min-height: 56px;
    padding: 0 14px !important;
    border: none !important;
    border-radius: 18px !important;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#kt_hole_list_offcanvas .meet-panel__action:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18) !important;
}

#kt_hole_list_offcanvas .meet-panel__action.is-loading {
    opacity: 0.88;
}

#kt_hole_list_offcanvas .meet-panel__action--send {
    background: linear-gradient(135deg, #5b8cff 0%, #2b63f6 100%) !important;
}

#kt_hole_list_offcanvas .meet-panel__action--receive {
    background: linear-gradient(135deg, #18c8bb 0%, #0aa4d6 100%) !important;
}

#kt_hole_list_offcanvas .meet-panel__action-badge {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

#kt_hole_list_offcanvas .meet-panel__action-icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: #ffffff;
}

#kt_hole_list_offcanvas .meet-panel__action-label {
    color: #ffffff;
    letter-spacing: -0.02em;
}

.conversation-list__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}

.conversation-list__link {
    display: block;
    min-width: 0;
}

.conversation-list__identity {
    min-width: 0;
}

.conversation-list__body {
    min-width: 0;
}

.conversation-list__name {
    display: block;
    line-height: 1.25;
}

.conversation-list__meta {
    display: block;
    margin-top: 2px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-list__badge {
    align-self: center;
    justify-self: end;
    min-width: 26px;
}

.conversation-list__delete {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 34px;
    margin: 0 !important;
    padding: 0 12px !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.match-age-fields {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: nowrap;
}

.match-age-field {
    flex: 1 1 0;
    min-width: 0;
}

.match-age-field__label {
    display: block;
    margin-bottom: 8px;
    color: #7e8299;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.match-age-field__separator {
    flex: 0 0 auto;
    color: #7e8299;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

@keyframes landing-pulse {
    0% {
        transform: scale(0.82);
        opacity: 0.65;
    }

    70% {
        transform: scale(1.24);
        opacity: 0.2;
    }

    100% {
        transform: scale(1.34);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    #kt_header_mobile {
        height: 64px;
        min-height: 64px;
        padding: 0 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .landing-shell {
        padding-top: 64px !important;
    }

    .landing-shell #kt_chat_entry .container {
        padding-top: 14px;
        min-height: calc(100svh - 78px);
    }

    .landing-shell #kt_chat_entry .container > .d-flex.flex-row {
        display: block;
    }

    .landing-shell #kt_profile_aside {
        display: none;
    }

    .landing-shell #kt_profile_aside.offcanvas-mobile-on {
        display: block;
    }

    .landing-shell #kt_chat_content {
        display: block;
        margin-left: 0 !important;
        width: 100%;
    }

    .landing-header {
        display: none;
    }

    .landing-brand-text {
        font-size: 1.85rem;
        color: #12cec2;
    }

    .landing-brand-image {
        height: 32px;
    }

    #kt_landing_mobile_topbar_host .landing-topbar {
        gap: 10px;
    }

    #kt_landing_mobile_topbar_host .landing-topbar__button {
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
    }

    #kt_landing_mobile_topbar_host .landing-topbar__count {
        top: -5px;
        right: -4px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        font-size: 10px;
        box-shadow: 0 0 0 2px #fff;
    }

    #kt_landing_mobile_topbar_host .landing-topbar__glyph {
        width: 30px;
        height: 30px;
    }

    #kt_landing_mobile_topbar_host .landing-topbar__symbol {
        width: 30px;
        height: 30px;
    }

    .landing-home__canvas {
        min-height: calc(100svh - 64px);
        padding: 0 18px 36px;
    }

    .landing-home__content {
        min-height: calc(100svh - 64px);
        padding-top: 0;
    }

    .landing-home__orb--left {
        top: -120px;
        left: -130px;
        width: 290px;
        height: 290px;
    }

    .landing-home__orb--right {
        top: -75px;
        right: -170px;
        width: 340px;
        height: 340px;
    }

    .landing-home__sparkle {
        top: 160px;
        left: 104px;
        width: 30px;
        height: 30px;
    }

    .landing-home__cta-shell {
        width: 186px;
        height: 186px;
    }

    .landing-home__cta {
        width: 164px;
        height: 164px;
        font-size: 1.7rem !important;
    }

    .landing-home__cta-count {
        top: 14px;
        right: 4px;
        min-width: 24px;
        height: 24px;
        padding: 0 6px;
        font-size: 12px;
        box-shadow: 0 0 0 3px #fff;
    }

    .landing-home__meta,
    .landing-home__matching-copy {
        max-width: 300px;
        margin-top: 40px;
        font-size: 1rem;
    }

    #kt_hole_list_offcanvas .meet-panel__actions {
        grid-template-columns: repeat(2, minmax(0, 136px));
        justify-content: center;
        gap: 10px;
    }

    #kt_hole_list_offcanvas .meet-panel__action {
        min-height: 52px;
    }

    .conversation-list__item {
        grid-template-columns: minmax(0, 1fr) auto auto;
        column-gap: 8px;
        margin-bottom: 18px;
    }

    .conversation-list__delete {
        min-width: 50px;
        height: 32px;
        padding: 0 10px !important;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #kt_header_mobile {
        display: none;
    }
}

.seo-page {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 24%);
    min-height: 100vh;
    padding-bottom: 72px;
}

.seo-page__hero {
    padding: 88px 0 32px;
}

.seo-page__eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 206, 194, 0.12);
    color: #12cec2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-page__title {
    margin: 20px 0 12px;
    color: #101828;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
}

.seo-page__lead {
    max-width: 760px;
    color: #475467;
    font-size: 16px;
    line-height: 1.75;
}

.seo-page__section {
    padding: 0 0 48px;
}

.seo-page__content {
    max-width: 860px;
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.seo-page__content h2 {
    margin: 28px 0 12px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
}

.seo-page__content h2:first-child {
    margin-top: 0;
}

.seo-page__content p {
    margin: 0 0 16px;
    color: #344054;
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 767.98px) {
    .seo-page__hero {
        padding: 72px 0 24px;
    }

    .seo-page__content {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .seo-page__content h2 {
        font-size: 19px;
    }
}
