/* Broadcast machine: a round glass chamber, intake, chute, and lit plinth. */
.machine{border-color:#f3d77e;background:#122c26;box-shadow:0 18px 0 #03150f,0 22px 45px #0008}
.machine-top{background:linear-gradient(180deg,#ffe79d,#dcb957);color:#273023}
.machine-top strong{color:#53431b}
.machine-top i{background:#328c51;box-shadow:0 0 0 3px #328c5122}
.machine-floor{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(ellipse at 50% 75%,#224b3a 0,#071e1b 70%)}
.machine-floor::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 49px,#cfffbe08 50px 51px),linear-gradient(transparent 88%,#ffc86d20 89%,#ffc86d0b 91%,transparent 95%)}
.drum-rim{position:relative;z-index:2;width:min(50%,370px,calc(100vh - 345px));aspect-ratio:1;border:15px solid #edcf77;border-radius:50%;padding:8px;background:#274d3b;box-shadow:inset 0 0 0 4px #786333,0 0 0 5px #4a3921,0 18px 40px #000a,0 0 35px #efff9c44}
.drum-rim::before{content:"";position:absolute;inset:-11px;border:3px dashed #735929;border-radius:50%;pointer-events:none;z-index:4}
.drum-rim::after{content:"";position:absolute;z-index:4;left:13%;top:8%;width:36%;height:13%;border-top:12px solid #ffffff3b;border-radius:50%;transform:rotate(-35deg);pointer-events:none}
.pit{width:100%;height:100%;min-height:0;flex:none;border-radius:50%;border:3px solid #c4f9d1;overflow:hidden;background:radial-gradient(circle at 45% 55%,#134331,#041b17 70%);box-shadow:inset 0 0 45px #9bfbc533,inset 0 0 95px #000a}
.pit-glow{inset:8px;border-radius:50%;border-color:#ffffff3b;box-shadow:inset 0 0 38px #b5feca30}
.pit-grid{mask-image:radial-gradient(#000 35%,transparent 70%)}
.pit-watermark{font-size:130px}
.pill{width:77px;height:37px;font-size:11px;box-shadow:2px 3px 0 #061b17,0 0 9px #66faa950}
.hopper,.chute{position:absolute;z-index:1;top:24%;width:23%;height:120px;border:8px solid #ddbd69;background:linear-gradient(140deg,#2e6550,#0d2b25);box-shadow:inset 0 0 25px #0008,0 12px 20px #0006;color:#fce79d;font:800 16px/.95 'Barlow Condensed',sans-serif;letter-spacing:.07em;text-align:center;display:flex;align-items:center;justify-content:center}
.hopper{left:5%;clip-path:polygon(0 0,85% 0,100% 28%,100% 72%,85% 100%,0 100%)}
.chute{right:5%;clip-path:polygon(15% 0,100% 0,100% 100%,15% 100%,0 72%,0 28%)}
.hopper i,.chute i{position:absolute;bottom:14px;width:60%;height:5px;background:#71f79c;box-shadow:0 0 13px #71f79c}
.chute i{background:#ff80bc;box-shadow:0 0 13px #ff80bc}
.machine-pedestal{position:absolute;z-index:1;bottom:0;left:50%;transform:translateX(-50%);width:34%;height:19%;min-height:58px;border:6px solid #b9994b;border-bottom:0;border-radius:35px 35px 0 0;background:linear-gradient(90deg,#5a512a,#d1b961 35%,#806a35 70%,#423c23);box-shadow:0 -8px 0 #4c4a2d,0 0 25px #0008;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#192c20;text-shadow:0 1px #ffedab}
.machine-pedestal strong{font:900 24px/.9 'Barlow Condensed',sans-serif;letter-spacing:.05em}.machine-pedestal small{font:700 8px 'Space Mono',monospace;letter-spacing:.1em;margin-top:5px}.pedestal-light{position:absolute;top:10px;left:17px;width:8px;height:8px;border-radius:50%;background:#82ff9b;box-shadow:0 0 11px #82ff9b}
.machine-bottom{background:#4b4527;color:#ffebb2;border-top:2px solid #d7b75b}
@media(max-width:820px){.drum-rim{width:min(55%,370px,calc(60vh - 105px))}.hopper,.chute{width:22%;height:90px;font-size:11px;border-width:4px}.machine-pedestal strong{font-size:17px}.machine-pedestal small{font-size:6px}}
