:root{--bg:#fff;--bg-soft:#fbfbfb;--text:#333;--text-h:#262626;--accent:#f26522;--accent-hover:#d9551d;--secondary:#519ea6;--border:#ebe5e6;--sans:"NanumSquare", "Noto Sans KR", system-ui, -apple-system, "Apple SD Gothic Neo", Roboto, sans-serif;font:18px / 1.5 var(--sans);letter-spacing:-.03em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.prayer-room{text-align:center;border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:28px;min-height:100dvh;padding:32px 20px;display:flex}.title{letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:clamp(2rem,6vw,3rem);font-weight:300}.subtitle{color:#666;margin:0;font-size:.95rem}.track-list{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.bow-btn{letter-spacing:-.03em;color:#fff;background:var(--accent);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:0;border-radius:0;padding:18px 64px;font-size:1.25rem;transition:background .2s,transform .1s}.bow-btn:hover{background:var(--accent-hover)}.bow-btn:active{transform:scale(.97)}.bow-btn:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.player-screen{animation:.4s player-fade}@keyframes player-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.player-label{color:#999;margin:0;font-size:.85rem}.player-title{letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:2rem;font-weight:300}.player-btn{color:#fff;background:var(--accent);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:0;justify-content:center;align-items:center;width:96px;height:96px;transition:background .2s,transform .1s;display:flex}.player-btn:hover{background:var(--accent-hover)}.player-btn:active{transform:scale(.95)}.player-btn:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.player-progress{flex-direction:column;gap:10px;width:min(420px,100%);display:flex}.progress-bar{appearance:none;cursor:pointer;border-radius:0;outline:none;width:100%;height:4px}.progress-bar::-webkit-slider-thumb{appearance:none;background:var(--accent);border:0;border-radius:50%;width:14px;height:14px;transition:transform .15s}.progress-bar::-webkit-slider-thumb:hover{transform:scale(1.25)}.progress-bar::-moz-range-thumb{background:var(--accent);border:0;border-radius:50%;width:14px;height:14px}.progress-bar::-moz-range-track{background:0 0;height:4px}.player-time{color:#999;justify-content:space-between;font-size:.8rem;display:flex}.player-back{color:var(--text);border:0;border-bottom:1px solid var(--text);cursor:pointer;background:0 0;padding:4px 2px;font-size:.95rem;transition:color .2s,border-color .2s}.player-back:hover{color:var(--secondary);border-bottom-color:var(--secondary)}.player-back:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
