.apps{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(14px,5vw,28px);width:100%;max-width:300px;margin:0 auto;padding:0}@media (min-width:480px){.apps{grid-template-columns:repeat(3,1fr);max-width:480px}}@media (min-width:720px){.apps{grid-template-columns:repeat(4,1fr);max-width:640px}}.apps a{display:flex;text-decoration:none;color:var(--fg);border-radius:12px;flex-direction:column;align-items: center;gap:10px;padding:12px 8px;font-size:clamp(.75rem,2.6vw,.9rem)}.app-icon{display:flex;color:#fff;background:linear-gradient(160deg,var(--accent-hover),var(--accent-active));border-radius:24%;justify-content:center;align-items: center;width:clamp(56px,16vw,84px);height:clamp(56px,16vw,84px);transition:background .2s;box-shadow:0 6px 16px #00000059}.app-icon svg{width:55%;height:55%}.apps a:hover .app-icon{background:linear-gradient(160deg,var(--accent-hover),var(--accent))}.apps a:active .app-icon{background:linear-gradient(160deg,var(--accent-active),var(--accent))}.apps li:first-child .app-icon{background:var(--btn);animation:app-glow 1.8s ease-in-out infinite}.apps li:first-child a:hover .app-icon{background:var(--btn-hover)}.apps li:first-child a:active .app-icon{background:var(--btn-active)}.apps li:nth-child(2) .app-icon{filter:hue-rotate(200deg)}@keyframes app-glow{0%,to{box-shadow:0 6px 16px #00000059,0 0 14px 2px #2bc3e28c}50%{box-shadow:0 6px 16px #00000059,0 0 20px 4px #2bc3e2b3}}.apps li:nth-child(3) .app-icon{filter:hue-rotate(90deg)}.apps li:nth-child(5) .app-icon{filter:hue-rotate(180deg)}.apps li:nth-child(6) .app-icon{filter:hue-rotate(225deg)}.apps li:nth-child(7) .app-icon{filter:hue-rotate(270deg)}.apps li:nth-child(8) .app-icon{filter:hue-rotate(315deg)}@media (prefers-reduced-motion:reduce){.apps li:first-child .app-icon{animation:none;box-shadow:0 6px 16px #00000059,0 0 24px 6px #2bc3e2cc}}
