:root {
  /* Colors */
  --color-text: #f9f4ff;
  --color-bg: #000000;
  --color-link: #ffffff;
  --color-link-hover: #ffafe5;
  --color-link-shadow: rgba(0, 0, 0, 0.81);
  --color-primary: #060506;
  --color-primary-dark: #190d26;
  --color-gradient-start: #4e3c65;
  --color-gradient-end: #2a1d3d;
  --color-secondary: #230f44;
  --color-secondary-light: #442d66;
  --color-breadcrumb-bg: #2c174d;
  --color-breadcrumb-text: #ffffff;
  --color-breadcrumb-link: #fff0c6;
  --color-breadcrumb-link-hover: #0056b3;
  --color-thumb-overlay: rgba(85, 85, 85, 0.8);
  --color-thumb-ad: rgba(255, 255, 255, 0.8);

  /* Shadows & Effects */
  --shadow-text-base: 0 1px 1px rgba(101, 72, 72, 0.73);
  --shadow-text-strong: 0 1px 1px rgba(0, 0, 0, 0.81);
  --shadow-btn-hover: 0 0 3px rgba(255, 255, 255, 0.42);

  /* Layout */
  --max-width: 1650px;
  --gutter: 10px;
}

/* Reset */
*, *::before, *::after {
  /* margin: 0; */
  padding-bottom: 2px;
  list-style: none;
  border: 0;
  box-sizing: border-box;
}

/* Base */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  text-shadow: var(--shadow-text-base);
}
a {
  color: var(--color-link);
  text-decoration: none;
  text-shadow: var(--shadow-text-strong);
}
a:hover {
  color: var(--color-link-hover);
  text-shadow: var(--shadow-text-strong);
}

/* Utility */
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.mainWrap {
  margin: 0 auto;
  max-width: var(--max-width);
  white-space: nowrap;
}

/* Breadcrumb */
nav[aria-label="breadcrumb"] {
  background-color: var(--color-breadcrumb-bg);
  border-radius: 4px;
  font-size: 15px;
  margin: 1em 0;
  padding: 0.5em 1em;
}
nav[aria-label="breadcrumb"] ol {
  display: flex;
  flex-wrap: wrap;
}
nav[aria-label="breadcrumb"] li {
  align-items: center;
  color: var(--color-breadcrumb-text);
  display: flex;
}
nav[aria-label="breadcrumb"] li + li::before {
  color: var(--color-breadcrumb-text);
  content: "›";
  margin: 0 8px;
}
nav[aria-label="breadcrumb"] a {
  color: var(--color-breadcrumb-link);
  text-decoration: none;
  transition: color 0.2s;
}
nav[aria-label="breadcrumb"] a:hover {
  color: var(--color-breadcrumb-link-hover);
}

/* Header */
.header {
  margin: 1em auto;
  max-width: var(--max-width);
  text-align: center;
}
.header h1 {
  display: inline-block;
  font-size: 1.4em;
  vertical-align: middle;
}
.header #topBanner {
  display: inline-block;
  font-size: 0.9em;
  vertical-align: middle;
  white-space: normal;
  width: 71%;
}
.header img {
  height: auto;
  width: 150px;
}

/* Layout Columns */
.mainColumn {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(100% - 212px);
}
.leftColumn {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary-dark);
  border-radius: 5px;
  display: inline-block;
  margin-right: var(--gutter);
  vertical-align: top;
  white-space: normal;
  width: 200px;
}

/* Navigation & Niches */
.leftNichesTop a,
#navigation a,
.content .sponsorArea a.button,
.hardLinkTopWrap {
  background-color: var(--color-gradient-end);
  background-image: linear-gradient(to bottom, var(--color-gradient-start), var(--color-gradient-end));
  border: 1px solid var(--color-primary-dark);
  text-shadow: var(--shadow-text-strong);
}
.leftNichesTop a:hover,
.content .sponsorArea a.button:hover,
#topControls #navigation a:hover {
  border-color: #493c58;
  box-shadow: var(--shadow-btn-hover);
}
.leftNichesTop a.currentNiche {
  background-color: var(--color-bg);
  color: #8b7a9d;
  text-shadow: var(--shadow-text-base);
}
#navigation a {
  border: 1px solid var(--color-primary-dark);
  border-radius: 3px;
}
.sectionTitle {
  background-color: var(--color-secondary);
  background-image: linear-gradient(to bottom, var(--color-secondary-light), var(--color-secondary));
  border-radius: 7px 7px 0 0;
  font-size: 1.2em;
  padding: 0.25em 0;
  text-align: center;
}
.leftColumn .sectionTitle {
  border-radius: 0;
}

