*,:before,:after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Dune Rise;src:url(/assets/fonts/dune_rise.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{color-scheme:light;--navy:#0b1a2e;--deep:#0f2847;--teal:#0d7a8a;--cyan:#22d3ee;--light:#f0f9ff;--white:#fff;--gray:#64748b;--bg:#f8fafc;--text:#0f172a;--text-muted:#475569;--card-bg:#fff;--card-shadow:0 8px 30px #0f172a0f;--accent:#0d7a8a;--divider:#e2e8f0;--nav-bg:#f8fafce6;--nav-text:#0f172a;--nav-text-muted:#0f172a99;--nav-border:#0f172a26;--footer-bg:#0b1a2e;--grid-line:#0d7a8a1a;--grid-bright:#0d7a8a33;--logo-filter:brightness(0);--logo-invert:none}html.dark{color-scheme:dark;--bg:#1a1c1e;--text:#e2e8f0;--text-muted:#94a3b8;--card-bg:#25272a;--card-shadow:0 8px 30px #0000004d;--accent:#22d3ee;--divider:#25272a;--nav-bg:#1a1c1ee0;--nav-text:#e2e8f0;--nav-text-muted:#e2e8f0b3;--nav-border:#e2e8f033;--footer-bg:#0b1a2e;--grid-line:#22d3ee0a;--grid-bright:#22d3ee14;--logo-filter:none;--logo-invert:brightness(0) invert(1)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;transition:background .3s,color .3s;overflow-x:hidden}nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}nav .logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}nav .logo img{object-fit:cover;width:30px;height:30px;display:block}nav .logo span{color:var(--nav-text);letter-spacing:1px;font-family:Dune Rise,sans-serif;font-size:1.3rem;font-weight:700;transition:color .3s}nav .logo span em{color:#2d5ad6;font-style:normal}nav a{color:var(--nav-text-muted);margin-left:1.5rem;font-size:.9rem;text-decoration:none;transition:color .3s}nav a:hover{color:var(--nav-text)}.nav-btn{border:1.5px solid var(--nav-border);cursor:pointer;color:var(--nav-text);background:0 0;margin-left:1.5rem;transition:border-color .2s,background .2s,color .3s}.theme-toggle{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.theme-toggle:hover{border-color:var(--cyan);background:#1ac8d91a}.nav-right{align-items:center;display:flex}#hero{text-align:center;background-color:#0b1a2e;background-image:linear-gradient(90deg, var(--grid-bright) 1px, transparent 1px), linear-gradient(var(--grid-bright) 1px, transparent 1px);background-size:60px 60px;justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero-dimmer{background:var(--bg);opacity:0;pointer-events:none;z-index:1;position:absolute;inset:0}#hero:after{content:"";background:linear-gradient(to top, var(--bg), transparent);pointer-events:none;z-index:2;height:120px;position:absolute;bottom:0;left:0;right:0}.hero-content{z-index:1;padding:2rem;transition:opacity .15s,transform .15s;position:relative}.hero-title-wrap{justify-content:center;align-items:center;gap:.75rem;display:flex}.hero-title-wrap h1{letter-spacing:6px;color:#fff;text-shadow:0 4px 40px #0000004d;font-family:Dune Rise,sans-serif;font-size:clamp(3rem,10vw,7rem);font-weight:900;line-height:1}.hero-title-wrap h1 span{color:#2d5ad6}.hero-bg-icon{object-fit:cover;opacity:.75;z-index:0;pointer-events:none;user-select:none;width:min(60vmin,400px);height:min(60vmin,400px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content .sub{color:#ffffffb3;letter-spacing:4px;text-transform:uppercase;margin-top:.8rem;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:400}.hero-content .btn{border:2px solid var(--cyan);color:var(--cyan);letter-spacing:2px;border-radius:50px;margin-top:2rem;padding:.8rem 2.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.hero-content .btn:hover{background:var(--cyan);color:#0a1628;box-shadow:0 0 40px #1ac8d94d}section{background-color:var(--bg);background-image:linear-gradient(90deg, var(--grid-bright) 1px, transparent 1px), linear-gradient(var(--grid-bright) 1px, transparent 1px);background-size:60px 60px;padding:5rem 2rem}.section-title{text-align:center;letter-spacing:1px;border-bottom:1px solid var(--nav-border);margin-bottom:1.5rem;padding:62px 2rem .5rem;font-size:2rem;font-weight:800}#projects{padding-bottom:4rem}.scroll-wrapper{max-width:100vw;position:relative}.scroll-btn{z-index:10;background:var(--card-bg);width:44px;height:44px;color:var(--text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #00000026}.scroll-btn:hover{background:var(--accent);color:#fff}.scroll-btn.left{left:1rem}.scroll-btn.right{right:1rem}.scroll-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:2rem;padding:1rem 2rem;display:flex;overflow-x:auto}.scroll-container::-webkit-scrollbar{height:6px}.scroll-container::-webkit-scrollbar-track{background:var(--divider);border-radius:3px}.scroll-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}.project-card{scroll-snap-align:start;background:var(--card-bg);box-shadow:var(--card-shadow);color:inherit;border-radius:18px;flex:0 0 480px;text-decoration:none;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0a16281f}.project-card-img{border-radius:18px 18px 0 0;overflow:hidden}.project-card-img img{object-fit:cover;width:100%;height:280px;transition:transform .3s;display:block}.project-card:hover .project-card-img img{transform:scale(1.05)}.card-body{padding:1.8rem 1.8rem 2rem}.card-body h3{margin-bottom:.6rem;font-size:1.3rem}.card-body p{color:var(--gray);white-space:pre-line;font-size:.95rem;line-height:1.6}#why-join{padding:0}#why-join .section-title{z-index:1;margin-bottom:0;position:relative;top:auto}.join-panel{z-index:1;justify-content:center;align-items:center;min-height:100dvh;padding:4rem;display:flex;position:relative;overflow:hidden}.join-panel.reverse{flex-direction:row-reverse}.join-visual{flex:1;justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex;position:relative}.join-image{object-fit:cover;opacity:0;border-radius:12px;width:min(65vmin,650px);height:min(65vmin,650px);transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .8s;transform:scale(.4);box-shadow:0 12px 40px #0003}.join-panel.visible .join-image{opacity:1;transition-delay:.1s;transform:scale(1)}.join-content{flex:1.2;max-width:620px;padding:2rem 4rem}.join-number{letter-spacing:4px;color:var(--accent);opacity:.5;margin-bottom:1rem;font-family:SF Mono,Fira Code,monospace;font-size:.95rem;font-weight:700;display:block}.join-content h3{color:var(--accent);margin-bottom:.8rem;font-size:2.6rem;font-weight:800;line-height:1.15}.join-content p{color:var(--gray);white-space:pre-line;font-size:1.2rem;line-height:1.85}.join-reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.join-reveal.visible{opacity:1;transform:translateY(0)}.timeline{max-width:1400px;margin:0 auto;padding:3rem 2rem}.timeline-heading{text-align:center;margin-bottom:1.5rem}.timeline-heading h3{color:var(--accent);margin-bottom:.8rem;font-size:2.6rem;font-weight:800;line-height:1.15}.timeline-heading p{max-width:720px;color:var(--gray);white-space:pre-line;margin:0 auto;font-size:1.2rem;line-height:1.85}.timeline-heads{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1rem;display:grid}.timeline-heads h3{color:var(--accent);font-size:1.4rem;font-weight:800}.timeline-track{background:var(--divider);border-radius:2px;height:4px;margin-bottom:2.5rem;position:relative}.timeline-fill{background:linear-gradient(90deg, var(--accent), var(--cyan));border-radius:2px;width:0;height:100%;position:absolute;top:0;left:0}.timeline-bodies{grid-template-columns:repeat(3,1fr);align-items:start;gap:2rem;display:grid}.timeline-node{text-align:center;padding-top:1.5rem;position:relative}.timeline-node-title{display:none}.timeline-dot{background:var(--card-bg);border:3px solid var(--divider);width:14px;height:14px;box-shadow:0 0 0 4px var(--bg);border-radius:50%;transition:border-color .3s,background .3s,box-shadow .3s;position:absolute;top:-3.2rem;left:50%;transform:translate(-50%)}.timeline-dot.lit{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 4px var(--bg), 0 0 12px #0d7a8a80}.timeline-imgs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1.2rem;display:grid}.timeline-imgs img{aspect-ratio:4/3;object-fit:cover;width:100%;box-shadow:var(--card-shadow);border-radius:12px}.timeline-imgs:has(img:only-child){justify-items:center}.timeline-imgs img:only-child{max-width:calc(50% - .375rem)}.timeline-node p{color:var(--gray);white-space:pre-line;font-size:1rem;line-height:1.8}@media (width<=768px){.timeline-heads,.timeline-track{display:none}.timeline-bodies{grid-template-columns:1fr;gap:3rem;padding-left:2.5rem;position:relative}.timeline-bodies:before{content:"";background:var(--divider);border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:8px}.timeline-bodies:after{content:"";width:3px;height:var(--timeline-progress,0%);background:linear-gradient(180deg, var(--accent), var(--cyan));border-radius:2px;position:absolute;top:0;left:8px}.timeline-node{text-align:center;padding-top:0}.timeline-heading p{font-size:1.05rem}.timeline-node-title{color:var(--accent);margin-bottom:1rem;font-size:1.3rem;font-weight:800;display:block}.timeline-dot{top:.4rem;left:8px;transform:translate(-50%)}.timeline-dot.lit{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 4px var(--bg), 0 0 12px #0d7a8a80}}footer{background:var(--footer-bg);color:#ffffffb3;text-align:center;padding:3rem 2rem;transition:background .3s}.footer-nav{text-align:left;flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:2rem;display:flex}.footer-nav-col{flex-direction:column;gap:.4rem;min-width:100px;display:flex}.footer-nav-heading{text-transform:uppercase;letter-spacing:1.5px;color:#ffffff4d;margin-bottom:.3rem;font-size:.75rem;font-weight:700}.footer-nav-col a{color:#ffffff8c;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-nav-col a:hover{color:var(--cyan)}footer .copy{color:#ffffff59;margin-top:1rem;font-size:.8rem}.proj-desc{text-align:center;max-width:720px;color:var(--gray);white-space:pre-line;margin:0 auto;font-size:1.1rem;line-height:1.8}.proj-header{margin-bottom:0;position:relative}.proj-header:after{content:"";background:linear-gradient(to top, var(--bg), transparent);pointer-events:none;height:40%;position:absolute;bottom:0;left:0;right:0}.proj-header-img{object-fit:cover;width:100%;max-height:50vh;display:block}.media-rows{max-width:1100px;margin:0 auto}.media-row{align-items:center;gap:3rem;margin-bottom:3rem;display:flex}.media-row.reverse{flex-direction:row-reverse}.media-visual{border-radius:12px;flex:1;overflow:hidden}.media-visual img{width:100%;box-shadow:var(--card-shadow);border-radius:12px;transition:transform .3s}.media-visual img:hover{transform:scale(1.02)}.media-content{color:var(--text-muted);white-space:pre-line;flex:1;font-size:1.05rem;line-height:1.8}@media (width<=768px){.media-row,.media-row.reverse{flex-direction:column;gap:1.5rem}}.proj-links{justify-content:center;gap:1rem;max-width:480px;margin:1.5rem auto 0;display:flex}.link-card{background:var(--card-bg);max-width:220px;box-shadow:var(--card-shadow);border-radius:10px;flex:1;align-items:center;gap:.6rem;padding:.7rem 1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.link-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.link-card-icon{flex-shrink:0;width:1.2rem;height:1.2rem}.link-card-title{color:var(--text);font-size:.85rem;font-weight:700}.link-card img[src*=codeberg],.contact-link-card img[src*=codeberg]{filter:var(--logo-filter)}.link-card img[src*=yuque],.contact-link-card img[src*=yuque],.contact-link-card img[src*=email],.contact-wechat-header img[src*=wechat]{filter:var(--logo-invert)}@media (width<=768px){.proj-links{flex-direction:column;align-items:center;max-width:300px}.link-card{width:100%;max-width:100%}}.contact-page{padding:3rem 2rem 2rem}.contact-wechat{text-align:center;margin-bottom:3rem}.contact-wechat-header{justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;display:flex}.contact-wechat-header img{width:1.8rem;height:1.8rem}.contact-wechat-header span{color:var(--text);font-size:1.3rem;font-weight:700}.contact-qr-single{text-align:center;max-width:280px;margin:0 auto 2.5rem}.contact-qr-single img{aspect-ratio:1;object-fit:cover;width:100%;box-shadow:var(--card-shadow);border-radius:12px;transition:transform .3s}.contact-qr-single img:hover{transform:scale(1.02)}.contact-qr-single figcaption{color:var(--text-muted);margin-top:.5rem;font-size:.9rem}.contact-links{flex-direction:column;justify-content:center;align-items:stretch;gap:1rem;max-width:460px;margin:0 auto;display:flex}.contact-link-card{background:var(--card-bg);border:1px solid var(--nav-border);box-shadow:var(--card-shadow);border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 1.6rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex}.contact-link-card:hover{border-color:var(--cyan);transform:translateY(-2px)}.contact-link-card img{flex-shrink:0;width:1.7rem;height:1.7rem}.contact-link-text{flex-direction:column;align-items:flex-start;display:flex}.contact-link-text span{color:var(--text);font-size:1.1rem;font-weight:600}.contact-link-text small{color:var(--gray);font-size:.85rem;line-height:1.4}@media (width<=560px){.contact-links{flex-direction:column;align-items:stretch}.contact-link-card{width:100%;max-width:none}}@media (width<=1024px){.join-panel,.join-panel.reverse{text-align:center;flex-direction:column;justify-content:center;min-height:100vh;padding:3rem 1.5rem}.join-visual{min-height:auto;padding:1rem}.join-image{width:min(75vw,75vh,480px);height:min(75vw,75vh,480px)}.join-content{max-width:100%;padding:1rem 0}.join-content h3{font-size:2rem}.join-content p{font-size:1.05rem}}@media (width<=768px){nav{padding:.7rem 1rem}nav .logo img{width:26px;height:26px}nav .logo span{font-size:1.1rem}nav a{margin-left:.8rem;font-size:.78rem}.theme-toggle{width:32px;height:32px;margin-left:.8rem;font-size:.95rem}section{padding:3rem 1.2rem}.section-title{margin-bottom:1.5rem;padding:48px 1.2rem .4rem;font-size:1.6rem}.scroll-container{gap:1rem;padding:.5rem 1rem}.project-card{flex:0 0 300px}.project-card-img img{height:180px}.hero-bg-icon{width:min(60vmin,340px);height:min(60vmin,340px)}.hero-title-wrap{flex-direction:column;gap:.5rem}.hero-content h1{letter-spacing:3px}.scroll-btn{display:none}.footer-nav{gap:2rem}}@media (width<=420px){nav{flex-wrap:wrap;gap:.3rem;padding:.5rem .8rem}nav .logo img{width:22px;height:22px}nav .logo span{font-size:.95rem}nav a{margin-left:.5rem;font-size:.7rem}.theme-toggle{width:28px;height:28px;margin-left:.5rem;font-size:.8rem}section{padding:2rem .8rem}.section-title{margin-bottom:1.2rem;padding:38px .8rem .3rem;font-size:1.3rem}.scroll-container{gap:.8rem;padding:.3rem .5rem}.project-card{flex:0 0 260px}.project-card-img img{height:150px}.card-body{padding:1rem 1rem 1.3rem}.card-body h3{font-size:1.1rem}.card-body p{font-size:.85rem}.join-panel,.join-panel.reverse{padding:4rem 1rem}.join-image{width:min(75vw,75vh,400px);height:min(75vw,75vh,400px)}.join-content h3{font-size:1.6rem}.join-content p{font-size:.95rem}.hero-bg-icon{opacity:.75;width:min(95vmin,300px);height:min(95vmin,300px)}.hero-content{padding:1rem}.hero-content h1{letter-spacing:2px;font-size:clamp(2rem,14vw,3rem)}.hero-content .sub{letter-spacing:2px;margin-top:.4rem;font-size:.8rem}.hero-content .btn{margin-top:1.2rem;padding:.6rem 1.8rem;font-size:.8rem}footer{padding:2rem 1rem}.footer-nav{gap:1.5rem}.footer-nav-col{text-align:center;min-width:80px}}
