:root{--primary: #37613F;--primary-hover: #2A4A2F;--primary-light: #E8F5E9;--primary-lighter: #5C8C64;--accent: #F59E0B;--accent-light: #FBBF24;--text: #111827;--text-secondary: #6B7280;--text-light: #9CA3AF;--background: #F9FAFB;--surface: #FFFFFF;--border: #E5E7EB;--success: #37613F;--error: #EF4444;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: 6px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%;display:flex;flex-direction:column}.page-container{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.backdrop-image{width:100%;height:100%;object-fit:cover;filter:blur(40px) brightness(.7);transform:scale(1.1)}.backdrop-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#0009,#000c)}.backdrop-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#37613f66,#4a7a524d,#5c8c6433)}.content-wrapper{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;padding:24px;max-width:600px;margin:0 auto;width:100%}.header{display:flex;align-items:center;justify-content:center;padding:12px 0;margin-bottom:24px;position:relative}.logo{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none}.logo-icon{width:48px;height:48px}.logo-text{font-size:28px;font-weight:700;letter-spacing:-.5px}.song-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-xl);text-align:center}.song-image-container{width:200px;height:200px;margin:0 auto 24px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.song-image{width:100%;height:100%;object-fit:cover}.song-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-lighter) 100%);display:flex;align-items:center;justify-content:center}.song-image-placeholder svg{width:64px;height:64px;color:#fff;opacity:.8}.song-reference{font-size:24px;font-weight:700;color:var(--text);margin-bottom:8px}.song-version{font-size:14px;color:var(--text-secondary);margin-bottom:20px}.song-text{font-size:18px;line-height:1.7;color:var(--text);font-style:italic;padding:20px;background:var(--primary-light);border-radius:var(--radius);margin-bottom:24px;position:relative}.song-text:before{content:'"';font-size:48px;color:var(--primary);opacity:.3;position:absolute;top:0;left:12px;line-height:1}.audio-player{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.play-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.play-button:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.play-button:active{transform:translateY(0)}.play-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.play-button svg{width:24px;height:24px}.progress-container{display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden;cursor:pointer}.progress-fill{height:100%;background:var(--primary);border-radius:3px;transition:width .1s linear}.time-display{font-size:12px;color:var(--text-secondary);font-variant-numeric:tabular-nums;min-width:80px;text-align:center}.song-stats{display:flex;justify-content:center;gap:24px;padding-top:16px;border-top:1px solid var(--border)}.stat-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-secondary)}.stat-item svg{width:18px;height:18px}.cta-section{margin-top:32px;text-align:center}.cta-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-subtitle{font-size:14px;color:#fffc;margin-bottom:20px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.store-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;color:var(--text);border:none;border-radius:var(--radius);text-decoration:none;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow)}.store-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.store-button svg{width:24px;height:24px}.store-button-text{display:flex;flex-direction:column;align-items:flex-start}.store-button-label{font-size:10px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.store-button-store{font-size:16px;font-weight:600}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#fff}.loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{margin-top:16px;font-size:16px;opacity:.8}.error-container{text-align:center;padding:48px 24px;color:#fff}.error-icon{width:64px;height:64px;margin-bottom:16px;opacity:.8}.error-title{font-size:24px;font-weight:600;margin-bottom:8px}.error-message{font-size:16px;opacity:.8;margin-bottom:24px}.error-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:var(--text);border:none;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease}.error-button:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.verse-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-xl)}.verse-header{text-align:center;margin-bottom:24px}.verse-reference{font-size:28px;font-weight:700;color:var(--text);margin-bottom:8px}.verse-meta{display:flex;justify-content:center;gap:16px;font-size:14px;color:var(--text-secondary)}.verse-text-container{font-size:20px;line-height:1.8;color:var(--text);padding:24px;background:var(--primary-light);border-radius:var(--radius);text-align:center;margin-bottom:24px}.verse-text-content{font-style:italic}.collection-header{text-align:center;margin-bottom:24px}.collection-title{font-size:28px;font-weight:700;color:var(--text);margin-bottom:8px}.collection-description{font-size:16px;color:var(--text-secondary);margin-bottom:16px}.collection-stats{display:flex;justify-content:center;gap:24px;margin-bottom:16px}.collection-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.tag{padding:4px 12px;background:var(--primary-light);color:var(--primary);border-radius:100px;font-size:12px;font-weight:500}.verses-list{margin-top:24px}.verses-list-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:16px}.verse-item{padding:16px;background:var(--background);border-radius:var(--radius);margin-bottom:12px}.verse-item-reference{font-weight:600;color:var(--text);margin-bottom:4px}.verse-item-text{font-size:14px;color:var(--text-secondary);font-style:italic;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.language-selector{position:absolute;right:0;top:50%;transform:translateY(-50%)}.language-selector select{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);color:#fff;padding:6px 28px 6px 12px;font-size:14px;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.language-selector select:hover{background-color:#ffffff40}.language-selector select:focus{outline:none;border-color:#ffffff80}.language-selector select option{background:var(--surface);color:var(--text)}.home-hero{text-align:center;padding:80px 24px 60px}.home-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.1}.home-subtitle{font-size:20px;color:#ffffffe6;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.3);line-height:1.5}@media (min-width: 768px){.home-hero{padding:100px 32px 70px}.home-title{font-size:44px;margin-bottom:24px}.home-subtitle{font-size:22px;max-width:700px}.header{padding:24px 0;margin-bottom:32px}.logo-icon{width:56px;height:56px}.logo-text{font-size:32px}.page-container:has(.help-sections) .content-wrapper{max-width:800px}}@media (min-width: 1024px){.home-hero{padding:120px 40px 80px}.home-title{font-size:48px;margin-bottom:28px}.home-subtitle{font-size:24px;max-width:800px}.content-wrapper{max-width:800px}.page-container:has(.help-sections) .content-wrapper{max-width:900px}.header{padding:28px 0}.logo-icon{width:64px;height:64px}.logo-text{font-size:36px}}.home-help-cta{display:flex;align-items:center;gap:20px;padding:24px 28px;margin-bottom:32px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);text-decoration:none;color:var(--text);transition:all .25s ease;position:relative;overflow:hidden}.home-help-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-lighter) 50%,var(--accent) 100%)}.home-help-cta:hover{transform:translateY(-2px);box-shadow:0 16px 32px -8px #37613f40}.home-help-cta:hover .home-help-cta-arrow{transform:translate(3px)}.home-help-cta-icon{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-lighter) 100%);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px -4px #37613f66}.home-help-cta-icon svg{width:32px;height:32px;color:#fff}.home-help-cta-content{flex:1;min-width:0}.home-help-cta-title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:4px;line-height:1.3}.home-help-cta-subtitle{font-size:14px;color:var(--text-secondary);line-height:1.5}.home-help-cta-button{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--primary);color:#fff;border-radius:var(--radius);font-size:14px;font-weight:600;white-space:nowrap;transition:background-color .2s ease}.home-help-cta:hover .home-help-cta-button{background:var(--primary-hover)}.home-help-cta-arrow{width:16px;height:16px;transition:transform .2s ease}@media (max-width: 640px){.home-help-cta{flex-direction:column;align-items:flex-start;padding:20px;gap:16px}.home-help-cta-button{align-self:stretch;justify-content:center}.home-help-cta-title{font-size:18px}}.features{display:grid;gap:16px;margin-bottom:40px}.feature-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius);padding:20px;display:flex;align-items:flex-start;gap:16px;text-align:left}.feature-icon{width:48px;height:48px;background:var(--primary-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:24px;height:24px;color:var(--primary)}.feature-content h3{font-size:16px;font-weight:600;color:var(--text);margin-bottom:4px}.feature-content p{font-size:14px;color:var(--text-secondary)}.footer{text-align:center;padding:24px;margin-top:auto}.footer-text{font-size:12px;color:#fff9;margin-bottom:8px}.footer-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.footer-link{color:#fffc;text-decoration:none;font-size:12px}.footer-link:hover{text-decoration:underline;color:#fff}.footer-separator{color:#fff6;font-size:12px}.legal-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-xl);margin-bottom:24px}.legal-title{font-size:28px;font-weight:700;color:var(--text);margin-bottom:24px;text-align:center}.legal-content{color:var(--text);line-height:1.7}.legal-content h2{font-size:18px;font-weight:600;color:var(--text);margin-top:28px;margin-bottom:12px;padding-top:16px;border-top:1px solid var(--border)}.legal-content h2:first-of-type{margin-top:0;padding-top:0;border-top:none}.legal-content h3{font-size:16px;font-weight:600;color:var(--text);margin-top:20px;margin-bottom:8px}.legal-content p{font-size:14px;margin-bottom:12px;color:var(--text-secondary)}.legal-content ul{margin:12px 0;padding-left:24px}.legal-content li{font-size:14px;color:var(--text-secondary);margin-bottom:6px}.legal-content a{color:var(--primary);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content strong{color:var(--text);font-weight:600}.legal-note{font-style:italic;margin-top:24px;padding-top:16px;border-top:1px solid var(--border)}.form-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-xl)}.form-title{font-size:28px;font-weight:700;color:var(--text);margin-bottom:8px;text-align:center}.form-subtitle{font-size:16px;color:var(--text-secondary);text-align:center;margin-bottom:32px;line-height:1.6}.form-label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:8px;margin-top:16px}.form-input{width:100%;padding:12px 16px;font-size:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);transition:border-color .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #37613f1a}.form-textarea{width:100%;padding:12px 16px;font-size:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);resize:vertical;min-height:120px;transition:border-color .2s ease;font-family:inherit}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #37613f1a}.form-submit{display:block;width:100%;padding:14px 24px;margin-top:24px;font-size:16px;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s ease;font-family:inherit}.form-submit:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.form-submit:disabled{opacity:.5;cursor:not-allowed}.form-error{color:var(--error);font-size:14px;margin-top:12px;text-align:center}.form-success{text-align:center;padding:48px 24px}.form-success-icon{width:80px;height:80px;margin:0 auto 16px;background:var(--primary-light);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700}.form-success-title{font-size:20px;font-weight:600;color:var(--text)}.rating-group{display:flex;justify-content:center;gap:16px;margin:16px 0 24px}.rating-button{width:72px;height:72px;border-radius:var(--radius);border:2px solid var(--border);background:var(--surface);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.rating-button:hover:not(:disabled){border-color:var(--primary-lighter);transform:translateY(-2px)}.rating-button-selected{border-color:var(--primary);background:var(--primary-light)}.rating-emoji{font-size:36px}.support-section{padding:20px 0;border-bottom:1px solid var(--border)}.support-section:last-of-type{border-bottom:none}.support-section-title{font-size:18px;font-weight:600;color:var(--text);margin-bottom:8px}.support-section-text{font-size:15px;color:var(--text-secondary);line-height:1.7}.support-donate{padding:24px 0 0;text-align:center}.donate-button{display:inline-block;padding:14px 32px;margin-top:16px;font-size:16px;font-weight:600;color:#fff;background:var(--primary);border-radius:var(--radius);text-decoration:none;transition:all .2s ease}.donate-button:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.help-hero{text-align:center;padding:60px 24px 32px}.help-title{font-size:38px;font-weight:700;color:#fff;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.3);line-height:1.1}.help-subtitle{font-size:18px;color:#ffffffe6;max-width:600px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.3);line-height:1.5}.help-toc{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:24px 28px;box-shadow:var(--shadow-xl);margin-bottom:32px}.help-toc-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:16px;text-align:center}.help-toc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.help-toc-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--background);border-radius:var(--radius);text-decoration:none;color:var(--text);font-size:14px;font-weight:500;transition:all .2s ease}.help-toc-item:hover{background:var(--primary-light);color:var(--primary);transform:translateY(-1px)}.help-toc-icon{flex-shrink:0;width:28px;height:28px;background:var(--primary-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.help-toc-icon svg{width:16px;height:16px;color:var(--primary)}.help-toc-label{line-height:1.2}.help-category{scroll-margin-top:24px}.help-category-title{font-size:24px;font-weight:700;color:#fff;margin:32px 0 16px;padding-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.help-category:first-child .help-category-title{margin-top:0}.help-sections{display:flex;flex-direction:column;gap:0;margin-bottom:40px}.help-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:28px;box-shadow:var(--shadow);display:flex;gap:28px;align-items:center;margin-bottom:12px;scroll-margin-top:24px}.help-section-text-only{padding:22px 28px}.help-section-reverse{flex-direction:row-reverse}.help-section-visual{flex-shrink:0;display:flex;gap:8px;justify-content:center}.help-section-visual-double{gap:6px}.help-screenshot{width:160px;height:auto;border-radius:var(--radius);filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.help-section-visual-double .help-screenshot{width:130px}.help-section-content{flex:1;min-width:0}.help-section-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.3}.help-section-text{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:12px}.help-section-text:last-child{margin-bottom:0}.help-tip{display:flex;gap:12px;padding:14px 16px 14px 20px;background:var(--primary-light);align-items:flex-start;box-shadow:inset 4px 0 0 var(--primary)}.help-tip-icon{flex-shrink:0;width:24px;height:24px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;box-shadow:0 2px 4px #37613f33}.help-tip-icon svg{width:14px;height:14px;color:#fff}.help-tip-text{font-size:13px;color:var(--text);line-height:1.6;flex:1;padding-top:3px}.help-faq{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-xl);margin-bottom:32px}.help-faq-title{font-size:24px;font-weight:700;color:var(--text);margin-bottom:20px;text-align:center}.help-faq-list{display:flex;flex-direction:column;gap:8px}.help-faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease}.help-faq-item[open]{border-color:var(--primary-lighter)}.help-faq-question{padding:16px 20px;font-size:15px;font-weight:600;color:var(--text);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background-color .2s ease}.help-faq-question:hover{background:var(--background)}.help-faq-question:after{content:"";width:10px;height:10px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(45deg);flex-shrink:0;transition:transform .2s ease}.help-faq-item[open] .help-faq-question:after{transform:rotate(-135deg)}.help-faq-question::-webkit-details-marker{display:none}.help-faq-answer{padding:0 20px 16px;font-size:14px;color:var(--text-secondary);line-height:1.7}@media (min-width: 768px){.help-hero{padding:70px 32px 40px}.help-title{font-size:42px}.help-subtitle{font-size:20px}.help-screenshot{width:190px}.help-section-visual-double .help-screenshot{width:155px}.help-section-title{font-size:20px}.help-section-text{font-size:15px}}@media (min-width: 1024px){.help-hero{padding:80px 40px 50px}.help-title{font-size:46px}.help-screenshot{width:220px}.help-section-visual-double .help-screenshot{width:175px}}@media (max-width: 640px){.help-toc-grid{grid-template-columns:repeat(2,1fr)}.help-section{flex-direction:column;padding:20px;gap:16px}.help-section-reverse{flex-direction:column}.help-screenshot{width:180px}.help-section-visual-double .help-screenshot{width:140px}.help-section-title{font-size:17px}.help-hero{padding:40px 16px 20px}.help-title{font-size:28px}.help-subtitle{font-size:16px}.help-toc{padding:20px}.help-category-title{font-size:20px;margin:24px 0 12px}.help-faq{padding:24px 16px}.help-faq-question{padding:14px 16px;font-size:14px}.help-faq-answer{padding:0 16px 14px;font-size:13px}}@media (max-width: 480px){.content-wrapper{padding:16px}.song-card,.verse-card{padding:24px}.song-image-container{width:160px;height:160px}.song-reference,.verse-reference{font-size:20px}.song-text{font-size:16px;padding:16px}.home-hero{padding:40px 16px}.home-title{font-size:28px}.home-subtitle{font-size:15px}.store-buttons{flex-direction:column}.store-button{width:100%;justify-content:center}.language-selector{position:static;transform:none;margin-left:auto}.header{justify-content:space-between;gap:12px}}
