:root{--cns-bg:#f4f7f6;--cns-card:#fff;--cns-text:#17201d;--cns-muted:#6f7b77;--cns-line:#e3e9e6;--cns-red:#8f1118;--cns-green:#0f7a5b;--cns-shadow:0 14px 38px rgba(18,32,27,.12)}
*{box-sizing:border-box}.cns-root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--cns-text);background:var(--cns-bg);min-height:100dvh}.cns-root button,.cns-root input,.cns-root textarea{font:inherit}.cns-shell{width:100%;max-width:980px;margin:0 auto;min-height:100dvh;background:var(--cns-bg)}
.cns-auth{min-height:100dvh;display:grid;place-items:center;padding:24px}.cns-auth-card{width:min(100%,430px);background:#fff;border:1px solid var(--cns-line);border-radius:24px;padding:22px;box-shadow:var(--cns-shadow)}.cns-brand{font-size:26px;font-weight:850;letter-spacing:-.5px}.cns-brand b{color:var(--cns-red)}.cns-brand span{color:var(--cns-green)}.cns-sub{color:var(--cns-muted);font-size:13px;margin:4px 0 18px}.cns-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f0f4f2;border-radius:12px;padding:4px;margin-bottom:14px}.cns-tab{border:0;background:transparent;padding:9px;border-radius:9px;font-weight:700;color:var(--cns-muted)}.cns-tab.is-active{background:#fff;color:var(--cns-text);box-shadow:0 2px 10px rgba(0,0,0,.06)}
.cns-field{display:grid;gap:6px;margin:10px 0}.cns-field label{font-size:12px;font-weight:700;color:var(--cns-muted)}.cns-input,.cns-textarea{width:100%;border:1px solid var(--cns-line);border-radius:12px;background:#fff;color:var(--cns-text);padding:11px 12px;outline:none}.cns-input:focus,.cns-textarea:focus{border-color:#91b9aa;box-shadow:0 0 0 3px rgba(15,122,91,.08)}.cns-textarea{min-height:82px;resize:vertical}.cns-btn{border:0;border-radius:12px;padding:10px 13px;font-weight:750;cursor:pointer}.cns-btn-primary{background:var(--cns-green);color:#fff}.cns-btn-soft{background:#edf3f0;color:#315247}.cns-btn-danger{background:#fff0f0;color:#a11a20}.cns-btn:disabled{opacity:.55;cursor:not-allowed}
.cns-topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--cns-line);padding:10px 12px;display:flex;align-items:center;gap:8px}.cns-topbar .cns-brand{font-size:18px;white-space:nowrap;margin-right:auto}.cns-nav{display:flex;gap:6px;align-items:center}.cns-iconbtn{position:relative;border:1px solid var(--cns-line);background:#fff;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;cursor:pointer;font-size:17px}.cns-badge{position:absolute;right:-4px;top:-5px;min-width:17px;height:17px;border-radius:9px;background:#bd171d;color:#fff;font-size:10px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff}.cns-content{padding:12px}.cns-card{background:var(--cns-card);border:1px solid var(--cns-line);border-radius:18px;box-shadow:0 4px 16px rgba(20,32,27,.04)}
.cns-stories{padding:10px 8px;margin-bottom:10px;display:flex;gap:10px;overflow:auto;scrollbar-width:none}.cns-stories::-webkit-scrollbar{display:none}.cns-story-chip{border:0;background:transparent;width:68px;flex:0 0 68px;text-align:center;padding:0;cursor:pointer}.cns-story-ring{width:54px;height:54px;border-radius:50%;padding:2px;margin:auto;background:linear-gradient(140deg,var(--cns-red),#d18c31,var(--cns-green))}.cns-story-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #fff}.cns-story-name{font-size:10px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-story-add{width:54px;height:54px;border-radius:50%;margin:auto;border:1px dashed #9eb0a9;background:#f7faf8;display:grid;place-items:center;font-size:22px;color:var(--cns-green)}
.cns-composer{padding:12px;margin-bottom:10px}.cns-composer-row{display:flex;gap:9px;align-items:flex-start}.cns-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#edf2ef;flex:0 0 auto}.cns-avatar-sm{width:28px;height:28px}.cns-composer textarea{border:0;background:#f5f8f6;border-radius:14px;min-height:48px;padding:11px;flex:1;resize:none;outline:none}.cns-composer-actions{display:flex;gap:7px;justify-content:space-between;margin-top:9px}.cns-filelabel{display:inline-flex;align-items:center;gap:6px;background:#eef4f1;border-radius:11px;padding:9px 11px;font-size:12px;font-weight:700;cursor:pointer}.cns-filelabel input{display:none}
.cns-feed{display:grid;gap:10px}.cns-post{padding:12px}.cns-posthead{display:flex;align-items:center;gap:9px}.cns-postmeta{min-width:0}.cns-postname{font-weight:800;font-size:14px}.cns-time{font-size:10px;color:var(--cns-muted);margin-top:1px}.cns-postmenu{margin-left:auto;border:0;background:transparent;font-size:20px;cursor:pointer}.cns-body{font-size:14px;line-height:1.5;margin:10px 0;white-space:pre-wrap}.cns-media-grid{display:grid;gap:4px;border-radius:14px;overflow:hidden;background:#eef2f0;max-height:560px}.cns-media-grid[data-count="1"]{grid-template-columns:1fr}.cns-media-grid[data-count="2"]{grid-template-columns:1fr 1fr}.cns-media-grid[data-count="3"],.cns-media-grid[data-count="4"],.cns-media-grid[data-count="5"],.cns-media-grid[data-count="6"],.cns-media-grid[data-count="7"],.cns-media-grid[data-count="8"]{grid-template-columns:1fr 1fr}.cns-media{width:100%;height:100%;min-height:180px;max-height:310px;object-fit:cover;display:block;background:#e8eeeb;cursor:pointer}.cns-media-grid[data-count="1"] .cns-media{aspect-ratio:4/3;max-height:520px}.cns-comments{border-top:1px solid var(--cns-line);margin-top:10px;padding-top:8px;display:grid;gap:7px}.cns-comment{display:flex;gap:7px;align-items:flex-start}.cns-commentbubble{background:#f3f6f4;border-radius:12px;padding:7px 9px;flex:1;font-size:12px}.cns-commentbubble b{display:block;font-size:11px;margin-bottom:2px}.cns-commentform{display:flex;gap:6px}.cns-commentform input{flex:1;border:1px solid var(--cns-line);border-radius:11px;padding:8px 10px;font-size:12px}.cns-commentform button{border:0;background:var(--cns-green);color:#fff;border-radius:10px;padding:0 11px;font-weight:800}
.cns-empty{padding:24px;text-align:center;color:var(--cns-muted);font-size:13px}.cns-toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:10000;background:#15231e;color:#fff;padding:9px 13px;border-radius:999px;font-size:12px;box-shadow:var(--cns-shadow);max-width:85vw;text-align:center}
.cns-modal-layer{position:fixed;inset:0;z-index:9999;background:rgba(11,22,18,.38);display:grid;place-items:center;padding:14px}.cns-modal{width:min(100%,480px);max-height:70dvh;background:#fff;border-radius:20px;border:1px solid rgba(255,255,255,.7);box-shadow:0 22px 70px rgba(0,0,0,.22);overflow:hidden;display:flex;flex-direction:column}.cns-modal.cns-modal-wide{width:min(100%,560px)}.cns-modalhead{height:48px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid var(--cns-line);flex:0 0 auto}.cns-modalhead strong{font-size:14px}.cns-close{margin-left:auto;width:32px;height:32px;border:0;border-radius:10px;background:#f0f3f1;font-size:18px;cursor:pointer}.cns-modalbody{padding:12px;overflow:auto}.cns-list{display:grid;gap:8px}.cns-person{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--cns-line);border-radius:13px;background:#fff}.cns-personmain{min-width:0;flex:1}.cns-personname{font-size:13px;font-weight:800}.cns-personsub{font-size:10px;color:var(--cns-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-dot{width:8px;height:8px;border-radius:50%;background:#1baf72}.cns-row-actions{display:flex;gap:6px}.cns-mini{border:0;background:#eef4f1;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:750;cursor:pointer}
.cns-album{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.cns-album img,.cns-album video{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:#eef2f0;display:block}.cns-profile{display:grid;justify-items:center;text-align:center;gap:8px;padding:5px}.cns-profile img{width:64px;height:64px;border-radius:50%;object-fit:cover}.cns-profile h3{margin:0;font-size:18px}.cns-profile p{margin:0;color:var(--cns-muted);font-size:12px}
.cns-story-view{padding:0;background:#101512}.cns-story-stage{position:relative;width:min(100%,390px);height:min(68dvh,690px);margin:auto;background:#101512;overflow:hidden}.cns-story-stage>img,.cns-story-stage>video{width:100%;height:100%;object-fit:contain;display:block}.cns-story-progress{position:absolute;left:10px;right:10px;top:9px;height:3px;background:rgba(255,255,255,.28);border-radius:4px;overflow:hidden}.cns-story-progress i{display:block;width:0;height:100%;background:#fff}.cns-story-author{position:absolute;top:18px;left:10px;display:flex;align-items:center;gap:7px;color:#fff;font-size:12px;font-weight:800;text-shadow:0 1px 8px #000}.cns-story-author img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.6)}.cns-musicbar{position:absolute;left:10px;right:46px;bottom:10px;height:36px;border-radius:11px;background:rgba(15,23,20,.72);display:flex;align-items:center;gap:8px;padding:5px 8px;color:#fff}.cns-musicmark{width:25px;height:25px;border-radius:7px;background:rgba(255,255,255,.16);display:grid;place-items:center;font-size:13px}.cns-musictext{min-width:0;font-size:10px;line-height:1.2}.cns-musictext b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-story-next,.cns-story-prev{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(0,0,0,.28);color:#fff;width:32px;height:48px;border-radius:10px;font-size:18px;cursor:pointer}.cns-story-prev{left:8px}.cns-story-next{right:8px}
.cns-story-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cns-music-compact{border:1px solid var(--cns-line);border-radius:13px;padding:9px;background:#fafcfb}.cns-music-compact .cns-filelabel{padding:7px 9px;font-size:11px}.cns-music-controls{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:7px}.cns-music-controls .cns-field{margin:0}.cns-music-controls .cns-input{padding:8px 9px;font-size:12px}
.cns-thread{display:flex;flex-direction:column;gap:7px;min-height:220px}.cns-bubble{max-width:82%;padding:8px 10px;border-radius:13px;background:#eef3f0;font-size:12px}.cns-bubble.mine{align-self:flex-end;background:#dff1ea}.cns-threadform{display:flex;gap:7px;margin-top:10px}.cns-threadform input{flex:1;border:1px solid var(--cns-line);border-radius:11px;padding:9px}.cns-notice{padding:9px 10px;border-radius:11px;background:#f5f8f6;font-size:12px}.cns-unread{background:#eef9f5}
@media(max-width:520px){.cns-content{padding:8px}.cns-topbar{padding:8px}.cns-topbar .cns-brand{font-size:16px}.cns-iconbtn{width:35px;height:35px}.cns-modal-layer{padding:9px}.cns-modal{width:calc(100vw - 18px);max-height:68dvh;border-radius:17px}.cns-modal.cns-modal-wide{width:calc(100vw - 18px)}.cns-modalbody{padding:10px}.cns-album{grid-template-columns:repeat(3,1fr);gap:4px}.cns-media{min-height:150px}.cns-story-stage{height:min(66dvh,620px)}.cns-auth{padding:12px}.cns-auth-card{border-radius:20px;padding:18px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* v3.0.2 visible mobile correction */
@media(max-width:520px){.cns-content{padding:6px}.cns-topbar{padding:7px 6px}.cns-nav{gap:3px}.cns-iconbtn{width:32px;height:32px;border-radius:9px}.cns-composer{padding:8px}.cns-composer-row>.cns-avatar,.cns-posthead>.cns-avatar{width:32px;height:32px}.cns-profile img{width:56px;height:56px}.cns-post{padding:9px}}
body.cns-modal-open{overflow:hidden}
.cns-story-close{position:absolute;right:10px;top:17px;z-index:5;width:31px;height:31px;border:0;border-radius:50%;background:rgba(0,0,0,.38);color:#fff;font-size:22px;line-height:28px;display:grid;place-items:center;cursor:pointer}


/* v3.0.4 clean social UI */
.cns-root{background:#f6f8f7}.cns-root .cns-shell{max-width:1120px!important}.cns-root .cns-content{max-width:920px;margin:0 auto;padding:10px 14px 24px!important}.cns-topbar{min-height:52px;padding:7px 12px!important;border-bottom:1px solid #edf1ef;box-shadow:0 1px 0 rgba(0,0,0,.02)}.cns-topbar .cns-brand{font-size:17px!important}.cns-nav{gap:5px!important}.cns-iconbtn{width:34px!important;height:34px!important;border-radius:10px!important;padding:7px!important;color:#27463c}.cns-iconbtn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cns-profilebtn{padding:2px!important}.cns-profilebtn img{width:28px!important;height:28px!important;border-radius:50%;object-fit:cover;display:block}.cns-stories{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:8px 2px!important;margin:0 0 6px!important;gap:7px!important}.cns-story-chip{width:58px!important;flex-basis:58px!important}.cns-story-ring,.cns-story-add{width:46px!important;height:46px!important}.cns-story-add{border:1px solid #cfdad5!important;background:#fff!important}.cns-story-add svg{width:19px;height:19px;fill:none;stroke:var(--cns-green);stroke-width:1.8;stroke-linecap:round}.cns-story-name{font-size:9px!important;margin-top:3px!important}.cns-composer{background:#fff;border:1px solid #e7ece9;border-radius:15px;padding:9px!important;margin-bottom:8px!important;box-shadow:none}.cns-composer-row{gap:8px!important;align-items:center!important}.cns-composer-row>.cns-avatar{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important}.cns-composer textarea{min-height:40px!important;height:40px!important;border-radius:12px!important;padding:10px 11px!important;font-size:13px!important;line-height:20px!important;overflow:hidden}.cns-composer-actions{margin-top:7px!important;align-items:center}.cns-filelabel{padding:7px 9px!important;border-radius:9px!important;font-size:11px!important;background:#f3f6f4!important}.cns-filelabel svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.cns-composer .cns-btn-primary{padding:8px 15px!important;border-radius:10px!important;font-size:12px!important}.cns-filehint{font-size:9px;color:var(--cns-muted);margin-top:4px;min-height:0}.cns-feed{gap:8px!important}.cns-empty{border-radius:14px!important;box-shadow:none!important;padding:20px!important}.cns-storyform{display:grid;gap:10px}.cns-story-picker{height:118px;border:1px dashed #b8c8c1;border-radius:15px;background:#f8faf9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;text-align:center}.cns-story-picker svg{width:24px;height:24px;fill:none;stroke:var(--cns-green);stroke-width:1.7}.cns-story-picker strong{font-size:13px}.cns-story-picker small{font-size:10px;color:var(--cns-muted)}.cns-story-picker input{display:none}.cns-story-selected{font-size:10px;color:var(--cns-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-music-details{border:1px solid var(--cns-line);border-radius:12px;background:#fff;overflow:hidden}.cns-music-details summary{cursor:pointer;padding:9px 10px;font-size:11px;font-weight:750;list-style:none}.cns-music-details summary::-webkit-details-marker{display:none}.cns-music-details summary span{font-weight:500;color:var(--cns-muted);float:right}.cns-music-compact{border:0!important;border-top:1px solid var(--cns-line)!important;border-radius:0!important;background:#fafcfb!important}.cns-story-submit{width:100%;margin:0!important}.cns-modal{max-height:82dvh!important}.cns-modalhead{height:44px!important}.cns-modalbody{padding:10px!important}
@media(max-width:520px){.cns-root .cns-content{padding:7px 7px 20px!important}.cns-topbar{padding:6px 7px!important;gap:4px!important}.cns-topbar .cns-brand{font-size:13px!important;letter-spacing:-.35px!important}.cns-nav{gap:3px!important}.cns-iconbtn{width:29px!important;height:29px!important;padding:6px!important;border-radius:8px!important}.cns-iconbtn svg{width:15px;height:15px}.cns-profilebtn img{width:25px!important;height:25px!important}.cns-stories{padding:6px 0!important}.cns-story-chip{width:54px!important;flex-basis:54px!important}.cns-story-ring,.cns-story-add{width:43px!important;height:43px!important}.cns-composer{padding:8px!important}.cns-composer textarea{height:38px!important;min-height:38px!important}.cns-filelabel{padding:6px 8px!important}.cns-composer .cns-btn-primary{padding:7px 13px!important}.cns-modal-layer{padding:8px!important}.cns-modal{width:calc(100vw - 16px)!important;max-height:82dvh!important}.cns-story-picker{height:105px}}

/* v3.0.5 cross-device social header + upload visibility */
.cns-root{--cns-accent-warm:#d66b2c;--cns-accent-blue:#2176ae;--cns-accent-purple:#7a5cc7;--cns-accent-teal:#13856f}
.cns-topbar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;padding-top:max(8px,env(safe-area-inset-top))!important;padding-left:max(10px,env(safe-area-inset-left))!important;padding-right:max(10px,env(safe-area-inset-right))!important;background:rgba(255,255,255,.97)!important;backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px)}
.cns-topbar .cns-brand-social{margin:0!important;text-align:center!important;font-size:18px!important;line-height:1.1!important;letter-spacing:-.25px!important;font-weight:900!important}
.cns-brand-social b{color:var(--cns-accent-warm)!important}.cns-brand-social span{color:var(--cns-accent-blue)!important}
.cns-nav{width:100%!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important;align-items:center!important}
.cns-iconbtn{width:100%!important;height:38px!important;border-radius:11px!important;padding:8px!important;background:#fff!important;border:1px solid #e1e8e5!important;box-shadow:0 2px 8px rgba(31,55,47,.045)!important}
.cns-iconbtn svg{width:19px!important;height:19px!important}.cns-ico-search{color:var(--cns-accent-blue)!important}.cns-ico-message{color:var(--cns-accent-purple)!important}.cns-ico-online{color:var(--cns-accent-teal)!important}.cns-ico-notify{color:var(--cns-accent-warm)!important}.cns-profilebtn{color:#25473c!important}.cns-profilebtn img{width:28px!important;height:28px!important}
.cns-stories{padding-top:10px!important}.cns-story-add{background:linear-gradient(145deg,#fff8f1,#f2fbf8)!important;border-color:#d5e5df!important}.cns-story-ring{box-shadow:0 0 0 1px rgba(214,107,44,.12)}
.cns-composer{border-color:#e1e9e5!important;box-shadow:0 3px 14px rgba(21,45,36,.035)!important}.cns-filelabel{color:#315247!important}.cns-composer .cns-btn-primary{background:linear-gradient(135deg,#0f7a5b,#159574)!important;box-shadow:0 4px 10px rgba(15,122,91,.14)!important}
.cns-uploadbox{display:block;margin-top:9px;padding:8px 10px;border:1px solid #dce7e2;border-radius:11px;background:#f8fbfa}.cns-uploadbox[hidden]{display:none!important}.cns-uploadmeta{display:flex;align-items:center;gap:8px;font-size:10px;color:#53645e;margin-bottom:6px}.cns-uploadmeta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.cns-uploadmeta b{font-size:10px;color:#0f7a5b}.cns-uploadtrack{height:6px;background:#e5eeea;border-radius:999px;overflow:hidden}.cns-uploadtrack i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f7a5b,#2aa77f);transition:width .12s linear}.cns-uploadbox.is-error{border-color:#f0c9cc;background:#fff7f7}.cns-uploadbox.is-error .cns-uploadmeta b{color:#a11a20}.cns-uploadbox.is-error .cns-uploadtrack i{background:#bd171d}
.cns-media-grid[data-count="1"]{max-height:none!important;background:#f0f3f2!important}.cns-media-grid[data-count="1"] .cns-media{width:100%!important;height:auto!important;min-height:260px!important;max-height:76vh!important;aspect-ratio:auto!important;object-fit:contain!important;background:#f0f3f2!important}
@supports(height:100svh){.cns-modal{max-height:calc(100svh - 24px)!important}.cns-story-stage{height:min(78svh,690px)!important}}
@media(max-width:520px){.cns-root .cns-content{padding-left:max(7px,env(safe-area-inset-left))!important;padding-right:max(7px,env(safe-area-inset-right))!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}.cns-topbar{gap:5px!important}.cns-topbar .cns-brand-social{font-size:17px!important}.cns-nav{gap:5px!important}.cns-iconbtn{height:36px!important;min-width:0!important;padding:7px!important}.cns-iconbtn svg{width:18px!important;height:18px!important}.cns-profilebtn img{width:27px!important;height:27px!important}.cns-media-grid[data-count="1"] .cns-media{min-height:220px!important;max-height:70svh!important}.cns-composer-actions{gap:6px!important}.cns-filelabel{min-width:0!important;flex:1!important;justify-content:center!important}.cns-composer .cns-btn-primary{flex:0 0 auto!important}.cns-modal-layer{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))!important}}
@media(max-width:360px){.cns-topbar .cns-brand-social{font-size:16px!important}.cns-nav{gap:4px!important}.cns-iconbtn{height:34px!important;padding:6px!important}.cns-iconbtn svg{width:17px!important;height:17px!important}.cns-profilebtn img{width:25px!important;height:25px!important}.cns-story-chip{width:50px!important;flex-basis:50px!important}.cns-story-ring,.cns-story-add{width:40px!important;height:40px!important}.cns-composer-row>.cns-avatar{width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important}}

/* v3.0.6 cross-platform video presentation (iOS + Android) */
.cns-media-grid video.cns-media{background:#111!important;object-fit:contain!important}
.cns-media-grid[data-count="1"] video.cns-media{width:100%!important;height:auto!important;min-height:0!important;max-height:72dvh!important;aspect-ratio:auto!important;object-fit:contain!important;background:#111!important}
.cns-media-grid[data-count="1"].has-landscape-video video.cns-media{aspect-ratio:16/9!important;max-height:none!important}
.cns-media-grid[data-count="1"].has-portrait-video{background:#111!important}
.cns-media-grid[data-count="1"].has-portrait-video video.cns-media{width:auto!important;max-width:100%!important;height:min(72dvh,680px)!important;margin:0 auto!important;aspect-ratio:auto!important}
.cns-feed-video{opacity:1!important;filter:none!important;visibility:visible!important}
.cns-feed-video.is-ready{opacity:1!important}
.cns-album video{object-fit:contain!important;background:#111!important}
.cns-story-stage>video{object-fit:contain!important;background:#111!important;filter:none!important;opacity:1!important}
@media(max-width:600px){.cns-media-grid[data-count="1"] video.cns-media{max-height:68dvh!important}.cns-media-grid[data-count="1"].has-portrait-video video.cns-media{height:min(68dvh,620px)!important}}

/* v3.1.0 professional social + story + member panel */
.cns-root{--cns-red:#8f1118;--cns-emerald:#0b7a58;--cns-emerald-soft:#eaf7f1;--cns-ink:#18231f;--cns-line:#e3e9e6}
.cns-brand-social b{color:var(--cns-red)!important}.cns-brand-social span{color:var(--cns-emerald)!important}
.cns-ico-online{position:relative!important;border-color:#b9ddcf!important;background:linear-gradient(180deg,#fbfffd,#eef9f4)!important;box-shadow:0 0 0 2px rgba(11,122,88,.05),0 4px 14px rgba(11,122,88,.08)!important}
.cns-ico-online svg{color:var(--cns-emerald)!important;stroke-width:2.15!important}
.cns-online-count{position:absolute;top:-7px;right:-7px;min-width:23px;height:23px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:var(--cns-emerald);color:#fff;font-size:11px;font-weight:900;line-height:1;border:2px solid #fff;box-shadow:0 4px 10px rgba(11,122,88,.28);font-variant-numeric:tabular-nums;z-index:3}
.cns-online-count::before{content:"";position:absolute;left:-4px;top:7px;width:6px;height:6px;border-radius:50%;background:#24c987;border:1.5px solid #fff}

.cns-stars{display:inline-flex;vertical-align:1px;gap:0;margin-left:3px;white-space:nowrap}.cns-stars svg{width:7px;height:7px;display:block;fill:#b78a2c;filter:drop-shadow(0 .4px .2px rgba(0,0,0,.18))}.cns-postname .cns-stars,.cns-personname .cns-stars{transform:translateY(-1px)}

.cns-owner-actions{margin-left:auto;display:flex;gap:4px}.cns-postmenu{border:0!important;background:#f4f7f5!important;color:#52615b!important;font-size:10px!important;font-weight:750!important;padding:5px 7px!important;border-radius:8px!important;width:auto!important;height:auto!important}.cns-postmenu[data-delete]{color:#9a272d!important;background:#fff3f3!important}
.cns-post-social{display:flex;align-items:center;gap:12px;padding:8px 2px 1px;border-top:1px solid #edf1ef;margin-top:7px;font-size:10px;color:#6c7b75}.cns-likebtn{border:0;background:transparent;padding:4px 1px;color:#53645e;font-size:12px;font-weight:800}.cns-likebtn.is-liked{color:var(--cns-red)}

.cns-story-view{border:0!important;box-shadow:none!important;background:#090b0a!important;overflow:hidden!important}.cns-story-view .cns-modalbody{border:0!important;box-shadow:none!important;background:#090b0a!important}.cns-story-stage{border:0!important;outline:0!important;box-shadow:none!important;background:#090b0a!important;overflow:hidden!important}.cns-story-stage::before,.cns-story-stage::after{display:none!important;content:none!important}.cns-story-stage>img,.cns-story-stage>video{border:0!important;outline:0!important;box-shadow:none!important;display:block!important;margin:0!important}.cns-story-progress{top:7px!important;left:10px!important;right:10px!important;height:3px!important;border:0!important;background:rgba(255,255,255,.22)!important;border-radius:999px!important}.cns-story-progress i{background:#fff!important;border-radius:999px!important}
.cns-story-social{position:absolute;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:13px;background:rgba(8,12,10,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9;border:1px solid rgba(255,255,255,.08)}
.cns-story-social button{border:0;background:rgba(255,255,255,.09);color:#fff;border-radius:9px;height:30px;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex;align-items:center;gap:4px}.cns-story-social .cns-story-like{font-size:13px}.cns-story-social .cns-story-like.is-liked{background:rgba(143,17,24,.9)}.cns-story-social .cns-story-commentbtn{margin-right:auto}.cns-story-social .cns-story-manage{font-size:9px}.cns-story-social .cns-story-manage.danger{color:#ffdfe1;background:rgba(143,17,24,.45)}
.cns-story-author{top:17px!important;left:10px!important;right:52px!important;border:0!important}.cns-story-author .cns-stars svg{fill:#f3d27b}
.cns-story-close{top:15px!important;right:10px!important}
.cns-story-comments-list{max-height:50dvh;overflow:auto}.cns-edit-form{display:grid;gap:10px}.cns-field small{font-size:9px;color:#7c8984;font-weight:500}

.cns-member-panel{display:grid;gap:12px}.cns-panel-profile{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--cns-line);border-radius:14px;background:#fbfdfc}.cns-panel-profile>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.cns-panel-profile>div{display:grid;gap:3px}.cns-panel-profile b{font-size:13px}.cns-panel-profile small{font-size:9px;color:#718079}.cns-panel-actions{display:flex;gap:8px}.cns-member-panel h4{margin:4px 0 0;font-size:11px;color:#33463e}.cns-manage-list{display:grid;gap:7px}.cns-manage-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid var(--cns-line);border-radius:11px;background:#fff}.cns-manage-item>div:first-child{display:grid;gap:3px;min-width:0}.cns-manage-item b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:58vw}.cns-manage-item small{font-size:8px;color:#83908b}.cns-manage-item>div:last-child{display:flex;gap:4px}.cns-manage-item button{border:0;border-radius:7px;background:#edf5f1;color:#246349;padding:6px 7px;font-size:9px;font-weight:800}.cns-manage-item button.danger{background:#fff0f1;color:#9a272d}

@media(max-width:520px){.cns-online-count{top:-6px;right:-5px;min-width:21px;height:21px;font-size:10px;padding:0 5px}.cns-story-social{left:7px;right:7px;bottom:max(7px,env(safe-area-inset-bottom));gap:5px;padding:6px}.cns-story-social button{height:29px;padding:0 7px}.cns-manage-item b{max-width:44vw}.cns-stars svg{width:6.5px;height:6.5px}}

/* v3.1.1 mobile repair: clean header, reliable stories/media picker */
.cns-root .cns-topbar{justify-content:center!important;padding:8px 10px!important;min-height:58px!important}
.cns-root .cns-topbar>.cns-brand-social{display:none!important}
.cns-root .cns-nav{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-around!important;gap:10px!important}
.cns-root .cns-iconbtn{width:46px!important;height:46px!important;min-width:46px!important;border-radius:13px!important;padding:10px!important}
.cns-root .cns-iconbtn svg{width:25px!important;height:25px!important;stroke-width:2!important}
.cns-root .cns-profilebtn{padding:3px!important}.cns-root .cns-profilebtn img{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;border-radius:50%!important;object-fit:cover!important}
.cns-root .cns-online-count{min-width:23px!important;height:23px!important;font-size:11px!important;font-weight:900!important;right:-7px!important;top:-7px!important}
.cns-root .cns-stories{display:flex!important;align-items:flex-start!important;gap:10px!important;min-height:78px!important;overflow-x:auto!important;overflow-y:hidden!important}
.cns-root .cns-story-chip{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;width:66px!important;min-width:66px!important;max-width:66px!important;height:76px!important;padding:0!important;margin:0!important;overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}
.cns-root .cns-story-ring,.cns-root .cns-story-add{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;max-width:54px!important;max-height:54px!important;border-radius:50%!important;margin:0 auto!important;box-sizing:border-box!important;overflow:hidden!important;position:relative!important}
.cns-root .cns-story-ring{padding:2px!important;background:linear-gradient(140deg,#8f1118,#d18c31,#0b7a58)!important}
.cns-root .cns-story-ring::before,.cns-root .cns-story-ring::after,.cns-root .cns-story-chip::before,.cns-root .cns-story-chip::after{content:none!important;display:none!important}
.cns-root .cns-story-ring>img{display:block!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;margin:0!important;padding:0!important;border:2px solid #fff!important;border-radius:50%!important;object-fit:cover!important;box-sizing:border-box!important;position:static!important;transform:none!important}
.cns-root .cns-story-name{display:block!important;width:66px!important;max-width:66px!important;height:17px!important;line-height:17px!important;margin:3px 0 0!important;padding:0!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#26342f!important;border:0!important;background:none!important}
.cns-root .cns-story-progress{display:none!important}
.cns-root .cns-hidden-file{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}
.cns-root button.cns-media-pick{appearance:none!important;-webkit-appearance:none!important;border:0!important;cursor:pointer!important;min-height:40px!important}
@media(max-width:520px){.cns-root .cns-iconbtn{width:44px!important;height:44px!important;min-width:44px!important;padding:9px!important}.cns-root .cns-iconbtn svg{width:24px!important;height:24px!important}.cns-root .cns-profilebtn img{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important}.cns-root .cns-nav{gap:7px!important}.cns-root .cns-story-ring,.cns-root .cns-story-add{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important}.cns-root .cns-story-ring>img{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}}
.cns-membership-card{display:grid;grid-template-columns:1fr 1fr;gap:5px 10px;padding:10px 11px;border:1px solid #dfe9e4;border-radius:12px;background:#f8fbfa;font-size:10px;color:#52615b}.cns-membership-card b{grid-column:1/-1;font-size:11px;color:#20342c}.cns-membership-card span{white-space:nowrap}

/* v3.1.2 polished mobile/feed system */
.cns-root{
  --cns-red:#8f1118;
  --cns-emerald:#0b7a58;
  --cns-blue:#176c91;
  --cns-violet:#7653b8;
  --cns-orange:#c76520;
}
.cns-root .cns-shell{max-width:1040px;margin:0 auto;background:#f7f9f8}
.cns-root .cns-content{width:min(100%,940px);margin:0 auto;padding:12px 12px 28px}

/* Clean professional action dock: no title, larger touch targets */
.cns-root .cns-topbar{
  position:sticky;top:0;z-index:30;min-height:66px;padding:8px max(10px,env(safe-area-inset-left)) 8px max(10px,env(safe-area-inset-right));
  background:rgba(255,255,255,.97);border-bottom:1px solid #e7ece9;box-shadow:0 4px 18px rgba(20,35,29,.055);
  backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px)
}
.cns-root .cns-nav{width:min(100%,520px);margin:0 auto;display:grid!important;grid-template-columns:repeat(5,1fr);gap:12px!important;align-items:center}
.cns-root .cns-iconbtn{
  width:50px!important;height:50px!important;min-width:50px!important;margin:auto;padding:0!important;border:0!important;border-radius:16px!important;
  display:grid!important;place-items:center!important;background:#fff!important;box-shadow:0 5px 16px rgba(21,39,32,.09),inset 0 0 0 1px rgba(28,56,46,.07)!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;touch-action:manipulation
}
.cns-root .cns-iconbtn:active{transform:scale(.94);box-shadow:0 2px 8px rgba(21,39,32,.10)!important}
.cns-root .cns-iconbtn svg{width:28px!important;height:28px!important;stroke-width:2.05!important}
.cns-root .cns-ico-search{color:var(--cns-blue)!important;background:#f5fbfe!important}
.cns-root .cns-ico-message{color:var(--cns-violet)!important;background:#faf8ff!important}
.cns-root .cns-ico-online{color:var(--cns-emerald)!important;background:#f3fbf7!important}
.cns-root .cns-ico-notify{color:var(--cns-orange)!important;background:#fff9f4!important}
.cns-root .cns-profilebtn{background:#fff!important;overflow:visible!important}
.cns-root .cns-profilebtn img{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;border:2px solid #fff!important;box-shadow:0 0 0 1px #dfe7e3!important}
.cns-root .cns-online-count{top:-7px!important;right:-8px!important;min-width:27px!important;height:27px!important;padding:0 7px!important;font-size:12px!important;font-weight:950!important;border:2px solid #fff!important;box-shadow:0 4px 12px rgba(11,122,88,.32)!important}
.cns-root .cns-badge{right:-5px;top:-6px;min-width:20px;height:20px;font-size:10px;font-weight:900}

/* Stories: one clean avatar per member + visible count for stacked stories */
.cns-root .cns-stories{min-height:92px!important;padding:10px 4px 8px!important;margin:0 0 8px!important;gap:10px!important;align-items:flex-start!important;background:transparent!important;border:0!important;box-shadow:none!important}
.cns-root .cns-story-chip{position:relative!important;width:70px!important;min-width:70px!important;max-width:70px!important;height:82px!important;display:flex!important;flex-direction:column!important;align-items:center!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.cns-root .cns-story-ring,.cns-root .cns-story-add{position:relative!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;margin:0 auto!important;border-radius:50%!important;overflow:visible!important;box-sizing:border-box!important}
.cns-root .cns-story-ring{padding:3px!important;background:conic-gradient(from 15deg,var(--cns-red),#c2672b 34%,var(--cns-emerald) 70%,var(--cns-red))!important}
.cns-root .cns-story-avatar{display:block!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;max-width:52px!important;max-height:52px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #fff!important;margin:0!important;padding:0!important;position:static!important;transform:none!important;box-shadow:none!important}
.cns-root .cns-story-ring::before,.cns-root .cns-story-ring::after,.cns-root .cns-story-chip::before,.cns-root .cns-story-chip::after{content:none!important;display:none!important}
.cns-root .cns-story-count{position:absolute;right:-5px;top:-5px;z-index:3;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:var(--cns-red);color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:10px;font-weight:950;line-height:1;box-shadow:0 3px 9px rgba(143,17,24,.28)}
.cns-root .cns-story-add{display:grid!important;place-items:center!important;border:1.5px solid #bcd9cd!important;background:#f4fbf8!important;color:var(--cns-emerald)!important;overflow:hidden!important}
.cns-root .cns-story-add svg{width:24px!important;height:24px!important;stroke-width:2!important}
.cns-root .cns-story-name{width:70px!important;max-width:70px!important;height:18px!important;line-height:18px!important;margin:4px 0 0!important;padding:0!important;border:0!important;background:transparent!important;font-size:10px!important;font-weight:650;color:#33443d!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

/* Story viewer: eliminate stray decorative lines and keep controls clean */
.cns-root .cns-story-view,.cns-root .cns-story-view .cns-modalbody,.cns-root .cns-story-stage{border:0!important;outline:0!important;box-shadow:none!important}
.cns-root .cns-story-stage::before,.cns-root .cns-story-stage::after,.cns-root .cns-story-author::before,.cns-root .cns-story-author::after,.cns-root .cns-story-social::before,.cns-root .cns-story-social::after{content:none!important;display:none!important}
.cns-root .cns-story-progress{display:none!important}
.cns-root .cns-story-stage>img,.cns-root .cns-story-stage>video{border:0!important;outline:0!important;box-shadow:none!important;margin:0!important;padding:0!important}

/* Unified feed media geometry. Every image/video occupies the same visual frame. */
.cns-root .cns-media-grid{display:grid!important;gap:5px!important;border-radius:15px!important;overflow:hidden!important;background:#edf2ef!important;max-height:none!important;align-items:stretch!important}
.cns-root .cns-media-grid[data-count="1"]{grid-template-columns:1fr!important}
.cns-root .cns-media-grid[data-count="2"],.cns-root .cns-media-grid[data-count="3"],.cns-root .cns-media-grid[data-count="4"],.cns-root .cns-media-grid[data-count="5"],.cns-root .cns-media-grid[data-count="6"],.cns-root .cns-media-grid[data-count="7"],.cns-root .cns-media-grid[data-count="8"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.cns-root .cns-media{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/10!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;background:#e9efec!important}
.cns-root img.cns-media{object-fit:cover!important}
.cns-root video.cns-media{object-fit:contain!important;background:#0c100e!important}
.cns-root .cns-media-grid[data-count="1"] .cns-media{aspect-ratio:16/10!important;max-height:none!important}
.cns-root .cns-post{overflow:hidden}

/* Member dashboard: clearer permanent membership/content overview */
.cns-root .cns-member-panel{gap:14px}
.cns-root .cns-membership-card{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;border-radius:14px;background:#f7fbf9}
.cns-root .cns-membership-card b{font-size:12px}.cns-root .cns-membership-card span{display:block;padding:8px;border-radius:9px;background:#fff;border:1px solid #e7eeea;text-align:center;white-space:normal;font-size:9px}

@media(max-width:520px){
  .cns-root .cns-content{padding:8px 7px 22px!important}
  .cns-root .cns-topbar{min-height:64px!important;padding-top:max(7px,env(safe-area-inset-top))!important}
  .cns-root .cns-nav{width:100%!important;gap:7px!important}
  .cns-root .cns-iconbtn{width:48px!important;height:48px!important;min-width:48px!important;border-radius:15px!important}
  .cns-root .cns-iconbtn svg{width:27px!important;height:27px!important}
  .cns-root .cns-profilebtn img{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important}
  .cns-root .cns-stories{padding-left:1px!important;padding-right:1px!important}
  .cns-root .cns-media-grid{gap:3px!important;border-radius:13px!important}
  .cns-root .cns-media{aspect-ratio:4/3!important}
  .cns-root .cns-media-grid[data-count="1"] .cns-media{aspect-ratio:4/3!important}
  .cns-root .cns-membership-card{grid-template-columns:1fr 1fr}.cns-root .cns-membership-card b{grid-column:1/-1}
}
@media(max-width:370px){
  .cns-root .cns-nav{gap:4px!important}
  .cns-root .cns-iconbtn{width:44px!important;height:44px!important;min-width:44px!important}
  .cns-root .cns-iconbtn svg{width:25px!important;height:25px!important}
  .cns-root .cns-profilebtn img{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important}
}

/* v3.1.4 targeted fix: keep post author avatar compact without touching feed media */
.cns-root .cns-posthead > img.cns-avatar{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  border-radius:50%!important;
  flex:0 0 42px!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
}
.cns-root .cns-posthead .cns-postmeta{flex:1 1 auto!important;min-width:0!important}
@media(max-width:520px){
  .cns-root .cns-posthead > img.cns-avatar{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    flex-basis:38px!important;
  }
}

/* v3.1.5 final polish: edge-to-edge single media + professional engagement/comment row */
.cns-root .cns-post{padding:12px!important}
.cns-root .cns-post .cns-media-grid[data-count="1"]{margin-left:0!important;margin-right:0!important;background:transparent!important;aspect-ratio:auto!important;max-height:none!important;border-radius:15px!important}
.cns-root .cns-post .cns-media-grid[data-count="1"] img.cns-media{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;background:transparent!important}
.cns-root .cns-post-social{margin-top:10px!important;padding:9px 4px 5px!important;gap:16px!important;border-top:1px solid #e8eeeb!important;font-size:12px!important}
.cns-root .cns-likebtn{display:inline-flex!important;align-items:center!important;gap:4px!important;min-height:34px!important;padding:5px 6px!important;font-size:14px!important;color:#65736e!important;border-radius:9px!important}
.cns-root .cns-likebtn.is-liked{color:#087f5b!important;background:#edf8f3!important}
.cns-root .cns-comments{margin-top:4px!important;border-top:0!important;padding-top:2px!important}
.cns-root .cns-commentform{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:center!important;gap:8px!important;padding:7px 2px 2px!important}
.cns-root .cns-commentform input{width:100%!important;min-width:0!important;height:42px!important;padding:0 15px!important;border:1px solid #dbe5e0!important;border-radius:21px!important;background:#f8faf9!important;font-size:13px!important;outline:none!important;box-shadow:none!important}
.cns-root .cns-commentform input:focus{border-color:#7bb9a4!important;background:#fff!important;box-shadow:0 0 0 3px rgba(8,127,91,.08)!important}
.cns-root .cns-commentform button{width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important;background:#087f5b!important;color:transparent!important;font-size:0!important;display:grid!important;place-items:center!important;box-shadow:0 4px 12px rgba(8,127,91,.18)!important;position:relative!important}
.cns-root .cns-commentform button:after{content:'➤';color:#fff;font-size:18px;line-height:1;transform:rotate(-12deg)}
.cns-root .cns-comment{gap:7px!important;margin:6px 0!important}.cns-root .cns-commentbubble{padding:7px 10px!important;border-radius:12px!important;background:#f5f8f6!important}
@media(max-width:520px){.cns-root .cns-post{padding:10px!important}.cns-root .cns-post .cns-media-grid[data-count="1"]{border-radius:13px!important}.cns-root .cns-commentform{grid-template-columns:minmax(0,1fr) 40px!important}.cns-root .cns-commentform input{height:40px!important}.cns-root .cns-commentform button{width:40px!important;height:40px!important}}

/* v3.1.6 final interaction polish: compact comments, emerald filled like, clean photo viewer */
.cns-root .cns-post-social{display:flex!important;align-items:center!important;gap:16px!important;padding:10px 4px 4px!important;margin-top:8px!important;font-size:13px!important;color:#66756f!important}
.cns-root .cns-likebtn{font-size:14px!important;gap:6px!important;color:#66756f!important;cursor:pointer!important}
.cns-root .cns-likebtn .cns-heart{font-size:23px!important;line-height:1!important;font-weight:700!important}
.cns-root .cns-likebtn.is-liked,.cns-root .cns-likebtn.is-liked .cns-heart{color:#087f5b!important}
.cns-root .cns-commentform{display:grid!important;grid-template-columns:32px minmax(0,1fr) 42px!important;gap:8px!important;align-items:center!important;margin-top:8px!important}
.cns-root .cns-commentform:before{content:'';width:32px;height:32px;border-radius:50%;background:var(--cns-me-avatar,transparent);display:block}
.cns-root .cns-commentform input{height:42px!important;border-radius:22px!important;font-size:14px!important}
.cns-root .cns-commentform button{width:42px!important;height:42px!important}
.cns-root .cns-commentform button:after{content:'➤'!important;font-size:18px!important;transform:rotate(-12deg)!important}
.cns-lightbox-layer{padding:0!important;background:rgba(0,0,0,.94)!important;z-index:999999!important}
.cns-lightbox-layer .cns-modal{width:100vw!important;height:100dvh!important;max-width:none!important;max-height:none!important;border-radius:0!important;background:#000!important;box-shadow:none!important}
.cns-lightbox-layer .cns-modalhead{display:none!important}
.cns-lightbox-layer .cns-modalbody{height:100%!important;padding:0!important;overflow:hidden!important}
.cns-lightbox{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}
.cns-lightbox img{display:block;width:100%;height:100%;object-fit:contain;background:#000}
.cns-lightbox-count{position:absolute;top:max(16px,env(safe-area-inset-top));left:18px;z-index:3;color:#fff;font-size:15px;font-weight:800;text-shadow:0 1px 3px #000}
.cns-lightbox-close,.cns-lightbox-prev,.cns-lightbox-next{position:absolute;z-index:4;border:0;color:#fff;background:rgba(0,0,0,.5);display:grid;place-items:center;cursor:pointer}
.cns-lightbox-close{top:max(10px,env(safe-area-inset-top));right:12px;width:42px;height:42px;border-radius:50%;font-size:34px;font-weight:300}
.cns-lightbox-prev,.cns-lightbox-next{top:50%;transform:translateY(-50%);width:42px;height:52px;border-radius:22px;font-size:36px}.cns-lightbox-prev{left:10px}.cns-lightbox-next{right:10px}
@media(max-width:520px){.cns-root .cns-post-social{font-size:12px!important;gap:14px!important}.cns-root .cns-likebtn .cns-heart{font-size:21px!important}.cns-root .cns-commentform{grid-template-columns:minmax(0,1fr) 40px!important}.cns-root .cns-commentform:before{display:none!important}.cns-root .cns-commentform input{height:40px!important;font-size:13px!important}.cns-root .cns-commentform button{width:40px!important;height:40px!important}}

/* v3.1.7 micro polish: relaxed emerald like + slightly smaller comment avatars only */
.cns-root .cns-post-social{align-items:center!important;gap:18px!important;padding-top:9px!important}
.cns-root .cns-likebtn{gap:8px!important;padding:5px 9px!important;min-width:52px!important;justify-content:flex-start!important}
.cns-root .cns-likebtn .cns-heart{font-size:20px!important;line-height:1!important;display:inline-block!important;transform:none!important}
.cns-root .cns-likebtn.is-liked,.cns-root .cns-likebtn.is-liked .cns-heart{color:#087f5b!important}
.cns-root .cns-comment > img.cns-avatar-sm{width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;min-height:26px!important;max-height:26px!important;flex:0 0 26px!important;border-radius:50%!important;object-fit:cover!important}
.cns-root .cns-comment{gap:8px!important;align-items:flex-start!important}
@media(max-width:520px){
  .cns-root .cns-post-social{gap:16px!important}
  .cns-root .cns-likebtn{gap:7px!important;padding:5px 8px!important}
  .cns-root .cns-likebtn .cns-heart{font-size:19px!important}
  .cns-root .cns-comment > img.cns-avatar-sm{width:25px!important;height:25px!important;min-width:25px!important;max-width:25px!important;min-height:25px!important;max-height:25px!important;flex-basis:25px!important}
}

/* v3.2.0 CoburLifeBook final wide layout + stable like interaction */
:root{--cns-emerald:#087f5b;--cns-book-red:#c61d24;--cns-deep:#183044}
.cns-root{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow-x:hidden!important;
  background:linear-gradient(180deg,#f7faf9 0%,#f3f7f5 100%)!important;
}
.cns-root .cns-shell{width:min(1180px,calc(100vw - 24px))!important;max-width:1180px!important;margin:0 auto!important;background:transparent!important}
.cns-root .cns-content{width:100%!important;max-width:none!important;padding:16px 14px 32px!important}
.cns-root .cns-topbar{display:flex!important;align-items:center!important;gap:22px!important;padding:12px 16px!important}
.cns-root .cns-app-brand{display:flex;align-items:baseline;white-space:nowrap;font-size:25px;font-weight:900;letter-spacing:-1px;line-height:1;margin-right:auto;user-select:none}
.cns-root .cns-brand-cobur{color:var(--cns-emerald)}
.cns-root .cns-brand-life{color:var(--cns-deep)}
.cns-root .cns-brand-book{color:var(--cns-book-red)}
.cns-root .cns-nav{width:auto!important;min-width:360px!important;margin:0!important;grid-template-columns:repeat(5,50px)!important;gap:12px!important}
.cns-root .cns-stories{padding:14px 6px 12px!important;margin-bottom:14px!important}
.cns-root .cns-composer{padding:18px!important;margin-bottom:16px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e1e9e5!important;box-shadow:0 8px 28px rgba(20,45,35,.055)!important}
.cns-root .cns-composer-row{gap:12px!important;align-items:center!important}
.cns-root .cns-composer-row>img.cns-avatar{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important}
.cns-root .cns-composer textarea{min-height:58px!important;padding:17px 18px!important;border-radius:18px!important;font-size:16px!important;background:#f6f8f7!important}
.cns-root .cns-composer-actions{justify-content:flex-end!important;gap:12px!important;margin-top:12px!important}
.cns-root .cns-filelabel{margin-right:auto!important;min-height:44px!important;padding:10px 16px!important;border-radius:13px!important;font-size:13px!important;color:#315247!important}
.cns-root #cns-share{min-height:44px!important;padding:10px 22px!important;border-radius:13px!important;background:var(--cns-emerald)!important}
.cns-root .cns-feed{gap:16px!important}
.cns-root .cns-post{border-radius:20px!important;box-shadow:0 7px 24px rgba(20,45,35,.045)!important}
.cns-root .cns-post-social{gap:22px!important;padding:11px 6px 5px!important}
.cns-root .cns-likebtn{background:transparent!important;min-width:auto!important;padding:6px 8px!important;gap:9px!important;border-radius:12px!important;transition:background .15s ease,color .15s ease,transform .15s ease!important}
.cns-root .cns-likebtn:hover{background:#f3f8f6!important}
.cns-root .cns-likebtn:active{transform:scale(.96)}
.cns-root .cns-likebtn:disabled{opacity:.62!important}
.cns-root .cns-likebtn .cns-heart{font-size:24px!important;line-height:1!important;display:block!important}
.cns-root .cns-likebtn.is-liked{background:#eef8f4!important;color:var(--cns-emerald)!important}
.cns-root .cns-likebtn.is-liked .cns-heart,.cns-root .cns-likebtn.is-liked .cns-like-count{color:var(--cns-emerald)!important}
.cns-root .cns-like-count{font-size:14px!important;font-weight:750!important}

@media (max-width:720px){
  .cns-root .cns-shell{width:100%!important;max-width:100%!important}
  .cns-root .cns-content{padding:9px 8px 24px!important}
  .cns-root .cns-topbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:8px 8px 9px!important}
  .cns-root .cns-app-brand{font-size:19px!important;justify-content:center!important;margin:1px 0 0!important;letter-spacing:-.6px!important}
  .cns-root .cns-nav{width:min(100%,340px)!important;min-width:0!important;margin:0 auto!important;grid-template-columns:repeat(5,1fr)!important;gap:8px!important}
  .cns-root .cns-composer{padding:12px!important;margin-bottom:10px!important;border-radius:17px!important}
  .cns-root .cns-composer-row>img.cns-avatar{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important}
  .cns-root .cns-composer textarea{min-height:50px!important;padding:13px 14px!important;font-size:14px!important}
  .cns-root .cns-filelabel{min-height:42px!important;padding:9px 12px!important;font-size:12px!important}
  .cns-root #cns-share{min-height:42px!important;padding:9px 17px!important}
  .cns-root .cns-likebtn .cns-heart{font-size:22px!important}
}
@media (max-width:380px){
  .cns-root .cns-app-brand{font-size:18px!important}
  .cns-root .cns-nav{gap:5px!important}
}

/* v3.2.1 brand position only: CoburLifeBook at the upper-right */
.cns-root .cns-topbar .cns-nav{order:1!important}
.cns-root .cns-topbar .cns-app-brand{order:2!important;margin-left:auto!important;margin-right:0!important;justify-content:flex-end!important;text-align:right!important}
@media (max-width:720px){
  .cns-root .cns-topbar{grid-template-columns:1fr auto!important;align-items:center!important}
  .cns-root .cns-topbar .cns-nav{grid-column:1 / -1!important;grid-row:2!important}
  .cns-root .cns-topbar .cns-app-brand{grid-column:2!important;grid-row:1!important;justify-self:end!important;margin:2px 4px 1px auto!important;text-align:right!important}
}

/* v3.2.2 — elegant comment timestamp */
.cns-root .cns-commentbubble{position:relative!important;padding-bottom:8px!important}
.cns-root .cns-comment-text{display:block;line-height:1.42}
.cns-root .cns-comment-time{display:block;margin-top:3px;font-size:9px;line-height:1.15;font-weight:500;color:#98a39e;letter-spacing:.01em;white-space:nowrap}
@media(max-width:520px){.cns-root .cns-comment-time{font-size:8.5px;margin-top:2px}}

/* v3.2.3 — brand corner only: move CoburLifeBook to upper-left, preserve everything else */
.cns-root .cns-topbar .cns-app-brand{order:1!important;margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important;text-align:left!important}
.cns-root .cns-topbar .cns-nav{order:2!important}
@media (max-width:720px){
  .cns-root .cns-topbar{grid-template-columns:auto 1fr!important;align-items:center!important}
  .cns-root .cns-topbar .cns-app-brand{grid-column:1!important;grid-row:1!important;justify-self:start!important;margin:2px auto 1px 4px!important;text-align:left!important}
  .cns-root .cns-topbar .cns-nav{grid-column:1 / -1!important;grid-row:2!important}
}
\n\n/* v3.2.4 — modern photo gallery + independent full-width videos */
.cns-root .cns-photo-grid{display:grid;gap:4px;width:100%;margin-top:8px;border-radius:15px;overflow:hidden;background:#eef2f0}
.cns-root .cns-photo-grid[data-count="1"]{grid-template-columns:1fr}
.cns-root .cns-photo-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.cns-root .cns-photo-grid[data-count="3"],.cns-root .cns-photo-grid[data-count]{grid-template-columns:repeat(2,minmax(0,1fr))}
.cns-root .cns-photo-grid[data-count="3"] .cns-photo-tile:first-child,.cns-root .cns-photo-grid:not([data-count="1"]):not([data-count="2"]) .cns-photo-tile:first-child{grid-row:span 2}
.cns-root .cns-photo-tile{position:relative;display:block;width:100%;height:100%;min-height:160px;padding:0;border:0;background:#e8eeeb;overflow:hidden;cursor:pointer}
.cns-root .cns-photo-tile .cns-media{width:100%!important;height:100%!important;min-height:160px!important;aspect-ratio:1/1!important;object-fit:cover!important}
.cns-root .cns-photo-grid[data-count="1"] .cns-photo-tile .cns-media{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;background:transparent!important}
.cns-root .cns-photo-more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(7,19,14,.52);color:#fff;font-size:30px;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.cns-root .cns-video-stack{display:grid;gap:8px;width:100%;margin-top:8px}
.cns-root .cns-video-stack .cns-feed-video{display:block;width:100%!important;height:auto!important;min-height:0!important;max-height:72dvh!important;aspect-ratio:auto!important;object-fit:contain!important;background:#0b0d0c!important;border:0;border-radius:15px;overflow:hidden}
.cns-root .cns-modern-album{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
.cns-root .cns-modern-album .cns-album-item{display:block;overflow:hidden;border-radius:10px;background:#edf2ef}
.cns-root .cns-modern-album img{display:block;width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:0!important}
@media(max-width:520px){.cns-root .cns-photo-tile{min-height:130px}.cns-root .cns-photo-tile .cns-media{min-height:130px!important}.cns-root .cns-photo-more{font-size:25px}.cns-root .cns-video-stack .cns-feed-video{max-height:68dvh!important}.cns-root .cns-modern-album{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important}}


/* v3.2.5 — clear, modern full-screen album; videos remain independent */
.cns-album-layer{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(9,18,15,.68);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.cns-album-sheet{width:min(920px,100%);height:min(88dvh,900px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(8,127,91,.12);border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.cns-album-head{position:relative;z-index:3;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;min-height:66px;padding:10px 12px 10px 18px;border-bottom:1px solid #e8eeeb;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.cns-album-head>div{display:flex;flex-direction:column;gap:1px}.cns-album-head strong{font-size:16px;line-height:1.2;color:#183044}.cns-album-head span{font-size:10px;font-weight:700;color:#7f8e87}
.cns-album-close{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #dfe8e3;border-radius:50%;background:#f4f7f5;color:#183044;font:300 30px/1 Arial,sans-serif;cursor:pointer}
.cns-album-scroll{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:8px;background:#f5f7f6;-webkit-overflow-scrolling:touch}
.cns-album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;align-items:start}
.cns-album-card{position:relative;margin:0;overflow:hidden;border-radius:13px;background:#e8eeeb;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.cns-album-card img{display:block;width:100%;height:auto;min-height:150px;max-height:420px;object-fit:cover;background:#e8eeeb}
.cns-album-card figcaption{position:absolute;right:7px;bottom:7px;padding:3px 7px;border-radius:999px;background:rgba(0,0,0,.48);color:#fff;font-size:9px;font-weight:800;line-height:1.25;backdrop-filter:blur(5px)}
@media(max-width:620px){.cns-album-layer{align-items:stretch;padding:0;background:#f5f7f6;backdrop-filter:none;-webkit-backdrop-filter:none}.cns-album-sheet{width:100%;height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none}.cns-album-head{min-height:58px;padding:max(7px,env(safe-area-inset-top)) 10px 7px 14px}.cns-album-head strong{font-size:15px}.cns-album-close{width:38px;height:38px;font-size:28px}.cns-album-scroll{padding:5px max(5px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(5px,env(safe-area-inset-left))}.cns-album-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.cns-album-card{border-radius:10px}.cns-album-card img{min-height:130px;max-height:330px}}


/* v3.2.6 — own comment edit/delete controls */
.cns-root .cns-comment-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:3px}
.cns-root .cns-comment-meta .cns-comment-time{margin-top:0!important}
.cns-root .cns-comment-actions{display:inline-flex;align-items:center;gap:6px}
.cns-root .cns-comment-actions button{appearance:none;border:0;background:transparent;padding:0;font:600 9px/1.2 Arial,sans-serif;color:#6f7c76;cursor:pointer}
.cns-root .cns-comment-actions button:hover{color:#087f5b}
.cns-root .cns-comment-actions button[data-delete-comment],
.cns-root .cns-comment-actions button[data-delete-story-comment]{color:#b23a3a}
@media(max-width:520px){.cns-root .cns-comment-actions button{font-size:8.5px}}

.cns-root .cns-comment-edit-form textarea{width:100%;min-height:110px;resize:vertical;line-height:1.45}
.cns-root .cns-comment-edit-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}
\n\n/* v3.2.7 — refined gallery + slightly stronger post typography */
.cns-root .cns-postname{font-size:15px!important;font-weight:850!important;letter-spacing:-.12px!important;color:#183044!important}
.cns-root .cns-body{font-size:15px!important;line-height:1.58!important;font-weight:450!important;color:#253b33!important}
/* 1–3 photos stay natural; 4+ becomes a clean 2x2 gallery preview. */
.cns-root .cns-photo-grid[data-count="1"]{grid-template-columns:1fr!important}
.cns-root .cns-photo-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.cns-root .cns-photo-grid[data-count="3"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.cns-root .cns-photo-grid[data-count="3"] .cns-photo-tile:first-child{grid-row:span 2!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]){grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;aspect-ratio:16/10!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .cns-photo-tile{min-height:0!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .cns-photo-tile:first-child{grid-row:auto!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .cns-photo-tile .cns-media{min-height:0!important;aspect-ratio:auto!important;object-fit:cover!important}
@media(max-width:520px){.cns-root .cns-postname{font-size:14.5px!important}.cns-root .cns-body{font-size:14.5px!important;line-height:1.56!important}.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]){aspect-ratio:1/1!important}}


/* v3.2.8 — compact premium gallery; max 3 feed tiles, full-screen viewer, videos independent */
.cns-root .cns-photo-grid{display:grid!important;width:100%!important;margin-top:8px!important;gap:3px!important;overflow:hidden!important;border-radius:15px!important;background:#e8eeeb!important;max-height:360px!important}
.cns-root .cns-photo-grid .cns-photo-tile{position:relative!important;display:block!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;border:0!important;overflow:hidden!important;background:#e8eeeb!important;cursor:pointer!important}
.cns-root .cns-photo-grid .cns-photo-tile .cns-media{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important;background:#e8eeeb!important}
.cns-root .cns-photo-grid[data-count="1"]{display:block!important;max-height:none!important;background:transparent!important}
.cns-root .cns-photo-grid[data-count="1"] .cns-photo-tile .cns-media{height:auto!important;max-height:72dvh!important;object-fit:contain!important;background:transparent!important}
.cns-root .cns-photo-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:1fr!important;height:300px!important;max-height:300px!important}
.cns-root .cns-photo-grid[data-count="3"]{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;height:330px!important;max-height:330px!important}
.cns-root .cns-photo-grid[data-count="3"] .cns-photo-tile:first-child{grid-column:1!important;grid-row:1 / span 2!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]){grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;height:330px!important;max-height:330px!important;aspect-ratio:auto!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .cns-photo-tile:first-child{grid-column:1!important;grid-row:1 / span 2!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .cns-photo-tile:nth-child(2){grid-column:2!important;grid-row:1!important}
.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) .cns-photo-tile:nth-child(3){grid-column:2!important;grid-row:2!important}
.cns-root .cns-photo-more{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;background:rgba(8,20,15,.55)!important;color:#fff!important;font-size:30px!important;font-weight:900!important;letter-spacing:-.5px!important;text-shadow:0 2px 8px rgba(0,0,0,.28)!important;backdrop-filter:blur(1px)!important;-webkit-backdrop-filter:blur(1px)!important}
.cns-root .cns-video-stack{display:block!important;width:100%!important;margin-top:8px!important}
.cns-root .cns-video-stack .cns-feed-video{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:72dvh!important;aspect-ratio:auto!important;object-fit:contain!important;background:#0b0d0c!important;border:0!important;border-radius:15px!important;margin:0 0 8px!important}
.cns-album-viewer{padding:14px!important;background:rgba(4,8,6,.88)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
.cns-album-viewer .cns-album-sheet{width:min(1080px,100%)!important;height:min(94dvh,920px)!important;background:#0b0e0c!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;box-shadow:0 28px 90px rgba(0,0,0,.45)!important}
.cns-album-viewer .cns-album-head{min-height:56px!important;padding:8px 10px 8px 16px!important;background:rgba(12,16,14,.96)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.cns-album-viewer .cns-album-head strong{color:#fff!important}.cns-album-viewer .cns-album-head span{color:#aeb9b3!important}
.cns-album-viewer .cns-album-close{width:38px!important;height:38px!important;border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.08)!important;color:#fff!important}
.cns-album-stage-wrap{position:relative!important;flex:1!important;min-height:0!important;display:grid!important;grid-template-columns:52px minmax(0,1fr) 52px!important;align-items:center!important;background:#050706!important}
.cns-album-stage{width:100%!important;height:100%!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;touch-action:pan-y!important}
.cns-album-main{display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;background:#050706!important}
.cns-album-nav{width:42px!important;height:58px!important;margin:auto!important;border:0!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font:300 34px/1 Arial,sans-serif!important;cursor:pointer!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}
.cns-album-nav:hover{background:rgba(255,255,255,.14)!important}.cns-album-nav[hidden]{visibility:hidden!important;display:block!important}
.cns-album-thumbs{flex:0 0 auto!important;display:flex!important;gap:6px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;padding:8px 10px max(8px,env(safe-area-inset-bottom))!important;background:#0b0e0c!important;scrollbar-width:none!important}.cns-album-thumbs::-webkit-scrollbar{display:none!important}
.cns-album-thumb{flex:0 0 58px!important;width:58px!important;height:58px!important;padding:0!important;border:2px solid transparent!important;border-radius:9px!important;overflow:hidden!important;background:#171d19!important;opacity:.66!important;cursor:pointer!important}.cns-album-thumb.is-active{border-color:#18a673!important;opacity:1!important}.cns-album-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
@media(max-width:620px){.cns-root .cns-photo-grid{border-radius:12px!important}.cns-root .cns-photo-grid[data-count="2"]{height:210px!important;max-height:210px!important}.cns-root .cns-photo-grid[data-count="3"],.cns-root .cns-photo-grid[data-count]:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]){height:235px!important;max-height:235px!important}.cns-root .cns-photo-more{font-size:25px!important}.cns-album-viewer{padding:0!important;background:#050706!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cns-album-viewer .cns-album-sheet{width:100%!important;height:100dvh!important;max-height:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}.cns-album-viewer .cns-album-head{padding:max(7px,env(safe-area-inset-top)) 9px 7px 13px!important}.cns-album-stage-wrap{grid-template-columns:34px minmax(0,1fr) 34px!important}.cns-album-nav{width:30px!important;height:48px!important;border-radius:10px!important;font-size:28px!important}.cns-album-thumb{flex-basis:52px!important;width:52px!important;height:52px!important}.cns-root .cns-video-stack .cns-feed-video{max-height:68dvh!important;border-radius:12px!important}}

/* v3.2.9 — professional post social stats: read, like, comment, share */
.cns-root .cns-socialbar{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;align-items:stretch!important;margin-top:9px!important;padding:7px 0 2px!important;border-top:1px solid #edf1ef!important;border-bottom:1px solid #edf1ef!important}
.cns-root .cns-socialitem{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:0!important;padding:6px 4px!important;border:0!important;background:transparent!important;color:#63726b!important;font:inherit!important;cursor:pointer!important;border-radius:10px!important;transition:background .16s ease,color .16s ease!important}
.cns-root .cns-socialitem:hover{background:#f5f8f6!important;color:#087f5b!important}
.cns-root .cns-socialitem:disabled{opacity:1!important;cursor:default!important}
.cns-root .cns-socialitem svg{width:18px!important;height:18px!important;flex:0 0 18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.cns-root .cns-socialitem>span:not(.cns-heart){display:flex!important;align-items:baseline!important;gap:3px!important;min-width:0!important}
.cns-root .cns-socialitem b{font-size:12px!important;line-height:1!important;color:inherit!important}
.cns-root .cns-socialitem small{font-size:10px!important;line-height:1!important;color:inherit!important;white-space:nowrap!important}
.cns-root .cns-socialitem .cns-heart{font-size:23px!important;line-height:18px!important;width:19px!important;text-align:center!important;color:#63726b!important}
.cns-root .cns-socialitem.is-liked,.cns-root .cns-socialitem.is-liked .cns-heart{color:#087f5b!important}
@media(max-width:520px){.cns-root .cns-socialbar{gap:1px!important}.cns-root .cns-socialitem{gap:4px!important;padding:6px 2px!important}.cns-root .cns-socialitem svg{width:16px!important;height:16px!important;flex-basis:16px!important}.cns-root .cns-socialitem .cns-heart{font-size:21px!important;width:17px!important}.cns-root .cns-socialitem b{font-size:11px!important}.cns-root .cns-socialitem small{font-size:9px!important}}

/* v3.3.0 — Facebook-style long post collapse */
.cns-root .cns-body-collapsible{white-space:pre-wrap!important}
.cns-root .cns-readmore{display:inline;border:0;background:transparent;padding:0;margin:0 0 0 3px;color:var(--cns-green);font:inherit;font-weight:800;cursor:pointer;vertical-align:baseline}
.cns-root .cns-readmore:hover{text-decoration:underline}
.cns-root .cns-readmore:focus-visible{outline:2px solid var(--cns-green);outline-offset:2px;border-radius:4px}
