:root{--primary-color: #637cce;--secondary-color: #8da7f0;--accent-color: #ff7e67;--dark-color: #2c3e50;--light-color: #f8f9fa;--text-color: #333;--card-shadow: 0 10px 40px rgba(0, 0, 0, .1);--hover-shadow: 0 25px 50px rgba(0, 0, 0, .2)}.apps-container[data-astro-cid-lo5sges7]{max-width:1200px;margin:0 auto;padding:1.5rem;background:linear-gradient(135deg,#f5f7ff,#e8ecff);border-radius:20px;box-shadow:0 5px 20px #0000000d}.apps-header[data-astro-cid-lo5sges7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative}.header-content[data-astro-cid-lo5sges7]{flex:2}.apps-header[data-astro-cid-lo5sges7] h1[data-astro-cid-lo5sges7]{font-size:3rem;color:var(--dark-color);margin-bottom:1rem;position:relative;display:inline-block;font-weight:800}.apps-header[data-astro-cid-lo5sges7] h1[data-astro-cid-lo5sges7] .spin-emoji[data-astro-cid-lo5sges7]{display:inline-block;animation:spin-globe 4s linear infinite}@keyframes spin-globe{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.apps-header[data-astro-cid-lo5sges7] h1[data-astro-cid-lo5sges7]:after{content:"";position:absolute;bottom:-10px;left:0;width:100px;height:5px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:3px}.apps-header[data-astro-cid-lo5sges7] p[data-astro-cid-lo5sges7]{color:var(--text-color);max-width:600px;margin-top:1.5rem;line-height:1.7;font-size:1.1rem}.header-decoration[data-astro-cid-lo5sges7]{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:15px}.decoration-item[data-astro-cid-lo5sges7]{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));opacity:.7}.decoration-item[data-astro-cid-lo5sges7]:nth-child(2){width:60px;height:60px;background:linear-gradient(135deg,var(--accent-color),#ff9e80)}.decoration-item[data-astro-cid-lo5sges7]:nth-child(3){width:30px;height:30px;background:linear-gradient(135deg,#16a085,#1abc9c)}.nav-grid[data-astro-cid-lo5sges7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem}.nav-card[data-astro-cid-lo5sges7]{position:relative;border-radius:24px;padding:2.5rem;box-shadow:var(--card-shadow);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden;min-height:320px}.nav-card[data-astro-cid-lo5sges7]:before{content:"";position:absolute;inset:0;background:#fff;z-index:1}.card-glow[data-astro-cid-lo5sges7]{position:absolute;inset:-2px;border-radius:26px;opacity:0;transition:opacity .4s ease;z-index:0}.featured-nav[data-astro-cid-lo5sges7] .card-glow[data-astro-cid-lo5sges7]{background:linear-gradient(135deg,gold,#ff6b6b,gold);background-size:200% 200%;animation:gradient-shift 3s ease infinite}.simple-nav[data-astro-cid-lo5sges7] .card-glow[data-astro-cid-lo5sges7]{background:linear-gradient(135deg,#74b9ff,#0984e3,#74b9ff);background-size:200% 200%;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.nav-card[data-astro-cid-lo5sges7]:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--hover-shadow)}.nav-card[data-astro-cid-lo5sges7]:hover .card-glow[data-astro-cid-lo5sges7]{opacity:1}.card-content[data-astro-cid-lo5sges7]{position:relative;z-index:2;display:flex;flex-direction:column;height:100%}.icon-container[data-astro-cid-lo5sges7]{width:120px;height:120px;margin-bottom:1.5rem;position:relative}.animated-icon[data-astro-cid-lo5sges7]{width:100%;height:100%}.featured-icon[data-astro-cid-lo5sges7]{color:gold}.star-burst[data-astro-cid-lo5sges7]{animation:rotate-slow 20s linear infinite;transform-origin:center}.star-burst-inner[data-astro-cid-lo5sges7]{animation:rotate-slow 15s linear infinite reverse;transform-origin:center}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.star-group[data-astro-cid-lo5sges7]{animation:pulse-star 2s ease-in-out infinite;transform-origin:center}@keyframes pulse-star{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.sparkle[data-astro-cid-lo5sges7]{animation:sparkle-twinkle 1.5s ease-in-out infinite}.sparkle-1[data-astro-cid-lo5sges7]{animation-delay:0s}.sparkle-2[data-astro-cid-lo5sges7]{animation-delay:.3s}.sparkle-3[data-astro-cid-lo5sges7]{animation-delay:.6s}.sparkle-4[data-astro-cid-lo5sges7]{animation-delay:.9s}@keyframes sparkle-twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.simple-icon[data-astro-cid-lo5sges7]{width:100%;height:100%}.text-content[data-astro-cid-lo5sges7]{flex-grow:1}.text-content[data-astro-cid-lo5sges7] h2[data-astro-cid-lo5sges7]{font-size:2rem;color:var(--dark-color);margin-bottom:.75rem;font-weight:700}.text-content[data-astro-cid-lo5sges7] p[data-astro-cid-lo5sges7]{color:#666;line-height:1.6;margin-bottom:1rem;font-size:1.05rem}.app-count[data-astro-cid-lo5sges7]{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.featured-nav[data-astro-cid-lo5sges7] .app-count[data-astro-cid-lo5sges7]{background:linear-gradient(135deg,#ffd70026,#ffd70040);color:#b8860b}.simple-nav[data-astro-cid-lo5sges7] .app-count[data-astro-cid-lo5sges7]{background:linear-gradient(135deg,#74b9ff26,#74b9ff40);color:#0984e3}.card-background[data-astro-cid-lo5sges7]{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:24px}.gradient-orb[data-astro-cid-lo5sges7]{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15;transition:all .4s ease}.featured-nav[data-astro-cid-lo5sges7] .orb-1[data-astro-cid-lo5sges7]{width:200px;height:200px;background:gold;top:-50px;right:-50px}.featured-nav[data-astro-cid-lo5sges7] .orb-2[data-astro-cid-lo5sges7]{width:150px;height:150px;background:#ff6b6b;bottom:-30px;left:-30px}.simple-nav[data-astro-cid-lo5sges7] .orb-1[data-astro-cid-lo5sges7]{width:200px;height:200px;background:#74b9ff;top:-50px;right:-50px}.simple-nav[data-astro-cid-lo5sges7] .orb-2[data-astro-cid-lo5sges7]{width:150px;height:150px;background:#0984e3;bottom:-30px;left:-30px}.nav-card[data-astro-cid-lo5sges7]:hover .gradient-orb[data-astro-cid-lo5sges7]{opacity:.25;transform:scale(1.2)}@media (max-width: 992px){.apps-header[data-astro-cid-lo5sges7]{flex-direction:column;align-items:flex-start}.header-decoration[data-astro-cid-lo5sges7]{margin-top:1rem;justify-content:flex-start}.nav-grid[data-astro-cid-lo5sges7]{grid-template-columns:1fr}}@media (max-width: 768px){.apps-container[data-astro-cid-lo5sges7]{padding:1.5rem}.apps-header[data-astro-cid-lo5sges7] h1[data-astro-cid-lo5sges7]{font-size:2.5rem}.nav-card[data-astro-cid-lo5sges7]{padding:2rem;min-height:280px}.icon-container[data-astro-cid-lo5sges7]{width:100px;height:100px}.text-content[data-astro-cid-lo5sges7] h2[data-astro-cid-lo5sges7]{font-size:1.75rem}}@media (max-width: 480px){.apps-header[data-astro-cid-lo5sges7] h1[data-astro-cid-lo5sges7]{font-size:2rem}.nav-card[data-astro-cid-lo5sges7]{padding:1.5rem}}
