@charset "UTF-8";

:root {
    --c-primary: #1e293b;
    --c-blue: #4279b0;
    --c-green: #27ae60;
    --c-green-dark: #219653;
    --c-yellow: #ffc14a;
    --c-red: #bb0000;
    --c-white: #FAFAFA;
    --c-link: var(--c-blue, blue);
    --b-btn: #fff;
    --c-btn: var(--c-link);
    --c-btn-o: var(--b-btn);
    --c-gray: #838992;
    --b-btn-o: var(--c-link);
    --c-svg: #9ea3aa;
    --body-color: #1C1C1E;
    --body-bg: #FAFAFA;
    --h-color: var(--c-primary);
    --hp-color: var(--c-primary);
    --b-icon: #fff;
    --bg: rgba(0, 0, 0, .03);
    --bg-mult: rgba(30, 41, 59, .05);
    --shadow-p: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    --border: 1px solid var(--bg-mult);
    --ss: 1.25rem;
    --gap-v: 1.5rem;
    --gap-h: 1rem;
    --ratio: 1/1.85;
    --container-width: 27.5rem;
    --sx: 0px;
    --sy: 4px;
    --sz: 8px
}

[data-theme=dark] {
    color-scheme: dark;
    --body-color: #9fa4ad;
    --body-bg: #313a4a;
    --h-color: #F9FAFB;
    --hp-color: #fff;
    --c-link: #5ca9f6;
    --b-btn: var(--c-link);
    --c-btn: var(--c-primary);
    --c-btn-o: var(--c-primary);
    --b-icon: transparent;
    --bg-mult: rgba(0, 0, 0, .15);
    --bg: rgba(0, 0, 0, .15)
}

[data-theme=dark] #cover-bg {
    opacity: .8
}

[data-theme=auto] {
    color-scheme: light dark
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: var(--c-blue)
}

body {
    margin: 0;
    background: var(--body-bg);
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
    display: block
}

.hidden,
[hidden] {
    display: none
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0
}

#drawer>a,
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

#drawer>a,
button,
select {
    text-transform: none
}

#drawer>a,
button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input:not([type=submit]):not([type=range]):not([type=radio]),
select,
textarea {
    max-width: 100%;
    border: 0;
    border-radius: .75rem;
    padding: .5rem 1rem;
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .16);
    background: var(--bg-mult)
}

select {
    background: rgba(0, 0, 0, .03)
}

:focus {
    outline: 0
}

input:focus {
    box-shadow: inset 0 0 2px 1pt var(--c-link) !important
}

form[role=search] {
    text-align: center
}

ol,
ul {
    margin: 0 0 1rem 0
}

ol li,
ul li {
    line-height: 1.25;
    margin: .5rem 0
}

ol ul,
ul ul {
    margin-bottom: 0
}

menu {
    list-style-type: none;
    padding: 0;
    z-index: 1;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem
}

td,
th {
    padding: 0
}

.section,
aside,
section {
    margin: 2rem 0
}

#info {
    margin-top: 0
}

body {
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: var(--body-color);
    text-align: start;
    font-size: .875em
}

[data-href],
a {
    color: var(--c-link);
    cursor: pointer;
    text-decoration: none
}

[data-href][role=menuitem],
a[role=menuitem] {
    text-decoration: none
}

p {
    margin: 0 0 1rem 0
}

p:last-child {
    margin: 0
}

.h,
.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--h-color);
    line-height: normal;
    font-weight: 700
}

.h1,
h1 {
    font-size: 2rem;
    line-height: .9
}

.h1 #request_update,
.h1 .normal,
h1 #request_update,
h1 .normal {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--body-color)
}

.h2,
h2 {
    font-size: 1.5rem;
    margin-block-start: .83em;
    margin-block-end: .83em
}

.h2 span,
h2 span {
    font-size: 80%
}

.h3,
h3 {
    font-size: 1.17rem;
    margin: .585rem 0
}

.application .h2,
.application h2 {
    font-size: 1.25rem
}

.application .h3,
.application h3 {
    font-size: 1.125rem
}

h1 {
    text-align: center
}

.article h1 {
    text-align: center
}

.h2>a,
.h3>a,
h2>a {
    color: var(--h-color);
    position: relative;
    text-decoration: none
}

.h2>a:after,
.h3>a:after,
h2>a:after {
    float: right
}

.h2 span,
.h3 span,
h2 span {
    font-weight: 400;
    color: var(--body-color)
}

.h2 a:after,
.sp-bw a:after,
h2:not(.wo-ar) a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(92,169,246)' fill='none' %3E%3Cline x1='5' y1='12' x2='19' y2='12' /%3E%3Cline x1='13' y1='18' x2='19' y2='12' /%3E%3Cline x1='13' y1='6' x2='19' y2='12' /%3E%3C/svg%3E")
}

.sp-bw {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sp-bw h2~a {
    text-decoration: none;
    font-size: .875rem
}

.sp-bw h2~a span {
    display: none
}

blockquote {
    margin-left: 1rem;
    border-left: 2px solid #ccc;
    padding-left: 1rem
}

.c-primary {
    color: var(--c-primary)
}

.c-body {
    color: var(--body-color)
}

.c-gray {
    color: var(--c-gray)
}

.c-link {
    color: var(--c-link)
}

.c-yel {
    color: var(--c-yellow)
}

.c-yel-l {
    color: light-dark(#e48620, #ffdb97) !important
}

.c-w {
    color: #fff
}

#request_update,
.small {
    font-size: small
}

.smaller {
    font-size: smaller
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 100%
}

.cur-p {
    cursor: pointer
}

.td-n {
    text-decoration: none
}

.fw-n {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.d-ib {
    display: inline-block !important;
    vertical-align: bottom
}

.article {
    line-height: 1.4
}

.sr-only,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

body.ov {
    height: 100%;
    overflow: hidden
}

#content footer {
    margin: 1.25rem 0 0 0
}

#masthead {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .36);
    height: 3.5rem;
    background: #1e293b;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2
}

.ov #masthead:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .56);
    position: fixed;
    display: block;
    opacity: 1
}

#masthead #drawer>a,
#masthead button {
    width: 3.5rem;
    height: 3.5rem
}

#masthead svg {
    width: 1.5rem;
    height: 1.5rem
}

#masthead #logo svg {
    width: initial;
    height: initial;
    stroke: none
}

#masthead input {
    margin-top: .475rem
}

#logo {
    display: inline-block;
    text-align: center;
    width: calc(100% - 26rem)
}

#logo a,
#logo span {
    display: block
}

#logo a {
    opacity: .75;
    transition: ease .2s opacity
}

#logo a:hover {
    opacity: 1
}

#drawer {
    float: left;
    z-index: 2
}

#drawer>a {
    display: inline-block
}
#drawer .drawerImgBox{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: .7rem;
    margin-left: 1.1rem;
}
#drawer .drawerImgBox p{
    width: 5rem;
    color: white;
    flex-shrink: 0;
    padding-left: .5rem;
}

#drawer .drawerImgBox .drawerImg{
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    cursor: pointer;
}

#drawer .drawerImgBox .drawerImg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#drawer button,
#drawer>a {
    color: var(--c-svg)
}

#drawer button[aria-expanded],
#drawer>a[aria-expanded] {
    z-index: 3;
    position: relative
}

#drawer button[aria-expanded] line,
#drawer>a[aria-expanded] line {
    transition: ease .15s transform
}

#drawer>[aria-expanded=true] line:first-child {
    transform: translate3d(-10px, 2px, 0) rotate(-45deg) scaleX(.8)
}

#drawer>[aria-expanded=true] line:last-child {
    transform: translate3d(7px, 5px, 0) rotate(45deg) scaleX(.8)
}

#drawer>[aria-expanded=true]+ul {
    transform: translateX(18rem)
}

#drawer li {
    margin: 0
}

#drawer .has-sub-menu {
    text-wrap: nowrap
}

#drawer .has-sub-menu>a {
    display: inline-block
}

#drawer ul {
    list-style: none
}

#drawer>ul {
    position: fixed;
    top: 0;
    left: -18rem;
    bottom: 0;
    width: 18rem;
    margin: 0;
    background: #1e293b;
    padding: 1rem;
    transition: ease .2s transform;
    list-style-type: none;
    padding: 3.5rem 0 0;
    z-index: 2;
    overflow: auto;
    display: flex;
    flex-direction: column
}

#drawer>ul ul {
    margin: 0;
    padding: 0
}

#drawer>ul [aria-expanded=false]+ul {
    display: none
}

#drawer>ul .active {
    background: rgba(0, 0, 0, .2);
    filter: invert(50%)
}

#drawer>ul .cab {
    position: absolute;
    right: 0;
    top: 0;
    background: #74b9ff
}

#drawer>ul .dm {
    align-self: end;
    margin-top: auto;
    padding-top: .5rem;
    margin-bottom: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    color: var(--c-svg)
}

#drawer>ul .dm span {
    padding: 1rem 0
}

#drawer>ul .dm #drawer>a[aria-pressed=true] svg,
#drawer>ul .dm button[aria-pressed=true] svg {
    stroke: #000
}

#drawer>ul .dm svg {
    stroke: var(--c-svg)
}

#drawer>ul .dm select {
    margin: auto 1rem;
    font-size: 80%;
    height: 2rem;
    padding: .5rem;
    -webkit-appearance: menulist-button;
    -moz-appearance: none
}

#drawer>ul a,
#drawer>ul li button {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: .5rem 1.1rem;
    display: block;
    text-decoration: none;
    height: 2.5rem
}

#drawer>ul a#request_update,
#drawer>ul a.small {
    font-weight: 400;
    font-size: inherit
}

#drawer>ul li#drawer>a,
#drawer>ul li>button {
    width: auto;
    display: inline-block
}

#drawer>ul .sub-menu #drawer>a,
#drawer>ul .sub-menu button {
    width: auto;
    height: 2rem;
    display: block
}

#drawer>ul label,
#drawer>ul span {
    vertical-align: middle
}

#drawer>ul .sub-menu a,
#drawer>ul .sub-menu button {
    font-weight: 400;
    padding-left: 2.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

#drawer>ul .sub-menu a:before,
#drawer>ul .sub-menu button:before {
    content: "•";
    opacity: .5;
    margin-inline-end: .5rem
}

#drawer>ul svg {
    stroke: var(--c-green);
    margin-inline-end: .5rem
}

#drawer .has-sub-menu>a {
    width: calc(100% - 70px)
}

#masthead .toggler {
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    padding: 0;
    margin-inline-start: 1.25rem;
    line-height: 2.1rem;
    transition: transform .2s ease
}

#masthead .toggler::after {
    filter: none;
    float: none;
    display: inline-block
}

#masthead #site-nav .toggler[aria-expanded=true]::after {
    rotate: 0deg
}

#content {
    position: relative;
    height: auto;
    padding: 3.5rem 0 0 0
}

.bold {
    font-weight: 700
}

#request_update,
.normal {
    font-weight: 400
}

.container {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    width: 100%
}

.description {
    line-height: 1.4;
    font-size: .875rem
}

#description footer {
    font-size: .75rem;
    padding-bottom: 1rem
}

#description .by {
    text-align: end;
    opacity: .5
}

#search {
    float: right
}

#search [aria-expanded=true] {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0
}

#search>button {
    background: #1e293b;
    color: var(--c-svg)
}

#search form {
    position: absolute;
    right: 3.5rem;
    top: 0;
    left: 0;
    background: #1e293b;
    bottom: 0;
    z-index: 3
}

#search form [type=search] {
    width: calc(100% - 5.8rem);
    border-radius: 1.25rem
}

#search a {
    float: left;
    background: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 1rem;
    color: inherit
}

#main-footer {
    background: #1e293b;
    color: #a6b8d2;
    text-align: center;
    padding: 2rem .5rem;
    margin-top: 2rem
}

#main-footer .h3,
#main-footer h3 {
    color: #e0ebf7;
    margin-bottom: 1rem
}

#main-footer ul {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none
}

#main-footer li {
    margin: .25rem 0
}

#main-footer li a {
    white-space: nowrap;
    font-size: .875rem
}

#main-footer p {
    font-size: .875rem
}

#main-footer .logo svg {
    width: 232px;
    height: auto;
    max-width: 100%;
    margin-left: -2rem;
    margin-top: -1rem
}

#main-footer select {
    background: #1e293b;
    color: #a6b8d2;
    border: 1px solid transparent
}

#main-footer a {
    color: #e0ebf7;
    text-decoration: none
}

#main-footer input,
#main-footer select {
    padding: .25rem 1rem
}

#main-footer svg {
    fill: currentColor;
    stroke: none
}

#back-top:not([hidden]) {
    position: fixed;
    right: 1.5rem;
    bottom: 1rem;
    opacity: .75;
    z-index: 1000
}

#back-top:not([hidden]):after {
    content: "↑";
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle
}

.autocomplete__wrapper {
    position: fixed;
    top: 0;
    right: 56px;
    left: 56px
}

#my-autocomplete__listbox,
.autocomplete-suggestions {
    background: var(--body-bg);
    color: var(--h-color);
    overflow: auto;
    font-size: .8125rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .36);
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: calc(50vh - 56px) !important
}