/* Hard Links */
.hardLinkTopWrap {
  border-bottom: 1px solid #493c58;
  box-shadow: var(--shadow-btn-hover);
  display: block;
  height: 1.5em;
}
.hardLinkTop {
  margin: 0 auto;
  max-width: var(--max-width);
  overflow: hidden;
  white-space: nowrap;
}
.hardLinkTop a,
.hardLinkTop p {
  border-right: 1px solid #8b7a9d;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 0.25em 1em;
}
.hardLinkTop a:hover {
  background-color: var(--color-bg);
}

/* Thumbnails */
.thumbs,
.thumbNichesTop {
  display: block;
  margin: 0 auto;
  max-width: var(--max-width);
  text-align: center;
}
.thumbs a,
.thumbNichesTop a {
  background-color: var(--color-primary);
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  margin: 3px;
  padding: 4px 1px;
  vertical-align: middle;
  width: 324px;
  max-width: 324px;
  color: #8b7a9d;
  text-shadow: var(--shadow-text-base);
}
.thumbs a:hover,
.thumbNichesTop a:hover {
  color: var(--color-link);
  text-shadow: var(--shadow-text-strong);
}
.thumbs a > div:first-child,
.thumbNichesTop a > div:first-child {
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.thumbs a img,
.thumbNichesTop a img {
  border-radius: 7px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.thumbs a:hover img,
.thumbNichesTop a:hover img {
  transform: scale(1.05);
}
.thumbs a div + div {
  line-height: 0;
  margin: -25px 0 3px;
  position: relative;
  text-align: right;
  z-index: 1;
}
.thumbs a div span {
  background-color: rgba(85, 85, 85, 0.8);
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #dddddd;
  display: inline-block;
  font-size: 16px;
  height: 18px;
  line-height: normal;
  margin-right: 1px;
  padding: 1px 3px;
}
.thumbs a div span[data-length="AD"] {
  background-color: rgba(255, 255, 255, 0.8);
  color: #de2600;
  font-family: sans-serif;
}
.thumbs p {
  font-family: sans-serif;
  height: 1.35em;
  line-height: 1.35;
  overflow: hidden;
  padding: 6px 5px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 10px);
}

/* Video & Picture Areas */
#videoShowArea:empty,
#pictureShowArea:empty {
  display: none;
}
#videoShowArea .playerArea {
  background: #000;
  height: 568px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.nativeVideo {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  width: 100%;
}
#pictureShowArea {
  background: #000;
  text-align: center;
}
#pictureShowArea:not(:empty) {
  min-height: 99vh;
}
#pictureShowArea img {
  max-height: 98vh;
  object-fit: contain;
  padding-bottom: 0.7vh;
  width: 100%;
}

/* Controls & Navigation */
#topControls {
  font-size: 1.15em;
  overflow: hidden;
  padding: 0.11em 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
#navigation {
  color: #ff0000;
  display: inline-block;
  margin-bottom: 1px;
  padding-left: 0.6em;
}
#navigation a,
#navigation span {
  display: inline-block;
  margin: 0 1px;
  min-width: 1em;
  padding: 3px 4px;
  text-align: center;
}

/* Sponsor Area */
.content .sponsorArea {
  background-color: var(--color-primary);
  border-radius: 0 0 7px 7px;
  line-height: 0;
  text-align: justify;
}
.content .sponsorArea a.button {
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  height: 2em;
  line-height: 2em;
  margin: 4px 1%;
  text-align: center;
  width: 30%;
}
.content .sponsorArea a.bigButton {
  margin-top: 10px;
  width: 96%;
}

