body,html{padding:0;margin:0;background:#f1fff4;overflow:scroll;scrollbar-width:none;min-height:100vh}body::-webkit-scrollbar{display:none}input[type=text],input[type=email],input[type=password]{padding:20px;border-radius:20px;border:1px solid lightgrey}.card{background:#fff;padding:20px;border:1px solid #e0e0e0;box-shadow:0 6px 15px #0000000d;display:flex;flex-direction:column;gap:15px}button{margin-left:4px;display:inline-block;padding:8px;font-size:1rem;font-weight:500;color:#fff;background-color:#3c7fcb;border:none;border-radius:8px;box-shadow:0 4px 10px #0000001a;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .2s,transform .1s,box-shadow .2s}button:hover{background-color:#3469a8;transform:translateY(-1px);box-shadow:0 6px 14px #00000026}button:active{background-color:#2e5c90;transform:translateY(1px);box-shadow:0 3px 8px #00000014}button:focus{outline:none;box-shadow:0 0 0 3px #3c7fcb99}body{padding-top:60px;padding-bottom:60px}.appHeader{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1050px;background:#fff;display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 2px 6px #00000026;z-index:1000}.headerLeft{display:flex;align-items:center;gap:12px}.logo{width:34px;height:34px;filter:brightness(0)}.searchForm{position:relative;width:220px}.magnifierIcon{position:absolute;left:8px;top:50%;transform:translateY(-50%)}.searchInput{width:100%;height:32px;line-height:32px;padding:0 10px 0 34px!important;border-radius:16px;border:1px solid #356d69;background:#b7d3d0;margin:0;box-sizing:border-box}.navItems{display:flex;align-items:center;gap:10px}.navLink{display:flex;align-items:center;justify-content:center;min-width:44px;font-size:18px;color:#000;text-decoration:none;cursor:pointer}.meMenuWrapper{position:relative}.meMenu{position:absolute;top:60px;right:0;background:#fff;border-radius:12px;border:1px solid #ccc;box-shadow:0 4px 12px #00000040;z-index:2000}@media(max-width:600px){.appHeader{padding:0 12px;border-radius:0}.searchForm{display:none}.logo{width:28px;height:28px;margin-left:10px}.navItems{gap:3px;margin-right:10px}}.meMenuContent{width:250px;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.meMenuHeader{display:flex;gap:15px;align-items:center;padding-bottom:10px}.meMenuAvatar{width:60px;height:60px;background-size:cover;background-position:center;border-radius:50%;border:2px solid #0073b1;display:flex;align-items:center;justify-content:center;color:#0073b1}.meMenuNameAndTagline{display:flex;flex-direction:column;justify-content:center}.meMenuFullName{font-weight:600;font-size:1rem;color:#111}.meMenuTagline{font-size:.85rem;color:#666;margin-top:2px}.divider{border:none;border-top:1px solid #eee;margin:8px 0}.meMenuLabel{font-weight:600;font-size:.9rem;color:#555;margin-left:10px;margin-bottom:5px}.meMenuItemsList{display:flex;flex-direction:column;gap:5px;padding-left:5px;margin-bottom:10px}.meMenuItem{padding:8px 12px;border-radius:8px;text-align:left;font-size:.9rem;background:none;border:none;color:#111;cursor:pointer;transition:background .2s}.meMenuItem:hover{background:#f3f2ef}.signOutBtn{background-color:#f44336;color:#fff;width:calc(100% - 10px);margin:0 auto}.signOutBtn:hover{background-color:#d32f2f}.searchResults{position:absolute;top:40px;left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:8px;z-index:1000;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px #00000026}.searchItem{display:flex;align-items:center;gap:8px;padding:8px 12px;text-decoration:none;color:#000}.searchItem:hover{background:#f3f3f3}.searchItem img{width:32px;height:32px;max-width:50px!important;max-height:50px!important;border-radius:50%;object-fit:cover}.floatingFooter{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:1050px;background:#fff;display:flex;justify-content:space-around;align-items:center;height:60px;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -2px 6px #00000026;z-index:1000}.footerItem{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#000;font-weight:500;transition:color .2s,transform .1s}.footerItem:hover{color:#356d69;transform:translateY(-2px)}.footerLabel{font-size:12px;margin-top:2px}@media only screen and (max-width:600px){.footerLabel{display:none}}.profile_header{padding:0;height:200px;border-top-right-radius:20px;border-top-left-radius:20px;border:.5px solid #ccc;position:relative;background:#fff}.profile_image_avatar{border:3px solid white;height:140px;width:140px;border-radius:50%;position:absolute;top:110px;left:50%;transform:translate(-50%);background-size:cover;background-position:center;z-index:2;background-color:#000}.editBannerIcon{height:36px;width:36px;float:right;padding:6px;color:#fff;background:#00000080;position:absolute;top:10px;right:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.editBannerIcon:hover{background:#000c;color:#fff}.imageDropZones{display:flex;gap:20px;flex-wrap:wrap;margin-top:10px}.dropZone{flex:1;min-width:150px;border:2px dashed #aaa;border-radius:12px;padding:20px;text-align:center;position:relative;cursor:pointer;transition:border-color .2s,background .2s}.dropZone:hover{border-color:#555;background:#f7f7f7}.dropZone input{display:none}.dropZoneContent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#555}.previewImage{max-width:150px;max-height:150px;object-fit:cover;border-radius:8px;margin-top:12px}.dialogButtons{margin-top:20px;display:flex;gap:10px;justify-content:flex-end}.dialogButtons button{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-weight:500}.dialogButtons button:hover{opacity:.9}.dialogBackdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999}.dialogPanel{position:relative;background:#fff;padding:24px;border-radius:10px;width:min(90vw,600px);max-height:90vh;overflow-y:auto;box-shadow:0 8px 26px #00000040;animation:dialogPop .18s ease-out}.dialogClose{position:absolute;top:10px;right:10px;font-size:22px;background:none;border:none;cursor:pointer;color:#444}.dialogClose:hover{color:#000}@keyframes dialogPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.adSpot{padding:20px;border-radius:20px;margin-top:20px;transition:all .2s}.adSpot.sticky{position:fixed;top:60px;width:250px;z-index:100}.adMessage{text-align:center}.avatarImageSection{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;margin-top:10px}.avatar{padding:20px;background:#fff;border-radius:100%;width:50px;height:50px;display:flex;justify-content:center;align-items:center}.adSpotlogo,.adSpotlogo-image{max-width:100px;filter:none}.unlockSection{text-align:center}.unlockMessage{font-style:normal;margin-top:10px}.unlockButton:hover{scale:1.3;cursor:pointer}@media only screen and (max-width:600px){.adSpot.sticky{position:relative;top:0;width:80vw;z-index:100}}.dialogBackdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.dialogBox{background:#fff;border-radius:12px;padding:20px 25px;width:320px;max-width:90%;box-shadow:0 8px 20px #00000040;animation:slideDown .2s ease-out}.dialogBox h3{margin-top:0;margin-bottom:15px;font-size:1.2rem;text-align:center}.dialogBox input[type=text]{width:100%;padding:10px 12px;font-size:1rem;border:1px solid #ccc;border-radius:6px;margin-bottom:10px;box-sizing:border-box}.dialogBox div[style*="color: red"]{font-size:.9rem;margin-bottom:10px;text-align:center}.dialogButtons{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.dialogButtons button{padding:8px 14px;font-size:.95rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s}.dialogButtons button:first-child{background:#ccc;color:#000}.dialogButtons button:first-child:hover{background:#b3b3b3}.dialogButtons button:last-child{background:#007bff;color:#fff}.dialogButtons button:last-child:hover{background:#006ae0}.dialogButtons button:disabled{background:#99c1f2;cursor:not-allowed}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.lang_and_profile_link_card{border-radius:15px;padding:10px}.langEditIcon{float:right}.langEditIcon:hover{cursor:pointer;color:#add8e6}.linkEditIcon{float:right}.linkEditIcon:hover{cursor:pointer;color:#add8e6}.profileLink{font-size:small}.analytics{padding:20px;border-radius:20px;margin-top:20px;background:#fff;transition:all .2s;box-shadow:0 2px 10px #0000000d}.analytics:hover{transform:translateY(-3px);box-shadow:0 4px 15px #00000014}.analyticsLabel{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:15px}.analyticsCards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:10px}.profileViews,.postImpressions{flex:1 1 150px;min-width:150px;background:#fff;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;transition:all .2s;box-shadow:0 1px 8px #0000000d}.profileViews:hover,.postImpressions:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000014}.cardTitle{font-weight:700;font-size:1.1rem;color:#555;margin-bottom:5px}.cardValue{font-size:1.4rem;font-weight:700;color:#4f46e5}.analyticsChartContainer{margin-top:20px;padding:20px;border-radius:20px;background:#fff;box-shadow:0 1px 8px #0000000d}@media only screen and (max-width:600px){.analyticsCards{flex-direction:column;gap:15px;align-items:center}}.about{padding:50px 20px 20px;border-radius:25px;margin-top:20px}.aboutLabel{font-size:x-large;font-weight:700}.aboutEditIcon{float:right}.aboutEditIcon:hover{font-size:large;font-weight:700;scale:1.05;cursor:pointer}.topSkillsCard{border:.3px solid black;border-radius:20px;display:flex;flex-direction:row;gap:10px;margin-top:20px}.topSkillsLabel{font-size:large;font-weight:700}.diamondIcon{padding:20px;display:flex;justify-content:start;align-items:start;vertical-align:top}.topSkillsData{display:flex;justify-content:center;align-items:start;flex-direction:column}.topSkillsViewIcon{display:flex;justify-content:end;align-items:center;width:100px}.topSkillsViewIcon:hover{scale:1.05;font-weight:700;cursor:pointer}.dialogPanel h2,.dialogPanel h3{margin-top:0;margin-bottom:16px;font-size:1.5rem;font-weight:600;color:#222;text-align:center;border-bottom:1px solid #eee;padding-bottom:8px}.dialogPanel textarea{width:100%;box-sizing:border-box;min-height:120px;padding:12px;border-radius:8px;border:1px solid #ccc;font-size:1rem;resize:vertical;margin-bottom:20px;box-shadow:inset 0 1px 3px #0000001a;transition:border-color .2s ease,box-shadow .2s ease}.dialogPanel textarea:focus{border-color:#007bff;box-shadow:inset 0 1px 4px #007bff33;outline:none}.dialogButtons{display:flex;justify-content:flex-end;gap:12px}.dialogButtons button{padding:10px 20px;border-radius:6px;border:none;font-weight:500;cursor:pointer;transition:all .2s ease}.dialogButtons .saveBtn{background-color:#007bff;color:#fff}.dialogButtons .saveBtn:hover{background-color:#0056b3}.dialogButtons .cancelBtn{background-color:#f0f0f0;color:#333}.dialogButtons .cancelBtn:hover{background-color:#e0e0e0}.dialogPanel input[type=text]{width:100%;box-sizing:border-box;padding:12px;border-radius:8px;border:1px solid #ccc;font-size:1rem;margin-bottom:20px;box-shadow:inset 0 1px 3px #0000001a;transition:border-color .2s ease,box-shadow .2s ease}.dialogPanel input[type=text]:focus{border-color:#007bff;box-shadow:inset 0 1px 4px #007bff33;outline:none}.dialogLabel{display:block;margin-bottom:6px;font-weight:600;color:#222}.profileHeaderDataAboutMeSection{border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:60px 25px 25px;border:1px solid #e0e0e0;box-shadow:0 5px 15px #0000000d;position:relative}.profileHeaderTop{display:flex;justify-content:space-between;gap:20px}.profileInfo{flex:2}.fullNameSection{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:5px}.verifiedIcon{color:#0a66c2;font-size:1.2rem}.tagline{font-size:1rem;color:#555;margin:8px 0}.locationAndContact{font-size:.9rem;color:#777}.contactInfoLink{margin-left:10px;text-decoration:none;color:#0a66c2}.followersAndConnections{margin-top:8px;font-size:.9rem;color:#333}.followersLink,.connectionsLink{text-decoration:none;color:#0a66c2;margin:0 5px}.educationSection{flex:1;display:flex;flex-wrap:wrap;gap:10px}.educationItem{display:flex;align-items:center;gap:8px}.institutionIcon{width:36px;height:36px;border-radius:6px}.institutionName{font-size:.85rem;color:#333}.editProfileIcon{position:absolute;right:10px;color:#0a66c2;font-size:1.2rem;cursor:pointer}.cardsSection{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.openToWorkCard,.volunteeringCard{background:#f3f6f8;border-radius:15px;padding:20px;display:flex;flex-direction:column;gap:10px}.volunteeringCard{background:#fff;border:1px solid #ccc}.cardHeader{display:flex;justify-content:space-between;align-items:center;font-weight:600}.cardEditIcon,.cardCloseIcon{cursor:pointer;color:#0a66c2;transition:transform .2s}.cardEditIcon:hover,.cardCloseIcon:hover{transform:scale(1.1)}.detailsLink{text-decoration:none;color:#0a66c2;font-weight:600}.rolesList{display:flex;flex-direction:column;gap:5px}@media only screen and (max-width:768px){.profileHeaderTop{flex-direction:column;gap:15px}.cardsSection{grid-template-columns:1fr}}.dialogForm{display:flex;flex-direction:column;gap:15px;margin-top:15px}.dialogForm label{display:flex;flex-direction:column;font-size:.9rem;color:#333}.dialogInput{padding:8px 12px;margin-top:5px;border:1px solid #ccc;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box}.dialogButtons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.dialogBtn{padding:8px 16px;border-radius:25px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.saveBtn{background:#0a66c2;color:#fff}.cancelBtn{background:#f3f6f8;color:#333}.dialogBtn:hover{opacity:.9}.followButton{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;transition:.2s}.followButton:hover{background:#0069d9}.followButton.following{background:#e0e0e0;color:#333}.followButton.following:hover{background:#d5d5d5}.profileContent{box-sizing:border-box;max-width:1050px;margin:60px auto 100px;padding-top:20px;display:grid;grid-template-columns:auto 290px;gap:20px;align-items:start}.profile_section{align-self:start}.side_panel{position:relative;display:flex;flex-direction:column;gap:20px;align-items:right}@media only screen and (max-width:600px){.profileContent{width:90vw;grid-template-columns:1fr;margin:100px auto auto}.side_panel{grid-row:auto;height:auto}}.replyCard{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background-color:#fefefe;border-radius:8px;box-shadow:0 1px 2px #0000000d;position:relative;font-size:14px}.replyHeader{display:flex;align-items:center;gap:6px;font-weight:500;color:#333}.replyAvatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.replyContent{position:relative;top:5px}.replyCard span{line-height:1.4}.deleteIcon{position:absolute;top:8px;right:8px;cursor:pointer;color:#888;transition:color .2s ease}.deleteIcon:hover{color:#ff4d4f}.replyCard span:last-child{flex:1;word-break:break-word}.commentCard{border:1px solid #ddd;border-radius:8px;padding:8px;margin-bottom:8px;background-color:#fff}.commentHeader{display:flex;align-items:flex-start;gap:8px}.commentAvatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.commentContentWrapper{flex:1}.commentUserName{font-weight:700;margin-right:4px}.commentText{display:block}.deleteIcon{cursor:pointer;color:red}.repliesSection{margin-left:48px;margin-top:8px}.replyInput{display:flex;align-items:center;gap:4px;margin-top:4px}.replyInput input{flex:1;padding:4px 8px}.replyInput button{padding:4px 8px}.newCommentCard{display:grid;grid-template-columns:10fr 2fr;margin-top:20px;margin-bottom:20px}.postCard{background-color:#fff;padding:12px 16px;box-shadow:0 2px 6px #0000001a;flex-direction:column;gap:8px;border-radius:30px;margin-bottom:10px}.postCard:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.postHeader{display:flex;justify-content:space-between;align-items:center}.postUser{display:flex;align-items:center;gap:.6rem}.postUser:hover{cursor:pointer}.postUserAvatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #ddd}.postDate{font-size:.8rem;color:#777}.postContent{font-size:.95rem;line-height:1.4;display:flex;justify-content:start;align-items:center}.postImageContainer{width:100%;max-height:auto;overflow:hidden;border-radius:12px}.postImage{width:100%;border-radius:12px;transition:transform .3s;margin:auto}.postAudioContainer audio{width:100%;outline:none;border-radius:8px}.postVideoContainer{display:flex;justify-content:center;align-items:center}.postVideo{margin:auto;width:100%}.postActions{display:flex;gap:.6rem;justify-content:end}.postActions button{display:flex;align-items:center;gap:.3rem;border:none;padding:.4rem .8rem;border-radius:8px;font-size:.85rem;cursor:pointer;transition:background-color .2s}.likeButton{margin-top:10px;background-color:#ffe4e6;color:#b91c1c}.likeButton:hover{background-color:#fca5a5}.editButton{background-color:#e0e7ff;color:#3730a3}.editButton:hover{background-color:#c7d2fe}.deleteButton{background-color:#fef3c7;color:#78350f}.deleteButton:hover{background-color:#fde68a}.editPost{display:flex;flex-direction:column;gap:.6rem}.editPost textarea{width:100%;min-height:60px;border:1px solid #ddd;border-radius:8px;padding:.6rem;resize:vertical}.editPost button{background-color:#4f46e5;color:#fff;padding:.5rem .8rem;border-radius:8px;border:none;cursor:pointer;margin-top:.4rem;width:fit-content}.editPost button:hover{background-color:#3730a3}@media(max-width:600px){.postUserAvatar{width:35px;height:35px}}.userRecentPosts{flex-direction:column;margin-top:20px;flex:1}.fourOfour{min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:16px}.fourOfourMessage{font-size:large;margin-bottom:16px}.fourOfourImage{max-width:1050px;width:100%;border-radius:15px;box-shadow:0 0 10px #000}@media only screen and (max-width:600px){.fourOfourImage{width:80vw;max-width:80vw}}.registerPage{display:flex;justify-content:center;align-items:center;height:100vh}.registerCard{width:380px;background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 10px 25px #0000001a;text-align:center}.registerLogo{width:100px;margin-bottom:20px}.registerTitle{margin:0;font-size:1.8rem;color:#0073b1}.registerSubtitle{margin:5px 0 25px;font-size:.9rem;color:#666}.registrationForm{display:flex;flex-direction:column;gap:15px}.registrationForm input{padding:12px 15px;border-radius:10px;border:1px solid #ccc;font-size:.95rem;transition:border .2s}.registrationForm input:focus{border-color:#0073b1;outline:none}.registrationForm button{padding:12px;border-radius:10px;border:none;background-color:#0073b1;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .2s}.registrationForm button:hover:not(:disabled){background-color:#005582}.registrationForm button:disabled{opacity:.6;cursor:not-allowed}.registerFooter{margin-top:20px;font-size:.85rem}.registerFooter a{color:#0073b1;text-decoration:none}.registerFooter a:hover{text-decoration:underline}.loginPage{display:flex;justify-content:center;align-items:center;height:100vh}.loginCard{width:380px;background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 10px 25px #0000001a;text-align:center}.loginLogo{width:100px;margin-bottom:20px}.loginTitle{margin:0;font-size:1.8rem;color:#0073b1}.loginSubtitle{margin:5px 0 25px;font-size:.9rem;color:#666}.loginForm{display:flex;flex-direction:column;gap:15px}.loginForm input{padding:12px 15px;border-radius:10px;border:1px solid #ccc;font-size:.95rem;transition:border .2s}.loginForm input:focus{border-color:#0073b1;outline:none}.loginForm button{padding:12px;border-radius:10px;border:none;background-color:#0073b1;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .2s}.loginForm button:hover:not(:disabled){background-color:#005582}.loginForm button:disabled{opacity:.6;cursor:not-allowed}.error{color:red;font-size:.85rem;text-align:left}.loginFooter{margin-top:20px;font-size:.85rem}.loginFooter a{color:#0073b1;text-decoration:none}.loginFooter a:hover{text-decoration:underline}.heroSection{min-height:100vh;background:linear-gradient(135deg,#0f0f14,#14141c);display:flex;align-items:center;justify-content:center;padding:0 1.5rem;color:#fff;box-sizing:border-box}.heroSection>*{max-width:1050px;width:100%}.heroSection{gap:4rem}.heroContent{flex:1;max-width:520px;display:flex;flex-direction:column;gap:1.25rem}.heroTitle{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1}.heroSubtitle{font-size:1.1rem;color:#b4b4c0;line-height:1.6}.heroButtons{display:flex;gap:1rem;margin-top:1.5rem}.ctaButton{padding:.75rem 1.75rem;font-size:1rem;border-radius:999px;cursor:pointer;border:none;transition:all .25s ease}.registerBtn{background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#000;font-weight:600}.registerBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff5f6d59}.loginBtn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25)}.loginBtn:hover{background:#ffffff1a}.heroImage{flex:1;display:flex;justify-content:center}.heroImage img{width:100%;max-width:480px;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.6))}@media(max-width:900px){.heroSection{flex-direction:column;text-align:center}.heroButtons{justify-content:center;flex-wrap:wrap}.heroImage{margin-top:3rem}}.loggedHomeContainer{padding-top:70px;display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh}.homeMain{display:flex;justify-content:center;gap:20px;width:100%;max-width:1050px;padding:10px}.mainFeed{flex:2}.feedList{display:flex;flex-direction:column;gap:20px}.card.feedCard{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 6px #0000001a}.feedPost{border-bottom:1px solid #eee;padding-bottom:12px}.feedPost:last-child{border-bottom:none}.feedPostHeader{display:flex;align-items:center;gap:10px;margin-bottom:8px}.feedAvatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background-color:#000}.feedAvatar:hover{cursor:pointer}.feedPostAuthor{display:flex;flex-direction:column}.feedPostAuthor:hover{cursor:pointer}.feedPostTime{font-size:.8rem;color:#777}.feedPostContent{font-size:1rem;margin-bottom:8px}.feedPostMedia{max-width:100%;max-height:300px;border-radius:8px;margin:8px 0;object-fit:cover}.feedPostActions{display:flex;gap:10px}.likeButton{border:none;background:none;cursor:pointer;color:#ff4b5c;font-weight:500;transition:transform .1s}.likeButton:hover{transform:scale(1.1)}.homeAside{flex:1;display:flex;flex-direction:column;gap:20px}.card.featuredArtistCard{background:#fff;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 6px #0000001a}.featuredArtistImage{width:100px;height:100px;border-radius:50%;margin-bottom:12px;background-size:cover;background-position:center}.featuredArtistInfo h3{margin:0;font-size:1.1rem}.featuredArtistInfo p{font-size:.9rem;color:#555}.featuredArtistInfo{display:flex;justify-content:center;align-items:center;flex-direction:column}.viewArtistBtn{margin-top:auto 8px;padding:6px 12px;border:none;background:#3c7fcb;color:#fff;border-radius:6px;cursor:pointer;transition:background .2s}.viewArtistBtn:hover{background:#356d9a}.card.sectionCard{background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 6px #0000001a}.horizontalScroll{display:flex;overflow-x:auto;gap:12px;padding-top:8px}.trendArtistItem{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.85rem;color:#333}.trendArtistImage{width:60px;height:60px;border-radius:50%;background-size:cover;background-position:center}.songList{display:flex;flex-direction:column;gap:10px}.songItem{display:flex;align-items:center;gap:10px}.songCover{width:50px;height:50px;background:#ccc;border-radius:8px;flex-shrink:0}.songDetails strong{display:block;font-size:.95rem}.songDetails p{font-size:.85rem;color:#555}@media(max-width:1050px){.homeMain{flex-direction:column;align-items:center}.mainFeed,.homeAside{width:100%;max-width:100%}.horizontalScroll{justify-content:flex-start}}.newPostCard{background-color:#fff;padding:1rem 1.2rem;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;gap:.8rem;border-radius:30px;margin-bottom:10px}.newPostCard textarea{width:95%;min-height:70px;border:1px solid #ddd;border-radius:8px;padding:.8rem;resize:vertical;font-size:.95rem;outline:none}.newPostActions{display:flex;gap:.5rem;align-items:center}.uploadLabel{cursor:pointer;background-color:#f3f3f3;padding:.5rem .8rem;border-radius:8px;font-size:.85rem;transition:background-color .2s}.uploadLabel:hover{background-color:#e2e2e2}.uploadLabel input{display:none}.sendButton{background-color:#4f46e5;color:#fff;padding:.5rem .8rem;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}.sendButton:hover{background-color:#3730a3}.postsAndActivity{max-width:700px;margin:2rem auto;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;margin-top:0}@media only screen and (max-width:600px){.postsAndActivity{margin:1rem}}.postView{max-width:700px;margin:80px auto auto;background:#fff;padding:20px;border-radius:10px}.profileFeedWrapper{padding-top:80px}.hangoutsContainer{max-width:1050px;margin:80px auto;padding:20px}.hangoutsContainer h2{margin-bottom:12px;font-size:1.1rem;font-weight:600;color:#111827}.hangoutRoom{background-color:#fff;padding:12px 16px;border-radius:30px;box-shadow:0 2px 6px #0000001a;margin-bottom:10px;transition:transform .2s ease,box-shadow .2s ease;margin-top:10px}.hangoutRoom:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.hangoutHeader{display:flex;justify-content:space-between;align-items:center;gap:8px}.hangoutHeader h3{font-size:.95rem;font-weight:600;color:#111827;margin:0}.hangoutHeader>div,.hangoutHeader button{display:flex;align-items:center}.hangoutHeader{flex-wrap:nowrap}.hangoutHeader button{border:none;padding:.4rem .8rem;border-radius:8px;font-size:.85rem;cursor:pointer;transition:background-color .2s;white-space:nowrap}.hangoutHeader button+button{margin-left:6px}.hangoutHeader button.joinButton,.hangoutHeader button:first-of-type{background-color:#e0e7ff;color:#3730a3}.hangoutHeader button.joinButton:hover,.hangoutHeader button:first-of-type:hover{background-color:#c7d2fe}.hangoutHeader button.leaveButton{background-color:#fef3c7;color:#78350f}.hangoutHeader button.leaveButton:hover{background-color:#fde68a}.hangoutHeader button.muteButton{background-color:#ffe4e6;color:#b91c1c}.hangoutHeader button.muteButton:hover{background-color:#fca5a5}.hangoutParticipants{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:8px}.hangoutParticipants>div{background-color:#f3f4f6;padding:.35rem .6rem;border-radius:999px;font-size:.8rem;color:#374151;display:flex;align-items:center;gap:.25rem}.hangoutParticipants>div.speaking{background-color:#dcfce7;color:#166534}.audioStatus{margin-top:10px;font-size:.85rem;color:#6b7280}.pushToTalk{user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.search-bar{margin-top:20px;background:#fff;padding:20px;border:.5px solid lightgrey;box-shadow:0 6px 15px #0000000d;border-radius:30px}.search-bar-input{width:95%;border-radius:30px;background-color:#fff;color:#1f1f1f;border:1px solid #ddd;padding:1.4rem;resize:vertical;outline:1px #1f1f1f;font-size:1rem;transition:box-shadow .2s ease;font-size:x-large}.search-bar-input:focus{box-shadow:0 0 0 2px #fb923c}@media only screen and (max-width:600px){.search-bar-input{width:85%;font-size:medium}}.genres_cards_container{display:flex;flex-direction:column}.explore_label{font-size:large;padding:20px}.genere_cards{display:flex;flex-direction:row;gap:12px;padding:2px 2px 2px 28px}@media only screen and (max-width:600px){.genere_cards{flex-wrap:wrap}}.genre_card{padding:12px;border:1px solid lightblue;border-radius:10px;transition:all .5s}.genre_card:hover{scale:1.2;cursor:pointer}.sample-card{display:flex;gap:16px;padding:16px;border-radius:16px;background:#fff;transition:transform .15s ease,box-shadow .15s ease;color:#262626}.sample-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006}.sample-cover{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#111}.sample-body{flex:1;display:flex;flex-direction:column;gap:10px}.sample-header{display:flex;justify-content:space-between;align-items:center}.sample-title{font-size:1rem;font-weight:600;color:#262626;margin:0}.sample-author{font-size:.8rem;color:#9ca3af}.play-btn{width:36px;height:36px;border-radius:50%;border:none;background:#f97316;color:#000;font-size:14px;cursor:pointer;transition:background .15s ease}.play-btn:hover{background:#fb923c}.waveform{width:100%}.sample-download{align-self:flex-start;padding:8px 14px;border-radius:999px;background:#18181b;border:1px solid #27272a;color:#e5e7eb;font-size:.85rem;cursor:pointer}.sample-download:hover{border-color:#f97316;color:#f97316}.sampleFeed{display:flex;gap:10px;flex-direction:column;color:#000}.not_found_label{width:100%;margin:auto;text-align:center}.flipper-container{min-height:100vh;padding:1.5rem;color:#000;padding-top:80px;max-width:1000px;margin:auto}.flipper-title{margin-bottom:1.5rem;font-size:2rem;font-weight:700}.flipper-status{margin-top:1.5rem;font-size:1rem}.flipper-loading{color:#9ca3af}.flipper-error{color:#f87171}.flipper-feed{margin-top:2rem}.plugin-dl-callout{text-align:end}@media only screen and (max-width:600px){.plugin-dl-callout{text-align:center}.plugin-dl-btn,.submit-sample-btn{margin-top:10px}}.messagingLayout{display:flex;height:calc(100vh - 120px);max-width:1050px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001f}.conversationList{width:320px;border-right:1px solid #ddd;display:flex;flex-direction:column;background:#fafafa}.conversationList h3{padding:14px 16px;margin:0;font-size:16px;border-bottom:1px solid #ddd}.conversationItem{padding:12px 16px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s}.conversationItem:hover{background:#f0f0f0}.conversationItem.active{background:#e8f3ff}.conversationName{font-weight:500;font-size:14px}.chatPanel{flex:1;display:flex;flex-direction:column;background:#fff}.chatMessages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.chatMessage{max-width:70%;padding:8px 12px;border-radius:14px;font-size:14px;line-height:1.4;word-wrap:break-word}.chatMessage.me{align-self:flex-end;background:#356d69;color:#fff;border-bottom-right-radius:4px}.chatMessage.them{align-self:flex-start;background:#f1f1f1;color:#000;border-bottom-left-radius:4px}.chatInput{display:flex;padding:10px;border-top:1px solid #ddd;gap:8px}.chatInput input{flex:1;padding:8px 12px;border-radius:18px;border:1px solid #ccc;outline:none;font-size:14px}.chatInput input:focus{border-color:#356d69}.chatInput button{padding:8px 16px;border-radius:18px;border:none;background:#356d69;color:#fff;font-weight:500;cursor:pointer}.chatInput button:hover{background:#2a5854}.emptyChat{flex:1;display:flex;align-items:center;justify-content:center;color:#888;font-size:14px}.chatHeader{display:flex;align-items:center;padding:10px;border-bottom:1px solid #ddd;gap:10px}.chatHeader button{border:none;background:none;font-size:18px;cursor:pointer}.mobileOnly{display:none}@media(max-width:768px){.mobileOnly{display:flex}}.unreadDot{width:8px;height:8px;background:red;border-radius:50%}.chatMessage.grouped{margin-top:2px}.chatMessage:not(.grouped){margin-top:10px}.timestamp{font-size:10px;opacity:.6;margin-top:2px}.typingIndicator{font-size:12px;opacity:.6;margin-top:6px}@media(max-width:768px){.messagingLayout{height:calc(100vh - 120px);border-radius:0}.conversationList{width:100%;max-width:100%}.chatPanel,.messagingLayout.active .conversationList{display:none}.messagingLayout.active .chatPanel{display:flex}}
