@import"https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap";:root{--nord0: #2e3440;--nord1: #3b4252;--nord2: #434c5e;--nord3: #4c566a;--nord4: #d8dee9;--nord5: #e5e9f0;--nord6: #eceff4;--nord7: #8fbcbb;--nord8: #88c0d0;--nord9: #81a1c1;--nord10: #5e81ac;--nord11: #bf616a;--nord12: #d08770;--nord13: #ebcb8b;--nord14: #a3be8c;--nord15: #b48ead}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Ubuntu Mono,JetBrains Mono,Fira Code,Consolas,Liberation Mono,Menlo,Courier,monospace;background:linear-gradient(135deg,var(--nord0) 0%,var(--nord1) 50%,var(--nord2) 100%);color:var(--nord4);min-height:100vh;overflow-x:hidden;position:relative;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.3}a{color:var(--nord8);text-decoration:none;transition:color .3s ease}a:hover{color:var(--nord7)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--nord0)}::-webkit-scrollbar-thumb{background:var(--nord3);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--nord9)}#stars,#stars2,#stars3{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}#stars{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"><defs><pattern id="stars" patternUnits="userSpaceOnUse" width="300" height="300"><circle cx="75" cy="75" r="1" fill="white" opacity="0.8"/><circle cx="150" cy="30" r="1" fill="white" opacity="0.6"/><circle cx="225" cy="180" r="1" fill="white" opacity="0.9"/><circle cx="50" cy="200" r="1" fill="white" opacity="0.7"/><circle cx="280" cy="120" r="1" fill="white" opacity="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23stars)"/></svg>') repeat;animation:moveStars 15s linear infinite}#stars2{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><defs><pattern id="stars2" patternUnits="userSpaceOnUse" width="200" height="200"><circle cx="100" cy="50" r="0.8" fill="white" opacity="0.4"/><circle cx="40" cy="120" r="0.8" fill="white" opacity="0.6"/><circle cx="160" cy="170" r="0.8" fill="white" opacity="0.3"/></pattern></defs><rect width="100%" height="100%" fill="url(%23stars2)"/></svg>') repeat;animation:moveStars 45s linear infinite}#stars3{background:transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="250"><defs><pattern id="stars3" patternUnits="userSpaceOnUse" width="250" height="250"><circle cx="200" cy="100" r="0.6" fill="white" opacity="0.8"/><circle cx="80" cy="200" r="0.6" fill="white" opacity="0.4"/><circle cx="20" cy="50" r="0.6" fill="white" opacity="0.7"/></pattern></defs><rect width="100%" height="100%" fill="url(%23stars3)"/></svg>') repeat;animation:moveStars 90s linear infinite}@keyframes moveStars{0%{transform:translateY(0)}to{transform:translateY(-300px)}}#astronauts{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.astronaut{position:absolute;background-image:url(/portfolio/astronaut.png);background-size:contain;background-repeat:no-repeat;background-position:center;animation-name:floatUp;animation-timing-function:linear;animation-fill-mode:forwards;opacity:.8;bottom:-400px}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}.hero{padding:4rem 0;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:.5rem;color:var(--nord6)}.hero-content h2{font-size:1.5rem;margin-bottom:1rem;color:var(--nord8);font-weight:400}.hero-location{color:var(--nord9);margin-bottom:2rem;font-size:1.1rem}.hero-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-link{color:var(--nord4);text-decoration:none;padding:.75rem 1.5rem;background:#3b425299;border-radius:3px;border:1px solid var(--nord3);transition:all .3s ease}.hero-link:hover{color:var(--nord8);border-color:var(--nord8);background:#4c566acc;transform:translateY(-2px)}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.2rem}}.section{margin-bottom:3rem}.section-content{background:#3b425299;border-radius:3px;padding:2rem 2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--nord3);box-shadow:0 10px 40px #2e344066;line-height:1.3}.section-title{font-size:2rem;margin-bottom:1.5rem;color:var(--nord6);border-bottom:2px solid var(--nord3);padding-bottom:.75rem}.section p{color:var(--nord4);margin-bottom:1rem;line-height:1.6}@media(max-width:768px){.section-content{padding:1.5rem}.section-title{font-size:1.5rem}}.experience-list{display:flex;flex-direction:column;gap:2rem}.experience-item{padding-bottom:2rem;border-bottom:1px solid var(--nord3)}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.experience-company{font-size:1.4rem;color:var(--nord8);margin:0}.experience-period{color:var(--nord9);font-size:.95rem}.experience-role{font-size:1.1rem;color:var(--nord5);margin-bottom:1rem;font-weight:400}.experience-highlights{list-style:none;padding:0;margin:0}.experience-highlights li{color:var(--nord4);padding-left:1.5rem;margin-bottom:.5rem;position:relative;line-height:1.5}.experience-highlights li:before{content:"▸";position:absolute;left:0;color:var(--nord7)}@media(max-width:768px){.experience-header{flex-direction:column;gap:.25rem}.experience-company{font-size:1.2rem}}.skills-grid{display:flex;flex-direction:column;gap:1.5rem}.skill-category{padding-bottom:1.5rem;border-bottom:1px solid var(--nord3)}.skill-category:last-child{border-bottom:none;padding-bottom:0}.skill-category-title{font-size:1.2rem;color:var(--nord7);margin-bottom:.75rem;font-weight:500}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#4c566a80;color:var(--nord4);padding:.4rem .8rem;border-radius:3px;font-size:.9rem;border:1px solid var(--nord3);transition:all .2s ease}.skill-tag:hover{background:#5e81ac4d;border-color:var(--nord9);color:var(--nord6);transform:translateY(-1px)}.achievements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.achievement-item{color:var(--nord4);padding-left:1.5rem;position:relative;line-height:1.6}.achievement-item:before{content:"★";position:absolute;left:0;color:var(--nord13);font-size:1.2rem}.education-list{display:flex;flex-direction:column;gap:1.5rem}.education-item{padding-bottom:1.5rem;border-bottom:1px solid var(--nord3)}.languages{padding-top:.5rem}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.education-institution{font-size:1.2rem;color:var(--nord8);margin:0}.education-period{color:var(--nord9);font-size:.95rem}.education-degree{color:var(--nord4);margin:0;font-size:1rem}.languages-title{font-size:1.2rem;color:var(--nord7);margin-bottom:.5rem}.language-item{color:var(--nord4);margin:0}.language-item strong{color:var(--nord6)}@media(max-width:768px){.education-header{flex-direction:column;gap:.25rem}}.container{max-width:800px;margin:0 auto;padding:2rem;position:relative;z-index:1}.footer{margin-top:4rem;padding:2rem 0;text-align:center;border-top:1px solid var(--nord3)}.footer p{color:var(--nord3);font-size:.9rem;margin:0}@media(max-width:768px){.container{padding:1rem}}
