/* app.css v11 — built by build_css_bundle.py */

/* --- normalize.css --- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* --- styles.css --- */
/* line-awesome: bundled into /css/app.css by build_css_bundle.py (not @import — blocks render) */
/* styles.css v17 — app.css bundle source (2026-07-03) */

:root {
  --bg: #fafbff;
  --surface: #ffffff;
  --nav-bg: #bebdcc;
  --nav-border: #e0e4f0;
  --nav-divider: rgba(142, 36, 170, 0.12);
  --nav-item-border: rgba(0, 0, 0, 0.06);
  --nav-hover-bg: rgba(0, 0, 0, 0.06);
  --nav-flag-bg: rgba(0, 0, 0, 0.05);
  --nav-flag-hover-bg: rgba(0, 0, 0, 0.09);
  --chip-bg: #b0aec0;
  --chip-border: #e0e4f0;
  --chip-hover-bg: #a09db2;
  --divider: rgba(0, 0, 0, 0.06);
  --search-bg: #ffffff;
  --search-text: #18142a;
  --text: #18142a;
  --text-muted: #4a4468;
  --accent: #8e24aa;
  --accent-hover: #ab47bc;
  --on-accent: #ffffff;
  --badge-text: #ffffff;
  --badge-icon-color: #ffffff;
  --badge-bg: rgba(81, 73, 97, 0.65);
  --badge-border: rgba(59, 52, 75, 0.42);
  --badge-icon-shadow: 0 1px 1px rgba(36, 33, 44, 0.62);
  --badge-text-shadow: 0 1px 1px rgba(36, 33, 44, 0.52);
  --badge-icon-duration: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Crect%20x%3D%272%27%20y%3D%274%27%20width%3D%2712%27%20height%3D%278%27%20rx%3D%271.25%27%20fill%3D%27%2523000%27%2F%3E%3Crect%20x%3D%273.25%27%20y%3D%275.25%27%20width%3D%271.75%27%20height%3D%271.75%27%20fill%3D%27%2523fff%27%2F%3E%3Crect%20x%3D%273.25%27%20y%3D%279%27%20width%3D%271.75%27%20height%3D%271.75%27%20fill%3D%27%2523fff%27%2F%3E%3Crect%20x%3D%2711%27%20y%3D%275.25%27%20width%3D%271.75%27%20height%3D%271.75%27%20fill%3D%27%2523fff%27%2F%3E%3Crect%20x%3D%2711%27%20y%3D%279%27%20width%3D%271.75%27%20height%3D%271.75%27%20fill%3D%27%2523fff%27%2F%3E%3C%2Fsvg%3E");
  --badge-icon-views: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20d%3D%27M9.25%201.25L4.25%209.25H8L6.75%2014.75%2012.5%206.75H8.75L9.25%201.25z%27%20fill%3D%27%2523000%27%2F%3E%3C%2Fsvg%3E");
  --thumb-category-bg: rgba(255, 255, 255, 0.92);
  --thumb-category-text: #18142a;
  --touch-min: 48px;
  --touch-gap: 8px;
}

* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html:focus-within {
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
body {
  background-color: var(--bg);
  background-image: linear-gradient(
    165deg,
    var(--surface) 0%,
    var(--bg) 42%,
    var(--bg) 100%
  );
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text-muted);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}
a {
  color: var(--text);
  text-decoration: none;
}
a:hover, a.active {
  color: var(--accent-hover);
  text-decoration: underline;
}
.accent {
  color: var(--accent);
}
h1, h2, h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text);
}
.button {
  min-height: var(--touch-min);
  height: auto;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--text);
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}
.button:hover:not(.button-accent) {
  background: var(--chip-hover-bg);
}
.button-accent {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}
.button-accent:hover {
  color: var(--on-accent);
  text-decoration: underline;
}
.input-text, .input-textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background: #fbf9f7;
  box-sizing: border-box;
}
.input-textarea {
  height: auto;
  resize: vertical;
  padding: 10px;
}
.title {
  margin: 20px 0;
}
.title h1, .title h2, .title h3 {
  margin: 0;
  float: left;
  font-size: 18px;
}
.sort {
  float: right;
}
.sort ul {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.sort li {
  margin: 0 var(--touch-gap) var(--touch-gap) 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.sort .active a {
  color: var(--accent);
  text-decoration: underline;
}
.container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
}
.clearfix::after, .container::after, .thumbs::after, .title::after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mgt {
    margin-top: 20px !important
}
.mgb {
    margin-bottom: 20px !important
}

.network {
    padding: 10px 0;
    font-size: 13px
}

.network ul {
    margin: 0;
    padding: 0
}

.network li {
    margin: 0 var(--touch-gap) var(--touch-gap) 0;
    padding: 0;
    list-style: none;
    display: inline-block
}
.network a {
  display: inline-flex;
  align-items: center;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 8px 12px;
  color: var(--text-muted);
}
.header {
  height: auto;
  min-height: 58px;
  background: var(--nav-bg);
  border-top: 1px solid var(--nav-border);
}
.header .container {
  position: relative;
}
.logo {
  height: 40px;
  margin: 9px 0;
  float: left;
}
.navbar-toggle {
  min-width: var(--touch-min);
  min-height: var(--touch-min);
  height: auto;
  margin: 6px 0;
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  float: right;
  font-size: 24px;
  color: var(--text);
  line-height: 1;
  cursor: pointer;
}
.navbar-clearfix::after {
  content: "";
  clear: both;
  display: none;
}
.navbar {
  height: auto;
  min-height: var(--touch-min);
  margin: 6px 0;
  float: right;
  line-height: 1.3;
}
.navbar ul {
  margin: 0;
  padding: 0;
  float: left;
}
.navbar li {
  margin: 0 var(--touch-gap) var(--touch-gap) 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.navbar li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 0 12px;
  font-size: 15px;
  color: var(--text);
}
.search {
  position: relative;
  float: right;
}
.search-input {
  width: 220px;
  min-height: var(--touch-min);
  height: auto;
  padding: 0 48px 0 10px;
  box-sizing: border-box;
  border: 1px solid var(--chip-border);
  border-radius: 3px;
  background: var(--search-bg);
  color: var(--search-text);
}
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: var(--touch-min);
  min-height: var(--touch-min);
  height: 100%;
  border: 0;
  border-radius: 3px;
  background: 0 0;
  color: var(--search-text);
  cursor: pointer;
  font-size: 20px;
}

