.save-effect{background-color:#007bff80;border-radius:50%;width:50px;height:50px;animation:1s ease-out pulseEffect;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseEffect{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.gauge-container{justify-content:center;align-items:center;width:100%;max-width:300px;display:flex;position:relative}.gauge-svg{width:100%;max-width:250px;height:auto}.meter-wrapper{justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:10px;display:flex}.meter-shell{-webkit-backdrop-filter:blur(20px);background:#0000008c;border-radius:330px 330px 0 0;justify-content:center;align-items:flex-end;width:320px;height:160px;margin:0 auto;padding-top:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #0000002e}.gauge-container{width:240px;height:auto;position:relative}.gauge-wrapper{border:2px solid red;justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:600px){.gauge-container{max-width:80vw}.gauge-svg{max-width:90vw}}.gauge-slider-container{flex-direction:column;align-items:center;margin-top:10px;margin-bottom:10px;display:flex}.gauge-slider{appearance:none;background:#ccc;border-radius:8px;width:90%;max-width:300px;height:6px}.gauge-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#ffffff40;border:3px solid #fff;border-radius:50%;width:30px;height:30px;box-shadow:0 0 10px #00b2ee99}.gauge-slider::-moz-range-thumb{cursor:pointer;background:#808080e6;border:2px solid #fff;border-radius:50%;width:30px;height:30px}.gauge-input-container{flex-direction:column;align-items:center;margin-top:20px;display:flex}.input-wrapper{background:#f8f9fa;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.gauge-input{text-align:center;border:2px solid #ccc;border-radius:5px;outline:none;width:60px;height:40px;font-size:18px}.btn-decrease,.btn-increase{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:5px;width:40px;height:40px;font-size:22px;transition:all .2s}.btn-decrease:hover,.btn-increase:hover{background:#388e3c}.meter-comment-select{white-space:nowrap;text-overflow:ellipsis;height:40px;line-height:40px;overflow:hidden}.sparkle{transform-origin:50%;opacity:0;animation:1.2s ease-out forwards sparkleAnimation;position:absolute}@keyframes sparkleAnimation{0%{opacity:0;transform:scale(.5)translate(0)}50%{transform:scale(1.2)translate(var(--x),var(--y));opacity:1}to{transform:scale(1)translate(var(--x),var(--y));opacity:0}}.sparkle-modern{filter:blur(1px);opacity:0;background:radial-gradient(circle,#ffffffe6 0%,#fff9 40%,#fff3 70%,#0000 100%);border-radius:50%;animation:1.4s ease-out forwards sparkleFloat;position:absolute}@keyframes sparkleFloat{0%{opacity:0;filter:blur(2px);transform:scale(.3)translate(0)}40%{transform:scale(1)translate(var(--dx),var(--dy));opacity:1;filter:blur()}to{transform:scale(1.2)translate(var(--dx),var(--dy));opacity:0;filter:blur(4px)}}
