@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;600;700&display=swap";body,html{margin:0;padding:0;background-color:#050505;color:#0f0;font-family:Fira Code,monospace;overflow-x:hidden;scroll-behavior:smooth}.bg-grid{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:linear-gradient(rgba(0,255,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,0,.03) 1px,transparent 1px);background-size:30px 30px;z-index:-2;pointer-events:none}.network-logs{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;overflow:hidden;color:#00ff000d;font-size:.85rem;line-height:1.5;white-space:pre;-webkit-user-select:none;user-select:none}.log-scroller{animation:scrollUp 120s linear infinite}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}::-webkit-scrollbar{width:10px;height:5px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#0f0;border-radius:5px}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.glow-text{text-shadow:0 0 8px rgba(0,255,0,.6)}.glow-border{border:1px solid rgba(0,255,0,.4);background-color:#0a0f0acc;box-shadow:0 0 10px #00ff001a;transition:all .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.glow-border:hover{box-shadow:0 0 20px #0f06;border:1px solid #00ff00;background-color:#00ff000d}section{padding:80px 10%;display:flex;flex-direction:column;justify-content:center;min-height:80vh}.side-by-side-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:40px;width:100%}.contact-box{flex:1;min-width:0;box-sizing:border-box}.nav-link{cursor:pointer;position:relative;padding-bottom:5px;transition:color .3s}.nav-link:hover{color:#fff;text-shadow:0 0 8px #fff}.cursor{display:inline-block;width:10px;background-color:#0f0;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}input,textarea{background:#00140080;border:1px solid #00ff00;color:#0f0;padding:12px;font-family:inherit;width:100%;box-sizing:border-box;margin-bottom:15px;outline:none}input:focus,textarea:focus{box-shadow:0 0 15px #0f06}.hacker-footer{border-top:1px dashed #00ff00;background-color:#050505e6;padding:40px 10% 20px;margin-top:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;z-index:10}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:30px}.footer-right{display:flex;gap:20px}.footer-right a{color:#0f0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-right a:hover{color:#fff;filter:drop-shadow(0 0 8px #00ff00);transform:translateY(-3px)}.footer-bottom{text-align:center;color:#555;font-size:.9rem;border-top:1px solid rgba(0,255,0,.1);padding-top:20px}.floating-chat{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1000}.floating-chat:hover{transform:scale(1.1)}@media(max-width:768px){section{padding:60px 5%;min-height:auto}nav{flex-direction:column;padding:15px 5%!important;gap:15px}.nav-brand{margin-bottom:5px}.about-container{flex-direction:column-reverse!important;text-align:center;gap:30px!important}.about-container .glow-border{width:100%;box-sizing:border-box;padding:25px!important}.about-buttons{justify-content:center}.profile-pic-box{width:200px!important;height:200px!important;margin:0 auto}.side-by-side-container{flex-direction:column;gap:25px}.hacker-footer{padding:30px 5% 20px}.footer-content{flex-direction:column;text-align:center;justify-content:center}.footer-right{justify-content:center;width:100%}.floating-chat{width:50px;height:50px;bottom:20px;right:20px}}
