body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(180deg,#9bcbdf 0% 25%,#0b01df 65%,#060519);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem}header{text-align:center;color:#fff;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.3)}header h1{font-size:3rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}header p{font-size:1.2rem;opacity:.9}.view-mode-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.view-mode-btn{padding:.75rem 1.5rem;border:2px solid white;background:#ffffff1a;color:#fff;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.view-mode-btn:hover{background:#fff3;transform:translateY(-2px)}.view-mode-btn.active{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.filter-nav{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-group h3{color:#fff;font-size:1.1rem;text-align:center;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.filter-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-nav button{padding:.75rem 1.5rem;border:2px solid #0066cc;background:#ffffffb3;color:#06c;border-radius:25px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s ease}.filter-nav button:hover{background:#0066ccb3;color:#fff;transform:translateY(-2px)}.filter-nav button.active{background:#0066ccd9;color:#fff;box-shadow:0 4px 15px #06c6}.expand-controls{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.expand-btn{padding:.5rem 1rem;border:1px solid #0066cc;background:#ffffffb3;color:#06c;border-radius:20px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease}.expand-btn:hover{background:#0066ccb3;color:#fff;transform:translateY(-1px)}.random-mode-placeholder{text-align:center;color:#fff;font-size:1.5rem;margin-top:3rem;padding:2rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.video-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003;transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0000004d}.video-card a{text-decoration:none;color:inherit}.video-thumb img{width:100%;height:180px;object-fit:cover;display:block}.video-header{cursor:pointer}.video-info{padding:1rem}.video-info h3{font-size:1.1rem;margin-bottom:.5rem;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-info h3 a{color:inherit}.video-date{color:#666;font-size:.9rem}.video-songs{color:#667eea;font-size:.85rem;font-weight:600;margin-top:.25rem}.song-area{margin-top:.6rem;min-height:52px}.song-placeholder{height:52px}.song-list{border-top:1px solid #eee;padding-top:.6rem;display:flex;flex-direction:column;gap:.45rem}.song-item{display:flex;flex-direction:column;gap:.15rem}.song-title{font-weight:600;color:#333;font-size:.95rem;line-height:1.3}.song-title a{color:inherit;text-decoration:underline}.song-singers{color:#666;font-size:.85rem;display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.singer-tag{display:inline-block;padding:.2rem .5rem;border-radius:12px;background-color:#b0b0b0;color:#fff;font-size:.8rem;font-weight:500;white-space:nowrap}.song-toggle{margin-top:.5rem;color:#667eea;font-size:.9rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.song-toggle:hover{text-decoration:underline}.loading{text-align:center;color:#fff;font-size:1.5rem;margin-top:3rem;padding:2rem}.copyright-notice{background:#0b01df4d;border-top:2px solid rgba(255,255,255,.2);margin-top:4rem;padding:2rem;border-radius:12px;color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.copyright-notice h2{color:#fff;margin-bottom:1rem;font-size:1.5rem}.copyright-notice p{margin-bottom:1rem;line-height:1.6;font-size:.95rem}.copyright-notice strong{color:#8cd6e0;font-weight:600}.copyright-notice a{color:#8cd6e0;text-decoration:none;border-bottom:1px solid #8CD6E0;transition:opacity .3s ease}.copyright-notice a:hover{opacity:.8}@media(max-width:768px){.container{padding:1rem}header h1{font-size:2rem}header p{font-size:1rem}.video-grid{grid-template-columns:1fr;gap:1rem}}
