.pet-watch-entry { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 72px; margin: 16px 0 20px; padding: 12px; text-align: left; color: #f7f7f2; background: #2c2931; border: 1px solid #8a6382; border-radius: 7px; box-shadow: inset 0 1px #ffffff2a, 0 3px 0 #09090b; }
.pet-watch-entry > .icon:first-child { flex: 0 0 26px; width: 26px; height: 26px; }
.pet-watch-entry > .icon:last-child { margin-left: auto; width: 18px; height: 18px; flex-shrink: 0; }
.pet-watch-entry span { min-width: 0; }
.pet-watch-entry strong { display: block; color: #ffc2df; font-size: 14px; line-height: 1.6; }
.pet-watch-entry small { display: block; color: #b9b4c0; font-size: 11px; line-height: 1.6; margin-top: 3px; }
.pet-watch-entry:active { transform: translateY(2px); box-shadow: inset 0 1px #ffffff2a, 0 1px 0 #09090b; }
.pet-watch-entry:disabled { opacity: .5; cursor: wait; }
.pet-watch-entry:focus-visible, #cp-pet-show button:focus-visible { outline: 2px solid #7ee5dc; outline-offset: 3px; }
.cp-sheet[data-view="pet-show"] > .cp-source { display: none; }
.cp-sheet[data-view="pet-show"] > .cp-scroll { padding: 0; }
.cp-sheet[data-view="pet-show"] > header { padding-bottom: 8px; }
.cp-sheet[data-view="pet-show"] #cp-sheet-submit { background: #29292f; color: #f7f7f2; border: 1px solid #54545e; }
#cp-pet-show { letter-spacing: 0; }
.pet-show-stage { position: relative; width: 100%; aspect-ratio: 1; background: #e5e8e8; overflow: hidden; }
.pet-show-stage > img, .pet-show-stage > canvas { display: block; width: 100%; height: 100%; object-fit: contain; }
.pet-show-stage > canvas { position: absolute; inset: 0; }
.pet-show-badges { position: absolute; z-index: 2; inset: 14px 12px auto; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 10px; color: #f7f7f2; }
.pet-show-badges > span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; background: #202027db; border-radius: 4px; }
.pet-show-audience b { color: #c2ff76; font-size: 12px; line-height: 1; font-variant-numeric: tabular-nums; }
.pet-show-badges .pet-show-audience { gap: 2px; }
.pet-show-theatre { margin-left: auto; }
.pet-show-badges .pet-show-onair { background: #d83265; font-size: 11px; font-weight: 750; }
.pet-show-onair > i { display: block; width: 5px; height: 5px; background: white; border-radius: 50%; animation: pet-onair 1.8s ease-in-out infinite; }
.pet-show-frame { position: absolute; left: 15px; bottom: 15px; width: 24px; height: 24px; border-left: 2px solid #fffc; border-bottom: 2px solid #fffc; pointer-events: none; }
.pet-show-clap-burst { position: absolute; inset: 0; pointer-events: none; }
.pet-show-clap-burst .icon { position: absolute; width: 30px; height: 30px; opacity: 0; left: 22%; top: 42%; }
.pet-show-clap-burst .icon:nth-child(2) { left: 72%; top: 31%; }
.pet-show-clap-burst .icon:nth-child(3) { left: 64%; top: 64%; }
.pet-show-applause .pet-show-clap-burst .icon { animation: pet-applause 1.5s ease-out both; }
.pet-show-copy { padding: 18px 24px 14px; }
.pet-show-kicker { font-size: 11px; color: #ffa3d1; margin: 0 0 6px; line-height: 1.6; }
.cp-sheet .pet-show-copy h3 { font-size: 22px; line-height: 1.45; margin: 0 0 8px; overflow-wrap: anywhere; }
.pet-show-aside { font-size: 12px; color: #b5b5c2; line-height: 1.7; margin: 0; }
#pet-show-quote { font-size: 14px; line-height: 1.8; color: #e5f4d6; margin: 16px 0; padding-left: 12px; border-left: 2px solid #b7ff2a; min-height: 25px; }
#pet-show-clap { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; color: #20101b; background: #ffacd5; border: 1px solid #ffe0ef; border-radius: 6px; font-size: 14px; font-weight: 750; box-shadow: 0 3px 0 #a44776; }
#pet-show-clap:active { transform: translateY(2px); box-shadow: 0 1px 0 #a44776; }
#pet-show-clap .icon { width: 21px; height: 21px; filter: brightness(0); }
#pet-show-feedback { margin: 10px 0 0; font-size: 12px; line-height: 1.7; color: #7ee5dc; }
#pet-show-feedback:empty { display: none; }
#pet-show-load-status { margin: 10px 0 0; color: #b5b5c2; font-size: 12px; line-height: 1.7; }
#pet-show-load-status:empty { display: none; }
.pet-show-note { color: #a2a2af; font-size: 10px; text-align: center; line-height: 1.6; margin: 14px 0 0; }
#cp-pet-show[data-loading="true"] .pet-show-stage { opacity: .65; }
@keyframes pet-onair { 50% { opacity: .3; } }
@keyframes pet-applause { 0% { opacity: 0; transform: translateY(10px) scale(.5); } 25% { opacity: 1; } 100% { opacity: 0; transform: translateY(-35px) scale(1.2); } }
.paused #cp-pet-show *, .document-hidden #cp-pet-show *, #cp-pet-show[data-active="false"] *, #cp-pet-show[hidden] * { animation-play-state: paused !important; }
@media (prefers-reduced-motion: reduce) { #cp-pet-show * { animation: none !important; } }
@media (orientation: landscape) and (max-height: 500px) { body.export #cp-pet-show { display: grid; grid-template-columns: minmax(180px, 42%) minmax(0, 1fr); align-items: start; } body.export .pet-show-copy { padding: 12px 18px; } body.export .pet-show-copy h3 { font-size: 18px; } }
