.admin-users-panel{background:linear-gradient(180deg,#fffffffa,#f8fafdf5);border-radius:18px;padding:22px;border:1px solid var(--border-subtle);box-shadow:0 12px 30px #0f172a0f;position:relative;overflow:hidden}.admin-users-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1b84ff,#49c5b6 52%,#7ddc6f)}.theme-dark .admin-users-panel{background:linear-gradient(180deg,#23263af5,#181c2ff0);box-shadow:0 14px 30px #00000038}.admin-users-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-users-title{margin:0;font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--text-main)}.admin-users-subtitle{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.admin-users-count{padding:7px 12px;border-radius:999px;border:1px solid var(--border-subtle);font-size:12px;font-weight:700;color:var(--text-muted);white-space:nowrap}.admin-users-error{margin-bottom:14px;padding:10px 12px;border-radius:10px;background:#fff1f1;border:1px solid rgba(255,107,107,.35);color:#d32f2f;font-size:13px;font-weight:500}.theme-dark .admin-users-error{background:#ff6b6b1f}.admin-users-table-wrap{overflow-x:auto;border:1px solid var(--border-subtle);border-radius:16px;background:#ffffff8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-dark .admin-users-table-wrap{background:#ffffff05}.admin-users-table{width:100%;border-collapse:collapse}.admin-users-table thead tr{border-bottom:1px solid var(--border-subtle)}.admin-users-table th{padding:14px 16px;text-align:left;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.admin-users-table td{padding:16px;border-bottom:1px solid var(--border-subtle);font-size:14px;vertical-align:middle}.admin-users-table tbody tr:last-child td{border-bottom:none}.admin-users-table tbody tr:hover{background:#1877f20a}.admin-users-table tbody tr{transition:background .18s ease}.admin-users-empty-cell{padding:28px 12px;text-align:center;color:var(--text-muted);font-size:14px}.admin-users-usercell{display:flex;align-items:center;gap:12px;min-width:180px}.admin-users-avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--primary),#63a7ff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 8px 18px #1877f238;flex-shrink:0}.admin-users-usertext{display:flex;flex-direction:column;gap:3px;min-width:0}.admin-users-usertext strong{font-size:14px;line-height:1.2}.admin-users-usertext span{font-size:12px;color:var(--text-muted)}.admin-users-status-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:84px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.01em}.admin-users-status-badge.is-active{background:#42b72a24;color:#289c17}.admin-users-status-badge.is-inactive{background:#ff6b6b24;color:#d33c3c}.admin-users-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap}.admin-users-action-btn{height:36px;padding:0 12px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:12px;font-weight:700;transition:all .18s ease;white-space:nowrap;box-shadow:0 4px 14px #0f172a0f}.admin-users-action-btn:disabled{opacity:.65;cursor:wait}.admin-users-action-btn-view{background:transparent;border:1px solid rgba(24,119,242,.35);color:var(--primary)}.admin-users-action-btn-view:hover{background:#1877f20f;transform:translateY(-1px)}.admin-users-action-btn-ban{background:#ff6b6b14;border:1px solid rgba(255,107,107,.28);color:#e14b4b}.admin-users-action-btn-ban:hover{background:#ff6b6b24;transform:translateY(-1px)}.admin-users-action-btn-activate{background:#42b72a14;border:1px solid rgba(66,183,42,.28);color:#289c17}.admin-users-action-btn-activate:hover{background:#42b72a24;transform:translateY(-1px)}.admin-users-btn-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.admin-users-btn-icon svg{width:14px;height:14px}.admin-users-mobile-list{display:none}.admin-users-mobile-card{border:1px solid var(--border-subtle);border-radius:16px;padding:14px;background:#ffffff9e;box-shadow:0 8px 22px #0f172a0d;position:relative;overflow:hidden}.admin-users-mobile-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#1b84ff,#49c5b6)}.theme-dark .admin-users-mobile-card{background:#ffffff08}.admin-users-mobile-top{display:flex;align-items:center;gap:10px}.admin-users-avatar-mobile{width:40px;height:40px;border-radius:12px}.admin-users-usertext-mobile{flex:1}.admin-users-mobile-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.admin-users-mobile-meta-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:12px;background:#1877f20a;border:1px solid rgba(24,119,242,.08)}.admin-users-mobile-meta-item span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.admin-users-mobile-meta-item strong{font-size:14px}.admin-users-mobile-empty{padding:24px 12px;text-align:center;color:var(--text-muted);border:1px dashed var(--border-subtle);border-radius:14px}@media (max-width: 900px){.admin-users-table th,.admin-users-table td{padding:14px 12px}.admin-users-usercell{min-width:150px}}@media (max-width: 720px){.admin-users-panel{padding:16px;border-radius:16px}.admin-users-header{flex-direction:column;align-items:stretch}.admin-users-count{align-self:flex-start}.admin-users-table-wrap{display:none}.admin-users-mobile-list{display:flex;flex-direction:column;gap:12px}}@media (max-width: 480px){.admin-users-title{font-size:20px}.admin-users-subtitle{font-size:12px}.admin-users-mobile-top{flex-wrap:wrap}.admin-users-usertext-mobile{min-width:calc(100% - 56px)}.admin-users-status-badge{min-width:auto;padding:5px 10px;font-size:11px}.admin-users-mobile-meta{grid-template-columns:1fr}.admin-users-actions{width:100%}.admin-users-action-btn{flex:1;height:34px;padding:0 10px;font-size:11px;gap:6px}.admin-users-btn-icon,.admin-users-btn-icon svg{width:12px;height:12px}}.admin-myoobhi-post-card{box-shadow:0 2px 8px #5078c812;border-radius:12px;background:#fff;border:1px solid var(--border-subtle);margin-bottom:0;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.admin-myoobhi-post-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #5078c81f;border-color:#1877f22e}.admin-myoobhi-post-row{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:14px;padding:18px 16px;align-items:center;position:relative;background:none}.admin-myoobhi-post-media{width:56px;height:56px;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000000a}.admin-myoobhi-post-media-image{width:100%;height:100%;object-fit:cover}.admin-myoobhi-post-main{min-width:0;display:flex;flex-direction:column;gap:6px}.admin-myoobhi-post-type{font-size:14px;font-weight:700;color:var(--primary);letter-spacing:.03em;text-transform:uppercase;line-height:1.2}.admin-myoobhi-post-desc{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45}.admin-myoobhi-post-side{display:flex;align-items:center;justify-content:flex-end;gap:12px}.admin-myoobhi-post-status{display:inline-flex;align-items:center;gap:7px;font-size:13px;cursor:pointer;font-weight:500;white-space:nowrap;padding:8px 12px;border:1px solid var(--border-subtle);border-radius:999px;box-shadow:inset 0 1px #ffffff40}.admin-myoobhi-post-status-text{color:var(--text-muted);font-weight:600}.admin-myoobhi-post-status-text.is-active{color:var(--primary)}.admin-myoobhi-post-expand-btn{width:42px;height:42px;min-width:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;font-size:15px;font-weight:700;color:var(--text-main);transition:all .2s ease;box-shadow:none;position:relative;z-index:2}.admin-myoobhi-post-expand-btn.active{background:var(--primary);border:2px solid var(--primary);color:#fff;box-shadow:0 2px 8px #1877f21a}.admin-myoobhi-post-expanded{padding:22px 18px 18px}.admin-myoobhi-post-selected-list{display:flex;flex-direction:column;gap:12px}.admin-myoobhi-post-selected-row{display:grid;grid-template-columns:minmax(0,1.5fr) 110px auto;gap:12px;align-items:center;padding:12px 10px;border-radius:10px;box-shadow:0 1px 4px #00000008}.admin-myoobhi-post-selected-info{font-size:14px;font-weight:700;color:var(--primary);letter-spacing:.01em;min-width:0}.admin-myoobhi-post-selected-username{font-size:12px;color:var(--text-muted);font-weight:500}.admin-myoobhi-post-target-input{width:100%;padding:10px 12px;border-radius:8px;font-size:13px;box-sizing:border-box;font-weight:600}.admin-myoobhi-post-delete-btn{width:auto;height:44px;min-width:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;cursor:pointer;font-size:14px;font-weight:700;transition:all .2s ease;white-space:nowrap}.admin-myoobhi-post-delete-entire-btn{width:100%}@media (max-width: 768px){.admin-myoobhi-post-row{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:16px 14px}.admin-myoobhi-post-media{width:48px;height:48px;border-radius:12px}.admin-myoobhi-post-side{grid-column:1 / -1;justify-content:space-between;align-items:center;padding-top:10px;margin-top:2px;border-top:1px solid var(--border-subtle)}.admin-myoobhi-post-status{font-size:12px;padding:7px 10px}.admin-myoobhi-post-expand-btn{width:36px;height:36px;min-width:36px;border-radius:999px;font-size:13px}.admin-myoobhi-post-expanded{padding:16px 14px 14px}.admin-myoobhi-post-selected-row{grid-template-columns:minmax(0,1fr) 96px auto;gap:10px}.admin-myoobhi-post-target-input{padding:9px 10px}.admin-myoobhi-post-delete-btn{width:auto;height:36px;min-width:36px;border-radius:999px;padding:0 10px;gap:6px;font-size:13px}}@media (max-width: 560px){.admin-myoobhi-post-card{border-radius:14px;box-shadow:0 10px 24px #5078c81a}.admin-myoobhi-post-row{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:14px 12px}.admin-myoobhi-post-media{width:44px;height:44px;border-radius:12px}.admin-myoobhi-post-type{font-size:13px}.admin-myoobhi-post-desc{font-size:12px;-webkit-line-clamp:3}.admin-myoobhi-post-side{flex-wrap:nowrap;justify-content:space-between;gap:8px}.admin-myoobhi-post-status{min-width:0;width:auto;max-width:calc(100% - 44px);justify-content:flex-start;padding:6px 9px;font-size:11px}.admin-myoobhi-post-selected-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px}.admin-myoobhi-post-selected-info{grid-column:1 / -1}.admin-myoobhi-post-target-input{width:100%;min-width:0;padding:8px 10px}.admin-myoobhi-post-delete-btn{width:36px;min-width:36px;height:36px;padding:0;border-radius:10px;justify-content:center}.admin-myoobhi-post-delete-btn span:last-child{display:none}.admin-myoobhi-post-delete-entire-btn{width:100%;font-size:14px;padding:10px 0}}.auth-input,.auth-form select.auth-input{padding:12px;border-radius:6px;border:1px solid var(--border-subtle);font-size:16px;background:#fff;height:44px;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}:root{--bg: #f0f2f5;--card-bg: #ffffff;--border-subtle: #e4e6eb;--text-main: #050505;--text-muted: #65676b;--primary: #1877f2;--primary-dark: #166fe5;--accent: #42b72a}.theme-dark{--bg: #18191a;--card-bg: #242526;--border-subtle: #3a3b3c;--text-main: #e4e6eb;--text-muted: #b0b3b8;--primary: #2d88ff;--primary-dark: #1877f2;--accent: #45bd62}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-main)}button,input{font-family:inherit}button{cursor:pointer}.app-shell{display:flex;flex-direction:column;min-height:100vh}.nav{height:56px;background:var(--card-bg);border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;padding:0 16px;position:sticky;top:0;z-index:10;box-shadow:0 2px 4px #0000000a}.nav,.nav-circle-btn,.nav-icon-btn{transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.nav-left{display:flex;align-items:center;gap:8px}.logo{font-size:24px;font-weight:800;color:var(--primary);letter-spacing:.04em}.search-input{background:#f0f2f5;border-radius:999px;border:1px solid #e0e2e7;padding:8px 12px;min-width:220px;font-size:14px;box-shadow:inset 0 0 0 1px #00000005}.search-input:focus{outline:2px solid var(--primary)}.nav-center{display:flex;gap:4px}.nav-icon-btn{width:110px;height:40px;border-radius:8px;border:none;background:transparent;color:#65676b;font-size:18px}.nav-icon-btn:hover{background:#f0f2f5}.nav-icon-btn--active{border-bottom:3px solid var(--primary);color:var(--primary)}.nav-right{display:flex;align-items:center;gap:8px}.nav-circle-btn{width:40px;height:40px;border-radius:999px;border:none;background:#e4e6eb;display:flex;align-items:center;justify-content:center}.nav-search-toggle{display:none}.nav-search-overlay{position:fixed;left:0;right:0;top:56px;bottom:0;background:#00000059;z-index:30;display:flex;justify-content:center;align-items:flex-start;padding:12px 12px 16px}.nav-search-panel{width:100%;max-width:540px;background:var(--card-bg);border-radius:12px;border:1px solid var(--border-subtle);padding:10px 12px 12px;box-shadow:0 8px 24px #0000002e}.nav-search-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.nav-search-input{flex:1;border-radius:999px;border:1px solid var(--border-subtle);padding:8px 12px;font-size:14px;background:#f0f2f5}.nav-search-results{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.nav-search-item{display:flex;align-items:center;width:100%;border:none;background:transparent;padding:6px 4px;border-radius:8px;text-align:left}.nav-search-item:hover{background:#f0f2f5}.nav-search-item-icon{width:32px;display:flex;align-items:center;justify-content:center;font-size:18px}.nav-search-item-text{display:flex;flex-direction:column;gap:2px;font-size:14px}.nav-search-item-label{font-weight:500}.nav-search-item-sublabel{font-size:12px;color:var(--text-muted)}.nav-theme-toggle{background:#f0f2f5}.nav-profile{position:relative;display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px}.nav-profile:hover{background:#f0f2f5}.nav-profile-name{font-size:14px;font-weight:500}.nav-profile-menu{display:none;position:absolute;top:100%;right:0;background:var(--card-bg);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;min-width:160px;z-index:100}.nav-profile:hover .nav-profile-menu,.nav-profile-menu:hover{display:flex;flex-direction:column;gap:4px}.nav-profile-menu button,.nav-profile-menu a{border:none;background:transparent;padding:6px 8px;border-radius:6px;text-align:left;font-size:14px;text-decoration:none;color:var(--text-main)}.nav-profile-menu button:hover,.nav-profile-menu a:hover{background:#f0f2f5}.nav-marquee-wrapper{width:100%;background:linear-gradient(90deg,var(--primary),var(--primary-dark));overflow:hidden;padding:8px 0;position:sticky;top:56px;z-index:9;box-shadow:0 2px 4px #00000014}.nav-marquee{display:flex;animation:marqueeScroll 40s linear infinite;white-space:nowrap}.nav-marquee span{color:#fff;font-size:14px;font-weight:500;padding:0 16px;display:inline-block}@keyframes marqueeScroll{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.theme-dark .nav-marquee-wrapper{background:linear-gradient(90deg,var(--primary),#1a4dd4)}.messages-window{position:fixed;bottom:16px;right:16px;width:380px;max-width:calc(100% - 32px);background:var(--card-bg);border-radius:12px;border:1px solid var(--border-subtle);box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column;z-index:50}.messages-window-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px}.messages-window-title{font-size:14px;font-weight:600}.messages-window-close{border:none;background:transparent;font-size:18px;line-height:1}.messages-window-body{display:flex;border-top:1px solid var(--border-subtle);min-height:260px;max-height:360px}.messages-conversations{width:40%;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;overflow-y:auto}.conversation-item{display:flex;align-items:center;gap:6px;padding:6px 8px;border:none;background:transparent;text-align:left}.conversation-item:hover{background:#f0f2f5}.conversation-item--active{background:#1877f21f}.conversation-meta{display:flex;flex-direction:column;gap:2px;font-size:12px}.conversation-name{font-weight:600}.conversation-preview{color:var(--text-muted)}.messages-thread{flex:1;display:flex;flex-direction:column}.messages-thread-header{display:flex;align-items:center;gap:8px;padding:6px 8px;border-bottom:1px solid var(--border-subtle)}.messages-thread-name{font-size:13px;font-weight:600}.messages-thread-subtext{font-size:11px;color:var(--text-muted)}.messages-thread-messages{flex:1;padding:8px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.message-row{display:flex}.message-row--me{justify-content:flex-end}.message-bubble{max-width:80%;padding:6px 8px;border-radius:14px;font-size:13px;background:#e4e6eb}.message-row--me .message-bubble{background:var(--primary);color:#fff}.message-text{margin-bottom:2px}.message-time{font-size:10px;color:var(--text-muted)}.messages-thread-empty{padding:12px;font-size:13px;color:var(--text-muted)}.app-main{display:grid;grid-template-columns:1.1fr 2fr 1.1fr;gap:18px;max-width:1200px;margin:16px auto 24px;padding:0 8px;grid-template-areas:"sidebar feed rightbar"}.sidebar{grid-area:sidebar}.feed{grid-area:feed}.rightbar{grid-area:rightbar}.sidebar,.rightbar{display:flex;flex-direction:column;gap:12px}.sidebar-section,.rightbar-card{background:var(--card-bg);border-radius:8px;padding:12px;border:1px solid var(--border-subtle)}.sidebar-item{width:100%;display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:6px;border:none;background:transparent;font-size:14px;color:var(--text-main)}.sidebar-item:hover{background:#f0f2f5}.sidebar-section h4{font-size:14px;color:var(--text-muted);margin-bottom:6px}.rightbar-card h4{font-size:14px;margin-bottom:8px}.contact-item{font-size:14px;padding:4px 0;display:flex;align-items:center;gap:6px;border-radius:6px;padding-inline:6px}.contact-item:hover{background:#f0f2f5}.contact-name{flex:1}.feed{display:flex;flex-direction:column;gap:12px}.composer,.post-card,.rightbar-card,.friends-main{background:var(--card-bg);border-radius:10px;border:1px solid var(--border-subtle);padding:12px}.composer-top{display:flex;gap:8px;align-items:center}.composer-form{flex:1;display:flex;gap:8px}.composer-form input{flex:1;border-radius:999px;border:1px solid var(--border-subtle);padding:8px 12px;background:#f0f2f5}.composer-form button{border-radius:999px;border:none;background:var(--primary);color:#fff;padding:0 16px;font-weight:600}.composer-actions{margin-top:8px;display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted)}.composer-actions button{background:transparent;border:none;padding:4px 8px;border-radius:6px}.composer-actions button:hover{background:#f0f2f5}.composer-media-preview{margin-top:8px;border-radius:10px;border:1px solid var(--border-subtle);padding:8px;display:flex;align-items:center;gap:8px}.composer-media-preview img,.composer-media-preview video{max-height:120px;border-radius:8px}.composer-media-clear{border-radius:999px;border:none;background:#e4e6eb;padding:4px 10px;font-size:12px}.posts-list{display:flex;flex-direction:column;gap:12px}.post-card-header{display:flex;gap:8px}.post-author{font-weight:600;font-size:14px}.post-meta{font-size:12px;color:var(--text-muted)}.post-content{margin-top:8px;font-size:14px}.post-image-wrapper{margin-top:8px;border-radius:10px;overflow:hidden}.post-image{width:100%;display:block}.post-video-wrapper{margin-top:8px;border-radius:10px;overflow:hidden}.post-video{width:100%;display:block;background:#000}.post-stats{margin-top:6px;display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}.post-actions{margin-top:8px;display:flex;justify-content:space-between;border-top:1px solid var(--border-subtle);padding-top:6px}.post-actions button{flex:1;border:none;background:transparent;padding:6px 4px;border-radius:6px;font-size:14px}.post-actions button:hover{background:#f0f2f5}.post-like-btn{font-weight:500}.post-like-btn--active{color:var(--primary)}.post-comments{margin-top:8px;border-top:1px solid var(--border-subtle);padding-top:6px}.post-comment-form{display:flex;gap:6px;margin-bottom:6px}.post-comment-form input{flex:1;border-radius:999px;border:1px solid var(--border-subtle);padding:6px 10px;font-size:13px}.post-comment-form button{border-radius:999px;border:none;background:var(--primary);color:#fff;padding:0 12px;font-size:13px;font-weight:600}.post-comments-list{display:flex;flex-direction:column;gap:4px;font-size:13px}.post-comment-item{display:flex;flex-wrap:wrap;gap:4px}.post-comment-text{color:var(--text-main)}.post-comment-time{color:var(--text-muted);font-size:11px}.stories,.reels{background:var(--card-bg);border-radius:10px;border:1px solid var(--border-subtle);padding:10px 12px}.stories-header,.reels-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.stories-create-btn,.reels-create-btn{border-radius:999px;border:none;background:var(--primary);color:#fff;font-size:13px;padding:6px 12px;font-weight:600}.stories-track,.reels-track{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.story-card{min-width:80px;max-width:80px;height:130px;border-radius:12px;background:linear-gradient(135deg,#fbc2eb,#a6c1ee);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:13px;text-align:center;padding:8px;cursor:pointer}.story-preview{margin-top:10px;border-radius:10px;overflow:hidden}.story-preview img,.story-preview video{width:100%;display:block}.story-avatar{width:40px;height:40px;border-radius:999px;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:6px}.story-name{word-break:break-word}.reel-card{min-width:110px;max-width:110px;border-radius:10px;overflow:hidden;position:relative;background:#000}.reel-video{width:100%;height:180px;object-fit:cover}.reel-label{position:absolute;left:6px;bottom:6px;right:6px;font-size:12px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.friend-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:90}.friend-modal{background:var(--card-bg);border-radius:12px;max-width:720px;width:100%;max-height:85vh;padding:12px 16px 16px;position:relative;display:flex;flex-direction:column;gap:10px}.friend-modal-close{position:absolute;top:8px;right:10px;border:none;background:transparent;font-size:20px}.friend-modal-header{margin-top:16px}.friend-modal-about{margin-top:4px}.profile-main{max-width:680px;margin:16px auto 32px;display:flex;flex-direction:column;gap:16px}.profile-header-card{background:var(--card-bg);border-radius:18px;box-shadow:0 14px 32px #10182814;border:1px solid var(--border-subtle);overflow:hidden;padding:0}.profile-cover{height:160px;background:radial-gradient(circle at top left,rgba(255,255,255,.28),transparent 30%),linear-gradient(135deg,#1877f2,#42b72a 72%,#f6d365)}.profile-header-body{display:flex;gap:20px;padding:22px;align-items:center}.profile-avatar-block{display:flex;flex-direction:column;align-items:center;gap:8px}.profile-avatar-large{width:120px;height:120px;border-radius:999px;border:5px solid var(--bg-main);background:#d8dadf;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;overflow:hidden;box-shadow:0 12px 24px #0f172a24}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-change-btn{min-height:38px;padding:8px 14px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 10px 18px #1877f233}.profile-change-btn-secondary{background:#ffffff29;color:var(--text-main);border:1px solid var(--border-subtle);box-shadow:none}.profile-header-text{flex:1;min-width:0}.profile-eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}.profile-eyebrow,.profile-access-pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em}.profile-eyebrow{background:#ffffffb3;color:#18426b;border:1px solid rgba(255,255,255,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-access-pill{background:#0f172a0f;color:var(--text-main);border:1px solid var(--border-subtle)}.profile-inline-icon,.profile-btn-icon,.profile-stat-icon,.profile-detail-icon,.profile-section-icon-svg,.profile-insight-item-icon,.media-grid-badge-icon{width:16px;height:16px;flex-shrink:0}.profile-name{font-size:28px;line-height:1.15;margin-bottom:6px}.profile-bio{font-size:14px;color:var(--text-muted);margin-bottom:12px;line-height:1.55}.profile-stats{display:flex;gap:12px;flex-wrap:wrap;color:var(--text-muted)}.profile-stat-chip{display:inline-flex;align-items:center;gap:10px;min-width:160px;padding:10px 12px;border-radius:16px;background:#ffffff8c;border:1px solid rgba(24,119,242,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-stat-icon-wrap{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#1877f229,#42b72a29);color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.profile-stat-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-stat-copy small{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.profile-stat-copy strong{font-size:13px;line-height:1.35;color:var(--text-main)}.friend-profile-inline{margin-top:12px;display:flex;flex-direction:column;gap:8px}.friends-main{display:flex;flex-direction:column;gap:10px}.friends-list{max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.friends-header{display:flex;align-items:center;justify-content:space-between}.friends-count{font-size:13px;color:var(--text-muted)}.friend-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;border:none;background:transparent;text-align:left}.friend-item:hover{background:#f0f2f5}.friend-meta{display:flex;flex-direction:column;gap:2px}.friend-name{font-size:14px;font-weight:600}.friend-subtext{font-size:12px;color:var(--text-muted)}.profile-actions-row{margin-top:10px;display:flex;gap:8px}.profile-message-btn{padding:6px 16px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:14px}.profile-secondary-btn{min-height:38px;padding:8px 16px;border-radius:999px;border:1px solid var(--border-subtle);background:transparent;font-size:14px}.profile-card{background:var(--card-bg);border-radius:18px;box-shadow:0 10px 24px #1018280f;border:1px solid var(--border-subtle);padding:18px 18px 20px}.profile-section-title{font-size:18px;margin:0}.profile-section-subtitle{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.profile-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:14px}.profile-details li{padding:10px 12px;border-radius:12px;background:#0f172a08;line-height:1.45}.profile-detail-item{display:flex;align-items:flex-start;gap:12px}.profile-detail-icon-wrap{width:38px;height:38px;border-radius:12px;background:#1877f214;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-detail-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-detail-copy small{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.profile-detail-copy strong{font-size:14px;line-height:1.45;color:var(--text-main);font-weight:600}.profile-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-section-header-static{margin-bottom:14px}.profile-section-heading-wrap{display:flex;align-items:flex-start;gap:12px}.profile-section-icon{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#1877f21f,#f6d3652e);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-section-link{border:none;background:transparent;color:var(--primary);font-size:13px;font-weight:700;cursor:pointer}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.media-grid-item{border-radius:14px;overflow:hidden}.media-grid-thumb{height:112px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:10px;color:#fff;font-size:12px}.media-grid-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 9px;border-radius:999px;background:#080f1a47;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:11px;font-weight:700}.media-grid-thumb--photo{background:linear-gradient(135deg,#ff9a9e,#fad0c4)}.media-grid-thumb--video{background:linear-gradient(135deg,#4facfe,#00f2fe)}.media-grid-thumb--reel{background:linear-gradient(135deg,#f6d365,#fda085)}.media-grid-icon{margin-right:4px;font-size:13px}.media-grid-label{text-shadow:0 1px 3px rgba(0,0,0,.35);font-size:13px;font-weight:700;line-height:1.4}.profile-insight-card{border-radius:18px;box-shadow:0 16px 30px #10182814}.profile-insight-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.profile-section-icon-insight{background:linear-gradient(135deg,#42b72a24,#1877f224)}.profile-insight-copy{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.55}.profile-insight-list{display:flex;flex-direction:column;gap:10px}.profile-insight-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:14px;background:#0f172a08;line-height:1.5;font-size:13px}.theme-dark .profile-card,.theme-dark .profile-header-card{box-shadow:0 16px 34px #0003}.theme-dark .profile-eyebrow{background:#ffffff14;color:#dce9ff;border-color:#ffffff14}.theme-dark .profile-access-pill,.theme-dark .profile-stat-chip{background:#ffffff0d;border-color:#ffffff14}.theme-dark .profile-details li{background:#ffffff0a}.theme-dark .profile-detail-icon-wrap,.theme-dark .profile-insight-item,.theme-dark .profile-section-icon,.theme-dark .profile-stat-icon-wrap{background:#ffffff0f}.avatar{border-radius:999px;background:#d8dadf;display:flex;align-items:center;justify-content:center;font-weight:600}.avatar--small{width:32px;height:32px}.avatar--medium{width:40px;height:40px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:48px;padding:32px 16px}.auth-brand{max-width:360px}.auth-logo{font-size:54px;color:var(--primary);font-weight:800}.auth-tagline{margin-top:8px;font-size:20px}.auth-card{background:var(--card-bg);padding:16px;border-radius:8px;box-shadow:0 8px 24px #0000001a;width:360px}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form input{padding:12px;border-radius:6px;border:1px solid var(--border-subtle)}.auth-primary-btn{padding:10px;border-radius:6px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:16px}.auth-primary-btn--full{width:100%}.auth-secondary-btn{display:inline-block;width:100%;text-align:center;padding:10px;border-radius:6px;border:none;background:var(--accent);color:#fff;font-weight:600;font-size:16px;text-decoration:none}.auth-link-btn{border:none;background:transparent;color:var(--primary);font-size:14px}.auth-link-under{display:inline-block;margin-top:8px;font-size:14px;color:var(--primary);text-decoration:none}.auth-link-under:hover{text-decoration:underline}.auth-divider{height:1px;background:var(--border-subtle);margin:6px 0}.auth-error{color:#d93025;font-size:13px}.auth-title{font-size:24px}.auth-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:4px}@media (max-width: 960px){.app-main{grid-template-columns:1fr;grid-template-areas:"rightbar" "feed"}.sidebar{display:none}.nav-search-bar-mobile{display:block;position:sticky;top:56px;z-index:9;background:var(--card-bg);border-bottom:1px solid var(--border-subtle);padding:6px 16px 8px}.nav-search-bar-mobile .search-input{display:block;width:100%;min-width:0}}@media (max-width: 768px){.nav{padding:8px;gap:8px}.nav-left{flex:1 1 auto;justify-content:flex-start;gap:10px}.nav-center{position:fixed;left:0;right:0;bottom:0;height:52px;background:var(--card-bg);border-top:1px solid var(--border-subtle);display:flex;justify-content:space-around;align-items:center;padding:4px 12px;z-index:20}.nav-right{order:2;flex:1 1 auto;justify-content:flex-end;gap:4px}.nav-icon-btn{width:100%;max-width:90px}.search-input{display:none}.nav-search-toggle{display:flex}.app-shell{padding-bottom:60px}.auth-page{flex-direction:column;align-items:center}.auth-brand{text-align:center}.auth-card{width:100%;max-width:360px}.nav-profile-name{display:none}.messages-window{left:8px;right:8px;bottom:8px;width:auto;max-width:none}.composer,.post-card,.rightbar-card,.friends-main,.profile-card,.profile-header-card{padding:10px}.composer-actions,.post-actions{flex-wrap:wrap;row-gap:6px}.profile-main{margin-inline:8px}.profile-header-card,.profile-card{border-radius:16px}.profile-header-card{padding:0}.profile-header-body{align-items:flex-start;padding:18px}.profile-eyebrow-row{align-items:flex-start}.profile-stat-chip{min-width:calc(50% - 6px);flex:1 1 calc(50% - 6px)}.profile-section-heading-wrap{gap:10px}.profile-avatar-large{width:104px;height:104px;font-size:34px}.profile-name{font-size:24px}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.nav{padding:0 6px}.auth-page{padding:24px 12px;gap:24px}.auth-logo{font-size:42px}.auth-tagline{font-size:16px}.composer-actions span,.post-stats span{font-size:11px}.post-actions button,.profile-message-btn,.profile-secondary-btn,.auth-primary-btn,.auth-secondary-btn{font-size:14px}.profile-main{margin:10px 10px 24px;gap:12px}.profile-cover{height:108px}.profile-header-body{flex-direction:column;align-items:stretch;gap:14px;padding:14px}.profile-avatar-block{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.profile-change-btn,.profile-change-btn-secondary{min-height:36px;padding:8px 12px;font-size:12px}.profile-avatar-large{width:82px;height:82px;min-width:82px;font-size:28px;border-width:4px}.profile-header-text{width:100%}.profile-name{font-size:22px;margin-bottom:8px}.profile-bio{font-size:13px;margin-bottom:10px}.profile-eyebrow-row{gap:8px;margin-bottom:8px}.profile-eyebrow,.profile-access-pill{width:100%;justify-content:center}.profile-stats{gap:8px}.profile-stat-chip{width:100%;min-width:0;padding:10px}.profile-stat-copy strong{font-size:12px}.profile-card{padding:14px}.profile-section-title{font-size:16px}.profile-section-header{flex-direction:column;align-items:flex-start}.profile-section-heading-wrap{width:100%}.profile-section-icon{width:36px;height:36px;border-radius:12px}.profile-section-subtitle{font-size:12px}.profile-details{gap:6px;font-size:13px}.profile-details li{padding:9px 10px}.profile-detail-item{gap:10px}.profile-detail-icon-wrap{width:34px;height:34px}.profile-detail-copy strong{font-size:13px}.media-grid{grid-template-columns:1fr;gap:8px}.media-grid-thumb{height:86px;padding:9px}.media-grid-badge{font-size:10px;padding:5px 8px}.profile-insight-header{align-items:flex-start}.profile-insight-item{padding:9px 10px;font-size:12px}.messages-window{max-height:70vh}}.fb-reels-feed{height:calc(100vh - 56px);width:100%;display:flex;flex-direction:column;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.fb-reel-card{position:relative;width:100%;height:calc(100vh - 56px);background:#000;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0}.fb-reel-video{width:100%;height:100%;object-fit:cover}.fb-reel-overlay{position:absolute;bottom:110px;left:16px;right:16px;color:#fff;z-index:8}.fb-reel-overlay h4{font-size:18px;font-weight:600;margin-bottom:4px}.fb-reel-overlay p{font-size:14px;color:#ffffffe6}.fb-reel-actions{position:absolute;bottom:16px;left:16px;right:16px;width:auto;display:flex;gap:12px;z-index:8}.fb-reel-actions button{flex:1;background:#0009;border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fb-reel-side-actions{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:18px;z-index:15}.reel-action-btn{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;color:#fff;transition:transform .2s ease;padding:8px;border-radius:8px}.reel-action-btn:hover{transform:scale(1.15)}.reel-action-btn.active{transform:scale(1.2);filter:drop-shadow(0 0 8px rgba(255,255,255,.7))}.reel-action-btn .action-icon{font-size:28px;line-height:1;display:block}.reel-action-btn .action-count{font-size:11px;font-weight:600;line-height:1;color:#ffffffe6}.fb-reel-actions button:hover{background:#000c}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center}.modal-box{background:#fff;padding:20px;border-radius:10px;width:300px}@media (max-width: 768px){.fb-reels-feed,.fb-reel-card{height:calc(100vh - 108px)}.fb-reel-overlay{bottom:100px;left:12px;right:12px}.fb-reel-overlay h4{font-size:16px}.fb-reel-overlay p{font-size:13px}.fb-reel-actions{bottom:16px;left:12px;right:12px;gap:10px}.fb-reel-actions button{padding:8px 12px;font-size:12px}.fb-reel-side-actions{gap:14px}.reel-action-btn .action-icon{font-size:24px}.reel-action-btn .action-count{font-size:10px}}
