
::selection {
    background-color: #F1F1F1;
    color: #000000;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

input,
textarea {
    -webkit-user-select: text;
    user-select: text;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

#p2x9 {
    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) {

    #p2x9[data-r="1"] {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
        z-index: 10;
        box-sizing: border-box;
        padding: 20px 20px 0 20px !important;
    }


    .x1a5 {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .x2d3 {
        flex-shrink: 0;
        background: rgba(0, 0, 0, 0.85);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        z-index: 100;
    }

    .x3d4 {
        max-width: 600px;
        margin: 0 auto;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .x4d5 {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        color: #fff;
    }

    .x5d6 {
        background: none;
        border: none;
        color: #71717a;
        cursor: pointer;
        padding: 6px;
        transition: color 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .x5d6:hover {
        color: #fff;
    }

    .x3c7 {
        padding: 20px 0 0;
        margin-bottom: 24px;
    }

    .x4d8 {
        color: #3b82f6;
        font-family: 'Inter', sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        display: block;
        margin-bottom: 6px;
    }

    .x5e9 {
        font-family: 'Inter', sans-serif;
        font-size: 1.875rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: #fff;
    }

    :root {
        --blue-sos: #3b82f6;
        --card-bg: #18181b;
        --border: rgba(255, 255, 255, 0.1);
    }

    .x2b6 {
        max-width: 540px;
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 60px;
    }

    .x6f0 {
        cursor: pointer;
    }

    .x7a1 {
        position: relative;
        aspect-ratio: 16 / 10;
        background-color: #18181b;
        border-radius: 32px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        overflow: hidden;
        margin-bottom: 15px;
        transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
        display: block;
    }

    .x6f0:hover .x7a1 {
        background-color: #202024;
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        transform: translateY(-6px);
    }

    .x8b2 {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 6px 14px;
        border-radius: 20px;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .x0d4 {
        font-size: 1.25rem;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        color: #fff;
        font-family: 'Inter', sans-serif;
    }

    .x0d4 svg {
        color: #3f3f46; 
        transition: color 0.3s ease; 
    }

    .x6f0:hover .x0d4 svg {
        color: #3b82f6; 
    }

    .x1e5 {
        color: #a1a1aa;
        font-size: 0.9rem;
        line-height: 1.6;
        font-family: 'Inter', sans-serif;
    }
}