/* Advertisements */
.advt {
  border: 1px solid var(--color-primary-dark);
  border-radius: 7px;
  float: left;
  line-height: 0;
  margin-left: 29px;
  overflow: hidden;
  vertical-align: top;
  width: 300px;
}
.advt .sectionTitle {
  background-color: var(--color-primary);
  font-size: 1.15em;
  line-height: normal;
  padding: calc(0.11em + 4px) 0 calc(0.11em + 3px);
}
.advt > iframe {
  height: 504px;
  width: 300px;
}
.advt > iframe,
.advt ul {
  background-color: var(--color-primary);
  padding-top: 2px;
}
.advt li {
  padding-top: 4px;
}
.advt li:first-child {
  padding-top: 0;
}
.stickyAdvt {
  position: sticky;
  top: 10px;
}

/* Progress Bars */
.progress {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.fillBlock,
.emptyBlock {
  float: left;
  height: 80%;
  margin: 1px;
  position: relative;
  z-index: 2;
  border: 1px solid var(--color-bg);
}
.emptyBlock {
  background: var(--color-link);
}
.fillBlock {
  background: var(--color-link-hover);
}

/* Icon Container */
.icon-container {
  align-items: center;
  display: flex;
  gap: 16px;
  background-color: #372158;
}
.icon {
  height: 24px;
  vertical-align: middle;
  width: 24px;
  background-color: white;
  border-radius: 20px;
}
#likeCount,
#viewCount {
  margin-left: 8px;
}

/* Loading & Load More */
#loading {
  color: #333;
  display: none;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
#load-more-btn {
  background-color: #ba3030;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
#load-more-btn:hover {
  background-color: #544341;
}

/* Arrow */
.arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #007bff;
  height: 0;
  margin-top: 10px;
  width: 0;
}

/* Pagination */
#pagination {
  margin: 15px 0 40px;
  display: flex;
  justify-content: center;
}
#pagination-controls a,
#pagination-controls span {
  font-size: 1.3em;
  margin: 2px 4px;
  padding: 9px 13px;
}
#pagination a {
  color: #fff;
  text-decoration: none;
}
#pagination .current {
  background-color: #ff0000;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}

/* Responsive Media Queries */
@media (max-width: 959px) {
  .content {
    float: none;
    margin: auto;
    max-width: none;
  }
  .header {
    margin: 0.8em auto 1em;
  }
  .header h1,
  .header #topBanner {
    width: 100%;
  }
  .advt {
    border: 0;
    border-radius: 0;
    display: block;
    float: none;
    line-height: 0;
    margin: 45px auto;
    text-align: center;
    width: 100%;
  }
  .advt > iframe,
  .advt ul {
    border: 1px solid var(--color-primary-dark);
    border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
    height: 252px;
    overflow: hidden;
    padding: 0;
    max-width: 608px;
    width: 100%;
  }
  .advt li {
    display: inline-block;
    padding: 0;
  }
  .stickyAdvt {
    position: static;
  }
  .header img {
    width: 110px;
  }
  .leftColumn,
  .textNichesTop {
    display: none;
  }
  .mainColumn {
    width: 100%;
  }
 }
@media (max-width: 607px) {
  .header img { width: 90px; }
  .advt > iframe { max-width: 303px; }
}
@media (max-width: 449px) {
  .controls { font-size: 100%; }
  .controls a { width: 25%; }
  #status { width: 3.5em; }
  .header img { width: 80px; }
}
@media (max-width: 961px) {
  .leftColumn,
  .textNichesTop { display: none; }
  .mainColumn { width: 100%; }
  .header img { width: 120px; }
}

@media (max-width: 607px) {
  .header img { width: 90px; }
  .advt > iframe { max-width: 303px; }
}

@media (max-width: 449px) {
  .controls { font-size: 100%; }
  .controls a { width: 25%; }
  #status { width: 3.5em; }
  .header img { width: 80px; }
}

@media (min-width: 1065px) {
  .header img { width: 150px; }
}

