/* TubePussy - CSS do Shorts.
   Extraido do black_orange.css em 2026-06-16 (bloco "Shorts section START/END").
   Carregado SO na pagina de shorts (page_id==shorts_videos).
   CSS do shorts isolado: alterar aqui NAO afeta o resto do site. */

/* Shorts section START */

body.shorties-page .container {
	padding: 0;
}

body.shorties-page {
	padding-bottom: env(safe-area-inset-bottom, 20px);
	background: #000 !important;
}

.swiper.shorties-slider {
    width: 100%;
	max-width: 430px;
    height: calc(var(--vh, 1vh) * 100);
    height: 100vh;
    height: 100dvh;
    position: fixed;
    left: 50%;
	transform: translate(-50%, 0);
    z-index: 3;
	top: 0;
}

.shorties-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

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

.shorties-slider .swiper-slide .shorties-video {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shorties-slider .controls {
	width: 100%;
  z-index: 2;
  position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.8);
  left: 0;
}

.shorties-slider .controls::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background: rgba(255,255,255,0.5);
}

.shorties-slider .progress-bar {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    background: transparent;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    transition: height 0.1s ease-in-out;
	position: relative;
	z-index: 4;
}

.shorties-slider .progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}

.shorties-slider .progress-bar:hover::-webkit-slider-thumb {
    opacity: 1;
}

.shorties-slider .buffer-bar {
    position: absolute;
    top: 10px;
    border-radius: 0;
    left: 0;
    height: 8px;
    background: #fff;
    opacity: 0.5;
    width: 0%;
    transition: width 0.3s;
    z-index: 2;
}


.shorties-slider .fill-bar {
    position: absolute;
    top: 10px;
    border-radius: 0;
    left: 2px;
    height: 8px;
    background: #f60001;
    opacity: 1;
    width: 0%;
    transition: width 0.3s;
    z-index: 3;
}

.shorties-slider .fill-bar::before {
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px;
	height: 8px;
	background: #f60001;
}

.shorties-slider .main-card {
	height: 100%;
}

.shorties-slider .card-img {
	padding: 0;
    height: 100%;
	display: flex;
	align-items: center;
}

.shorties-slider .shorties-video {
    cursor: pointer;
    position: relative;
}

.shorties-slider .shorties-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 5v14l11-7z"/></svg>');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.shorties-slider .shorties-video.paused::after {
    opacity: 0.7;
}

.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	transition: .3s;
	opacity: 0;
	z-index: 10;
}

.main-card.paused .btn-play {
	opacity: 1;
}

.btn-play svg {
	width: 100%;
	height: 100%;
}

.swiper-slide .video-data {
	position: absolute;
    bottom: 25px;
    color: #fff;
    left: 10px;
	padding: 15px;
  padding-right: 60px;
}

.swiper-slide .video-data .models-data {
	display: flex;
	align-items: center;
}

.swiper-slide .video-data .models-data a {
	color: #fff;
	display: block;
	margin-right: 5px;
}

.swiper-slide .video-data .models-data a:last-child {
	margin-right: 0;
}

.swiper-slide .main-tools {
    position: absolute;
    bottom: 35px;
    right: 10px;
    z-index: 9;
}

.swiper-slide .column-tool .rating-container {
	flex-direction: column;
	margin-bottom: 10px;
}

.swiper-slide .tool-btn {
	margin-right: 0;
}

.swiper-slide .column-tool .text {
	margin-right: 0;
	width: 30px;
	height: 20px;
    overflow: hidden;
}

.swiper-slide .main-card .title {
	text-align: left;
	max-width: 300px;
    width: 100%;
}

.swiper-slide .mute-button {
    z-index: 2;
    padding: 6px;
    transition: background-color 0.2s;
}

.swiper-slide .mute-button .svg-icon {
    width: 20px;
    height: 20px;
    fill: white;
}

.swiper-slide .mute-button .hide,
.swiper-slide .fullscreen-button .hide {
    display: none;
}

.shorties-page {
	overflow: hidden;
}

.main-tools .btn-favourites {
    margin-top: 5px;
}

.main-tools .favourites-block span {
	display: block;
}

.main-tools .favourites-block span:last-child {
	display: none!important;
}

.main-tools .share-button {
	position: relative;
	padding: 0;
}

.swiper-slide .share-popup {
    position: absolute;
    background: #000;
    right: 0;
    bottom: 0;
    z-index: 114;
    left: 0;
    padding: 20px 20px 30px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-radius: 10px 10px 0 0;
    max-height: 90vh;
    overflow-y: auto;
}

.swiper-slide .share-open .share-popup {
	opacity: 1;
	visibility: visible;
}

.swiper-slide .share-popup .close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.swiper-slide .share-popup .close-popup .svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.swiper-slide .share-popup .share-row {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-bottom: 20px;
	gap: 8px;
}

.swiper-slide .share-popup .share-row:last-child {
	margin-bottom: 0;
}

.swiper-slide .share-popup .share-row .label-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.swiper-slide .share-popup .share-row input {
	color: #fff;
	background: #1a1a1a;
    border-radius: 8px;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #333;
    font-size: 14px;
    font-size: 16px;
    transition: border-color 0.2s;
}

.swiper-slide .share-popup .share-row input:focus {
    border-color: #f50e14;
    outline: none;
}

body.shorties-page .footer,
body.shorties-page .header {
	display: none;
}

body.shorties-page .container {
	max-width: 100%;
	padding: 0;
}

.swiper-slide .member-box .member-avatar {
    width: 35px;
    height: 38px;
	border-radius: 50%;
	overflow: hidden;
}

.swiper-slide .member-box a {
	display: block;
}

.swiper-slide .member-box .member-avatar .svg-icon {
    width: 100%;
	height: 40px;
}

.swiper-slide .member-box .member-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .column-tool {
	margin-top: 10px;
}

