body{background:#18181b;color:#f4f4f5;font-size:16px;font-family:Segoe UI,Arial,sans-serif;margin:0;min-height:100vh}main{max-width:800px;margin:40px auto;padding:24px;background:#232326;border-radius:12px;box-shadow:0 2px 16px #00000040}h1,h2,h3{color:#a78bfa;margin-top:0}a{color:#38bdf8;text-decoration:none;transition:color .2s}a:hover{color:#f472b6}button{background:linear-gradient(90deg,#a78bfa,#38bdf8);color:#18181b;border:none;border-radius:6px;padding:10px 20px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 1px 4px #0000001f;transition:background .2s,color .2s}button:hover{background:linear-gradient(90deg,#f472b6,#38bdf8);color:#fff}.button-ghost{font-weight:600;padding:8px;background:transparent;color:#38bdf8;border:1px solid #38bdf8}.button-ghost:hover{background:#38bdf8;color:#fff}.button-secondary{background:#444;color:#f4f4f5;border:none;border-radius:6px;padding:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s}button.button-secondary:hover{background:#555;color:#fff}input,textarea,select{background:#232326;color:#f4f4f5;border:1px solid #444;border-radius:6px;padding:8px;font-size:1rem;margin-bottom:12px;outline:none;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:#a78bfa}code{background:#2d2d34;color:#f4f4f5;padding:2px 4px;border-radius:4px;font-family:Courier New,Courier,monospace}.chat{font-size:22px;box-sizing:border-box;width:500px;height:100vh;text-align:left;overflow:hidden}.chat ::-webkit-scrollbar{width:0;background:transparent}.chat-disappearing{display:flex;flex-direction:column;overflow:auto;height:100%;justify-content:end}.chat-message{all:unset;box-sizing:border-box;width:100%;overflow-wrap:anywhere;padding:.2rem;line-height:22px}.chat-message-body{padding:0;border-radius:3px;border-left:3px solid transparent;border-right:3px solid transparent;display:flex;flex-direction:row;background-size:100% 3px;background-position:0 0,0 100%;background-repeat:no-repeat;line-height:32px}.chat-message-body-subscriber{border-left:3px solid #725a1e;border-right:3px solid #fff9ab;background-image:linear-gradient(90deg,#725a1e,#fff9ab),linear-gradient(90deg,#725a1e,#fff9ab);padding:6px 4px}.chat-message-body-spotlighted{border-left:3px solid #be36ec;border-right:3px solid #0737b0;background:linear-gradient(90deg,#be36ec,#0737b0)}.chat-message-body-gigantified>span>span.chat-message-text>img:last-of-type{width:112px;height:112px;max-height:unset}.chat-message-body-thick-text-shadow{text-shadow:#000000 2px 0px 0px,#000000 1.75517px .958851px 0px,#000000 1.0806px 1.68294px 0px,#000000 .141474px 1.99499px 0px,#000000 -.832294px 1.81859px 0px,#000000 -1.60229px 1.19694px 0px,#000000 -1.97998px .28224px 0px,#000000 -1.87291px -.701566px 0px,#000000 -1.30729px -1.5136px 0px,#000000 -.421592px -1.95506px 0px,#000000 .567324px -1.91785px 0px,#000000 1.41734px -1.41108px 0px,#000000 1.92034px -.558831px 0px}.chat-message-nick{font-weight:700;padding-right:.2em;overflow:visible;white-space:nowrap;text-overflow:ellipsis;display:inline-block}.chat-message-text{word-break:break-word}.chat-message-text-action{font-style:italic}.chat-message-badge{height:1.2rem;width:unset;border-radius:3px;margin-bottom:.3rem;margin-right:.3rem;vertical-align:middle}.chat-message-avatar-image{border-radius:4px;height:36px;width:36px;display:inline-block;vertical-align:middle;margin-bottom:.05rem;margin-right:.3rem}.chat-emote{max-height:36px;display:inline-block;vertical-align:middle}.chat-emote--flipy{transform:scaleY(-1)}.chat-emote--flipx{transform:scaleX(-1)}.chat-emote--cursed{filter:grayscale(1) brightness(.7) contrast(2.5)}.chat-emote--hyperred{filter:brightness(.2) sepia(1) brightness(2.2) contrast(3) saturate(8)}.chat-emote--party{animation:party 1.5s linear infinite}.chat-emote--shake{animation:shake .5s step-start infinite}.chat-emote--rotate{transform:rotate(90deg)}.chat-emote--rotate-left{transform:rotate(-90deg)}.chat-emote--zero-width-wrapper{position:relative;display:inline-block}.chat-emote--zero-width-span{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;pointer-events:none}.chat-emote--zero-width-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-emote--emoji{max-height:28px}.chat-cheer{vertical-align:middle}.chat-cheer-amount{font-weight:700;font-size:rem;margin-left:.2rem}.chat-emote--shake.chat-emote--party{animation:shake .5s step-start infinite,party 1.5s linear infinite}.chat-emote--flipy.chat-emote--flipx{transform:scaleX(-1) scaleY(-1)}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes party{0%{filter:sepia(.5) hue-rotate(0deg) saturate(2.5)}to{filter:sepia(.5) hue-rotate(1turn) saturate(2.5)}}@keyframes shake{0%{translate:0 1px}10%{translate:2px 0}20%{translate:1px -2px}30%{translate:-2px 1px}40%{translate:0 -1px}50%{translate:2px 2px}60%{translate:-1px -1px}70%{translate:-2px 2px}80%{translate:2px 1px}90%{translate:-1px -2px}to{translate:1px 0}}
