@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;height:-webkit-fill-available;overflow-x:hidden}body{width:100%;height:100%;min-height:100vh;min-height:-webkit-fill-available;font-family:Arial,Helvetica,sans-serif;background:#0f0f0f;color:#fff;overflow-x:hidden;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}#root{min-height:100vh;min-height:100dvh;overflow-x:hidden}.auth-container{min-height:100vh;background-color:#000;display:flex;flex-direction:column;align-items:center;font-family:Arial,sans-serif;padding:28px 16px 20px;box-sizing:border-box;position:relative}.auth-card{width:100%;max-width:340px;background:#000;border-radius:16px;padding:28px 24px;box-sizing:border-box;border:1px solid #2a2a2a;box-shadow:0 0 30px #ffffff0d}.auth-card-title{color:#fff;font-size:18px;font-weight:700;margin:0 0 20px;text-align:center}.auth-card input{width:100%;height:48px;padding:0 14px;margin-bottom:14px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;color:#fff;font-size:15px;outline:none;transition:.2s ease;box-sizing:border-box}.auth-card input::placeholder{color:#555}.auth-card input:focus{border-color:#777171;box-shadow:0 0 0 2px #fff3}.password-field{position:relative;width:100%;margin-bottom:14px}.password-field input{padding-right:50px!important;margin-bottom:0!important;width:100%!important;box-sizing:border-box!important}.eye-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#aaa;font-size:18px;padding:0}.eye-btn:hover{color:#fff}.auth-card form button[type=submit]{width:100%;height:48px;border-radius:10px;border:none;background:#fff;color:#000;font-weight:700;font-size:15px;cursor:pointer;transition:.2s ease;margin-top:6px}.auth-card form button[type=submit]:hover{background:#e0e0e0}.auth-container p{margin-top:16px;color:#666;font-size:14px;text-align:center}.auth-container a{color:#fff;text-decoration:none;font-weight:600}.forgot-link{margin-top:8px!important}.error-message{margin-top:14px;padding:12px 16px;border-radius:10px;background:#d8501e;border:1px solid rgba(255,0,0,.4);color:#f5f5f5!important;font-size:13px;text-align:center;animation:shakeIn .4s ease;display:flex;align-items:center;justify-content:center;gap:8px;line-height:1.5}.otp-hint{color:#888;font-size:13px;text-align:center;margin-bottom:20px;line-height:1.5}.otp-hint strong{color:#fff}.otp-resend{text-align:center;color:#666;font-size:13px;margin-top:16px;cursor:pointer}.otp-resend span{color:#fff;font-weight:600}.auth-card input:-webkit-autofill,.auth-card input:-webkit-autofill:hover,.auth-card input:-webkit-autofill:focus,.auth-card input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1a1a1a inset!important;-webkit-text-fill-color:#fff!important;caret-color:#fff}.auth-logo{width:30px;height:30px;border-radius:50%}.auth-app-name{font-size:20px;font-weight:800;color:#fff;margin:0;letter-spacing:1px}.auth-header{display:flex;flex-direction:column;align-items:center;margin-bottom:16px;text-align:center}.auth-welcome{font-size:14px;color:#ffffffb3;margin-top:6px}.auth-domain{font-size:28px;font-weight:700;color:#fff;margin:2px 0 8px;letter-spacing:1px}.auth-logo{width:70px;height:70px;object-fit:contain;margin-bottom:10px}select:focus{outline:none;border-color:#555}.react-tel-input .country-list{background:#1a1a1a!important;color:#fff!important}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background:#2a2a2a!important}.react-tel-input .flag-dropdown{background:#1a1a1a!important;border:1px solid #2a2a2a!important}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background:#2a2a2a!important}.react-tel-input .flag-dropdown.open{background:#1a1a1a!important}.react-tel-input .flag-dropdown.open .selected-flag{background:#2a2a2a!important}.react-tel-input .country-list .country-name{color:#fff!important}.react-tel-input .country-list .dial-code{color:#aaa!important}.react-tel-input input{color:#fff!important;background:#1a1a1a!important}.country-name,.dial-code{background:transparent!important}.comment-modal-overlay{position:fixed;inset:0;background:#000000b3;z-index:9999;display:flex;align-items:flex-end;animation:fadeInOverlay .3s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.comment-modal-container{width:100%;max-width:480px;margin:0 auto;background:#111;border-radius:20px 20px 0 0;height:92vh;display:flex;flex-direction:column;animation:slideUpModal .35s ease}@keyframes slideUpModal{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.comment-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #272727;background:#000;border-radius:20px 20px 0 0;flex-shrink:0}.comment-modal-header h3{margin:0;color:#fff;font-size:18px;font-weight:600}.close-modal-btn{background:none;border:none;color:#71767b;font-size:28px;cursor:pointer;padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-tap-highlight-color:transparent}.close-modal-btn:hover{color:#fff;background:#1a1a1a}.comment-modal-content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.comment-section{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#000}.comments-list{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:0;min-height:0;-webkit-overflow-scrolling:touch}.comments-list::-webkit-scrollbar{width:6px}.comments-list::-webkit-scrollbar-track{background:#000}.comments-list::-webkit-scrollbar-thumb{background:#272727;border-radius:3px}.comments-list::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.comment{padding:12px 0;border-bottom:1px solid #1a1a1a}.comment-container{display:flex;gap:12px;width:100%}.comment-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;overflow:hidden;background:#1a1a1a}.reply-avatar{width:28px;height:28px}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#9f84e3;font-weight:600;font-size:14px}.reply-avatar .avatar-fallback{font-size:12px}.comment-body{flex:1;min-width:0}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.comment-header strong{color:#fff;font-size:14px;font-weight:600}.comment-actions{display:flex;align-items:center;gap:12px}.comment-time{color:#71767b;font-size:12px}.comment-content{color:#fff;font-size:14px;margin:8px 0;line-height:1.5;word-wrap:break-word}.reply-btn{background:none;border:none;color:#71767b;font-size:13px;cursor:pointer;padding:4px 0;font-weight:600;transition:color .2s}.reply-btn:hover{color:#fff}.delete-btn{background:none;border:none;color:#71767b;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;line-height:1;transition:color .2s;font-weight:300}.delete-btn:hover{color:#f44}.reply-input-container{display:flex;gap:6px;margin-top:12px;padding-left:12px}.reply-input-container input{flex:1;padding:8px 14px;background:#1a1a1a;border:1px solid #272727;border-radius:20px;color:#fff;font-size:13px;outline:none}.reply-input-container input:focus{border-color:#0095f6}.reply-input-container button{padding:8px 16px;background:#0095f6;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:13px;font-weight:600;transition:background .2s}.reply-input-container button:last-child{background:#272727}.reply-input-container button:hover{opacity:.8}.replies{margin-top:12px;padding-left:48px;border-left:2px solid #272727}.reply{padding:8px 0;margin-bottom:8px}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.reply-header strong{color:#fff;font-size:13px;font-weight:600}.reply-time{color:#71767b;font-size:11px}.reply-content{color:#fff;font-size:13px;line-height:1.4;word-wrap:break-word}.load-more-btn{width:100%;padding:12px;margin:16px 0;background:#1a1a1a;color:#fff;border:1px solid #272727;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s}.load-more-btn:hover{background:#272727}.load-more-btn:disabled{opacity:.5;cursor:not-allowed}.no-comments{text-align:center;color:#71767b;font-size:14px;padding:32px 20px;margin:0}.add-comment{display:flex;gap:8px;padding:16px 20px;background:#000;border-top:1px solid #272727;flex-shrink:0}.add-comment input{flex:1;padding:10px 16px;background:#1a1a1a;border:1px solid #272727;border-radius:24px;color:#fff;font-size:14px;outline:none;transition:border-color .2s}.add-comment input:focus{border-color:#0095f6}.add-comment button{padding:10px 20px;background:#0095f6;color:#fff;border:none;border-radius:24px;cursor:pointer;font-weight:600;font-size:14px;transition:background .2s}.add-comment button:hover{background:#007acc}.add-comment button:disabled{opacity:.5;cursor:not-allowed}.add-comment button:active{transform:scale(.95)}.comment-skeleton{padding:12px 16px;display:flex;flex-direction:column;gap:16px}.skeleton-item{display:flex;gap:12px;align-items:flex-start;animation:skeletonPulse 1.5s ease-in-out infinite}.skeleton-avatar{width:36px;height:36px;border-radius:50%;background:#2a2a2a;flex-shrink:0}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-name{height:12px;width:100px;background:#2a2a2a;border-radius:6px}.skeleton-text{height:10px;width:100%;background:#2a2a2a;border-radius:6px}.skeleton-text.short{width:60%}@keyframes skeletonPulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes fadeInComment{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.comment-modal-container{max-width:100%;height:92vh}}@media(min-width:768px){.comment-modal-overlay{align-items:center}.comment-modal-container{border-radius:20px;height:80vh}.comment-modal-header{border-radius:20px 20px 0 0}}.video-feed{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 10px 10px;background:#000;min-height:100vh;border-radius:6px}.video-card{width:100%;max-width:480px;background:#1a1a1a!important;border:1px solid #333;border-radius:20px;overflow:hidden;margin:0 auto}.video-card:hover{border-color:#e7d9d9;box-shadow:0 6px 24px #ffffff14;transition:all .3s ease}.video-wrapper{position:relative;width:calc(100% - 12px);margin:8px 6px 0;border-radius:14px;overflow:hidden;background:transparent!important;display:flex;align-items:center}.video-player{width:100%;object-fit:cover;display:block;background:#000;border-radius:14px}.video-player.portrait{height:400px;object-fit:cover;background:transparent}.video-player.landscape{height:auto;max-height:280px;object-fit:contain;background:transparent}.video-player.square{height:350px;object-fit:cover;background:transparent}.play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#00000014;cursor:pointer;z-index:5}.play-button{width:64px;height:64px;border-radius:50%;background:#090909f2;color:#ece2e2;font-size:26px;display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 8px 24px #00000040;transition:transform .2s ease;border:2px solid #fff}.caption-section-new{padding:12px 16px 4px;background:transparent!important;width:100%;box-sizing:border-box}.caption-container{display:flex;align-items:baseline;gap:6px;overflow:hidden;white-space:nowrap}.caption-one-line{font-size:14px;color:#fff;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.caption-expanded{font-size:14px;color:#fff;line-height:1.4;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;display:block}.caption-full{display:block;background:transparent}.more-btn{color:#fff9;font-size:14px;cursor:pointer;font-weight:500;flex-shrink:0;white-space:nowrap;text-decoration:none}.more-btn:hover{color:#fff}.post-caption-top{background:transparent;padding:12px 16px 10px;border-radius:16px 16px 0 0;font-size:14px;color:#fff;line-height:1.6}.post-more-btn{color:#fff9;cursor:pointer;font-size:13px;font-weight:600;background:transparent}.post-user-bar{position:relative;height:115px!important;overflow:hidden;margin:6px;border-radius:14px;cursor:pointer}.post-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:14px}.post-user-row{position:absolute;bottom:14px;left:14px;transform:none;z-index:2;display:flex;align-items:flex-end;gap:10px}.post-action-btn{display:flex;flex-direction:row;align-items:center;gap:6px;cursor:pointer;padding:6px 10px;border-radius:20px;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent}.post-action-btn:active{transform:scale(.9);background:#ffffff14}.post-action-btn svg,.post-action-btn svg *,.action-btn-new svg,.action-btn-new svg *{background:transparent!important;background-color:transparent!important}.action-divider{display:none}.post-action-btn.liked .action-count{color:#f44}.post-action-btn.liked svg{animation:likedPulse .3s ease}.post-image-wrapper{border-radius:14px;overflow:hidden;margin:0 6px}.post-card:hover,.video-card:hover{border-color:#e7d9d9;box-shadow:0 6px 24px #ffffff14;transition:all .3s ease}.video-controls{position:absolute;bottom:8px;left:10px;right:10px;background:transparent!important;display:flex;flex-direction:row;align-items:center;gap:8px;z-index:10}.video-progress-bar{flex:1;height:4px;background:#ffffff4d!important;border-radius:3px;cursor:pointer;position:relative}.video-progress-bar:before{content:"";position:absolute;inset:-10px 0}.video-progress-fill{height:100%;background:#fff!important;border-radius:3px;transition:width .1s linear;position:relative}.video-progress-fill:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%}.video-controls-row{display:flex;align-items:center;gap:8px;background:transparent!important}.video-control-btn{background:#0009!important;border:none!important;color:#fff!important;cursor:pointer;padding:6px!important;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0;-webkit-tap-highlight-color:transparent}.video-control-btn svg{background:transparent!important;background-color:transparent!important}@media(max-width:768px){.video-feed{padding:0;gap:12px;margin:0;align-items:center}.video-controls{opacity:1}.video-card{max-width:96%;width:96%;margin:0 auto;border-radius:20px;border:1px solid #333;overflow:visible;flex-shrink:0}.video-wrapper{margin:8px 6px 0!important;width:calc(100% - 12px)!important;border-radius:14px;overflow:hidden}.video-player{width:100%;border-radius:14px;background:#000}.post-user-bar{height:115px!important;margin:6px;border-radius:12px}.caption-short{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.post-profile-img,.post-profile-fallback{width:95px!important;height:95px!important}.post-actions{gap:12px;padding:8px 12px}}.reel-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;animation:reelSpin .8s linear infinite}video:not(:fullscreen)::-webkit-media-controls{display:none!important}video:not(:fullscreen)::-webkit-media-controls-enclosure{display:none!important}video:not(:fullscreen)::-webkit-media-controls-panel{display:none!important}video:not(:fullscreen)::-webkit-media-controls-overlay-play-button{display:none!important}video:not(:fullscreen)::-webkit-media-controls-start-playback-button{display:none!important}video:fullscreen::-webkit-media-controls{display:flex!important}video:-webkit-full-screen::-webkit-media-controls{display:flex!important}.video-connect-btn{width:82px;margin-right:4px;padding:6px 0;border-radius:20px;border:none;background:linear-gradient(90deg,#554fbf,#545495 35%,#00d4ff);color:#fff;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;text-align:center}.video-skeleton{pointer-events:none;height:115px;border-radius:8px;background:linear-gradient(90deg,#222 25%,#333,#222 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.post-feed{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 10px 10px;background:#000;min-height:100vh;border-radius:6px;overflow:visible}.post-feed-loading{height:100vh;display:flex;align-items:center;justify-content:center;background:#000}.post-loading-spinner{width:44px;height:44px;border:3px solid #333;border-top:3px solid #fff;border-radius:50%;animation:postSpin 1s linear infinite}@keyframes postSpin{to{transform:rotate(360deg)}}.post-feed-empty{height:100vh;display:flex;align-items:center;justify-content:center;font-size:18px;color:#888}.post-card{width:100%;max-width:480px;background:#1a1a1a!important;border:1px solid #333;border-radius:20px;overflow:hidden;flex-shrink:0}.post-card:hover{border-color:#e7d9d9;box-shadow:0 6px 24px #ffffff14;transition:all .3s ease}.post-caption-top{background:transparent!important;padding:12px 16px 10px;border-radius:16px 16px 0 0;font-size:14px;color:#fff;line-height:1.6;position:relative}.caption-short{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;background:transparent;display:inline}.caption-full{display:block}.post-more-btn{color:#fff9;cursor:pointer;font-size:13px;font-weight:600;background:transparent;display:inline-block;margin-left:-2px}.post-image-wrapper{position:relative;width:calc(100% - 12px);margin:8px 6px 0;border-radius:14px;overflow:hidden;background:#000;min-height:200px}.post-image{width:100%;height:auto;max-height:600px;object-fit:cover;display:block;border-radius:14px;background:transparent!important}.video-wrapper{border-radius:14px 14px 0 0;overflow:hidden;margin:8px 6px 0;width:calc(100% - 12px);min-height:55vw;background:#000}.post-user-bar{position:relative;height:115px!important;overflow:hidden;margin:6px;border-radius:8px;cursor:pointer}.post-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:8px}.post-cover-fallback{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#e7e7ea,#1a3a5a);z-index:0;border-radius:14px}.post-bar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:1;border-radius:14px}.post-user-row{position:absolute;bottom:14px;left:14px;transform:none;z-index:2;display:flex;align-items:flex-end;gap:10px;background:transparent!important}.post-profile-img{width:85px!important;height:85px!important;border-radius:50%;object-fit:cover;border:2px solid #fff;flex-shrink:0;box-shadow:0 2px 8px #00000080}.post-profile-fallback{width:85px!important;height:85px!important;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;border:2px solid #fff;flex-shrink:0;box-shadow:0 2px 8px #00000080}.post-user-details{display:flex;flex-direction:column;gap:3px;background:transparent;margin-top:0;margin-bottom:4px}.post-username{color:#fff;font-weight:700;font-size:15px;font-style:italic;background:transparent;text-shadow:0 1px 4px rgba(0,0,0,.9)}.post-displayname{color:#ffffffd9;font-size:12px;background:transparent;text-shadow:0 1px 4px rgba(0,0,0,.9)}.post-user-bar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:#00000040;z-index:1;border-radius:0 0 12px 12px;overflow:hidden}.post-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:10px 16px;background:transparent!important;border-radius:0 0 16px 16px;gap:18px}.post-action-btn{display:flex;flex-direction:row;align-items:center;gap:6px;cursor:pointer;padding:6px 10px;border-radius:20px;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent;background:transparent}.post-action-btn:active{transform:scale(.9)}.post-action-btn svg,.post-action-btn svg *{background:transparent!important;background-color:transparent!important}.action-count{font-size:13px;font-weight:700;color:#ccc;min-width:8px;background:transparent}.action-label{font-size:13px;font-weight:600;color:#ccc}.post-action-btn.liked .action-count{color:#f3e8e8;background:transparent}.post-time-display{color:#ffffff80!important;font-size:11px;background:transparent!important;margin-left:auto;white-space:nowrap;align-self:center}@media(max-width:768px){.post-feed{padding:0;gap:12px;width:100vw;margin:0}.caption-short{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.post-image{border-radius:14px}.post-card{max-width:96%;width:96%;margin:0 auto;border-radius:20px;border:1px solid #333;overflow:visible;flex-shrink:0}.post-card:active{border-color:#999;box-shadow:0 4px 20px #ffffff26;transition:all .1s ease}.post-image-wrapper{margin:8px 6px 0;width:calc(100% - 12px);border-radius:14px;overflow:hidden;min-height:55vw!important;background:#000}.post-user-bar{height:115px!important;margin:6px;border-radius:8px}.post-profile-img,.post-profile-fallback{width:95px!important;height:95px!important}.post-user-row{margin-top:0}.post-actions{gap:12px;padding:8px 12px}.caption-short,.post-more-btn{display:inline}}@media(max-width:768px){.post-image-wrapper{min-height:55vw!important;background:#000}}.post-top-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#1a1a1a!important;border-radius:20px 20px 0 0}.post-top-left{display:flex;align-items:center;gap:8px;background:transparent}.post-top-name{color:#fff;font-size:14px;font-weight:600;background:transparent}.post-top-time{color:#ffffff80;font-size:11px;background:transparent}.post-connect-btn{width:82px;margin-right:4px;padding:6px 0;border-radius:20px;border:none;background:linear-gradient(90deg,#554fbf,#545495 35%,#00d4ff);color:#fff;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;text-align:center}.post-connect-btn.connected{background:linear-gradient(135deg,#2a2a2a,#111);border:1px solid #444;color:#aaa}.banner-container{width:100%;height:72vh;min-height:400px;max-height:680px;position:relative;overflow:hidden;border-radius:16px;background:#000;border:1px solid #cbc6c6;box-shadow:0 10px 30px #0009;margin:20px 12px 10px;width:calc(100% - 24px);box-sizing:border-box}.banner-media.default{object-fit:contain;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.banner-media{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;z-index:1}.banner-media.portrait{object-fit:cover;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.banner-media.landscape{height:auto;max-height:100%;object-fit:contain;top:50%;transform:translate(-50%,-50%)}.banner-media.square{height:100%;object-fit:contain;top:50%;transform:translate(-50%,-50%)}.banner-media.portrait,.banner-media.square,.banner-media.default{top:0;left:0;width:100%;height:100%;object-fit:cover;transform:none!important}.banner-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:16px;box-sizing:border-box;background:linear-gradient(to top,#000000e6,#0003 60%,#0000);position:relative;z-index:2;pointer-events:none}.banner-caption-section{display:flex;flex-direction:row;align-items:center;margin-bottom:0;pointer-events:all;background:transparent}.banner-caption-short{color:#f1f1f1;font-size:15px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;background:transparent}.banner-caption-full{color:#f1f1f1;font-size:14px;white-space:normal;line-height:1.4;background:transparent}.banner-more-btn{color:#ffffffb3;font-size:13px;cursor:pointer;pointer-events:all;margin-top:2px;background:transparent}.banner-bottom-btns{display:flex;gap:12px;margin-top:10px;background:transparent}.banner-story-circle{position:absolute;top:16px;left:16px;z-index:20;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent}.story-ring{width:56px;height:56px;border-radius:50%;padding:3px;display:flex;align-items:center;justify-content:center;background:transparent}.active-ring{border:3px solid #fff}.no-ring{border:2px dashed rgba(255,255,255,.6)}.story-profile-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.story-profile-fallback{width:100%;height:100%;border-radius:50%;background:#f5f5f5;color:#9c9cf0;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.story-plus{position:absolute;bottom:0;right:0;background:#e50914;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.banner-eligible-info{position:absolute;top:20px;left:82px;z-index:20;display:flex;flex-direction:column;justify-content:center}.banner-user-info{position:absolute;top:16px;left:16px;z-index:20;display:flex;flex-direction:column;justify-content:center}.banner-not-eligible-btn{position:absolute;right:16px;z-index:20;width:36px;height:36px;background:transparent;color:#fff;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;cursor:pointer;margin-top:5}.banner-username{color:#fff;font-size:14px;font-weight:700;background:transparent!important}.banner-fans-count{background:linear-gradient(90deg,#dee6ee,#8a7bae,#7f86d8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent!important;font-weight:600;font-size:12px}.banner-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;z-index:5}.banner-play-icon{width:64px;height:64px;border-radius:50%;background:#fff3;color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;padding-left:4px;border:2px solid #fff}.banner-progress-bar{position:absolute;bottom:12px;left:16px;right:16px;height:3px;background:#ffffff4d;border-radius:2px;z-index:20;cursor:pointer}.banner-progress-fill{height:100%;background:#fff;border-radius:2px;transition:none}.banner-owner-bar{position:relative;width:100%;height:auto;min-height:70px;border-radius:8px;overflow:visible;margin-bottom:8px;cursor:pointer;display:flex;align-items:flex-end;padding:8px 4px;box-sizing:border-box;pointer-events:all;background:transparent!important}.banner-owner-row{position:relative;z-index:2;display:flex;align-items:flex-end;gap:12px;background:transparent!important}.banner-owner-profile-img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #fff;flex-shrink:0}.banner-owner-fallback{width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:24px;border:2px solid #fff;flex-shrink:0}.banner-owner-details{display:flex;flex-direction:column;gap:2px;background:transparent;justify-content:center}.banner-displayname{color:#fffc;font-size:12px;background:transparent}.my-banner-overlay{position:absolute;inset:0;background:#000;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;overflow:hidden}.my-banner-media{position:relative;top:0;left:0;width:100%;height:90%;object-fit:contain}.my-banner-views{color:#fff;font-size:14px;position:absolute;bottom:16px}.modal-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#fff;font-size:20px;cursor:pointer;z-index:110}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#1a1a1a;border-radius:12px;padding:24px;width:90%;max-width:480px;max-height:80vh;overflow-y:auto;position:relative}.modal-title{color:#fff;margin-bottom:16px;background:transparent}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.post-thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer}.post-thumb:hover{border:2px solid #fff}.thumb-media{width:100%;height:100%;object-fit:cover}.post-type-tag{position:absolute;bottom:4px;left:4px;background:#0009;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px}.preview-box{width:100%;height:260px;border-radius:8px;overflow:hidden;background:#000}.preview-media{width:100%;height:100%;object-fit:cover}.preview-actions{display:flex;justify-content:space-between;margin-top:16px}.back-btn{padding:10px 20px;background:#333;color:#fff;border:none;border-radius:8px;cursor:pointer}.send-btn{padding:10px 20px;background:#e50914;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700}.banner-actions{position:absolute;right:12px;bottom:220px;display:flex;flex-direction:column;align-items:center;gap:24px;z-index:20;background:transparent;pointer-events:all}.banner-action-btn{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;background:transparent;border:none;padding:0;-webkit-tap-highlight-color:transparent;transition:transform .2s}.banner-action-btn:active{transform:scale(.9)}.banner-action-count{font-size:13px;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);background:transparent}.banner-action-btn.liked svg{animation:likedPulse .3s ease}@keyframes likedPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.banner-action-btn svg{background:transparent!important}.banner-action-divider{display:none}.banner-eligibility-error{position:absolute;top:58px;right:8px;background:#39393ad9;color:#f3eaea;font-size:12px;padding:6px 10px;border-radius:8px;z-index:25;max-width:200px;text-align:center}.modal-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid #333;padding-bottom:8px}.modal-tab{flex:1;padding:10px;background:transparent;color:#ffffff80;border:none;font-size:14px;font-weight:600;cursor:pointer;border-bottom:2px solid transparent}.modal-tab.active{color:#fff;border-bottom:2px solid #fff}.gallery-upload-box{display:flex;align-items:center;justify-content:center;height:200px;border:2px dashed rgba(255,255,255,.3);border-radius:12px;margin:16px 0}.gallery-upload-label{color:#fff;font-size:16px;cursor:pointer;padding:12px 24px;background:#ffffff1a;border-radius:8px}.banner-arrow-btn{position:absolute;top:12px;right:12px;z-index:20;width:30px;height:30px;border-radius:50%;background:transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:3px solid whitesmoke;display:flex;align-items:center;justify-content:center;cursor:pointer}.banner-sheet-overlay{position:fixed;inset:0;background:#0000008c;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.banner-sheet{width:100%;max-width:480px;margin:0 auto;min-height:18vh;background:#000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px 20px 0 0;padding:20px 20px 48px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:14px;animation:slideUp .28s ease;position:relative}.banner-sheet-handle{position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#2e2d2d40;border-radius:2px}.banner-story-circle-sheet{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.banner-user-info-sheet{display:flex;flex-direction:column;gap:2px;background:transparent!important}.banner-story-circle-sheet,.banner-user-info-sheet,.banner-story-circle-sheet .story-ring,.banner-story-circle-sheet .story-profile-fallback{background:transparent!important}.banner-sheet-close{position:absolute;top:14px;right:16px;color:#ffffffb3;font-size:18px;cursor:pointer;line-height:1}.banner-placeholder{background:transparent!important}.slide-out-left{animation:slideOutLeft .3s ease forwards}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.slide-in-right{animation:slideInRight .3s ease forwards}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-in-left{animation:slideInLeft .3s ease forwards}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.banner-like-fixed{position:absolute;bottom:30px;right:12px;z-index:20;width:32px;height:32px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all}.banner-like-fixed.liked svg{animation:likedPulse .25s ease}@media(max-width:768px){.banner-container{border-radius:20px;border:none;margin:12px 12px 6px;width:calc(100% - 24px);box-shadow:none}.banner-progress-bar{display:none}.banner-placeholder{justify-content:flex-end;padding:20px 16px}.banner-username{font-size:22px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.9);line-height:1.2}.banner-fans-count{font-size:13px;font-style:italic;-webkit-text-fill-color:rgba(255,255,255,.8);background:none}.banner-story-circle,.banner-eligible-info{display:none}}.reels-feed{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 10px 10px;background:#000;min-height:100vh;border-radius:6px}.reel-card{width:100%;max-width:480px;background:#1a1a1a;border:1px solid #333;border-radius:20px;overflow:hidden;flex-shrink:0;margin:0 auto}.reel-card:hover{border-color:#e7d9d9;box-shadow:0 6px 24px #ffffff14;transition:all .3s ease}.reel-caption-top{background:transparent;padding:12px 16px 10px;border-radius:16px 16px 0 0;font-size:14px;color:#fff;line-height:1.6}.reel-caption-short{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;background:transparent;display:inline}.reel-caption-full{display:block}.reel-more-btn{color:#fff9;cursor:pointer;font-size:13px;font-weight:600;background:transparent;display:inline}.reel-video-wrapper{position:relative;width:calc(100% - 12px);margin:8px 6px 0;border-radius:14px;overflow:hidden;background:transparent!important}.reel-video{width:100%;object-fit:cover;display:block;background:#000;border-radius:14px}.reel-video.portrait{height:400px;object-fit:cover;background:transparent}.reel-video.landscape{height:auto;max-height:280px;object-fit:contain;background:transparent}.reel-video.square{height:350px;object-fit:cover;background:transparent}.reel-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent!important;cursor:pointer;z-index:5}.reel-play-overlay div,.reel-play-button{width:64px;height:64px;border-radius:50%;background:#090909f2!important;color:#fff!important;font-size:26px;display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 8px 24px #00000040;border:2px solid #fff}.reel-user-bar{position:relative;height:115px!important;overflow:hidden;margin:6px;border-radius:8px;cursor:pointer}.reel-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:8px}.reel-cover-fallback{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#e7e7ea,#1a3a5a);z-index:0;border-radius:14px}.reel-bar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:1;border-radius:14px}.reel-user-row{position:absolute;bottom:14px;left:14px;transform:none;z-index:2;display:flex;align-items:flex-end;gap:10px;background:transparent!important}.reel-user-bar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:#00000040;z-index:1;border-radius:0 0 12px 12px;overflow:hidden}.reel-profile-img{width:85px!important;height:85px!important;border-radius:50%;object-fit:cover;border:2px solid #fff;flex-shrink:0;box-shadow:0 2px 8px #00000080}.reel-profile-fallback{width:85px!important;height:85px!important;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;border:2px solid #fff;flex-shrink:0;box-shadow:0 2px 8px #00000080}.reel-user-details{display:flex;flex-direction:column;gap:3px;background:transparent;margin-top:0;margin-bottom:4px}.reel-username{color:#fff;font-weight:700;font-size:15px;font-style:italic;background:transparent;text-shadow:0 1px 4px rgba(0,0,0,.9)}.reel-displayname{color:#ffffffd9;font-size:12px;background:transparent;text-shadow:0 1px 4px rgba(0,0,0,.9)}.reel-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:10px 16px;background:transparent;border-radius:0 0 16px 16px;gap:18px}.reel-action-btn{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;padding:6px 10px;border-radius:20px;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent;background:transparent}.reel-action-btn:active{transform:scale(.9)}.reel-action-btn svg,.reel-action-btn svg *{background:transparent!important;background-color:transparent!important}.reel-action-count{font-size:13px;font-weight:700;color:#ccc;min-width:8px;background:transparent}.reel-action-btn.liked .reel-action-count{color:#f3e8e8;background:transparent}.reel-time-display{color:#ffffff80;font-size:11px;background:transparent;margin-left:auto;white-space:nowrap;align-self:center}.reel-controls{position:absolute;bottom:4px;left:10px;right:10px;background:transparent!important;display:flex;flex-direction:row;align-items:center;gap:8px;z-index:10}.reel-progress-bar{flex:1;height:4px;background:#ffffff4d!important;border-radius:3px;cursor:pointer;position:relative}.reel-progress-fill{height:100%;background:#fff!important;border-radius:3px;transition:width .1s linear;position:relative}.reel-progress-fill:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%}.reel-progress-bar:before{content:"";position:absolute;inset:-10px 0}.reel-controls-row{display:flex;align-items:center;background:transparent!important}.reel-control-btn{background:#0009!important;border:none!important;color:#fff!important;cursor:pointer;padding:6px!important;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0;-webkit-tap-highlight-color:transparent}.reel-control-btn svg{background:transparent!important;background-color:transparent!important}@media(max-width:768px){.reels-feed{padding:0;gap:12px;margin:0}.reel-card{max-width:96%;width:96%;margin:0 auto;border-radius:20px;border:1px solid #333;overflow:visible;flex-shrink:0}.reel-card:active{border-color:#999;box-shadow:0 4px 20px #ffffff26;transition:all .1s ease}.reel-caption-short{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.reel-video-wrapper{margin:8px 6px 0!important;width:calc(100% - 12px)!important;border-radius:14px;overflow:hidden}.reel-video{width:100%;height:100%;object-fit:contain;border-radius:14px;background:#000}.reel-user-bar{height:115px!important;margin:6px;border-radius:8px}.reel-profile-img,.reel-profile-fallback{width:95px!important;height:95px!important}.reel-user-row{margin-top:0}.reel-actions{gap:12px;padding:8px 12px}}video::-webkit-media-controls{display:none!important}video::-webkit-media-controls-enclosure{display:none!important}video::-webkit-media-controls-panel{display:none!important}video::-webkit-media-controls-overlay-play-button{display:none!important}video::-webkit-media-controls-start-playback-button{display:none!important}.reel-buffering{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:6;background:transparent}.reel-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;animation:reelSpin .8s linear infinite;background:transparent}@keyframes reelSpin{to{transform:rotate(360deg)}}.reel-connect-btn{width:82px;margin-right:4px;padding:6px 0;border-radius:20px;border:none;background:linear-gradient(90deg,#554fbf,#545495 35%,#00d4ff);color:#fff;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;text-align:center}.video-connect-btn.connected{background:linear-gradient(135deg,#2a2a2a,#111);border:1px solid #444;color:#aaa}.reel-skeleton{pointer-events:none;height:115px;border-radius:8px;background:linear-gradient(90deg,#222 25%,#333,#222 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.home-feed-wrap{width:100%;max-width:520px;padding:16px 12px;box-sizing:border-box;background:#000;min-height:100vh;flex-direction:column;display:flex;margin-left:220px;align-items:stretch;flex-shrink:0}@media(max-width:768px){.home-feed-wrap{margin-left:0;max-width:100%;padding:8px 0 70px;box-sizing:border-box;align-items:stretch}}.app-name-header{width:96%;margin:0 auto;padding:6px 0 4px;display:flex;justify-content:center;align-items:center}.app-name{color:#fff;font-size:26px;font-weight:800;font-family:Georgia,serif;letter-spacing:2px;font-style:italic;background:linear-gradient(90deg,#fff,#8a7bae);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.post-feed{display:flex;flex-direction:column;width:100%}.post-feed>div{flex-shrink:0;width:100%}.profile-container{max-width:700px;margin:16px auto;background:#000;overflow-x:hidden;border-radius:16px;padding:0 0 16px}.cover-image{height:200px;background-color:#7b6868;background-size:cover;background-position:center;position:relative;width:100%;overflow:visible;border-radius:16px 16px 0 0}.cover-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom,transparent,#000);pointer-events:none;z-index:1}.cover-bit{position:absolute;top:18px;right:18px;padding:8px 16px;border-radius:20px;border:none;background:#fff;font-size:14px;cursor:pointer;box-shadow:0 2px 6px #00000026}.cover-bit:hover{background:#f0f0f0}.profile-image{position:absolute;bottom:50px;left:20px;width:100px;height:100px;border-radius:50%;border:3px solid #000;object-fit:cover;background:#111;z-index:2}.fallback-avatar{position:absolute;bottom:50px;left:20px;width:110px;height:110px;border-radius:50%;border:4px solid black;background:#f5f5f5!important;display:flex;align-items:center;justify-content:center;z-index:2}.initial{font-size:48px;font-weight:700;color:#1da1f2;background:none}.profile-details{padding:16px 16px 12px}.profile-details h2{margin:0;font-size:16px;font-weight:700;color:#fff}.username{margin-top:4px;color:#fff;font-size:15px;font-weight:600}.bio{margin-top:8px;color:#e0e0e0;font-size:14px;font-weight:400;line-height:1.5}.profile-image :hover{transform:scale(1.05);transition:.25s ease}.profile-actions{display:flex;gap:12px;max-width:700 px;margin:0 auto;padding:0 16px 16px;position:relative;border:none!important}.profile-actions .btn{flex:1;padding:8px 0;border:none;background:#282525!important;color:#f5f5f5!important;font-weight:700;cursor:pointer;text-align:center;border-radius:10px;font-size:14px;margin-bottom:0}.profile-actions .btn:hover{background:#e0e0e0}*{background-color:#000;color:#f0f8ff}.username-row{display:flex;align-items:center;gap:30px;margin-bottom:8px}.username{margin:0}.fans{font-size:14px;color:#6e6464}.fans-count{background:linear-gradient(90deg,#dee6ee,#8a7bae,#7f86d8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;background-size:200% 200%;animation:gradientMove 3s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}to{background-position:100% 50%}}.profile-tabs{display:flex;width:100%;border-bottom:1px solid #333;margin:0;padding:0;box-sizing:border-box}.tab-btn{flex:1;padding:12px 0;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:#888!important;font-size:14px;font-weight:600;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border-bottom:2px solid transparent!important;box-sizing:border-box;margin:0}.tab-active{color:#fff!important;border-bottom:2px solid #fff!important}.tab-btn:hover{color:#fff!important}.all-feed{display:flex;flex-direction:column;gap:0;background:#000!important}.all-feed-item{background:#111!important;border-bottom:1px solid #222;padding-bottom:12px}.all-feed-user{display:flex;align-items:center;gap:10px;padding:12px 14px 10px;background:transparent!important}.all-feed-avatar{width:38px;height:38px;border-radius:50%;background:#333!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.all-feed-userinfo{display:flex;flex-direction:column;background:transparent!important}.all-feed-username{color:#fff!important;font-weight:700;font-size:14px;background:transparent!important}.all-feed-type{color:#888!important;font-size:11px;background:transparent!important;text-transform:uppercase}.all-feed-image{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#000!important}.all-feed-video{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#000!important}.all-feed-caption{padding:10px 14px 0;background:transparent!important}.all-feed-caption p{color:#fff!important;font-size:14px;line-height:1.4;margin:0 0 6px;background:transparent!important}.all-feed-caption span{color:#888!important;font-size:12px;background:transparent!important}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:0;overflow:hidden;position:relative}.post-grid-item{cursor:pointer;overflow:hidden;background:#000!important;border-radius:0;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transform:translateZ(0);will-change:auto}.post-grid-item:hover{opacity:.85}.square-media{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#000!important}.grid-video-wrapper{position:relative;width:100%}.grid-video{width:100%;aspect-ratio:9/16;object-fit:cover;display:block;background:#000!important;border-radius:0}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;color:#fff;background:#0006!important;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:3px;pointer-events:none}.grid-views-overlay{position:absolute;bottom:6px;left:6px;color:#fff!important;font-size:12px;font-weight:600;background:transparent!important;display:flex;align-items:center;gap:4px;pointer-events:none}.grid-item-info{display:none}.no-posts{grid-column:span 3;text-align:center;padding:40px;color:#888!important;background:transparent!important;font-size:15px}.viewer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2!important;z-index:9999;display:flex;align-items:center;justify-content:center}.viewer-close{position:absolute;top:20px;right:24px;background:transparent!important;border:none;color:#fff!important;font-size:32px;cursor:pointer;z-index:10000;line-height:1}.viewer-counter{position:absolute;top:24px;left:50%;transform:translate(-50%);color:#fff!important;background:transparent!important;font-size:14px;font-weight:600}.viewer-prev,.viewer-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26!important;border:none;color:#fff!important;font-size:48px;width:50px;height:80px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:background .2s}.viewer-prev{left:16px}.viewer-next{right:16px}.viewer-prev:hover,.viewer-next:hover{background:#ffffff4d!important}.viewer-content{display:flex;flex-direction:column;align-items:center;max-width:500px;width:90%;background:transparent!important}.viewer-image{width:100%;max-height:75vh;object-fit:contain;border-radius:12px;background:#000!important}.viewer-video{width:100%;max-height:80vh;border-radius:12px;background:#000!important;object-fit:contain}.viewer-caption{margin-top:16px;text-align:center;background:transparent!important;width:100%;padding:0 16px}.viewer-caption p{color:#fff!important;font-size:15px;line-height:1.5;margin:0 0 8px;background:transparent!important}.viewer-caption span{color:#aaa!important;font-size:13px;background:transparent!important}.all-feed-avatar-img{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #333}.book-section{display:flex;flex-direction:column;align-items:center;padding:30px 0 40px;gap:14px;background:#000!important}.book-img{width:350px;cursor:pointer;border-radius:8px;transition:transform .3s ease,filter .3s ease;filter:drop-shadow(-8px 10px 20px rgba(0,0,0,.8));animation:bookFloat 3s ease-in-out infinite}.book-img:hover{transform:scale(1.08) translateY(-6px);filter:drop-shadow(-10px 14px 28px rgba(0,0,0,.9));animation:none}@keyframes bookFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.book-tap-label{font-size:12px;color:#f5f5f5!important;letter-spacing:2px;background:#000!important;animation:tapPulse 2s ease-in-out infinite}@keyframes tapPulse{0%,to{opacity:.4}50%{opacity:1}}.book-close-bar{display:flex;justify-content:flex-end;padding:8px 16px 0;background:#000!important}.book-close-bar-btn{background:#111!important;border:1px solid #8b4513!important;color:#d4622a!important;padding:6px 20px!important;border-radius:20px!important;cursor:pointer!important;font-size:13px!important;font-weight:600!important}.book-close-bar-btn:hover{background:#8b4513!important;color:#fff!important}.website-url{color:#1da1f2;font-size:14px;text-decoration:none;margin-top:5px;display:block}.website-url:hover{text-decoration:none}.profile-settings-btn{position:absolute;top:8px;right:8px;font-size:32px;cursor:pointer;z-index:10;background:transparent!important;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.settings-overlay{position:fixed;inset:0;background:#0009;z-index:9999;display:flex;align-items:flex-end}.settings-sheet{width:100%;min-height:50vh;border-radius:20px 20px 0 0;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.profile-row-section{padding:12px 0 8px;background:#000!important}.profile-row-title{font-size:14px;font-weight:700;color:#fff!important;padding:0 16px 8px;margin:0;background:transparent!important}.profile-row-scroll{display:flex;flex-direction:row;overflow-x:auto;gap:4px;padding:0 16px;scrollbar-width:none;-ms-overflow-style:none}.profile-row-scroll::-webkit-scrollbar{display:none}.profile-row-item{flex-shrink:0;width:250px;height:250px;border-radius:8px;overflow:hidden;cursor:pointer;position:relative;background:#111!important}.row-square-media{width:250px;height:250px;object-fit:cover;display:block;background:#000!important}.no-posts-row{color:#555!important;font-size:13px;padding:20px 0;background:transparent!important}@media(max-width:768px){.profile-container{margin:16px 12px;overflow-x:hidden}.profile-row-scroll{padding:0 8px;box-sizing:border-box}.profile-row-item{width:170px;height:170px;flex-shrink:0}.row-square-media{width:170px;height:170px}}.settings-container{width:100%;min-height:90vh;background:#000;color:#fff}.settings-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #222}.settings-back-btn{background:transparent;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;line-height:1}.settings-title{font-size:18px;font-weight:700;color:#fff}.settings-list{padding:16px;display:flex;flex-direction:column;gap:8px}.settings-item{display:flex;align-items:center;gap:14px;padding:16px;background:#1a1a1a;border-radius:12px;cursor:pointer;border:1px solid #2a2a2a}.settings-item:active{background:#2a2a2a}.settings-item-icon{font-size:20px;background:transparent}.settings-item-text{flex:1;font-size:15px;color:#fff;background:transparent}.settings-item-arrow{font-size:20px;color:#666;background:transparent}.settings-item.logout .settings-item-text{color:#f44}.privacy-content{padding:16px;background:transparent;border-radius:12px;border:1px solid #2a2a2a;color:#ccc;font-size:14px;line-height:1.8;display:flex;flex-direction:column;gap:12px}.privacy-content h3{color:#fff;font-size:16px}.logout-overlay{position:fixed;inset:0;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.logout-popup{background:#1a1a1a;border-radius:16px;padding:24px;width:100%;max-width:300px;text-align:center;border:1px solid #2a2a2a}.logout-popup-title{color:#fff;font-size:18px;margin-bottom:8px;background:transparent}.logout-popup-text{color:#888;font-size:14px;margin-bottom:24px;background:transparent}.logout-popup-btns{display:flex;gap:12px;background:transparent}.logout-cancel-btn{flex:1;padding:12px;border-radius:10px;border:1px solid #333;background:#2a2a2a;color:#fff;font-size:15px;cursor:pointer}.logout-confirm-btn{flex:1;padding:12px;border-radius:10px;border:none;background:#f44;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.sidebar{width:70px;min-width:70px;flex-shrink:0;height:100vh;position:fixed;top:0;left:0;background:#000;color:#fff;padding:15px 8px;z-index:100;overflow:hidden;transition:width .2s ease}.sidebar:hover{width:220px}.logo{margin-bottom:30px;font-size:20px;white-space:nowrap;margin-left:14px}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{display:flex;align-items:center;gap:15px;padding:14px 12px;border-radius:8px;cursor:pointer;white-space:nowrap}.sidebar li:hover{background:#151313}.icon{font-size:24px;min-width:28px;text-align:center;flex-shrink:0}.text{display:inline-block;opacity:0;transform:translate(-10px);transition:opacity .2s ease,transform .2s ease;color:inherit}.sidebar:hover .text{opacity:1;transform:translate(0)}.sidebar-link{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.clickable{cursor:pointer}.create-options{margin-left:35px;display:flex;flex-direction:column;gap:8px}.create-options div{padding:6px 10px;background:#111;border-radius:6px;cursor:pointer;font-size:14px;white-space:nowrap}.create-options div:hover{background:#222}.create-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:transparent;z-index:1000}.create-modal{width:480px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 12px 40px #57555540}.create-header{display:flex;align-items:center;justify-content:center;position:relative;padding:12px 16px;border-bottom:1px solid #e5e5e5}.create-title{font-weight:600;font-size:16px;color:#f5f5f5}.close-btn{position:absolute;left:12px;background:none;border:none;font-size:18px;cursor:pointer;color:#f5f5f5}.close-btn:hover{opacity:.6}.media-preview{padding:18px;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.media-preview img,.media-preview video{width:100%;max-height:420px;object-fit:contain;border-radius:16px}.caption-input{width:100%;border:none;outline:none;padding:14px;font-size:14px;resize:none;background:#fff;color:#000;border-top:1px solid #e6e6e6;box-sizing:border-box}.post-btn{width:calc(100% - 24px);margin:12px;padding:12px;border:none;border-radius:24px;background:linear-gradient(135deg,#9ec3dc,#0077e6);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.bottom-nav,.mobile-topbar{display:none}@media(max-width:768px){.sidebar{display:none}.mobile-topbar{display:flex;position:fixed;top:0;left:0;right:0;height:56px;background:#000;align-items:center;justify-content:space-between;padding:0 16px;z-index:9998;transition:transform .3s ease,opacity .3s ease}.topbar-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.topbar-visible{transform:translateY(0);opacity:1;pointer-events:all}.topbar-left{display:flex;align-items:center;gap:8px}.topbar-symbol{font-size:22px;color:#fff}.topbar-name{font-size:20px;font-weight:700;color:#fff;letter-spacing:.3px}.topbar-right{display:flex;align-items:center;gap:20px}.top-action-btn{background:transparent!important;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.top-action-btn svg{background:transparent!important}.bottom-nav{display:flex;position:fixed;bottom:16px;left:0;right:0;margin:0 auto;width:90%;max-width:420px;height:56px;border-radius:50px;background:#000!important;align-items:center;justify-content:space-around;padding:0 10px;z-index:9999;border:1px solid rgb(106,100,100);box-shadow:inset 0 2px 4px #948e8e59,inset 0 -1px 3px #ffffff26,inset 0 0 30px #eaeaea14,0 10px 40px #000c,0 0 0 1px #ffffff1a}.bottom-nav-item{display:flex;align-items:center;justify-content:center;flex:1;color:#5a6472;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.bottom-nav-item.active{color:#fff}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;font-size:22px;color:inherit;transition:transform .15s;background:transparent!important}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1);color:#fff}.bottom-nav *{background:transparent!important}.fab-backdrop{position:fixed;inset:0;background:transparent!important;z-index:9990;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fab-btn{position:fixed;bottom:90px;right:20px;width:54px;height:56px;border-radius:50%;background:#3a3a3a!important;color:#fff;display:flex;align-items:center;justify-content:center;z-index:9995;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.fab-option-icon svg,.fab-option-icon svg *,.fab-option-icon path,.fab-btn svg,.fab-btn svg *,.fab-btn path{background:transparent!important;background-color:transparent!important;fill:#fff!important}.fab-visible{transform:scale(1);opacity:1;pointer-events:all}.fab-hidden{transform:scale(0);opacity:0;pointer-events:none}.fab-options{position:fixed;bottom:160px;right:20px;display:flex;flex-direction:column;gap:18px;z-index:9995;pointer-events:none;opacity:0;transform:translateY(20px);transition:opacity .25s ease,transform .25s ease;background:transparent!important}.fab-options-open{pointer-events:all;opacity:1;transform:translateY(0)}.fab-option{display:flex;align-items:center;justify-content:flex-end;gap:12px;cursor:pointer;background:transparent!important}.fab-option-label{color:#f5f5f5;font-size:15px;font-weight:500;background:transparent!important;padding:7px 16px;border-radius:20px;text-shadow:0 1px 4px rgba(0,0,0,.8)}.fab-option-icon{width:50px;height:50px;border-radius:50%;background:#3a3a3a!important;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0006;transition:transform .15s ease;flex-shrink:0}.fab-option:active .fab-option-icon{transform:scale(.9)}.fab-options-open .fab-option:nth-child(1){transition-delay:.05s}.fab-options-open .fab-option:nth-child(2){transition-delay:.1s}.fab-options-open .fab-option:nth-child(3){transition-delay:.15s}.nav-show{transform:translateY(0);transition:transform .3s ease}.nav-hide{transform:translateY(100%);transition:transform .3s ease}}.suggestion-sheet-overlay{position:fixed;inset:0;background:#000000d9;z-index:9998;display:flex;flex-direction:column;pointer-events:none}.suggestion-sheet{width:100%;height:100%;background:#000;padding:16px 16px 80px;overflow-y:auto;pointer-events:all}.suggestion-sheet-handle{width:40px;height:4px;background:#333;border-radius:2px;margin:0 auto 16px}.upload-fullpage{position:fixed;bottom:0;left:0;right:0;height:100dvh;background:#000;z-index:9999;display:flex;flex-direction:column;animation:slideUpFull .3s cubic-bezier(.25,.46,.45,.94)}@keyframes slideUpFull{0%{transform:translateY(100%)}to{transform:translateY(0)}}.upload-fullpage-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #222;flex-shrink:0}.upload-close-btn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px 8px}.upload-title{font-size:16px;font-weight:600;color:#fff}.upload-post-btn{background:#fff;color:#000;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600;cursor:pointer}.upload-fullpage-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.upload-media-wrap{width:100%;border-radius:12px;overflow:hidden;background:#111}.upload-media-img{width:100%;max-height:400px;object-fit:contain;display:block}.upload-media-video{width:100%;max-height:400px;display:block}.upload-caption-input{width:100%;background:#363535;border:1px solid #222;border-radius:12px;color:#fff;font-size:15px;padding:14px;min-height:100px;resize:none;box-sizing:border-box;font-family:inherit}.upload-caption-input::placeholder{color:#c0b2b2}.upload-caption-input:focus{outline:none;border-color:#444}.upload-link-wrap{width:100%}.upload-link-input{width:100%;background:#363535;border:1px solid #222;border-radius:12px;color:#fff;font-size:15px;padding:14px;box-sizing:border-box}.upload-link-input::placeholder{color:#c0b2b2}.upload-link-input:focus{outline:none;border-color:#444}.suggestion-box-container{width:100%;background:#000;min-height:100vh;padding-bottom:80px;box-sizing:border-box}.suggestion-header{position:fixed;top:0;left:0;right:0;height:56px;background:#000;display:flex;align-items:center;justify-content:center;padding:0 16px;z-index:9997;transition:transform .3s ease,opacity .3s ease}.suggestion-title{font-size:20px;font-weight:700;color:#fff}.suggestion-search-icon{position:absolute;right:16px;color:#fff;cursor:pointer;display:flex;align-items:center}.suggestion-list{display:flex;flex-direction:column;gap:10px;padding:64px 10px 80px}.suggestion-card{position:relative;width:100%;height:128px;overflow:hidden;border-radius:12px;cursor:pointer}.suggestion-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:8px}.suggestion-cover-fallback{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#e7e7ea,#1a3a5a);z-index:0;border-radius:8px}.suggestion-user-row{position:absolute;top:10%;bottom:8px;left:10px;z-index:2;display:flex;align-items:center;gap:10px;background:transparent!important}.suggestion-profile-img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid black;flex-shrink:0;box-shadow:0 2px 8px #00000080}.suggestion-profile-fallback{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;border:2px solid black;flex-shrink:0;box-shadow:0 2px 8px #00000080}.skeleton-card{pointer-events:none;height:115px;border-radius:8px;background:linear-gradient(90deg,#222 25%,#333,#222 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.suggestion-end{text-align:center;color:#555;font-size:13px;padding:16px 0}.suggestion-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:#00000040;z-index:1;border-radius:0 0 12px 12px;overflow:hidden}.suggestion-user-details{display:flex;flex-direction:column;gap:3px;background:transparent;margin:0 0 2px;padding:0;align-self:flex-end}.suggestion-username-text{color:#fff;font-weight:700;font-size:15px;font-style:italic;background:transparent;text-shadow:0 1px 4px rgba(0,0,0,.9)}.suggestion-displayname-text{color:#ffffffd9;font-size:12px;background:transparent;text-shadow:0 1px 4px rgba(0,0,0,.9)}.suggestion-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#fff;letter-spacing:1px}.suggestion-title span{font-family:Pacifico,cursive;font-size:22px;font-weight:400;color:#fff;letter-spacing:1px}.notification-overlay{position:fixed;inset:0;background:#0009;z-index:9999;display:flex;justify-content:flex-end}.notification-panel{width:100%;max-width:500px;height:100vh;background:#000;padding:20px;overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:10000;animation:slideInRight .29s ease-out}.notification-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.notification-header span{color:#fff;font-size:18px;font-weight:700}.mark-read-round-btn{background:#e53935;border:none;color:#fff;font-size:20px;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-tap-highlight-color:transparent}.mark-read-round-btn:hover{background:#c62828}.close-notif-btn{background:transparent;border:none;color:#fff;font-size:22px;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-tap-highlight-color:transparent}.close-notif-btn:hover{background:#ffffff1a}.notification-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.notification-list::-webkit-scrollbar{display:none}.notification-item{background:#000;border-radius:12px;padding:16px;cursor:pointer;transition:background .2s;border:1px solid rgb(64,60,60)}.notification-item:hover,.notification-item.unread{background:#000}.notif-body{font-size:13px;color:#ebd6d6;line-height:1.4;background:transparent!important}.notif-time{font-size:11px;color:#666;margin-top:3px;background:transparent!important}.no-notifications{text-align:center;color:#aaa;margin-top:20px;font-size:14px}@media(max-width:768px){.notification-panel{max-width:100%}}.notif-avatar{width:55px;height:55px;border-radius:50%;object-fit:cover;flex-shrink:0;cursor:pointer}.notif-avatar-fallback{background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.search-overlay{position:fixed;inset:0;background:#0009;z-index:9999;display:flex;justify-content:flex-end}.search-panel{width:100%;max-width:500px;height:100vh;background:#000;padding:20px;overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:10000;animation:slideInRight .29s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.search-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.search-header h2{color:#fff;margin:0;font-size:18px;font-weight:700}.search-close-btn{background:transparent;border:none;color:#fff;font-size:22px;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-tap-highlight-color:transparent;flex-shrink:0}.search-close-btn:hover{background:#ffffff1a}.search-input-wrapper{position:relative;margin-bottom:4px}.search-input{width:100%;height:48px;padding:0 40px 0 14px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;color:#fff;font-size:15px;outline:none;transition:.2s ease;box-sizing:border-box}.search-input::placeholder{color:#555}.search-input:focus{border-color:#777171;box-shadow:0 0 0 2px #fff3}.close-bit{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;z-index:10}.search-results{margin-top:12px;flex:1;overflow-y:auto}.search-user{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;cursor:pointer}.fallback-avatar{background:#fff!important}.search-user:hover{background-color:#1a1a1a}.search-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.search-user-info{display:flex;flex-direction:column}.search-username{font-weight:600;color:#f5f5f5;font-size:14px}.search-displayname{font-size:13px;color:#aaa}.search-loading,.search-empty{color:#aaa;text-align:center;margin-top:20px;font-size:14px}.search-results::-webkit-scrollbar{display:none}@media(max-width:768px){.search-panel{width:100%;max-width:100%}}.chat-page{display:flex;height:100dvh;background:#0b141a;color:#e9edef;font-family:Segoe UI,sans-serif;overflow:hidden;position:fixed;inset:0 0 0 72px}.chat-left{width:420px;background:#33383b;flex-shrink:0;box-sizing:border-box;border-right:1px solid #696d6e;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-left-header{padding:20px;box-sizing:border-box;font-size:20px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.new-chat-btn{background:transparent;border:none;font-size:20px;cursor:pointer;color:#373a3a}.chat-user-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;height:100%}.chat-user{display:flex;gap:12px;padding:16px 20px;cursor:pointer;transition:background .2s;width:100%;box-sizing:border-box;background:transparent;border-radius:8px;margin-bottom:2px}.chat-user{position:relative}.chat-user:after{content:"";position:absolute;bottom:0;left:70px;width:calc(100% - 70px);height:1px;background:#1e2d35}.chat-user:hover{background-color:#2a3942;background:#202c33}.chat-avatar{width:50px;height:50px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff}.chat-user-info{flex:1;min-width:0;background:transparent}.chat-username{font-weight:600;margin-bottom:4px;background:transparent}.chat-last-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#8696a0}.unread-badge{background:#dae2e2;color:#000;padding:2px 7px;border-radius:50%;font-size:12px;font-weight:700}.chat-right{flex:1;display:flex;flex-direction:column;background:#0b141a;min-height:0;overflow:hidden}.ig-message-container{display:flex;flex-direction:column;padding:10px;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.message-day-label{align-self:center;text-align:center;margin:16px 0;font-size:12px;color:#aaa}.ig-message{max-width:70%;width:fit-content;padding:8px 12px;margin:4px 0;font-size:14px;line-height:1.4;position:relative;display:flex;align-items:flex-end;gap:6px;transition:transform .1s ease;box-sizing:border-box}.ig-message:hover{transform:scale(1.01)}.ig-message-text{word-wrap:break-word;white-space:pre-wrap;display:inline;background:transparent;color:#f5f5f5}.ig-message-time{font-size:10px;opacity:.7;white-space:nowrap;flex-shrink:0;line-height:1}.ig-my{align-self:flex-end;background:linear-gradient(90deg,#899398,#62596b);color:#000;border-radius:18px 18px 4px;margin-left:40px}.ig-my .ig-message-time{color:#322e2e;background:transparent}.ig-their{align-self:flex-start;background-color:#262626;color:#f5f5f5;border-radius:18px 18px 18px 4px;margin-right:40px}.ig-their .ig-message-time{color:#ffe7e780;background:transparent}@media(max-width:480px){.ig-message{max-width:85%}}.chat-messages{flex:1;overflow-y:auto;padding:20px;scroll-behavior:auto;display:flex;flex-direction:column;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;opacity:0;transition:opacity .15s ease}.message-date-divider{text-align:center;font-size:12px;color:#888;margin:10px 0;background:#f0f0f0;padding:2px 10px;border-radius:10px;display:inline-block}.chat-input{padding:12px 16px 24px;background:#000!important;flex-shrink:0;box-sizing:border-box;border-top:none;z-index:10}.chat-input-inner{display:flex;align-items:flex-end;gap:10px;background:#1e1e1e!important;border-radius:28px;padding:12px 16px;border:none!important;outline:none!important;box-shadow:none!important}.message-input{flex:1;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:#fff!important;font-size:15px;caret-color:#fff;resize:none!important;overflow-y:auto;max-height:150px;line-height:1.5;font-family:inherit;height:24px;min-height:24px;padding:0 0 0 8px;-webkit-appearance:none!important;appearance:none!important}.no-chat-selected{flex:1;display:flex;align-items:center;justify-content:center;color:#8696a0;font-size:18px}.chat-header{height:60px;padding:0 16px;display:flex;align-items:center;border-bottom:2px solid #2f2f2f;background:#000}.chat-header-user{display:flex;align-items:center;gap:12px;background:transparent}.chat-back-btn{background:transparent!important;border:none;color:#fff;cursor:pointer;padding:0;margin-right:4px;line-height:1;display:flex;align-items:center;flex-shrink:0}.chat-user-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;background:transparent}.chat-time{font-size:12px;color:#8696a0;white-space:nowrap}.chat-last-message{font-size:13px;color:#8696a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px;flex:1;background:transparent}.unread-badge{background:#7e8b89;color:#fff;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-header-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#444}.chat-header-info{display:flex;flex-direction:column;justify-content:center;background:transparent}.chat-header-username{color:#fff;font-size:15px;font-weight:800;line-height:1.2;background:transparent}.chat-page .search-overlay{left:72px;width:calc(100% - 72px)}.chat-page .search-panel{width:460px}.chat-last-row{background:transparent}.message-input{resize:none!important;overflow-y:auto;max-height:150px;line-height:1.5;font-family:inherit;height:24px;min-height:24px;padding:0 0 0 8px;border:none!important;outline:none!important;box-shadow:none!important}.msg-options-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#0000004d;display:flex;align-items:center;justify-content:center}.msg-options-menu{background:#1e2d35;border-radius:12px;overflow:hidden;min-width:180px;box-shadow:0 4px 20px #00000080}.msg-options-menu button{display:block;width:100%;padding:14px 20px;background:transparent;border:none;color:#fff;font-size:15px;text-align:left;cursor:pointer;border-bottom:1px solid #2a3942}.msg-options-menu button:hover{background:#2a3942}.delete-option{color:#f44!important}.reply-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#1e2d35;border-left:3px solid #00a884;margin:0 16px 8px;border-radius:8px}.reply-bar-content{display:flex;flex-direction:column;background:transparent}.reply-bar-label{font-size:11px;color:#00a884;background:transparent}.reply-bar-text{font-size:13px;color:#aaa;background:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.reply-bar-close{background:transparent;border:none;color:#aaa;font-size:16px;cursor:pointer}.reply-preview{background:#00000040;border-left:3px solid #00a884;padding:6px 10px;border-radius:6px;margin-bottom:6px;max-width:100%;display:flex;flex-direction:column;gap:2px}.reply-preview-name{font-size:12px;font-weight:700;color:#00a884;background:transparent}.reply-preview-text{font-size:12px;color:#aaa;background:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}@keyframes highlightMsg{0%{background:#d5e6e34d}50%{background:#cae1dc4d}to{background:transparent}}.ig-message.highlighted{animation:highlightMsg 1.5s ease-out!important;border-radius:12px}.ig-their.highlighted{background:#c4d3d04d!important;width:100%!important;max-width:100%!important}.ig-my.highlighted{background:#bdcdca4d!important;width:100%!important;max-width:100%!important}.ig-message.highlighted{animation:highlightMsg 1.5s ease-out}.message-input{font-size:16px}.chat-avatar-fallback{background:#fff!important;color:#0b141a!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:18px!important;border-radius:50%!important}@media(max-width:768px){.chat-page{inset:0;width:auto;margin-left:0;height:100dvh}.chat-messages{flex:1;overflow-y:auto;min-height:0}.chat-input{padding:12px 12px 18px 16px}.chat-left{width:100%;min-width:100%;border-right:none;height:100%;flex:1}.chat-page.chat-open .chat-left{display:none}.chat-search-bar{display:flex;align-items:center;gap:10px;background:#202c33;border-radius:24px;padding:13px 16px;cursor:pointer;margin:6px 0 14px;width:90%;box-sizing:border-box;border:1px solid #2a3942;transition:border .2s}.chat-search-bar:hover{border:1px solid #8696a0}.chat-search-placeholder{color:#8d959a;font-size:16px;flex:1;background:transparent}.chat-left-header{display:flex;flex-direction:column;align-items:stretch;padding:16px 16px 0}.chat-left-header h3{padding:0 0 10px 8px;font-size:28px;font-weight:900;text-align:left;width:100%}.chat-page.chat-open .chat-right{position:fixed;inset:0;display:flex;flex-direction:column;overflow:hidden;background:#0b141a}.chat-page .search-overlay{left:0;width:100%}.chat-page .search-panel{width:100%}.chat-back-btn{display:block}}.message-input,.ig-message-text{font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.skeleton{background:linear-gradient(90deg,#1e2d35 25%,#2a3942,#1e2d35 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:6px}.skeleton-avatar{width:45px;height:45px;border-radius:50%;flex-shrink:0}.skeleton-line{height:12px;margin:5px 0;border-radius:4px}.skeleton-line.short{width:45%}.skeleton-line.long{width:70%}.skeleton-line.tiny{width:20%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.icon{background:transparent}.ig-message{animation:none}.chat-suggest-strip{display:flex;flex-direction:row;gap:10px;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:none;width:100%;box-sizing:border-box;margin-bottom:10px;margin-top:10px}.chat-suggest-strip::-webkit-scrollbar{display:none}.chat-suggest-card{flex-shrink:0;width:160px;height:80px;border-radius:10px;overflow:hidden;cursor:pointer;position:relative;background:#1a1a1a;display:flex;flex-direction:column;align-items:center}.chat-suggest-cover{width:100%;height:80px;object-fit:cover;flex-shrink:0}.chat-suggest-cover-fallback{width:100%;height:80px;background:linear-gradient(135deg,#1a3a5a,#e7e7ea);flex-shrink:0}.chat-suggest-avatar-wrap{position:absolute;left:8px;top:50%;transform:translateY(-50%);z-index:2;background:transparent}.chat-suggest-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #000;box-shadow:0 2px 6px #00000080;display:block}.chat-suggest-avatar-fallback{width:65px;height:65px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;border:2px solid #000;box-shadow:0 2px 6px #00000080}.chat-suggest-info{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 6px 0}.chat-suggest-username{color:#fff;font-size:11px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:95px}.chat-suggest-displayname{color:#fff9;font-size:10px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:95px}.chat-empty-state{display:flex;align-items:center;justify-content:center;height:60vh;padding:20px;background:#000}.chat-empty-preview-card{width:100%;max-width:300px;min-height:220px;background:#2a2a2a!important;border-radius:20px;border:1px solid #3a3a3a;opacity:.7;pointer-events:none;padding:16px}.chat-empty-card{background:#4f4b4b;border-radius:20px;padding:32px 24px;text-align:center;max-width:280px;border:1px solid whitesmoke}.chat-empty-icon{font-size:40px;margin-bottom:16px;background:transparent!important;display:flex;align-items:center;justify-content:center;width:100%}.chat-empty-title{color:#fff;font-size:16px;margin-bottom:8px;background:transparent!important}.chat-empty-text{color:#f5f5f5;font-size:13px;line-height:1.5;background:transparent!important}.chat-empty-preview-card .letter-card-sender,.chat-empty-preview-card .letter-card-time,.chat-empty-preview-card .letter-card-time div,.chat-empty-preview-card .letter-to-row,.chat-empty-preview-card .letter-card-content{color:#fff!important}svg{background:transparent}.letter-page{display:flex;flex-direction:column;height:100%;background:#000;padding:0}.letter-header{display:flex;align-items:center;gap:8px;padding:12px 16px;position:relative;margin-bottom:7px;border-bottom:1px solid #222}.letter-float-btn{position:absolute;top:12px;right:16px;background:transparent;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0}.letter-compose{display:flex;flex-direction:column;flex:1;padding:16px}.letter-meta-row{display:flex;justify-content:space-between;align-items:flex-start;margin-top:8px;margin-bottom:8px}.letter-from{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px;font-family:Georgia,serif;font-style:italic}.letter-to-row{color:#fff;font-size:16px;margin-bottom:8px;margin-top:6px;font-family:Georgia,serif;font-style:italic}.letter-compose-date-row{display:flex;flex-direction:column;align-items:flex-end}.letter-header-day{color:#fff;font-size:14px;font-family:Georgia,serif;font-style:italic}.letter-header-time{color:#fff;font-size:13px;font-family:Georgia,serif;font-style:italic}.letter-textarea{flex:1;background:transparent;color:#fff;border:none;padding:0;font-size:16px;resize:none;outline:none;margin-top:8px;font-family:Georgia,serif;font-style:italic;line-height:2.2;letter-spacing:.3px;word-spacing:4px}.letter-quoted-message{margin-bottom:8px}.letter-quoted-content{color:#888;font-size:14px;font-family:Georgia,serif;font-style:italic;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;border-left:2px solid #444;padding-left:8px;background:transparent}.letter-list{display:flex;flex-direction:column;gap:16px;overflow-y:auto;flex:1;padding:8px 16px}.letter-card{border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:6px}.letter-card-mine{background:#000;border:1px solid #444;width:100%}.letter-card-theirs{background:#1a1818;border:1px solid #333;width:100%}.letter-card-top-row{display:flex;justify-content:space-between;align-items:center;background:transparent}.letter-card-sender{color:#aaa;font-size:12px;font-weight:600;background:transparent}.letter-card-time div{background:transparent}.letter-card-time{color:#555;font-size:11px;background:transparent!important;text-align:right}.letter-card-content{color:#fff;font-size:15px;line-height:1.8;background:transparent}.letter-reply-btn{align-self:flex-end;background:transparent;border:1px solid #444;color:#fff;border-radius:8px;padding:6px 14px;font-size:13px;cursor:pointer;font-family:Georgia,serif;font-style:italic}.letter-new-btn{position:fixed;bottom:70px;right:20px;width:54px;height:54px;border-radius:50%;background:#3a3a3a;color:#fff;border:none;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:9995;transition:transform .3s ease,opacity .3s ease}.letter-new-btn.fab-visible{transform:scale(1);opacity:1;pointer-events:all}.letter-new-btn.fab-hidden{transform:scale(0);opacity:0;pointer-events:none}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}*{-webkit-tap-highlight-color:transparent}.photos-section{margin-bottom:24px}.cover-photo-wrap{position:relative;width:100%;height:150px;border-radius:12px;overflow:hidden;background-color:#1a1a1a;border:2px dashed #333;cursor:pointer}.cover-preview{width:100%;height:100%;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;color:#666;font-size:13px;background:transparent}.profile-photo-wrap{position:absolute;bottom:30px;left:14px;width:85px;height:85px;border-radius:50%;background-color:#222;border:2px solid #fff;cursor:pointer;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;color:#999;font-size:26px;font-weight:700;box-shadow:0 2px 8px #00000080;z-index:2}.delete-photo-btn{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:10px;display:flex;align-items:center;justify-content:center;z-index:3}.delete-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1a1a1a;border:1px solid #333;border-radius:10px;overflow:hidden;z-index:9999;min-width:220px}.delete-menu button{width:100%;padding:12px 16px;background:transparent;border:none;color:#fff;font-size:14px;text-align:left;cursor:pointer;border-bottom:1px solid #2a2a2a}.delete-menu button:last-child{border-bottom:none;color:#888}.delete-menu button:hover{background:#2a2a2a}.edit-container{min-height:100vh;background-color:#000;display:flex;justify-content:center;align-items:flex-start;padding:20px 16px 40px;box-sizing:border-box}.edit-card{background:#000;padding:20px 20px 30px;border-radius:20px;width:100%;max-width:500px;box-shadow:0 0 30px #ffffff0d;animation:fadeIn .4s ease-in-out;box-sizing:border-box}.edit-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:20px;width:100%}.edit-header-spacer{width:36px;height:36px;flex-shrink:0;background:transparent!important}.edit-header h2{color:#fff;font-size:18px;letter-spacing:1px;margin:0;flex:1;text-align:center;background:transparent!important}.edit-close-btn{background:transparent!important;border:none!important;color:#fff!important;font-size:20px;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.edit-close-btn:hover{background:#ffffff1a!important}.cover-preview{width:100%;height:150px;background-color:#1a1a1a;border:2px dashed #333;border-radius:12px;cursor:pointer;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;color:#666;font-size:13px;transition:.3s;position:relative}.cover-preview:hover{border-color:#555}.add{background:transparent!important}.profile-preview{width:84px;height:84px;border-radius:50%;background-color:#222;border:3px solid #333;cursor:pointer;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;color:#999;font-size:26px;font-weight:700;transition:.3s;position:absolute;bottom:-42px;left:50%;transform:translate(-50%)}.edit-card label{color:#888;font-size:12px;margin-bottom:6px;display:block;text-transform:uppercase;letter-spacing:.5px}.edit-card input,.edit-card textarea{width:100%;padding:12px 14px;margin-bottom:16px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;color:#fff;font-size:14px;transition:.3s ease;box-sizing:border-box}.edit-card textarea{resize:none;height:80px}.edit-card input:focus,.edit-card textarea:focus{outline:none;border:1px solid #444}.edit-card input::placeholder,.edit-card textarea::placeholder{color:#444}.edit-card button[type=submit]{width:100%;padding:13px;border:none;border-radius:10px;background:#fff!important;color:#000!important;font-weight:700;font-size:15px;cursor:pointer;transition:.2s ease;margin-top:4px}.edit-card button[type=submit]:hover{background:#e0e0e0!important}.edit-card button[type=submit]:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.edit-container{padding:12px 12px 40px}.edit-card{padding:16px 16px 24px;border-radius:16px}}*{-webkit-tap-highlight-color:transparent!important}.gc-page{width:100%;height:100dvh;background:#000!important;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;padding:0;margin:0;position:fixed;inset:0;overflow:hidden}body{overflow:hidden;overscroll-behavior:none}.gc-wrapper{width:100%;max-width:800px;height:100%;background:#000!important;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;position:relative}.gc-header{width:100%;height:60px;min-height:60px;padding:0 16px;display:flex;align-items:center;justify-content:flex-start;gap:8px;border-bottom:1px solid #2f2f2f;background:#000!important;flex-shrink:0;box-sizing:border-box}.gc-title{flex:1;background:transparent!important}.gc-status{margin-left:auto;background:transparent!important}.gc-status.online{color:#00e676}.gc-status.offline{color:#f44}.gc-messages{flex:1;overflow-y:auto;padding:20px;scroll-behavior:auto;display:flex;flex-direction:column;background:#000!important;min-height:0}.gc-messages::-webkit-scrollbar{display:none}.gc-empty{text-align:center;color:#8696a0!important;font-size:14px;margin-top:40px;background:transparent!important}.gc-day-label{align-self:center;text-align:center;margin:16px 0;font-size:12px;color:#aaa!important;background:transparent!important}.gc-row{display:flex;align-items:flex-end;gap:8px;margin:4px 0;background:transparent!important;width:100%}.gc-row-me{flex-direction:row-reverse}.gc-row-other{flex-direction:row}.gc-avatar{width:32px;height:32px;flex-shrink:0;background:transparent!important}.gc-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.gc-avatar-fallback{width:32px;height:32px;border-radius:50%;background:#333!important;display:flex;align-items:center;justify-content:center;color:#fff!important;font-weight:700;font-size:13px}.gc-bubble-wrap{display:flex;flex-direction:column;max-width:70%;gap:2px;background:transparent!important}.gc-bubble-wrap-image{max-width:85%;width:85%;margin-left:auto;margin-right:auto}.gc-msg{max-width:100%;width:fit-content;padding:8px 12px;margin:4px 0;font-size:14px;line-height:1.4;position:relative;display:flex;align-items:flex-end;gap:6px;box-sizing:border-box;word-break:break-word;overflow-wrap:anywhere}.gc-msg.gc-msg-image-only{display:block;padding:0;width:100%}.gc-msg.gc-msg-image-only .gc-msg-image-wrap{display:flex;flex-direction:column;align-items:stretch}.gc-msg.gc-msg-image-only .gc-msg-image{width:100%;height:auto;border-radius:12px;object-fit:contain;display:block;margin:0 auto}.gc-msg.gc-msg-image-only .gc-msg-time-image{display:flex;justify-content:flex-end;font-size:10px;opacity:.7;color:#aaa;margin-top:4px;padding:0 2px}.gc-msg-me{align-self:flex-end;background:linear-gradient(90deg,#899398,#62596b)!important;color:#000!important;border-radius:18px 18px 4px;margin-left:40px}.gc-msg-other{align-self:flex-start;background:#262626!important;color:#f5f5f5!important;border-radius:18px 18px 18px 4px;margin-right:40px}.gc-msg-me.gc-msg-image-only,.gc-msg-other.gc-msg-image-only{background:transparent!important;padding:0!important;margin-left:0!important;margin-right:0!important}.gc-msg-text{word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;background:transparent!important}.gc-msg-me .gc-msg-text{color:#fff!important}.gc-msg-other .gc-msg-text{color:#f5f5f5!important}.gc-msg-time{font-size:10px;opacity:.7;white-space:nowrap;flex-shrink:0;line-height:1;background:transparent!important}.gc-msg-me .gc-msg-time{color:#040404!important}.gc-msg-other .gc-msg-time{color:#ffe7e780!important}.gc-input-bar{padding:12px 12px 18px 16px;background:#000!important;flex-shrink:0;box-sizing:border-box;border-top:none;margin:0 9px;position:relative;z-index:10}.gc-input-inner{display:flex;align-items:flex-end;gap:10px;background:#1e1e1e!important;border-radius:28px;padding:12px 16px;border:none!important;outline:none!important;box-shadow:none!important}.message-input{flex:1;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:#fff!important;font-size:15px;caret-color:#fff;resize:none!important;overflow-y:auto;max-height:150px;line-height:1.5;font-family:inherit;padding:0,0,0,6px;-webkit-appearance:none!important;appearance:none!important;height:24px;min-height:24px}.message-input::placeholder{color:#666!important}.message-input:focus,.message-input:active,.message-input:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.send-arrow{background:transparent!important;border:none;cursor:pointer;color:#fff!important;font-size:20px;padding:0;display:flex;align-items:center;flex-shrink:0}textarea.message-input{border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;appearance:none!important;background:transparent!important}textarea.message-input:focus,textarea.message-input:focus-visible,textarea.message-input:active{border:none!important;outline:none!important;box-shadow:none!important}.gc-back-btn{background:transparent!important;border:none;color:#fff;cursor:pointer;padding:0 10px 0 0;line-height:1;display:flex;align-items:center;flex-shrink:0}.gc-msg{animation:fadeInUp .15s cubic-bezier(.25,.46,.45,.94)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.message-input,.gc-msg-text{font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.gc-plus-btn{background:transparent!important;border:none;padding:0 6px 0 2px;cursor:pointer;display:flex;align-items:center;flex-shrink:0;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.gc-plus-btn:disabled{opacity:.4;cursor:not-allowed}.gc-plus-btn svg path{background:transparent!important;fill:#aaa}.gc-plus-btn svg{background:transparent!important}.gc-image-preview-strip{padding:8px 12px 4px}.gc-preview-thumb-wrap{position:relative;display:inline-block}.gc-preview-thumb{width:72px;height:72px;object-fit:cover;border-radius:10px;border:2px solid #333}.gc-preview-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.gc-msg-image-wrap{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;margin:0 auto}.gc-msg-image{display:block;width:100%;max-width:320px;height:auto;border-radius:10px;margin-bottom:6px;object-fit:contain;margin-left:auto;margin-right:auto}.gc-msg-time-image{align-self:flex-end;margin-top:2px}.gc-uploading-label{font-size:12px;color:#aaa;padding-right:8px;white-space:nowrap;background:transparent!important}@media(max-width:768px){.gc-page{padding:0;height:100dvh}.gc-wrapper{max-width:100%;border-radius:0;height:100dvh}.gc-bubble-wrap{max-width:80%}.gc-bubble-wrap.gc-bubble-wrap-image{max-width:92%;width:92%;margin-left:auto;margin-right:auto}.gc-msg{max-width:85%}.gc-msg.gc-msg-image-only{width:100%;max-width:100%}.gc-msg.gc-msg-image-only .gc-msg-image{width:100%;max-width:100%;height:auto;margin:0 auto;display:block}.gc-msg-image-wrap{width:100%;align-items:center}}.gc-skeleton{display:flex;flex-direction:column;gap:12px;padding:20px}.gc-skeleton-row{display:flex}.gc-skeleton-row.me{justify-content:flex-end}.gc-skeleton-row.other{justify-content:flex-start}.gc-skeleton-bubble{height:38px;width:180px;border-radius:18px;background:#1e1e1e;animation:shimmer 1.2s infinite}.gc-skeleton-bubble.short{width:100px}.gc-skeleton-bubble.long{width:240px}@keyframes shimmer{0%,to{opacity:.4}50%{opacity:.8}}.gc-row-me .gc-bubble-wrap-image{align-items:flex-end}.gc-row-other .gc-bubble-wrap-image{align-items:flex-start}.gc-msg-image{display:block;width:100%;max-width:280px;height:auto;border-radius:10px;object-fit:contain;margin:0 auto}.gc-media-menu{position:absolute;bottom:70px;left:10px;background:#1a1a1a;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #000c;z-index:100;border:2px solid rgb(154,141,141);min-width:180px}.gc-media-option{display:flex;align-items:center;gap:12px;width:100%;padding:18px 24px;background:none;border:none;border-bottom:1px solid rgb(154,141,141);color:#fff;font-size:16px;text-align:left;cursor:pointer;box-sizing:border-box}.gc-media-option:last-child{border-bottom:none}.gc-media-option:active{background:#2a2a2a}
