- 4.4
-
- 4.5
Download Relens Premium Apk - Download
Mod ↓
Relens Pro Apk
•
103MB
DOWNLOAD NOW
▶
Apps install Problem Fix Tutorial
←
/* =========================================================
DOWNLOAD LINK
========================================================= */
.potoja-dl{
width:100%;
display:block;
position:relative;
padding-top:32px;
box-sizing:border-box;
color:#fff;
text-decoration:none !important;
cursor:pointer;
font-family:
Arial,
Helvetica,
sans-serif;
-webkit-tap-highlight-color:transparent;
touch-action:manipulation;
pointer-events:auto !important;
}
/* =========================================================
TOP ARROW
========================================================= */
.potoja-top-arrow{
position:absolute;
top:0;
left:50%;
width:30px;
height:30px;
margin-left:-15px;
display:flex;
align-items:center;
justify-content:center;
color:#10B981;
font-size:34px;
font-weight:900;
line-height:1;
filter:
drop-shadow(
0 3px 6px
rgba(16,185,129,.55)
);
animation:
potoja-top-arrow
1.35s
ease-in-out
infinite;
pointer-events:none !important;
}
/* =========================================================
MAIN GREEN BUTTON
========================================================= */
.potoja-dl-box{
width:
calc(100% - 80px);
min-height:110px;
margin:
0 40px;
box-sizing:border-box;
display:flex;
align-items:center;
justify-content:center;
position:relative;
border-radius:19px;
background:
linear-gradient(
135deg,
#053B2C 0%,
#0A6E4F 28%,
#10A76E 62%,
#34D399 100%
);
color:#fff;
border:
1px solid
rgba(255,255,255,.35);
box-shadow:
0 11px 25px
rgba(5,60,40,.42),
0 4px 11px
rgba(0,0,0,.22),
0 0 24px
rgba(16,185,129,.30),
inset 0 1px 0
rgba(255,255,255,.28),
inset 0 -1px 0
rgba(0,0,0,.18);
pointer-events:none !important;
/*
Only glow animates normally.
Transform is reserved for hover/click.
*/
animation:
potoja-premium-glow
3.2s
ease-in-out
infinite;
transition:
transform .18s
cubic-bezier(.2,.8,.2,1),
box-shadow .18s ease,
filter .18s ease;
}
/* =========================================================
HOVER
========================================================= */
.potoja-dl:hover .potoja-dl-box{
transform:
translateY(-3px);
filter:
brightness(1.04)
saturate(1.06);
box-shadow:
0 16px 32px
rgba(5,60,40,.50),
0 6px 15px
rgba(0,0,0,.24),
0 0 35px
rgba(16,185,129,.48),
inset 0 1px 0
rgba(255,255,255,.34),
inset 0 -1px 0
rgba(0,0,0,.15);
}
/* =========================================================
PREMIUM CLICK EFFECT
========================================================= */
.potoja-dl:active .potoja-dl-box{
transform:
scale(.955)
translateY(3px);
filter:
brightness(.88)
saturate(1.20);
box-shadow:
0 3px 7px
rgba(5,60,40,.48),
0 1px 4px
rgba(0,0,0,.32),
0 0 12px
rgba(16,185,129,.42),
0 0 30px
rgba(16,185,129,.30),
inset 0 4px 10px
rgba(0,0,0,.23),
inset 0 1px 0
rgba(255,255,255,.16);
transition:
transform .07s
cubic-bezier(.2,.8,.2,1),
box-shadow .07s ease,
filter .07s ease;
}
/* =========================================================
CLICK CONTENT
========================================================= */
.potoja-dl:active .potoja-dl-content{
transform:
scale(.975)
translateY(1px);
transition:
transform .07s ease;
}
/* =========================================================
CLICK TITLE
========================================================= */
.potoja-dl:active .potoja-dl-title{
transform:
scale(.975);
text-shadow:
0 2px 4px
rgba(0,0,0,.55),
0 0 24px
rgba(110,231,183,.72);
transition:
transform .07s ease,
text-shadow .07s ease;
}
/* =========================================================
CLICK ICON
========================================================= */
.potoja-dl:active .potoja-download-icon{
transform:
translateY(4px)
scale(.90);
filter:
drop-shadow(
0 2px 6px
rgba(255,255,255,.55)
);
transition:
transform .07s
cubic-bezier(.2,.8,.2,1),
filter .07s ease;
}
/* =========================================================
CLICK META
========================================================= */
.potoja-dl:active .potoja-dl-meta{
opacity:.88;
transform:
translateY(1px)
scale(.98);
transition:
transform .07s ease,
opacity .07s ease;
}
/* =========================================================
CONTENT
========================================================= */
.potoja-dl-content{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:7px;
padding:
3px 10px;
pointer-events:none !important;
transition:
transform .15s ease;
}
/* =========================================================
META
========================================================= */
.potoja-dl-meta{
display:flex;
align-items:center;
justify-content:center;
gap:7px;
font-size:12px;
font-weight:700;
letter-spacing:.25px;
line-height:1.1;
color:
rgba(255,255,255,.92);
text-shadow:
0 1px 2px
rgba(0,0,0,.35);
pointer-events:none !important;
transition:
transform .15s ease,
opacity .15s ease;
}
/* =========================================================
DOWNLOAD TITLE
========================================================= */
.potoja-dl-title{
display:flex;
align-items:center;
justify-content:center;
gap:14px;
font-size:28px;
font-weight:900;
letter-spacing:1px;
line-height:1;
color:#fff;
text-shadow:
0 2px 6px
rgba(0,0,0,.45),
0 0 20px
rgba(110,231,183,.40);
pointer-events:none !important;
transition:
transform .15s ease,
text-shadow .15s ease;
}
/* =========================================================
DOWNLOAD TEXT
========================================================= */
.potoja-download-text{
pointer-events:none !important;
}
/* =========================================================
DOWNLOAD ICON
========================================================= */
.potoja-download-icon{
width:42px;
height:42px;
position:relative;
display:block;
flex-shrink:0;
pointer-events:none !important;
transition:
transform .15s
cubic-bezier(.2,.8,.2,1),
filter .15s ease;
animation:
potoja-icon-float
1.7s
ease-in-out
infinite;
}
/* =========================================================
DOWNLOAD ARROW
CLEAN SINGLE SHAPE
========================================================= */
.potoja-icon-arrow{
position:absolute;
left:3px;
top:1px;
width:36px;
height:31px;
background:#fff;
border-radius:4px;
/*
Shaft + arrow head combined
into ONE clean shape.
*/
clip-path:
polygon(
40% 0%,
60% 0%,
60% 53%,
77% 36%,
96% 55%,
50% 100%,
4% 55%,
23% 36%,
40% 53%
);
filter:
drop-shadow(
0 2px 3px
rgba(0,0,0,.28)
);
pointer-events:none !important;
}
/* =========================================================
DOWNLOAD TRAY
========================================================= */
.potoja-icon-tray{
position:absolute;
left:4px;
bottom:2px;
width:34px;
height:5px;
background:#fff;
border-radius:5px;
box-shadow:
0 2px 4px
rgba(0,0,0,.25);
pointer-events:none !important;
}
/* =========================================================
ICON FLOAT
========================================================= */
@keyframes potoja-icon-float{
0%,100%{
transform:translateY(0);
}
45%{
transform:translateY(3px);
}
60%{
transform:translateY(1px);
}
}
/* =========================================================
PREMIUM IDLE GLOW
========================================================= */
@keyframes potoja-premium-glow{
0%,100%{
box-shadow:
0 11px 25px
rgba(5,60,40,.42),
0 4px 11px
rgba(0,0,0,.22),
0 0 22px
rgba(16,185,129,.27),
inset 0 1px 0
rgba(255,255,255,.28),
inset 0 -1px 0
rgba(0,0,0,.18);
}
50%{
box-shadow:
0 12px 27px
rgba(5,60,40,.44),
0 4px 12px
rgba(0,0,0,.22),
0 0 32px
rgba(16,185,129,.40),
inset 0 1px 0
rgba(255,255,255,.30),
inset 0 -1px 0
rgba(0,0,0,.17);
}
}
/* =========================================================
TOP ARROW
========================================================= */
@keyframes potoja-top-arrow{
0%{
transform:
translateY(-4px);
opacity:.30;
}
35%{
opacity:1;
}
65%{
transform:
translateY(5px);
opacity:1;
}
100%{
transform:
translateY(10px);
opacity:0;
}
}
/* =========================================================
FIX TUTORIAL BUTTON
========================================================= */
.potoja-fix{
width:max-content;
max-width:
calc(100% - 32px);
min-height:38px;
margin:
11px auto 0;
padding:
0 10px;
box-sizing:border-box;
display:flex;
align-items:center;
justify-content:center;
gap:7px;
border-radius:9px;
color:#fff;
background:
linear-gradient(
115deg,
#43080E 0%,
#8E1722 50%,
#D52B3A 100%
);
border:
1px solid
rgba(255,255,255,.20);
box-shadow:
0 5px 14px
rgba(105,8,18,.25);
font-family:
Arial,
Helvetica,
sans-serif;
font-size:10.5px;
font-weight:800;
line-height:1;
text-decoration:none !important;
cursor:pointer;
-webkit-tap-highlight-color:transparent;
touch-action:manipulation;
pointer-events:auto !important;
transition:
transform .12s ease,
box-shadow .12s ease,
filter .12s ease;
}
/* =========================================================
FIX HOVER
========================================================= */
.potoja-fix:hover{
transform:
translateY(-2px);
box-shadow:
0 8px 18px
rgba(105,8,18,.36);
filter:
brightness(1.04);
}
/* =========================================================
FIX CLICK
========================================================= */
.potoja-fix:active{
transform:
scale(.94)
translateY(2px);
filter:
brightness(.80);
box-shadow:
0 2px 7px
rgba(105,8,18,.42),
0 0 13px
rgba(213,43,58,.30),
inset 0 3px 6px
rgba(0,0,0,.20);
transition:
transform .06s ease,
box-shadow .06s ease,
filter .06s ease;
}
/* =========================================================
FIX PLAY ICON
========================================================= */
.potoja-fix-play{
width:17px;
height:17px;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
pointer-events:none !important;
}
/* =========================================================
FIX TEXT
========================================================= */
.potoja-fix-text{
white-space:nowrap;
pointer-events:none !important;
}
/* =========================================================
FIX ARROW
========================================================= */
.potoja-fix-arrow{
width:17px;
font-size:19px;
font-weight:900;
line-height:1;
pointer-events:none !important;
animation:
potoja-fix-arrow
1.3s
ease-in-out
infinite;
}
/* =========================================================
FIX ARROW ANIMATION
========================================================= */
@keyframes potoja-fix-arrow{
0%,100%{
transform:
translateX(0);
opacity:.7;
}
50%{
transform:
translateX(-4px);
opacity:1;
}
}
/* =========================================================
MOBILE
========================================================= */
@media (max-width:600px){
.potoja-dl{
padding-top:28px;
}
.potoja-top-arrow{
width:28px;
height:28px;
margin-left:-14px;
font-size:32px;
}
.potoja-dl-box{
width:
calc(100% - 28px);
min-height:100px;
margin:
0 14px;
border-radius:17px;
}
.potoja-dl-content{
gap:6px;
padding:
3px 8px;
}
.potoja-dl-meta{
font-size:10.5px;
gap:6px;
}
.potoja-dl-title{
font-size:22px;
gap:11px;
letter-spacing:.7px;
}
.potoja-download-icon{
width:36px;
height:36px;
}
.potoja-icon-arrow{
left:2px;
top:1px;
width:32px;
height:27px;
}
.potoja-icon-tray{
left:3px;
bottom:1px;
width:30px;
height:4px;
}
.potoja-fix{
min-height:36px;
margin-top:10px;
padding:
0 9px;
gap:6px;
font-size:10px;
}
.potoja-fix-play{
width:16px;
height:16px;
font-size:12px;
}
.potoja-fix-arrow{
width:16px;
font-size:18px;
}
}
/* =========================================================
SMALL MOBILE
========================================================= */
@media (max-width:380px){
.potoja-dl{
padding-top:27px;
}
.potoja-dl-box{
min-height:94px;
border-radius:16px;
}
.potoja-dl-meta{
font-size:9.5px;
}
.potoja-dl-title{
font-size:20px;
gap:9px;
}
.potoja-download-icon{
width:33px;
height:33px;
}
.potoja-icon-arrow{
width:30px;
height:25px;
}
.potoja-icon-tray{
width:28px;
height:4px;
}
.potoja-fix{
min-height:34px;
font-size:9px;
}
}
/* =========================================================
FINAL CLICK SAFETY
========================================================= */
.potoja-dl *,
.potoja-fix *{
pointer-events:none !important;
}
.potoja-dl,
.potoja-fix{
pointer-events:auto !important;
}
SHA-1: 5129cd8b5ffa242eeaf418dfeb847bb9844e77a4