html:has(.contact-us-page) {
    overscroll-behavior-y: none;
    background-color: #f1f5f9;
    min-height: 100%;
}
body:has(.contact-us-page) {
    overscroll-behavior-y: none;
    background-color: #f1f5f9;
    min-height: 100%;
}
html[data-theme="dark"]:has(.contact-us-page),
html[data-theme="dark"]:has(.contact-us-page) body {
    background-color: #080c14;
}
body.dark-theme:has(.contact-us-page) {
    background-color: #080c14;
}
main.main-content:has(.contact-us-page) {
    background-color: #f1f5f9;
}
[data-theme="dark"] main.main-content:has(.contact-us-page),
body.dark-theme main.main-content:has(.contact-us-page) {
    background-color: #080c14;
}
.contact-us-page.auth-page {
    box-sizing: border-box;
}
.contact-us-page.auth-page::before {
    content: none;
    display: none;
}
@media (max-width: 640px) {
    html:has(.contact-us-page),
    html:has(.contact-us-page) body,
    main.main-content:has(.contact-us-page) {
        background-color: #ffffff;
    }
    [data-theme="dark"] html:has(.contact-us-page),
    [data-theme="dark"] html:has(.contact-us-page) body,
    [data-theme="dark"] main.main-content:has(.contact-us-page),
    body.dark-theme:has(.contact-us-page),
    body.dark-theme main.main-content:has(.contact-us-page) {
        background-color: #0d1117;
    }
}
.contact-us-page {
    align-items: flex-start;
    padding-bottom: 48px;
}
#cu-turnstile {
    min-height: 70px;
    box-sizing: border-box;
}
.contact-us-container {
    max-width: 560px;
}
.cu-premium-notice {
    padding: 8px 0 8px;
}
.cu-premium-notice-text {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--ac-input-text, #334155);
}
[data-theme="dark"] .cu-premium-notice-text,
body.dark-theme .cu-premium-notice-text {
    color: var(--ac-input-text, #e2e8f0);
}
.cu-premium-notice-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}
.contact-us-card {
    max-width: 100%;
}
.cu-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.cu-dropdown {
    position: relative;
    width: 100%;
}
.cu-dd-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1.5px solid var(--ac-input-border);
    border-radius: 12px;
    background: var(--ac-input-bg);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: var(--ac-input-text);
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.cu-dd-trigger:hover {
    border-color: rgba(100, 116, 139, 0.55);
}
[data-theme="dark"] .cu-dd-trigger:hover,
body.dark-theme .cu-dd-trigger:hover {
    border-color: rgba(148, 163, 184, 0.45);
}
.cu-dd-trigger:focus {
    outline: none;
}
.cu-dd-trigger:focus-visible {
    border-color: var(--ac-input-border);
    box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.2);
}
[data-theme="dark"] .cu-dd-trigger:focus-visible,
body.dark-theme .cu-dd-trigger:focus-visible {
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.15);
}
.cu-dd-trigger[aria-expanded="true"] {
    border-color: var(--ac-input-border);
    box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.18);
}
[data-theme="dark"] .cu-dd-trigger[aria-expanded="true"],
body.dark-theme .cu-dd-trigger[aria-expanded="true"] {
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.12);
}
.cu-dd-value {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cu-dd-value.cu-dd-placeholder {
    color: var(--ac-placeholder);
    font-weight: 500;
}
.cu-dd-chevron {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform 0.22s ease;
}
[data-theme="dark"] .cu-dd-chevron,
body.dark-theme .cu-dd-chevron {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
}
.cu-dd-trigger[aria-expanded="true"] .cu-dd-chevron {
    transform: rotate(180deg);
}
.cu-dd-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 80;
    margin: 0;
    padding: 6px 6px 16px 6px;
    list-style: none;
    border: 1.5px solid var(--ac-input-border);
    border-radius: 12px;
    background: var(--ac-card-bg);
    box-shadow: 0 14px 44px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.04);
    max-height: min(288px, 52vh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    scroll-padding-block-end: 12px;
}
[data-theme="dark"] .cu-dd-menu,
body.dark-theme .cu-dd-menu {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.cu-dd-item {
    padding: 11px 14px;
    margin: 2px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ac-input-text);
    cursor: pointer;
    transition: background 0.12s ease, color 0.12s ease;
}
.cu-dd-item:hover,
.cu-dd-item.is-highlighted {
    background: rgba(15, 23, 42, 0.06);
}
.cu-dd-item.is-selected {
    color: var(--ac-input-text);
    background: rgba(15, 23, 42, 0.08);
    font-weight: 700;
}
[data-theme="dark"] .cu-dd-item:hover,
[data-theme="dark"] .cu-dd-item.is-highlighted,
body.dark-theme .cu-dd-item:hover,
body.dark-theme .cu-dd-item.is-highlighted {
    background: rgba(255, 255, 255, 0.06);
}
[data-theme="dark"] .cu-dd-item.is-selected,
body.dark-theme .cu-dd-item.is-selected {
    background: rgba(255, 255, 255, 0.09);
}
.cu-dd-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}
.cu-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--ac-input-border);
    border-radius: 12px;
    background: var(--ac-input-bg);
    font-size: 15px;
    color: var(--ac-input-text);
    font-family: inherit;
    line-height: 1.55;
    resize: vertical;
    min-height: 140px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.cu-textarea:focus {
    border-color: #e10600;
    box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.1);
}
.cu-textarea::placeholder {
    color: var(--ac-placeholder);
}
.cu-char-hint {
    text-align: right;
    font-size: 11px;
    color: var(--ac-placeholder);
    margin-top: 6px;
    font-weight: 600;
}
.contact-us-footer {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--ac-footer-border);
}
@media (max-width: 768px) {
    .contact-us-page .cu-textarea {
        font-size: 16px;
    }
    .contact-us-page .input-wrapper input {
        font-size: 16px !important;
    }
    .contact-us-page .cu-dd-trigger {
        font-size: 16px;
    }
}