@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;background:#000;color:#e7e9ea;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.navbar{position:sticky;top:0;z-index:100;height:60px;background:#000000d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.nav-left .logo{font-size:22px;font-weight:800;color:#1d9bf0;text-decoration:none;letter-spacing:-.5px}.nav-center{flex:1;display:flex;justify-content:center;gap:8px}.nav-link{position:relative;padding:8px 14px;border-radius:999px;font-weight:500;font-size:15px;color:#9ca3af;text-decoration:none;transition:background .15s,color .15s}.nav-link:hover{background:#ffffff0f;color:#e7e9ea}.nav-link.active{color:#fff;font-weight:700}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:20%;width:60%;height:3px;background:#1d9bf0;border-radius:999px}.nav-right{display:flex;align-items:center;gap:12px}.user-info{display:flex;flex-direction:column;line-height:1.2;text-align:right}.user-name{font-size:14px;font-weight:600;color:#e7e9ea}.user-role{font-size:12px;color:#6b7280;text-transform:capitalize}.logout-btn{background:transparent;color:#1d9bf0;border:1.5px solid #1d9bf0;padding:7px 16px;border-radius:999px;cursor:pointer;font-weight:600;font-size:14px;transition:background .15s}.logout-btn:hover{background:#1d9bf01a}.badge{display:inline-flex;align-items:center;justify-content:center;background:#1d9bf0;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:999px;padding:0 5px;margin-left:6px;line-height:1}.app-container{min-height:calc(100vh - 60px);padding:24px;background:#000}.auth-wrapper{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:400px;background:#0d1117;border:1px solid #1f2937;border-radius:20px;padding:36px 32px;display:flex;flex-direction:column;gap:0}.auth-logo{width:44px;height:44px;background:#1d9bf0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;margin-bottom:20px}.auth-title{font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:24px}.oauth-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;border:1.5px solid #2f3336;background:#16181c;color:#e7e9ea;transition:background .15s,border-color .15s;margin-bottom:16px}.oauth-btn:hover{background:#1f2937;border-color:#374151}.oauth-btn svg{flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#4b5563;font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#1f2937}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:13px;font-weight:500;color:#9ca3af}.auth-field input,.auth-form input{background:#0d1117;border:1.5px solid #1f2937;padding:12px 14px;border-radius:10px;color:#e7e9ea;font-size:15px;font-family:inherit;transition:border-color .15s;outline:none}.auth-field input:focus,.auth-form input:focus{border-color:#1d9bf0}.auth-btn{margin-top:4px;background:#1d9bf0;border:none;padding:12px;border-radius:999px;font-weight:700;font-size:15px;cursor:pointer;color:#fff;font-family:inherit;transition:background .15s,opacity .15s}.auth-btn:hover{background:#1a8cd8}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#f4212e1f;color:#f4212e;border:1px solid rgba(244,33,46,.2);padding:10px 14px;border-radius:10px;margin-bottom:16px;font-size:14px}.auth-success{background:#00ba7c1f;color:#00ba7c;border:1px solid rgba(0,186,124,.2);padding:10px 14px;border-radius:10px;margin-bottom:16px;font-size:14px}.auth-footer{margin-top:20px;font-size:14px;color:#6b7280;text-align:center}.auth-footer a{color:#1d9bf0;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.oauth-spinner{width:36px;height:36px;border:3px solid #1f2937;border-top-color:#1d9bf0;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.online-dot{width:10px;height:10px;background:#00ba7c;border-radius:50%;border:2px solid #000;flex-shrink:0}.alert{padding:10px 14px;border-radius:10px;font-size:14px;margin-bottom:16px}.alert.success{background:#00ba7c1f;color:#00ba7c;border:1px solid rgba(0,186,124,.2)}.alert.error{background:#f4212e1f;color:#f4212e;border:1px solid rgba(244,33,46,.2)}.messages-page{max-width:620px;margin:0 auto}.messages-page-header{padding:4px 0 16px;border-bottom:1px solid #1f2937;margin-bottom:0}.messages-page-header h1{font-size:20px;font-weight:800;letter-spacing:-.3px}.dm-item{display:flex;align-items:center;gap:12px;padding:14px 12px;border-bottom:1px solid #111;cursor:pointer;transition:background .12s;border-radius:0}.dm-item:hover{background:#ffffff08}.dm-item.unread .dm-preview{color:#e7e9ea;font-weight:600}.dm-avatar-wrap{position:relative;flex-shrink:0}.dm-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.dm-avatar-letter{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dm-online{position:absolute;bottom:1px;right:1px;border:2.5px solid #000}.dm-content{flex:1;min-width:0}.dm-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:3px}.dm-name-row{display:flex;align-items:center;gap:6px;min-width:0}.dm-name{font-weight:700;font-size:15px;color:#e7e9ea;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-badge{background:#1d9bf0;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;flex-shrink:0}.dm-time{font-size:13px;color:#6b7280;white-space:nowrap;flex-shrink:0}.dm-preview{font-size:14px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-delete-btn{background:none;border:none;color:#4b5563;padding:6px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .12s,background .12s;flex-shrink:0}.dm-delete-btn svg{width:16px;height:16px}.dm-delete-btn:hover{color:#f4212e;background:#f4212e14}.dm-skeleton{display:flex;align-items:center;gap:12px;padding:14px 12px;border-bottom:1px solid #111}.dm-skeleton-avatar{width:48px;height:48px;border-radius:50%;background:#1f2937;flex-shrink:0;animation:shimmer 1.4s infinite}.dm-skeleton-body{flex:1;display:flex;flex-direction:column;gap:8px}.dm-skeleton-line{height:12px;border-radius:6px;background:#1f2937;animation:shimmer 1.4s infinite}.dm-skeleton-line.short{width:35%}.messages-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 20px;text-align:center}.messages-empty-icon{width:60px;height:60px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;color:#374151}.messages-empty-icon svg{width:30px;height:30px}.messages-empty-title{font-size:18px;font-weight:800;color:#e7e9ea}.messages-empty-sub{font-size:14px;color:#6b7280;max-width:280px}.chat-container{position:fixed;inset:0;z-index:300;display:flex;flex-direction:column;background:#000}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #1f2937;background:#000000f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex-shrink:0;z-index:10}.chat-back{background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s;flex-shrink:0}.chat-back:hover{background:#ffffff0f;color:#fff}.chat-back svg{width:20px;height:20px}.chat-header-avatar{position:relative;flex-shrink:0}.chat-header-avatar span,.chat-header-avatar img{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d9bf0,#07c);color:#fff;font-weight:700;font-size:16px;object-fit:cover}.header-dot{position:absolute;bottom:1px;right:1px;width:11px;height:11px;border:2.5px solid #000}.chat-header-info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.chat-header-name{font-size:16px;font-weight:700;color:#e7e9ea;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-header-status{font-size:13px;color:#6b7280}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 16px 12px;display:flex;flex-direction:column;gap:4px;scrollbar-width:thin;scrollbar-color:#1f2937 transparent;overscroll-behavior:contain;min-height:0}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#1f2937;border-radius:2px}.chat-bubble-wrap{display:flex;align-items:center;gap:6px;max-width:75%}.chat-bubble-wrap.me{align-self:flex-end;flex-direction:row-reverse;max-width:75%}.chat-bubble-wrap.other{align-self:flex-start}.msg-menu-btn{flex-shrink:0;background:none;border:none;color:#6b7280;font-size:18px;line-height:1;cursor:pointer;padding:2px 5px;border-radius:50%;opacity:0;transition:opacity .15s,background .15s;-webkit-user-select:none;user-select:none}.chat-bubble-wrap:hover .msg-menu-btn{opacity:1}.msg-menu-btn:hover{background:#ffffff14;color:#e7e9ea}.chat-mini-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.chat-mini-avatar span{font-size:12px;font-weight:700;color:#fff}.chat-mini-avatar img{width:100%;height:100%;object-fit:cover}.chat-bubble{padding:10px 14px;border-radius:18px;word-break:break-word;line-height:1.5;font-size:15px;position:relative}.chat-bubble.me{background:#1d9bf0;color:#fff;border-bottom-right-radius:4px}.chat-bubble.other{background:#16181c;color:#e7e9ea;border-bottom-left-radius:4px;border:1px solid #2f3336}.chat-text{white-space:pre-wrap}.chat-time{font-size:11px;opacity:.65;margin-top:3px;text-align:right}.typing-bubble{display:flex;align-items:center;gap:4px;padding:12px 16px;min-width:52px}.typing-dot{width:7px;height:7px;border-radius:50%;background:#6b7280;animation:typingBounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.chat-input-row{display:flex;align-items:center;gap:10px;padding:10px 14px;padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid #1f2937;background:#000000f7;flex-shrink:0}.chat-input{flex:1;padding:11px 16px;border-radius:999px;border:1.5px solid #2f3336;background:#111;color:#e7e9ea;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s}.chat-input:focus{border-color:#1d9bf0}.chat-input::placeholder{color:#4b5563}.chat-send{width:40px;height:40px;border-radius:50%;border:none;background:#1f2937;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.chat-send svg{width:20px;height:20px}.chat-send.active{background:#1d9bf0;color:#fff}.chat-send.active:hover{background:#1a8cd8}.chat-send:disabled{cursor:default}.x-container{max-width:600px;margin:0 auto}.x-title{font-size:20px;font-weight:800;padding:12px 0 14px;border-bottom:1px solid #1f2937;letter-spacing:-.3px}.x-post{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #1f2937}.x-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0;font-size:16px}.x-body{flex:1;min-width:0}.x-header{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.x-name{font-weight:700;font-size:15px;color:#e7e9ea}.x-username,.x-time{color:#6b7280;font-size:14px}.x-content{margin-top:6px;line-height:1.55;white-space:pre-wrap;color:#e7e9ea;font-size:15px}.x-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.x-like{display:flex;align-items:center;gap:5px;background:transparent;border:none;color:#6b7280;font-size:14px;cursor:pointer;padding:5px 8px;border-radius:999px;transition:all .15s;font-family:inherit}.x-like:hover{background:#f9188014;color:#f91880}.x-like.liked{color:#f91880}.x-like-count{font-size:13px}.x-message{background:transparent;border:1.5px solid #2f3336;color:#9ca3af;padding:5px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit;margin-left:auto}.x-message:hover{border-color:#1d9bf0;color:#1d9bf0;background:#1d9bf00f}.x-delete{background:transparent;border:1.5px solid transparent;color:#6b7280;padding:5px 12px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.x-delete:hover{border-color:#f4212e4d;color:#f4212e;background:#f4212e0f}.x-skeleton{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #1f2937}.x-skeleton-avatar{width:42px;height:42px;border-radius:50%;background:#1f2937;flex-shrink:0;animation:shimmer 1.4s infinite}.x-skeleton-body{flex:1;display:flex;flex-direction:column;gap:8px;padding-top:4px}.x-skeleton-line{height:12px;border-radius:6px;background:#1f2937;animation:shimmer 1.4s infinite}.x-skeleton-line.short{width:35%}.x-skeleton-line.medium{width:60%}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.4}}.x-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;color:#6b7280;text-align:center}.x-empty span{font-size:40px}.x-empty p{margin:0;font-size:15px}.x-error{margin-top:20px;background:#f4212e14;color:#f4212e;border:1px solid rgba(244,33,46,.2);border-radius:12px;padding:16px;font-size:14px;text-align:center}.create-post{max-width:600px;margin:0 auto;background:#0d1117;border:1px solid #1f2937;border-radius:16px;padding:20px}.create-post h2{color:#e7e9ea;font-size:20px;font-weight:800;margin-bottom:16px;letter-spacing:-.3px}.create-post form{display:flex;flex-direction:column;gap:12px}.create-post textarea{background:transparent;color:#e7e9ea;border:none;outline:none;resize:none;font-size:16px;line-height:1.55;min-height:120px;padding:4px 0;font-family:inherit}.create-post textarea::placeholder{color:#4b5563;font-size:16px}.create-post .error{color:#f4212e;font-size:14px}.create-post button[type=submit]{align-self:flex-end;background:#1d9bf0;color:#fff;border:none;padding:9px 20px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.create-post button[type=submit]:hover{background:#1a8cd8}.create-post button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.dashboard{max-width:1100px;margin:0 auto}.dashboard-header{margin-bottom:24px}.dashboard-header h1{font-size:26px;font-weight:800;letter-spacing:-.3px}.dashboard-header p{color:#6b7280;margin-top:4px;font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.stat-card{background:#0d1117;border:1px solid #1f2937;border-radius:16px;padding:20px;transition:transform .15s,border-color .15s}.stat-card:hover{transform:translateY(-2px);border-color:#374151}.stat-label{font-size:13px;color:#6b7280;font-weight:500}.stat-value{display:block;margin-top:8px;font-size:34px;font-weight:800;letter-spacing:-1px}.stat-active .stat-value{color:#00ba7c}.stat-inactive .stat-value{color:#f4212e}.users-page{max-width:1100px;margin:0 auto}.users-header{margin-bottom:20px}.users-header h1{font-size:24px;font-weight:800}.users-header p{color:#6b7280;font-size:14px}.table-wrapper{overflow-x:auto;background:#0d1117;border:1px solid #1f2937;border-radius:16px}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:#000}.users-table th{text-align:left;padding:14px 16px;font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.users-table td{padding:14px 16px;border-top:1px solid #1f2937;font-size:14px}.users-table tr:hover td{background:#ffffff05}.status-pill{padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.status-pill.active{background:#00ba7c1f;color:#00ba7c}.status-pill.inactive{background:#f4212e1f;color:#f4212e}.btn{border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;cursor:pointer;border:none;font-family:inherit;transition:background .15s}.btn.success{background:#00ba7c1f;color:#00ba7c}.btn.success:hover{background:#00ba7c33}.btn.danger{background:#f4212e1f;color:#f4212e}.btn.danger:hover{background:#f4212e33}.btn.primary{background:#1d9bf0;color:#fff;padding:10px 20px;border-radius:999px;font-weight:700;cursor:pointer;font-family:inherit}.btn.primary:hover{background:#1a8cd8}.loading{text-align:center;padding:40px;color:#6b7280}.profile-page{max-width:680px;margin:0 auto}.profile-title{font-size:22px;font-weight:800;margin-bottom:20px;letter-spacing:-.3px}.profile-card{background:#0d1117;border:1px solid #1f2937;border-radius:20px;padding:24px}.profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#fff;margin-bottom:20px}.profile-row{padding:14px 0;border-bottom:1px solid #1f2937}.profile-row:last-child{border-bottom:none}.label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:4px;display:block}.value{font-size:15px;font-weight:600;color:#e7e9ea}.value.role{text-transform:capitalize}.row-value{display:flex;align-items:center;gap:8px}.edit-btn{background:none;border:none;color:#1d9bf0;cursor:pointer;padding:2px 4px;font-size:14px}.edit-inline{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.edit-inline.column{flex-direction:column;align-items:stretch}.edit-inline input{background:#000;border:1.5px solid #1f2937;color:#fff;padding:9px 12px;border-radius:8px;font-size:14px;font-family:inherit;outline:none;flex:1;min-width:0}.edit-inline input:focus{border-color:#1d9bf0}.profile-card button:not(.logout-btn):not(.edit-btn):not(.link-btn){background:#1d9bf0;color:#fff;border:none;padding:7px 14px;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;font-family:inherit;transition:background .15s}.profile-card button:not(.logout-btn):not(.edit-btn):not(.link-btn):hover{background:#1a8cd8}.link-btn{background:none;border:none;color:#1d9bf0;font-weight:500;font-size:14px;cursor:pointer;padding:0;font-family:inherit}.link-btn:hover{text-decoration:underline}.profile-footer{display:flex;justify-content:center;margin-top:20px;padding-top:20px;border-top:1px solid #1f2937}.logout-btn.full{width:auto;text-align:center}.edit-profile{max-width:860px;margin:0 auto}.edit-profile h1{font-size:24px;font-weight:800;margin-bottom:20px;letter-spacing:-.3px}.edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.edit-card{background:#0d1117;border:1px solid #1f2937;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.edit-card.full{grid-column:span 2}.edit-card h3{font-size:16px;font-weight:700}.edit-card input{background:#000;border:1.5px solid #1f2937;padding:11px 14px;border-radius:10px;color:#fff;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s}.edit-card input:focus{border-color:#1d9bf0}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:28px}.pagination button{min-width:120px;padding:9px 20px;border-radius:999px;background:transparent;border:1.5px solid #1d9bf0;color:#1d9bf0;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.pagination button:hover:not(:disabled){background:#1d9bf014}.pagination button:disabled{border-color:#374151;color:#374151;cursor:default}.pagination .page-info{font-size:14px;color:#6b7280}.mobile-header{position:sticky;top:0;z-index:100;height:52px;background:#000000e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #1f2937}.mh-avatar{width:34px;height:34px;background:linear-gradient(135deg,#1d9bf0,#07c);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.mh-title{font-size:18px;font-weight:800;color:#e7e9ea}.mh-actions button{background:none;border:none;color:#9ca3af;font-size:18px;margin-left:10px;cursor:pointer}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:54px;background:#000000e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #1f2937;display:flex;justify-content:space-around;align-items:center;z-index:100}.nav-icon{background:none;border:none;color:#6b7280;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .15s,background .15s}.nav-icon svg{width:24px;height:24px;stroke-width:1.7}.nav-icon.active{color:#fff}.nav-icon:hover{background:#ffffff0f}.floating-compose{position:fixed;bottom:68px;right:16px;width:52px;height:52px;border-radius:50%;background:#1d9bf0;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #1d9bf073;cursor:pointer;z-index:200;transition:transform .15s,background .15s}.floating-compose svg{width:24px;height:24px;color:#fff}.floating-compose:hover{background:#1a8cd8;transform:scale(1.05)}.floating-compose:active{transform:scale(.95)}@media(min-width:769px){.floating-compose{display:none}}.hamburger{background:transparent;border:1.5px solid #2f3336;color:#9ca3af;font-size:18px;padding:6px 10px;border-radius:10px;cursor:pointer;display:none}.mobile-menu{position:absolute;top:60px;right:16px;width:220px;background:#0d1117;border:1px solid #1f2937;border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:4px;z-index:200;animation:slideDown .15s ease;box-shadow:0 8px 32px #0009}.mobile-nav-links{display:flex;flex-direction:column;gap:2px;padding-bottom:10px;border-bottom:1px solid #1f2937;margin-bottom:8px}.mobile-nav-link{color:#e7e9ea;text-decoration:none;padding:9px 12px;border-radius:10px;font-weight:500;font-size:15px;transition:background .12s}.mobile-nav-link:hover,.mobile-nav-link.active{background:#ffffff0f;color:#fff}.mobile-nav-link:visited,.mobile-nav-link:focus{color:#e7e9ea}.mobile-user{display:flex;flex-direction:column;gap:2px;padding-bottom:10px;border-bottom:1px solid #1f2937;margin-bottom:8px;padding-left:4px}.mobile-user strong{font-size:15px;color:#e7e9ea}.mobile-user span{font-size:12px;color:#6b7280;text-transform:capitalize}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media(max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.app-container{padding:12px 12px 80px}.hamburger{display:block}.nav-center{display:none;flex:0}.nav-right{gap:8px;margin-left:auto}.auth-card{padding:28px 20px;border-radius:16px;margin:0}.auth-title{font-size:22px}.edit-grid{grid-template-columns:1fr}.edit-card.full{grid-column:span 1}.profile-row{flex-direction:column;gap:4px}.pagination{flex-direction:column;gap:10px}.pagination button{width:100%;min-width:unset}.x-container,.messages-page{padding:0 4px}.dm-item{padding:12px 8px}.users-table{min-width:680px}.users-table th,.users-table td{padding:10px 12px;font-size:13px}}.ctx-overlay{position:fixed;inset:0;z-index:1000}.ctx-menu{position:fixed;background:#16181c;border:1px solid #2f3336;border-radius:14px;padding:6px;min-width:180px;z-index:1001;box-shadow:0 8px 32px #000000b3}.ctx-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:8px;font-size:15px;cursor:pointer;color:#e7e9ea;border:none;background:none;width:100%;text-align:left;font-family:inherit}.ctx-item:hover{background:#ffffff0f}.ctx-item.danger{color:#f4212e}.ctx-item.danger:hover{background:#f4212e14}.chat-edit-bar{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#0d1117;border-top:1px solid #2f3336}.chat-edit-bar span{font-size:12px;color:#1d9bf0;font-weight:600}.chat-edit-cancel{background:none;border:none;color:#71767b;cursor:pointer;padding:4px}.msg-edited{font-size:10px;opacity:.55;margin-left:4px}.msg-tick{display:inline-flex;align-items:center;margin-left:4px;color:#fff6}.msg-tick.seen{color:#1d9bf0}.e2e-badge{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;color:#6b7280;padding:6px;border-bottom:1px solid #111;background:#000;flex-shrink:0}.search-page{max-width:600px;margin:0 auto;padding-bottom:80px}.search-header{padding:16px 16px 8px;border-bottom:1px solid #2f3336}.search-header h1{font-size:20px;font-weight:700;color:#e7e9ea}.search-input-wrap{position:relative;display:flex;align-items:center;margin:12px 16px;background:#16181c;border:1px solid #2f3336;border-radius:9999px;padding:10px 14px;gap:8px}.search-input-wrap:focus-within{border-color:#1d9bf0;background:#000}.search-icon{width:18px;height:18px;color:#71767b;flex-shrink:0}.search-input{flex:1;background:none;border:none;outline:none;color:#e7e9ea;font-size:15px;font-family:inherit}.search-input::placeholder{color:#71767b}.search-clear{background:none;border:none;color:#71767b;cursor:pointer;font-size:14px;padding:2px 4px;line-height:1}.search-clear:hover{color:#e7e9ea}.search-section-label{font-size:13px;color:#71767b;padding:4px 16px 8px}.search-results{display:flex;flex-direction:column}.search-user-row{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid #16181c;transition:background .15s}.search-user-row:hover{background:#080808}.search-avatar{width:44px;height:44px;border-radius:50%;background:#1d9bf0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff;flex-shrink:0;overflow:hidden}.search-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.search-user-info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.search-user-name{font-size:15px;font-weight:700;color:#e7e9ea;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-user-handle{font-size:14px;color:#71767b}.search-user-followers{font-size:13px;color:#71767b}.search-empty{padding:40px 16px;text-align:center;color:#71767b;font-size:15px}.follow-btn{padding:7px 16px;border-radius:9999px;font-size:14px;font-weight:700;cursor:pointer;border:1px solid #536471;background:transparent;color:#e7e9ea;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0;font-family:inherit}.follow-btn:hover{background:#ffffff14}.follow-btn.following{background:transparent;color:#e7e9ea;border-color:#536471}.follow-btn.following:hover{background:#f4212e1a;border-color:#f4212e;color:#f4212e}.notif-page{max-width:600px;margin:0 auto;padding-bottom:80px}.notif-header{padding:16px 16px 12px;border-bottom:1px solid #2f3336}.notif-header h1{font-size:20px;font-weight:700;color:#e7e9ea}.notif-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #16181c;cursor:pointer;transition:background .15s;position:relative}.notif-item:hover{background:#080808}.notif-item.unread{background:#1d9bf00a}.notif-icon{font-size:20px;flex-shrink:0;width:24px;text-align:center;margin-top:2px}.notif-avatar{width:40px;height:40px;border-radius:50%;background:#1d9bf0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;flex-shrink:0;overflow:hidden}.notif-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.notif-body{flex:1;min-width:0}.notif-text{font-size:15px;color:#e7e9ea;line-height:1.4;margin-bottom:3px}.notif-post-preview{font-size:13px;color:#71767b;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-time{font-size:13px;color:#71767b}.notif-dot{width:8px;height:8px;border-radius:50%;background:#1d9bf0;flex-shrink:0;margin-top:6px}.notif-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px;color:#71767b}.notif-empty-icon{font-size:48px}.notif-empty p{font-size:16px}.notif-skeleton{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #16181c}.notif-sk-icon{width:24px;height:24px;border-radius:50%;background:#1c1f23;flex-shrink:0}.notif-sk-body{flex:1;display:flex;flex-direction:column;gap:8px}.notif-sk-line{height:14px;background:#1c1f23;border-radius:6px;animation:skeleton-pulse 1.4s ease-in-out infinite}.notif-sk-line.short{width:60%}.mh-avatar-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;width:36px;height:36px;flex-shrink:0}.mh-avatar-img{width:34px;height:34px;border-radius:50%;object-fit:cover}.drawer-overlay{position:fixed;inset:0;background:#0000008c;z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.side-drawer{position:fixed;top:0;left:0;bottom:0;width:80%;max-width:300px;background:#000;border-right:1px solid #1f2937;z-index:400;transform:translate(-100%);transition:transform .22s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,16px)}.side-drawer.open{transform:translate(0)}.drawer-user{display:flex;align-items:center;gap:12px;padding:20px 16px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #1f2937}.drawer-user:hover{background:#ffffff0a}.drawer-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;overflow:hidden;flex-shrink:0}.drawer-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.drawer-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.drawer-name{font-size:16px;font-weight:700;color:#e7e9ea;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-username{font-size:14px;color:#6b7280}.drawer-nav{display:flex;flex-direction:column;padding:12px 0;flex:1}.drawer-link{display:flex;align-items:center;gap:14px;padding:13px 20px;color:#e7e9ea;text-decoration:none;font-size:17px;font-weight:600;transition:background .12s;border-radius:0}.drawer-link:hover,.drawer-link.active{background:#ffffff0f;color:#fff}.drawer-link svg{flex-shrink:0;color:currentColor}.drawer-divider{height:1px;background:#1f2937;margin:4px 0}.drawer-logout{display:flex;align-items:center;gap:12px;padding:14px 20px;color:#f4212e;background:none;border:none;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;text-align:left;width:100%;transition:background .12s}.drawer-logout:hover{background:#f4212e0f}.x-comment-btn{display:flex;align-items:center;gap:5px;background:transparent;border:none;color:#6b7280;font-size:14px;cursor:pointer;padding:5px 8px;border-radius:999px;transition:all .15s;font-family:inherit}.x-comment-btn:hover{background:#1d9bf014;color:#1d9bf0}.comment-section{margin-top:10px;border-top:1px solid #1f2937;padding-top:10px}.comment-empty{color:#6b7280;font-size:13px;padding:8px 0;margin:0}.comment-item{display:flex;gap:8px;padding:8px 0;border-bottom:1px solid #111;position:relative}.comment-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.comment-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:2px}.comment-author{font-size:13px;font-weight:700;color:#e7e9ea}.comment-handle,.comment-time{font-size:12px;color:#6b7280}.comment-text{font-size:14px;color:#e7e9ea;line-height:1.45;white-space:pre-wrap}.comment-delete{background:none;border:none;color:#6b7280;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px;border-radius:50%;flex-shrink:0;align-self:flex-start;transition:color .15s,background .15s}.comment-delete:hover{color:#f4212e;background:#f4212e14}.comment-input-row{display:flex;align-items:center;gap:8px;margin-top:10px}.comment-input-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1d9bf0,#07c);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.comment-input-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.comment-input{flex:1;background:#111;border:1px solid #2f3336;border-radius:999px;color:#e7e9ea;font-size:14px;font-family:inherit;padding:7px 14px;outline:none;transition:border-color .15s}.comment-input:focus{border-color:#1d9bf0}.comment-input::placeholder{color:#4b5563}.comment-submit{background:#1d9bf0;color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:700;padding:7px 14px;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.comment-submit:disabled{opacity:.5;cursor:not-allowed}.comment-submit:not(:disabled):hover{background:#1a8cd8}.x-loading-more{display:flex;justify-content:center;align-items:center;gap:6px;padding:20px}.x-loading-dot{width:7px;height:7px;border-radius:50%;background:#374151;display:inline-block;animation:dotPulse 1.2s infinite ease-in-out}.x-loading-dot:nth-child(2){animation-delay:.2s}.x-loading-dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1.1);opacity:1}}.x-end-of-feed{text-align:center;color:#374151;font-size:13px;padding:24px 20px 40px}.create-post-meta{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6b7280}.post-limit-info.warn{color:#f59e0b}.post-char-count{margin-left:auto}.create-post-error{display:flex;align-items:flex-start;gap:8px;background:#f4212e14;color:#f4212e;border:1px solid rgba(244,33,46,.2);border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.4}.create-post-footer{display:flex;align-items:center;justify-content:space-between}.post-expire-note{font-size:12px;color:#4b5563}.follows-you-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:#ffffff0f;color:#6b7280;font-size:12px;font-weight:500;white-space:nowrap}.profile-more-btn{width:34px;height:34px;border-radius:50%;background:transparent;border:1px solid #536471;color:#e7e9ea;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.profile-more-btn:hover{background:#ffffff14}.profile-more-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:#16181c;border:1px solid #2f3336;border-radius:14px;padding:6px;z-index:100;box-shadow:0 8px 32px #0009;animation:slideDown .12s ease}.profile-more-item{display:block;width:100%;text-align:left;padding:11px 14px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;color:#e7e9ea;background:none;border:none;font-family:inherit;transition:background .12s}.profile-more-item:hover{background:#ffffff0f}.profile-more-item.danger{color:#f4212e}.profile-more-item.danger:hover{background:#f4212e14}.new-posts-banner{position:sticky;top:0;z-index:10;width:100%;background:#1d9bf0;color:#fff;border:none;padding:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-align:center;transition:background .15s;border-bottom:1px solid #1a8cd8}.new-posts-banner:hover{background:#1a8cd8}.user-profile-cover{height:130px;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.user-profile-header{display:flex;align-items:flex-end;justify-content:space-between;padding:0 16px 12px;margin-top:-36px}.user-profile-avatar{width:72px;height:72px;border-radius:50%;background:#1d9bf0;border:3px solid #000;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;overflow:hidden;flex-shrink:0}.user-profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-profile-actions{display:flex;align-items:center;gap:8px;padding-bottom:4px}.user-profile-info{padding:4px 16px 12px;border-bottom:1px solid #2f3336}.user-profile-name{font-size:20px;font-weight:800;color:#e7e9ea;margin-bottom:2px}.user-profile-username{font-size:15px;color:#71767b;margin-bottom:8px}.user-profile-bio{font-size:15px;color:#e7e9ea;margin-bottom:8px;line-height:1.5}.user-profile-joined{font-size:14px;color:#71767b;margin-bottom:10px}.user-profile-stats{display:flex;gap:20px;font-size:14px;color:#71767b}.user-profile-stats strong{color:#e7e9ea}.user-profile-posts-header{padding:14px 16px;font-size:15px;font-weight:700;color:#e7e9ea;border-bottom:1px solid #2f3336}.profile-edit-btn{padding:7px 16px;border-radius:9999px;font-size:14px;font-weight:700;cursor:pointer;border:1px solid #536471;background:transparent;color:#e7e9ea;transition:background .15s;font-family:inherit}.profile-edit-btn:hover{background:#ffffff14}.chat-action-btn{padding:7px 16px;border-radius:9999px;font-size:14px;font-weight:700;cursor:pointer;border:1px solid #536471;background:transparent;color:#e7e9ea;transition:background .15s;font-family:inherit}.chat-action-btn:hover{background:#ffffff14}.notif-nav-btn{position:relative}.nav-badge{position:absolute;top:2px;right:2px;min-width:17px;height:17px;border-radius:9999px;background:#1d9bf0;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #000;line-height:1}.chat-header-menu-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;transition:background .15s,color .15s;flex-shrink:0}.chat-header-menu-btn:hover{background:#ffffff14;color:#e7e9ea}.chat-header-dropdown{position:absolute;top:52px;right:12px;min-width:210px;background:#16181c;border:1px solid #2f3336;border-radius:14px;padding:6px;z-index:300;box-shadow:0 8px 32px #000000b3;animation:slideDown .12s ease}.chat-header-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:11px 14px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;color:#e7e9ea;background:none;border:none;font-family:inherit;text-align:left;transition:background .12s}.chat-header-dropdown-item:hover{background:#ffffff0f}.chat-header-dropdown-item.danger{color:#f4212e}.chat-header-dropdown-item.danger:hover{background:#f4212e14}.chat-blocked-notice{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:#ffffff08;border-top:1px solid #1f2937;color:#6b7280;font-size:14px;text-align:center;flex-shrink:0}.user-profile-stat-btn{cursor:pointer;transition:color .15s;border-radius:4px;padding:2px 4px;margin:-2px -4px}.user-profile-stat-btn:hover{color:#e7e9ea;text-decoration:underline}.user-list-sheet-overlay{position:fixed;inset:0;background:#0009;z-index:500;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease}.user-list-sheet{width:100%;max-width:600px;max-height:70vh;background:#000;border-top:1px solid #2f3336;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .22s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.user-list-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid #1f2937;font-size:16px;font-weight:700;color:#e7e9ea;flex-shrink:0}.user-list-sheet-close{background:none;border:none;color:#6b7280;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:50%;line-height:1;transition:background .15s}.user-list-sheet-close:hover{background:#ffffff14;color:#e7e9ea}.user-list-sheet-body{overflow-y:auto;flex:1}.chat-watermark{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden;display:flex;flex-wrap:wrap;align-content:flex-start;gap:40px 20px;padding:40px 20px;transform:rotate(-25deg) scale(1.4);transform-origin:center;opacity:.028;-webkit-user-select:none;user-select:none}.chat-watermark-text{font-size:13px;font-weight:600;color:#e7e9ea;white-space:nowrap;letter-spacing:1px}.chat-blurred .chat-messages,.chat-blurred .e2e-badge{filter:blur(18px);-webkit-user-select:none;user-select:none;pointer-events:none}.chat-blur-overlay{position:absolute;inset:0;z-index:200;background:#000000d1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer}.chat-blur-overlay p{color:#e7e9ea;font-size:16px;font-weight:600;margin:0}.chat-blur-overlay span{color:#6b7280;font-size:13px}.screenshot-warning{position:absolute;top:60px;left:50%;transform:translate(-50%);z-index:300;background:#f4212eeb;color:#fff;font-size:13px;font-weight:600;padding:9px 18px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 16px #00000080;animation:fadeInDown .2s ease,fadeOut .4s ease 2.6s forwards;pointer-events:none}@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeOut{to{opacity:0}}.chat-messages{-webkit-user-select:none;user-select:none}.chat-bubble img,.chat-bubble{-webkit-touch-callout:none}.chat-bubble canvas,.chat-bubble video{display:block;max-width:100%;border-radius:16px;-webkit-touch-callout:none;pointer-events:none}@media print{.chat-container{display:none!important}}
