.header{background:transparent;padding:3.5rem 6rem;position:relative;top:0;left:0;right:0;z-index:100;height:5vw;display:flex;justify-content:space-between;align-items:center}.nav-link{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#000}.physics-rope-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;overflow:hidden}.physics-rope-container canvas{display:block;background:transparent;pointer-events:none}.header-button{position:relative;width:300px;height:400px;margin:20px}.rope-container{position:relative;width:100%;height:100%;overflow:visible}.header-rope{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.nav-link{text-decoration:none;color:inherit;display:block;width:100%;height:100%}.float{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.float .text{position:absolute;font-family:Resplendent,cursive;font-size:5rem;font-weight:600;color:#fffaf4;white-space:nowrap;cursor:pointer;transition:transform .2s ease,text-shadow .2s ease-out;transform-origin:center;-webkit-user-select:none;user-select:none;opacity:0;text-shadow:0 -4px 0 rgba(255,255,255,.3),.4rem .45rem 0px rgb(61,59,56),0 6px 8px rgba(0,0,0,.7);z-index:10;pointer-events:auto}.float .text:hover{transform:scale(1.05);text-shadow:0 -4px 0 rgba(255,255,255,.4),.5rem .55rem 0px rgb(61,59,56),0 8px 12px rgba(0,0,0,.8)}.home-page{width:100%;min-height:100vh;background:linear-gradient(to bottom,#0277bd,#045c84);position:relative;overflow:hidden}.hero-section{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1}.hero-section h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.hero-section p{font-size:1.2rem;color:#666;margin-bottom:2rem}.cta-button{padding:1rem 2rem;font-size:1.1rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#0056b3}.features-section{max-width:1200px;margin:4rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#333;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.projects-container{font-family:RFTone;min-height:100vh;width:100%;margin:0;padding:6rem 0;color:#fffaf4}.projects-title{font-family:Resplendent;font-size:4.5rem;letter-spacing:1.2rem;font-weight:900;text-align:center;margin-bottom:6rem}.projects-list{display:flex;flex-direction:column;gap:8rem}.project-item{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;width:100%}.project-item--reverse{grid-template-columns:1fr 1fr}.project-item--reverse .project-image{order:2}.project-item--reverse .project-content{order:1;text-align:right}.project-image{position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.project-image img{width:100%;height:auto;display:block;object-fit:cover}.project-content{padding:4rem}.project-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.project-item--reverse .project-header{justify-content:flex-end;flex-direction:row-reverse}.project-name{font-family:Resplendent;font-size:2.5rem;font-weight:600;margin:0;line-height:1.2;background:linear-gradient(135deg,#fff,#a0dcf4,#00cfff);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientText 4s ease-in-out infinite;text-shadow:none}@keyframes gradientText{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.project-company{font-size:1.1rem;color:#fffaf4e6;font-weight:500;padding:.6rem 1.2rem;background:linear-gradient(135deg,#00cfff33,#00cfff1a);border-radius:20px;border:1px solid rgba(0,207,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 10px #00cfff33,0 0 20px #00cfff1a;text-shadow:0 0 8px rgba(0,207,255,.3)}.project-description{font-size:1.3rem;line-height:1.8;color:#fffaf4e6;font-weight:300;margin:2rem 0;text-align:justify}.project-item--reverse .project-description{text-align:justify}.project-tech{display:flex;flex-wrap:wrap;gap:.8rem;margin:2.5rem 0}.project-item--reverse .project-tech{justify-content:flex-end}.tech-tag{font-size:1rem;color:#fffaf4cc;font-weight:400;padding:.6rem 1rem;background:#ffffff0d;border-radius:15px;border:1px solid rgba(255,255,255,.1)}.project-link{display:inline-flex;align-items:center;color:#00cfff;text-decoration:none;font-weight:500;font-size:1rem;margin-top:1rem}@media (max-width: 768px){.projects-container{padding:4rem 1.5rem}.projects-title{font-size:2rem;text-align:center;margin-bottom:3rem}.projects-list{gap:4rem}.project-item,.project-item--reverse{grid-template-columns:1fr;gap:1.5rem;text-align:center;justify-items:center}.project-item--reverse .project-image,.project-item--reverse .project-content{order:initial;justify-self:center}.project-item--reverse .project-content{text-align:center}.project-content{padding:0}.project-header,.project-item--reverse .project-header{justify-content:center;flex-direction:column;gap:.5rem}.project-tech,.project-item--reverse .project-tech{justify-content:center}.project-name{font-size:1.5rem}.project-description{text-align:center;font-size:.95rem}.project-tech{justify-content:center}}.about-container{font-family:RFTone;height:100vh;width:800px;margin:auto;padding:2rem;display:flex;flex-direction:column;justify-content:center;gap:3rem;font-size:3rem;color:#fffaf4;text-align:center}.about-container h1{font-family:Resplendent;letter-spacing:1rem;font-weight:900;margin-bottom:2rem}.about-container h2{font-size:2.2rem;font-weight:400;letter-spacing:.05rem;margin-bottom:1.5rem}.about-container h3{font-size:1.8rem;font-weight:300;letter-spacing:.08rem;margin-bottom:1.5rem;line-height:140%}.about-container p{font-size:1.7rem;font-weight:300;letter-spacing:.08rem;font-style:italic;opacity:.9;line-height:150%}.about-container span{font-size:2.3rem;font-weight:500;font-style:italic;color:#00cfff;letter-spacing:.05rem;text-shadow:0 0 10px rgba(0,207,255,.5),0 0 20px rgba(0,207,255,.3)}.skills-section{margin-top:2rem}.skills-section h4{font-family:Resplendent;font-size:1.8rem;font-weight:700;letter-spacing:.3rem;margin-bottom:2rem;color:#00cfff;text-shadow:0 0 8px rgba(0,207,255,.4)}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.skill-category{text-align:center}.skill-title{display:block;font-size:1.2rem!important;font-weight:600!important;color:#fffaf4e6!important;letter-spacing:.1rem!important;margin-bottom:.5rem;text-shadow:none!important;font-style:normal!important}.skills{font-size:1rem;font-weight:300;color:#fffaf4cc;letter-spacing:.05rem;line-height:1.4}@media (max-width: 1024px){.skills-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr;gap:1rem}}.footer{background:transparent;padding:4rem 2rem 2rem;margin-top:0}.footer-content{max-width:1000px;margin:0 auto;text-align:center;color:#fffaf4}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-link{color:#fffaf4e6;text-decoration:none;padding:1rem;border-radius:50%;transition:all .6s ease;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;display:flex;align-items:center;justify-content:center}.footer-link:hover{color:#00cfff;background:#00cfff1a}.footer-link svg{width:24px;height:24px}.footer-info{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-info p{font-family:RFTone;font-size:.95rem;font-weight:300;color:#fffaf4cc;margin:.5rem 0;line-height:1.6}.highlight{color:#00cfff;font-weight:500}.footer-tech{font-size:.85rem!important;color:#fffaf499!important;font-style:italic}.footer-tech strong{color:#fffaf4cc;font-weight:500}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem;margin-top:4rem}.footer-links{gap:1.5rem}.footer-info p{font-size:.9rem}.footer-tech{font-size:.8rem!important}}.waves{position:relative;width:100%;overflow:visible;z-index:10;background:none;display:flex}@keyframes wave-animation{0%{transform:translate(0)}to{transform:translate(-50%)}}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@font-face{font-family:Resplendent;src:url(/fonts/Resplendent_Thin.otf);font-weight:100;font-style:normal}@font-face{font-family:Resplendent;src:url(/fonts/Resplendent_Light.otf);font-weight:300;font-style:normal}@font-face{font-family:Resplendent;src:url(/fonts/Resplendent_Regular.otf);font-weight:400;font-style:normal}@font-face{font-family:Resplendent;src:url(/fonts/Resplendent_Bold.otf);font-weight:700;font-style:normal}@font-face{font-family:Resplendent;src:url(/fonts/Resplendent_Black.otf);font-weight:900;font-style:normal}@font-face{font-family:RFTone;src:url(/fonts/RF_Tone_Ultralight.otf);font-weight:100;font-style:normal}@font-face{font-family:RFTone;src:url(/fonts/RF_Tone_Extralight.otf);font-weight:200;font-style:normal}@font-face{font-family:RFTone;src:url(/fonts/RF_Tone_Light.otf);font-weight:300;font-style:normal}@font-face{font-family:RFTone;src:url(/fonts/RF_Tone_Light_Italic.otf);font-weight:300;font-style:italic}@font-face{font-family:RFTone;src:url(/fonts/RF_Tone_Regular.otf);font-weight:400;font-style:normal}@font-face{font-family:RFTone;src:url(/fonts/RF_Tone_Italic.otf);font-weight:400;font-style:italic}body{margin:0;font-family:Resplendent,cursive;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(to bottom,#6dcff6,#cef)}
