.AuthModal-module__vi-g4a__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;animation:.3s ease-out AuthModal-module__vi-g4a__fadeIn;display:flex;position:fixed;top:0;left:0}.AuthModal-module__vi-g4a__container{background:#fff;border-radius:28px;width:100%;max-width:450px;animation:.4s cubic-bezier(.16,1,.3,1) AuthModal-module__vi-g4a__slideUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.AuthModal-module__vi-g4a__containerWide{max-width:650px}.AuthModal-module__vi-g4a__modalContent{padding:40px 32px;position:relative}.AuthModal-module__vi-g4a__closeBtn{color:#666;cursor:pointer;z-index:10;background:#f8f9fa;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.AuthModal-module__vi-g4a__closeBtn:hover{color:#000;background:#e9ecef;transform:rotate(90deg)}.AuthModal-module__vi-g4a__formCard{width:100%}.AuthModal-module__vi-g4a__formTitle{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:800}.AuthModal-module__vi-g4a__formSub{color:#666;margin-bottom:24px;font-size:15px;line-height:1.5}.AuthModal-module__vi-g4a__formLink{color:#007bff;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none;transition:color .2s}.AuthModal-module__vi-g4a__formLink:hover{color:#0056b3;text-decoration:underline}.AuthModal-module__vi-g4a__form{flex-direction:column;gap:20px;display:flex}.AuthModal-module__vi-g4a__fieldGroup{flex-direction:column;gap:8px;display:flex}.AuthModal-module__vi-g4a__label{color:#444;margin-left:2px;font-size:14px;font-weight:600}.AuthModal-module__vi-g4a__inputWrapper{align-items:center;display:flex;position:relative}.AuthModal-module__vi-g4a__inputIcon{color:#adb5bd;font-size:18px;transition:color .2s;position:absolute;left:16px}.AuthModal-module__vi-g4a__input{color:#1a1a1a;background:#f8f9fa;border:2px solid #0000;border-radius:14px;width:100%;padding:14px 16px 14px 48px;font-size:15px;transition:all .2s}.AuthModal-module__vi-g4a__input:focus{background:#fff;border-color:#007bff;outline:none;box-shadow:0 0 0 4px #007bff1a}.AuthModal-module__vi-g4a__input:focus+.AuthModal-module__vi-g4a__inputIcon{color:#007bff}.AuthModal-module__vi-g4a__inputError{background:#fff5f5;border-color:#dc3545}.AuthModal-module__vi-g4a__errorMsg{color:#dc3545;align-items:center;gap:4px;margin-top:4px;font-size:12px;font-weight:500;display:flex}.AuthModal-module__vi-g4a__eyeBtn{color:#adb5bd;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;right:12px}.AuthModal-module__vi-g4a__eyeBtn:hover{color:#666;background:#0000000d}.AuthModal-module__vi-g4a__formRow{justify-content:space-between;align-items:center;margin-top:-4px;display:flex}.AuthModal-module__vi-g4a__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.AuthModal-module__vi-g4a__checkbox{cursor:pointer;accent-color:#007bff;width:18px;height:18px}.AuthModal-module__vi-g4a__checkboxText{color:#555;font-size:14px}.AuthModal-module__vi-g4a__forgotLink{color:#666;font-size:14px;text-decoration:none;transition:color .2s}.AuthModal-module__vi-g4a__forgotLink:hover{color:#000}.AuthModal-module__vi-g4a__submitBtn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:14px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #007bff33}.AuthModal-module__vi-g4a__submitBtn:hover:not(:disabled){background:#0056b3;transform:translateY(-2px);box-shadow:0 6px 20px #007bff4d}.AuthModal-module__vi-g4a__submitBtn:active:not(:disabled){transform:translateY(0)}.AuthModal-module__vi-g4a__submitBtn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc}.AuthModal-module__vi-g4a__divider{align-items:center;gap:16px;margin:24px 0;display:flex}.AuthModal-module__vi-g4a__dividerLine{background:#eee;flex:1;height:1px}.AuthModal-module__vi-g4a__dividerText{color:#999;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:13px}.AuthModal-module__vi-g4a__socialBtns{flex-direction:column;gap:12px;display:flex}.AuthModal-module__vi-g4a__googleBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.AuthModal-module__vi-g4a__googleBtn:hover{background:#f8f9fa;border-color:#ccc;box-shadow:0 2px 8px #0000000d}.AuthModal-module__vi-g4a__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite AuthModal-module__vi-g4a__spin}@keyframes AuthModal-module__vi-g4a__spin{to{transform:rotate(360deg)}}@keyframes AuthModal-module__vi-g4a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__vi-g4a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AuthModal-module__vi-g4a__customScroll{max-height:85vh;padding-right:4px;overflow-y:auto}.AuthModal-module__vi-g4a__customScroll::-webkit-scrollbar{width:5px}.AuthModal-module__vi-g4a__customScroll::-webkit-scrollbar-track{background:0 0}.AuthModal-module__vi-g4a__customScroll::-webkit-scrollbar-thumb{background:#eee;border-radius:10px}.AuthModal-module__vi-g4a__customScroll::-webkit-scrollbar-thumb:hover{background:#ddd}.AuthModal-module__vi-g4a__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:576px){.AuthModal-module__vi-g4a__grid{grid-template-columns:1fr}.AuthModal-module__vi-g4a__modalContent{padding:32px 24px}}.AuthModal-module__vi-g4a__otpInput{text-align:center;letter-spacing:10px;font-size:24px;font-weight:700;padding:12px 16px!important}.AuthModal-module__vi-g4a__apiErrorBox{color:#dc3545;background:#fff5f5;border:1px solid #fcbaba;border-radius:14px;align-items:center;gap:10px;margin-bottom:4px;padding:12px 16px;font-size:14px;font-weight:500;animation:.2s ease-out AuthModal-module__vi-g4a__fadeIn;display:flex}
.FeedPost-module__w6J6Gq__postCard{border:1px solid rgba(var(--bs-black-rgb), .1);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.FeedPost-module__w6J6Gq__postHeader{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.FeedPost-module__w6J6Gq__authorInfo{align-items:center;gap:10px;display:flex}.FeedPost-module__w6J6Gq__avatarWrapper{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:2px;display:flex}.FeedPost-module__w6J6Gq__avatarImg{object-fit:cover;border:2px solid #fff;border-radius:50%;width:32px;height:32px}.FeedPost-module__w6J6Gq__textInfo{flex-direction:column;display:flex}.FeedPost-module__w6J6Gq__authorName{color:#262626;font-size:14px;font-weight:600;text-decoration:none!important}.FeedPost-module__w6J6Gq__postTime{color:#8e8e8e;font-size:12px}.FeedPost-module__w6J6Gq__followBtn{color:#004468;background:0 0;border:none;padding:4px 8px;font-size:13px;font-weight:600;transition:color .2s;text-decoration:none!important}.FeedPost-module__w6J6Gq__followingBtn{color:#262626;background:#efefef;border-radius:8px;padding:6px 16px}.FeedPost-module__w6J6Gq__mediaContainer{aspect-ratio:1;background:#fafafa;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.FeedPost-module__w6J6Gq__mediaContainer .video-div{width:100%!important;height:100%!important}.FeedPost-module__w6J6Gq__mediaContainer video{border-radius:0!important;width:100%!important;height:100%!important}.FeedPost-module__w6J6Gq__actionsBar{justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.FeedPost-module__w6J6Gq__leftActions{gap:16px;display:flex}.FeedPost-module__w6J6Gq__actionIcon{cursor:pointer;color:#262626;font-size:24px;transition:opacity .2s,transform .1s}.FeedPost-module__w6J6Gq__actionIcon:hover{opacity:.7}.FeedPost-module__w6J6Gq__actionIcon:active{transform:scale(1.1)}.FeedPost-module__w6J6Gq__likedIcon{color:#ff3040;align-items:flex-end}.FeedPost-module__w6J6Gq__postFooter{padding:0 16px 16px}.FeedPost-module__w6J6Gq__likesCount{color:#262626;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.FeedPost-module__w6J6Gq__captionSection{color:#262626;margin-bottom:6px;font-size:14px;line-height:1.5}.FeedPost-module__w6J6Gq__captionName{margin-right:6px;font-weight:600;color:#262626!important}.FeedPost-module__w6J6Gq__viewComments{color:#8e8e8e;cursor:pointer;margin-top:8px;font-size:14px;display:block;text-decoration:none!important}.FeedPost-module__w6J6Gq__moreBtn{color:#8e8e8e;background:0 0;border:none;margin-left:4px;padding:0;font-size:13px}@media (min-width:1000px){.FeedPost-module__w6J6Gq__postCard{margin-left:60px;margin-right:60px}}@media (max-width:991px){.FeedPost-module__w6J6Gq__mediaContainer{aspect-ratio:9/16}}
.Categories-module__gMrPSG__pageContainer{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;font-family:Google Sans Flex,-apple-system,sans-serif}.Categories-module__gMrPSG__header{text-align:left;border-left:4px solid #dc2743;margin-bottom:3rem;padding-left:.5rem}.Categories-module__gMrPSG__title{color:#1a1a1a;font-size:1.5rem;font-weight:800}.Categories-module__gMrPSG__subtitle{color:#666;max-width:600px;font-size:1rem}.Categories-module__gMrPSG__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(150px,2fr));gap:2.5rem;display:grid}.Categories-module__gMrPSG__categoryCard{aspect-ratio:1/1.2;background-color:#fff;border:1px solid #00000008;border-radius:32px;transition:all .5s cubic-bezier(.2,1,.3,1);display:block;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000d;text-decoration:none!important}.Categories-module__gMrPSG__categoryCard:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 30px 60px #dc274326}.Categories-module__gMrPSG__categoryImage{object-fit:cover;text-align:center;justify-content:center;align-items:center;width:60%;height:auto;padding:16px;transition:transform .8s}.Categories-module__gMrPSG__imageWrapper{justify-content:center;align-items:center;margin-top:20px;display:flex}.Categories-module__gMrPSG__imageWrapper img{object-fit:cover;width:60%;height:auto;padding:16px;transition:transform .8s}.Categories-module__gMrPSG__categoryImage img{width:60%;margin:0 auto;display:block}.Categories-module__gMrPSG__categoryCard:hover .Categories-module__gMrPSG__categoryImage{transform:scale(1.1)}.Categories-module__gMrPSG__glassContent{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#fffc;border:1px solid #ffffff4d;border-radius:24px;flex-direction:column;gap:.25rem;padding:1rem;transition:all .4s;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.Categories-module__gMrPSG__categoryCard:hover .Categories-module__gMrPSG__glassContent{background:#fffffff2;bottom:25px}.Categories-module__gMrPSG__categoryName{color:#1a1a1a;margin:0;font-size:1rem;font-weight:700}.Categories-module__gMrPSG__countLabel{color:#dc2743;text-transform:uppercase;letter-spacing:.05em;font-size:.5rem;font-weight:600}.Categories-module__gMrPSG__categoryCard:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(45deg,#f094331a,#bc18881a);transition:opacity .4s;position:absolute;inset:0}.Categories-module__gMrPSG__categoryCard:hover:after{opacity:1}.Categories-module__gMrPSG__sidebarAd{flex-direction:column;gap:2rem;margin-left:1.7rem;display:flex;position:sticky}.Categories-module__gMrPSG__infoCard{background:#fff;border:1px solid #00000005;border-radius:24px;padding:2rem;box-shadow:0 10px 30px #0000000d}.Categories-module__gMrPSG__infoTitle{color:#1a1a1a;align-items:center;gap:.75rem;margin-bottom:1rem;font-weight:700;display:flex}.Categories-module__gMrPSG__infoTitle i{color:#dc2743}.Categories-module__gMrPSG__noData{text-align:center;background:#fdfdfd;border:2px dashed #eee;border-radius:40px;grid-column:1/-1;padding:6rem 2rem}@media (max-width:992px){.Categories-module__gMrPSG__title{font-size:2.2rem}.Categories-module__gMrPSG__categoryGrid{gap:1.5rem}}@media (max-width:576px){.Categories-module__gMrPSG__pageContainer{padding:1rem}.Categories-module__gMrPSG__categoryGrid{grid-template-columns:1fr}.Categories-module__gMrPSG__categoryCard{aspect-ratio:1}}.Categories-module__gMrPSG__cat-detail-wrapper{padding:24px}.Categories-module__gMrPSG__cat-detail-header{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #0000000a;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000000f}.Categories-module__gMrPSG__cat-detail-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Categories-module__gMrPSG__cat-detail-title{letter-spacing:-.02em;background:linear-gradient(90deg,#111,#004468);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.5rem;font-weight:800}.Categories-module__gMrPSG__cat-detail-follow-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#5a90ad,#004468);border:none;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 6px 15px #6366f14d}.Categories-module__gMrPSG__cat-detail-follow-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #6366f166}.Categories-module__gMrPSG__cat-detail-following{color:#111;box-shadow:none;background:#e5e7eb}.Categories-module__gMrPSG__cat-detail-following:hover{box-shadow:none;transform:none}.Categories-module__gMrPSG__cat-detail-meta{border-top:1px solid #f1f5f9;margin-top:5px;padding-top:5px}.Categories-module__gMrPSG__cat-detail-bio{color:#6b7280;font-size:.95rem;line-height:1}@media (max-width:768px){.Categories-module__gMrPSG__cat-detail-title{font-size:1.6rem}.Categories-module__gMrPSG__cat-detail-follow-btn{text-align:center;width:100%}}
.sidebar-module__w7r_Va__sidebarContainer{flex-direction:column;gap:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:sticky;top:20px}.sidebar-module__w7r_Va__sticky{flex-direction:column;gap:24px;display:flex;position:sticky;top:20px}.sidebar-module__w7r_Va__card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 20px #00000005,0 2px 6px #00000003}.sidebar-module__w7r_Va__card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000000a,0 4px 12px #00000005}.sidebar-module__w7r_Va__cardHeader{padding:20px 20px 12px}.sidebar-module__w7r_Va__cardTitle{color:#1f2937;align-items:center;gap:10px;margin:0 0 6px;font-size:18px;font-weight:700;display:flex}.sidebar-module__w7r_Va__cardTitle i{font-size:20px}.sidebar-module__w7r_Va__advisoryTitle i{color:#7e63ce}.sidebar-module__w7r_Va__plansTitle i{color:#2e996d}.sidebar-module__w7r_Va__productsTitle i{color:#ea6093}.sidebar-module__w7r_Va__cardSubtitle{color:#6b7280;margin:0;font-size:12px;line-height:1.4}.sidebar-module__w7r_Va__cardBody{padding:8px 20px 20px}.sidebar-module__w7r_Va__expertList{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.sidebar-module__w7r_Va__expertRow{border-bottom:1px dashed #f3f4f6;align-items:flex-start;gap:12px;padding-bottom:5px;display:flex}.sidebar-module__w7r_Va__expertRow:last-child{border-bottom:none;padding-bottom:0}.sidebar-module__w7r_Va__expertAvatar{object-fit:cover;background-color:#f9fafb;border-radius:50%;width:50px;height:50px}.sidebar-module__w7r_Va__expertInfo{flex:1}.sidebar-module__w7r_Va__expertName{color:#111827;margin:0 0 2px;font-size:14px;font-weight:600}.sidebar-module__w7r_Va__expertTitle{color:#6b7280;margin:0 0 4px;font-size:11px;font-weight:500}.sidebar-module__w7r_Va__expertHospital{color:#7e63ce;margin:0 0 6px;font-size:11px;font-weight:500}.sidebar-module__w7r_Va__expertDesc{color:#4b5563;margin:0 0 8px;font-size:12px;line-height:1.4}.sidebar-module__w7r_Va__inlineProfileBtn{color:#7e63ce;border:1px solid #e0e7ff;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.sidebar-module__w7r_Va__inlineProfileBtn:hover{background:#f5f3ff;border-color:#7e63ce}.sidebar-module__w7r_Va__planGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px;display:grid}.sidebar-module__w7r_Va__planCard{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:space-between;padding:14px;text-decoration:none;transition:all .2s;display:flex}.sidebar-module__w7r_Va__planCard:hover{border-color:#2e996d;transform:translateY(-1px);box-shadow:0 4px 12px #10b98114}.sidebar-module__w7r_Va__planName{color:#374151;margin:0 0 4px;font-size:13px;font-weight:600}.sidebar-module__w7r_Va__planPrice{color:#111827;margin:0 0 8px;font-size:18px;font-weight:700}.sidebar-module__w7r_Va__planFeature{color:#6b7280;margin:0;font-size:11px;line-height:1.3}.sidebar-module__w7r_Va__productGrid{flex-direction:row;gap:12px;margin-bottom:16px;display:flex}.sidebar-module__w7r_Va__productRow{color:inherit;border:1px solid #f3f4f6;border-radius:10px;align-items:center;gap:12px;padding:8px;text-decoration:none;transition:all .2s;display:flex}.sidebar-module__w7r_Va__productRow:hover{background:#fffdfa;border-color:#ea6093}.sidebar-module__w7r_Va__productImg{object-fit:cover;border-radius:6px;width:50px;height:50px}.sidebar-module__w7r_Va__productMeta{flex:1}.sidebar-module__w7r_Va__productName{color:#374151;margin:0 0 2px;font-size:13px;font-weight:600}.sidebar-module__w7r_Va__productPrice{color:#ea6093;margin:0;font-size:13px;font-weight:700}.sidebar-module__w7r_Va__sectionFooterBtn{text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar-module__w7r_Va__advisoryBtn{color:#fff;background:#7e63ce;border:1px solid #7e63ce}.sidebar-module__w7r_Va__advisoryBtn:hover{color:#7e63ce;background:#fff;border:1px solid #7e63ce}.sidebar-module__w7r_Va__plansBtn{color:#fff;background:#2e996d;border:1px solid #2e996d}.sidebar-module__w7r_Va__plansBtn:hover{color:#2e996d;background:#fff;border:1px solid #2e996d}.sidebar-module__w7r_Va__productsBtn{color:#fff;background:#ea6093;border:1px solid #ea6093}.sidebar-module__w7r_Va__productsBtn:hover{color:#ea6093;background:#fff;border:1px solid #ea6093}.sidebar-module__w7r_Va__empty{text-align:center;color:#9ca3af;margin:0;padding:20px 0;font-size:13px}.sidebar-module__w7r_Va__cardBodyarticle{padding:0 20px}.sidebar-module__w7r_Va__cardBodyarticle .sidebar-module__w7r_Va__articleCardBody{margin-bottom:0;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #cececefb!important}.sidebar-module__w7r_Va__cardBodyarticle .sidebar-module__w7r_Va__articleCardBody:last-of-type{padding-bottom:O;border-bottom:none!important}
