:root{--bg: #0b0b0c;--bg-card: #111214;--bg-card-alt: #1c1d20;--bg-hover: #1c1d20;--text: #f5f5f7;--text-light: #c8c8c8;--viby-blue: #00eaff;--viby-purple: #7b2fff;--viby-pink: #ff2bdc;--viby-gradient: linear-gradient(90deg, #00eaff, #7b2fff, #ff2bdc);--border: rgba(255,255,255,.12);--rounded: 14px;--shadow: 0 4px 25px rgba(0,0,0,.4)}.viby-glow{border:1px solid transparent;background:var(--bg-card);background-clip:padding-box;position:relative;border-radius:var(--rounded)}.viby-glow:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--viby-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh}:root{--bottom-player-height: 96px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.text-muted{color:var(--text-light)}.text-muted.subtle{opacity:.7}.page-section{width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.25rem}.page-title{font-size:2.3rem;font-weight:800;background:var(--viby-gradient);-webkit-background-clip:text;color:transparent;margin:0 0 .75rem}.page-subtitle{margin:0 0 1.5rem}.section-heading{margin:0 0 1rem;font-size:1.4rem}.section-heading.with-spacing{margin:2rem 0 1rem}.section-subheading{margin:0 0 1rem;color:var(--text-light)}.card-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.form-field,.auth-label{display:flex;flex-direction:column;gap:.35rem;color:var(--text-light);font-weight:600}.input,.textarea,.auth-input{width:100%;padding:.75rem;border-radius:10px;border:1px solid #2a2a2d;background:#0f0f10;color:#fff;font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.input:focus,.textarea:focus,.auth-input:focus{border-color:var(--viby-blue);box-shadow:0 0 12px #00ffff59}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.7rem 1.05rem;border-radius:12px;border:1px solid var(--border);font-weight:700;font-size:1rem;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;background:#1c1c1f;color:#fff}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #00000059}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary,.btn-gradient{background:var(--viby-gradient);color:#050505;border:none;box-shadow:0 0 12px #ff00ff40}.btn-outline{background:transparent;color:var(--viby-blue);border-color:var(--viby-blue)}.btn-outline:hover{background:var(--viby-blue);color:#050505;box-shadow:0 0 12px #00eaff59}.btn-accent-outline{background:transparent;color:var(--viby-pink);border-color:var(--viby-pink)}.btn-accent-outline:hover{background:var(--viby-pink);color:#050505;box-shadow:0 0 12px #ff2bdc59}.btn-ghost{background:#1a1b1f;border-color:var(--border);color:#fff}.btn-ghost.is-danger{color:var(--viby-pink);border-color:var(--viby-pink);background:#1b1118}.btn-ghost.is-danger:hover{background:var(--viby-pink);color:#050505}.btn-success{background:#1fbf6f;color:#050505;border:none}.btn-success:disabled{opacity:.7}.btn-follow{background:var(--viby-gradient);color:#050505;border:none}.messages-search{width:100%;padding:10px 12px;margin-bottom:16px;border-radius:10px;border:1px solid #333;background:#111;color:#f1f1f1}.thread-list{display:flex;flex-direction:column;gap:10px}.thread-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid #2b2b2b;background:#141414;text-decoration:none;color:inherit}.thread-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.thread-header{display:flex;justify-content:space-between;gap:8px;align-items:center}.thread-username{margin:0;font-weight:600}.thread-name{color:#aaa}.thread-unread{background:#3a0b78;color:#f6e9ff;border-radius:50%;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:1px solid #6b1eb5;box-shadow:0 0 0 2px #6b1eb533;line-height:1;flex-shrink:0}.thread-last-message{margin:6px 0 0;color:#ccc;font-size:14px}.create-post-container{margin-bottom:1.5rem}.create-post-card{background:#111;border:1px solid #2b2b2b;border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.create-post-textarea{width:100%;min-height:90px;resize:vertical;padding:12px;border-radius:12px;border:1px solid #2a2a2d;background:#0f0f10;color:#fff;font-size:1rem}.create-post-actions{display:flex;align-items:center;gap:10px}.file-button{background:#1b1b1f;border:1px solid #2b2b2b;color:#eaeaea;padding:8px 12px;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.file-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #00000040}.publish-button{background:var(--viby-gradient);color:#050505;border:none;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer}.publish-button:disabled{opacity:.7;cursor:not-allowed}.track-search-block{display:flex;flex-direction:column;gap:8px}.track-search-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #2b2b2b;background:#0f0f10;color:#fff}.track-search-results{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto;border:1px solid #2b2b2b;border-radius:10px;padding:6px;background:#0f0f10}.track-result{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;width:100%;background:#141414;border:1px solid #2b2b2b;color:#eaeaea;padding:8px;border-radius:10px;cursor:pointer;text-align:left}.track-result.is-selected{border-color:var(--viby-blue);box-shadow:0 0 0 2px #00eaff33}.track-result-img{width:46px;height:46px;border-radius:6px;object-fit:cover}.track-result-text{overflow:hidden}.track-result-name{margin:0;font-weight:700}.track-result-artist{margin:0;font-size:.85rem;color:#aaa}.track-result-album{font-size:.8rem;color:#8a8a8a}.track-selected{display:flex;align-items:center;gap:12px;padding:10px;background:#1b1b1f;border:1px solid #2b2b2b;border-radius:10px;justify-content:space-between}.track-selected img{width:48px;height:48px;border-radius:8px;object-fit:cover}.track-selected-main{display:flex;align-items:center;gap:10px}.track-selected-actions{display:flex;gap:8px}.remove-track-btn{border-color:#ff3b30;color:#ffb3ad;border-radius:12px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center}.remove-track-btn:hover{background:#ff3b3026}.image-preview{margin-top:6px;border-radius:12px;overflow:hidden;border:1px solid #2b2b2b}.image-preview img{width:100%;height:280px;object-fit:cover;display:block}.post-card-gallery{display:grid;gap:12px}.post-card-image{width:100%;max-height:420px;object-fit:cover;border-radius:12px;border:1px solid #2b2b2b;background:#0f0f10}.post-track-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #2b2b2b;border-radius:12px;background:#101014;margin-top:8px;min-height:70px}.post-track-main{display:flex;gap:10px;align-items:center}.post-track-img{width:54px;height:54px;border-radius:8px;object-fit:cover}.post-track-placeholder{width:54px;height:54px;border-radius:8px;background:#1f1f23;display:inline-flex;align-items:center;justify-content:center;color:#eaeaea;font-size:20px}.post-track-text{display:flex;flex-direction:column;gap:3px}.post-track-title{margin:0;font-weight:700}.post-track-artist{margin:0;font-size:.9rem;color:#bcbcbc}.post-track-actions{display:flex;align-items:center}.post-card-actions{display:flex;gap:8px}.post-card-actions .btn-ghost{border:1px solid #2b2b2b;background:#16161a;color:#eaeaea;padding:8px 10px;border-radius:10px;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.post-card-actions .btn-ghost:hover{transform:translateY(-1px);border-color:var(--viby-blue);box-shadow:0 6px 14px #00eaff26}.post-card-actions .btn-ghost.is-danger{border-color:#ff2bdc;color:#ff8ae5}.post-card-text-link{color:inherit;text-decoration:none}.image-modal-backdrop{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.image-modal-content{max-width:90vw;max-height:90vh;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080}.image-modal-content img{width:100%;height:100%;object-fit:contain;display:block;background:#000}.comments-section{border:1px solid #2b2b2b;background:#111}.comment-textarea{width:100%;padding:.65rem .75rem;border-radius:10px;background:#1c1c1f;border:1px solid #2a2a2d;color:#fff;resize:none;font-size:.95rem}.comment-item{padding:.7rem;border-bottom:1px solid var(--border)}.comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.comment-item.reply{margin-left:1rem;border-left:2px solid #3a0b78;padding-left:.75rem}.comment-meta{font-size:.75rem;color:var(--text-light);display:block}.comment-actions{margin-top:6px;display:flex;gap:10px;align-items:center}.comment-actions .btn-ghost{border:1px solid #2b2b2b;background:#16161a;color:#eaeaea;padding:6px 10px;border-radius:10px}.comment-actions .btn-ghost.is-danger{border-color:#ff2bdc;color:#ff8ae5}.btn-follow.is-following{background:#1b1c1f;color:#fff;border:1px solid var(--border)}.btn-follow.is-following:hover{border-color:var(--viby-blue);box-shadow:0 0 12px #00eaff40}.auth-btn{width:100%;background:var(--viby-gradient);color:#050505;border:none;box-shadow:0 0 12px #ff00ff59}.page-loading{padding:2rem;text-align:center;color:var(--text-light)}.app-shell{display:flex;min-height:100vh;background:var(--bg)}.main-content{flex:1;margin-left:260px;margin-right:320px;padding:2rem 2rem calc(6rem + var(--bottom-player-height) / 2) 2rem;min-height:100vh;transition:margin .25s ease,padding .25s ease}.sidebar{width:260px;background:var(--bg-card);padding:1.4rem 1rem;display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--border);height:calc(100vh - var(--bottom-player-height));overflow-y:auto;position:fixed;top:0;left:0;z-index:400}.sidebar-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.sidebar-logo-img{width:90px;height:90px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(0,255,255,.4));margin-bottom:.35rem}.sidebar-brand{font-size:1.4rem;font-weight:700;background:var(--viby-gradient);-webkit-background-clip:text;color:transparent;letter-spacing:.5px;margin:0}.sidebar-menu{display:flex;flex-direction:column;gap:1.1rem;margin-top:1rem;width:100%}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:12px;text-decoration:none;font-size:1.05rem;font-weight:600;color:var(--text-light);background:transparent;transition:.25s}.sidebar-link:hover{color:#fff;background:var(--bg-hover);transform:translate(4px)}.sidebar-icon{font-size:1.25rem}.sidebar-bottom{display:flex;align-items:center;gap:.8rem;padding-top:1rem;border-top:1px solid var(--border);margin-top:auto;width:100%;justify-content:space-between}.sidebar-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.sidebar-user{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit}.sidebar-name{margin:0;font-weight:600}.sidebar-username{margin:0;font-size:.85rem;color:var(--text-light)}.sidebar-logout{background:#1a1b1f;color:var(--text-light);border:1px solid var(--border);border-radius:50%;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.sidebar-logout:hover{background:#2a2b30;color:#fff;border-color:var(--viby-pink);box-shadow:0 0 12px #ff2bdc59}.top-songs-card{margin-top:1.25rem;padding:1rem;background:var(--bg-card);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);position:relative;overflow:hidden;isolation:isolate}.top-songs-card:before{content:"";position:absolute;inset:-2px;border-radius:18px;padding:2px;background:linear-gradient(135deg,var(--viby-blue),var(--viby-pink));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.top-songs-card:after{content:"";position:absolute;inset:2px;border-radius:14px;background:var(--bg-card);z-index:0}.top-songs-card>*{position:relative;z-index:1}.top-songs-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.6rem}.song-list{display:grid;gap:.75rem}.song-card{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.75rem;border-radius:10px;background:#ffffff08;border:1px solid var(--border)}.song-card-cover{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#121212;display:grid;place-items:center}.song-card-cover img{width:100%;height:100%;object-fit:cover}.song-card-placeholder{font-size:1.5rem;color:var(--text-light)}.song-card-meta{overflow:hidden}.song-card-title{margin:0;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.song-card-artist{margin:.2rem 0 0;color:var(--text-light);font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.song-card-link{color:var(--viby-blue);font-weight:700;text-decoration:none;font-size:1.05rem}.song-card-link:hover{color:#fff}.song-card-actions{display:inline-flex;align-items:center;gap:.5rem}.song-card-play{background:var(--viby-gradient);border:none;color:#050505;border-radius:10px;padding:.45rem .65rem;cursor:pointer;font-weight:800;box-shadow:0 0 10px #ff00ff40}.song-card-play:hover{filter:brightness(1.05)}.top-songs-error{padding:.75rem;border-radius:10px;background:#ff2bdc0d;border:1px solid rgba(255,43,220,.25)}.right-panel{width:280px;padding:1rem;position:fixed;right:1rem;top:1rem;border-radius:var(--rounded);background:var(--bg-card-alt);color:#fff;box-shadow:var(--shadow);transition:opacity .2s ease,transform .2s ease}.panel-user-box{border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.panel-avatar{width:55px;height:55px;border-radius:50%;object-fit:cover}.panel-name{margin:.3rem 0 0;font-weight:600;font-size:1rem}.panel-username{margin:0;font-size:.85rem;color:var(--text-light)}.panel-menu{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem}.panel-link{text-decoration:none;color:var(--text-light);font-size:.9rem;padding:.2rem 0}.panel-link:hover{color:#fff}.panel-logout{margin-top:.3rem;background:none;border:none;color:var(--viby-pink);font-weight:600;text-align:left;cursor:pointer}.panel-logout:hover{opacity:.85}.panel-section{margin-top:1.8rem}.panel-title{margin:0 0 .85rem;font-weight:600;font-size:1.05rem}.panel-user-row{display:flex;align-items:center;gap:.7rem;margin-bottom:.6rem}.panel-user-img{width:40px;height:40px;border-radius:50%}.panel-user-name{margin:0;font-weight:600}.panel-user-genre{margin:0;font-size:.85rem;color:var(--text-light)}.panel-trend-row{display:flex;justify-content:space-between;padding:.4rem 0}.panel-trend-count{color:var(--text-light)}.post-card{background:var(--bg-card);padding:1.2rem;border-radius:var(--rounded);box-shadow:var(--shadow);border:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.post-card-header{display:flex;align-items:center;gap:1rem}.post-card-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.post-card-date{margin:0;font-size:.85rem;color:var(--text-light)}.post-card-text{margin:0;font-size:1rem;line-height:1.5}.post-card-gallery{display:grid;gap:1rem}.post-card-image{width:100%;border-radius:var(--rounded);object-fit:cover}.bottom-player{position:fixed;bottom:0;left:0;width:100%;padding:.5rem 1rem;background:#0f0f10d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:300}.bottom-player-frame{border-radius:12px}.sidebar-toggle{display:none}.sidebar-backdrop{position:fixed;inset:0;background:#0000008c;z-index:80;opacity:0;pointer-events:none;transition:opacity .25s ease}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.spotify-embed{border-radius:8px}.fallback-screen{padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.home-section h1{margin-top:0}.users-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.user-card{padding:1.2rem;border-radius:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);box-shadow:0 0 12px #00eeff14;display:flex;flex-direction:column;gap:.9rem;transition:.25s ease}.user-card:hover{box-shadow:0 0 18px #00eeff40;border-color:#00eeff59;transform:translateY(-3px)}.user-card-header{display:flex;gap:.9rem;align-items:center}.user-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.15)}.user-name{margin:0;font-weight:700;font-size:1.05rem}.user-location{margin:.2rem 0 0;font-size:.9rem}.user-bio{margin:0;font-size:.95rem;line-height:1.5}.tab-group{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab-pill{padding:.55rem 1rem;border-radius:10px;cursor:pointer;font-weight:700;color:var(--text-light);background:transparent;border:1px solid var(--border);display:inline-flex;align-items:center;gap:.4rem;transition:.25s}.tab-pill.is-active{color:#fff;background:var(--viby-gradient);border-color:transparent;box-shadow:0 0 12px #00ffff59}.surface-card{padding:1rem;background:var(--bg-card);border-radius:12px;margin-bottom:.8rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 12px #00eeff14}.profile-info-card{background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.05),transparent 35%),var(--bg-card);border-radius:16px;padding:1.25rem;border:1px solid var(--border);position:relative;overflow:hidden}.profile-edit-button{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid var(--border);background:var(--bg-hover);color:#fff;cursor:pointer;transition:transform .12s ease,box-shadow .15s ease,border-color .15s ease}.profile-edit-button:hover{transform:translateY(-1px);border-color:#ffffff40;box-shadow:0 8px 14px #00000059}.profile-info-header{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.profile-info-avatar{width:170px;height:170px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.18);position:relative;box-shadow:0 10px 28px #0006;transition:transform .12s ease,border-color .18s ease}.profile-info-avatar.is-clickable{cursor:pointer}.profile-info-avatar.is-clickable:hover{transform:translateY(-2px);border-color:#ffffff4d}.profile-info-avatar img{width:100%;height:100%;object-fit:cover}.profile-info-avatar-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0009;color:#fff;opacity:0;transition:opacity .15s ease;font-weight:700;letter-spacing:.01em}.profile-info-avatar.is-clickable:hover .profile-info-avatar-overlay,.profile-info-avatar.show-overlay .profile-info-avatar-overlay{opacity:1}.profile-info-meta{flex:1;min-width:260px}.profile-info-row{display:flex;align-items:center;gap:.75rem}.profile-info-username{margin:0;font-size:2rem;letter-spacing:.01em}.profile-info-name,.profile-info-handle{margin:.1rem 0 .65rem;color:var(--text-light);font-weight:600}.profile-stats-row{display:flex;gap:1.25rem;flex-wrap:wrap;color:var(--text-light);font-size:1.05rem}.profile-stats-row strong{color:#fff}.profile-info-location{display:inline-flex;align-items:center;gap:.4rem;margin:.45rem 0 0;color:var(--text-light);font-weight:600}.profile-info-location svg{color:var(--viby-blue)}.profile-info-bio{margin:.75rem 0 0;color:var(--text);max-width:520px}.icon-button{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--bg-hover);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,border-color .18s ease,box-shadow .18s ease}.icon-button:hover{transform:translateY(-1px);border-color:#ffffff40;box-shadow:0 8px 16px #00000059}.profile-info-nav{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding-top:1.1rem;border-top:1px solid var(--border);margin-top:1rem}.profile-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.profile-nav-item{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem .9rem;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text-light);cursor:pointer;font-weight:700;transition:color .15s ease,border-color .15s ease,background .15s ease}.profile-nav-item.is-active{color:#fff;border-color:var(--viby-blue);background:#00eaff14}.profile-nav-item svg{width:18px;height:18px}.profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;align-items:start;margin-top:1.5rem}.profile-editor{display:grid;grid-template-columns:180px 1fr;gap:1.25rem;align-items:start}.profile-editor-left{display:flex;align-items:flex-start;justify-content:center}.profile-editor-fields{display:flex;flex-direction:column;gap:.9rem}.profile-edit-placeholder{min-height:120px;display:grid;place-items:center;text-align:center;color:var(--text-light)}.profile-page{max-width:900px}.profile-shell{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow);position:relative;overflow:hidden;isolation:isolate}.profile-title{margin-bottom:1rem}.profile-stack{display:flex;flex-direction:column;gap:1.25rem}.profile-layout{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}.profile-avatar-block{min-width:180px}.profile-avatar{position:relative;width:170px;height:170px;margin:0 auto .5rem;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;transition:transform .15s ease,border-color .2s ease}.profile-avatar.is-interactive{cursor:pointer}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar.is-interactive:hover{transform:translateY(-2px)}.profile-avatar .avatar-overlay{position:absolute;inset:0;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;gap:.4rem;opacity:0;transition:opacity .15s ease;font-weight:600;font-size:.95rem}.profile-avatar.show-overlay .avatar-overlay{opacity:1}.overlay-label{display:inline-flex;align-items:center;gap:.5rem}.profile-form{flex:1;display:flex;flex-direction:column;gap:.9rem;min-width:260px}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem 4rem;gap:1rem}.auth-logo{width:120px;margin-bottom:.5rem;filter:drop-shadow(0 0 12px rgba(0,255,255,.6))}.auth-card{width:min(420px,100%);padding:2rem;border-radius:18px;background:#141414a6;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 22px #00ffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-title{font-size:1.9rem;font-weight:800;margin:0 0 1rem;background:var(--viby-gradient);-webkit-background-clip:text;color:transparent;text-align:center}.auth-form{display:grid;gap:1rem;width:100%}.auth-forgot-link{display:block;margin:-.3rem 0 .3rem;color:var(--viby-blue);font-size:.88rem;text-align:right;text-decoration:none}.auth-forgot-link:hover{color:#fff}.auth-switch{margin:.5rem 0 0;text-align:center;color:var(--text-light)}.auth-switch-link{color:var(--viby-blue);font-weight:700}.auth-switch-link:hover{color:#fff}.oauth-btn{background:#202124;width:100%;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;border:1px solid var(--border);font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;background:#161616}.oauth-btn:hover{transform:translateY(-1px);border-color:var(--viby-blue);box-shadow:0 0 12px #00eaff33}.oauth-btn-logo{border-radius:50%}.topbar{display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.2rem}.topbar-left{gap:1.8rem}.topbar-brand{font-size:1.6rem;font-weight:700;color:#fff;margin:0;margin-right:.5rem}.topbar-link{color:var(--text-light);text-decoration:none;font-size:1rem;font-weight:500}.topbar-link:hover{color:#fff}.topbar-username{color:var(--text-light);font-size:.95rem}.topbar-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.mobile-topbar{display:none}.mobile-nav-btn{background:#161616;border:1px solid var(--border);color:#fff;border-radius:12px;padding:.55rem .85rem;cursor:pointer}.mobile-brand{display:flex;align-items:center;gap:.5rem}.mobile-logo{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(0,255,255,.35))}.mobile-search{flex:1;padding:.65rem .85rem;border-radius:12px;border:1px solid var(--border);background:#111;color:#fff}.mobile-search::placeholder{color:var(--text-light)}.mobile-topbar-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.mobile-topbar-avatar-link{display:inline-flex}@media(max-width:1280px){.main-content{margin-right:1.5rem}}@media(max-width:1100px){.main-content{margin-right:1rem}.right-panel{position:static;width:100%;margin:1rem 0 0}}@media(max-width:900px){.app-shell{flex-direction:column}.mobile-topbar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;position:sticky;top:0;z-index:350;background:#0c0c0ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.sidebar{position:fixed;left:0;top:0;height:calc(100vh - var(--bottom-player-height));width:260px;transform:translate(-100%);transition:transform .25s ease;z-index:400;border-right:1px solid var(--border);border-bottom:none}.sidebar.is-open{transform:translate(0)}.sidebar-logo{flex-direction:row;gap:.75rem;margin-bottom:1rem}.sidebar-menu{flex-direction:column;gap:.8rem;overflow:auto;margin-top:.5rem}.sidebar-bottom{margin-top:auto}.main-content{margin:0;padding:4.5rem 1rem calc(6rem + var(--bottom-player-height) / 2)}.right-panel{display:none}.topbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem 1rem}.topbar-left,.topbar-right{width:100%;justify-content:space-between}}@media(max-width:640px){.page-section{padding:1.5rem 1rem}.page-title{font-size:2rem}.section-heading{font-size:1.2rem}.tab-group{gap:.6rem}}.settings-list{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.settings-item{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--bg-card);color:inherit;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.settings-item:hover{transform:translateY(-2px);box-shadow:0 8px 18px #00000059}.settings-item-link{display:flex;flex-direction:column;gap:.18rem}.settings-item-title{font-weight:700}.settings-item-hint{font-size:.9rem;color:var(--text-light)}.settings-item-chevron{color:var(--text-light);font-size:1.35rem;transform:translateY(1px)}.settings-back-header{margin-bottom:1.5rem}.settings-back-link{display:inline-flex;align-items:center;color:var(--viby-blue);text-decoration:none;font-weight:700;margin-bottom:.75rem;transition:color .12s ease}.settings-back-link:hover{color:#fff}.settings-form{background:transparent;border:none;padding:0}.centered-form-wrapper{display:flex;justify-content:center;margin-top:2rem}.form-card{width:100%}.btn-full{width:100%;margin-top:1rem}
