*{margin:0;padding:0;box-sizing:border-box}body{font-family:Georgia,serif;background:#000;min-height:100vh;overflow:hidden;color:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px}.app{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;position:relative;transition:all .3s ease;background:#000;width:100vw;height:100vh}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.candle-video{width:100%;height:100%;object-fit:cover}.candlelight-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background:radial-gradient(ellipse at center,rgba(255,165,0,.4) 0%,rgba(255,200,100,.2) 30%,transparent 70%);border-radius:50%;animation:glow 8s infinite alternate;pointer-events:none;z-index:1}@keyframes glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.1)}}.controls{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:absolute;bottom:8%;left:50%;transform:translate(-50%);z-index:2;transition:opacity .5s ease}.play-button{background:transparent;border:2px solid rgba(255,255,255,.7);color:#fff;border-radius:50%;cursor:pointer;width:70px;height:70px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;order:2;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.play-button:hover{background:#ffffff1a;border-color:#fff;transform:scale(1.05)}.play-icon,.pause-icon{position:absolute;transition:opacity .2s ease,transform .2s ease}.play-icon{opacity:1;transform:scale(1);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid white;margin-left:5px}.pause-icon{opacity:0;transform:scale(.7);width:16px;height:18px;display:flex;justify-content:space-between}.pause-icon:before,.pause-icon:after{content:"";display:block;width:6px;height:18px;background-color:#fff}.play-button.playing .play-icon{opacity:0;transform:scale(.7)}.play-button.playing .pause-icon{opacity:1;transform:scale(1)}.volume-control{order:1;display:flex;align-items:center;gap:.5rem;width:120px}.volume-slider{width:100%;height:3px;background:#ffffff4d;border-radius:3px;outline:none;cursor:pointer;-webkit-appearance:none;transition:background .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.volume-slider:hover{background:#ffffff80}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;transition:transform .2s ease}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.volume-slider::-moz-range-thumb{width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;border:none}.meditation-text{text-align:center;opacity:.8;transition:opacity .5s ease;z-index:2;position:relative;pointer-events:none;width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.meditation-text h1{font-size:2.5rem;font-weight:300;text-shadow:0 0 20px rgba(0,0,0,.8);letter-spacing:2px}.meditation-text p{font-size:1.1rem;font-style:italic;opacity:.8;letter-spacing:1px;margin-bottom:.5rem}.meditation-text .subtitle{font-size:.9rem;opacity:.6;font-style:normal;margin-top:1rem}.audio-hint{font-size:.8rem;opacity:.7;font-style:italic;margin-top:.5rem;color:orange;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}@media (max-width: 768px){.controls{gap:1rem;padding:.5rem 1rem;bottom:5%}.play-button{width:60px;height:60px;font-size:1rem;border-width:3px}.play-icon{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid white;margin-left:6px}.pause-icon{width:18px;height:20px}.pause-icon:before,.pause-icon:after{width:7px;height:20px}.volume-control{width:140px}.volume-slider::-webkit-slider-thumb{width:20px;height:20px}.volume-slider::-moz-range-thumb{width:20px;height:20px}.meditation-text h1{font-size:2rem;letter-spacing:1px}.meditation-text p{font-size:1rem;letter-spacing:.5px}.audio-hint{font-size:.75rem}}@media (max-width: 480px){.controls{bottom:3%;gap:.8rem}.play-button{width:55px;height:55px}.meditation-text h1{font-size:1.8rem}.meditation-text p{font-size:.9rem}.volume-control{width:120px}}@media (max-width: 768px) and (orientation: landscape){.controls{bottom:2%;gap:.6rem}.play-button{width:50px;height:50px}.meditation-text{position:absolute;top:5%;left:50%;transform:translate(-50%)}.meditation-text h1{font-size:1.5rem;margin-bottom:.2rem}.meditation-text p{font-size:.8rem;margin-bottom:.2rem}.audio-hint{font-size:.7rem}}@media (max-width: 360px){.controls{bottom:2%}.play-button{width:50px;height:50px}.meditation-text h1{font-size:1.6rem}.meditation-text p{font-size:.85rem}.volume-control{width:100px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}