.autocomplete-suggestion,
.autocomplete__option {
    padding: .65rem 1.3rem;
    cursor: pointer;
    border-bottom: 1px solid var(--bg);
    margin: 0
}

#search-site.active #drawer>a svg,
#search-site.active button svg {
    display: none
}

#search-site.active #drawer>a svg.hidden,
#search-site.active button svg.hidden {
    display: initial;
    animation: spin 1.5s linear infinite
}

#search-field {
    background: #fafafa;
    font-size: 1rem;
    padding: .7rem 1rem;
    margin: 0
}

#site-nav .sel-lang {
    position: absolute;
    inset-inline-end: 1rem;
    z-index: 1;
    top: .8rem;
    font-size: .75rem
}

#site-nav .sel-lang select {
    max-width: 6.5rem;
    padding-inline-start: .5rem
}

#site-nav .sel-lang svg {
    width: 14px;
    height: 14px;
    stroke: var(--c-svg)
}

#load-more,
.tt-u {
    text-transform: uppercase
}

h1+footer {
    margin: 0 0 0 .5rem !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden
}

#cookiescript_copyright {
    display: none
}

#st-1 {
    z-index: 1 !important
}

.d-md-inline {
    display: none
}

.d-md-ib {
    display: none !important
}

.c-g {
    color: var(--c-green) !important
}

.c-r {
    color: var(--c-red)
}

.c-h {
    color: var(--h-color) !important
}

.hsub {
    position: relative
}

.modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.modal-dialog .modal-content {
    padding: 1rem 2rem;
    position: relative;
    background: var(--body-bg);
    width: auto;
    max-width: 100vw
}

.modal-dialog input:not([type=checkbox]),
.modal-dialog select,
.modal-dialog textarea {
    width: 100%
}

.modal-dialog label {
    display: inline-block;
    margin-bottom: .5rem
}

.modal-dialog .close-btn {
    position: absolute;
    inset-inline-end: 0;
    top: 0
}

hr {
    border-color: var(--bg-mult)
}

.tab-content {
    display: none;
    min-height: 200px
}

.tab-content.active {
    display: block
}

.post-content .bold,
.post-content abbr,
.post-content b,
.post-content strong,
.post_content .bold,
.post_content abbr,
.post_content b,
.post_content strong {
    color: var(--h-color)
}

.d-inline {
    display: inline !important
}

.sharethis-inline-share-buttons {
    height: 34px
}

#carousel-sticky {
    margin: .5rem 0
}

.hash-value {
    max-width: 100%;
    overflow-wrap: break-word
}

.security-info-item {
    position: relative
}

.tooltip-content {
    position: absolute;
    top: calc(-240% - 10px);
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px 12px;
    width: 280px;
    max-width: 90vw;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: 1000;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    text-align: left;
    transition: opacity .2s ease-in-out
}

.tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .1))
}

.tooltip-content.visible {
    opacity: 1;
    visibility: visible
}

.tooltip-content.hidden {
    opacity: 0;
    visibility: hidden
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    padding: 1.5rem 0
}

h2+.grid {
    margin-top: -1rem
}

.grid.rg2 {
    padding: 0 0 2rem 0;
    row-gap: 2rem
}

.grid.r3 {
    row-gap: 1rem;
    width: auto;
    padding: 0;
    margin: 1rem -.76rem;
    justify-content: center;
    text-align: center
}

.grid.r3 .itm {
    max-width: 33%;
    align-items: center
}

.grid.r3 a {
    font-size: .8rem;
    padding: 0 1rem;
    line-height: 1.24rem;
    text-align: center;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    color: var(--h-color)
}

.grid .app {
    flex-direction: row;
    align-items: center;
    height: 6.25rem
}

.grid .app .h {
    font-size: 1.125rem;
    margin: 0 0 .5rem
}

.grid .app .capt {
    font-size: .875rem;
    overflow: hidden;
    margin-inline-start: 1rem;
    padding: inherit;
    max-height: 6.25rem
}

.grid .icon {
    width: 6.25rem;
    flex-shrink: 0
}

.itm {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.itm [data-href],
.itm a {
    text-decoration: none;
    overflow-wrap: anywhere;
    hyphens: auto
}

.itm.full-width {
    min-height: 100px;
    height: 100px;
    margin: 0;
    width: 100%
}

.itm.full-width.hauto {
    height: auto
}

.itm [data-href]:after,
.itm a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer
}

#drawer>.itm+a,
.itm+button {
    margin-top: 1rem
}

.itm svg {
    width: .75rem;
    height: .75rem;
    vertical-align: text-bottom
}

.cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9 !important;
    object-fit: cover;
    object-position: center 0;
    border-radius: .5rem
}

.capt {
    font-size: .875rem;
    line-height: normal;
    width: 100%;
    display: block
}

.capt a {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: var(--h-color)
}

.capt a span {
    font-size: 90%;
    color: var(--body-color)
}

.capt p {
    margin-bottom: 0;
    color: var(--c-gray);
    hyphens: auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical
}

.capt .btn-d {
    display: none
}

.capt .addt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 75%;
    margin-block-start: .25rem
}

.capt .addt span {
    margin-inline-end: .25rem
}

.capt .addt span:not(:last-child):after {
    content: " · ";
    margin-inline-start: .25rem
}

.capt .addt .btn-inline {
    float: right
}

.sw,
.sw2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    vertical-align: top;
    padding: 0 1rem;
    list-style-type: none;
    display: flex;
    column-gap: .75rem;
    position: relative
}

.sw2::-webkit-scrollbar-thumb,
.sw::-webkit-scrollbar-thumb {
    height: 12px
}

.sw2::-webkit-scrollbar-thumb:horizontal,
.sw::-webkit-scrollbar-thumb:horizontal {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px
}

.sw2::-webkit-scrollbar-thumb:horizontal:hover,
.sw::-webkit-scrollbar-thumb:horizontal:hover {
    background: var(--c-link)
}

.sw2::-webkit-scrollbar,
.sw::-webkit-scrollbar {
    background: 0 0
}

.sw .itm,
.sw2 .itm {
    line-height: 1;
    height: auto;
    flex: 0 0 29%;
    max-width: 100px;
    padding: 3px
}

.sw .itm:first-child,
.sw2 .itm:first-child {
    margin-inline-start: auto
}

.sw .itm:last-child,
.sw2 .itm:last-child {
    margin-inline-end: auto
}

.sw .itm .h,
.sw .itm h3,
.sw2 .itm .h,
.sw2 .itm h3 {
    font-weight: 400;
    font-size: .75rem;
    text-align: center;
    white-space: normal;
    margin: .35rem 0 .75rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical
}

.sw .itm a,
.sw2 .itm a {
    color: var(--body-color)
}

.sw .screen picture,
.sw2 .screen picture {
    cursor: pointer
}

.sw .screen.video,
.sw2 .screen.video {
    width: 320px;
    height: 200px;
    position: relative;
    line-height: 1;
    height: auto;
    flex: 0 0 auto;
    max-width: 96%
}

.sw .screen.video img,
.sw2 .screen.video img {
    width: 320px
}

.sw .screen img,
.sw2 .screen img {
    height: 200px;
    width: auto;
    max-width: none
}

.sw .screen:first-child,
.sw2 .screen:first-child {
    margin-inline-start: auto
}

.sw .screen:last-child,
.sw2 .screen:last-child {
    margin-inline-end: auto
}

.sw .screen img,
.sw2 .screen img {
    border-radius: .5rem
}

.hr {
    text-align: center;
    border-bottom: var(--border);
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.sp-ev,
.sp-ev.ficells,
.sp-ev.row {
    flex-wrap: wrap;
    justify-content: space-evenly
}

.jc-center,
.jc-center.ficells,
.jc-center.row {
    justify-content: center
}

.al-nbase,
.al-nbase.ficells,
.al-nbase.row {
    justify-content: normal;
    align-items: baseline
}

.older-ver {
    margin-block-start: .5rem
}

.older-ver a {
    font-weight: 400;
    font-size: .75rem;
    color: var(--c-svg);
    text-decoration: none;
    border-bottom: 1px dashed var(--c-svg)
}

.sw2 {
    padding: 0 .5rem;
    column-gap: .5rem;
    width: 100%
}

.sw2 h3 {
    margin-top: 0;
    font-size: 1rem
}

.sw2 h3 a {
    color: var(--h-color)
}

.col-2 {
    flex: 0 0 auto;
    width: 80%;
    max-width: 265px;
    background: var(--bg-mult);
    background: var(--bg);
    border-radius: .65rem;
    padding: 1rem
}

.col-2:first-child {
    margin-inline-start: auto
}

.col-2:last-child {
    margin-inline-end: auto
}

.box {
    margin: 0;
    padding: 0;
    counter-reset: item
}

.box img {
    border-radius: .375rem;
    margin-right: .5rem
}

.box .itm-sm {
    list-style: none;
    display: flex;
    align-items: center
}

.box .itm-sm a {
    font-size: .875rem;
    color: var(--h-color)
}

.box .itm-sm .hs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.d-grid {
    display: grid;
    text-align: left;
    gap: .5rem
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex {
    display: flex
}

.gap-2 {
    gap: .5rem
}

.items-center {
    align-items: center
}

.h1der {
    font-size: 1.75rem
}

.h1der+#request_update,
.h1der+.badge {
    color: var(--c-gray);
    border-color: var(--c-gray);
    margin-inline-start: auto
}

#trustable {
    white-space: nowrap;
    color: var(--c-gray)
}

#trustable svg {
    width: 1rem;
    height: 1rem;
    margin-inline-end: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.info-col .developer {
    color: var(--c-svg) !important
}

#drawer>a,
.button,
button {
    border: 0;
    padding: 1rem;
    background: 0 0;
    display: inline-block
}

#drawer>a[aria-controls][aria-expanded=true] svg,
.button[aria-controls][aria-expanded=true] svg,
button[aria-controls][aria-expanded=true] svg {
    opacity: 1
}

#drawer>a svg,
.button svg,
button svg {
    pointer-events: none;
    color: var(--c-svg)
}

#back-top:not([hidden]),
.btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    display: inline-block;
    padding: .5rem;
    text-align: center
}

.btn.op,
.op#back-top:not([hidden]) {
    background: var(--bg-mult);
    opacity: .65
}

.btn.op svg,
.op#back-top:not([hidden]) svg {
    width: 1.5rem;
    height: 1.5rem
}

#filter [type=submit],
.btn-g,
.wpcf7-submit {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    background: var(--c-link);
    border: 1px solid var(--c-link);
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 24rem;
    border-radius: .5rem;
    text-align: center;
    padding: .5rem 1rem;
    display: inline-block;
    text-transform: uppercase
}

#filter .o[type=submit],
.btn-g.o,
.o.wpcf7-submit {
    background: 0 0;
    color: var(--b-btn-o);
    border: 1px solid var(--b-btn-o);
    font-weight: 700
}

#btn-download.wpcf7-submit,
#filter #btn-download[type=submit],
#filter #load-more[type=submit],
#filter .green[type=submit],
#load-more.wpcf7-submit,
.btn-g#btn-download,
.btn-g#load-more,
.btn-g.green,
.green.wpcf7-submit {
    background-color: var(--c-green)
}

#filter [type=submit] svg,
.btn-g svg,
.wpcf7-submit svg {
    vertical-align: text-top
}

.btn-outline {
    padding: .75rem 1.25rem;
    text-align: start;
    display: inline-block;
    text-decoration: none;
    border-radius: .5rem;
    color: var(--b-btn-o);
    min-width: 14rem;
    border: 1px solid var(--b-btn-o)
}

.btn-outline.c-g {
    border-color: var(--c-green)
}

.btn-d {
    background: var(--c-link);
    border-radius: .75rem;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: .25rem .75rem;
    font-weight: 700;
    font-size: .8125rem;
    width: auto;
    height: auto
}

.soc .btn-d {
    background: 0 0;
    padding: .25rem
}

.soc .btn-d svg {
    width: 1rem;
    height: 1rem
}

#btn-download {
    text-transform: uppercase;
    padding: .8rem 1.6rem !important;
    border-radius: .75rem !important;
    text-align: center;
    font-weight: 700;
    display: block;
    max-width: 40rem !important;
    margin: 0 auto
}

#btn-download svg {
    width: 1.25rem;
    height: 1.25rem
}

#btn-download span {
    display: none
}

.btn-inline {
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: inherit
}

.dashed {
    text-decoration: dashed;
    text-decoration-line: underline
}

#load-more svg {
    width: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

#load-more.rotate svg,
#share-menu #load-more.loader-bg svg {
    opacity: 1;
    width: 1rem
}

[class^=btn]#btn-download,
[class^=btn]#load-more,
[class^=btn].xl {
    padding: .8rem 1.6rem !important;
    border-radius: .75rem !important;
    text-align: center;
    font-weight: 700;
    display: block;
    max-width: 40rem;
    margin: 0 auto;
    font-size: 1.25rem
}

[class^=btn].lg {
    padding: 1rem 1.75rem !important;
    padding-inline-end: 3rem !important;
    border-radius: .75rem !important;
    margin-bottom: 1rem;
    position: relative;
    text-align: start;
    max-width: 420px;
    width: 100%;
    line-height: normal
}

