.landing-container[data-astro-cid-3ef6ksr2]{height:100vh;width:100%;display:flex;margin:0;padding:0;overflow:hidden}.name-section[data-astro-cid-3ef6ksr2]{flex:1;background:#000;display:flex;align-items:center;justify-content:center;padding:4rem;position:relative;height:100%}.name-content[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;align-items:flex-start}.name[data-astro-cid-3ef6ksr2]{font-size:clamp(3rem,7vw,5rem);font-weight:300;letter-spacing:-.02em;line-height:1.1;margin:0;color:#fff}.chinese-name[data-astro-cid-3ef6ksr2]{font-size:clamp(2rem,4vw,3rem);font-weight:200;margin-top:1rem;color:#fff}.tagline[data-astro-cid-3ef6ksr2]{font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:300;margin-top:1.5rem;color:#fff;letter-spacing:.02em}.nav-links[data-astro-cid-3ef6ksr2]{display:flex;gap:2rem;margin-top:2.5rem;flex-wrap:wrap}.nav-link[data-astro-cid-3ef6ksr2]{display:inline-block;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;color:#fff;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;border-bottom:2px solid #fff;padding-bottom:.5rem;transition:opacity .3s ease,transform .3s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover{opacity:1;transform:translate(4px)}.badges[data-astro-cid-3ef6ksr2]{display:flex;gap:1.5rem;margin-top:2rem;align-items:center}.badge[data-astro-cid-3ef6ksr2]{height:60px;width:auto;object-fit:contain;background:#fff;padding:.25rem}.avatar-section[data-astro-cid-3ef6ksr2]{flex:1;background:#fff;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;height:100%}.avatar-image[data-astro-cid-3ef6ksr2]{width:100%;height:100%;object-fit:cover;object-position:top}@media (max-width: 768px){.landing-container[data-astro-cid-3ef6ksr2]{flex-direction:column;height:100vh}.name-section[data-astro-cid-3ef6ksr2]{flex:1;padding:2rem}.name-content[data-astro-cid-3ef6ksr2]{align-items:center;text-align:center}.avatar-section[data-astro-cid-3ef6ksr2]{flex:1}.badges[data-astro-cid-3ef6ksr2]{justify-content:center}.badge[data-astro-cid-3ef6ksr2]{height:50px}}.opensource-section[data-astro-cid-khyht7bj]{min-height:100vh;background:#000;color:#fff;padding:6rem 2rem;display:flex;align-items:center;justify-content:center}.section-container[data-astro-cid-khyht7bj]{max-width:1400px;width:100%;margin:0 auto;padding:0 3rem}.section-header[data-astro-cid-khyht7bj]{margin-bottom:5rem;border-bottom:2px solid #fff;padding-bottom:2rem}.section-title[data-astro-cid-khyht7bj]{font-size:clamp(3rem,6vw,5rem);font-weight:300;letter-spacing:-.03em;line-height:1;margin:0 0 .5rem;color:#fff;text-transform:uppercase}.section-subtitle[data-astro-cid-khyht7bj]{font-size:clamp(1.125rem,2.5vw,1.75rem);font-weight:200;color:#fff;margin:0;letter-spacing:.05em}.projects-list[data-astro-cid-khyht7bj]{display:flex;flex-direction:column;gap:0}.project-item[data-astro-cid-khyht7bj]{background:#000;border-top:2px solid #fff;overflow:hidden;position:relative}.project-item[data-astro-cid-khyht7bj]:last-child{border-bottom:2px solid #fff}.project-item[data-astro-cid-khyht7bj]:before{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:right;transition:transform .4s ease;z-index:0}.project-item[data-astro-cid-khyht7bj]:hover:before{transform:scaleX(1);transform-origin:left}.project-item[data-astro-cid-khyht7bj]:hover .project-content[data-astro-cid-khyht7bj],.project-item[data-astro-cid-khyht7bj]:hover .project-name[data-astro-cid-khyht7bj],.project-item[data-astro-cid-khyht7bj]:hover .project-link-title[data-astro-cid-khyht7bj],.project-item[data-astro-cid-khyht7bj]:hover .project-description[data-astro-cid-khyht7bj]{color:#000}.project-content[data-astro-cid-khyht7bj]{padding:3rem;position:relative;z-index:1;transition:color .3s ease;display:grid;grid-template-columns:minmax(300px,450px) 1fr;gap:3rem;align-items:flex-start}.project-name[data-astro-cid-khyht7bj]{font-size:1.5rem;font-weight:700;margin:0}.project-link-title[data-astro-cid-khyht7bj]{color:#fff;text-decoration:none;transition:color .3s ease;text-transform:uppercase;letter-spacing:.05em;display:block;border-left:4px solid #fff;padding-left:1rem}.project-item[data-astro-cid-khyht7bj]:hover .project-link-title[data-astro-cid-khyht7bj]{border-left-color:#000}.project-description[data-astro-cid-khyht7bj]{font-size:1.125rem;line-height:1.7;color:#fff;margin:0;transition:color .3s ease;flex:1}@media (max-width: 1024px){.section-container[data-astro-cid-khyht7bj]{padding:0 2rem}.project-content[data-astro-cid-khyht7bj]{grid-template-columns:1fr;gap:1.5rem}.project-name[data-astro-cid-khyht7bj]{min-width:0}.project-link-title[data-astro-cid-khyht7bj]{border-left:none;border-bottom:2px solid #fff;padding-left:0;padding-bottom:.5rem;display:inline-block}.project-item[data-astro-cid-khyht7bj]:hover .project-link-title[data-astro-cid-khyht7bj]{border-left-color:transparent;border-bottom-color:#000}}@media (max-width: 768px){.opensource-section[data-astro-cid-khyht7bj]{padding:4rem 1.5rem}.section-container[data-astro-cid-khyht7bj]{padding:0 1rem}.section-header[data-astro-cid-khyht7bj]{margin-bottom:3rem}.project-content[data-astro-cid-khyht7bj]{padding:2rem}.project-name[data-astro-cid-khyht7bj]{font-size:1.25rem}.project-description[data-astro-cid-khyht7bj]{font-size:1rem}}.portfolios-section[data-astro-cid-ukfdzq7d]{min-height:100vh;background:#000;color:#fff;padding:0;display:flex;align-items:center;justify-content:center}.section-container[data-astro-cid-ukfdzq7d]{max-width:1400px;width:100%;margin:0 auto;padding:6rem 4rem}.section-header[data-astro-cid-ukfdzq7d]{margin-bottom:4rem;border-bottom:1px solid #fff;padding-bottom:1.5rem}.section-title[data-astro-cid-ukfdzq7d]{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;letter-spacing:-.02em;line-height:1;margin:0 0 .5rem;color:#fff;text-transform:uppercase}.section-subtitle[data-astro-cid-ukfdzq7d]{font-size:clamp(1rem,2vw,1.25rem);font-weight:200;color:#fff;margin:0;letter-spacing:.02em}.portfolios-grid[data-astro-cid-ukfdzq7d]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.portfolio-card[data-astro-cid-ukfdzq7d]{background:#000;border:1px solid #fff;padding:2.5rem;transition:background-color .3s ease,border-color .3s ease;position:relative}.portfolio-card[data-astro-cid-ukfdzq7d]:hover{background:#fff;border-color:#000}.portfolio-card[data-astro-cid-ukfdzq7d]:hover .card-content[data-astro-cid-ukfdzq7d],.portfolio-card[data-astro-cid-ukfdzq7d]:hover .company-name[data-astro-cid-ukfdzq7d],.portfolio-card[data-astro-cid-ukfdzq7d]:hover .company-link[data-astro-cid-ukfdzq7d]{color:#000}.portfolio-card[data-astro-cid-ukfdzq7d]:hover .co-founder-tag[data-astro-cid-ukfdzq7d],.portfolio-card[data-astro-cid-ukfdzq7d]:hover .investor-tag[data-astro-cid-ukfdzq7d]{background:#000;color:#fff;border-color:#000}.portfolio-card[data-astro-cid-ukfdzq7d]:hover .logo-wrapper[data-astro-cid-ukfdzq7d]{border-color:#000}.card-content[data-astro-cid-ukfdzq7d]{display:flex;flex-direction:column;gap:1.5rem;transition:color .3s ease}.logo-wrapper[data-astro-cid-ukfdzq7d]{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;background:#fff;transition:border-color .3s ease}.company-logo[data-astro-cid-ukfdzq7d]{width:100%;height:100%;object-fit:contain;padding:.5rem}.company-header[data-astro-cid-ukfdzq7d]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.company-name[data-astro-cid-ukfdzq7d]{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;margin:0;color:#fff;letter-spacing:-.01em;transition:color .3s ease}.co-founder-tag[data-astro-cid-ukfdzq7d],.investor-tag[data-astro-cid-ukfdzq7d]{display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.1em;padding:.25rem .5rem;background:#fff;color:#000;border:1px solid #fff;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.company-link[data-astro-cid-ukfdzq7d]{display:inline-block;color:#fff;text-decoration:none;font-weight:400;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;transition:opacity .3s ease,color .3s ease}.company-link[data-astro-cid-ukfdzq7d]:hover{opacity:1}.portfolio-card[data-astro-cid-ukfdzq7d]:hover .company-link[data-astro-cid-ukfdzq7d]{color:#000}@media (max-width: 1024px){.section-container[data-astro-cid-ukfdzq7d]{padding:5rem 3rem}.portfolios-grid[data-astro-cid-ukfdzq7d]{gap:1.5rem}}@media (max-width: 768px){.section-container[data-astro-cid-ukfdzq7d]{padding:4rem 2rem}.section-header[data-astro-cid-ukfdzq7d]{margin-bottom:3rem}.portfolios-grid[data-astro-cid-ukfdzq7d]{grid-template-columns:1fr;gap:1.5rem}.portfolio-card[data-astro-cid-ukfdzq7d]{padding:2rem}.logo-wrapper[data-astro-cid-ukfdzq7d]{width:60px;height:60px}}
