@import"https://fonts.googleapis.com/css2?family=Jacquard+24&family=New+Rocker&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#ffffffd9;background-color:#222;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ffffffd9;text-decoration:inherit}a:hover{color:#084f09}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;position:relative;overflow-x:hidden;overflow-y:auto}body:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#111,#000),radial-gradient(circle,#111,#000);filter:blur(128px);background-size:200% 200%;background-position:center;animation:randomBackground 20s ease infinite;z-index:-1}@keyframes randomBackground{0%{background-position:top left}25%{background-position:top right}50%{background-position:bottom right}75%{background-position:bottom left}to{background-position:top left}}.laser-line{position:absolute;top:50%;left:0;width:100%;height:2px;z-index:-1;opacity:.5;background:linear-gradient(to right,transparent,#084f09);transform:translateY(-50%) translate(-100%);animation:laserAnimation 5s linear infinite}.laser-line:nth-child(1){animation-delay:0s}.laser-line:nth-child(2){animation-delay:2s}@keyframes laserAnimation{0%{transform:translateY(-50%) translate(-100%)}50%{transform:translateY(-50%) translate(0)}to{transform:translateY(-50%) translate(100%)}}@media (max-width: 640px){body:before{background:#000;animation:none;filter:blur(8px)}.laser-line{display:none}}h1{font-size:3em;line-height:1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#084f09}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:640px;width:100%;margin:0 auto;padding:2rem;text-align:center}::selection{background-color:#3e9c35;color:#000}.BulbOffIcon{position:absolute;top:15px;right:10px;z-index:999;cursor:pointer;transition:opacity .2s ease;opacity:1}.BulbOnIcon{position:absolute;top:15px;right:10px;z-index:1000;cursor:pointer;transition:opacity .2s ease;opacity:0}.BulbOffIcon path{stroke:#80808080}.BulbOnIcon path{stroke:#3e9c35}.bulb-icon-container:hover .BulbOffIcon{opacity:0}.bulb-icon-container:hover .BulbOnIcon{opacity:1}.modal{position:fixed;top:40px;right:40px;background-color:#222;padding:.4em .8em;box-shadow:0 4px 8px #0003;z-index:1000;border-radius:8px;color:#fff;opacity:.65;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.modal.show{opacity:.8;visibility:visible}.modal-content{display:flex;flex-direction:column;align-items:center}.modal p{margin:0;font-size:.75em}.header-profile{display:flex;justify-content:center;align-items:flex-end;gap:20px}.profile-picture{width:150px;height:150px;transition:transform .2s ease,filter .2s;-webkit-user-select:none;user-select:none}.profile-picture:hover{filter:drop-shadow(0 0 .5em rgba(8,79,9,.75));animation:aura 3s infinite ease-in-out}@keyframes aura{0%{filter:drop-shadow(-5px -5px 15px rgba(8,79,9,.55))}25%{filter:drop-shadow(5px -5px 10px rgba(8,79,9,.65))}50%{filter:drop-shadow(-5px 0px 15px rgba(8,79,9,.5))}75%{filter:drop-shadow(5px 0px 10px rgba(8,79,9,.65))}to{filter:drop-shadow(-5px -5px 15px rgba(8,79,9,.55))}}.profile-intro{display:flex;flex-direction:column;justify-content:center;text-align:left}.hi-text{font-size:1em;font-weight:700;margin:0;opacity:.8}.name{font-family:New Rocker,Inter,system-ui,sans-serif;font-size:2em;font-weight:700;margin:-.1em 0 -.15em;color:#3e9c35}.headline{word-wrap:break-word;overflow-wrap:break-word;white-space:normal;margin:0;opacity:.8}.about{margin:2em auto;text-align:justify;opacity:.8}.social-links{display:flex;justify-content:space-between;align-items:center;width:100%;margin:2em auto}.social-icon{display:flex;justify-content:center;transform:rotate(0);transition:transform .2s ease}.social-icon:hover{transform:rotate(-5deg)}.social-icon svg path{fill:#80808080;transition:fill .2s ease}.social-icon:hover svg path{fill:#036704;transform:rotate(0)}.projects-head{font-size:1.125em;font-weight:700;opacity:.8}.project-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;margin-bottom:2rem}@media (max-width: 480px){.project-cards-container{grid-template-columns:1fr}}.project-card{border:1px solid rgba(8,79,9,.5);border-radius:10px;background-color:#111;overflow:hidden}.project-image{width:100%;height:auto;display:block;opacity:.8}.project-body{padding:.5rem;margin-left:.25rem;margin-right:.25rem;text-align:left;flex-grow:1}.project-title{font-size:1rem;font-weight:700;margin:0;opacity:.8}.project-description{font-size:.75rem;text-align:justify;margin:0;margin-top:.25rem;opacity:.8}.project-footer{display:flex;justify-content:space-between;font-size:.75rem;margin-top:-.25rem;margin-bottom:-.5rem;opacity:.8}
