:root{--vsk-base:var(--c-slate-200,#e2e8f0);--vsk-hi:#ffffffd9;--vsk-radius:var(--radius-md,12px)}.vsk-on-dark{--vsk-base:#ffffff1a;--vsk-hi:#ffffff38}.vsk{border-radius:var(--vsk-radius);background-color:var(--vsk-base);background-image:linear-gradient(90deg, transparent 0%, var(--vsk-hi) 50%, transparent 100%);background-position:150% 0;background-repeat:no-repeat;background-size:200% 100%;animation:1.5s linear infinite vsk-shimmer;position:relative;overflow:hidden}@keyframes vsk-shimmer{to{background-position:-150% 0}}@media (prefers-reduced-motion:reduce){.vsk{background-image:none;animation:1.6s ease-in-out infinite vsk-pulse}@keyframes vsk-pulse{0%,to{opacity:1}50%{opacity:.55}}}.vsk-line{border-radius:6px;width:100%;height:12px}.vsk-line--sm{width:40%}.vsk-line--md{width:60%}.vsk-line--lg{width:80%}.vsk-line--full{width:100%}.vsk-line--title{width:72%;height:16px}.vsk-img{border-radius:var(--vsk-radius);width:100%}.vsk-circle{border-radius:50%;flex:none;width:40px;height:40px}.vsk-circle--sm{width:22px;height:22px}.vsk-circle--lg{width:44px;height:44px}.vsk-pill{border-radius:var(--radius-pill,999px);width:84px;height:28px}.vsk-pill--btn{border-radius:var(--radius-md,10px);width:100%;height:40px}.vsk-card__pad{flex-direction:column;gap:9px;padding:14px;display:flex}.vsk-card__row{align-items:center;gap:10px;display:flex}.vsk-card__col{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.vsk-card--product{background:var(--surface-subtle,#f8fafc);border:1px solid var(--border-subtle,#e2e8f0);border-radius:19px;flex-direction:column;display:flex;overflow:hidden}.vsk-card--product .vsk-img{aspect-ratio:372/195;border-radius:0}.vsk-card--product .vsk-line--rating{width:46px;height:12px}.vsk-card--product .vsk-line--title{width:88%;height:15px;margin-top:2px}.vsk-card--product .vsk-line--author{width:55%;height:11px}.vsk-card--product .vsk-line--price{width:64px;height:20px;margin-top:4px}.vsk-card--product .vsk-pill--btn{margin-top:4px}.disc-rail .vsk-card--product{flex:0 0 var(--disc-card-w,280px);max-width:var(--disc-card-w,280px)}.products-list .vsk-card--product{width:31%}@media screen and (width>=769px) and (width<=1024px){.products-list .vsk-card--product{width:calc(50% - 20.5px)}}@media screen and (width<=800px){.products-list .vsk-card--product{width:100%}}.vsk-card--post{background:var(--surface-base,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:16px;margin-bottom:12px;padding:14px 16px}.vsk-post__head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.vsk-post__head .vsk-circle{width:34px;height:34px}.vsk-card--post .vsk-line--name{width:132px;height:13px}.vsk-card--post .vsk-line--meta{width:92px;height:11px}.vsk-card--post .vsk-line--title{width:70%;height:16px;margin-bottom:10px}.vsk-post__cover{aspect-ratio:16/9;margin-bottom:12px}.vsk-card--post .vsk-line--full,.vsk-card--post .vsk-line--lg{margin-bottom:8px}.vsk-post__actions{gap:18px;margin-top:14px;display:flex}.vsk-pill--act{width:54px;height:22px}.vsk-card--creator{background:var(--surface-base,#fff);border:1px solid var(--border-muted,#e5e7eb);border-radius:18px;flex-direction:column;align-items:center;padding:0 16px 18px;display:flex;overflow:hidden}.vsk-card--creator .vsk-rec-cover{border-radius:0;align-self:stretch;height:76px;margin:0 -16px}.vsk-card--creator .vsk-rec-ava{width:76px;height:76px;box-shadow:0 0 0 4px var(--surface-base,#fff);border-radius:50%;margin:-38px 0 10px}.vsk-card--creator .vsk-line{margin:0 auto 7px}.vsk-card--creator .vsk-rec-name{width:60%;height:13px}.vsk-card--creator .vsk-rec-meta{width:42%;height:11px}.vsk-card--creator .vsk-rec-reason{width:72%;height:11px}.vsk-card--blog{border:1px solid var(--border-subtle,#e2e8f0);border-radius:20px;grid-template-columns:200px 1fr;min-height:160px;display:grid;overflow:hidden}.vsk-card--blog .vsk-img{border-radius:0;height:100%}@media (width<=560px){.vsk-card--blog{grid-template-columns:130px 1fr;min-height:130px}}.vsk-card--sub{background:var(--surface-base,#fff);border:1px solid var(--border-muted,#e5e7eb);border-radius:var(--radius-lg,16px);flex-direction:column;gap:12px;min-height:132px;padding:18px 20px;display:flex}.vsk-chat{align-items:center;gap:12px;padding:12px 16px;display:flex}.vsk-bubble{max-width:72%;margin-bottom:12px}.vsk-bubble .vsk{border-radius:14px;width:100%;height:40px}.vsk-bubble--them{margin-right:auto}.vsk-bubble--me{width:55%;margin-left:auto}