button {
    text-align: left
}

html {
    -webkit-locale: auto;
    box-sizing: border-box;
}

body,
button,
div,
h1,
h2,
ol,
ul {
    border: 0;
    margin: 0;
    padding: 0
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

body[blur] {
    margin: 0;
    height: 100%;
    overflow: hidden
}

ol,
ul {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none;
}

a, a:visited, a:hover, a:active {
    user-select: none;
}

a:hover {
    text-decoration: none;
}

a:focus:not(:focus-visible) {
    outline: 0
}

button {
    background-color: transparent;
    cursor: pointer
}

p {
    margin: 0;
}

.ch-res {
    position: relative;
    margin: 0 auto;
    width: 994px;
    min-width: 994px;
    overflow: hidden;
    pointer-events: auto;
}

.qy-mod-list .qy-mod-li {
    vertical-align: top;
    display: inline-block;
    margin-right: 14px;
}

.qy-mod-img .qy-mod-link-wrap, .qy-mod-img .qy-mod-link {
    z-index: 1;
    position: relative;
    border-radius: 3px;
}

.qy-mod-img .qy-mod-link {
    display: block;
}

.qy-mod-img .qy-mod-link:not(.highlighted) {
    filter: brightness(0.9);
}

.qy-mod-img .qy-mod-link.highlighted {
    filter: brightness(1.1);
}

.qy-mod-img a.qy-mod-link {
    border-radius: 10px !important;
}

.qy-mod-img {
    width: 19vw;
}

.qy-mod-img img {
    display: block;
    height: calc(19vw * 9 / 16);
}

.qy-mod-ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: flex-start;
    gap: 1vw 0.8vw;
    white-space: nowrap;
    margin-bottom: 16px;
}

.qy-mod-list {
    margin: 0;
    padding: 0;
    display: block;
}

.link-txt {
    transition: color .1s ease-in-out;
    display: flex;
    width: 100%;
    overflow: hidden;
}
a, a:active, a:hover, a:link, a:visited {
    text-decoration: none !important;
}

.qy-mod-header {
    position: relative;
    margin-bottom: 20px;
}

