/* A second CRT surface, with the same type and orange phosphor as Projects. */
.play-archive[hidden], .play-preview[hidden] { display: none; }
.play-archive { position: fixed; inset: 0; z-index: 9800; display: grid; place-items: center; padding: 40px; font-family: var(--font-ui); }
.play-archive-backdrop { position: absolute; inset: 0; background: rgba(3,2,1,.76); }
.play-screen { position: relative; display: flex; flex-direction: column; width: min(760px,100%); height: min(700px,80dvh); min-height: 0; padding: 26px; border: 1px solid #504133; border-radius: 20px; background: radial-gradient(ellipse at 50% 0, #211b16, #11100f 70%); box-shadow: 0 25px 100px #0009, inset 0 0 0 5px #080807, inset 0 0 50px #0006; animation: play-screen-on .3s ease-out both; }
.play-screen::before, .play-preview-frame::before { content: ''; position: absolute; inset: 10px; border: 1px solid #ff6b0029; border-radius: 12px; pointer-events: none; }
.play-screen-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 20px; }
.play-screen-label { margin: 0 0 6px; color: var(--theme-orange-light); font-size: .75rem; letter-spacing: .14em; }
.play-screen h2 { margin: 0; color: var(--theme-text, #eee9e3); font-family: 'Barlow Condensed',sans-serif; font-size: clamp(2rem,4vw,3rem); line-height: 1; font-weight: 800; }
.play-archive button, .play-archive select, .play-preview button, .play-preview a { font: inherit; }
.play-close { display: inline-grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border: 1px solid #ff6b0060; background: transparent; color: var(--theme-orange-light); font-size: 1.5rem !important; }
.play-close:hover { background: var(--theme-orange); color: #090909; }
.play-category-bar { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; padding: 14px 0; border-block: 1px solid #ff6b0047; color: #bdb4ac; font-size: .875rem; }
.play-category-bar select { min-width: 0; max-width: 72%; padding: 8px 30px 8px 10px; border: 1px solid #ff6b005e; border-radius: 0; color: #ffac69; background: #11100f; }
.play-category-count { margin-left: auto; white-space: nowrap; font-variant-numeric: tabular-nums; }
.play-scroll { overflow-y: auto; overscroll-behavior: contain; min-height: 0; flex: 1 1 0; scrollbar-width: thin; scrollbar-color: #ad4b13 #151210; padding-right: 12px; }
.play-sort-note { margin: 15px 0 4px; color: #b3aaa1; font-size: .75rem; line-height: 1.6; }
.play-featured, .play-more-list { list-style: none; padding: 0; margin: 0; }
.play-item { padding: 21px 0 18px; border-bottom: 1px solid #ff6b0030; }
.play-item-top { display: flex; align-items: baseline; gap: 14px; }
.play-item-number { flex: 0 0 22px; color: #bd6d34; font-size: .75rem; }
.play-item-title { color: #eee9e3; font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: clamp(1.4rem,2.4vw,1.8rem); line-height: 1.2; text-decoration: none; overflow-wrap: anywhere; }
.play-item:hover .play-item-title, .play-item:focus-within .play-item-title { color: var(--theme-orange); }
.play-item-description { margin: 10px 0 11px 36px; color: #c0b8b0; font-size: .875rem; line-height: 1.6; }
.play-item-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-left: 36px; color: #c28c61; font-size: .75rem; }
.play-item-model { color: #aaa19a; }
.play-item-actions { margin-left: auto; display: flex; gap: 14px; }
.play-item-actions :is(a,button) { padding: 6px 0; color: #e8a776; background: transparent; border: 0; text-decoration: none; font-size: .75rem; }
.play-item-actions :is(a,button):hover { color: #fff1e6; text-decoration: underline; text-underline-offset: 4px; }
.play-more { margin: 20px 0; }
.play-more summary { padding: 12px 0; color: var(--theme-orange-light); font-size: .875rem; }
.play-more-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; padding-top: 6px; }
.play-more-list a { display: flex; gap: 8px; justify-content: space-between; padding: 10px 0; color: #bfb7af; font-size: .875rem; line-height: 1.5; text-decoration: none; overflow-wrap: anywhere; }
.play-more-list a:hover { color: var(--theme-orange-light); }
.play-screen-footer { flex: 0 0 auto; display: flex; justify-content: space-between; gap: 15px; padding-top: 14px; border-top: 1px solid #ff6b0047; color: #9e948a; font-size: .75rem; line-height: 1.5; }
.play-load-state { padding: 32px 0; color: #c8bfb5; font-size: 1rem; line-height: 1.6; }
.play-load-state button { color: #ffac69; border: 1px solid #ff6b0060; background: none; padding: 8px 16px; }
body.page-uxui :is(.play-archive,.play-preview) :focus-visible { outline: 2px solid #ffac69; outline-offset: 3px; box-shadow: none; }
body.page-uxui .play-scroll:focus-visible { outline-offset: -2px; }
body.play-archive-open > :is(.magnetic-img,.contact-ufo-cursor,.contact-tractor-beam) { visibility: hidden; }
.play-preview { position: fixed; top: 0; left: 0; width: min(390px,43vw); z-index: 9850; pointer-events: none; opacity: 0; transition: opacity .18s; will-change: transform; font-family: var(--font-ui); }
.play-preview.is-visible { opacity: 1; }
.play-preview-frame { position: relative; border: 1px solid #514437; border-radius: 12px; padding: 8px; background: #11100f; overflow: hidden; box-shadow: 0 20px 50px #000a; }
.play-preview-frame::before { z-index: 3; inset: 5px; border-radius: 8px; }
.play-preview-img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #070706; border-radius: 6px; transition: opacity .12s; }
.play-preview-img.is-changing { opacity: .1; }
.play-preview-img[hidden] { display: none; }
.play-preview-glare { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 40% 35%, #ffffff18, transparent 65%); }
.play-preview-caption { margin: 0; padding: 10px 4px 3px; display: flex; justify-content: space-between; gap: 12px; color: #e8a776; font-size: .75rem; line-height: 1.4; }
.play-preview-controls { display: none; }
.play-preview.is-pinned { pointer-events: auto; }
.play-preview.is-pinned .play-preview-frame { max-height: calc(100dvh - 70px); overflow-y: auto; }
.play-preview.is-pinned .play-preview-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 4px 4px; }
.play-preview-controls a { color: #ffac69; font-size: .875rem; }
.play-preview-message { margin: 0; padding: 40px 14px; color: #bbb1a7; font-size: .875rem; }
.play-preview-message[hidden] { display: none; }
@keyframes play-screen-on { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (max-width: 768px) {
  .play-archive { padding: 22px; }
  .play-screen { height: 86dvh; padding: 23px 18px 18px; border-radius: 18px; }
  .play-screen-header { padding-bottom: 15px; gap: 14px; }
  .play-screen h2 { font-size: 2rem; }
  .play-category-bar { gap: 9px; }
  .play-category-bar select { flex: 1; max-width: none; width: 0; }
  .play-scroll { padding-right: 7px; }
  .play-item-description, .play-item-foot { margin-left: 0; }
  .play-item-description { font-size: .875rem; }
  .play-more-list { grid-template-columns: 1fr; }
  .play-preview { width: min(440px,calc(100vw - 54px)); }
  .play-screen-footer > :last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .play-screen { animation: none; }
  .play-preview, .play-preview-img { transition: none; }
}

.play-screen-footer .play-permalink { color: #e8a776; text-decoration: none; white-space: nowrap; }
.play-screen-footer .play-permalink:hover { text-decoration: underline; text-underline-offset: 3px; }
a.play-close { text-decoration: none; }
html.entry-boot-pending .play-archive { visibility: hidden; }
