.av-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

.av-hero {
    padding: 56px 0 32px;
    text-align: center;
}
.av-hero-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: var(--text-3, #999);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
}
.av-hero-title {
    margin: 0 0 12px;
    font-size: 38px;
    font-weight: 900;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.8px;
    line-height: 1.1;
}
.av-hero-sub {
    margin: 0 auto;
    max-width: 540px;
    font-size: 15px;
    color: var(--text-3, #666);
    line-height: 1.55;
}
@media (max-width: 600px) {
    .av-hero { padding: 32px 0 24px; }
    .av-hero-title { font-size: 28px; }
    .av-hero-sub { font-size: 13.5px; }
}

.av-section { margin-top: 36px; }
.av-section-inner { display: flex; flex-direction: column; gap: 16px; }
.av-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}
.av-section-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.4px;
}
.av-section-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--text-3, #666);
    line-height: 1.4;
}

.av-pending-section {
    background: linear-gradient(135deg, rgba(245, 158, 11, .08), rgba(245, 158, 11, .02));
    border: 1px solid rgba(245, 158, 11, .25);
    border-radius: 14px;
    padding: 22px;
}
.av-pending-list {
    display: grid;
    gap: 10px;
}
.av-pending-toggle {
    width: 100%; appearance: none; background: none; border: 0; cursor: pointer;
    display: flex; align-items: center; gap: 14px; padding: 2px; text-align: left;
    font-family: inherit; color: inherit;
}
.av-pending-toggle-ico {
    width: 44px; height: 44px; flex: none; border-radius: 13px; display: grid; place-items: center;
    background: linear-gradient(135deg, rgba(245, 158, 11, .22), rgba(245, 158, 11, .08));
    color: #f59e0b;
}
.av-pending-toggle-ico svg { width: 23px; height: 23px; }
.av-pending-section.is-collapsed .av-pending-toggle-ico { animation: av-gift-pulse 2.6s ease-in-out infinite; }
@keyframes av-gift-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 158, 11, .45); }
    55%      { transform: scale(1.07); box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
}
.av-pending-toggle-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.av-pending-toggle-title { font-size: 15.5px; font-weight: 800; color: var(--text-1, #0a0a0a); letter-spacing: -.2px; }
.av-pending-toggle-sub { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--text-2, #666); }
.av-pending-toggle:hover .av-pending-toggle-title { color: #d98c0a; }
.av-pending-toggle-chev { width: 21px; height: 21px; flex: none; color: #f59e0b; transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.av-pending-section:not(.is-collapsed) .av-pending-toggle-chev { transform: rotate(180deg); }
.av-pending-bodywrap {
    display: grid; grid-template-rows: 1fr;
    transition: grid-template-rows .45s cubic-bezier(.16, 1, .3, 1);
}
.av-pending-section.is-collapsed .av-pending-bodywrap { grid-template-rows: 0fr; }
.av-pending-body { min-height: 0; overflow: hidden; }
.av-pending-body .av-section-sub { margin: 14px 0 0; }
.av-pending-body .av-pending-list { margin-top: 12px; }
@media (prefers-reduced-motion: reduce) {
    .av-stat-star.is-on { animation: none; }
    .av-pending-section.is-collapsed .av-pending-toggle-ico { animation: none; }
    .av-pending-bodywrap { transition: none; }
}
.av-pending-titlerow { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.av-pending-count {
    font-size: 11px;
    font-weight: 800;
    color: #f59e0b;
    background: rgba(245, 158, 11, .14);
    border: 1px solid rgba(245, 158, 11, .3);
    padding: 2px 9px;
    border-radius: 999px;
    letter-spacing: .2px;
}
.av-pending-card {
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 13px;
    padding: 14px 16px 4px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    cursor: pointer;
    outline: none;
}
.av-pending-card:focus-visible {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, .32);
}
.av-pending-top {
    display: flex;
    align-items: center;
    gap: 13px;
}
.av-pending-thumbs {
    display: flex;
    align-items: center;
    flex: none;
}
.av-pending-thumbs[data-count="2"] .av-pending-thumb + .av-pending-thumb,
.av-pending-thumbs[data-count="3"] .av-pending-thumb + .av-pending-thumb {
    margin-left: -17px;
}
.av-pending-thumb {
    width: 46px;
    height: 46px;
    border-radius: 11px;
    overflow: hidden;
    flex: none;
    background: var(--surface-2, #f4f4f5);
    border: 2px solid var(--surface, #fff);
    box-shadow: 0 3px 9px -4px rgba(0, 0, 0, .35);
    display: inline-grid;
    place-items: center;
    font-size: 16px;
    font-weight: 800;
    color: var(--text-3, #999);
}
.av-pending-thumb img { width: 100%; height: 100%; object-fit: cover; }
.av-pending-thumb.is-empty img { display: none; }
.av-pending-thumb-robux { padding: 9px; }
.av-pending-thumb-robux img { object-fit: contain; }
[data-theme="dark"] .av-pending-thumb-robux img { filter: brightness(0) invert(1); }
.av-pending-info { min-width: 0; flex: 1; }
.av-pending-kind {
    display: inline-block;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #f59e0b;
    margin-bottom: 2px;
}
.av-pending-title {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.av-pending-sub {
    font-size: 12px;
    color: var(--text-2, #666);
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.av-pending-meta {
    font-size: 11px;
    color: var(--text-3, #999);
    font-variant-numeric: tabular-nums;
    margin-top: 3px;
}
.av-pending-chev {
    width: 18px;
    height: 18px;
    flex: none;
    color: var(--text-3, #bbb);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), color .2s ease;
}
.av-pending-card:hover .av-pending-chev { transform: translateX(3px); color: #f59e0b; }
.av-pending-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0 9px;
    border-top: 1px dashed var(--border-1, #e8e8e8);
}
.av-pending-rate-label {
    font-size: 12px;
    color: var(--text-3, #999);
}
.av-pending-rate-label strong { color: var(--text-2, #555); font-weight: 700; }
.av-pending-reward {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px 4px 9px;
    background: rgba(22, 163, 74, 0.10);
    border: 1px solid rgba(22, 163, 74, 0.25);
    border-radius: 999px;
    color: #15803d;
    font-size: 11.5px;
    font-weight: 700;
}
.av-pending-reward svg { width: 13px; height: 13px; flex-shrink: 0; }
.av-pending-reward strong { color: #15803d; font-weight: 800; }
[data-theme="dark"] .av-pending-reward {
    background: rgba(74, 222, 128, 0.12);
    border-color: rgba(74, 222, 128, 0.28);
    color: #4ade80;
}
[data-theme="dark"] .av-pending-reward strong { color: #86efac; }

.av-photo-incentive {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    background: rgba(245, 158, 11, .09);
    border: 1px solid rgba(245, 158, 11, .30);
    color: #b45309;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
    animation: av-photo-in .45s cubic-bezier(.16, 1, .3, 1);
}
.av-photo-incentive[hidden] { display: none; }
.av-photo-incentive svg { width: 15px; height: 15px; flex-shrink: 0; }
.av-photo-incentive strong { font-weight: 800; }
@keyframes av-photo-in { from { opacity: 0; transform: translateY(-4px); } }
[data-theme="dark"] .av-photo-incentive {
    background: rgba(251, 191, 36, .10);
    border-color: rgba(251, 191, 36, .28);
    color: #fbbf24;
}

.av-pending-stars { display: inline-flex; gap: 2px; }
.av-pending-star {
    background: none;
    border: none;
    padding: 3px;
    cursor: pointer;
    line-height: 0;
    border-radius: 6px;
}
.av-pending-star svg {
    width: 26px;
    height: 26px;
    fill: rgba(245, 158, 11, .2);
    stroke: rgba(245, 158, 11, .55);
    stroke-width: 1.1;
    transition: transform .18s cubic-bezier(.16, 1, .3, 1), fill .15s ease, stroke .15s ease;
}
.av-pending-star:hover svg { transform: scale(1.16); }
.av-pending-star.is-preview svg { fill: #fbbf24; stroke: #f59e0b; }

.av-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px;
}
.av-skel { flex: 1 1 280px; }
.av-grid-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.av-skel {
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 12px;
    min-height: 160px;
    padding: 18px;
}
.av-skel-bar {
    height: 16px;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--surface-2, #f4f4f4), var(--surface-3, #ececec), var(--surface-2, #f4f4f4));
    background-size: 200% 100%;
    animation: av-shimmer 1.4s ease-in-out infinite;
}
@keyframes av-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.av-card {
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 6px 18px -14px rgba(0,0,0,.18);
    position: relative;
    transition: opacity .25s cubic-bezier(.4, 0, 1, 1), transform .25s cubic-bezier(.4, 0, 1, 1);
}
.av-card.is-removing {
    opacity: 0;
    transform: scale(.94);
    pointer-events: none;
}
.av-card-admin-del {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: scale(.85);
    transition: opacity .18s cubic-bezier(.16, 1, .3, 1), transform .18s cubic-bezier(.16, 1, .3, 1), background .15s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    z-index: 2;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.av-card-admin-del svg { width: 13px; height: 13px; }
.av-card:hover .av-card-admin-del,
.av-card-admin-del:focus-visible {
    opacity: 1;
    transform: scale(1);
}
.av-card-admin-del:hover {
    background: #e01f1f;
    transform: scale(1.08);
}
.av-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
}
.av-card-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--surface-2, #f4f4f4);
    border: 1px solid var(--border-1, #e8e8e8);
    flex-shrink: 0;
    display: block;
}
.av-card-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #5865f2, #4752c4);
    font-size: 15px;
    font-weight: 800;
}
.av-card-meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.av-card-author {
    font-size: 13.5px;
    font-weight: 800;
    color: var(--text-1, #0a0a0a);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: -.1px;
}
.av-card-source {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    border-radius: 99px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}
.av-card-source-discord { background: rgba(88, 101, 242, .12); color: #4752c4; }
.av-card-source-site    { background: rgba(224, 31, 31, .1); color: #c41a1a; }
[data-theme="dark"] .av-card-source-discord { color: #a5b4fc; }
[data-theme="dark"] .av-card-source-site    { color: #fca5a5; }
.av-card-when {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--text-3, #999);
    text-transform: uppercase;
    letter-spacing: .4px;
}
.av-card-stars {
    display: inline-flex;
    gap: 2px;
    flex-shrink: 0;
}
.av-card-stars svg {
    width: 14px;
    height: 14px;
    color: #f59e0b;
    fill: #f59e0b;
}
.av-card-content {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--text-2, #555);
    margin: 0;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    overflow: hidden;
}

.av-card-foot {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 2px;
}
.av-card-like {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 99px;
    border: 1px solid var(--border-1, #e8e8e8);
    background: var(--surface-2, #f6f6f7);
    color: var(--text-2, #666);
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    transition: background .2s cubic-bezier(.16, 1, .3, 1), border-color .2s ease, color .2s ease, transform .12s ease;
}
.av-card-like:hover {
    border-color: rgba(224, 31, 31, .32);
    color: #e01f1f;
    background: rgba(224, 31, 31, .06);
}
.av-card-like:active { transform: scale(.95); }
.av-card-like.is-liked {
    color: #e01f1f;
    border-color: rgba(224, 31, 31, .4);
    background: rgba(224, 31, 31, .09);
}
.av-card-like-heart {
    position: relative;
    display: inline-flex;
    line-height: 0;
}
.av-card-like-heart svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: fill .2s ease, stroke .2s ease, transform .25s cubic-bezier(.16, 1, .3, 1);
}
.av-card-like.is-liked .av-card-like-heart svg { fill: #e01f1f; stroke: #e01f1f; }
.av-card-like-count {
    font-variant-numeric: tabular-nums;
    min-width: 7px;
    text-align: left;
}
.av-card-like.is-bumping .av-card-like-heart svg { animation: av-heart-pop .5s cubic-bezier(.16, 1, .3, 1); }
.av-card-like.is-bumping .av-card-like-count { animation: av-count-bump .42s ease; }
.av-card-like-heart::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid #e01f1f;
    opacity: 0;
    transform: scale(.5);
    pointer-events: none;
}
.av-card-like.is-bumping .av-card-like-heart::after { animation: av-heart-ring .55s ease-out; }
@keyframes av-heart-pop {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.35); }
    55%  { transform: scale(.88); }
    100% { transform: scale(1); }
}
@keyframes av-count-bump {
    0%   { transform: translateY(0); }
    40%  { transform: translateY(-3px); }
    100% { transform: translateY(0); }
}
@keyframes av-heart-ring {
    0%   { opacity: .55; transform: scale(.5); }
    100% { opacity: 0; transform: scale(2.1); }
}
[data-theme="dark"] .av-card-like:hover,
[data-theme="dark"] .av-card-like.is-liked {
    color: #ff6363;
    border-color: rgba(255, 99, 99, .4);
    background: rgba(255, 99, 99, .1);
}
[data-theme="dark"] .av-card-like.is-liked .av-card-like-heart svg { fill: #ff6363; stroke: #ff6363; }
[data-theme="dark"] .av-card-like-heart::after { border-color: #ff6363; }
@media (prefers-reduced-motion: reduce) {
    .av-card-like.is-bumping .av-card-like-heart svg,
    .av-card-like.is-bumping .av-card-like-count,
    .av-card-like.is-bumping .av-card-like-heart::after { animation: none; }
}

.av-empty {
    text-align: center;
    color: var(--text-3, #999);
    font-size: 14px;
    padding: 32px;
}
.av-grid-wrap { position: relative; min-height: 220px; }
.av-grid {
    transition: opacity .22s cubic-bezier(.16, 1, .3, 1),
                transform .22s cubic-bezier(.16, 1, .3, 1);
}
.av-grid.is-leaving { opacity: 0; transform: translateY(8px); }
.av-grid.is-entering { opacity: 0; transform: translateY(-8px); }

.av-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
}
.av-pager[hidden] { display: none; }

.av-pager-arrow {
    appearance: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    color: var(--text-2, #555);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background .15s cubic-bezier(.16, 1, .3, 1),
                color .15s cubic-bezier(.16, 1, .3, 1),
                border-color .15s cubic-bezier(.16, 1, .3, 1),
                transform .15s cubic-bezier(.16, 1, .3, 1);
}
.av-pager-arrow svg { width: 16px; height: 16px; display: block; }
.av-pager-arrow:hover {
    background: var(--surface-2, #f4f4f4);
    color: var(--text-1, #0a0a0a);
    border-color: var(--border-2, #d4d4d4);
}
.av-pager-arrow:active { transform: scale(.94); }

.av-pager-dots { display: inline-flex; align-items: center; gap: 8px; }
.av-pager-dot {
    appearance: none;
    border: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-2, #d4d4d4);
    cursor: pointer;
    transition: background .2s cubic-bezier(.16, 1, .3, 1),
                width .25s cubic-bezier(.16, 1, .3, 1),
                transform .15s cubic-bezier(.16, 1, .3, 1);
}
.av-pager-dot:hover { background: var(--text-3, #888); transform: scale(1.2); }
.av-pager-dot.is-active {
    width: 22px;
    border-radius: 99px;
    background: linear-gradient(90deg, #e01f1f, #ff6b6b);
}

.av-pager-progress {
    margin: 14px auto 0;
    height: 2px;
    background: var(--surface-2, #f4f4f4);
    border-radius: 99px;
    overflow: hidden;
    max-width: 360px;
}
.av-pager-progress[hidden] { display: none; }
.av-pager-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #e01f1f, #ff6b6b);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

[data-theme="dark"] .av-pager-arrow { background: var(--surface, #1a1a1a); border-color: var(--border-1, #2a2a2a); color: var(--text-2, #999); }
[data-theme="dark"] .av-pager-arrow:hover { background: var(--surface-2, #222); color: var(--text-1, #f4f4f5); }
[data-theme="dark"] .av-pager-dot { background: #333; }
[data-theme="dark"] .av-pager-dot:hover { background: #555; }
[data-theme="dark"] .av-pager-progress { background: #222; }

@media (max-width: 520px) {
    .av-pager { gap: 10px; margin-top: 18px; }
    .av-pager-arrow { width: 32px; height: 32px; }
    .av-pager-progress { max-width: 240px; margin-top: 12px; }
}

.av-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    transition: visibility 0s .32s;
}
.av-modal[hidden] { display: none; }
.av-modal.is-open { visibility: visible; transition-delay: 0s; }
.av-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 12, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity .3s cubic-bezier(.16, 1, .3, 1);
}
.av-modal.is-open .av-modal-backdrop { opacity: 1; }
.av-modal-card {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 28px 70px -22px rgba(0,0,0,.4),
                0 6px 18px -6px rgba(0,0,0,.15);
    opacity: 0;
    transform: translateY(14px) scale(.96);
    transition: opacity .28s cubic-bezier(.16, 1, .3, 1),
                transform .32s cubic-bezier(.16, 1, .3, 1);
}
.av-modal.is-open .av-modal-card { opacity: 1; transform: none; }
.av-modal.is-shake .av-modal-card { animation: av-shake .42s cubic-bezier(.36, .07, .19, .97); }
@keyframes av-shake {
    10%, 90% { transform: translateX(-2px); }
    20%, 80% { transform: translateX(4px); }
    30%, 50%, 70% { transform: translateX(-8px); }
    40%, 60% { transform: translateX(8px); }
}
.av-modal-accent {
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fbbf24 30%, #f59e0b 50%, #fbbf24 70%, transparent);
    z-index: 2;
}
.av-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--surface-2, #f4f4f4);
    border: 1px solid var(--border-1, #e8e8e8);
    color: var(--text-2, #555);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: background .15s, color .15s, transform .15s cubic-bezier(.16, 1, .3, 1);
}
.av-modal-close svg { width: 14px; height: 14px; display: block; }
.av-modal-close:hover {
    background: var(--surface-3, #ececec);
    color: var(--text-1, #0a0a0a);
    transform: rotate(90deg);
}

.av-modal-header { padding: 26px 28px 14px; }
.av-modal-eyebrow-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.av-modal-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: var(--surface-2, #f4f4f4);
    border: 1px solid var(--border-1, #e8e8e8);
    color: var(--text-2, #555);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10.5px;
    font-weight: 700;
}
.av-modal-eyebrow {
    font-size: 10.5px;
    font-weight: 800;
    color: var(--text-3, #999);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.av-modal-title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 900;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.5px;
    line-height: 1.15;
}
.av-modal-desc {
    margin: 0;
    font-size: 12.5px;
    color: var(--text-3, #999);
    font-variant-numeric: tabular-nums;
}
.av-modal-body {
    padding: 8px 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.av-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.av-field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.av-field-key {
    font-size: 12.5px;
    font-weight: 800;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.1px;
}

.av-field-rating {
    align-items: center;
    gap: 10px;
    padding: 18px 16px 14px;
    background: linear-gradient(180deg, rgba(245, 158, 11, .06), rgba(245, 158, 11, 0));
    border: 1px solid rgba(245, 158, 11, .2);
    border-radius: 12px;
}
.av-field-rating .av-field-key {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--text-3, #999);
    font-weight: 800;
}
.av-stars {
    display: inline-flex;
    gap: 4px;
}
.av-star {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
    color: var(--border-1, #e0e0e0);
    transition: color .18s cubic-bezier(.16, 1, .3, 1),
                transform .18s cubic-bezier(.16, 1, .3, 1),
                filter .18s cubic-bezier(.16, 1, .3, 1);
}
.av-star svg { width: 36px; height: 36px; display: block; fill: currentColor; }
.av-star.is-on {
    color: #f59e0b;
    filter: drop-shadow(0 4px 10px rgba(245, 158, 11, .35));
}
.av-stars:hover .av-star { color: var(--border-1, #e0e0e0); filter: none; }
.av-stars:hover .av-star.is-preview { color: #fbbf24; filter: drop-shadow(0 4px 8px rgba(251, 191, 36, .3)); transform: scale(1.05); }
.av-star.is-popped { animation: av-star-pop .42s cubic-bezier(.4, 0, .2, 1.5); }
@keyframes av-star-pop {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.35); }
    100% { transform: scale(1); }
}
.av-rating-label {
    font-size: 13.5px;
    font-weight: 800;
    color: #f59e0b;
    letter-spacing: -.1px;
    min-height: 18px;
    transition: opacity .15s ease;
}

.av-textarea {
    width: 100%;
    box-sizing: border-box;
    background: var(--surface-2, #f4f4f4);
    border: 1.5px solid var(--border-1, #e8e8e8);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13.5px;
    color: var(--text-1, #0a0a0a);
    font-family: inherit;
    line-height: 1.55;
    resize: vertical;
    min-height: 110px;
    outline: 0;
    transition: border-color .18s cubic-bezier(.16, 1, .3, 1),
                background .18s cubic-bezier(.16, 1, .3, 1),
                box-shadow .18s cubic-bezier(.16, 1, .3, 1);
}
.av-textarea:focus {
    border-color: #f59e0b;
    background: var(--surface, #fff);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, .12);
}
.av-char-counter {
    font-size: 10.5px;
    color: var(--text-3, #999);
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}
.av-char-counter.is-warning { color: #c41a1a; }
.av-error {
    background: rgba(224, 31, 31, .08);
    border: 1px solid rgba(224, 31, 31, .25);
    color: #c41a1a;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
    animation: av-error-in .25s cubic-bezier(.16, 1, .3, 1);
}
.av-error[hidden] { display: none; }
@keyframes av-error-in {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: none; }
}
[data-theme="dark"] .av-error { color: #fca5a5; }

.av-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 28px;
    border-top: 1px solid var(--border-1, #e8e8e8);
    background: var(--surface-2, #fafafa);
}
.av-btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    position: relative;
    transition: background .18s cubic-bezier(.16, 1, .3, 1),
                color .18s cubic-bezier(.16, 1, .3, 1),
                border-color .18s cubic-bezier(.16, 1, .3, 1),
                transform .18s cubic-bezier(.16, 1, .3, 1),
                box-shadow .18s cubic-bezier(.16, 1, .3, 1);
    letter-spacing: -.1px;
}
.av-btn-arrow {
    width: 13px;
    height: 13px;
    transition: transform .2s cubic-bezier(.16, 1, .3, 1);
}
.av-btn-primary {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #fff;
    border-color: #f59e0b;
    box-shadow: 0 6px 18px -6px rgba(245, 158, 11, .5);
}
.av-btn-primary:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px -6px rgba(245, 158, 11, .55);
}
.av-btn-primary:hover:not(:disabled) .av-btn-arrow { transform: translateX(3px); }
.av-btn-primary:disabled,
.av-btn-primary.is-loading { cursor: wait; }
.av-btn-primary.is-loading { pointer-events: none; }
.av-btn-primary.is-loading .av-btn-label,
.av-btn-primary.is-loading .av-btn-arrow { opacity: 0; }
.av-btn-spinner {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s;
}
.av-btn-primary.is-loading .av-btn-spinner { opacity: 1; }
.av-btn-spinner svg { width: 16px; height: 16px; animation: av-spin .7s linear infinite; color: #fff; }
@keyframes av-spin { to { transform: rotate(360deg); } }
.av-btn-ghost {
    background: var(--surface, #fff);
    color: var(--text-2, #555);
    border-color: var(--border-1, #e8e8e8);
}
.av-btn-ghost:hover:not(:disabled) {
    background: var(--surface-3, #ececec);
    color: var(--text-1, #0a0a0a);
}

.av-modal-success {
    padding: 44px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}
.av-modal-success[hidden] { display: none; }
.av-success-art {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 197, 94, .15), rgba(34, 197, 94, .04));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: av-pop-in .45s cubic-bezier(.16, 1, .3, 1);
}
@keyframes av-pop-in {
    from { transform: scale(.6); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
.av-success-check { width: 52px; height: 52px; }
.av-success-circle {
    stroke: #22c55e;
    stroke-width: 3;
    stroke-dasharray: 152;
    stroke-dashoffset: 152;
    animation: av-circle-draw .6s cubic-bezier(.16, 1, .3, 1) forwards;
}
.av-success-tick {
    stroke: #22c55e;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: av-tick-draw .4s .35s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes av-circle-draw { to { stroke-dashoffset: 0; } }
@keyframes av-tick-draw   { to { stroke-dashoffset: 0; } }
.av-success-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.4px;
    animation: av-fade-up .4s .3s cubic-bezier(.16, 1, .3, 1) both;
}
.av-success-sub {
    margin: 0;
    font-size: 13px;
    color: var(--text-3, #999);
    line-height: 1.5;
    animation: av-fade-up .4s .42s cubic-bezier(.16, 1, .3, 1) both;
}
.av-success-reward {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 10px auto 0;
    padding: 7px 15px 7px 12px;
    background: rgba(22, 163, 74, 0.10);
    border: 1px solid rgba(22, 163, 74, 0.25);
    border-radius: 999px;
    color: #15803d;
    font-size: 12.5px;
    font-weight: 700;
    animation: av-reward-pop .55s .55s cubic-bezier(.34, 1.56, .64, 1) both;
}
.av-success-reward svg { width: 15px; height: 15px; flex-shrink: 0; }
.av-success-reward strong { color: #15803d; font-weight: 900; }
.av-success-reward.is-pending {
    display: flex;
    max-width: 340px;
    border-radius: 12px;
    text-align: left;
    line-height: 1.4;
    background: rgba(245, 158, 11, .10);
    border-color: rgba(245, 158, 11, .30);
    color: #b45309;
}
.av-success-reward.is-pending strong { color: #b45309; }
[data-theme="dark"] .av-success-reward.is-pending {
    background: rgba(251, 191, 36, .10);
    border-color: rgba(251, 191, 36, .28);
    color: #fbbf24;
}
[data-theme="dark"] .av-success-reward.is-pending strong { color: #fcd34d; }
[data-theme="dark"] .av-success-reward {
    background: rgba(74, 222, 128, 0.12);
    border-color: rgba(74, 222, 128, 0.28);
    color: #4ade80;
}
[data-theme="dark"] .av-success-reward strong { color: #86efac; }
@keyframes av-reward-pop {
    from { opacity: 0; transform: translateY(8px) scale(.85); }
    to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .av-success-reward { animation: none; }
}
@keyframes av-fade-up {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: none; }
}

@media (max-width: 520px) {
    .av-modal-card { max-width: none; }
    .av-modal-header { padding: 22px 20px 12px; }
    .av-modal-body   { padding: 8px 20px 18px; }
    .av-modal-footer { padding: 14px 20px; flex-direction: column-reverse; }
    .av-modal-footer .av-btn { width: 100%; justify-content: center; }
    .av-star svg { width: 32px; height: 32px; }
}

.av-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--text-1, #0a0a0a);
    color: var(--surface, #fff);
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    z-index: 10000;
    box-shadow: 0 12px 28px -8px rgba(0,0,0,.35);
}
.av-toast[hidden] { display: none; }
.av-toast.is-success { background: #16a34a; color: #fff; }
.av-toast.is-error   { background: #c41a1a; color: #fff; }

.av-hero { padding: 48px 0 8px; text-align: left; }
.av-hero-grid {
    display: grid;
    grid-template-columns: 1fr minmax(380px, 500px);
    gap: 36px;
    align-items: center;
}
.av-hero-text { min-width: 0; }
.av-hero-eyebrow { color: #e01f1f; }
.av-hero-title { font-size: 46px; margin-bottom: 14px; }
.av-hero-title-accent { color: #e01f1f; }
.av-hero-sub { margin: 0; max-width: 480px; font-size: 15.5px; }
.av-hero-social { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; }
.av-hero-social[hidden] { display: none; }

.av-skel-fill {
    background: linear-gradient(90deg, var(--surface-2, #f4f4f4), var(--surface-3, #ececec), var(--surface-2, #f4f4f4));
    background-size: 200% 100%;
    animation: av-shimmer 1.4s ease-in-out infinite;
}
.av-hero-avatar-skel {
    width: 34px; height: 34px; border-radius: 50%;
    border: 2px solid var(--bg, #fff); margin-left: -10px;
    display: inline-block;
    background: linear-gradient(90deg, var(--surface-2, #f4f4f4), var(--surface-3, #ececec), var(--surface-2, #f4f4f4));
    background-size: 200% 100%;
    animation: av-shimmer 1.4s ease-in-out infinite;
}
.av-hero-avatar-skel:first-child { margin-left: 0; }
.av-hero-avatar-skel:nth-child(2) { animation-delay: .12s; }
.av-hero-avatar-skel:nth-child(3) { animation-delay: .24s; }
.av-hero-social-skel {
    display: none;
    width: 132px; height: 13px; border-radius: 6px;
    background: linear-gradient(90deg, var(--surface-2, #f4f4f4), var(--surface-3, #ececec), var(--surface-2, #f4f4f4));
    background-size: 200% 100%;
    animation: av-shimmer 1.4s ease-in-out infinite;
}
.av-hero-social.is-loading .av-hero-social-skel { display: inline-block; }
.av-hero-social.is-loading .av-hero-social-text { display: none; }
.av-hero-social:not(.is-loading) .av-hero-avatar-skel { display: none; }
.av-hero-social:not(.is-loading) .av-hero-social-text {
    animation: av-social-in .55s cubic-bezier(.16, 1, .3, 1) both;
}
.av-hero-avatar {
    animation: av-avatar-in .5s cubic-bezier(.16, 1, .3, 1) both;
    animation-delay: var(--enter-delay, 0ms);
}
@keyframes av-social-in { from { opacity: 0; transform: translateY(6px); } }
@keyframes av-avatar-in { from { opacity: 0; transform: translateY(8px) scale(.8); } }
.av-hero-avatars { display: inline-flex; }
.av-hero-avatar {
    width: 34px; height: 34px; border-radius: 50%; object-fit: cover;
    border: 2px solid var(--bg, #fff); margin-left: -10px; background: var(--surface-2, #f0f0f0);
}
.av-hero-avatar:first-child { margin-left: 0; }
.av-hero-social-text { font-size: 13px; color: var(--text-3, #666); }
.av-hero-social-text strong { color: var(--text-1, #0a0a0a); font-weight: 800; }

.av-stat-card {
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 20px; padding: 22px;
    display: grid; grid-template-columns: auto 1fr; gap: 20px;
    box-shadow: 0 24px 60px -34px rgba(0,0,0,.4);
}
.av-stat-main {
    display: flex; flex-direction: column; gap: 2px;
    padding-right: 24px; min-width: 152px;
    border-right: 1px solid var(--border-1, #ededed);
    justify-content: center;
}
.av-stat-label { font-size: 11px; font-weight: 900; color: #e01f1f; text-transform: uppercase; letter-spacing: 3px; }
.av-stat-big { display: flex; align-items: baseline; gap: 3px; margin-top: 12px; }
.av-stat-big strong { font-size: 64px; font-weight: 900; color: var(--text-1, #0a0a0a); letter-spacing: -2px; line-height: .9; }
.av-stat-big span { font-size: 20px; font-weight: 800; color: var(--text-3, #999); }
.av-stat-stars { display: inline-flex; gap: 3px; margin-top: 14px; }
.av-stat-star { width: 23px; height: 23px; fill: var(--surface-3, #e2e2e2); }
.av-stat-star.is-on {
    fill: #fbbf24;
    filter: drop-shadow(0 2px 5px rgba(245, 158, 11, .5));
    animation:
        av-star-in .45s cubic-bezier(.34, 1.56, .64, 1) calc(var(--star-i, 0) * 70ms + 120ms) both,
        av-star-glow 2.8s ease-in-out calc(var(--star-i, 0) * 160ms + 700ms) infinite;
}
@keyframes av-star-glow {
    0%, 100% { filter: drop-shadow(0 2px 4px rgba(245, 158, 11, .38)); }
    50%      { filter: drop-shadow(0 2px 10px rgba(251, 191, 36, .85)); }
}
.av-stat-sub { font-size: 11.5px; color: var(--text-3, #999); margin-top: 13px; }

.av-stat-real { display: flex; flex-direction: column; align-items: flex-start; }
.av-stat-big strong,
.av-stat-sub span,
.av-hero-social-text strong { font-variant-numeric: tabular-nums; }
.av-stat-skel { display: none; flex-direction: column; }
.av-stat-card.is-loading .av-stat-skel { display: flex; }
.av-stat-card.is-loading .av-stat-real { display: none; }
.av-stat-skel span {
    display: block;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--surface-2, #f4f4f4), var(--surface-3, #ececec), var(--surface-2, #f4f4f4));
    background-size: 200% 100%;
    animation: av-shimmer 1.4s ease-in-out infinite;
}
.av-stat-skel-big   { width: 116px; height: 58px; margin-top: 12px; border-radius: 12px; }
.av-stat-skel-stars { width: 130px; height: 23px; margin-top: 14px; animation-delay: .12s; }
.av-stat-skel-line  { width: 148px; height: 12px; margin-top: 15px; animation-delay: .24s; }

.av-stat-card:not(.is-loading) .av-stat-big {
    animation: av-stat-rise .6s cubic-bezier(.16, 1, .3, 1) both;
}
.av-stat-card:not(.is-loading) .av-stat-stars {
    animation: av-stat-rise .6s cubic-bezier(.16, 1, .3, 1) .1s both;
}
.av-stat-card:not(.is-loading) .av-stat-sub {
    animation: av-stat-rise .6s cubic-bezier(.16, 1, .3, 1) .18s both;
}
.av-stat-star {
    animation: av-star-in .45s cubic-bezier(.34, 1.56, .64, 1) both;
    animation-delay: calc(var(--star-i, 0) * 70ms + 120ms);
}
@keyframes av-stat-rise { from { opacity: 0; transform: translateY(10px); } }
@keyframes av-star-in   { from { opacity: 0; transform: scale(.4) rotate(-18deg); } }

.av-stat-featured { min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.av-stat-featured[hidden] { display: none; }
.av-stat-featured-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 20px; }
.av-stat-featured-title { font-size: 9.5px; font-weight: 800; color: var(--text-3, #999); text-transform: uppercase; letter-spacing: 1.2px; }
.av-stat-featured .av-featured-viewport { flex: 1; min-width: 0; overflow: hidden; border-radius: 13px; }
.av-stat-featured .av-featured-track { display: flex; transition: transform .5s cubic-bezier(.16, 1, .3, 1); touch-action: pan-y; }
.av-stat-featured .av-featured-card {
    flex: 0 0 100%; box-sizing: border-box;
    background: var(--surface-2, #f7f7f8); border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 13px; padding: 15px 16px; gap: 12px; min-height: 118px;
}
.av-stat-featured .av-featured-card:hover { transform: none; box-shadow: none; border-color: var(--border-1, #e8e8e8); }
.av-stat-featured .av-featured-quote { display: none; }
.av-stat-featured .av-featured-content {
    font-size: 12.5px; line-height: 1.5; font-weight: 500; color: var(--text-1, #0a0a0a);
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; overflow: hidden;
}
.av-stat-featured .av-featured-avatar { width: 34px; height: 34px; }
.av-stat-featured .av-featured-author { font-size: 12.5px; }
.av-stat-featured .av-featured-sub { font-size: 10.5px; }
.av-stat-featured .av-featured-foot .av-card-like { padding: 4px 9px; gap: 5px; font-size: 11.5px; }
.av-stat-featured .av-featured-foot .av-card-like-heart svg { width: 14px; height: 14px; }
.av-stat-featured .av-featured-dots { margin-top: 0; }
.av-stat-featured .av-featured-dot { width: 6px; height: 6px; }
.av-stat-featured .av-featured-dot.is-active { width: 16px; }
.av-stat-card:has(.av-stat-featured[hidden]) { grid-template-columns: 1fr; }
.av-stat-card:has(.av-stat-featured[hidden]) .av-stat-main { border-right: 0; padding-right: 0; }

.av-trust {
    margin-top: 22px;
    background: var(--surface, #fff);
    border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 16px; padding: 16px 20px;
}
.av-trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.av-trust-item { display: flex; align-items: center; gap: 11px; min-width: 0; }
.av-trust-item:not(:last-child) { border-right: 1px solid var(--border-1, #ededed); padding-right: 14px; }
.av-trust-ico { width: 34px; height: 34px; flex: none; border-radius: 10px; display: grid; place-items: center; background: rgba(224,31,31,.1); color: #e01f1f; }
.av-trust-ico svg { width: 18px; height: 18px; }
.av-trust-body { min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.av-trust-body strong { font-size: 13px; font-weight: 800; color: var(--text-1, #0a0a0a); }
.av-trust-body span { font-size: 11px; color: var(--text-3, #999); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.av-product-banner {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    background: var(--surface, #fff); border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 16px; padding: 16px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.av-product-banner[hidden] { display: none; }
.av-product-banner-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.av-product-banner-eyebrow {
    font-size: 11px; font-weight: 800; color: #e01f1f;
    text-transform: uppercase; letter-spacing: 1px;
}
.av-product-banner-title {
    margin: 0; font-size: 20px; font-weight: 900; color: var(--text-1, #0a0a0a);
    letter-spacing: -.4px; line-height: 1.2;
    overflow-wrap: anywhere;
}
.av-product-banner-back {
    display: inline-flex; align-items: center; gap: 7px; flex: none;
    background: transparent; border: 1px solid var(--border-1, #e8e8e8);
    color: var(--text-2, #555); text-decoration: none;
    font-size: 13px; font-weight: 700; padding: 9px 16px; border-radius: 11px;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s cubic-bezier(.16,1,.3,1);
}
.av-product-banner-back:hover {
    color: #e01f1f; border-color: #e01f1f;
    background: rgba(224,31,31,.06); transform: translateY(-1px);
}
.av-product-banner-back svg { width: 15px; height: 15px; transition: transform .2s cubic-bezier(.16,1,.3,1); }
.av-product-banner-back:hover svg { transform: translateX(-3px); }
@media (max-width: 560px) {
    .av-product-banner { padding: 14px 16px; }
    .av-product-banner-title { font-size: 17px; }
    .av-product-banner-back { width: 100%; justify-content: center; }
}

.av-toolbar { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.av-filters {
    display: inline-flex; gap: 6px; flex-wrap: wrap;
    background: var(--surface, #fff); border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 12px; padding: 5px;
}
.av-filter {
    appearance: none; border: 0; background: transparent; color: var(--text-3, #777);
    font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
    padding: 8px 16px; border-radius: 8px;
    transition: background .2s cubic-bezier(.16,1,.3,1), color .2s ease;
}
.av-filter:hover { color: var(--text-1, #0a0a0a); }
.av-filter.is-active { background: #e01f1f; color: #fff; }
.av-filter[hidden] { display: none; }
.av-filter-icon { display: inline-flex; align-items: center; gap: 6px; }
.av-filter-icon svg { width: 14px; height: 14px; flex-shrink: 0; }
.av-filter-count {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 18px; height: 17px; padding: 0 5px; border-radius: 999px;
    background: var(--surface-2, #f0f0f0); color: var(--text-3, #888);
    font-size: 10.5px; font-weight: 800; font-variant-numeric: tabular-nums;
    transition: background .3s cubic-bezier(.16,1,.3,1), color .3s cubic-bezier(.16,1,.3,1);
}
.av-filter.is-active .av-filter-count { background: rgba(255,255,255,.22); color: #fff; }
[data-theme="dark"] .av-filter-count { background: rgba(255,255,255,.08); color: #a1a1aa; }
[data-theme="dark"] .av-filter.is-active .av-filter-count { background: rgba(0,0,0,.2); color: #fff; }
.av-filter-reveal { animation: av-filter-in .5s cubic-bezier(.16,1,.3,1) both; }
@keyframes av-filter-in {
    from { opacity: 0; transform: translateY(-6px) scale(.94); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .av-filter-reveal { animation: none; }
}
.av-sort { position: relative; display: inline-flex; align-items: center; }
.av-sort-ico { position: absolute; left: 12px; width: 15px; height: 15px; color: var(--text-3, #999); pointer-events: none; }
.av-sort-chev { position: absolute; right: 12px; width: 14px; height: 14px; color: var(--text-3, #999); pointer-events: none; }
.av-sort-select {
    appearance: none; -webkit-appearance: none;
    background: var(--surface, #fff); border: 1px solid var(--border-1, #e8e8e8); color: var(--text-1, #0a0a0a);
    font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
    padding: 10px 34px; border-radius: 11px; outline: none; transition: border-color .15s ease;
}
.av-sort-select:focus { border-color: #e01f1f; }

.av-featured-section { margin-top: 20px; }
.av-featured-section[hidden] { display: none; }
.av-featured { display: flex; align-items: stretch; gap: 12px; }
.av-featured-arrow {
    appearance: none; flex: none; align-self: center; width: 42px; height: 42px; border-radius: 50%;
    background: var(--surface, #fff); border: 1px solid var(--border-1, #e8e8e8); color: var(--text-2, #555);
    cursor: pointer; display: grid; place-items: center;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .12s ease;
}
.av-featured-arrow:hover { background: #e01f1f; color: #fff; border-color: #e01f1f; }
.av-featured-arrow:active { transform: scale(.92); }
.av-featured-arrow svg { width: 18px; height: 18px; }
.av-featured-viewport { flex: 1; min-width: 0; overflow: hidden; border-radius: 18px; }
.av-featured-track { display: flex; transition: transform .5s cubic-bezier(.16,1,.3,1); touch-action: pan-y; }
.av-featured-card {
    flex: 0 0 100%; box-sizing: border-box;
    background: var(--surface, #fff); border: 1px solid var(--border-1, #e8e8e8);
    border-radius: 18px; padding: 26px 28px; position: relative;
    display: flex; flex-direction: column; gap: 16px; min-height: 150px;
}
.av-featured-quote { position: absolute; top: 8px; right: 24px; font-size: 80px; line-height: 1; color: rgba(224,31,31,.14); font-weight: 900; font-family: Georgia, serif; pointer-events: none; }
.av-featured-content { margin: 0; font-size: 17px; line-height: 1.55; color: var(--text-1, #0a0a0a); font-weight: 500; position: relative; }
.av-featured-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; }
.av-featured-person { display: flex; align-items: center; gap: 12px; min-width: 0; }
.av-featured-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; background: var(--surface-2, #f0f0f0); border: 1px solid var(--border-1, #e8e8e8); }
.av-featured-meta { min-width: 0; }
.av-featured-author { font-size: 14px; font-weight: 800; color: var(--text-1, #0a0a0a); display: inline-flex; align-items: center; gap: 6px; }
.av-featured-sub { font-size: 11.5px; color: var(--text-3, #999); display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; }
.av-featured-sub .av-card-stars svg { width: 12px; height: 12px; }
.av-featured-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.av-featured-dots[hidden] { display: none; }
.av-featured-dot { appearance: none; border: 0; padding: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--border-2, #d4d4d4); cursor: pointer; transition: width .25s cubic-bezier(.16,1,.3,1), background .2s ease; }
.av-featured-dot.is-active { width: 22px; border-radius: 99px; background: linear-gradient(90deg,#e01f1f,#ff6b6b); }

.av-card-sub-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 3px; }
.av-card-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 10.5px; font-weight: 700; color: #2dc56e; }
.av-card-verified svg { width: 11px; height: 11px; }
.av-card-foot { align-items: center; }
.av-card-order { font-size: 10.5px; font-weight: 700; color: #e06363; background: rgba(224,31,31,.1); padding: 3px 9px; border-radius: 99px; font-variant-numeric: tabular-nums; }

.av-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 28px; flex-wrap: wrap; }
.av-pagination[hidden] { display: none; }
.av-page-numbers { display: inline-flex; align-items: center; gap: 6px; }
.av-page-arrow, .av-page-num {
    appearance: none; min-width: 38px; height: 38px; border-radius: 10px;
    background: var(--surface, #fff); border: 1px solid var(--border-1, #e8e8e8); color: var(--text-2, #555);
    font-family: inherit; font-size: 13.5px; font-weight: 700; cursor: pointer;
    display: inline-grid; place-items: center; padding: 0 6px;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .12s ease;
}
.av-page-arrow svg { width: 16px; height: 16px; }
.av-page-arrow:hover:not(:disabled), .av-page-num:hover { background: var(--surface-2, #f4f4f4); color: var(--text-1, #0a0a0a); }
.av-page-arrow:disabled { opacity: .35; cursor: not-allowed; }
.av-page-num.is-active { background: #e01f1f; border-color: #e01f1f; color: #fff; }
.av-page-gap { color: var(--text-3, #999); padding: 0 2px; font-weight: 700; }

@media (max-width: 920px) {
    .av-hero-grid { grid-template-columns: 1fr; gap: 24px; }
    .av-stat-card { grid-template-columns: 1fr; }
    .av-stat-main { border-right: 0; border-bottom: 1px solid var(--border-1, #ededed); padding-right: 0; padding-bottom: 16px; }
    .av-trust-inner { grid-template-columns: 1fr 1fr; }
    .av-trust-item:nth-child(2) { border-right: 0; }
}
@media (max-width: 600px) {
    .av-hero-title { font-size: 32px; }
    .av-trust-inner { grid-template-columns: 1fr; }
    .av-trust-item { border-right: 0 !important; padding-right: 0; }
    .av-toolbar { flex-direction: column; align-items: stretch; }
    .av-sort-select { width: 100%; }
    .av-featured { gap: 0; }
    .av-featured-arrow { display: none; }
    .av-featured-viewport { border-radius: 16px; }
    .av-featured-card { padding: 20px 18px; min-height: 0; gap: 14px; }
    .av-featured-quote { font-size: 56px; top: 4px; right: 16px; }
    .av-featured-content { font-size: 15px; line-height: 1.5; }
    .av-featured-dots { margin-top: 14px; }
}

.av-sort { position: relative; width: 190px; display: block; }
.av-sort .cxsel-trigger { border-radius: 11px; padding: 10px 14px; font-weight: 700; }
@media (max-width: 600px) { .av-sort { width: 100%; } }

.av-card { transition: transform .32s cubic-bezier(.16, 1, .3, 1), box-shadow .32s cubic-bezier(.16, 1, .3, 1), border-color .32s ease, opacity .25s ease; }
.av-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px -20px rgba(224, 31, 31, .3); border-color: rgba(224, 31, 31, .3); }
.av-card-avatar { transition: transform .32s cubic-bezier(.16, 1, .3, 1); }
.av-card:hover .av-card-avatar { transform: scale(1.07); }
.av-card:hover .av-card-stars svg { animation: av-star-twinkle .55s cubic-bezier(.16, 1, .3, 1); }
.av-card:hover .av-card-content { color: var(--text-1, #0a0a0a); }
.av-card-content { transition: color .3s ease; }
@keyframes av-star-twinkle { 0%, 100% { transform: scale(1); } 45% { transform: scale(1.22) rotate(8deg); } }

.av-featured-card { transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, border-color .3s ease; }
.av-featured-card:hover { transform: translateY(-3px); box-shadow: 0 28px 60px -30px rgba(0, 0, 0, .5); border-color: rgba(224, 31, 31, .25); }
.av-featured-avatar { transition: transform .32s cubic-bezier(.16, 1, .3, 1); }
.av-featured-card:hover .av-featured-avatar { transform: scale(1.06); }
.av-featured-card:hover .av-featured-quote { color: rgba(224, 31, 31, .24); transition: color .35s ease; }

.av-stat-card { transition: box-shadow .35s ease, border-color .3s ease; }
.av-stat-card:hover { box-shadow: 0 30px 72px -36px rgba(224, 31, 31, .22); }
.av-stat-mini { transition: transform .25s cubic-bezier(.16, 1, .3, 1); }
.av-stat-mini:hover { transform: translateY(-2px); }
.av-stat-mini-ico { transition: transform .28s cubic-bezier(.16, 1, .3, 1); }
.av-stat-mini:hover .av-stat-mini-ico { transform: scale(1.12) rotate(-5deg); }

.av-trust-item { transition: transform .25s cubic-bezier(.16, 1, .3, 1); }
.av-trust-item:hover { transform: translateY(-2px); }
.av-trust-ico { transition: transform .28s cubic-bezier(.16, 1, .3, 1); }
.av-trust-item:hover .av-trust-ico { transform: scale(1.14) rotate(-6deg); }

.av-pending-card { transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s ease, border-color .2s ease; }
.av-pending-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -18px rgba(245, 158, 11, .4); border-color: rgba(245, 158, 11, .45); }

@media (prefers-reduced-motion: reduce) {
    .av-card, .av-card-avatar, .av-featured-card, .av-featured-avatar, .av-stat-mini, .av-stat-mini-ico, .av-trust-item, .av-trust-ico, .av-pending-card, .av-pending-star svg, .av-pending-chev { transition: none; }
    .av-card:hover, .av-featured-card:hover, .av-stat-mini:hover, .av-trust-item:hover, .av-pending-card:hover { transform: none; }
    .av-pending-star:hover svg, .av-pending-card:hover .av-pending-chev { transform: none; }
    .av-card:hover .av-card-stars svg { animation: none; }
}

.av-field-images { gap: 12px; }
.av-field-optional { font-weight: 700; color: var(--text-3, #999); font-size: 11px; }
.av-field-count { font-size: 10.5px; color: var(--text-3, #999); font-variant-numeric: tabular-nums; font-weight: 700; }
.av-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
    gap: 10px;
}
.av-image-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-1, #e8e8e8);
    background: var(--surface-2, #f4f4f4);
    animation: av-image-pop .32s cubic-bezier(.16, 1, .3, 1);
}
.av-image-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes av-image-pop {
    from { opacity: 0; transform: scale(.85); }
    to   { opacity: 1; transform: scale(1); }
}
.av-image-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0;
    background: rgba(8, 8, 12, .62);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background .15s ease, transform .15s cubic-bezier(.16, 1, .3, 1);
}
.av-image-remove svg { width: 11px; height: 11px; }
.av-image-remove:hover { background: #e01f1f; transform: scale(1.1); }
.av-image-add {
    appearance: none;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    border: 1.5px dashed var(--border-2, #d4d4d4);
    background: var(--surface-2, #f7f7f8);
    color: var(--text-3, #999);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: inherit;
    font-size: 10.5px;
    font-weight: 700;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .15s cubic-bezier(.16, 1, .3, 1);
}
.av-image-add[hidden] { display: none; }
.av-image-add svg { width: 22px; height: 22px; }
.av-image-add:hover {
    border-color: #f59e0b;
    color: #f59e0b;
    background: rgba(245, 158, 11, .07);
    transform: translateY(-1px);
}
.av-image-note { margin: 0; font-size: 11px; color: var(--text-3, #999); line-height: 1.4; }
[data-theme="dark"] .av-image-add { background: #1c1c1c; border-color: #2c2c2c; }
[data-theme="dark"] .av-image-thumb { background: #1c1c1c; border-color: #2c2c2c; }

.av-card-thumbs {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.av-card-thumb {
    appearance: none;
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid var(--border-1, #e8e8e8);
    background: var(--surface-2, #f4f4f4);
    padding: 0;
    cursor: pointer;
    flex: none;
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), box-shadow .25s ease, border-color .2s ease;
}
.av-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.av-card-thumb:hover { transform: translateY(-2px); border-color: rgba(224, 31, 31, .35); box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .4); }
.av-card-thumb:hover img { transform: scale(1.08); }
.av-card-thumb-more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(8, 8, 12, .58);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
[data-theme="dark"] .av-card-thumb { background: #1c1c1c; border-color: #2c2c2c; }

.av-gallery { margin: 4px 0 2px; }
.av-gallery[hidden] { display: none; }
.av-gallery-head { margin-bottom: 12px; }
.av-gallery-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 800;
    color: var(--text-1, #0a0a0a);
    letter-spacing: -.3px;
}
.av-gallery-title svg { width: 18px; height: 18px; color: #e01f1f; }
.av-gallery-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.av-gallery-strip::-webkit-scrollbar { height: 7px; }
.av-gallery-strip::-webkit-scrollbar-thumb { background: var(--border-2, #d4d4d4); border-radius: 99px; }
.av-gallery-skel {
    flex: none;
    width: 118px;
    height: 118px;
    border-radius: 12px;
    background: linear-gradient(90deg, var(--surface-2, #f4f4f4), var(--surface-3, #ececec), var(--surface-2, #f4f4f4));
    background-size: 200% 100%;
    animation: av-shimmer 1.4s ease-in-out infinite;
}
.av-gallery-thumb {
    appearance: none;
    flex: none;
    width: 118px;
    height: 118px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-1, #e8e8e8);
    background: var(--surface-2, #f4f4f4);
    padding: 0;
    cursor: pointer;
    scroll-snap-align: start;
    opacity: 0;
    transform: translateY(10px);
    animation: av-gallery-in .5s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: var(--enter-delay, 0ms);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s ease, border-color .2s ease;
}
.av-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.av-gallery-thumb:hover { transform: translateY(-3px); border-color: rgba(224, 31, 31, .35); box-shadow: 0 18px 36px -18px rgba(0, 0, 0, .45); }
.av-gallery-thumb:hover img { transform: scale(1.08); }
@keyframes av-gallery-in {
    to { opacity: 1; transform: none; }
}
[data-theme="dark"] .av-gallery-thumb { background: #1c1c1c; border-color: #2c2c2c; }
@media (max-width: 600px) {
    .av-gallery-thumb, .av-gallery-skel { width: 100px; height: 100px; }
}
@media (prefers-reduced-motion: reduce) {
    .av-gallery-thumb { opacity: 1; transform: none; animation: none; }
}

.av-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    opacity: 0;
    transition: opacity .24s cubic-bezier(.16, 1, .3, 1);
}
.av-lightbox[hidden] { display: none; }
.av-lightbox.is-open { opacity: 1; }
.av-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 6, 10, .82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.av-lightbox-stage {
    position: relative;
    margin: 0;
    max-width: min(92vw, 1000px);
    max-height: 86vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 1;
    transform: scale(.94);
    transition: transform .32s cubic-bezier(.16, 1, .3, 1);
}
.av-lightbox.is-open .av-lightbox-stage { transform: none; }
.av-lightbox-img {
    max-width: 100%;
    max-height: 78vh;
    border-radius: 14px;
    object-fit: contain;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .7);
    background: #0f0f0f;
    cursor: zoom-in;
}
.av-lightbox-img.is-swap { animation: av-lb-swap .3s cubic-bezier(.16, 1, .3, 1); }
@keyframes av-lb-swap {
    from { opacity: .35; transform: scale(.985); }
    to   { opacity: 1; transform: none; }
}
.av-lightbox-count {
    font-size: 12.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, .82);
    font-variant-numeric: tabular-nums;
    letter-spacing: .3px;
}
.av-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background .18s ease, transform .2s cubic-bezier(.16, 1, .3, 1);
}
.av-lightbox-close svg { width: 18px; height: 18px; }
.av-lightbox-close:hover { background: rgba(255, 255, 255, .24); transform: rotate(90deg); }
.av-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background .18s ease, transform .18s cubic-bezier(.16, 1, .3, 1);
}
.av-lightbox-nav[hidden] { display: none; }
.av-lightbox-nav svg { width: 22px; height: 22px; }
.av-lightbox-prev { left: 20px; }
.av-lightbox-next { right: 20px; }
.av-lightbox-nav:hover { background: rgba(255, 255, 255, .24); }
.av-lightbox-prev:hover { transform: translateY(-50%) translateX(-2px); }
.av-lightbox-next:hover { transform: translateY(-50%) translateX(2px); }
body.av-lb-open { overflow: hidden; }
@media (max-width: 600px) {
    .av-lightbox { padding: 16px; }
    .av-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; }
    .av-lightbox-nav { width: 40px; height: 40px; bottom: 18px; top: auto; transform: none; }
    .av-lightbox-prev { left: 24px; }
    .av-lightbox-next { right: 24px; }
    .av-lightbox-prev:hover, .av-lightbox-next:hover { transform: none; }
    .av-lightbox-img { max-height: 70vh; }
    .av-lightbox-stage { padding-bottom: 60px; }
}
@media (prefers-reduced-motion: reduce) {
    .av-lightbox, .av-lightbox-stage { transition: none; }
    .av-lightbox-img.is-swap { animation: none; }
}

.av-card {
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s cubic-bezier(.16, 1, .3, 1), border-color .35s, opacity .25s cubic-bezier(.4, 0, 1, 1);
    overflow: hidden;
}
.av-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(224, 31, 31, .55), rgba(245, 158, 11, .55), transparent);
    opacity: 0;
    transition: opacity .4s cubic-bezier(.16, 1, .3, 1);
    pointer-events: none;
}
.av-card:hover {
    transform: translateY(-3px);
    border-color: rgba(224, 31, 31, .28);
    box-shadow: 0 18px 38px -20px rgba(224, 31, 31, .35), 0 6px 18px -14px rgba(0, 0, 0, .18);
}
.av-card:hover::before { opacity: 1; }
.av-card:hover .av-card-avatar { border-color: rgba(224, 31, 31, .45); }
.av-card .av-card-avatar { transition: border-color .35s; }
.av-card-thumb img { transition: transform .4s cubic-bezier(.16, 1, .3, 1); }
.av-card-thumb:hover img { transform: scale(1.08); }

.av-card-foot { justify-content: space-between; gap: 10px; }

.av-card-product {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 4px 11px 4px 4px;
    border-radius: 99px;
    background: var(--surface-2, #f6f6f7);
    border: 1px solid var(--border-1, #e8e8e8);
}
.av-card-product-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(224, 31, 31, .1);
    color: #e01f1f;
    font-size: 11px;
    font-weight: 800;
}
.av-card-product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.av-card-product-name {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--text-2, #555);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 190px;
}
[data-theme="dark"] .av-card-product { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .09); }
[data-theme="dark"] .av-card-product-name { color: #c7c7cf; }

.av-lightbox-product {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: min(92%, 440px);
    padding: 9px 18px 9px 9px;
    border-radius: 999px;
    background: rgba(12, 12, 16, .78);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 14px 34px -14px rgba(0, 0, 0, .6);
    animation: av-lbp-in .55s cubic-bezier(.16, 1, .3, 1) backwards;
    animation-delay: .12s;
}
@keyframes av-lbp-in {
    from { opacity: 0; transform: translateX(-50%) translateY(12px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.av-lightbox-product[hidden] { display: none; }
.av-lightbox-product-thumb {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(224, 31, 31, .2);
    color: #ff8080;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, .16);
}
.av-lightbox-product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.av-lightbox-product-info { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.av-lightbox-product-kind {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}
.av-lightbox-product-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.av-lightbox-product-sub {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .65);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.av-lightbox-product-sub[hidden] { display: none; }

@media (max-width: 620px) {
    .av-card-product-name { max-width: 130px; }
    .av-lightbox-product { bottom: max(12px, env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
    .av-card, .av-card-thumb img { transition: none; }
    .av-lightbox-product { animation: none; }
}

.av-lightbox-ctx {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(92%, 460px);
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(12, 12, 16, .8);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 38px -14px rgba(0, 0, 0, .65);
    animation: av-lbp-in .55s cubic-bezier(.16, 1, .3, 1) backwards;
    animation-delay: .12s;
}
.av-lightbox-ctx[hidden] { display: none; }
.av-lightbox-ctx-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.av-lightbox-ctx-head[hidden] { display: none; }
.av-lightbox-ctx-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5865f2, #4752c4);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, .18);
}
.av-lightbox-ctx-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.av-lightbox-ctx-who {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}
.av-lightbox-ctx-name {
    font-size: 13.5px;
    font-weight: 800;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.av-lightbox-ctx-stars .av-card-stars svg { width: 12px; height: 12px; }
.av-lightbox-ctx-meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .55);
    margin-top: 2px;
}
.av-lightbox-ctx-meta[hidden] { display: none; }
.av-lightbox-ctx-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #2ecc71;
    font-weight: 800;
}
.av-lightbox-ctx-verified svg { width: 11px; height: 11px; }
.av-lightbox-ctx-text {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.45;
    color: rgba(255, 255, 255, .82);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.av-lightbox-ctx-text[hidden] { display: none; }

.av-lightbox-ctx .av-lightbox-product {
    position: static;
    transform: none;
    max-width: none;
    padding: 8px 0 0;
    border-radius: 0;
    background: none;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    animation: none;
}
.av-lightbox-ctx .av-lightbox-product-thumb { width: 32px; height: 32px; }

@media (max-width: 620px) {
    .av-lightbox-ctx { bottom: max(12px, env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
    .av-lightbox-ctx { animation: none; }
}
