@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#172126;background:#f5f7f8;font-family:Noto Sans SC,system-ui,sans-serif;font-synthesis:none;--ink: #172126;--muted: #68767d;--line: #dbe1e3;--paper: #ffffff;--signal: #e14a2c;--teal: #087e78}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;background:linear-gradient(rgba(23,33,38,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,33,38,.035) 1px,transparent 1px),#f5f7f8;background-size:40px 40px}.site-header{height:86px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#f5f7f8eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:14px}.brand-mark{position:relative;width:43px;height:43px;display:grid;place-items:center;color:var(--teal)}.brand-mark svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.brand-mark b{position:relative;font:700 12px/1 Manrope,sans-serif;letter-spacing:0}.brand-copy{display:flex;flex-direction:column;gap:3px}.brand-copy strong{font-size:17px;letter-spacing:0}.brand-copy small{color:var(--muted);font:600 8px/1 Manrope,sans-serif;letter-spacing:.12em}.header-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.header-status i,.project-status i{width:7px;height:7px;border-radius:50%;background:#25a56a;box-shadow:0 0 0 4px #25a56a1a}main{width:min(1440px,100%);margin:0 auto}.intro{min-height:430px;padding:76px clamp(24px,7vw,104px) 66px;display:flex;align-items:flex-end;justify-content:space-between;gap:60px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.intro:after{content:"";position:absolute;width:390px;height:390px;top:18px;right:9%;border:1px solid rgba(8,126,120,.16);transform:rotate(30deg);pointer-events:none}.intro:before{content:"";position:absolute;width:210px;height:210px;top:108px;right:15%;border:1px solid rgba(225,74,44,.17);transform:rotate(30deg);pointer-events:none}.intro-copy,.intro-index{position:relative;z-index:1}.eyebrow,.section-kicker{color:var(--teal);font:700 11px/1 Manrope,sans-serif;letter-spacing:.14em}.intro h1{margin:19px 0 20px;font-size:clamp(48px,6.2vw,88px);line-height:1.05;letter-spacing:0;font-weight:600}.intro h1 em{color:var(--signal);font-style:normal}.intro-copy>p{max-width:580px;margin:0;color:var(--muted);font-size:16px;line-height:1.8}.intro-index{min-width:205px;padding-left:22px;border-left:2px solid var(--signal)}.index-number{font:600 72px/.85 Manrope,sans-serif;color:var(--ink)}.index-label{margin-top:14px;display:flex;flex-direction:column;gap:4px}.index-label span{font-size:13px;font-weight:600}.index-label small{color:var(--muted);font:600 9px/1 Manrope,sans-serif;letter-spacing:.1em}.project-section{padding:64px clamp(24px,7vw,104px) 100px;background:#ffffff80}.section-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.section-toolbar h2{margin:9px 0 0;font-size:31px;line-height:1.2;letter-spacing:0}.search-box{width:min(100%,320px);height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;background:var(--paper);border:1px solid var(--line);transition:border-color .2s,box-shadow .2s}.search-box:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #087e7814}.search-box svg{color:var(--muted);flex:0 0 auto}.search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.search-box input::placeholder{color:#929da2}.search-box button{width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.category-tabs{display:flex;gap:4px;margin:38px 0 28px;padding-bottom:12px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tabs button{flex:0 0 auto;border:0;border-radius:0;padding:9px 14px;background:transparent;color:var(--muted);font-size:13px;cursor:pointer}.category-tabs button span{margin-left:6px;color:#96a1a6;font:600 10px/1 Manrope,sans-serif}.category-tabs button.active{background:var(--ink);color:#fff}.category-tabs button.active span{color:#bfc8cc}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.project-card{min-height:305px;padding:25px;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.project-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.project-card:hover{transform:translateY(-4px);border-color:#b7c5c8;box-shadow:0 18px 36px #1a2c3117}.project-card:hover:after{transform:scaleX(1)}.project-card__top{display:flex;align-items:center;justify-content:space-between}.project-icon{width:50px;height:50px;display:grid;place-items:center;color:var(--teal);background:#e9f4f3;border:1px solid #d3e8e6}.project-icon--image{overflow:hidden;padding:4px;background:#f4f7f7;border-color:#d4dcdf}.project-icon--image img{width:100%;height:100%;display:block;object-fit:contain}.project-link{color:#98a3a7;transition:color .2s,transform .2s}.project-card:hover .project-link{color:var(--signal);transform:translate(2px,-2px)}.project-card__content{margin-top:30px}.project-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--teal);font-size:11px;font-weight:600}.project-status{display:flex;align-items:center;gap:7px;color:var(--muted);font-weight:400}.project-status i{width:5px;height:5px;box-shadow:none}.project-card h2{margin:10px 0;font-size:20px;line-height:1.35;letter-spacing:0}.project-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card__footer{margin-top:auto;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.project-author{min-width:0;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-author svg{flex:0 0 auto;color:var(--teal)}.project-card__action{flex:0 0 auto;display:flex;align-items:center;gap:6px;color:var(--ink);font-size:12px;font-weight:600}.state-panel{min-height:250px;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted);background:var(--paper);border:1px solid var(--line)}.state-panel p{margin:0;font-size:13px}.state-panel.error svg{color:var(--signal)}.spin{animation:spin 1.5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}footer{min-height:90px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--ink);color:#aeb9bd;font-size:12px}footer a{display:inline-flex;align-items:center;gap:7px;color:#fff}footer a svg{transform:rotate(180deg)}@media(max-width:900px){.intro{min-height:400px;padding-top:58px}.intro:after{right:-150px}.intro:before{right:-20px}.intro-index{display:none}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.site-header{height:74px}.header-status{font-size:0}.header-status i{display:block}.brand-copy strong{font-size:15px}.intro{min-height:390px;padding-top:50px;align-items:center}.intro h1{font-size:47px}.intro-copy>p{font-size:14px}.project-section{padding-top:48px;padding-bottom:70px}.section-toolbar{align-items:stretch;flex-direction:column}.search-box{width:100%}.category-tabs{margin-top:26px}.project-grid{grid-template-columns:1fr}.project-card{min-height:275px}}
