html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: #000000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
} .tikswipe-container {
width: 100vw;
height: 100vh;
height: 100dvh; overflow-y: scroll !important;
scroll-snap-type: y mandatory;
-webkit-overflow-scrolling: touch;
background-color: #000000;
position: relative;
box-sizing: border-box;
}
.tikswipe-wrapper {
width: 100%;
}
.tikswipe-slide {
position: relative;
width: 100vw;
height: 100vh;
height: 100dvh;
scroll-snap-align: start;
scroll-snap-stop: always;
overflow: hidden;
background-color: #000000;
box-sizing: border-box;
} .tikswipe-media-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;
}
.tikswipe-poster-bg,
.tikswipe-image-fallback {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.tikswipe-poster-bg {
filter: blur(25px);
opacity: 0.4;
transform: scale(1.15);
}
.tikswipe-video {
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 2;
} .tikswipe-play-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 20;
display: flex;
align-items: center;
justify-content: center;
pointer-events: auto;
text-align: center;
}
.tikswipe-play-link-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-decoration: none !important;
cursor: pointer;
transition: transform 0.25s ease;
}
.tikswipe-play-link-wrapper:hover {
transform: scale(1.08);
}
.tikswipe-play-btn {
width: 80px !important;
height: 80px !important;
border-radius: 50% !important;
background-color: #FF9400 !important;
color: #000000 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 10px 30px rgba(255, 148, 0, 0.6) !important;
margin: 0 auto 10px auto !important;
flex-shrink: 0 !important;
}
.tikswipe-play-badge {
display: inline-block !important;
white-space: nowrap !important;
padding: 8px 22px !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 0.85) !important;
color: #ffffff !important;
font-weight: 800 !important;
font-size: 0.9rem !important;
border: 1px solid rgba(255, 255, 255, 0.25) !important;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.8) !important;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
} .tikswipe-info-overlay {
position: absolute;
bottom: 25px;
left: 16px;
right: 75px;
z-index: 30;
color: #ffffff;
pointer-events: auto;
display: flex;
flex-direction: column;
gap: 6px;
} .tikswipe-categories {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 2px;
}
.tikswipe-cat-badge {
background: rgba(255, 148, 0, 0.9);
color: #000000 !important;
font-weight: 700;
font-size: 0.75rem;
padding: 3px 10px;
border-radius: 12px;
text-decoration: none !important;
text-transform: uppercase;
} .tikswipe-post-title {
margin: 0;
font-size: 1.15rem;
font-weight: 700;
line-height: 1.3;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}
.tikswipe-post-title a {
color: #ffffff !important;
text-decoration: none !important;
}
.tikswipe-post-title a:hover {
text-decoration: underline !important;
} .tikswipe-post-excerpt {
font-size: 0.85rem;
line-height: 1.35;
color: rgba(255, 255, 255, 0.9);
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
} .tikswipe-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 2px;
}
.tikswipe-tag-item {
font-size: 0.75rem;
color: #FF9400;
font-weight: 600;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
} .tikswipe-actions-sidebar {
position: absolute;
right: 15px;
bottom: 30px;
z-index: 30;
display: flex;
flex-direction: column;
gap: 15px;
align-items: center;
pointer-events: auto;
}
.tikswipe-btn-action {
background: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(255, 255, 255, 0.25);
color: #ffffff !important;
width: 46px;
height: 46px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.1rem;
text-decoration: none !important;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
transition: transform 0.2s ease, background 0.2s ease;
}
.tikswipe-btn-action:hover {
background: rgba(0, 0, 0, 0.9);
transform: scale(1.1);
} .tikswipe-no-posts {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
color: #ffffff;
font-size: 1.1rem;
}