:root{--bg:#fff8f4;--card:#fff;--ink:#1c162b;--muted:#847c91;--line:#eee7e1;--purple:#9e72e8;--purple2:#6f3fd2;--pink:#ff4f91;--soft:#f3eafe;--tag:#ffe9dd;--shadow:0 18px 50px rgba(54,28,94,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.app-bg{min-height:100vh;padding-bottom:92px;background:linear-gradient(180deg,#fff,#fff8f4 260px,#fff8f4)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;gap:24px;justify-content:space-between;max-width:1120px;margin:0 auto;padding:14px 22px;background:hsla(0,0%,100%,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand,.topbar{display:flex;align-items:center}.brand{gap:12px;min-width:190px}.brand-icon-logo{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;font-size:24px;font-weight:950;color:#fff;background:linear-gradient(135deg,var(--purple2),#ef5aa7);box-shadow:0 10px 22px rgba(111,63,210,.25)}.brand strong{display:block;font-size:24px;line-height:1}.brand span{display:block;color:var(--muted);font-weight:650;margin-top:5px}.desktop-nav{gap:12px;flex:1 1;justify-content:center}.desktop-nav,.desktop-nav a{display:flex;align-items:center}.desktop-nav a{padding:10px 12px;border-radius:18px;font-weight:850;color:#272036;gap:8px}.desktop-nav .nav-active,.desktop-nav a:hover{background:var(--soft);color:var(--purple2)}.nav-plus{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple2),var(--purple));color:#fff;font-size:24px;line-height:1}.top-actions{display:flex;align-items:center;gap:10px}.avatar-mini,.icon-btn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);box-shadow:0 8px 18px rgba(0,0,0,.04);font-size:24px}.avatar-mini{font-weight:900;background:#ffd0df;color:#1c162b}.shell{max-width:1120px;margin:0 auto;padding:20px 22px;display:grid;grid-template-columns:minmax(0,1fr) 270px;grid-gap:20px;gap:20px}.content.full{grid-column:1/-1}.tabs{display:flex;gap:18px;margin-bottom:20px}.tab{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:14px 30px;font-size:17px;font-weight:900;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.035)}.tab.active{background:var(--purple);color:#fff;border-color:transparent}.search-box{height:60px;border-radius:22px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;gap:24px;padding:0 24px;font-size:19px;color:var(--muted);box-shadow:var(--shadow);margin-bottom:22px}.search-box:first-letter{font-size:30px;color:#171326}.filters{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-bottom:26px}.filters button{height:58px;border-radius:20px;border:1px solid var(--line);background:#fff;padding:0 22px;text-align:left;font-size:18px;font-weight:850;display:flex;justify-content:space-between;align-items:center;color:#272036}.post-list{gap:18px}.post-card,.post-list{display:flex;flex-direction:column}.post-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px 24px;box-shadow:var(--shadow);min-height:155px;justify-content:space-between}.post-head{display:flex;align-items:center;gap:16px}.avatar{width:52px;height:52px;border-radius:50%;background:#ffa8c6;color:#1e1731;display:grid;place-items:center;font-weight:950;font-size:24px}.post-head h3{margin:0;font-size:21px}.post-head p{margin:5px 0 0;color:var(--muted);font-weight:650}.post-icons{margin-left:auto;display:flex;gap:22px;color:#6e5d8a;font-size:24px}.post-title{font-size:26px;font-weight:950;margin:28px 0 20px;letter-spacing:-.02em}.post-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px}.pill{background:var(--tag);padding:8px 16px;border-radius:999px;font-weight:900}.metrics{color:#6e667b;font-weight:800}.metrics,.rightbar{display:flex;gap:22px}.rightbar{flex-direction:column}.page-card,.premium-card,.profile-card,.side-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:20px}.profile-card{text-align:center}.avatar.big{width:76px;height:76px;margin:0 auto 14px}.profile-card h3{margin:0;font-size:22px}.profile-card p{margin:8px 0 22px;color:var(--muted);font-weight:700}.stats{display:flex;justify-content:space-around;gap:10px}.stats span{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-weight:800}.stats b{font-size:22px;color:var(--ink)}.premium-card h3,.side-card h3{margin:0 0 16px}.tags{display:flex;flex-wrap:wrap;gap:10px}.tags span{background:var(--soft);color:var(--purple2);font-weight:900;border-radius:12px;padding:9px 12px}.premium-card{background:linear-gradient(135deg,#6730d1,#e354ad);color:#fff}.premium-card p{color:#fff7}.premium-card a,.primary-btn{border:0;background:#fff;color:var(--purple2);border-radius:14px;padding:13px 20px;font-weight:950;display:inline-block}.premium-hero,.star{width:48px;height:48px;border-radius:16px;background:#ffc758;color:#fff;display:grid;place-items:center;font-size:24px;margin-bottom:12px}.footer-links{max-width:1120px;margin:0 auto 10px;padding:20px 28px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:14px;font-weight:800}.footer-links a:hover{color:var(--purple2)}.mobile-nav{display:none}.page-card.narrow{max-width:820px;margin:0 auto}.page-card h1{font-size:30px;margin:0 0 12px;letter-spacing:-.03em}.page-card p{color:#62586f;font-size:18px;line-height:1.7}.profile-menu,.rank-list{display:flex;flex-direction:column;gap:14px;margin-top:24px}.profile-menu a,.rank-item{display:flex;align-items:center;gap:16px;background:#fffaf7;border:1px solid var(--line);border-radius:18px;padding:18px}.rank-item span:first-child{width:38px;height:38px;border-radius:50%;background:#171326;color:#fff;display:grid;place-items:center;font-weight:950}.rank-item div{display:flex;flex-direction:column}.rank-item small{color:var(--muted);margin-top:4px}.badge-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:26px}.badge-card{display:flex;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:18px;background:#fffaf7}.badge-card span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--soft);font-size:25px}.badge-card div{display:flex;flex-direction:column}.badge-card small{color:var(--muted);font-weight:700;margin-top:4px}.center-card{text-align:center}.premium-hero{margin:0 auto 18px;width:82px;height:82px;font-size:48px}.profile-top{display:flex;gap:20px;align-items:center}.avatar.huge{width:110px;height:110px;font-size:30px}.premium-badge{display:inline-block;background:var(--soft);color:var(--purple2);font-weight:950;border-radius:999px;padding:8px 12px}.profile-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin:24px 0}.profile-menu a{font-weight:900}.form-head,.profile-menu a{justify-content:space-between}.form-head{display:flex;align-items:center;margin-bottom:22px}.input,.textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fffaf7;padding:16px 18px;margin:8px 0 18px}.textarea{min-height:240px;resize:vertical}.article-card{max-width:860px;margin:0 auto}.back{display:inline-block;margin-bottom:18px;color:var(--purple2);font-weight:900}.detail-head{margin:20px 0 30px}.detail-head .pill{margin-left:auto}.article-text{font-size:22px!important;color:#2a2336!important;line-height:1.9!important}.detail-actions{border-top:1px solid var(--line);padding-top:22px;display:flex;gap:22px;color:#6e667b;font-weight:900}.policy-card{max-width:920px;margin:0 auto}.policy-card h2{margin-top:28px}.contact-box{border:1px solid var(--line);border-radius:18px;background:#fffaf7;padding:18px;margin-top:14px;display:flex;justify-content:space-between;gap:18px}.contact-box span{color:var(--purple2);font-weight:900}@media(max-width:980px){.desktop-nav{display:none}.topbar{padding:16px 18px}.brand{min-width:0}.brand-icon-logo{width:58px;height:58px}.brand strong{font-size:24px}.brand span{font-size:16px}.top-actions .avatar-mini{display:none}.shell{display:block;padding:24px 18px}.rightbar{display:none}.tabs{gap:12px}.tab{padding:16px 28px;font-size:19px}.search-box{height:72px;border-radius:28px;font-size:22px}.filters{gap:14px}.filters button{height:66px;border-radius:22px;font-size:20px}.post-card{border-radius:30px;padding:24px;min-height:184px}.post-title{font-size:24px}.footer-links{padding-bottom:94px}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;height:84px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(30,20,50,.08)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#2b2437;font-size:22px}.mobile-nav b{font-size:13px}.mobile-active{background:#f1e9ff;color:var(--purple2)!}.mobile-plus{width:48px;height:48px;border-radius:50%;border:3px solid #2b2437;display:grid;place-items:center;font-size:26px;font-weight:950;line-height:1}.page-card{border-radius:26px;padding:24px}.page-card h1{font-size:34px}.badge-grid{grid-template-columns:1fr}.profile-top{align-items:flex-start}.contact-box{flex-direction:column}}@media (min-width:981px){.app-bg{padding-bottom:40px}.topbar{min-height:84px}.brand span{font-size:14px}.desktop-nav{gap:8px}.desktop-nav a{font-size:15px}.shell{align-items:start}.tabs{margin-bottom:16px}.search-box{margin-bottom:18px}.filters{gap:18px;margin-bottom:20px}.post-list{gap:18px}.post-head h3{font-size:18px}.post-head p{font-size:14px}.post-title{margin:22px 0 16px}.metrics{gap:16px;font-size:14px}.rightbar{gap:18px}.profile-card h3{font-size:20px}.profile-card p{font-size:14px}.premium-card h3,.side-card h3{font-size:18px}.tags span{font-size:13px;padding:7px 10px}.premium-card p{font-size:14px}.page-card{max-width:760px}.page-card h1{font-size:34px}.rank-item{padding:14px}.footer-links,.shell,.topbar{max-width:1040px!important}.topbar{padding:12px 18px!important}.shell{grid-template-columns:minmax(0,1fr) 245px!important;gap:18px!important;padding:18px!important}.brand-logo{width:44px!important;height:44px!important;border-radius:15px!important}.brand strong,.brand-logo{font-size:22px!important}.brand span{font-size:13px!important}.desktop-nav a{font-size:14px!important;padding:9px 11px!important}.nav-plus{width:36px!important;height:36px!important;font-size:23px!important}.avatar-mini,.icon-btn{width:38px!important;height:38px!important;font-size:20px!important}.tab{padding:12px 27px!important;font-size:16px!important}.search-box{height:56px!important;border-radius:21px!important;font-size:18px!important;padding:0 22px!important}.filters button{height:54px!important;border-radius:19px!important;font-size:17px!important}.post-card{min-height:132px!important;padding:18px 22px!important;border-radius:24px!important}.avatar{width:46px!important;height:46px!important;font-size:22px!important}.post-title{font-size:23px!important;margin:18px 0 12px!important}.post-head h3{font-size:16px!important}.pill,.post-head p{font-size:13px!important}.pill{padding:7px 14px!important}.metrics{font-size:13px!important}.page-card,.premium-card,.profile-card,.side-card{padding:18px!important;border-radius:21px!important}.avatar.big{width:68px!important;height:68px!important}.profile-card h3{font-size:18px!important}.stats b{font-size:20px!important}.tags span{font-size:12px!important;padding:6px 9px!important}.page-card h1{font-size:31px!important}.shell{grid-template-columns:minmax(0,720px) 245px!important;justify-content:center!important}.post-card{min-height:116px!important;padding:16px 20px!important}.post-head{gap:12px!important}.post-title{font-size:21px!important;margin:14px 0 10px!important}.post-icons{font-size:19px!important;gap:14px!important}.filters{grid-template-columns:repeat(2,minmax(0,1fr))!important}.filters button,.search-box{height:50px!important}.tabs{margin-bottom:14px!important}.tab{padding:11px 24px!important}.page-card-main{max-width:none!important;width:100%!important}.rank-item{padding:13px 16px!important;min-height:58px!important}.rank-item span:first-child{width:34px!important;height:34px!important}}.ad-slot{border:1px dashed #d9cde8;background:hsla(0,0%,100%,.72);color:#8c7c9c;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:900;box-shadow:0 10px 24px rgba(54,28,94,.04)}.ad-slot small{margin-top:4px;font-size:12px;color:#9b8daa;font-weight:750}.ad-inline{height:76px;margin:16px 0}.ad-sidebar{height:210px}.ad-footer{max-width:1040px;height:72px;margin:0 auto 8px}.compact-list p{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:10px 0;color:var(--ink);font-size:13px}.compact-list b{width:24px;height:24px;border-radius:50%;display:inline-grid;place-items:center;background:#ffc758;color:#fff;margin-right:8px}.compact-list span{color:var(--muted);font-weight:800}@media(max-width:980px){.ad-sidebar{display:none}.ad-inline{height:68px;margin:14px 0}.ad-footer{display:none}}@media (min-width:981px){.shell{grid-template-columns:minmax(0,690px) 245px!important;gap:18px!important;align-items:start!important}.rightbar{position:-webkit-sticky;position:sticky;top:92px;align-self:start;max-height:calc(100vh - 105px);overflow:auto;padding-bottom:10px;scrollbar-width:none}.rightbar::-webkit-scrollbar{display:none}.tabs{gap:12px!important;margin-bottom:12px!important}.tab{padding:10px 23px!important;font-size:15px!important;box-shadow:0 8px 20px rgba(0,0,0,.025)!important}.search-box{height:46px!important;border-radius:18px!important;font-size:16px!important;margin-bottom:14px!important;box-shadow:0 10px 26px rgba(54,28,94,.045)!important}.filters{gap:14px!important;margin-bottom:16px!important}.filters button{height:46px!important;border-radius:17px!important;font-size:15px!important;padding:0 18px!important}.post-list{gap:14px!important}.post-card{min-height:102px!important;padding:14px 18px!important;border-radius:22px!important;box-shadow:0 10px 28px rgba(54,28,94,.055)!important}.avatar{width:40px!important;height:40px!important;font-size:19px!important}.post-head{gap:11px!important}.post-head h3{font-size:15px!important}.post-head p{font-size:12px!important;margin-top:2px!important}.post-icons{font-size:17px!important;gap:11px!important}.post-title{font-size:20px!important;margin:12px 0 9px!important;line-height:1.15!important}.pill{padding:6px 12px!important}.metrics,.pill{font-size:12px!important}.metrics{gap:12px!important}.page-card,.premium-card,.profile-card,.side-card{padding:16px!important;border-radius:20px!important}.profile-card{padding-top:18px!important;padding-bottom:18px!important}.avatar.big{width:62px!important;height:62px!important;margin-bottom:10px!important}.profile-card h3{font-size:17px!important}.profile-card p{font-size:12px!important;margin:5px 0 16px!important}.stats b{font-size:18px!important}.stats span{font-size:12px!important}.premium-card h3,.side-card h3{font-size:17px!important;margin-bottom:12px!important}.premium-card p{font-size:13px!important;line-height:1.45!important}.premium-card a,.primary-btn{padding:10px 15px!important;border-radius:12px!important;font-size:13px!important}.star{width:38px!important;height:38px!important;border-radius:13px!important;font-size:22px!important}.tags{gap:8px!important}.tags span{font-size:12px!important;padding:6px 9px!important}.compact-list p{font-size:12px!important;margin:8px 0!important}.ad-inline{height:64px!important;border-radius:17px!important;margin:12px 0!important}.ad-sidebar{height:180px!important;border-radius:18px!important}.ad-footer{height:58px!important;margin-top:4px!important}.rank-list{gap:11px!important;margin-top:18px!important}.rank-item{padding:11px 14px!important;min-height:52px!important;border-radius:15px!important}.rank-item span:first-child{width:30px!important;height:30px!important;font-size:13px!important}.rank-item b{font-size:14px!important}.rank-item small{font-size:12px!important}.badge-grid{gap:11px!important;margin-top:18px!important}.badge-card{padding:13px!important;border-radius:15px!important}.badge-card span{width:42px!important;height:42px!important;font-size:20px!important}.page-card p{font-size:15px!important}.page-card h1{font-size:28px!important}.textarea{min-height:180px!important}.input,.textarea{padding:13px 15px!important;border-radius:14px!important}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin:18px 0 4px}.pagination button,.pagination span{min-width:32px;height:32px;border:0;border-radius:10px;background:#fff;color:var(--muted);font-weight:900;box-shadow:0 8px 18px rgba(54,28,94,.04)}.pagination .active{background:var(--purple);color:#fff}}.footer-main{max-width:1040px;margin:10px auto 0;padding:18px 22px 28px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--muted);font-weight:800}.footer-main strong{display:block;color:var(--ink);font-size:18px}.footer-main span{font-size:12px}.footer-main nav{display:flex;gap:14px;flex-wrap:wrap}.footer-main a:hover{color:var(--purple2)}.footer-main small{font-size:12px}@media(max-width:980px){.footer-main{padding-bottom:104px;display:block;text-align:center}.footer-main nav{justify-content:center;margin:12px 0}.pagination{display:none}}.brand-logo{object-fit:cover;background:transparent!important;color:transparent!important;box-shadow:0 12px 24px rgba(111,63,210,.22)!important}.footer-brand{display:flex;align-items:center;gap:10px;min-width:185px}.footer-brand img{width:42px;height:42px;border-radius:14px;box-shadow:0 8px 18px rgba(111,63,210,.18)}.footer-brand span{display:block;font-size:12px;color:var(--muted);font-weight:800}.post-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.post-card:hover{transform:translateY(-2px);border-color:#e6d8f9;box-shadow:0 16px 34px rgba(54,28,94,.085)!important}.ad-box{margin:0 0 18px!important}.post-list .ad-box{margin:2px 0 8px!important}.rightbar .ad-box{margin:0!important}.footer-main small{white-space:nowrap}@media (min-width:981px){.footer-brand img{width:38px;height:38px}.footer-main{align-items:center!important}}.brand-icon-logo{border-radius:14px;object-fit:cover;display:block;box-shadow:0 10px 22px rgba(111,63,210,.18)}.footer-brand img{width:92px!important;height:auto!important;object-fit:contain;border-radius:10px;display:block}@media (min-width:981px){.brand{gap:10px!important}.brand-icon-logo{width:44px!important;height:44px!important}}.footer-main.footer-v51{max-width:1040px!important;margin:10px auto 0!important;padding:20px 22px 30px!important;border-top:1px solid var(--line)!important;display:grid!important;grid-template-columns:170px minmax(360px,1fr) auto 150px!important;align-items:center!important;grid-column-gap:24px!important;column-gap:24px!important;color:var(--muted)!important}.footer-v51 .footer-brand{min-width:0!important;display:flex!important;align-items:center!important}.footer-v51 .footer-brand img{width:120px!important;height:auto!important;max-height:62px!important;object-fit:contain!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.footer-v51 .footer-policy-links{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;flex-wrap:wrap!important;font-size:14px!important;font-weight:900!important}.footer-v51 .footer-policy-links a:hover{color:var(--purple2)!important}.footer-socials{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding-left:22px!important;border-left:1px solid var(--line)!important}.footer-socials span{width:32px!important;height:32px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#fff!important;border:1px solid var(--line)!important;font-weight:950!important;box-shadow:0 6px 14px rgba(30,20,50,.04)!important}.footer-socials span,.footer-v51 small{color:var(--ink)!important;font-size:13px!important}.footer-v51 small{justify-self:end!important;font-weight:850!important;white-space:normal!important;text-align:left!important}@media(max-width:980px){.footer-main.footer-v51{display:flex!important;flex-direction:column!important;gap:14px!important;padding:18px 18px 106px!important;text-align:center!important}.footer-v51 .footer-brand img{width:110px!important;max-height:58px!important}.footer-v51 .footer-policy-links{gap:14px!important;font-size:13px!important}.footer-socials{border-left:0!important;padding-left:0!important}.footer-v51 small{text-align:center!important;justify-self:center!important}}.setup-alert{max-width:1040px;margin:12px auto 0;padding:12px 16px;border:1px dashed #d8c5ff;background:#fff7fb;color:#6e5d8a;border-radius:16px;font-weight:800;font-size:13px}.setup-alert.inline{max-width:none;margin:0 0 18px}.login-mini{border:0;background:linear-gradient(135deg,var(--purple2),var(--purple));color:#fff;border-radius:999px;padding:10px 16px;font-weight:950;cursor:pointer}.login-mini:disabled,.primary-btn:disabled{opacity:.55;cursor:not-allowed}.ghost-btn{border:1px solid var(--line);background:#fff;color:var(--purple2);border-radius:14px;padding:10px 14px;font-weight:950;cursor:pointer;margin-top:14px}.real-search input{border:0;outline:0;background:transparent;width:100%;font-weight:700;color:var(--ink)}.filters select{height:54px;border-radius:19px;padding:0 22px;text-align:left;font-size:17px;font-weight:850;color:#272036}.empty-card,.filters select{border:1px solid var(--line);background:#fff}.empty-card{border-radius:22px;padding:22px;font-weight:900}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:22px 0}.pagination b,.pagination span{width:34px;height:34px;border-radius:12px;background:#fff;display:grid;place-items:center;font-weight:950;color:var(--purple2);box-shadow:0 8px 18px rgba(0,0,0,.04)}.pagination b{background:var(--purple);color:#fff}.auth-card{max-width:620px!important}.auth-form{margin-top:18px}.primary-btn.wide{width:100%;text-align:center;margin:8px 0}.form-message{font-weight:850;color:var(--purple2)}.text-link{color:var(--purple2);font-weight:950}.profile-menu button{width:100%;text-align:left}.post-list>div{display:block}.guest-card h3,.pending-card h3{line-height:1.2}.guest-avatar{background:linear-gradient(135deg,var(--purple2),#ef5aa7)!important;color:#fff!important}.guest-benefits{display:grid;grid-gap:8px;gap:8px;margin:14px 0 16px;text-align:left}.guest-benefits span{background:#fff8f4;border:1px solid var(--line);border-radius:13px;padding:9px 10px;font-weight:850;color:#4d415f;font-size:13px}.ghost-link{display:inline-block;border:1px solid var(--line);background:#fff;color:var(--purple2);border-radius:14px;padding:10px 14px;font-weight:950;text-align:center}.ghost-link.wide{width:100%;margin-top:8px}.status-pill{display:inline-block;border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px;margin:2px 0 12px}.status-pill.pending{background:#fff2c7;color:#8a5a00;border:1px solid #ffe19a}.pending-card small{display:block;color:var(--muted);font-weight:750;line-height:1.5;margin-bottom:12px}.pending-card .ghost-btn{width:100%}.login-mini{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.admin-note{background:#fff8f4;border:1px solid var(--line);border-radius:16px;padding:14px 16px;color:var(--muted);font-weight:750}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:22px}.admin-card{background:#fffaf7;border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:8px;transition:.18s ease;box-shadow:0 10px 26px rgba(54,28,94,.045)}.admin-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(54,28,94,.075)}.admin-card span{font-size:28px}.admin-card strong{font-size:18px}.admin-card small{color:var(--muted);font-weight:750}@media(max-width:980px){.admin-grid{grid-template-columns:1fr}}.status-pill.verified{display:inline-block;margin:10px auto 14px;background:#eef4ff;color:#2f65d8;border:1px solid #dbe8ff;border-radius:999px;padding:7px 12px;font-weight:950;font-size:13px}.profile-top .premium-badge{background:#eef4ff;color:#2f65d8;border:1px solid #dbe8ff}.author-name-link{color:inherit;text-decoration:none;display:inline-block}.author-name-link:hover h3{color:#7c3aed;text-decoration:underline;text-underline-offset:3px}.author-avatar-link{text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease}.author-avatar-link:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(124,58,237,.18)}.action-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.reaction{border:1px solid rgba(124,58,237,.15);background:#fff;border-radius:999px;padding:9px 14px;font-weight:900;color:#6b5f7c;cursor:pointer;transition:all .18s ease;box-shadow:0 8px 18px rgba(25,15,40,.05)}.reaction:hover{transform:translateY(-1px);border-color:rgba(124,58,237,.35);color:#7c3aed}.reaction.active{background:#fff0f7;border-color:#ff7fbb;color:#e73386}.reaction.dislike.active{background:#f1efff;border-color:#9f86ff;color:#6d4fd7}.reaction:disabled{opacity:.55;cursor:not-allowed;transform:none}.view-count{border:1px dashed rgba(124,58,237,.18);background:#fff;border-radius:999px;padding:9px 14px;font-weight:900;color:#6b5f7c}.author-profile-head{display:flex;align-items:center;gap:22px;margin:18px 0 22px}.author-profile-head h1{margin:0 0 6px;font-size:32px}.author-profile-head p{margin:0 0 12px;color:#7e738e;font-weight:800}.author-stats{margin:20px 0 26px;border-top:1px solid #f0e6df;border-bottom:1px solid #f0e6df;padding:18px 0}.author-page-card h2{font-size:22px;margin:24px 0 16px}.status-pill.verified{letter-spacing:.1px}.comments-section{margin-top:28px;border-top:1px solid var(--line);padding-top:22px}.comments-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.comments-head h2{margin:0;font-size:22px;color:var(--ink)}.comments-head span{background:#f2e8ff;color:var(--purple2);border-radius:999px;padding:7px 11px;font-weight:950;font-size:12px}.comment-form,.comment-login-box{background:#fffaf7;border:1px solid var(--line);border-radius:20px;padding:16px;margin-bottom:16px}.comment-login-box{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.comment-login-box p{margin:0;color:var(--muted);font-weight:850}.comment-form textarea{width:100%;resize:vertical;min-height:94px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);padding:14px 15px;font:inherit;font-weight:750;outline:none;margin-bottom:12px}.comment-form textarea:focus{border-color:#c7a7ff;box-shadow:0 0 0 4px rgba(124,58,237,.08)}.pending-comments-note{background:#fff7d9;border:1px solid #ffe6a3;border-radius:16px;padding:13px 14px;margin:12px 0;color:#755300;display:grid;grid-gap:3px;gap:3px;font-weight:850}.pending-comments-note span{font-size:13px;color:#8b6a14}.moderation-box{background:#f8f2ff;border:1px solid #e4d5ff;border-radius:20px;padding:16px;margin:18px 0}.moderation-box h3{margin:0 0 12px;font-size:18px;color:var(--ink)}.comments-list{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.comment-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 16px;box-shadow:0 8px 22px rgba(30,20,50,.035)}.comment-card.pending-comment{background:#fffaf7}.comment-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.comment-meta b{color:var(--ink);font-size:15px}.comment-meta span{color:var(--muted);font-size:12px;font-weight:850}.comment-card p{margin:0;color:#51475f;line-height:1.6;font-weight:750}.comment-card small{display:block;color:var(--muted);font-weight:850;margin-bottom:8px}.comment-card small a{color:var(--purple2);font-weight:950}.comment-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.comment-actions button{border:1px solid var(--line);background:#fff;color:var(--purple2);border-radius:12px;padding:8px 12px;font-weight:950;cursor:pointer}.comment-actions button:hover{border-color:#c7a7ff;transform:translateY(-1px)}.comment-actions button.danger{color:#c02626;background:#fff5f5;border-color:#ffd2d2}.admin-live-section{margin-top:26px;border-top:1px solid var(--line);padding-top:22px;display:grid;grid-gap:12px;gap:12px}@media(max-width:980px){.comment-login-box{display:grid}.comments-head h2{font-size:20px}.comment-card{padding:13px}}.admin-page-card{max-width:none!important}.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.admin-page-head h1{margin-bottom:4px}.admin-page-head p{margin:0;color:var(--muted);font-weight:750}.admin-pro{display:flex;flex-direction:column;gap:20px}.admin-tabs{display:flex;gap:10px;flex-wrap:wrap;border:1px solid var(--line);background:#fffaf7;border-radius:22px;padding:10px}.admin-tabs button{border:0;background:#fff;border-radius:16px;padding:12px 16px;font-weight:950;color:#33283f;cursor:pointer;border:1px solid var(--line)}.admin-tabs button.active{background:linear-gradient(135deg,var(--purple2),var(--purple));color:#fff;border-color:transparent}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.admin-stat-card{background:#fffaf7;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:7px}.admin-stat-card span{font-size:24px}.admin-stat-card strong{font-size:30px;line-height:1}.admin-stat-card small{color:var(--muted);font-weight:850}.admin-list{display:flex;flex-direction:column;gap:14px}.admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;background:#fffaf7;border:1px solid var(--line);border-radius:20px;padding:16px}.admin-user-main{display:flex;align-items:center;gap:14px}.avatar.small{width:44px!important;height:44px!important;font-size:20px!important}.admin-row strong{display:block;font-size:17px}.admin-row small{display:block;color:var(--muted);font-weight:750;margin-top:4px}.admin-badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.admin-badges span{background:var(--soft);color:var(--purple2);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:950}.admin-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.admin-actions a,.admin-actions button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 12px;font-weight:950;color:#2b2437;cursor:pointer}.admin-actions a:hover,.admin-actions button:hover{background:var(--soft);color:var(--purple2)}.admin-actions .danger{background:#fff1f1;color:#c03939;border-color:#ffd5d5}.admin-actions button:disabled{opacity:.55;cursor:not-allowed}.admin-preview{font-size:14px!important;line-height:1.55!important;margin:8px 0 0!important;color:#5c5269!important}.admin-live-section{margin-top:22px}.form-message{background:#fff1de;border:1px solid #ffd6a5;color:#7a4a00;border-radius:16px;font-weight:800}.empty-card{background:#fffaf7;border:1px dashed var(--line);border-radius:20px;padding:20px;color:var(--muted);font-weight:850;text-align:center}@media(max-width:980px){.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-row{grid-template-columns:1fr}.admin-actions{justify-content:flex-start}.admin-page-head{flex-direction:column}.admin-tabs button{flex:1 1}}.admin-stat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left;cursor:pointer;font-family:inherit}.admin-stat-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(54,28,94,.08)}.admin-inline-warning{background:#fff8e8;border:1px solid #ffe0a8;color:#765012;border-radius:14px;padding:10px 12px;font-weight:850;margin:0}.admin-row{grid-template-columns:1fr!important;align-items:flex-start!important}.admin-user-main{width:100%;min-width:0}.admin-user-main>div{min-width:0}.admin-user-main small,.admin-user-main strong{overflow-wrap:anywhere}.admin-actions{width:100%;justify-content:flex-start!important;border-top:1px solid var(--line);padding-top:12px;margin-top:2px}.admin-actions a,.admin-actions button{font-size:13px;padding:8px 10px;white-space:nowrap}.admin-tabs{align-items:center}.admin-tabs button{min-width:140px}@media(max-width:980px){.admin-tabs button{min-width:0}.admin-actions a,.admin-actions button{flex:1 1;text-align:center}}@media (min-width:981px){.right-sidebar,.side-column,.sidebar{position:-webkit-sticky!important;position:sticky!important;top:92px!important;align-self:start!important;max-height:calc(100vh - 110px)!important;overflow-y:auto!important;padding-right:4px!important}.right-sidebar::-webkit-scrollbar,.side-column::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:4px}.right-sidebar::-webkit-scrollbar-thumb,.side-column::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:rgba(137,78,220,.25);border-radius:20px}.ad-box,.premium-card,.profile-card,.side-card{margin-bottom:14px!important}.profile-card{padding:18px!important}.profile-card .avatar,.profile-card .avatar.big{width:58px!important;height:58px!important}.profile-card h3{font-size:17px!important;margin-top:8px!important}.stats{gap:12px!important}.stats b{font-size:18px!important}.stats span{font-size:12px!important}.side-card h3{font-size:16px!important}.tags{gap:7px!important}.tags span{font-size:11px!important;padding:6px 8px!important}.premium-card{padding:18px!important}}.profile-tabs-v2{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.profile-tabs-v2 button{border:0;border-radius:999px;padding:10px 15px;background:#f1f5f9;color:#334155;font-weight:800;cursor:pointer}.profile-tabs-v2 button.active{background:#2563eb;color:#fff}.profile-tabs-v2 button span{margin-right:6px}.profile-tabs-v2 button b{background:hsla(0,0%,100%,.35);padding:2px 7px;border-radius:999px}.profile-post-actions a,.profile-post-actions button{font-weight:700}.profile-post-actions a:hover,.profile-post-actions button:hover{background:#dbeafe}.profile-post-actions button.danger{background:#fee2e2;color:#b91c1c}.profile-post-actions button.danger:hover{background:#fecaca}.profile-post-actions button:disabled{opacity:.6;cursor:not-allowed}.form-message{margin:14px 0;padding:12px 14px;border-radius:14px;background:#ecfdf5;color:#047857;font-weight:700}.empty-text{padding:18px;color:#64748b;text-align:center}.profile-posts-area{width:100%}.profile-tabs-v2{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;margin:18px 0 22px!important;overflow-x:auto!important;padding-bottom:2px!important;scrollbar-width:none!important}.profile-tabs-v2::-webkit-scrollbar{display:none!important}.profile-tabs-v2 button{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;border-radius:999px!important;padding:10px 16px!important;background:#f1f5f9!important;color:#1e293b!important;font-weight:900!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;white-space:nowrap!important;line-height:1!important;min-height:46px!important;box-shadow:none!important}.profile-tabs-v2 button.active{background:#2563eb!important;color:#fff!important}.profile-tabs-v2 button span{margin:0!important;display:inline-block!important}.profile-tabs-v2 button b{display:inline-grid!important;place-items:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;border-radius:999px!important;background:hsla(0,0%,100%,.45)!important;color:inherit!important;font-size:13px!important;line-height:1!important}.profile-post-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:14px!important;gap:14px!important;align-items:end!important;padding:18px 0 0!important}.profile-post-item h3{margin:0 0 10px!important;font-size:20px!important;line-height:1.25!important}.profile-post-item p{margin:0!important;font-size:15px!important}.profile-post-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important}.profile-post-actions a,.profile-post-actions button{border:0!important;border-radius:999px!important;padding:9px 14px!important;font-size:13px!important;font-weight:900!important;background:#eef2ff!important;color:#1d4ed8!important;cursor:pointer!important;text-decoration:none!important;white-space:nowrap!important}.profile-post-actions a:hover,.profile-post-actions button:hover{background:#dbeafe!important}.profile-post-actions button.danger{background:#fee2e2!important;color:#b91c1c!important}.profile-post-actions button.danger:hover{background:#fecaca!important}.footer-main.footer-v51{grid-template-columns:170px minmax(300px,1fr) 220px 170px!important;column-gap:18px!important}.footer-v51 .footer-policy-links{gap:18px!important;line-height:1.6!important}.footer-socials{padding-left:18px!important}.footer-v51 small{min-width:150px!important;font-size:12px!important;line-height:1.45!important}@media (min-width:981px){.page-card{max-width:760px!important}.content.full .page-card{max-width:none!important}.profile-posts-area{overflow:hidden!important}}@media (max-width:980px){.profile-tabs-v2{flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important}.profile-tabs-v2 button{padding:10px 13px!important;min-height:42px!important;font-size:13px!important}.profile-post-item{grid-template-columns:1fr!important;align-items:start!important}.profile-post-actions{justify-content:flex-start!important}}.profile-tabs-v2{gap:8px!important}.profile-tabs-v2 button{padding:9px 13px!important;font-size:14px!important;min-height:42px!important}.profile-tabs-v2 button b{min-width:22px!important;height:22px!important;font-size:12px!important}@media (min-width:981px){.profile-tabs-v2{max-width:100%!important}.rightbar{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important;padding-bottom:0!important;scrollbar-width:auto!important}}@media (min-width:981px){.rightbar::-webkit-scrollbar{display:initial!important}.side-card.compact-list{overflow:visible!important;min-height:auto!important}.active-authors-card{padding-bottom:18px!important}.active-authors-card .muted-line{margin:8px 0 12px!important;color:var(--muted)!important;font-size:13px!important;font-weight:850!important;line-height:1.5!important}.active-authors-card p{display:grid!important;grid-template-columns:26px minmax(0,1fr) auto!important;align-items:center!important;grid-gap:8px!important;gap:8px!important}.active-authors-card .active-author-name{color:var(--ink)!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.active-authors-card .mini-link{display:inline-block!important;margin-top:10px!important;color:var(--purple2)!important;font-weight:950!important}}.premium-nav a{gap:9px!important}.nav-icon{width:22px!important;height:22px!important;border-radius:999px!important;background:rgba(111,63,210,.08)!important}.nav-icon svg{width:14px!important;height:14px!important}.desktop-nav a.nav-active .nav-icon{background:hsla(0,0%,100%,.55)!important;color:#6f3fd2!important}.nav-plus{box-shadow:0 10px 22px rgba(111,63,210,.24)!important}.nav-plus svg{width:22px!important;height:22px!important}.premium-actions .icon-btn{color:#342545!important;transition:transform .18s ease,box-shadow .18s ease,color .18s ease,background .18s ease!important}.premium-actions .icon-btn svg{width:18px!important;height:18px!important}.premium-actions .icon-btn:hover{color:#6f3fd2!important;background:#f7f0ff!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px rgba(111,63,210,.12)!important}.notification-btn:after{content:""!important;position:absolute!important;top:9px!important;right:9px!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#ff4f91!important;box-shadow:0 0 0 3px #fff!important}.premium-nav a{gap:10px!important}.nav-icon{width:28px!important;height:28px!important;border-radius:12px!important;display:inline-grid!important;place-items:center!important;color:#6f3fd2!important;background:linear-gradient(135deg,#f4ecff,#fff)!important;border:1px solid rgba(111,63,210,.1)!important;box-shadow:0 8px 18px rgba(111,63,210,.08)!important;flex:0 0 auto!important}.nav-icon svg{width:18px!important;height:18px!important}.desktop-nav a{transition:transform .18s ease,background .18s ease,color .18s ease!important}.desktop-nav a:hover{transform:translateY(-1px)!important}.desktop-nav a.nav-active{background:linear-gradient(135deg,#efe2ff,#f8f1ff)!important;color:#6f3fd2!important;box-shadow:0 10px 24px rgba(111,63,210,.1)!important}.desktop-nav a.nav-active .nav-icon{background:linear-gradient(135deg,#7c3aed,#b47bff)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 10px 22px rgba(111,63,210,.22)!important}.nav-plus{width:42px!important;height:42px!important;border-radius:50%!important;background:linear-gradient(135deg,#7c3aed,#a855f7)!important;box-shadow:0 14px 28px rgba(111,63,210,.28)!important}.nav-plus svg{width:24px!important;height:24px!important}@media (min-width:981px){.desktop-nav a{padding:9px 13px!important}}.popular-page{overflow:hidden}.popular-page-head{margin-bottom:22px}.popular-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff2d8;color:#8a5800;border:1px solid #ffe2a3;border-radius:999px;padding:8px 13px;font-weight:950;font-size:13px;margin-bottom:12px}.popular-page-head h1{margin-bottom:8px!important}.popular-page-head p{margin:0!important;color:var(--muted)!important;font-weight:800}.popular-winners-grid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;margin-top:18px}.popular-hero-card{position:relative;display:grid;grid-template-columns:48px 60px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;background:linear-gradient(135deg,#fffaf7,#fff);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 32px rgba(54,28,94,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.popular-hero-card:hover{transform:translateY(-2px);border-color:#e1d0ff;box-shadow:0 18px 40px rgba(54,28,94,.09)}.popular-hero-icon{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#6f3fd2,#b26bff);color:#fff;font-size:24px;box-shadow:0 12px 24px rgba(111,63,210,.2)}.popular-author-avatar,.popular-row-avatar{border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#ffd0df;color:#1c162b;font-weight:950;flex:0 0 auto}.popular-author-avatar{width:60px;height:60px;font-size:24px}.popular-author-avatar img,.popular-row-avatar img{width:100%;height:100%;object-fit:cover}.popular-hero-main{min-width:0}.popular-hero-main h2{margin:0 0 6px;font-size:20px}.popular-hero-main p{margin:0 0 12px!important;color:var(--muted)!important;font-size:14px!important;line-height:1.45!important;font-weight:800}.popular-author-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.popular-author-line strong{font-size:18px}.popular-author-line span{color:var(--muted);font-weight:900;font-size:13px}.popular-score-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.popular-row-stats span,.popular-score-grid span{background:#fff7fb;border:1px solid #f3e0eb;border-radius:14px;padding:8px 9px;color:#7b6f8c;font-size:12px;font-weight:900;text-align:center}.popular-row-stats b,.popular-score-grid b{display:block;color:var(--ink);font-size:16px;line-height:1.1}.empty-popular-card{grid-template-columns:48px minmax(0,1fr)}.empty-popular-card small{color:var(--muted);font-weight:900}.popular-top-section{margin-top:22px}.popular-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.popular-section-head h2{margin:0 0 6px;font-size:24px}.popular-section-head p{margin:0!important;color:var(--muted)!important;font-size:14px!important;line-height:1.5!important;font-weight:800}.popular-section-head>span{white-space:nowrap;background:var(--soft);color:var(--purple2);border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px}.popular-rank-list{display:grid;grid-gap:10px;gap:10px}.popular-rank-row{display:grid;grid-template-columns:38px 48px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;background:#fffaf7;border:1px solid var(--line);border-radius:18px;padding:13px 14px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.popular-rank-row:hover{transform:translateY(-1px);border-color:#e1d0ff;box-shadow:0 12px 28px rgba(54,28,94,.06)}.popular-rank-number{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#171326;color:#fff;font-weight:950}.popular-row-avatar{width:48px;height:48px;font-size:20px}.popular-row-main{min-width:0}.popular-row-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.popular-row-main small{color:var(--muted);font-weight:850}.popular-row-stats{display:grid;grid-template-columns:repeat(4,78px);grid-gap:7px;gap:7px}@media(max-width:980px){.popular-hero-card{grid-template-columns:44px 54px minmax(0,1fr);padding:15px;border-radius:22px}.popular-hero-icon{width:44px;height:44px;border-radius:16px;font-size:22px}.popular-author-avatar{width:54px;height:54px}.popular-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-section-head{display:grid}.popular-section-head>span{width:max-content}.popular-rank-row{grid-template-columns:34px 44px minmax(0,1fr)}.popular-row-stats{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}}.popular-page-head{margin-bottom:12px!important}.popular-page-head h1{font-size:30px!important;margin-bottom:6px!important}.popular-page-head p{font-size:13px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.popular-kicker{padding:7px 12px!important;font-size:12px!important;margin-bottom:10px!important}.popular-page>.ad-box,.popular-page>.ad-slot{margin:12px 0 16px!important}.popular-winners-grid{gap:12px!important;margin-top:8px!important}.popular-hero-card{grid-template-columns:42px 52px minmax(0,1fr)!important;gap:12px!important;padding:14px 16px!important;border-radius:22px!important;background:radial-gradient(circle at 10% 10%,rgba(158,114,232,.1),transparent 28%),linear-gradient(135deg,#fffaf7,#fff)!important;box-shadow:0 10px 26px rgba(54,28,94,.055)!important}.popular-hero-icon{width:42px!important;height:42px!important;border-radius:16px!important;font-size:21px!important;box-shadow:0 10px 20px rgba(111,63,210,.18)!important}.popular-author-avatar{width:52px!important;height:52px!important;font-size:22px!important;box-shadow:0 8px 18px rgba(255,79,145,.12)!important}.popular-hero-main h2{font-size:18px!important;margin:0 0 4px!important;line-height:1.15!important}.popular-hero-main p{font-size:12px!important;line-height:1.35!important;margin:0 0 9px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.popular-author-line{margin-bottom:9px!important;gap:8px!important}.popular-author-line strong{font-size:16px!important}.popular-author-line span{font-size:12px!important}.popular-score-grid{gap:7px!important}.popular-score-grid span{padding:7px 8px!important;border-radius:13px!important;font-size:11px!important;background:rgba(255,247,251,.86)!important}.popular-score-grid b{font-size:15px!important}.popular-top-section{margin-top:18px!important}.popular-section-head{margin-bottom:12px!important}.popular-section-head h2{font-size:22px!important}.popular-section-head p{font-size:13px!important}@media(max-width:980px){.popular-page-head p{white-space:normal!important}.popular-hero-card{grid-template-columns:40px 48px minmax(0,1fr)!important;padding:13px!important}.popular-hero-icon{width:40px!important;height:40px!important}.popular-author-avatar{width:48px!important;height:48px!important}}.popular-winners-grid{gap:10px!important}.popular-hero-card{grid-template-columns:36px 46px minmax(0,1fr)!important;padding:11px 14px!important;border-radius:18px!important}.popular-hero-icon{width:36px!important;height:36px!important;border-radius:13px!important;font-size:18px!important}.popular-author-avatar{width:46px!important;height:46px!important;font-size:19px!important}.popular-hero-main h2{font-size:16px!important;margin-bottom:2px!important}.popular-hero-main p{font-size:11px!important;line-height:1.25!important}.popular-author-line,.popular-hero-main p{margin-bottom:6px!important}.popular-author-line strong{font-size:15px!important}.popular-author-line span{font-size:11px!important}.popular-score-grid{gap:5px!important}.popular-score-grid span{padding:5px 6px!important;font-size:10px!important}.popular-score-grid b{font-size:14px!important}.popular-hero-card-clean{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)!important;grid-template-areas:"title avatar main"!important;align-items:center!important;gap:14px!important;padding:13px 16px!important}.popular-hero-card-clean .popular-hero-title-row{grid-area:title!important;min-width:0!important}.popular-hero-card-clean .popular-hero-title-row h2{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 5px!important;font-size:16px!important;line-height:1.15!important;white-space:nowrap!important}.popular-hero-card-clean .popular-hero-title-row h2 span{width:28px!important;height:28px!important;border-radius:11px!important;display:inline-grid!important;place-items:center!important;background:linear-gradient(135deg,#7c3aed,#b26bff)!important;color:#fff!important;font-size:16px!important;box-shadow:0 8px 18px rgba(111,63,210,.18)!important;flex:0 0 auto!important}.popular-hero-card-clean .popular-hero-title-row p{margin:0!important;font-size:11px!important;line-height:1.35!important;color:var(--muted)!important;font-weight:850!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.popular-hero-card-clean .popular-author-avatar{grid-area:avatar!important;justify-self:center!important;width:52px!important;height:52px!important}.popular-hero-card-clean .popular-hero-main{grid-area:main!important;min-width:0!important}.popular-hero-card-clean .popular-author-line{justify-content:center!important;text-align:center!important;margin-bottom:8px!important}.popular-hero-card-clean .popular-author-line strong{width:100%!important;font-size:15px!important;line-height:1.15!important}.popular-hero-card-clean .popular-author-line span{width:100%!important;font-size:11px!important}.popular-hero-card-clean .popular-score-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important}.popular-hero-card-clean .popular-score-grid span{padding:5px!important;min-width:0!important}@media(max-width:980px){.popular-hero-card-clean{grid-template-columns:1fr!important;grid-template-areas:"title" "avatar" "main"!important;text-align:center!important}.popular-hero-card-clean .popular-hero-title-row h2{justify-content:center!important;white-space:normal!important}}.badges-page{overflow:hidden}.badges-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;grid-gap:18px;gap:18px;align-items:center;margin-bottom:18px}.badges-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff2d8;color:#8a5800;border:1px solid #ffe2a3;border-radius:999px;padding:8px 13px;font-weight:950;font-size:13px;margin-bottom:12px}.badges-hero h1{margin:0 0 8px!important}.badges-hero p{margin:0!important;color:var(--muted)!important;font-size:14px!important;line-height:1.5!important;font-weight:800}.badges-progress-card{background:linear-gradient(135deg,#f7efff,#fff);border:1px solid #eadcff;border-radius:22px;padding:16px;text-align:center;box-shadow:0 12px 28px rgba(111,63,210,.08)}.badges-progress-card strong{display:block;font-size:30px;line-height:1;color:var(--purple2)}.badges-progress-card span{display:block;color:var(--ink);font-weight:950;margin:7px 0 10px}.badges-progress-card small{color:var(--muted);font-weight:900}.badge-progress,.badges-progress-track{height:8px;border-radius:999px;overflow:hidden;background:#f0e8f8}.badge-progress i,.badges-progress-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7c3aed,#ff4f91)}.badge-filters{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 18px}.badge-filters button{border:1px solid var(--line);background:#fff;color:#493c5c;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;cursor:pointer}.badge-filters button.active{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:transparent;color:#fff;box-shadow:0 10px 20px rgba(111,63,210,.16)}.badge-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:0!important}.badge-card-v2{position:relative;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;align-items:start!important;padding:14px!important;border-radius:18px!important;background:linear-gradient(135deg,#fffaf7,#fff)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,opacity .18s ease}.badge-card-v2:hover{transform:translateY(-1px);border-color:#e0ceff;box-shadow:0 14px 32px rgba(54,28,94,.08)}.badge-card-v2.locked{opacity:.72}.badge-card-v2.earned{border-color:#d9c2ff!important;box-shadow:0 14px 32px rgba(111,63,210,.08)}.badge-icon{width:44px!important;height:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#7c3aed,#b26bff)!important;color:#fff!important;font-size:22px!important;box-shadow:0 10px 22px rgba(111,63,210,.18)}.badge-card-v2.locked .badge-icon{background:#f1edf8!important;color:#8b7a9f!important;box-shadow:none}.badge-main{min-width:0}.badge-title-line{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px}.badge-title-line b{font-size:15px;line-height:1.25}.badge-title-line em{font-style:normal;white-space:nowrap;font-size:10px;font-weight:950;color:var(--purple2);background:var(--soft);border-radius:999px;padding:4px 7px}.badge-card-v2.locked .badge-title-line em{color:#8b7a9f;background:#f2eef6}.badge-card-v2 small{font-size:12px!important;color:var(--muted)!important;line-height:1.4!important;font-weight:800!important}.badge-progress{margin-top:10px;height:6px}.badge-main label{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:900}@media(max-width:980px){.badges-hero{grid-template-columns:1fr}.badges-progress-card{text-align:left}.badge-grid-v2{grid-template-columns:1fr!important}}.write-page-card{overflow:hidden}.write-head{gap:18px;align-items:flex-start!important}.write-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff2d8;color:#8a5800;border:1px solid #ffe2a3;border-radius:999px;padding:8px 13px;font-weight:950;font-size:13px;margin-bottom:12px}.write-limit-panel{display:grid;grid-template-columns:150px 150px minmax(0,1fr);grid-gap:12px;gap:12px;margin:16px 0 18px}.limit-item{background:#fffaf7;border:1px solid var(--line);border-radius:18px;padding:13px 14px;box-shadow:0 10px 24px rgba(54,28,94,.04)}.limit-item strong{display:block;color:var(--ink);font-size:20px;line-height:1.1}.limit-item span{display:block;color:var(--muted);font-size:12px;font-weight:850;margin-top:5px;line-height:1.35}.limit-item.danger{background:#fff1f1;border-color:#ffd0d0}.limit-item.danger strong{color:#c02626}.limit-item.premium-call{background:linear-gradient(135deg,#7c3aed,#ff4f91);border-color:transparent;color:#fff}.limit-item.premium-call span,.limit-item.premium-call strong{color:#fff}.premium-upgrade-box{display:grid;grid-gap:8px;gap:8px;background:linear-gradient(135deg,#fff7fb,#f7efff);border:1px solid #eadcff;border-radius:20px;padding:15px 16px;margin:0 0 18px}.premium-upgrade-box b{color:var(--ink);font-size:17px}.premium-upgrade-box span{color:var(--muted);font-weight:800;line-height:1.5;font-size:13px}.premium-upgrade-box a{color:var(--purple2);font-weight:950}.write-textarea{min-height:280px!important}.write-status-line{min-height:24px;color:var(--muted);font-weight:850;font-size:13px;margin:-6px 0 14px}.write-status-line .ok{color:#047857}.write-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.secondary-btn{border:1px solid var(--line);background:#fff;color:var(--purple2);border-radius:14px;padding:13px 20px;font-weight:950;cursor:pointer}.secondary-btn:disabled,.write-actions button:disabled{opacity:.55;cursor:not-allowed}.publish-btn{background:linear-gradient(135deg,#047857,#10b981)!important;color:#fff!important}@media(max-width:980px){.write-limit-panel{grid-template-columns:1fr}.write-actions{display:grid}.write-actions button{width:100%}}.user-name-with-ticks{gap:6px;min-width:0;vertical-align:middle}.user-name-with-ticks,.verify-ticks{display:inline-flex;align-items:center}.verify-ticks{gap:2px;flex:0 0 auto}.verify-ticks i{width:16px;height:16px;border-radius:50%;display:inline-grid;place-items:center;background:#2493ff;color:#fff;font-style:normal;font-size:11px;font-weight:950;box-shadow:0 4px 10px rgba(36,147,255,.25)}.avatar.user-photo-avatar{overflow:hidden}.avatar.user-photo-avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar.user-photo-avatar.mini{width:100%!important;height:100%!important;background:transparent!important}.avatar-mini .avatar.user-photo-avatar{border:0!important;box-shadow:none!important}.author-profile-head-v2 h1 .user-name-with-ticks,.profile-top-v2 h2 .user-name-with-ticks{font-size:inherit}.profile-bio{display:block;color:var(--muted);font-weight:800;line-height:1.5;margin:4px 0 10px;max-width:480px}.status-with-ticks{margin-top:8px}.profile-edit-box{background:#fffaf7;border:1px solid var(--line);border-radius:20px;padding:16px;margin:18px 0;display:grid;grid-gap:8px;gap:8px}.profile-edit-box h3{margin:0}.profile-edit-box p{font-size:13px!important;margin:0 0 8px!important;color:var(--muted)!important;font-weight:800}.profile-edit-box label{font-weight:950;color:var(--ink);font-size:13px}.small-textarea{min-height:110px!important}.profile-user-list{display:grid;grid-gap:10px;gap:10px}.profile-user-row{display:flex;align-items:center;gap:12px;background:#fffaf7;border:1px solid var(--line);border-radius:16px;padding:12px 14px}.profile-user-row strong{display:block}.profile-user-row small{color:var(--muted);font-weight:850}.follow-btn{margin-left:auto;border:0;border-radius:999px;padding:11px 17px;font-weight:950;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 12px 24px rgba(111,63,210,.18)}.follow-btn.following{background:#fff;border:1px solid var(--line);color:var(--purple2);box-shadow:none}.author-profile-head-v2{position:relative}.save-post-btn{border:1px solid var(--line);background:#fff;border-radius:999px;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;font-size:17px;box-shadow:0 8px 18px rgba(0,0,0,.04)}.save-post-btn.active{background:#fff0f7;border-color:#ffb8d7}.post-icons button{font:inherit}.active-author-name .verify-ticks i{width:13px;height:13px;font-size:9px}.profile-post-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;background:#fffaf7;border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:10px}.profile-post-item h3{margin:0;font-size:16px}.profile-post-item p{margin:4px 0 0!important;font-size:13px!important;color:var(--muted)!important}.profile-post-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.profile-post-actions a,.profile-post-actions button{border:0;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;background:#eef2ff;color:#1d4ed8;cursor:pointer;text-decoration:none}.profile-post-actions .danger{background:#fee2e2;color:#b91c1c}@media(max-width:980px){.profile-post-item{grid-template-columns:1fr}.profile-post-actions{justify-content:flex-start}.author-profile-head-v2{display:grid!important}.follow-btn{margin-left:0;width:100%}}.profile-title-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:18px!important}.profile-title-row h1{margin:0!important}.profile-edit-toggle{border:0!important;background:linear-gradient(135deg,#7c3aed,#a855f7)!important;color:#fff!important;border-radius:999px!important;padding:10px 15px!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 12px 24px rgba(111,63,210,.18)!important}.profile-edit-toggle.active{background:#171326!important}.profile-hero-card{background:linear-gradient(135deg,#fffaf7,#fff)!important;border:1px solid var(--line)!important;border-radius:24px!important;padding:20px!important;box-shadow:0 12px 30px rgba(54,28,94,.045)!important;margin-bottom:18px!important}.profile-hero-card.editing{border-color:#dfccff!important;box-shadow:0 16px 36px rgba(111,63,210,.08)!important}.profile-photo-wrap{position:relative!important;width:max-content!important;flex:0 0 auto!important}.profile-photo-plus{position:absolute!important;right:-4px!important;bottom:2px!important;width:30px!important;height:30px!important;border-radius:50%!important;border:3px solid #fff!important;background:linear-gradient(135deg,#7c3aed,#ff4f91)!important;color:#fff!important;display:grid!important;place-items:center!important;font-weight:950!important;font-size:20px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(111,63,210,.22)!important}.profile-main-info{min-width:0!important}.profile-bio.muted{opacity:.65!important}.profile-edit-inline{margin-top:18px!important;padding-top:18px!important;border-top:1px solid var(--line)!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.profile-edit-head h3{margin:0 0 6px!important;font-size:20px!important}.profile-edit-head p{margin:0 0 14px!important;color:var(--muted)!important;font-weight:850!important;font-size:13px!important;line-height:1.45!important}.profile-edit-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:12px!important;gap:12px!important}.profile-edit-inline label span{display:block!important;font-weight:950!important;margin:0 0 7px!important;color:var(--ink)!important}.profile-edit-inline .input,.profile-edit-inline .textarea{margin:0 0 12px!important}.profile-edit-inline .small-textarea{min-height:112px!important}.profile-edit-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}@media(max-width:980px){.profile-title-row{align-items:flex-start!important;flex-direction:column!important}.profile-edit-toggle{width:100%!important}.profile-top-v2{align-items:flex-start!important}.profile-edit-grid{grid-template-columns:1fr!important}.profile-edit-actions{display:grid!important}.profile-edit-actions button{width:100%!important}}.profile-tab-row,.profile-tabs{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;margin:18px 0!important;max-width:100%!important;overflow:visible!important}.profile-tab-row a,.profile-tab-row button,.profile-tabs a,.profile-tabs button{flex:0 1 auto!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;border:0!important;border-radius:999px!important;padding:12px 18px!important;background:#f2f5fa!important;color:#172038!important;font-weight:950!important;box-shadow:none!important}.profile-tab-row .active,.profile-tab-row button.active,.profile-tabs .active,.profile-tabs button.active{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 24px rgba(37,99,235,.18)!important}.profile-tab-row .count,.profile-tab-row b,.profile-tabs .count,.profile-tabs b{display:inline-grid!important;place-items:center!important;min-width:24px!important;height:24px!important;margin-left:7px!important;border-radius:999px!important;background:hsla(0,0%,100%,.55)!important;color:inherit!important;font-size:12px!important}.profile-post-list,.profile-posts-list{display:grid!important;grid-gap:12px!important;gap:12px!important;margin-top:12px!important}.profile-list-card,.profile-post-card,.profile-post-item{border:1px solid var(--line)!important;border-radius:20px!important;background:linear-gradient(135deg,#fffaf7,#fff)!important;padding:16px 18px!important;box-shadow:0 12px 28px rgba(54,28,94,.045)!important}.profile-list-card h3,.profile-post-card h3,.profile-post-item h3{margin:0 0 8px!important;font-size:20px!important;line-height:1.2!important}.profile-list-card p,.profile-post-card p,.profile-post-item p{margin:0!important;font-size:14px!important;color:var(--muted)!important;font-weight:800!important}.profile-item-actions,.profile-post-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;margin-top:12px!important}.profile-item-actions a,.profile-item-actions button,.profile-post-actions a,.profile-post-actions button{border:0!important;border-radius:999px!important;padding:9px 14px!important;font-weight:950!important;background:#edf3ff!important;color:#225bd8!important}.profile-item-actions .danger,.profile-post-actions .danger{background:#ffe4e4!important;color:#c02222!important}@media (min-width:981px){.profile-tab-row,.profile-tabs{gap:9px!important}.profile-tab-row a,.profile-tab-row button,.profile-tabs a,.profile-tabs button{padding:11px 15px!important;font-size:14px!important}}@media (max-width:980px){.profile-tab-row,.profile-tabs{display:grid!important;grid-template-columns:1fr 1fr!important}.profile-tab-row a,.profile-tab-row button,.profile-tabs a,.profile-tabs button{width:100%!important;justify-content:center!important;text-align:center!important}}.profile-tab-buttons,.profile-tab-row,.profile-tabs,.profile-tabs-row{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;overflow:visible!important;margin:18px 0!important}.profile-tab-buttons a,.profile-tab-buttons button,.profile-tab-row a,.profile-tab-row button,.profile-tabs a,.profile-tabs button,.profile-tabs-row a,.profile-tabs-row button{width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;border:0!important;border-radius:999px!important;padding:12px 10px!important;background:#f2f5fa!important;color:#172038!important;font-size:14px!important;font-weight:950!important}.profile-tab-buttons .active,.profile-tab-buttons button.active,.profile-tab-row .active,.profile-tab-row button.active,.profile-tabs .active,.profile-tabs button.active,.profile-tabs-row .active,.profile-tabs-row button.active{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 24px rgba(37,99,235,.18)!important}.profile-tab-buttons button b,.profile-tab-buttons button span,.profile-tab-row button b,.profile-tab-row button span,.profile-tabs button b,.profile-tabs button span,.profile-tabs-row button b,.profile-tabs-row button span{flex:0 0 auto!important}@media (max-width:980px){.profile-tab-buttons,.profile-tab-row,.profile-tabs,.profile-tabs-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.profile-tabs-fixed{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;margin:18px 0!important;overflow:visible!important}.profile-tab-fixed,.profile-tabs-fixed .tab,.profile-tabs-fixed a,.profile-tabs-fixed button{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:0!important;border-radius:999px!important;padding:11px 8px!important;background:#f2f5fa!important;color:#172038!important;font-size:14px!important;line-height:1.15!important;font-weight:950!important;white-space:normal!important;overflow:hidden!important;text-align:center!important;box-shadow:none!important}.profile-tab-fixed.active,.profile-tabs-fixed .tab.active,.profile-tabs-fixed a.active,.profile-tabs-fixed button.active{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 24px rgba(37,99,235,.18)!important}.profile-tab-fixed b,.profile-tab-fixed span,.profile-tabs-fixed .tab b,.profile-tabs-fixed .tab span,.profile-tabs-fixed a b,.profile-tabs-fixed a span,.profile-tabs-fixed button b,.profile-tabs-fixed button span{flex:0 0 auto!important}.profile-tab-fixed b:last-child,.profile-tabs-fixed .tab b:last-child,.profile-tabs-fixed a b:last-child,.profile-tabs-fixed button b:last-child{min-width:24px!important;height:24px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:hsla(0,0%,100%,.6)!important;font-size:12px!important}@media(max-width:980px){.profile-tabs-fixed{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.profile-tabs-final{width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;margin:18px 0!important;overflow:visible!important}.profile-tabs-final .profile-tab-final,.profile-tabs-final button{width:100%!important;min-width:0!important;height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:0!important;border-radius:999px!important;padding:0 8px!important;background:#f2f5fa!important;color:#172038!important;font-size:13px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important}.profile-tabs-final .profile-tab-final.active,.profile-tabs-final button.active{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;box-shadow:0 12px 24px rgba(37,99,235,.18)!important}.profile-tabs-final b,.profile-tabs-final span{flex:0 0 auto!important}.avatar-mini.profile-photo-avatar img,.profile-photo-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.name-with-ticks{gap:6px!important;flex-wrap:wrap!important}.name-with-ticks,.status-ticks{display:inline-flex!important;align-items:center!important}.status-ticks{gap:3px!important;vertical-align:middle!important}.status-ticks span{width:18px!important;height:18px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;background:#2493ff!important;color:#fff!important;font-size:12px!important;font-weight:950!important;box-shadow:0 6px 14px rgba(36,147,255,.2)!important}@media(max-width:980px){.profile-tabs-final{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.profile-photo-avatar{background:#ffa8c6!important}.profile-photo-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.avatar-mini.profile-photo-avatar{padding:0!important}.profile-photo-avatar{overflow:hidden!important;padding:0!important}.avatar-mini.profile-photo-avatar img,.avatar.profile-photo-avatar img,.profile-photo-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.avatar-mini.profile-photo-avatar,.avatar-mini.profile-photo-avatar img{border-radius:50%!important}.profile-photo-avatar,.user-photo-avatar{overflow:hidden!important;padding:0!important}.avatar img,.avatar-mini img,.profile-photo-avatar img,.user-photo-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.status-ticks,.verify-ticks{display:inline-flex!important;align-items:center!important;gap:3px!important}.status-ticks span,.verify-ticks i{width:18px!important;height:18px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;background:#2493ff!important;color:#fff!important;font-size:12px!important;font-style:normal!important;font-weight:950!important}.notification-btn{position:relative!important}.notification-count{position:absolute!important;top:-5px!important;right:-5px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;font-size:10px!important;font-weight:950!important;box-shadow:0 8px 18px rgba(239,68,68,.28)!important}.notifications-page{overflow:hidden}.notifications-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.notifications-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff2d8;color:#8a5800;border:1px solid #ffe2a3;border-radius:999px;padding:8px 13px;font-weight:950;font-size:13px;margin-bottom:12px}.notifications-head h1{margin:0 0 8px!important}.notifications-head p{margin:0!important;color:var(--muted)!important;font-size:14px!important;line-height:1.45!important;font-weight:800}.notification-list{display:grid;grid-gap:10px;gap:10px}.notification-item{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;text-align:left;border:1px solid var(--line);border-radius:18px;background:#fff;padding:14px;color:inherit;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px rgba(54,28,94,.04)}.notification-item.unread{background:linear-gradient(135deg,#fffaf7,#f7efff);border-color:#dcc8ff}.notification-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#7c3aed,#ff4f91);color:#fff;font-size:21px}.notification-main{min-width:0}.notification-title-line{display:flex;justify-content:space-between;align-items:center;gap:10px}.notification-title-line strong{font-size:15px;color:var(--ink)}.notification-title-line em{font-style:normal;background:#ef4444;color:#fff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:950}.notification-main p{margin:5px 0 6px!important;color:var(--muted)!important;font-size:13px!important;font-weight:800;line-height:1.4}.notification-main small{color:#9a8dae;font-weight:900;font-size:11px}@media(max-width:980px){.notifications-head{display:grid}}.admin-clean-v3{gap:22px!important}.admin-tabs-clean{display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important}.admin-tabs-clean button{min-width:150px!important}.admin-clean-section{background:#fffdfb;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 34px rgba(54,28,94,.045);margin-bottom:20px}.admin-clean-title{margin-bottom:16px}.admin-clean-title h2{margin:0 0 6px;font-size:22px;color:var(--ink)}.admin-clean-title p{margin:0!important;color:var(--muted)!important;font-size:13px!important;font-weight:850}.admin-clean-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.live-card{background:linear-gradient(135deg,#f8fbff,#fff)!important;border-color:#dbe8ff!important}.pending-card-clean{background:linear-gradient(135deg,#fff9ee,#fff)!important;border-color:#ffe0a8!important}.admin-selected-panel{background:#fffdfb;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 34px rgba(54,28,94,.045)}.admin-selected-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.admin-selected-head h2{margin:0 0 6px;font-size:22px}.admin-selected-head p{margin:0!important;color:var(--muted)!important;font-size:13px!important;font-weight:850}.admin-selected-head button{border:1px solid var(--line);background:#fff;color:var(--purple2);border-radius:14px;padding:10px 14px;font-weight:950;cursor:pointer}.admin-row-clean{background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;padding:16px!important}.admin-row-clean .admin-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;width:100%!important;justify-content:flex-start!important;border-top:1px solid var(--line)!important;padding-top:12px!important}.admin-actions .hard-danger{background:#7f1d1d!important;color:#fff!important;border-color:#7f1d1d!important}.admin-photo-preview{margin-top:10px}.admin-photo-preview img{width:96px;height:96px;border-radius:22px;object-fit:cover;border:1px solid var(--line);box-shadow:0 10px 22px rgba(30,20,50,.08)}@media(max-width:980px){.admin-clean-grid{grid-template-columns:1fr!important}.admin-selected-head{display:grid}.admin-tabs-clean button{min-width:0!important;flex:1 1}body,html{overflow-x:hidden!important}body{background:#fff8f4!important}.app-bg{padding-bottom:82px!important;background:linear-gradient(180deg,#fff,#fff8f4 220px,#fff8f4)!important}.topbar{position:-webkit-sticky!important;position:sticky!important;top:0!important;max-width:100%!important;width:100%!important;padding:12px 14px!important;min-height:82px!important;border-bottom:1px solid var(--line)!important;background:hsla(0,0%,100%,.94)!important}.brand,.topbar{gap:10px!important}.brand{min-width:0!important;flex:1 1 auto!important}.brand-icon-logo{width:58px!important;height:58px!important;border-radius:16px!important;flex:0 0 58px!important}.brand strong{font-size:30px!important;line-height:.95!important;letter-spacing:-.04em!important}.brand span{font-size:18px!important;line-height:1.18!important;margin-top:6px!important;max-width:150px!important}.top-actions{gap:8px!important;flex:0 0 auto!important}.top-actions .icon-btn{width:48px!important;height:48px!important;font-size:20px!important;box-shadow:0 8px 18px rgba(30,20,50,.055)!important}.top-actions .icon-btn svg{width:21px!important;height:21px!important}.notification-btn:after{top:10px!important;right:10px!important}.login-mini{min-width:92px!important;height:58px!important;border-radius:999px!important;padding:0 18px!important;font-size:20px!important;line-height:1.08!important;text-align:center!important;white-space:normal!important}.shell{padding:18px 16px 22px!important;display:block!important}.content,.content.full,.shell{width:100%!important;max-width:100%!important}.tabs{grid-gap:12px!important;gap:12px!important;margin:8px 0 18px!important;display:grid!important;grid-template-columns:1fr 1fr!important}.tab{width:100%!important;padding:14px 12px!important;min-height:64px!important;border-radius:999px!important;line-height:1.1!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.search-box,.tab{font-size:22px!important}.search-box{height:60px!important;border-radius:24px!important;gap:14px!important;padding:0 18px!important;margin-bottom:16px!important;box-shadow:0 12px 30px rgba(54,28,94,.055)!important}.real-search input{font-size:21px!important}.filters{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:12px!important;gap:12px!important;margin-bottom:18px!important}.filters button,.filters select{height:58px!important;min-width:0!important;border-radius:20px!important;font-size:19px!important;padding:0 14px!important}.post-list{gap:14px!important}.post-card{min-height:0!important;border-radius:24px!important;padding:17px 18px!important;box-shadow:0 12px 30px rgba(54,28,94,.06)!important}.post-head{align-items:flex-start!important;gap:12px!important}.author-avatar-link,.avatar,.user-photo-avatar{width:52px!important;height:52px!important;min-width:52px!important;font-size:22px!important}.post-head h3{font-size:24px!important;line-height:1.08!important;margin:0!important}.post-head p{font-size:16px!important;margin-top:6px!important}.post-icons{gap:12px!important;font-size:22px!important;align-items:center!important;margin-left:auto!important}.report-mini-btn{width:44px!important;height:38px!important;border-radius:10px!important;font-size:22px!important}.post-title{display:block!important;font-size:28px!important;line-height:1.15!important;margin:22px 0 18px!important;word-break:break-word!important}.post-bottom{gap:10px!important}.pill{padding:9px 14px!important;font-size:17px!important}.metrics{gap:12px!important;font-size:16px!important;white-space:nowrap!important}.page-card{width:100%!important;max-width:100%!important;border-radius:24px!important;padding:24px 22px!important;box-shadow:0 12px 34px rgba(54,28,94,.06)!important}.page-card h1{font-size:44px!important;line-height:1.02!important;letter-spacing:-.05em!important}.page-card p{font-size:21px!important;line-height:1.6!important}.article-card h1{font-size:34px!important;line-height:1.15!important}.article-text{font-size:20px!important;line-height:1.8!important}.locked-reading-box{border:1px solid var(--line)!important;background:#fffaf7!important;border-radius:22px!important;padding:22px 18px!important;text-align:center!important;margin:16px 0!important}.locked-icon{font-size:34px!important;margin-bottom:8px!important}.locked-reading-box h2{font-size:25px!important;margin:0 0 8px!important}.locked-actions{display:flex!important;gap:10px!important;justify-content:center!important;flex-wrap:wrap!important;margin-top:16px!important}.popular-page{padding:22px 18px!important}.popular-page-head h1{font-size:42px!important;line-height:1.05!important}.popular-page-head p{font-size:19px!important;line-height:1.45!important}.popular-hero-card{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;grid-gap:12px!important;gap:12px!important;padding:20px 16px!important;border-radius:22px!important}.popular-hero-icon{width:48px!important;height:48px!important}.popular-author-avatar{width:82px!important;height:82px!important;font-size:28px!important}.popular-author-line{justify-content:center!important;display:flex!important;flex-wrap:wrap!important}.popular-author-line strong{font-size:20px!important}.popular-score-grid{width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.popular-score-grid span{padding:9px 6px!important;font-size:13px!important}.popular-score-grid b{font-size:18px!important}.popular-rank-row{grid-template-columns:34px 48px minmax(0,1fr)!important;gap:10px!important;padding:13px!important}.popular-row-stats{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.badge-grid{grid-template-columns:1fr!important;gap:12px!important}.badge-card{padding:15px!important;border-radius:18px!important}.profile-tabs-v2{margin:14px 0 18px!important;padding-bottom:4px!important}.profile-tabs-v2 button{font-size:14px!important;padding:10px 14px!important;min-height:42px!important}.profile-post-item{grid-template-columns:1fr!important}.profile-post-actions{justify-content:flex-start!important}.ad-inline{height:64px!important;margin:14px 0!important;border-radius:18px!important;font-size:18px!important}.ad-slot small{font-size:13px!important}.footer-main.footer-v51{margin-top:14px!important;padding:28px 16px 104px!important;gap:16px!important}.footer-v51 .footer-brand img{width:96px!important}.footer-v51 .footer-policy-links{display:flex!important;justify-content:center!important;gap:14px 20px!important;font-size:17px!important;line-height:1.45!important}.footer-socials span{width:48px!important;height:48px!important;font-size:17px!important}.footer-v51 small{font-size:16px!important;line-height:1.45!important}.mobile-nav{height:76px!important;grid-template-columns:repeat(5,1fr)!important}.mobile-nav a{gap:3px!important;font-size:21px!important;min-width:0!important}.mobile-nav b{font-size:13px!important;line-height:1.1!important;white-space:nowrap!important}.mobile-plus{width:52px!important;height:52px!important;font-size:26px!important;border-width:3px!important}.input,.textarea{font-size:18px!important;border-radius:16px!important}.write-limit-panel{grid-template-columns:1fr!important;gap:10px!important}.admin-stat-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.admin-stat-card{padding:14px!important}.admin-stat-card strong{font-size:24px!important}.comments-head h2{font-size:22px!important}.comment-card{border-radius:16px!important}}@media (max-width:420px){.topbar{padding:10px 12px!important;gap:7px!important}.brand-icon-logo{width:52px!important;height:52px!important;flex-basis:52px!important}.brand strong{font-size:26px!important}.brand span{font-size:16px!important;max-width:122px!important}.top-actions .icon-btn{width:44px!important;height:44px!important}.login-mini{min-width:78px!important;height:52px!important;font-size:18px!important;padding:0 13px!important}.shell{padding-left:14px!important;padding-right:14px!important}.tab{min-height:58px!important}.search-box,.tab{font-size:20px!important}.search-box{height:56px!important}.filters button,.filters select{height:54px!important;font-size:17px!important}.post-card{padding:15px!important}.post-head h3{font-size:22px!important}.post-title{font-size:25px!important}.metrics{font-size:14px!important;gap:9px!important}.page-card{padding:22px 18px!important}.page-card h1{font-size:38px!important}.page-card p{font-size:19px!important}.popular-row-stats,.popular-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-nav b{font-size:12px!important}.mobile-plus{width:48px!important;height:48px!important}}@media (max-width:980px){.app-bg{padding-bottom:70px!important}.topbar{min-height:64px!important;padding:8px 10px!important;gap:7px!important}.brand{gap:8px!important}.brand-icon-logo{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:12px!important}.brand strong{font-size:22px!important;line-height:1!important}.brand span{font-size:13px!important;line-height:1.15!important;max-width:105px!important;margin-top:3px!important}.top-actions{gap:6px!important}.top-actions .icon-btn{width:38px!important;height:38px!important;font-size:17px!important}.top-actions .icon-btn svg{width:18px!important;height:18px!important}.login-mini{min-width:70px!important;height:42px!important;padding:0 11px!important;font-size:15px!important;line-height:1.08!important}.shell{padding:12px 10px 18px!important}.tabs{gap:8px!important;margin:6px 0 12px!important}.tab{min-height:48px!important;padding:9px 8px!important;font-size:17px!important;border-radius:999px!important}.search-box{height:48px!important;border-radius:18px!important;padding:0 14px!important;gap:10px!important;margin-bottom:12px!important}.real-search input,.search-box{font-size:16px!important}.filters{gap:8px!important;margin-bottom:12px!important}.filters button,.filters select{height:46px!important;border-radius:16px!important;font-size:15px!important;padding:0 11px!important}.ad-inline{height:56px!important;margin:10px 0!important;border-radius:15px!important;font-size:15px!important}.ad-slot small{font-size:11px!important}.post-list{gap:10px!important}.post-card{border-radius:18px!important;padding:12px 13px!important;min-height:0!important}.post-head{gap:9px!important;align-items:center!important}.author-avatar-link,.avatar,.user-photo-avatar{width:42px!important;height:42px!important;min-width:42px!important;font-size:18px!important}.post-head h3{font-size:19px!important;line-height:1.08!important}.post-head p{font-size:13px!important;margin-top:3px!important}.post-icons{gap:8px!important;font-size:17px!important}.report-mini-btn{width:34px!important;height:30px!important;font-size:17px!important;padding:0!important}.post-title{font-size:22px!important;line-height:1.15!important;margin:16px 0 12px!important}.pill{padding:7px 11px!important}.metrics,.pill{font-size:13px!important}.metrics{gap:8px!important}.page-card{border-radius:18px!important;padding:18px 16px!important}.page-card h1{font-size:31px!important;line-height:1.05!important}.page-card p{font-size:16px!important;line-height:1.5!important}.form-head{gap:10px!important;align-items:flex-start!important}.popular-kicker,.write-kicker{font-size:12px!important;padding:7px 11px!important}.premium-badge{font-size:13px!important;padding:8px 10px!important;line-height:1.1!important}.write-limit-panel{gap:8px!important}.limit-item{padding:12px 14px!important;border-radius:16px!important}.limit-item strong{font-size:22px!important}.limit-item span{font-size:13px!important}.input,.textarea{font-size:15px!important;padding:12px 13px!important}.textarea{min-height:170px!important}.popular-page{padding:18px 15px!important}.popular-page-head h1{font-size:32px!important}.popular-page-head p{font-size:16px!important;line-height:1.35!important}.popular-hero-card{grid-template-columns:1fr!important;padding:15px 13px!important;border-radius:18px!important;gap:9px!important}.popular-hero-main h2{font-size:20px!important}.popular-hero-main p{font-size:13px!important;line-height:1.35!important}.popular-author-avatar{width:64px!important;height:64px!important;font-size:22px!important}.popular-author-line strong{font-size:16px!important}.popular-author-line span{font-size:13px!important}.popular-row-stats,.popular-score-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.popular-row-stats span,.popular-score-grid span{padding:7px 4px!important;font-size:11px!important;border-radius:12px!important}.popular-row-stats b,.popular-score-grid b{font-size:15px!important}.popular-rank-row{grid-template-columns:30px 42px minmax(0,1fr)!important;gap:8px!important;padding:11px!important;border-radius:16px!important}.popular-rank-number{width:30px!important;height:30px!important;font-size:15px!important}.popular-row-avatar{width:42px!important;height:42px!important;font-size:18px!important}.popular-row-main strong{font-size:17px!important}.popular-row-main small{font-size:13px!important}.badge-card{padding:12px!important}.footer-main.footer-v51{padding:20px 14px 88px!important;gap:10px!important}.footer-v51 .footer-brand img{width:78px!important}.footer-v51 .footer-policy-links{gap:8px 14px!important;font-size:14px!important}.footer-socials span{width:38px!important;height:38px!important;font-size:14px!important}.footer-v51 small{font-size:13px!important}.mobile-nav{height:64px!important}.mobile-nav a{font-size:18px!important;gap:1px!important}.mobile-nav b{font-size:11px!important}.mobile-plus{width:42px!important;height:42px!important;font-size:22px!important;border-width:3px!important}}@media (max-width:420px){.brand-icon-logo{width:42px!important;height:42px!important;flex-basis:42px!important}.brand strong{font-size:21px!important}.brand span{font-size:12px!important;max-width:96px!important}.top-actions .icon-btn{width:36px!important;height:36px!important}.login-mini{min-width:64px!important;height:40px!important;font-size:14px!important;padding:0 9px!important}.page-card h1{font-size:29px!important}.post-title{font-size:21px!important}.popular-row-stats,.popular-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}