.qy-mod-img .sub-updatestrategy, .qy-mod-img .sub {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qy-mod-img .sub {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.qy-mod-img .sub-updatestrategy, .qy-mod-img .sub {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qy-mod-img .sub {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.qy-mod-img .main {
    line-height: 100%;
    height: 26px;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qy-mod-img .title-wrap {
    position: relative;
    padding-top: 5px;
}

.header {
    padding: 0;
    margin-bottom: 10px;
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
}

.nav-header {
    align-items: center;
    block-size: 100%;
    display: flex;
    flex: 1 1;
    margin-left: 172px;
    max-inline-size: 1088px;
    min-block-size: 3rem;
    margin-inline-end: auto;
    margin-top: 18px;
}

.nav-header.noNav {
    visibility: hidden !important;
}

.nav-main {
    align-items: center;
    block-size: 100%;
    display: flex;
}

.nav-main {
    justify-content: space-between;
}

.nav-main .nav-menus {
    display: flex;
    font-size: 14px;
}

.nav-main, .nav-main ul {
    align-items: center;
    block-size: 100%;
    display: flex;
}

.nav-menus li {
    padding: 12px 10px 8px 10px;
}

.nav-menus li.active {
    padding-top: 14px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 20px;
}

.tag {
    padding: 2px 3px;
    white-space: nowrap;
}

.tag.active {
    border-radius: 4px;
}

.pornstars .tag-key, .alltags .tag-key {
    text-transform: capitalize;
}

.nav-header-line-wrapper {
    position: relative;
    height: 0;
    z-index: 1;
    top: -5px;
}

main {
    width: 98%;
    margin: 0 auto;

    position: relative;
    top: 120px;
}

main.cat {
    top: 192px;
}

main.star {
    top: 120px;
}

main.stars {
    top: 168px;
}

main.sub {
    top: 190px;
}

.modal-release-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: min(580px, 100vw);
    padding: 24px;
    position: fixed;
    border-radius: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}
.modal-request.hidden, .modal-confirm.hidden, .modal-release-note.hidden {
    display: none;
}
.modal-request.hidden, .modal-confirm.hidden, .modal-release-note.hidden {
    display: none;
}
.modal-release-note {
    font-family: Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
}

.modal-release-note h1 {
    text-align: center;
    font-size: 28px !important;
    font-weight: 600;
    margin: 15px 0;
}

.modal-release-note h2 {
    font-weight: 500;
    font-size: 24px !important;
    margin-bottom: 8px !important;
}

.modal-release-note img {
    padding: 0 30px !important;
}

.modal-release-note p {
    font-size: 18px;
    line-height: 1.5;
    margin: 5px 0 5px !important;
    padding: 0 10px;
}

.xpomelo-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    z-index: 10000;
}
.xpomelo-overlay.hidden {
    display: none;
}
.btn-modal.btn-release-note {
    width: 300px;
    font-size: 20px;
    padding: 10px 0px;
    margin: 10px auto 0px;
}
.btn-modal {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    outline: 0px;
}

.logo {
    transform: scale(0.5);
    transform-origin: top left;
    position: absolute;
    top: 10px;
    left: 26px;
    z-index: 200;
}

.logo a {
    display: inline-flex;
}

.allGroup {
    display: none;
}

.allGroup g-menu {
    padding-inline: 10px;
}

.allGroup g-menu:not(:last-child) {
    padding-bottom: 8px;
}

.allGroup g-menu-item {
    padding-block: 3px;
}

.allGroup .AozSsc {
    display: flex;
}

.allGroup .AozSsc svg {
    height: 20px;
    width: 20px;
}

.allGroup .AozSsc .KTBKoe:not(last-child) {
    padding-right: 4px;
}

.allGroup .iRQHZe {
    right: 0;
    height: 500px;
    overflow: auto;
}

.siteGroup .iRQHZe {
    height: 485px;
    overflow: auto;
}

.sortGroup .iRQHZe, .settingsGroup .iRQHZe {
    position: absolute;
    right: 0;
}

.button-go-top {
    box-sizing: border-box;
    display: inline-flex;
    height: 2.25rem;
    width: auto;
    min-width: 36px;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border-radius: .25rem;
    padding: .5rem;
    outline-width: 0px;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);

    font-size: 20px;
    line-height: 28px;
    z-index: 50;
    right: .25rem;
    bottom: .25rem;
    position: fixed;
    visibility: visible;
    opacity: 1;
}

.top-header {
    height: 42px;
}

.nabPbb:first-child {
    margin-left: auto;
}

.prediction.group-header {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 0.5rem;
    padding-block: 12px;
}

.divider {
    height: 1px;
    flex-grow: 1;
}

.settingsGroup .divider {
    margin-block: 3px;
}

.prediction {
    padding: 6px 0 6px 20px;
    cursor: default;
    line-height: 18.5px;
    text-transform: lowercase;
}

.prediction.pornstar {
    text-transform: capitalize;
}

.GyAeWb3 {
    position: relative;
    top: 3px;
}

@media screen and (max-device-width: 480px) {
    header {
        position: fixed;
        width: 100%;
        top: 0;
    }

    header.header-hidden {
        display: none;
    }

    .nabPbb:not(.settingsGroup) {
        display: none;
    }

    .nabPbb.allGroup, .nabPbb.sortGroup {
        display: flex;
    }

    .nabPbb.sortGroup {
        margin-left: 0 !important;
    }

    .qy-mod-img {
        width: 48.5vw;
    }

    .qy-mod-img img {
        height: calc(48.5vw * 9 / 16);
    }

    .qy-mod-ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.2vw 1vw;
    }

    .logo {
        top: 12px;
        left: 2px;
        transform: scale(0.35);
    }

    .Tg7LZd {
        padding-right: 0 !important;
    }


    .RNNXgb {
        width: calc(100vw - 132px) !important;
    }

    .RNNXgb.searchTag, .RNNXgb.searchStar {
        left: -10px;
        z-index: 1;
    }

    .A8SBwf {
        margin-left: 76px !important;
        padding-left: 18px !important;
    }

    main {
        position: relative;
        top: 120px;
    }
    
    .nav-header {
        margin-left: 0;
    }

    .e9EfHf {
        /* width: 100%; */
    }

    .nav-main {
        width: 100%;
    }

    .nav-menus li {
        padding-inline: 12px;
    }

    .nav-main .nav-menus {
        margin-left: 6px;
    }

    .ZkEmPc {
        justify-content: flex-end;
        width: auto !important;
    }

    .pZvJc .gTl8xb {
        border-width: 8px 8px 0 8px;
    }

    .gIatYd .s6JM6d {
        min-width: unset !important;
        margin-left: 10px !important;
    }

    main .gIatYd .s6JM6d {
        margin-left: 0 !important;
    }

    .qy-mod-img .main {
        height: 22px;
    }

    .main3 {
        margin-bottom: 6px;
    }

    .qy-mod-img .title-wrap {
        padding-top: 5px;
    }

    .GyAeWb {
        top: 100px !important;
    }

    .GyAeWb3 .ZSnAY {
        row-gap: 6px;
    }

    .e9EfHf.right {
        position: relative !important;
    }

    .AozSsc.desktop {
        display: none;
    }

    .AozSsc.mobile {
        display: flex !important;
    }

    .AozSsc.mobile .KTBKoe {
        width: 20px;
        padding-right: 4px;
    }

    .pZvJc .AozSsc {
        padding: 0 6px !important;
    }

    a[data-tag="include"] {
        margin-right: 0 !important;
    }

    .footer-desc-col {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .footer-support-col {
        padding: 10px 10px 0 !important;
    }

    .footer-desc {
        position: relative;
        top: -15px;
    }

    .hVyTl img {
        max-height: 110px !important;
    }

    .CbazZd.bio .hVyTl.last .ZSnAY {
        display: none;
        max-height: 120px;
    }
}

body,
h1,
html {
    font-family: Arial, sans-serif
}

body,
h1 {
    font-size: 14px
}

h1, h2 {
    font-weight: 400;
    margin: 0;
    padding: 0
}

h3 {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.272
}

body {
    margin: 0;
    --center-abs-margin: 180px;
    position: relative;
    min-height: 100vh
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

a:hover h3 {
    text-decoration: underline
}

button {
    margin: 0
}

.z1asCe {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px
}

.z1asCe svg {
    display: block;
    height: 100%;
    width: 100%
}

.top-header {
    width: 100%;
    z-index: 128;
    position: relative;
    top: 16px;
    margin-top: 0
}

.NDnoQ {
    display: flex;
    justify-content: space-between
}

.A8SBwf {
    padding-left: 27px;
    margin: 0 auto;
    margin-left: 142px;
    position: relative
}

.RNNXgb {
    display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
    border: 1px solid transparent;
    border-radius: 24px;
    width: 730px
}

.RNNXgb:not(.searchTag):not(.searchStar) {
   margin: 0 auto;
}

.RNNXgb.searchTag, .RNNXgb.searchStar {
   margin: 0 0 20px 20px;
   width: 400px;
}

.RNNXgb.searchTag input.gLFyf, .RNNXgb.searchStar input.gLFyf {
   line-height: 18px;
}

.RNNXgb:hover {
    border-color: transparent
}

.SDkEP {
    flex: 1;
    display: flex;
    padding: 0 4px 0 0
}

.iblpc {
    display: flex;
    align-items: center;
    padding-right: 6px;
    padding-left: 14px;
    margin-top: -2px;
    height: 38px
}

.gLFyf {
    font: 16px arial, sans-serif;
    line-height: 34px;
    font-size: 16px;
    flex: 100%;
    line-height: 39px;
    resize: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0 0 1px;
    word-wrap: break-word;
    outline: 0;
    display: flex;
    -webkit-tap-highlight-color: transparent
}

input.gLFyf {
    font-family: Arial, sans-serif;
    font: 16px arial, sans-serif;
    line-height: 22px;
    border-bottom: 8px solid transparent;
    padding-top: 9px;
    overflow-x: hidden;
    white-space: nowrap;
    overflow: hidden
}

input.gLFyf::placeholder {
   font-size: 14px;
}

.a4bIc {
    display: flex;
    flex-wrap: wrap;
    flex: 1
}

.dRYYxd {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    flex-direction: row;
    height: 40px
}

.BKRPef {
    background-color: transparent;
    align-items: center;
    flex: 1 0 auto;
    flex-direction: row;
    display: flex;
    cursor: pointer
}

.vOY7J {
    background-color: transparent;
    border: 0;
    align-items: center;
    flex: 1 0 auto;
    cursor: pointer;
    display: none;
    height: 100%;
    line-height: 40px;
    outline: 0;
    padding: 0 10px
}

.M2vV3 {
    display: flex
}

.ExCKkf {
    height: 100%;
    vertical-align: middle;
    outline: 0
}

.BKRPef {
    padding-right: 4px
}

.ACRAdd {
    height: 65%;
    display: none
}

.ACRAdd.M2vV3 {
    display: block
}

.Tg7LZd {
    height: 40px;
    width: 40px;
    background: 0 0;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 0;
    flex: 0 0 auto;
    padding-right: 13px
}

.zgAlFc {
    background: 0 0;
    height: 24px;
    width: 24px;
    margin: auto
}

.xtSCL {
    border-top: 1px solid #e4e8eb;
}

.z1asCe {
   display: inline-block;
   fill: currentColor;
   height: 24px;
   line-height: 24px;
   position: relative;
   width: 24px
}

.z1asCe svg {
   display: block;
   height: 100%;
   width: 100%
}

html:not(.zAoYTe) [href],
html:not(.zAoYTe) [tabindex],
html:not(.zAoYTe) button,
html:not(.zAoYTe) input {
   outline: 0
}

.x5f7Bc {
   height: 24px;
   width: 24px
}

[dir=ltr],
[dir=rtl] {
   unicode-bidi: -webkit-isolate;
   unicode-bidi: isolate
}

.GyAeWb {
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
   max-width: calc(var(--center-abs-margin) + var(--center-width) + var(--rhs-margin) + var(--rhs-width) + var(--lhs-refinements-width))
}

.main {
   min-width: calc(var(--center-abs-margin) + var(--center-width) + var(--rhs-margin) + var(--rhs-width) + var(--lhs-refinements-width));
   width: 100%;
   position: relative;
}

.s6JM6d {
   position: relative;
   width: var(--center-width);
   flex: 0 auto;
   margin-left: var(--center-abs-margin)
}

.e9EfHf {
   font-family: Arial, sans-serif;
   clear: both;
   margin-left: 0;
   padding-top: 10px
}

.sjVJQd {
   font-family: Google Sans, Arial, sans-serif;
   font-size: 14px;
   font-weight: 400;
   line-height: 20px
}

.VDgVie {
   text-align: center
}

.SlP8xc {
   text-transform: none
}

.OSrXXb {
   overflow: hidden;
   text-overflow: ellipsis
}

.pkWBse {
   border-radius: 8px
}

.UjBGL {
   display: block
}

.CcNe6e {
   cursor: pointer;
   display: inline-block
}

.iRQHZe {
   position: absolute
}

.PBn44e {
   border-radius: 8px
}

.yTik0 {
   border: none;
   display: block;
   outline: 0
}

.wplJBd {
   white-space: nowrap
}

.iQXTJe {
   padding: 5px 0
}

.EpPYLd {
   display: block;
   position: relative;
   cursor: default
}

.YpcDnf {
   padding: 0 16px;
   vertical-align: middle
}

.YpcDnf.HG1dvd {
   padding: 0
}

.HG1dvd>* {
   padding: 0 16px
}

.GZnQqe .YpcDnf {
   line-height: 21px
}

.EpPYLd:hover {
   cursor: pointer
}

.EpPYLd[disabled] {
   pointer-events: none;
   cursor: default
}

.GZnQqe.EpPYLd[disabled] {
   opacity: 61%
}

.BfdGL {
   overflow-x: scroll;
   -ms-overflow-style: none;
   scrollbar-width: none
}

.BfdGL::-webkit-scrollbar {
   display: none
}

.ZkEmPc {
   display: flex;
   width: 500px;
}

.qCqYBc {
   height: 24px;
   padding-bottom: 5px;
   top: 7px
}

.AozSsc {
   display: inline-block;
   position: relative;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 18px;
   padding-left: 10px;
   line-height: 22px;
   cursor: pointer
}

.AozSsc.mobile {
    display: none;
}

.pZvJc .AozSsc {
   padding: 0 12px;
   margin-right: 6px
}

.pZvJc .AozSsc.desktop {
    margin-right: 18px;
}

.pZvJc .KTBKoe {
   padding-right: 10px
}

.pZvJc .gTl8xb {
   border-width: 5px 5px 0 5px
}

@media (forced-colors:active) {
   .nvELY {
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url(https://ssl.gstatic.com/ui/v1/menu/checkmark2-light.png)
   }
}

.nvELY {
   background-position: left center;
   background-repeat: no-repeat;
   background-image: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png)
}

.Tlae9d a,
.Tlae9d div.y0fQ9c {
   padding-left: 32px;
   padding-right: 32px
}

.cF4V5c {
   background-color: #fff
}

.cF4V5c g-menu-item {
   display: block;
   font-size: 14px;
   line-height: 23px;
   white-space: nowrap
}

.cF4V5c .y0fQ9c,
.cF4V5c g-menu-item a {
   display: block;
   padding-top: 4px;
   padding-bottom: 4px;
   cursor: pointer
}

.cF4V5c g-menu-item a,
.cF4V5c g-menu-item a:hover,
.cF4V5c g-menu-item a:visited {
   text-decoration: inherit;
   color: inherit
}

.KTBKoe {
   display: inline-block;
   padding-right: 6px;
   white-space: nowrap;
   user-select: none
}

.settingsGroup .KTBKoe {
    height: 100%;
    width: 20px;
    margin-block: 10px;
    padding-right: 0;
}

.gTl8xb {
   border-style: solid;
   border-width: 5px 4px 0 4px;
   width: 0;
   height: 0;
   margin-left: -2px;
   top: 50%;
   margin-top: -2px;
   position: absolute
}

.gIatYd.GyAeWb {
   max-width: unset
}

.gIatYd .s6JM6d {
   margin-left: 15px;
   min-width: 888px;
   width: calc(100% - 15px)
}

main .gIatYd .s6JM6d {
    margin-left: 0;
}

@keyframes loading-pulse {
   from {
      opacity: 0
   }

   to {
      opacity: .7
   }
}

.CbazZd {
   padding-bottom: 6px;
   align-items: center;
   display: flex;
   flex-wrap: nowrap;
   position: relative
}

.CbazZd.bio {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.hVyTl {
   align-items: center;
   display: flex;
   flex-grow: 1;
   overflow-x: auto;
   overflow-y: hidden;
   position: relative;
   scrollbar-width: none;
   white-space: nowrap
}

.CbazZd.bio .hVyTl {
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: flex-start;
    gap: 5px;
}

.CbazZd.bio .hVyTl.last {
    flex-shrink: 1;
    max-width: 50%;
}

.CbazZd.bio .hVyTl.last .ZSnAY {
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.2;
}

.CbazZd.bio .hVyTl.filler {
    flex-grow: 1;
}

.hVyTl .related-star {
    padding-inline: 3px;
}

.hVyTl .related-star-hint {
    margin-right: 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
}

.hVyTl::-webkit-scrollbar {
   display: none
}

.hVyTl img {
    max-height: 120px;
}

.ZSnAY {
   display: flex;
   flex-wrap: wrap;
   row-gap: 4px
}

.GyAeWb2 .ZSnAY {
   column-gap: 2px;
}

.ZSnAY .ZamH3c {
   padding-right: 6px;
   opacity: 1
}

.ZSnAY .ZamH3c .kHtcsd,
.ZSnAY .ZamH3c .niO4u {
   border-radius: 9999px
}

.GyAeWb2 .ZSnAY .ZamH3c .kHtcsd,
.GyAeWb2 .ZSnAY .ZamH3c .niO4u {
   border-radius: 0
}

.ZamH3c[selected] .niO4u {
   border: transparent
}

.ZamH3c[selected] {
   z-index: 1
}

.btku5b {
   display: inline-block;
   vertical-align: middle;
   cursor: pointer
}

.k0Jjg {
   outline: 0;
   -webkit-tap-highlight-color: transparent
}

.k0Jjg:focus-visible .niO4u {
   outline-offset: 1px
}

.niO4u {
   display: flex;
   justify-content: center;
   position: relative;
   align-items: stretch;
   width: 100%
}

.niO4u::before {
   content: '';
   height: 48px;
   left: 0;
   margin-top: -24px;
   margin-left: -1px;
   margin-right: -1px;
   position: absolute;
   right: 0;
   top: 50%
}

.kHtcsd {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
}

.clOx1e,
.d3o3Ad {
   display: flex;
   align-items: center;
   margin: 6px 16px
}

.btku5b[selected] .KAe3ie {
   margin-left: 0
}

.GyAeWb2 {
   margin-bottom: 14px;
   margin-top: -25px;
}

.GyAeWb2 .btku5b[selected] .KAe3ie {
   margin-left: 15px
}

.R04TOd {
   margin-left: 12px;
   margin-right: 8px
}

.A29zgf .niO4u {
   border-radius: 8px
}

.A29zgf .kHtcsd {
   border-radius: 7px
}

.pAn7ne {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis
}

.LwdV0e .clOx1e,
.LwdV0e .d3o3Ad {
   margin: 6px 11px
}

[selected="true"].LwdV0e .clOx1e,
[selected="true"].LwdV0e .d3o3Ad {
    margin-inline: 5px;
}

[selected="true"].LwdV0e .clOx1e {
    margin-right: 9px;
}

.zqrO0 .niO4u {
   outline: 1px solid #d2d2d2;
   outline-offset: -1px
}

.GyAeWb2 .zqrO0 .niO4u {
   outline: none;
}

.GyAeWb2 .qVhvac[selected] .niO4u {
   background-color: transparent;
}

.GyAeWb2 .qVhvac[selected]:not(.more) .niO4u {
    background-color: transparent;
 }

.GyAeWb2 .qVhvac.k0Jjg[selected]:hover .kHtcsd,
.GyAeWb2 .qVhvac[selected] .k0Jjg:hover .kHtcsd {
   background-color: transparent;
}

.sLl7de[selected] .niO4u {
   outline-color: transparent
}

.btku5b:not([selected]) .R04TOd {
   display: none
}

.GyAeWb2 .btku5b[selected] .R04TOd {
   display: none
}

.hidden {
   display: none !important;
}

.dbgbXb {
   text-transform: capitalize
}

h2.dbgbXb {
    margin-block: 0;
    margin-right: 10px;
    font-size: 1.3em;
}

.eA0Zlc {
   vertical-align: top;
   display: inline-block;
   margin: 0;
   position: relative
}

.F0uyec {
   border-radius: 6px;
   overflow: hidden;
   width: 100%;
}

.F0uyec video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.cC9Rib {
   border-radius: 8px;
   height: 100%;
   pointer-events: none;
   position: absolute;
   top: 0;
   width: 100%
}

.qy-title {
   font-family: Arial, sans-serif;
   font-size: 14px;
   line-height: 22px;
   letter-spacing: .2px;
   width: 100%;
   text-overflow: ellipsis;
   overflow: hidden
}

.isHome .qy-title {
    font-weight: bold;
}

.qy-time, .qy-star {
   font-size: 12px;
   font-family: Arial, sans-serif;
   height: 16px;
   line-height: 16px;
   letter-spacing: .2px;
}

.yUzGqc.wr8GYd {
  left: 5px;
  border-radius: 4px;
  padding: 4px;
}
 
.wr8GYd {
  align-items: center;
  position: absolute;
  display: flex;
  height: 12px;
  pointer-events: none;
  text-decoration: none;
  bottom: 4px;
  font-size: 11px;
}
 
.GQDPdd {
  align-items: center;
  display: flex;
  float: left;
}
 
.kPUX1c {
  margin: -2px -1px -1px -2px;
}
 
.S2Caaf {
  float: left;
}
 
.z1asCe {
  display: inline-block;
  fill: currentColor;
  position: relative;
}

.qy-mod-link:hover .wr8GYd.yUzGqc {
  display: flex;
}
 
.CrkfKf {
   margin-left: 3px;
}

.toggleDark svg {
   transform: scale(0.85);
}

.filterSite {
   line-height: 23px;
   white-space: nowrap;
   font-family: Arial, sans-serif;
   font-size: 14px;
   display: block;
   box-sizing: border-box;
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 32px;
   border: 1px solid rgba(0, 0, 0, 0.1);
}


/* -------- COLOR RELATED -------- */


body {
    background: #fff;
}

a {
    color: inherit;
}

button {
    background-color: transparent;
}

.qy-dark .link-txt {
    color: hsla(0,0%,100%,.9);
}
.link-txt {
    color: #18191e;
}

.qy-dark .qy-mod-img .sub {
    color: hsla(0,0%,100%,.5);
}
.qy-mod-img .sub {
    color: rgba(24,25,30,.6);
}

.qy-dark .qy-mod-img .sub {
    color: hsla(0,0%,100%,.5);
}
.qy-mod-img .sub {
    color: rgba(24,25,30,.6);
}

.header {
    background-color: #fff;
}

.nav-menus li {
    color: #70757a;
}

.tag.active {
    background-color: #ccc;
}

.modal-release-note {
    background-color: white;
    border: 1px solid #ddd;
    color: #333;
}

.modal-release-note a {
    color: #218ae5 !important;
}

.xpomelo-overlay {
    background: rgba(0, 0, 0, 0.9);
}
.btn-modal {
    background-color: #f97706;
    color: white;
}

.allGroup .AozSsc:hover svg path {
    stroke: #202124;
}

.sortGroup .AozSsc:hover svg {
    fill: #202124;
}

.button-go-top {
    background-color: #E2E2E4;
    color: #161618;
    box-shadow: 0 0 #0000;
}

.button-go-top:hover {
    background-color: #C5C5C9;
}

.divider {
    background-color: #e4e8eb;
}

body {
    background: #fff;
    color: #1f1f1f;
}

.RNNXgb {
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}

.RNNXgb:hover {
    background: #fff;
    box-shadow: 0 2px 8px 1px rgba(64, 60, 67, .24);
}

.gLFyf {
    background-color: transparent;
    color: rgba(0, 0, 0, .87);
}

.zgAlFc {
    color: #434445;
}

.prediction:hover {
    background-color: #f3f5f6;
}

a {
   -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

.z1asCe {
   fill: currentColor;
   stroke: currentColor;
}

.z1asCe.small {
    height: 18px;
    line-height: 18px;
    width: 18px;
}

a:visited.ynAwRc {
   color: #681da8
}

:not([selected]).GKS7s.sohiBf:hover {
   background-color: #e5edff;
}

.x5f7Bc {
   fill: #5e5e5e;
}

.pkWBse {
   box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

.GZnQqe.EpPYLd:active,
.GZnQqe.EpPYLd:hover {
   background-color: rgba(0, 0, 0, .1)
}

@media (forced-colors:active) {
   .EpPYLd[disabled] {
      color: GrayText
   }
}

.AozSsc {
   color: #70757a;
}

.AozSsc:hover {
   color: #202124
}

.AozSsc:hover .gTl8xb {
   border-color: #202124 transparent
}

.AozSsc:active {
   color: #1a73e8
}

.AozSsc:active .gTl8xb {
   border-color: #1a73e8 transparent
}

.cF4V5c {
   background-color: #fff
}

.gTl8xb {
   border-color: #5e5e5e transparent;
}

.CbazZd {
   background-color: #fff;
}

.k0Jjg {
   -webkit-tap-highlight-color: transparent
}

.zqrO0 {
   color: #474747;
}

.zqrO0 .niO4u {
   background-color: #fff;
}

.zqrO0 .k0Jjg:active,
.zqrO0 .k0Jjg:focus-visible,
.zqrO0 .k0Jjg:hover,
.zqrO0.k0Jjg:active,
.zqrO0.k0Jjg:focus-visible,
.zqrO0.k0Jjg:hover {
   color: #474747;
}

.zqrO0 .k0Jjg:hover .kHtcsd,
.zqrO0.k0Jjg:hover .kHtcsd {
   background-color: #0b57d015;
}

.GyAeWb2 .zqrO0 .k0Jjg:hover .kHtcsd,
.GyAeWb2 .zqrO0.k0Jjg:hover .kHtcsd {
   background-color: transparent;
}

.GyAeWb2 .zqrO0.k0Jjg:hover .kHtcsd, .GyAeWb2 .qVhvac[selected] .kHtcsd {
   border-bottom: 1.5px solid gray
}

.zqrO0 .k0Jjg:focus-visible .kHtcsd,
.zqrO0.k0Jjg:focus-visible .kHtcsd {
   background-color: #0b57d015
}

.zqrO0 .k0Jjg:active .kHtcsd,
.zqrO0.k0Jjg:active .kHtcsd {
   background-color: #0b57d039
}

.qVhvac[selected] {
   color: #001d35;
}

.qVhvac[selected]:not(.more) .niO4u {
   background-color: #a3c9ff;
}

.qVhvac[selected].excluded:not(.more) .niO4u {
    /* background-color: #ffc266; */
 }

.qVhvac.more[selected] .niO4u {
   background-color: #eee;
}

.qVhvac.k0Jjg[selected]:hover .kHtcsd,
.qVhvac[selected] .k0Jjg:hover .kHtcsd {
   background-color: #d2e3fc
}

.btku5b.k0Jjg[selected]:hover .kHtcsd,
.btku5b[selected] .k0Jjg:hover .kHtcsd {
   background-color: #0b57d015
}

.F0uyec:hover {
   background-color: rgba(0, 0, 0, .03);
   box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .6)
}

.cC9Rib {
   background-color: rgba(0, 0, 0, .03);
}

.qy-title, .qy-star, .related-star-hint {
   color: #474747;
}

.qy-time {
   color: #747474;
}

.yUzGqc.wr8GYd {
  background: rgba(0, 0, 0, 0.6);
  color: #c6c6c6;
}

.g-menu {
   color: #70757a;
}

.nav-header-line-wrapper .nav-header-line {
    border-bottom: 1px solid #dadce0;
}

.allGroup g-menu:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.ACRAdd {
    border-left: 1px solid #dadce0;
}

.k0Jjg:focus-visible .niO4u {
    outline: 2px solid #0b57d0;
}

.nav-menus li.active {
    color: #1f1f1f;
    border-bottom: 3px solid #1f1f1f;
}

.autocomplete-list {
    font-size: 16px;
}

/* -------- DARK MODE -------- */

/* Dark‑mode overrides */
[dark-mode] {
  body {
    background: #000;
    color: #e4e6eb;
  }
  
 a {
    color: inherit;
    -webkit-tap-highlight-color: rgba(255,255,255,.1);
  }
  
 button {
    background-color: transparent;
  }
  
 .link-txt {
    color: hsla(0,0%,100%,.9);
  }
  
 .qy-mod-img .sub {
    color: hsla(0,0%,100%,.5);
  }
  
 .header {
    background-color: #000;
  }
  
 .nav-menus li {
    color: #9aa0a6;
  }
  
 .nav-menus li.active {
    color: #e4e6eb;
    border-bottom: 3px solid #e4e6eb;
  }
  
 .tag.active {
    background-color: #3c4043;
  }
  
 .modal-release-note {
    background-color: #202124;
    border: 1px solid #5f6368;
    color: #e4e6eb;
  }
 .modal-release-note a {
    color: #8ab4f8 !important;
  }
  
 .xpomelo-overlay {
    background: rgba(0, 0, 0, 0.9);
  }
  
 .btn-modal {
    background-color: #f29900;
    color: #202124;
  }
  
 .allGroup .AozSsc:hover svg path {
    stroke: #e4e6eb;
  }

 .sortGroup .AozSsc:hover svg {
    fill: #e4e6eb;
  }
  
 .button-go-top {
    background-color: #3c4043;
    color: #e4e6eb;
    box-shadow: none;
  }
 .button-go-top:hover {
    background-color: #5f6368;
  }
  
 .divider {
    background-color: #3c4043;
  }
  
 .RNNXgb {
    background: #303134;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.7);
  }
 .RNNXgb:hover {
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.8);
  }
  
 .gLFyf {
    background-color: transparent;
    color: rgba(255,255,255,.87);
  }
  
 .zgAlFc {
    color: #8ab4f8;
  }
  
 .prediction:hover {
    background-color: rgba(60,64,67,.5);
  }
  
 a:visited.ynAwRc {
    color: #ab47bc;
  }
  
 :not([selected]).GKS7s.sohiBf:hover {
    background-color: rgba(60,64,67,.7);
  }
  
 .x5f7Bc {
    fill: #c6c6c6;
  }
  
 .pkWBse {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.4);
  }
  
 .GZnQqe.EpPYLd:hover,
 .GZnQqe.EpPYLd:active {
    background-color: rgba(255,255,255,.1);
  }
  
  @media (forced-colors:active) {
   .EpPYLd[disabled] {
      color: GrayText;
    }
  }
  
 .AozSsc {
    color: #9aa0a6;
  }
 .AozSsc:hover {
    color: #e4e6eb;
  }
 .AozSsc:hover .gTl8xb {
    border-color: #e4e6eb transparent;
  }
 .AozSsc:active {
    color: #8ab4f8;
  }
 .AozSsc:active .gTl8xb {
    border-color: #8ab4f8 transparent;
  }
  
 .cF4V5c,
 .CbazZd {
    background-color: #000;
  }
  
 .gTl8xb {
    border-color: #9aa0a6 transparent;
  }
  
 .zqrO0 {
    color: #e4e6eb;
  }
 .zqrO0 .niO4u {
    background-color: #000;
  }
 .zqrO0 .k0Jjg:hover .kHtcsd,
 .zqrO0.k0Jjg:hover .kHtcsd {
    /* background-color: rgba(255,255,255,.05); */
  }
 .zqrO0 .k0Jjg:focus-visible .kHtcsd,
 .zqrO0.k0Jjg:focus-visible .kHtcsd {
    background-color: rgba(255,255,255,.05);
  }
 .zqrO0 .k0Jjg:active .kHtcsd,
 .zqrO0.k0Jjg:active .kHtcsd {
    background-color: rgba(255,255,255,.1);
  }
  
 .qVhvac[selected] {
    color: #e4e6eb;
  }
 .qVhvac[selected] .niO4u {
    background-color: #5f6368;
  }
 .qVhvac.k0Jjg[selected]:hover .kHtcsd,
 .qVhvac[selected] .k0Jjg:hover .kHtcsd {
    background-color: rgba(255,255,255,.05);
  }
  
 .btku5b[selected] .k0Jjg:hover .kHtcsd {
    background-color: rgba(255,255,255,.05);
  }
  
 .F0uyec:hover {
    background-color: rgba(255,255,255,.03);
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.8);
  }
  
 .cC9Rib {
    background-color: rgba(255,255,255,.03);
  }
  
 .qy-title, .qy-star, .related-star-hint {
    color: #e4e6eb;
  }
  
 .qy-time {
    color: #9aa0a6;
  }
  
 .g-menu {
    color: #9aa0a6;
  }
  
 .nav-header-line-wrapper .nav-header-line {
    border-bottom: 1px solid #3c4043;
  }
  
 .allGroup g-menu:not(:last-child) {
    border-bottom: 1px solid #3c4043;
  }
  
 .ACRAdd {
    border-left: 1px solid #3c4043;
  }
  
 .k0Jjg:focus-visible .niO4u {
    outline: 2px solid #8ab4f8;
  }
  
 .autocomplete-list {
    font-size: 16px;
  }
  
 .nvELY {
    background-image: url("data:image/svg+xml;utf8,<svg height='20' width='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 13l4 4l10 -10' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-position: 5px;
  }

 .filterSite {
   background: black;
   color: white;
 }

 .icon-dolphin {
   color: #838485;
 }

 .site-footer {
    color: #9aa0a6;
 }

 .icon-x {
    color: #838485;
 }
}   /* dark mode */

.e9EfHf.right {
   position: absolute;
   right: 0;
}

a[data-tag="include"] {
    margin-right: 20px;
}

.selectedtags svg, .selectedstars svg {
    transform: scale(0.65);
}

.subscribe-wrapper svg {
    transform: scale(0.65);
}

.icon-x {
    color: #434445;
}

.icon-image {
    height: 48px;
    width: 48px;
    transform: translateY(3px);
    margin-right: 5px;
}

main h1, main h2 {
    margin-bottom: .75rem;
    align-items: baseline;
    justify-content: flex-start;
    gap: 1rem;
    font-size: 18px;
    line-height: 24px;
}

h2.sub-header {
    font-size: 18px;
    margin-bottom: 5px;
}

.site-footer {
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
    color: #70757a;
    padding: 30px 0 16px 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.site-footer .logo {
    position: relative;
    top: 0;
    left: 0;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-desc {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.footer-desc-col {
    padding: 0 16px;
    width: 45%;
    min-width: 240px;
    text-align: left;
}

.footer-support-col {
    min-width: 160px;
    text-align: left;
    padding: 0 32px;
}

.footer-support-col h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: left;
}

.footer-support-col ul {
    list-style: none;
    padding:0; margin:0;
}

.footer-support-col li {
    margin: 15px 0;
}

.footer-right {
    margin-top: 24px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.contact-content {
    position: relative;
    top: 110px;
    padding: 10px;
}

.subscribe-svg {
    height: 24px;
    width: 24px;
    line-height: 24px;
}

.subscribe-svg-wrapper {
    margin-block: 4px !important;
    margin-right: 3px !important;
}

.subscribe-info {
    font-size: 13px;
}

.subscribe-info-wrapper {
    margin-left: 0 !important;
}

.subscription-header {
    margin-top: 10px;
}

.main3 {
    display: flex;
    justify-content: space-between;
}

.related .sjVJQd {
    font-size: 13px;
}

h2.main {
    width: 98%;
    margin: 0 auto;
    margin-bottom: .75rem;
    margin-top: .75rem;
    font-size: 18px;
    line-height: 24px;
}

main h2.main {
    margin-left: 0;
}

.S2Caaf.kPUX1c.z1asCe {
    height: 15px;
    line-height: 15px;
    width: 15px;
}

.UjBGL.pkWBse.iRQHZe {
    z-index: 200;
}
