*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--bg: #0f1113;--surface: #16181b;--muted-surface: rgba(255,255,255,.03);--text: #e6eef0;--muted-text: #9aa4ab;--accent: #5aa7c7;--accent-2: #6b7aa3;--danger: #d9534f;--button-bg: linear-gradient(90deg, var(--accent), var(--accent-2))}body{background:linear-gradient(135deg,var(--bg) 10%,#0b0c0e 90%);min-height:100vh;margin:0;color:var(--text);overflow-x:hidden;font-family:Inter,sans-serif}#splash{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(180deg,#0b0c0e,#0f1113);z-index:90000;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);transition:opacity .36s cubic-bezier(.2,.9,.2,1),transform .36s cubic-bezier(.2,.9,.2,1)}.splash-inner{display:flex;align-items:center;justify-content:center;gap:14px}.splash-logo{width:160px;max-width:42vw;min-width:84px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 12px 36px rgba(0,0,0,.55));animation:splashPulse 1.6s ease-in-out infinite alternate}.splash-loader{width:48px;height:6px;border-radius:6px;background:#ffffff0f;overflow:hidden;position:relative;margin-top:12px}.splash-loader:before{content:"";position:absolute;left:-30%;top:0;height:100%;width:30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:splashShimmer 1.2s linear infinite}.splash-subtext{margin-top:16px;color:#ffffff85;font-size:13px;letter-spacing:.12px}.splash-brand{font-weight:700;color:#fffffff2;margin-left:6px}.splash-hide{opacity:0;transform:translateY(-12px) scale(.995);pointer-events:none}@keyframes splashPulse{0%{transform:scale(1)}to{transform:scale(1.03)}}@keyframes splashShimmer{0%{left:-30%}to{left:120%}}@media (prefers-reduced-motion: reduce){.splash-logo{animation:none}.splash-loader:before{animation:none}}@media (max-width: 480px){.splash-logo{width:118px;max-width:46vw}.splash-subtext{font-size:12px;margin-top:12px}.splash-loader{width:40px;height:5px}}@media (min-width: 1400px){.splash-logo{width:200px}}.splash-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.splash-footer{position:absolute;bottom:28px;left:50%;transform:translate(-50%);text-align:center}#splash:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,#ffffff05,#00000040);pointer-events:none}.splash-logo{animation-duration:2.2s}@media (max-width: 360px){.splash-logo{width:96px}.splash-footer{bottom:18px}.splash-subtext{font-size:11px}}.home-content{display:flex;flex-direction:column;align-items:center;padding:1rem;margin-top:70px}.fab{position:fixed;bottom:80px;right:20px;width:55px;height:55px;border-radius:50%;background:var(--button-bg);color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #0006;z-index:2000;transition:transform .2s ease}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:3000}.modal-content{background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:1.5rem;width:90%;max-width:500px;box-shadow:0 8px 30px #00000080;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:22px;color:#fff;cursor:pointer}.close-btn:hover{color:#ff4b5c}.container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2rem 3rem;border-radius:20px;box-shadow:0 6px 18px #00000047;text-align:center;width:100%;max-width:400px;margin:0 auto;color:#0b1220}.feed-page{display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:900px;margin:0 auto}.fab{position:fixed;bottom:80px;right:20px;width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#6a11cb,#2575fc);color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #0006;z-index:2000}.fab:hover{transform:scale(1.1) rotate(10deg)}h1,h2{color:#fff;margin-bottom:1rem;word-wrap:break-word}input,textarea{margin-top:20px;padding:.8rem;margin:.5rem 0;border-radius:10px;font-size:1rem;color:#0b1220;transition:.2s}.container input::placeholder,.container textarea::placeholder{color:#0000008c}input::placeholder,textarea::placeholder{color:#ffffffb3}input:focus,textarea:focus{box-shadow:0 0 5px #3b82f626}button{width:100%;padding:.8rem;margin-top:1rem;border-radius:10px;border:none;background:linear-gradient(90deg,#5b21b6,#2563eb);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.18s}button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000002e}p{margin-top:1rem;color:#ddd;font-size:.9rem}a{color:#9b59b6;text-decoration:none;font-weight:700}a:hover{text-decoration:underline}.home-card{background:#ffffff0d;padding:2rem;border-radius:20px;box-shadow:0 8px 30px #0006;color:#fff}.feed{display:flex;flex-direction:column;gap:1.2rem;width:100%;align-items:center}*{transition:.25s ease all}.post{border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;padding:1rem 1.2rem;border-radius:15px;box-shadow:0 4px 20px #00000040;text-align:left;transition:transform .2s ease,box-shadow .2s ease;word-wrap:break-word;width:75%;max-width:700px;align-self:center;margin-left:auto;margin-right:auto}.post:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000059}.post strong{color:#9b59b6;font-size:.95rem}.post p{color:#eee;font-size:1rem;margin:.6rem 0;line-height:1.5}.post small{color:#fff9;font-size:.8rem}.create-post{margin-top:2rem;display:flex;flex-direction:column;gap:.8rem;width:75%;max-width:700px;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:2rem}.create-post textarea{resize:none;width:100%;padding:1rem;border-radius:12px;border:none;outline:none;font-size:1rem;background:#ffffff1a;color:#fff;transition:.3s;min-height:100px}.create-post textarea:focus{background:#fff3;box-shadow:0 0 6px #2575fc}.divider{height:1px;background:#fff3;margin:2rem 0}@media (max-width: 1024px){.post,.create-post{width:85%}}@media (max-width: 768px){.container{padding:1.5rem 2rem;max-width:100%}button,input,textarea{font-size:.95rem;padding:.7rem}.post,.create-post{width:90%}h1,h2{font-size:1.5rem}}@media (max-width: 480px){.container{padding:1rem 1.2rem}.post,.create-post{width:90%}h1,h2{font-size:1.3rem}.post p{font-size:.95rem}button{font-size:.95rem;padding:.6rem}}.home-page{display:flex;flex-direction:column;min-height:100vh}.OneSignal-bell-launcher,.onesignal-bell-launcher,#onesignal-bell-launcher,#OneSignal-slidedown,.OneSignal-prompt,.onesignal-launcher,.onesignal-bell-launcher-container,.OneSignal-bell-launcher-button,[id^=OneSignal]{display:none!important;visibility:hidden!important;pointer-events:none!important}iframe[src*=onesignal]{display:none!important}.navbar{display:flex;align-items:center;justify-content:space-between;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 2rem;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.main-content{padding-top:0}.nav-item.profile{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.profile-pic{border:2px solid transparent;padding:2px;border-radius:50%}.profile-pic img{border-radius:50%;border:2px solid #000}.notif-dot{animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}to{transform:scale(1);opacity:1}}.username{font-weight:700}.nav-item.search input{padding:.5rem 1rem;border-radius:20px;border:none;outline:none;width:300px;background:#ffffff1a;color:#fff}.nav-item.search input::placeholder{color:#ffffffb3}.nav-item.nav-buttons{display:flex;align-items:center;gap:1rem}.nav-btn{padding:.5rem 1rem;border-radius:12px;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;text-decoration:none;font-weight:700;transition:.3s}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}@media (max-width: 768px){.home-page{padding-bottom:60px}.navbar{bottom:0;top:auto;padding:.5rem 1rem;justify-content:space-around;flex-wrap:nowrap}.nav-item.search{display:none}.nav-item.nav-buttons{gap:.5rem}.nav-btn{padding:.4rem .6rem;font-size:.85rem}.profile-pic{width:35px;height:35px}.username{display:none}}@media (max-width: 1024px){.nav-item.search input{width:200px}}@media (max-width: 480px){.nav-item.search input{width:150px}}.profile-page{display:flex;justify-content:center;padding:2rem 1rem;min-height:100vh;background:linear-gradient(135deg,#1f1c2c,#928dab)}.profile-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 30px #0006;text-align:center;width:100%;max-width:400px}.profile-pic-large{width:120px;height:120px;border-radius:50%;border:3px solid #9b59b6;object-fit:cover;margin-bottom:1rem}.profile-card h2{color:#fff;margin-bottom:.5rem}.profile-card p{color:#ddd;margin-bottom:1rem}.profile-stats{display:flex;justify-content:space-around;margin:1rem 0;color:#fff}.profile-stats div{display:flex;flex-direction:column;align-items:center}.profile-card button{padding:.6rem 1rem;border-radius:12px;border:none;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;font-weight:700;cursor:pointer;transition:.3s}.profile-card button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}@media (max-width: 480px){.profile-card{width:95%;padding:1.5rem}.profile-pic-large{width:100px;height:100px}.profile-stats{flex-direction:column;gap:.5rem}}.post{background:#ffffff14;padding:1.2rem;border-radius:15px;box-shadow:0 4px 20px #00000040;text-align:left;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:.5rem}.post-header{display:flex;align-items:center;gap:.8rem}.post-profile-pic{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff}.like-btn{padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;background:#ffffff1a;color:#fff;transition:.2s}.like-btn:hover{background:#fff3}.like-btn.liked{background:#ff4b5c;color:#fff}.settings-page{display:flex;justify-content:center;padding:2rem 1rem;min-height:100vh;background:linear-gradient(135deg,#1f1c2c,#928dab)}.settings-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 30px #0006;text-align:center;width:100%;max-width:400px}.profile-pic-section{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.profile-pic-large{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid #fff}.profile-pic-section input{margin-top:.5rem}.settings-card input{width:100%;padding:.8rem;margin:.5rem 0;border-radius:10px;border:none;outline:none;font-size:1rem;background:#ffffff1a;color:#fff;transition:.3s}.settings-card input:focus{background:#fff3;box-shadow:0 0 5px #2575fc}.settings-card button{width:100%;padding:.8rem;margin-top:1rem;border-radius:10px;border:none;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.3s}.settings-card button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000004d}.delete-btn{width:max-content;align-items:flex-end;margin-left:auto}.messages-container{display:flex;height:calc(100vh - 70px);gap:1rem;color:#fff;font-family:Inter,sans-serif}.messages-sidebar{width:250px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;overflow-y:auto;border-radius:15px}.messages-sidebar input{width:100%;padding:.5rem;border-radius:10px;margin-bottom:1rem;border:none;outline:none;background:#ffffff1a;color:#fff}.user-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.7rem;padding:.4rem;border-radius:8px;transition:.3s;cursor:pointer}.user-item:hover{background:#ffffff1a}.user-item .user-pic{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid #2575fc}.messages-chat{flex:1;background:#0000004d;border-radius:15px;padding:1rem;display:flex;flex-direction:column}.messages-list{flex:1;overflow-y:auto;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.message-bubble{padding:.6rem 1rem;border-radius:12px;word-wrap:break-word}.message-bubble.sent{background:#2575fc;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.message-bubble.received{background:#555;color:#fff;align-self:flex-start;border-bottom-left-radius:4px}.message-form textarea{resize:none;border-radius:10px;padding:.5rem;border:none;outline:none;background:#ffffff1a;color:#fff}.message-form button{width:100%;padding:.5rem;border-radius:10px;border:none;background:#2575fc;color:#fff;font-weight:600;cursor:pointer;transition:.2s}.message-form button:hover{background:#6a11cb}@media (max-width: 768px){.messages-container{flex-direction:column}.messages-sidebar{width:100%;order:2;display:flex;overflow-x:auto;gap:1rem}.user-item{flex-direction:column;min-width:80px;text-align:center}.user-item span{font-size:.8rem}.messages-chat{order:1}}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:5px;margin-top:2rem}.post-item img{width:100%;height:250px;object-fit:cover;cursor:pointer;border-radius:8px;transition:.3s ease}.post-item img:hover{opacity:.85;transform:scale(1.02)}.register-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.register-card{width:380px;max-width:92%;padding:28px 22px;border-radius:12px;background:var(--card-bg, rgba(255,255,255,.02));border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 30px #02061714;color:var(--text-main, #e9eef2)}.register-title{font-size:1.25rem;font-weight:700;margin-bottom:14px;color:var(--text-main,#e9eef2)}.auth-logo{width:120px;height:auto;object-fit:contain;margin-bottom:6px}.register-input{width:100%;padding:11px 12px;margin-bottom:12px;border-radius:10px;border:1px solid rgba(0,0,0,.06);background:#ffffff05;color:inherit}.register-input:focus{outline:none;box-shadow:0 6px 18px #1018280f;border-color:#3b82f61f}.register-btn{width:100%;padding:10px 12px;border-radius:10px;border:none;background:linear-gradient(90deg,var(--accent,#2563eb),#6b7aa3);color:#fff;font-weight:600;margin-top:8px}.register-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb1f}.register-note{text-align:center;margin-top:12px;color:var(--text-muted,#9aa0a6)}@media (max-width:600px){.register-card{padding:20px}}@media (max-width:600px){.auth-logo{width:92px}}.login-container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,#ff0099,transparent 40%),radial-gradient(circle at 80% 60%,#ffae00,transparent 45%),radial-gradient(circle at 50% 90%,#6600ff,transparent 40%),radial-gradient(circle at 10% 80%,#00eaff,transparent 45%);filter:blur(95px);opacity:.55;z-index:1}.login-card{position:relative;width:400px;padding:32px 28px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 40px #00000073;color:#fff;text-align:center;z-index:5}.auth-logo{width:190px;height:auto;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.45));margin-top:-40px;margin-bottom:-60px;transform:translateY(-10px)}.login-title{font-size:1.6rem;font-weight:700;margin:12px 0 22px;letter-spacing:.5px;color:#fff}.login-input{width:100%;padding:12px 14px;margin-bottom:14px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.95rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-input::placeholder{color:#fffc}.login-input:focus{outline:none;background:#ffffff2e;border-color:#fff;box-shadow:0 0 10px #fff3}.login-btn{width:100%;padding:12px;border-radius:14px;margin-top:8px;background:linear-gradient(90deg,#fffb,#fff5);border:none;color:#000;font-weight:700;cursor:pointer;transition:.25s ease}.login-btn:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff40}.google-btn{width:100%;padding:12px;border-radius:14px;margin-top:12px;border:1px solid rgba(255,255,255,.25);background:#ffffff0d;color:#fff;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;transition:.25s ease}.google-btn:hover{background:#ffffff1f}.error-text{margin-top:10px;color:#ff6b6b;font-weight:500}.register-text{margin-top:16px;color:#ddd;font-size:.9rem}.register-link{color:#fff;font-weight:700;text-decoration:none}.register-link:hover{text-decoration:underline}.footer-lang,.footer-links{z-index:10;margin-top:40px;text-align:center}.footer-lang ul,.footer-links ul{list-style:none;padding:0;margin:0 auto 10px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;max-width:900px}.footer-lang li,.footer-links li{color:#ccc;font-size:.85rem;cursor:pointer;transition:.2s}.footer-lang li:hover,.footer-links li:hover{color:#fff;text-decoration:underline}.footer-copy{text-align:center;color:#888;font-size:.85rem;margin:14px 0 20px;z-index:10}.lang-modal{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999}.lang-box{width:90%;max-width:500px;max-height:80vh;overflow-y:auto;background:#282828f2;border-radius:14px;padding:22px;color:#fff;box-shadow:0 8px 40px #00000080;animation:fadeIn .25s ease}@keyframes fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.lang-box h3{font-size:1.4rem;margin-bottom:10px}.lang-section{margin-top:14px;margin-bottom:6px;font-size:.9rem;color:#bbb;text-transform:uppercase}.lang-list{list-style:none;padding:0;margin:0}.lang-list li{padding:8px;cursor:pointer;font-size:1rem;border-radius:8px;transition:.2s}.lang-list li:hover{background:#ffffff1f}.all-langs{max-height:300px;overflow-y:auto}.all-langs::-webkit-scrollbar{width:6px}.all-langs::-webkit-scrollbar-thumb{background:#fff3;border-radius:6px}@media (max-width: 600px){.login-card{width:88%;padding:26px 20px}.login-title{font-size:1.3rem}.auth-logo{margin-top:40px;margin-bottom:-6px;width:150px}.lang-box{max-height:85vh}}:root{--bg: #000000;--bg-dark: #000000;--surface: #000000;--muted-surface: rgba(255, 255, 255, .03);--card-bg-light: #ffffff;--card-bg-dark: #000000;--text-light: #000000;--text-dark: #e9eef2;--text: #e6eef0;--muted-light: #6b7280;--muted-dark: #9aa0a6;--muted-text: #9aa4ab;--accent: #5aa7c7;--accent-2: #6b7aa3;--danger: #d9534f;--button-bg: linear-gradient(90deg, var(--accent), var(--accent-2));--shadow: rgba(16, 24, 40, .06)}body[data-theme=dark]{--card-bg: var(--card-bg-dark);--text-main: var(--text-dark);--text-muted: var(--muted-dark);background:linear-gradient(180deg,#070809,#050506);color:var(--text-dark)}body[data-theme=light]{--card-bg: var(--card-bg-light);--text-main: var(--text-light);--text-muted: var(--muted-light);background:linear-gradient(180deg,#f6f7f9,#eef0f3);color:var(--text-light)}html,body,#root{height:100%}body{font-family:Poppins,system-ui,Arial;margin:0}.fs-feed-container{margin-top:-87px;display:flex;flex-direction:column;align-items:center;padding:120px 16px 92px;gap:24px;width:100%;max-width:100%;min-height:100vh}.fs-feed-header{position:fixed;top:0;left:0;right:0;height:72px;display:none;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(16,24,40,.04)}.fs-feed-header .fs-title{font-weight:700;font-size:1.125rem}.fs-feed-header .fs-controls{display:flex;gap:10px;align-items:center}.fs-theme-toggle{background:none;border:1px solid rgba(0,0,0,.06);padding:6px 10px;border-radius:8px;cursor:pointer}.fs-messages-btn{background:none;border:1px solid rgba(0,0,0,.06);padding:6px 8px;border-radius:8px;cursor:pointer}.fs-unread-badge{display:inline-block;background:var(--danger, #d9534f);color:#fff;font-size:12px;padding:2px 6px;border-radius:12px;margin-left:6px;vertical-align:middle}.fs-post-card{padding:20px;width:100%;max-width:720px;background:var(--card-bg);border-radius:14px;border:1px solid rgba(16,24,40,.04);margin:-42px 0 18px;box-shadow:0 4px 20px #0000004d;transition:transform .18s ease,box-shadow .18s ease}.fs-post-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #1018281f}.fs-post-header{display:flex;align-items:center;justify-content:space-between}.fs-profile-link{display:flex;align-items:center;color:inherit;text-decoration:none}.fs-profile-pic{width:44px;height:44px;border-radius:50%;object-fit:cover}.fs-username{margin-left:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fs-delete-btn{width:51px;background:none;border:none;color:var(--text-muted);cursor:pointer}.fs-post-img{width:100%;border-radius:12px;margin-top:12px;object-fit:cover;max-height:640px}.fs-post-text{margin-top:12px;font-size:.98rem;line-height:1.45;color:var(--text-main)}.fs-action-bar{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:8px}.fs-action-btn{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;display:flex;gap:8px;align-items:center}.fs-comments-section{margin-top:12px;border-top:1px solid rgba(0,0,0,.04);padding-top:10px}.fs-comment{color:var(--text-muted);font-size:.95rem;margin-bottom:8px}.fs-comment-input{display:flex;gap:8px;margin-top:10px}.fs-comment-input input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.06);background:transparent;color:inherit}.fs-comment-input button{padding:8px 14px;border-radius:10px;border:none;background:#4b5563;color:#fff;cursor:pointer}.fs-bottom-nav{position:fixed;bottom:12px;left:12px;right:12px;height:56px;display:flex;justify-content:space-around;align-items:center;gap:10px;padding:8px;border-radius:12px;background:var(--card-bg);box-shadow:0 10px 30px #0206171f}.fs-nav-btn{background:none;border:none;color:var(--text-muted);font-size:1.1rem}@media (min-width: 768px){.fs-feed-container{padding:150px 0 48px}.fs-feed-header{display:flex}.fs-bottom-nav{display:none}}@media (max-width: 420px){.fs-post-card{padding:12px}.fs-profile-pic{width:36px;height:36px}.fs-action-btn{font-size:.88rem;gap:6px}.fs-post-text{font-size:.92rem}.fs-comment{font-size:.9rem}.fs-comment-input input{padding:8px 10px;font-size:.92rem}.fs-comment-input button{padding:7px 10px;font-size:.9rem}.fs-nav-btn{font-size:1rem}}@media (max-width: 360px){.fs-post-card{padding:10px}.fs-profile-pic{width:34px;height:34px}.fs-action-btn{font-size:.82rem;gap:6px}.fs-post-text{font-size:.9rem}.fs-comment-input input{padding:7px 8px;font-size:.88rem}.fs-comment-input button{padding:6px 8px;font-size:.85rem}}.fs-stories-wrapper{width:100%;max-width:720px;padding:0 12px;margin-top:-40px;margin-bottom:12px}.fs-stories-container{display:flex;gap:10px;overflow-x:auto;padding:10px 0 16px;width:100%;scrollbar-width:none}.fs-stories-container::-webkit-scrollbar{display:none}.fs-story{min-width:70px;height:70px;border-radius:50%;border:2px solid #5aa7c7;overflow:hidden}.stories-container{display:flex;align-items:center;gap:20px;overflow-x:auto;padding:16px 20px;border-bottom:1px solid var(--border-color, #2c2c2c);border-radius:8px;width:397px}.story-bubble{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;width:70px;flex-shrink:0;-webkit-user-select:none;user-select:none;position:relative}.story-avatar{width:62px;height:62px;border-radius:50%;padding:2px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);display:flex;justify-content:center;align-items:center;cursor:pointer}.story-avatar img{width:100%;height:100%;border-radius:50%;border:2px solid white;object-fit:cover}.story-bubble p{font-size:11px;color:#fff;margin-top:6px;width:68px;display:flex;align-items:center;justify-content:center;gap:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-post{width:100%;max-width:600px;margin:16px auto;padding:20px;border-radius:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;gap:12px}.create-post textarea{width:100%;min-height:80px;max-height:200px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:inherit;font-size:1rem;resize:vertical;transition:all .2s ease}.create-post textarea:focus{outline:none;border-color:#2563eb80;box-shadow:0 4px 15px #2563eb33}.post-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.post-btn{padding:10px 14px;border-radius:12px;border:none;background:linear-gradient(90deg,#2563eb,#6b7aa3);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.post-btn:hover:enabled{transform:translateY(-2px);box-shadow:0 6px 18px #2563eb40}.post-btn:disabled{opacity:.6;cursor:not-allowed}.upload-icon{font-size:1.5rem;color:#2563eb;cursor:pointer;transition:all .2s ease}.upload-icon:hover{color:#6b7aa3;transform:scale(1.1)}.image-preview-wrapper{margin-top:12px;width:100%;max-height:400px;overflow:hidden;border-radius:16px;background:#ffffff08;display:flex;justify-content:center;align-items:center}.image-preview{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image-preview img{width:auto;height:100%;object-fit:contain;border-radius:16px;box-shadow:0 4px 18px #0006;transition:transform .2s ease,box-shadow .2s ease}.image-preview img:hover{transform:scale(1.03);box-shadow:0 6px 25px #00000080}.error-text{color:#f87171;font-size:.875rem;text-align:center}@media (max-width: 768px){.create-post{padding:16px;gap:10px}.image-preview-wrapper{max-height:250px}.post-btn{flex:1 1 auto}}.profile-container{max-width:600px;margin:0 auto;padding:15px;color:var(--text);background:radial-gradient(circle at top left,var(--surface),#0b0c0e);min-height:100vh;font-family:Inter,sans-serif}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid #222;padding-bottom:10px}.profile-header h2{font-weight:600;letter-spacing:.5px}.settings{cursor:pointer;font-size:20px;transition:.3s}.settings:hover{transform:rotate(25deg)}.profile-row{display:flex;align-items:center;margin-bottom:20px}.profile-pic{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-right:25px;border:2px solid rgba(255,255,255,.03);transition:transform .3s}.profile-pic:hover{transform:scale(1.03)}.stats{display:flex;gap:30px}.stats div{text-align:center}.stats strong{display:block;font-size:17px}.stats a{font-size:13px;color:var(--muted-text);text-decoration:none}.stats a:hover{color:var(--text)}.bio{margin:15px 0;border-left:2px solid rgba(255,255,255,.03);padding-left:10px}.bio h3{font-size:16px;margin:0}.bio p{font-size:14px;color:var(--muted-text);margin-top:4px}.profile-actions{margin-bottom:20px}.profile-actions button{width:100%;padding:9px;border:none;border-radius:8px;background:var(--muted-surface);color:var(--text);font-weight:600;cursor:pointer;transition:all .22s}.profile-actions button:hover{background:#ffffff0a}.profile-actions .unfollow{background:linear-gradient(90deg,#a72c2c1f,#a72c2c0f);color:#ffb8b8;border:1px solid rgba(167,44,44,.12)}.profile-actions .unfollow:hover{background:linear-gradient(90deg,#a72c2c2e,#a72c2c14)}.highlights{display:flex;justify-content:flex-start;gap:15px;margin-bottom:25px}.highlight{width:65px;height:65px;border-radius:50%;border:1.5px dashed #333;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;color:#666}.highlight:hover{border-color:#555;color:#999}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.post-item{aspect-ratio:1 / 1;background:var(--muted-surface);overflow:hidden;cursor:pointer}.post-item img{width:100%;height:100%;object-fit:cover;transition:.3s}.post-item:hover img{transform:scale(1.05);opacity:.9}.empty-posts{text-align:center;margin-top:40px}.empty-posts p{font-weight:600;font-size:15px}.empty-posts span{display:block;color:#777;font-size:13px;margin-top:3px}.loading{text-align:center;margin-top:50px;color:#888}.error{text-align:center;margin-top:50px;color:#f55}.modal-overlay{position:fixed;inset:0;background:#040406bf;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(6px) saturate(140%);backdrop-filter:blur(6px) saturate(140%)}.modal-content{position:relative;background:linear-gradient(180deg,#ffffff05,#000000b3);border-radius:18px;padding:12px;max-width:92%;max-height:92%;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.04);box-shadow:0 30px 80px #000c,0 0 40px #ff2fa608 inset}.modal-img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:12px;border:1px solid rgba(255,255,255,.03)}.modal-caption{margin-top:10px;color:#e9e9ea;font-size:14px;text-align:center}.close-btn{display:none;position:absolute;top:-342px;left:170px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer}.settings-wrapper{display:flex;gap:24px;margin:28px auto;max-width:1024px;color:var(--text-main, #e9eef2);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.settings-page-title{margin-top:8px;margin-bottom:6px}.settings-page-title h1{font-size:20px;margin:8px 0 14px;color:var(--text-main,#e9eef2);text-align:center}.settings-sidebar{width:220px;padding:16px;display:flex;flex-direction:column;gap:8px}.settings-sidebar ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.settings-sidebar li{padding:10px 12px;border-radius:10px;cursor:pointer;color:var(--text-muted, #9aa0a6);transition:background .18s,color .18s}.settings-sidebar li.active{background:#ffffff08;color:var(--text-main, #e9eef2);font-weight:600}.sidebar-title{font-size:14px;color:var(--text-muted, #9aa0a6);margin-bottom:8px}.settings-content{flex:1;padding:18px;background:#06070a85;min-height:480px;border-radius:14px}.st-panel{background:linear-gradient(180deg,#101214f5,#08090bf0);border-radius:12px;padding:22px;box-shadow:0 14px 36px #02061773;border:1px solid rgba(255,255,255,.03);max-width:720px;margin:8px auto}.st-title{font-size:20px;margin-bottom:16px;color:var(--text-main, #e9eef2);font-weight:700}.st-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.st-profile-pic{display:flex;align-items:center;gap:16px}.st-avatar{width:96px;height:96px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px #ffffff05}.st-file-label{display:inline-block;font-size:14px;color:var(--text-muted,#9aa0a6);margin-bottom:6px}.st-file-wrap{display:flex;align-items:center;gap:12px}.st-file-input{display:none}.st-file-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;background:#ffffff08;color:var(--text-main,#e9eef2);border:1px solid rgba(255,255,255,.04);cursor:pointer}.st-file-btn:hover{background:#ffffff0b}.st-file-name{font-size:13px;color:var(--text-muted,#9aa0a6)}.st-input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:#ffffff05;color:inherit;box-shadow:inset 0 2px 6px #00000073}.st-label{font-size:13px;color:var(--text-muted,#9aa0a6);margin-bottom:8px}.st-muted{font-size:12px;color:var(--text-muted,#8e8e93)}.st-actions{display:flex;gap:12px;margin-top:12px}.st-btn{padding:10px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:transparent;color:inherit;cursor:pointer}.st-btn.st-primary{background:linear-gradient(90deg,#3b82f6,#6366f1);color:#fff;border:none;padding:14px 18px;font-weight:700;box-shadow:0 6px 18px #4338ca2e}.st-actions.fullwidth{display:flex;flex-direction:column}.st-actions.fullwidth .st-btn.st-primary{width:100%;border-radius:10px}.st-logout{padding:8px 12px;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.06);color:var(--text-main,#e9eef2);cursor:pointer;font-weight:600}.st-logout:hover{background:#ffffff08}.st-logout:active{transform:translateY(1px)}.st-logout-inline{margin:12px 0 6px}.st-switch{display:inline-block;position:relative;width:52px;height:30px}.st-switch input{opacity:0;width:0;height:0}.st-slider{position:absolute;cursor:pointer;inset:0;background:#ffffff14;border-radius:30px;transition:.25s}.st-slider:before{content:"";position:absolute;height:22px;width:22px;left:4px;top:4px;background:#fff;border-radius:50%;transition:.25s;transform:translate(0)}.st-switch input:checked+.st-slider{background:linear-gradient(90deg,#34d399,#06b6d4)}.st-switch input:checked+.st-slider:before{transform:translate(22px);background:#fff}.st-link{color:var(--text-main,#e9eef2);text-decoration:underline}@media (max-width: 768px){.settings-wrapper{flex-direction:column;margin:0;padding:76px 12px 12px}.settings-sidebar{width:100%;flex-direction:row;overflow:auto}.settings-sidebar ul{flex-direction:row;gap:8px}.settings-sidebar li{flex:0 0 auto;min-width:110px}.st-logout{min-width:110px}.settings-content{padding:12px}.st-avatar{width:80px;height:80px}.st-panel{padding:18px}.st-actions{gap:10px}.st-actions.fullwidth .st-btn.st-primary{padding:12px}}.messages-container{display:flex;height:94vh;gap:1rem;background:linear-gradient(180deg,#060708,#09090a);color:var(--text-dark, #e9eef2);padding:22px 20px}.messages-sidebar{width:300px;background:linear-gradient(180deg,#ffffff05,#ffffff03);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px;overflow-y:auto;border-radius:14px;border:1px solid rgba(255,255,255,.03);box-shadow:0 10px 30px #02061773}@media (max-width: 768px){.messages-sidebar{margin-left:0;margin-top:10px;width:100%;border-right:none;background:#1a1a28}.messages-chat{margin-left:0;margin-top:10px;width:100%;background:#12121c}}@media (min-width: 769px){.messages-sidebar{margin-left:231px;margin-top:50px;width:100%;border-right:1px solid #333;display:flex;flex-direction:column;background:#1a1a28;overflow-y:auto}.messages-chat{margin-left:215px;margin-top:50px;flex:1;display:flex;flex-direction:column;background:#12121c}}@media (min-width: 769px){.messages-sidebar{margin-left:231px;margin-top:50px;width:100%;border-right:1px solid #333;display:flex;flex-direction:column;background:#1a1a28;overflow-y:auto}}.sidebar-title{font-size:1.25rem;color:var(--text-main, #e9eef2);margin-bottom:1rem;font-weight:700}.sidebar-search{width:100%;padding:10px 12px;border-radius:10px;margin-bottom:12px;border:1px solid rgba(255,255,255,.03);outline:none;background:#ffffff05;color:var(--text-main, #fff)}.chatlist{display:flex;flex-direction:column}.rooms-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.room-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:background .14s ease,transform .12s ease}.room-item:hover{background:linear-gradient(90deg,#2b90ff08,#6a11cb05);transform:translateY(-2px)}.room-icon{font-size:18px}.room-name{font-weight:600}.room-sub{font-size:.85rem;color:#aaa}.room-icon-img{width:40px;height:40px;border-radius:10px;object-fit:cover}.group-pic-preview{width:64px;height:64px;border-radius:10px;object-fit:cover;border:1px solid rgba(255,255,255,.05)}.upload-btn{background:transparent;border:1px solid var(--card-border);padding:8px 10px;border-radius:10px;color:#fff;cursor:pointer}.upload-btn input{display:none}.create-room-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:2000}.crm-inner{background:var(--card-bg);padding:18px;border-radius:12px;width:320px;border:1px solid var(--card-border)}.crm-inner input{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.03);background:#ffffff05;color:#fff}.member-item button{background:linear-gradient(90deg,var(--accent),var(--primary));color:#fff;border:none;padding:6px 8px;border-radius:8px;cursor:pointer}.member-item button:hover{transform:translateY(-2px)}.create-room-modal .crm-inner h3{margin:0 0 8px;color:#fff}.chat-details{width:340px;margin-top:50px;margin-left:16px;background:#000;border-radius:12px;padding:18px;border:1px solid var(--card-border);box-shadow:0 10px 30px #02061773;color:#fff;height:calc(100vh - 120px);overflow-y:auto}.chat-details h3{margin:0 0 8px}.chat-details .detail-section{margin-bottom:12px}.chat-details .detail-btn{background:linear-gradient(90deg,var(--accent),var(--primary));color:#fff;border:none;padding:8px 10px;border-radius:10px;cursor:pointer}.chat-details .link-btn{background:transparent;border:none;color:var(--primary);cursor:pointer}.toggle-mute{padding:6px 10px;border-radius:10px;border:1px solid var(--card-border);background:transparent;color:#fff}.toggle-mute.on{background:#009bdb}.members-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}.member-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px}.member-row img{width:44px;height:44px;border-radius:50%;object-fit:cover}.member-info .member-name{font-weight:600}.member-info .member-username{font-size:.85rem;color:#aaa}.member-actions{margin-left:auto;color:#999}.member-actions{position:relative}.member-menu-btn{background:transparent;border:none;color:#aaa;font-size:20px;cursor:pointer;padding:6px 8px}.member-menu{position:absolute;right:0;top:28px;background:linear-gradient(180deg,#111,#000);border:1px solid rgba(255,255,255,.04);padding:8px;border-radius:8px;display:flex;flex-direction:column;gap:6px;z-index:3500;min-width:140px}.member-menu button{background:transparent;border:none;color:#fff;text-align:left;padding:8px;border-radius:6px;cursor:pointer}.member-menu button:hover{background:#ffffff08}.danger-btn{width:100%;background:#c0392b;color:#fff;border:none;padding:10px;border-radius:10px;cursor:pointer}.danger-link{width:100%;background:transparent;border:none;color:#ff4b5c;cursor:pointer;text-align:left}.chatlist-item{display:flex;align-items:center;gap:.75rem;padding:10px;cursor:pointer;border-radius:10px;transition:background .18s ease,transform .12s ease}.chatlist-item:hover{transform:translateY(-2px);background:#ffffff05}.chat-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat-info{flex-grow:1}.chat-name{font-weight:700;color:#fff}.chat-time{font-size:.85rem;color:#aaa}.chat-last{font-size:.9rem;color:#aaa}.messages-chat{flex:1;background:#060708;border-radius:14px;padding:18px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.03);box-shadow:0 10px 30px #02061773}.chat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:12px 10px}.chat-user-pic{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat-user-meta{font-size:1rem;font-weight:700;color:#fff;flex-grow:1;padding-left:10px}.chat-actions{display:flex;align-items:flex-end;flex-direction:row-reverse;align-content:center}.btn-block{background-color:#ff3b30;color:#fff;border:none;padding:6px 12px;border-radius:6px;margin-left:170%;margin-bottom:15px;cursor:pointer;transition:background-color .3s ease}.btn-block:hover{background-color:#e62e25}.messages-list{flex:1;overflow-y:auto;margin-bottom:1rem;display:flex;flex-direction:column;gap:12px;padding:18px 10px 6px}.message-bubble{padding:12px 16px;border-radius:18px;line-height:1.5;word-wrap:break-word}.message-bubble.sent{background:linear-gradient(90deg,#7c3aed,#06b6d4);color:#fff;border-radius:18px 2px 18px 18px;box-shadow:0 4px 12px #7c3aed33}.message-bubble.received{background:#ffffff14;color:#e9eef2;border-radius:2px 18px 18px;box-shadow:0 2px 8px #00000026}.message-bubble-wrapper{display:flex;gap:12px;margin-bottom:16px;align-items:flex-end}.message-bubble-wrapper.sent{justify-content:flex-end}.message-bubble-wrapper.received{justify-content:flex-start}.msg-sender-pic{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.msg-bubble-content{display:flex;flex-direction:column;gap:4px}.msg-sender-name{font-size:.75rem;color:#aaa;margin-left:0}.message-bubble .msg-sender-name-in{font-size:.9rem;color:#ffffffeb;font-weight:600;margin:0 0 8px;line-height:1.1}.message-bubble .msg-text{white-space:pre-wrap}.msg-sender-pic.clickable,.member-row img.clickable{cursor:pointer}.link-no-style{text-decoration:none;color:inherit}.message-bubble .msg-sender-name-in{cursor:pointer}.message-bubble.sent{background:linear-gradient(90deg,#7c3aed,#06b6d4);color:#fff;align-self:flex-end;box-shadow:0 8px 20px #7c3aed1f}.message-bubble.received{background:#ffffff05;color:#e9eef2;align-self:flex-start}.message-form{display:flex;flex-direction:column;gap:.5rem}.message-form textarea{resize:none;border-radius:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.04);outline:none;background:#ffffff05;color:var(--text-main, #fff);font-size:15px;min-height:56px}@media (max-width: 768px){.chat-details{position:fixed;inset:0;width:100%;height:100%;margin:0;border-radius:0;background:linear-gradient(180deg,#060708,#09090a)!important;z-index:3000;padding:18px;box-shadow:none;overflow-y:auto}.create-room-modal{z-index:4000}.chat-details .close-mobile{position:absolute;right:12px;top:12px;background:transparent;border:none;color:#fff;font-size:20px}.chat-details-backdrop{position:fixed;inset:0;background:#00000073;z-index:2990}}.message-form button{width:100%;padding:12px 14px;border-radius:14px;border:none;background:linear-gradient(90deg,#4f46e5,#06b6d4);color:#fff;cursor:pointer}.message-form button:hover{filter:brightness(.95)}.back-btn{display:flex;width:2px;height:3px;background:transparent;border:none;color:#fff;margin-left:-15px;font-size:1.5rem;margin-bottom:51px;cursor:pointer;transition:color .3s ease;flex-direction:row-reverse;flex-wrap:nowrap;align-content:stretch;justify-content:flex-end}.back-btn:hover{color:#ff7300}@media (max-width: 768px){.messages-container{flex-direction:column}.messages-sidebar{width:100%;height:100%;order:2}.messages-chat{order:1}.chat-header{position:fixed;width:100%;margin-left:-34px;margin-top:-83px;margin-bottom:1rem;background:linear-gradient(to bottom,#191919b3,#19191966);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);display:flex;justify-content:space-between;align-items:center;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.08);z-index:1000;border-radius:0 0 20px 20px;box-shadow:0 6px 24px #00000059}}.chat-user-pic{display:flex;width:36px;height:36px;margin-left:15px}.chat-user-meta{font-size:1.2rem;padding-left:10px}.btn-block{padding:8px 16px}.message-form textarea{width:100%}.messages-container{display:flex;height:90vh;background:#1e1e2f;color:#fff}.messages-sidebar{margin-top:50px;width:100%;border-right:1px solid #333;display:flex;flex-direction:column;background:#060708;overflow-y:auto}.messages-sidebar input{margin:10px;padding:8px 12px;border-radius:8px;border:none;outline:none;background:#2a2a3d;color:#fff}.user-item{display:flex;align-items:center;padding:12px;cursor:pointer;border-bottom:1px solid #2a2a3d;transition:background .2s}.user-item:hover{background:#2d2d42}.user-pic{width:45px;height:45px;border-radius:50%;margin-right:12px;object-fit:cover}.user-info{flex:1;display:flex;flex-direction:column}.user-info span:first-child{font-weight:600;margin-bottom:3px}.last-message{font-size:.85rem;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.message-time{font-size:.8rem;color:#888;white-space:nowrap}.messages-chat{margin-top:50px;flex:1;display:flex;flex-direction:column;background:#060708}.messages-list{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column}.chat-header{display:flex;align-items:center;gap:10px;padding:12px;border-bottom:1px solid #333;background:#1a1a28}.chat-user-pic{width:38px;height:38px;border-radius:50%;object-fit:cover}.chat-user-meta{flex:1;font-size:1rem;font-weight:600}.back-btn{background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}@media (max-width: 768px){.messages-container{flex-direction:column}.messages-sidebar{width:100%;height:100%}.messages-chat{width:100%;height:96%}.back-btn{display:block}}.message-form button{background:none;border:none;cursor:pointer;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center}.message-form button:hover{background:#ffffff1a}.follow-list{margin:90px auto 0;max-width:600px;padding:1.5rem;font-family:Inter,sans-serif;background:linear-gradient(180deg,#0a0a0af5,#141414eb);border-radius:20px;box-shadow:0 8px 30px #0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f2f2f2;min-height:100vh}.follow-list h2{font-size:1.3rem;margin-bottom:1.4rem;color:#ff7300;font-weight:600;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.6rem}.follow-loading,.no-follows{text-align:center;padding:3rem 0;color:#9c9c9c;font-size:.95rem}.follow-grid{display:flex;flex-direction:column;gap:12px}.follow-item{display:flex;align-items:center;background:#1e1e1ed9;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:10px 14px;text-decoration:none;color:#f5f5f5;transition:all .25s ease;box-shadow:0 3px 10px #00000040}.follow-item:hover{background:#282828e6;transform:translateY(-2px);border-color:#ff730066}.follow-item img{width:52px;height:52px;border-radius:50%;object-fit:cover;margin-right:12px;border:2px solid rgba(255,115,0,.8);box-shadow:0 0 6px #ff73004d}.follow-info .follow-name{font-size:16px;font-weight:500;letter-spacing:.3px}.follow-info small{display:block;font-size:13px;color:#a0a0a0}@media (max-width: 600px){.follow-list{margin-top:60px;border-radius:0;padding:1rem}.follow-item img{width:45px;height:45px}.follow-info .follow-name{font-size:15px}}