[class^=btn].lg .title,
[class^=btn].lg h3 {
    font-size: 1rem;
    font-size: 1.5rem;
    margin: 0 0 .2rem 0;
    font-weight: 700;
    color: inherit;
    display: block
}

[class^=btn].lg .title::after,
[class^=btn].lg h3::after {
    display: none
}

[class^=btn].lg .title svg,
[class^=btn].lg h3 svg {
    vertical-align: bottom
}

[class^=btn].lg>p,
[class^=btn].lg>span {
    display: inline-block;
    vertical-align: middle;
    font-size: .75rem;
    margin: 0
}

[class^=btn].lg>p:not(:last-of-type)::after,
[class^=btn].lg>span:not(:last-of-type)::after {
    content: " · "
}

[class^=btn].lg .foot {
    position: absolute;
    right: 8px;
    bottom: 0;
    font-size: x-small
}

[class^=btn].lg .w-icon {
    width: 1rem
}

[class^=btn].lg .icon {
    position: absolute;
    inset-inline-end: 1.25rem;
    top: 50%;
    margin-top: -.8rem
}

[class^=btn].lg .icon svg {
    width: 1.6rem;
    height: 1.6rem
}

[class^=btn].lg+.ficells {
    margin: -.6rem 0
}

#btn-download,
#load-more,
#submit,
.btn-go {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border-radius: .5rem;
    border: 0;
    padding: .75rem 1.5rem;
    color: var(--c-btn-o);
    background: var(--c-link);
    line-height: 1.5;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 600
}

.btn-go[disabled],
[disabled]#btn-download,
[disabled]#load-more,
[disabled]#submit {
    opacity: .5
}

#btn-download,
#load-more,
.btn-go.green,
.green#submit {
    background: var(--c-green)
}

.btn-anim {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
    animation-duration: 2s;
    animation-name: activateButton;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-timing-function: cubic-bezier(.42, 0, 0, .99)
}

@keyframes activateButton {
    0% {
        opacity: .5
    }

    100% {
        opacity: 1;
        pointer-events: auto;
        cursor: pointer
    }
}

#share-menu .btn-anim .icon.loader-bg,
.btn-anim #share-menu .icon.loader-bg,
.btn-anim .icon.rotate {
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
    animation-duration: 1s;
    animation-name: hideIcon;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-timing-function: cubic-bezier(.42, 0, 0, .99)
}

@keyframes hideIcon {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        display: none
    }
}

.btn-anim .icon.dw {
    opacity: 0;
    pointer-events: none;
    cursor: not-allowed;
    animation-duration: 1s;
    animation-name: showIcon;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
    animation-timing-function: cubic-bezier(.42, 0, 0, .99)
}

@keyframes showIcon {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1rem
}

.btns.filled {
    background: #fff;
    margin: 0 -1rem
}

.btns select {
    width: 50%
}

.btns .wrap {
    margin-inline-start: auto;
    margin-inline-end: auto
}

.btns .wrap:last-child {
    margin-inline-end: 0
}

.btns .wrap:first-child {
    margin-inline-start: 0
}

.btns-h {
    display: flex;
    margin: 0;
    padding: .5rem;
    list-style: none;
    overflow-y: hidden;
    overflow-x: auto;
    vertical-align: top
}

.btns-h::-webkit-scrollbar {
    display: none
}

.btns-h li {
    display: inline-block;
    margin: 0 -.125rem
}

.btns-h .item {
    display: inline-block;
    margin: 0;
    line-height: 1.24
}

.btns-h [data-href],
.btns-h a {
    border: 1px solid rgba(92, 169, 246, .5);
    color: var(--c-green);
    border-radius: 1rem;
    border-radius: .375rem;
    display: inline-block;
    padding: .3rem .9rem;
    text-decoration: none;
    margin: .125rem;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    font-size: .875rem
}

.btns-h [data-href].active,
.btns-h a.active {
    font-weight: 700;
    color: var(--h-color);
    background: var(--b-btn)
}

.btns-h.inline {
    padding: 0;
    display: block
}

.btns-h.inline.collapsed {
    -webkit-line-clamp: initial
}

.btns-h#request_update,
.btns-h.small {
    display: block;
    padding: 0
}

.btns-h#request_update a,
.btns-h.small a {
    font-size: .75rem;
    padding: .15rem 1rem
}

.collapse {
    position: relative
}

.gr-coll {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(transparent, var(--body-bg))
}

.gr-coll.collapsed {
    display: none
}

.gr-coll::after {
    content: "↓";
    font-size: .9rem;
    color: var(--c-link);
    filter: drop-shadow(0 0 2px var(--body-bg))
}

details summary {
    font-weight: 700
}

details[open] .toggler::after {
    transform: rotate(90deg)
}

details[open] summary {
    margin-bottom: .25rem
}

details .btn-d {
    border-radius: 4px;
    margin-left: 1rem
}

.toggler {
    position: relative
}

.toggler span {
    line-height: 1.5rem;
    vertical-align: middle
}

.toggler:after {
    content: "";
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    opacity: .8;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(57, 189, 149)' stroke-linecap='round' fill='none' %3E%3Cpath stroke='none' d='M0 0h24v24H0z' /%3E%3Cline x1='12' y1='15' x2='18' y2= '9' /%3E%3Cline x1='12' y1='15' x2='6' y2= '9' /%3E%3C/svg%3E");
    rotate: -90deg
}

.toggler.c-g::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(57, 189, 149)' stroke-linecap='round' fill='none' %3E%3Cpath stroke='none' d='M0 0h24v24H0z' /%3E%3Cline x1='12' y1='15' x2='18' y2= '9' /%3E%3Cline x1='12' y1='15' x2='6' y2= '9' /%3E%3C/svg%3E")
}

.toggler.l::after {
    float: left
}

.toggler.btn-inline::after {
    width: 1.2rem;
    height: 1.2rem
}

.toggler[aria-expanded=true]::before {
    transform: rotate(90deg)
}

.toggler.h3 {
    color: var(--h-color)
}

.toggler.h3::after {
    filter: none;
    opacity: .8
}

.toggler.ta-l::after {
    display: none
}

.toggler.ta-l::before {
    content: "";
    float: right;
    width: 1.5rem;
    height: 1.5rem;
    opacity: .8;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(57, 189, 149)' stroke-linecap='round' fill='none' %3E%3Cpath stroke='none' d='M0 0h24v24H0z' /%3E%3Cline x1='12' y1='15' x2='18' y2= '9' /%3E%3Cline x1='12' y1='15' x2='6' y2= '9' /%3E%3C/svg%3E");
    rotate: -90deg
}

.dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--body-bg);
    padding: 0;
    z-index: 1;
    box-shadow: 0 2px 1rem rgba(0, 0, 0, .8)
}

.dropdown .cnt {
    list-style-type: none;
    text-align: left;
    color: var(--c-link);
    font-size: 75%
}

.heading .dropdown:last-child,
.wr-r .dropdown {
    left: auto;
    right: 0
}

.r .dropdown {
    left: auto;
    right: 0
}

.dropdown #drawer>a,
.dropdown a,
.dropdown button,
.dropdown span {
    padding: .75rem;
    display: block;
    line-height: inherit;
    white-space: nowrap
}

.dropdown li {
    margin: 0
}

.dropdown .active {
    background: rgba(0, 0, 0, .2);
    filter: invert(50%)
}

.tabs,.tabsMenu {
    margin: 0 0 1rem;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    border-bottom: var(--border);
    max-width: 100vw;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding: 0;
    padding-inline-end: 2rem
}

.tabs::after,.tabsMenu::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    inset-inline-end: 0;
    width: 3rem;
    background: var(--body-bg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--body-bg));
    pointer-events: none
}

.tabs>li {
    display: inline
}

.tabsMenu li,.tabs li{
    margin: 0 0;
    display: inline
}

.tabs .tab-link {
    font-size: .875rem;
    font-weight: 600;
    color: var(--c-gray)
}

.tabs a,
.tabs span,.tabs li {
    text-decoration: none;
    padding: .5rem 1rem;
    display: inline-block;
    color: var(--h-color)
}
.tabsMenu li{
    text-decoration: none;
    padding: .5rem 1rem;
    display: inline-block;
    color: var(--c-link);
}

.tabs a.active,.tabs li.active,
.tabs span.active {
    position: relative;
    color: var(--h-color);
    border-bottom: 2px solid #ffdb97;
    border-bottom-color: light-dark(#e48620, #998b71)
}
.tabsMenu li.active{
    color: var(--h-color);
    border-bottom: 2px solid #ffdb97;
    border-bottom-color: light-dark(#e48620, #998b71);
}
.tabs li {
    cursor: pointer;
}
.tabs li svg{
    width: 1.3rem;
    height: 1rem;
}

.tabs::-webkit-scrollbar {
    display: none
}

.tabs .c-link {
    color: var(--c-link)
}

.wr-r {
    position: relative;
    max-width: 58rem;
    margin: 0 auto
}

.wr-r .wrap {
    position: absolute;
    right: 0;
    top: -9px
}
.tabsWrap{
    position: relative;
    max-width: 58rem;
    margin: 0 auto 
}
.tabsWrap .wrap {
    position: absolute;
    right: 0;
    top: -57px
}
#request_update,
.badge {
    display: inline-block;
    padding: .01rem .2rem;
    border-radius: .25rem;
    border: 1px solid var(--c-green);
    color: var(--c-green);
    vertical-align: middle
}

[data-bdg]::before {
    content: attr(data-bdg)
}

#request_update {
    background: var(--bg-mult);
    border-color: transparent
}

#request_update svg {
    width: 1rem;
    height: 1rem;
    color: var(--c-green) !important
}

select[name=lang] {
    color: var(--c-gray)
}

#load-more {
    min-width: 300px
}

#load_comment_form {
    color: var(--c-green);
    background: var(--bg-mult);
    padding: .5rem 1rem;
    border-radius: .5rem
}

#sorting {
    max-width: 100vw;
    width: max-content
}

#sorting ul {
    list-style: none;
    margin: 0;
    padding: .375rem 0
}

#sorting a {
    padding: .375rem .75rem
}

[aria-expanded=false]+#sorting {
    display: none
}

[aria-expanded=true]+#sorting {
    display: block
}

.add-tag-btn {
    padding: .3rem
}

#report_problem {
    display: inline-block;
    padding: 0;
    color: var(--c-green)
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

img[class*=wp-image] {
    margin: 0 -1rem;
    height: auto
}

img[class*=wp-image].aligncenter {
    margin: 0 -1rem;
    max-width: 100vw
}

svg {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: auto;
    vector-effect: non-scaling-stroke;
    text-rendering: optimizelegibility;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle
}

#author-link svg,
svg.sm {
    width: 1rem;
    height: 1rem
}

.s-b {
    stroke: var(--c-primary)
}

.s-g {
    stroke: var(--c-green);
    filter: brightness(.5)
}

.s-o {
    color: light-dark(#e48620, #ffdb97) !important
}

.grid .icon img,
.icon img {
    border-radius: .5rem
}

.app-icon,
.itm img {
    border-radius: 1.1875rem;
    aspect-ratio: 1/1;
    background-color: var(--b-icon)
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

#share-menu .loader-bg svg,
.rotate svg {
    animation: spin 1.5s linear infinite
}

.loader {
    position: fixed;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    z-index: 999
}

.loader svg {
    color: #fff;
    width: 3rem !important;
    height: 3rem !important
}

.w-icon {
    position: relative;
    width: 2rem;
    height: 1rem;
    overflow: hidden;
    display: inline-block
}

.w-icon svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0
}

.active .w-icon svg {
    top: 0;
    animation: moveDown 1s ease-in-out infinite
}

@keyframes moveDown {
    0% {
        top: -1rem
    }

    100% {
        top: 1rem
    }
}

#yt-placeholder {
    position: absolute;
    display: block;
    max-width: 100%;
    object-fit: cover;
    max-height: 100%
}

#yt-play {
    display: block;
    position: absolute;
    top: 33px;
    left: 33px;
    width: 100%;
    height: 100%;
    border: 0;
    background: no-repeat center/68px 48px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    cursor: pointer;
    transition: filter .1s cubic-bezier(0, 0, .2, 1)
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

#share-menu .loader-bg,
.m-auto {
    margin: auto
}

.mt-0 {
    margin-top: 0 !important
}

.mt-_5 {
    margin-top: .5rem
}

.mt--_5 {
    margin-top: -.5rem
}

.mt-1 {
    margin-top: 1rem !important
}

.my-1 {
    margin-block-start: 1rem;
    margin-block-end: 1rem
}

.my-05 {
    margin-block-start: .5rem;
    margin-block-end: .5rem
}

.description,
.my-2 {
    margin-block-start: 2rem;
    margin-block-end: 2rem
}

.ta-c {
    text-align: center
}

.ta-l {
    text-align: start
}

.ta-r {
    text-align: end
}

.mb-1 {
    margin-block-end: 1rem
}

.ml-auto {
    margin-inline-start: auto !important
}

.c-2 {
    column-count: 2
}

.fw {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

#breadcrumbs {
    max-width: 58rem;
    margin: 0 auto -.5rem;
    font-size: .8125rem;
    padding: .25rem;
    line-height: 1;
    display: flex;
    align-items: baseline;
    overflow-y: hidden;
    overflow-x: auto
}

