:root{--syra-bg: #08090C;--syra-surface-1: #10131A;--syra-surface-2: #161B24;--syra-surface-3: #202634;--syra-border: rgba(255, 255, 255, .08);--syra-border-hover: rgba(255, 255, 255, .16);--syra-text-1: #F8FAFC;--syra-text-2: #94A3B8;--syra-text-3: #64748B;--syra-accent: #8B5CF6;--syra-accent-hover: #A78BFA;--syra-accent-gradient: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);--syra-live: #10B981;--current-accent: #8B5CF6;--current-glow: rgba(139, 92, 246, .18);--syra-glass: rgba(16, 19, 26, .82);--syra-blur: blur(24px) saturate(180%);--font-display: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--syra-bg);color:var(--syra-text-1);font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased}.app-container,.syra-app-layout{display:flex;height:100vh;width:100vw;overflow:hidden;background:radial-gradient(ellipse 80% 50% at 50% -10%,var(--current-glow),transparent 70%),radial-gradient(circle at 100% 100%,rgba(59,130,246,.05),transparent 50%),var(--syra-bg);transition:background .8s cubic-bezier(.4,0,.2,1)}.syra-sidebar{width:240px;display:flex;flex-direction:column;flex-shrink:0;z-index:20}.syra-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh;overflow-y:auto;overflow-x:hidden;position:relative;padding-bottom:120px}.syra-header{position:sticky;top:0;height:68px;background:var(--syra-glass);backdrop-filter:var(--syra-blur);-webkit-backdrop-filter:var(--syra-blur);border-bottom:1px solid var(--syra-border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;z-index:15}.syra-bottom-player{position:fixed;z-index:50}.card-hover{transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000080}.song-row{display:grid;grid-template-columns:36px 48px minmax(180px,3fr) minmax(130px,2fr) 60px 40px 36px;align-items:center;gap:16px;padding:8px 14px;border-radius:12px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.song-row:hover{background:#ffffff0f}.song-row.active{background:#8b5cf624;box-shadow:inset 0 0 0 1px #8b5cf659}.song-table-header{display:grid;grid-template-columns:36px 48px minmax(180px,3fr) minmax(130px,2fr) 60px 40px 36px;align-items:center;gap:16px;padding:0 14px 10px;border-bottom:1px solid rgba(255,255,255,.07);color:#64748b;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:6px}.room-view-container{position:relative;min-height:100%;width:100%;max-width:100%;padding:20px 28px 120px;box-sizing:border-box}.room-top-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;width:100%;box-sizing:border-box}.room-header-left{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.room-header-titles{min-width:0;flex:1}.room-header-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.room-title{font-size:20px;font-weight:800;color:#f8fafc;margin:0;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-subtitle{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;margin-top:3px}.room-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.room-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#f8fafc;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease}.room-main-grid{display:grid;gap:20px;width:100%;box-sizing:border-box}.room-main-grid.without-chat{grid-template-columns:380px 1fr}.room-main-grid.with-chat{grid-template-columns:360px 1fr 280px}.room-player-section{display:flex;flex-direction:column}.room-info-section{display:flex;flex-direction:column;gap:16px}.room-chat-section{display:flex;flex-direction:column}.room-back-btn{width:38px;height:38px;border-radius:50%;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.live-badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:20px;background:#10b98124;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:10px;font-weight:700;letter-spacing:.5px}.live-dot{width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block;animation:pulse-live 1.5s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.4}}.room-player-card{background:linear-gradient(160deg,#161b24,#0e1117);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:28px 24px 24px;display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.room-artwork-wrap{position:relative;width:220px;height:220px;margin-bottom:22px;flex-shrink:0}.room-artwork-img{width:100%;height:100%;border-radius:18px;object-fit:cover;box-shadow:0 16px 48px #000000b3}.room-artwork-glow{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:18px;background:radial-gradient(ellipse at center,var(--current-glow, rgba(139,92,246,.2)),transparent 70%);filter:blur(20px);z-index:-1;pointer-events:none}.room-seek-bar{width:100%;height:5px;border-radius:3px;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;display:block}.room-seek-bar::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#f8fafc;cursor:pointer;box-shadow:0 0 6px #fff6}.room-controls-row{display:flex;align-items:center;gap:20px}.room-ctrl-ghost{background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;padding:6px;border-radius:8px;transition:color .15s}.room-ctrl-ghost:hover{color:#f8fafc}.room-ctrl-ghost:disabled{color:#374151;cursor:not-allowed}.room-ctrl-skip{color:#cbd5e1}.room-play-btn{width:58px;height:58px;border-radius:50%;background:#f8fafc;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 24px #ffffff40;transition:transform .15s ease}.room-play-btn:hover{transform:scale(1.06)}.room-info-card{background:#10131a;border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:20px}.room-add-song-btn{display:flex;align-items:center;gap:14px;background:none;border:none;cursor:pointer;width:100%;padding:0;text-align:left}.room-add-song-icon{width:48px;height:48px;border-radius:50%;background:#ffffff0f;border:1.5px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#94a3b8;flex-shrink:0}.room-chat-panel{background:#10131a;border:1px solid rgba(255,255,255,.07);border-radius:20px;display:flex;flex-direction:column;height:600px}.room-chat-header{padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between}.room-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.room-chat-input-row{padding:10px 14px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:8px}.room-chat-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 12px;color:#f8fafc;font-size:13px;outline:none}.room-chat-send{background:#8b5cf6;border:none;border-radius:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.lib-tabs-row{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.lib-tab-btn{display:flex;align-items:center;gap:6px;padding:8px 18px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;background:#ffffff0d;color:#94a3b8;white-space:nowrap}.lib-tab-btn.active{background:transparent;border-color:#8b5cf6;color:#a78bfa}.lib-song-row{display:flex;align-items:center;gap:14px;padding:10px 8px;border-radius:10px;cursor:pointer;transition:background .15s}.lib-song-row:hover{background:#ffffff0d}.lib-song-row.active{background:#8b5cf61f}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:24px}.artist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px}@keyframes floatUp{0%{transform:translateY(0) scale(.6);opacity:1}to{transform:translateY(-120px) scale(1.2);opacity:0}}.floating-reaction{position:absolute;pointer-events:none;animation:floatUp 2s cubic-bezier(.2,.8,.2,1) forwards;font-size:28px;z-index:100}.syra-bottom-player{position:fixed;bottom:16px;left:264px;right:24px;height:80px;background:#0e1016d9;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.12);border-radius:24px;box-shadow:0 20px 50px #000000b3,inset 0 1px 1px #ffffff40;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;box-sizing:border-box}.mobile-player-inner{display:none!important}.desktop-player-inner{display:flex!important;align-items:center;justify-content:space-between;width:100%}.mobile-nav{display:none!important}@media(max-width:1024px){.mobile-nav{display:flex!important}.syra-sidebar,.desktop-player-inner{display:none!important}.search-suggestions-grid{grid-template-columns:1fr!important;gap:10px!important}.search-categories-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.song-row{grid-template-columns:20px 42px 1fr 44px 34px 28px!important;gap:8px!important;padding:6px!important}.song-table-header,.song-row-album,.desktop-col{display:none!important}.room-view-container{padding:12px 12px 140px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.room-top-header{flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin-bottom:14px!important;width:100%!important;box-sizing:border-box!important}.room-header-left{width:100%!important;justify-content:flex-start!important;gap:10px!important}.room-title{font-size:16px!important;max-width:calc(100vw - 160px)!important}.room-header-actions{width:100%!important;display:flex!important;gap:6px!important}.room-header-actions>*{flex:1!important}.room-header-actions .room-action-btn{width:100%!important;padding:7px 6px!important;font-size:11px!important;justify-content:center!important;gap:4px!important}.room-main-grid.without-chat,.room-main-grid.with-chat,.room-main-grid{grid-template-columns:1fr!important;gap:14px!important;margin-bottom:40px!important;width:100%!important;box-sizing:border-box!important}.room-chat-section{position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:0!important;background:#000000bf!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;z-index:999!important;display:flex!important;justify-content:flex-end!important;flex-direction:column!important;padding:0!important;animation:fadeInModal .2s ease}.room-chat-section .room-chat-panel{background:#11151e!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:24px 24px 0 0!important;height:70vh!important;max-height:520px!important;width:100%!important;box-sizing:border-box!important;box-shadow:0 -12px 48px #000c!important;animation:slideUpSheet .25s cubic-bezier(.16,1,.3,1)!important}.room-info-card{width:100%!important;box-sizing:border-box!important;border-radius:20px!important;padding:16px!important}.room-artwork-wrap{width:180px!important;height:180px!important}.room-player-card{padding:20px 16px 18px!important;border-radius:22px!important;width:100%!important;box-sizing:border-box!important}.album-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;width:100%!important}.artist-grid{display:flex!important;overflow-x:auto!important;gap:14px!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.album-grid::-webkit-scrollbar,.artist-grid::-webkit-scrollbar{display:none!important}.album-card{width:100%!important;height:175px!important;flex-shrink:initial!important;padding:14px!important;border-radius:18px!important}.album-card-title{font-size:14px!important}.album-card-artist{font-size:11px!important}.album-card-play-btn{width:32px!important;height:32px!important;top:10px!important;right:10px!important}.horizontal-scroll-row .album-card{width:150px!important;flex-shrink:0!important}.artist-card-item{width:120px!important;flex-shrink:0!important}.home-page-container{padding:20px 14px 180px!important;gap:24px!important}.home-header-row{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.home-header-actions{width:100%!important;display:flex!important;gap:8px!important}.home-search-trigger{flex:1!important;width:auto!important}.horizontal-scroll-row{display:flex!important;gap:16px!important;overflow-x:auto!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.horizontal-scroll-row::-webkit-scrollbar{display:none!important}.mobile-nav-btn{background:none!important;border:none!important;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;cursor:pointer;padding:6px 12px;border-radius:8px;-webkit-user-select:none;user-select:none}.mobile-nav-btn:focus,.mobile-nav-btn:active{outline:none!important;border:none!important;box-shadow:none!important}.syra-bottom-player{position:fixed!important;bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;left:12px!important;right:12px!important;height:60px!important;background:#0e1119e0!important;backdrop-filter:blur(32px) saturate(220%)!important;-webkit-backdrop-filter:blur(32px) saturate(220%)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:18px!important;padding:0 10px!important;z-index:50!important;box-shadow:0 16px 36px #000000b3,0 0 24px #8b5cf640,inset 0 1px 1px #ffffff26!important;display:flex!important;align-items:center!important;overflow:visible!important;box-sizing:border-box!important;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease!important}.syra-bottom-player:active{transform:scale(.99)}.mini-play-btn:active{transform:scale(.88)!important}.mini-heart-btn:active{transform:scale(1.35)!important}.mobile-player-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;position:relative!important;cursor:pointer!important}@keyframes miniEq1{0%{height:2px}50%{height:9px}to{height:4px}}@keyframes miniEq2{0%{height:7px}50%{height:2px}to{height:8px}}@keyframes miniEq3{0%{height:4px}50%{height:8px}to{height:2px}}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:62px;padding-bottom:env(safe-area-inset-bottom,0px);background:#0a0c10f5;backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border-top:1px solid var(--syra-border);justify-content:space-around;align-items:center;z-index:45}.mobile-nav button{outline:none!important;border:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.mobile-nav button:focus,.mobile-nav button:active{outline:none!important;border:none!important;box-shadow:none!important}.syra-main{padding-bottom:140px}.syra-header{padding:0 16px}.responsive-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))!important;gap:12px!important}.detail-page-container{padding:16px 16px 200px!important;gap:20px!important}.detail-header-wrap{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:16px!important}.detail-header-cover{width:min(65vw,220px)!important;height:min(65vw,220px)!important;margin:0 auto!important}.detail-header-meta{align-items:center!important;text-align:center!important}.detail-header-meta h1{font-size:26px!important;text-align:center!important}.detail-action-buttons{justify-content:center!important;width:100%!important}.hide-on-mobile{display:none!important}}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}
