.torch{position:absolute;top:12px;width:28px;height:120px;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;z-index:2}.torch.left{left:-40px}.torch.right{right:-40px}.torch .handle{width:10px;height:100%;background:linear-gradient(180deg,#4b2f1a,#28160b);border-radius:6px;box-shadow:inset 0 2px #ffffff08,0 2px 8px #0009;position:relative;display:flex;align-items:flex-start;justify-content:center}.torch .tongue{position:absolute;top:-18px;width:18px;height:24px;border-radius:50% 50% 40% 40%/60% 60% 40% 40%;background:radial-gradient(circle at 30% 30%,#fff7a8,#ffb84d 25%,#ff7b3d 55%,#b53b2a);transform-origin:50% 80%;animation:flicker 1.7s infinite ease-in-out;box-shadow:0 6px 16px #e3c66a40}.torch .glow{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:60px;height:30px;background:radial-gradient(circle at 50% 30%,rgba(227,198,106,.35),rgba(227,198,106,.08) 40%,transparent 70%);filter:blur(6px);pointer-events:none}@keyframes flicker{0%{transform:translateY(0) scale(1) rotate(-2deg);opacity:1}25%{transform:translateY(-3px) scale(1.06) rotate(1deg);opacity:.94}50%{transform:translateY(0) scale(.96) rotate(2deg);opacity:.97}75%{transform:translateY(-2px) scale(1.03) rotate(-1deg);opacity:.95}to{transform:translateY(0) scale(1) rotate(-2deg);opacity:1}}
