.center-ui{display: flex;justify-content: center;width: 100%;min-height: 100vh;padding-top: 50px}.search-wrapper{display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 1100px}.apps-container{display: grid;grid-template-columns: repeat(6, 1fr);gap: 15px;width: 100%;margin-top: 20px;margin-bottom: 50px}#stars, .purple-thingys{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: -1}.app-card{aspect-ratio: 1 / 1;display: flex;flex-direction: column;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(255, 255, 255, 0.03);border-radius: 12px;transition: all 0.2s ease;cursor: pointer;padding: 10px}.app-card:hover{background: rgba(255, 255, 255, 0.1);transform: scale(1.05)}.app-card img{width: 60%;height: auto;margin-bottom: 8px}.app-card span{font-size: 11px;font-weight: 500;color: white}#sj-form{display: none}