.theme-toggle-container.svelte-me9lad{display:flex;align-items:center}.theme-toggle.svelte-me9lad{background:transparent;border:1px solid var(--border-color, #ddd);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-color, #333)}.dark .theme-toggle.svelte-me9lad{border-color:var(--dark-border, #555);color:var(--dark-text, #eee)}.theme-toggle.svelte-me9lad:hover{background-color:#0000000d}.dark .theme-toggle.svelte-me9lad:hover{background-color:#ffffff1a}.icon.svelte-me9lad{display:flex;align-items:center;justify-content:center}.music-player-section.svelte-vm610z{position:relative;z-index:1000}.music-toggle-btn.svelte-vm610z{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;min-width:120px;justify-content:center}.music-toggle-btn.svelte-vm610z:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026;background:linear-gradient(135deg,#5a67d8,#6b46c1)}.music-toggle-btn.svelte-vm610z:focus{outline:2px solid #667eea;outline-offset:2px}.btn-content.svelte-vm610z{display:flex;align-items:center;gap:.5rem}.music-icon.svelte-vm610z{flex-shrink:0;transition:transform .2s ease}.btn-text.svelte-vm610z{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.top-music-player.svelte-vm610z{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1001;animation:svelte-vm610z-slideDown .3s ease}@keyframes svelte-vm610z-slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.player-container.svelte-vm610z{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.player-left.svelte-vm610z{display:flex;align-items:center;gap:.75rem;min-width:0}.player-center.svelte-vm610z{display:flex;justify-content:center}.player-right.svelte-vm610z{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.music-visualizer.svelte-vm610z{display:flex;gap:2px;align-items:end;height:16px}.music-visualizer.svelte-vm610z .bar:where(.svelte-vm610z){width:2px;background:#667eea;border-radius:1px;height:4px;transition:all .3s ease}.music-visualizer.playing.svelte-vm610z .bar:where(.svelte-vm610z){animation:svelte-vm610z-bounce 1.2s infinite ease-in-out}.music-visualizer.playing.svelte-vm610z .bar:where(.svelte-vm610z):nth-child(1){animation-delay:-.24s}.music-visualizer.playing.svelte-vm610z .bar:where(.svelte-vm610z):nth-child(2){animation-delay:-.12s}.music-visualizer.playing.svelte-vm610z .bar:where(.svelte-vm610z):nth-child(3){animation-delay:0s}.music-visualizer.playing.svelte-vm610z .bar:where(.svelte-vm610z):nth-child(4){animation-delay:.12s}@keyframes svelte-vm610z-bounce{0%,40%,to{transform:scaleY(.4);height:4px}20%{transform:scaleY(1);height:16px}}.track-info.svelte-vm610z{min-width:0;flex:1}.track-title.svelte-vm610z{display:block;font-size:.9rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.125rem}.track-status.svelte-vm610z{display:block;font-size:.75rem;color:#6b7280;font-weight:400}.player-controls.svelte-vm610z{display:flex;gap:.5rem;align-items:center}.control-btn.svelte-vm610z{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;color:#6b7280;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.control-btn.svelte-vm610z:hover:not(:disabled){background:#f3f4f6;color:#1f2937;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.control-btn.svelte-vm610z:disabled{opacity:.5;cursor:not-allowed}.play-btn.svelte-vm610z{background:#667eea;color:#fff;border-color:#667eea;width:2.75rem;height:2.75rem}.play-btn.svelte-vm610z:hover:not(:disabled){background:#5a67d8;border-color:#5a67d8}.close-btn.svelte-vm610z{background:transparent;border:none;box-shadow:none;color:#6b7280}.close-btn.svelte-vm610z:hover{background:#f3f4f6;color:#1f2937}.loading-spinner.svelte-vm610z{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:svelte-vm610z-spin 1s ease-in-out infinite}@keyframes svelte-vm610z-spin{to{transform:rotate(360deg)}}.youtube-player-wrapper.svelte-vm610z{width:300px;height:60px;border-radius:.5rem;overflow:hidden;background:#000;opacity:.8}.youtube-player-wrapper.svelte-vm610z #youtube-player:where(.svelte-vm610z){width:100%;height:100%}@media (max-width: 768px){.player-container.svelte-vm610z{grid-template-columns:1fr;gap:.5rem;text-align:center}.player-left.svelte-vm610z,.player-right.svelte-vm610z{justify-content:center}.youtube-player-wrapper.svelte-vm610z{width:200px;height:50px}.track-title.svelte-vm610z{font-size:.8rem}.track-status.svelte-vm610z{font-size:.7rem}.control-btn.svelte-vm610z{width:2rem;height:2rem}.play-btn.svelte-vm610z{width:2.5rem;height:2.5rem}}@media (max-width: 480px){.music-toggle-btn.svelte-vm610z{min-width:100px;padding:.5rem .75rem;font-size:.8rem}.btn-text.svelte-vm610z{max-width:80px}.player-container.svelte-vm610z{padding:.5rem}.youtube-player-wrapper.svelte-vm610z{width:150px;height:40px}}[data-mode=dark] .top-music-player.svelte-vm610z{background:#0f172af2;border-bottom-color:#4b5563}[data-mode=dark] .track-title.svelte-vm610z{color:#f8fafc}[data-mode=dark] .track-status.svelte-vm610z{color:#d1d5db}[data-mode=dark] .control-btn.svelte-vm610z{background:#1f2937;border-color:#4b5563;color:#d1d5db}[data-mode=dark] .control-btn.svelte-vm610z:hover:not(:disabled){background:#374151;color:#f9fafb}[data-mode=dark] .close-btn.svelte-vm610z{color:#d1d5db}[data-mode=dark] .close-btn.svelte-vm610z:hover{background:#374151;color:#f9fafb}.link-card.svelte-1f3fpwo{min-height:44px;box-shadow:0 2px 4px #0000001a;font-size:16px;font-family:Inter,Roboto,sans-serif}[data-mode=dark] .link-card.svelte-1f3fpwo{color:var(--app-text);background-color:var(--color-surface-100)!important;box-shadow:0 2px 4px #0000004d}.link-card.svelte-1f3fpwo{width:100%;height:100%;min-height:60px;display:flex;align-items:center;border:1px solid transparent;transition:all .3s ease}.link-card.svelte-1f3fpwo:hover,.link-card.svelte-1f3fpwo:focus{border-color:#6366f14d;transform:translateY(-2px)}@media (min-width: 1024px){.link-card.svelte-1f3fpwo{min-height:64px;padding:.875rem}.icon-container.svelte-1f3fpwo{width:3rem;height:3rem}}@media (min-width: 1536px){.link-card.svelte-1f3fpwo{min-height:70px;padding:1rem}}.section.svelte-5jx35z,.section-content.svelte-5jx35z{transition:all .3s ease}.list-layout.svelte-5jx35z{display:flex;flex-direction:column;gap:1rem}.grid-layout.svelte-5jx35z{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;animation:svelte-5jx35z-fadeIn .5s ease-in-out}@media (min-width: 1280px){.grid-layout.svelte-5jx35z{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}}@media (min-width: 1536px){.grid-layout.svelte-5jx35z{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@keyframes svelte-5jx35z-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-header.svelte-5jx35z{-webkit-user-select:none;user-select:none;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}[data-mode=dark] .section-content.svelte-5jx35z{background-color:#1e293bcc!important}body{margin:0;padding:0;font-family:Inter,Roboto,system-ui,sans-serif}.app-container.svelte-jzjr7z{width:100%;max-width:420px}@media (min-width: 768px){.app-container.svelte-jzjr7z{max-width:720px}}@media (min-width: 1024px){.app-container.svelte-jzjr7z{max-width:960px}}@media (min-width: 1280px){.app-container.svelte-jzjr7z{max-width:1140px}}@media (min-width: 1536px){.app-container.svelte-jzjr7z{max-width:1400px}}.sections-container.svelte-jzjr7z{display:grid;grid-template-columns:1fr;gap:1rem;transition:all .3s ease-in-out}.sections-container.transitioning.svelte-jzjr7z{opacity:.8;transform:scale(.98)}@media (min-width: 768px){.sections-container.svelte-jzjr7z{grid-template-columns:repeat(1,1fr);gap:1.25rem}}@media (min-width: 1024px){.sections-container.svelte-jzjr7z{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1536px){.sections-container.svelte-jzjr7z{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.header-controls.svelte-jzjr7z{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-bottom:2rem;padding:.5rem 0}.left-controls.svelte-jzjr7z{justify-self:start}.center-controls.svelte-jzjr7z{justify-self:center}.right-controls.svelte-jzjr7z{justify-self:end}@media (max-width: 640px){.header-controls.svelte-jzjr7z{grid-template-columns:1fr;gap:.75rem;text-align:center}.left-controls.svelte-jzjr7z,.center-controls.svelte-jzjr7z,.right-controls.svelte-jzjr7z{justify-self:center}.header-controls.svelte-jzjr7z{margin-bottom:1.5rem}}.profile-container.svelte-jzjr7z{display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease-in-out}.avatar-section.svelte-jzjr7z{margin-bottom:1rem}.avatar-container.svelte-jzjr7z{width:5rem;height:5rem;margin:0 auto}@media (min-width: 768px){.profile-container.svelte-jzjr7z{flex-direction:row;text-align:left;gap:2rem;align-items:center}.avatar-section.svelte-jzjr7z{margin-bottom:0}.avatar-container.svelte-jzjr7z{width:6rem;height:6rem}.info-section.svelte-jzjr7z{flex:1}}@media (min-width: 1280px){.avatar-container.svelte-jzjr7z{width:7rem;height:7rem}}