.thumbs.mgb,
.thumbs:not(.thumbs-dropdown) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.thumbs.mgb > .th,
.thumbs:not(.thumbs-dropdown) .th {
  position: relative;
  width: auto;
  margin: 0;
  float: none;
}
.thumbs-dropdown {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
.thumbs-dropdown .th {
  position: relative;
  width: auto;
  margin: 0;
  float: none;
}
.th a {
  display: block;
  width: 100%;
}
.th-image {
  position: relative;
  width: 100%;
  padding: 75% 0 0;
  overflow: hidden;
  background: var(--surface);
}
.th-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.th-category,
.th-title {
  width: 100%;
  min-height: 24px;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
}
.th-title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 15px;
  margin-top: 6px;
  color: var(--text);
}
.th-tags {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 0;
  font-size: 15px;
  line-height: 1.35;
  color: var(--text-muted);
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}
.th-tags a {
  display: inline;
  color: var(--text-muted);
}
.th-tags a:hover {
  color: var(--accent-hover);
}
.th-tags:empty {
  display: none;
  margin: 0;
}
.th-amount {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 24px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 24px;
}
.th-date, .th-source {
  width: 50%;
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: var(--text-muted);
}
.th-source {
  float: right;
  text-align: right;
}
.th-source a {
  color: var(--text-muted);
}
.th-source a:hover {
  color: var(--accent-hover);
}
.th-duration,
.th-views {
    position: absolute;
    padding: 5px 9px;
    background: var(--badge-bg, rgba(10, 12, 14, 0.6));
    border: 1px solid var(--badge-border, rgba(255, 255, 255, 0.18));
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: var(--badge-text, #e8eaed);
    text-shadow: var(--badge-text-shadow, 0 1px 2px rgba(0, 0, 0, 0.5));
	z-index:89;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.th-duration {
  bottom: 2px;
  left: 2px;
}
.th-views {
  right: 2px;
  bottom: 2px;
}
.th-duration i,
.th-views i {
  display: none !important;
}
.th-duration::before,
.th-views::before {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: var(--badge-icon-color, #ffffff);
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
  filter: drop-shadow(var(--badge-icon-shadow, 0 1px 2px rgba(0, 0, 0, 0.55)));
}
.th-duration::before {
  -webkit-mask-image: var(--badge-icon-duration);
  mask-image: var(--badge-icon-duration);
}
.th-views::before {
  -webkit-mask-image: var(--badge-icon-views);
  mask-image: var(--badge-icon-views);
}
.categories {
  margin: 30px 0
}
.categories ul {
    margin: 20px 0 0;
    padding: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    -o-column-gap: 2%;
    column-gap: 2%
}
.categories li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-bottom: 1px dashed var(--divider);
    font-size: 14px
}
.categories .categories-letter {
  padding: 8px 0;
  color: var(--accent);
  font-size: 16px;
}
.categories a {
	padding: 10px 0;
  display: block;
  min-height: var(--touch-min);
  line-height: 1.4;
  color: var(--text);
}
.categories a span {
  float: right;
  color: var(--text-muted);
}
.categories a:hover, .categories a:hover span {
	color: var(--accent-hover);
}
.tags {
  margin: 30px 0;
  text-align: left;
}
.tags ul {
  margin: 20px 0;
  padding: 0;
}
.tags li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.tags a {
  margin: 0 var(--touch-gap) var(--touch-gap);
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
  border-radius: 2px;
  line-height: 1.3;
  color: var(--text);
}
.tags a:hover {
  background: var(--chip-hover-bg);
  color: var(--accent-hover);
  text-decoration: none;
}
.size-1 {
  font-size: 14px;
}
.size-2 {
  font-size: 16px;
}
.size-3 {
  font-size: 20px;
}
.size-4 {
  font-size: 24px;
}
.size-5 {
  font-size: 28px;
}
.related-tags {
  margin: 20px 0;
  font-size: 14px;
}
.related-tags a {
  color: var(--accent);
}
.paginator {
  margin: 30px 0 25px;
  padding: 0;
  text-align: center;
}
.paginator li {
  margin: 0 var(--touch-gap) var(--touch-gap);
  padding: 0;
  list-style: none;
  display: inline-block;
}
.paginator .button {
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 12px 20px;
  line-height: 1.3;
}
.paginator .active .button {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 700;
  cursor: default;
}
.paginator .active .button:hover {
  text-decoration: none;
}
.paginator .paginator-ellipsis,
.paginator .scj_dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 0 12px;
  line-height: 1.3;
  color: var(--text-muted);
}
.video-section {
  margin: 0 0 30px;
  font-size: 14px;
}
.video-container {
  width: calc(100% - 310px);
  float: left;
}
.video-player {
  position: relative;
  padding: 56.25% 0 0;
}
.video-player-code,
.video-player iframe,
.video-player>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
/* tpl:video-desc — collapsible description under video player (app.css) */
.video-desc {
  margin: 18px 0 0;
  color: var(--text-muted);
  line-height: 1.55;
  font-size: 14px;
}
.video-desc-body {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease, -webkit-mask-image 0.35s ease, mask-image 0.35s ease;
}
.video-desc:not(.is-expanded):not(.is-short) .video-desc-body {
  max-height: calc(1em * 1.55 * 0.72);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 50%, transparent 100%);
}
.video-desc.is-expanded .video-desc-body {
  max-height: 2400px;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}
