
#l0c4 {
    display: none;
}

[data-r="0"] {
    display: none !important;
}

@media (max-width: 600px) and (pointer: coarse),
       (max-width: 1000px) and (max-height: 500px) and (orientation: landscape) {

    #l0c4[data-r="1"] {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #050505;
        z-index: 100;
        overflow-y: auto;
        padding: 20px 20px 40px 20px;
        box-sizing: border-box;
    }

    .c2b3 {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    .c4e5 {
        margin-bottom: 32px;
    }

    .c5f6 {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #f5f5f7;
        margin: 0;
        letter-spacing: -0.03em;
        text-align: left;
    }

    .c6a7 {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .c8c9 {
        font-size: 14px;
        font-weight: 600;
        color: #86868b;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
        padding-left: 12px;
    }

    .c9d0 {
        width: 100%;
        box-sizing: border-box;
        background-color: #1c1c1e;
        border: none;
        border-radius: 16px;
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.1s ease;
        margin-bottom: 8px;
        text-align: left;
    }

    .c9d0:hover {
        background-color: #2c2c2e;
    }

    .c9d0:active {
        transform: scale(0.98);
    }

    .c0e1 {
        font-size: 17px;
        font-weight: 500;
        color: #f5f5f7;
    }

    .c1f2 {
        font-size: 13px;
        color: #86868b;
    }
}
