*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(to bottom,#12071f,#2f204e);color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a{text-decoration:none;color:#fff}.container{max-width:1536px;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}#home{min-height:100vh}#skills{margin-bottom:50px}.mobileFollowBar{display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:999;width:90%;max-width:320px;padding:12px 20px;background-color:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;box-shadow:0 4px 20px #0000004d;transition:background-color .3s ease}.mobileFollowBar:hover{background-color:#000000e6}.mobileFollowContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px}.mobileSocialLinks{display:flex;align-items:center;gap:15px}.mobileSocialLink{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#fff;transition:all .3s ease;text-decoration:none}.mobileSocialLink svg{width:20px;height:20px;stroke:currentColor;fill:currentColor}.mobileSocialLink img{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1);transition:filter .3s ease}.mobileSocialLink:hover{color:pink;transform:translateY(-2px)}.mobileSocialLink.linkedin:hover{color:#0077b5}.mobileSocialLink.github:hover{color:#6e5494}.mobileSocialLink.facebook:hover{color:#1877f2}.mobileSocialLink.instagram:hover{color:#e4405f}.mobileFollowTextContainer{display:flex;align-items:center}.mobileFollowText{font-size:12px;font-weight:500;letter-spacing:1px;color:#fff;cursor:pointer;transition:color .3s ease;white-space:nowrap}.mobileFollowText:hover{color:pink}@media (max-width: 768px){.mobileFollowBar{display:block}}@media (max-width: 480px){.mobileFollowBar{bottom:15px;padding:10px 16px;max-width:calc(100% - 30px);width:40%;border-radius:15px}.mobileSocialLinks{gap:12px}.mobileSocialLink{width:18px;height:18px}.mobileSocialLink svg,.mobileSocialLink img{width:18px;height:18px}.mobileFollowTextContainer{display:none}.mobileFollowContainer{justify-content:center}}@media (max-width: 360px){.mobileFollowBar{width:auto;padding:8px 12px}.mobileSocialLinks{gap:10px}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#0c0c1d,#1a1a2e)}.loading-spinner{position:relative;width:150px;height:150px;display:flex;justify-content:center;align-items:center}.spinner-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:4px solid transparent;border-top-color:#ff6b6b;animation:spin 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.spinner-ring:nth-child(2){width:80%;height:80%;border-top-color:#4ecdc4;animation-delay:-.5s;animation-duration:2s}.spinner-ring:nth-child(3){width:60%;height:60%;border-top-color:#45b7d1;animation-delay:-1s;animation-duration:2.5s}.loading-text{position:absolute;font-size:16px;font-weight:600;color:#fff;letter-spacing:2px;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}}@media (max-width: 768px){.loading-spinner{width:120px;height:120px}.loading-text{font-size:14px}}@media (max-width: 480px){.loading-spinner{width:100px;height:100px}.loading-text{font-size:12px}}