#breadcrumbs::-webkit-scrollbar {
    display: none
}

#breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0
}

#breadcrumbs li {
    display: inline
}

#breadcrumbs li:not(:last-child)::after {
    content: "/"
}

#breadcrumbs a,
#breadcrumbs span span {
    padding: .175rem;
    text-decoration: none
}

#breadcrumbs>span {
    white-space: nowrap;
    display: block
}

#breadcrumbs>span:last-child {
    font-weight: 700
}

#breadcrumbs>span:not(:last-child):after {
    content: "›";
    margin: 0 .35rem;
    font-weight: 700;
    color: rgba(204, 204, 204, .4);
    font-size: 150%
}

#breadcrumbs.sp:has(+.with-bg) {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

#breadcrumbs.sp>span {
    padding: .175rem
}

#breadcrumbs.sp>span:after {
    display: none
}

#breadcrumbs.sp>span:last-child {
    font-weight: 400
}

#breadcrumbs.sp svg {
    vertical-align: text-bottom
}

#breadcrumbs .sep {
    color: var(--c-primary)
}

#breadcrumbs .breadcrumbs-list {
    color: var(--c-gray);
    white-space: nowrap;
    font-size: 14px;
    margin: 4px 0
}

#breadcrumbs .breadcrumbs-list li:not(:last-child):after {
    content: "›";
    font-size: 1rem;
    padding: 0 2px;
    opacity: .5
}

#breadcrumbs .breadcrumbs-list li:last-child span {
    color: var(--h-color);
    font-weight: 700
}

#breadcrumbs .breadcrumbs-list li>a,
#breadcrumbs .breadcrumbs-list li>span {
    color: var(--body-color);
    padding: .175rem
}

.pagi {
    display: inline-block
}

.pagi a:not(.page-numbers),
.pagi span:not(.page-numbers) {
    display: flex;
    align-items: center;
    padding: .7rem 1rem;
    background: var(--b-btn);
    color: var(--c-btn)
}

.pagi a,
.pagi span:not(.dots) {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    display: inline-block;
    padding: .5rem .75rem;
    text-decoration: none;
    border-radius: .25rem;
    font-size: .8125rem;
    font-weight: 700;
    text-align: center;
    margin: 0 .125rem;
    background: var(--c-link);
    color: var(--c-btn-o)
}

.pagi a {
    color: var(--c-btn-o)
}

.pagi span {
    opacity: .6
}

.pagi .current {
    opacity: .6
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: .1rem 0 0;
    position: relative
}

.nav-links {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.header h1 {
    margin-inline-start: 1rem;
    margin-inline-end: 1rem;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    font-size: clamp(1.375rem, 3vw + .75rem, 2rem)
}

.header h1+.stext {
    margin-top: 0
}

.header .btns {
    width: 100%;
    margin: 0 0 -2rem
}

.header.with-bg>* {
    color: #fff
}

.header.with-bg .intro,
.header.with-bg .stext,
.header.with-bg h1 {
    text-shadow: 0 1px 2px rgba(30, 41, 59, .9), 0 0 10px rgba(30, 41, 59, .5)
}

.d-i-md {
    display: none
}

.stext {
    margin: 1rem auto;
    max-width: 560px;
    text-align: center
}

.background {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1
}

.background img {
    height: 100%;
    width: 100vw;
    object-fit: cover;
    object-position: center 0;
    aspect-ratio: 1280/720
}

.background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 41, 59, .85)
}

.wrap {
    position: relative
}

.wrap span {
    vertical-align: middle
}

h1+.wrap {
    margin-right: -48px
}

#scustomizations {
    right: 0;
    position: fixed;
    top: auto
}

#scustomizations a {
    display: inline-block
}

#share-menu {
    padding: .5rem;
    min-width: 300px;
    width: auto;
    max-width: 100%
}

#share-menu svg {
    stroke-width: 0;
    opacity: 1
}

#share-menu span[class*=at] {
    padding: initial;
    display: inline-block
}

#share-menu span.at_flat_counter {
    padding: 0 10px !important
}

#share-menu .loader-bg {
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem
}

#share-menu .loader-bg svg {
    stroke-width: 2
}

[id=st-1]+.loader-bg {
    display: none
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-2 {
    column-count: 2
}

.fw {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.post_content {
    margin: 0 0 1.5rem 0
}

#rating {
    margin-bottom: 2rem
}

#filter .links a:after,
#filter .tags a:after {
    content: "×";
    display: inline-block;
    margin-left: .25rem
}

.hd {
    display: flex;
    align-items: center
}

.hd #drawer>a,
.hd button {
    margin-right: 1rem
}

.hd .cancel {
    margin-top: 1.5rem;
    align-self: flex-end
}

#filter section {
    margin-bottom: 1rem
}

#filter section:after {
    display: table;
    clear: both;
    content: ""
}

#filter input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
    display: inline-block
}

#filter input:not([type=radio]):not([type=checkbox])[type=range] {
    width: 77%
}

#filter input:not([type=radio]):not([type=checkbox])[name=ver] {
    width: 20%
}

#filter input[type=checkbox],
#filter input[type=radio] {
    margin-right: .25rem
}

#filter select {
    width: 100%;
    border-radius: .75rem;
    border: 0;
    margin-bottom: .5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px
}

#filter .active-fl a {
    font-size: 75%;
    margin: .1rem 0
}

#filter .active-fl .il {
    display: block;
    float: none;
    margin: -.5rem 0 0 -.5rem
}

.application {
    position: relative
}

.ficells,
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.ficells:not(.wgap),
.row:not(.wgap) {
    column-gap: 1rem
}

.wgap p {
    margin-bottom: 0
}

.container- {
    position: relative;
    margin: 0 -1rem
}

.app-info {
    margin: .75rem 0;
    display: flex;
    flex-direction: row
}

.app-info .app-icon,
.app-info .itm img,
.itm .app-info img {
    border-radius: 1rem;
    margin-inline-end: 1rem
}

.app-info h1 {
    font-size: 1.75rem;
    margin: 0;
    text-align: start;
    display: inline-block
}

.app-info .h1add {
    display: inline-block;
    margin-bottom: 0
}

.app-info .subtitle {
    font-weight: 400;
    margin: 0;
    font-stretch: condensed;
    color: #787878
}

.app-info .developer {
    flex-grow: 1;
    font-size: .75rem;
    color: var(--h-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.app-info .wrap {
    flex-shrink: 0;
    margin: 0
}

.app-info .wrap #share {
    padding: .5rem
}

.app-info .android-version span,
.app-info .file-size span {
    color: var(--h-color);
    font-weight: 700
}

.app-info svg {
    vertical-align: sub
}

.info-col {
    flex: 1;
    align-self: center;
    max-width: calc(100% - 86px)
}

.info-col a {
    text-decoration: none
}

#version-name {
    flex-shrink: 0;
    margin-right: .5rem;
    color: var(--h-color);
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 60%
}

#version-name small {
    color: var(--body-color);
    font-weight: 400
}

#cover {
    text-align: center;
    margin-inline-start: -1rem;
    margin-inline-end: -1rem
}

.file {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: .5rem 0
}

.file:not(:last-child) {
    border-bottom: var(--border)
}

.file>span {
    flex-grow: 1;
    text-align: center
}

.file #request_update,
.file .badge {
    flex-grow: 0;
    font-size: 75%
}

.file-info {
    position: relative
}

.version {
    font-weight: 700
}

.android_req,
.file_date {
    font-size: 80%
}

#request_resp {
    color: var(--h-color)
}

#summury {
    margin: 0 0 .5rem;
    font-size: .875rem;
    font-weight: 600;
    color: var(--c-gray)
}

.tag {
    margin: 0 0 .5rem;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    font-size: .9375rem
}

.tag a {
    color: var(--c-link);
    border: 1px solid rgba(92, 169, 246, .5);
    border-color: light-dark(#dee0e2, #464e5d) !important;
    border-radius: .375rem;
    display: inline-block;
    padding: .3rem .9rem;
    text-decoration: none;
    margin: 0 .125rem;
    white-space: nowrap
}

.tag.round a {
    border-radius: 1rem;
    border-color: rgba(92, 169, 246, .5);
    font-weight: 500
}

.tag li {
    display: inline-block;
    margin: .125rem 0
}

.tag-i {
    list-style: none;
    margin: 0;
    padding: 0
}

.tag-i li {
    display: inline;
    margin-right: .25rem
}

.tag-i a {
    text-decoration: underline
}

.versions-list {
    margin: 1rem 0;
    border: var(--border);
    border-width: 2px;
    border-right: 0;
    border-left: 0;
    display: table;
    width: 100%;
    border-collapse: collapse
}

.versions-list .file {
    cursor: pointer;
    text-decoration: none;
    display: table-row;
    border-bottom: 1px solid var(--bg)
}

.versions-list .file span {
    display: table-cell;
    padding: .5rem .25rem;
    vertical-align: middle;
    line-height: 1
}

.notation {
    font-size: small;
    background: rgba(0, 0, 0, .2);
    color: var(--h-color);
    padding: .75rem 1rem;
    border-radius: .75rem;
    color: var(--body-color);
    line-height: 1.2
}

.note {
    text-align: center;
    color: var(--body-color);
    line-height: 1.2
}

.section .h2,
.section h2,
.section h3,
.section>.h3 {
    margin-top: 1.5rem
}

table+.notation {
    margin: -1rem 0 0 0
}

.post-ratings img {
    width: 29px;
    height: 28px
}

.message {
    background: var(--bg-mult);
    color: var(--h-color);
    font-size: small;
    text-align: center;
    padding: .75rem 1rem;
    border-radius: .75rem;
    margin: .5rem auto;
    width: fit-content
}

.sm-screen img {
    height: 125px;
    width: auto;
    max-width: none
}

.sm-screen:first-child {
    margin-left: auto
}

.sm-screen:last-child {
    margin-right: auto
}

.details>span {
    font-size: 80%
}

.details>span:not(:last-of-type)::after {
    content: " · "
}

#addinfo table {
    table-layout: auto;
    display: block;
    border-spacing: 0;
    text-indent: 0
}

#addinfo table tbody {
    display: flex;
    flex-wrap: wrap
}

#addinfo table tr {
    flex: 0 0 auto;
    width: 50%;
    padding: .25rem
}

#addinfo table tr.full {
    width: 100%
}

#addinfo table th {
    display: block;
    text-align: start
}

#addinfo table td+td,
#addinfo table th+td {
    text-align: start;
    padding-left: 31px
}

#addinfo table td {
    display: block;
    padding: 0;
    line-height: 1.375
}

#addinfo table td:first-child {
    font-weight: bolder;
    padding-left: 0
}

#older-versions {
    display: flex;
    justify-content: space-between
}

#cover-bg {
    margin: .5rem 0 -2rem;
    position: relative;
    z-index: -1;
    text-align: center
}

#cover-bg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 3rem;
    background: linear-gradient(transparent, var(--body-bg));
    line-height: 1
}

#app-description {
    margin: 0;
    line-height: 1.3125
}
#app-description img{
    display: block;
    margin: 0 auto;
}
#app-description h3{
    padding-left: 10px;
    position: relative;
}
#app-description h3::after{
    content: "";
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    background: #0072e3;
}

#app-description.collapse {
    /* max-height: 256px;
    overflow: hidden */
}

#app-description.collapse.collapsed {
    max-height: none
}

#description {
    position: relative;
    border-bottom: var(--border);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.45
}

.gr-coll-p {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(transparent, var(--body-bg))
}

.gr-coll-p:after {
    content: "";
    margin: 0 auto;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(57, 189, 149)' stroke-linecap='round' fill='none' %3E%3Cpath stroke='none' d='M0 0h24v24H0z' /%3E%3Cline x1='12' y1='15' x2='18' y2= '9' /%3E%3Cline x1='12' y1='15' x2='6' y2= '9' /%3E%3C/svg%3E")
}

.gr-coll-p.collapsed {
    background: 0 0;
    rotate: 180deg;
    bottom: -1rem
}

.ficells {
    justify-content: center !important;
    align-items: end;
    line-height: 1rem
}

.ficells .fl {
    color: var(--hp-color);
    font-weight: 700;
    white-space: nowrap;
    display: block
}

.ficells .fl.norm {
    font-weight: 400
}

.ficells .vers {
    max-width: 43%
}

