html,body,#root{margin:0;padding:0}.nav{background-color:#fffefe;border-bottom:1px solid #eeefed;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px;display:flex}.nav a{color:#6c7280;text-decoration:none}.nav a:hover,.nav a:active{color:#8c9e8f}.nav-others{justify-content:space-between;gap:20px;display:flex}.nav-others a{white-space:nowrap;border-radius:20px;padding:12px}.nav-others a:hover{background-color:#f2f2f2}.nav-others a.active{color:#8c9e8f;background-color:#f2f2f2}.nav-brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.nav-logo{color:#fff;background-color:#8b9d8f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.nav-name{color:#6c7280;white-space:nowrap;font-size:16px;font-weight:500;text-decoration:none}@media (width<=1024px){.nav{padding:8px 14px}.nav-others{gap:10px}.nav-others a{padding:10px;font-size:14px}}@media (width<=768px){.nav{flex-direction:column;align-items:flex-start;padding:12px 16px}.nav-brand{width:100%}.nav-others{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}.nav-others a{padding:8px 10px;font-size:14px}.nav-logo{width:36px;height:36px;font-size:14px}.nav-name{font-size:15px}}@media (width<=480px){.nav-others a{padding:7px 9px;font-size:13px}}.copyright{color:#6c7280;text-align:center;background-color:#f9f8f6;border-top:1px solid #eaebe8;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;line-height:1.5;display:flex}@media (width<=768px){.copyright{padding:12px 16px;font-size:12px}}.home{background-color:#f9f8f6;min-height:100vh}.home-intro{justify-content:space-between;gap:50px;padding:70px;display:flex}.home-intro-content{flex-direction:column;justify-content:center;gap:30px;max-width:50%;display:flex}.home-intro-content-title{color:#2d2d2d;font-size:50px;font-weight:700}.home-intro-content-title-highlight{color:#8b9d8f;font-size:70px}.home-intro-content-subtitle{color:#6b7380;font-size:20px;font-weight:500}.home-intro-content-text{color:#6c7280;font-size:16px;font-weight:400;line-height:1.6}.home-intro-img-wrapper{justify-content:center;align-items:center;width:40%;padding-top:50px;display:flex}.home-intro-img{object-fit:contain;border-radius:20px;width:100%;height:auto;max-height:520px;display:block}.home-intro-name-sticker{color:#6c7280;background-color:#fff;border:2px solid #edeae4;border-radius:20px;width:fit-content;margin-left:auto;padding:10px;font-size:16px;font-weight:600;position:relative}.home-intro-name-sticker:after{content:"";background-color:#fff;border-bottom:2px solid #edeae4;border-right:2px solid #edeae4;width:14px;height:14px;position:absolute;bottom:-8px;right:24px;transform:rotate(45deg)}.home-intro-content-btns{flex-wrap:wrap;gap:10px;display:flex}.home-intro-content-btn,.home-intro-content-btn:visited,.home-intro-content-btn:hover,.home-intro-content-btn:active{color:#2d2d2d;background-color:#fcfbf9;border:1px solid #eff0eb;border-radius:20px;align-items:center;gap:10px;padding:12px;font-size:15px;text-decoration:none;display:flex}.home-intro-content-btn-img{width:20px}@media (width<=1024px){.home-intro{gap:36px;padding:56px 40px}.home-intro-content{gap:24px;max-width:55%}.home-intro-content-title{font-size:42px}.home-intro-content-title-highlight{font-size:58px}.home-intro-img-wrapper{width:45%;padding-top:30px}.home-intro-img{max-height:460px}}@media (width<=768px){.home-intro{flex-direction:column;gap:32px;padding:40px 20px}.home-intro-content{order:1;gap:22px;max-width:100%}.home-intro-img-wrapper{order:2;width:100%;padding-top:0}.home-intro-img{object-fit:contain;width:100%;max-width:420px;height:auto;max-height:none}.home-intro-content-title{font-size:34px;line-height:1.15}.home-intro-content-title-highlight{font-size:44px}.home-intro-content-subtitle{font-size:18px;line-height:1.5}.home-intro-content-text{font-size:15px;line-height:1.6}.home-intro-name-sticker{margin-left:0;padding:8px 10px;font-size:14px}.home-intro-name-sticker:after{width:12px;height:12px;bottom:-7px;right:22px}.home-intro-content-btns{flex-direction:column;width:100%}.home-intro-content-btn,.home-intro-content-btn:visited,.home-intro-content-btn:hover,.home-intro-content-btn:active{justify-content:center;width:100%}}@media (width<=480px){.home-intro{padding:32px 16px}.home-intro-content-title{font-size:30px}.home-intro-content-title-highlight{font-size:38px}.home-intro-content-subtitle{font-size:16px}.home-intro-img{max-width:100%}}.about-interest{flex-direction:column;display:flex}.about-interest-title{text-align:center;padding-bottom:20px;font-size:22px;font-weight:500}.about-interest-cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=1024px){.about-interest-cards{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.about-interest-title{padding-bottom:16px;font-size:20px}.about-interest-cards{grid-template-columns:1fr;gap:16px}}*{box-sizing:border-box}body{color:#1f2933;background-color:#fdfcfa;margin:0;font-family:Inter,sans-serif}img{max-width:100%}.page{background-color:#fdfcfa;flex-direction:column;align-items:center;min-height:100vh;padding:20px;display:flex}.page-title{text-align:center;padding-top:20px;font-size:34px;font-weight:600}.page-content{flex-direction:column;gap:40px;width:min(1120px,100%);padding:80px 0;display:flex}.logo-30{width:30px}@media (width<=768px){.page{padding:16px}.page-title{padding-top:16px;font-size:28px}.page-content{gap:28px;width:100%;padding:40px 0}}.cardl{background-color:#f9f7f5;border-radius:30px;padding:30px}.cardl-title{color:#2d2d2d;font-size:22px;font-weight:500}.cardl-text{color:#6c7280;font-size:18px;line-height:1.6}@media (width<=1024px){.cardl{border-radius:26px;padding:26px}.cardl-title{font-size:21px}.cardl-text{font-size:17px}}@media (width<=768px){.cardl{border-radius:22px;padding:22px}.cardl-title{font-size:19px}.cardl-text{font-size:15px;line-height:1.6}}.cards{background-color:#fff;border:2px solid #edf0ee;border-radius:30px;padding:20px}.cards-icon{background-color:#f4f5f4;border-radius:10px;width:60px;padding:10px}.cards-title{font-weight:500}.cards-text{white-space:pre-line;color:#6c7280;line-height:1.6}@media (width<=1024px){.cards{border-radius:26px;padding:18px}.cards-icon{width:54px;padding:9px}}@media (width<=768px){.cards{border-radius:22px;padding:16px}.cards-icon{width:48px;padding:8px}.cards-title{font-size:16px}.cards-text{font-size:14px;line-height:1.6}}.projects-filter-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.projects-filter-button{color:#6c7280;cursor:pointer;background-color:#fff;border:1px solid #edf0ee;border-radius:20px;padding:16px;font-size:16px}.projects-filter-button:hover{background-color:#f5f1ef}.projects-filter-button.active{color:#fff;background-color:#8b9d8f}.project-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=1024px){.project-grid{grid-template-columns:repeat(2,1fr);gap:20px}.projects-filter-buttons{gap:14px}.projects-filter-button{padding:14px;font-size:15px}}@media (width<=768px){.projects-filter-buttons{justify-content:flex-start;gap:10px}.projects-filter-button{border-radius:16px;padding:10px 12px;font-size:14px}.project-grid{grid-template-columns:1fr;gap:16px}}.project-card{color:inherit;background-color:#fff;border:1.5px solid #efeeec;border-radius:20px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000f}.project-card-img{object-fit:cover;width:100%;height:250px;display:block}.project-card-content{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.project-card-title{font-size:20px;font-weight:600;line-height:1.3}.project-card-summary{color:#6c7280;line-height:1.6}.project-card-tags{flex-wrap:wrap;gap:12px;margin-top:auto;display:flex}.project-card-tag{color:#8b9d8f;background-color:#f4f5f4;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:500}.project-card-view-details{color:#8b9d8f;font-weight:500}@media (width<=1024px){.project-card-img{height:220px}.project-card-content{padding:18px}.project-card-title{font-size:19px}}@media (width<=768px){.project-card{border-radius:18px}.project-card-img{height:200px}.project-card-content{padding:16px}.project-card-title{font-size:18px}.project-card-summary{font-size:14px}.project-card-tags{gap:8px}.project-card-tag{padding:4px 7px;font-size:11px}.project-card-view-details{font-size:14px}}.project-detail{background-color:#fdfcfa;flex-direction:column;gap:20px;padding:50px 150px;display:flex}.project-detail-back-btn{width:fit-content;color:inherit;background-color:#fdfcfa;border:none;border-radius:20px;padding:10px;font-size:16px;text-decoration:none}.project-detail-back-btn:hover{background-color:#b8cabc}.project-detail-img{border-radius:20px;align-self:center;width:min(600px,100%);height:auto}.project-detail-tag{color:#8b9d8f;background-color:#f1f2ef;border-radius:16px;width:fit-content;padding:8px;font-size:14px;font-weight:500}.project-detail-title{font-size:40px;font-weight:700}.project-detail-desc{color:#6c7280;line-height:1.6}.project-detail-btns{flex-wrap:wrap;gap:20px;display:flex}.project-detail-btn-git{width:fit-content;color:inherit;background-color:#8b9d8f;border-radius:20px;align-items:center;gap:10px;padding:12px;font-size:14px;text-decoration:none;display:flex}.project-detail-btn-git:hover{background-color:#97a69a}.project-detail-btn-demo{width:fit-content;color:inherit;background-color:#fdfcfa;border:1px solid #edeee9;border-radius:20px;align-items:center;gap:10px;padding:12px;font-size:14px;text-decoration:none;display:flex}.project-detail-btn-demo:hover{background-color:#b8cabc}.project-detail-btn-img{width:20px}.project-detail-btn-text{color:#fff}.project-detail-content{grid-template-columns:7fr 3fr;gap:32px;display:grid}.project-detail-content-title{padding-bottom:10px;font-size:22px;font-weight:600}.project-detail-content-left-list{flex-direction:column;display:flex}.project-detail-content-left-list-item{color:#6c7280;align-items:center;gap:10px;padding:4px;line-height:1.5;display:flex}.project-detail-content-card{background-color:#fff;border:1px solid #edf0ee;border-radius:20px;padding:30px}.project-detail-content-left,.project-detail-content-right{flex-direction:column;gap:20px;display:flex}.project-detail-content-right-card-list{flex-wrap:wrap;gap:10px;display:flex}.project-detail-content-right-card-list-tag{color:#8b9d8f;background-color:#f4f5f4;border-radius:16px;width:fit-content;padding:10px;font-size:14px;font-weight:500}.project-detail-content-rows{flex-direction:column;gap:20px;display:flex}.project-detail-content-row{flex-direction:column;gap:6px;display:flex}.project-detail-content-subtitle{font-size:16px;font-weight:500}@media (width<=1024px){.project-detail{padding:40px 48px}.project-detail-title{font-size:34px}.project-detail-content{grid-template-columns:1fr;gap:24px}.project-detail-content-card{padding:24px}}@media (width<=768px){.project-detail{gap:18px;padding:32px 16px}.project-detail-title{font-size:28px;line-height:1.2}.project-detail-desc{font-size:15px}.project-detail-img{width:100%}.project-detail-btns{flex-direction:column;gap:12px}.project-detail-btn-git,.project-detail-btn-demo{justify-content:center;width:100%}.project-detail-content{grid-template-columns:1fr;gap:20px}.project-detail-content-card{padding:20px}.project-detail-content-title{font-size:20px}.project-detail-content-left-list-item{align-items:flex-start}.project-detail-content-right-card-list-tag{padding:8px 10px;font-size:13px}}@media (width<=480px){.project-detail{padding:28px 14px}.project-detail-title{font-size:24px}.project-detail-content-card{padding:18px}.project-detail-back-btn{font-size:14px}}.skills-list{flex-direction:column;gap:30px;display:flex}@media (width<=1024px){.skills-list{gap:24px}}@media (width<=768px){.skills-list{gap:18px}}.skill-card{background-color:#fff;border:1px solid #edf0ee;border-radius:20px;flex-direction:column;gap:20px;padding:30px;display:flex}.skill-card-title{align-items:center;gap:14px;display:flex}.skill-card-title-icon{border-radius:12px;flex-shrink:0;width:50px;padding:10px}.skill-card-title-text-large{font-size:24px;font-weight:600}.skill-card-title-text-small{color:#6c7280;font-size:14px;font-weight:400;line-height:1.5}.skill-card-list{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.skill-card-list-item{text-align:center;background-color:#f9f8f7;border-radius:20px;padding:16px 30px;font-weight:500;line-height:1.4}@media (width<=1024px){.skill-card{padding:26px}.skill-card-list{grid-template-columns:repeat(3,1fr)}.skill-card-list-item{padding:14px 20px}}@media (width<=768px){.skill-card{border-radius:18px;gap:16px;padding:20px}.skill-card-title{align-items:flex-start}.skill-card-title-icon{width:44px;padding:8px}.skill-card-title-text-large{font-size:20px}.skill-card-title-text-small{font-size:13px}.skill-card-list{grid-template-columns:repeat(2,1fr);gap:8px}.skill-card-list-item{border-radius:16px;padding:12px 10px;font-size:14px}}@media (width<=480px){.skill-card-list{grid-template-columns:1fr}}.edu-page{background-color:#fdfcfa;flex-direction:column;align-items:center;min-height:100vh;padding:20px 120px;display:flex}.work-experience-section,.edu-experience-section{flex-direction:column;gap:20px;display:flex}.edu-experience-section{padding-top:20px}.experience-section-title{align-items:center;gap:16px;display:flex}.experience-section-title-icon{background-color:#f2f2ef;border-radius:20px;width:50px;padding:10px}.experience-section-title-text{font-size:24px;font-weight:600}.experience-timeline{--timeline-x:24px;flex-direction:column;display:flex;position:relative}.experience-timeline-line{left:var(--timeline-x);z-index:1;background-color:#d9ddd7;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.experience-timeline-item{flex-direction:column;padding:10px 0 10px 60px;display:flex;position:relative}.experience-timeline-item-dot{left:var(--timeline-x);z-index:2;background-color:#8b9d8f;border:4px solid #f9f8f6;border-radius:50%;width:20px;height:20px;position:absolute;top:100px;transform:translate(-50%)}@media (width<=1024px){.edu-page{padding:20px 48px}.experience-section-title-text{font-size:22px}.experience-timeline-item{padding-left:56px}}@media (width<=768px){.edu-page{padding:16px}.experience-section-title{gap:12px}.experience-section-title-icon{border-radius:16px;width:42px;padding:8px}.experience-section-title-text{font-size:20px}.experience-timeline{--timeline-x:14px}.experience-timeline-item{padding:8px 0 8px 36px}.experience-timeline-item-dot{border-width:3px;width:16px;height:16px;top:80px}.edu-experience-section{padding-top:12px}}.experience-card{border:1px solid #edf0ee;border-radius:20px;flex-direction:column;gap:10px;padding:30px;display:flex}.experience-card-title{justify-content:space-between;gap:24px;display:flex}.experience-card-title-left-title{font-size:20px;font-weight:500}.experience-card-title-content{flex-direction:column;gap:8px;display:flex}.experience-card-title-left-company{color:#8b9d8f;font-size:16px;font-weight:400}.experience-card-title-right-item{justify-content:flex-end;align-items:center;gap:4px;display:flex}.experience-card-title-right-item-icon{width:30px}.experience-card-title-right-item-text{color:#6c7280;font-size:14px;font-weight:400}.experience-card-summary{color:#6c7280;font-size:16px;font-weight:400;line-height:1.6}.experience-card-highlghts{flex-direction:column;gap:10px;display:flex}.experience-card-highlghts-title{font-size:15px;font-weight:500}.experience-card-highlghts-list{flex-direction:column;gap:8px;display:flex}.experience-card-highlghts-list-item{align-items:flex-start;gap:10px;display:flex}.experience-card-highlghts-list-icon{flex-shrink:0;width:20px;margin-top:1px}.experience-card-highlghts-list-text{color:#6c7280;font-size:14px;line-height:1.5}.experience-card-title-left-special-list{flex-wrap:wrap;gap:10px;display:flex}.experience-card-title-left-special{color:#fff;background-color:#8b9d8f;border-radius:10px;width:fit-content;padding:4px 8px;font-size:14px;font-weight:500}@media (width<=1024px){.experience-card{padding:26px}.experience-card-title-left-title{font-size:19px}.experience-card-summary{font-size:15px}}@media (width<=768px){.experience-card{border-radius:18px;padding:20px}.experience-card-title{flex-direction:column;gap:14px}.experience-card-title-right-item{justify-content:flex-start}.experience-card-title-left-title{font-size:18px;line-height:1.3}.experience-card-title-left-company{font-size:15px}.experience-card-title-right-item-icon{width:24px}.experience-card-title-right-item-text{font-size:13px}.experience-card-summary,.experience-card-highlghts-title{font-size:14px}.experience-card-highlghts-list-icon{width:18px}.experience-card-highlghts-list-text{font-size:13px}.experience-card-title-left-special{padding:4px 8px;font-size:13px}}.contact{flex-direction:column;display:flex}.contact-card{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.contact-card-list{background-color:#fff;border:1px solid #edf0ee;border-radius:20px;flex-direction:column;gap:8px;padding:20px;display:flex}.contact-card-list-name{align-items:center;gap:10px;display:flex}.contact-card-list-name-icon{width:20px}.contact-card-list-name-text{font-size:18px;font-weight:600}.contact-card-list-value{width:fit-content;max-width:100%;color:inherit;word-break:break-word;background-color:#f9f8f7;border-radius:20px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none}.contact-card-list-value:hover{color:#8b9d8f}@media (width<=1024px){.contact-card{gap:20px}.contact-card-list{padding:18px}}@media (width<=768px){.contact-card{grid-template-columns:1fr;gap:16px}.contact-card-list{padding:16px}.contact-card-list-name-text{font-size:16px}.contact-card-list-value{width:100%;font-size:13px}}
