@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    outline: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
    outline: 0;
}

body {
    background: linear-gradient(135deg, #0a0e27 0%, #1a1a2e 50%, #16213e 100%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #e8e8e8;
    line-height: 1.5;
    min-height: 100vh;
}

a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #0088ff;
}

h1,
h2,
h3 {
    display: block;
    margin: 12px 0 6px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}

.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 15px;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.show-on-mobile {
    display: none !important;
}

.heading-container {
    position: relative;
}

.heading-container:after {
    content: "";
    display: block;
    clear: both;
}

.header {
    position: relative;
    width: 100%;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header .width-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.header .logo {
    float: left;
    font-size: 28px;
    line-height: 85px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 12px;
}

.header .logo a {
    display: block;
    height: 55px;
    line-height: 51px;
    margin: 0 0 18px;
    color: #ffffff;
    border: 2px solid #0088ff;
    padding: 0 15px;
    border-radius: 8px;
    background: linear-gradient(45deg, rgba(0, 212, 255, 0.1), rgba(0, 212, 255, 0.05));
    transition: all 0.3s ease;
}

.header .logo a:hover {
    background: linear-gradient(45deg, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0.1));
    box-shadow: 0 0 20px rgba(0, 166, 255, 0.3);
    transform: translateY(0);
}

.header .logo a span {
    color: #0088ff;
}

.header .logo a img {
    display: inline-block;
    height: 55px;
}

.header .search {
    float: right;
    position: relative;
    height: 55px;
    margin: 16px 0 0 35px;
    box-sizing: border-box;
    z-index: 3;
}

.header .search .search-input {
    font-size: 16px;
    width: 320px;
    height: 55px;
    padding: 0 70px 0 15px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(0, 166, 255, 0.3);
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    color: #2a2a2a;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header .search .search-input:focus {
    border-color: #0088ff;
    box-shadow: 0 0 15px rgba(0, 166, 255, 0.3);
    background: rgba(255, 255, 255, 1);
}

