.aurify-image-knob-wrapper{width:var(--knob-size,500px);height:var(--knob-size,500px);max-width:100%;max-height:100%;position:relative;display:flex;align-items:center;justify-content:center}.aurify-knob-cap,.aurify-knob-face{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;transform-origin:center center}.aurify-knob-cap{z-index:1;transition:transform 0.15s ease}.aurify-knob-face{z-index:2}.aurify-play-button,.aurify-volume-button{width:44px;height:44px;padding:0;background:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color 0.2s ease}.aurify-volume-button:hover,.aurify-play-button:hover{border-color:#fff}.aurify-volume-button svg,.aurify-play-button svg{width:20px;height:20px;fill:#fff}.aurify-controls{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-top:1rem}.aurify-row{display:flex;align-items:center;gap:.75rem}.aurify-seek{height:10px;background:#fff;border-radius:10px;appearance:none;-webkit-appearance:none;cursor:pointer;position:relative}.aurify-seek::-webkit-slider-runnable-track{height:10px;background:linear-gradient(to right,#ff2a83 0%,#ff2a83 var(--progress,0%),#fff var(--progress,0%),#fff 100%);border-radius:10px;position:relative;z-index:1}.aurify-seek::-moz-range-track{height:10px;background:linear-gradient(to right,#ff2a83 0%,#ff2a83 var(--progress,0%),#fff var(--progress,0%),#fff 100%);border-radius:10px;position:relative;z-index:1}.aurify-seek::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:20px;height:20px;margin-top:-5px;border-radius:50%;background:#ff4580;position:relative;z-index:2}.aurify-seek::-moz-range-thumb{width:20px;height:20px;margin-top:-5px;border-radius:50%;background:#ff4580;position:relative;z-index:2}.aurify-controls input[type=range]{transition:background 0.2s ease}.aurify-volume{display:flex;flex-direction:row;align-items:center;gap:.75rem}.aurify-volume input[type=range]{width:100px;height:10px;appearance:none;-webkit-appearance:none;background:linear-gradient(to right,#ff2a83 0%,#ff2a83 var(--progress,0%),#fff var(--progress,0%),#fff 100%);border-radius:10px;cursor:pointer}.aurify-volume input[type=range]::-webkit-slider-thumb{appearance:none;width:20px;height:20px;background:#ff4580;border-radius:50%;margin-top:-5px;position:relative;z-index:2}.aurify-volume input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#ff4580;border-radius:50%;position:relative;z-index:2}.aurify-knob-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.aurify-knob-ring{position:absolute;width:100%;height:100%;transform:rotate(-240deg);z-index:4}.aurify-knob-ring circle{fill:none;stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset 0.1s linear}.aurify-knob-track{stroke:#0000}.aurify-knob-progress{stroke:#ff2a83;stroke-dasharray:280;stroke-dashoffset:280}