/* Adesivos — compativel Flash Browser (Chromium antigo) */

.zt-sticker-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    pointer-events: none;
    overflow: hidden;
}

.zt-sticker {
    position: absolute;
    width: 170px;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform-origin: 50% 8%;
    transform-origin: 50% 8%;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.4);
}

.zt-sticker.is-falling,
.zt-sticker.is-resting {
    /* animacao principal e JS (Flash Browser) */
    -webkit-animation: none !important;
    animation: none !important;
}

.zt-sticker__face {
    position: relative;
    display: block;
    padding: 14px 12px 12px;
    border-radius: 8px;
    color: #1a1000;
    text-decoration: none !important;
    background: #e8a020;
    background: -webkit-linear-gradient(top left, #f0c060 0%, #e09820 55%, #a86810 100%);
    background: linear-gradient(145deg, #f0c060 0%, #e09820 55%, #a86810 100%);
    border: 1px solid #3d2008;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.zt-sticker--update .zt-sticker__face {
    color: #1a1000;
    background: #d4a012;
    background: -webkit-linear-gradient(top left, #e8c040 0%, #d4a012 52%, #8a6010 100%);
    background: linear-gradient(145deg, #e8c040 0%, #d4a012 52%, #8a6010 100%);
}

.zt-sticker--apk .zt-sticker__face {
    color: #0a1806;
    background: #4fa832;
    background: -webkit-linear-gradient(top left, #8fd46a 0%, #4fa832 50%, #2a6e1c 100%);
    background: linear-gradient(145deg, #8fd46a 0%, #4fa832 50%, #2a6e1c 100%);
}

.zt-sticker--launcher .zt-sticker__face {
    color: #1a0c00;
    background: #e07828;
    background: -webkit-linear-gradient(top left, #f0a050 0%, #e07828 48%, #a84810 100%);
    background: linear-gradient(145deg, #f0a050 0%, #e07828 48%, #a84810 100%);
}

.zt-sticker__face:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 26px;
    height: 26px;
    background: #fff8dc;
    border-bottom-left-radius: 6px;
    pointer-events: none;
}

.zt-sticker__face:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 42px;
    height: 14px;
    margin-left: -21px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.25);
    pointer-events: none;
}

.zt-sticker__kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: inherit;
    opacity: 1;
}

.zt-sticker__title {
    display: block;
    font-family: Oswald, Impact, Arial Black, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    color: inherit;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.zt-sticker__text {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.35;
    color: inherit;
    opacity: 1;
    font-weight: 600;
}

.zt-sticker__cta {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #1a1000;
    color: #fff8e8 !important;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.zt-sticker__close {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    color: #281400;
    background: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.zt-sticker__close:hover {
    background: #fff;
}

/* Posicoes fixas (sem CSS vars / min()) — Flash Browser */
.zt-sticker[data-id="update"] {
    left: 16px;
    top: 180px;
}

.zt-sticker[data-id="apk"] {
    right: 16px;
    left: auto;
    top: 140px;
}

.zt-sticker[data-id="launcher"] {
    right: 20px;
    left: auto;
    top: 360px;
}

.zt-sticker-stack[data-id="codigo"] {
    left: 18px;
    top: auto;
    bottom: 120px;
    right: auto;
}

.zt-sticker-stack {
    position: absolute;
    width: 170px;
    height: 170px;
    pointer-events: none;
    overflow: hidden;
}

.zt-sticker-stack .zt-sticker {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
}

.zt-sticker--code-under .zt-sticker__face {
    color: #041810;
    background: #2a9a78;
    background: -webkit-linear-gradient(top left, #6ec4a8 0%, #2a9a78 52%, #146050 100%);
    background: linear-gradient(145deg, #6ec4a8 0%, #2a9a78 52%, #146050 100%);
}

.zt-sticker--code-cover .zt-sticker__face {
    color: #1a1000;
    background: #d4a012;
    background: -webkit-linear-gradient(top left, #e8c040 0%, #d4a012 48%, #8a6010 100%);
    background: linear-gradient(145deg, #e8c040 0%, #d4a012 48%, #8a6010 100%);
    cursor: pointer;
}

.zt-sticker__face--static {
    cursor: pointer;
}

.zt-sticker__code {
    font-family: Consolas, "Courier New", monospace !important;
    font-size: 18px !important;
    letter-spacing: 0.06em;
    word-break: break-all;
}

.zt-sticker--code-under {
    z-index: 1;
}

.zt-sticker--code-cover {
    z-index: 2;
}

@-webkit-keyframes zt-sticker-fall {
    0% {
        opacity: 0.2;
        -webkit-transform: translateY(-180px) rotate(-12deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
    }
}

@keyframes zt-sticker-fall {
    0% {
        opacity: 0.2;
        transform: translateY(-180px) rotate(-12deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes zt-sticker-settle {
    0%, 100% { -webkit-transform: translateY(0); }
    50% { -webkit-transform: translateY(3px); }
}

@keyframes zt-sticker-settle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
}

@media screen and (max-width: 979px) {
    .zt-sticker,
    .zt-sticker-stack { width: 140px; }
    .zt-sticker__title { font-size: 15px; }
    .zt-sticker[data-id="update"] { top: auto; bottom: 160px; left: 8px; }
    .zt-sticker[data-id="apk"] { top: auto; bottom: 160px; right: 8px; left: auto; }
    .zt-sticker[data-id="launcher"] { top: auto; bottom: 48px; right: 8px; left: auto; }
    .zt-sticker-stack[data-id="codigo"] { top: auto; bottom: 48px; left: 8px; }
}

@media screen and (max-width: 639px) {
    .zt-sticker,
    .zt-sticker-stack { width: 128px; }
    .zt-sticker__text { display: none; }
}
