@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap);body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#000;color:#fff;min-height:100vh;overflow-x:hidden;text-align:center}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:100%}.navbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000e6;border:2px solid #ffb6c14d;border-radius:50px;box-shadow:0 8px 32px #0000004d;left:50%;max-width:950px;min-width:700px;padding:1rem 2.5rem;position:fixed;top:2rem;transform:translateX(-50%);transition:all .3s ease;width:auto;z-index:1000}.navbar.scrolled{background:#000000f2;border-color:#ffb6c180;box-shadow:0 4px 20px #0006;top:1rem}.navbar-container{gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-brand,.navbar-container{align-items:center;display:flex}.navbar-logo{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:1.8rem;font-weight:700;text-decoration:none;text-shadow:2px 2px 4px #ffb6c14d;transition:all .3s ease}.navbar-logo:hover{color:#ff69b4;transform:scale(1.05)}.navbar-menu{align-items:center;display:flex;gap:1rem}.navbar-link{border-radius:20px;color:#e0e0e0;font-size:.95rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link:hover{background:#ffb6c11a;color:#ffb6c1}.navbar-link:after{background:#ffb6c1;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.navbar-link:hover:after{width:80%}.navbar-link.gallery-link{background:linear-gradient(135deg,#ff69b44d,#ffb6c133);border:1px solid #ffb6c166;color:#ffb6c1}.navbar-link.gallery-link:hover{background:linear-gradient(135deg,#ff69b480,#ffb6c166);border-color:#ffb6c199;color:#fff;transform:scale(1.05)}.navbar-link.gallery-link:after{display:none}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.hamburger{background:#ffb6c1;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active:nth-child(2){opacity:0}.hamburger.active:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:1024px){.navbar{max-width:850px;min-width:600px;padding:.8rem 1.5rem}.navbar-container{gap:1.5rem}.navbar-menu{gap:.8rem}.navbar-link{font-size:.85rem;padding:.4rem .6rem}}@media (max-width:768px){.navbar{border-radius:25px;left:1rem;max-width:none;min-width:auto;padding:.8rem 1.5rem;right:1rem;top:1rem;transform:none}.navbar.scrolled{top:.5rem}.navbar-container{gap:1rem}.navbar-logo{font-size:1.5rem}.navbar-menu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000f2;border:2px solid #ffb6c14d;border-radius:0 0 25px 25px;border-top:none;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem 0;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-link{border-radius:0;font-size:1rem;padding:1rem 2rem;text-align:center;width:100%}.navbar-link:hover{background:#ffb6c11a}.navbar-link:after{display:none}.navbar-toggle{display:flex}}@media (max-width:480px){.navbar{border-radius:20px;left:.5rem;padding:.6rem 1rem;right:.5rem;top:.5rem}.navbar.scrolled{top:.3rem}.navbar-logo{font-size:1.3rem}.navbar-menu{border-radius:0 0 20px 20px;padding:.8rem 0}.navbar-link{font-size:.95rem;padding:.8rem 1.5rem}.hamburger{height:2.5px;width:22px}}@media (max-width:360px){.navbar{padding:.5rem .8rem}.navbar.scrolled{top:.2rem}.navbar-logo{font-size:1.2rem}.navbar-link{font-size:.9rem;padding:.7rem 1.2rem}.hamburger{height:2px;width:20px}}.hero-container{background-color:#000;color:#fff;min-height:100vh}.hero-container,.hero-left{align-items:center;display:flex;padding:2rem}.hero-left{flex:1 1;justify-content:center}.hero-content{max-width:600px}.hero-name{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:4.5rem;font-weight:700;line-height:1.1;margin:0 0 1rem;text-shadow:2px 2px 4px #ffb6c14d}.hero-title{color:#e0e0e0;font-size:1.8rem;font-weight:500;margin:0 0 1.5rem;opacity:.9}.hero-description{color:#e0e0e0;font-size:1.2rem;line-height:1.8;margin:0 0 2rem;opacity:.8}.hero-buttons{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;max-width:100%}.social-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffb6c11a;border:2px solid #ffb6c14d;border-radius:25px;color:#ffb6c1;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.7rem 1.2rem;text-decoration:none;transition:all .3s ease}.social-button:hover{background:#ffb6c133;border-color:#ffb6c1;box-shadow:0 4px 16px #ffb6c14d;transform:translateY(-2px)}.social-icon{height:18px;width:18px}.email-button:hover .social-icon,.github-button:hover .social-icon,.linkedin-button:hover .social-icon,.medium-button:hover .social-icon{transform:scale(1.1)}.hero-right{flex:1 1;padding:2rem}.hero-image-container,.hero-right{align-items:center;display:flex;justify-content:center;position:relative}.hero-image-container{height:100%;width:100%}.hero-image{border:4px solid #ffb6c1;border-radius:50%;box-shadow:0 0 0 8px #ffb6c11a,0 0 0 16px #ffb6c10d,0 8px 32px #ffb6c14d,0 16px 64px #ffb6c133;filter:brightness(1.05) contrast(1.1);height:auto;max-height:420px;max-width:420px;object-fit:contain;transition:all .3s ease;width:auto}.hero-image:hover{box-shadow:0 0 0 8px #ffb6c133,0 0 0 16px #ffb6c11a,0 8px 32px #ffb6c166,0 16px 64px #ffb6c14d;transform:scale(1.05)}@media (max-width:1024px){.hero-container{padding:1.5rem}.hero-name{font-size:4rem}.hero-title{font-size:1.6rem}.hero-description{font-size:1.1rem}}@media (max-width:768px){.hero-container{flex-direction:column;justify-content:center;min-height:100vh;padding:1rem}.hero-left{order:1;padding:1rem;text-align:center}.hero-right{flex:0 0 auto;height:auto;margin-top:1rem;min-height:280px;order:2;padding:1rem}.hero-image-container{min-height:260px}.hero-name{font-size:3.5rem}.hero-title{font-size:1.4rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-buttons{gap:.75rem;justify-content:center;margin-left:0}.social-button{font-size:.85rem;padding:.6rem 1.2rem}.social-icon{height:16px;width:16px}.hero-image{border:3px solid #ffb6c1;box-shadow:0 0 0 6px #ffb6c11a,0 0 0 12px #ffb6c10d,0 6px 24px #ffb6c14d,0 12px 48px #ffb6c133;height:min(280px,85vw);max-height:85vw;max-width:85vw;min-height:220px;min-width:220px;object-fit:cover;width:min(280px,85vw)}}@media (max-width:480px){.hero-container{padding:4rem .5rem .5rem}.hero-left,.hero-right{padding:.5rem}.hero-right{height:auto;min-height:260px}.hero-image-container{min-height:240px}.hero-name{font-size:2.5rem}.hero-title{font-size:1.1rem}.hero-description{font-size:.9rem;margin-bottom:1rem;padding:0 .5rem}.hero-buttons{flex-wrap:wrap;gap:.5rem;justify-content:center;margin-left:0}.social-button{font-size:.75rem;padding:.5rem .8rem}.social-icon{height:14px;width:14px}.hero-image{border:2px solid #ffb6c1;box-shadow:0 0 0 4px #ffb6c11a,0 0 0 8px #ffb6c10d,0 4px 16px #ffb6c14d,0 8px 32px #ffb6c133;height:min(260px,80vw);max-height:80vw;max-width:80vw;min-height:200px;min-width:200px;object-fit:cover;width:min(260px,80vw)}}@media (max-width:360px){.hero-container{padding-top:4.5rem}.hero-right{height:auto;min-height:220px}.hero-image-container{min-height:200px}.hero-name{font-size:2rem}.hero-title{font-size:1rem}.hero-description{font-size:.85rem}.hero-buttons{align-items:center;flex-direction:column;gap:.4rem;margin-left:0}.social-button{font-size:.7rem;justify-content:center;max-width:180px;padding:.4rem .6rem;width:100%}.hero-image{height:min(200px,78vw);max-height:78vw;max-width:78vw;min-height:180px;min-width:180px;object-fit:cover;width:min(200px,78vw)}}.about-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:6rem 2rem}.about-container{margin:0 auto;max-width:1200px;width:100%}.about-header{margin-bottom:4rem;text-align:center}.about-title{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px #ffb6c14d}.about-subtitle{color:#e0e0e0;font-size:1.2rem;margin:0;opacity:.8}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{display:flex;flex-direction:column;gap:1.5rem;padding-top:0}.about-paragraph{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin:0;text-align:justify}.about-highlights{align-self:start;display:flex;flex-direction:column;gap:2rem;padding-top:0}.highlight-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffb6c10d;border:2px solid #ffb6c133;border-radius:20px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.highlight-item:before{background:linear-gradient(90deg,#0000,#ffb6c11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.highlight-item:hover:before{left:100%}.highlight-item:hover{background:#ffb6c11a;border-color:#ffb6c1;box-shadow:0 8px 32px #ffb6c14d;transform:translateY(-5px)}.highlight-icon{display:block;font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.highlight-item:hover .highlight-icon{transform:scale(1.1)}.highlight-content h3{color:#ffb6c1;font-size:1.3rem;font-weight:600;margin:0 0 .5rem;transition:color .3s ease}.highlight-item:hover .highlight-content h3{color:#ff69b4}.highlight-content p{color:#e0e0e0;font-size:.95rem;line-height:1.6;margin:0;opacity:.9}@media (max-width:1024px){.about-section{padding:5rem 1.5rem}.about-title{font-size:3rem}.about-subtitle{font-size:1.1rem}.about-content{gap:3rem}}@media (max-width:768px){.about-section{padding:4rem 1rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1rem}.about-content{gap:3rem;grid-template-columns:1fr}.about-paragraph{font-size:1rem}.highlight-item{padding:1.5rem}.highlight-icon{font-size:2rem}.highlight-content h3{font-size:1.2rem}.highlight-content p{font-size:.9rem}}@media (max-width:480px){.about-section{padding:3rem .5rem}.about-title{font-size:2.2rem}.about-subtitle{font-size:.95rem}.about-header{margin-bottom:2rem}.about-paragraph{font-size:.9rem;text-align:left}.highlight-item{padding:1.2rem}.highlight-icon{font-size:1.8rem}.highlight-content h3{font-size:1.1rem}.highlight-content p{font-size:.85rem}}@media (max-width:360px){.about-section{padding:2.5rem .5rem}.about-title{font-size:2rem}.about-subtitle{font-size:.9rem}.about-paragraph{font-size:.85rem}.highlight-item{padding:1rem}.highlight-icon{font-size:1.6rem}.highlight-content h3{font-size:1rem}.highlight-content p{font-size:.8rem}}.skills-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:6rem 2rem}.skills-container{margin:0 auto;max-width:1200px;width:100%}.skills-header{margin-bottom:4rem;text-align:center}.skills-title{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px #ffb6c14d}.skills-description{color:#e0e0e0;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px;opacity:.8}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.skill-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffb6c10d;border:2px solid #ffb6c133;border-radius:20px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.skill-card:before{background:linear-gradient(90deg,#0000,#ffb6c11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.skill-card:hover:before{left:100%}.skill-card:hover{background:#ffb6c11a;border-color:#ffb6c1;box-shadow:0 8px 32px #ffb6c14d;transform:translateY(-5px)}.skill-icon{color:#ffb6c1;display:block;font-size:3rem;margin-bottom:1rem;transition:all .3s ease}.skill-card:hover .skill-icon{color:#ff69b4;filter:drop-shadow(0 0 8px rgba(255,182,193,.5));transform:scale(1.1)}.skill-name{color:#e0e0e0;font-size:1.3rem;font-weight:600;margin:0 0 .5rem;transition:color .3s ease}.skill-card:hover .skill-name{color:#ffb6c1}.skill-category{color:#ffb6c1;font-size:.9rem;font-weight:500;letter-spacing:.5px;opacity:.7;text-transform:uppercase}@media (max-width:1024px){.skills-section{padding:5rem 1.5rem}.skills-title{font-size:3rem}.skills-description{font-size:1.1rem}.skills-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:768px){.skills-section{padding:4rem 1rem}.skills-title{font-size:2.5rem}.skills-description{font-size:1rem}.skills-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.skill-card{padding:1.5rem}.skill-icon{font-size:2.5rem}.skill-name{font-size:1.2rem}.skill-category{font-size:.8rem}}@media (max-width:480px){.skills-section{padding:3rem .5rem}.skills-title{font-size:2.2rem}.skills-description{font-size:.95rem}.skills-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.skill-card{padding:1.2rem}.skill-icon{font-size:2rem;margin-bottom:.8rem}.skill-name{font-size:1.1rem}.skill-category{font-size:.75rem}}@media (max-width:360px){.skills-section{padding:2.5rem .5rem}.skills-title{font-size:2rem}.skills-description{font-size:.9rem}.skills-grid{gap:1rem;grid-template-columns:1fr}.skill-card{padding:1rem}.skill-icon{font-size:1.8rem}.skill-name{font-size:1rem}.skill-category{font-size:.7rem}}.experience-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:6rem 2rem}.experience-container{margin:0 auto;max-width:1200px;width:100%}.experience-header{margin-bottom:4rem;text-align:center}.experience-title{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px #ffb6c14d}.experience-subtitle{color:#e0e0e0;font-size:1.2rem;margin:0;opacity:.8}.type-badge.part-time{background:linear-gradient(135deg,#87ceeb,#4169e1)}@media (max-width:1024px){.experience-section{padding:5rem 1.5rem}.experience-title{font-size:3rem}.experience-subtitle{font-size:1.1rem}.timeline-item{padding:1.5rem 0}.timeline-item.left{padding-right:2.5rem}.timeline-item.right{padding-left:2.5rem}}@media (max-width:768px){.experience-section{padding:4rem 1rem}.experience-title{font-size:2.5rem}.experience-subtitle{font-size:1rem}.timeline:after{left:31px}.timeline-item{padding-left:70px;padding-right:0;width:100%}.timeline-item.left,.timeline-item.right{left:0;padding-left:70px;padding-right:0}.timeline-item:after{left:21px}.timeline-content{padding:1.5rem}.timeline-icon{font-size:2rem}.timeline-company{font-size:1.2rem}.timeline-position{font-size:1rem}.timeline-description p{font-size:.95rem}}@media (max-width:480px){.experience-section{padding:3rem .5rem}.experience-title{font-size:2.2rem}.experience-subtitle{font-size:.95rem}.timeline:after{left:25px}.timeline-item,.timeline-item.left,.timeline-item.right{padding-left:60px}.timeline-item:after{height:16px;left:15px;width:16px}.timeline-content{padding:1.2rem}.timeline-icon{font-size:1.8rem}.timeline-company{font-size:1.1rem}.timeline-position{font-size:.95rem}.timeline-description p{font-size:.9rem}.type-badge{font-size:.7rem;padding:.25rem .6rem}}@media (max-width:360px){.experience-section{padding:2.5rem .5rem}.experience-title{font-size:2rem}.experience-subtitle{font-size:.9rem}.timeline:after{left:20px}.timeline-item,.timeline-item.left,.timeline-item.right{padding-left:50px}.timeline-item:after{height:14px;left:10px;width:14px}.timeline-content{padding:1rem}.timeline-icon{font-size:1.6rem}.timeline-company{font-size:1rem}.timeline-position{font-size:.9rem}.timeline-description p{font-size:.85rem}.type-badge{font-size:.65rem;padding:.2rem .5rem}}.projects-section{background:linear-gradient(180deg,#000,#0a0a0a 50%,#000);overflow:hidden;padding:6rem 2rem;position:relative}.projects-section:before{background:linear-gradient(90deg,#0000,#ffb6c14d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.projects-container{margin:0 auto;max-width:1200px}.projects-header{margin-bottom:4rem;text-align:center}.projects-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ffb6c1);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.projects-subtitle{color:#ffffffb3;font-size:1.2rem;margin:0 auto;max-width:600px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.project-card{background:linear-gradient(145deg,#ffb6c10d,#0000004d);border:1px solid #ffb6c126;border-radius:20px;cursor:pointer;overflow:hidden;padding:2rem;position:relative;transition:all .4s ease}.project-card--featured{background:linear-gradient(145deg,#a855f714,#0000004d);border-color:#a855f759}.project-card--featured:hover{border-color:#a855f7b3}.project-card--featured:before{background:linear-gradient(90deg,#a855f7,#d8b4fe,#a855f7)}.project-badge{background:linear-gradient(135deg,#a855f7,#7c3aed);border-radius:999px;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin-bottom:1rem;padding:.3rem .75rem;text-transform:uppercase}.project-card:hover{border-color:#ffb6c166;transform:translateY(-5px)}.project-card:before{background:linear-gradient(90deg,#ff69b4,#ffb6c1,#ff69b4);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover:before{opacity:1}.project-overlay{display:none}.project-icon-wrapper{align-items:center;border-radius:16px;display:flex;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.project-icon{font-size:2rem}.project-content{position:relative;z-index:1}.project-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.project-subtitle{color:#ffb6c1;font-size:1rem;font-weight:500;margin-bottom:1rem}.project-description{color:#ffffffbf;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.project-highlights{background:#ffb6c114;border:1px solid #ffb6c126;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1rem}.highlight-stat{align-items:center;display:flex;flex-direction:column;text-align:center}.highlight-value{color:#ffb6c1;font-size:1.3rem;font-weight:700;line-height:1.2}.highlight-label{color:#fff9;font-size:.75rem;letter-spacing:.5px;margin-top:.25rem;text-transform:uppercase}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{background:#ffb6c126;border:1px solid #ffb6c140;border-radius:20px;color:#ffb6c1;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.project-card:hover .project-tag{background:#ffb6c140;border-color:#ffb6c166}.project-case-study-link{align-items:center;background:linear-gradient(135deg,#a855f726,#7c3aed26);border:1px solid #a855f759;border-radius:25px;color:#d8b4fe;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-top:1.25rem;padding:.6rem 1.2rem;transition:all .3s ease}.project-card--featured:hover .project-case-study-link{background:linear-gradient(135deg,#a855f747,#7c3aed47);border-color:#a855f7b3;box-shadow:0 4px 15px #a855f740;transform:translateY(-2px)}.project-github-link{align-items:center;background:linear-gradient(135deg,#ffb6c126,#ff69b426);border:1px solid #ffb6c14d;border-radius:25px;color:#ffb6c1;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-top:1.25rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.project-github-link:hover{background:linear-gradient(135deg,#ffb6c140,#ff69b440);border-color:#ffb6c180;box-shadow:0 4px 15px #ffb6c133;transform:translateY(-2px)}.github-icon{height:18px;width:18px}@media (max-width:1024px){.projects-grid{grid-template-columns:1fr}.projects-title{font-size:3rem}}@media (max-width:768px){.projects-section{padding:4rem 1.5rem}.projects-title{font-size:2.5rem}.projects-subtitle{font-size:1rem}.project-card{padding:1.5rem}.project-title{font-size:1.5rem}.project-subtitle{font-size:.9rem}}@media (max-width:480px){.projects-section{padding:3rem 1rem}.projects-header{margin-bottom:2.5rem}.projects-title{font-size:2rem}.projects-subtitle{font-size:.9rem}.project-card{padding:1.2rem}.project-icon-wrapper{height:55px;width:55px}.project-icon{font-size:1.5rem}.project-title{font-size:1.3rem}.project-subtitle{font-size:.85rem}.project-description{font-size:.9rem}.project-highlights{flex-wrap:wrap;gap:1rem;justify-content:center;padding:.8rem}.highlight-value{font-size:1.1rem}.highlight-label{font-size:.7rem}.project-tag{font-size:.75rem;padding:.3rem .6rem}}@media (max-width:360px){.projects-title{font-size:1.8rem}.project-card{padding:1rem}}.certificates-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:6rem 2rem}.certificates-container{margin:0 auto;max-width:1200px;width:100%}.certificates-header{margin-bottom:4rem;text-align:center}.certificates-title{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px #ffb6c14d}.certificates-subtitle{color:#e0e0e0;font-size:1.2rem;margin:0;opacity:.8}.timeline{margin:0 auto;max-width:1000px;position:relative}.timeline:after{background:linear-gradient(180deg,#ffb6c1,#ff69b4);border-radius:2px;bottom:0;box-shadow:0 0 20px #ffb6c180;content:"";left:50%;margin-left:-2px;position:absolute;top:0;width:4px}.timeline-item{padding:2rem 0;position:relative;width:50%}.timeline-item.left{left:0;padding-right:3rem}.timeline-item.right{left:50%;padding-left:3rem}.timeline-item:after{background:#ffb6c1;border:4px solid #000;border-radius:50%;box-shadow:0 0 20px #ffb6c1cc;content:"";height:20px;position:absolute;top:50%;transform:translateY(-50%);width:20px;z-index:10}.timeline-item.left:after{right:-10px}.timeline-item.right:after{left:-10px}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffb6c10d;border:2px solid #ffb6c133;border-radius:20px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.timeline-content:before{background:linear-gradient(90deg,#0000,#ffb6c11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.timeline-content:hover:before{left:100%}.timeline-content:hover{background:#ffb6c11a;border-color:#ffb6c1;box-shadow:0 8px 32px #ffb6c14d;transform:translateY(-5px)}.timeline-icon{display:block;font-size:2.5rem;margin-bottom:1rem;transition:transform .3s ease}.timeline-content:hover .timeline-icon{transform:scale(1.1)}.timeline-header{margin-bottom:1rem}.timeline-company{color:#ffb6c1;font-size:1.4rem;font-weight:600;margin:0 0 .5rem;transition:color .3s ease}.timeline-content:hover .timeline-company{color:#ff69b4}.timeline-position{color:#e0e0e0;font-size:1.1rem;font-weight:500;margin:0 0 .5rem}.timeline-period{color:#ffb6c1;font-size:.9rem;font-weight:500;opacity:.8}.timeline-description{margin-bottom:1rem}.timeline-description p{color:#e0e0e0;font-size:1rem;line-height:1.6;margin:0;text-align:justify}.timeline-type{text-align:right}.type-badge{background:linear-gradient(135deg,#ffb6c1,#ff69b4);color:#000}@media (max-width:1024px){.certificates-section{padding:5rem 1.5rem}.certificates-title{font-size:3rem}.certificates-subtitle{font-size:1.1rem}.timeline-item{padding:1.5rem 0}.timeline-item.left{padding-right:2.5rem}.timeline-item.right{padding-left:2.5rem}}@media (max-width:768px){.certificates-section{padding:4rem 1rem}.certificates-title{font-size:2.5rem}.certificates-subtitle{font-size:1rem}.timeline:after{left:31px}.timeline-item{padding-left:70px;padding-right:0;width:100%}.timeline-item.left,.timeline-item.right{left:0;padding-left:70px;padding-right:0}.timeline-item:after{left:21px}.timeline-content{padding:1.5rem}.timeline-icon{font-size:2rem}.timeline-company{font-size:1.2rem}.timeline-position{font-size:1rem}.timeline-description p{font-size:.95rem}}@media (max-width:480px){.certificates-section{padding:3rem .5rem}.certificates-title{font-size:2.2rem}.certificates-subtitle{font-size:.95rem}.timeline:after{left:25px}.timeline-item,.timeline-item.left,.timeline-item.right{padding-left:60px}.timeline-item:after{height:16px;left:15px;width:16px}.timeline-content{padding:1.2rem}.timeline-icon{font-size:1.8rem}.timeline-company{font-size:1.1rem}.timeline-position{font-size:.95rem}.timeline-description p{font-size:.9rem}.type-badge{font-size:.7rem;padding:.25rem .6rem}}@media (max-width:360px){.certificates-section{padding:2.5rem .5rem}.certificates-title{font-size:2rem}.certificates-subtitle{font-size:.9rem}.timeline:after{left:20px}.timeline-item,.timeline-item.left,.timeline-item.right{padding-left:50px}.timeline-item:after{height:14px;left:10px;width:14px}.timeline-content{padding:1rem}.timeline-icon{font-size:1.6rem}.timeline-company{font-size:1rem}.timeline-position{font-size:.9rem}.timeline-description p{font-size:.85rem}.type-badge{font-size:.65rem;padding:.2rem .5rem}}.education-section{align-items:center;background-color:#000;color:#fff;display:flex;min-height:100vh;padding:6rem 2rem}.education-container{margin:0 auto;max-width:1200px;width:100%}.education-header{margin-bottom:4rem;text-align:center}.education-title{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px #ffb6c14d}.education-subtitle{color:#e0e0e0;font-size:1.2rem;margin:0;opacity:.8}.education-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:2rem}.education-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffb6c10d;border:2px solid #ffb6c133;border-radius:20px;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.education-card:before{background:linear-gradient(90deg,#0000,#ffb6c11a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.education-card:hover:before{left:100%}.education-card:hover{background:#ffb6c11a;border-color:#ffb6c1;box-shadow:0 8px 32px #ffb6c14d;transform:translateY(-5px)}.education-icon{align-items:center;background:#ffb6c11a;border:2px solid #ffb6c14d;border-radius:50%;display:flex;flex-shrink:0;font-size:3rem;height:80px;justify-content:center;transition:transform .3s ease;width:80px}.education-card:hover .education-icon{background:#ffb6c133;border-color:#ffb6c1;transform:scale(1.1)}.education-icon.flag-icon{overflow:hidden;padding:0}.flag-image{border-radius:4px;box-shadow:0 2px 8px #0000004d;height:auto;object-fit:contain;width:50px}.education-content{display:flex;flex:1 1;flex-direction:column;gap:1rem}.education-header-info{margin-bottom:.5rem}.education-institution{color:#ffb6c1;font-size:1.4rem;font-weight:600;margin:0 0 .5rem;transition:color .3s ease}.education-card:hover .education-institution{color:#ff69b4}.education-degree{color:#e0e0e0;font-size:1.1rem;font-weight:500;margin:0 0 .3rem}.education-details{color:#ffb6c1;font-size:.95rem;font-weight:500;margin:0 0 .3rem;opacity:.8}.education-period{color:#e0e0e0;display:block;font-size:.9rem;font-weight:500;opacity:.7}.education-description{flex:1 1}.education-description p{color:#e0e0e0;font-size:1rem;line-height:1.6;margin:0;text-align:justify}.education-type{margin-top:auto;text-align:right}.type-badge{border-radius:15px;box-shadow:0 2px 8px #ffb6c14d;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.3rem .8rem;text-transform:uppercase}.type-badge.high-school,.type-badge.university{background:linear-gradient(135deg,#ffb6c1,#ff69b4);color:#000}.type-badge.language{background:linear-gradient(135deg,#f8bbd9,#e91e63);color:#000}@media (max-width:1024px){.education-section{padding:5rem 1.5rem}.education-title{font-size:3rem}.education-subtitle{font-size:1.1rem}.education-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}}@media (max-width:768px){.education-section{padding:4rem 1rem}.education-title{font-size:2.5rem}.education-subtitle{font-size:1rem}.education-grid{gap:1.5rem;grid-template-columns:1fr}.education-card{flex-direction:column;padding:1.5rem;text-align:center}.education-icon{font-size:2rem;height:60px;margin:0 auto;width:60px}.flag-image{width:40px}.education-institution{font-size:1.2rem}.education-degree{font-size:1rem}.education-description p{font-size:.95rem}}@media (max-width:480px){.education-section{padding:3rem .5rem}.education-title{font-size:2.2rem}.education-subtitle{font-size:.95rem}.education-card{padding:1.2rem}.education-icon{font-size:1.8rem;height:50px;width:50px}.flag-image{width:35px}.education-institution{font-size:1.1rem}.education-degree{font-size:.95rem}.education-description p{font-size:.9rem}.type-badge{font-size:.7rem;padding:.25rem .6rem}}@media (max-width:360px){.education-section{padding:2.5rem .5rem}.education-title{font-size:2rem}.education-subtitle{font-size:.9rem}.education-card{padding:1rem}.education-icon{font-size:1.6rem;height:45px;width:45px}.education-institution{font-size:1rem}.education-degree{font-size:.9rem}.education-description p{font-size:.85rem}.type-badge{font-size:.65rem;padding:.2rem .5rem}}.footer{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;overflow:hidden;padding:4rem 2rem 2rem;position:relative}.footer:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#ffb6c1,#ff69b4,#ffb6c1);background-size:200% 100%;content:"";height:2px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.footer-container{margin:0 auto;max-width:1200px;width:100%}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{color:#ffb6c1;font-family:Dancing Script,cursive;font-size:2.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #ffb6c14d}.footer-subtitle{color:#e0e0e0;font-size:1.1rem;font-weight:500;margin:0}.footer-description{color:#e0e0e0;font-size:1rem;line-height:1.6;margin:0;opacity:.8}.footer-section-title{color:#ffb6c1;font-size:1.3rem;font-weight:600;letter-spacing:1px;margin:0 0 1rem;text-transform:uppercase}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-item{align-items:center;color:#e0e0e0;display:flex;font-size:1rem;gap:.8rem;transition:color .3s ease}.contact-item:hover{color:#ffb6c1}.contact-icon{font-size:1.2rem;opacity:.8}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{align-items:center;background:#ffb6c10d;border:1px solid #ffb6c11a;border-radius:8px;color:#e0e0e0;display:flex;font-size:1rem;gap:.8rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ffb6c11a;border-color:#ffb6c14d;color:#ffb6c1;transform:translateX(5px)}.social-icon{fill:currentColor;height:20px;transition:transform .3s ease;width:20px}.social-link:hover .social-icon{transform:scale(1.1)}.footer-bottom{padding-top:2rem;text-align:center}.footer-divider{background:linear-gradient(90deg,#0000,#ffb6c14d,#0000);height:1px;margin-bottom:2rem}.footer-copyright{color:#e0e0e0;font-size:.9rem;margin:0;opacity:.7}@media (max-width:1024px){.footer{padding:3.5rem 1.5rem 1.5rem}.footer-content{gap:2.5rem}.footer-title{font-size:2.2rem}.footer-subtitle{font-size:1rem}.footer-description{font-size:.95rem}}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-title{font-size:2rem}.footer-subtitle{font-size:1rem}.footer-description{font-size:.95rem}.footer-section-title{font-size:1.2rem}.contact-item,.social-link{font-size:.95rem}}@media (max-width:480px){.footer{padding:2rem 1rem 1rem}.footer-title{font-size:1.8rem}.footer-subtitle{font-size:.95rem}.footer-description{font-size:.9rem}.footer-section-title{font-size:1.1rem}.contact-item,.social-link{font-size:.9rem}.social-link{padding:.4rem .8rem}.footer-copyright{font-size:.8rem}}@media (max-width:360px){.footer{padding:1.5rem .8rem .8rem}.footer-title{font-size:1.6rem}.footer-subtitle{font-size:.9rem}.footer-description{font-size:.85rem}.footer-section-title{font-size:1rem}.contact-item,.social-link{font-size:.85rem}.social-link{padding:.3rem .6rem}.footer-copyright{font-size:.75rem}}.gallery-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal{animation:slideUp .4s ease;background:linear-gradient(145deg,#1a1a2e,#16213e 50%,#1a1a2e);border:1px solid #ff69b433;border-radius:20px;box-shadow:0 25px 80px #ff69b433,0 0 40px #ffb6c11a;display:flex;flex-direction:column;height:85vh;max-width:600px;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-close{align-items:center;background:#ff69b433;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:20px;top:15px;transition:all .3s ease;width:40px;z-index:10}.gallery-close span{color:#fff;font-size:28px;line-height:1}.gallery-close:hover{background:#ff69b480;transform:rotate(90deg)}.gallery-header{border-bottom:1px solid #ff69b433;padding:25px 30px 15px;text-align:center}.gallery-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff69b4,#ffb6c1);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:5px}.gallery-header p{color:#fff9;font-size:.95rem}.gallery-content{flex:1 1;overflow-y:auto;padding:30px 20px;scrollbar-color:#ff69b480 #0000;scrollbar-width:thin}.gallery-content::-webkit-scrollbar{width:6px}.gallery-content::-webkit-scrollbar-track{background:#0000}.gallery-content::-webkit-scrollbar-thumb{background:#ff69b480;border-radius:3px}.polaroid-container{align-items:center;display:flex;flex-direction:column;gap:40px;padding:20px 0}.polaroid-card{animation:polaroidAppear .6s ease forwards;background:#fff;box-shadow:0 10px 30px #0006,0 5px 15px #ff69b433;cursor:pointer;opacity:0;padding:15px 15px 50px;position:relative;transition:all .4s ease}@keyframes polaroidAppear{0%{opacity:0;transform:translateY(30px) rotate(0deg)}to{opacity:1}}.polaroid-card:hover{box-shadow:0 20px 50px #00000080,0 10px 30px #ff69b44d;transform:scale(1.05) rotate(0deg)!important;z-index:10}.polaroid-image-wrapper{background:#f0f0f0;height:280px;overflow:hidden;width:280px}.polaroid-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.polaroid-card:hover .polaroid-image{transform:scale(1.1)}.polaroid-caption{bottom:12px;color:#444;font-family:Poppins,Segoe UI,sans-serif;font-size:.85rem;font-weight:500;left:0;letter-spacing:.3px;padding:0 15px;position:absolute;right:0;text-align:center}@media (max-width:768px){.gallery-modal{border-radius:15px;height:90vh;width:95%}.polaroid-image-wrapper{height:240px;width:240px}.polaroid-card{padding:12px 12px 45px}.gallery-header h2{font-size:1.6rem}}@media (max-width:480px){.polaroid-image-wrapper{height:200px;width:200px}.polaroid-card{padding:10px 10px 40px}.gallery-content{padding:20px 15px}.polaroid-container{gap:30px}}.gp-page{background-color:#000;color:#fff;min-height:100vh;padding-top:60px}.gp-container{margin:0 auto;max-width:1100px}.gp-section{padding:6rem 2rem;position:relative}.gp-section+.gp-section{border-top:1px solid #f59e0b14}.gp-nav{border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:background .3s ease,border-bottom .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease,border-bottom .3s ease;transition:background .3s ease,backdrop-filter .3s ease,border-bottom .3s ease,-webkit-backdrop-filter .3s ease;z-index:100}.gp-nav--scrolled{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#000000e6;border-bottom:1px solid #f59e0b40}.gp-nav-inner{align-items:center;display:flex;gap:1.25rem;margin:0 auto;max-width:1100px;padding:.75rem 2rem}.gp-back-btn{align-items:center;background:#f59e0b1a;border:1px solid #f59e0b66;border-radius:999px;color:#fde68a;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.85rem;font-weight:500;gap:.4rem;padding:.45rem 1rem;transition:all .2s ease;white-space:nowrap}.gp-back-btn:hover{background:#f59e0b40;border-color:#f59e0bcc;color:#fff}.gp-nav-brand{color:#fde68a;flex-shrink:0;font-size:1rem;font-weight:700;letter-spacing:.02em}.gp-nav-links{align-items:center;display:flex;flex-wrap:nowrap;gap:.2rem;overflow-x:auto;scrollbar-width:none}.gp-nav-links::-webkit-scrollbar{display:none}.gp-nav-link{background:none;border:none;border-radius:999px;color:#fff9;cursor:pointer;font-size:.82rem;font-weight:500;padding:.35rem .75rem;transition:all .2s ease;white-space:nowrap}.gp-nav-link:hover{background:#f59e0b1f;color:#fde68a}.gp-nav-link--active{background:#f59e0b2e;color:#fbbf24;font-weight:600}.gp-nav-link--active:after{background:#f59e0b;border-radius:999px;content:"";display:block;height:2px;margin:2px auto 0;width:14px}.gp-section-label{color:#f59e0b;font-size:.78rem;font-weight:700;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.gp-section-h2{color:#fff;font-size:2.4rem;font-weight:700;line-height:1.2;margin-bottom:1.25rem}.gp-section-intro{color:#ffffffb8;font-size:1.05rem;line-height:1.85;margin-bottom:3rem;max-width:820px}.gp-btn{align-items:center;border:none;border-radius:25px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.gp-btn--primary{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 20px #f59e0b66;color:#000}.gp-btn--primary:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 8px 28px #f59e0b8c;transform:translateY(-2px)}.gp-btn--ghost{background:#f59e0b1a;border:1px solid #f59e0b66;color:#fde68a}.gp-btn--ghost:hover{background:#f59e0b33;border-color:#f59e0bcc;color:#fff;transform:translateY(-2px)}.gp-btn--loading,.gp-btn--loading:hover{box-shadow:none;cursor:wait;opacity:.75;transform:none}.gp-pill{background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:999px;color:#fde68a;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.03em;padding:.3rem .8rem}.gp-card{background:linear-gradient(145deg,#f59e0b0d,#00000059);border:1px solid #f59e0b26;border-radius:20px;padding:1.75rem;transition:all .3s ease}.gp-card:hover{border-color:#f59e0b80;box-shadow:0 8px 30px #f59e0b1f;transform:translateY(-5px)}.gp-card--featured{background:linear-gradient(145deg,#f59e0b1a,#00000059);border-color:#f59e0b66}.gp-card--featured:hover{border-color:#f59e0bb3;box-shadow:0 8px 30px #f59e0b33}.gp-card-emoji{display:block;font-size:2rem;margin-bottom:.75rem}.gp-card-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.6rem}.gp-card-text{color:#ffffffb8;font-size:.92rem;line-height:1.75}.gp-2x2-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.gp-3-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.gp-4-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr);margin-top:2.5rem}.gp-fullwidth-img-wrap{border:1px solid #f59e0b33;border-radius:20px;box-shadow:0 4px 12px #00000080,0 16px 48px #0009,0 2px 4px #0006;margin-bottom:2.5rem;overflow:hidden}.gp-fullwidth-img{display:block;height:auto;width:100%}.gp-img-caption{background:#f59e0b0d;color:#ffffff8c;flex-shrink:0;font-size:.82rem;line-height:1.6;padding:.75rem 1rem;text-align:center}.gp-insight-box{background:#f59e0b12;border-left:3px solid #f59e0b;border-radius:0 12px 12px 0;color:#fffc;font-size:.95rem;line-height:1.8;margin-top:2rem;padding:1.25rem 1.5rem}.gp-insight-box strong{color:#fde68a}.gp-hero{align-items:center;background:radial-gradient(ellipse at 70% 50%,#f59e0b12 0,#0000 60%);display:flex;min-height:calc(100vh - 60px);padding:4rem 2rem}.gp-hero-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;width:100%}.gp-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.gp-hero-h1{display:block;font-size:3.4rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}.gp-h1-main{color:#fbbf24;display:block;font-family:Dancing Script,cursive;font-size:4.5rem}.gp-h1-muted{color:#ffffff80;display:block;font-size:2rem;font-weight:400}.gp-h1-accent{color:#f97316;display:block;font-size:2.4rem;font-weight:700}.gp-hero-desc{color:#ffffffb8;font-size:1.05rem;line-height:1.85;margin-bottom:2rem;max-width:500px}.gp-hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.gp-hero-right{align-items:center;display:flex;flex-direction:column;gap:2rem}.gp-iphone{flex-shrink:0;margin:0 auto;position:relative;transition:transform .4s ease;width:320px}.gp-iphone:hover{transform:translateY(-8px) rotate(-1deg)}.gp-iphone-btn-side{background:linear-gradient(180deg,#48484a,#5a5a5c 50%,#48484a);border-radius:0 5px 5px 0;box-shadow:3px 0 6px #00000080;height:80px;position:absolute;right:-5px;top:150px;width:5px;z-index:2}.gp-iphone-btn-mute{height:30px;top:78px}.gp-iphone-btn-mute,.gp-iphone-btn-vol-1{background:linear-gradient(180deg,#48484a,#5a5a5c 50%,#48484a);border-radius:5px 0 0 5px;box-shadow:-3px 0 6px #00000080;left:-5px;position:absolute;width:5px;z-index:2}.gp-iphone-btn-vol-1{height:48px;top:128px}.gp-iphone-btn-vol-2{background:linear-gradient(180deg,#48484a,#5a5a5c 50%,#48484a);border-radius:5px 0 0 5px;box-shadow:-3px 0 6px #00000080;height:48px;left:-5px;position:absolute;top:190px;width:5px;z-index:2}.gp-iphone-frame{background:linear-gradient(145deg,#ffffff12,#0000 35%,#ffffff08),linear-gradient(180deg,#2e2e30,#1a1a1c 25%,#161618 60%,#2a2a2c);border-radius:52px;box-shadow:inset 0 1px 0 #ffffff29,inset 1px 0 0 #ffffff17,inset 0 -1px 0 #ffffff0a,inset -1px 0 0 #ffffff0a,0 0 0 1px #000000d9,0 0 0 2.5px #48484ab3,0 32px 80px #000000d9,0 12px 32px #0009,0 4px 10px #00000080,0 0 60px #f59e0b1a;padding:10px 15px 22px;position:relative;transition:box-shadow .4s ease}.gp-iphone:hover .gp-iphone-frame{box-shadow:inset 0 1px 0 #ffffff2e,inset 1px 0 0 #ffffff1a,inset 0 -1px 0 #ffffff0d,inset -1px 0 0 #ffffff0d,0 0 0 1px #000000d9,0 0 0 2.5px #48484ab3,0 48px 100px #000000e6,0 20px 48px #000000a6,0 6px 14px #00000080,0 0 80px #f59e0b33}.gp-iphone-screen{background:#050508;border-radius:40px;box-shadow:inset 0 0 0 1px #ffffff0a;overflow:hidden;position:relative}.gp-iphone-screen:after{background:linear-gradient(130deg,#ffffff0f,#ffffff05 25%,#0000 50%);border-radius:40px;content:"";inset:0;pointer-events:none;position:absolute;z-index:6}.gp-iphone-island{background:#000;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff0a,0 2px 8px #0009;height:24px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:96px;z-index:10}.gp-hero-img{display:block;height:auto;width:100%}.gp-iphone-home-bar{background:#ffffff38;border-radius:999px;height:5px;margin:14px auto 2px;width:126px}.gp-meta-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;max-width:360px;width:100%}.gp-meta-item{background:#f59e0b12;border:1px solid #f59e0b33;border-radius:12px;display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;transition:all .3s ease}.gp-meta-item:hover{background:#f59e0b24;border-color:#f59e0b80}.gp-meta-val{color:#fde68a;font-size:1.1rem;font-weight:700}.gp-meta-lbl{color:#ffffff80;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.gp-stats-section{background:linear-gradient(180deg,#f59e0b0a,#0000);padding:3rem 2rem}.gp-stats-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(5,1fr)}.gp-stat-card{background:linear-gradient(145deg,#f59e0b0f,#0000004d);border:1px solid #f59e0b26;border-radius:16px;overflow:hidden;padding:1.5rem 1.25rem;position:relative;text-align:center;transition:all .3s ease}.gp-stat-card:before{background:var(--accent);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.gp-stat-card:hover{border-color:var(--accent);box-shadow:0 8px 24px #00000059;transform:translateY(-5px)}.gp-stat-value{font-size:1.9rem;font-weight:800;line-height:1;margin-bottom:.5rem}.gp-stat-label{color:#fff;font-size:.8rem;font-weight:600;line-height:1.3;margin-bottom:.4rem}.gp-stat-note{color:#ffffff80;font-size:.72rem;line-height:1.4}.gp-loop-diagram{background:#f59e0b0a;border:1px solid #f59e0b33;border-radius:20px;margin-bottom:2rem;padding:2.5rem 2rem}.gp-loop-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.gp-loop-row--rev{flex-direction:row-reverse}.gp-loop-sides{display:flex;justify-content:space-between;padding:.6rem 3.5rem}.gp-loop-node{align-items:center;background:#f59e0b14;border:1px solid #f59e0b47;border-radius:14px;display:flex;flex:0 0 auto;flex-direction:column;gap:.4rem;min-width:120px;padding:1rem 1.25rem;transition:all .3s ease}.gp-loop-node:hover{background:#f59e0b2e;border-color:#f59e0b99;transform:scale(1.04)}.gp-loop-emoji{font-size:1.6rem}.gp-loop-label{color:#fde68a;font-size:.78rem;font-weight:600;text-align:center}.gp-loop-arr{color:#f59e0b;flex:1 1;font-size:1.4rem;opacity:.8;text-align:center}.gp-loop-side-arr{color:#f59e0b;font-size:1.5rem;font-weight:700;opacity:.8}.gp-mechanics-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.gp-screenshots-label{color:#fff6;font-size:.72rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.gp-slider{display:flex;flex-direction:column;gap:0}.gp-slider-track{border:1px solid #f59e0b40;border-radius:16px;box-shadow:0 4px 16px #0000008c,0 14px 44px #00000073,0 1px 3px #0009;overflow:hidden;position:relative}.gp-slide{inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease}.gp-slide:first-child{position:relative}.gp-slide--active{opacity:1;pointer-events:auto}.gp-slide:not(:first-child).gp-slide--active{inset:0;position:absolute}.gp-slide-img{display:block;height:auto;max-width:100%;width:100%}.gp-slider-arrow{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;border:1px solid #f59e0b73;border-radius:50%;color:#fde68a;cursor:pointer;display:flex;font-size:1.5rem;height:38px;justify-content:center;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:38px;z-index:10}.gp-slider-arrow:hover:not(:disabled){background:#f59e0b40;border-color:#f59e0b;color:#fff}.gp-slider-arrow:disabled{cursor:default;opacity:.25}.gp-slider-arrow--prev{left:10px}.gp-slider-arrow--next{right:10px}.gp-screenshot-caption{background:#f59e0b0d;border:1px solid #f59e0b26;border-radius:0 0 12px 12px;border-top:none;color:#ffffff8c;font-size:.78rem;line-height:1.4;padding:.6rem .9rem;transition:opacity .3s ease}.gp-slider-dots{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:12px}.gp-dot{background:#fff3;border:1px solid #ffffff26;border-radius:999px;cursor:pointer;height:8px;padding:0;transition:all .25s ease;width:8px}.gp-dot--active{background:#f59e0b;border-color:#f59e0b;width:22px}.gp-mechanic-card{background:linear-gradient(145deg,#f59e0b0d,#0000004d);border:1px solid #f59e0b26;border-radius:16px;margin-bottom:1rem;padding:1.25rem 1.5rem;transition:all .3s ease}.gp-mechanic-card:last-child{margin-bottom:0}.gp-mechanic-card:hover{border-color:#f59e0b80;box-shadow:0 6px 24px #f59e0b1a;transform:translateY(-4px)}.gp-mechanic-card--featured{background:linear-gradient(145deg,#f59e0b1a,#0000004d);border-color:#f59e0b66}.gp-mechanic-card--featured:hover{border-color:#f59e0bb3;box-shadow:0 6px 24px #f59e0b33}.gp-mechanic-header{align-items:flex-start;display:flex;gap:.85rem;margin-bottom:.85rem}.gp-mechanic-emoji{flex-shrink:0;font-size:1.5rem;margin-top:.1rem}.gp-mechanic-titles{flex:1 1}.gp-mechanic-title{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-size:1rem;font-weight:700;gap:.5rem;line-height:1.3}.gp-mechanic-subtitle{color:#f59e0bcc;font-size:.78rem;font-style:italic;margin-top:.2rem}.gp-sig-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:999px;color:#000;flex-shrink:0;font-size:.62rem;font-weight:700;letter-spacing:.06em;padding:.2rem .55rem}.gp-mechanic-text{color:#ffffffb3;font-size:.88rem;line-height:1.72;margin-bottom:.75rem}.gp-mechanic-tag{background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:999px;color:#fde68a;display:inline-block;font-size:.72rem;font-weight:600;padding:.25rem .65rem}.gp-skin-card{border-color:#f59e0b33}.gp-skin-card:hover{border-color:#f59e0b;border-color:var(--skin-accent,#f59e0b);box-shadow:0 8px 30px #f59e0b26}.gp-skin-badge{background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:999px;color:#fde68a;display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;margin-bottom:.85rem;padding:.28rem .65rem;text-transform:uppercase}.gp-kpi-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(5,1fr)}.gp-kpi-card{background:linear-gradient(145deg,#f59e0b0d,#00000059);border:1px solid #ffffff12;border-radius:16px;border-top:3px solid var(--kpi-color);display:flex;flex-direction:column;gap:.6rem;padding:1.5rem 1.25rem;transition:all .3s ease}.gp-kpi-card:hover{border-color:var(--kpi-color);box-shadow:0 8px 28px #00000059;transform:translateY(-5px)}.gp-kpi-value{color:var(--kpi-color);font-size:2rem;font-weight:800;line-height:1}.gp-kpi-metric{color:#fff;font-size:.88rem;font-weight:700}.gp-kpi-why{color:#ffffffa6;flex:1 1;font-size:.8rem;line-height:1.65}.gp-kpi-why strong{color:#ffffffd9;display:block;font-size:.75rem;letter-spacing:.06em;margin-bottom:.3rem;text-transform:uppercase}.gp-kpi-why p{margin:0}.gp-kpi-bench{border-top:1px solid #ffffff12;color:#fff6;font-size:.72rem;line-height:1.5;padding-top:.5rem}.gp-table-wrap{border:1px solid #f59e0b2e;border-radius:16px;margin-bottom:0;overflow-x:auto}.gp-table{border-collapse:collapse;font-size:.88rem;width:100%}.gp-table thead tr{background:#f59e0b1a}.gp-table th{border-bottom:1px solid #f59e0b33;color:#fde68a;font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:.9rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.gp-table td{border-bottom:1px solid #ffffff0d;color:#fffc;padding:.85rem 1rem;vertical-align:middle}.gp-table tbody tr{transition:background .2s ease}.gp-table tbody tr:hover{background:#f59e0b0f}.gp-table tbody tr:last-child td{border-bottom:none}.gp-row--featured{background:#f59e0b12}.gp-row--featured td{color:#fff}.gp-table-emoji{margin-right:.3rem}.gp-score-cell{color:#fde68a!important;font-weight:700}.gp-phase-badge{border-radius:999px;display:inline-block;font-size:.68rem;font-weight:700;padding:.25rem .6rem;white-space:nowrap}.gp-phase-p0{background:#ef44442e;border:1px solid #ef444459;color:#fca5a5}.gp-phase-p1{background:#eab3082e;border:1px solid #eab30859;color:#fde047}.gp-phase-p2{background:#22c55e2e;border:1px solid #22c55e59;color:#86efac}.gp-phase-p3{background:#14b8a62e;border:1px solid #14b8a659;color:#5eead4}.gp-mono-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.2fr .8fr}.gp-moment-card{align-items:flex-start;background:#f59e0b0a;border:1px solid #f59e0b24;border-radius:14px;display:flex;gap:1rem;margin-bottom:1rem;padding:1.1rem 1.25rem;transition:all .3s ease}.gp-moment-card:hover{background:#f59e0b17;border-color:#f59e0b73;transform:translateX(4px)}.gp-moment-num{color:#f59e0b;flex-shrink:0;font-size:1.4rem;line-height:1;margin-top:.1rem}.gp-moment-body{flex:1 1}.gp-moment-title{color:#fff;font-size:.92rem;font-weight:700;line-height:1.3;margin-bottom:.45rem}.gp-moment-text{color:#ffffffa6;font-size:.85rem;line-height:1.7}.gp-funnel-title{color:#f59e0b;font-size:.78rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.gp-funnel{gap:.85rem}.gp-funnel,.gp-funnel-step{display:flex;flex-direction:column}.gp-funnel-step{gap:.3rem}.gp-funnel-bar-wrap{background:#ffffff0d;border-radius:999px;height:10px;overflow:hidden;width:100%}.gp-funnel-bar{border-radius:999px;height:100%}.gp-funnel-labels{align-items:center;display:flex;justify-content:space-between}.gp-funnel-label{color:#ffffffb3;font-size:.8rem}.gp-funnel-pct{font-size:.85rem;font-weight:700}.gp-funnel-note{color:#ffffff73;font-size:.75rem;font-style:italic;line-height:1.6;margin-top:1.25rem}.gp-risk-list{display:flex;flex-direction:column;gap:1rem}.gp-risk-row{grid-gap:1.5rem;background:linear-gradient(145deg,#f59e0b0a,#0000004d);border:1px solid #f59e0b1f;border-left:3px solid #f59e0b59;border-radius:0 14px 14px 0;display:grid;gap:1.5rem;grid-template-columns:1fr 1.2fr;padding:1.25rem 1.5rem;transition:all .3s ease}.gp-risk-row:hover{background:linear-gradient(145deg,#ef44440f,#0000004d);border-left-color:#ef4444}.gp-risk-title{color:#fff;font-size:.92rem;font-weight:600;line-height:1.45;margin-bottom:.65rem}.gp-risk-pills{display:flex;flex-wrap:wrap;gap:.5rem}.gp-risk-pill{border-radius:999px;font-size:.7rem;font-weight:700;padding:.22rem .6rem}.gp-pill-high{background:#ef44442e;border:1px solid #ef444459;color:#fca5a5}.gp-pill-medium{background:#eab3082e;border:1px solid #eab30859;color:#fde047}.gp-pill-low{background:#22c55e2e;border:1px solid #22c55e59;color:#86efac}.gp-risk-mitigation{color:#ffffffa6;font-size:.88rem;line-height:1.72}.gp-risk-mitigation strong{color:#fde68a;display:block;font-size:.75rem;letter-spacing:.06em;margin-bottom:.25rem;text-transform:uppercase}.gp-roadmap-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr);position:relative}.gp-roadmap-grid:before{background:linear-gradient(90deg,#f59e0b33,#f59e0b80,#f59e0b33);content:"";height:2px;left:5%;position:absolute;right:5%;top:28px;z-index:0}.gp-phase-card{background:linear-gradient(145deg,#f59e0b0d,#00000059);border:1px solid #f59e0b26;border-radius:16px;border-top:3px solid var(--phase-color);padding:1.5rem 1.25rem;position:relative;transition:all .3s ease;z-index:1}.gp-phase-card:hover{border-color:var(--phase-color);box-shadow:0 12px 32px #0006,0 0 20px #f59e0b14;transform:translateY(-6px)}.gp-phase-dot{border-radius:50%;box-shadow:0 0 10px var(--phase-color);height:14px;margin-bottom:1rem;width:14px}.gp-phase-name{color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.12em;margin-bottom:.25rem;text-transform:uppercase}.gp-phase-period{color:#ffffff80;font-size:.8rem;margin-bottom:1.1rem}.gp-phase-items{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0 0 1.25rem;padding:0}.gp-phase-items li{color:#ffffffb3;font-size:.82rem;line-height:1.4;padding-left:1rem;position:relative}.gp-phase-items li:before{color:var(--phase-color);content:"·";font-weight:700;left:0;position:absolute}.gp-phase-exit{border-top:1px solid #ffffff12;color:#ffffff8c;font-size:.78rem;line-height:1.5;padding-top:.9rem}.gp-phase-exit strong{color:var(--phase-color);display:block;font-size:.7rem;letter-spacing:.08em;margin-bottom:.2rem;text-transform:uppercase}.gp-tradeoff-table{border:1px solid #f59e0b26;border-radius:16px;overflow:hidden}.gp-tradeoff-header{grid-gap:0;background:#f59e0b1a;display:grid;gap:0;grid-template-columns:1.2fr 1fr 1fr 2fr;padding:.85rem 1.25rem}.gp-tradeoff-header span{color:#fde68a;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gp-tradeoff-row{grid-gap:0;border-top:1px solid #ffffff0d;display:grid;font-size:.88rem;gap:0;grid-template-columns:1.2fr 1fr 1fr 2fr;padding:1rem 1.25rem;transition:background .2s ease}.gp-tradeoff-row:hover{background:#f59e0b0d}.gp-tradeoff-decision{color:#fffc;font-weight:600}.gp-tradeoff-chose{color:#86efac;font-weight:600}.gp-tradeoff-chose:before{content:"✓ ";opacity:.7}.gp-tradeoff-rejected{color:#fff6;text-decoration:line-through}.gp-tradeoff-reason{color:#fff9;line-height:1.55}.gp-cta-section{background:radial-gradient(ellipse at 50% 50%,#f59e0b14 0,#0000 65%);padding:7rem 2rem}.gp-cta-inner{margin:0 auto;max-width:700px;text-align:center}.gp-cta-label{color:#ffffff80;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.gp-cta-h2,.gp-cta-label{font-weight:700;margin-bottom:1.25rem}.gp-cta-h2{color:#fff;font-size:2.6rem;line-height:1.25}.gp-accent{color:#fbbf24}.gp-cta-desc{color:#ffffffa6;font-size:1rem;line-height:1.85;margin-bottom:2.5rem}.gp-cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gp-reveal{opacity:0;transform:translateY(24px)}.gp-reveal.gp-visible{opacity:1;transform:translateY(0);transition:opacity .55s ease 0s,transform .55s ease 0s;transition:opacity .55s ease calc(var(--i, 0)*.07s),transform .55s ease calc(var(--i, 0)*.07s)}@media (max-width:1024px){.gp-section-h2{font-size:2rem}.gp-hero-grid{gap:2.5rem;grid-template-columns:1fr 1fr}.gp-h1-main{font-size:3.5rem}.gp-kpi-grid,.gp-stats-grid{grid-template-columns:repeat(3,1fr)}.gp-roadmap-grid{grid-template-columns:1fr 1fr}.gp-roadmap-grid:before{display:none}.gp-4-grid{grid-template-columns:repeat(2,1fr)}.gp-nav-brand{display:none}}@media (max-width:768px){.gp-page{padding-top:52px}.gp-section{padding:4rem 1.5rem}.gp-hero{min-height:auto;padding:3rem 1.5rem}.gp-hero-grid{gap:2.5rem;grid-template-columns:1fr}.gp-h1-main{font-size:3rem}.gp-h1-muted{font-size:1.6rem}.gp-h1-accent{font-size:1.9rem}.gp-hero-right{order:-1}.gp-iphone{width:240px}.gp-meta-grid{max-width:100%}.gp-section-h2{font-size:1.75rem}.gp-2x2-grid,.gp-3-grid{grid-template-columns:1fr}.gp-4-grid{gap:1rem}.gp-4-grid,.gp-kpi-grid,.gp-stats-grid{grid-template-columns:1fr 1fr}.gp-mechanics-grid{gap:2rem;grid-template-columns:1fr}.gp-mono-grid{gap:2.5rem;grid-template-columns:1fr}.gp-risk-row{gap:.85rem}.gp-risk-row,.gp-roadmap-grid{grid-template-columns:1fr}.gp-tradeoff-header{display:none}.gp-tradeoff-row{gap:.4rem;grid-template-columns:1fr;padding:1rem 1.25rem}.gp-tradeoff-decision{color:#fde68a;font-size:.9rem;font-weight:700}.gp-loop-diagram{padding:1.5rem 1rem}.gp-loop-row{flex-wrap:wrap;justify-content:center}.gp-loop-sides{display:none}.gp-loop-row--rev{flex-direction:row}.gp-loop-node{min-width:90px;padding:.75rem}.gp-cta-h2{font-size:1.9rem}.gp-nav-links{display:none}}@media (max-width:480px){.gp-section{padding:3rem 1rem}.gp-section-h2{font-size:1.5rem}.gp-h1-main{font-size:2.5rem}.gp-h1-muted{font-size:1.3rem}.gp-h1-accent{font-size:1.5rem}.gp-4-grid,.gp-kpi-grid,.gp-stats-grid{grid-template-columns:1fr}.gp-hero-btns{align-items:stretch;flex-direction:column}.gp-hero-btns .gp-btn{justify-content:center}.gp-cta-btns{align-items:stretch;flex-direction:column}.gp-cta-btns .gp-btn{justify-content:center}.gp-cta-h2{font-size:1.55rem}.gp-section-intro{font-size:.95rem}.gp-table td,.gp-table th{font-size:.8rem;padding:.65rem .75rem}}@media (max-width:360px){.gp-section{padding:2.5rem .75rem}.gp-h1-main{font-size:2rem}.gp-iphone{width:200px}.gp-section-h2{font-size:1.35rem}}
/*# sourceMappingURL=main.1888f168.css.map*/