.ficells .vers .fl {
    font-size: large;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.ficells .cell {
    position: relative;
    padding: .25rem .125rem;
    line-height: 1
}

.ficells .cell:not(:last-child):after {
    content: "";
    background: var(--bg-mult);
    width: 1px;
    inset-inline-end: -.625rem;
    top: .25rem;
    bottom: .25rem;
    display: block;
    position: absolute
}

.ficells .cell svg {
    vertical-align: bottom
}

.ficells #request_update,
.ficells .small,
.ficells .smaller,
.ficells small {
    color: var(--c-gray)
}

.wsnw {
    white-space: nowrap
}

.slide .inner {
    overflow: auto;
    overflow-y: hidden;
    display: flex;
    position: relative
}

.slide .inner::-webkit-scrollbar-thumb {
    height: 12px
}

.slide .inner::-webkit-scrollbar-thumb:horizontal {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px
}

.slide .inner::-webkit-scrollbar-thumb:horizontal:hover {
    background: var(--c-link)
}

.slide .inner::-webkit-scrollbar {
    background: 0 0
}

.slide-item {
    flex: 0 0 auto;
    max-width: 90%;
    padding: .5rem;
    position: relative
}

.slide-item .slide-inner {
    background: var(--bg);
    border-radius: .65rem;
    overflow: hidden
}

.slide-item figure {
    margin: 0
}

.slide-item a::after {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    cursor: pointer
}

.slide-item .icon {
    border-radius: .25rem;
    margin: .5rem
}

.slide-item .wp-post-image {
    display: block
}

.slide-item .title {
    color: var(--h-color)
}

.slide-item .app {
    display: flex
}

.slide-item .info {
    align-self: center;
    padding-left: .5rem
}

.slide-item .rating {
    margin-left: auto;
    color: var(--body-color);
    align-self: center;
    padding: .5rem
}

.file-attach {
    display: flex;
    margin: .5rem 0;
    width: 100%;
    max-width: 100%;
    padding: 0 0 .5rem 0;
    border-bottom: 1px solid var(--bg)
}

.file-attach img {
    border-radius: .375rem
}

.file-attach figure {
    margin: 0;
    margin-inline-end: .5rem;
    align-content: center;
    flex-shrink: 0
}

.file-attach .h3,
.file-attach h3 {
    color: var(--hp-color);
    margin: 0
}

.file-attach .details {
    font-size: 75%;
    color: var(--c-gray)
}

.file-attach #request_update,
.file-attach .badge {
    font-size: 75%;
    color: var(--body-bg);
    background-color: var(--c-green)
}

.file-attach .text {
    align-content: center
}

.file-attach .last {
    margin-inline-start: auto;
    align-content: center;
    flex-shrink: 0
}

.archive .itm a {
    color: var(--h-color)
}

.archive .capt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: var(--line-clamp, 3);
    -webkit-box-orient: vertical
}

.wpcf7-list-item {
    display: block
}

.wpcf7-list-item-label {
    margin: 0 0 0 .5em;
    font-size: 80%
}

.comment-list {
    padding: 0;
    margin: 0 0 .5rem
}

.comment-list li {
    list-style: none
}

.comment.depth-2 {
    padding-left: 3rem
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: small;
    margin: 0
}

.comment-metadata {
    display: flex;
    font-size: smaller
}

.comment-metadata [data-href],
.comment-metadata a {
    text-decoration: none;
    color: var(--c-gray)
}

.edit-link {
    display: none
}

.avatar {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    margin-right: .5rem
}

.comment-author {
    display: flex;
    align-items: center;
    margin-right: 2rem
}

.fn {
    font-weight: 700;
    color: var(--h-color)
}

.says {
    font-size: smaller
}

.comment-content {
    padding-left: 2.75rem;
    margin-bottom: .5rem
}

.comment-footer-meta {
    padding-left: 2.75rem;
    margin-bottom: 1.5rem
}

.comment-reply-link {
    font-size: smaller;
    color: var(--c-link)
}

.comment-respond {
    max-width: 24rem;
    margin: 1rem auto
}

.comment-reply-title {
    text-align: center
}

.logged-in-as {
    font-size: smaller
}

.comment-form-comment label {
    display: block
}

.comment-form-comment textarea {
    max-width: 100%
}

.comment-reply-link {
    display: none
}

.comment-reply-link span {
    display: none
}

.comment-reply-link::before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(86,158,230)' stroke-linecap='round' fill='none' %3E%3Cpath  stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M9 14l-4 -4l4 -4' /%3E%3Cpath d='M5 10h11a4 4 0 1 1 0 8h-1' /%3E%3C/svg%3E")
}

.comment-list {
    padding: 0;
    margin: 0 0 .5rem
}

.comment-list li {
    list-style: none
}

.comment.depth-2 {
    padding-left: 3rem
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: small;
    margin: 0
}

.comment-metadata {
    display: flex;
    font-size: smaller
}

.comment-metadata [data-href],
.comment-metadata a {
    text-decoration: none;
    color: var(--c-gray)
}

.edit-link {
    display: none
}

.avatar {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    margin-right: .5rem
}

.comment-author {
    display: flex;
    align-items: center;
    margin-right: 2rem
}

.fn {
    font-weight: 700;
    color: var(--h-color)
}

.says {
    font-size: smaller
}

.comment-content {
    padding-left: 2.75rem;
    margin-bottom: .5rem
}

.comment-footer-meta {
    padding-left: 2.75rem;
    margin-bottom: 1.5rem
}

.comment-reply-link {
    font-size: smaller;
    color: var(--c-link)
}

.comment-respond {
    max-width: 24rem;
    margin: 1rem auto
}

.comment-reply-title {
    text-align: center
}

.logged-in-as {
    font-size: smaller
}

.comment-form-comment label {
    display: block
}

.comment-form-comment textarea {
    max-width: 100%
}

.comment-reply-link {
    display: none
}

.comment-reply-link span {
    display: none
}

.comment-reply-link::before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(86,158,230)' stroke-linecap='round' fill='none' %3E%3Cpath  stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M9 14l-4 -4l4 -4' /%3E%3Cpath d='M5 10h11a4 4 0 1 1 0 8h-1' /%3E%3C/svg%3E")
}

:root {
    --c-primary: #1e293b;
    --c-blue: #4279b0;
    --c-green: #27ae60;
    --c-green-dark: #219653;
    --c-yellow: #ffc14a;
    --c-red: #bb0000;
    --c-white: #FAFAFA;
    --c-link: var(--c-blue, blue);
    --b-btn: #fff;
    --c-btn: var(--c-link);
    --c-btn-o: var(--b-btn);
    --c-gray: #838992;
    --b-btn-o: var(--c-link);
    --c-svg: #9ea3aa;
    --body-color: #1C1C1E;
    --body-bg: #FAFAFA;
    --h-color: var(--c-primary);
    --hp-color: var(--c-primary);
    --b-icon: #fff;
    --bg: rgba(0, 0, 0, .03);
    --bg-mult: rgba(30, 41, 59, .05);
    --shadow-p: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    --border: 1px solid var(--bg-mult);
    --ss: 1.25rem;
    --gap-v: 1.5rem;
    --gap-h: 1rem;
    --ratio: 1/1.85;
    --container-width: 27.5rem;
    --sx: 0px;
    --sy: 4px;
    --sz: 8px
}

[data-theme=dark] {
    color-scheme: dark;
    --body-color: #9fa4ad;
    --body-bg: #313a4a;
    --h-color: #F9FAFB;
    --hp-color: #fff;
    --c-link: #5ca9f6;
    --b-btn: var(--c-link);
    --c-btn: var(--c-primary);
    --c-btn-o: var(--c-primary);
    --b-icon: transparent;
    --bg-mult: rgba(0, 0, 0, .15);
    --bg: rgba(0, 0, 0, .15)
}

[data-theme=dark] #cover-bg {
    opacity: .8
}

[data-theme=auto] {
    color-scheme: light dark
}

.d {
    text-align: center
}

.d a {
    width: 100%;
    border-radius: .5rem;
    padding: .6rem;
    text-transform: uppercase;
    color: var(--c-link);
    border: 1px solid var(--c-link);
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none
}

.d a+span {
    margin: 0 0 1rem
}

.il {
    display: inline-block;
    color: var(--c-link)
}

.il span {
    border-bottom: 1px dotted var(--c-link)
}

#downloads .il {
    margin: 0 auto;
    display: block;
    margin-top: -1rem
}

hgroup {
    margin: 1rem 0
}

hgroup h1,
hgroup h2,
hgroup h3 {
    display: inline
}

hgroup h3 {
    color: var(--body-color)
}

#meta {
    display: flex;
    align-items: center
}

#meta .icon {
    flex: 0 0 100px;
    margin-right: 1rem;
    align-self: flex-start
}

a[href="#rating"] svg {
    fill: url(#linear-gradient);
    stroke: none;
    width: 5rem;
    margin-left: -8px
}

.r {
    font-size: .75rem;
    margin-bottom: .55rem
}

.r a,
.r span,
.r time {
    text-decoration: none
}

.r .dev {
    font-size: 1rem
}

#drawer.r>a,
.r>button {
    margin: -.5rem
}

.r time {
    margin-right: 0
}

.article .r {
    font-weight: 400
}

.article .r .s {
    margin: 0 .5rem
}

.r.meta a,
.r.meta span {
    margin-right: 1.25rem
}

.s:before {
    content: "·"
}

#toc {
    margin-top: 1rem;
    position: relative
}

#toc .wrap {
    position: absolute;
    top: .1rem;
    right: .5rem
}

#lang_sel {
    font-size: .75rem;
    box-shadow: none;
    color: var(--body-color);
    padding: .5rem;
    padding-inline-start: 0;
    background: 0 0
}

.embed-container-360 {
    max-width: 360px;
    margin: 0 auto
}

.embed-container {
    max-width: 460px;
    margin: 0 auto
}

.embed {
    padding: 0 0 63%;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative
}

.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

#drawer.embed>a,
.embed>button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -32px
}

.embed svg {
    width: inherit;
    height: inherit
}

table {
    width: 100%;
    table-layout: fixed;
    font-size: small
}

table .th,
table th {
    font-weight: 300;
    font-size: smaller;
    color: var(--c-gray)
}

table .th+td,
table th+td {
    color: var(--h-color)
}

table td {
    padding: .5rem 0;
    overflow-x: auto;
    line-height: 1.2;
    font-size: .8125rem
}

table tr {
    border-bottom: var(--border)
}

table svg {
    margin-right: .25rem
}

table a svg {
    color: var(--c-link) !important
}

.links,
.tags {
    margin: 0 0 1rem;
    padding: 0
}

.links li,
.tags li {
    display: inline-block;
    margin: .25rem 0
}

.links a,
.tags a {
    padding: .25em 1em;
    border: 1px solid var(--c-link);
    border-radius: 1rem;
    margin-right: .25rem;
    color: var(--c-link);
    white-space: nowrap;
    text-decoration: none;
    display: inline-block
}

.meta {
    background: var(--bg);
    padding: .75rem 1rem;
    border-radius: .75rem;
    position: relative
}

#drawer.meta>a:not(.btn-inline),
.meta>button:not(.btn-inline) {
    float: right;
    padding: .5rem 1rem;
    margin: -.5rem -.5rem 0 0
}

.meta h3 {
    margin-top: 0
}

.meta .name {
    font-weight: 700
}

.rating {
    text-align: center
}

.rating .average {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0
}

.wr {
    position: relative;
    margin: 0 auto;
    width: auto;
    display: inline-block
}

#intro {
    clear: both;
    margin: 1rem 0
}

#cat-cont .header {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1.5rem;
    font-size: .875rem
}

#cat-cont .header.bg h1,
#cat-cont .header.bg p {
    color: #fff
}

#cat-cont .bg-img {
    position: absolute;
    left: -1rem;
    top: -1.25rem;
    right: -1rem;
    bottom: 0;
    z-index: -1;
    display: flex
}

#cat-cont .bg-img img {
    object-fit: cover;
    width: 100%
}

#cat-cont .wr .toggler {
    color: #fff;
    background: var(--c-link);
    padding: .5rem 2rem
}

#cat-cont .wr .toggler:after {
    filter: invert(1)
}

#cat-cont #drawer.wr>a,
#cat-cont .wr>button {
    color: var(--body-color);
    background: #fff;
    padding: .5rem .65rem;
    border-radius: 1rem;
    margin-right: .25rem
}

.links {
    margin: 0 -1rem;
    padding-left: 1rem
}

.links a {
    color: #fff;
    background: #b2b3b5;
    font-weight: 400;
    border: 0
}

.copyright a {
    color: var(--c-link) !important
}

.txt {
    color: inherit;
    font-size: inherit;
    margin: .75rem 0;
    font-weight: inherit
}

aside.ab {
    margin: 1rem -1rem;
    width: calc(100% + 2rem);
    color: var(--c-gray)
}

aside.ab .title {
    font-size: 9px;
    color: #ccc;
    text-align: center;
    text-transform: uppercase
}

.grid+.ab {
    margin-block-start: 1.5rem
}

.min-h280 {
    min-height: 280px
}

[data-theme=dark] {
    color-scheme: dark;
    --bg-secondary: rgba(0, 0, 0, 0.25);
    --border-color: rgba(255, 255, 255, 0.1);
    --text-muted: #94a3b8
}

[data-theme=light] {
    color-scheme: light;
    --bg-secondary: rgba(0, 0, 0, 0.08);
    --border-color: rgba(0, 0, 0, 0.1);
    --text-muted: #64748b
}

body {
    font-family: Inter, Roboto, system-ui, -apple-system, sans-serif !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-feature-settings: "calt" 1, "cv05" 1, "cv06" 1;
    font-variant-numeric: tabular-nums
}

@supports (font-variation-settings:normal) {
    body {
        font-optical-sizing: auto
    }
}

.application .h,
.application .h1,
.application .h2,
.application .h3,
.application h1,
.application h2,
.application h3,
.application h4,
.application h5,
.application h6 {
    font-weight: 600;
    margin: 1em 0
}

.container {
    padding-inline-start: var(--ss);
    padding-inline-end: var(--ss)
}

