html, body { max-width: 100%; overflow-x: hidden; }
.closed-beta-hidden { display: none !important; }
.lc-user-search { position: relative; flex: 1 1 240px; max-width: 360px; z-index: 60; }
.lc-user-search input { width: 100%; min-height: 44px; border-radius: 999px; border: 1px solid rgba(243,199,91,.25); background: rgba(255,255,255,.08); color: #fff6df; padding: 0 16px; }
.lc-search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: rgba(12,8,4,.98); border: 1px solid rgba(243,199,91,.3); border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.45); padding: 8px; max-height: 330px; overflow:auto; }
.lc-search-results button { width: 100%; display:flex; gap:10px; align-items:center; padding:10px; border:0; border-radius:14px; background:transparent; color:#fff6df; text-align:left; }
.lc-search-results button:hover { background: rgba(255,255,255,.08); }
.lc-search-results small { display:block; color:rgba(255,255,255,.58); }
.lc-home-feed, .lc-home-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; align-items:start; }
.lc-post-card { position:relative; width:100%; max-width:100%; border:1px solid rgba(243,199,91,.18); background:rgba(255,255,255,.06); border-radius:26px; padding:16px; box-shadow:0 18px 50px rgba(0,0,0,.28); overflow:hidden; }
.lc-post-head { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.lc-author { border:0; background:transparent; color:#fff6df; text-align:left; padding:0; flex:1; min-width:0; }
.lc-author strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.lc-author span { display:block; color:rgba(255,255,255,.62); font-size:.9rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.lc-avatar { flex:0 0 auto; width:44px; height:44px; border-radius:15px; border:1px solid rgba(243,199,91,.28); background:linear-gradient(135deg,rgba(243,199,91,.45),rgba(255,255,255,.12)); background-size:cover; background-position:center; color:#fff6df; font-weight:900; display:grid; place-items:center; cursor:pointer; }
.lc-avatar.small { width:44px; height:44px; }
.lc-avatar.tiny { width:32px; height:32px; border-radius:11px; font-size:.75rem; }
.lc-media { width:100%; display:block; border-radius:20px; max-height:520px; object-fit:cover; background:#050403; border:1px solid rgba(255,255,255,.08); }
.lc-video-frame { width:100%; max-width:420px; margin:0 auto 12px; aspect-ratio:9/16; border-radius:24px; overflow:hidden; background:#050403; display:grid; place-items:center; }
.lc-video-frame video { width:100%; height:100%; object-fit:cover; border-radius:0; }
.lc-short-card { max-width:480px; margin-left:auto; margin-right:auto; }
.lc-post-body { color:rgba(255,255,255,.86); line-height:1.6; overflow-wrap:anywhere; }
.lc-liked-badge { display:inline-flex; margin:4px 0 10px; padding:7px 11px; border-radius:999px; background:rgba(255,64,104,.16); color:#ff8eaa; font-size:.84rem; font-weight:800; }
.lc-post-actions { display:flex; flex-wrap:wrap; gap:8px; border-top:1px solid rgba(255,255,255,.08); padding-top:12px; }
.lc-action, .lc-icon-btn { border:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.07); color:#fff6df; border-radius:999px; padding:9px 12px; font-weight:800; }
.lc-action.active { border-color:rgba(243,199,91,.45); background:rgba(243,199,91,.14); color:#ffe8a6; }
.lc-owner-menu { position:relative; }
.lc-owner-dropdown { display:none; position:absolute; right:0; top:calc(100% + 6px); min-width:140px; background:#120d07; border:1px solid rgba(243,199,91,.25); border-radius:14px; padding:6px; z-index:10; box-shadow:0 18px 40px rgba(0,0,0,.38); }
.lc-owner-menu:hover .lc-owner-dropdown, .lc-owner-menu:focus-within .lc-owner-dropdown { display:block; }
.lc-owner-dropdown button { width:100%; text-align:left; border:0; background:transparent; color:#fff6df; padding:9px 10px; border-radius:10px; }
.lc-owner-dropdown button:hover { background:rgba(255,255,255,.08); }
.lc-comments { margin-top:12px; border-top:1px solid rgba(255,255,255,.08); padding-top:12px; }
.lc-comment { display:flex; gap:10px; margin-bottom:12px; }
.lc-comment-author { border:0; background:transparent; color:#fff6df; padding:0; font-weight:900; text-align:left; }
.lc-comment-author span { color:rgba(255,255,255,.58); font-weight:600; }
.lc-comment p { margin:.2rem 0 0; color:rgba(255,255,255,.82); overflow-wrap:anywhere; }
.lc-comment-form { display:flex; gap:8px; }
.lc-comment-form input { flex:1; min-width:0; border-radius:999px; border:1px solid rgba(243,199,91,.22); background:rgba(255,255,255,.08); color:#fff; padding:0 14px; }
.lc-comment-form button { border:0; border-radius:999px; padding:10px 14px; background:linear-gradient(135deg,#f3c75b,#fff0a6); color:#160d03; font-weight:900; }
.lc-heart-pop { position:absolute; left:50%; top:46%; transform:translate(-50%,-50%); color:#ff3d68; font-size:4rem; animation:lcHeart .85s ease forwards; pointer-events:none; text-shadow:0 12px 40px rgba(255,0,70,.45); }
.lc-feed-empty, .lc-feed-loading { padding:22px; border-radius:22px; background:rgba(255,255,255,.06); border:1px solid rgba(243,199,91,.18); color:#fff6df; }
.lc-muted { color:rgba(255,255,255,.6); }
@keyframes lcHeart { 0%{opacity:0; transform:translate(-50%,-50%) scale(.4)} 25%{opacity:1} 100%{opacity:0; transform:translate(-50%,-95%) scale(1.2)} }
@media (max-width: 820px) {
  .nav-shell { flex-wrap:wrap; }
  .lc-user-search { order:3; flex-basis:100%; max-width:none; width:100%; }
  .lc-search-results { position:fixed; left:12px; right:12px; top:86px; }
  .lc-home-feed, .lc-home-grid { grid-template-columns:1fr; }
  .lc-post-card { border-radius:22px; padding:13px; }
  .lc-video-frame { max-width:100%; }
  .lc-comment-form { flex-direction:column; }
  .lc-comment-form button { width:100%; }
}

/* Liberation v3.9: unified interaction bars and real feed cleanup */
.feed-section .section-copy h2{font-size:clamp(2.3rem,5vw,4.6rem)}
.feed-section .section-copy p{max-width:720px}
.feed-wall.lc-real-feed-wall{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;align-items:start;width:100%}
.feed-wall.lc-real-feed-wall .lc-post-card{min-height:0}
.post-actions,.lc-post-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;border-top:1px solid rgba(255,255,255,.09)!important;padding-top:14px!important;margin-top:12px!important}
.post-actions button,.lc-action,.lc-icon-btn{appearance:none;border:1px solid rgba(255,255,255,.13)!important;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;color:#fff6df!important;border-radius:999px!important;min-height:44px!important;padding:0 16px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;cursor:pointer!important;text-decoration:none!important;white-space:nowrap!important}
.post-actions button:hover,.lc-action:hover,.lc-icon-btn:hover{border-color:rgba(243,199,91,.42)!important;background:rgba(243,199,91,.13)!important;transform:translateY(-1px)}
.post-actions button.active,.lc-action.active,.lc-like.active{border-color:rgba(243,199,91,.55)!important;background:linear-gradient(135deg,rgba(243,199,91,.26),rgba(255,255,255,.08))!important;color:#ffe8a6!important}
.lc-like.active{color:#ff8eaa!important}
.lc-liked-badge{margin-top:8px!important;margin-bottom:4px!important;background:rgba(255,64,104,.18)!important;color:#ff9bb3!important;border:1px solid rgba(255,64,104,.18)!important}
.lc-post-card .lc-post-body{font-size:1rem;line-height:1.55;margin:12px 0;display:block;overflow-wrap:anywhere}
.lc-post-card .lc-post-body:empty{display:none}
.lc-post-card{display:flex;flex-direction:column}
.lc-post-card .lc-video-frame,.lc-post-card img.lc-media{margin-bottom:12px}
.lc-home-feed .lc-post-card,.lc-home-grid .lc-post-card{height:auto}
.lc-home-feed .lc-short-card,.lc-home-grid .lc-short-card{max-width:100%;margin:0}
.lc-home-feed .lc-video-frame,.lc-home-grid .lc-video-frame{max-width:100%}
.lc-comment-form input{min-height:44px!important}
.hidden{display:none!important}
@media(max-width:820px){.feed-wall.lc-real-feed-wall{grid-template-columns:1fr}.post-actions,.lc-post-actions{gap:8px!important}.post-actions button,.lc-action,.lc-icon-btn{flex:1 1 auto;min-width:0;padding:0 12px!important}.lc-share,.lc-save{flex:1 1 120px}.lc-like,.lc-comment-toggle{flex:0 0 auto}}

/* Liberation v4.0: reset-password UI, safer mobile nav/search and media framing */
.auth-inline-actions{display:flex;justify-content:flex-end;margin-top:10px}
.auth-text-button{border:0;background:transparent;color:#ffe8a6;font-weight:900;cursor:pointer;text-decoration:underline;text-decoration-color:rgba(243,199,91,.35);text-underline-offset:4px;padding:6px 0}
.auth-text-button:hover{color:#fff3c7;text-decoration-color:rgba(243,199,91,.85)}
#passwordResetRequestForm .micro-copy,#passwordUpdateForm .micro-copy{margin:.2rem 0 1rem;color:rgba(255,255,255,.68);line-height:1.5}
.db-post-card video.db-post-media,.public-post-card video.db-post-media{width:100%;max-height:520px;object-fit:cover;background:#050403;border-radius:18px;display:block}
.db-post-card img.db-post-media,.public-post-card img.db-post-media{width:100%;max-height:520px;object-fit:cover;background:#050403;border-radius:18px;display:block}
.lc-post-card video,.lc-post-card img{max-width:100%}
@media(max-width:980px){
  .site-header{overflow:visible!important}
  .nav-shell{align-items:center!important;gap:10px!important}
  .main-nav.open{max-height:calc(100vh - 112px);overflow:auto;padding-bottom:14px}
  .lc-user-search{order:4;flex:1 0 100%;max-width:none!important;width:100%}
  .lc-user-search input{min-height:46px;font-size:16px}
  .lc-search-results{position:fixed!important;left:12px!important;right:12px!important;top:calc(env(safe-area-inset-top,0px) + 92px)!important;z-index:2147482500!important;max-height:min(420px,calc(100vh - 118px))}
  .language-switch{margin-left:auto}
  .nav-account-wrap{order:3}
}
@media(max-width:560px){
  .brand-copy span{display:none}
  .brand-icon{width:40px;height:40px}
  .lc-post-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
  .lc-action,.lc-icon-btn{width:100%;min-height:42px!important;padding:0 10px!important}
  .lc-owner-menu{align-self:flex-start}
  .lc-owner-menu .lc-icon-btn{width:42px!important}
}


/* Liberation v4.3: interaction/follow stability */
.lc-toast{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%) translateY(20px);
  z-index:2147483000;
  max-width:min(92vw,520px);
  padding:13px 16px;
  border-radius:18px;
  border:1px solid rgba(243,199,91,.28);
  background:rgba(14,10,5,.96);
  color:#fff6df;
  box-shadow:0 18px 50px rgba(0,0,0,.45);
  font-weight:800;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}
.lc-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.lc-toast[data-type="error"]{border-color:rgba(255,90,120,.42)}
.lc-toast[data-type="success"]{border-color:rgba(243,199,91,.58)}
#publicFollowButton.active,#publicFollowButton.is-following,[data-follow-profile].active,[data-follow-profile].is-following{
  background:linear-gradient(135deg,rgba(243,199,91,.34),rgba(255,255,255,.08))!important;
  border-color:rgba(243,199,91,.68)!important;
}
.lc-action:disabled,#publicFollowButton:disabled,[data-follow-profile]:disabled{opacity:.65;cursor:progress!important}
.public-post-grid .lc-post-card{max-width:560px;margin-left:auto;margin-right:auto}
.public-post-grid .lc-post-actions{justify-content:flex-start}


/* Liberation v4.4: public comments + premium follow button */
#publicFollowButton,[data-follow-profile]{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-width:132px;
  border:1px solid rgba(255,229,143,.44)!important;
  background:linear-gradient(135deg,#ffe58f 0%,#f0b93f 45%,#b97814 100%)!important;
  color:#1a1003!important;
  box-shadow:0 16px 38px rgba(217,163,51,.22),inset 0 1px 0 rgba(255,255,255,.42)!important;
  letter-spacing:.01em;
}
#publicFollowButton::before,[data-follow-profile]::before{
  content:'';
  position:absolute;
  inset:-30% auto -30% -55%;
  width:52%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.58),transparent);
  opacity:.55;
  transition:transform .45s ease;
  z-index:-1;
}
#publicFollowButton:hover::before,[data-follow-profile]:hover::before{transform:translateX(330%) skewX(-18deg)}
#publicFollowButton:hover,[data-follow-profile]:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(217,163,51,.30),inset 0 1px 0 rgba(255,255,255,.52)!important}
#publicFollowButton.active,#publicFollowButton.is-following,[data-follow-profile].active,[data-follow-profile].is-following{
  border-color:rgba(126,255,196,.34)!important;
  background:linear-gradient(135deg,rgba(31,230,149,.22),rgba(243,199,91,.18) 48%,rgba(255,255,255,.07))!important;
  color:#eafff5!important;
  box-shadow:0 18px 46px rgba(31,230,149,.13),inset 0 1px 0 rgba(255,255,255,.14)!important;
}
#publicFollowButton.active::after,#publicFollowButton.is-following::after,[data-follow-profile].active::after,[data-follow-profile].is-following::after{
  content:'aktiv';
  position:absolute;
  right:10px;
  bottom:6px;
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(234,255,245,.52);
}
.public-post-grid .lc-comments{width:100%;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.09)}
.public-post-grid .lc-comments:not(.hidden){display:block!important;animation:lcCommentOpen .18s ease both}
.public-post-grid .lc-comments-list{display:grid;gap:10px;margin-bottom:12px}
.public-post-grid .lc-comment{padding:10px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}
.public-post-grid .lc-comment-form{display:flex!important;gap:9px;align-items:center}
.public-post-grid .lc-comment-form input{min-height:44px;border-radius:999px}
.public-post-grid .lc-comment-toggle.active{border-color:rgba(243,199,91,.58)!important;background:rgba(243,199,91,.16)!important;color:#ffe8a6!important}
@keyframes lcCommentOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:620px){#publicFollowButton,[data-follow-profile]{width:100%;max-width:220px}.public-post-grid .lc-comment-form{flex-direction:column}.public-post-grid .lc-comment-form button{width:100%}}


/* Liberation v4.5: reliable comment drawer + stronger follow CTA */
.public-post-grid .lc-comments,
.lc-post-card .lc-comments{
  width:100%;
  margin-top:14px;
  padding:14px;
  border-top:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
}
.public-post-grid .lc-comments.lc-comments-open,
.lc-post-card .lc-comments.lc-comments-open{
  display:block!important;
  animation:lcCommentDrawer .2s ease both;
}
@keyframes lcCommentDrawer{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.public-post-grid .lc-comments-list,
.lc-post-card .lc-comments-list{display:grid;gap:10px;margin-bottom:12px}
.public-post-grid .lc-comment,
.lc-post-card .lc-comment{padding:10px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}
.public-post-grid .lc-comment-form,
.lc-post-card .lc-comment-form{display:flex!important;gap:9px;align-items:center}
.public-post-grid .lc-comment-form input,
.lc-post-card .lc-comment-form input{min-height:46px;border-radius:999px;border:1px solid rgba(243,199,91,.24);background:rgba(0,0,0,.22);color:#fff6df}
.public-post-grid .lc-comment-toggle.active,
.lc-post-card .lc-comment-toggle.active{border-color:rgba(243,199,91,.62)!important;background:linear-gradient(135deg,rgba(243,199,91,.22),rgba(255,255,255,.08))!important;color:#ffe8a6!important}
#publicFollowButton,[data-follow-profile]{
  position:relative;overflow:hidden;isolation:isolate;display:inline-flex!important;align-items:center;justify-content:center;gap:9px!important;
  min-width:132px;min-height:54px;padding:0 22px!important;border-radius:18px!important;
  border:1px solid rgba(255,231,143,.62)!important;
  background:linear-gradient(135deg,#ffe58f 0%,#f6bd38 48%,#d99010 100%)!important;
  color:#180e03!important;font-weight:1000!important;letter-spacing:.015em;box-shadow:0 14px 38px rgba(217,153,16,.22),inset 0 1px 0 rgba(255,255,255,.5)!important;
}
#publicFollowButton::before,[data-follow-profile]::before{content:'';position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.42) 45%,transparent 62%);transform:translateX(-120%);transition:transform .65s ease;z-index:-1}
#publicFollowButton:hover::before,[data-follow-profile]:hover::before{transform:translateX(120%)}
#publicFollowButton:hover,[data-follow-profile]:hover{transform:translateY(-1px);box-shadow:0 18px 46px rgba(217,153,16,.3),inset 0 1px 0 rgba(255,255,255,.58)!important}
#publicFollowButton.active,#publicFollowButton.is-following,[data-follow-profile].active,[data-follow-profile].is-following{
  border-color:rgba(98,255,184,.55)!important;
  background:linear-gradient(135deg,rgba(73,255,167,.22),rgba(243,199,91,.2) 45%,rgba(255,255,255,.08))!important;
  color:#fff6df!important;text-shadow:0 0 18px rgba(98,255,184,.18);
}
#publicFollowButton .follow-check,[data-follow-profile] .follow-check{display:grid;place-items:center;width:23px;height:23px;border-radius:999px;background:rgba(98,255,184,.18);border:1px solid rgba(98,255,184,.36);color:#9dffd1}
#publicFollowButton .follow-plus,[data-follow-profile] .follow-plus{font-size:1.05rem;font-weight:1000}
@media(max-width:620px){.public-post-grid .lc-comment-form,.lc-post-card .lc-comment-form{flex-direction:column}.public-post-grid .lc-comment-form button,.lc-post-card .lc-comment-form button{width:100%}}


/* Liberation v4.6: live counters and clearer active states */
.lc-like.active{border-color:rgba(255,113,154,.55)!important;background:linear-gradient(135deg,rgba(255,77,124,.22),rgba(243,199,91,.13))!important;color:#ff9bbd!important}
.lc-comment-toggle.active{border-color:rgba(190,160,255,.55)!important;background:linear-gradient(135deg,rgba(159,126,255,.22),rgba(243,199,91,.10))!important;color:#e1d7ff!important}
.lc-comments-open{display:block!important;animation:lcCommentOpen .18s ease both}
@keyframes lcCommentOpen{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}


/* Liberation v4.7: Points Core */
.lp-core-card{
  margin:16px 0 18px;
  padding:16px;
  border:1px solid rgba(255,218,96,.22);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,218,96,.10),rgba(255,255,255,.035) 48%,rgba(50,255,188,.05));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 48px rgba(0,0,0,.22);
}
.lp-core-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.lp-core-head span,.lp-today span{display:block;color:rgba(255,244,220,.62);font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.lp-core-head strong{display:block;color:#fff6df;font-size:clamp(1.5rem,4vw,2.3rem);line-height:1.05;margin-top:4px}
.lp-pill-btn{border:1px solid rgba(255,218,96,.36);border-radius:999px;min-height:42px;padding:0 15px;background:linear-gradient(135deg,#ffe08a,#d69a1f);color:#130c04;font-weight:950;cursor:pointer;box-shadow:0 12px 30px rgba(214,154,31,.20)}
.lp-pill-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
.lp-level-line{display:flex;justify-content:space-between;gap:12px;align-items:center;color:rgba(255,244,220,.66);font-size:.92rem;margin:10px 0 8px}
.lp-level-line strong{color:#ffe792}
.lp-progress{height:10px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden;border:1px solid rgba(255,218,96,.16)}
.lp-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#d69a1f,#ffe08a,#55ffc3);border-radius:inherit;transition:width .35s ease}
.lp-today{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:12px 0;color:#fff6df}
.lp-today strong{color:#7fffd0}
.lp-rules-mini{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.lp-rules-mini span{border:1px solid rgba(255,218,96,.18);border-radius:999px;padding:7px 10px;background:rgba(0,0,0,.16);color:rgba(255,244,220,.75);font-size:.82rem;font-weight:800}
.lp-history{display:grid;gap:7px;margin-top:10px}
.lp-history div{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07)}
.lp-history strong{color:#7fffd0}.lp-history em{color:rgba(255,244,220,.72);font-style:normal}.lp-history>em{color:rgba(255,244,220,.54);font-style:normal}
.lp-toast{position:fixed;right:18px;bottom:22px;z-index:2147483100;padding:13px 16px;border-radius:18px;border:1px solid rgba(127,255,208,.34);background:rgba(9,12,9,.96);color:#fff6df;font-weight:950;box-shadow:0 18px 54px rgba(0,0,0,.42);opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.lp-toast.show{opacity:1;transform:translateY(0)}
@media(max-width:720px){.lp-core-head,.lp-level-line{align-items:flex-start;flex-direction:column}.lp-pill-btn{width:100%}.lp-toast{left:12px;right:12px;text-align:center}}
