.outer-headings{display:flex;align-items:baseline;flex-wrap:nowrap;gap:.5rem}.word-rotation{display:inline-flex;font-weight:600}.word-rotation .prefix{font-size:inherit;white-space:nowrap;display:inline-block}.inner-headings{height:1.5em;line-height:1.5em;overflow:hidden;font-size:inherit;display:inline-block}.inner-headings span{position:relative;color:var(--color-primary);animation:rotation-animation 10s ease infinite;display:block;white-space:nowrap}@keyframes rotation-animation{0%,to{top:0}20%{top:0}25%{top:-1.5em}45%{top:-1.5em}50%{top:-3em}70%{top:-3em}75%{top:-4.5em}95%{top:-4.5em}}@media (max-width:768px){.outer-headings{justify-content:center;flex-wrap:wrap;flex-direction:column;align-items:center}.inner-headings{height:1.5em}}.mobile-skills-cards{width:100%;max-width:100%;margin:0 auto}.cards-container{position:relative;min-height:320px}.mobile-skills-cards .bg-gray-800\/70{position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.mobile-skills-cards .bg-gray-800\/70:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.shadow-glow{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.mobile-skills-cards .border-b,.mobile-skills-cards .border-l,.mobile-skills-cards .border-r,.mobile-skills-cards .border-t{opacity:.7;transition:all .3s ease}.mobile-skills-cards .bg-gray-800\/70:hover .border-b,.mobile-skills-cards .bg-gray-800\/70:hover .border-l,.mobile-skills-cards .bg-gray-800\/70:hover .border-r,.mobile-skills-cards .bg-gray-800\/70:hover .border-t{width:12px;height:12px;opacity:1}@media (max-width:480px){.cards-container{min-height:360px}.mobile-skills-cards .bg-gray-800\/70{padding:1rem}}