
/* MXH MINI — BẢNG TIN REDESIGN */
.feed-layout{display:grid;grid-template-columns:240px 1fr 260px;gap:20px;max-width:1120px;margin:32px auto;padding:0 16px;align-items:flex-start}
.feed-left,.feed-right{position:sticky;top:24px;display:flex;flex-direction:column;gap:14px}
.feed-nav-card,.feed-widget{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px}
.feed-nav-card h3,.feed-widget h3{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 12px;padding:0 4px}
.feed-nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;font-size:13.5px;font-weight:600;color:var(--text);text-decoration:none;transition:all .18s}
.feed-nav-item:hover{background:var(--surface-2);color:var(--primary)}
.feed-nav-item.active{background:rgba(79,70,229,.12);color:var(--primary);font-weight:700}
.feed-nav-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}
.feed-center{min-width:0;display:flex;flex-direction:column;gap:16px}
.feed-composer{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px 18px 14px}
.feed-composer-top{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}
.feed-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;text-transform:uppercase;flex-shrink:0;overflow:hidden;border:2px solid rgba(79,70,229,.15)}
.feed-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.feed-composer-input{flex:1;min-height:80px;border:1.5px solid var(--line);border-radius:14px;padding:12px 14px;font-family:inherit;font-size:14px;background:var(--surface-2);color:var(--text);resize:none;outline:none;transition:border-color .2s,box-shadow .2s;line-height:1.55;width:100%}
.feed-composer-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(79,102,241,.08)}
.feed-composer-actions{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line)}
.feed-tool-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:20px;font-size:12px;font-weight:600;color:var(--muted);background:none;border:1px solid transparent;cursor:pointer;transition:all .18s;font-family:inherit}
.feed-tool-btn:hover{background:var(--surface-2);border-color:var(--line);color:var(--text)}
.feed-submit-btn{background:var(--primary);color:#fff;border:none;padding:9px 22px;border-radius:20px;font-size:13px;font-weight:700;cursor:pointer;transition:all .18s;box-shadow:0 3px 12px rgba(79,70,229,.25);display:flex;align-items:center;gap:6px;font-family:inherit}
.feed-submit-btn:hover{background:var(--primary-dark);box-shadow:0 4px 16px rgba(79,70,229,.35);transform:translateY(-1px)}
.feed-section-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}
.feed-section-label::before,.feed-section-label::after{content:'';flex:1;height:1px;background:var(--line)}
.feed-post{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:box-shadow .18s}
.feed-post:hover{box-shadow:0 4px 24px rgba(0,0,0,.15)}
.feed-post-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 18px 0}
.feed-post-author{display:flex;gap:10px;align-items:center}
.feed-post-avatar{width:42px;height:42px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;text-transform:uppercase;border:2px solid rgba(79,70,229,.12);overflow:hidden;flex-shrink:0;text-decoration:none}
.feed-post-avatar img{width:100%;height:100%;object-fit:cover}
.feed-post-name{font-weight:700;font-size:14px;color:var(--text);text-decoration:none;transition:color .15s}
.feed-post-name:hover{color:var(--primary)}
.feed-role-badge{font-size:9px;font-weight:800;text-transform:uppercase;padding:2px 7px;border-radius:20px;letter-spacing:.04em}
.feed-role-badge.admin{background:rgba(239,68,68,.08);color:#ef4444;border:1px solid rgba(239,68,68,.15)}
.feed-role-badge.member{background:rgba(79,70,229,.08);color:var(--primary);border:1px solid rgba(79,70,229,.15)}
.feed-post-time{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:3px;font-weight:500;margin-top:2px}
.feed-report-btn{background:none;border:none;padding:6px 10px;border-radius:8px;font-size:11.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .18s;display:flex;align-items:center;gap:4px;outline:none;flex-shrink:0;font-family:inherit}
.feed-report-btn:hover{background:rgba(239,68,68,.06);color:#ef4444}
.feed-delete-btn{background:none;border:none;padding:6px 10px;border-radius:8px;font-size:11.5px;font-weight:700;color:#ef4444;cursor:pointer;transition:all .18s;display:flex;align-items:center;gap:4px;outline:none;flex-shrink:0;font-family:inherit}
.feed-delete-btn:hover{background:rgba(239,68,68,.12);color:#dc2626}
.feed-post-body{padding:12px 18px 14px;font-size:14.5px;color:var(--text);line-height:1.6;white-space:pre-line;word-break:break-word}
.feed-post-image{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;max-height:440px;overflow:hidden}
.feed-post-image img{max-width:100%;max-height:440px;object-fit:contain;cursor:zoom-in;transition:transform .2s}
.feed-post-image img:hover{transform:scale(1.01)}
.feed-stats-row{display:flex;align-items:center;justify-content:space-between;padding:8px 18px;border-top:1px solid var(--line);font-size:12.5px;color:var(--muted);font-weight:500}
.feed-stats-likes{display:flex;align-items:center;gap:5px}
.feed-stats-comments{cursor:pointer;font-weight:600}
.feed-stats-comments:hover{color:var(--primary)}
.feed-actions{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feed-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 8px;background:none;border:none;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer;transition:all .18s;outline:none;font-family:inherit}
.feed-action-btn:hover{background:var(--surface-2);color:var(--text)}
.feed-action-btn.liked{color:#ef4444}
.feed-action-btn+.feed-action-btn{border-left:1px solid var(--line)}
.feed-comments{background:var(--surface-2);padding:14px 18px 12px}
.feed-comment-list{display:flex;flex-direction:column;gap:10px;max-height:260px;overflow-y:auto;margin-bottom:12px;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
.feed-comment-list::-webkit-scrollbar{width:4px}
.feed-comment-list::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}
.feed-comment-item{display:flex;gap:8px;align-items:flex-start}
.feed-comment-avatar{width:30px;height:30px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:10px;text-transform:uppercase;flex-shrink:0;text-decoration:none;border:1.5px solid rgba(79,70,229,.12)}
.feed-comment-bubble{flex:1;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:8px 12px;min-width:0}
.feed-comment-bubble-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:3px}
.feed-comment-name{font-weight:700;color:var(--text);text-decoration:none;font-size:12.5px;transition:color .15s}
.feed-comment-name:hover{color:var(--primary)}
.feed-comment-time{font-size:10px;color:var(--muted);font-weight:500}
.feed-comment-content{font-size:13px;color:var(--text);line-height:1.45;word-break:break-word;white-space:pre-line}
.feed-comment-form{display:flex;gap:8px;align-items:center;margin-top:10px}
.feed-comment-input{flex:1;border:1.5px solid var(--line);border-radius:20px;padding:8px 14px;font-size:13px;background:var(--surface-2);color:var(--text);outline:none;font-family:inherit;transition:border-color .2s}
.feed-comment-input:focus{border-color:var(--primary)}
.feed-comment-submit{background:var(--primary);color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;flex-shrink:0;transition:background .18s;outline:none;font-family:inherit}
.feed-comment-submit:hover{background:var(--primary-dark)}
.feed-widget-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}
.feed-widget-row:last-child{border-bottom:none;padding-bottom:0}
.feed-widget-row:first-of-type{padding-top:0}
.feed-widget-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}
.feed-widget-label{font-size:11px;color:var(--muted)}
.feed-widget-val{font-size:13px;font-weight:700;color:var(--text)}
.feed-empty{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:50px 24px;text-align:center;color:var(--muted);font-size:14.5px}
@media(max-width:1024px){.feed-layout{grid-template-columns:200px 1fr}.feed-right{display:none}}
@media(max-width:768px){.feed-layout{grid-template-columns:1fr;margin:16px auto}.feed-left{display:none}}

/* A dedicated social surface, separate from the store dashboard. */
html:root body.store-dashboard-shell.social-network-page {
  --network-bg:#f0f2f5; --network-card:#fff; --network-soft:#f0f2f5;
  --network-text:#1c1e21; --network-muted:#65676b; --network-line:#e1e3e8;
  --network-blue:#1877f2; --network-tint:#e7f3ff;
  --bg:var(--network-bg); --surface:var(--network-card); --surface-2:var(--network-soft);
  --text:var(--network-text); --muted:var(--network-muted); --line:var(--network-line);
  --primary:var(--network-blue); --primary-light:var(--network-tint);
  padding-left:0; background:var(--network-bg); color:var(--network-text);
}
html:root.dark-mode body.store-dashboard-shell.social-network-page {
  --network-bg:#18191a; --network-card:#242526; --network-soft:#303132;
  --network-text:#e4e6eb; --network-muted:#b0b3b8; --network-line:#3a3b3c;
  --network-blue:#75b6ff; --network-tint:#263951;
}
html:root body.store-dashboard-shell.social-network-page .community-topbar{height:72px;min-height:72px;padding:0 24px;gap:14px;background:var(--network-card);border-bottom:1px solid var(--network-line);box-shadow:0 1px 5px #0000000c;z-index:900}
.network-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--network-blue);font-size:20px;font-weight:850;letter-spacing:-.7px;white-space:nowrap}
.network-brand img{border-radius:50%;object-fit:cover}
html:root body.store-dashboard-shell.social-network-page .community-top-title{display:none}
html:root body.store-dashboard-shell.social-network-page .community-search{max-width:255px;flex:0 1 255px;margin:0;height:40px;background:var(--network-soft);border:0;border-radius:24px;padding:0 14px}
html:root body.store-dashboard-shell.social-network-page .community-search input{font-size:12px}
html:root body.store-dashboard-shell.social-network-page .community-search button{display:none}
.network-top-nav{align-self:stretch;display:flex;justify-content:center;gap:8px;flex:1;min-width:0}
.network-top-nav a{display:flex;align-items:center;justify-content:center;gap:9px;min-width:85px;max-width:170px;flex:1;text-decoration:none;color:var(--network-muted);border-bottom:3px solid transparent;font-size:12px;font-weight:650;padding:0 10px}
.network-top-nav a svg{width:23px;height:23px}.network-top-nav a:hover{background:var(--network-soft)}.network-top-nav a.active{color:var(--network-blue);border-color:var(--network-blue)}
html:root body.store-dashboard-shell.social-network-page .community-top-actions{margin-left:auto;gap:9px}
html:root body.store-dashboard-shell.social-network-page .community-icon-button{border:0;background:var(--network-soft);color:var(--network-text);border-radius:50%;width:39px;height:39px}
html:root body.store-dashboard-shell.social-network-page .community-sell{background:#1877f2;min-height:38px;border-radius:7px;padding:9px 13px}
html:root body.store-dashboard-shell.social-network-page .community-footer{display:none}
html:root body.store-dashboard-shell.social-network-page .community-skip{left:20px}
html:root body.store-dashboard-shell.social-network-page .feed-layout {
  --surface:var(--network-card);--surface-2:var(--network-soft);--bg:var(--network-bg);--line:var(--network-line);
  --text:var(--network-text);--muted:var(--network-muted);--primary:var(--network-blue);--primary-dark:var(--network-blue);
  display:grid;grid-template-columns:minmax(190px,250px) minmax(0,660px) minmax(220px,280px);
  justify-content:center;gap:32px;max-width:1500px;width:100%;margin:0 auto;padding:24px 24px 48px;align-items:start;
}
html:root body.store-dashboard-shell.social-network-page .feed-left,html:root body.store-dashboard-shell.social-network-page .feed-right{display:flex;position:sticky;top:96px;gap:0;min-width:0;max-height:calc(100dvh - 112px);overflow:auto;scrollbar-width:thin;scrollbar-color:var(--network-line) transparent;padding-bottom:12px}
html:root body.store-dashboard-shell.social-network-page .feed-center{gap:16px;min-width:0;scroll-margin-top:90px}
.network-feed-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 2px}.network-feed-title h1{font-size:25px;letter-spacing:-.7px;line-height:1.3;margin:0 0 4px;color:var(--network-text)}.network-feed-title p{font-size:12px;color:var(--network-muted);margin:0}.network-feed-title>a{display:none}
.network-profile-link{display:flex;align-items:center;gap:12px;color:var(--network-text);text-decoration:none;padding:8px 8px 18px;min-width:0}.network-profile-link strong{display:block;font-size:14px;overflow-wrap:anywhere}.network-profile-link small{display:block;font-size:11px;color:var(--network-muted);margin-top:4px}
html:root body.store-dashboard-shell.social-network-page .feed-avatar,html:root body.store-dashboard-shell.social-network-page .feed-post-avatar,html:root body.store-dashboard-shell.social-network-page .feed-comment-avatar{border:0;border-radius:50%;background:var(--network-tint);color:var(--network-blue);text-decoration:none}
html:root body.store-dashboard-shell.social-network-page .feed-avatar{width:43px;height:43px}.network-profile-link .feed-avatar{width:46px;height:46px}
.network-side-nav{display:grid;gap:4px;border-bottom:1px solid var(--network-line);padding-bottom:16px;margin-bottom:18px}.network-side-nav a{display:flex;align-items:center;gap:13px;padding:11px 10px;border-radius:8px;text-decoration:none;color:var(--network-text);font-size:13px;font-weight:600}.network-side-nav a>span{display:flex;color:var(--network-blue)}.network-side-nav a.active{background:var(--network-tint);color:var(--network-blue)}.network-side-nav a:hover{background:var(--network-soft)}
.network-side-heading{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:var(--network-muted);padding:0 8px;margin-bottom:12px}.network-side-heading svg{width:18px;height:18px}
.network-shortcuts{display:grid;gap:5px}.network-shortcuts>a{display:flex;align-items:center;gap:11px;padding:8px;border-radius:8px;color:var(--network-text);text-decoration:none;font-size:12px;font-weight:650}.network-shortcuts>a:hover{background:var(--network-soft)}.network-shortcuts small{display:block;margin-top:5px;font-size:10px;color:var(--network-muted);font-weight:400}.network-shortcut-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;flex-shrink:0}.shortcut-shop{background:#e5efff;color:#1877f2}.shortcut-share{background:#e4f4ef;color:#19956e}.shortcut-learn{background:#f4e9fb;color:#9650c4}
.network-side-footer{font-size:10px;line-height:1.9;color:var(--network-muted);padding:22px 8px 0}.network-side-footer a{color:inherit;text-decoration:none}.network-side-footer a:hover{text-decoration:underline}.network-side-footer>span{display:block}
html:root body.store-dashboard-shell.social-network-page .feed-composer,html:root body.store-dashboard-shell.social-network-page .feed-post,html:root body.store-dashboard-shell.social-network-page .feed-empty{border:1px solid var(--network-line);background:var(--network-card);border-radius:11px;box-shadow:0 1px 2px #00000008}
html:root body.store-dashboard-shell.social-network-page .feed-composer{padding:16px}.network-composer-field{display:block;flex:1;min-width:0;margin:0}
html:root body.store-dashboard-shell.social-network-page .feed-composer-top{align-items:flex-start;gap:11px;margin-bottom:12px}
html:root body.store-dashboard-shell.social-network-page main .feed-composer-input{background:var(--network-soft)!important;color:var(--network-text);border:0;border-radius:23px;min-height:48px;max-height:240px;resize:vertical;padding:13px 16px;font-size:14px;line-height:1.5;box-shadow:none}
html:root body.store-dashboard-shell.social-network-page .feed-composer-input:focus{outline:2px solid var(--network-blue);outline-offset:2px}
html:root body.store-dashboard-shell.social-network-page .feed-composer-actions{padding-top:12px;border-color:var(--network-line);gap:8px}
html:root body.store-dashboard-shell.social-network-page .feed-tool-btn{min-height:36px;padding:7px 10px;font-size:12px;border-radius:6px;text-decoration:none;gap:7px;white-space:nowrap}
.network-sell-tool svg{width:18px;height:18px;color:#eb9c35}.network-upload-label{position:relative;overflow:hidden}.network-upload-input{position:absolute;inset:0;opacity:0;width:100%;cursor:pointer}.network-upload-label:focus-within{outline:2px solid var(--network-blue)}
html:root body.store-dashboard-shell.social-network-page .feed-submit-btn,html:root body.store-dashboard-shell.social-network-page .feed-comment-submit{background:#1877f2;color:#fff;box-shadow:none;border-radius:7px;min-height:36px;padding:8px 18px;font-size:12px;font-weight:650}
html:root body.store-dashboard-shell.social-network-page .feed-submit-btn:hover,html:root body.store-dashboard-shell.social-network-page .feed-comment-submit:hover{background:#166fe5;transform:none}
.network-feed-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--network-line);scroll-margin-top:90px}.network-feed-toolbar>span{font-size:11px;color:var(--network-muted);white-space:nowrap}.network-feed-filters{display:flex;gap:8px}.network-feed-filters button{font:inherit;font-size:13px;font-weight:650;padding:12px 14px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--network-muted);cursor:pointer}.network-feed-filters button[aria-pressed=true]{color:var(--network-blue);border-bottom-color:var(--network-blue)}
.network-filter-empty{padding:30px 20px;text-align:center;border:1px solid var(--network-line);border-radius:10px;background:var(--network-card);font-size:14px}.network-filter-empty p{color:var(--network-muted);font-size:12px;line-height:1.7}.network-filter-empty button{border:0;background:var(--network-tint);color:var(--network-blue);border-radius:6px;padding:9px 16px;cursor:pointer}
.network-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.network-image-preview{position:relative;border-radius:8px;overflow:hidden;background:var(--network-soft);margin:0 0 12px}.network-image-preview img{display:block;width:100%;max-height:320px;object-fit:contain}.network-image-preview button{position:absolute;top:10px;right:10px;background:var(--network-card);color:var(--network-text);width:32px;height:32px;border:1px solid var(--network-line);border-radius:50%;font-size:23px;cursor:pointer}
html:root body.store-dashboard-shell.social-network-page [hidden]{display:none!important}
html:root body.store-dashboard-shell.social-network-page .post-feed-list{display:grid;gap:18px}
html:root body.store-dashboard-shell.social-network-page .feed-post{overflow:visible;margin:0;min-width:0;box-shadow:0 1px 2px #00000008}
html:root body.store-dashboard-shell.social-network-page .feed-post-header{padding:15px 16px 0;gap:12px;align-items:flex-start}
html:root body.store-dashboard-shell.social-network-page .feed-post-author{min-width:0;gap:10px}.feed-post-author>div{min-width:0}
html:root body.store-dashboard-shell.social-network-page .feed-post-name{font-size:14px;color:var(--network-text);overflow-wrap:anywhere}
html:root body.store-dashboard-shell.social-network-page .feed-post-time{font-size:11px;gap:5px;margin-top:4px;color:var(--network-muted)}
html:root body.store-dashboard-shell.social-network-page .feed-role-badge.member{display:none}html:root body.store-dashboard-shell.social-network-page .feed-role-badge.admin{font-size:8px;letter-spacing:0;border:0;color:var(--network-blue);background:var(--network-tint)}
.network-post-menu{position:relative;flex-shrink:0}.network-post-menu summary{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;font-size:23px;font-weight:700;line-height:1;color:var(--network-muted);list-style:none;cursor:pointer}.network-post-menu summary::-webkit-details-marker{display:none}.network-post-menu summary:hover{background:var(--network-soft)}.network-post-menu>div{position:absolute;top:38px;right:0;z-index:40;min-width:160px;background:var(--network-card);border:1px solid var(--network-line);border-radius:8px;box-shadow:0 8px 28px #0002;padding:6px}.network-post-menu button{width:100%;text-align:left;min-height:38px}.network-post-menu button span{display:inline!important}
html:root body.store-dashboard-shell.social-network-page .feed-post-body{padding:12px 16px 17px;font-size:14px;line-height:1.75;color:var(--network-text)}
html:root body.store-dashboard-shell.social-network-page .feed-post-image{max-height:620px;background:var(--network-bg);border-color:var(--network-line)}
html:root body.store-dashboard-shell.social-network-page .feed-post-image img{width:100%;max-height:620px;object-fit:contain}
.network-post-media{display:grid;gap:3px;background:var(--network-line);overflow:hidden;grid-template-columns:repeat(2,minmax(0,1fr));max-height:620px}.network-post-media.media-count-1{grid-template-columns:1fr}.network-post-media-image{display:block;position:relative;min-width:0;min-height:150px;padding:0;border:0;background:var(--network-bg);overflow:hidden;cursor:zoom-in}.network-post-media-image img{display:block;width:100%;height:100%;min-height:150px;max-height:440px;object-fit:cover}.network-post-media.media-count-1 .network-post-media-image img{max-height:620px;object-fit:contain}.network-post-video{display:block;width:100%;height:100%;min-height:220px;max-height:620px;object-fit:contain;background:#000}.network-post-media.media-count-3 .network-post-media-image:first-child{grid-row:span 2}.network-post-media.media-count-3 .network-post-media-image:first-child img{min-height:303px}
.network-post-media-tile{min-width:0;overflow:hidden;background:#000}.network-post-more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(15,23,42,.48);color:#fff;font-size:28px;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.35)}
.network-upload-progress{position:fixed;inset:0;z-index:600;display:grid;place-items:center;background:rgba(15,23,42,.48);backdrop-filter:blur(7px);animation:uploadFadeIn .18s ease}.network-upload-card{width:min(360px,calc(100vw - 32px));padding:26px 24px 22px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.25);text-align:center;color:#182337}.network-upload-spinner{display:grid;width:52px;height:52px;margin:0 auto 12px;place-items:center;border-radius:16px;background:linear-gradient(135deg,#6366f1,#06b6d4);color:#fff;font-size:28px;font-weight:800;animation:uploadPulse 1.2s ease-in-out infinite}.network-upload-card strong{display:block;font-size:16px}.network-upload-card span{display:block;margin-top:6px;color:#64748b;font-size:11px}.network-upload-track{height:9px;margin:20px 0 10px;overflow:hidden;border-radius:99px;background:#e2e8f0}.network-upload-track i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6366f1,#06b6d4);transition:width .2s ease}.network-upload-card b{font-size:20px;color:#4f46e5}.network-upload-progress.done .network-upload-spinner{background:#10b981;animation:none}@keyframes uploadFadeIn{from{opacity:0}to{opacity:1}}@keyframes uploadPulse{50%{transform:scale(1.07);box-shadow:0 0 0 10px rgba(99,102,241,.13)}}
html:root body.store-dashboard-shell.social-network-page .feed-stats-row{padding:11px 16px;font-size:12px;border-top:0;color:var(--network-muted)}
html:root body.store-dashboard-shell.social-network-page main .feed-actions{background:transparent!important;margin:0 12px;border-top:1px solid var(--network-line);border-bottom:1px solid var(--network-line)}
html:root body.store-dashboard-shell.social-network-page .feed-action-btn{min-height:42px;padding:8px 4px;margin:4px 2px;border-radius:6px;font-size:12px;font-weight:650;color:var(--network-muted);border-left:0;gap:7px}
html:root body.store-dashboard-shell.social-network-page .feed-action-btn:hover{background:var(--network-soft);color:var(--network-text)}html:root body.store-dashboard-shell.social-network-page .feed-action-btn.liked{color:#ef4444}
html:root body.store-dashboard-shell.social-network-page .feed-comments{background:var(--network-card);padding:12px 16px 16px;border-radius:0 0 11px 11px}
html:root body.store-dashboard-shell.social-network-page .feed-comment-bubble,html:root body.store-dashboard-shell.social-network-page .feed-comment-input{background:var(--network-soft);border:0;color:var(--network-text);border-radius:18px}
html:root body.store-dashboard-shell.social-network-page .feed-comment-input{min-width:0;font-size:12px;padding:10px 13px}
html:root body.store-dashboard-shell.social-network-page .feed-comment-list:empty{display:none}
html:root body.store-dashboard-shell.social-network-page .feed-comment-form{margin-top:0}
.network-connections{padding:8px 0 20px;border-bottom:1px solid var(--network-line);margin-bottom:20px}.network-side-note{font-size:11px;line-height:1.8;color:var(--network-muted);padding:0 8px;margin:0 0 12px}.network-member{display:flex;align-items:center;gap:11px;padding:9px 8px;border-radius:8px;color:var(--network-text);text-decoration:none}.network-member:hover{background:var(--network-soft)}.network-member>span:nth-child(2){min-width:0;flex:1}.network-member strong{font-size:12px;display:block;overflow-wrap:anywhere}.network-member small{font-size:10px;color:var(--network-muted);display:block;margin-top:5px}.network-member-arrow{color:var(--network-muted);font-size:16px}
.network-market-widget{padding-bottom:20px;border-bottom:1px solid var(--network-line);margin-bottom:20px}.network-market-banner{display:block;padding:23px 20px;border-radius:11px;background:linear-gradient(145deg,#dceafe,#edf4ff);color:#264e83;text-decoration:none;margin:0 7px}.network-market-banner>span{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#fff9;color:#1877f2;margin-bottom:16px}.network-market-banner strong{font-size:17px;line-height:1.55;letter-spacing:-.4px;display:block}.network-market-banner small{font-size:11px;display:block;margin-top:14px;color:#1877f2}.network-market-sell{display:block;text-align:center;color:var(--network-blue);font-size:11px;font-weight:600;padding:13px 7px 0;text-decoration:none}
.network-community-note{display:flex;gap:10px;padding:0 8px}.network-community-note>span{color:var(--network-blue)}.network-community-note strong{font-size:12px;line-height:1.6;display:block}.network-community-note p{font-size:11px;line-height:1.8;color:var(--network-muted);margin:8px 0}.network-community-note a{font-size:10px;color:var(--network-blue);text-decoration:none}
@media(min-width:1200px){html:root body.store-dashboard-shell.social-network-page>.community-rail{display:none}}
@media(max-width:1250px){.network-brand>span{display:none}.network-top-nav a span{display:none}html:root body.store-dashboard-shell.social-network-page .feed-layout{grid-template-columns:200px minmax(0,640px) 240px;gap:22px;padding-left:18px;padding-right:18px}.network-side-nav a{font-size:12px}}
@media(max-width:1100px){html:root body.store-dashboard-shell.social-network-page .feed-layout{grid-template-columns:200px minmax(0,680px);max-width:980px;gap:24px}html:root body.store-dashboard-shell.social-network-page .feed-right{display:none}html:root body.store-dashboard-shell.social-network-page .community-topbar{padding:0 18px;gap:10px}.network-top-nav{gap:0}.network-top-nav a{min-width:55px}html:root body.store-dashboard-shell.social-network-page .community-search{max-width:240px}}
@media(max-width:800px){html:root body.store-dashboard-shell.social-network-page .feed-layout{grid-template-columns:minmax(0,660px);max-width:700px;padding:18px 16px 36px}html:root body.store-dashboard-shell.social-network-page .feed-left{display:none}html:root body.store-dashboard-shell.social-network-page .community-topbar{height:64px;min-height:64px}.network-top-nav{display:none}html:root body.store-dashboard-shell.social-network-page .community-search{max-width:none;flex:1}.network-brand{display:none}html:root body.store-dashboard-shell.social-network-page .community-top-actions{gap:6px}html:root body.store-dashboard-shell.social-network-page .community-icon-button{width:35px;height:35px}.network-feed-title h1{font-size:24px}.network-feed-title>a{display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--network-card);width:38px;height:38px;color:var(--network-muted);border:1px solid var(--network-line)}}
@media(max-width:700px){html:root body.store-dashboard-shell.social-network-page .community-search input{font-size:11px}html:root body.store-dashboard-shell.social-network-page .community-sell{display:none}html:root body.store-dashboard-shell.social-network-page .community-top-actions>a.community-icon-button:first-of-type{display:inline-flex}html:root body.store-dashboard-shell.social-network-page .community-topbar{padding:0 12px}html:root body.store-dashboard-shell.social-network-page .community-bottom-nav{background:var(--network-card);border-color:var(--network-line)}html:root body.store-dashboard-shell.social-network-page .community-bottom-nav a.is-active{color:var(--network-blue)}html:root body.store-dashboard-shell.social-network-page .feed-layout{padding:18px 10px 30px}html:root body.store-dashboard-shell.social-network-page .feed-center{gap:12px}.network-feed-title{padding:0 4px 3px}.network-feed-title p{font-size:11px}html:root body.store-dashboard-shell.social-network-page .feed-composer{padding:13px}html:root body.store-dashboard-shell.social-network-page main .feed-composer-input{font-size:13px;min-height:46px;padding:11px 14px;border-radius:20px}html:root body.store-dashboard-shell.social-network-page .feed-composer-top{gap:9px}html:root body.store-dashboard-shell.social-network-page .feed-avatar{width:38px;height:38px}html:root body.store-dashboard-shell.social-network-page .feed-tool-btn{font-size:11px;padding:7px 6px;gap:5px}html:root body.store-dashboard-shell.social-network-page .feed-submit-btn{font-size:11px;padding:8px 12px}html:root body.store-dashboard-shell.social-network-page .feed-submit-btn svg{display:none}.network-feed-filters{gap:3px}.network-feed-filters button{font-size:12px;padding:12px 11px}.network-feed-toolbar>span{font-size:10px}.network-feed-toolbar{gap:5px;scroll-margin-top:80px}html:root body.store-dashboard-shell.social-network-page .feed-post-header{padding:13px 13px 0}html:root body.store-dashboard-shell.social-network-page .feed-post-body{padding:11px 13px 15px;font-size:13px}html:root body.store-dashboard-shell.social-network-page .feed-post-name{font-size:13px}html:root body.store-dashboard-shell.social-network-page .feed-stats-row{padding:10px 13px;font-size:11px}html:root body.store-dashboard-shell.social-network-page .feed-comments{padding:11px 12px 14px}html:root body.store-dashboard-shell.social-network-page .feed-action-btn{font-size:11px;gap:5px}html:root body.store-dashboard-shell.social-network-page .feed-comment-submit{padding:8px 12px}html:root body.store-dashboard-shell.social-network-page .post-feed-list{gap:13px}.network-image-preview img{max-height:240px}#post-image-preview-badge{display:none!important}}
@media(max-width:700px){.network-post-media{max-height:480px}.network-post-media-image{min-height:110px}.network-post-media-image img{min-height:110px;max-height:300px}.network-post-media.media-count-3 .network-post-media-image:first-child img{min-height:223px}.network-post-video{min-height:180px;max-height:480px}}
@media(prefers-reduced-motion:reduce){html:root body.store-dashboard-shell.social-network-page *{scroll-behavior:auto!important}.feed-post-image img{transition:none}}
