.monster-world{height:420px;display:grid;place-items:center;background:radial-gradient(circle at center,#fff,#fff1f4);border-radius:18px;border:1px solid #ffe4ea;position:relative;overflow:hidden}.monster{width:150px;height:150px;position:relative;transition:none;cursor:pointer;z-index:10;will-change:transform}.monster-body{width:100%;height:100%;border-radius:50% 50% 45% 45%;background:radial-gradient(circle at 30% 30%,#ff4d6d,#f03);box-shadow:0 25px 45px #ff003359,inset 0 -15px 25px #00000014}.monster-ear{position:absolute;top:-20px;width:45px;height:75px;background:#f03;border-radius:50% 50% 15% 15%;z-index:-1}.monster-ear.left{left:15px;transform:rotate(-25deg)}.monster-ear.right{right:15px;transform:rotate(25deg)}.monster-eye{position:absolute;top:60px;width:28px;height:28px;border-radius:50%;background:#fff;overflow:hidden}.monster-eye.left{left:35px}.monster-eye.right{right:35px}.eye-pupil{position:absolute;width:14px;height:14px;background:#111827;border-radius:50%;top:7px;left:7px;transition:transform .05s ease-out}.monster-mouth{position:absolute;bottom:40px;left:50%;transform:translate(-50%);width:42px;height:18px;border-bottom:4px solid #111827;border-radius:0 0 50% 50%;transition:all .2s ease}.monster:hover .monster-mouth{height:24px;background:#111827;border-radius:6px 6px 50% 50%}.monster-shadow{position:absolute;bottom:-38px;left:50%;transform:translate(-50%);width:110px;height:22px;border-radius:50%;background:#0003;filter:blur(8px)}.monster-caption{position:absolute;right:20px;top:20px;max-width:340px;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:20;pointer-events:none}.monster-badge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;padding:6px 12px;border-radius:999px;background:#ff00331f;color:#f03;border:1px solid rgba(255,0,51,.25);margin-bottom:10px}.monster-speech{font-size:13px;line-height:1.6;color:#111827;background:#ffffffe6;border:1px solid #ffe4ea;border-radius:16px;padding:14px;box-shadow:0 15px 25px #ff003314;position:relative;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.monster-speech strong{color:#f03}.monster-speech:after{content:"";position:absolute;left:-8px;top:20px;width:14px;height:14px;background:#ffffffe6;border-left:1px solid #ffe4ea;border-bottom:1px solid #ffe4ea;transform:rotate(45deg)}.monster-sub{margin-top:10px;font-size:11px;color:#9ca3af}
