.AppGrid-module__hQOEWG__wrapper{width:100%}.AppGrid-module__hQOEWG__searchBarContainer{z-index:10;width:100%;max-width:600px;margin:0 auto 30px;position:relative}.AppGrid-module__hQOEWG__searchInner{-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:var(--border-radius-lg);transition:all var(--transition-fast);background:#18181b80;align-items:center;padding:4px 16px;display:flex}.AppGrid-module__hQOEWG__searchInner:focus-within{border-color:var(--primary);box-shadow:0 0 20px var(--primary-glow);background:#18181bcc}.AppGrid-module__hQOEWG__searchIcon{color:var(--foreground-muted);justify-content:center;align-items:center;margin-right:12px;display:flex}.AppGrid-module__hQOEWG__searchInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-family:inherit;font-size:1rem}.AppGrid-module__hQOEWG__searchInput::placeholder{color:var(--foreground-muted);opacity:.8}.AppGrid-module__hQOEWG__searchClearBtn{color:var(--foreground-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:6px;font-size:.8rem}.AppGrid-module__hQOEWG__searchClearBtn:hover{color:var(--foreground)}.AppGrid-module__hQOEWG__tabsContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:50px;display:flex}.AppGrid-module__hQOEWG__tabBtn{border:1px solid var(--surface-border);color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);background:#ffffff08;border-radius:9999px;padding:8px 18px;font-size:.85rem;font-weight:500}.AppGrid-module__hQOEWG__tabBtn:hover{color:var(--foreground);background:#ffffff14;transform:translateY(-1px)}.AppGrid-module__hQOEWG__activeTab{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 15px var(--primary-glow)}.AppGrid-module__hQOEWG__activeTab:hover{background:var(--primary-hover);color:#fff}.AppGrid-module__hQOEWG__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;width:100%;max-width:1100px;margin:0 auto;display:grid}.AppGrid-module__hQOEWG__card{height:100%;transition:transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;justify-content:space-between;padding:24px;display:flex}.AppGrid-module__hQOEWG__card:hover{border-color:#4f46e540;transform:translateY(-4px);box-shadow:0 10px 30px #4f46e514}.AppGrid-module__hQOEWG__cardLink{color:inherit;text-decoration:none;display:block}.AppGrid-module__hQOEWG__cardHeader{align-items:center;gap:16px;margin-bottom:16px;display:flex}.AppGrid-module__hQOEWG__appIcon{background:linear-gradient(135deg, var(--primary) 0%, #818cf8 50%, #c084fc 100%);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;font-weight:800;display:flex;box-shadow:0 4px 15px #4f46e533}.AppGrid-module__hQOEWG__appMeta{flex:1;min-width:0}.AppGrid-module__hQOEWG__categoryBadge{text-transform:uppercase;letter-spacing:.05em;color:#a5b4fc;background:#4f46e51a;border:1px solid #4f46e526;border-radius:9999px;margin-bottom:4px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.AppGrid-module__hQOEWG__appName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:1.15rem;font-weight:700;overflow:hidden}.AppGrid-module__hQOEWG__bundleId{color:var(--foreground-muted);font-size:.72rem;font-family:var(--font-geist-mono), monospace;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AppGrid-module__hQOEWG__cardDescription{color:var(--foreground-muted);text-align:left;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.55rem;margin:12px 0 20px;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.AppGrid-module__hQOEWG__ratingContainer{align-items:center;gap:8px;margin-bottom:20px;display:flex}.AppGrid-module__hQOEWG__stars{gap:1px;font-size:.85rem;display:flex}.AppGrid-module__hQOEWG__starFull{color:#fbbf24}.AppGrid-module__hQOEWG__starHalf{color:var(--surface-border);position:relative}.AppGrid-module__hQOEWG__starHalf:before{content:"★";color:#fbbf24;width:50%;position:absolute;top:0;left:0;overflow:hidden}.AppGrid-module__hQOEWG__starEmpty{color:var(--surface-border)}.AppGrid-module__hQOEWG__ratingText{color:var(--foreground-muted);font-size:.78rem}.AppGrid-module__hQOEWG__cardActions{border-top:1px solid var(--surface-border);gap:10px;padding-top:16px;display:flex}.AppGrid-module__hQOEWG__emptyState{text-align:center;color:var(--foreground-muted);flex-direction:column;grid-column:1/-1;align-items:center;gap:12px;width:100%;max-width:500px;margin:40px auto;padding:60px 40px;display:flex}.AppGrid-module__hQOEWG__emptyIcon{margin-bottom:8px;font-size:2.5rem}.AppGrid-module__hQOEWG__modalOverlay{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out AppGrid-module__hQOEWG__fadeIn;display:flex;position:fixed;inset:0}.AppGrid-module__hQOEWG__modalContainer{border-radius:var(--border-radius-lg);background:#18181bcc;width:100%;max-width:840px;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) AppGrid-module__hQOEWG__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.AppGrid-module__hQOEWG__modalCloseBtn{border:1px solid var(--surface-border);width:36px;height:36px;color:var(--foreground-muted);cursor:pointer;transition:all var(--transition-fast);z-index:10;background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;top:20px;right:20px}.AppGrid-module__hQOEWG__modalCloseBtn:hover{color:var(--foreground);background:#ffffff1a;transform:rotate(90deg)}.AppGrid-module__hQOEWG__modalLayout{grid-template-columns:1.2fr 1fr;gap:40px;display:grid}@media (max-width:768px){.AppGrid-module__hQOEWG__modalLayout{grid-template-columns:1fr;gap:24px}.AppGrid-module__hQOEWG__modalContainer{max-height:90vh;padding:30px;overflow-y:auto}}.AppGrid-module__hQOEWG__modalGallery{border-radius:var(--border-radius-md);border:1px solid var(--surface-border);aspect-ratio:1;background:#0003;flex-direction:column;justify-content:center;width:100%;display:flex;position:relative;overflow:hidden}.AppGrid-module__hQOEWG__carouselWrapper{flex-direction:column;width:100%;height:100%;display:flex}.AppGrid-module__hQOEWG__carouselImageContainer{flex:1;justify-content:center;align-items:center;padding:10px;display:flex;overflow:hidden}.AppGrid-module__hQOEWG__carouselImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.AppGrid-module__hQOEWG__carouselDots{border-top:1px solid var(--surface-border);background:#00000026;justify-content:center;gap:8px;padding:12px;display:flex}.AppGrid-module__hQOEWG__carouselDot{cursor:pointer;width:8px;height:8px;transition:all var(--transition-fast);background:#fff3;border:none;border-radius:50%;padding:0}.AppGrid-module__hQOEWG__carouselDot:hover{background:#ffffff80}.AppGrid-module__hQOEWG__activeDot{background:var(--primary);box-shadow:0 0 8px var(--primary-glow);transform:scale(1.2)}.AppGrid-module__hQOEWG__noScreenshots{height:100%;color:var(--foreground-muted);justify-content:center;align-items:center;font-size:.9rem;display:flex}.AppGrid-module__hQOEWG__modalInfo{flex-direction:column;justify-content:space-between;display:flex}.AppGrid-module__hQOEWG__modalHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.AppGrid-module__hQOEWG__modalAppIcon{background:linear-gradient(135deg, var(--primary) 0%, #818cf8 50%, #c084fc 100%);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;font-weight:800;display:flex;box-shadow:0 4px 15px #4f46e533}.AppGrid-module__hQOEWG__modalAppName{color:var(--foreground);margin-bottom:2px;font-size:1.4rem;font-weight:800}.AppGrid-module__hQOEWG__modalDescription{color:var(--foreground-muted);margin-bottom:24px;font-size:.9rem;line-height:1.6}.AppGrid-module__hQOEWG__modalSpecGrid{border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);flex-direction:column;gap:10px;margin-bottom:30px;padding:16px 0;display:flex}.AppGrid-module__hQOEWG__modalSpecItem{justify-content:space-between;font-size:.85rem;display:flex}.AppGrid-module__hQOEWG__modalSpecLabel{color:var(--foreground-muted)}.AppGrid-module__hQOEWG__modalSpecValue{color:var(--foreground);font-weight:500}.AppGrid-module__hQOEWG__modalActions{flex-direction:column;gap:10px;display:flex}@keyframes AppGrid-module__hQOEWG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AppGrid-module__hQOEWG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.page-module__E0kJGG__container{background-color:var(--background);flex-direction:column;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow-x:hidden}.page-module__E0kJGG__navbar{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto 40px;padding:24px 0;display:flex}.page-module__E0kJGG__brand{align-items:center;gap:12px;font-size:1.2rem;font-weight:700;display:flex}.page-module__E0kJGG__logoIcon{background:linear-gradient(135deg, var(--primary) 0%, #a78bfa 100%);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;display:flex}.page-module__E0kJGG__adminLink{color:var(--foreground-muted);transition:color var(--transition-fast);font-size:.85rem}.page-module__E0kJGG__adminLink:hover{color:var(--foreground)}.page-module__E0kJGG__header{text-align:center;z-index:10;max-width:700px;margin:0 auto 60px}.page-module__E0kJGG__title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 40%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:2.8rem;font-weight:800}.page-module__E0kJGG__subtitle{color:var(--foreground-muted);font-size:1.1rem;line-height:1.5}.page-module__E0kJGG__grid{z-index:10;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;width:100%;max-width:1100px;margin:0 auto;display:grid}.page-module__E0kJGG__card{height:100%;transition:transform var(--transition-fast), border-color var(--transition-fast);flex-direction:column;justify-content:space-between;padding:30px;display:flex}.page-module__E0kJGG__card:hover{border-color:#ffffff26;transform:translateY(-2px)}.page-module__E0kJGG__appHeader{align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-module__E0kJGG__appIcon{background:linear-gradient(135deg, var(--primary) 0%, #818cf8 50%, #c084fc 100%);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;font-weight:800;display:flex;box-shadow:0 4px 20px #4f46e533}.page-module__E0kJGG__appMeta{flex:1}.page-module__E0kJGG__appName{color:var(--foreground);margin-bottom:4px;font-size:1.3rem;font-weight:700}.page-module__E0kJGG__bundleId{color:var(--foreground-muted);font-size:.75rem;font-family:var(--font-geist-mono), monospace}.page-module__E0kJGG__versionBadgeRow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.page-module__E0kJGG__versionBadge{color:#a5b4fc;background-color:#4f46e51a;border:1px solid #4f46e533;border-radius:9999px;padding:2px 8px;font-size:.75rem;font-weight:600}.page-module__E0kJGG__sizeBadge{color:var(--foreground-muted);border:1px solid var(--surface-border);background-color:#ffffff08;border-radius:9999px;padding:2px 8px;font-size:.75rem}.page-module__E0kJGG__comingSoon{color:var(--foreground-muted);margin-top:8px;font-size:.85rem;font-style:italic}.page-module__E0kJGG__changelogDetails{border-top:1px solid var(--surface-border);margin-top:16px;padding-top:16px}.page-module__E0kJGG__changelogSummary{color:var(--foreground-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:4px;font-size:.8rem;font-weight:500;list-style:none;display:flex}.page-module__E0kJGG__changelogSummary::-webkit-details-marker{display:none}.page-module__E0kJGG__changelogSummary:hover{color:var(--foreground)}.page-module__E0kJGG__changelogText{color:var(--foreground-muted);white-space:pre-line;background:#00000026;border-radius:6px;margin-top:10px;padding:10px;font-size:.8rem;line-height:1.4}.page-module__E0kJGG__actionWrapper{margin-top:auto;padding-top:24px}.page-module__E0kJGG__downloadBtn{width:100%;height:44px;font-weight:600;text-decoration:none}.page-module__E0kJGG__footer{color:#fff3;text-align:center;margin-top:auto;padding-top:60px;font-size:.8rem}