.header .search .search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    padding: 0 15px;
    border: 0;
    background: linear-gradient(45deg, #0088ff, #0099cc);
    background-size: 20px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 55px;
    color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header .search .search-submit:hover {
    background: linear-gradient(45deg, #00b8e6, #0088bb);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4);
}

.nav_sec {
    position: relative;
    background: rgba(26, 26, 46, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 212, 255, 0.1);
    z-index: 1;
}

.navigation > ul > li {
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
}

.navigation > ul > li > a {
    display: block;
    margin-right: 3px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    color: #e8e8e8;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.navigation > ul > li.active > a,
.navigation > ul > li > a:hover {
    background: linear-gradient(45deg, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0.1));
    color: #0088ff;
    transform: translateY(-1px);
}

.navigation > ul > li.gayhub a span {
    display: inline-block;
    background: linear-gradient(90deg, #ff6b6b 0%, #ffa500 20%, #ffff00 40%, #32cd32 60%, #1e90ff 80%, #9370db 100%);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 8px;
    margin-left: 5px;
    height: 22px;
    top: 0;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

.navigation > ul > li.cams a {
    position: relative;
    color: #ffd700;
}

.navigation > ul > li.cams a:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 5px;
    width: 6px;
    height: 6px;
    background: #00ff88;
    border-radius: 50%;
    box-shadow: 0 0 8px #00ff88;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.thumbs {
    text-align: center;
    letter-spacing: -5px;
    margin: 0 -8px;
}

.thumbs .spots {
    margin-bottom: 15px;
}

.thumbs .thumb {
    display: inline-block;
    width: 20%;
    padding: 8px;
    letter-spacing: 0;
    vertical-align: top;
}

.thumbs .thumb > a {
    background: rgba(255, 255, 255, 0.258);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    display: block;
    border: 2px solid transparent;
}

.thumbs .thumb > a:hover {
    border-color: #0088ff;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 166, 255, 0.3);
}

.thumbs .thumb .thumb-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.thumbs .thumb .thumb-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumbs .thumb .thumb-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.thumbs .thumb > a:hover .thumb-image img {
    transform: scale(1.05);
}

.thumbs .thumb .thumb-image span {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    line-height: 22px;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.thumbs .thumb.category .thumb-image img {
    position: static;
    height: auto;
}

.thumbs .thumb .thumb-info {
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(26, 26, 46, 0.95);
    text-align: left;
    color: #e8e8e8;
    font-weight: 500;
}

.thumbs .thumb.category .thumb-info {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.mnyplsnado {
    margin: 15px 0;
    text-align: center;
}

.mnyplsnado li {
    margin: 0 0 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.mnyplsnado li a,
.mnyplsnado li span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    margin: 0 3px;
    padding: 0 12px;
    background: rgba(42, 42, 62, 0.8);
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    color: #e8e8e8;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.mnyplsnado li a.active,
.mnyplsnado li a:hover,
.mnyplsnado li span {
    color: #0088ff;
    background: rgba(0, 212, 255, 0.2);
    border-color: #0088ff;
    transform: translateY(-2px);
}

.mnyplsnado li a i {
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom-text {
    margin: 20px 0;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: rgba(42, 42, 62, 0.6);
    color: #cccccc;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.list-section ul {
    -webkit-columns: 5;
    columns: 5;
    column-gap: 15px;
}

.list-section ul li {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    line-height: 26px;
    break-inside: avoid;
}

.list-section ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
    background: rgba(26, 26, 46, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 34px;
    white-space: nowrap;
    color: #e8e8e8;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid rgba(0, 212, 255, 0.1);
}

.list-section.tubes-section ul li a {
    text-align: center;
    font-weight: 500;
}

.list-section ul li a:hover {
    color: #0088ff;
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 166, 255, 0.3);
    transform: translateX(5px);
}

.spots-section {
    padding: 15px 0;
}

.spots-section.mobile-spots-section {
    padding: 8px 0;
}

.spots {
    text-align: center;
}

.spots .spot {
    display: inline-block;
    text-align: center;
    margin: 5px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.video-section {
    padding-top: 10px;
}

.video-section .top-tags {
    margin-bottom: 15px;
}

.video-section .top-tags .categories-row {
    text-align: left;
}

.video-section .top-tags .categories-row a {
    display: inline-block;
    height: 38px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding: 0 15px;
    background: rgba(26, 26, 46, 0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #e8e8e8;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid rgba(0, 212, 255, 0.1);
}

.video-section .top-tags .categories-row a:hover {
    color: #0088ff;
    background: rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 166, 255, 0.3);
    transform: translateY(-2px);
}

.video-section .left-section {
    width: calc(100% - 320px);
}

.video-section .left-section h1 {
    margin: 0 0 8px;
    padding: 0;
}

.video-section .left-section .player-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-section .left-section .player-container iframe,
.video-section .left-section .player-container video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section .left-section .player-container #kt_player {
    position: absolute;
}

.video-section .right-section {
    position: absolute;
    top: 40px;
    right: 15px;
}

.video-section .right-section .side-spots .spot {
    margin-bottom: 15px;
}

.video-section .right-section .side-spots .spot a,
.video-section .right-section .side-spots .spot img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.footer {
    margin-top: 30px;
    padding: 20px 0;
    font-size: 13px;
    text-align: center;
    background: rgba(26, 26, 46, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 212, 255, 0.1);
}

.footer .width-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.footer a {
    text-decoration: underline;
    color: #0088ff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer a:hover {
    text-decoration: none;
    color: #00b8e6;
}

.footer .footer-text {
    line-height: 22px;
    color: #cccccc;
}

@media (max-width: 1024px) {
    h1,
    h2,
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .video-section .left-section {
        width: 100%;
    }
    .video-section .right-section {
        position: static;
        top: 0;
        right: 0;
        text-align: center;
    }
    .video-section .right-section .side-spots .spot {
        display: inline-block;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .footer-text {
        float: none;
        text-align: center;
        margin-bottom: 8px;
    }
    .footer .footer-copyright {
        float: none;
        text-align: center;
        margin-bottom: 8px;
    }
}

@media (max-width: 1000px) {
    .list-section ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .video-container {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .video-aside {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .video-aside .video-aside-block {
        display: inline-block;
    }
}

@media (max-width: 940px) {
    .header {
        padding-bottom: 8px;
        text-align: center;
    }
    .header .logo {
        position: static;
        transform: translateX(0);
        float: none;
        margin: 0;
        line-height: 55px;
    }
    .header .logo:after {
        content: "";
        display: block;
        clear: both;
    }
    .header .search {
        float: none;
        margin: 8px auto 15px;
        display: inline-block;
        max-width: 400px;
        width: 100%;
    }
    .header .search .search-input {
        width: 100%;
        max-width: none;
    }
    .navigation {
        text-align: center;
    }
}

@media (max-width: 760px) {
    .list-section ul {
        -webkit-columns: 3;
        columns: 3;
    }
}

@media (max-width: 630px) {
    .list-section ul {
        -webkit-columns: 2;
        columns: 2;
    }
}

@media (max-width: 560px) {
    .width-wrap {
        padding: 0 8px;
    }
}

@media (max-width: 420px) {
    .header .search {
        height: 45px;
    }
    .header .search .search-input {
        height: 45px;
    }
    .header .search .search-submit {
        height: 45px;
        line-height: 45px;
    }
    .navigation > ul > li > a {
        padding: 0 8px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .list-section ul {
        -webkit-columns: 1;
        columns: 1;
    }
    .list-section ul li {
        padding: 2px 0;
    }
}

@media (max-width: 1194px) {
    .thumbs .thumb {
        width: 25%;
    }
}

@media (max-width: 898px) {
    .thumbs .thumb {
        width: 33.333333%;
    }
}

@media (max-width: 602px) {
    .thumbs .thumb {
        width: 50%;
    }
}

.fluid_video_wrapper {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.fluid_video_wrapper video {
    width: 100% !important;
    height: 100% !important;
}

/* Additional modern touches */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(26, 26, 46, 0.5);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #0088ff, #0099cc);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #00b8e6, #0088bb);
}
