.splash-container{height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0;padding:0}.splash-logo{width:60px;height:60px}.custom-input-container{margin-bottom:20px}.custom-input-label{font-weight:600;margin-bottom:8px;display:block}.custom-input-wrapper{position:relative;display:flex;align-items:center;background:#ecfffc;border:#B1CCC8 solid 1px;border-radius:6px;padding:16px 12px}.custom-input{flex:1;background:transparent;border:none;outline:none;color:#5d9089;font-size:16px}.custom-input::placeholder{font-size:14px;color:#b1ccc8}.custom-input-icon{margin-left:10px;cursor:pointer}.custom-button{margin-top:25px;background-color:#007f63!important;color:#e0f1ed;padding:16px 0;width:100%;border:none;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;transition:background .3s ease;display:flex;justify-content:center;align-items:center}.custom-button:disabled{background-color:#aaa;cursor:not-allowed;opacity:.6}.button-text{color:#e0f1ed}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #E0F1ED;border-radius:50%;width:24px;height:24px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-screen{margin:0 auto;padding:60px 20px 0;display:flex;flex-direction:column;max-width:450px}.login-screen-header{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.login-screen-header img{height:32px;width:32px}.login-screen-header h5{font-weight:500;font-size:14px}.login-screen-header h5 span{font-weight:800}.forgot-password{background:0;border:0;text-align:right;font-weight:600;color:#038672}.register-link{display:flex;justify-content:center;gap:6px;margin-top:24px;font-size:12px}.register-link button{background:0;border:0;font-weight:700;color:#038672}.token-inputs{display:flex;justify-content:center;gap:8px;margin:20px 0}.token-inputs input{width:48px;height:48px;text-align:center;font-size:18px;border:#B1CCC8 solid 1px;background:#ecfffc;border-radius:6px;color:#038672;font-weight:800;outline:none;transition:border-color .2s}.token-inputs input:focus{border-color:#038672;box-shadow:0 0 3px #03867266}.login-screen .back{margin-top:-60px}.login-screen .back span{color:#038672}.deleting-alert{position:fixed;top:20px;right:20px;background:#191919e6;color:#fff;padding:10px 16px;border-radius:8px;font-size:15px;font-weight:500;display:flex;align-items:center;margin-left:20px;gap:8px;z-index:3000;animation:fadeIn .2s ease-out}.loader{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.deleting-alert.success{background:#28a745e6}.deleting-alert.error{background:#dc3545e6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.back{width:fit-content;position:fixed;background:#e0f1ed;width:100%;margin:-24px -16px 0 -20px;padding:12px 16px}.back-button{display:flex;align-items:center;cursor:pointer;max-width:fit-content}.back-icon{width:24px;height:24px}.back-label{font-weight:600;font-size:16px;color:#333}.main-layout{display:flex;flex-direction:column;height:100vh}.main-content{flex:1;overflow-y:scroll;padding:80px 20px;scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none}.tab-bar{display:flex;justify-content:space-around;align-items:center;height:70px;border-top:1px solid #B1CCC8;background-color:#e0f1ed;bottom:0;position:fixed;width:100%}.tab-item{flex:1;text-align:center}.tab-icon{width:32px;height:32px}.ExploreHeader{display:flex;align-items:center;justify-content:space-between;padding:16px;position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;background:#e0f1ed!important;z-index:10}.ExploreHeader h2{font-size:26px;font-weight:600;color:#038672}.ExploreHeaderIcons{display:flex;gap:12px;align-items:center}.ExploreHeaderIcons button{background:0;border:0}.ExploreHeaderIcons img{height:32px;width:32px}.skeleton-loader-wrapper{margin:24px 20px 0}.skeleton-card{margin-bottom:24px;margin-left:4px;animation:shimmer 1.5s infinite linear}.skeleton-header{display:flex;align-items:center;gap:10px}.skeleton-avatar{width:38px;height:38px;border-radius:50%;background:#d0e3e0;border:1.5px solid #D0E3E0}.skeleton-user-info{display:flex;flex-direction:column;gap:4px}.skeleton-line{height:10px;border-radius:6px}.skeleton-line.short{width:100px}.skeleton-line.xshort{width:60px}.skeleton-line.medium{width:160px;height:16px;margin:12px 0 6px}.skeleton-line.full{width:100%;height:12px;margin-bottom:4px}.skeleton-line.long{width:90%;height:12px}.skeleton-stars{display:flex;gap:6px;margin-bottom:6px}.skeleton-star{width:16px;height:16px;border-radius:4px}.skeleton-poster{width:100%;height:120px;border-radius:6px;margin-top:6px}.skeleton-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.skeleton-footer-group{display:flex;gap:24px}.skeleton-icon{width:24px;height:24px;border-radius:4px}.skeleton-divider{border-bottom:1px solid #D0E3E0;margin:12px -20px}.report-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0a0a1a;display:flex;justify-content:center;align-items:center;z-index:3399}.report-modal{background:#ecfffc;width:90%;max-width:400px;padding:20px;border-radius:12px;box-shadow:0 4px 15px #0003;animation:fadeInUp .25s ease-out}.report-modal h3{margin:0 0 15px;font-size:18px;font-weight:600;color:#333}.report-modal select,.report-modal textarea{width:100%;margin-bottom:12px;padding:10px;font-size:16px;border:1px solid #dcdcdc;color:#333;border-radius:8px;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.report-modal select:focus,.report-modal textarea:focus{border-color:#4caf50}.report-modal textarea{min-height:80px;resize:vertical}.report-modal-actions{display:flex;justify-content:flex-end;gap:10px}.report-modal-actions button{padding:8px 14px;font-size:14px;border-radius:8px;border:none;cursor:pointer;transition:background .2s ease}.report-modal-actions button:first-child{background:#cadbd9;color:#3d7068}.report-modal-actions button:first-child:hover{background:#e0e0e0}.report-modal-actions button:last-child{background:#038672;color:#d0e3e0}.report-modal-actions button:last-child:hover{background:#45a047}.report-modal-actions button:disabled{background:#c8e6c9;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.review-info img{height:25px;width:auto;cursor:pointer}.review-info-container{position:relative;display:inline-block}.review-info{cursor:pointer;display:flex;align-items:center;justify-content:center}.review-info-menu{position:absolute;top:28px;right:0;border-radius:8px;min-width:150px;padding:6px 0;box-shadow:0 4px 12px #00000026;animation:fadeInUp .15s ease-out;z-index:100;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;z-index:2000;margin-right:8px}.review-info-option{padding:10px 14px;font-size:16px;font-weight:600;cursor:pointer;color:#d0e3e0;transition:background .15s ease}.review-info-option:hover{background:#ffffff26}.review-info-option.delete{color:#ff4d4f;font-weight:500}@keyframes fadeInUp{0%{transform:translateY(4px);opacity:0}to{transform:translateY(0);opacity:1}}.review-card-header{display:flex;align-items:center;justify-content:space-between;margin-right:-8px}.review-card-header-left{display:flex;align-items:center;justify-content:left;gap:8px;cursor:pointer}.review-card-header-left img{height:38px;width:38px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.review-card-content{display:flex;flex-direction:column;gap:6px;margin:18px 0;cursor:pointer}.movie-title{font-size:16px;color:#132825}.star-rating{height:16px;width:16px}.star{height:16px;width:auto}.review-text{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:6.3em;white-space:pre-wrap;word-wrap:break-word;line-height:1.4em;font-size:13px;font-weight:500;color:#50555c;padding:3px 0}.poster-image{border-radius:6px;margin-bottom:6px}.review-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:-10px}.footer-icon span{font-weight:600;color:#132825;font-size:14px}.footer-icon img{width:24px;height:24px}.review-card-line{border-bottom:#B1CCC8 solid 1px;margin:12px -20px}.review-card-content-box{margin-left:46px}.review-card-content-box .poster-image{max-height:auto}.echo-card-header{display:flex;align-items:center;justify-content:space-between;margin-right:-8px}.echo-card-header-left{display:flex;align-items:center;justify-content:left;gap:8px;cursor:pointer}.echo-card-header-left img{height:38px;width:38px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.echo-name-and-username h3{font-size:14px;color:#132825;font-weight:700}.echo-name-and-username h5{font-size:9px;color:#132825;font-weight:500}.echo-card-content{border:#a8beba solid 1px;border-radius:7px;padding:12px 12px 0}.echo-card-content .poster-image{margin:0 -12px -18px}.echo-card-content .review-info{display:none}.echo-card-content .name-and-username{align-items:center;gap:6px}.echo-card-content .review-card-header-left img{height:30px;width:30px}.echo-card{padding-bottom:6px}.echo-comment{color:#4a4a4a;margin:10px 0;padding-left:45px;font-size:12px;font-weight:500;font-style:italic}.echo-card .echo-content{margin-left:45px}.suggested-profile-list{padding:20px 0 40px;border-radius:8px;margin:0 -20px}.suggested-heading{font-size:16px;font-weight:600;margin-bottom:10px;color:#0d2b2f;padding-left:20px}.profile-scroll{display:flex;gap:12px;overflow-x:auto;padding:0 20px}.suggested-profile-list::-webkit-scrollbar{display:none}.suggested-profile{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:180px;max-width:200px;min-height:200px;background:#cadbd9;border-radius:10px;padding:12px;text-align:center;flex-shrink:0}.suggested-profile-image{width:100px;height:100px;border:#038672 3px solid;border-radius:50%;object-fit:cover;margin-bottom:8px}.profile-name{font-size:14px;font-weight:500;margin-bottom:12px;color:#0d2b2f}.follow-btn{width:100%;padding:8px;border:none;background:#038672;color:#fff;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.story-card-container{display:flex;flex-direction:column;align-items:center;width:64px;cursor:pointer}.story-card-circle{position:relative;width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:2px}.story-card-has-story{border:3px solid #06B549}.story-card-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.story-card-add-btn{position:absolute;bottom:-2px;right:-2px;background:#06b549;color:#fff;border-radius:50%;padding:1px 5.5px;font-size:14px;font-weight:700;cursor:pointer;border:none}.story-card-username{font-size:11px;margin-top:4px;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-card-viewed{border:3px solid #d1d5db}.story-list-container{display:flex;background:#e0f1ed;gap:12px;overflow-x:auto;padding:16px 0 30px 22px;margin:-14px -20px 0 -22px}.story-list-container::-webkit-scrollbar{display:none}.story-updating-indicator{font-size:12px;color:#777;margin-bottom:8px;text-align:center}.story-skeleton-list{display:flex;background:#e0f1ed;gap:12px;overflow-x:auto;padding:16px 0 30px 22px;margin:-14px -20px 0 -22px}.story-skeleton-list::-webkit-scrollbar{display:none}.story-skeleton-item{display:flex;flex-direction:column;align-items:center;gap:6px}.story-skeleton-circle{width:60px;height:60px;border-radius:50%;background:#c3dad6;border:2px solid #C3DAD6}.story-skeleton-username{width:40px;height:10px;border-radius:6px;background:#c3dad6}.nudge-topic{display:flex;align-items:center;gap:10px;background-color:#06b549;border-radius:9000px;padding:6px;cursor:pointer;max-width:100%;transition:background .2s ease-in-out;margin-bottom:28px}.nudge-topic__avatar{width:26px;height:26px;border-radius:50%;object-fit:cover}.nudge-topic__text{font-size:10px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.topic-card-header{display:flex;align-items:center;justify-content:space-between;margin-right:-8px}.topic-card-header-left{display:flex;align-items:center;gap:8px;cursor:pointer}.topic-card-header-left img{height:38px;width:38px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.name-and-username h3{font-size:14px;color:#132825;font-weight:700}.name-and-username h5{font-size:9px;color:#132825;font-weight:500}.TopicContent{margin:12px 0;font-size:13px;font-weight:500;color:#50555c;line-height:1.4em}.topic-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.left-icons{display:flex;gap:24px}.footer-icon{display:flex;align-items:center;gap:4px;cursor:pointer}.footer-icon span{font-weight:600;color:#132825;font-size:12px}.footer-icon img{width:22px;height:22px}.right-icon img{width:20px;height:20px;cursor:pointer}@keyframes bounce{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}.bounce{animation:bounce .3s ease}.TopicCard{background:#ecfffc;margin:12px 0 20px;padding:16px;border-radius:6px}.topic-skeleton-wrapper{margin:12px 0 20px}.topic-skeleton-card{background:#ecfffc;padding:16px;border-radius:6px;margin-bottom:20px}.topic-skeleton-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.topic-skeleton-avatar{width:38px;height:38px;border-radius:50%;background:#c3dad6;border:1.5px solid #C3DAD6}.topic-skeleton-user-info{display:flex;flex-direction:column;gap:6px}.topic-skeleton-line{height:10px;border-radius:6px;background:#c3dad6}.topic-skeleton-line.short{width:100px}.topic-skeleton-line.xshort{width:60px}.topic-skeleton-line.medium{width:80%}.topic-skeleton-line.full{width:100%;height:12px;margin-bottom:8px}.topic-skeleton-content{margin-bottom:16px}.topic-skeleton-footer{display:flex;gap:24px}.topic-skeleton-icon{width:24px;height:24px;border-radius:4px;background:#c3dad6}.explore-more-btn{text-align:right;color:#038672;margin-top:18px;font-size:12px;font-weight:600;cursor:pointer}.TrendsHeader{display:flex;align-items:center;justify-content:space-between;padding:16px;position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;background:#e0f1ed;z-index:10}.trends-left{display:flex;align-items:center;gap:6px}.trends-left img{height:24px}.TrendsHeader h1{font-size:24px;font-weight:600;color:#038672}.topicsContainer label{font-size:16px;font-weight:700}.vouch-tabs{position:fixed;margin:-80px 0 0 -20px;width:100%;background:#e0f1ed;display:flex;flex-direction:column;z-index:100}.vouch-tabs h1{margin-bottom:12px;font-size:24px;color:#038672;font-weight:600;padding:20px 0 0 20px}.vouch-tabs-scroll{display:flex;padding:0 28px 8px 20px;margin-bottom:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:12px}.vouch-tabs-scroll::-webkit-scrollbar{display:none}.vouch-tab{flex:0 0 auto;font-weight:500;font-size:12px;color:#007e66;background:#d0e3e0;text-decoration:none;padding:6px 14px;border-radius:20px;white-space:nowrap}.vouch-tab.active{color:#d0e3e0;background-color:#007e66}.vouch-tab-content-box{padding-top:40px}.search-bar{display:flex;gap:8px;background:#d0e3e0;padding:10px 8px;border-radius:8px;margin-top:-50px}.search-bar img{width:20px;height:auto}.search-bar input{background:0;outline:0;border:0;font-size:16px;color:#8c9d9c}.search-bar input::placeholder{color:#8c9d9c}.vouch-card-header{display:flex;align-items:center;justify-content:space-between;margin-right:-8px}.vouch-card-header-left{display:flex;align-items:center;justify-content:left;gap:8px;cursor:pointer}.vouch-card-header-left img{height:38px;width:38px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.vouch-name-and-username h3{font-size:14px;color:#132825;font-weight:700}.vouch-name-and-username h5{font-size:9px;color:#132825;font-weight:500}.voucher-description{padding:16px 0;font-size:13px;color:#50555c;cursor:pointer}.voucher-description span{font-weight:800;font-size:12px;color:#038672}.voucher-movies{display:flex;flex-wrap:wrap;gap:6px;padding:6px 0 20px;margin-bottom:26px;border-bottom:#B7DCD6 solid 1px}.voucher-movies span{color:#038672;font-weight:900;font-size:16px}.voucher-movie-title{color:#2f4542;font-size:14px}.voucher-movie-title strong{font-weight:800}.vouch-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:-10px}.vouch-left-icons{display:flex;gap:24px}.vouch-footer-icon{display:flex;align-items:center;gap:4px;cursor:pointer}.vouch-footer-icon span{font-weight:600;color:#132825;font-size:14px}.vouch-footer-icon img{width:24px;height:24px}.vouch-right-icon img{width:20px;height:20px;cursor:pointer}.voucher-card{margin:0 -20px 35px;padding:16px 20px;background:#d8eae7}.ProfileCard{display:flex;gap:10px}.ProfileCard img{height:38px;width:38px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.profile-card-text{display:flex;flex-direction:column}.ProfileCard h3{font-size:14px;color:#132825;font-weight:700;margin-bottom:-6px}.ProfileCard span{font-size:10px;color:#132825;font-weight:500}.Search-header{padding:80px 16px 0;position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;background:#e0f1ed;z-index:10}.search-results{margin-top:20px;display:flex;flex-direction:column;gap:16px}.profile-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 75px;position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;background:linear-gradient(to bottom,#e6f0ed,#d6efe80d);z-index:10}.icon-button{width:24px;height:24px;cursor:pointer}.follow-button{padding:6px 12px;border:none;border-radius:16px;background-color:#007e66;color:#fff;font-weight:500}.user-stats{margin:0 -40px;padding:0}.user-stats-numbers{font-weight:700;font-size:20px;color:#038672}.user-stats-numbers span{font-weight:400;font-size:12px;color:#50555c}.profile-tabs{max-width:100%;display:flex;gap:16px;padding:28px 20px;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:26px;border-top:#B1CCC8 2px solid}.tab{font-weight:500;font-size:13px;color:#b1ccc8;text-decoration:none;padding:6px 14px;border-radius:20px}.tab.active{color:#007e66;background-color:#b1ccc8}.review-outlet-tab-container{max-width:100%;overflow-x:hidden;padding:0 20px}.user-profile-skeleton{margin:-80px -20px 0;padding-bottom:40px;font-family:Inter,sans-serif}.skeleton-cover{width:100%;height:330px;background-color:#d0e3e0}.skeleton-image-and-name{display:flex;align-items:center;background:#e0f1ed;padding:25px 16px 0;border-top-left-radius:12px;border-top-right-radius:12px;margin-top:-10px}.skeleton-profile-image{width:54px;height:54px;border-radius:50%;border:2px solid #038672;background-color:#d0e3e0}.skeleton-user-details{margin-left:16px;display:flex;flex-direction:column;gap:6px}.skeleton-line{height:12px;border-radius:6px}.skeleton-name{width:120px}.skeleton-username{width:80px}.skeleton-stats{display:flex;margin:90px 0 0 20px;gap:40px}.skeleton-stat{width:60px;height:24px;border-radius:6px}.skeleton-bio{padding:12px 20px;display:flex;flex-direction:column;gap:8px}.skeleton-bio-title{width:40px;height:16px;border-radius:4px}.skeleton-bio-text{width:100%;height:12px}.skeleton-genres{padding:0 20px;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.skeleton-genre{width:60px;height:24px;border-radius:20px}.shimmer-bg{background:linear-gradient(to right,#c3dad6 8%,#bfd8d4 18%,#d0e3e0 33%);background-size:1200px 100%;animation:shimmer 1.5s infinite linear}.user-profile{font-family:Inter,sans-serif;color:#50555c;margin:-80px -20px 0;padding-bottom:40px;position:relative}.cover-image{width:100%;height:330px;object-fit:cover}.user-profile-image-and-name{display:flex;align-items:center;position:absolute;background:#e0f1ed;padding:25px 16px 0;margin:0 auto;z-index:2;top:320px;left:0;right:0;border-top-left-radius:12px;border-top-right-radius:12px}.profile-image{width:54px;height:54px;border-radius:50%;border:2px solid #038672;object-fit:cover}.user-details{padding:16px}.user-name{font-weight:600;font-size:20px;display:flex;align-items:center}.verified-badge{font-size:16px;color:#00b894;margin-left:6px}.username{color:#555;font-size:12px}.user-stats{display:flex;margin:90px 0 0;border:1px solid #eee;padding:8px 0 12px 20px}.user-stats>div{display:flex;margin-right:62px;flex-direction:column;align-items:center}.user-bio{padding:12px 20px;display:flex;flex-direction:column;gap:6px}.user-bio h3{color:#038672;font-size:16px}.bio{font-size:13px;color:#50555c;line-height:1.5}.genres{padding:0 20px;display:flex;flex-wrap:wrap;align-items:center;margin-top:8px}.genres-title{font-weight:500;font-size:16px;margin-right:8px;color:#038672;font-weight:600}.genre-tag{background-color:#132825;color:#b1ccc8;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;margin:4px 10px 0 0}.create{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.close-create{background:0;border:0;align-self:flex-end;padding-right:53px;margin-top:9px;position:fixed}.close-create img{height:46px;width:46px}.create-tab-bar{display:flex;align-items:center;justify-content:space-between;padding:25px 0;background:#132825;border-top-left-radius:20px;border-top-right-radius:20px;position:fixed;width:100%;top:60px}.create-nav{display:flex;align-items:center;gap:4px}.create-tab-item{text-decoration:none;color:inherit;display:flex;padding:0 20px}.create-tab-item p{text-decoration:none!important;color:#2f4542;font-weight:600}.create-tab-item.active p{color:#b1ccc8}.create-tab-icon{height:24px;width:24px}.create-main-content{border-top-left-radius:14px;border-top-right-radius:14px;position:relative;display:flex;flex-direction:column;height:100%;margin-top:135px;overflow:hidden}.outlet-container{flex:1;overflow-y:auto;padding:0 20px}.custom-alert-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0d1111db;display:flex;justify-content:center;align-items:center;z-index:2000}.custom-alert-box{display:flex;flex-direction:column;gap:20px;background:#ecfffc;padding:30px;border-radius:10px;width:90%;max-width:400px;text-align:center}.custom-alert-title{font-size:24px;color:#038672}.custom-alert-message{font-size:16px}.custom-alert-actions{display:flex;flex-direction:column;gap:16px;margin-top:8px}.custom-alert-actions button{font-size:14px;background:#038672;color:#ecfffc;font-weight:600;border-radius:4px;padding:8px 16px;border:none}.custom-alert-button-confirm{background:#b1ccc8!important}.alert-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#14141466;display:flex;align-items:center;justify-content:center;z-index:9999}.alert-box{background:#fff;padding:20px;border-radius:12px;width:300px;text-align:center}.progress-alert.loading .progress-bar{background-color:#007bff}.progress-alert.success .progress-bar{background-color:#28a745}.progress-alert.error .progress-bar{background-color:#dc3545}.progress-bar-wrapper{height:8px;background:#eee;border-radius:4px;margin-top:10px;overflow:hidden}.progress-bar{height:100%;transition:width .3s ease}.create-review{display:flex;flex-direction:column;gap:10px;width:100%}.create-review-header{display:flex;align-items:center;justify-content:space-between;gap:10px;position:fixed;top:1;left:0;right:0;width:100%;max-width:100vw;padding:12px 16px;box-sizing:border-box;border-bottom:#038672 1px solid;background:#e0f1ed;z-index:999;margin-top:-1px}.create-review-input{border-radius:0;border:0;padding:6px 0;margin-bottom:-4px;font-size:20px;font-weight:800;background:0;color:#132825}.create-review-input ::placeholder{font-size:20px}.create-review-scrollable-body{display:flex;flex-direction:column;gap:10px;left:0;right:0;margin:90px 0;background:#e0f1ed;box-sizing:border-box}.create-review-textarea{padding:8px 0;border:0;font-size:16px;outline:none;font-weight:400;resize:none;background:0;color:#132825}.image-preview-wrapper{position:relative;display:inline-block;max-width:100%;margin-top:1rem}.remove-image-button{position:absolute;top:16px;right:18px;background-color:#e0f1ed;border:none;color:#e00707;font-size:16px;font-weight:800;padding-bottom:2px;border-radius:50%;width:24px;height:24px;cursor:pointer;z-index:1}.Review-Image{max-width:100%;max-height:460px;border-radius:6px;object-fit:cover;display:block}.create-review-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100vw;padding:12px 16px;box-sizing:border-box;border-top:#038672 1px solid;background:#e0f1ed;z-index:999}.create-review-footer-left{display:flex;align-items:center;gap:16px}.cameraIcon{border:0;background:0;display:flex;align-items:center}.cameraIcon img{height:28px;width:28px}.star-rating{display:flex;gap:4px}.star-button{display:flex;background:transparent;border:none;padding:0;cursor:pointer}.star-icon{height:24px;width:24px}.share-btn{font-size:12px;max-width:100px;padding:10px;margin:0}.create-vouch{padding:16px 0;display:flex;flex-direction:column;gap:16px}.vouch-category{width:170px}.vouch-category label{font-weight:600;margin-bottom:6px;display:block}.category-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 12px;outline:none;border-radius:6px;border:1px solid #D4E8E5;font-size:14px;background-color:#e6f9f6;color:#7a908d;width:100%;background-image:url('data:image/svg+xml;utf8,<svg fill="%232d2d2d" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.vouch-reason-textarea{width:100%;min-height:80px;resize:none;border-radius:8px;padding:10px 0;font-size:16px;background:0;color:#7a908d;outline:0;border:0}.vouch-options{display:flex;flex-direction:column;gap:16px}.create-vouch-input{background-color:#e6f9f6;border-radius:8px;font-size:16px;padding:12px 10px;border:#D4E8E5 1px solid;color:#7a908d;outline:0}.create-vouch-input::placeholder{color:#7a908d;font-size:14px;font-weight:500}.vouch-reason-textarea::placeholder{color:#7a908d;font-size:14px;font-weight:500}.vouch-submit{display:flex;justify-content:flex-end;margin-top:8px}.vouch-share-btn{padding:10px 20px;font-size:16px;width:130px}.topic-textarea{width:100%;min-height:80px;resize:none;border-radius:8px;padding:10px 0;font-size:16px;background:0;color:#7a908d;outline:0;border:0;margin-top:20px}.topic-textarea::placeholder{color:#7a908d;font-size:14px;font-weight:500}.topic-submit{display:flex;justify-content:flex-end;margin-top:80px}.topic-share-btn{padding:10px 20px;font-size:16px;width:180px;background-color:#e6f9f6;border:1px solid #D4E8E5;color:#7a908d;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s ease}.topic-share-btn:hover{background-color:#dff3f0}.user-capsule{display:flex;align-items:center;background-color:#ecfffc;padding:12px 16px;border-radius:8px;margin-bottom:16px;position:relative}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-right:12px}.name{font-size:16px;font-weight:600;color:#50555c}.verified-icon{color:#1da1f2;margin-left:8px}.edit-button{position:absolute;right:16px;background:none;border:none;cursor:pointer;color:#2d6a4f;font-size:16px}.edit-button img{height:24px;width:24px}.suggest-banner{display:flex;flex-direction:column;gap:8px;background-color:#132825;padding:24px;border-radius:8px;margin:24px 0}.suggest-banner h4{font-size:20px;font-weight:700;margin-bottom:4px;color:#b1ccc8}.suggest-banner p{font-size:13px;opacity:.9;margin-bottom:12px}.suggest-button{background-color:#b1ccc8;color:#11694e;align-items:flex-start;text-align:center;max-width:40%;padding:8px 16px;font-weight:600;text-decoration:none;border-radius:4px;display:inline-block;transition:background .2s}.suggest-button:hover{background-color:#a7e4ce}.setting-item{display:flex;align-items:center;padding:14px 16px;border-radius:6px;background-color:#ecfffc;margin-bottom:12px;cursor:pointer;transition:background .2s}.setting-icon{width:24px;height:24px;margin-right:12px}.setting-item span{font-size:16px;color:#50555c;font-weight:600}.custom-header{display:flex;align-items:center;justify-content:space-between;padding:16px;position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;background:#e0f1ed;z-index:10}.back-icon{width:24px;height:24px;cursor:pointer}.profile-settings{display:flex;flex-direction:column;gap:14px;top:20px;padding:75px 20px;overflow-y:auto;height:100vh;font-family:Inter,sans-serif}.profile-photo-wrapper{position:relative;width:80px;height:80px;border-radius:100%;border:#2f4f4f 1px solid}.EditProfilePhoto-image{width:100%;height:100%;object-fit:cover;border-radius:100%;filter:opacity(80%);cursor:pointer}.overlay-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#ffffffc0;border-radius:50%;width:30px;height:30px;text-align:center;line-height:20px;font-weight:900;color:#2f4f4f;border:0}.input-group{margin-bottom:16px;display:flex;flex-direction:column}.EditProfileInput-label{margin-bottom:4px;color:#3f7160;font-weight:600;font-size:14px}.EditProfileInput-input,.Edit-Profile-Textarea{border:1px solid #B1CCC8;border-radius:4px;padding:12px;font-size:16px;background-color:#ecfffc;color:#333;outline:none}input:focus,textarea:focus{border-color:#3f7160}.edit-profile{padding:80px 20px 40px;display:flex;flex-direction:column;gap:8px;height:100vh;overflow-y:auto}.edit-profile-image{display:flex;align-items:center;gap:20px;margin-bottom:6px}.privacy-container{background:linear-gradient(to bottom,#ecfffc,#e0f1ed);padding:40px 20px;border-top-left-radius:25px;border-top-right-radius:25px;margin-top:50px;height:100vh;overflow-y:auto}.policy-header{height:30px;position:fixed;background:#ecfffc;width:100%;margin:-40px -20px;border-top-left-radius:25px;border-top-right-radius:25px}.privacy-scroll-area{max-width:700px;margin:auto}.privacy-section{margin-bottom:32px}.privacy-title{font-size:32px;font-weight:700;color:#00725a;margin-top:20px;margin-bottom:8px}.privacy-date{font-size:14px;color:#555;margin-bottom:16px}.privacy-section-title{font-size:18px;font-weight:700;color:#5d9089;margin-top:24px;margin-bottom:10px}.privacy-bullet{font-size:13px;line-height:1.5;color:#50555c;margin-left:20px}.privacy-paragraph{font-size:13px;line-height:1.5;color:#50555c;margin-bottom:12px}.privacy-button{background-color:#132825;color:#b1ccc8;padding:14px 24px;font-size:18px;font-weight:600;border:none;border-radius:8px;cursor:pointer;width:100%;max-width:400px;display:block;margin:40px auto}.privacy-button:hover{background-color:#243c34}.help-container{background:linear-gradient(to bottom,#ecfffc,#e0f1ed);padding:40px 20px 90px;border-top-left-radius:25px;border-top-right-radius:25px;margin-top:50px;height:100vh;overflow-y:auto}.help-title{font-size:32px;color:#00775c;font-weight:700}.help-subtitle{color:#50555c;margin-bottom:20px;font-size:14px;margin-top:6px}.section-heading{font-weight:600;margin-top:30px;margin-bottom:15px;font-size:14px;color:#50555c}.topics-list{display:flex;flex-direction:column;gap:20px}.topic-card{background-color:#e0f1ed;padding:16px;border-radius:4px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.topic-card h4{margin:0;font-size:14px;color:#00775c}.topic-card p{margin:4px 0 0;color:#50555c;font-size:12px}.more-help{margin-top:30px;color:#4a5f5c;padding:0 0 0 10px}.more-help h4{margin-bottom:10px}.more-help a{color:#388e7b;text-decoration:underline}.more-help li{font-size:13px}.more-help ul{padding-left:20px}.vouch-skeleton-wrapper{margin:24px -20px 0}.vouch-skeleton-card{margin-bottom:24px;padding:16px 20px;background:#d8eae7;border-radius:8px;animation:shimmer 1.5s infinite linear}.vouch-skeleton-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.vouch-skeleton-avatar{width:38px;height:38px;border-radius:50%;background:#c3dad6;border:1.5px solid #C3DAD6}.vouch-skeleton-user-info{display:flex;flex-direction:column;gap:6px}.vouch-skeleton-line{height:10px;border-radius:6px;background:#c3dad6}.vouch-skeleton-line.short{width:100px}.vouch-skeleton-line.xshort{width:60px}.vouch-skeleton-line.full{width:100%;height:12px;margin-bottom:8px}.vouch-skeleton-content{margin-bottom:16px}.vouch-skeleton-movies{display:flex;gap:8px}.vouch-skeleton-movie{width:60px;height:20px;border-radius:12px;background:#c3dad6}.vouch-skeleton-footer{display:flex;gap:24px;justify-content:flex-start}.vouch-skeleton-icon{width:24px;height:24px;border-radius:4px;background:#c3dad6}.sending-loader{width:14px;height:14px;border:2px solid #ccc;border-top-color:green;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.comment-input-container{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background-color:#e0f1ed;display:flex;align-items:flex-end;z-index:100}.comment-input-container textarea{flex:1;resize:none;padding:10px 12px;background:#c5dcd8;border-radius:.5rem;border:0;outline:none;font-size:16px;max-height:120px;overflow-y:auto;color:#000;font-family:inherit}.comment-input-container textarea:focus{outline:none;border:none}.send-icon{width:36px;height:36px;margin-left:12px;cursor:pointer}.comment-input-container textarea::placeholder{font-size:13px;padding-top:2px;color:#5d9089}.comment-input-container textarea:disabled{opacity:.6;cursor:not-allowed}.send-button-wrapper{display:flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;cursor:pointer}.send-button-wrapper:active{opacity:.8}.tag-suggestions{position:absolute;bottom:68px;left:12px;right:12px;background:#d0e3e0;border:1px solid #ddd;border-radius:8px;max-height:300px;overflow-y:auto;z-index:50;box-shadow:0 4px 8px #00000014}.tag-suggestion-item{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer}.tag-avatar{height:32px;width:32px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.tag-meta{display:flex;flex-direction:column}.tag-username{font-weight:600;font-size:14px}.tag-name{font-size:12px;color:#666}.comment-item{display:flex;flex-direction:column;gap:8px;padding:12px;border-bottom:1px solid #D8EAE7}.comment-header{display:flex;align-items:center;margin-bottom:6px;cursor:pointer}.comment-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:10px}.comment-meta{display:flex;flex-direction:column}.comment-name{font-weight:600;font-size:14px;color:#000604}.comment-time{font-size:9px;color:#50555c;font-weight:500}.comment-text{font-size:13px;margin-left:43px;white-space:pre-wrap;color:#50555c}.comment-tag{color:#038672;font-weight:500;cursor:pointer}.top-progress-bar{position:fixed;top:0;left:0;height:3px;width:100%;background:#4caf50;animation:loading-bar 1.5s ease-in-out infinite;z-index:1000}@keyframes loading-bar{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.full-review-page{width:100%;padding:24px 16px 80px;display:flex;flex-direction:column;height:150vh;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.full-review-page .review-card-header{padding-bottom:2px;margin-top:30px}.full-review-page .poster-image{padding-top:0}.full-review-page .review-card-footer{padding-top:6px;margin-bottom:16px}.full-review-page .review-text{display:flex;-webkit-line-clamp:0;line-clamp:0;max-height:fit-content;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding:8px 0;font-size:13px;color:#50555c}.full-vouch-page{width:100%;padding:24px 16px 80px;display:flex;flex-direction:column;height:150vh;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.full-vouch-page .vouch-card-header{padding-bottom:2px;margin-top:30px}.full-vouch-page .review-vouch-footer{padding-top:6px;margin-bottom:16px}.full-topic-page{width:100%;padding:24px 16px 80px;display:flex;flex-direction:column;height:150vh;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.full-topic-page .topic-card-header{padding-bottom:2px;margin-top:30px}.full-topic-page .topic-card-footer{padding-top:6px;margin-bottom:16px}.Create-echo-header{display:flex;margin-top:-20px;gap:20px;justify-content:space-between;position:fixed;width:100%;padding:30px 20px 10px;background:#e0f1ed}.echo-cancel{width:100px;border-radius:90000px;background:#b9c9c6;border:0;padding:8px 0;font-weight:500;color:#038672}.echo-Post{width:100px;border-radius:90000px;background:#13312c;border:0;padding:8px 0;font-weight:500;color:#d0e3e0}.echo-content{border:#a8beba solid 1px;border-radius:7px;padding:12px 12px 0}.echo-content .poster-image{margin:0 -12px -18px}.echo-content .review-info{display:none}.echo-content .name-and-username{align-items:center;gap:6px}.echo-content .review-card-header-left img{height:30px;width:30px}.echo-bundling-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#e0f0eb;color:#038672;font-size:18px;gap:25px}.echo-circles{position:relative;width:80px;height:80px}.circle{position:absolute;width:60px;height:60px;border-radius:50%;background:#003d3333;animation:pulse 1.5s infinite ease-in-out}.circle-left{left:0;top:10px;animation-delay:0s}.circle-right{right:0;top:10px;animation-delay:.75s}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:.5}}.echo-progress-alert{position:fixed;top:20px;left:20px;right:20px;padding:12px 20px;border-radius:8px;font-size:15px;font-weight:500;text-align:center;z-index:9999;transition:all .4s ease;box-shadow:0 5px 15px #0000001a;background:#b1ccc8;color:#132825;overflow:hidden}.echo-progress-alert.success{background:#2e7d32}.echo-progress-alert.error{background:#c62828}.echo-progress-bar{height:4px;background:#ffffff4d;border-radius:50px;margin-bottom:8px;position:relative;overflow:hidden}.progress-indicator{height:100%;width:100%;background:linear-gradient(90deg,#4caf50,#81c784,#4caf50);animation:progressAnimation 2s linear infinite;border-radius:50px}@keyframes progressAnimation{0%{transform:translate(-100%)}to{transform:translate(100%)}}.CreateEcho{padding:20px 0}.echo-textarea-container{margin-top:65px;padding:0 20px}.echo-textarea-container textarea{width:100%;max-height:200px;outline:0;background:transparent;font-size:16px;border:0;color:#000}.CreateEcho .echo-content{max-width:100%;margin:30px 20px 0 60px}.topic-explore-page{flex:1;overflow-y:scroll;padding:20px}.rendered-topics{margin-top:40px}.notification-card{display:flex;align-items:flex-start;gap:6px;padding:12px 0}.notification-card img{height:38px;width:38px;object-fit:cover;border-radius:100px;border:1.5px solid #038672}.icon-overlay{position:absolute;bottom:-4px;right:-4px;background-color:#fff;border-radius:50%;padding:4px;font-size:14px;box-shadow:0 0 2px #0003}.notification-content p{font-weight:500;font-size:13px;color:#2f4542}.notification-content span{color:#007a6e}.notification-time{font-size:10px;margin-top:2px;color:#3d7068;font-weight:500}.notification-page{flex:1;overflow-y:scroll;padding:23px 20px}.notification-page .back-label{font-size:22px;color:#038672}.notification-list{margin-top:30px}.notification-skeleton-wrapper{display:flex;flex-direction:column}.notification-skeleton-card{display:flex;align-items:flex-start;gap:6px;padding:12px 0}.notification-skeleton-avatar{height:38px;width:38px;border-radius:50%;background:#c3dad6}.notification-skeleton-text{display:flex;flex-direction:column;gap:6px}.notification-skeleton-line{height:10px;border-radius:6px;background:#c3dad6}.notification-skeleton-line.short{width:120px}.notification-skeleton-line.xshort{width:80px}.shimmer-bg{background:linear-gradient(to right,#bfd8d4 8%,#c3dad6 18%,#d0e3e0 33%);background-size:1200px 100%;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:-1200px 0}to{background-position:1200px 0}}.view-story-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;z-index:9999}.view-story-header{display:flex;align-items:center;padding:12px;gap:8px;margin-top:12px}.view-story-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.view-story-user-info{display:flex;align-items:center;gap:6px}.view-story-username{font-weight:600;font-size:12px;color:#50555c}.view-story-time{font-size:12px;color:#50555c}.view-story-close{margin-left:auto;height:30px;width:30px;cursor:pointer}.view-story-content{flex:1;display:flex;align-items:center;justify-content:center;font-size:36px;text-align:center;margin:25px 16px;padding:20px;line-height:1.4;border-radius:16px;color:#2f4542;background:#d0e3e0}.view-story-controls{display:flex;justify-content:space-between;padding:16px 40px}.view-story-prev,.view-story-next{height:30px;width:30px;cursor:pointer}.progress-bars{display:flex;gap:4px;position:absolute;top:8px;left:8px;right:8px;z-index:1000}.progress-segment{flex:1;height:3px;background:#b1ccc8;overflow:hidden}.progress-segment.filled{background:#06b549}.progress-segment.active{background:#5d9089;animation:fillBar linear forwards}@keyframes fillBar{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.create-story-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:30px 0 120px}.story-editor{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;margin:0 20px;border-radius:20px;background:#d0e3e0}.story-textarea{width:100%;min-height:40px;font-size:22px;text-align:center;border:none;outline:none;background:transparent;resize:none;font-weight:500;color:#2f4542;line-height:1.4;overflow-wrap:break-word;white-space:pre-wrap}.story-textarea::placeholder{color:#2f454280;font-style:italic}.story-buttons{display:flex;justify-content:space-between;padding:16px;position:fixed;bottom:0;width:100%}.cancel-btn,.add-btn{flex:1;margin:0 4px;padding:12px 0;border:none;border-radius:900px;font-size:14px;font-weight:600;cursor:pointer}.cancel-btn{background:#cadbd9;color:#3d7068}.add-btn{background:#038672;color:#d0e3e0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;color:#5d9089;background-color:#e0f1ed}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}a{color:#646cff}button{cursor:pointer}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#e0f1ed}a:hover{color:#747bff}button{background-color:#f9f9f9}}