.video-desc-more {
  display: block;
  width: 26px;
  height: 20px;
  margin: 2px auto 0;
  padding: 10px;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.72;
  border: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.video-desc-more[hidden] {
  display: none !important;
}
.video-desc-more::before,
.video-desc-more::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 0.25s ease, top 0.25s ease, border-color 0.2s ease;
}
.video-desc-more::before {
  top: 8px;
}
.video-desc-more::after {
  top: 16px;
}
.video-desc-more:hover,
.video-desc-more:focus-visible {
  opacity: 1;
  outline: none;
}
.video-desc-more:hover::before,
.video-desc-more:hover::after,
.video-desc-more:focus-visible::before,
.video-desc-more:focus-visible::after {
  border-color: var(--accent-hover);
}
.video-desc.is-expanded .video-desc-more::before {
  top: 16px;
  transform: rotate(-135deg);
}
.video-desc.is-expanded .video-desc-more::after {
  top: 8px;
  transform: rotate(-135deg);
}
.video-desc.is-short .video-desc-body {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.video-desc.is-short .video-desc-more {
  display: none;
}









.video-action {
  margin: 20px 0 0;
  color: var(--text);
}
.video-rating {
  float: left;
}
.video-rating .button {
  margin: 0 var(--touch-gap) var(--touch-gap) 0;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 10px 14px;
  vertical-align: top;
}
.video-rating .button-dislike {
  border-color: var(--chip-border);
}
.video-stats {
  float: right;
}
.video-rating a:hover {
  text-decoration: none;
  color: #ff8a8a;
}
.video-rating .button-accent:hover {
  color: var(--on-accent);
  text-decoration: underline;
}
.video-rating i {
  margin: -3px 0 0;
  font-size: 24px;
  vertical-align: middle;
}
.video-rating-stats {
  margin: 0 0 0 10px;
  display: inline-block;
  line-height: 1.4;
  color: var(--text-muted);
}
.video-stats {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.video-stats li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.video-stats li a.accent:hover {
  text-decoration: none;
  color: #fff;
}
.video-stats .la {
  font-size: 20px;
  vertical-align: middle;
}
.video-description {
  line-height: 1.2rem;
}
.video-container .tags {
  margin: 0;
}
.video-container .tags ul {
  margin: 10px 0 0;
}
.video-ads {
  width: 300px;
  float: right;
}
.comment-form h3 {
  margin: 10px 0;
}
.comment-field {
  position: relative;
}
.comment-buttons {
  padding-top: 10px;
}
.comments {
  margin: 10px 0 0 0;
  border-top: 1px solid var(--divider);
}
.comment {
  padding: 10px 0 0 0;
  border-bottom: 1px solid var(--divider);
}
.comment-body {
  padding: 10px 0;
  color: var(--text);
}
.show-more {
  margin: 30px 0;
  text-align: center;
}
.show-more .button {
  height: 54px;
  padding: 0 40px;
  font-size: 16px;
  line-height: 54px;
}
.bottom-ads {
  height: 250px;
  margin: 30px 0;
  text-align: center;
  overflow: hidden;
}
.bottom-ads .ad {
  display: inline-block;
}
.bottom-text {
  margin: 20px 0;
  font-style: italic;
}
.footer {
  background: var(--nav-bg);
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
}
.footer a {
  color: var(--text);
}
.footer-nav {
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}
.footer-nav li {
  margin: 0 var(--touch-gap) var(--touch-gap);
  padding: 0;
  display: inline-block;
  list-style: none;
}
.footer-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 8px 12px;
}
.footer-disclaimer {
  padding: 15px 0;
  border-top: 1px solid var(--nav-divider);
}
.footer-disclaimer a:has(.flag-icon) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: calc(20% - 12px);
  min-width: 160px;
  min-height: var(--touch-min);
  margin: 6px;
  padding: 12px 16px;
  background: var(--nav-flag-bg);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--text);
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.footer-disclaimer a:has(.flag-icon):hover {
  background: var(--nav-flag-hover-bg);
  text-decoration: none;
  color: var(--accent-hover);
}
.footer-disclaimer a:has(.flag-icon) .flag-icon {
  flex-shrink: 0;
  margin-right: 2px;
}

.dropdown-toggle {
  position: relative;
}
.dropdown-toggle > a {
  display: inline-flex;
  align-items: center;
  min-height: var(--touch-min);
  min-width: var(--touch-min);
  padding: 0 10px;
}
.dropdown-toggle > a .flag-icon {
  margin-right: 6px;
}

.list {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  list-style: none;
}

