.music-page{min-height:100vh;font-family:var(--font-sans), "Inter", system-ui, sans-serif;box-sizing:border-box;background:linear-gradient(135deg,#0d0d12 0%,#13131a 40%,#1a1025 100%);justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.bg-particles{pointer-events:none;z-index:0;position:fixed;inset:0}.particle{opacity:.15;filter:blur(80px);border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.particle-1{background:#5865f2;width:400px;height:400px;animation-delay:0s;top:-10%;left:-5%}.particle-2{background:#eb459e;width:350px;height:350px;animation-delay:-5s;top:50%;right:-10%}.particle-3{background:#57f287;width:300px;height:300px;animation-delay:-10s;bottom:-5%;left:30%}.particle-4{opacity:.08;background:#fee75c;width:250px;height:250px;animation-delay:-15s;top:20%;right:20%}.particle-5{opacity:.1;background:#5865f2;width:200px;height:200px;animation-delay:-7s;bottom:20%;left:10%}@keyframes float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-40px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(15px,30px)scale(1.02)}}.music-page-content{z-index:1;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex}.music-list-container{justify-content:center;width:100%;display:flex}.music-header{text-align:center;padding:0 0 .5rem}.header-icon{color:#fff;background:linear-gradient(135deg,#5865f2 0%,#7b68ee 100%);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1rem;animation:3s ease-in-out infinite pulse-glow;display:inline-flex;box-shadow:0 8px 32px #5865f259,0 0 0 1px #5865f233}@keyframes pulse-glow{0%,to{box-shadow:0 8px 32px #5865f259,0 0 0 1px #5865f233}50%{box-shadow:0 8px 48px #5865f280,0 0 0 1px #5865f24d}}.music-header h1{color:#f2f3f5;letter-spacing:-.025em;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.header-subtitle{color:#b5bac1;margin:0;font-size:.95rem}.channel-tag{color:#8b9cf7;background:#5865f226;border-radius:4px;align-items:center;gap:2px;padding:2px 8px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.channel-tag.admin-link{color:#eb459e;background:#eb459e26;transition:all .2s}.channel-tag.admin-link:hover{color:#ff5fb0;background:#eb459e40}.music-database-card{-webkit-backdrop-filter:blur(20px);box-sizing:border-box;background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;width:100%;min-height:600px;padding:1.5rem;display:flex}.database-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.database-header h2{color:#f2f3f5;margin:0;font-size:1.2rem;font-weight:600}.refresh-btn{color:#a8b4f8;cursor:pointer;background:#5865f226;border:1px solid #5865f24d;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.refresh-btn:hover:not(:disabled){color:#fff;background:#5865f240}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.spinning{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.category-chips{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;gap:8px;margin-bottom:1.25rem;padding-bottom:8px;display:flex;overflow-x:auto}.category-chips::-webkit-scrollbar{display:none}.chip{color:#b5bac1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;flex-shrink:0;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-block}.chip:hover{color:#f2f3f5;background:#ffffff1a}.chip.active{color:#fff;background:#5865f2;border-color:#5865f2;box-shadow:0 4px 12px #5865f24d}.controls-bar{align-items:center;gap:12px;width:100%;margin-bottom:1.25rem;display:flex}.search-bar{background:#111218cc;border:1px solid #ffffff14;border-radius:10px;flex:1;align-items:center;padding:.6rem 1rem;transition:all .2s;display:flex}.search-bar:focus-within{border-color:#5865f280;box-shadow:0 0 0 3px #5865f21f}.search-icon{color:#72767d;flex-shrink:0;margin-right:.5rem}.search-bar input{color:#f2f3f5;background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit;font-size:.95rem}.search-bar input::placeholder{color:#72767d}.sort-dropdown{flex-shrink:0}.sort-select{color:#f2f3f5;cursor:pointer;appearance:none;background:#111218cc url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2372767d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.6rem 32px .6rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.sort-select:focus{border-color:#5865f280;box-shadow:0 0 0 3px #5865f21f}.sort-select option{color:#f2f3f5;background:#1a1a24}.database-list{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex:1;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-content:start;gap:14px;padding-right:4px;display:grid;overflow-y:auto}.database-list::-webkit-scrollbar{width:6px}.database-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.db-music-item{cursor:pointer;box-sizing:border-box;background:#11121899;border:1px solid #ffffff0a;border-radius:10px;flex-direction:column;justify-content:space-between;gap:12px;min-height:120px;padding:14px;transition:all .2s;display:flex}.db-music-item:hover{background:#111218e6;border-color:#5865f266;transform:translateY(-2px)}.db-music-info{flex-direction:column;gap:4px;display:flex;overflow:hidden}.db-music-title{color:#f2f3f5;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.db-music-id{color:#8b9cf7;font-size:.8rem;font-family:var(--font-mono), "Fira Code", monospace}.db-music-meta{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.db-music-creator{color:#8b9cf7;white-space:nowrap;text-overflow:ellipsis;background:#5865f226;border-radius:4px;max-width:130px;padding:2px 8px;font-size:.75rem;font-weight:600;overflow:hidden}.db-music-date{color:#72767d;white-space:nowrap;font-size:.75rem}.loading-state,.empty-state{text-align:center;color:#72767d;padding:3rem 0;font-size:.9rem}.toast-notification{color:#fff;z-index:100;background:#24252f;border:1px solid #5865f2;border-radius:10px;align-items:center;gap:8px;padding:.75rem 1.25rem;font-size:.9rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.auth-card{-webkit-backdrop-filter:blur(20px);text-align:center;background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;max-width:480px;margin:0 auto;padding:3rem 2rem;animation:.5s cubic-bezier(.16,1,.3,1) fadeInUp}.auth-card h2{color:#f2f3f5;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.auth-card p{color:#b5bac1;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.auth-card.error-card{border-color:#ed42454d;box-shadow:0 0 40px #ed424514}.auth-card.error-card h2{color:#ed4245}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.discord-login-btn{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:.8rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #5865f24d}.discord-login-btn:hover{background:#4752c4;transform:translateY(-2px);box-shadow:0 8px 24px #5865f266}.discord-login-btn:active{transform:translateY(0);box-shadow:0 2px 8px #5865f24d}.logout-btn{color:#ed4245;cursor:pointer;background:#ed42451f;border:1px solid #ed424540;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.logout-btn:hover{background:#ed424533;border-color:#ed424566}.logout-btn-small{color:#ed4245;cursor:pointer;white-space:nowrap;background:#ed42451a;border:1px solid #ed424533;border-radius:8px;padding:.4rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.logout-btn-small:hover{background:#ed424533;border-color:#ed424559}.user-profile-bar{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) fadeInUp;display:flex}.user-info{color:#b5bac1;align-items:center;gap:12px;min-width:0;font-size:.9rem;display:flex}.user-info strong{color:#f2f3f5}.user-avatar{object-fit:cover;border:2px solid #5865f266;border-radius:50%;flex-shrink:0;width:36px;height:36px}.admin-layout-grid{grid-template-columns:1fr 1fr;gap:1.5rem;animation:.5s cubic-bezier(.16,1,.3,1) .1s both fadeInUp;display:grid}.left-panel,.right-panel{flex-direction:column;gap:1rem;display:flex}.mode-switcher{background:#11121899;border:1px solid #ffffff0f;border-radius:12px;gap:4px;padding:4px;display:flex}.mode-btn{color:#72767d;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.6rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.mode-btn:hover{color:#b5bac1;background:#ffffff0a}.mode-btn.active{color:#fff;background:#5865f2;box-shadow:0 2px 12px #5865f24d}.form-card,.info-card{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem}.info-card h3{color:#f2f3f5;margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.info-card p{color:#b5bac1;margin:0 0 .75rem;font-size:.875rem;line-height:1.6}.info-card ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.info-card li{color:#b5bac1;background:#11121866;border-left:3px solid #5865f266;border-radius:8px;padding:.5rem .75rem;font-size:.85rem;line-height:1.6}.info-card li strong{color:#f2f3f5}.info-card li code{color:#8b9cf7;font-size:.8rem;font-family:var(--font-mono), "Fira Code", monospace;background:#5865f226;border-radius:4px;padding:1px 6px}.input-group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.input-group:last-child{margin-bottom:0}.input-group label{color:#b5bac1;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.label-hint{text-transform:none;letter-spacing:0;color:#72767d;margin-top:2px;font-size:.75rem;font-weight:400;display:block}.input-field{color:#f2f3f5;box-sizing:border-box;background:#111218cc;border:1px solid #ffffff14;border-radius:10px;outline:none;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.input-field::placeholder{color:#4f545c}.input-field:focus{border-color:#5865f280;box-shadow:0 0 0 3px #5865f21f}.textarea-field{color:#f2f3f5;font-size:.9rem;font-family:var(--font-mono), "Fira Code", monospace;resize:vertical;box-sizing:border-box;background:#111218cc;border:1px solid #ffffff14;border-radius:10px;outline:none;width:100%;min-height:140px;padding:.7rem 1rem;line-height:1.7;transition:all .2s}.textarea-field::placeholder{color:#4f545c}.textarea-field:focus{border-color:#5865f280;box-shadow:0 0 0 3px #5865f21f}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5865f2,#7b68ee);border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #5865f240}.add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #5865f259}.add-btn:active:not(:disabled){transform:translateY(0)}.add-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#57f287 0%,#2ecc71 100%);border:none;border-radius:10px;width:100%;margin-top:.75rem;padding:.8rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #57f28740}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #57f28759}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.preview-card{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;animation:.4s cubic-bezier(.16,1,.3,1) fadeInUp}.preview-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.preview-header h2{color:#f2f3f5;margin:0;font-size:1.05rem;font-weight:600}.clear-btn{color:#ed4245;cursor:pointer;background:#ed42451a;border:1px solid #ed424533;border-radius:6px;padding:.35rem .85rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.clear-btn:hover{background:#ed424533;border-color:#ed424559}.entry-list{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;gap:6px;max-height:280px;padding-right:4px;display:flex;overflow-y:auto}.entry-list::-webkit-scrollbar{width:5px}.entry-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.entry-item{background:#11121880;border:1px solid #ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:.55rem .85rem;transition:all .15s;display:flex}.entry-item:hover{background:#111218b3;border-color:#ffffff14}.entry-content{flex:1;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.entry-id{color:#8b9cf7;font-size:.78rem;font-family:var(--font-mono), "Fira Code", monospace;flex-shrink:0}.entry-separator{color:#4f545c;flex-shrink:0;font-size:.8rem}.entry-title{color:#f2f3f5;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.remove-btn{color:#ed4245;cursor:pointer;background:#ed424514;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.remove-btn:hover{background:#ed424533}.discord-preview{border:1px solid #ffffff0f;border-radius:8px;margin-top:1rem;overflow:hidden}.discord-preview-label{color:#72767d;text-transform:uppercase;letter-spacing:.05em;background:#11121899;border-bottom:1px solid #ffffff0a;padding:.45rem .85rem;font-size:.72rem;font-weight:600}.discord-embed{border-radius:0 0 8px 8px}.status-message{white-space:pre-line;border-radius:10px;padding:.85rem 1.15rem;font-size:.9rem;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) fadeInUp}.status-success{color:#57f287;background:#57f2871a;border:1px solid #57f28733}.status-error{color:#ed4245;background:#ed42451a;border:1px solid #ed424533}.status-warning{color:#fee75c;background:#fee75c1a;border:1px solid #fee75c33}@media (max-width:768px){.controls-bar{flex-direction:column;align-items:stretch;gap:10px}.sort-dropdown,.sort-select{width:100%}.admin-layout-grid{grid-template-columns:1fr}.user-profile-bar{text-align:center;flex-direction:column;gap:10px}.user-info{justify-content:center}}@media (max-width:480px){.music-page{padding:1rem .5rem}.music-header h1{font-size:1.5rem}.music-database-card{padding:1rem}.database-list{grid-template-columns:1fr;gap:12px}.db-music-item{min-height:auto;padding:12px}.db-music-title{white-space:normal;word-break:break-word;font-size:.95rem}.auth-card{padding:2rem 1.25rem}.form-card,.info-card,.preview-card{padding:1rem}.entry-content{flex-wrap:wrap}.entry-title{white-space:normal;word-break:break-word}.discord-login-btn{width:100%;padding:.75rem 1.25rem}}
