.alpha-feed-container.gme-react-feed-enhanced > .feed-header-sticky,
.alpha-feed-container.gme-react-feed-enhanced > .quick-composer,
.alpha-feed-container.gme-react-feed-enhanced > .mobile-compose-fab,
.alpha-feed-container.gme-react-feed-enhanced > .alpha-feed-access-banner,
.alpha-feed-container.gme-react-feed-enhanced > .alpha-feed-wrapper.twitter-feed,
.alpha-feed-container.gme-react-feed-enhanced > .feed-load-more {
    display: none;
}

.gme-react-alpha-feed {
    width: 100%;
}

.alpha-feed-container .composer-btn-signal,
.gme-react-alpha-feed .composer-btn-signal {
    width: auto;
    height: 44px;
    min-width: 132px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.gme-submit-alpha-modal[hidden] {
    display: none !important;
}

.gme-submit-alpha-modal {
    position: fixed;
    inset: 0;
    z-index: 100030;
    display: grid;
    place-items: center;
    padding: 24px;
}

.gme-submit-alpha-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.gme-submit-alpha-modal__dialog {
    position: relative;
    width: min(720px, 92vw);
    max-height: 90vh;
    overflow: hidden;
    border-radius: 16px;
    background: #071117;
}

.gme-submit-alpha-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #f4fffc;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.gme-submit-alpha-modal__content {
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.gme-submit-alpha-modal #submit-alpha.gme-submit-alpha-section {
    display: block;
    margin: 0;
    padding: 28px 22px 22px;
    overflow: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.gme-submit-alpha-modal__dialog::before,
.gme-submit-alpha-modal__dialog::after,
.gme-submit-alpha-modal #submit-alpha.gme-submit-alpha-section::before,
.gme-submit-alpha-modal #submit-alpha.gme-submit-alpha-section::after {
    display: none;
    content: none;
}

.gme-submit-alpha-modal #submit-alpha.gme-submit-alpha-section[hidden] {
    display: none !important;
}

body.gme-submit-alpha-modal-open {
    overflow: hidden;
}

.gme-react-feed-list .alpha-post-content {
    display: grid;
    gap: 12px;
    overflow: visible;
}

.gme-react-feed-list .alpha-post-content .tweet-text.collapsed {
    display: block;
    max-height: none;
    overflow: hidden;
    line-height: 1.5;
}

.gme-react-feed-list .tweet-header,
.gme-react-feed-list .alpha-post-content,
.gme-react-feed-list .alpha-post-content .tweet-text {
    cursor: pointer;
}

.gme-react-feed-list .tweet-header a,
.gme-react-feed-list .tweet-header button,
.gme-react-feed-list .tweet-actions,
.gme-react-feed-list .tweet-media,
.gme-react-feed-list .repost-embed {
    cursor: auto;
}

.gme-react-feed-list .alpha-post-content .tweet-media {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0;
}

.gme-react-feed-list .alpha-post-content .tweet-media img {
    max-width: 100%;
    height: auto;
}

.gme-react-feed-list.is-loading {
    opacity: 0.62;
    pointer-events: none;
}

.gme-react-feed-error {
    margin: 12px 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 99, 99, 0.45);
    border-radius: 12px;
    background: rgba(80, 0, 0, 0.28);
    color: #ffd8d8;
    font-size: 14px;
}

.gme-react-signal-composer {
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid rgba(0, 255, 204, 0.24);
    border-radius: 16px;
    background: rgba(1, 15, 13, 0.78);
    box-shadow: 0 0 18px rgba(0, 255, 204, 0.09);
}

.gme-react-composer-prompt {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(0, 255, 204, 0.22);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.36);
    color: rgba(234, 255, 250, 0.74);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.gme-react-composer-prompt:hover,
.gme-react-composer-prompt:focus-visible {
    border-color: rgba(0, 255, 204, 0.5);
    color: #f4fffc;
    outline: none;
}

.gme-react-signal-form {
    display: grid;
    gap: 14px;
}

.gme-react-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gme-react-form-row {
    display: grid;
    gap: 7px;
}

.gme-react-form-row label {
    color: rgba(234, 255, 250, 0.84);
    font-size: 13px;
    font-weight: 700;
}

.gme-react-form-row input,
.gme-react-form-row textarea {
    width: 100%;
    border: 1px solid rgba(0, 255, 204, 0.24);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.42);
    color: #f4fffc;
    font: inherit;
}

