<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');

/* Base styles */
body {
padding-top: 0;
padding-bottom: 15px;
font-family: 'Roboto', sans-serif;
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
background-attachment: fixed;
}

/* Layout containers */
body &gt; .navbar &gt; .container,
body &gt; .container {
max-width: 1024px;
}

body &gt; .container {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
border-radius: 15px;
min-height: 600px;
}

footer {
color: #444;
font-size: 11px;
max-width: 1024px;
display: block;
margin: 0 auto;
}

/* Typography */
.h1, h1 {
font-size: 2.0rem;
}

/* Navigation */
.navbar.navbar-top {
background: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.33);
}

.navbar-brand {
font-weight: bold;
font-size: 16px;
}

.navbar-top.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.79);
}

.navbar.navbar-bottom {
background: #000;
}

.navbar-bottom.navbar-dark .navbar-nav .nav-link {
color: #FFF;
}

/* Tables */
.table td,
.table th {
border-top: 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(250, 250, 250) !important;
}

/* Grid components */
.main-grid .grid-item {
text-align: center;
}

.main-grid .grid-item .grid-body {
padding: 10px;
background-color: #eff3f6;
background-image: linear-gradient(0deg, #eff3f6 0%, #eff3f6 100%);
border-radius: 10px;
margin-bottom: 20px;
border: 1px solid #eff3f6;
display: block;
text-decoration: none;
transition: all 0.3s ease;
}

.main-grid .grid-item .grid-body:hover {
background-color: #e5ecf1;
background-image: linear-gradient(0deg, #e5ecf1 0%, #e5ecf1 100%);
border: 1px solid #e5ecf1;
}

.main-grid .grid-item .grid-body .thumb {
width: 100px;
height: 100px;
margin: 10px auto;
border-radius: 20px;
background: #fff;
display: inline-block;
overflow: hidden;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.main-grid .grid-item .grid-body .title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-weight: 700;
color: #4e4e4e;
}

.main-grid .grid-item .grid-body .category {
font-size: 11px;
color: #4e4e4e;
}

.main-grid .grid-item .grid-body .description {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
color: #5c5c5c;
font-size: 13px;
line-height: 18px;
height: 105px;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
}

/* Other sites */
.other-sites a {
padding: 10px;
background-color: #ffffff;
border-radius: 10px;
margin-bottom: 20px;
border: 1px solid #eff3f6;
display: block;
text-decoration: none;
overflow: hidden;
transition: all 0.3s ease;
}

.other-sites a:hover {
background-color: #e5ecf1;
background-image: linear-gradient(0deg, #e5ecf1 0%, #e5ecf1 100%);
border: 1px solid #e5ecf1;
}

.other-sites .thumb {
width: 65px;
height: 65px;
border-radius: 10px;
background: #fff;
float: left;
margin: 0 10px 0 0;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.other-sites .title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 700;
color: #000;
}

.other-sites .description {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
color: #4e4e4e;
}

.other-sites .download-btn {
background: #3b82fb;
display: inline-block;
padding: 5px 15px;
border-radius: 50px;
color: #FFF;
margin-top: 5px;
font-size: 14px;
}

/* Review section */
.review .rating {
font-size: 14px;
margin-left: 5px;
color: orange;
background: #e4ffe7;
position: relative;
top: -2px;
padding: 2px 7px;
border-radius: 50px;
}

.review .rating b {
color: #000;
}

.review .emoji {
display: block;
float: left;
width: 100px;
height: 100px;
margin-right: 10px;
background-image: url('../img/emoji.webp');
background-repeat: no-repeat;
background-position: 0 0;
}

.review .media-body {
font-size: 13px;
}

/* Emoji positions */
.emoji.e1 { background-position: -15px -22px; }
.emoji.e2 { background-position: -170px -22px; }
.emoji.e3 { background-position: -330px -22px; }
.emoji.e4 { background-position: -480px -22px; }
.emoji.e5 { background-position: -15px -170px; }
.emoji.e6 { background-position: -170px -170px; }
.emoji.e7 { background-position: -330px -170px; }
.emoji.e8 { background-position: -480px -170px; }
.emoji.e9 { background-position: -15px -320px; }
.emoji.e10 { background-position: -170px -320px; }
.emoji.e11 { background-position: -330px -320px; }
.emoji.e12 { background-position: -480px -320px; }

/* Program info */
.programm-info {
font-size: 12px;
}

.programm-info td &gt; b {
color: #888;
white-space: nowrap;
}

.programm-info td &gt; b &gt; i {
width: 20px;
text-align: center;
}

.programm-info td a {
color: #212529;
}

.programm-info .official-site {
word-break: break-word;
hyphens: auto;
}

.programm-info .grade {
display: inline-block;
border: 1px solid #333;
padding: 0 3px;
font-size: 10px;
font-weight: bold;
color: #333;
}

.programm-stat {
font-size: 16px;
}

.programm-stat .stars {
color: orange;
}

.programm-stat .grade{
display: inline-block;
border: 1px solid #333;
padding: 0px 3px;
font-size: 10px;
font-weight: bold;
color: #333;
position: relative;
left: 3px;
top: -2px;
}

.programm-stat .visually-hidden {
color: #666;
}

.programm-stat .status-badge {
background: #00be00;
color: #fff;
font-size: 11px;
}

/* Breadcrumb */
.breadcrumb {
background-color: #ffffff;
font-size: 13px;
}

/* Alert */
.alert-arrow {
border: 1px solid #60c060;
color: #54a754;
font-size: 20px;
background: rgba(96, 192, 96, 0.06);
}

.alert-arrow .alert-icon {
position: relative;
width: 3rem;
background-color: #60c060;
}

.alert-arrow .alert-icon::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 0.75rem solid transparent;
border-bottom: 0.75rem solid transparent;
border-left: 0.75rem solid #60c060;
right: -0.75rem;
top: 50%;
transform: translateY(-50%);
}

.alert-arrow .close {
font-size: 1rem;
color: #cacaca;
}

/* Page content */
.page-site .description .text {
position: relative;
}

.page-site .description .text.small-text {
height: 450px;
overflow: hidden;
}

.page-site .description .text.big-text {
height: auto;
}

.page-site .description .text .opc {
pointer-events: none;
position: absolute;
height: 100px;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background: linear-gradient(to top, white 14%, rgba(255, 255, 255, 0) 100%);
}

.page-site .description-short {
font-size: 12px;
}

/* Buttons */
.white-btn {
box-shadow: inset 0 1px 0 0 #ffffff;
background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
border-radius: 6px;
border: 1px solid #dcdcdc;
display: inline-block;
cursor: pointer;
color: #666666;
font-family: Arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
text-align: center;
white-space: nowrap;
transition: all 0.3s ease;
}

.white-btn:hover {
background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
color: #666666;
}

.white-btn:active {
position: relative;
top: 1px;
}

.green-btn {
border: none;
display: block;
padding: 0.75rem 1.5rem;
background-color: #8BC34A;
color: #ffffff;
font-size: 0.85rem;
line-height: 1rem;
text-align: center;
cursor: pointer;
text-transform: uppercase;
vertical-align: middle;
align-items: center;
border-radius: 0.5rem;
user-select: none;
box-shadow:
0 4px 6px -1px #488aec31,
0 2px 4px -1px #488aec17;
transition: all 0.6s ease;
}

.green-btn:hover {
box-shadow:
0 10px 15px -3px #488aec4f,
0 4px 6px -2px #488aec17;
color: #ffffff;
}

.green-btn:focus,
.green-btn:active {
opacity: 0.85;
box-shadow: none;
}

/* Utility classes */
.clicked {
color: #b40000 !important;
cursor: default !important;
}

.now-see {
font-size: 16px;
background: rgba(0, 215, 0, 0.06);
padding: 10px;
overflow: hidden;
color: rgb(97, 97, 97);
text-align: left;
}

.now-see .h5 {
color: rgb(33, 33, 33);
margin: 0 0 5px 0;
}

.now-see small {
font-size: 12px;
line-height: 1.35;
display: block;
}

.now-see .good-app-icon i {
width: 64px;
height: 64px;
display: block;
background: url('../img/good-app-icon.png') 0 0 no-repeat;
}

.sticky {
position: fixed;
top: 0;
z-index: 999999;
text-align: left;
float: left;
}

.sticky + .cont {
padding-top: 100px;
}

/* Header styles */
.site-header {
margin-bottom: 0;
}

.site-header.mobile {
margin-bottom: 0;
}

.site-header .call-to-action {
font-size: 12px;
color: #666;
}

.logo-container {
position: relative;
flex-shrink: 0;
}

.logo-wrapper img {
border-radius: 20px;
background: #fff;
display: inline-block;
overflow: hidden;
position: relative;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.header-content {
flex-grow: 1;
}

.header-content h1 {
margin-bottom: 0.5rem;
font-weight: bold;
}

.header-content .categories{
font-size: 12px;
margin-top: 10px;
}

.header-content .categories .badge{
font-size: 12px;
font-weight: normal;
border: 1px solid #eee;
border-radius: 50px;
padding: 3px 7px;
}

.safty {
position: absolute;
top: -10px;
left: -10px;
display: block;
width: 30px;
height: 30px;
background: url('../img/safty.webp') 0 0 no-repeat;
background-size: 100%;
}

/* Download info */
.download-info {
color: #adb5bd;
padding: 10px 0;
margin-bottom: 5px;
}

.download-info .step {
padding: 5px;
background: #fcfcfc;
border-radius: 5px;
border: 1px solid #eee;
}

.download-info .step &gt; i {
font-size: 4rem;
}

.download-info .step .title {
padding: 8px 0;
font-size: 1rem;
font-weight: bold;
margin: 0;
}

.download-info .arrow {
max-width: 50px;
}

.download-info .step .text {
margin: 0;
}

/* OS icons */
.os-icons {
margin-left: 2px;
}

.os-icons .os-icon {
position: relative;
top: -2px;
margin: 0 3px;
}

/* Swiper/Slider */
.swiper {
width: 100%;
height: 100%;
display: none !important;
}

.swiper.swiper-initialized {
display: block !important;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
border-radius: 10px;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

/* Screenshots */
.screenshots .items &gt; .item {
border: 1px solid #eee;
}

/* Program styles */
.programm {
position: relative;
}

.programm .updated {
position: absolute;
z-index: 1;
top: -16px;
left: -15px;
width: 70px;
border-top-left-radius: 15px;
}

.programm .title {
max-width: 315px;
margin: 0 auto;
font-size: 1.5rem;
color: #333;
}

.programm .download-guide {
color: #ffffff;
font-size: 14px;
display: inline-block;
background: #30cc00;
padding: 5px 15px;
margin: 10px 0;
border-radius: 10px;
text-decoration: none;
transition: background 0.3s;
}

.programm .download-guide:hover {
background: #28a745;
color: #fff;
}

.programm .icon-container {
position: relative;
display: inline-block;
}

.programm .icon-container img {
border-radius: 20px;
background: #fff;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

/* Scrollbar */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 100px;
}

::-webkit-scrollbar-thumb {
background: #888;
border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}

/* Scroller button */
#scroller {
position: fixed;
bottom: 30px;
right: 30px;
background: transparent url('../img/arrow.webp') no-repeat left top;
width: 32px;
height: 32px;
cursor: pointer;
display: none;
z-index: 99999;
}

.grecaptcha-badge {
visibility: hidden !important;
}

/* Articles */
.articles .article .card {
border: none;
border-radius: 0;
}

.articles .article .article-thumb {
margin-bottom: 5px;
position: relative;
}

.articles .article .article-thumb img {
border-radius: 5px;
border: 1px solid #000;
}

.articles .article a {
color: #000;
font-weight: bold;
}

.articles .article .article-thumb .article-reaction {
position: absolute;
top: -10px;
left: -10px;
line-height: 40px;
background-color: #ffe76b;
display: inline-block;
text-align: center;
width: 40px;
height: 40px;
font-size: 0;
vertical-align: middle;
border-radius: 50%;
box-shadow: 1px 2px 2px rgba(0,0,0,0.18);
background-size: 100%;
}

/* Article reactions */
.article-reaction.reaction-like { background: #f43547 url('../img/reactions/like.svg'); }
.article-reaction.reaction-lol { background: transparent url('../img/reactions/lol.svg'); }
.article-reaction.reaction-love { background: transparent url('../img/reactions/love.svg'); }
.article-reaction.reaction-omg { background: transparent url('../img/reactions/omg.svg'); }
.article-reaction.reaction-win { background: transparent url('../img/reactions/win.svg'); }
.article-reaction.reaction-wtf { background: transparent url('../img/reactions/wtf.svg'); }

/* Load more button */
.block-loadmore {
text-align: center;
position: relative;
overflow: hidden;
}

.block-loadmore a {
min-width: 30%;
height: 34px;
line-height: 32px;
border-radius: 20px;
position: relative;
display: inline-block;
white-space: nowrap;
font-size: 11px;
letter-spacing: 1px;
text-transform: uppercase;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 0 18px;
border: 1px solid #e0e0e0;
text-align: center;
color: #212121;
background: #fff;
transition: 0.2s ease;
text-decoration: none;
cursor: pointer;
}

.block-loadmore a:after, 
.block-loadmore a:before {
content: "";
height: 1px;
background: none;
border-top: 1px solid #eee;
width: 1000px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
display: block;
pointer-events: none;
}

.block-loadmore a:before {
right: 100%;
margin-right: 20px;
}

.block-loadmore a:after {
left: 100%;
margin-left: 20px;
}

.block-loadmore a:hover {
background: #eee;
}

/* Ads */
ins.adsbygoogle[data-ad-status="unfilled"] {
display: none !important;
}

/* Top articles */
.top-articles {
margin-bottom: 20px;
}

.top-articles .items &gt; .item {
display: block;
vertical-align: top;
border-radius: 3px;
width: auto;
overflow: hidden;
}

.top-articles .items &gt; .item a {
color: #000;
font-size: 12px;
}

.top-articles .items &gt; .item a img {
width: auto;
display: block;
max-height: 155px;
}

/* Responsive styles */
@media only screen and (max-width: 480px) {
body:after,
body:before {
clip-path: none;
}

body &gt; .container {
margin-top: 0 !important;
margin-bottom: 0 !important;
border: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
}

.h1, h1 {
font-size: 1.5rem;
}

.h2, h2 {
font-size: 1.2rem;
}

.card {
border: 0;
border-radius: 0;
}

.card-header {
border-bottom: 0;
}

.card-body {
padding: 1.25rem 0;
}

.download-info .step &gt; i {
font-size: 3rem;
}

.programm-info .official-site {
word-wrap: break-word;
width: 160px;
}

.os-icons {
margin-left: 0;
}

.os-icons .os-icon {
width: 16px;
top: 0;
}

.programm .updated {
border-top-left-radius: 0;
}

.articles .article .article-thumb {
float: left;
margin-right: 10px;
width: 135px;
}

.articles .article .article-thumb img {
height: auto;
min-height: auto;
}

.articles .article .article-thumb .article-reaction {
width: 36px;
height: 36px;
}

.page-film .screenshots .items &gt; .item a img {
max-height: 150px;
}
}

@media only screen and (max-width: 481px) {
.page-site .description .text.small-text {
height: 1000px;
}
}

@media only screen and (max-width: 650px) and (min-width: 481px) {
/* Tablet styles */
}

@media only screen and (max-width: 767px) and (min-width: 651px) {
/* Small desktop/tablet styles */
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
/* Small desktop/tablet styles */
}

@media only screen and (max-width: 1050px) and (min-width: 992px) {
/* Medium desktop styles */
}

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
/* Large desktop styles */
}</pre></body></html>