.container-m {
    padding-inline-start: 0;
    padding-inline-end: 0
}

.container-m #fg-sort {
    margin-inline-start: var(--ss)
}

.grid {
    padding-top: 0
}

.bold {
    font-weight: 600
}

.mr-a {
    margin-inline-end: auto
}

.ml-auto {
    margin-left: auto
}

.m-0 {
    margin: 0 !important
}

.p-1 {
    padding: 1rem
}

.br-1 {
    border-radius: 1rem
}

.gap-1 {
    gap: 1rem
}

.gap-05 {
    gap: .5rem
}

.gap-025 {
    gap: .25rem
}

.mb-05 {
    margin-bottom: .5rem
}

.mb-025 {
    margin-bottom: .25rem
}

.mb-0 {
    margin-bottom: 0
}

.mt-2 {
    margin-top: 2rem
}

.ml-_1 {
    margin-inline-start: -1rem
}

.pt-1 {
    padding-top: 1rem
}

.border-top {
    border-top: 1px solid var(--bg)
}

.flex-v-center {
    display: flex;
    align-items: center
}

.mr-_1 {
    margin-right: -1rem
}

.h-color {
    color: var(--h-color)
}

.post-content .bold,
.post-content abbr,
.post-content b,
.post-content strong,
.post_content .bold,
.post_content abbr,
.post_content b,
.post_content strong {
    color: inherit
}

.app-status.status-original {
    color: var(--c-green);
    border: 1px solid var(--c-green);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .8em;
    font-weight: 500
}

.app-status.status-other {
    color: #8a2be2;
    border: 1px solid #8a2be2;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .8em;
    font-weight: 500
}

.c-green-bg-light {
    background-color: rgba(39, 174, 96, .1)
}

.c-yel-bg-light {
    background-color: rgba(241, 196, 15, .1)
}

.c-red-bg-light {
    background-color: rgba(231, 76, 60, .1)
}

.c-gray-bg-light {
    background-color: rgba(128, 128, 128, .1)
}

.check-list-detailed {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .8125rem
}

.status-box .icon-big {
    flex-shrink: 0
}

.check-item {
    font-size: .8125rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--border-color)
}

.check-item:last-child {
    border-bottom: none
}

.check-label {
    color: var(--h-color)
}

.hash-item {
    background: var(--bg);
    padding: .75rem;
    border-radius: .5rem
}

.pos-rel {
    position: relative
}

.copy-feedback {
    font-weight: 600
}

.tooltip-content {
    width: calc(100% - 1rem);
    max-width: 600px;
    z-index: 1000
}

svg {
    stroke-width: 1.5px;
    width: 1.5rem;
    height: 1.5rem;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
    overflow: visible
}

.icon-xxl {
    width: 3rem;
    height: 3rem
}

#addinfo table svg:not(.sm) {
    width: 1.25rem;
    height: 1.25rem
}

#addinfo table svg {
    vertical-align: bottom
}

#breadcrumbs {
    margin: 0 2.75rem 0 0;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 1
}

#breadcrumbs.has-bg {
    position: absolute;
    left: 0
}

#breadcrumbs .breadcrumbs-list {
    padding: 0;
    margin: 0 !important;
    list-style: none
}

#breadcrumbs li {
    display: inline-block;
    color: var(--c-gray);
    margin: .5rem 0;
    line-height: 1.75;
}

#breadcrumbs li.breadcrumb-cat {
    display: block;
    margin: 0;
    line-height: 1.75
}

#breadcrumbs .breadcrumbs-list li>a {
    padding: .62521875rem .31260938rem;
    font-size: .8125rem;
    transition: color .3s ease
}

#breadcrumbs li.breadcrumb-cat a {
    display: flex;
    padding: .62521875rem;
    color: var(--c-gray);
    filter: none
}

#breadcrumbs.has-bg li.breadcrumb-cat a {
    filter: var(--shadow-p);
    color: #fff;
    opacity: .7
}

#breadcrumbs li.breadcrumb-cat a::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1.5px;
    rotate: 90deg;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='rgb(255,255,255)' stroke-linecap='round' fill='none' %3E%3Cpath stroke='none' d='M0 0h24v24H0z' /%3E%3Cline x1='12' y1='15' x2='18' y2= '9' /%3E%3Cline x1='12' y1='15' x2='6' y2= '9' /%3E%3C/svg%3E");
    filter: contrast(.1)
}

#breadcrumbs.has-bg li.breadcrumb-cat a::before {
    filter: var(--shadow-p)
}

#breadcrumbs .breadcrumbs-list li::after {
    display: none
}

#breadcrumbs .breadcrumbs-list li:last-child span {
    font-weight: 400;
    color: inherit
}

.sharing-wrp {
    position: absolute;
    right: 0;
    top: -2.75rem;
    z-index: 1
}

.sharing-wrp .sharing-wrp .r {
    margin-bottom: 0
}

#cover-bg+.sharing-wrp {
    top: 0
}

#cover-bg+.sharing-wrp #share svg {
    color: #fff;
    opacity: .7;
    filter: var(--shadow-p);
    top: 0
}

#cover-bg {
    margin-top: 0
}

#share {
    margin: 0;
    padding: .92307692em;
    font-size: .8125rem
}

#share svg {
    stroke-width: 1.5px;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--c-gray);
    opacity: 1;
    transition: opacity .3s ease
}

[data-theme=dark] #share svg {
    opacity: .5;
    color: #fff;
    filter: var(--shadow-p)
}

.archive #share svg {
    color: var(--c-gray);
    opacity: 1
}

#share:hover svg {
    opacity: 1
}

#share-menu {
    top: auto
}

.application #cover-bg {
    margin-top: 0;
    margin-left: calc(var(--ss) * -1);
    margin-right: calc(var(--ss) * -1)
}

#cover-bg img {
    width: 100%
}

.app-info {
    margin-top: 0;
    margin-bottom: 1.25rem
}

.app-info .app-icon,
.app-info .itm img,
.itm .app-info img {
    margin-right: 1.25rem;
    line-height: 1
}

.app-info h1 {
    line-height: 1.1;
    text-shadow: 0 0 5px var(--body-bg);
    margin: 0
}

.app-info h1 .subtitle {
    font-size: 60%
}

[data-theme=dark] .app-info h1 .subtitle {
    color: var(--body-color)
}

.app-status {
    height: 1.25rem;
    padding: 1px 6px;
    font-size: .75rem;
    color: var(--c-green);
    opacity: .75;
    border-radius: 4px;
    border: 1px solid var(--c-green)
}

.stats-row {
    display: flex;
    align-items: center;
    color: var(--c-gray);
    font-size: .75rem;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0
}

.application .stats-row {
    margin: -1.25rem -1.25rem 0
}

.stat-item {
    position: relative;
    margin: 0 1rem;
    font-weight: 600;
    font-family: ui-monospace, monospace
}

.stat-item span {
    vertical-align: middle;
    color: var(--h-color);
    font-weight: 600
}

.with-bg .stat-item span {
    color: var(--c-white)
}

.stat-item .c-green {
    color: var(--c-green)
}

.stat-item span.sm {
    vertical-align: middle;
    color: inherit;
    font-weight: 400;
    font-size: .75rem
}

.stat-item:not(:first-child)::before {
    content: "";
    height: 1rem;
    width: 1px;
    display: block;
    background: var(--c-gray);
    opacity: .25;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1rem
}

#security-btn {
    margin-inline-end: -1rem;
    padding: .75rem;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1)
}

#security-btn:hover {
    color: var(--c-green);
    transform: translateY(-2px)
}

#security-btn svg:not(.sm) {
    width: 1.25rem;
    height: 1.25rem
}

#summury {
    margin-bottom: 1rem;
    font-weight: 400
}

.icon-sm {
    width: 1rem;
    height: 1rem
}

.icon-filled {
    stroke: none;
    fill: currentColor
}

.developer {
    font-weight: 600;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

#download-btn {
    border-radius: 1rem !important;
    height: 5rem;
    padding: .5em 1.25em .5em 4em !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    background: linear-gradient(180deg, #27ae60 0, #219653 100%)
}

#download-btn .title {
    font-weight: 600;
    margin: 0;
    font-size: 1.5rem
}

#download-btn span {
    font-size: .875rem
}

#download-btn span:not(.title)+span::before {
    content: " · "
}

#download-btn .icon {
    inset-inline-start: 1.25em
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-150%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

#download-btn .icon.dw {
    animation: slideInFromTop .6s ease-out 2.5s both
}

.dw-btn-outer {
    padding-bottom: .25rem;
    border-radius: 1rem;
    background: var(--bg);
    display: inline-block;
    width: 100%;
    max-width: 420px;
    color: var(--body-color)
}

.version-info {
    padding: 0 1rem
}

.version-info .cur-version {
    font-size: .875rem;
    font-weight: 600;
    padding: .5rem 0
}

.version-info .cur-version::before {
    content: "v"
}

.version-info .inline-link {
    font-size: .875rem;
    padding: .5rem 0;
    white-space: nowrap
}

.version-info .inline-link:hover {
    color: var(--c-green)
}

.version-info .filesize {
    font-size: small
}

.version-info .filesize sub {
    vertical-align: baseline
}

.badge-f {
    font-size: .6875rem;
    font-weight: 600;
    padding: .05rem .2rem;
    background-color: var(--c-green);
    color: #fff;
    border-radius: .25rem
}

#app-description {
    line-height: 1.5;
    font-size: .9375rem
}

#help-faq {
    position: relative;
    border-bottom: var(--border);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.45
}

#app-description.collapse,
#faq-content.collapse {
    /* max-height: 168px;
    overflow: hidden */
}

#faq-content.collapsed {
    max-height: none !important
}

.file-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    border-top: 1px solid var(--bg)
}

.file-list .file-item {
    position: relative;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--bg);
    margin: 0;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1)
}

.file-list .file-item:hover {
    transform: translateY(-2px)
}

.file-list .file-item .details {
    width: 100%;
    position: relative;
    min-width: 0
}

.version-meta {
    display: block;
    font-size: .75rem !important
}

.file-list .file-item a {
    font-size: .8125rem;
    color: var(--c-gray);
    display: flex;
    align-items: center;
    flex: 1;
    gap: .5rem;
    margin-bottom: .25rem;
    font-size: 1rem
}

.file-list .file-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -42px;
    bottom: 0;
    width: auto;
    height: 100%;
    display: block;
    z-index: 1;
    cursor: pointer
}

.file-list .sep {
    opacity: .25
}

.file-list .file-item a:hover .version {
    color: var(--c-green)
}

.file-list .file-item .version {
    color: var(--h-color);
    margin-inline-start: .125em;
    transition: all .3s ease
}

.file-list .file-item .ic-dw {
    margin: auto .5rem;
    transition: all .3s ease;
    color: var(--c-green)
}

.file-list .file-item svg {
    margin-inline-start: .5rem
}

.versions-footer {
    background: var(--bg);
    padding: 1rem;
    margin-top: -1.3rem;
    border-radius: 0 0 1rem 1rem
}

.versions-footer a:hover {
    color: var(--c-green)
}

.md3 #request_update {
    padding: 0;
    font-size: smaller;
    font-weight: 600;
    color: var(--c-green);
    border: none;
    background: 0 0
}

#addinfo table tr {
    padding: .25em 0
}

#addinfo table tr:not(.full) {
    padding-inline-end: .5em
}

#addinfo table td+td {
    padding: 0
}

#addinfo table td #author-link svg,
#addinfo table td svg.sm,
#author-link #addinfo table td svg {
    vertical-align: sub
}

#addinfo table th+td {
    padding: 0;
    line-height: 1.5;
    font-weight: 600
}

#addinfo table th {
    line-height: 1.5
}

#addinfo table th::before {
    content: " ▸ "
}

#addinfo table a {
    display: inline-block
}

#addinfo table a,
#addinfo table button,
#addinfo table details {
    transition: transform .2s cubic-bezier(.4, 0, .2, 1)
}

#addinfo table a:hover,
#addinfo table button:hover,
#addinfo table details:hover {
    transform: translateY(-2px)
}

.simple-details {
    cursor: pointer;
    padding: .5rem 0 .75rem 0
}

.simple-details summary {
    list-style: none;
    user-select: none;
    display: inline-block;
    margin: 0;
    font-weight: 600
}

.simple-details summary:hover {
    transition: transform .2s cubic-bezier(.4, 0, .2, 1)
}

.simple-details summary:hover:hover {
    transform: translateY(-2px)
}

.simple-details summary::-webkit-details-marker {
    display: none
}

.simple-details summary::after {
    content: " ▼";
    font-size: .7em;
    color: var(--c-green);
    margin-inline-start: .25em
}

.simple-details[open] summary::after {
    content: " ▲"
}

.simple-details p {
    margin-top: .5rem;
    line-height: 1.5;
    font-weight: 400
}

.faq-section {
    margin: .5rem 0 2rem
}

.faq-answer {
    margin-bottom: .5rem;
    font-size: small;
    color: var(--h-color)
}

.toggler {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    user-select: none
}

.toggler svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
    flex-shrink: 0
}

.toggler::after {
    margin-inline-start: auto
}

details[open] .toggler svg {
    transform: rotate(180deg);
    color: var(--c-green)
}

