@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.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:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navigation{position:fixed;top:2rem;right:2rem;z-index:1000;display:flex;gap:1rem}.nav-link{color:#ffdd9d;text-decoration:none;font-size:1.1rem;transition:color .3s ease;padding:.5rem 1rem;border:1px solid rgba(255,221,157,.3);border-radius:25px;background:#ffffff0d}.nav-link:hover{color:#fff;background:#ffdd9d1a;border-color:#ffdd9d99}@media (max-width: 768px){.nav-link{font-size:.9rem;padding:.4rem .8rem}}.page-card{width:100%;max-width:800px;margin:2rem auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;min-height:60vh}@media (max-width: 768px){.page-card{padding:0 1rem;margin:1rem auto;min-height:50vh}}.page-card-inner{width:100%;background:linear-gradient(145deg,#282a3a,#1e2030);border-radius:20px;padding:3rem;border:1px solid rgba(255,221,157,.3);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3;position:relative;overflow:hidden}.page-card-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);border-radius:20px 20px 0 0;pointer-events:none}@media (max-width: 768px){.page-card-inner{padding:2rem 1.5rem;border-radius:15px}}.page-card-title{color:#ffdd9d;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);position:relative;z-index:1}@media (max-width: 768px){.page-card-title{font-size:2rem;margin-bottom:1.5rem}}.page-card-content{color:#fff;line-height:1.8;font-size:1.1rem;position:relative;z-index:1}.page-card-content p{margin-bottom:1.5rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.page-card-content p:last-child{margin-bottom:0}.page-card-content h3{color:#ffdd9d;font-size:1.4rem;margin:2rem 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.page-card-content ul,.page-card-content ol{margin:1.5rem 0;padding-left:0;list-style:none;text-align:left}.page-card-content ul li,.page-card-content ol li{margin-bottom:.8rem;opacity:.9;padding-left:2rem;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.5);text-align:left}.page-card-content ul li:before,.page-card-content ol li:before{content:"▸";position:absolute;left:0;color:#ffdd9d;font-weight:700;text-shadow:0 0 10px rgba(255,221,157,.5)}.page-card-content ul li:last-child,.page-card-content ol li:last-child{margin-bottom:0}@media (max-width: 768px){.page-card-content{font-size:1rem;line-height:1.6}}.carousel-container{position:relative;width:100%;height:500px;overflow:visible;display:flex;justify-content:center;align-items:center;perspective:1000px}@media (max-width: 768px){.carousel-container{height:300px}}.carousel{position:relative;width:900px;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);cursor:default;transform-style:preserve-3d;display:flex;align-items:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.carousel.dragging,.carousel.dragging .project-card{cursor:grabbing;transition:none}.project-card{position:absolute;width:280px;height:350px;background:linear-gradient(145deg,#282a3a,#1e2030);border-radius:15px;padding:2rem 1.5rem;border:1px solid rgba(255,221,157,.3);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3;transition:transform .8s cubic-bezier(.25,.46,.45,.94),opacity .3s ease,filter .3s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:center;left:50%;top:50%;margin-left:-140px;margin-top:-175px;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.project-card:active{cursor:grabbing}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);border-radius:15px 15px 0 0;pointer-events:none}.project-card .reflection{display:none}.project-card.active{z-index:10;filter:brightness(1.1)}.project-card.side{opacity:.8;filter:brightness(.9)}.project-card.hidden{opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important}.project-card.hidden .reflection{display:none}.project-card.dealing{transition:transform 1.2s cubic-bezier(.25,.1,.25,1),opacity .3s ease,filter .3s ease}.project-card .card-top-row{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10;margin:-.5rem -.5rem .8rem;pointer-events:none}.project-card .stars-badge{display:flex;align-items:center;gap:.2rem;font-size:.75rem;color:#ffffffe6;background:#0006;padding:.2rem .4rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);font-weight:500;pointer-events:auto}.project-card .project-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.project-card .project-header h3{color:#ffdd9d;margin-bottom:.5rem;font-size:1.4rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.project-card .language-badge{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#ffffffe6;background:#0006;padding:.2rem .4rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);pointer-events:auto}.project-card .language-badge .language-dot{width:6px;height:6px;border-radius:50%;filter:saturate(1.4) brightness(1.2)}.project-card p{opacity:.9;line-height:1.6;margin-bottom:1rem;flex-grow:1;text-shadow:0 1px 2px rgba(0,0,0,.5)}.project-card .project-footer{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.project-card{width:240px;height:280px;margin-left:-120px;margin-top:-140px;padding:1.5rem 1rem}}.carousel-loading,.carousel-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:500px;color:#fff;text-align:center}.carousel-loading p,.carousel-error p{margin-top:1rem;font-size:1.1rem;opacity:.8}@media (max-width: 768px){.carousel-loading,.carousel-error{height:300px}}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,221,157,.3);border-top:3px solid #ffdd9d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-link{color:#ffdd9d;text-decoration:none;font-weight:700;transition:all .3s ease;padding:.8rem 1.5rem;border:2px solid rgba(255,221,157,.3);border-radius:25px;background:#ffdd9d1a;display:inline-flex;align-items:center;gap:.3rem;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.project-link svg{width:14px;height:14px;flex-shrink:0;margin-top:1px}.project-link:hover{color:#fff;background:#ffdd9d33;border-color:#ffdd9d99;transform:translateY(-2px);box-shadow:0 4px 15px #ffdd9d4d}.contact-section{margin-top:3rem}.contact-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.contact-links{gap:1rem}}.contact-link{color:#ffdd9d;text-decoration:none;font-size:1.1rem;transition:color .3s ease;padding:.5rem 1rem;border:1px solid rgba(255,221,157,.3);border-radius:25px;background:#ffffff0d}.contact-link:hover{color:#fff;background:#ffdd9d1a}.page-slider{display:flex;width:300vw;flex:1;list-style:none;margin:0;padding:0}.page-slide{width:100vw;height:100vh;flex-shrink:0;display:flex;justify-content:center;align-items:flex-start;padding-top:8rem;box-sizing:border-box;overflow:hidden;clip-path:inset(0 0 0 0)}.content-overlay .projects-section{margin-bottom:0}html,body{margin:0;background:#000;height:100%;overflow:hidden;font-family:Arial,sans-serif}#root{height:100vh;position:relative;overflow:hidden}.page-transition{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:2}.page-transition.intermediate-page{z-index:1}.stars-canvas{display:block;position:fixed;z-index:1;top:0;left:0;width:100vw;height:100vh}.content-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;padding:2rem 1rem 1rem;box-sizing:border-box;overflow:hidden}.logo{font-size:4rem;font-weight:700;margin-bottom:2rem;flex-shrink:0;background:linear-gradient(135deg,#e879f9,#d946ef,#a855f7,#c084fc,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 1px 0 rgba(255,255,255,.2),0 -1px 0 rgba(255,255,255,.1),1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,255,255,.1),0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(168,85,247,.3);filter:drop-shadow(0 8px 16px rgba(168,85,247,.2));position:relative}.logo:after{content:attr(data-text);position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,transparent 0%,rgba(232,121,249,.3) 25%,rgba(217,70,239,.2) 50%,rgba(168,85,247,.1) 75%,transparent 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:scaleY(-.6) translateY(20px);filter:blur(1px);opacity:.4;mask:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 80%);-webkit-mask:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 80%);pointer-events:none}@media (max-width: 768px){.logo{font-size:2.5rem}}.tagline{font-size:2rem;font-weight:700;opacity:.95;max-width:600px;text-shadow:2px 2px 4px rgba(0,0,0,.8),0 0 10px rgba(217,70,239,.4),0 0 20px rgba(217,70,239,.2);margin-bottom:2rem;letter-spacing:.5px}@media (max-width: 768px){.tagline{font-size:1.5rem}}.projects-section{background:#282a3acc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;margin-bottom:20%;max-width:800px}.projects-section h2{font-size:2rem;margin-bottom:1.5rem;color:#ffdd9d}@media (max-width: 768px){.projects-section{margin:1rem;padding:1.5rem}}
