/*
 * Tetology Module 0 — Landing Protection v9.2.0
 * Public landing page only.
 */

html,
body,
body * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

img,
picture,
svg,
canvas,
video {
    -webkit-user-drag: none !important;
    user-drag: none !important;
}

/* Open App controls are real buttons, not anchors, so no target URL is
   exposed by the browser's link-preview/status UI on hover. */
button[data-app-launch] {
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.site-footer__nav-link[data-app-launch] {
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
}