.toggler:hover svg {
    transform: scale(1.15)
}

details[open] .toggler:hover svg {
    transform: rotate(deg) scale(1.15)
}

details .collapse {
    animation: slideDown .4s cubic-bezier(.4, 0, .2, 1);
    transform-origin: top
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

details[open] .collapse>* {
    animation: fadeIn .5s ease .1s both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#main-footer li a {
    font-size: .75rem;
    padding: .35rem 0;
    display: inline-block
}

#breadcrumbs .breadcrumbs-list li:last-child span {
    font-weight: 400;
    color: inherit
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none
}

.tags-container .item {
    margin: 0
}

.tags-container .item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--body-color);
    font-size: .8125rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    height: 2rem;
    padding: 0 1rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    background: var(--bg);
    transition: background-color .2s, color .2s, transform .2s cubic-bezier(.4, 0, .2, 1)
}

.tags-container .item a:hover {
    color: var(--c-green);
    transform: translateY(-2px)
}

.tags-container .item:active {
    transform: scale(.96)
}

dialog {
    color: var(--body-color);
    background-color: var(--body-bg);
    border: none;
    padding: 0;
    max-width: none;
    max-height: none
}

dialog::backdrop {
    display: none
}

.modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    animation: slideUpFade .4s ease-out forwards
}

@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.permissions-list {
    padding: 0
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0 0 0
}

.modal-header .modal-title {
    margin: 0;
    line-height: 1;
    text-align: center
}

.modal-header .close-btn {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--c-gray);
    transition: color .2s;
    top: 1rem;
    right: 1rem
}

.modal-header .close-btn:hover {
    color: var(--body-color)
}

.modal-content {
    border-radius: 1rem;
    background-color: var(--body-bg);
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .2)
}

.modal-body {
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 1.5rem
}

.modal-header {
    flex-shrink: 0;
    padding: 1.25rem 1.5rem .5rem
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.check-list li {
    display: flex;
    align-items: center;
    color: var(--h-color);
    gap: .5rem;
    font-weight: 600;
    font-size: .875rem
}

.check-list .c-green {
    color: #27ae60
}

[data-theme=dark] .check-list .c-green {
    color: #27ae60
}

.c-red {
    color: #e74c3c;
    font-weight: 700
}

.c-green {
    color: #27ae60;
    font-weight: 700
}

#security-info .modal-body {
    padding: .75rem 0 0 0
}

.hash-value {
    font-family: monospace;
    background: var(--bg);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .8em;
    word-break: break-all;
    color: var(--text-muted);
    border: 1px solid var(--border-color)
}

.separator-light {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 1.5rem 0;
    opacity: .5
}

.technical-details .h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--h-color)
}

.package-name,
.permission-name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.permission-item.has-info {
    position: relative
}

.permission-item.has-info .permission-info-btn {
    right: .25rem;
    top: .25rem
}

.permission-item.has-info .permission-info-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

.permission-info-btn {
    padding: .25rem
}

.permission-info-btn svg {
    width: 1rem;
    height: 1rem;
    stroke-width: 1.5px;
    stroke: var(--c-green);
    transition: transform .3s ease
}

.permission-info-btn.loading svg {
    animation: spin 1s linear infinite;
    opacity: .7
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.permission-icon {
    stroke: var(--c-gray)
}

.permission-description {
    padding: .5rem;
    margin-top: .5rem;
    background: var(--bg);
    border-radius: 4px;
    font-size: .875rem;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .3s ease, max-height .3s ease
}

.permission-description.show {
    opacity: 1;
    max-height: 200px
}

.permission-description.hidden {
    opacity: 0;
    max-height: 0
}

.review-author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color)
}

.author-avatar {
    position: relative;
    flex-shrink: 0
}

.author-avatar img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background-color: var(--bg-secondary)
}

.verified-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: var(--c-green, #27ae60);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    border: 2px solid var(--bg, #fff);
    cursor: help
}

.author-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.author-header {
    line-height: 1.3
}

.author-name {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    color: inherit
}

.author-name a {
    text-decoration: none;
    color: inherit;
    transition: opacity .2s
}

.author-name a:hover {
    opacity: .8
}

.author-role {
    display: block;
    font-size: .8125rem;
    color: var(--text-muted)
}

.author-meta {
    margin-left: auto;
    text-align: right;
    font-size: .8125rem;
    color: var(--text-muted);
    line-height: 1.3
}

.meta-label {
    display: block;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    opacity: .8;
    margin-bottom: 2px
}

.meta-date {
    font-weight: 600;
    color: inherit
}

.dev-item {
    margin-bottom: .75rem;
    word-break: break-word
}

.dev-item strong {
    display: block;
    color: var(--h-color);
    font-size: .8em;
    opacity: .8;
    text-transform: uppercase;
    margin-bottom: .2rem
}

.header h1 span {
    font-size: 80%;
    color: var(--body-color)
}

.mr-_1 {
    margin-right: -1rem
}

.header.se {
    position: initial;
    position: relative;
    margin-bottom: 0;
    padding-top: 2.75rem;
    margin-top: -2.75rem;
    line-height: 1.5
}

.header.se h1 {
    margin: 0 0 .75rem;
    padding-inline-end: 5rem;
    text-align: start;
    color: var(--h-color)
}

.header.se.with-bg h1 {
    color: var(--c-white)
}

.header.se.with-bg .c-h,
.header.se.with-bg .intro {
    color: #b9bdc2 !important
}

.header.se .stats-row {
    margin: 0 -1rem
}

.btns-h.se {
    padding: .25rem .75rem
}

.btns-h.se a {
    height: 2rem;
    padding: 0 1rem;
    margin: .25rem 0;
    margin-inline-end: .5rem;
    font-size: .875rem;
    border-radius: 1rem;
    background-color: var(--bg-mult);
    color: var(--body-color);
    border: none;
    vertical-align: middle;
    line-height: 2rem;
    box-shadow: none;
    font-weight: 600;
    transition: background-color .2s, color .2s, transform .2s cubic-bezier(.4, 0, .2, 1)
}

.btns-h.se a:hover {
    color: var(--c-green);
    transform: translateY(-2px)
}

.trust-strip-scroll {
    text-align: center
}

.trust-strip {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-height: 2rem
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
    height: 2rem;
    padding: 0 .75rem;
    background: var(--bg);
    border: 1px solid var(--bg-mult);
    font-family: ui-monospace, monospace;
    font-size: .6875rem;
    font-weight: 600;
    color: var(--c-gray);
    white-space: nowrap;
    transition: color .2s, border-color .2s, background .2s
}

.trust-pill:first-child {
    border-radius: .375rem 0 0 .375rem;
    border-right: none
}

.trust-pill:not(:first-child):not(.pill-last) {
    border-radius: 0;
    border-left: none;
    border-right: none
}

.trust-pill.pill-last {
    border-radius: 0 .375rem .375rem 0;
    border-left: none
}

.trust-sep {
    width: 1px;
    align-self: stretch;
    background: var(--bg-mult);
    flex-shrink: 0
}

.trust-strip svg {
    width: 1rem;
    height: 1rem
}

.stat-item .dot,
.trust-pill .dot {
    width: .3125rem;
    height: .3125rem;
    border-radius: 50%;
    display: inline-flex;
    flex-shrink: 0
}

.dot-green {
    background: var(--c-green);
    box-shadow: 0 0 6px rgba(57, 189, 149, .5);
    animation: dot-pulse 2.2s ease-in-out infinite
}

@keyframes dot-pulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 6px rgba(57, 189, 149, .5)
    }

    50% {
        opacity: .3;
        box-shadow: none
    }
}

.pill-count {
    color: var(--h-color);
    font-weight: 700
}

.pill-vt {
    color: var(--c-green)
}

.pill-vt:hover {
    filter: brightness(1.2);
    cursor: pointer
}

.trust-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: .5rem;
    border-radius: .375rem;
    border: 1px solid var(--bg-mult);
    background: var(--bg);
    color: var(--c-svg);
    cursor: pointer;
    text-decoration: none;
    transition: color .2s, filter .2s;
    flex-shrink: 0
}

.trust-info:hover {
    color: var(--body-color);
    filter: brightness(1.35)
}

.info-wrap {
    position: relative;
    display: inline-block
}

.bg-mult {
    background-color: var(--bg-mult)
}

.filters-wrapper {
    border-top: 1px solid var(--bg-mult)
}

.new-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0
}

.new-filter::-webkit-scrollbar {
    display: none
}

.filter-group {
    position: relative;
    flex-shrink: 0
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: .5rem .5rem;
    border: none;
    border-radius: 1rem;
    font-size: .8125rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s, color .2s;
    color: var(--body-color);
    font-family: inherit
}

.filter-chip.toggler::after {
    display: none
}

.filter-chip-arrow {
    font-size: 10px;
    transition: transform .2s;
    display: inline-block;
    line-height: 1
}

.filter-chip:hover {
    color: var(--h-color)
}

.filter-group.is-open .filter-chip {
    color: var(--c-white);
    text-decoration: none
}

.filter-group.is-open .filter-chip-arrow {
    transform: rotate(180deg)
}

.filter-group.has-active .filter-chip {
    color: var(--c-green)
}

[data-theme=dark] .filter-group.has-active .filter-chip {
    color: var(--h-color)
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--body-bg);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    padding: 8px;
    margin-bottom: 0;
    min-width: 200px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 2px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .15s, transform .15s, visibility .15s;
    pointer-events: none;
    list-style: none
}

.filter-group.is-open .filter-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--body-color);
    cursor: pointer;
    transition: background .15s, color .15s;
    background: 0 0;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    line-height: 1.4
}

.filter-item:hover {
    background: #f5f5f5
}

.filter-item.is-active,
.filter-item[aria-current=page],
.filter-item[aria-pressed=true] {
    color: var(--main, #4caf50);
    font-weight: 600;
    background: #e8f5e9
}

.filter-item input[type=checkbox] {
    accent-color: var(--main, #4caf50);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
    margin: 0
}

#filter-reset {
    padding: 0 10px
}

#filter-reset svg {
    color: var(--c-green);
    vertical-align: middle
}

@keyframes filterSlideUp {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes filterFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#dev-hero {
    position: relative;
    background: linear-gradient(135deg, var(--c-primary) 0, #2d3a4e 100%);
    overflow: hidden;
    margin-bottom: 1.5rem
}

#dev-hero.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--dev-bg);
    background-size: cover;
    background-position: center;
    opacity: .18;
    transition: opacity .4s ease
}

[data-theme=dark] #dev-hero.has-bg::before {
    opacity: .1
}

.dev-hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding-block: 1.75rem;
    color: #fff
}

.dev-logo-wrap {
    flex-shrink: 0
}

.dev-logo {
    width: 72px;
    height: 72px;
    border-radius: .875rem;
    object-fit: contain;
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .18);
    display: block
}

.dev-hero-text {
    flex: 1;
    min-width: 0
}

.dev-title {
    font-size: clamp(1.375rem, 4vw + .5rem, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 .375rem;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .5);
    overflow-wrap: anywhere;
    hyphens: auto
}

.dev-subtitle {
    font-size: .875rem;
    color: rgba(255, 255, 255, .75);
    margin: 0 0 .75rem
}

.dev-subtitle strong {
    color: #fff
}

.dev-gp-btn {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
    font-size: .8125rem;
    padding: .375rem .875rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease, transform .2s cubic-bezier(.4, 0, .2, 1);
    height: auto
}

.dev-gp-btn svg {
    width: .875rem;
    height: .875rem;
    flex-shrink: 0
}

.dev-gp-btn:hover {
    background: rgba(255, 255, 255, .25);
    transform: translateY(-2px);
    color: #fff
}

.dev-info-card {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem 1.5rem;
    background: var(--bg);
    border-radius: 1rem;
    padding: .875rem 1.125rem;
    margin-bottom: 1.25rem
}

.dev-item {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-size: .875rem;
    padding: .25rem 0;
    min-width: 0
}

.dev-item svg {
    flex-shrink: 0;
    color: var(--c-gray)
}

.dev-item strong {
    color: var(--h-color);
    white-space: nowrap
}

.dev-item a {
    color: var(--c-link);
    text-decoration: none;
    word-break: break-all;
    transition: color .2s
}

.dev-item a:hover {
    color: var(--c-green)
}

.dev-item span {
    color: var(--body-color);
    word-break: break-word
}

.dev-description {
    margin-bottom: 1.5rem;
    line-height: 1.65;
    font-size: .9375rem
}

@media (min-width:25rem) {
    .capt .btn-d {
        font-weight: 400;
        padding: .5rem 1rem;
        border-radius: .5rem;
        background-color: var(--c-green);
        display: inline-block;
        color: #fff;
        position: relative;
        float: inline-end
    }
}

@media (min-width:40rem) {
    .grid {
        column-gap: 1rem;
        align-content: space-between
    }

    .grid.rg2 {
        column-gap: 2rem
    }

    .grid.rg2 .itm {
        width: calc(50% - 1.5rem)
    }

    .grid.rg2 .itm img {
        aspect-ratio: 16/9
    }

    .grid.r3 .itm {
        max-width: 15.2%
    }

    .itm {
        width: calc(50% - .5rem)
    }

    .sw,
    .sw2 {
        width: calc(100vw - .5rem)
    }

    .sw .itm,
    .sw2 .itm {
        flex: 0 0 6.25rem;
        max-width: 6.25rem
    }

    #btn-download,
    #load-more,
    #submit,
    .btn-go {
        max-width: 25rem
    }

    .btns select {
        width: 33%
    }

    img[class*=wp-image] {
        display: block;
        margin: 0 auto
    }

    img[class*=wp-image].aligncenter {
        margin: 0 auto
    }
}