.gme-react-form-row input {
    min-height: 42px;
    padding: 0 12px;
}

.gme-react-form-row textarea {
    min-height: 120px;
    padding: 12px;
    resize: vertical;
}

.gme-react-form-row input:focus,
.gme-react-form-row textarea:focus {
    border-color: rgba(0, 255, 204, 0.65);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 255, 204, 0.13);
}

.gme-react-image-row input[type="file"] {
    min-height: auto;
    padding: 10px 12px;
    color: rgba(234, 255, 250, 0.84);
}

.gme-react-image-preview {
    display: grid;
    gap: 10px;
    justify-items: start;
}

.gme-react-image-preview img {
    display: block;
    width: min(100%, 360px);
    max-height: 260px;
    object-fit: cover;
    border: 1px solid rgba(0, 255, 204, 0.24);
    border-radius: 12px;
}

.gme-react-clear-image {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(154, 255, 236, 0.24);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #eafffa;
    font-weight: 800;
}

.gme-react-composer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.gme-react-submit-alpha,
.gme-react-composer-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 12px;
    font-weight: 800;
}

.gme-react-submit-alpha {
    border: 0;
    background: linear-gradient(135deg, #00ffd1, #19b8ff);
    color: #001513;
}

.gme-react-composer-cancel {
    border: 1px solid rgba(154, 255, 236, 0.24);
    background: rgba(255, 255, 255, 0.03);
    color: #eafffa;
}

.gme-react-submit-alpha:disabled,
.gme-react-composer-cancel:disabled {
    opacity: 0.62;
    cursor: wait;
}

.gme-react-composer-error,
.gme-react-composer-status {
    font-size: 13px;
    font-weight: 700;
}

.gme-react-composer-error {
    color: #ffd8d8;
}

.gme-react-composer-status {
    color: #86ffe8;
}

.gme-react-mobile-compose-fab {
    display: none;
}

.gme-react-load-more {
    display: none;
    justify-content: center;
    padding: 18px 0 4px;
}

.gme-react-load-more .btn-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
}

body.gme-reply-modal-open .gme-toast,
body.gme-reply-modal-open .toast-message {
    z-index: 100020 !important;
}

.gme-feed-preview-section.gme-react-preview-enhanced > .alpha-feed-wrapper.twitter-feed.preview-mode {
    display: none !important;
}

.gme-react-lounge-preview-mount .gme-react-card-preview-rail {
    display: grid;
    gap: 18px;
    width: min(100%, 680px);
    margin: 0 auto;
}

.gme-react-lounge-preview-mount .gme-react-card-preview {
    width: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(0, 255, 204, 0.24);
    border-radius: 18px;
    background: rgba(0, 12, 20, 0.9);
    box-shadow: 0 0 24px rgba(0, 255, 204, 0.08);
    pointer-events: none;
}

.gme-react-lounge-preview-mount .gme-react-card-preview .tweet-actions .action-btn {
    cursor: default;
}

.gme-react-lounge-preview-mount .gme-react-card-preview .tweet-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: flex-start;
}

.gme-react-lounge-preview-mount .gme-react-card-preview .tweet-menu-btn {
    width: 36px;
    height: 36px;
}

@media (max-width: 767px) {
    .gme-react-feed-header .feed-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gme-react-form-grid {
        grid-template-columns: 1fr;
    }

    .alpha-feed-container .composer-btn-signal,
    .gme-react-alpha-feed .composer-btn-signal {
        width: auto;
        height: 42px;
        min-width: 108px;
        padding: 0 12px;
        font-size: 13px;
    }

    .gme-submit-alpha-modal {
        padding: 16px;
    }

    .gme-submit-alpha-modal__dialog,
    .gme-submit-alpha-modal__content {
        max-height: 90vh;
    }

    .gme-submit-alpha-modal #submit-alpha.gme-submit-alpha-section {
        padding: 26px 16px 18px;
    }

    .gme-react-signal-composer {
        margin-bottom: 16px;
        padding: 12px;
        border-radius: 14px;
    }

    .gme-react-composer-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gme-react-mobile-compose-fab {
        position: fixed;
        right: 18px;
        bottom: 18px;
        z-index: 40;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border: 1px solid rgba(0, 255, 204, 0.42);
        border-radius: 50%;
        background: linear-gradient(135deg, #00ffd1, #19b8ff);
        color: #001513;
        box-shadow: 0 0 22px rgba(0, 255, 204, 0.24);
    }
}
