.music-page{min-height:100vh;font-family:var(--font-sans), "Inter", system-ui, sans-serif;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-layout-grid{grid-template-columns:1fr 1fr;gap:2rem;width:100%;display:grid}@media (max-width:968px){.music-layout-grid{grid-template-columns:1fr;grid-template-areas:"right-panel""left-panel"}.right-panel{grid-area:right-panel}.left-panel{grid-area:left-panel}}.left-panel,.right-panel{flex-direction:column;gap:1.25rem;display:flex}.h-full{height:100%}.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;display:inline-flex}.mode-switcher{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:14px;gap:.5rem;padding:6px;display:flex}.mode-btn{color:#b5bac1;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.mode-btn:hover{color:#f2f3f5;background:#ffffff0d}.mode-btn.active{color:#a8b4f8;background:#5865f233;box-shadow:0 0 0 1px #5865f24d,0 4px 16px #5865f226}.form-card{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;transition:border-color .3s}.form-card:focus-within{border-color:#5865f24d}.input-group{margin-bottom:1rem}.input-group:last-of-type{margin-bottom:1.25rem}.input-group label{color:#b5bac1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.label-hint{color:#72767d;text-transform:none;letter-spacing:0;margin-top:4px;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:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.input-field:focus{border-color:#5865f280;box-shadow:0 0 0 3px #5865f21f}.input-field::placeholder{color:#4e5058}.textarea-field{color:#f2f3f5;width:100%;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;min-height:160px;padding:.75rem 1rem;line-height:1.6;transition:all .2s}.textarea-field:focus{border-color:#5865f280;box-shadow:0 0 0 3px #5865f21f}.textarea-field::placeholder{color:#4e5058}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5865f2 0%,#7b68ee 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #5865f266}.add-btn:active:not(:disabled){transform:translateY(0)}.add-btn:disabled{opacity:.4;cursor:not-allowed}.preview-card{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;animation:.35s cubic-bezier(.16,1,.3,1) slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.preview-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.preview-header h2{color:#f2f3f5;align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:600;display:flex}.clear-btn{color:#ed4245;cursor:pointer;background:#ed42451f;border:1px solid #ed424533;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s}.clear-btn:hover{background:#ed424533;border-color:#ed424559}.entry-list{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;gap:4px;max-height:250px;margin-bottom:1.25rem;display:flex;overflow-y:auto}.entry-list::-webkit-scrollbar{width:6px}.entry-list::-webkit-scrollbar-track{background:0 0}.entry-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.entry-item{background:#11121880;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .8rem;transition:background .15s;animation:.2s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.entry-item:hover{background:#111218cc}.entry-content{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.entry-id{font-family:var(--font-mono), "Fira Code", monospace;color:#8b9cf7;white-space:nowrap;flex-shrink:0;font-size:.82rem}.entry-separator{color:#4e5058;flex-shrink:0}.entry-title{color:#dcddde;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.remove-btn{color:#72767d;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:8px;transition:all .15s;display:flex}.remove-btn:hover{color:#ed4245;background:#ed424526}.discord-preview{margin-bottom:1.25rem}.discord-preview-label{color:#72767d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.discord-embed{background:#2f3136;border-radius:4px;display:flex;overflow:hidden}.embed-body{flex:1;min-width:0}.submit-btn{color:#fff;cursor:pointer;text-shadow:0 1px 2px #0003;background:linear-gradient(135deg,#57f287 0%,#3ba55d 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:.9rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px #57f28759}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.status-message{border-radius:12px;padding:1rem 1.25rem;font-size:.9rem;font-weight:500;animation:.35s cubic-bezier(.16,1,.3,1) slideUp}.status-success{color:#57f287;background:#57f2871a;border:1px solid #57f28733}.status-error{color:#ed4245;background:#ed42451a;border:1px solid #ed424533}.music-database-card{-webkit-backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;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)}}.search-bar{background:#111218cc;border:1px solid #ffffff14;border-radius:10px;align-items:center;margin-bottom:1rem;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;margin-right:.5rem}.search-bar input{color:#f2f3f5;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem}.search-bar input::placeholder{color:#72767d}.database-list{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;flex:1;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.database-list::-webkit-scrollbar{width:6px}.database-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.db-music-item{cursor:pointer;background:#11121899;border:1px solid #ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .2s;display:flex}.db-music-item:hover{background:#111218e6;border-color:#5865f24d}.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-date{color:#72767d;white-space:nowrap;margin-left:12px;font-size:.75rem}.loading-state,.empty-state{text-align:center;color:#72767d;padding:2rem 0;font-size:.9rem}@media (max-width:480px){.music-page{padding:1rem .75rem}.music-header h1{font-size:1.4rem}.form-card,.preview-card,.music-database-card{padding:1.25rem}.entry-content{flex-direction:column;align-items:flex-start;gap:2px}.entry-separator{display:none}.entry-id{font-size:.75rem}.entry-title{font-size:.82rem}.mode-btn{padding:.6rem .75rem;font-size:.82rem}}.auth-card{-webkit-backdrop-filter:blur(20px);text-align:center;background:#1e1f2899;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.auth-card h2{color:#f2f3f5;margin:0;font-size:1.25rem;font-weight:700}.auth-card p{color:#b5bac1;margin:0 0 1rem;font-size:.95rem;line-height:1.5}.error-card{background:#ed42450d;border-color:#ed42454d}.error-card h2{color:#ed4245}.discord-login-btn{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.discord-login-btn:hover{background:#4752c4;transform:translateY(-2px);box-shadow:0 4px 12px #5865f24d}.logout-btn{color:#ed4245;cursor:pointer;background:#ed42451a;border:1px solid #ed42454d;border-radius:8px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.logout-btn:hover{background:#ed424533}.user-profile-bar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e1f2899;border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1.25rem;display:flex}.user-info{color:#b5bac1;align-items:center;gap:12px;font-size:.9rem;display:flex}.user-info strong{color:#f2f3f5;font-weight:600}.user-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.logout-btn-small{color:#ed4245;cursor:pointer;background:0 0;border:1px solid #ed42454d;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;font-weight:500;transition:all .2s}.logout-btn-small:hover{background:#ed42451a}.toast-notification{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#57f287;z-index:1000;background:#1e1f28e6;border:1px solid #57f28766;border-radius:50px;align-items:center;gap:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) slideDownToast,.3s 2.7s forwards fadeOutToast;display:flex;position:fixed;top:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000004d}@keyframes slideDownToast{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOutToast{to{opacity:0;visibility:hidden}}