@media (min-width:46.1rem) {
    .container-m {
        width: 58rem;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .container-m #fg-sort {
        margin-inline-start: 0
    }

    #breadcrumbs {
        right: 0;
        max-width: 58rem;
        font-size: .8125rem;
        line-height: 1;
        display: flex;
        align-items: baseline;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 auto;
        padding-inline-end: 3rem
    }

    #breadcrumbs li {
        display: inline-block;
        color: var(--c-gray);
        margin: .5rem 0;
        line-height: 1.75
    }

    #breadcrumbs li.breadcrumb-cat {
        display: inline-block;
        margin: revert
    }

    #breadcrumbs .breadcrumbs-list li:last-child span,
    #breadcrumbs .breadcrumbs-list li>a,
    #breadcrumbs li.breadcrumb-cat a {
        display: inline;
        align-items: normal;
        font-size: .8125rem;
        color: var(--c-gray);
        opacity: 1
    }

    #breadcrumbs.has-bg .breadcrumbs-list li:last-child span,
    #breadcrumbs.has-bg .breadcrumbs-list li>a,
    #breadcrumbs.has-bg li.breadcrumb-cat a {
        opacity: .8;
        color: #fff;
        filter: var(--shadow-p)
    }

    #breadcrumbs .breadcrumbs-list li>a:hover {
        color: var(--c-green)
    }

    #breadcrumbs li.breadcrumb-cat a::before {
        content: none
    }

    #breadcrumbs .breadcrumbs-list li::after {
        display: inline
    }

    #breadcrumbs svg {
        width: 1rem;
        height: 1rem;
        stroke-width: 1.5px
    }

    .header.se h1 {
        margin: .5rem 0 1rem
    }

    .header.se .stats-row {
        margin: 0
    }

    .btns-h.se {
        padding-inline-start: 0;
        padding-inline-end: 0
    }
}

@media (min-width:52.5rem) {
    body {
        font-size: initial
    }

    .h2>a:after,
    .h3>a:after,
    h2>a:after {
        float: none
    }

    .sp-bw h2~a span {
        display: inline
    }

    #masthead {
        position: relative
    }

    #content {
        padding: 0 0 1rem 0;
        min-height: calc(100vh - 237px)
    }

    .d-md-inline {
        display: inline
    }

    .d-md-ib {
        display: inline-block !important
    }

    .gr-coll {
        display: none
    }

    .pagi {
        margin: 1rem 0 2rem;
        display: flex;
        justify-content: space-between
    }

    .nav-links {
        position: inherit
    }

    .header.with-bg {
        min-height: 7rem
    }

    .d-i-md {
        display: inline
    }

    .background img {
        object-position: center 30%;
        aspect-ratio: auto
    }

    #share-menu {
        min-width: 52.5rem
    }

    #filter {
        max-width: 480px;
        margin: 0 auto
    }

    .application {
        position: relative
    }

    .container- {
        margin: 0
    }

    #cover {
        margin-inline-start: 0;
        margin-inline-end: 0
    }

    .tag {
        text-align: start
    }

    #cover-bg {
        text-align: end;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto
    }

    #cover-bg img {
        width: 100%;
        height: auto;
        aspect-ratio: auto 640/313;
        transition: opacity .3s ease;
        background-color: var(--body-bg)
    }

    table {
        font-size: initial
    }

    aside.ab {
        margin: 1rem auto;
        width: 100%
    }

    .dev-logo {
        width: 88px;
        height: 88px
    }
}

@media (min-width:58rem) {
    .container {
        width: 58rem;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .btns-h {
        display: block
    }

    .header h1 {
        width: 58rem;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .header .btns {
        width: 58rem;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding-inline-start: 0;
        padding-inline-end: 0
    }
}

@media (min-width:58rem) and (min-width:58rem) {
    .btns-h {
        width: 58rem;
        margin-inline-start: auto;
        margin-inline-end: auto;
        padding-inline-start: 0;
        padding-inline-end: 0
    }
}

@media (min-width:768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:769px) {
    .new-filter {
        overflow: visible
    }
}

@media (min-width:840px) {
    #dwnld {
        max-width: 20rem
    }
}

@media (max-width:768px) {
    .tooltip-content {
        width: calc(100vw - 40px);
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: auto !important;
        top: -5px !important;
        transform: translate(-50%, -100%) !important
    }

    .tooltip-content::after {
        top: 100%;
        left: 50%;
        transform: translateX(-50%)
    }

    .top-overflow .tooltip-content {
        top: calc(100% + 5px) !important;
        transform: translateX(-50%) !important
    }

    .top-overflow .tooltip-content::after {
        top: -16px;
        border-color: transparent transparent #fff transparent
    }

    .filter-group {
        position: static
    }

    .filter-group.is-open>.filter-dropdown {
        list-style: none;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 1rem 1rem 0 0;
        padding: 1rem;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, .2);
        max-height: 70vh;
        overflow-y: auto;
        z-index: 1010;
        animation: filterSlideUp .22s ease-out
    }
}

@media (max-width:540px) {
    .trust-strip-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .trust-strip-scroll::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:480px) {
    .review-author-box {
        flex-wrap: wrap
    }

    .author-meta {
        margin-left: 0;
        margin-top: .75rem;
        width: 100%;
        text-align: left;
        padding-left: calc(48px + 1rem);
        display: flex;
        align-items: center;
        gap: .5rem
    }

    .meta-label {
        margin-bottom: 0;
        display: inline
    }
}

@media (max-width:40rem) {

    .sw2::-webkit-scrollbar,
    .sw::-webkit-scrollbar {
        display: none
    }

    .grid .app-icon,
    .grid .itm img,
    .itm .grid img {
        image-rendering: pixelated;
        image-rendering: -moz-crisp-edges;
        -ms-interpolation-mode: nearest-neighbor
    }

    .slide .inner::-webkit-scrollbar {
        display: none
    }
}

@media (prefers-color-scheme:dark) {
    [data-theme=auto] {
        color-scheme: dark;
        --body-color: #9fa4ad;
        --body-bg: #313a4a;
        --h-color: #F9FAFB;
        --hp-color: #fff;
        --c-link: #5ca9f6;
        --b-btn: var(--c-link);
        --c-btn: var(--c-primary);
        --c-btn-o: var(--c-primary);
        --b-icon: transparent;
        --bg-mult: rgba(0, 0, 0, .15);
        --bg: rgba(0, 0, 0, .15)
    }

    [data-theme=auto] #cover-bg {
        opacity: .8
    }

    [data-theme=auto] {
        color-scheme: dark;
        --body-color: #9fa4ad;
        --body-bg: #313a4a;
        --h-color: #F9FAFB;
        --hp-color: #fff;
        --c-link: #5ca9f6;
        --b-btn: var(--c-link);
        --c-btn: var(--c-primary);
        --c-btn-o: var(--c-primary);
        --b-icon: transparent;
        --bg-mult: rgba(0, 0, 0, .15);
        --bg: rgba(0, 0, 0, .15)
    }

    [data-theme=auto] #cover-bg {
        opacity: .8
    }

    :root:not([data-theme]) {
        color-scheme: dark;
        --bg: rgba(0, 0, 0, 0.05);
        --h-color: rgb(32, 33, 36);
        --body-color: rgb(95, 99, 104);
        --bg-secondary: rgba(0, 0, 0, 0.25);
        --border-color: rgba(255, 255, 255, 0.1);
        --text-muted: #94a3b8;
        --c-green: #27ae60;
        --c-green-dark: #219653
    }

    [data-theme=auto] #share svg {
        opacity: .5;
        color: #fff;
        filter: var(--shadow-p)
    }

    [data-theme=auto] .app-info h1 .subtitle {
        color: var(--body-color)
    }

    [data-theme=auto] .filter-group.has-active .filter-chip {
        color: var(--h-color)
    }

    [data-theme=auto] #dev-hero.has-bg::before {
        opacity: .1
    }
}

.noPageBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noPageBox img {
    display: block;
    height: auto;
    margin: 150px;
}
.newsListBox{
    width: 100%;
}
.newsListBox .newsList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0;
    padding: 0 0;
}

.newsListBox .newsList li{
    width: calc(50% - 20px);
    list-style: none;
    display: flex;
    overflow: hidden;
}
.newsListBox .newsList li .imgBox{
    width: 200px;
    height: 118px;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.newsListBox .newsList li .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsListBox .newsList li .txtBox{
    padding: 8px 0 0 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.newsListBox .newsList li .txtBox .name{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #060606;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsListBox .newsList li .txtBox .brief{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 容器 */
  .soft-box{
    max-width:1200px;
    margin:0 auto;
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    background: #fff;
  }

  /* 表头 */
  .soft-head{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f9fafb;
    font-weight: 500;
    color: #444;
  }

  /* 内容行 */
  .soft-item{
    display:flex;
    align-items:center;
    gap: 16px;
    padding: 16px 20px;
    border-top:1px solid #f0f0f0;
    transition: background 0.2s;
  }
  .soft-item:hover{
    background: #fcfcfc;
  }

  /* 布局：名称最大，其他均分 */
  .col-img  { width:48px; flex-shrink:0; }
  .col-cate { flex:1; min-width:60px; }
  .col-name { flex:2; min-width:120px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .col-ver  { flex:1; min-width:60px; white-space:nowrap;overflow: hidden;    text-overflow: ellipsis;}
  .col-size { flex:1; min-width:70px; white-space:nowrap; }
  .col-date { flex:1; min-width:90px; white-space:nowrap; }
  .col-btn  { flex:1; min-width:80px; }

  /* 图片 */
  .soft-img{
    width:48px;
    height:48px;
    object-fit:cover;
    border-radius:8px;
  }

  /* 分类标签 */
  .cate-tag{
    display: inline-block;
    padding:4px 8px;
    background:#f5f7f9;
    border-radius:6px;
    color:#666;
    font-size: 12px;
    white-space:nowrap;
  }

  /* 查看按钮 */
  .view-btn{
    width:100%;
    display: block;
    padding: 8px 0;
    background:#0d84ff;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:13px;
    text-align: center;
    box-sizing: border-box;
  }
  .view-btn:hover{
    background:#0072e3;
  }

  /* ======================
     移动端：图标 + 分类 + 名称 + 按钮 一行展示
  ====================== */
  @media (max-width:768px){
        .soft-head{ display: none; }
        .soft-item{
          flex-wrap: nowrap !important;
          justify-content: flex-start;
          align-items: center;
          padding:12px 14px;
          gap:8px;
        }
        /* 图标 */
        .col-img{ width:40px; flex-shrink:0; }
        .soft-img{ width:40px; height:40px; }
        /* 分类 */
        .col-cate{ flex:0 0 auto; display:block; }
        /* 名称（核心） */
        .col-name{ flex:1; min-width:0; font-size:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
        /* 隐藏不需要的：版本、大小、时间 */
        .col-ver,.col-size,.col-date{ display:none; }
        /* 按钮 */
        .col-btn{ flex:0 0 auto; }
        .view-btn{ padding:6px 12px; white-space:nowrap; font-size:12px; }
    }


@media (max-width: 768px) {
    #logo {
    display: inline-block;
    text-align: center;
    width: calc(100% - 7rem)
}
  .newsListBox .newsList li {
    width: 100%;
  }
  .newsListBox .newsList li .imgBox{
    width: 130px;
    height: 85px;
  }
  .newsListBox .newsList li .txtBox .brief{
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  } 
    .soft-item{
      flex-wrap:wrap;
      white-space:normal;
    }
    .soft-name{
      flex:1 1 100%;
      margin:4px 0;
    }
    #drawer .drawerImgBox p{
        display: none;
    }
}

.hide{
    display: none;
}
.intro{
    text-align: center;
    padding-bottom: 15px;
    color: #666;
}

.crumbsBox{
    padding: 15px 0 15px 0;
    max-width: 58rem;
    margin: 0 auto;
    display: flex;
}
.crumbsBox a{
    font-size: 16px;
    line-height: 16px;
    margin-right: 20px;
    position: relative;
}
.crumbsBox span{
    color: #666;
    font-size: 16px;
    line-height: 16px;
}
.crumbsBox a::after{
    content: "/";
    position: absolute;
    right: -12px;
}
.tipBox{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tipBox p{
    font-size: 14px;
    margin: 0 0;
    line-height: 14px;
}
.tipBox .safetyImg{
    margin-right: 10px;
}
.tipBox .safetyImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logImgBox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logImgBox .logImg{
    width: 232px;
    height: 56px;
    display: block;
}
.logImgBox .logImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabsFlex{
    display: flex;
}
.jump-useComment{
    display: flex !important;
}
.jump-useComment p{
    margin: 0 0;
}
.jump-useComment .compentNum{
    color: #ffdb97;
    font-size: 12px;
    line-height: 12px;
}