.post-vote-box{align-items:center;gap:var(--space-3);width:100%;max-width:var(--post-hero-aside-width,16rem);flex-direction:column;display:flex}.post-vote-box__summary{justify-content:center;align-items:center;gap:var(--space-2);flex-wrap:nowrap;display:flex}.post-vote-box__summary .star-rating--lg .star-rating__star{font-size:1.5rem}.post-vote-box__score{font-size:var(--text-sm);white-space:nowrap;color:var(--color-text);margin:0;line-height:1}.post-vote-box__score strong{font-size:var(--text-base)}.post-vote-box__votes{font-size:var(--text-xs);white-space:nowrap;color:var(--color-text-muted);margin:0;line-height:1}.post-vote-box__picker{align-items:center;gap:var(--space-2);flex-direction:column;width:100%;display:flex}.post-vote-box__picker-label{font-size:var(--text-xs);color:var(--color-text-muted);margin:0;font-weight:600}.post-vote-box__stars{align-items:center;gap:.15rem;display:flex}.post-vote-box__star{color:var(--color-border-strong);cursor:pointer;transition:color var(--duration-fast) var(--ease-out);background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.post-vote-box__star.is-active,.post-vote-box__star:hover:not(:disabled),.post-vote-box__star:focus-visible:not(:disabled){color:var(--color-rating)}.post-vote-box__star:disabled{cursor:not-allowed;opacity:.6}.post-vote-box__submit{width:100%;padding:var(--space-2) var(--space-4);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text);background:var(--color-bg-elevated);border:.5px solid var(--color-border-strong);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);font-weight:600}.post-vote-box__submit:hover:not(:disabled){border-color:var(--color-brand-400);background:var(--color-primary-subtle)}.post-vote-box__submit:disabled{cursor:not-allowed;opacity:.7}.post-vote-box__submit:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px}.post-vote-box__message{font-size:var(--text-xs);text-align:center;margin:0}.post-vote-box__message--error{color:var(--color-error)}.post-vote-box__message--success{color:var(--color-success)}.post-vote-box__message--muted{color:var(--color-text-muted)}.post-vote-box__honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.post-vote-box__overlay{z-index:var(--z-modal);padding:var(--space-4);background:#0000008c;background:lab(0% 0 0/.55);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.post-vote-box__dialog{width:100%;max-width:22rem;padding:var(--space-6);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);position:relative}.post-vote-box__close{top:var(--space-3);right:var(--space-3);width:2rem;height:2rem;color:var(--color-text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.5rem;line-height:1;display:inline-flex;position:absolute}.post-vote-box__close:hover:not(:disabled){color:var(--color-text);background:var(--color-bg-muted)}.post-vote-box__close:focus-visible{outline:3px solid var(--color-ring);outline-offset:2px}.post-vote-box__dialog-title{margin:0 var(--space-8) var(--space-2) 0;font-size:var(--text-xl);color:var(--color-text);font-weight:700}.post-vote-box__dialog-text{margin:0 0 var(--space-5);font-size:var(--text-sm);color:var(--color-text-muted)}.post-vote-box__dialog .post-vote-box__picker{margin-bottom:var(--space-5)}.post-vote-box__dialog .post-vote-box__stars{justify-content:center}.post-vote-box__dialog .post-vote-box__star{font-size:2rem}.post-vote-box__dialog-actions{gap:var(--space-3);display:flex}.post-vote-box__cancel{padding:var(--space-2) var(--space-4);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text);background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;flex:1;font-weight:600}.post-vote-box__cancel:hover:not(:disabled){border-color:var(--color-border-strong)}.post-vote-box__cancel:disabled{cursor:not-allowed;opacity:.7}.post-vote-box__confirm{color:var(--color-text-on-brand);flex:1}.post-vote-box__confirm:disabled{cursor:not-allowed;opacity:.7}
.social-share{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.social-share__label{font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-subtle);margin:0;font-weight:700}.social-share__list{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.social-share__link{width:2.5rem;height:2.5rem;color:var(--color-text-on-brand);border-radius:var(--radius-full);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.social-share__link:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.social-share__link:active{transform:scale(.96)}.social-share__link--facebook{background:#1877f2}.social-share__link--twitter{background:#000}.social-share__link--pinterest{background:#e60023}.social-share__link--telegram{background:#26a5e4}.social-share__link--whatsapp{background:#25d366}.social-share .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[data-theme=dark] .social-share__label{color:#e8eaed}
.post-hero{padding:var(--space-6);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.post-hero__layout{gap:var(--space-8);display:grid}.post-hero__share-wrap{width:100%;margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--color-border);justify-content:center;align-items:center;display:flex}.post-hero__aside{--post-hero-aside-width:16rem;align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.post-hero__icon .post-icon{background:var(--color-bg-elevated);border:1px solid var(--color-border)}.post-vote-box{width:100%;max-width:var(--post-hero-aside-width)}.post-hero__main{gap:var(--space-6);flex-direction:column;width:100%;min-width:0;display:flex}.post-hero__content{width:100%;min-width:0}.post-hero__meta-row{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.post-hero__pill{font-size:var(--text-xs);color:var(--color-text-muted);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-full);align-items:center;padding:.2rem .65rem;font-weight:600;display:inline-flex}.post-hero__payment-methods{align-items:center;gap:var(--space-3);flex-wrap:wrap;width:100%;display:flex}.post-hero__payment-label{font-size:var(--text-sm);color:var(--color-text-muted);font-weight:600}.post-hero__payment-badges{gap:var(--space-2);flex-wrap:wrap;display:flex}.post-hero__payment-badge{font-size:var(--text-xs);color:var(--color-text-on-brand);border-radius:var(--radius-full);background:var(--color-text-muted);align-items:center;padding:.25rem .75rem;font-weight:700;display:inline-flex}.post-hero__payment-badge--jazzcash{background:#dc2626}.post-hero__payment-badge--easypaisa{color:#fff;background:#16a34a}.post-hero__payment-badge--bank{background:#2563eb}.post-hero__payment-badge--crypto{background:#7c3aed}.post-hero__screenshots{gap:var(--space-3);width:100%;display:flex;overflow-x:auto}.post-hero__screenshot-img{border-radius:var(--radius-md);flex-shrink:0;width:auto;height:180px}.post-hero__title{margin:0 0 var(--space-4);font-size:var(--heading-size);font-weight:600;line-height:var(--leading-tight);letter-spacing:-.01em;color:var(--color-text)}.post-hero__summary{margin:0 0 var(--space-5);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--color-text-muted)}.post-hero__categories{gap:var(--space-2);flex-wrap:wrap;display:flex}.post-hero__category{font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-on-brand);background:var(--color-primary);border-radius:var(--radius-full);align-items:center;padding:.25rem .75rem;font-weight:700;text-decoration:none;display:inline-flex}.post-hero__category:hover{color:var(--color-text-on-brand);background:var(--color-primary-hover)}.post-hero__info-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0;display:grid}.post-hero__info-item{padding:var(--space-4);background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md)}.post-hero__info-item dt{margin-bottom:var(--space-1);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.6875rem;font-weight:700}.post-hero__info-item dd{font-size:var(--text-sm);color:var(--color-text);margin:0;font-weight:700;line-height:1.4}@media (min-width:900px){.post-hero__layout{grid-template-columns:16rem 1fr;align-items:stretch}.post-hero__main{justify-content:space-between;min-height:100%}.post-hero__info-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-self:stretch;width:100%}}@media (min-width:1100px){.post-hero__layout{grid-template-columns:18rem 1fr}}[data-theme=dark] .post-hero__pill,[data-theme=dark] .post-hero__summary{color:#c4c7cc}[data-theme=dark] .post-hero__payment-label{color:#e8eaed}[data-theme=dark] .post-hero__info-item dt{color:#c4c7cc}[data-theme=dark] .post-hero__info-item dd{color:#fff}[data-theme=dark] .post-hero__payment-badge--easypaisa{color:#fff;background:#166534}
