*{margin:0;padding-top:0;box-sizing:border-box}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;margin-top:-75px;position:relative;overflow:hidden;background:#f8fafc}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#8b45ff66,#7c3aed80);z-index:1}.login-container{position:relative;z-index:2;width:100%;max-width:400px;display:flex;justify-content:center;align-items:center}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px 30px;width:100%;box-shadow:0 20px 60px #0003;animation:slideIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-logo{text-align:center;margin-bottom:30px}.logo-text{font-size:36px;font-weight:800;color:#8b5cf6;letter-spacing:-1px}.role-tabs{display:flex;margin-bottom:30px;background:#f1f5f9;border-radius:12px;padding:4px}.tab-button{flex:1;padding:12px 20px;border:none;background:transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.tab-button.active{background:#8b5cf6;color:#fff;box-shadow:0 2px 8px #8b5cf64d}.tab-button:hover:not(.active){color:#8b5cf6}.error-message{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;color:#dc2626;font-size:14px;font-weight:500}.error-close{background:none;border:none;font-size:18px;color:#dc2626;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.error-close:hover{background:#dc26261a}.google-login-section{margin-bottom:20px}.google-login-wrapper{width:100%;display:flex;justify-content:center}.loading-overlay{position:absolute;inset:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;z-index:10}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{font-size:14px;font-weight:500;color:#6b7280}.help-section{text-align:center;margin-top:20px}.help-link{color:#64748b;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.help-link:hover{color:#8b5cf6;text-decoration:underline}@media (max-width: 768px){.login-page{padding:16px}.login-card{padding:30px 20px}.logo-text{font-size:32px}.tab-button{padding:10px 16px;font-size:13px}}@media (max-width: 480px){.login-card{padding:25px 16px}.logo-text{font-size:28px}.tab-button{padding:8px 12px;font-size:12px}.google-login-wrapper{transform:scale(.95)}}.tab-button:focus{outline:2px solid #8b5cf6;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--sidebar-bg: #ffffff;--sidebar-border: #e0e0e0;--text-primary: #000000;--text-secondary: #666666;--text-muted: #00000099;--primary-color: #0a66c2;--hover-bg: #f3f6f8;--active-bg: #eef3f8;--verified-badge: #0a66c2;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1)}.left-sidebar{display:flex;flex-direction:column;gap:5px}.left-sidebar-profile-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 1px 3px #0000000f}.profile-cover{width:100%;height:72px;overflow:hidden;border-top-left-radius:7px;border-top-right-radius:7px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.profile-cover img{width:100%;height:100%;object-fit:cover}.profile-info{padding:0 16px 16px;text-align:center;margin-top:-36px;position:relative}.profile-avatar-wrapper{position:relative;display:inline-block;margin-bottom:12px}.profile-avatar{width:72px;height:72px;border-radius:50%;border:3px solid var(--sidebar-bg);object-fit:cover;background:var(--hover-bg);box-shadow:0 2px 8px #0000001f}.verified-badge{position:absolute;bottom:2px;right:2px;width:20px;height:20px;background:var(--verified-badge);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid var(--sidebar-bg);box-shadow:0 1px 4px #0003}.profile-name{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 4px;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-title{font-size:12px;font-weight:400;color:var(--text-secondary);margin:0 0 12px;line-height:1.4}.profile-quote{font-size:12px;font-weight:400;color:var(--text-muted);margin:0 0 16px;line-height:1.5;padding:0 8px}.profile-stats{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:16px;border-top:1px solid var(--sidebar-border)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:transform .2s ease}.stat-item:hover{transform:translateY(-2px)}.stat-number{font-size:16px;font-weight:600;color:var(--text-primary);line-height:1}.stat-label{font-size:11px;font-weight:400;color:var(--text-secondary);line-height:1}.stat-divider{width:1px;height:24px;background:var(--sidebar-border)}.sidebar-navigation{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000f}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;text-align:left;border-radius:8px;margin-bottom:4px}.nav-item:hover{background:#f8fafc;color:#1e293b}.nav-item.active{background:#eef2ff;color:#4f46e5;font-weight:600}.nav-icon{width:20px;height:20px;color:#64748b;flex-shrink:0;transition:color .2s ease}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{color:#4f46e5}.nav-icon svg{width:100%;height:100%;stroke-width:2}.nav-label{font-size:14px;font-weight:500;color:#64748b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:color .2s ease}.nav-item:hover .nav-label,.nav-item.active .nav-label{color:#4f46e5}.sidebar-settings-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:var(--sidebar-bg);border:1px solid var(--sidebar-border);border-radius:8px;cursor:pointer;transition:all .15s ease;font-size:14px;font-weight:500;color:var(--text-primary);box-shadow:var(--shadow-sm);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar-settings-btn:hover{background:var(--hover-bg);border-color:var(--primary-color);color:var(--primary-color);box-shadow:var(--shadow-md)}.sidebar-settings-btn:active{transform:scale(.98)}.sidebar-settings-btn svg{width:18px;height:18px;color:currentColor;stroke-width:2}.view-profile-link{display:block;width:100%;padding:12px 16px;background:var(--sidebar-bg);border:1px solid var(--sidebar-border);border-radius:8px;text-align:center;font-size:14px;font-weight:600;color:var(--primary-color);text-decoration:none;cursor:pointer;transition:all .15s ease;box-shadow:var(--shadow-sm);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.view-profile-link:hover{background:var(--hover-bg);border-color:var(--primary-color);box-shadow:var(--shadow-md)}.view-profile-link:active{transform:scale(.98)}.sidebar-footer{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:12px 8px;font-size:11px;color:var(--text-secondary);line-height:1.4}.footer-link{color:var(--text-secondary);text-decoration:none;font-weight:400;transition:color .15s ease;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-link:hover{color:var(--primary-color);text-decoration:underline}.footer-dot{color:var(--text-muted);font-weight:400;-webkit-user-select:none;user-select:none}.footer-copyright{margin:4px 0 0;width:100%;font-size:11px;color:var(--text-muted);font-weight:400}@media screen and (max-width: 1024px){.left-sidebar{max-width:220px}.profile-cover{height:64px}.profile-info{margin-top:-32px}.profile-avatar{width:64px;height:64px}.profile-name,.stat-number{font-size:15px}}@media screen and (max-width: 768px){.left-sidebar{display:none}}@media (prefers-color-scheme: dark){:root{--sidebar-bg: #ffffff !important;--sidebar-border: #e5e5e5 !important;--text-primary: #1a1a1a !important;--text-secondary: #666666 !important;--text-muted: #999999 !important;--hover-bg: #f8f9fa !important;--active-bg: #f0f0f0 !important}.left-sidebar{background-color:#fff!important;border-right-color:#e5e5e5!important}.profile-avatar,.verified-badge{border-color:#e5e5e5!important}.nav-item{color:#1a1a1a!important}.nav-item:hover{background-color:#f8f9fa!important}.nav-item.active{background-color:#f0f0f0!important}}@media (prefers-reduced-motion: reduce){.nav-item,.stat-item,.sidebar-settings-btn,.view-profile-link,.profile-card{transition:none!important}}.nav-item:focus-visible,.sidebar-settings-btn:focus-visible,.view-profile-link:focus-visible,.footer-link:focus-visible,.stat-item:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:4px}@media print{.left-sidebar{display:none}}.left-sidebar,.profile-card,.sidebar-navigation{overflow:visible;scrollbar-width:none;-ms-overflow-style:none}.left-sidebar::-webkit-scrollbar,.profile-card::-webkit-scrollbar,.sidebar-navigation::-webkit-scrollbar{display:none;width:0;height:0}.right-sidebar{display:flex;flex-direction:column;gap:5px}.widget-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000f}.widget-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.widget-title{font-size:16px;font-weight:700;color:#1e293b;margin:0}.suggested-users-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.suggested-user-item{display:flex;align-items:center;gap:12px}.suggested-user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #f1f5f9;flex-shrink:0}.suggested-user-info{flex:1;min-width:0}.suggested-user-name{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggested-user-title{font-size:12px;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.follow-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border:none;border-radius:8px;color:#3b82f6;cursor:pointer;transition:all .2s ease;flex-shrink:0}.follow-btn:hover{background:#dbeafe;transform:scale(1.05)}.follow-btn.following{background:#dcfce7;color:#10b981}.follow-btn svg{width:18px;height:18px;stroke-width:2.5}.news-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.news-item{display:flex;gap:12px;text-decoration:none;transition:transform .2s ease;padding:8px;border-radius:8px}.news-item:hover{background:#f8fafc;transform:translate(4px)}.news-content{flex:1}.news-title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-time{font-size:12px;color:#94a3b8}.view-more-link{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:transparent;border:none;color:#3b82f6;font-size:14px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s ease}.view-more-link:hover{background:#eff6ff}.view-more-link svg{width:16px;height:16px;stroke-width:2}@media (max-width: 1400px){.widget-card{padding:16px}.suggested-user-avatar{width:44px;height:44px}.suggested-user-name,.news-title{font-size:13px}}.create-post-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0003}.create-post-header{display:flex;gap:12px;align-items:flex-start}.create-post-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #f1f5f9;flex-shrink:0}.create-post-form{flex:1}.create-post-input{width:100%;padding:14px 18px;background:#f8fafc;border:2px solid transparent;border-radius:12px;font-size:15px;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;resize:none;transition:all .3s ease;outline:none}.create-post-input::placeholder{color:#94a3b8}.create-post-input:hover{background:#f1f5f9}.create-post-input:focus,.create-post-input.focused{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.create-post-actions{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:12px;animation:slideDown .3s ease}.post-attachments{display:flex;gap:8px;flex-wrap:wrap;flex:1}.attachment-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:1.5px solid #e2e8f0;border-radius:10px;color:var(--btn-color, #64748b);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.attachment-btn:hover{background:#f8fafc;border-color:var(--btn-color, #cbd5e1);transform:translateY(-2px)}.attachment-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.attachment-icon svg{width:100%;height:100%;stroke-width:2}.post-submit-btn{padding:10px 24px;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.post-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4f46e566}.post-submit-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.create-post-card{padding:16px}.create-post-avatar{width:42px;height:42px}.create-post-input{font-size:14px;padding:12px 16px}.create-post-actions{flex-direction:column;align-items:stretch}.post-attachments{justify-content:space-between}.attachment-btn{flex:1;justify-content:center;min-width:0}.attachment-label{display:none}.post-submit-btn{width:100%}}@media (max-width: 480px){.create-post-card{padding:14px}.create-post-header{gap:10px}.create-post-avatar{width:38px;height:38px}.attachment-btn{padding:10px}}.post-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s ease}.post-card:hover{box-shadow:0 4px 12px #00000014}.post-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.post-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #f1f5f9;flex-shrink:0}.post-author-info{flex:1}.post-author-name{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 2px}.post-author-title{font-size:13px;color:#64748b;margin:0 0 4px}.post-timestamp{font-size:12px;color:#94a3b8;margin:0;display:flex;align-items:center;gap:4px}.post-timestamp svg{width:14px;height:14px;stroke-width:2}.post-options-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .2s ease;flex-shrink:0}.post-options-btn:hover{background:#f8fafc;color:#64748b}.post-options-btn svg{width:20px;height:20px;stroke-width:2}.post-content{margin-bottom:16px}.post-content p{font-size:15px;line-height:1.6;color:#334155;margin:0}.post-images{margin-bottom:16px;border-radius:12px;overflow:hidden;display:grid;gap:4px}.post-images.grid-1{grid-template-columns:1fr}.post-images.grid-2{grid-template-columns:repeat(2,1fr)}.post-images.grid-3{grid-template-columns:repeat(3,1fr)}.post-images.grid-4{grid-template-columns:repeat(2,1fr)}.post-image-wrapper{width:100%;position:relative;overflow:hidden;background:#f1f5f9}.post-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.post-image-wrapper:hover img{transform:scale(1.05)}.post-images.grid-1 .post-image-wrapper{height:400px}.post-images.grid-2 .post-image-wrapper,.post-images.grid-3 .post-image-wrapper,.post-images.grid-4 .post-image-wrapper{height:250px}.post-stats{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9;margin-bottom:12px}.post-stats-left{display:flex;align-items:center;gap:8px}.reaction-icons{display:flex;align-items:center}.reaction-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;background:#fff;border:2px solid white;border-radius:50%;margin-left:-6px}.reaction-icon:first-child{margin-left:0}.stat-text{font-size:13px;color:#64748b;font-weight:500}.post-stats-right{display:flex;align-items:center;gap:16px}.stat-btn{display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:color .2s ease}.stat-btn:hover{color:#3b82f6}.stat-btn svg{width:16px;height:16px;stroke-width:2}.post-actions{display:flex;justify-content:space-between;gap:8px;padding-bottom:12px}.action-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:10px;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;min-width:0}.action-btn:hover{background:#f8fafc;color:#1e293b}.action-btn.saved{color:#3b82f6}.action-btn.saved:hover{background:#eff6ff;color:#2563eb}.action-btn.liked{color:#ef4444}.action-btn svg{width:20px;height:20px;stroke-width:2}.comments-section{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;flex-direction:column;gap:16px}.comment-item{display:flex;gap:10px;align-items:flex-start}.comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #f1f5f9;flex-shrink:0}.comment-content{flex:1;display:flex;flex-direction:column;gap:6px}.comment-bubble{background:#f8fafc;padding:10px 14px;border-radius:4px 12px 12px}.comment-author{font-size:13px;font-weight:700;color:#1e293b;margin:0 0 4px}.comment-text{font-size:14px;color:#334155;line-height:1.5;margin:0}.comment-actions{display:flex;align-items:center;gap:8px;padding-left:14px}.comment-action-btn{background:transparent;border:none;color:#64748b;font-size:12px;font-weight:600;cursor:pointer;transition:color .2s ease;padding:0}.comment-action-btn:hover{color:#3b82f6}.comment-dot{color:#cbd5e1;font-size:12px}.comment-time{color:#94a3b8;font-size:12px}.add-comment-form{display:flex;gap:10px;align-items:center;margin-top:8px}.comment-input-wrapper{flex:1;position:relative;display:flex;align-items:center;background:#f8fafc;border-radius:24px;padding-right:4px}.comment-input{flex:1;padding:10px 16px;background:transparent;border:none;border-radius:24px;font-size:14px;color:#1e293b;outline:none}.comment-input::placeholder{color:#94a3b8}.comment-submit-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#3b82f6;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.comment-submit-btn:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.comment-submit-btn:disabled{opacity:.4;cursor:not-allowed}.comment-submit-btn svg{width:16px;height:16px;stroke-width:2.5}@media (max-width: 768px){.post-card{padding:16px}.post-avatar{width:42px;height:42px}.post-author-name{font-size:15px}.post-content p{font-size:14px}.post-images.grid-1 .post-image-wrapper{height:300px}.post-images.grid-2 .post-image-wrapper,.post-images.grid-3 .post-image-wrapper,.post-images.grid-4 .post-image-wrapper{height:180px}.post-actions{grid-template-columns:repeat(2,1fr);gap:10px}.action-btn span{display:none}.action-btn{padding:12px}.comment-avatar{width:32px;height:32px}}@media (max-width: 480px){.post-card{padding:14px;border-radius:12px}.post-header{gap:10px}.post-avatar{width:38px;height:38px}.post-author-name{font-size:14px}.post-author-title{font-size:12px}.post-content p{font-size:13px}.post-stats{font-size:12px}.post-stats-right{gap:12px}.post-actions{gap:8px}.post-images.grid-1 .post-image-wrapper{height:250px}.post-images.grid-2 .post-image-wrapper,.post-images.grid-3 .post-image-wrapper,.post-images.grid-4 .post-image-wrapper{height:150px}.comment-text{font-size:13px}.comment-input{font-size:13px;padding:8px 14px}}.post-options{position:relative}.post-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;border:1px solid #e2e8f0;padding:8px 0;min-width:160px;z-index:1000;animation:menuSlideIn .2s ease}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-align:left}.menu-item:hover{background:#f8fafc}.menu-item.delete{color:#dc2626}.menu-item.delete:hover{background:#fef2f2}.menu-item svg{width:18px;height:18px;stroke-width:2}@media (max-width: 768px){.post-actions{gap:4px;padding-bottom:8px}.action-btn{padding:6px 8px;font-size:13px;gap:4px}.action-btn svg{width:18px;height:18px}.action-btn span{display:none}}@media (max-width: 480px){.post-actions{gap:2px}.action-btn{padding:8px 4px;font-size:12px}.action-btn svg{width:16px;height:16px}}.feed-container{display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000f;border-radius:16px;gap:20px}.posts-feed{display:flex;flex-direction:column;width:100%;gap:20px}.no-posts{background:#fff;border-radius:16px;padding:60px 20px;text-align:center;box-shadow:0 1px 3px #0000000f}.no-posts svg{width:64px;height:64px;color:#cbd5e1;stroke-width:1.5;margin:0 auto 16px}.no-posts h3{font-size:18px;font-weight:600;color:#64748b;margin:0 0 8px}.no-posts p{font-size:14px;color:#94a3b8;margin:0}@media (max-width: 768px){.feed-container,.posts-feed{gap:16px}.no-posts{padding:40px 20px}.no-posts svg{width:48px;height:48px}.no-posts h3{font-size:16px}.no-posts p{font-size:13px}}:root{--home-bg: #f3f2ef;--container-max-width: 1128px;--sidebar-width: 240px;--feed-width: 650px;--gap-size: 5px;--navbar-height: 56px;--content-top-margin: 24px}.home-container{min-height:100vh;background-color:var(--home-bg);margin-top:-20px}.home-wrapper{max-width:var(--container-max-width);margin:0 auto;padding:var(--content-top-margin) 24px 24px;display:grid;grid-template-columns:var(--sidebar-width) 1fr var(--sidebar-width);gap:var(--gap-size);align-items:start;min-height:100vh}.home-left-sidebar{width:100%;max-width:var(--sidebar-width);display:flex;flex-direction:column;gap:5px}.home-main-feed{width:100%;max-width:var(--feed-width);margin:0 auto;min-height:100vh}.home-right-sidebar{width:100%;max-width:var(--sidebar-width);display:flex;flex-direction:column;gap:5px}@media screen and (min-width: 1200px){.home-wrapper{max-width:1200px}}@media screen and (max-width: 1199px){.home-wrapper{max-width:1024px;padding:var(--content-top-margin) 16px 24px;gap:5px}:root{--sidebar-width: 200px;--feed-width: 580px;--gap-size: 5px}}@media screen and (max-width: 1023px){.home-wrapper{grid-template-columns:180px 1fr 180px;gap:5px}:root{--sidebar-width: 180px;--feed-width: 560px;--gap-size: 5px}}@media screen and (max-width: 899px){.home-wrapper{grid-template-columns:200px 1fr;gap:5px}.home-right-sidebar{display:none}}@media screen and (max-width: 767px){.home-container{padding-top:60px}.home-wrapper{grid-template-columns:1fr;padding:16px 12px 80px;gap:5px}.home-left-sidebar,.home-right-sidebar{display:none}.home-main-feed{max-width:100%}:root{--content-top-margin: 16px}}@media screen and (max-width: 639px){.home-wrapper{padding:12px 8px 80px}:root{--content-top-margin: 12px}}@media screen and (max-width: 479px){.home-wrapper{padding:8px 4px 80px}:root{--content-top-margin: 8px}}html{scroll-behavior:smooth}.home-container{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.home-container::-webkit-scrollbar{width:8px}.home-container::-webkit-scrollbar-track{background:transparent}.home-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.home-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.home-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--home-bg)}.home-loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#0a66c2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){:root{--home-bg: #f3f2ef !important}.home-container{background-color:#f3f2ef!important}.home-container::-webkit-scrollbar-thumb{background:#ddd!important}.home-container::-webkit-scrollbar-thumb:hover{background:#ccc!important}}@media print{.home-container{background-color:#fff}.home-left-sidebar,.home-right-sidebar{display:none}.home-wrapper{grid-template-columns:1fr;padding:0}.home-main-feed{max-width:100%}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.home-wrapper:focus-within{outline:none}.skip-to-content{position:absolute;top:-40px;left:0;background:#0a66c2;color:#fff;padding:8px 16px;text-decoration:none;border-radius:0 0 4px;z-index:100}.skip-to-content:focus{top:0}.home-left-sidebar,.home-right-sidebar,.home-main-feed{will-change:auto;contain:layout style paint}.home-wrapper>*{min-height:0;min-width:0}@supports (-webkit-appearance: none){.home-left-sidebar,.home-right-sidebar{position:-webkit-sticky;position:sticky}}@supports (-moz-appearance: none){.home-wrapper{gap:var(--gap-size)}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.home-wrapper{display:flex;flex-wrap:wrap}.home-left-sidebar,.home-right-sidebar{flex:0 0 var(--sidebar-width)}.home-main-feed{flex:1 1 auto}}.search-bar-container{position:relative;width:100%;max-width:400px}.search-bar-form{position:relative;display:flex;align-items:center;background:#f8f9fa;border-radius:12px;padding:10px 16px;transition:all .3s ease;border:1px solid #e9ecef}.search-bar-form:hover{background:#fff;border-color:#8b5cf6}.search-bar-container.focused .search-bar-form{background:#fff;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.search-icon{width:20px;height:20px;color:#6b7280;flex-shrink:0;display:flex;align-items:center;cursor:pointer}.search-bar-container.focused .search-icon{color:#8b5cf6}.search-input{flex:1;border:none;outline:none;background:transparent;padding:0 12px;font-size:14px;color:#1f2937;font-weight:400}.search-input::placeholder{color:#9ca3af;font-weight:400}.clear-button,.mic-button{width:32px;height:32px;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.clear-button svg,.mic-button svg{width:18px;height:18px}.clear-button{color:#6b7280}.clear-button:hover{background:#f3f4f6;color:#1f2937}.mic-button{background:#8b5cf6;color:#fff;margin-left:4px}.mic-button:hover{background:#7c3aed;transform:scale(1.05)}.mic-button:active{transform:scale(.95)}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;z-index:1000;animation:fadeIn .2s ease;border:1px solid #e9ecef;max-height:400px;overflow-y:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.suggestions-header{padding:12px 16px 8px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#f9fafb}.suggestion-item{display:flex;align-items:center;padding:10px 16px;cursor:pointer;transition:background .15s ease}.suggestion-item:hover{background:#f9fafb}.suggestion-item:active{background:#f3f4f6}.suggestion-avatar{width:36px;height:36px;border-radius:8px;overflow:hidden;margin-right:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.suggestion-avatar img{width:100%;height:100%;object-fit:cover}.suggestion-emoji{font-size:18px}.suggestion-content{display:flex;flex-direction:column;flex:1;min-width:0}.suggestion-name{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-type{font-size:12px;color:#9ca3af;text-transform:capitalize}.no-results{padding:32px 20px;text-align:center}.no-results svg{width:40px;height:40px;margin:0 auto 8px;color:#d1d5db}.no-results p{font-size:13px;color:#6b7280;margin:0}@media (max-width: 768px){.search-bar-container{max-width:none;width:auto}.search-bar-form{padding:8px;width:40px;height:40px;background:transparent;border:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-bar-form:hover{background:transparent;border:none}.search-bar-container.focused .search-bar-form{position:fixed;top:10px;left:10px;right:10px;width:auto;height:auto;padding:10px 16px;background:#fff;border:1px solid #e9ecef;z-index:9999;box-shadow:0 4px 20px #00000026}.search-icon{width:22px;height:22px;color:#1f2937}.search-bar-container.focused .search-icon{width:20px;height:20px}.search-input{width:0;padding:0;opacity:0;position:absolute}.search-bar-container.focused .search-input{width:auto;flex:1;padding:0 12px;opacity:1;position:relative}.clear-button,.mic-button{display:none}.search-bar-container.focused .clear-button,.search-bar-container.focused .mic-button{display:flex}.search-suggestions{position:fixed;top:70px;left:10px;right:10px;max-height:calc(100vh - 90px);box-shadow:0 6px 30px #00000026}.search-bar-container.focused:before{content:"";position:fixed;inset:0;background:#0006;z-index:9998;animation:fadeIn .3s ease}}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:transparent}.search-suggestions::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#d1d5db}button:focus-visible{outline:none}.search-input:focus{outline:none}.profile-menu-container{position:relative}.login-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;outline:none;box-shadow:0 2px 8px #667eea4d}.login-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.login-button:active{transform:translateY(0)}.login-text{color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.profile-trigger{display:flex;align-items:center;gap:10px;padding:6px 10px 6px 6px;background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;outline:none}.profile-trigger:hover{background:#f8fafc}.profile-trigger.active{background:#f1f5f9}.profile-avatar{position:relative;width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #e2e8f0;transition:all .2s ease}.profile-trigger:hover .profile-avatar{border-color:#4f46e5;transform:scale(1.05)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.online-indicator{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#10b981;border:2.5px solid white;border-radius:50%;box-shadow:0 0 0 1px #10b98133;animation:pulse-online 2s ease-in-out infinite}@keyframes pulse-online{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.profile-info-trigger{display:flex;align-items:center;gap:6px}.profile-name-trigger{font-size:14px;font-weight:600;color:#1e293b;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{width:16px;height:16px;color:#64748b;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #0000001f,0 2px 8px #0000000f;overflow:hidden;z-index:1000;animation:slideDown .2s ease}.dropdown-header{display:flex;align-items:center;gap:14px;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.dropdown-avatar{position:relative;width:56px;height:56px;border-radius:14px;overflow:hidden;flex-shrink:0;border:3px solid white;box-shadow:0 2px 12px #0000001a}.dropdown-avatar img{width:100%;height:100%;object-fit:cover}.dropdown-user-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.dropdown-name{font-size:16px;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verified-badge{width:18px;height:18px;color:#3b82f6;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(59,130,246,.4))}.dropdown-username{font-size:13px;font-weight:500;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-email{font-size:12px;font-weight:400;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:#e2e8f0;margin:0}.dropdown-menu-items{padding:8px}.dropdown-menu-item{display:flex;align-items:center;gap:14px;width:100%;padding:12px 14px;background:transparent;border:none;border-radius:10px;text-align:left;cursor:pointer;transition:all .2s ease;color:#334155;font-size:14px;font-weight:500;position:relative;outline:none}.dropdown-menu-item:hover{background:#f8fafc;color:#1e293b;transform:translate(2px)}.dropdown-menu-item:active{transform:scale(.98)}.menu-item-icon{width:20px;height:20px;color:#64748b;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.dropdown-menu-item:hover .menu-item-icon{color:#4f46e5}.menu-item-icon svg{width:100%;height:100%}.menu-item-label{flex:1}.submenu-arrow{width:16px;height:16px;color:#cbd5e1;transition:transform .2s ease}.dropdown-menu-item:hover .submenu-arrow{transform:translate(3px);color:#94a3b8}.dropdown-menu-item.danger{color:#dc2626;margin-top:4px;border-top:1px solid #f1f5f9;padding-top:16px}.dropdown-menu-item.danger:hover{background:#fef2f2;color:#b91c1c}.dropdown-menu-item.danger .menu-item-icon{color:#ef4444}.dropdown-menu-item.danger:hover .menu-item-icon{color:#dc2626}.skeleton-loading{pointer-events:none}.skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-circle{width:38px;height:38px;border-radius:50%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{width:80px;height:14px;border-radius:4px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}@media (max-width: 1024px){.profile-info-trigger{display:none}.profile-trigger{padding:6px}.profile-dropdown{width:300px}}@media (max-width: 768px){.profile-avatar{width:36px;height:36px}.online-indicator{width:10px;height:10px;border-width:2px}.profile-dropdown{width:280px;right:-10px}.dropdown-header{padding:16px}.dropdown-avatar{width:48px;height:48px}.dropdown-name{font-size:15px}}@media (max-width: 480px){.profile-dropdown{position:fixed;inset:auto 0 0;width:100%;border-radius:20px 20px 0 0;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}@media (prefers-color-scheme: dark){.profile-dropdown{background:#1e293b;border-color:#334155}.dropdown-header{background:linear-gradient(135deg,#334155,#1e293b);border-bottom-color:#334155}.dropdown-name{color:#f1f5f9}.dropdown-username{color:#94a3b8}.dropdown-email{color:#64748b}.dropdown-menu-item{color:#cbd5e1}.dropdown-menu-item:hover{background:#334155;color:#f1f5f9}.dropdown-divider{background:#334155}}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.profile-trigger:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.dropdown-menu-item:focus-visible{outline:2px solid #4f46e5;outline-offset:-2px}:root{--primary-color: #7c3aed;--primary-hover: #6d28d9;--text-color: #333;--text-secondary: #606060;--background-color: #fff;--active-bg: #ede9fe;--shadow-color: rgba(124, 58, 237, .15);--navbar-height: 70px}body{padding-top:var(--navbar-height);background-color:#f7f9fb;margin:0}.fyies-main-navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:var(--background-color);transition:box-shadow .3s ease-in-out;height:var(--navbar-height);display:flex;align-items:center;border-bottom:1px solid #eee}.fyies-navbar-scrolled{box-shadow:0 4px 16px var(--shadow-color);border-bottom:none}.fyies-nav-wrapper{max-width:1200px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 20px}.fyies-brand-logo{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:120px}.fyies-brand-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;width:38px;height:38px;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:800;font-size:22px;box-shadow:0 2px 8px #7c3aed4d}.fyies-brand-text{color:var(--primary-color);font-size:26px;font-weight:700;margin-left:10px;letter-spacing:.5px}.fyies-search-container{flex-grow:1;max-width:400px;margin:0 30px}.fyies-nav-menu{display:flex;align-items:center;gap:8px}.fyies-menu-item{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 14px;min-width:75px;color:var(--text-secondary);transition:all .2s ease;position:relative;border-radius:10px}.fyies-menu-item:hover{color:var(--text-color);background-color:var(--active-bg)}.fyies-menu-icon{font-size:24px}.fyies-menu-text{font-size:11px;margin-top:4px;font-weight:600;display:block}.fyies-item-active{color:var(--primary-color);background-color:var(--active-bg)}.fyies-item-active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:30px;height:3px;background-color:var(--primary-color);border-radius:2px 2px 0 0}.fyies-badge-wrapper{position:relative;display:flex}.fyies-count-badge{position:absolute;top:-4px;right:-6px;background-color:#ef4444;color:#fff;border-radius:50%;padding:2px 5px;font-size:10px;font-weight:700;line-height:1;min-width:18px;text-align:center;border:2px solid var(--background-color)}.fyies-mobile-navbar{display:none}@media (max-width: 1024px){.fyies-nav-wrapper{padding:0 15px}.fyies-search-container{max-width:300px;margin:0 20px}.fyies-nav-menu{gap:5px}.fyies-menu-item{min-width:65px;padding:6px 10px}.fyies-menu-icon{font-size:22px}.fyies-menu-text{font-size:10px}}@media (max-width: 767px){:root{--navbar-height: 60px}.fyies-nav-wrapper{padding:0 10px;gap:8px}.fyies-brand-logo{min-width:auto}.fyies-brand-icon{width:32px;height:32px;font-size:18px;border-radius:8px}.fyies-brand-text{display:none}.fyies-search-container{max-width:none;flex-grow:1;margin:0 8px}.fyies-nav-menu{gap:2px}.fyies-menu-item{min-width:50px;padding:4px 6px}.fyies-menu-icon{font-size:20px}.fyies-menu-text{font-size:9px;margin-top:2px}.fyies-count-badge{font-size:8px;min-width:14px;padding:1px 3px;top:-3px;right:-4px}}@media (max-width: 380px){.fyies-nav-menu{gap:0}.fyies-menu-item{min-width:45px;padding:4px}.fyies-menu-icon{font-size:18px}.fyies-menu-text{font-size:8px}}.app-layout{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.main-content{flex:1;max-width:1400px;margin:0 auto;width:100%;padding:20px 16px}@media (max-width: 768px){.main-content{padding:10px 12px 80px}}@media (max-width: 480px){.main-content{padding:8px 10px 80px}}.page-container{width:100%;max-width:900px;margin:0 auto}.page-header{text-align:center;padding:40px 20px;background:#fff;border-radius:16px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.page-icon{font-size:48px;margin-bottom:16px}.page-header h1{font-size:32px;color:#111827;margin-bottom:8px;font-weight:800}.page-header p{font-size:16px;color:#6b7280}.page-content{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000001a;min-height:400px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#9ca3af}.empty-state svg{width:80px;height:80px;margin-bottom:20px;opacity:.5}.empty-state h3{font-size:20px;color:#374151;margin-bottom:8px}.empty-state p{font-size:14px;color:#6b7280}.create-post-form{width:100%}.post-textarea{width:100%;padding:16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;transition:border-color .2s;margin-bottom:16px}.post-textarea:focus{outline:none;border-color:#667eea}.form-actions{display:flex;justify-content:flex-end}.submit-btn{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.settings-sections,.help-sections{display:grid;gap:20px}.settings-section,.help-card{padding:24px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s;cursor:pointer}.settings-section:hover,.help-card:hover{background:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea1a}.settings-section h3,.help-card h3{font-size:18px;color:#111827;margin-bottom:8px}.settings-section p,.help-card p{font-size:14px;color:#6b7280}@media (max-width: 768px){.page-header{padding:30px 16px;margin-bottom:16px}.page-icon{font-size:40px}.page-header h1{font-size:24px}.page-header p{font-size:14px}.page-content{padding:20px}.empty-state{padding:40px 16px}.empty-state svg{width:60px;height:60px}}.profile-card{display:flex;flex-direction:column;gap:30px}.profile-picture-section{display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px;background:#f9fafb;border-radius:12px}.profile-picture{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #ffffff;box-shadow:0 4px 12px #0000001a}.change-picture-btn{padding:8px 20px;background:#667eea;color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.change-picture-btn:hover{background:#5568d3;transform:translateY(-1px)}.profile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;flex-direction:column;gap:6px}.info-item.full-width{grid-column:1 / -1}.info-item label{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-item p{font-size:16px;color:#111827;font-weight:500}.role-badge{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:12px!important;font-weight:700!important;text-transform:uppercase;width:fit-content}.profile-actions{display:flex;justify-content:center;padding-top:10px}.edit-profile-btn{padding:12px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 768px){.profile-info-grid{grid-template-columns:1fr}.profile-picture{width:120px;height:120px}}.chat-list-item{display:flex;gap:12px;padding:12px 14px;cursor:pointer;transition:all .2s ease;border-radius:12px;margin-bottom:2px;position:relative}.chat-list-item:hover{background-color:#f8f8f8}.chat-list-item.active{background-color:#f5f3ff;border:2px solid var(--primary-color)}.chat-avatar-wrapper{position:relative;flex-shrink:0}.chat-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;bottom:2px;right:0;width:12px;height:12px;background-color:#4caf50;border:2.5px solid white;border-radius:50%}.chat-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-info-top{display:flex;justify-content:space-between;align-items:center}.chat-name{font-size:15px;font-weight:600;color:#1a1a1a;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time{font-size:12px;color:#999;flex-shrink:0;margin-left:8px}.chat-info-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.chat-last-message{font-size:13px;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;display:flex;align-items:center;gap:4px}.typing-icon{color:var(--primary-color);font-size:14px;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-meta{display:flex;align-items:center;gap:6px;flex-shrink:0}.pin-icon{font-size:14px;color:var(--primary-color);transform:rotate(45deg)}.unread-badge{background-color:#ff3b30;color:#fff;font-size:11px;font-weight:600;padding:2px 7px;border-radius:10px;min-width:22px;text-align:center;display:inline-block}.chat-options-btn{background:none;border:none;font-size:16px;color:#999;cursor:pointer;padding:4px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-options-btn:hover{color:#333;background-color:#f0f0f0;border-radius:4px}@media (max-width: 768px){.chat-list-item{padding:10px 12px}.chat-avatar{width:45px;height:45px}}.chat-sidebar{width:100%;max-width:330px;height:calc(100vh - 60px);background-color:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;overflow:hidden}.chat-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.chat-sidebar-header h2{font-size:22px;font-weight:700;color:#1a1a1a;margin:0}.header-actions{display:flex;gap:8px}.icon-btn{width:34px;height:34px;border:none;border-radius:50%;background-color:var(--primary-color);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.icon-btn:hover{opacity:.85;transform:scale(1.05)}.icon-btn.menu-btn{background-color:transparent;color:#666}.search-container{padding:14px 18px;border-bottom:1px solid #f0f0f0;flex-shrink:0;width:100%;box-sizing:border-box}.search-input-wrapper{position:relative;height:100%;width:100%}.search-input{width:100%;padding:10px 12px 10px 38px;border:1px solid #e5e5e5;border-radius:8px;font-size:13px;outline:none;transition:all .3s ease;background-color:#fafafa;box-sizing:border-box}.search-input:focus{border-color:var(--primary-color);background-color:#fff}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:18px;pointer-events:none;color:#999}.scrollable-content{flex:1;overflow-y:auto;overflow-x:hidden}.scrollable-content::-webkit-scrollbar{width:0;display:none}.scrollable-content{-ms-overflow-style:none;scrollbar-width:none}.recent-chats-section{padding:16px 18px;border-bottom:1px solid #f0f0f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section-header h3{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.more-btn,.filter-btn{background:none;border:none;font-size:18px;cursor:pointer;padding:4px;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.more-btn:hover,.filter-btn:hover{color:#333;background-color:#f5f5f5;border-radius:4px}.recent-chats-list{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px}.recent-chats-list::-webkit-scrollbar{height:4px}.recent-chats-list::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.recent-chat-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;flex-shrink:0;transition:transform .2s ease}.recent-chat-item:hover{transform:scale(1.05)}.recent-avatar-wrapper{position:relative}.recent-avatar-wrapper img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2.5px solid #f0f0f0}.recent-online-dot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background-color:#4caf50;border:2.5px solid white;border-radius:50%}.recent-chat-name{font-size:12px;color:#666;text-align:center;font-weight:500}.all-chats-section{padding:0 18px 16px}.all-chats-section .section-header{padding:16px 0 10px;position:sticky;top:0;background-color:#fff;z-index:10}.all-chats-list{display:flex;flex-direction:column}@media (max-width: 768px){.chat-sidebar{max-width:100%;height:100vh}.chat-sidebar.hidden{display:none}.chat-sidebar-header{padding:14px 16px}.chat-sidebar-header h2{font-size:20px}.icon-btn{width:32px;height:32px;font-size:18px}.search-container{padding:12px 16px;height:60px}.search-input{padding:12px 10px 12px 36px;font-size:16px;height:60px}.search-icon{left:10px;font-size:18px;top:50%;transform:translateY(-50%)}.recent-chats-section{padding:14px 16px}.recent-avatar-wrapper img{width:52px;height:52px}.recent-online-dot{width:11px;height:11px}.recent-chat-name{font-size:11px}.recent-chats-list{gap:13px}}@media (max-width: 480px){.chat-sidebar-header{padding:12px 14px}.chat-sidebar-header h2{font-size:18px}.icon-btn{width:30px;height:30px;font-size:16px}.search-container{padding:10px 14px}.search-input{padding:10px 8px 10px 32px;font-size:15px;height:40px}.search-icon{left:8px;font-size:16px;top:50%;transform:translateY(-50%)}.recent-chats-section{padding:12px 14px}.recent-chat-item{gap:4px}.recent-avatar-wrapper img{width:48px;height:48px;border-width:2px}.recent-online-dot{width:10px;height:10px;border-width:2px}.recent-chat-name{font-size:11px}.recent-chats-list{gap:12px}}@media (prefers-color-scheme: dark){.chat-sidebar{background-color:#fff!important;border-right-color:#e5e5e5!important}.chat-sidebar-header{border-bottom-color:#f0f0f0!important}.chat-sidebar-header h2{color:#1a1a1a!important}.search-container{border-bottom-color:#f0f0f0!important}.search-input{background-color:#fafafa!important;border-color:#e5e5e5!important;color:#333!important}.search-input:focus{background-color:#fff!important;border-color:var(--primary-color)!important}.search-input::placeholder{color:#999!important}.search-icon{color:#999!important}.recent-chats-section,.all-chats-section{border-bottom-color:#f0f0f0!important}.section-header h3{color:#1a1a1a!important}.recent-chat-name{color:#666!important}.icon-btn{background-color:var(--primary-color)!important;color:#fff!important}.icon-btn.menu-btn{background-color:transparent!important;color:#666!important}.more-btn,.filter-btn{color:#666!important}.more-btn:hover,.filter-btn:hover{color:#333!important;background-color:#f5f5f5!important}}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;background-color:#fff;border-bottom:1px solid #e5e5e5}.chat-header-left{display:flex;align-items:center;gap:12px}.header-avatar-wrapper{position:relative}.header-avatar-wrapper img{width:46px;height:46px;border-radius:50%;object-fit:cover}.header-online-dot{position:absolute;bottom:2px;right:0;width:12px;height:12px;background-color:#4caf50;border:2.5px solid white;border-radius:50%}.header-info h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 3px}.online-status{font-size:13px;color:#4caf50;font-weight:500}.chat-header-actions{display:flex;gap:10px;align-items:center}.header-action-btn{width:36px;height:36px;border:none;background-color:transparent;border-radius:50%;cursor:pointer;font-size:20px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#666}.header-action-btn:hover{background-color:#f5f5f5;color:var(--primary-color)}.chat-search-bar{display:flex;align-items:center;gap:12px;padding:12px 24px;background-color:#f8f9fa;border-bottom:1px solid #e5e5e5;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-input-wrapper{flex:1;display:flex;align-items:center;gap:10px;background-color:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:10px 16px;transition:all .3s ease}.search-input-wrapper:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #6c5dd31a}.search-icon{color:#999;font-size:18px}.search-input{flex:1;border:none;outline:none;font-size:14px;color:#333}.search-input::placeholder{color:#999}.clear-search-btn{background:none;border:none;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;padding:2px;transition:color .2s ease}.clear-search-btn:hover{color:#666}.close-search-btn{background:none;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;padding:8px 16px;border-radius:20px;transition:all .2s ease;white-space:nowrap}.close-search-btn:hover{background-color:#6c5dd31a}@media (max-width: 768px){.chat-header{padding:12px 16px}.header-avatar-wrapper img{width:40px;height:40px}.header-info h3{font-size:15px}.header-action-btn{width:32px;height:32px;font-size:18px}.chat-search-bar{padding:10px 16px;gap:8px}.search-input-wrapper{padding:8px 12px}.close-search-btn{padding:6px 12px;font-size:14px}}.message-bubble-container{display:flex;gap:10px;margin-bottom:16px;align-items:flex-start}.message-bubble-container.sent{flex-direction:row-reverse;justify-content:flex-start}.message-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-content-wrapper{display:flex;flex-direction:column;max-width:60%;gap:4px}.message-bubble-container.sent .message-content-wrapper{align-items:flex-end}.message-header{display:flex;align-items:center;gap:8px;padding:0 4px}.message-sender{font-size:13px;font-weight:600;color:#333}.message-time{font-size:11px;color:#999}.read-status{font-size:12px;color:#4caf50;margin-left:4px}.message-bubble{position:relative;padding:12px 16px;border-radius:16px;word-wrap:break-word;box-shadow:0 1px 2px #0000000d}.received-bubble{background-color:#f5f5f5;color:#333;border-bottom-left-radius:4px}.sent-bubble{background-color:#6c5dd3;color:#fff;border-bottom-right-radius:4px}.message-bubble p{margin:0;font-size:14px;line-height:1.5}.message-options{position:absolute;top:8px;right:8px;background:#0000001a;border:none;border-radius:50%;width:24px;height:24px;font-size:14px;cursor:pointer;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;color:inherit}.message-bubble:hover .message-options{opacity:1}.reactions-popup{position:absolute;top:-45px;right:0;background:#fff;border-radius:25px;padding:6px 10px;box-shadow:0 4px 12px #00000026;display:flex;gap:6px;z-index:10;animation:popIn .2s ease}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.reaction-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:4px;transition:transform .2s ease}.reaction-btn:hover{transform:scale(1.3)}.message-reactions{display:flex;gap:8px;padding:4px 8px;flex-wrap:wrap}.reaction-count{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:4px 8px;font-size:12px;display:flex;align-items:center;gap:4px;color:#666;font-weight:500}.date-separator{text-align:center;margin:20px 0}.date-separator span{background-color:#1a1a1a;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:500}@media (max-width: 768px){.message-content-wrapper{max-width:75%}.message-avatar{width:32px;height:32px}.message-bubble{padding:10px 14px}}.message-input-container{padding:16px 24px;background-color:#fff;border-top:1px solid #e5e5e5;flex-shrink:0}.message-input-form{display:flex;align-items:center;gap:12px;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:28px;padding:8px 12px 8px 16px;transition:all .3s ease;max-width:100%}.message-input-form:focus-within{border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #6c5dd31a}.input-action-btn{background:none;border:none;font-size:22px;cursor:pointer;padding:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%;flex-shrink:0}.input-action-btn:hover{transform:scale(1.1);color:var(--primary-color);background-color:#6c5dd314}.input-action-btn:active{transform:scale(.95)}.mic-btn{font-size:24px}.emoji-btn{font-size:23px}.attach-btn{font-size:22px;transform:rotate(-45deg)}.attach-btn:hover{transform:rotate(-45deg) scale(1.1)}.more-btn{font-size:20px}.message-input-field{flex:1;border:none;background:none;outline:none;font-size:14px;padding:10px 8px;color:#333;min-width:0}.message-input-field::placeholder{color:#999}.input-actions-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.send-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #2563eb4d;position:relative;overflow:hidden}.send-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.send-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #2563eb66;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.send-btn:hover:before{opacity:1}.send-btn:active{transform:translateY(0) scale(.95);box-shadow:0 2px 8px #2563eb4d}.send-btn svg{transform:translate(1px);filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.send-btn:disabled{background:linear-gradient(135deg,#93c5fd,#7db8f5);cursor:not-allowed;box-shadow:0 2px 6px #2563eb26;transform:none}.send-btn:disabled:hover{transform:none;box-shadow:0 2px 6px #2563eb26}@media (min-width: 769px){.message-input-container{padding:20px 32px}.message-input-form{gap:14px;padding:10px 14px 10px 20px}.input-actions-right{gap:6px}.send-btn{width:46px;height:46px;font-size:22px}}@media (max-width: 1024px) and (min-width: 769px){.message-input-container{padding:16px 24px}.input-action-btn{font-size:20px;padding:7px}.send-btn{width:44px;height:44px;font-size:21px}}@media (max-width: 768px){.message-input-container{position:sticky;bottom:0;z-index:100;padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));box-shadow:0 -2px 10px #0000001a;background-color:#fff}.message-input-form{padding:6px 8px 6px 12px;gap:8px;border-radius:24px}.input-action-btn{font-size:20px;padding:6px}.mic-btn{font-size:22px}.emoji-btn{font-size:21px}.attach-btn{font-size:20px}.more-btn{font-size:18px}.input-actions-right{gap:2px}.send-btn{width:38px;height:38px;font-size:18px;margin-left:2px;box-shadow:0 2px 6px #2563eb40}.message-input-field{font-size:16px;padding:8px 4px}.message-input-field::placeholder{font-size:14px}}@media (max-width: 480px){.message-input-container{position:sticky;bottom:0;z-index:100;padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom));background-color:#fff}.message-input-form{gap:6px;padding:5px 6px 5px 10px}.input-action-btn{font-size:18px;padding:5px}.input-actions-right{gap:0}.more-btn{display:none}.send-btn{width:36px;height:36px;font-size:17px}}@media (prefers-color-scheme: dark){.message-input-container{background-color:#fff!important;border-top-color:#e5e5e5!important}.message-input-form{background-color:#fafafa!important;border-color:#e5e5e5!important}.message-input-form:focus-within{background-color:#fff!important}.input-action-btn{color:#666!important}.input-action-btn:hover{color:var(--primary-color)!important;background-color:#6c5dd314!important}.message-input-field{color:#333!important}.message-input-field::placeholder{color:#999!important}.send-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 2px 8px #2563eb4d!important}.send-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)!important;box-shadow:0 4px 16px #2563eb66!important}.send-btn:disabled{background:linear-gradient(135deg,#93c5fd,#7db8f5)!important;box-shadow:0 2px 6px #2563eb26!important}}.chat-window{flex:1;display:flex;flex-direction:column;height:calc(100vh - 60px);background-color:#fafafa;overflow:hidden}.chat-window-empty{flex:1;display:flex;align-items:center;justify-content:center;background-color:#fafafa;height:calc(100vh - 60px)}.empty-state{text-align:center;padding:40px}.empty-icon{font-size:80px;margin-bottom:20px;opacity:.3}.empty-state h3{font-size:22px;font-weight:600;color:#333;margin:0 0 12px}.empty-state p{font-size:15px;color:#666;margin:0}.messages-area{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px;display:flex;flex-direction:column;min-height:0}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:3px}.no-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}@media (max-width: 768px){.chat-window,.chat-window-empty{height:100vh;height:100dvh}.messages-area{padding:16px 16px 8px;flex:1;overflow-y:auto;overflow-x:hidden}.mobile-back-header{display:flex;align-items:center;padding:12px 16px;background-color:#fff;border-bottom:1px solid #e5e5e5;flex-shrink:0}.back-btn{background:none;border:none;font-size:16px;color:var(--primary-color);cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s ease}.back-btn:hover{background-color:#6c5dd31a}}@media (max-width: 480px){.messages-area{padding:12px 12px 6px}.mobile-back-header{padding:10px 14px}.back-btn{font-size:15px;padding:6px 10px}}@media (prefers-color-scheme: dark){.chat-window,.chat-window-empty{background-color:#fafafa!important}.empty-state h3{color:#333!important}.empty-state p{color:#666!important}.no-messages{color:#999!important}.mobile-back-header{background-color:#fff!important;border-bottom-color:#e5e5e5!important}.back-btn{color:var(--primary-color)!important}.back-btn:hover{background-color:#6c5dd31a!important}}.messages-page{display:flex;width:100%;max-width:1125px;margin:0 auto;height:calc(100vh - 60px);background-color:#fff;overflow:hidden;position:relative}.sidebar-container,.window-container{height:100%;transition:transform .3s ease}.sidebar-container{flex-shrink:0}.window-container{flex:1}@media (max-width: 1125px){.messages-page{max-width:100%}}@media (max-width: 768px){.messages-page{height:100vh}.sidebar-container,.window-container{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s ease,opacity .3s ease}.sidebar-container.mobile-hidden{transform:translate(-100%);opacity:0;pointer-events:none}.window-container.mobile-hidden{transform:translate(100%);opacity:0;pointer-events:none}}.profile-page-header-card{background:#fff!important;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f;color:#1e293b!important}.profile-page-cover-photo-container{position:relative;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.profile-page-cover-photo{width:100%;height:100%;object-fit:cover}.profile-page-change-cover-btn{position:absolute;bottom:20px;right:20px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:10px;font-size:14px;font-weight:600;color:#1e293b;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.change-cover-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.profile-page-change-cover-btn svg{width:18px;height:18px;stroke-width:2}.profile-page-header-content{padding:0 32px 24px}.profile-page-avatar-section{display:flex;margin-top:-50px;margin-bottom:20px}.profile-page-avatar-wrapper{position:relative}.profile-page-avatar-large{width:160px;height:160px;border-radius:50%;border:6px solid white;object-fit:cover;box-shadow:0 4px 16px #00000026}.profile-page-change-avatar-btn{position:absolute;bottom:8px;right:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.profile-page-change-avatar-btn:hover{background:#f8fafc;border-color:#4f46e5;transform:scale(1.05)}.profile-page-change-avatar-btn svg{width:18px;height:18px;color:#64748b}.profile-page-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.profile-page-name{font-size:32px;font-weight:700;color:#1e293b!important;margin:0 0 6px;display:flex;align-items:center;gap:10px}.profile-page-verified-icon{width:28px;height:28px;color:#3b82f6;flex-shrink:0}.profile-page-connections{font-size:15px;color:#64748b!important;margin:0;font-weight:500}.profile-page-actions{display:flex;gap:12px}.profile-page-edit-profile-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:2px solid #4f46e5;border-radius:10px;color:#4f46e5;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-page-edit-profile-btn:hover{background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.profile-page-edit-profile-btn svg{width:18px;height:18px;stroke-width:2}.more-options-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;transition:all .2s ease}.more-options-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.more-options-btn svg{width:20px;height:20px;stroke-width:2}.profile-page-meta-info{display:flex;flex-wrap:wrap;gap:24px}.profile-page-meta-item{display:flex;align-items:center;gap:8px;color:#64748b!important;font-size:14px;font-weight:500}.profile-page-meta-item svg{width:18px;height:18px;color:#94a3b8;stroke-width:2;flex-shrink:0}@media (max-width: 1024px){.profile-page-cover-photo-container{height:180px}.profile-page-avatar-large{width:140px;height:140px}.profile-page-avatar-section{margin-top:-40px}.profile-page-header-content{padding:0 24px 24px}}@media (max-width: 768px){.profile-page-cover-photo-container{height:160px}.profile-page-avatar-large{width:120px;height:120px;border-width:4px}.profile-page-avatar-section{margin-top:-35px}.profile-page-header-content{padding:0 20px 20px}.profile-page-header-info{flex-direction:column;gap:16px}.profile-page-name{font-size:26px}.profile-page-verified-icon{width:24px;height:24px}.profile-page-actions{width:100%}.profile-page-edit-profile-btn{flex:1;justify-content:center}.profile-page-meta-info{flex-direction:column;gap:12px}}@media (max-width: 480px){.profile-page-cover-photo-container{height:140px}.profile-page-avatar-large{width:100px;height:100px}.profile-page-avatar-section{margin-top:-30px}.profile-page-header-content{padding:0 16px 16px}.profile-page-name{font-size:22px}.profile-page-change-cover-btn{bottom:12px;right:12px;padding:8px 12px;font-size:13px}.profile-page-change-avatar-btn{width:36px;height:36px}.profile-page-change-avatar-btn svg{width:16px;height:16px}}.profile-tabs{background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:20px}.profile-tabs-container{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.profile-tabs-container::-webkit-scrollbar{display:none}.profile-tab{display:flex;align-items:center;gap:8px;padding:16px 24px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#666;white-space:nowrap;transition:all .2s ease;position:relative}.profile-tab:hover{color:#333;background:#f8f9fa}.profile-tab.active{color:#0073b1;border-bottom-color:#0073b1;font-weight:600}.tab-label{font-size:14px}.tab-count{background:#e0e0e0;color:#666;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;min-width:20px;text-align:center}.profile-tab.active .tab-count{background:#0073b1;color:#fff}@media (max-width: 768px){.profile-tab{padding:12px 16px;font-size:13px}.tab-label{font-size:13px}.tab-count{font-size:11px;padding:1px 6px}}.profile-about-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.about-header{padding:20px 24px;border-bottom:1px solid #f1f5f9}.about-header h3{font-size:20px;font-weight:700;color:#1e293b;margin:0}.about-content{padding:24px}.about-bio{font-size:14px;line-height:1.6;color:#64748b;margin:0 0 24px}.about-details{display:flex;flex-direction:column;gap:16px}.about-item{display:flex;align-items:flex-start;gap:12px}.about-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px;flex-shrink:0}.about-icon svg{width:20px;height:20px;color:#64748b;stroke-width:2}.about-text{flex:1;display:flex;flex-direction:column;gap:4px}.about-label{font-size:13px;font-weight:600;color:#94a3b8}.about-value{font-size:14px;font-weight:600;color:#1e293b}@media (max-width: 768px){.about-header{padding:18px 20px}.about-content{padding:20px}.about-header h3{font-size:18px}}@media (max-width: 480px){.about-header,.about-content{padding:16px}.about-bio{font-size:13px;margin-bottom:20px}.about-details{gap:14px}.about-icon{width:36px;height:36px}.about-icon svg{width:18px;height:18px}}.profile-experience-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.experience-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9}.experience-header h3{font-size:20px;font-weight:700;color:#1e293b;margin:0}.add-experience-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.add-experience-btn:hover{background:#4338ca;transform:scale(1.05)}.add-experience-btn svg{width:18px;height:18px;stroke-width:2.5}.experience-list{padding:16px 24px}.experience-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid #f1f5f9}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-item:first-child{padding-top:0}.experience-logo{width:48px;height:48px;border-radius:10px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-shrink:0}.experience-logo img{width:100%;height:100%;object-fit:contain;padding:6px}.experience-details{flex:1;display:flex;flex-direction:column;gap:4px}.experience-company{font-size:16px;font-weight:700;color:#1e293b;margin:0}.experience-position{font-size:13px;font-weight:500;color:#64748b;margin:0}.experience-duration{font-size:12px;font-weight:500;color:#94a3b8;margin:0}.experience-edit-btn{align-self:flex-start;margin-top:8px;padding:6px 14px;background:transparent;border:1.5px solid #e2e8f0;border-radius:8px;color:#4f46e5;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.experience-edit-btn:hover{background:#f8fafc;border-color:#4f46e5}.view-all-btn{width:100%;padding:16px;background:transparent;border:none;border-top:1px solid #f1f5f9;color:#4f46e5;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.view-all-btn:hover{background:#f8fafc}@media (max-width: 768px){.experience-header{padding:18px 20px}.experience-list{padding:14px 20px}.experience-header h3{font-size:18px}}@media (max-width: 480px){.experience-header{padding:16px}.experience-list{padding:12px 16px}.experience-logo{width:42px;height:42px}.experience-company{font-size:15px}.experience-position{font-size:12px}}.profile-feed-container,.profile-posts-feed{display:flex;flex-direction:column;gap:20px}.profile-no-posts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f}.profile-no-posts svg{width:64px;height:64px;color:#94a3b8;margin-bottom:16px}.profile-no-posts h3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 8px}.profile-no-posts p{font-size:14px;color:#64748b;margin:0}@media (max-width: 768px){.profile-feed-container,.profile-posts-feed{gap:16px}.profile-no-posts{padding:40px 16px}.profile-no-posts svg{width:48px;height:48px}.profile-no-posts h3{font-size:18px}}.profile-info-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #00000014}.profile-info-header{margin-bottom:20px}.profile-info-header h2{font-size:20px;font-weight:700;color:#000;margin:0}.profile-overview-card{background:#fff;border:1px solid #e4e6eb;border-radius:8px;padding:20px;margin-bottom:16px}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.overview-header h3{font-size:16px;font-weight:600;color:#000;margin:0}.overview-menu-btn{background:none;border:none;color:#65676b;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s}.overview-menu-btn:hover{background:#f0f2f5}.overview-text{font-size:14px;line-height:1.6;color:#65676b;margin:0}.profile-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.profile-info-card{background:#fff;border:1px solid #e4e6eb;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start;transition:all .2s}.profile-info-card:hover{box-shadow:0 2px 8px #0000001a}.info-card-content{display:flex;gap:12px;flex:1}.info-icon{font-size:18px;color:#65676b;margin-top:2px;flex-shrink:0}.info-text{display:flex;flex-direction:column;gap:4px}.info-label{font-size:13px;color:#65676b;font-weight:400}.info-value{font-size:14px;color:#050505;font-weight:600}.info-menu-btn{background:none;border:none;color:#65676b;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;flex-shrink:0}.info-menu-btn:hover{background:#f0f2f5}.profile-add-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.profile-add-card{background:#fff;border:2px dashed #c4c4c4;border-radius:8px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s;color:#65676b;font-size:14px;font-weight:500}.profile-add-card:hover{border-color:#1877f2;color:#1877f2;background:#f0f8ff}.add-icon{font-size:24px;color:#1877f2}@media (max-width: 768px){.profile-info-section{padding:16px}.profile-info-grid,.profile-add-cards{grid-template-columns:1fr}.profile-overview-card{padding:16px}.overview-text{font-size:13px}}@media (max-width: 480px){.info-card-content{gap:8px}.info-icon{font-size:16px}.info-value{font-size:13px}.profile-add-card{padding:16px;font-size:13px}.add-icon{font-size:20px}}.profile-connections-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #00000014}.connections-header{margin-bottom:20px}.connections-header h2{font-size:20px;font-weight:700;color:#000;margin:0}.connections-list{display:flex;flex-direction:column;gap:16px}.connection-card{background:#fff;border:1px solid #e4e6eb;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.connection-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.connection-main{display:flex;gap:16px;flex:1}.connection-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.connection-info{display:flex;flex-direction:column;gap:6px}.connection-name{font-size:16px;font-weight:700;color:#000;margin:0;cursor:pointer}.connection-name:hover{color:#1877f2}.connection-title{font-size:14px;color:#65676b;margin:0}.mutual-connections{display:flex;align-items:center;gap:8px;margin-top:4px}.mutual-avatars{display:flex;position:relative}.mutual-avatar{width:24px;height:24px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-8px}.mutual-avatar:first-child{margin-left:0}.mutual-text{font-size:13px;color:#65676b}.connection-actions{display:flex;gap:10px;flex-shrink:0}.btn-remove,.btn-message{padding:8px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-remove{background:#ffe5e5;color:#d32f2f}.btn-remove:hover{background:#fcc}.btn-message{background:#e3f2fd;color:#1877f2}.btn-message:hover{background:#bbdefb}@media (max-width: 968px){.connection-card{flex-direction:column;align-items:flex-start;gap:16px}.connection-actions{width:100%}.btn-remove,.btn-message{flex:1}}@media (max-width: 768px){.profile-connections-section{padding:16px}.connection-avatar{width:56px;height:56px}.connection-name{font-size:15px}.connection-title{font-size:13px}}@media (max-width: 480px){.connection-main{gap:12px}.connection-avatar{width:48px;height:48px}.mutual-text{font-size:12px}.btn-remove,.btn-message{padding:8px 16px;font-size:13px}}.profile-media-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #00000014}.media-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.media-header h2{font-size:20px;font-weight:700;color:#000;margin:0}.btn-create-album{display:flex;align-items:center;gap:8px;background:#e3f2fd;color:#1877f2;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-create-album:hover{background:#bbdefb}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.media-add-card{aspect-ratio:1;border:2px dashed #c4c4c4;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s;background:#fafafa}.media-add-card:hover{border-color:#1877f2;background:#f0f8ff}.add-photo-icon{display:flex;align-items:center;justify-content:center}.add-photo-text{font-size:15px;font-weight:600;color:#1877f2}.media-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer}.media-image-wrapper{width:100%;height:100%;position:relative}.media-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.media-item:hover .media-image{transform:scale(1.05)}.media-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.7) 100%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:16px}.media-item:hover .media-overlay{opacity:1}.media-stats{display:flex;gap:16px;width:100%}.media-stat{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:600}.media-stat svg{font-size:16px}@media (max-width: 768px){.profile-media-section{padding:16px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.btn-create-album{padding:8px 16px;font-size:13px}}@media (max-width: 480px){.media-grid{grid-template-columns:repeat(2,1fr);gap:8px}.media-header{flex-direction:column;align-items:flex-start;gap:12px}.btn-create-album{width:100%;justify-content:center}.media-overlay{padding:12px}.media-stat{font-size:12px}}.profile-videos-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 4px #00000014}.videos-header{margin-bottom:20px}.videos-header h2{font-size:20px;font-weight:700;color:#000;margin:0}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.video-add-card{aspect-ratio:16/9;border:2px dashed #c4c4c4;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s;background:#fafafa}.video-add-card:hover{border-color:#1877f2;background:#f0f8ff}.add-video-icon{display:flex;align-items:center;justify-content:center}.add-video-text{font-size:15px;font-weight:600;color:#1877f2}.video-item{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;cursor:pointer}.video-thumbnail-wrapper{width:100%;height:100%;position:relative}.video-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .3s}.video-item:hover .video-thumbnail{transform:scale(1.05)}.video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;transition:opacity .3s}.video-item:hover .video-play-overlay{opacity:1}.video-play-btn{width:64px;height:64px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#e74c3c;font-size:24px;padding-left:4px;box-shadow:0 4px 12px #0003}.video-play-btn:hover{transform:scale(1.1);background:#fff}.video-duration{position:absolute;bottom:12px;left:12px;background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.video-stats-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%);padding:40px 12px 12px;opacity:0;transition:opacity .3s}.video-item:hover .video-stats-overlay{opacity:1}.video-stats{display:flex;gap:16px}.video-stat{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-weight:600}.video-stat svg{font-size:16px}@media (max-width: 768px){.profile-videos-section{padding:16px}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.video-play-btn{width:56px;height:56px;font-size:20px}}@media (max-width: 480px){.videos-grid{grid-template-columns:1fr;gap:12px}.video-play-btn{width:48px;height:48px;font-size:18px}.video-duration{font-size:11px;padding:3px 6px}.video-stat{font-size:12px}}.profile-page{min-height:100vh;background-color:#f3f2ef;padding:20px 0;margin-top:-20px}.profile-page-container{max-width:1125px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 320px;gap:5px}.profile-page-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{width:50px;height:50px;border:4px solid #f3f2ef;border-top:4px solid #0a66c2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page-error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;gap:20px}.profile-page-error h2{color:#333;font-size:24px;font-weight:600}.profile-page-error button{padding:10px 24px;background-color:#0a66c2;color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.profile-page-error button:hover{background-color:#004182}.profile-main-content,.profile-sidebar{display:flex;flex-direction:column;gap:5px}.profile-tab-content{display:flex;flex-direction:column;gap:20px}.profile-card,.profile-header,.profile-tabs,.profile-about,.profile-experience,.create-post,.profile-feed,.profile-info,.profile-connections,.profile-media,.profile-videos{background:#fff;border-radius:8px;box-shadow:0 0 0 1px #00000014,0 2px 4px #0000000d;overflow:hidden}@media (max-width: 1024px){.profile-page-container{max-width:100%;grid-template-columns:1fr 280px;gap:16px}}@media (max-width: 768px){.profile-page{padding:12px 0;background-color:#f3f2ef}.profile-page-container{grid-template-columns:1fr;padding:0 12px;gap:12px}.profile-main-content,.profile-sidebar,.profile-tab-content{gap:12px}.profile-page-container{display:flex;flex-direction:column}.profile-main-content{order:1}.profile-sidebar{order:2}}@media (max-width: 480px){.profile-page{padding:8px 0}.profile-page-container{padding:0 8px;gap:8px}.profile-main-content,.profile-sidebar,.profile-tab-content{gap:8px}.profile-card,.profile-header,.profile-tabs,.profile-about,.profile-experience,.create-post,.profile-feed,.profile-info,.profile-connections,.profile-media,.profile-videos{border-radius:0}.profile-page-error h2{font-size:20px}.profile-page-error button{padding:8px 20px;font-size:14px}}@media (max-width: 768px){body{overflow-x:hidden}*{box-sizing:border-box}}@media print{.profile-page{background-color:#fff}.profile-page-container{max-width:100%;grid-template-columns:1fr}}@media (prefers-color-scheme: dark){.profile-page{background-color:#f3f2ef!important}.profile-card,.profile-header,.profile-tabs,.profile-about,.profile-experience,.create-post,.profile-feed,.profile-info,.profile-connections,.profile-media,.profile-videos{background:#fff!important;box-shadow:0 0 0 1px #00000014,0 2px 4px #0000000d!important}.profile-page-error h2{color:#333!important}}@media (prefers-reduced-motion: reduce){.loading-spinner{animation:none;border-top-color:transparent}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.profile-card,.profile-header,.profile-tabs,.profile-about,.profile-experience,.create-post,.profile-feed,.profile-info,.profile-connections,.profile-media,.profile-videos{border:2px solid #000}}button:focus-visible,a:focus-visible{outline:2px solid #0a66c2;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
