.hero-anim[data-astro-cid-twapvdkt]{opacity:0;transform:translateY(16px);animation:heroReveal .6s cubic-bezier(.16,1,.3,1) forwards}.hero-anim-1[data-astro-cid-twapvdkt]{animation-delay:.05s}.hero-anim-2[data-astro-cid-twapvdkt]{animation-delay:.15s}.hero-anim-3[data-astro-cid-twapvdkt]{animation-delay:.25s}.hero-anim-4[data-astro-cid-twapvdkt]{animation-delay:.35s}@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}.skeleton-card{border:1px solid var(--color-surface-200);border-radius:16px;padding:20px;background:#fff;animation:skeletonPulse 1.8s ease-in-out infinite}.dark .skeleton-card{border-color:var(--color-surface-800);background:var(--color-surface-900)}.skeleton-bar{border-radius:8px;background:var(--color-surface-200)}.dark .skeleton-bar{background:var(--color-surface-800)}.skeleton-screenshots{display:flex;gap:12px;overflow:hidden;margin-top:16px}.skeleton-ss{flex-shrink:0;width:160px;height:340px;border-radius:12px;background:var(--color-surface-100)}.dark .skeleton-ss{background:var(--color-surface-800)}@media(min-width:768px){.skeleton-ss{width:188px;height:400px}}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.category-pill[data-astro-cid-twapvdkt]{color:var(--color-surface-700);background:transparent;border:1px solid var(--color-surface-200)}.dark .category-pill[data-astro-cid-twapvdkt]{color:var(--color-surface-200);border-color:var(--color-surface-700)}.category-pill[data-astro-cid-twapvdkt]:hover{background:var(--color-surface-50);border-color:var(--color-surface-800)}.dark .category-pill[data-astro-cid-twapvdkt]:hover{background:var(--color-surface-800);border-color:var(--color-surface-200)}.active-pill[data-astro-cid-twapvdkt]{background:var(--color-brand-600)!important;color:#fff!important;border-color:var(--color-brand-600)!important}.device-btn[data-astro-cid-twapvdkt]{color:var(--color-surface-700);background:transparent}.dark .device-btn[data-astro-cid-twapvdkt]{color:var(--color-surface-200)}.active-device[data-astro-cid-twapvdkt]{background:var(--color-brand-600)!important;color:#fff!important}.scrollbar-hide[data-astro-cid-twapvdkt]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[data-astro-cid-twapvdkt]::-webkit-scrollbar{display:none}.screenshot-carousel{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:12px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--color-surface-200) transparent}.dark .screenshot-carousel{scrollbar-color:var(--color-surface-700) transparent}.screenshot-carousel::-webkit-scrollbar{height:6px}.screenshot-carousel::-webkit-scrollbar-track{background:transparent}.screenshot-carousel::-webkit-scrollbar-thumb{background:var(--color-surface-200);border-radius:3px}.dark .screenshot-carousel::-webkit-scrollbar-thumb{background:var(--color-surface-700)}.screenshot-carousel::-webkit-scrollbar-thumb:hover{background:var(--color-surface-700)}.dark .screenshot-carousel::-webkit-scrollbar-thumb:hover{background:var(--color-surface-200)}.ss-thumb{position:relative;flex-shrink:0;scroll-snap-align:start;height:340px;min-width:160px;border-radius:12px;overflow:hidden;border:1px solid var(--color-surface-200);background:var(--color-surface-50)}.dark .ss-thumb{border-color:var(--color-surface-700);background:var(--color-surface-900)}.ss-copy-btn{position:absolute;top:8px;right:8px;z-index:10;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#0009;color:#fff;border:none;cursor:pointer;opacity:0;transition:opacity .15s,background .15s;backdrop-filter:blur(4px)}.ss-thumb:hover .ss-copy-btn{opacity:1}.ss-copy-btn:hover{background:#000c}.copy-all-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--color-surface-200);background:transparent;color:var(--color-surface-700);font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.dark .copy-all-btn{border-color:var(--color-surface-700);color:var(--color-surface-200)}.copy-all-btn:hover{background:var(--color-surface-50);border-color:var(--color-surface-800)}.dark .copy-all-btn:hover{background:var(--color-surface-800);border-color:var(--color-surface-200)}.ss-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--color-brand-500)}.ss-spinner-arc{animation:spinArc .8s linear infinite;transform-origin:center}@keyframes spinArc{to{transform:rotate(360deg)}}.screenshot-carousel img{height:100%;width:auto;object-fit:contain;cursor:pointer;opacity:0;transition:opacity .3s ease,transform .2s,box-shadow .2s}.screenshot-carousel img.ss-loaded{opacity:1}.screenshot-carousel img:hover{transform:scale(1.02);box-shadow:0 8px 25px #00000026}@media(min-width:768px){.ss-thumb{height:400px;min-width:188px}}.lightbox-overlay{position:fixed;inset:0;z-index:100;background:#000000d9;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .2s ease-out}.lightbox-overlay img{max-height:90vh;max-width:90vw;border-radius:16px;box-shadow:0 25px 60px #00000080}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app-card{border:1px solid var(--color-surface-200);border-radius:16px;padding:20px;background:#fff;opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),border-color .2s}.app-card.card-visible{opacity:1;transform:translateY(0)}.dark .app-card{border-color:var(--color-surface-800);background:var(--color-surface-900)}.app-card:hover{border-color:var(--color-brand-300)}.dark .app-card:hover{border-color:var(--color-brand-700)}
