.header[data-v-da692a48]{text-align:center;padding:24px 0}.header__status[data-v-da692a48]{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px}.header__dot[data-v-da692a48]{width:8px;height:8px;border-radius:50%;background:var(--text-secondary)}.header__dot--online[data-v-da692a48]{background:var(--online);animation:pulse-da692a48 3s infinite}@keyframes pulse-da692a48{0%,to{opacity:1}50%{opacity:.3}}.header__status-text[data-v-da692a48]{font-size:14px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.header__title[data-v-da692a48]{font-size:28px;font-weight:600;color:var(--text-primary);margin:0}.hero[data-v-49fcab77]{position:relative;padding:48px 24px;text-align:center;overflow:hidden}.hero__waves[data-v-49fcab77]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__wave[data-v-49fcab77]{position:absolute;bottom:0;left:50%;width:200%;height:200px;background:radial-gradient(ellipse at center,var(--accent) 0%,transparent 70%);opacity:.1;transform:translate(-50%);animation:wave-49fcab77 8s ease-in-out infinite}.hero__wave[data-v-49fcab77]:nth-child(2){animation-delay:-2s;opacity:.07}.hero__wave[data-v-49fcab77]:nth-child(3){animation-delay:-4s;opacity:.05}@keyframes wave-49fcab77{0%,to{transform:translate(-50%) scaleY(1)}50%{transform:translate(-50%) scaleY(1.2)}}.hero__content[data-v-49fcab77]{position:relative;z-index:1}.hero__counter[data-v-49fcab77]{font-size:64px;font-weight:600;color:var(--accent);line-height:1;margin-bottom:8px}.hero__label[data-v-49fcab77]{font-size:16px;color:var(--text-secondary)}.player[data-v-675d053c]{position:relative;background:var(--bg-secondary);border-radius:16px;padding:16px 24px 32px;text-align:center;overflow:hidden}.player__controls[data-v-675d053c]{position:relative;z-index:1;margin-bottom:24px}.player__visualizer[data-v-675d053c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.wave[data-v-675d053c]{position:absolute;width:140px;height:140px;border:2px solid var(--accent);border-radius:50%;opacity:0;animation:wave-675d053c 3s infinite}.wave--2[data-v-675d053c]{animation-delay:1s}.wave--3[data-v-675d053c]{animation-delay:2s}@keyframes wave-675d053c{0%{transform:translate(-50%,-50%) scale(.5);opacity:.5;border-width:3px}to{transform:translate(-50%,-50%) scale(3.5);opacity:0;border-width:0}}.player__progress[data-v-675d053c],.player__info[data-v-675d053c],.player__volume[data-v-675d053c]{position:relative}.player__btn[data-v-675d053c]{width:72px;height:72px;border-radius:50%;background:var(--accent);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s}.player__btn[data-v-675d053c]:hover{transform:scale(1.05)}.player__btn[data-v-675d053c]:active{transform:scale(.95)}.player__icon[data-v-675d053c]{width:32px;height:32px;color:var(--bg-primary)}.player__progress[data-v-675d053c]{height:4px;background:var(--text-secondary);border-radius:2px;margin-bottom:20px;overflow:hidden;opacity:.3}.player__progress-bar[data-v-675d053c]{height:100%;background:var(--accent);border-radius:2px;transition:width .1s linear}.player__info[data-v-675d053c]{margin-bottom:20px}.player__track[data-v-675d053c]{font-size:16px;color:var(--text-primary)}.player__volume[data-v-675d053c]{display:flex;align-items:center;justify-content:center;gap:12px}.player__volume-icon[data-v-675d053c]{width:20px;height:20px;color:var(--text-secondary)}.player__volume-slider[data-v-675d053c]{width:120px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--text-secondary);border-radius:2px;outline:none}.player__volume-slider[data-v-675d053c]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer}.player__volume-slider[data-v-675d053c]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;border:none}.footer[data-v-23ab81d5]{text-align:center;padding:32px 24px}.footer__text[data-v-23ab81d5]{font-size:14px;color:var(--text-secondary);margin:0;font-style:italic}:root{--bg-primary: #0D0D0D;--bg-secondary: #1A1A1A;--text-primary: #E8E4DD;--text-secondary: #6B6B6B;--accent: #C9A86C;--online: #4ADE80}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}.app{min-height:100vh;display:flex;justify-content:center;padding:0 16px}.app__container{width:100%;max-width:600px;display:flex;flex-direction:column;gap:8px}button,input[type=range]{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
