.sidebar{width:100%;background-color:transparent;padding:0;border-radius:0;box-shadow:none;font-family:Manrope,sans-serif;justify-self:start;margin-left:0;display:flex;flex-direction:column;gap:20px}.followBtn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background-color:#e0e7ff;color:#6962d6;border:none;border-radius:9999px;cursor:pointer;min-width:80px;font-size:14px;white-space:nowrap;margin-left:10px;transition:background .2s ease-in-out;width:auto;z-index:1}.followBtn:hover{background-color:#c7d2fe}.followBtn:active{background-color:#a5b4fc}.section{background:#fff;border-radius:16px;padding:20px;box-shadow:0 16px 30px rgba(15,23,42,.08);border:1px solid #eef2ff}.section-title{font-size:1rem;font-weight:700;margin-bottom:14px;color:#1f2937}.section-loading{color:#6b7280;margin:0}.topics-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.topic{background-color:#eef2ff;color:#4338ca;padding:6px 12px;border-radius:9999px;font-size:13px;font-weight:600;border:1px solid #e0e7ff;box-shadow:0 8px 18px rgba(99,102,241,.12);cursor:pointer;transition:all .3s ease}.topic:hover{transform:translateY(-1px)}.topic.selected,.topic:hover{background-color:#6366f1;color:#fff}.topic.selected{border:1px solid #6366f1}.see-more{color:#6366f1;font-size:14px;font-weight:600;display:flex;align-items:center;margin-top:12px;cursor:pointer;border:none;background:none;padding:0}.see-more svg{margin-left:4px}.follow-suggestion{justify-content:space-between;width:100%;padding:8px 0;margin-bottom:12px}.avatar,.follow-suggestion{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;justify-content:center;background-color:#d1d5db;margin-right:12px;flex-shrink:0}.avatar-img{width:100%;height:100%;object-fit:cover}.avatar svg{width:20px;height:20px;color:#6b7280}.user-info{flex-grow:1;margin-right:12px}.user-name{font-weight:600;font-size:14px;color:#111827;margin:0 0 4px}.user-description{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.follow-button{padding:6px 16px;border:1px solid #e0e7ff;border-radius:9999px;font-size:13px;font-weight:600;background-color:#eef2ff;color:#4338ca;cursor:pointer;transition:all .2s ease;min-width:80px;text-align:center}.follow-button:hover{border-color:#6366f1;background-color:#6366f1;color:#fff}.follow-button.following{color:#10b981;border-color:#10b981}.follow-button.following:hover{background-color:#f0fdf4}@media (min-width:1024px){.sidebar{width:100%;padding:0;margin-left:0}}@media (max-width:1024px){.sidebar{width:100%;padding:0;margin-left:0}}@media (max-width:768px){.sidebar{width:100%;padding:0}.section{margin-bottom:0}}@media (min-width:768px) and (max-width:769px){.sidebar{display:flex;width:100%;padding:0;border-radius:0;box-shadow:none;flex-direction:column}}@media (min-width:819px) and (max-width:821px){.sidebar{display:flex;width:143%;padding:25px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);flex-direction:column;margin-left:-3rem}}@media (min-width:1023px) and (max-width:1025px){.sidebar{display:flex;width:152%;padding:25px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);flex-direction:column}}