#home{position:relative;overflow:hidden}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;width:100%;height:100%;flex-direction:row;padding:0 2rem;overflow:hidden;position:relative}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-content{position:relative;z-index:1}.app__header-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:300;text-align:center;font-family:var(--title-font);color:var(--black-color);text-transform:capitalize}.app__header-title span{color:var(--secondary-color)}@media screen and (max-width:450px){.app__header-title{font-size:2.5rem}}.app__header-subtitle{display:flex;justify-content:center;align-items:center;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:500;color:var(--black-color);text-align:center}@media screen and (max-width:450px){.app__header-subtitle{font-size:1.2rem}}.app__header-c{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.app__header-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app__about-container{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,3rem);margin-top:3rem;width:100%;max-width:950px}@media screen and (max-width:768px){.app__about-container{flex-direction:column;gap:2rem}}.app__about-img{width:min(290px,35vw);height:min(290px,35vw);border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid var(--secondary-color)}.app__about-img img{width:100%;height:100%;object-fit:cover;object-position:center 30%}@media screen and (max-width:450px){.app__about-img{width:min(160px,50vw);height:min(160px,50vw)}}.app__about-text{flex:1 1;text-align:left;max-width:580px}.app__about-intro{font-size:clamp(1rem,1.5vw,1.2rem);font-weight:700;line-height:1.6;color:var(--black-color);margin-bottom:1rem}.app__about-detail{font-size:clamp(.85rem,1.1vw,.95rem);line-height:1.8;color:var(--gray-color)}.projects-filter{display:flex;justify-content:center;gap:2rem;margin:3rem 0 2rem}@media screen and (max-width:500px){.projects-filter{flex-direction:column;align-items:center;gap:1rem}}.projects-select-group{display:flex;flex-direction:column;gap:.3rem}.projects-select-group label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-color)}.projects-select-wrapper{position:relative;width:100%;min-width:140px;max-width:180px}.projects-select-wrapper select{width:100%;padding:.5rem 2rem .5rem .75rem;border-radius:.5rem;border:2px solid var(--lightGray-color);background:#fafafa;color:var(--black-color);font-family:var(--font-base);font-size:.85rem;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease}.projects-select-wrapper select:focus,.projects-select-wrapper select:hover{border-color:var(--secondary-color);outline:none}.projects-select-arrow{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--gray-color);width:16px;height:16px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}@media screen and (max-width:768px){.projects-grid{grid-template-columns:1fr}}.projects-card{background:var(--white-color);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .3s ease}.projects-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}.projects-card-img{width:100%;height:200px;overflow:hidden}.projects-card-img img{width:100%;height:100%;object-fit:cover;display:block}.projects-card-body{padding:1.25rem;flex:1 1;display:flex;flex-direction:column}.projects-card-body h3{font-size:1.1rem;font-weight:700;color:var(--black-color);margin-bottom:.5rem}.projects-card-body>p{font-size:.8rem;color:var(--gray-color);line-height:1.5;flex:1 1;margin-bottom:1rem}.projects-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.projects-card-tags span{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:1rem;background:var(--primary-color);color:var(--gray-color)}.projects-card-links{display:flex;gap:.75rem}.projects-card-links a{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;padding:.4rem .9rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease}.projects-card-links a:first-child{background:var(--secondary-color);color:var(--white-color)}.projects-card-links a:first-child:hover{opacity:.85}.projects-card-links a:last-child{background:var(--black-color);color:var(--white-color)}.projects-card-links a:last-child:hover{opacity:.8}.app__contributions-container{width:100%;max-width:1100px;margin-top:3rem;display:flex;flex-direction:row;gap:3rem}@media screen and (max-width:900px){.app__contributions-container{flex-direction:column;gap:2rem}}.app__contributions-sidebar{flex:0 0 280px}@media screen and (max-width:900px){.app__contributions-sidebar{flex:none}}.app__contributions-intro{font-size:.95rem;line-height:1.7;color:var(--gray-color);margin-bottom:1.5rem}.app__contributions-intro a{color:var(--secondary-color);text-decoration:none;font-weight:600;transition:opacity .2s ease}.app__contributions-intro a:hover{opacity:.8;text-decoration:underline}.app__contributions-more{display:flex;flex-direction:column;gap:.6rem}.app__contributions-more a{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--gray-color);text-decoration:none;transition:color .2s ease}.app__contributions-more a:hover{color:var(--secondary-color)}.app__contributions-more a svg{width:16px;height:16px}.app__contributions-more-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-color)}.app__contributions-list{flex:1 1;min-width:0;position:relative}.app__contributions-line{position:absolute;left:1.25rem;top:0;bottom:0;width:2px;background-color:var(--lightGray-color)}.app__contributions-item{position:relative;padding-left:3.25rem;padding-bottom:2rem}.app__contributions-item:last-child{padding-bottom:0}.app__contributions-item:before{content:"";position:absolute;left:1.25rem;top:1.75rem;width:12px;height:12px;border-radius:50%;background-color:var(--secondary-color);z-index:1;transform:translateX(-50%)}.app__contributions-card{background:var(--white-color);border-radius:.75rem;padding:1.25rem 1.5rem;transition:box-shadow .3s ease,transform .2s ease}.app__contributions-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.app__contributions-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.4rem}.app__contributions-title{font-size:1rem;font-weight:700;color:var(--black-color);text-decoration:none;transition:color .2s ease;line-height:1.4}.app__contributions-title:hover{color:var(--secondary-color)}.app__contributions-pr{flex-shrink:0;font-size:.7rem;font-weight:600;font-family:monospace;padding:.2rem .5rem;border-radius:4px;background-color:var(--primary-color);color:var(--gray-color);margin-top:.15rem}.app__contributions-repo{font-size:.8rem;color:var(--gray-color);margin-bottom:.5rem;font-family:monospace}.app__contributions-desc{font-size:.85rem;color:var(--gray-color);line-height:1.45;margin-bottom:.75rem}.app__contributions-tags{display:flex;flex-wrap:wrap;gap:.4rem}.app__contributions-tags span{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:1rem;background:var(--primary-color);color:var(--gray-color)}@media screen and (max-width:600px){.app__contributions-card{padding:1rem}.app__contributions-header{flex-direction:column}}@media screen and (max-width:450px){.app__contributions-item{padding-left:2.5rem}.app__contributions-item:before,.app__contributions-line{left:.75rem}}.app__skills-container{width:100%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width:900px){.app__skills-container{flex-direction:column}}.app__skills-list{flex:1 1;display:flex;flex-direction:column;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{margin-right:0;margin-bottom:2rem}}.app__skills-group{margin-bottom:2.5rem}.app__skills-group:last-child{margin-bottom:0}.app__skills-group-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-color);margin-bottom:.75rem;text-align:center}.app__skills-group-items{display:flex;flex-wrap:wrap;justify-content:center}.app__skills-item{flex-direction:column;text-align:center;margin:.75rem;transition:all .3s ease}.app__skills-item .app__skills-icon{width:60px;height:60px;border-radius:50%;background-color:var(--white-color)}.app__skills-item .app__skills-icon svg{width:28px;height:28px;transition:filter .2s ease}.app__skills-item .app__skills-icon:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.app__skills-item .app__skills-icon:hover svg{filter:drop-shadow(0 0 4px currentColor)}@media screen and (min-width:2000px){.app__skills-item .app__skills-icon{width:100px;height:100px}.app__skills-item .app__skills-icon svg{width:44px;height:44px}}@media screen and (max-width:450px){.app__skills-item .app__skills-icon{width:50px;height:50px;margin:.5rem}.app__skills-item .app__skills-icon svg{width:22px;height:22px}}.app__skills-item p{margin-top:.4rem;font-size:.75rem}@media screen and (min-width:2000px){.app__skills-item{margin:.75rem 1.5rem}.app__skills-item p{margin-top:.75rem}}.app__skills-exp{flex:1 1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__skills-exp-list{width:100%;position:relative}.app__skills-exp-line{position:absolute;left:1.25rem;top:0;bottom:0;width:2px;background-color:var(--lightGray-color)}.app__skills-exp-item{position:relative;padding-left:3.25rem;padding-bottom:2rem}.app__skills-exp-item:last-child{padding-bottom:0}.app__skills-exp-item:before{content:"";position:absolute;left:1.25rem;top:1.75rem;width:12px;height:12px;border-radius:50%;background-color:var(--secondary-color);z-index:1;transform:translateX(-50%)}.app__skills-exp-card{background:var(--white-color);border-radius:.75rem;padding:1.25rem 1.5rem;transition:box-shadow .3s ease,transform .2s ease}.app__skills-exp-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.app__skills-exp-card-top{display:flex;gap:1rem;align-items:flex-start}.app__skills-exp-logo{width:44px;height:44px;border-radius:50%;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.app__skills-exp-logo img{width:100%;height:100%;object-fit:cover}.app__skills-exp-logo svg{width:20px;height:20px;color:var(--gray-color)}.app__skills-exp-card-body{flex:1 1;min-width:0}.app__skills-exp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.3rem}.app__skills-exp-title{font-size:1rem;font-weight:700;color:var(--black-color);line-height:1.4}.app__skills-exp-year{flex-shrink:0;font-size:.7rem;font-weight:600;font-family:monospace;padding:.2rem .5rem;border-radius:4px;background-color:var(--primary-color);color:var(--gray-color);margin-top:.15rem}.app__skills-exp-company{font-size:.8rem;color:var(--blue-color);font-weight:600;margin-bottom:.5rem}.app__skills-exp-desc{font-size:.85rem;color:var(--gray-color);line-height:1.45}.app__skills-resume{margin-top:2rem;display:flex;justify-content:center}.app__skills-resume a{text-decoration:none}.app__skills-resbutton{padding:.75rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);color:var(--white-color);font-weight:700;outline:none;cursor:pointer;font-size:1rem;transition:all .3s ease}.app__skills-resbutton:hover{opacity:.85}@media screen and (max-width:600px){.app__skills-exp-card{padding:1rem}.app__skills-exp-header{flex-direction:column}}@media screen and (max-width:450px){.app__skills-exp-item{padding-left:2.5rem}.app__skills-exp-item:before,.app__skills-exp-line{left:.75rem}}.app__footer-content{width:100%;max-width:900px;margin-top:3rem;display:flex;gap:3rem;align-items:flex-start}@media screen and (max-width:768px){.app__footer-content{flex-direction:column;gap:2rem;align-items:center}}.app__footer-info{flex:0 0 clamp(260px,30vw,360px);display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:768px){.app__footer-info{flex:none;width:100%}}.app__footer-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:.75rem;background:var(--white-color);border:1px solid var(--lightGray-color);transition:box-shadow .3s ease,transform .2s ease}.app__footer-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.app__footer-card svg{width:28px;height:28px;color:var(--secondary-color);flex-shrink:0}.app__footer-card a{text-decoration:none;font-size:.9rem;font-weight:500;color:var(--black-color);line-height:1.4;word-break:break-all}.app__footer-form{flex:1 1;display:flex;flex-direction:column;gap:1rem}.app__footer-form input,.app__footer-form textarea{width:100%;padding:.9rem 1rem;border-radius:.5rem;border:2px solid var(--lightGray-color);background:var(--white-color);font-family:var(--font-base);font-size:.9rem;color:var(--black-color);outline:none;transition:border-color .2s ease}.app__footer-form input::placeholder,.app__footer-form textarea::placeholder{color:var(--gray-color)}.app__footer-form input:focus,.app__footer-form textarea:focus{border-color:var(--secondary-color)}.app__footer-form textarea{height:150px;resize:vertical}.app__footer-form button{padding:.9rem 2rem;border-radius:.5rem;border:none;background:var(--secondary-color);color:var(--white-color);font-family:var(--font-base);font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s ease;align-self:flex-start}.app__footer-form button:hover{opacity:.85}@media screen and (max-width:768px){.app__footer-form,.app__footer-form button{width:100%}}.app__footer-success{margin-top:3rem;text-align:center}