:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;background-color:#0a0a0a;background-image:url(/assets/background-B22Al0jw.jpg);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}a{font-weight:500;color:#13e7ff;text-decoration:none;transition:color .3s ease}a:hover{color:#13e7ff}h1,h2,h3{color:#fff;margin-bottom:.5em}h1{font-size:2.5em}h2{font-size:2em;border-bottom:2px solid #13e7ff;padding-bottom:.5rem;margin-bottom:1.5rem}button{border-radius:8px;border:1px solid #13e7ff;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:transparent;color:#13e7ff;cursor:pointer;transition:all .3s ease}button:hover{background-color:#13e7ff;color:#0a0a0a;box-shadow:0 0 15px #14e0ff80}button:focus,button:focus-visible{outline:2px solid #13e7ff;outline-offset:2px}img{max-width:100%;height:auto}#root{min-height:100vh;display:flex;flex-direction:column}.card{background-color:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #13e7ff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 0 20px #14fffb4d}.card-image{width:100%;height:280px;object-fit:cover}.card-content{padding:2rem}.card-title{font-size:1.6rem;margin-bottom:1rem;color:#13e7ff}.card-description{font-size:1.1rem;color:#b0b0b0;margin-bottom:1.5rem;line-height:1.6}.card-buttons{display:flex;gap:1rem}.card-button{flex:1;text-align:center;padding:.8rem 1rem;border:1px solid #13e7ff;border-radius:6px;font-size:1rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.card-button:hover{background-color:#13e7ff;color:#0a0a0a;box-shadow:0 0 10px #14f3ff80}.card-button-icon{width:20px;height:20px;margin-right:8px;vertical-align:middle;filter:invert(1) sepia(100) saturate(10000%) hue-rotate(150deg) drop-shadow(0 0 8px #0077ff);object-fit:contain}.card-button:hover .card-button-icon{filter:invert(0)}.header{position:fixed;top:0;left:0;right:0;background-color:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #13e7ff;padding:1rem 2rem;z-index:1000}.header-nav{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header-left{display:flex;gap:2rem}.header-right{display:flex;align-items:center;gap:1.5rem}.header-link{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:.5rem 0;position:relative}.header-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#13e7ff;transition:width .3s ease}.header-link:hover:after,.header-link.active:after{width:100%}.header-link:hover{text-shadow:0 0 10px rgba(57,255,20,.7)}.header-title{font-size:1.5rem;font-weight:700;color:#13e7ff;font-family:Courier New,monospace;letter-spacing:2px}.header-cv-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:.6rem 1.2rem;border:2px solid #13e7ff;border-radius:8px;font-size:.95rem;font-weight:600;color:#13e7ff;background-color:transparent;cursor:pointer;transition:all .3s ease}.header-cv-button:hover{background-color:#13e7ff;color:#0a0a0a;box-shadow:0 0 15px #14f3ff80}.header-cv-button .download-button-icon{width:20px;height:20px;filter:brightness(200) sepia(1) saturate(10000%) hue-rotate(150deg) drop-shadow(0 0 8px #1499ff);object-fit:contain}.header-cv-button:hover .download-button-icon{filter:invert(0)}@media(max-width:768px){.header-nav{flex-direction:column;gap:1rem}.header-left,.header-right{gap:1rem}.header-title{font-size:1.2rem}}.home{flex:1;padding-top:80px}@media(max-width:768px){.home{padding-top:140px}}.section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.about-section{min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center}.about-header{color:#13e7ff}.about-content-wrapper{display:flex;flex-direction:column}.about-header{order:1}.about-content{order:2}.about-photo{order:3}@media(min-width:769px){.about-content-wrapper{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:2rem;align-items:center}.about-header{grid-column:1 / -1;order:unset}.about-content{order:unset;grid-column:1;display:flex;gap:4rem;align-items:center}.about-photo{margin-top:2rem;order:unset;grid-column:2}}.about-text{flex:1;color:#13e7ff}.about-text h3{font-size:1.8rem;color:#13e7ff;margin-bottom:1rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#b0b0b0;margin-bottom:2rem}.about-buttons{display:flex;gap:1rem}.about-button{padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;border:2px solid #14ebff;border-radius:25%;transition:all .6s ease}.about-button:hover{background-color:#14e0ff;color:#0a0a0a;box-shadow:0 0 15px #14bcff80;transform:scale(1.1)}.about-icon{width:28px;height:28px;filter:invert(1) sepia(100) saturate(10000%) hue-rotate(150deg) drop-shadow(0 0 8px #0077ff);object-fit:contain}.about-button:hover .about-icon{width:28px;height:28px;filter:invert(0) brightness(0) sepia(1) saturate(10000%) hue-rotate(50deg);object-fit:contain}.about-photo{flex:1;display:flex;justify-content:center}.profile-photo{width:300px;height:300px;border-radius:50%;border:4px solid #13e7ff;object-fit:cover;box-shadow:0 0 30px #14efff4d}.education-section{min-height:60vh}.education-content{display:flex;flex-direction:column;gap:2rem}.education-item{background-color:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #13e7ff;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.education-item:hover{transform:translate(10px);box-shadow:0 0 20px #14c4ff33}.education-item h3{font-size:1.5rem;color:#13e7ff;margin-bottom:.5rem}.education-school{font-size:1.1rem;color:#13e7ff;margin-bottom:.25rem}.education-period{font-size:.9rem;color:#888;margin-bottom:1rem}.education-description{color:#b0b0b0;line-height:1.6}.projects-section{min-height:80vh}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}@media(max-width:768px){.about-content-wrapper{display:flex;flex-direction:column;gap:1rem}.about-photo{order:-1;margin-bottom:1rem}.about-content{flex-direction:column;text-align:center}.about-buttons{justify-content:center;flex-wrap:wrap}.profile-photo{width:200px;height:200px}.section{padding:3rem 1rem}.projects-grid{grid-template-columns:1fr}}.project-download-page{flex:1;padding-top:0;min-height:calc(100vh - 80px);display:flex;flex-direction:column}.project-download-topbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto;width:100%}.back-button{display:flex;align-items:center;gap:8px;padding:.6rem 1.2rem;border:1px solid #13e7ff;border-radius:6px;color:#13e7ff;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease}.back-button:hover{background-color:#13e7ff;color:#0a0a0a;box-shadow:0 0 10px #14ebff80}.back-button-icon{width:20px;height:20px;filter:brightness(200) sepia(1) saturate(10000%) hue-rotate(150deg) drop-shadow(0 0 8px #1489ff);transition:filter .3s ease}.back-button:hover .back-button-icon{filter:invert(0)}.source-code-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:.6rem 1.2rem;border:1px solid #13e7ff;border-radius:6px;font-size:1rem;font-weight:500;transition:all .3s ease;color:#13e7ff;text-decoration:none}.source-code-button:hover{background-color:#13e7ff;color:#0a0a0a;box-shadow:0 0 10px #14efff80}.source-code-button:hover .source-code-button-icon{filter:invert(0)}.source-code-button-icon{width:20px;height:20px;filter:invert(1) sepia(1) saturate(10000%) hue-rotate(150deg) drop-shadow(0 0 5px #1489ff);object-fit:contain}.project-download-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.project-download-title{font-size:2.5rem;color:#13e7ff;margin-bottom:1rem;text-align:center}.project-download-description{font-size:1.1rem;color:#b0b0b0;line-height:1.8;max-width:800px;text-align:center;margin-bottom:3rem}.download-card{background-color:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #13e7ff;border-radius:12px;overflow:hidden;display:flex;width:100%;max-width:900px}.download-card-left{flex:1;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.download-card-right{flex:1;display:flex;align-items:center;justify-content:center;background-color:#0a0a0a4d}.download-title{font-size:1.4rem;color:#13e7ff;margin-bottom:.5rem}.download-platform-text{font-size:1rem;color:#b0b0b0;margin-bottom:1.5rem}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:1rem 2rem;border:2px solid #13e7ff;border-radius:8px;font-size:1.1rem;font-weight:600;color:#13e7ff;background-color:transparent;cursor:pointer;transition:all .3s ease;width:fit-content}.download-button:hover{background-color:#13e7ff;color:#0a0a0a;box-shadow:0 0 15px #14f3ff80}.download-button-icon{width:24px;height:24px;filter:brightness(200) sepia(1) saturate(10000%) hue-rotate(150deg) drop-shadow(0 0 8px #1499ff);object-fit:contain}.download-button:hover .download-button-icon{filter:invert(0)}.download-card-image{width:100%;height:100%;max-height:400px;object-fit:cover}@media(max-width:768px){.project-download-topbar,.project-download-content{padding:1rem}.project-download-title{font-size:1.8rem}.project-download-description{font-size:1rem;margin-bottom:2rem}.download-card{flex-direction:column}.download-card-left{padding:1.5rem}.download-card-right,.download-card-image{max-height:250px}}.footer{background-color:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid #13e7ff;padding:2rem;text-align:center;margin-top:auto}.footer-name{font-size:1.2rem;color:#b0b0b0;margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:1.5rem}.footer-link{padding:.5rem 1rem;font-size:.9rem}.footer-link:hover{text-shadow:0 0 10px rgba(20,255,251,.7)}
