.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-up{animation:slideUp .6s ease-out both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coder-illustration{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;position:relative;width:100%}.monitor{background:#1e293b;border-radius:12px;box-shadow:0 20px 40px -15px #0003;height:250px;padding:15px;position:relative;width:400px}.screen{background:#0f172a;border-radius:8px;height:100%;overflow:hidden;padding:20px}.code-line{animation:typing 3s infinite;background:#60a5fa;border-radius:4px;box-shadow:0 0 15px #60a5fa4d;height:10px;margin-bottom:15px;opacity:.7}.code-line:nth-child(2){animation-delay:.5s;width:60%}.code-line:nth-child(3){animation-delay:1s;width:40%}@keyframes typing{0%{width:20%}50%{width:100%}to{width:20%}}::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}
