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

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #050505;
}

.pt-body {
    height: 100vh;
    overflow: hidden;
}
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;
}

#c31f {
    display: none;
}

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

    .f9a2 {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 24px; 
        letter-spacing: -0.01em;
        line-height: 1.3;
        text-transform: none;
        color: #86868b;
        margin: 0;
        padding-bottom: 25px;
        white-space: pre-line;
    }

    .f9a2::first-line {
        font-size: 32px;
        letter-spacing: -0.02em;
        font-weight: 600;
        color: #f5f5f7;
    }

    .n4i5 {
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        font-weight: 800;
        font-variation-settings: 'wght' 800;
        letter-spacing: -0.02em;
        color: #f5f5f7;
        text-transform: none;
        margin-bottom: 40px;
        padding-top: env(safe-area-inset-top, 0px);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    .h2f4 {
        width: 100%;
        max-width: 420px;
        aspect-ratio: 1 / 0.8; 
        background-color: #0c0c0c;
        border-radius: 24px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.7);
        pointer-events: auto;
        transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
        transform: translateY(0);
    }

    .h2f4:hover {
        transform: translateY(-2px);
        box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.8);
    }

    .h2f4:active {
        transform: translateY(0) scale(0.98);
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
        transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
    }

    .h2f4 svg {
        width: 70%;
        height: 70%;
    }



    #c31f, #p2x9 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        position: relative; 
        width: 100%;
        max-width: 540px; 
        margin: 0 auto;
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 10; 
        padding: 20px; 
        padding-bottom: 32px;
        box-sizing: border-box; 
    }

    .e1d50b {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 76px;
        padding: 0 24px; 
        background-color: #2563eb; 
        color: white;
        border: none;
        border-radius: 24px; 
        -webkit-appearance: none;
        appearance: none;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        box-sizing: border-box;

        transform: translateZ(0); 
        transition: transform 0.2s ease-out, background-color 0.2s ease;
        will-change: transform;
        backface-visibility: hidden;
        
        touch-action: none;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .e1d50b:active {
        transform: scale(0.98) translateZ(0);
        background-color: #1d4ed8;
        transition: transform 0.1s ease-out;
    }

    .k4c2e .c52e {
        font-family: 'Inter', sans-serif;
        font-size: 26px; 
        font-weight: 900; 
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    }

    .c51d .d92 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px; 
        height: 52px; 
        background-color: rgba(255, 255, 255, 0.15); 
        border-radius: 50%; 
        transition: background-color 0.2s ease;
    }

    .e1d50b:hover .d92 {
        background-color: rgba(255, 255, 255, 0.25);
    }   

    .f4on4c61e {
        width: 100%;
        margin-top: 80px; 
        padding-top: 24px; 
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #86868b;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .l9a2 {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
    }

    .n4b3 {
        display: flex;
        gap: 12px;
    }

    .n4b3 a {
        color: #f5f5f7;
        text-decoration: underline;
        transition: opacity 0.2s ease;
    }

    .n4b3 a:hover {
        opacity: 0.8;
    }

    .s9p2 {
        color: #424245;
    }

    .l1c3 a {
        font-weight: 500;
        color: #f5f5f7;
        text-decoration: underline;
        transition: opacity 0.2s ease;
    }

    .l1c3 a:hover {
        opacity: 0.8;
    }
}


