.style-module__LL_S9a__Container{justify-content:center;align-items:center;height:90svh;display:flex}.style-module__LL_S9a__cardContainer{background:#fff;border-radius:15px;width:80vw;height:80vh;display:flex;overflow:hidden;box-shadow:10px 10px 15px #adadad}.style-module__LL_S9a__cardContainer_left{text-align:center;flex-basis:60%;padding:2rem}:root{--purple-main:#6a4bff;--purple-light:#8a7aff;--card-border-radius:20px}.style-module__LL_S9a__cardContainer_right{aspect-ratio:1/1.2;width:100%;max-width:600px;position:relative;overflow:hidden}.style-module__LL_S9a__abstract_background{background-color:var(--purple-main);background-image:radial-gradient(circle at 10% 10%,#ffffff0d 1px,#0000 0),radial-gradient(circle at 90% 90%,#ffffff0d 1px,#0000 0);background-size:100% 100%;width:100%;height:100%;position:absolute;top:0;left:0}.style-module__LL_S9a__card_container{border-radius:var(--card-border-radius);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10;background-color:#ffffff1a;border:1px solid #fff6;justify-content:center;align-items:flex-end;width:70%;height:70%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #0000005e}.style-module__LL_S9a__card_image{object-fit:contain;z-index:11;width:100%;max-height:100%;margin-top:auto;display:block;position:relative}.style-module__LL_S9a__lightning_icon{color:#f7a600;z-index:12;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex;position:absolute;bottom:20%;left:-20px;box-shadow:0 0 10px #ffff0080}.style-module__LL_S9a__card_left_heading{text-align:center;letter-spacing:1px;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.style-module__LL_S9a__inputcontainer{flex-direction:column;align-items:center;width:100%;display:flex}.style-module__LL_S9a__inputField{border:1px solid #9b9b9b;border-radius:10px;width:80%;margin:.7rem 0;padding:.8rem;font-size:15px}.style-module__LL_S9a__inputRow{gap:1rem;width:80%;display:flex}.style-module__LL_S9a__submitBtn{background:var(--purple-main);color:#fff;cursor:pointer;border:none;border-radius:10px;width:85%;margin-top:1rem;padding:.9rem;font-size:16px;transition:all .3s}.style-module__LL_S9a__submitBtn:hover{background:var(--purple-light)}.style-module__LL_S9a__toggleBtn{color:var(--purple-main);cursor:pointer;background:0 0;border:none;margin-top:1rem;font-size:14px;text-decoration:underline;transition:all .3s}.style-module__LL_S9a__toggleBtn:hover{color:var(--purple-light)}.style-module__LL_S9a__successMsg{color:#0a7a21;text-align:center;background:#d1ffd6;border-radius:6px;margin-bottom:10px;padding:10px;font-size:14px}.style-module__LL_S9a__errorMsg{color:#9e0000;text-align:center;background:#ffd1d1;border-radius:6px;margin-bottom:10px;padding:10px;font-size:14px}@media (max-width:1024px){.style-module__LL_S9a__cardContainer{width:90vw;height:auto}.style-module__LL_S9a__cardContainer_left{flex-basis:65%;padding:1.5rem}.style-module__LL_S9a__cardContainer_right{max-width:400px}.style-module__LL_S9a__inputField,.style-module__LL_S9a__inputRow{width:90%}}@media (max-width:768px){.style-module__LL_S9a__Container{height:100svh;padding:1rem}.style-module__LL_S9a__cardContainer{width:100%;height:auto;box-shadow:none;flex-direction:column}.style-module__LL_S9a__cardContainer_right{display:none}.style-module__LL_S9a__cardContainer_left{flex-basis:100%;padding:1.2rem}.style-module__LL_S9a__card_left_heading{margin-bottom:1.5rem;font-size:1.3rem}.style-module__LL_S9a__inputcontainer,.style-module__LL_S9a__inputField{width:100%}.style-module__LL_S9a__inputRow{flex-direction:column;width:100%}.style-module__LL_S9a__submitBtn{width:100%}.style-module__LL_S9a__toggleBtn{font-size:13px}}@media (max-width:480px){.style-module__LL_S9a__card_left_heading{font-size:1.2rem}.style-module__LL_S9a__inputField{padding:.7rem;font-size:14px}.style-module__LL_S9a__submitBtn{padding:.8rem;font-size:15px}}
:root{--primary-color:#6a4bff;--secondary-color:#fff;--text-color:#1a1a1a;--text-secondary-color:#797979;--font-weight-light:300;--font-weight-normal:400;--font-weight-bold:700;--font-family:"Poppins",sans-serif}.style-module__iJorKq__navbar{color:var(--text-color);background-color:#0000;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.style-module__iJorKq__logoSection{align-items:center;gap:.5rem;display:flex}.style-module__iJorKq__logoBox{background-color:var(--primary-color);width:40px;height:40px;color:var(--secondary-color);border-radius:25%;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-weight:700;display:flex}.style-module__iJorKq__logoText{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700}.style-module__iJorKq__tagline{color:var(--text-secondary-color);margin-left:1.8rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:300}.style-module__iJorKq__navLinks{justify-content:center;align-items:center;gap:1.5rem;display:flex}.style-module__iJorKq__navLinks a{color:var(--text-color);font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.style-module__iJorKq__navLinks a:hover,.style-module__iJorKq__navLinks .style-module__iJorKq__login{color:var(--primary-color)}.style-module__iJorKq__btnPrimary{background-color:var(--primary-color);cursor:pointer;border-radius:7px;padding:.8rem 1rem;font-family:Poppins,sans-serif;font-weight:500;text-decoration:none;color:#fff!important}.style-module__iJorKq__btnPrimary:hover{color:#fff;background-color:#6040ffe0}.style-module__iJorKq__btnSecondary{background-color:#0000;border-radius:7px;padding:.8rem 1rem;font-family:Poppins,sans-serif;font-weight:500;text-decoration:none;color:var(--text-secondary-color)!important;border:1px solid #1a1a1a1a!important}.style-module__iJorKq__hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.style-module__iJorKq__hamburger span{background:var(--text-color);width:25px;height:3px;transition:all .3s}.style-module__iJorKq__navLinks{gap:1.5rem;display:flex}@media (max-width:768px){.style-module__iJorKq__hamburger{display:flex}.style-module__iJorKq__navLinks{z-index:999;background:#fff;flex-direction:column;gap:1rem;width:100%;padding:1rem 1.5rem;display:none;position:absolute;top:70px;right:0;box-shadow:0 4px 10px #0000001a}.style-module__iJorKq__navLinks.style-module__iJorKq__open{display:flex}.style-module__iJorKq__navLinks a{font-size:1rem}.style-module__iJorKq__btnPrimary{text-align:center;width:100%}}
.style-module__RQqvsq__Container{height:79vh;margin:1.5rem;font-family:sans-serif;overflow:hidden}.style-module__RQqvsq__homeContainer{gap:2rem;height:100%;display:flex}.style-module__RQqvsq__homeContainer_leftBar{border-right:1px solid #000;flex-direction:column;flex:.2;gap:.8rem;height:100%;padding-left:1rem;display:flex;position:sticky;top:0}.style-module__RQqvsq__sideBarOptions{cursor:pointer;border-radius:.6rem;align-items:center;gap:1rem;padding:.7rem 1rem;transition:all .2s;display:flex}.style-module__RQqvsq__sideBarOptions:hover{background:#f3f4f5;transform:translate(.3rem)}.style-module__RQqvsq__sideBarOptions svg{opacity:.85;font-size:1.4rem;transition:all .2s}.style-module__RQqvsq__sideBarOptions:hover svg{opacity:1}.style-module__RQqvsq__feed_container{flex:.6;height:100%;margin-bottom:3rem;padding:10px;overflow-y:auto}.style-module__RQqvsq__right_container{background:#fff;border-radius:.8rem;flex:.2;height:100%;padding:1rem;overflow-y:auto;box-shadow:0 .4rem 1.2rem #00000014}.style-module__RQqvsq__right_container h3{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.style-module__RQqvsq__right_container div{cursor:pointer;border-bottom:1px solid #eaeaea;padding:.6rem .4rem;transition:all .2s}.style-module__RQqvsq__right_container div:last-child{border-bottom:none}.style-module__RQqvsq__right_container div:hover{background:#f7f7f7;border-radius:.4rem;transform:scale(1.01)}.style-module__RQqvsq__right_container p{color:#333;margin:0;font-size:.95rem;font-weight:500}@media (max-width:1024px){.style-module__RQqvsq__homeContainer{gap:1rem}.style-module__RQqvsq__homeContainer_leftBar{flex:.25}.style-module__RQqvsq__feed_container{flex:.75}.style-module__RQqvsq__right_container{display:none}}@media (max-width:768px){.style-module__RQqvsq__Container{height:100vh;margin:0}.style-module__RQqvsq__homeContainer{flex-direction:column;gap:0}.style-module__RQqvsq__homeContainer_leftBar,.style-module__RQqvsq__right_container{display:none}.style-module__RQqvsq__feed_container{flex:1;height:100vh;padding:.8rem}}@media (max-width:480px){.style-module__RQqvsq__feed_container{padding:.5rem}.style-module__RQqvsq__sideBarOptions p{font-size:.85rem}}.style-module__RQqvsq__mobile_bottom_nav{display:none}@media (max-width:768px){.style-module__RQqvsq__mobile_bottom_nav{z-index:999;background:#fff;border-top:1px solid #ddd;justify-content:space-around;align-items:center;height:60px;display:flex;position:fixed;bottom:0;left:0;right:0}.style-module__RQqvsq__mobile_bottom_nav div{cursor:pointer;color:#444;flex-direction:column;align-items:center;font-size:.75rem;display:flex}.style-module__RQqvsq__mobile_bottom_nav svg{font-size:1.5rem}}
:root{--primary-color:#6a4bff;--primary-hover:#5b3de6;--light-bg:#fafafa;--border-color:#e0e0e0}.style-module__7T81fq__CreatePostContainer{background:#fff;border-radius:1rem;width:100%;margin-bottom:1.5rem;padding:1rem;position:relative;box-shadow:0 2px 6px #00000014}.style-module__7T81fq__cp_topRow{align-items:flex-start;gap:1rem;display:flex}.style-module__7T81fq__cp_profilePic{object-fit:cover;background:#ddd;border-radius:50%;width:3rem;height:3rem}.style-module__7T81fq__cp_textarea{resize:none;border:1px solid var(--border-color);background:var(--light-bg);border-radius:.8rem;outline:none;flex:1;min-height:6rem;padding:1rem;font-size:1rem;transition:all .2s}.style-module__7T81fq__cp_textarea:focus{border-color:var(--primary-color)}.style-module__7T81fq__cp_uploadRow{align-items:center;gap:1rem;margin-top:.7rem;margin-left:4rem;display:flex}.style-module__7T81fq__cp_fileBtn{background:var(--light-bg);cursor:pointer;border:1px solid var(--border-color);border-radius:.7rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.style-module__7T81fq__cp_fileBtn:hover{border-color:var(--primary-color);color:var(--primary-color)}.style-module__7T81fq__cp_fileInput{display:none}.style-module__7T81fq__cp_postBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:2rem;padding:.55rem 1.5rem;font-size:.95rem;transition:all .2s;position:absolute;bottom:1rem;right:1rem;box-shadow:0 2px 8px #6a4bff4d}.style-module__7T81fq__cp_postBtn:hover{background:var(--primary-hover);box-shadow:0 3px 10px #6a4bff66}.style-module__7T81fq__disabledBtn{opacity:.6;cursor:not-allowed}.style-module__7T81fq__postCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;margin-bottom:20px;padding:1rem;box-shadow:0 3px 12px #00000014}.style-module__7T81fq__postTop_container{justify-content:space-between;align-items:center;display:flex}.style-module__7T81fq__postTop{align-items:center;gap:12px;margin-bottom:10px;display:flex}.style-module__7T81fq__profilePic{object-fit:cover;border-radius:50%;width:48px;height:48px}.style-module__7T81fq__name{margin:0;font-size:16px;font-weight:600}.style-module__7T81fq__username{color:#6b7280;margin:0;font-size:13px}.style-module__7T81fq__deletebtn{color:#f81a1a;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:2px 4px;font-size:16px;transition:color .2s;display:flex}.style-module__7T81fq__deletebtn:hover{color:#8b0000}.style-module__7T81fq__body{white-space:pre-line;margin:12px 0;font-size:15px;line-height:1.4}.style-module__7T81fq__mediaWrapper{background:#f8f9fa;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:10px;display:flex;overflow:hidden}.style-module__7T81fq__postImage{object-fit:contain;background:#f3f4f6;border-radius:12px;width:100%;max-height:500px;padding:8px}.style-module__7T81fq__footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;display:flex}.style-module__7T81fq__footer button{cursor:pointer;color:#374151;background:0 0;border:none;align-items:center;gap:.3rem;font-size:14px;display:flex}.style-module__7T81fq__footer button:hover{color:#111}.style-module__7T81fq__liked{color:#e63d3d}.style-module__7T81fq__CommentsContainer{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.style-module__7T81fq__commentBox{background:#fff;border-radius:1rem;flex-direction:column;width:50vw;height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #0003}.style-module__7T81fq__commentBoxContainer{flex:1;padding:1.5rem;overflow-y:auto}.style-module__7T81fq__showcommentConatiner>div{background:#fafafa;border:1px solid #eee;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.style-module__7T81fq__showcommentConatiner h6{color:#333;margin:0;font-size:.95rem;font-weight:600}.style-module__7T81fq__showcommentConatiner p{color:#555;margin:4px 0;font-size:.87rem}.style-module__7T81fq__commentInputRow{background:#fff;border-top:1px solid #eee;gap:1rem;width:100%;padding:1rem 1.5rem;display:flex}.style-module__7T81fq__commentInput{background:#fafafa;border:1px solid #ddd;border-radius:8px;outline:none;flex:1;padding:.85rem 1rem;font-size:.95rem;transition:all .2s}.style-module__7T81fq__commentInput:focus{border-color:var(--primary-color);background:#fff}.style-module__7T81fq__sendBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.8rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.style-module__7T81fq__sendBtn:hover{opacity:.9}.style-module__7T81fq__noComments{text-align:center;color:#777;padding:2rem;font-size:1rem}
.style-module__VqhWoG__DiscoverContainer{flex-wrap:wrap;gap:1.25rem;padding:1.25rem;display:flex}.style-module__VqhWoG__Profile_container{text-align:center;cursor:pointer;background:#fff;border-radius:1rem;flex:14.375rem;max-width:18rem;padding:1.125rem .875rem;transition:transform .3s,box-shadow .3s;box-shadow:0 .5rem 1.5rem #00000014}.style-module__VqhWoG__Profile_container:hover{transform:translateY(-.375rem);box-shadow:0 .75rem 2rem #0000001f}.style-module__VqhWoG__imgDiv{justify-content:center;margin-bottom:.75rem;display:flex}.style-module__VqhWoG__img{object-fit:cover;border:.1875rem solid #e5e7eb;border-radius:50%;width:5.625rem;height:5.625rem}.style-module__VqhWoG__username{color:#111827;margin:.25em 0 2rem;font-size:.95rem;font-weight:600}.style-module__VqhWoG__bio{color:#374151;text-overflow:ellipsis;max-height:2.4em;font-size:.8rem;line-height:1.4em;overflow:hidden}
.style-module__8cerAG__container{grid-template-columns:.9fr 1.2fr;gap:32px;max-width:980px;margin:auto;padding:20px;display:grid}.style-module__8cerAG__preview{text-align:center;background:linear-gradient(#f9fbff,#fff);border-radius:16px;padding:26px 22px;box-shadow:0 10px 30px #00000014}.style-module__8cerAG__avatarBox{width:150px;margin:auto;position:relative}.style-module__8cerAG__avatar{object-fit:cover;background:#f2f2f2;border:4px solid #fff;border-radius:50%;width:150px;height:150px;box-shadow:0 6px 20px #0000001f}.style-module__8cerAG__changePic{color:#fff;cursor:pointer;background:#0a66c2e6;border-radius:20px;padding:7px 12px;font-size:12px;transition:all .25s;position:absolute;bottom:10px;right:10px}.style-module__8cerAG__changePic:hover{background:#004182f2;transform:scale(1.05)}.style-module__8cerAG__preview h2{margin-top:14px;font-size:20px}.style-module__8cerAG__username{color:#888;margin:4px 0;font-size:13px}.style-module__8cerAG__bioPreview{color:#333;margin:12px 0;font-size:14px;line-height:1.5}.style-module__8cerAG__location{color:#555;font-size:13px}.style-module__8cerAG__form{background:#fff;border-radius:16px;padding:26px 28px;box-shadow:0 10px 30px #00000014}.style-module__8cerAG__form label{color:#444;margin-top:16px;font-size:13px;font-weight:500;display:block}.style-module__8cerAG__form input,.style-module__8cerAG__form textarea{border:1px solid #ddd;border-radius:10px;width:100%;margin-top:6px;padding:11px 12px;font-size:14px;transition:all .2s}.style-module__8cerAG__form input:focus,.style-module__8cerAG__form textarea:focus{border-color:#0a66c2;outline:none;box-shadow:0 0 0 2px #0a66c226}.style-module__8cerAG__form textarea{resize:vertical;min-height:90px}.style-module__8cerAG__saveBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0a66c2,#004182);border:none;border-radius:12px;width:100%;margin-top:26px;padding:13px;font-size:15px;font-weight:500;transition:all .25s}.style-module__8cerAG__saveBtn:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0a66c259}@media (max-width:900px){.style-module__8cerAG__container{grid-template-columns:1fr}}
.style-module__D9uEGq__connection_card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 14px;display:flex}.style-module__D9uEGq__connection_card .style-module__D9uEGq__left{align-items:center;gap:12px;display:flex}.style-module__D9uEGq__connection_card .style-module__D9uEGq__avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.style-module__D9uEGq__connection_card .style-module__D9uEGq__info{flex-direction:column;display:flex}.style-module__D9uEGq__connection_card .style-module__D9uEGq__name{font-size:14px;font-weight:600}.style-module__D9uEGq__connection_card .style-module__D9uEGq__username{color:#666;font-size:12px}.style-module__D9uEGq__connection_card .style-module__D9uEGq__email{color:#888;font-size:12px}.style-module__D9uEGq__connection_card .style-module__D9uEGq__right{gap:8px;display:flex}.style-module__D9uEGq__accept_btn{color:#fff;cursor:pointer;background:#0a66c2;border:none;border-radius:4px;padding:6px 12px}.style-module__D9uEGq__reject_btn{cursor:pointer;background:#e4e6eb;border:none;border-radius:4px;padding:6px 12px}.style-module__D9uEGq__no_req{text-align:center;opacity:.7;padding:20px 0;font-size:1rem;font-weight:500}
.style-module__hwRdwW__page_wrapper{padding:20px}.style-module__hwRdwW__heading{margin-bottom:15px;font-size:22px;font-weight:600}.style-module__hwRdwW__list_wrapper{flex-direction:column;gap:12px;display:flex}.style-module__hwRdwW__connection_card{cursor:pointer;border:1px solid #ddd;border-radius:8px;align-items:center;padding:12px;transition:all .2s;display:flex}.style-module__hwRdwW__connection_card:hover{background:#f4f4f4}.style-module__hwRdwW__profile_pic{object-fit:cover;border-radius:50%;width:55px;height:55px;margin-right:12px}.style-module__hwRdwW__details h3{margin:0;font-size:16px}.style-module__hwRdwW__details p{color:#555;margin:0;font-size:14px}.style-module__hwRdwW__no_connection{color:#999;text-align:center;margin-top:20px}
