:root {
  --teal-dark: #083f4d;
  --teal: #0b6677;
  --teal-light: #dceff1;
  --gold: #ffd849;
  --ink: #18343c;
  --muted: #6f8389;
  --shadow: 0 12px 30px rgba(8, 65, 76, .16);
}
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { font-family: "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif; color: var(--ink); background: #102025; user-select: none; -webkit-user-select: none; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; cursor: pointer; }
.hidden { display: none !important; }
.screen { position: fixed; inset: 0; width: 100%; height: 100%; }
.home-screen, .pdf-viewport, .global-search-results { scrollbar-width: none; -ms-overflow-style: none; }
.home-screen::-webkit-scrollbar, .pdf-viewport::-webkit-scrollbar, .global-search-results::-webkit-scrollbar { width: 0; height: 0; display: none; }

.home-screen {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #edf6f6;
  background-image: linear-gradient(180deg, #dceff1 0, #f6fbfb 25%, #edf6f6 100%);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero {
  min-height: 300px;
  padding: 34px 48px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  color: white;
  background-color: var(--teal);
  background-image: radial-gradient(circle at 78% 20%, rgba(255,255,255,.16), transparent 25%), linear-gradient(125deg, var(--teal-dark) 0%, var(--teal) 55%, #2a96a1 100%);
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid var(--gold);
}
.hero.has-background { position: relative; isolation: isolate; overflow:hidden; }
.hero-bg-image{position:absolute;left:50%;top:50%;width:100%;height:auto;max-width:none;max-height:none;transform:translate(-50%,-50%);z-index:0;pointer-events:none;user-select:none;-webkit-user-drag:none}.hero.has-background::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,var(--hero-overlay,.38)); pointer-events:none; }.hero.has-background .hero-copy{position:relative;z-index:2}
.hero-mark { width: 112px; height: 112px; border: 7px solid rgba(255,255,255,.88); border-radius: 28px 28px 48px 48px; display: grid; place-items: center; transform: rotate(45deg); background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 4px rgba(255,255,255,.14); }
.hero-mark span { font-size: 74px; line-height: 1; font-weight: 300; transform: rotate(-45deg); }
.eyebrow { margin: 0 0 8px; color: #fff09a; font-size: 25px; font-weight: 700; letter-spacing: .04em; }
.hero h1 { margin: 0; font-size: 59px; line-height: 1.1; letter-spacing: .03em; text-shadow: 0 4px 10px rgba(0,0,0,.18); }
.hero-en { margin: 9px 0 0; font-size: 28px; letter-spacing: .04em; color: rgba(255,255,255,.94); }
.catalog-panel { padding: 28px 34px 44px; }
.catalog-search { height: 76px; display: grid; grid-template-columns: 64px 1fr 58px; align-items: center; border: 2px solid #b6d2d6; border-radius: 17px; background: white; box-shadow: 0 8px 18px rgba(9,79,91,.08); }
.catalog-search > svg { width: 34px; height: 34px; justify-self: center; fill: none; stroke: var(--teal); stroke-width: 2.2; stroke-linecap: round; }
.catalog-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 27px; color: var(--ink); }
.catalog-search input::placeholder { color: #81959b; }
.clear-button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: #e8f1f2; font-size: 31px; line-height: 1; color: #53676d; }
.catalog-status { min-height: 56px; padding: 13px 6px 8px; display: flex; justify-content: space-between; align-items: center; font-size: 20px; color: var(--muted); }
.touch-hint { color: var(--teal); }
.poster-list { overflow: hidden; border: 2px solid #b8d0d4; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.poster-row { width: 100%; min-height: 119px; display: grid; grid-template-columns: 112px minmax(0, 1fr) 54px; align-items: center; gap: 18px; padding: 12px 22px; border: 0; border-bottom: 1px solid #cbdcdf; background: white; color: var(--ink); text-align: left; }
.poster-row:last-child { border-bottom: 0; }
.poster-row:nth-child(even) { background: #f4f9f9; }
.poster-row:active { background: #dff1f3; }
.poster-code { justify-self: center; min-width: 90px; padding: 10px 12px; border-radius: 11px; background: var(--teal); color: white; font-size: 24px; font-weight: 900; text-align: center; letter-spacing: .03em; }
.poster-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 25px; line-height: 1.35; font-weight: 750; }
.poster-open { justify-self: center; color: var(--teal); font-size: 42px; line-height: 1; font-weight: 600; }
.empty-state { margin-top: 70px; text-align: center; font-size: 30px; color: var(--muted); }
.empty-state button { margin-top: 22px; min-width: 220px; height: 66px; border: 0; border-radius: 16px; background: var(--teal); color: white; }

.viewer-screen { display: grid; grid-template-rows: 56px minmax(0, 1fr) 72px; background: #1d292d; overflow: hidden; }
.viewer-header { position:relative; z-index:6; min-width:0; height:56px; padding:0 22px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#fff; background:linear-gradient(90deg,var(--teal-dark),var(--teal)); border-bottom:1px solid rgba(255,255,255,.18); box-shadow:0 3px 12px rgba(0,0,0,.2); }
.viewer-event-title { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:22px; font-weight:900; letter-spacing:.02em; }
.viewer-context { flex:0 1 auto; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:18px; font-weight:750; color:rgba(255,255,255,.86); text-align:right; }
.pdf-viewport { position: relative; min-width: 0; min-height: 0; overflow: auto; overscroll-behavior: none; touch-action: none; background-color: #d9dee0; background-image: none; background-size: cover; background-position: center; background-repeat: no-repeat; }
.pdf-stage { min-width: 100%; min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 4px; }
#pdfCanvas { display: block; background: white; box-shadow: 0 8px 26px rgba(0,0,0,.45); transform-origin: center center; }
.pdf-error { position: absolute; inset: 0; display: grid; place-content: center; gap: 10px; text-align: center; background: #233136; color: white; font-size: 25px; }
.viewer-toolbar { position: relative; z-index: 5; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 12px; background: rgba(237,246,247,.98); border-top: 1px solid #a8c7cb; box-shadow: 0 -4px 14px rgba(0,0,0,.22); overflow: hidden; }
.toolbar-button { height: 48px; min-width: 48px; padding: 0 10px; display: inline-grid; place-items: center; border: 1px solid #9fbfc4; border-radius: 10px; background: white; color: var(--ink); font-size: 16px; font-weight: 800; box-shadow: 0 2px 5px rgba(8,74,86,.08); white-space: nowrap; }
.toolbar-button:active { background: #d9ecee; }
.toolbar-button:disabled { opacity: .32; cursor: default; }
.toolbar-button svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icon-only { width: 50px; padding: 0; }
.nav-icon { color: white; background: var(--teal); border-color: var(--teal); }
.nav-icon svg { width: 29px; height: 29px; stroke-width: 2.5; }
.text-icon { width: 48px; padding: 0; font-size: 29px; line-height: 1; }
.fit-button { min-width: 98px; }
.poster-position, .zoom-label { height: 48px; min-width: 70px; padding: 0 9px; border-radius: 10px; background: #dcebed; display: grid; place-items: center; font-size: 17px; font-weight: 900; color: #214a53; }
.toolbar-divider { width: 1px; height: 34px; background: #b8ced2; margin: 0 2px; }
.search-panel { position: absolute; inset: 0; z-index: 20; display: grid; place-items: start center; padding-top: 72px; background: rgba(0,19,24,.72); backdrop-filter: blur(3px); }
.search-card { width: min(900px, calc(100% - 48px)); max-height: calc(100% - 144px); padding: 28px; border-radius: 24px; background: white; box-shadow: var(--shadow); display: grid; grid-template-rows: auto auto auto minmax(0, 1fr); }
.search-card-title { display: flex; justify-content: space-between; align-items: center; }
.search-card-title h3 { margin: 0; font-size: 31px; color: var(--teal-dark); }
.search-card-title button { width: 60px; height: 60px; border: 0; border-radius: 50%; background: #edf3f4; font-size: 38px; color: #52676d; }
.search-card form { margin-top: 22px; display: grid; grid-template-columns: 1fr 150px; gap: 12px; }
.search-card input { height: 72px; padding: 0 20px; border: 2px solid #a9c9cd; border-radius: 14px; font-size: 27px; outline: none; }
.search-card form button { border: 0; border-radius: 14px; background: var(--teal); color: white; font-size: 26px; font-weight: 800; }
.search-card p { min-height: 38px; margin: 16px 2px 10px; font-size: 21px; color: var(--muted); }
.global-search-results { min-height: 0; overflow-y: auto; border: 1px solid #bdd1d5; border-radius: 16px; background: #f7fbfb; }
.global-search-row { width: 100%; min-height: 88px; display: grid; grid-template-columns: 100px minmax(0, 1fr) 42px; align-items: center; gap: 14px; padding: 11px 16px; border: 0; border-bottom: 1px solid #d1e0e2; background: white; color: var(--ink); text-align: left; }
.global-search-row:last-child { border-bottom: 0; }
.global-search-row:nth-child(even) { background: #f1f7f7; }
.global-search-row:active { background: #dceff1; }
.global-search-code { justify-self: center; min-width: 82px; padding: 8px 10px; border-radius: 10px; background: var(--teal); color: white; font-size: 21px; font-weight: 900; text-align: center; }
.global-search-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 22px; font-weight: 750; }
.global-search-open { justify-self: center; color: var(--teal); font-size: 36px; }
.search-empty { padding: 42px 18px; text-align: center; color: var(--muted); font-size: 23px; }
.toast { position: absolute; left: 50%; bottom: 104px; z-index: 30; transform: translateX(-50%); max-width: 80%; padding: 16px 24px; border-radius: 14px; background: rgba(0,0,0,.78); color: white; font-size: 21px; box-shadow: 0 6px 20px rgba(0,0,0,.24); }

@media (max-width: 800px) {
  .hero { grid-template-columns: 100px minmax(0, 1fr); min-height: 250px; padding: 26px; }
  .hero-mark { width: 88px; height: 88px; }
  .hero-mark span { font-size: 62px; }
  .hero h1 { font-size: 44px; }
  .eyebrow { font-size: 19px; }
  .hero-en { font-size: 21px; }
  .viewer-toolbar { gap: 6px; padding-inline: 8px; }
  .fit-button { min-width: 108px; }
  .search-card { width: calc(100% - 28px); }
}

/* V7：自動播放與廣告輪播 */
.viewer-screen.ad-mode { background: #000; }
.viewer-screen.ad-mode .pdf-viewport { background: #000; }
.viewer-screen.ad-mode .pdf-stage { background: #000; }
#pdfCanvas { opacity: 1; transition: opacity .18s ease; }
#pdfCanvas.surface-swap { animation: surfaceFade .22s ease; }
@keyframes surfaceFade { from { opacity: .72; } to { opacity: 1; } }
.slideshow-progress {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 7;
  min-width: 82px;
  padding: 10px 16px;
  border-radius: 999px;
  color: white;
  background: rgba(0,0,0,.48);
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
  backdrop-filter: blur(5px);
}
.slideshow-pause {
  position: fixed;
  right: 24px;
  top: 22px;
  z-index: 8;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  color: white;
  background: rgba(0,0,0,.34);
  opacity: .28;
  transition: opacity .15s ease, background .15s ease;
  backdrop-filter: blur(5px);
}
.slideshow-pause:hover, .slideshow-pause:active, .slideshow-pause:focus-visible { opacity: 1; background: rgba(0,0,0,.62); }
.slideshow-pause svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
#posterPlayButton svg { width: 29px; height: 29px; }
@media (max-width: 700px) {
  .slideshow-progress { right: 14px; bottom: 12px; font-size: 16px; }
  .slideshow-pause { right: 14px; top: 12px; width: 50px; height: 50px; }
}


/* V8：封面、分類、可切換工具列 */
.cover-screen { background:#000; overflow:hidden; }
.cover-enter { width:100%; height:100%; border:0; padding:0; margin:0; background:#000; position:relative; display:grid; place-items:center; }
.cover-enter img { width:100%; height:100%; object-fit:contain; display:block; }
.cover-hint { position:absolute; left:50%; bottom:44px; transform:translateX(-50%); padding:14px 28px; border-radius:999px; background:rgba(0,0,0,.58); color:#fff; font-size:24px; font-weight:800; backdrop-filter:blur(5px); }
.cover-countdown { position:absolute; right:30px; bottom:34px; min-width:74px; padding:10px 16px; border-radius:999px; background:rgba(0,0,0,.58); color:#fff; font-size:20px; font-weight:800; text-align:center; }
.category-screen { overflow-y:auto; background:linear-gradient(160deg,#edf6f7,#fff); }
.category-hero { min-height:330px; padding:48px 58px; display:flex; flex-direction:column; justify-content:center; background:linear-gradient(120deg,var(--teal-dark),var(--teal)); color:#fff; border-bottom:10px solid var(--gold); background-size:cover; background-position:center; }
.category-event { margin:0 0 12px; color:#fff09a; font-size:27px; font-weight:800; }
.category-hero h1 { margin:0; font-size:62px; line-height:1.1; }
.category-en { margin:14px 0 0; font-size:30px; opacity:.92; }
.category-grid { padding:40px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
.category-grid.one-column { grid-template-columns:1fr; }
.category-card { min-height:180px; padding:24px 28px; border:2px solid rgba(255,255,255,.6); border-radius:24px; color:#fff; text-align:left; font-size:30px; font-weight:900; line-height:1.25; box-shadow:0 14px 28px rgba(10,56,70,.2); background-size:cover; background-position:center; position:relative; overflow:hidden; }
.category-card::before { content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(0,0,0,.12)); }
.category-card span { position:relative; z-index:1; }
.viewer-screen.no-header { grid-template-rows:minmax(0,1fr) 72px; }
.viewer-screen.no-toolbar { grid-template-rows:56px minmax(0,1fr); }
.viewer-screen.no-header.no-toolbar { grid-template-rows:minmax(0,1fr); }
.viewer-screen.no-toolbar .viewer-toolbar { display:none !important; }
.viewer-screen.no-header .viewer-header { display:none !important; }
.viewer-screen.no-toolbar .pdf-viewport { height:100%; }

.hero.no-mark { grid-template-columns:minmax(0,1fr); }
.hero.no-mark .hero-copy { width:100%; }


/* V1.3：觸控式 Kiosk 隱藏關閉手勢與數字鍵盤 */
.kiosk-exit-hotspot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 110px;
  height: 110px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}
.kiosk-exit-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(0, 16, 22, .82);
  backdrop-filter: blur(8px);
}
.kiosk-exit-card {
  width: min(560px, calc(100vw - 48px));
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0,0,0,.42);
  text-align: center;
}
.kiosk-exit-card h2 {
  margin: 0;
  color: var(--teal-dark);
  font-size: 34px;
}
.kiosk-exit-card > p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 22px;
}
.kiosk-exit-dots {
  min-height: 54px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.kiosk-exit-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal);
}
.kiosk-exit-keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.kiosk-exit-keypad button {
  min-height: 76px;
  border: 1px solid #abc7cb;
  border-radius: 16px;
  background: #f5fbfb;
  color: var(--ink);
  font-size: 30px;
  font-weight: 850;
}
.kiosk-exit-keypad button:active {
  background: #dceff1;
}
.kiosk-exit-keypad .confirm {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
  font-size: 22px;
}
.kiosk-exit-message {
  min-height: 30px;
  margin: 16px 0 0 !important;
  color: #c63b2f !important;
  font-size: 20px !important;
}
.kiosk-exit-cancel {
  width: 100%;
  min-height: 64px;
  margin-top: 10px;
  border: 1px solid #b9ced1;
  border-radius: 15px;
  background: #fff;
  color: var(--ink);
  font-size: 23px;
  font-weight: 800;
}

/* Cloud V1.5：完整頁面、首頁模板、分類模板、圖片熱區 */
.hero{grid-template-columns:minmax(0,1fr)}
.hero-copy{width:100%}
.hero.template-medical{background:linear-gradient(120deg,var(--teal-dark),var(--teal))}
.hero.template-midnight{background:linear-gradient(125deg,#102b48,#275f89);border-bottom-color:#d9ad45}
.hero.template-midnight .eyebrow{color:#f4dc8c}
.hero.template-clean{background:linear-gradient(130deg,#f6fbfb,#fff);color:#173440;border-bottom-color:#4ba6b7}
.hero.template-clean .eyebrow{color:#276c78}
.hero.template-clean .hero-en{color:#5c7c84}
.home-template-midnight .poster-code,.home-template-midnight .global-search-code{background:#315f8d}
.home-template-clean .catalog-panel{background:rgba(255,255,255,.96)}

.category-grid.template-flat{grid-template-columns:1fr!important;gap:16px}
.category-grid.template-flat .category-card{min-height:108px;border-radius:16px;background:#fff!important;color:var(--ink);border:2px solid #b7d1d5;box-shadow:0 8px 18px rgba(10,56,70,.09)}
.category-grid.template-flat .category-card::before{display:none}
.category-grid.template-flat .category-card span{font-size:28px}
.category-grid.template-tiles .category-card{min-height:210px;align-content:end;background-size:cover;background-position:center}
.category-grid.template-tiles .category-card::before{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.66))}
.category-grid.template-tiles .category-card span{align-self:end}

.category-screen.image-map-mode{overflow:hidden;background:#000}
.category-image-map{position:absolute;inset:0;background:#000;overflow:hidden}
.category-image-map>img{position:absolute;display:block;object-fit:contain;max-width:none;max-height:none}
.category-hotspot-layer{position:absolute}
.category-hotspot{position:absolute;border:0;background:transparent;cursor:pointer;touch-action:manipulation}
.category-hotspot:focus-visible{outline:4px solid rgba(255,216,73,.85);outline-offset:-4px;background:rgba(255,216,73,.08)}

@media(max-width:800px){
  .hero{grid-template-columns:minmax(0,1fr)}
  .category-grid.template-flat .category-card span{font-size:24px}
}


/* Cloud V1.7：目錄密度、素色閱讀背景、Hero 遮罩 */
.catalog-status.is-empty{display:none}.catalog-status:not(.is-empty){min-height:44px;padding-top:10px}
.catalog-density-compact .poster-row{min-height:78px;grid-template-columns:96px minmax(0,1fr) 44px;padding:8px 18px;gap:14px}
.catalog-density-compact .poster-code{min-width:76px;padding:8px 9px;font-size:20px}
.catalog-density-compact .poster-title{font-size:20px}
.catalog-density-compact .poster-open{font-size:34px}
.catalog-density-standard .poster-row{min-height:104px}
.catalog-density-standard .poster-code{font-size:23px}
.catalog-density-standard .poster-title{font-size:24px}
.catalog-density-large .poster-row{min-height:136px;grid-template-columns:128px minmax(0,1fr) 58px;padding:16px 26px}
.catalog-density-large .poster-code{min-width:104px;padding:13px 14px;font-size:28px}
.catalog-density-large .poster-title{font-size:30px}
.catalog-density-large .poster-open{font-size:46px}
.category-hero.has-background{position:relative;isolation:isolate;overflow:hidden;background-color:var(--teal)}
.category-hero.has-background::before{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,var(--hero-overlay,.38));pointer-events:none}.category-hero.has-background>*:not(.hero-bg-image){position:relative;z-index:2}
.pdf-stage{background:transparent}

.hero.has-background .hero-copy{position:relative;z-index:2}
.viewer-screen.ad-mode .pdf-viewport{background-color:#000!important;background-image:none!important}

/* V1.8：插播 MP4 影片廣告 */
.poster-video{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;background:#000;box-shadow:0 8px 26px rgba(0,0,0,.5);pointer-events:none;touch-action:none}
.viewer-screen.video-mode{background:#000}
.viewer-screen.video-mode .pdf-viewport{background:#000!important;background-image:none!important;overflow:hidden}
.viewer-screen.video-mode .pdf-stage{padding:0;background:#000}
.viewer-screen.video-mode #pdfCanvas{display:none}
.video-skip-button{position:fixed;right:26px;bottom:28px;z-index:12;width:76px;height:76px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(0,0,0,.46);color:#fff;backdrop-filter:blur(5px);box-shadow:0 8px 22px rgba(0,0,0,.35)}
.video-skip-button svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.video-skip-button:active{background:rgba(11,102,119,.8)}

@media(max-width:700px){.video-skip-button{right:16px;bottom:18px;width:64px;height:64px}.video-skip-button svg{width:36px;height:36px}}
.video-start-button{position:fixed;inset:0;z-index:11;border:0;background:rgba(0,0,0,.72);color:#fff;font-size:34px;font-weight:900;display:grid;place-items:center}


/* Cloud V1.12：閱讀頁活動名稱、分類返回按鈕與固定精簡工具列 */
.return-button{grid-auto-flow:column;grid-template-columns:auto auto;gap:7px;min-width:112px;padding-inline:12px;color:var(--teal-dark)}
.return-button span{display:block;max-width:138px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.viewer-screen.ad-mode .viewer-header,.viewer-screen.video-mode .viewer-header{background:rgba(5,24,29,.94)}
.viewer-screen:not(.no-toolbar) .slideshow-progress{bottom:86px}
.viewer-screen:not(.no-header) .slideshow-pause{top:70px}
.viewer-screen:not(.no-toolbar) .video-skip-button{display:none!important}
@media(max-width:900px){.viewer-toolbar{gap:5px;padding-inline:7px}.return-button{min-width:48px;width:48px;padding:0}.return-button span{display:none}.fit-button{min-width:76px;font-size:14px}.poster-position,.zoom-label{min-width:58px}.toolbar-divider{margin:0}}