.dropdown-container {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1001;
  padding: 8px;
  background: var(--chip-bg);
  border: 1px solid var(--chip-border);
  border-radius: 4px;
  box-sizing: border-box;
  display: none;
  min-width: 340px;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.dropdown-container .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--touch-gap);
}
.dropdown-container .list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  min-width: 0;
}
.dropdown-container .list a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: var(--touch-min);
  padding: 12px 14px;
  line-height: 1.35;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
  box-sizing: border-box;
}
.dropdown-container .list a:hover {
  background: var(--chip-hover-bg);
  text-decoration: none;
}
.dropdown-container .list .flag-icon {
  flex-shrink: 0;
}
.dropdown-container-th {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 10px;
    background: var(--nav-bg);
    box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.dropdown-toggle:hover .dropdown-container {
  display: block;
}

.dropdown-toggle-th:hover .dropdown-container-th {
    display: block
}

.thumbs-dropdown .th-category {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 4px 6px;
  background: var(--thumb-category-bg);
  color: var(--thumb-category-text);
  font-size: 14px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 0;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}

/* --- mediaqueries.css --- */
@media screen and (max-width: 767px) {
  .header {
    height: auto;
    min-height: 58px;
  }
  .header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .logo {
    flex: 1 1 auto;
    min-width: 0;
  }
  .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar-clearfix {
    display: none;
  }
  .navbar {
    height: auto;
    display: none;
    float: none;
    line-height: normal;
    flex: 1 1 100%;
    order: 10;
    width: 100%;
    margin: 0 0 12px;
    padding: 8px 0 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .navbar.is-open {
    display: block !important;
  }
  .navbar ul {
    float: none;
    width: 100%;
  }
  .navbar li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .navbar li:last-child {
    border-bottom: 0;
  }
  .navbar li a {
    display: flex;
    align-items: center;
    min-height: var(--touch-min);
    padding: 12px 8px;
    font-size: 16px;
    line-height: 1.3;
  }
  .search {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
  .search-input {
    width: 100%;
  }
  .dropdown-toggle.is-open .dropdown-container,
  .dropdown-toggle-th.is-open .dropdown-container-th {
    display: block;
    position: static;
    right: auto;
    left: auto;
    min-width: 0;
    max-height: none;
    margin: 4px 0 8px;
    box-shadow: none;
  }
  .dropdown-toggle:hover .dropdown-container,
  .dropdown-toggle-th:hover .dropdown-container-th {
    display: none;
  }
  .dropdown-toggle.is-open:hover .dropdown-container,
  .dropdown-toggle-th.is-open:hover .dropdown-container-th {
    display: block;
  }
  .dropdown-toggle-th .dropdown-container-th .thumbs-dropdown {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }
  .dropdown-toggle-th .dropdown-container-th .thumbs-dropdown .th {
    width: auto;
    float: none;
    margin: 0;
  }
  .container {
    padding: 0 10px;
  }
  .dropdown-container {
    right: 0;
    left: auto;
    min-width: min(340px, calc(100vw - 20px));
  }
  .thumbs.mgb,
  .thumbs:not(.thumbs-dropdown) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .title h1, .title h2, .title h3, .sort {
    float: none;
  }
  .sort {
    margin: 10px 0 0 0;
  }
  .th-category, .th-title, .th-tags {
    font-size: 14px;
  }
  .th-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .categories ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
  .video-rating, .video-stats {
    float: none;
  }
  .video-stats li {
    margin: 0 20px 0 0;
  }
  .footer-disclaimer a:has(.flag-icon) {
    width: calc(33.333% - 12px);
  }
}
@media screen and (max-width: 1023px) {
  .thumbs-dropdown {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .categories ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }
  .video-container, .video-ads {
    width: 100%;
    float: none;
  }
  .video-ads {
    height: 250px;
    margin: 20px 0 0 0;
    overflow: hidden;
    text-align: center;
  }
  .video-ads .ad {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .thumbs.mgb,
  .thumbs:not(.thumbs-dropdown) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .categories ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
  .footer-disclaimer a:has(.flag-icon) {
    width: calc(50% - 12px);
    min-width: 0;
    padding: 12px 14px;
    font-size: 14px;
  }
}

/* --- flag-icon.min.css --- */
.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:'\00a0'}.flag-icon.flag-icon-squared{width:1em}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}

/* --- icons-min.css --- */
/* icons-min.css — only icons used in SCJ templates (build app.css includes this) */
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/fonts/la-solid-900.woff2") format("woff2");
}
.la,
.las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-bars:before { content: "\f0c9"; }
.la-calendar:before { content: "\f133"; }
.la-clock:before { content: "\f017"; }
.la-eye:before { content: "\f06e"; }
.la-long-arrow-left:before { content: "\f30a"; }
.la-long-arrow-right:before { content: "\f30b"; }
.la-search:before { content: "\f002"; }
.la-thumbs-down:before { content: "\f165"; }
.la-thumbs-up:before { content: "\f164"; }