@media (min-width: 1395px) {
  .thumbs,
  .thumbNichesTop {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}


  /* Comment Design v.2 */

  /* Comment Section Styling */
        #comments-section {
            background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
            border-radius: 20px;
            padding: 2.5rem;
            margin-top: 3rem;
            box-shadow: 
                0 20px 40px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        #comments-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        }

        #comments-section h2 {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #fff 0%, #a8edea 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        #comments-section h2::before {
            content: '💬';
            font-size: 1.5rem;
        }

        #comments-section h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #fff;
            margin: 2.5rem 0 1.5rem;
            position: relative;
            padding-left: 1rem;
        }

        #comments-section h3::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 24px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 2px;
        }

        /* Comments List */
        #comments-list {
            list-style: none;
            padding: 0;
            margin: 0 0 3rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        #comments-list li {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            padding: 1.5rem;
            position: relative;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        #comments-list li:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(255, 255, 255, 0.15);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        #comments-list li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
            border-radius: 16px 16px 0 0;
        }

        .comment-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .comment-author {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .comment-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 0.9rem;
            color: white;
        }

        #comments-list li strong {
            font-weight: 600;
            color: #fff;
            font-size: 1rem;
        }

        .comment-date {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.6);
            background: rgba(255, 255, 255, 0.05);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .comment-content {
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin: 0;
            font-size: 0.95rem;
        }

        /* Empty state */
        .empty-comments {
            text-align: center;
            padding: 3rem 2rem;
            color: rgba(255, 255, 255, 0.6);
            font-style: italic;
        }

        .empty-comments::before {
            content: '💭';
            font-size: 3rem;
            display: block;
            margin-bottom: 1rem;
            opacity: 0.5;
        }

        /* Comment Form */
        #comment-form {
            background: rgba(255, 255, 255, 0.02);
            border-radius: 16px;
            padding: 2rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
        }

        #comment-form input,
        #comment-form textarea {
            width: 100%;
            padding: 1rem 1.25rem;
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.05);
            color: #fff;
            font-size: 1rem;
            font-family: inherit;
            transition: all 0.3s ease;
            box-sizing: border-box;
            resize: vertical;
        }

        #comment-form input::placeholder,
        #comment-form textarea::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        #comment-form input:focus,
        #comment-form textarea:focus {
            outline: none;
            border-color: #667eea;
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        #comment-form textarea {
            min-height: 120px;
            font-family: inherit;
        }

        .form-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1.5rem;
        }

        #comment-form button {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 1rem 2rem;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        #comment-form button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        #comment-form button:hover::before {
            left: 100%;
        }

        #comment-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }

        #comment-form button:active {
            transform: translateY(0);
        }

        #comment-status {
            font-size: 0.9rem;
            padding: 0.75rem 1rem;
            border-radius: 8px;
            margin-top: 1rem;
            font-weight: 500;
        }

        #comment-status.success {
            background: rgba(46, 204, 113, 0.1);
            color: #2ecc71;
            border: 1px solid rgba(46, 204, 113, 0.3);
        }

        #comment-status.error {
            background: rgba(231, 76, 60, 0.1);
            color: #e74c3c;
            border: 1px solid rgba(231, 76, 60, 0.3);
        }

        #comment-status.pending {
            background: rgba(241, 196, 15, 0.1);
            color: #f1c40f;
            border: 1px solid rgba(241, 196, 15, 0.3);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            #comments-section {
                padding: 1.5rem;
                margin-top: 2rem;
            }

            #comments-section h2 {
                font-size: 1.5rem;
            }

            #comments-list li {
                padding: 1rem;
            }

            .comment-header {
                flex-direction: column;
                align-items: flex-start;
            }

            #comment-form {
                padding: 1.5rem;
            }

            .form-actions {
                flex-direction: column;
                gap: 1rem;
            }
        }




        /* custom player */


