:root{--table-header-bg: var(--primary);--table-hover: #FCFAF6}.hymns-hero{padding:20px 0;background:linear-gradient(180deg,#ffffff 0%,var(--background) 100%);position:center;border-bottom:1px solid var(--border)}.page-badge{display:inline-block;padding:8px 18px;border-radius:30px;background:#b88a441f;color:var(--accent);font-size:.9rem;font-weight:600;margin-bottom:20px}.hero-title{font-size:2.8rem;margin-bottom:12px;font-weight:700}.hymns-hero .hero-title{text-align:center}.page-description{max-width:760px;color:var(--text-light);font-size:1.08rem;line-height:1.8}.toolbar{padding:5px 0;background:var(--surface);border-bottom:1px solid var(--border)}.toolbar .container{display:flex;flex-direction:column;gap:8px}.search-wrapper{width:100%}#searchInput{width:100%;padding:5px 200px;border:1px solid rgb(217,217,217);border-radius:14px;font-size:1rem;transition:.25s;background:#fff}#searchInput:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #b88a441f}.filter-group{background:#fff;border:1px solid rgb(255,255,255);border-radius:20px;padding:5px 0}.filter-title{font-weight:900;margin-bottom:5px}.filter-buttons,.language-buttons{display:flex;flex-wrap:wrap;gap:3px}.filter-btn,.language-btn{padding:0 5px;border:.5px solid rgb(138,138,138);background:#fff;border-radius:20px;cursor:pointer;transition:.25s;font-size:1rem}.filter-btn:hover,.language-btn:hover{background:var(--primary);color:#fff;border-color:#fff}.filter-btn.active,.language-btn.active{background:#939292;color:#fff;border-color:#fff}.results-bar{width:100%;position:relative;justify-content:space-between;align-items:center;margin:-20px 0 20px}#resultsText{color:brown;font-weight:900}.hymns-table{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 12px 35px #0000000d}.table-header{display:none}.table-header div{font-size:.95rem;letter-spacing:.3px}.table-body{display:grid;grid-template-columns:1fr}.hymn-row{display:grid;grid-template-columns:50px .4fr 80px;grid-template-areas:"number title .author.  youtube";align-items:center;padding:10px 20px;border-bottom:1px solid var(--border);transition:.25s}.hymn-number{grid-area:number}.hymn-title{grid-area:title}.hymn-author{grid-area:author;margin-top:0;color:var(--text-light);font-size:.9rem}.hymn-youtube{grid-area:youtube;justify-content:center}.hymn-row:last-child{border-bottom:none}.hymn-row:hover{background:var(--table-hover)}.hymn-number{color:var(--accent);font-weight:700}.hymn-title{font-family:sans-serif;font-size:1.75rem;font-weight:500;line-height:1.25}.hymn-author{color:#000;font-size:.95rem}.youtube-link{width:45px;height:45px;display:flex;justify-content:center;align-items:center;border-radius:50%;text-decoration:none;color:red;transition:all .25s ease}.youtube-link svg{width:24px;height:24px}.youtube-link:hover{background:#fff0f0;transform:scale(1.12)}.hymn-row:nth-child(2n){background:#fcfcfc}.hymn-row:nth-child(2n):hover{background:var(--table-hover)}.hymn-title{cursor:pointer;transition:.2s}.hymn-title:hover{color:var(--accent)}.empty-state{padding:90px 20px;text-align:center;color:var(--text-light)}.empty-state h2{margin-bottom:10px;color:var(--primary)}.empty-state p{font-size:1rem;line-height:1.7}.hymns-table{overflow-x:auto}.hymns-table::-webkit-scrollbar{height:10px}.hymns-table::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:20px}.hymns-table::-webkit-scrollbar-thumb:hover{background:#b5b5b5}.hymn-row{animation:fadeUp .25s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.table-header{grid-template-columns:30px 2fr 1fr 30px}.hymn-row{grid-template-columns:60px 2fr 1fr 60px}}@media(max-width:768px){.results-bar{flex-direction:column;align-items:flex-start;gap:12px}.table-header{display:none}.hymn-row{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px}.hymn-number{font-size:.9rem}.hymn-title{font-size:1.6rem;line-height:1.5}.hymn-author{font-size:.95rem}.youtube-link{width:38px;height:38px}}@media(max-width:480px){.hero-title{font-size:2rem}.page-description{font-size:1rem}.filter-btn,.language-btn{font-size:.85rem;padding:8px 12px}.hymn-title{font-size:1.5rem}}.hidden{display:none!important}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}@media(max-width:900px){.table-body{grid-template-columns:1fr}.hymn-row:nth-child(odd){border-right:none}}.sort-wrapper{display:flex;align-items:center;gap:10px}#sortSelect{padding:3px 10px;border:1px solid var(--border);border-radius:20px;background:#fff;cursor:pointer;font-size:.8rem}.hymn-youtube{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:nowrap;white-space:nowrap}.youtube-link{display:flex;align-items:center;justify-content:center;text-decoration:none}.youtube-icon{width:18px;height:18px;color:red;transition:.2s ease}.youtube-link:hover .youtube-icon{transform:scale(1.15);color:#d60000}.no-video{color:#999}.hymn-link{text-decoration:none;color:inherit}.hymn-link:hover .hymn-title{color:var(--accent)}
