body{background-color:#fff;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh;text-align:center}main{position:relative;z-index:1}@media (max-width:768px){.container{padding:0 1rem}}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html{scroll-behavior:smooth}.main-content{background:linear-gradient(135deg,#1a1a2e,#16213e 30%,#0f3460 70%,#0a0a0a);min-height:100vh;position:relative}.section{background:#0000;opacity:1;position:relative;scroll-margin-top:2rem;transform:translateY(0);transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.about-section,.contacts-section,.projects-section{background:#0000;min-height:100vh}@media (max-width:768px){.section{scroll-margin-top:1rem}}.header{background:#0000;bottom:2.5rem;left:50%;position:fixed;transform:translateX(-50%);z-index:100}.sidebar-nav{align-items:center;display:flex;justify-content:center}.nav-brand{display:none}.nav-list{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:row;gap:1rem;list-style:none;margin:0;padding:1rem 2.5rem}.nav-list li{width:auto}.nav-link{background:none;border:none;border-radius:25px;color:#b0b0b0;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:500;min-width:80px;padding:.8rem 1.5rem;position:relative;text-align:center;text-decoration:none;transform:scale(1);transition:all .3s ease;white-space:nowrap}.nav-link:hover{color:#e0e0e0;transform:scale(1.05)}.nav-link:hover:not(.active){background:#ffffff1a}.nav-link.active{color:#fff;font-size:1.1rem;font-weight:600}.nav-link.active,.nav-link.active:hover{background:#fff3;transform:scale(1.3)}@media (max-width:768px){.header{bottom:1.5rem;left:50%;transform:translateX(-50%)}.nav-list{gap:.3rem;padding:.6rem 1rem}.nav-link{font-size:.8rem;padding:.6rem 1rem}.nav-link.active{font-size:.95rem;transform:scale(1.2)}}@media (max-width:480px){.header{bottom:1rem;left:1rem;right:1rem;transform:none}.nav-list{gap:.2rem;justify-content:space-between;padding:.5rem .8rem;width:100%}.nav-link{flex:1 1;font-size:.75rem;padding:.5rem .8rem;text-align:center}.nav-link.active{font-size:.85rem;transform:scale(1.15)}}.logo{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;gap:2px;letter-spacing:-1px}.logo,.logo-letter{align-items:center;justify-content:center}.logo-letter{border-radius:8px;color:#fff;display:inline-block;display:flex;height:32px;transition:all .3s ease;width:32px}.logo-a{background:linear-gradient(135deg,#667eea,#764ba2)}.logo-n{background:linear-gradient(135deg,#f093fb,#f5576c)}.logo-letter:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.logo:hover .logo-letter{animation:bounce .6s ease-in-out}@keyframes bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-8px)}80%{transform:translateY(-4px)}}.hero{background:#0000;justify-content:center;min-height:100vh;padding:2rem 0}.hero,.hero-content{align-items:center;display:flex}.hero-content{flex-direction:column;gap:3rem;margin:0 auto;max-width:800px}.hero-main{text-align:center}.hero-name{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:0 0 20px #ffffff4d}.hero-name,.hero-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-subtitle{color:#b0b0b0;font-size:1.3rem;font-weight:300;line-height:1.4;margin-bottom:2rem}.status-indicator{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.status-dot{animation:pulse 2s infinite;background:#0f8}.status-text{color:#0f8;font-size:.9rem;letter-spacing:.5px}.social-links{flex-wrap:wrap;gap:2rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#e0e0e0;font-size:1.2rem;font-weight:500;height:50px;text-decoration:none;transition:all .3s ease;width:50px}.social-link:hover{background:#fff3;box-shadow:0 10px 25px #0000004d;color:#fff;transform:translateY(-3px)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@media (max-width:768px){.hero-name{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.social-links{gap:1.5rem}.social-link{font-size:1rem;height:45px;width:45px}}@media (max-width:480px){.hero-name{font-size:2rem}.hero-subtitle{font-size:1rem}}.footer{background:#0000;bottom:0;left:0;padding:1rem 0;position:fixed;right:0;z-index:100}.footer-text{color:#999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;margin:0;text-align:center}@media (max-width:768px){.footer-text{font-size:.7rem}}.projects{background:#0000;min-height:100vh;padding:6rem 0 4rem;position:relative}.projects:before{background:radial-gradient(circle at 20% 80%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 80% 20%,#6496ff1a 0,#0000 50%),radial-gradient(circle at 40% 40%,#ffffff08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.projects-content{width:100%}.projects-header{margin-bottom:4rem;text-align:center}.projects-title{color:#fff;font-size:3.5rem;font-weight:600;margin-bottom:1rem;text-shadow:0 0 20px #ffffff4d}.projects-subtitle,.projects-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.projects-subtitle{color:#b0b0b0;font-size:1.2rem;font-weight:300}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.project-card{animation:fadeInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;opacity:0;overflow:hidden;padding:2rem;position:relative;transform:translateY(30px);transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:before{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-radius:20px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.project-card:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 20px 40px #0000004d;transform:translateY(-10px)}.project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.project-status{align-items:center;display:flex;gap:.5rem}.status-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.status-text{color:#b0b0b0;font-weight:500}.project-year,.status-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem}.project-year{color:#888;font-weight:400}.project-title{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.project-description,.project-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-description{color:silver;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;padding:.3rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.project-actions{display:flex;gap:1rem}.project-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.project-btn.primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6496ffcc;color:#fff}.project-btn.primary:hover{background:#6496ff;box-shadow:0 8px 20px #6496ff4d;transform:translateY(-2px)}.project-btn.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;color:#e0e0e0}.project-btn.secondary:hover{background:#ffffff26;box-shadow:0 8px 20px #0003;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.projects{padding:4rem 0 3rem}.container{padding:0 1rem}.projects-title{font-size:2.5rem;padding:1rem 1.5rem}.projects-subtitle{font-size:1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.project-actions{flex-direction:column}.project-btn{padding:.7rem 1.2rem}}@media (max-width:480px){.projects-title{font-size:2rem;padding:.8rem 1rem}.project-card{padding:1.2rem}.project-title{font-size:1.2rem}.project-description{font-size:.9rem}}.contacts{background:#0000;color:#e0e0e0;min-height:100vh;padding:4rem 0 8rem;position:relative}.contacts:before{background:radial-gradient(circle at 10% 20%,#ffffff0d 0,#0000 20%),radial-gradient(circle at 70% 80%,#6496ff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contacts .container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.contacts-content{width:100%}.contacts-header{margin-bottom:4rem;text-align:center}.contacts-title{color:#fff;font-size:3.5rem;font-weight:600;margin-bottom:1rem;text-shadow:0 0 20px #ffffff4d}.contacts-subtitle,.contacts-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contacts-subtitle{color:#b0b0b0;font-size:1.2rem;font-weight:300}.contacts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.contact-card{align-items:center;animation:fadeInUp .6s ease-out forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;color:inherit;display:flex;gap:1.5rem;opacity:0;padding:2rem;text-decoration:none;transform:translateY(30px);transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-card:hover{background:#ffffff14;box-shadow:0 20px 40px #0000004d;transform:translateY(-10px)}.contact-icon{align-items:center;background:#ffffff1a;border-radius:15px;display:flex;flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.contact-info{flex:1 1}.contact-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-title,.contact-value{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-value{color:silver;font-size:1rem;margin-bottom:.3rem}.contact-description{color:#b0b0b0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem}.contacts-cta{margin-top:4rem;text-align:center}.cta-content{margin:0 auto;max-width:600px}.cta-title{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;text-shadow:0 0 20px #ffffff4d}.cta-description,.cta-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cta-description{color:silver;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:#6496ffcc;color:#fff}.cta-btn.primary:hover{background:#6496ff;box-shadow:0 10px 30px #6496ff4d;transform:translateY(-3px)}.cta-btn.secondary{background:#0000;border:2px solid #fff3;color:#e0e0e0}.cta-btn.secondary:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contacts{padding:4rem 0 6rem}.contacts .container{padding:0 1rem}.contacts-title{font-size:2.5rem}.contacts-subtitle{font-size:1rem}.contacts-grid{gap:1.5rem;grid-template-columns:1fr}.contact-card{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}.cta-btn{max-width:300px;width:100%}}@media (max-width:480px){.contacts-title{font-size:2rem}.contact-card{padding:1.2rem}.cta-title{font-size:1.8rem}}.coming-soon{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 30%,#0f3460 70%,#0a0a0a);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.coming-soon-container{max-width:600px;padding:2rem;position:relative;width:100%;z-index:2}.coming-soon-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 40px #0000004d;padding:3rem 2rem;text-align:center}.logo-container{display:flex;justify-content:center;margin-bottom:2rem}.coming-soon-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 0 20px #ffffff4d}.coming-soon-subtitle{color:#b0b0b0;font-size:1.3rem;font-weight:300;margin-bottom:1rem}.coming-soon-description{color:#888;font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.password-form{margin-bottom:2rem}.password-input-container{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;margin:0 auto;max-width:400px;overflow:hidden;transition:all .3s ease}.password-input-container:focus-within{border-color:#fff6;box-shadow:0 0 20px #ffffff1a}.password-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.5rem}.password-input::placeholder{color:#888}.password-submit{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease}.password-submit:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateX(2px)}.error-message{animation:fadeIn .3s ease;color:#ff6b6b;font-size:.9rem;margin-top:1rem}.shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.coming-soon-footer{color:#666;font-size:.9rem}.background-animation{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.floating-element{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%;height:100px;position:absolute;width:100px}.floating-element:first-child{animation-delay:0s;animation-duration:8s;left:10%;top:20%}.floating-element:nth-child(2){animation-delay:2s;animation-duration:10s;right:10%;top:60%}.floating-element:nth-child(3){animation-delay:4s;animation-duration:12s;bottom:20%;left:50%}@keyframes float{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}50%{opacity:.6;transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.coming-soon-content{margin:1rem;padding:2rem 1.5rem}.coming-soon-title{font-size:2.5rem}.coming-soon-subtitle{font-size:1.1rem}.password-input-container{max-width:100%}.floating-element{height:60px;width:60px}}@media (max-width:480px){.coming-soon-title{font-size:2rem}.coming-soon-subtitle{font-size:1rem}.coming-soon-description{font-size:.9rem}}
/*# sourceMappingURL=main.39d7e05d.css.map*/