.video-player {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            background: #000;
            cursor: pointer;
        }

        .video-element {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .video-controls {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            padding: 20px 15px 15px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            z-index: 10;
        }

        .video-container:hover .video-controls,
        .video-controls.show {
            transform: translateY(0);
        }

        .progress-container {
            width: 100%;
            height: 6px;
            background: rgba(255,255,255,0.2);
            border-radius: 3px;
            margin-bottom: 12px;
            cursor: pointer;
            position: relative;
        }

        .progress-bar {
            height: 100%;
            background: #ff4444;
            border-radius: 3px;
            width: 0;
            transition: width 0.1s ease;
        }

        .progress-handle {
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            background: #ff4444;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.2s ease;
        }

        .progress-container:hover .progress-handle {
            opacity: 1;
        }

        .controls-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .controls-left {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .controls-right {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .control-btn {
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
            padding: 8px;
            border-radius: 4px;
            transition: background 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            min-height: 40px;
        }

        .control-btn:hover {
            background: rgba(255,255,255,0.1);
        }

        .control-btn svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }

        .play-btn svg {
            width: 24px;
            height: 24px;
        }

        .time-display {
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
            color: #fff;
        }

        .volume-container {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .volume-slider {
            width: 60px;
            height: 4px;
            background: rgba(255,255,255,0.2);
            border-radius: 2px;
            cursor: pointer;
            position: relative;
        }

        .volume-bar {
            height: 100%;
            background: #fff;
            border-radius: 2px;
            width: 100%;
        }

        .loading-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            border: 3px solid rgba(255,255,255,0.2);
            border-top: 3px solid #ff4444;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            display: none;
            z-index: 5;
        }

        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: rgb(230 61 61 / 54%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 5;
        }

        .play-overlay:hover {
            background: rgb(230 61 61 / 49%);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .play-overlay svg {
            width: 32px;
            height: 32px;
            fill: #fff;
            margin-left: 4px;
        }

        .video-container.playing .play-overlay {
            opacity: 0;
            pointer-events: none;
        }

        /* Mobile and Tablet Responsive Styles */
        @media (max-width: 1024px) {
            .video-controls {
                padding: 15px 12px 12px;
            }
            
            .controls-left, .controls-right {
                gap: 12px;
            }
            
            .control-btn {
                min-width: 44px;
                min-height: 44px;
                padding: 10px;
            }
            
            .play-btn svg {
                width: 20px;
                height: 20px;
            }
            
            .control-btn svg {
                width: 16px;
                height: 16px;
            }
            
            .time-display {
                font-size: 13px;
            }
            
            .progress-container {
                height: 8px;
                margin-bottom: 10px;
            }
            
            .progress-handle {
                width: 16px;
                height: 16px;
                opacity: 1; /* Always visible on touch devices */
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 10px;
            }
            
            .video-container {
                border-radius: 6px;
            }
            
            .video-controls {
                padding: 12px 10px 10px;
            }
            
            .controls-row {
                gap: 8px;
            }
            
            .controls-left, .controls-right {
                gap: 8px;
            }
            
            .control-btn {
                min-width: 40px;
                min-height: 40px;
                padding: 8px;
            }
            
            .play-btn svg {
                width: 18px;
                height: 18px;
            }
            
            .control-btn svg {
                width: 20px;
                height: 20px;
            }
            
            .time-display {
                font-size: 12px;
            }
            
            .volume-container {
                display: none;
            }
            
            .progress-container {
                height: 3px;
                margin-bottom: 8px;
            }
            
            .progress-handle {
                width: 12px;
                height: 12px;
            }
            
            /* Smaller play overlay for mobile */
            .play-overlay {
                width: 80px;
                height: 80px;
            }
            
            .play-overlay svg {
                width: 40px;
                height: 40px;
            }
            
            .loading-spinner {
                width: 30px;
                height: 30px;
                border-width: 2px;
            }
        }

        /* Tablet specific adjustments */
        @media (min-width: 769px) and (max-width: 1024px) {
            .play-overlay {
                width: 60px;
                height: 60px;
            }
            
            .play-overlay svg {
                width: 24px;
                height: 24px;
            }
        }

        /* Very small screens */
        @media (max-width: 480px) {
            body {
                padding: 5px;
            }
            
            .video-controls {
                padding: 10px 8px 8px;
            }
            
            .control-btn {
                min-width: 36px;
                min-height: 36px;
                padding: 6px;
            }
            
            .time-display {
                font-size: 11px;
            }
            
            .play-overlay {
                width: 45px;
                height: 45px;
            }
            
            .play-overlay svg {
                width: 18px;
                height: 18px;
            }
        }

        /* Touch device optimizations */
        @media (hover: none) and (pointer: coarse) {
            .video-controls {
                transform: translateY(0);
                opacity: 0.9;
                transition: opacity 0.3s ease;
            }
            
            .video-controls.hide {
                opacity: 0;
                pointer-events: none;
            }
            
            .control-btn:hover {
                background: none;
            }
            
            .control-btn:active {
                background: rgba(255,255,255,0.2);
                transform: scale(0.95);
            }
            
            .play-overlay:hover {
                transform: translate(-50%, -50%);
            }
            
            .play-overlay:active {
                transform: translate(-50%, -50%) scale(0.95);
            }
        }