.swiper-slide .heading-box {
    display: flex;
    align-items: center;
	justify-content: flex-end;
	position: absolute; 
    top: 20px;
	left: 0;
    width: 100%;
    padding: 14px 14px;
	z-index: 10;
}

.heading-box .heading-tools {
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.heading-box .dots-btn {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.heading-box .dots-btn .svg-icon {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
    height: 100%;
	transition: .3s;
	fill: #fff;
	z-index: 2;
}

.heading-box .dots {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: .3s;
	opacity: 1;
	z-index: 1;
}

.heading-box .heading-tools.show .dots-btn .svg-icon {
	opacity: 1;
	visibility: visible;
}

.heading-box .heading-tools.show .dots-btn .dots {
	opacity: 0;
	visibility: hidden;
}

.heading-box .dots::before,
.heading-box .dots::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.heading-box .dots::before {
    left: 0;
    top: -7px;
}

.heading-box .dots::after {
    right: 0;
    top: 13px;
}

.heading-box .heading-tools .tools-drop {
    position: absolute;
    top: 40px;
    right: 0;
    background: #000;
    border-radius: 10px;
    padding: 10px;
    min-width: 175px;
}

.sidebar-toggle-btn {
	display: none;
	width: 40px;
	height: 40px;
	justify-content: center;
	background: rgba(0,0,0,0.4);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
  align-items: center;
  justify-content: center;
	transition: background 0.2s;
}

.sidebar-toggle-btn .svg-icon {
	width: 28px;
	height: 28px;
	fill: #fff;
}

.sidebar-toggle-btn:hover {
	background: rgba(0,0,0,0.6);
}

.heading-box.shorts-header-actions {
	justify-content: flex-end;
}

@media (min-width: 1200px) {
	.sidebar-toggle-btn {
		display: none !important;
	}
	.hamburger-left-btn {
		display: none !important;
	}
	.shorties-slider .logo-box {
		display: none !important;
	}
	.shorts-left-sidebar .sidebar-logo {
		display: block !important;
	}
	.shorts-right-sidebar .sidebar-close-btn {
		display: none !important;
	}
	.shorts-left-sidebar .left-sidebar-close-btn {
		display: none !important;
	}
	.mobile-sidebar-overlay,
	.left-sidebar-overlay {
		display: none !important;
	}
}

.hamburger-left-btn {
	display: none;
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 100;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	color: #fff;
	transition: background 0.2s;
}

.hamburger-left-btn:hover {
	background: rgba(0, 0, 0, 0.6);
}

.hamburger-left-btn .svg-icon {
	width: 28px;
	height: 28px;
	fill: currentColor;
}


.heading-box .tools-drop .drop-item {
	margin-bottom: 10px;
	text-align: left;
}

.heading-box .tools-drop .drop-item:last-child {
	margin-bottom: 0;
}

.form-flagging {
	position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 114;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    background: #000;
    padding: 20px 20px 30px;
    transition: 0.3s;
    border-radius: 10px 10px 0px 0px;
    max-height: 90vh;
    overflow-y: auto;
}
 
.main-card.report-open .form-flagging {
	opacity: 1;
	visibility: visible;
}

.form-flagging .close-report {
	position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.form-flagging .close-report .svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.form-flagging .block-flagging {
    width: 100%;
}

.form-flagging .box-inner-wrap {
    width: 100%;
}

.form-flagging .field-label {
    font-weight: 600;
    font-size: 20px;
	display: block;
	margin-bottom: 15px;
	color: #fff;
}

.form-flagging .field-label.text {
    font-size: 22px;
    margin-bottom: 20px;
}

.form-flagging .block-textarea {
	align-items: flex-start;
	width: 100%;
	margin-bottom: 0;
}

.form-flagging .block-textarea textarea {
	border-radius: 8px;
    resize: none;
    height: 100px;
    outline: none;
    background: #1a1a1a;
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    font-family: inherit;
	border: 1px solid #333;
	font-size: 14px;
	font-size: 16px;
	transition: border-color 0.2s;
}

.form-flagging .block-textarea textarea:focus {
    border-color: #f50e14;
}

.form-flagging .block-textarea textarea::placeholder {
    color: #666;
}

.form-flagging .radio-block .item {
	text-align: left;
}

.form-flagging .radio-info {
    color: #fff;
    font-size: 15px;
}

.form-flagging .success {
    color: #4caf50;
    padding: 10px;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
}

.form-flagging .generic-error {
    color: #f50e14;
    padding: 10px;
    background: rgba(245, 14, 20, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
}

.form-flagging .box-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.form-flagging .col {
    width: 100%;
}

.form-flagging .block-textarea .field-label {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 16px;
	margin-bottom: 0;
}

.form-flagging .block-textarea .field-label span {
	width: 100%;
	text-align: left;
	display: block;
}

.form-flagging .block-radios {
    width: 100%;
}

.form-flagging .radio-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.form-flagging .radio-block .item-box {
    text-align: left;
    width: 100%;
    margin: 0;
}

.form-flagging .label-choice {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
}

.form-flagging .violation-submit {
	margin-top: 10px;
	width: 100%;
}

.shorties-slider .logo-box {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	display: flex;
	align-items: center;
}
.shorties-slider .logo  {
      display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
}

.shorties-slider .logo-box svg {
	margin-right: 5px;
	fill: #fff;
}
.shorties-slider .logo img {
    max-width: 158px;
    width: 100%;
}


  


.shorties-slider .tools-drop .repot-item {
	cursor: pointer;
}

.shorties-page .load-more {
	display: none;
}

.shorties-page .main .section:last-child {
	/* display: none; */
}

.swiper-slide .img {
	height: 100%;
}

.shorties-slider .swiper-wrapper {
	height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	height: 100dvh;
}

.shorties-slider .swiper-slide {
	height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	height: 100dvh;
}

.shorts-center-content .shorties-slider {
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	height: 100dvh;
}

.heading-tools .tools-drop .share-button {
	text-align: left;
	width: 100%;
	cursor: pointer;
}

.tools-drop .svg-icon {
	display: none;
}

.shorties-slider .links-holder {
	position: absolute;
    bottom: 0px;
	left: 0;
	right: 0;
	z-index: 10;
	background: #000;
    border-radius: 10px 10px 0 0;
	padding: 20px 20px 30px;
    max-height: 90vh;
    overflow-y: auto;
}

.shorties-slider .links-holder .close-links {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.shorties-slider .links-holder .close-links .svg-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.shorties-slider .links-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.shorties-slider .links-box .item-link {
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.shorties-slider .links-box .item-link:last-child {
	margin-bottom: 0;
}

.shorties-slider .item-link a {
	color: #fff;
    font-size: 18px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

.comments-popup {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	background: #000;
	padding: 0;
	transition: 0.3s;
	border-radius: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	touch-action: pan-y;
	overscroll-behavior: contain;
}

.main-card.comments-open .comments-popup {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.main-card.comments-open .swiper-slide > *:not(.comments-popup) {
	pointer-events: none;
}

.main-card.comments-open .heading-box {
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.shorties-slider:has(.main-card.comments-open) .logo-box,
.shorties-slider.comments-active .logo-box {
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.shorties-slider:has(.main-card.comments-open) .hamburger-left-btn,
.shorties-slider.comments-active .hamburger-left-btn {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}


.comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	border-bottom: 1px solid #222;
	flex-shrink: 0;
}

.comments-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.close-comments {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.2s;
}

.close-comments:hover {
	background: rgba(255, 255, 255, 0.1);
}

.close-comments .svg-icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.comments-list {
	flex: 1;
	overflow-y: auto;
	padding: 15px 20px;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.comments-list::-webkit-scrollbar {
	width: 6px;
}

.comments-list::-webkit-scrollbar-track {
	background: #1a1a1a;
	border-radius: 3px;
}

.comments-list::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 3px;
}

.comments-list::-webkit-scrollbar-thumb:hover {
	background: #444;
}

.comment-item {
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
	align-items: flex-start;
}

.comment-item:last-child {
	margin-bottom: 0;
}

.comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comment-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment-avatar .svg-icon {
	width: 24px;
	height: 24px;
	fill: #666;
}

.comment-content {
	flex: 1;
	text-align: left;
	min-width: 0;
}

.comment-author {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	text-align: left;
}

.comment-text {
	color: #ccc;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 6px;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.comment-text img {
  width: auto !important;
  height: auto !important;
  display: inline !important;
}

.comment-time {
	color: #666;
	font-size: 12px;
	text-align: left;
}

.comment-input-box {
	padding: 15px 20px;
	border-top: 1px solid #222;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-shrink: 0;
	background: #0a0a0a;
}

.comment-input-box.review_comment .comment-input,
.comment-input-box.review_comment .comment-send-btn {
  display: none !important;
}

.comment-input-box.review_comment .success {
  display: block !important;
}

.comment-input {
	flex: 1;
	background: #1a1a1a;
	border: 1px solid #333;
	border-radius: 8px;
	color: #fff;
	padding: 10px 12px;
	font-size: 14px;
	font-size: 16px;
	font-family: inherit;
	resize: none;
	outline: none;
	height: 40px;
	line-height: 20px;
	min-height: 40px;
	max-height: 40px;
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	transition: border-color 0.2s;
}

.comment-input::-webkit-scrollbar {
	display: none;
}

.comment-input:focus {
	border-color: #f50e14;
}

.comment-input::placeholder {
	color: #666;
}

.comment-send-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	background: #f50e14;
	border: none;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	white-space: nowrap;
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
}

.comment-send-btn:hover {
	background: #d00d12;
	transform: translateY(-1px);
}
 
.shorties-slider .mask {
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.shorties-slider .main-card.mask-active .mask {
	display: block;
}

.shorties-slider .main-card.report-open .mask,
.shorties-slider .main-card.share-open .mask {
	display: block;
}

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

.item-shorties .img div {
	width: 100%;
}

.header-panel .item {
	display: flex;
	align-items: center;
}

.button-short {
	align-items: center;
	text-transform: uppercase;
	color: #ffffff;
	display: none;
}

.light .button-short {
	color: #000;
}

@media (max-width: 1024px) {
	.button-short {
		display: flex;
	}
}

.button-short svg {
    width: 25px;
    height: 25px;
	margin-right: 5px;
}

.button-short span {
	display: block;
    line-height: 1;
}

@media (max-width: 385px) {
	.button-short svg {
		width: 20px;
		height: 20px;
		margin-right: 3px;
	}
	.button-short span {
		font-size: 12px;
	}
}

@media (max-width: 370px) {
	.button-short svg {
		display: none;
	}
}

html.light .shorties-page .svg-icon {
	fill: #fff;
}

html.light .shorties-page .main-card .title {
	color: #fff;
}

html.light body.shorties-page {
	background: #000000;
}

.shorties-slider .controls::before {
	height: 3px;
	top: 10px;
	transition: height 0.2s ease;
}

.shorties-slider .controls:hover::before {
	height: 6px;
	top: 8px;
}

.shorties-slider .progress-bar {
	height: 3px;
	transition: height 0.2s ease;
}

.shorties-slider .controls:hover .progress-bar {
	height: 6px;
}

.shorties-slider .buffer-bar {
	height: 3px;
	top: 10px;
	transition: height 0.2s ease;
}

.shorties-slider .controls:hover .buffer-bar {
	height: 6px;
	top: 8px;
}

.shorties-slider .fill-bar {
	height: 3px;
	top: 10px;
	transition: height 0.2s ease;
}

.shorties-slider .controls:hover .fill-bar {
	height: 6px;
	top: 8px;
}

.shorties-slider .fill-bar::before {
	height: 3px;
	transition: height 0.2s ease;
}

.shorties-slider .controls:hover .fill-bar::before {
	height: 6px;
}

.swiper-slide .video-data .model-name-block {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}

.swiper-slide .video-data .model-name {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.swiper-slide .video-data .verified-icon {
	width: 18px;
	height: 18px;
	fill: #e53935;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}

.swiper-slide .video-data .tags-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.swiper-slide .video-data .video-tag {
	padding: 4px 12px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s;
	backdrop-filter: blur(10px);
	white-space: nowrap;
  background: rgba(229, 57, 53, 0.1);
  border: 1px solid rgba(229, 57, 53, 0.3);
  color: #e53935;
}

.swiper-slide .video-data .video-tag:hover {
  background: #e53935;
  border-color: #e53935;
  color: #fff;
  transform: scale(1.05);
}

.swiper-slide .video-data .video-tag-more {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	padding: 6px 12px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 500;
	backdrop-filter: blur(10px);
	cursor: pointer;
}

.swiper-slide .video-data .title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper-slide .video-data .models-data {
	display: none;
}

.swiper-slide .main-tools {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	right: 12px;
}

.swiper-slide .main-tools .tool-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	cursor: pointer;
  position: relative;
}

.swiper-slide .main-tools .tool-item .voters {
  position: absolute;
  right: 100%;
  font-size: 12px;
  white-space: nowrap;
  top: 0;
  top: 12px;
}

.swiper-slide .main-tools .tool-btn {
	width: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	background: transparent;
	border: none;
	padding: 0;
	gap: 2px;
}

.swiper-slide .main-tools .tool-btn .svg-icon {
	width: 32px;
	height: 32px;
	fill: #fff;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
	transition: transform 0.1s ease;
}

.swiper-slide .main-tools .tool-btn.voted svg {
	fill: #f50e14;
}

.swiper-slide .main-tools .tool-count {
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	line-height: 1;
}

body.is-fullscreen .shorties-slider .logo-box,
body.is-fullscreen .hamburger-left-btn,
body.is-fullscreen .shorties-slider .heading-box,
body.is-fullscreen .swiper-slide .video-data,
body.is-fullscreen .swiper-slide .main-tools .tool-item:not(.tool-fullscreen) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

body.is-fullscreen .swiper-slide .main-tools .tool-fullscreen {
	opacity: 1;
	visibility: visible;
}

body.is-fullscreen .shorties-slider .controls {
	opacity: 1;
	visibility: visible;
}

body.is-fullscreen .shorts-left-sidebar,
body.is-fullscreen .shorts-right-sidebar {
	display: none !important;
}

body.is-fullscreen .shorts-center-content {
	margin: 0 !important;
	width: 100% !important;
}

body.is-fullscreen .comments-popup {
	display: none !important;
}

.swiper-slide .main-tools .member-box {
	position: relative;
	margin-bottom: 0;
}

.swiper-slide .main-tools .member-box .member-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.swiper-slide .main-tools .member-box .member-avatar a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.swiper-slide .main-tools .member-box .member-avatar .svg-icon {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.swiper-slide .main-tools .member-box .member-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .main-tools .member-box .avatar-plus {
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: #ff0050;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.swiper-slide .main-tools .member-box .avatar-plus .svg-icon {
	width: 12px;
	height: 12px;
	fill: #fff;
}

.swiper-slide .column-tool .rating-container {
	display: none;
}

.swiper-slide .column-tool {
	display: none;
}

.swiper-slide .favourites-block {
	display: none;
}

.swiper-slide .tool-item .mute-button {
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
}

.swiper-slide .tool-item .mute-button .svg-icon {
	width: 32px;
	height: 32px;
	fill: #fff;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.swiper-slide .main-tools .tool-like .tool-btn.active .svg-icon {
	animation: likeAnimation 0.4s ease;
}

.swiper-slide .main-tools .tool-dislike .tool-btn.active .svg-icon {
	animation: dislikeAnimation 0.4s ease;
}

.swiper-slide .main-tools .tool-favorite .tool-btn.active .svg-icon {
	fill: #ff0050;
	animation: heartAnimation 0.6s ease;
}

@keyframes likeAnimation {
	0% { transform: scale(1); }
	50% { transform: scale(1.3) rotate(-10deg); }
	100% { transform: scale(1); }
}

@keyframes dislikeAnimation {
	0% { transform: scale(1); }
	50% { transform: scale(1.3) rotate(10deg); }
	100% { transform: scale(1); }
}

@keyframes heartAnimation {
	0% { transform: scale(1); }
	25% { transform: scale(1.3); }
	50% { transform: scale(0.9); }
	75% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

.swiper-slide .share-popup {
	max-width: 450px;
	margin: 0 auto;
}

.shorts-desktop-layout {
	display: block;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	height: 100dvh;
	position: relative;
}

.shorts-left-sidebar,
.shorts-right-sidebar {
	display: none;
}

/* Left sidebar content – same styles for desktop and mobile (reuse desktop look) */
.shorts-left-sidebar .sidebar-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.shorts-left-sidebar .auth-buttons {
	display: flex;
	gap: 10px;
	flex-direction: row;
}

.shorts-left-sidebar .auth-buttons.users-links {
  flex-direction: column;
}

.shorts-left-sidebar .btn-auth {
	display: flex;
	flex: 1;
	min-width: 0;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s;
	border: none;
	cursor: pointer;
}
.shorts-left-sidebar .btn-signin {
	background: #1a1a1a;
	color: #fff;
}
.shorts-left-sidebar .btn-signin:hover {
	background: #2a2a2a;
}
.shorts-left-sidebar .btn-signup {
	background: #f50e14;
	color: #fff;
}
.shorts-left-sidebar .btn-signup:hover {
	background: #d00d12;
}
.shorts-left-sidebar .sort-buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.shorts-left-sidebar .sort-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 15px;
	background: #1a1a1a;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.2s;
  text-transform: uppercase;
}
.shorts-left-sidebar .sort-btn:hover {
	background: #2a2a2a;
}
.shorts-left-sidebar .sort-btn.active {
	background: #f50e14;
}
.shorts-left-sidebar .sort-btn .svg-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.shorts-left-sidebar .gender-switcher {
	display: flex;
	gap: 8px;
	justify-content: center;
}
.shorts-left-sidebar .gender-btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.2s;
}
.shorts-left-sidebar .gender-btn:hover {
	background: #2a2a2a;
}
.shorts-left-sidebar .gender-btn.active {
	border-color: #f50e14;
	background: rgba(245, 14, 20, 0.1);
}
.shorts-left-sidebar .gender-btn .svg-icon {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.shorts-left-sidebar .partner-link {
	padding: 15px;
	background: #1a1a1a;
	border-radius: 8px;
}
.shorts-left-sidebar .partner-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.shorts-left-sidebar .partner-btn .svg-icon {
	width: 20px;
	height: 20px;
	fill: #f50e14;
}
.shorts-left-sidebar .tags-scroll-container {
	max-height: 400px;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.shorts-left-sidebar .tags-scroll-container::-webkit-scrollbar {
	display: none;
}
.shorts-left-sidebar .tags-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.shorts-left-sidebar .tag-item {
	color: #fff;
	text-decoration: none;
	padding: 10px 12px;
	background: #1a1a1a;
	border-radius: 6px;
	font-size: 14px;
	transition: all 0.2s;
	display: block;
  order: 1;
}
.shorts-left-sidebar .tag-item.active {
	background: #f50e14;
  order: 0;
}
.shorts-left-sidebar .tag-item:hover {
	background: #f50e14;
}

.shorts-left-sidebar .sidebar-logo {
	flex-shrink: 0;
	margin-bottom: 4px;
}
.shorts-left-sidebar .sidebar-logo .logo {
	display: block;
}
.shorts-left-sidebar .sidebar-logo img {
	display: block;
	max-width: 158px;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.shorts-center-content {
	flex: 1;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	height: 100dvh;
	position: relative;
	overflow: hidden;
}

.shorts-right-sidebar .search-field-container {
	padding: 12px 16px;
	background: transparent;
	border-bottom: 1px solid #1e1e1e;
	width: 100%;
	flex-shrink: 0;
}

.shorts-right-sidebar .search-form {
	position: relative;
	display: flex;
	align-items: center;
}

.shorts-right-sidebar .search-input {
	width: 100%;
	padding: 10px 44px 10px 18px;
	background: #1a1a1a;
	border: 1px solid #2c2c2c;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	outline: none;
	transition: border-color 0.2s, background 0.2s;
}

.shorts-right-sidebar .search-input:focus {
	border-color: #f50e14;
	background: #222;
}

.shorts-right-sidebar .search-input::placeholder {
	color: #555;
}

.shorts-right-sidebar .search-btn {
	position: absolute;
	right: 8px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.2s;
}

.shorts-right-sidebar .search-btn:hover {
	background: rgba(255,255,255,0.08);
}

.shorts-right-sidebar .search-btn .svg-icon {
	width: 18px;
	height: 18px;
	fill: #777;
}

.shorts-right-sidebar .sidebar-tabs {
	display: flex;
	background: #1a1a1a;
	border-bottom: 1px solid #222;
	flex-shrink: 0;
}

.shorts-right-sidebar .tab-btn {
	flex: 1;
	padding: 13px 16px;
	background: transparent;
	border: none;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.shorts-right-sidebar .tab-btn.active {
	color: #fff;
	background: #f50e14;
	border-bottom-color: #f50e14;
}

.shorts-right-sidebar .tab-content {
	display: none;
	padding: 12px 16px 16px;
	overflow-y: auto;
	flex: 1;
	min-height: 0;
}

.shorts-right-sidebar .tab-content.active {
	display: block;
}

.shorts-right-sidebar .shorts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width: 100%;
}

.shorts-right-sidebar .short-item {
	position: relative;
	min-width: 0;
}

.shorts-right-sidebar .short-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 9/16;
	border-radius: 8px;
	overflow: hidden;
	background: #1a1a1a;
  border: 1px solid transparent;
  transition: border-color .3s;
}

.shorts-right-sidebar .short-thumb:after {
  content: '';
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 14, 20, .2);
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
}

.shorts-right-sidebar .short-item.active .short-thumb:after {
  opacity: 1;
}

.shorts-right-sidebar .short-item.active .short-thumb {
  border-color: #f50e14;
}

.shorts-right-sidebar .short-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s;
	display: block;
}

.shorts-right-sidebar .short-views {
	position: absolute;
	bottom: 8px;
	left: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	background: rgba(0, 0, 0, 0.8);
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}

.shorts-right-sidebar .short-views .svg-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
}

.shorts-right-sidebar .creators-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.shorts-right-sidebar .creator-item a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #1a1a1a;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s;
}

.shorts-right-sidebar .creator-item a:hover {
	background: #2a2a2a;
}

.shorts-right-sidebar .creator-avatar {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.shorts-right-sidebar .creator-avatar.no-avatar {
  border: 2px solid #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.shorts-right-sidebar .creator-avatar svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shorts-right-sidebar .creator-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shorts-right-sidebar .creator-name {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}

.shorts-right-sidebar .creator-videos {
	color: #999;
	font-size: 12px;
}

@media (min-width: 1200px) {
	.shorts-desktop-layout {
		display: block;
	}

	.shorts-left-sidebar {
		display: block;
		width: 280px;
		background: #111;
		height: calc(var(--vh, 1vh) * 100);
		height: 100vh;
		height: 100dvh;
		overflow-y: auto;
		flex-shrink: 0;
		padding: 20px 15px;
		border-right: 1px solid #1e1e1e;
		position: fixed;
		left: 0;
		top: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.shorts-left-sidebar::-webkit-scrollbar {
		display: none;
	}

	.shorts-center-content {
		flex: 1;
		width: 100%;
		min-width: 400px;
		margin: 0 360px 0 280px;
	}

	/* Desktop: sidebar sempre visível, sem botão X */
	.shorts-right-sidebar {
		display: flex;
		flex-direction: column;
		width: 360px;
		background: #111;
		height: calc(var(--vh, 1vh) * 100);
		height: 100vh;
		height: 100dvh;
		overflow-y: hidden;
		flex-shrink: 0;
		border-left: 1px solid #1e1e1e;
		position: fixed;
		right: 0;
		top: 0;
	}

	/* Pequeno respiro no topo — compensa ausência do botão X */
	.shorts-right-sidebar .sidebar-tabs {
		margin-top: 10px;
		margin-left: 12px;
		margin-right: 12px;
		border-radius: 10px;
		overflow: hidden;
	}

	.shorts-right-sidebar .tab-content {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.shorts-right-sidebar .tab-content::-webkit-scrollbar {
		display: none;
	}

	.sidebar-content {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.search-field-container {
		width: 100%;
	}

	.search-form {
		position: relative;
		display: flex;
		align-items: center;
	}

	.search-input {
		width: 100%;
		padding: 10px 40px 10px 12px;
		background: #1a1a1a;
		border: 1px solid #333;
		border-radius: 6px;
		color: #fff;
		font-size: 13px;
		outline: none;
		transition: all 0.2s;
	}

	.search-input:focus {
		border-color: #f50e14;
		background: #222;
	}

	.search-input::placeholder {
		color: #666;
	}

	.search-btn {
		position: absolute;
		right: 4px;
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: transparent;
		border: none;
		cursor: pointer;
		border-radius: 4px;
		transition: background 0.2s;
	}

	.search-btn:hover {
		background: rgba(245, 14, 20, 0.1);
	}

	.search-btn .svg-icon {
		width: 18px;
		height: 18px;
		fill: #999;
		transition: fill 0.2s;
	}

	.search-btn:hover .svg-icon {
		fill: #f50e14;
	}

	.auth-buttons {
		display: flex;
		gap: 10px;
		flex-direction: row;
	}

	.btn-auth {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 20px;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		transition: all 0.2s;
		border: none;
		cursor: pointer;
	}

	.btn-signin {
		background: #1a1a1a;
		color: #fff;
	}

	.btn-signin:hover {
		background: #2a2a2a;
	}

	.btn-signup {
		background: #f50e14;
		color: #fff;
	}

	.btn-signup:hover {
		background: #d00d12;
	}


	.sort-buttons {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.sort-btn {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 12px 15px;
		background: #1a1a1a;
		border-radius: 8px;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		transition: all 0.2s;
	}

	.sort-btn:hover {
		background: #2a2a2a;
	}

	.sort-btn.active {
		background: #f50e14;
	}

	.sort-btn .svg-icon {
		width: 20px;
		height: 20px;
		fill: currentColor;
	}

	.gender-switcher {
		display: flex;
		gap: 8px;
		justify-content: center;
	}

	.gender-btn {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #1a1a1a;
		border-radius: 50%;
		border: 2px solid transparent;
		cursor: pointer;
		transition: all 0.2s;
	}

	.gender-btn:hover {
		background: #2a2a2a;
	}

	.gender-btn.active {
		border-color: #f50e14;
		background: rgba(245, 14, 20, 0.1);
	}

	.gender-btn .svg-icon {
		width: 24px;
		height: 24px;
		fill: #fff;
	}

	.partner-link {
		padding: 15px;
		background: #1a1a1a;
		border-radius: 8px;
	}

	.partner-btn {
		display: flex;
		align-items: center;
		gap: 8px;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600;
	}

	.partner-btn .svg-icon {
		width: 20px;
		height: 20px;
		fill: #f50e14;
	}

	.tags-scroll-container {
		max-height: 400px;
		overflow-y: auto;
	}

	.tags-scroll-container::-webkit-scrollbar {
		width: 6px;
	}

	.tags-scroll-container::-webkit-scrollbar-track {
		background: #1a1a1a;
		border-radius: 3px;
	}

	.tags-scroll-container::-webkit-scrollbar-thumb {
		background: #333;
		border-radius: 3px;
	}

	.tags-scroll-container::-webkit-scrollbar-thumb:hover {
		background: #444;
	}

	.tags-list {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.tag-item {
		color: #fff;
		text-decoration: none;
		padding: 10px 12px;
		background: #1a1a1a;
		border-radius: 6px;
		font-size: 14px;
		transition: all 0.2s;
		display: block;
	}

	.tag-item:hover {
		background: #f50e14;
	}

	.sidebar-tabs {
		display: flex;
		background: #1a1a1a;
		flex-shrink: 0;
	}

	.tab-btn {
		flex: 1;
		padding: 15px 20px;
		background: transparent;
		border: none;
		color: #666;
		font-size: 14px;
		font-weight: 700;
		cursor: pointer;
		transition: all 0.2s;
		border-bottom: 3px solid transparent;
	}

	.tab-btn:hover {
		color: #fff;
	}

	.tab-btn.active {
		color: #fff;
		background: #f50e14;
		border-bottom-color: #f50e14;
	}

	.tab-content {
		display: none;
		padding: 15px;
		overflow-y: auto;
		flex: 1;
	}

	.tab-content.active {
		display: block;
	}

	.tab-content::-webkit-scrollbar {
		width: 6px;
	}

	.tab-content::-webkit-scrollbar-track {
		background: #1a1a1a;
		border-radius: 3px;
	}

	.tab-content::-webkit-scrollbar-thumb {
		background: #333;
		border-radius: 3px;
	}

	.tab-content::-webkit-scrollbar-thumb:hover {
		background: #444;
	}

	.shorts-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.short-item {
		position: relative;
	}

	.short-thumb {
		position: relative;
		width: 100%;
		aspect-ratio: 9/16;
		border-radius: 8px;
		overflow: hidden;
		background: #1a1a1a;
	}

	.short-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.2s;
	}

	.short-item:hover .short-thumb img {
		transform: scale(1.05);
	}

	.short-views {
		position: absolute;
		bottom: 8px;
		left: 8px;
		display: flex;
		align-items: center;
		gap: 4px;
		background: rgba(0, 0, 0, 0.8);
		padding: 4px 8px;
		border-radius: 4px;
		color: #fff;
		font-size: 11px;
		font-weight: 600;
	}

	.short-views i {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.short-views .svg-icon {
		width: 14px;
		height: 14px;
		fill: #fff;
	}

	.creators-list {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.creator-item a {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px;
		background: #1a1a1a;
		border-radius: 8px;
		text-decoration: none;
		transition: all 0.2s;
	}

	.creator-item a:hover {
		background: #2a2a2a;
	}

	.creator-avatar {
		position: relative;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		overflow: hidden;
		flex-shrink: 0;
	}

	.creator-avatar img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.creator-avatar .verified-badge {
		position: absolute;
		bottom: -2px;
		right: -2px;
		width: 18px;
		height: 18px;
		background: #f50e14;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #000;
	}

	.creator-avatar .verified-badge .svg-icon {
		width: 12px;
		height: 12px;
		fill: #fff;
	}

	.creator-info {
		flex: 1;
	}

	.creator-name {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 2px;
	}

	.creator-videos {
		color: #999;
		font-size: 12px;
	}
}

@media (max-width: 1199px) {
	.shorties-slider .logo-box {
		display: flex !important;
		left: 64px;
	}
	.shorties-slider .logo-box .icon-arrow-left {
		display: none !important;
	}

	.shorts-left-sidebar .sidebar-logo {
		display: none !important;
	}

	.hamburger-left-btn {
		display: flex !important;
	}

	.shorts-left-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 88%;
		max-width: 320px;
		min-width: 260px;
		z-index: 200;
		display: none !important;
		flex-direction: column;
		background: #111;
		transform: translateX(-100%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		overflow: hidden;
		box-shadow: 8px 0 40px rgba(0, 0, 0, 0.75);
		padding: 0;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
	}

	body.left-sidebar-open .shorts-left-sidebar {
		display: flex !important;
		transform: translateX(0);
	}

	.shorts-left-sidebar .sidebar-content {
		flex: 1;
		min-height: 0;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding: 12px 20px 20px;
		margin-top: 56px;
	}

	.shorts-left-sidebar .sidebar-content::-webkit-scrollbar {
		display: none;
	}

	.left-sidebar-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.5);
		z-index: 150;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}

	body.left-sidebar-open .left-sidebar-overlay {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.shorts-left-sidebar .left-sidebar-close-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 14px;
		right: 14px;
		width: 36px;
		height: 36px;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 50%;
		cursor: pointer;
		z-index: 10;
		padding: 0;
		backdrop-filter: blur(6px);
		transition: background 0.2s ease, transform 0.15s ease;
	}

	.shorts-left-sidebar .left-sidebar-close-btn:hover {
		background: rgba(255, 255, 255, 0.22);
		transform: scale(1.08);
	}

	.shorts-left-sidebar .left-sidebar-close-btn .svg-icon {
		width: 17px;
		height: 17px;
		fill: rgba(255, 255, 255, 0.92);
	}

	.sidebar-toggle-btn {
		display: flex !important;
	}

	.mobile-sidebar-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.5);
		z-index: 150;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}

	body.mobile-sidebar-open .mobile-sidebar-overlay {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.shorts-right-sidebar {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 88%;
		max-width: 360px;
		min-width: 280px;
		z-index: 200;
		display: flex !important;
		flex-direction: column;
		background: #111;
		transform: translateX(100%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		overflow-y: auto;
		overflow-x: hidden;
		box-shadow: -8px 0 40px rgba(0, 0, 0, 0.75);
		padding: 0;
		box-sizing: border-box;
		border-radius: 20px 0 0 20px;
	}

	body.mobile-sidebar-open .shorts-right-sidebar {
		transform: translateX(0);
	}

	.shorts-right-sidebar .sidebar-close-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 14px;
		left: 14px;
		width: 36px;
		height: 36px;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 50%;
		cursor: pointer;
		z-index: 10;
		padding: 0;
		backdrop-filter: blur(6px);
		transition: background 0.2s ease, transform 0.15s ease;
	}

	.shorts-right-sidebar .sidebar-close-btn:hover {
		background: rgba(255, 255, 255, 0.22);
		transform: scale(1.08);
	}

	.shorts-right-sidebar .sidebar-close-btn .svg-icon {
		width: 17px;
		height: 17px;
		fill: rgba(255, 255, 255, 0.92);
	}

	/* Mobile: grid 2 colunas (painel mais estreito) */
	.shorts-right-sidebar .shorts-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Mobile: tabs descem para dar espaço ao botão X absoluto */
	.shorts-right-sidebar .sidebar-tabs {
		margin: 56px 12px 0;
		border-radius: 10px;
		overflow: hidden;
	}

	/* Mobile: search fica logo abaixo das tabs sem padding-top extra */
	.shorts-right-sidebar .search-field-container {
		border-top: none;
	}

	.shorts-right-sidebar,
	.shorts-right-sidebar .tab-content {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.shorts-right-sidebar::-webkit-scrollbar,
	.shorts-right-sidebar .tab-content::-webkit-scrollbar {
		display: none;
	}

	.shorts-center-content {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width: 480px) {
	.swiper-slide .main-tools {
		right: 8px;
		gap: 14px;
	}

	.swiper-slide .main-tools .tool-btn {
		width: 36px;
		height: 36px;
	}

	.swiper-slide .main-tools .tool-btn .svg-icon {
		width: 28px;
		height: 28px;
	}

	.swiper-slide .main-tools .member-box .member-avatar {
		width: 50px;
		height: 50px;
	}

	.swiper-slide .main-tools .tool-count {
		font-size: 10px;
	}

	.swiper-slide .video-data {
		padding: 10px;
    padding-right: 60px;
	}

	.swiper-slide .video-data .video-tag {
		font-size: 11px;
		padding: 6px 10px;
	}

	.swiper-slide .video-data .model-name {
		font-size: 15px;
	}

	.swiper-slide .video-data .verified-icon {
		width: 16px;
		height: 16px;
	}

	.swiper-slide .video-data .title {
		font-size: 13px;
	}

	.form-flagging {
		padding: 15px 15px 25px;
	}

	.form-flagging .field-label.text {
		font-size: 18px;
	}

	.form-flagging .field-label {
		font-size: 15px;
	}

	.form-flagging .radio-info {
		font-size: 14px;
	}

	.form-flagging .close-report {
		right: 10px;
		top: 10px;
	}

	.swiper-slide .share-popup {
		padding: 15px 15px 25px;
	}

	.swiper-slide .share-popup .close-popup {
		right: 10px;
		top: 10px;
	}

	.swiper-slide .share-popup .share-row .label-text {
		font-size: 14px;
	}

	.swiper-slide .share-popup .share-row input {
		font-size: 13px;
		padding: 10px 12px;
	}

	.shorties-slider .links-holder {
		padding: 15px 15px 25px;
	}

	.shorties-slider .links-holder .close-links {
		right: 10px;
		top: 10px;
	}

	.shorties-slider .item-link a {
		font-size: 16px;
	}

	.comments-header {
		padding: 12px 15px;
	}

	.comments-title {
		font-size: 16px;
	}

	.comments-list {
		padding: 12px 15px;
	}

	.comment-avatar {
		width: 36px;
		height: 36px;
	}

	.comment-author {
		font-size: 13px;
	}

	.comment-text {
		font-size: 13px;
	}

	.comment-time {
		font-size: 11px;
	}

	.comment-input-box {
		padding: 12px 15px;
	}

	.comment-input {
		font-size: 13px;
		padding: 8px 10px;
		height: 36px;
		min-height: 36px;
		max-height: 36px;
	}

	.comment-send-btn {
		font-size: 13px;
		padding: 8px 16px;
		height: 36px;
	}
}

.shorties-slider[data-muted="muted"] .mute-button .unmuted {
  display: none !important;
}

.shorties-slider[data-muted="muted"] .mute-button .muted {
  display: inline-block !important;
}

.shorties-slider[data-muted="false"] .mute-button .muted {
  display: none !important;
}

.shorties-slider[data-muted="false"] .mute-button .unmuted {
  display: inline-block !important;
}

.shorties-page .notfoundblock {
  touch-action: none;
  height: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
  background-color: #1a1a1a;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top calc(50% - 60px);
  background-image: url(/static/images/sad.svg);
  background-size: 90px;
  line-height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.shorts-videos {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.shorts-videos .short-item {
  width: 10%;
  position: relative;
}
@media (max-width: 992px) {
  .shorts-videos {
    overflow-x: auto;     
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .shorts-videos::-webkit-scrollbar {
    display: none;    
  }
  .shorts-videos .short-item {
    width: 95px;
    min-width: 95px;
  }
}

.shorts-videos .short-item .short-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a1a;
}

.shorts-videos .short-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}

@media (min-width: 1024px) {
  .shorts-videos .short-item:hover .short-thumb img {
    transform: scale(1.05);
  }
}

.shorts-videos .short-views {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.shorts-videos .short-views i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shorts-videos .short-views .svg-icon {
  width: 14px;
  height: 14px;
  fill: #fff;
}

@media (max-width: 1199px) {
  .swiper-slide .heading-box {
    top: 14px;
  }

  .shorties-slider .logo-box {
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.45;
    transition: opacity 0.2s;
  }

  .shorties-slider .logo-box:hover {
    opacity: 0.75;
  }
}
.shorts-related {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  flex-wrap: nowrap !important;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.shorts-related::-webkit-scrollbar {
  display: none;
}
.short-item-related {
  flex: 0 0 calc(25% - 6px) !important;
  min-width: 0;
}
.short-thumb-related {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
}
.short-thumb-related img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.short-item-related:hover .short-thumb-related img {
  transform: scale(1.05);
}
.short-thumb-related .short-views {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.short-thumb-related .short-views .svg-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}

/* Desktop - mostra mais itens */
@media (min-width: 769px) {
  .short-item-related {
    flex: 0 0 calc(12.5% - 7px) !important;
  }
}

/* Mobile - 4 itens visíveis */
@media (max-width: 768px) {
  .short-item-related {
    flex: 0 0 calc(25% - 6px) !important;
  }
}

/* Mobile pequeno - ainda 4 itens */
@media (max-width: 480px) {
  .short-item-related {
    flex: 0 0 calc(25% - 6px) !important;
  }
  .short-thumb-related .short-views {
    font-size: 9px;
  }
  .short-thumb-related .short-views .svg-icon {
    width: 10px;
    height: 10px;
  }
}
.shorts-videos-aside {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  flex-wrap: unset !important;
  padding: 10px 0;
}
.short-item-aside {
  width: 100% !important;
}
.short-item-aside a {
  display: block;
  text-decoration: none;
}
.short-thumb-aside {
  position: relative;
  width: 100% !important;
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
}
.short-thumb-aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.short-item-aside:hover .short-thumb-aside img {
  transform: scale(1.05);
}
.short-thumb-aside .short-views {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
.short-thumb-aside .short-views .svg-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}

/* Shorts section END */
