.fade-in{opacity:0;animation:fadeAppear .45s ease forwards;filter:blur(6px)}@keyframes fadeAppear{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0px)}}.skeleton-post{background:#0f1115;padding:18px;border-radius:18px;margin-bottom:26px}.skeleton{background:linear-gradient(90deg,#1a1c21,#272a33,#1a1c21);background-size:200% 100%;animation:loadingAnimation 1.3s infinite;border-radius:12px}.skeleton-avatar{width:70px;height:70px;border-radius:12px;margin-bottom:16px}.skeleton-line{width:100%;height:14px;margin:10px 0}.skeleton-line.short{width:60%}.skeleton-image{width:100%;height:260px;border-radius:14px;margin-top:12px}@keyframes loadingAnimation{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--bg:#000;--text:#fff;--muted:#9a9a9a;--input-bg:#111;--input-border:#333;--btn-bg:#fff;--btn-text:#000}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui}.auth-container{max-width:420px;margin:0 auto;padding:30px 20px;text-align:center}.auth-title{font-size:28px;font-weight:800;margin-bottom:10px}.auth-sub{color:var(--muted);font-size:15px;margin-bottom:30px}.auth-form{background:#0d0d0d;padding:25px 22px;border-radius:18px;border:1px solid rgba(255,255,255,.08)}.auth-input{width:100%;background:var(--input-bg);border:1px solid var(--input-border);padding:14px 16px;border-radius:14px;font-size:15px;margin-bottom:18px;color:#fff;outline:none}.auth-input:focus{border-color:#555}.auth-btn{display:block;width:100%;padding:16px;background:var(--btn-bg);color:var(--btn-text);font-weight:700;border-radius:50px;text-decoration:none;font-size:16px;margin-top:10px;transition:.25s}.auth-btn:hover{transform:scale(1.03)}.auth-link{margin-top:18px;display:block;font-size:14px;color:var(--muted);text-decoration:none}html,body{overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%;position:relative}:root{--bg:#000;--text:#fff;--muted:#9a9a9a;--card:#111}body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui;position:relative}.lp-header{display:flex;justify-content:space-between;padding:20px 30px}.lp-logo{font-size:22px;font-weight:800;color:#fff;text-decoration:none}.lp-nav{display:flex;gap:15px}.lp-btn-small{padding:8px 18px;border-radius:12px;border:1px solid #666;color:#fff;text-decoration:none;font-size:14px}.lp-btn-small.white{background:#fff;color:#000}.lp-container{text-align:center;padding:20px}.lp-title{font-size:45px;margin-top:110px;font-weight:900}.lp-sub-top{font-size:16px;margin-top:18px;font-weight:300;color:#eaeaea}.lp-buttons{margin-top:32px;display:flex;justify-content:center;gap:18px}.lp-btn{padding:15px 32px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:.25s}.lp-btn-white{background:#fff;color:#000}.lp-btn-outline{border:2px solid #fff;color:#fff}.lp-btn:hover{transform:scale(1.04)}.lp-stats{margin-top:70px;display:flex;justify-content:center;gap:35px}.lp-card{background:var(--card);padding:30px 22px;border-radius:22px;width:160px;border:1px solid rgba(255,255,255,.1);transition:.35s ease}.lp-card:hover{transform:translateY(-10px) scale(1.08);box-shadow:0 10px 30px #00000080}.lp-value{font-size:28px;font-weight:800}.lp-label{margin-top:5px;font-size:15px;color:var(--muted)}.lp-sub-bottom{margin-top:40px;font-size:16px;font-weight:300;color:#ccc}.lp-footer{margin-top:60px;padding-bottom:30px;color:var(--muted);font-weight:600}@media(max-width:768px){.lp-header{display:none}.lp-title{font-size:30px;margin-top:25px;font-weight:900;line-height:1.25;padding:0 10px}.lp-sub-top{margin-top:32px;font-size:19px;font-weight:300;padding:0 18px}.lp-buttons{margin-top:28px;gap:18px;justify-content:center;width:120%!important;max-width:120%!important;margin-left:-10%!important}.lp-btn{padding:18px 38px;font-size:17px;border-radius:45px;min-width:140px;text-align:center}.lp-stats{margin-top:85px;flex-direction:row;justify-content:center;gap:12px}.lp-card{width:28%;padding:20px 12px;border-radius:16px}.lp-value{font-size:19px}.lp-label{font-size:12px}.lp-sub-bottom{margin-top:140px;margin-bottom:0;font-size:18px;font-weight:300;padding:0 25px}.lp-footer:before{content:"";display:block;width:75%;height:1px;background:#333;margin:0 auto 15px}.lp-footer{margin-top:0;padding-bottom:45px;font-size:14px}}:root{--bg:#000;--card:#0b0b0b;--text:#fff;--muted:#9a9a9a;--input-bg:#111;--input-border:#222;--primary:#fff}.auth-wrap{min-height:100vh;display:flex;justify-content:center;align-items:center;background:var(--bg);padding:30px}.auth-card{width:100%;max-width:390px;background:var(--card);padding:32px 26px;border-radius:24px;box-shadow:0 0 40px #00000073}.auth-title{color:var(--text);font-size:28px;font-weight:800;margin-bottom:8px}.auth-sub{color:var(--muted);font-size:14px;margin-bottom:20px}.role-switch{display:flex;justify-content:space-between;margin-bottom:22px}.role-btn{width:48%;padding:10px 0;border-radius:25px;background:transparent;border:2px solid #555;color:#aaa;font-size:13px;font-weight:600;transition:.3s}.role-btn.active{background:var(--primary);color:#000;border-color:var(--primary)}.input{width:92%;padding:12px 14px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:14px;margin:10px auto;font-size:15px;color:#fff;display:block}.input::placeholder{color:#777}.primary-btn{width:92%;padding:14px 16px;background:var(--primary);border:none;border-radius:30px;font-size:17px;font-weight:700;color:#000;cursor:pointer;margin:12px auto 18px;display:block;transition:.2s}.primary-btn:hover{transform:scale(1.03)}.link-muted{text-align:center;margin-top:10px;color:var(--muted);font-size:13px}.small-link{color:#a4b8ff;font-weight:600;text-decoration:none}.otp-row{display:flex;justify-content:center;gap:12px;margin:22px 0}.otp-input{width:44px;height:44px;background:#111;color:#fff;font-size:19px;font-weight:700;text-align:center;border-radius:12px;border:1px solid #222}@media(max-width:768px){.auth-card{max-width:90%;padding:26px 18px}.auth-title{font-size:26px}.input{width:94%;padding:12px;border-radius:13px;font-size:15px}.primary-btn{width:94%;padding:14px;font-size:17px}.otp-input{width:42px;height:42px;font-size:18px}}.otp-page{height:100vh;width:100%;background:radial-gradient(circle at top,#1a1f29,#0c0f14);display:flex;justify-content:center;align-items:center;padding:20px}.otp-card{width:90%;max-width:420px;padding:40px 32px;border-radius:22px;background:#ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 30px #0006;animation:fadeIn .6s ease;text-align:center}.otp-title{font-size:28px;font-weight:700;color:#fff}.otp-subtitle{margin-top:6px;font-size:14px;color:#c7c7c7}.otp-inputs{margin:30px 0;display:flex;gap:12px;justify-content:center}.otp-box{width:48px;height:55px;font-size:24px;text-align:center;border-radius:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.18);color:#fff;outline:none;transition:.25s ease}.otp-box:focus{border-color:#4b8cff;box-shadow:0 0 8px #4b8cff;background:#4b8cff26}.otp-btn{width:100%;padding:14px;font-size:16px;background:linear-gradient(135deg,#4b8cff,#2a6de0);color:#fff;border:none;border-radius:14px;cursor:pointer;font-weight:600;transition:.25s ease}.otp-btn:hover{opacity:.9;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.resend-btn{margin-top:10px;background:none;border:none;color:#3b82f6;font-size:14px;cursor:pointer}.shake{animation:shake .25s ease-in-out 0s 2}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-6px)}50%{transform:translate(6px)}75%{transform:translate(-6px)}to{transform:translate(0)}}.resend-btn{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;padding:6px}.resend-btn:hover{text-decoration:underline}.otp-error{color:salmon;text-align:center;margin-bottom:10px}.left-desktop-menu{background:#0b0b0b;border-radius:18px;border:1px solid #1f1f1f;padding:18px 14px;width:240px;box-shadow:0 12px 30px #0009;position:sticky;top:90px;display:flex;flex-direction:column;gap:12px}@media(max-width:950px){.left-desktop-menu{display:none}}.left-desktop-profile{display:flex;align-items:center;gap:12px}.left-desktop-avatar{width:50px;height:50px;border-radius:50%;background:radial-gradient(circle at 30% 0,#22c55e,#0ea5e9);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff;overflow:hidden}.left-desktop-avatar img{width:100%;height:100%;object-fit:cover}.left-desktop-profile-info{display:flex;flex-direction:column}.left-desktop-name{margin:0;font-size:15px;font-weight:600;color:#f9fafb}.left-desktop-role{margin:3px 0 0;font-size:12px;color:#9ca3af}.left-desktop-divider{height:1px;background:linear-gradient(to right,#111,#27272a,#111);margin:4px 0 6px}.left-desktop-menu-list{display:flex;flex-direction:column;gap:4px}.left-desktop-item{width:100%;border:none;outline:none;background:transparent;color:#e5e7eb;font-size:14px;display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px;cursor:pointer;text-align:left;transition:background .15s ease,transform .12s ease,box-shadow .15s ease}.left-desktop-item:hover{background:#111827;transform:translateY(-1px);box-shadow:0 6px 14px #00000080}.left-desktop-icon{font-size:20px;color:#9ca3af}.left-desktop-text{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.right-menu-container{width:270px;background:#0b0b0b;border:1px solid #1f1f1f;padding:20px 18px;border-radius:16px;box-shadow:0 10px 25px #0000008c;position:sticky;top:105px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;margin-right:10px}.right-title{margin:0;font-size:15px;font-weight:700;color:#fff}.right-suggestions{display:flex;flex-direction:column;gap:14px}.right-item{display:flex;align-items:center;gap:12px;background:#111;padding:10px;border-radius:14px;border:1px solid #1f1f1f;transition:.25s ease;cursor:pointer}.right-item:hover{background:#1b1b1b;transform:translate(4px)}.right-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#222}.right-name{margin:0;font-size:14px;font-weight:600;color:#fff}.right-meta{font-size:12px;color:#999}.right-follow-btn{background:#101010;border:1px solid #333;padding:6px 12px;border-radius:12px;font-size:12px;color:#fff;cursor:pointer;transition:.2s ease;white-space:nowrap}.right-follow-btn:hover{background:#1c1c1c}.right-ads-box{background:#111;padding:14px;border-radius:14px;border:1px solid #1f1f1f;display:flex;flex-direction:column;gap:12px}.right-ads-title{margin:0 0 10px;font-size:14px;font-weight:700;color:#fff}.right-ad{background:#1a1a1a;padding:12px;border-radius:10px;font-size:13px;text-align:center;color:#ccc}@media(max-width:950px){.right-menu-container{display:none!important}}.mobile-menu-overlay{position:fixed;inset:0;background:#0000008c;z-index:9998;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-menu-overlay.show{opacity:1;pointer-events:auto}.mobile-menu-panel{position:fixed;top:0;left:0;width:260px;height:100vh;background:#0d0d0d;padding:20px;z-index:9999;transform:translate(-100%);transition:transform .3s ease}.mobile-menu-panel.open{transform:translate(0)}.mobile-menu-close{position:absolute;top:15px;right:15px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:18px;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #00000059,inset 0 0 6px #ffffff14;transition:all .25s ease}.mobile-menu-close:hover{background:#ffffff29;border-color:#ffffff4d;transform:scale(1.06);box-shadow:0 5px 16px #00000073,inset 0 0 8px #ffffff1f}.mobile-menu-profile-row{display:flex;align-items:center;gap:12px;margin:20px 0 25px}.mobile-profile-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #222}.mobile-profile-info{display:flex;flex-direction:column}.mobile-profile-name{color:#fff;font-size:17px;margin:0;font-weight:600}.mobile-profile-role{color:#999;margin:3px 0 0;font-size:13px}.mobile-menu-items{margin-top:10px}.mobile-menu-items .left-menu{padding:0}.mobile-menu-items .menu-item{padding:12px 0;border-bottom:1px solid #1a1a1a}.mobile-menu-items .menu-item .menu-text{font-size:16px}@media(max-width:950px){.left-menu-box{display:none!important}}.left-menu-box{background:#0e0e0e;width:240px;padding:18px 15px;border-radius:16px;border:1px solid #1b1b1b;box-shadow:0 10px 30px #0000008c;position:sticky;top:95px;display:flex;flex-direction:column;gap:10px}.left-item{display:flex;align-items:center;gap:12px;padding:12px 10px;background:#111;border-radius:12px;cursor:pointer;transition:.25s ease}.left-item:hover{background:#1c1c1c}.left-icon{font-size:20px}.left-text{font-size:15px;font-weight:500;color:#e8e8e8}body,html{background:#757474!important;color:#fff;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.feed-wrapper{min-height:100vh;background:#969393}.mobile-navbar{height:65px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;background:#000!important;position:fixed;top:0;left:0;right:0;z-index:999;border:none!important;box-shadow:none!important}.nav-btn-round,.nav-title-pill,.nav-btn-pill{background:#111!important;color:#fff!important;border:none!important}.nav-btn-round{width:42px;height:42px;border-radius:50%;font-size:22px}.nav-title-pill{padding:10px 20px;border-radius:25px;font-size:17px;font-weight:600}.nav-btn-pill{padding:10px 15px;border-radius:25px;font-size:15px}.menu-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:flex-start;z-index:998}.menu-panel{width:260px;background:#111;padding:20px;overflow-y:auto;box-shadow:0 0 25px #000000b3}@media(min-width:950px){.desktop-layout{display:flex;justify-content:center;width:100%;min-height:100vh}.mobile-navbar,.mobile-bottom-bar{display:none}}.desktop-left{width:260px;padding-left:20px;padding-right:15px}.left-box{background:#111;width:230px;padding:20px 15px;border-radius:15px;border:1px solid #1f1f1f;box-shadow:0 10px 30px #0009;display:flex;flex-direction:column;gap:8px;position:sticky;top:110px}.left-item{padding:10px 8px;display:flex;align-items:center;gap:10px;background:#000;border-radius:10px;cursor:pointer;transition:.2s}.left-item i{font-size:20px}.desktop-center{flex:1;padding-top:110px!important;display:flex;flex-direction:column;align-items:center}.desktop-right{width:260px;margin-left:15px;padding-right:20px;position:sticky;top:110px;height:calc(100vh - 110px);overflow-y:auto;display:flex;flex-direction:column;gap:20px}.right-menu-box{width:100%;background:#0d0f14;border-radius:18px;padding:18px 16px;border:1px solid #1a1d23;box-shadow:0 8px 28px #0000008c;color:#fff}.right-section h3{margin:0 0 12px;font-size:15px;font-weight:700}.right-avatar{width:38px;height:38px;border-radius:50%;background:#222;background-size:cover!important}.right-name{font-size:14px;font-weight:600;margin:0}.right-meta{font-size:11px;color:#888;margin:0}.right-btn-follow{background:#111;color:#fff;border:1px solid #222;padding:6px 12px;border-radius:12px;font-size:12px;cursor:pointer}.ad-box{width:100%;background:#121212;border-radius:18px;padding:15px;border:1px solid #1f1f1f;box-shadow:0 8px 28px #0000008c;text-align:center;font-size:14px;color:#ddd}.bottom-plus-btn{width:42px;height:42px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:28px;border:none;display:flex;align-items:center;justify-content:center}.bottom-input-wrapper{flex:1;background:#1a1a1a;border-radius:25px;padding-left:12px;padding-right:5px;display:flex;align-items:center;transition:.25s}.bottom-send-btn{width:36px;height:36px;border-radius:50%;background:#fff;color:#000;border:none}.stories-bar{width:100%;max-width:760px;padding:20px 10px;display:flex;overflow-x:auto;gap:12px}.story-item{text-align:center}.desktop-create-post-btn{display:flex;align-items:center;gap:8px;background:#111;color:#fff;border:1px solid #222;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:.2s ease}.desktop-create-post-btn:hover{background:#1a1a1a}.desktop-create-post-btn .material-icons{font-size:20px}.right-menu-box{width:260px;background:#0b0b0b;border:1px solid #1f1f1f;border-radius:16px;padding:18px;position:sticky;top:110px;max-height:calc(100vh - 130px);overflow-y:auto;box-shadow:0 8px 35px #00000073}.right-box{background:#111;padding:15px;border-radius:15px;border:1px solid #222;margin-bottom:18px}.right-box h3{margin-bottom:12px;font-size:15px;font-weight:700}.media-slider>div{width:100%;max-width:1080px;height:1350px;background:#000;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.media-slider img,.media-slider video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.media-slider-wrapper{width:100%;max-width:1080px;margin:10px auto 0}.media-slider{position:relative;overflow:hidden;border-radius:16px;background:#000}.media-slider-inner{display:flex;width:100%;transition:transform .3s ease}.media-slide{flex:0 0 100%;width:100%;aspect-ratio:4 / 5;max-height:1350px;background:#000;display:flex;align-items:center;justify-content:center}.media-content{width:100%;height:100%;object-fit:cover;display:block}.media-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:36px;height:36px;border-radius:50%;background:#0f172ad9;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.media-nav:hover{background:#1f2937f2}.media-nav-prev{left:10px}.media-nav-next{right:10px}.media-dots{display:flex;justify-content:center;gap:6px;margin-top:8px}.media-dot{width:6px;height:6px;border-radius:999px;border:none;background:#4b5563;padding:0;cursor:pointer}.media-dot.active{width:16px;background:#e5e7eb}@media(max-width:950px){.media-nav{display:none}}.media-slider{display:flex;gap:8px;overflow-x:auto;padding:6px 0}.media-slider::-webkit-scrollbar{display:none}.media-frame{width:100%;max-width:1080px;aspect-ratio:4 / 5;background:#504e4e;border-radius:12px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.media-content{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.post-actions{display:flex;justify-content:space-around;align-items:center;padding:12px 0;border-top:1px solid #5c5a5a;border-bottom:1px solid #575555;margin-top:10px}.post-action-btn{display:flex;align-items:center;gap:6px;color:#aaa;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:10px;transition:.15s ease;-webkit-user-select:none;user-select:none}.post-action-btn:hover{background:#444343;color:#fff}.post-action-btn i{font-size:20px;opacity:.9}.post-actions{display:flex;justify-content:space-around;margin-top:12px;padding:10px 0;border-top:1px solid #525151;border-bottom:1px solid #555555}.post-action-btn{display:flex;align-items:center;gap:6px;font-size:15px;color:#ddd;cursor:pointer;padding:8px 12px;border-radius:10px;transition:.25s ease}.post-action-btn:hover{background:#555454}.post-action-btn i{font-size:22px!important;color:#bbb}.post-actions{display:flex;justify-content:space-around;padding:10px 0;margin-top:12px;border-top:1px solid #222;border-bottom:1px solid #222}.post-action-btn{width:55px;height:55px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}.post-action-btn:hover{background:#1a1a1a}.post-action-btn svg{stroke:#d3d3d3;transition:.2s ease}.post-action-btn:hover svg{stroke:#fff}.post-actions{display:flex;justify-content:space-around;padding:10px 0 5px;border-top:1px solid #747171;border-bottom:1px solid #575656;margin-top:10px}.post-action-btn{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#111;border:1px solid #494949;cursor:pointer;transition:.2s ease}.post-action-btn:hover{background:#1a1a1a;transform:scale(1.09)}.post-action-btn svg{stroke:#d3d3d3}.feed-post-header{display:flex;gap:12px;margin-bottom:12px}.feed-post-avatar{width:48px;height:48px;background:#1a1a1a;border-radius:50%}.feed-post-author{font-weight:600;font-size:15px}.feed-post-meta{font-size:12px;color:#888}.dot{margin:0 4px}.post-menu{position:relative}.post-menu-btn{background:#6b6a6a;color:#cfcfcf;border:none;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:19px;cursor:pointer;transition:.2s ease}.post-menu-btn:hover{background:#6d6c6c}.post-menu-popup{display:none;position:absolute;right:0;top:38px;background:#646363;border:1px solid #727070;border-radius:12px;box-shadow:0 8px 30px #00000080;padding:8px 0;z-index:999}.post-menu:hover .post-menu-popup{display:block}.post-menu-popup button{width:200px;background:transparent;color:#eee;border:none;padding:10px 14px;text-align:left;cursor:pointer;font-size:14px}.post-menu-popup button:hover{background:#616060}.comment-section{margin-top:12px}.comment-input-wrapper{display:flex;align-items:center;gap:8px;background:#111;padding:10px;border-radius:14px;border:1px solid #222}.comment-input{flex:1;background:transparent;border:none;color:#fff;outline:none;font-size:14px}.comment-send-btn{background:#fff;color:#000;border:none;padding:6px 12px;border-radius:14px;cursor:pointer;font-weight:700}.comment-enter{animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.comment-item{display:flex;gap:10px;padding:10px;background:#0d0d0d;border-radius:12px;margin-top:8px}.comment-avatar{width:34px;height:34px;background:#1c1c1c;border-radius:50%}.comment-content{flex:1}.comment-header{display:flex;justify-content:space-between;align-items:center}.comment-text{margin-top:5px;font-size:14px}.reply-list{margin-left:25px;margin-top:8px}.reply-item{display:flex;gap:10px;padding:8px;background:#111;border-radius:10px;margin-top:6px}.reply-avatar{width:30px;height:30px;background:#1a1a1a;border-radius:50%}.comment-like-btn{background:transparent;border:none;color:#aaa;margin-top:4px;cursor:pointer;font-size:14px}.comment-like-btn:hover{color:#fff}.fb-actions{display:flex;justify-content:space-around;padding:12px 0;border-top:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f;margin-top:12px}.fb-action-btn{width:44px;height:44px;border-radius:50%;background:#111;border:1px solid #222;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease}.fb-action-btn:hover{background:#1a1a1a;transform:scale(1.06)}.fb-action-btn i{font-size:20px;color:#e3e3e3}.menu-container{position:relative}.fb-menu-popup{position:absolute;right:0;top:55px;background:#0d0d0d;border:1px solid #222;border-radius:10px;width:160px;padding:6px 0;display:none;box-shadow:0 8px 20px #00000073;z-index:99}.menu-container:hover .fb-menu-popup{display:block}.fb-menu-popup button{width:100%;text-align:left;padding:10px 14px;background:transparent;border:none;color:#ddd;font-size:14px;cursor:pointer}.fb-menu-popup button:hover{background:#1a1a1a}body,html{background:#000;color:#fff;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.feed-wrapper{min-height:100vh;background:#000}.mobile-navbar{height:65px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;background:#000;position:fixed;top:0;left:0;right:0;z-index:999}.nav-btn-round{width:42px;height:42px;border-radius:50%;border:none;background:#111;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center}.nav-title-pill{padding:10px 20px;background:#111;border-radius:25px;font-size:17px;font-weight:600;color:#fff}.nav-btn-pill{padding:10px 15px;background:#111;border-radius:25px;border:none;color:#fff;font-size:15px;font-weight:500}.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#000;padding:10px 12px;display:flex;align-items:center;gap:10px;z-index:999}.bottom-plus-btn{width:42px;height:42px;border-radius:50%;border:none;background:#1a1a1a;color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center}.bottom-input-wrapper{flex:1;background:#1a1a1a;border-radius:25px;display:flex;align-items:center;padding-left:12px;padding-right:5px;transition:all .25s ease}.bottom-input-wrapper.expanded{transform:scale(1.05)}.bottom-input-wrapper input{flex:1;background:transparent;border:none;color:#fff;font-size:16px;height:42px;outline:none}.bottom-input-wrapper input::placeholder{color:#888}.bottom-send-btn{width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:#000;font-size:18px;margin-left:6px;display:flex;align-items:center;justify-content:center}@media(min-width:950px){.mobile-bottom-bar{display:none}}.feed-main-mobile{margin-top:75px;margin-bottom:75px;padding:0 12px 12px;height:calc(100vh - 150px);overflow-y:auto}@media(min-width:950px){.feed-main-mobile{display:none}}.desktop-header{position:fixed;top:0;left:0;right:0;height:72px;padding:10px 25px;display:flex;align-items:center;justify-content:space-between;background:#000;border-bottom:1px solid #111;z-index:999}.desktop-header-left{display:flex;align-items:center;gap:12px}.desktop-header-right{display:flex;align-items:center;gap:18px}.icon-btn{background:#111;border:none;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;cursor:pointer}.icon-btn:hover{background:#1f1f1f}.logout-pill{padding:10px 16px;border-radius:999px;border:none;background:#b60000;color:#fff;font-weight:600;cursor:pointer}.logout-pill:hover{background:red}@media(max-width:950px){.desktop-header{display:none}}.desktop-search{display:flex;align-items:center;gap:8px;background:#111;padding:8px 12px;border-radius:30px;border:1px solid #222;transition:.3s;width:280px;margin-right:12px}.desktop-search.focus{transform:scale(1.03);border-color:#444}.desktop-search span.material-icons{font-size:20px;color:#0f0f0f}.desktop-search input{flex:1;border:none;background:transparent;color:#fff;font-size:14px;outline:none}.desktop-search input::placeholder{color:#777}.desktop-search-btn{border:none;background:#222;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.desktop-search-btn:hover{background:#333}.desktop-layout{display:none}@media(min-width:950px){.mobile-navbar{display:none}.desktop-layout{display:flex;justify-content:center;width:100%;min-height:100vh;padding-top:72px;box-sizing:border-box}.desktop-left{width:260px;padding:20px 0 20px 20px}.desktop-center{flex:1;padding:20px;display:flex;flex-direction:column;align-items:center}.desktop-right{width:260px;padding:20px 20px 20px 0;display:flex;flex-direction:column;gap:18px}}.left-box{background:#111;width:230px;padding:20px 15px;border-radius:15px;border:1px solid #1f1f1f;box-shadow:0 10px 30px #0009;display:flex;flex-direction:column;gap:8px;position:sticky;top:90px}.left-item{display:flex;align-items:center;gap:10px;padding:10px 8px;background:#000;border-radius:10px;cursor:pointer;transition:.2s;font-size:15px}.left-item:hover{background:#1a1a1a}.left-item i{font-size:20px;color:#fff}@media(max-width:950px){.left-menu,.left-box{display:none}}.right-menu-box{width:260px;background:#0b0b0b;border:1px solid #1f1f1f;border-radius:16px;padding:18px;box-shadow:0 8px 35px #00000073;position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-y:auto;display:flex;flex-direction:column;gap:25px}.right-menu-box::-webkit-scrollbar{width:6px}.right-menu-box::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.right-menu-box::-webkit-scrollbar-track{background:transparent}.right-section h3{margin:0 0 12px;font-size:15px;font-weight:700;color:#fff}.right-item{display:flex;align-items:center;margin-bottom:12px;gap:10px}.right-avatar{width:38px;height:38px;border-radius:50%;background:#222}.right-info{flex:1}.right-name{margin:0;font-size:14px;font-weight:600}.right-meta{margin:0;font-size:11px;color:#888}.right-btn-follow{background:#111;color:#fff;border:1px solid #222;padding:6px 12px;border-radius:12px;cursor:pointer;font-size:12px}.right-btn-follow:hover{background:#1a1a1a}.right-stat{padding:8px 0;font-size:13px;color:#ccc}.right-ads-box{width:240px;background:#0b0b0b;border:1px solid #1f1f1f;border-radius:16px;padding:18px;margin-bottom:18px;box-shadow:0 8px 35px #00000073;height:160px;overflow:hidden}.ads-slide{display:flex;flex-direction:column;gap:14px;animation:adsScroll 9s infinite linear}.ads-item{display:flex;align-items:center;gap:10px;background:#111;padding:10px;border-radius:12px;border:1px solid #222}.ads-item img{width:40px;height:40px;border-radius:8px}.ads-item-text{font-size:13px;color:#e5e7eb;line-height:1.2}@keyframes adsScroll{0%{transform:translateY(0)}33%{transform:translateY(-60px)}66%{transform:translateY(-120px)}to{transform:translateY(0)}}@media(max-width:950px){.desktop-right{display:none}}.feed-posts{width:100%;max-width:760px;margin:0 auto}.feed-post-card{background:#0b0b0b;border-radius:18px;border:1px solid #1f2933;padding:12px 14px;margin-bottom:14px;box-shadow:0 18px 35px #0009}.feed-post-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.feed-post-avatar{width:40px;height:40px;border-radius:50%;background:radial-gradient(circle at 30% 0,#22c55e,#0ea5e9)}.feed-post-author{font-size:14px;font-weight:600}.feed-post-meta{font-size:11px;color:#9ca3af}.feed-post-meta .dot{margin:0 4px}.feed-post-title{font-size:15px;font-weight:600;margin:6px 0 4px}.feed-post-text{font-size:14px;color:#e5e7eb;line-height:1.4;margin-bottom:8px}.feed-post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.feed-post-tags span{font-size:11px;padding:4px 8px;border-radius:999px;background:#111827;color:#93c5fd}.publish-btn{display:flex;align-items:center;gap:8px;background:#111;color:#fff;padding:10px 18px;border-radius:999px;border:1px solid #222;font-size:14px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.15s ease}.publish-btn .material-icons{font-size:20px}.publish-btn:hover{background:#1a1a1a;transform:translateY(-2px)}.publish-btn:active{transform:translateY(0)}@media(max-width:950px){.publish-btn{display:none!important}}.stories-bar{width:100%;max-width:760px;margin:0 auto;display:flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:20px 10px 10px;gap:12px}.stories-bar::-webkit-scrollbar{display:none}.story-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:70px;text-align:center}.story-avatar{flex-shrink:0;width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #444}.story-name{margin-top:5px;font-size:12px;max-width:70px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.skeleton-card{background:#111;padding:15px;border-radius:15px;margin-bottom:18px;display:flex;gap:15px}.skeleton-avatar{width:50px;height:50px;border-radius:50%;background:#222}.skeleton-lines{flex:1}.skeleton-line{height:12px;background:#222;border-radius:6px;margin-bottom:10px}.skeleton-line.short{width:50%}.shimmer{background:linear-gradient(90deg,#222,#333,#222);background-size:200% 100%;animation:shimmerAnim 1.4s infinite}@keyframes shimmerAnim{0%{background-position:-200% 0}to{background-position:200% 0}}@media(min-width:950px){.app-desktop{display:flex;justify-content:center;gap:25px;width:100%;padding-top:72px;box-sizing:border-box}.app-left{width:260px;padding:20px 0 20px 20px}.app-center{flex:1;padding:20px;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.app-right{width:260px;padding:20px 20px 20px 0}}@media(max-width:950px){.app-desktop{display:none!important}}.fb-stories-container{display:flex;gap:10px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.fb-stories-container::-webkit-scrollbar{display:none}.fb-story{min-width:110px;height:200px;border-radius:12px;background:#242526;overflow:hidden;position:relative;cursor:pointer;flex-shrink:0;outline:none!important;box-shadow:none!important;border:1px solid #3a3b3c}.fb-story:focus,.fb-story:active{-webkit-tap-highlight-color:transparent!important;outline:none!important;box-shadow:none!important;border:1px solid #3a3b3c}.fb-story-img{width:100%;height:100%;object-fit:cover}.fb-story-user{position:absolute;bottom:10px;left:8px;color:#fff;font-size:13px;font-weight:600;text-shadow:1px 1px 2px #000}.fb-story-create{background:#3a3b3c}.fb-story-create-img{width:100%;height:140px;background:url(/default-avatar.png);background-size:cover;background-position:center}.fb-story-create-btn{background:#1877f2;color:#fff;text-align:center;margin:8px auto;padding:6px 0;width:70%;border-radius:6px;font-size:14px;font-weight:600}.fb-story-create.is-uploading{opacity:.6;cursor:wait}.comment-section{margin-top:15px;width:100%;color:#fff;font-size:14px;display:flex;flex-direction:column;gap:12px}.comment-input-wrapper{display:flex;align-items:center;gap:10px}.comment-input{flex:1;padding:10px;background:#111;border:1px solid #222;border-radius:20px;color:#fff;font-size:14px}.comment-input:focus{outline:none;border-color:#3b82f6}.comment-send-btn{background:#2563eb;padding:8px 14px;border-radius:20px;border:none;color:#fff;cursor:pointer;font-size:14px}.comment-send-btn:hover{background:#1d4ed8}.heartbeat{width:14px;height:14px;background:#3b82f6;border-radius:50%;animation:heartPulse .6s infinite}@keyframes heartPulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}.comment-item{display:flex;gap:12px;padding-bottom:10px}.comment-avatar{width:34px;height:34px;border-radius:50%;background:#333;flex-shrink:0}.comment-content{background:#1a1a1a;padding:10px 14px;border-radius:12px;width:100%}.comment-header{display:flex;align-items:center;justify-content:space-between}.comment-date{font-size:11px;color:#8d8d8d}.comment-text{margin-top:6px;line-height:1.4}.comment-like-btn{background:none;border:none;color:#3b82f6;margin-top:6px;cursor:pointer;font-size:14px}.comment-like-btn:hover{text-decoration:underline}.comment-menu{position:relative}.comment-menu-btn{background:none;border:none;color:#bbb;cursor:pointer;font-size:20px;padding:0 4px}.comment-menu-btn:hover{color:#fff}.comment-menu-popup{display:none;flex-direction:column;position:absolute;top:22px;right:0;background:#202020;border-radius:6px;border:1px solid #333;overflow:hidden}.comment-menu:hover .comment-menu-popup{display:flex}.comment-menu-popup button{padding:8px 12px;background:#202020;border:none;text-align:left;width:120px;font-size:14px;color:#fff;cursor:pointer}.comment-menu-popup button:hover{background:#333}.delete-btn{color:#ef4444!important}.reply-list{margin-top:10px;padding-left:45px;display:flex;flex-direction:column;gap:10px}.reply-item{display:flex;gap:10px}.reply-avatar{width:26px;height:26px;background:#333;border-radius:50%;flex-shrink:0}.reply-content{background:#111;padding:8px 12px;border-radius:10px;width:100%}.comment-enter{opacity:0;transform:translateY(6px);animation:commentIn .25s forwards ease-out}@keyframes commentIn{to{opacity:1;transform:translateY(0)}}.feed-post-card .comment-section,.feed-post-card .comment-item,.feed-post-card .reply-item,.feed-post-card .reply-list,.feed-post-card .comment-input-wrapper{background:transparent!important;box-shadow:none!important}.feed-post-card .comment-section,.feed-post-card .comment-item,.feed-post-card .reply-item{border-radius:0!important}.feed-post-card{background:#000!important;box-shadow:none!important}.notif-wrapper,.notif-btn{position:relative}.notif-badge{position:absolute;top:-3px;right:-3px;background:#f02849;color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;z-index:1}.notif-dropdown{position:absolute;right:0;top:40px;width:320px;max-height:420px;background:#242526;border-radius:12px;box-shadow:0 8px 24px #000000b3;overflow:hidden;border:1px solid #3a3b3c;z-index:20}.notif-header h2{font-size:20px;font-weight:700;color:#e4e6eb}.notifs-wrapper{max-width:600px;margin:30px auto;padding:0 15px;color:#e4e6eb}.notifs-header{padding:10px 0;border-bottom:1px solid #3a3b3c;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.notifs-header h2{font-size:24px}.notifs-list{display:flex;flex-direction:column;gap:10px}.notifs-loading,.notifs-empty{padding:14px;font-size:16px;color:#b0b3b8;text-align:center}.notif-item{display:flex;align-items:center;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .1s}.notif-item:hover{background:#3a3b3c}.notif-item.unread{background:#4a546820}.notif-avatar-container{position:relative;margin-right:12px}.notif-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #18191a}.notif-icon{position:absolute;bottom:0;right:0;font-size:18px;line-height:1;background:#18191a;border-radius:50%;padding:2px;box-shadow:0 0 0 2px #18191a}.notif-content{flex-grow:1}.notif-message{font-size:15px;color:#e4e6eb;margin:0;line-height:1.3}.notif-message strong{font-weight:700;color:#e4e6eb}.notif-time{display:block;font-size:13px;color:#b0b3b8;margin-top:4px}.messages-page{background:#000;height:100vh;width:100%;color:#fff;overflow:hidden}.messages-top-header{height:65px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.msg-top-btn{width:42px;height:42px;border-radius:50%;background:#1a1a1a;border:none;color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center}.msg-title-pill{background:#1a1a1a;padding:10px 22px;border-radius:25px;font-size:18px;font-weight:600}.messages-list-header{padding:0 15px;font-size:20px;font-weight:700}.search-bar{padding:10px 15px}.search-bar input{width:100%;padding:10px 16px;background:#1a1a1a;border:none;border-radius:25px;color:#fff}.skeleton-wrapper{padding:15px}.skeleton-item{height:60px;background:#1a1a1a;border-radius:12px;margin-bottom:12px;animation:pulse 1.4s infinite}@keyframes pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.conversations-list{overflow-y:auto;height:calc(100vh - 185px)}.chat-header-full{height:65px;display:flex;align-items:center;gap:15px;padding:0 15px}.chat-header-full img{width:45px;height:45px;border-radius:50%}.chat-header-btn{width:40px;height:40px;border-radius:50%;background:#1a1a1a;border:none;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center}.chat-messages{padding:80px 15px 90px;overflow-y:auto;height:calc(100vh - 90px)}.message-bubble{max-width:75%;padding:12px 16px;margin-bottom:12px;font-size:15px;border-radius:18px}.other{background:#fff;color:#000;border-bottom-left-radius:5px}.me{background:#1f1f1f;color:#fff;border-bottom-right-radius:5px;margin-left:auto}.chat-input-bar{position:fixed;bottom:0;width:100%;padding:10px 12px;background:#000;display:flex;gap:10px}.chat-icon-btn{width:42px;height:42px;border-radius:50%;background:#1a1a1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center}.chat-input{flex:1;background:#1a1a1a;padding:12px 16px;border-radius:25px;border:none;color:#fff}.chat-send-btn{width:42px;height:42px;border-radius:50%;background:#06f;border:none;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center}.story-viewer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:#fff}.story-media{max-width:100%;max-height:100%;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001}.story-progress{position:absolute;top:10px;left:0;width:100%;display:flex;justify-content:space-around;padding:0 5px;z-index:10000}.story-progress-segment{flex-grow:1;height:4px;background:#fff6;margin:0 2px;border-radius:2px;overflow:hidden}.story-progress-fill{height:100%;background:#fff;transition:width .06s linear}.story-touch-zone{position:absolute;top:0;height:100%;width:30%;z-index:1000;cursor:pointer;outline:none;box-shadow:none;border:none}.story-touch-zone,.story-touch-zone:focus,.story-touch-zone:active{-webkit-tap-highlight-color:transparent;outline:none;box-shadow:none;border:none}.story-touch-zone.left{left:0}.story-touch-zone.right{right:0}.story-header{position:absolute;top:30px;left:20px;z-index:10000;display:flex;align-items:center;font-size:14px;font-weight:600}.story-close{position:absolute;top:10px;right:10px;background:none;border:none;color:#fff;font-size:30px;cursor:pointer;z-index:10000;padding:10px;line-height:1;outline:none}.story-close:focus{box-shadow:none;-webkit-tap-highlight-color:transparent}.story-reactions{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10000;display:flex;gap:15px}.story-reactions button{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:20px;padding:8px 12px;border-radius:50px;cursor:pointer;transition:background .2s;outline:none}.story-reactions button:hover{background:#fff6}.story-reactions button:focus{box-shadow:none;-webkit-tap-highlight-color:transparent}.media-loader{position:absolute;top:50%;color:#fff;transform:translateY(-50%);font-size:16px;z-index:100}:root{--fb-bg-card: #242526}.fb-feed{padding:12px 8px 80px;max-width:600px;margin:0 auto}.fb-loader,.fb-empty{color:#ccc;text-align:center;padding:16px;font-size:14px}.fb-post{background:#18191a;border-radius:14px;padding:10px 10px 8px;margin-bottom:14px;color:#f5f5f5;box-shadow:0 1px 2px #0006}.fb-post-header{display:flex;align-items:center;margin-bottom:8px}.fb-post-avatar{width:40px;height:40px;border-radius:999px;background:#3a3b3c;margin-right:8px}.fb-post-user{flex:1;display:flex;flex-direction:column}.fb-post-author{font-size:14px;font-weight:600}.fb-post-meta{font-size:11px;color:#b0b3b8;margin-top:1px}.fb-post-menu-btn{border:none;background:transparent;color:#b0b3b8;font-size:20px;padding:4px}.fb-post-text{font-size:14px;line-height:1.4;margin-bottom:8px;white-space:pre-wrap}.fb-see-more-btn{border:none;background:none;color:#4599ff;font-size:13px;margin-left:4px}.fb-post-media-wrapper{margin:4px -10px 0}.fb-post-media{width:100%}.fb-post-image,.fb-post-video{width:100%;max-height:500px;object-fit:cover;display:block;border-radius:0}.fb-post-image:first-child,.fb-post-video:first-child{border-top-left-radius:0;border-top-right-radius:0}.fb-post-image:last-child,.fb-post-video:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.fb-post-stats{display:flex;justify-content:space-between;align-items:center;padding-top:6px;margin-top:6px;border-top:1px solid #3a3b3c;font-size:12px;color:#b0b3b8}.fb-post-stats-left{display:flex;align-items:center;gap:4px}.fb-reactions-bubble{width:18px;height:18px;border-radius:999px;background:#2374e1;display:flex;align-items:center;justify-content:center;font-size:12px}.fb-post-stats-right{display:flex;gap:6px;align-items:center}.fb-post-stats-text{white-space:nowrap}.fb-post-actions{display:flex;justify-content:space-between;margin-top:4px;padding-top:4px;border-top:1px solid #3a3b3c}.fb-post-action-btn{flex:1;border:none;background:transparent;color:#e4e6eb;font-size:13px;padding:6px 0;display:flex;align-items:center;justify-content:center;gap:4px}.fb-post-action-btn:active{background:#3a3b3c;border-radius:8px}.fb-action-icon{font-size:15px}.fb-comments-preview{margin-top:6px}.fb-comment{display:flex;margin-top:4px}.fb-comment-avatar{width:30px;height:30px;border-radius:999px;background:#3a3b3c;margin-right:6px}.fb-comment-body{flex:1}.fb-comment-bubble{background:#3a3b3c;border-radius:16px;padding:6px 10px;display:inline-block}.fb-comment-author{font-size:13px;font-weight:600;margin-right:4px}.fb-comment-text{font-size:13px}.fb-comment-meta{font-size:11px;color:#b0b3b8;margin-left:4px;margin-top:2px}.fb-comment-input-row{display:flex;align-items:center;margin-top:6px}.fb-comment-input-wrapper{flex:1;background:#3a3b3c;border-radius:999px;padding:4px 10px}.fb-comment-input{background:transparent;border:none;outline:none;color:#e4e6eb;font-size:13px;width:100%}@media(min-width:768px){.fb-feed{padding-top:16px}}.fb-feed{padding:0!important;margin:0!important;width:100%!important}.fb-post-card{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;border-radius:0!important;background:#1c1e21!important;border:none!important;box-shadow:none!important}.fb-post-header,.fb-post-text,.fb-post-actions{padding-left:0!important;padding-right:0!important}.fb-post-media,.fb-post-media img,.fb-post-image,.fb-post-video{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;border-radius:0!important}.fb-comments-block{width:100%!important;padding-left:0!important;padding-right:0!important}@media(max-width:900px){.fb-center-column{width:100%!important;margin:0!important;padding:0!important}}.fb-create-btn,.fb-create-btn-send{background:#111;color:#fff;padding:10px 14px;border-radius:25px;text-align:center;font-size:14px;cursor:pointer;width:120px}.fb-create-btn-send{margin-left:auto}.fb-modal-file-btn{background:#111;color:#fff;padding:10px 14px;margin-top:10px;border-radius:25px;cursor:pointer;display:inline-block}.fb-modal-submit{margin-top:20px;background:#111;color:#fff;padding:12px 20px;border-radius:25px;width:100%}.fb-create-post-box{background:#1b1b1d;padding:14px;border-radius:12px;margin-bottom:16px;border:1px solid #343434}.fb-create-post-header{display:flex;align-items:center;gap:10px}.fb-create-avatar{width:42px;height:42px;background:#555;border-radius:50%}.fb-create-post-header input{flex:1;background:#2a2a2c;border:none;padding:12px;border-radius:25px;color:#fff}.fb-create-post-actions{display:flex;justify-content:space-between;margin-top:12px}.fb-create-btn{background:#2d2d30;padding:10px 12px;border-radius:8px;cursor:pointer;color:#ccc}.fb-create-btn-send{background:#111!important;color:#fff;padding:10px 16px;border-radius:8px;border:none;cursor:pointer}.fb-preview-zone{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.fb-preview-item{width:100%;border-radius:10px;overflow:hidden}.fb-preview-img{width:100%;height:auto;border-radius:10px}.fb-app{width:100%;min-height:100vh;background:#000;color:#fff;display:flex;flex-direction:column;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.fb-app-body{flex:1;display:flex;justify-content:center}.fb-header{position:sticky;top:0;width:100%;background:#111;border-bottom:1px solid #222;padding:6px 0;z-index:1000}.fb-header-inner{max-width:1360px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.fb-header-left{display:flex;align-items:center;gap:8px}.fb-logo{width:36px;height:36px;background:#1877f2;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700}.fb-logo-label{font-size:18px;font-weight:600}.fb-header-search-wrapper{flex:1;display:flex;justify-content:center}.fb-header-search{background:#222;border-radius:32px;padding:8px 12px;display:flex;align-items:center;gap:8px;width:60%;max-width:380px}.fb-header-search input{flex:1;border:none;outline:none;background:transparent;color:#fff}.fb-header-right{display:flex;align-items:center;gap:10px}.fb-header-icon-btn{width:40px;height:40px;background:#222;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.fb-header-avatar{width:32px;height:32px;background:linear-gradient(135deg,#fff,#9af);border-radius:999px;background-size:cover!important;background-position:center!important}.notif-wrapper{position:relative}.notif-all-btn{background:none;border:none;color:#2d88ff;font-weight:600;cursor:pointer;font-size:14px;padding:4px 8px;border-radius:6px}.notif-all-btn:hover{background:#3a3b3c}.fb-layout{max-width:1360px;width:100%;display:flex;gap:20px;padding:20px 16px}.fb-left-column{width:260px;display:flex;flex-direction:column;gap:16px}.fb-left-section{background:#111;padding:16px;border-radius:12px;border:1px solid #222}.fb-sidebar-group{margin-bottom:18px}.fb-sidebar-group-header{font-size:13px;opacity:.7;margin-bottom:8px}.fb-sidebar-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;cursor:pointer;transition:background .15s ease}.fb-sidebar-item:hover{background:#1d1d1d}.fb-sidebar-item-icon{width:36px;height:36px;background:#222;border-radius:50%;display:flex;align-items:center;justify-content:center;background-size:cover!important;background-position:center!important;font-size:20px}.fb-center-column{flex:1;max-width:680px}.fb-right-column{width:260px}.fb-right-section{background:#111;padding:16px;border-radius:12px;border:1px solid #222}.fb-card{background:#111;padding:12px;border-radius:12px;border:1px solid #222}.fb-right-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fb-right-card-header-title{font-size:14px;font-weight:600}.fb-contact-item{display:flex;align-items:center;gap:10px;padding:6px 0}.fb-contact-avatar-wrapper{position:relative}.fb-contact-avatar{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#fff,#8ab4ff)}.fb-contact-status{position:absolute;width:10px;height:10px;background:#31c850;border-radius:999px;bottom:0;right:0}.fb-bottom-nav{display:none;background:#111;border-top:1px solid #222;position:fixed;bottom:0;width:100%;padding:6px 0;z-index:1000}.fb-bottom-nav-inner{display:flex;justify-content:space-around;text-align:center}.fb-bottom-nav-item{flex:1;padding:4px 0;font-size:12px;opacity:.7}.fb-bottom-nav-item--active{opacity:1;font-weight:600}.fb-bottom-nav-icon{font-size:18px}@media(max-width:1100px){.fb-left-column,.fb-right-column{display:none}.fb-center-column{max-width:100%}}@media(max-width:900px){.fb-header-search-wrapper{display:none}}@media(max-width:780px){.fb-bottom-nav{display:block}.fb-layout{padding-bottom:60px}}@media(max-width:600px){.fb-header-left .fb-logo-label{display:none}}.fb-post-card{background:#1c1c1e;border-radius:14px;margin-bottom:18px;padding:12px;color:#fff;box-shadow:0 1px 3px #0006}.fb-post-header{display:flex;align-items:center;margin-bottom:10px;position:relative}.fb-post-avatar{width:42px;height:42px;background:#444;border-radius:50%;margin-right:10px;background-size:cover;background-position:center}.fb-post-author{font-weight:600;font-size:15px}.fb-post-meta{font-size:12px;color:#aaa}.fb-post-menu-btn{font-size:22px;padding:4px;background:none;border:none;color:#aaa;cursor:pointer}.fb-post-text{margin-top:8px;margin-bottom:10px;line-height:1.4;font-size:15px}.fb-post-media img,.fb-post-media video{width:100%;border-radius:12px;margin-top:8px}.fb-post-stats{display:flex;justify-content:space-between;margin-top:8px;font-size:13px;color:#aaa}.fb-post-actions{display:flex;justify-content:space-between;border-top:1px solid #333;margin-top:10px;padding-top:10px}.fb-action-btn{flex:1;text-align:center;color:#ddd;font-size:14px;padding:8px 0;border-radius:8px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.fb-action-btn:hover{background:#333}.fb-action-btn:active{background:#444}.fb-header{position:fixed;top:0;left:0;width:100%;z-index:9999;background:#242526;border-bottom:1px solid #3a3b3c}.fb-app-body{margin-top:65px}.fb-left-column,.fb-right-column,body,.fb-app,.fb-app-body,.fb-layout{background:#18191a!important}.fb-left-column,.fb-right-column{background:#18191a!important;border:none!important;box-shadow:none!important}.fb-card,.fb-left-section,.fb-right-section{background:#242526!important;border-radius:10px;border:1px solid #3a3b3c!important}.fb-post-card{background:#242526!important;border:none!important;box-shadow:0 0 #0000!important}.fb-header-icon-btn{background:#3a3b3c!important}@media(max-width:900px){.fb-center-column{padding:0!important;margin:0 auto!important;width:100%!important;max-width:680px}.fb-layout{padding-left:0;padding-right:0}}.fb-create-avatar{width:40px;height:40px;border-radius:50%;background:#3a3b3c;margin-right:8px;display:flex;align-items:center;justify-content:center;font-size:24px;background-size:cover!important;background-position:center!important}.fb-post-comments{padding-top:10px}.fb-comment-block,.fb-reply-block{display:flex;margin-bottom:12px;gap:8px}.fb-comment-avatar,.fb-reply-avatar{width:32px;height:32px;min-width:32px;border-radius:50%;background:#3a3b3c;background-size:cover!important;background-position:center!important}.fb-comment-content{flex:1}.fb-comment-content,.fb-reply-content{background:#3a3b3c;padding:8px 12px;border-radius:18px;color:#fff;font-size:14px;position:relative}.fb-comment-header,.fb-reply-header{display:flex;align-items:center;margin-bottom:4px}.fb-comment-header strong,.fb-reply-header strong{font-size:14px;font-weight:600;margin-right:8px;color:#e4e6eb}.fb-comment-header span,.fb-reply-header span{font-size:11px;color:#b0b3b8;opacity:.8}.fb-reply-btn{background:none;border:none;color:#b0b3b8;font-size:12px;cursor:pointer;margin-top:4px;padding:0 4px}.fb-comment-delete,.fb-reply-delete{background:none;border:none;color:#b0b3b8;font-size:11px;cursor:pointer;margin-left:auto;opacity:.7;padding:4px;border-radius:4px}.fb-comment-delete:hover,.fb-reply-delete:hover{opacity:1;color:#f55;background:#ff55551a}.fb-replies{margin-top:8px;margin-left:15px}.fb-sidebar-submenu{margin-left:14px;margin-top:6px;display:flex;flex-direction:column;gap:6px}.fb-sidebar-subitem{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;cursor:pointer;background:#2c2c2c;font-size:14px}.fb-sidebar-subitem:hover{background:#3a3a3a}.fb-sidebar-subitem-logout{color:#ff3b30;font-weight:600}.fb-sidebar-subitem-logout:hover{background:#ff3b301f}.menu-page{padding:20px;color:#fff}.menu-title{font-size:22px;font-weight:700;margin-bottom:20px}.menu-item{background:#242526;padding:14px;border-radius:10px;margin-bottom:12px;font-size:16px;font-weight:500;cursor:pointer}.menu-item:hover{background:#3a3b3c}.menu-item.logout{color:#ff3b30}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;z-index:5000}.mobile-menu-panel{width:75%;max-width:300px;height:100%;background:#111;padding:20px;display:flex;flex-direction:column;gap:14px}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mobile-menu-close{background:none;border:none;color:#fff;font-size:22px}.mobile-menu-item{background:#222;padding:14px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:17px;cursor:pointer}.mobile-menu-item:hover{background:#333}.logout-btn{background:#c62828!important}.logout-btn:hover{background:#ad1f1f!important}@media(min-width:768px){.mobile-menu-overlay{display:none!important}}.fb-post-card{background:#242526;padding:15px;border-radius:12px;margin-bottom:18px;color:#e4e6eb;box-shadow:0 1px 2px #0003;max-width:680px;width:100%}.fb-post-header{display:flex;align-items:center;gap:12px}.fb-post-avatar{width:45px;height:45px;border-radius:50%;background:#3a3b3c}.fb-post-user-info{flex:1}.fb-post-author{font-weight:600;font-size:15px;color:#e4e6eb}.fb-post-meta{font-size:12px;color:#b0b3b8}.fb-post-menu{position:relative}.fb-post-menu-btn{background:none;border:none;font-size:24px;color:#b0b3b8;cursor:pointer;padding:4px;border-radius:50%}.fb-post-menu-btn:hover{background:#3a3b3c}.fb-post-menu-popup{display:none;position:absolute;right:0;top:40px;background:#242526;border:1px solid #3a3b3c;border-radius:8px;padding:4px 0;width:140px;box-shadow:0 4px 12px #0006;z-index:10}.fb-post-menu:hover .fb-post-menu-popup{display:block}.fb-post-menu-popup button{width:100%;padding:8px 12px;background:none;border:none;text-align:left;color:#e4e6eb;cursor:pointer}.fb-post-menu-popup button:hover{background:#3a3b3c}.fb-post-text{margin:12px 0;font-size:15px;line-height:1.4;color:#e4e6eb}.fb-post-stats{display:flex;justify-content:space-between;margin:10px 0;color:#b0b3b8;font-size:13px}.fb-post-actions{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #3a3b3c}.fb-action-btn{flex:1;text-align:center;background:none;border:none;color:#b0b3b8;font-size:14px;padding:8px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .1s}.fb-action-btn:hover{background:#3a3b3c;border-radius:6px}.fb-action-btn.liked{color:#2d88ff;font-weight:600}.fb-action-btn.liked:hover{background:#3a3b3c}.fb-comment-input-form{display:flex;align-items:center;padding:10px 0;gap:8px;border-bottom:1px solid #3a3b3c}.fb-comment-input{flex:1;background:#3a3b3c;border:none;border-radius:20px;padding:8px 12px;color:#e4e6eb;font-size:14px;outline:none}.fb-comment-input::placeholder{color:#b0b3b8}.fb-comment-send-btn{background:none;border:none;color:#2d88ff;font-size:20px;cursor:pointer;padding:0 8px}.fb-comment-send-btn:disabled{color:#b0b3b8;opacity:.5;cursor:not-allowed}.fb-post-comments{margin-top:12px}.fb-comment-block{display:flex;gap:10px;margin-bottom:12px}.fb-comment-avatar{width:35px;height:35px;min-width:35px;border-radius:50%;background:#444}.fb-comment-content{flex:1;background:#3a3b3c;padding:8px 12px;border-radius:18px;position:relative}.fb-comment-content .fb-comment-header{display:block;font-size:12px;color:#b0b3b8;margin-bottom:4px}.fb-comment-content strong{font-size:14px;font-weight:600;margin-right:8px;color:#e4e6eb}.fb-comment-text{margin-top:4px;color:#e4e6eb}.fb-replies{margin-left:0;margin-top:8px;padding-left:0}.fb-reply-block{display:flex;gap:8px;margin-bottom:8px;padding-left:10px}.fb-reply-avatar{width:28px;height:28px;min-width:28px;border-radius:50%;background:#555}.fb-reply-btn{background:none;border:none;color:#b0b3b8;cursor:pointer;margin-top:5px;font-size:13px;padding:0 4px}.fb-reply-btn:hover{text-decoration:underline}.profil-wrapper{color:#fff;background:#18191a;min-height:100vh}.profil-cover{position:relative;height:350px;background:#242526;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;max-width:900px;margin:0 auto}.profil-cover img{width:100%;height:100%;object-fit:cover}.change-cover-btn{position:absolute;bottom:15px;right:15px;background:#2d88ffe6;border:none;padding:8px 15px;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s;box-shadow:0 1px 2px #0003}.change-cover-btn:hover:not(:disabled){background:#1c6ad6}.profil-header{display:flex;align-items:center;justify-content:center;margin-top:-100px;padding:0 20px 20px;background:#242526;margin-left:auto;margin-right:auto;max-width:900px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-bottom:1px solid #3a3b3c;border-top:none}.profil-header-content{display:flex;align-items:flex-end;gap:20px;width:100%;justify-content:flex-start;padding-left:20px}.profil-avatar{width:160px;height:160px;border-radius:50%;border:4px solid #18191a;background:#444;margin:0;background-size:cover!important;background-position:center!important;position:relative;box-shadow:0 2px 4px #0000004d}.change-avatar-btn{position:absolute;bottom:0;right:5px;width:40px;height:40px;border-radius:50%;background:#3a3b3c;color:#e4e6eb;border:2px solid #18191a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background .2s}.change-avatar-btn:hover:not(:disabled){background:#4e4f50}.profil-info-area{display:flex;flex-direction:column;align-items:flex-start;margin-top:55px}.profil-header h2{margin-top:0;font-size:32px;font-weight:700;color:#e4e6eb}.profil-email{color:#b0b3b8;margin-top:5px;font-size:16px}.profil-btn{margin-top:15px;background:#2d88ff;border:none;padding:10px 20px;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;transition:background .2s}.profil-tabs{display:flex;justify-content:flex-start;gap:35px;max-width:900px;margin:0 auto;padding:10px 20px;border-bottom:1px solid #3a3b3c;background:#242526}.profil-tabs button{background:none;border:none;color:#b0b3b8;font-size:17px;padding:10px 12px;cursor:pointer;border-radius:6px;transition:background .1s}.profil-tabs button:hover:not(.active){background:#3a3b3c;color:#e4e6eb}.profil-tabs .active{color:#2d88ff;border-bottom:3px solid #2d88ff;background:none}.profil-content{max-width:680px;margin:25px auto;padding:0 16px}.profil-empty{text-align:center;padding:25px;color:#777}.profil-about,.profil-photos{background:#242526;border-radius:8px;padding:20px;color:#e4e6eb}.profil-loading{text-align:center;color:#b0b3b8;padding-top:50px}.job-feed{padding:1rem 0}.job-feed-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6}.job-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.job-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:transform .2s,box-shadow .2s;border-top:5px solid #3b82f6}.job-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.job-header{display:flex;margin-bottom:1rem;align-items:center}.job-info{flex-grow:1}.job-title{font-size:1.25rem;font-weight:600;color:#1a202c}.job-author{display:block;font-size:.9rem;color:#3b82f6;margin-top:.25rem}.job-meta{display:block;font-size:.8rem;color:#718096;margin-top:.25rem}.job-body{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e2e8f0}.job-description{color:#4a5568;line-height:1.5;margin-bottom:.5rem}.job-salary{display:block;font-weight:500;color:#2f855a;margin-top:.5rem}.job-date{display:block;font-size:.75rem;color:#a0aec0;margin-top:.5rem}.job-actions{text-align:right}.job-apply-btn,.job-applied-btn{padding:.6rem 1.2rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.job-apply-btn{background-color:#3b82f6;color:#fff;border:1px solid #3b82f6}.job-apply-btn:hover:not(:disabled){background-color:#2563eb}.job-apply-btn:disabled{opacity:.7;cursor:not-allowed}.job-applied-btn{background-color:#e2e8f0;color:#718096;border:1px solid #e2e8f0;cursor:default}.loader{text-align:center;padding:2rem;color:#3b82f6;font-weight:500}.error-message{padding:1rem;background-color:#fee2e2;color:#991b1b;border-radius:.5rem;border:1px solid #fca5a5;margin-bottom:1rem}.empty-state{text-align:center;padding:2rem;color:#718096;background-color:#f7fafc;border-radius:.75rem;border:1px dashed #e2e8f0}.postpage-wrapper{color:#e4e6eb;min-height:100vh;background:#18191a;padding-top:65px}.postpage-header{position:fixed;top:0;left:0;height:65px;width:100%;background:#242526;border-bottom:1px solid #3a3b3c;display:flex;align-items:center;padding:0 15px;z-index:900}.back-btn{background:none;border:none;color:#e4e6eb;font-size:17px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background .1s}.back-btn:hover{background:#3a3b3c}.postpage-center{max-width:680px;margin:0 auto;padding:0}.postpage-loading,.postpage-error{color:#b0b3b8;text-align:center;margin-top:20px;font-size:18px}@media(max-width:680px){.postpage-center{padding:0 5px}}.jobs-page{background:#000;min-height:100vh;padding:20px;color:#fff;font-family:system-ui,sans-serif}.jobs-title{font-size:26px;font-weight:700;margin-bottom:20px}.job-filters{display:flex;gap:10px;margin-bottom:25px;overflow-x:auto}.job-filters::-webkit-scrollbar{display:none}.filter-btn{padding:10px 18px;border-radius:30px;background:#222;border:1px solid #333;color:#fff;font-size:14px;cursor:pointer;white-space:nowrap;transition:.2s ease}.filter-btn.active,.filter-btn:hover{background:#1877f2;border-color:#1877f2}.jobs-list{display:flex;flex-direction:column;gap:20px}.job-card{background:#111;padding:18px;border-radius:14px;border:1px solid #222;transition:transform .15s ease,background .3s ease}.job-card:hover{transform:translateY(-3px);background:#151515}.job-title{font-size:20px;font-weight:600}.job-company{font-size:16px;opacity:.7}.job-location{font-size:14px;color:#999;margin:5px 0 10px}.job-desc{font-size:15px;margin-bottom:15px;opacity:.9}.apply-btn{width:100%;padding:12px;background:#1877f2;border:none;border-radius:8px;color:#fff;font-size:16px;cursor:pointer;margin-top:10px;transition:.2s}.apply-btn:hover{opacity:.85}.job-detail-container{margin-top:20px}.job-detail-title{font-size:26px;font-weight:700;margin-bottom:10px}.job-detail-section-title{font-size:20px;margin-top:25px;margin-bottom:8px;font-weight:600}.job-detail-text{line-height:1.5;opacity:.9}.loading,.no-jobs{text-align:center;margin-top:40px;font-size:17px;color:#777}@media(max-width:600px){.jobs-title{font-size:22px}.job-card{padding:15px}.job-title{font-size:18px}}.job-form-wrapper{margin-top:25px;padding:0 20px}.section-title{font-size:1.4rem;font-weight:700;margin-bottom:20px;color:#1d3b73}.job-form-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 4px 12px #0000000f}.input-group{display:flex;flex-direction:column;margin-bottom:16px}.input-group label{font-size:.9rem;color:#444;margin-bottom:6px}.input-group input,.input-group textarea,.input-group select{padding:12px;border-radius:10px;border:1px solid #dce3ef;font-size:.95rem;background:#f9fbfd}.input-row{display:flex;gap:12px}.btn-primary{width:100%;padding:12px;background:#1d3b73;color:#fff;border:none;border-radius:10px;margin-top:10px;font-size:1rem;font-weight:600}.btn-primary:disabled{opacity:.6}.alert{padding:12px;border-radius:10px;margin-bottom:15px;font-size:.9rem}.alert-error{background:#ffe5e5;color:#c0392b}.alert-success{background:#e7f9e9;color:#2e7d32}@media(max-width:768px){.input-row{flex-direction:column}.job-form-wrapper{padding:0 15px}}:root{--bg:#0f1720;--panel:#0b1220;--muted:#9aa4b2;--text:#e6eef4;--accent:#1877f2;--accent-red:#e11d48;--glass:rgba(255,255,255,.06)}.recruiter-dashboard{background:linear-gradient(180deg,#050816,#020617);min-height:100vh;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto;padding:110px 20px 20px}.rd-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(148,163,184,.3)}.rd-header-left{display:flex;align-items:center;gap:12px}.rd-burger{display:none;width:34px;height:34px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:transparent;color:var(--text);font-size:18px;cursor:pointer}.rd-brand{display:flex;align-items:center;gap:10px}.rd-logo{width:40px;height:40px;border-radius:12px;background:#020617;border:1px solid rgba(148,163,184,.4);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;box-shadow:0 8px 24px #000000b3}.rd-brand-text{display:flex;flex-direction:column;gap:2px}.rd-brand-title{font-size:14px;font-weight:700}.rd-brand-sub{font-size:12px;color:var(--muted)}.rd-header-right{display:flex;align-items:center}.rd-btn{background:var(--accent-red);padding:9px 16px;border-radius:999px;border:none;color:#fff;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.15s ease-in-out}.rd-btn:before{content:"+";font-size:18px;font-weight:900}.rd-btn:hover{background:#be123c}.rd-shell{display:flex;gap:18px;max-width:1400px;margin:0 auto}.rd-sidebar{width:230px;background:#0f172af2;border-radius:18px;border:1px solid rgba(148,163,184,.25);padding:16px 14px;display:flex;flex-direction:column;justify-content:space-between}.rd-sidebar-section{margin-bottom:10px}.rd-sidebar-section-bottom{margin-top:20px;border-top:1px solid rgba(148,163,184,.25);padding-top:12px}.rd-sidebar-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px}.rd-menu-item{padding:8px 10px;border-radius:10px;font-size:14px;color:var(--muted);cursor:pointer;display:flex;align-items:center;gap:8px}.rd-menu-item:hover{background:#1e40af4d;color:#fff}.rd-menu-item--active{background:#2563ebe6;color:#fff}.rd-main{flex:1}.rd-container{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:18px}.rd-center{display:flex;flex-direction:column;gap:18px}.rd-right{position:sticky;top:110px;align-self:flex-start}.rd-card{background:#0f172af2;border-radius:18px;border:1px solid rgba(148,163,184,.35);padding:18px}.rd-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.rd-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.rd-kpi{border-radius:14px;padding:14px 12px;background:radial-gradient(circle at top left,rgba(56,189,248,.25),transparent 55%);border:1px solid rgba(148,163,184,.45)}.rd-kpi:nth-child(2){background:radial-gradient(circle at top left,rgba(59,130,246,.25),transparent 55%)}.rd-kpi:nth-child(3){background:radial-gradient(circle at top left,rgba(248,113,113,.25),transparent 55%)}.rd-kpi .num{font-size:22px;font-weight:800}.rd-kpi .label{font-size:12px;color:var(--muted);margin-top:4px}.rd-analytics{display:flex;flex-direction:column;gap:14px}.rd-chip{padding:4px 8px;border-radius:999px;border:1px solid rgba(148,163,184,.5);font-size:11px;color:var(--muted)}.rd-analytics-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:14px}.rd-analytics-chart{display:flex;flex-direction:column;gap:8px}.rd-bar-row{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted)}.rd-bar{height:10px;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#6366f1)}.rd-analytics-side{display:flex;flex-direction:column;gap:10px}.rd-analytics-stat{background:#0f172acc;border-radius:12px;border:1px solid rgba(148,163,184,.4);padding:10px}.rd-analytics-stat .label{font-size:11px;color:var(--muted)}.rd-analytics-stat .value{font-size:18px;font-weight:700;margin-top:2px}.rd-analytics-stat .hint{font-size:11px;color:#4ade80;margin-top:2px}.rd-kanban{display:flex;gap:10px}.rd-kanban-col{flex:1;border-radius:14px;background:#0f172ae6;border:1px dashed rgba(148,163,184,.4);padding:10px}.rd-kanban-title{font-size:13px;font-weight:600;margin-bottom:8px}.rd-kanban-item{background:#0f172ae6;border-radius:10px;border:1px solid rgba(148,163,184,.4);font-size:12px;padding:8px}.job-list-dashboard{display:flex;flex-direction:column;gap:10px}.job-item{border-radius:12px;border:1px solid rgba(148,163,184,.35);padding:10px 12px}.job-item-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.job-item-header h4{font-size:14px;margin:0}.job-pill{font-size:11px;padding:4px 8px;border-radius:999px;background:#3b82f633;border:1px solid rgba(59,130,246,.7)}.job-meta{margin-top:4px;font-size:12px;color:var(--muted)}.job-date{font-size:11px;color:var(--muted)}.job-stats{margin-top:6px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.view-link{color:var(--accent);font-weight:600}.empty-state{margin-top:8px;padding:10px;border-radius:12px;border:1px dashed rgba(148,163,184,.5);font-size:13px;color:var(--muted)}.loader{padding:10px;font-size:13px;color:var(--accent)}.error-message{padding:10px;border-radius:10px;background:#3b0d0d;border:1px solid #fecaca;color:#fecaca;font-size:13px}@media(max-width:1024px){.rd-container{grid-template-columns:minmax(0,1.7fr) minmax(0,1.2fr)}}@media(max-width:900px){.recruiter-dashboard{padding:100px 16px 16px}.rd-shell{flex-direction:column}.rd-sidebar{position:absolute;top:68px;left:16px;right:16px;transform:translateY(-120%);opacity:0;pointer-events:none;transition:.2s ease-out}.rd-sidebar.rd-sidebar--open{transform:translateY(0);opacity:1;pointer-events:auto}.rd-burger{display:flex;align-items:center;justify-content:center}.rd-container{grid-template-columns:1fr}.rd-right{position:static}}:root{--bg: #0f1720;--panel: #0b1220;--muted: #9aa4b2;--text: #e6eef4;--accent: #1877f2;--accent-red: #ff2d55;--glass: rgba(255, 255, 255, .04)}.candidate-dashboard{background:linear-gradient(180deg,#071127,#0b1220);min-height:100vh;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto;padding:120px 20px 20px}.cd-header{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;background:#0f172af2;border-bottom:1px solid rgba(255,255,255,.06);padding:12px 22px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cd-header-left{display:flex;align-items:center;gap:16px}.cd-burger{background:#ffffff0f;border:none;border-radius:999px;width:40px;height:40px;color:var(--text);font-size:18px;cursor:pointer}.cd-brand{display:flex;align-items:center;gap:12px}.cd-logo{width:40px;height:40px;border-radius:12px;background:#020617;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;border:1px solid rgba(148,163,184,.4)}.cd-brand-text{display:flex;flex-direction:column}.cd-brand-title{font-size:15px;font-weight:700}.cd-brand-sub{font-size:13px;color:var(--muted)}.cd-header-right{display:flex;align-items:center}.cd-btn-primary{background:var(--accent-red);border:none;padding:9px 18px;border-radius:999px;color:#fff;font-weight:600;cursor:pointer;font-size:14px}.cd-shell{display:flex;margin-top:20px}.cd-sidebar{width:240px;background:var(--panel);border-radius:16px;padding:16px 14px;border:1px solid var(--glass);height:fit-content}.cd-sidebar-section{margin-bottom:18px}.cd-sidebar-section-bottom{border-top:1px solid rgba(148,163,184,.2);padding-top:10px}.cd-sidebar-title{font-size:12px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.cd-menu-item{padding:8px 10px;border-radius:10px;font-size:14px;color:var(--muted);cursor:pointer}.cd-menu-item--active,.cd-menu-item:hover{background:#0f172ae6;color:#fff}.cd-main{flex:1;padding-left:20px}.cd-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1.2fr;gap:20px}.cd-left,.cd-right{display:flex;flex-direction:column;gap:16px}.cd-card{background:#0f172af5;border-radius:16px;padding:16px 18px;border:1px solid rgba(148,163,184,.2)}.cd-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cd-card-header h3{font-size:15px;font-weight:600}.cd-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cd-kpi{background:#0f172ae6;border-radius:12px;padding:12px;border:1px solid rgba(148,163,184,.3)}.cd-kpi .num{font-size:22px;font-weight:700}.cd-kpi .label{font-size:12px;color:var(--muted);margin-top:4px}.cd-chip{font-size:11px;padding:4px 10px;border-radius:999px;background:#94a3b826;color:var(--muted)}.cd-chip-soft{background:#38bdf826}.cd-pipeline{margin-top:4px}.cd-pipeline-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:8px}.cd-pipe-column{background:#0f172ae6;border-radius:12px;padding:10px;border:1px solid rgba(148,163,184,.3);max-height:380px;overflow-y:auto}.cd-pipe-title{font-size:13px;font-weight:600;margin-bottom:8px}.cd-pipe-list{display:flex;flex-direction:column;gap:8px}.cand-card{background:#0f172af2;border-radius:10px;padding:10px;border:1px solid rgba(148,163,184,.3);cursor:pointer}.cand-card-header{display:flex;justify-content:space-between;align-items:center;gap:6px}.cand-card-header h4{font-size:13px;font-weight:600}.cand-pill{font-size:11px;padding:3px 8px;border-radius:999px;background:#94a3b82e;color:var(--muted)}.cand-meta{font-size:11px;color:var(--muted);display:flex;flex-direction:column;gap:2px;margin-top:4px}.cand-status-badge{margin-top:6px;font-size:11px;padding:3px 8px;border-radius:999px;display:inline-block}.status-applied{background:#3b82f640;color:#bfdbfe}.status-in_review{background:#eab30833;color:#facc15}.status-interview{background:#38bdf833;color:#7dd3fc}.status-offer{background:#10b98133;color:#6ee7b7}.status-rejected{background:#f8717133;color:#fecaca}.cd-mini-jobs{display:flex;flex-direction:column;gap:10px}.cand-mini-job{background:#0f172af5;border-radius:12px;padding:10px;border:1px solid rgba(148,163,184,.3);cursor:pointer}.cand-mini-job .title-row h4{font-size:13px;font-weight:600}.meta-row{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-top:4px}.salary-row{margin-top:4px;font-size:11px;color:#a7f3d0}.loader{font-size:13px;color:var(--muted);margin-top:8px}.error-message{margin-top:8px;padding:8px;border-radius:10px;background:#f8717126;color:#fecaca;font-size:12px}.empty-state{margin-top:10px;padding:14px;border-radius:12px;background:#0f172ae6;border:1px dashed rgba(148,163,184,.4);font-size:13px;color:var(--muted)}.empty-state.small{padding:10px;font-size:12px}.cd-btn-link{margin-top:8px;border:none;background:transparent;color:var(--accent);font-size:12px;cursor:pointer}@media(max-width:1000px){.cd-container{grid-template-columns:1fr}.cd-sidebar{position:fixed;top:70px;left:-260px;height:calc(100vh - 80px);z-index:30;transition:left .2s ease-out}.cd-sidebar.cd-sidebar--open{left:15px}}@media(max-width:700px){.candidate-dashboard{padding-top:170px;padding-inline:14px}.cd-header{flex-direction:column;align-items:center;gap:8px;padding-inline:14px}.cd-header-left,.cd-header-right{width:100%;display:flex;justify-content:space-between;align-items:center}.cd-brand{flex:1;justify-content:center}.cd-logo{display:none}.cd-container{gap:14px}.cd-pipeline-grid{grid-template-columns:1fr 1fr}}html,body,#root{margin:0!important;padding:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}#root{text-align:left!important;background:#020617}*{box-sizing:border-box}img,video{max-width:100%;display:block}@media(max-width:768px){html,body,#root{overflow-x:hidden!important}}:root{--bg:#0c0f15;--text:#ffffff;--muted: #9da7b3;--card:#131820;--accent:#ffffff}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.ef-root{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.ef-main{padding:28px;flex:1;display:flex;flex-direction:column;align-items:center;gap:32px}.ef-hero{max-width:980px;text-align:center;padding:30px 12px}.ef-title{font-size:40px;line-height:1.05;margin:8px 0;font-weight:900}.ef-sub{color:var(--muted);max-width:720px;margin:12px auto 20px;font-size:16px}.ef-ctas{display:flex;gap:12px;justify-content:center;margin-top:12px}.ef-btn{padding:12px 24px;border-radius:999px;text-decoration:none;font-weight:800;display:inline-block}.ef-outline{background:transparent;color:var(--accent);border:2px solid var(--accent)}.ef-primary{background:var(--accent);color:#000;border:2px solid var(--accent)}.ef-stats{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;width:100%;padding:10px 12px}.ef-stat{background:var(--card);padding:18px;border-radius:14px;min-width:140px;text-align:center;border:1px solid rgba(255,255,255,.06)}.ef-stat-value{font-weight:900;font-size:20px;margin-bottom:6px}.ef-stat-label{color:var(--muted);font-size:13px}@media(min-width:900px){.ef-title{font-size:52px}.ef-stats{gap:40px}}.feed-container{min-height:100vh;background:radial-gradient(circle at top,#1e293b 0,#020617 45%,#000);color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;padding:0 12px 80px;display:flex;flex-direction:column;align-items:center}.feed-header{position:sticky;top:0;z-index:20;width:100%;max-width:720px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;margin:0 -12px 8px;background:#0f172af2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(148,163,184,.2)}.feed-logo{font-size:22px;font-weight:700;letter-spacing:.04em;background:linear-gradient(120deg,#f97316,#ec4899,#6366f1);-webkit-background-clip:text;color:transparent}.logout-btn{padding:6px 14px;font-size:13px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#0f172ae6;color:#e5e7eb;cursor:pointer;transition:all .15s ease-in-out}.logout-btn:hover{background:#e11d48;border-color:#fecaca;color:#f9fafb}.create-row{width:100%;max-width:720px;margin-top:12px;margin-bottom:12px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#0f172ae6;border:1px solid rgba(148,163,184,.35);cursor:pointer;transition:border .15s ease,background .15s ease,transform .08s ease}.create-row:hover{border-color:#6366f1;background:#0f172a;transform:translateY(-1px)}.create-avatar{width:40px;height:40px;border-radius:999px;background:radial-gradient(circle,#22c55e,#0ea5e9)}.create-box{flex:1;padding:8px 12px;border-radius:999px;background:#0f172ae6;border:1px dashed rgba(148,163,184,.5);font-size:14px;color:#9ca3af}.stories-row{width:100%;max-width:720px;display:flex;overflow-x:auto;gap:10px;padding:6px 2px 12px;margin-bottom:10px}.stories-row::-webkit-scrollbar{height:4px}.stories-row::-webkit-scrollbar-thumb{background:#94a3b880;border-radius:999px}.story-card{min-width:72px;max-width:72px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:#e5e7eb}.story-avatar-wrap{padding:2px;border-radius:999px;background:conic-gradient(from 180deg,#f97316,#ec4899,#6366f1,#22c55e,#f97316)}.story-avatar{width:52px;height:52px;border-radius:999px;background-size:cover;background-position:center;border:2px solid #020617}.story-user{max-width:72px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.posts-section{width:100%;max-width:720px;display:flex;flex-direction:column;gap:12px;margin-top:4px}.post-card{width:100%;border-radius:18px;background:radial-gradient(circle at top left,#1e40af47,#0f172af5);border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 40px #0f172ad9;padding:10px 12px 8px}.post-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.post-avatar{width:38px;height:38px;border-radius:999px;object-fit:cover;border:2px solid rgba(251,191,36,.7)}.post-user{font-size:14px;font-weight:600;color:#f9fafb}.post-sub{font-size:11px;color:#9ca3af}.post-text{font-size:14px;line-height:1.45;color:#e5e7eb;margin-bottom:8px}.post-image,.post-video{width:100%;max-height:420px;border-radius:16px;object-fit:cover;background:#020617;margin-bottom:6px}.post-audio{width:100%;margin-bottom:6px}.post-meta-small{display:flex;align-items:center;gap:12px;font-size:11px;color:#9ca3af;margin:4px 2px 2px}.post-actions{display:flex;justify-content:space-around;margin-top:4px;border-top:1px solid rgba(148,163,184,.3);padding-top:4px}.action-btn{flex:1;border:none;background:transparent;font-size:13px;padding:6px 0;color:#e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;transition:background .15s ease,transform .06s ease,color .15s ease}.action-btn:hover{background:#0f172acc;transform:translateY(-1px);color:#fbbf24}.comment-box{margin-top:8px;display:flex;align-items:center;gap:8px}.comment-box input{flex:1;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#0f172ae6;padding:8px 12px;font-size:13px;color:#e5e7eb;outline:none}.comment-box input::placeholder{color:#6b7280}.comment-box button{border:none;border-radius:999px;padding:7px 14px;font-size:13px;cursor:pointer;background:linear-gradient(135deg,#22c55e,#0ea5e9);color:#0f172a;font-weight:600;transition:transform .08s ease,box-shadow .12s ease}.comment-box button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172ae6}.comment-list{margin-top:6px;display:flex;flex-direction:column;gap:4px;font-size:12px}.comment-item{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px 8px;border-radius:999px;background:#0f172ad9;border:1px solid rgba(31,41,55,.9)}.comment-author{font-weight:600;color:#e5e7eb}.comment-text{color:#cbd5f5}.comment-see-more{margin-top:4px;align-self:flex-start;border:none;background:transparent;color:#38bdf8;font-size:12px;cursor:pointer;padding:0}@media(min-width:768px){.feed-container{padding-top:8px}.feed-header{margin-top:6px;border-radius:0 0 18px 18px}.post-card{border-radius:20px;padding:12px 14px 10px}}
