@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../vendor/material-symbols-rounded.woff2") format("woff2");
}

:root {
  --brand: #087443;
  --brand-dark: #003d26;
  --brand-soft: #dcefe5;
  --brand-pale: #eef7f2;
  --ink: #171b18;
  --muted: #68716c;
  --line: #e3e2de;
  --paper: #fbfaf8;
  --surface: #f7f6f3;
  --card: #fefdfb;
  --radius: 10px;
  --shadow: 0 18px 44px rgba(27, 48, 38, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif; font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
/* b, strong { font-size: 16px; } */
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.container-xxl { max-width: 1320px; }
.material-symbols-rounded { font-family: "Material Symbols Rounded"; font-size: 1.25em; font-style: normal; font-weight: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; vertical-align: -0.18em; -webkit-font-feature-settings: "liga"; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.btn { border-radius: 6px; font-weight: 650; font-size: 14px; padding: .62rem 1.15rem; }
.btn-brand { background: var(--brand); color: #f8fff9; border: 1px solid var(--brand); }
.btn-brand:hover, .btn-brand:focus { background: #075f39; color: #f8fff9; transform: translateY(-1px); }
.btn-soft { background: #efefed; color: #323733; border: 0; }
.btn-mint { background: #08a460; color: #f7fff9; border: 0; }

.site-nav { min-height: 64px; background: rgba(251, 250, 248, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); transition: box-shadow .25s ease; }
.site-nav.is-scrolled { box-shadow: 0 8px 25px rgba(21, 37, 29, .07); }
.navbar-brand img{height: 38px;width: auto;display: block;}
.navbar-brand:hover { color: var(--brand); }
.navbar-toggler { border: 0; box-shadow: none !important; color: var(--brand-dark); }
.nav-link { margin: 0 6px; padding: 1.25rem .5rem !important; color: #4e5752; font-weight: 650; position: relative; font-size: 16px;}
.nav-link::after { content: ""; position: absolute; left: .5rem; right: .5rem; bottom: 11px; height: 2px; background: var(--brand); transform: scaleX(0); transition: transform .25s ease; }
.nav-link.active, .nav-link:hover { color: var(--brand); }
.nav-link.active::after, .nav-link:hover::after { transform: scaleX(1); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.social-qr{position:relative}.social-qr-trigger{height:39px;display:flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #d6ddd8;border-radius:7px;color:#435148;background:var(--card);font-size:13px;font-weight:700}.social-qr-trigger:hover,.social-qr-trigger[aria-expanded=true]{border-color:#8bb49e;color:var(--brand);background:var(--brand-pale)}.social-qr-trigger .material-symbols-rounded{font-size:21px}.social-qr-panel[hidden]{display:none}.social-qr-panel{position:absolute;right:0;top:49px;z-index:120;width:376px;padding:17px;border:1px solid #d8e0da;border-radius:12px;background:#fff;box-shadow:0 22px 55px rgba(19,46,31,.18);animation:qrPanelIn .18s ease}.social-qr-panel:before{content:"";position:absolute;right:32px;top:-7px;width:13px;height:13px;border-left:1px solid #d8e0da;border-top:1px solid #d8e0da;background:#fff;transform:rotate(45deg)}.social-qr-panel>header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.social-qr-panel header div{display:flex;flex-direction:column}.social-qr-panel header b{font-size:16px}.social-qr-panel header small{color:#7a867e;font-size:12px}.social-qr-panel header>button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;color:#67746c;background:#f0f3f1}.social-qr-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:4px;border-radius:8px;background:#eff3f0}.social-qr-tabs button{height:38px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:6px;color:#647168;background:transparent;font-size:12px;font-weight:700}.social-qr-tabs button.active{color:var(--brand);background:#fff;box-shadow:0 2px 8px rgba(20,50,32,.08)}.social-qr-tabs i,.social-qr-tabs .material-symbols-rounded{font-size:17px}.social-qr-content{display:grid;grid-template-columns:145px 1fr;gap:15px;align-items:center;padding:17px 4px}.social-qr-content canvas{width:145px;height:145px;padding:7px;border:1px solid #dce3de;border-radius:8px;background:#fff;image-rendering:pixelated}.social-qr-content>div{display:flex;flex-direction:column}.social-qr-content b{font-size:17px}.social-qr-content span{margin-top:4px;color:var(--brand);font-size:13px;font-weight:750;word-break:break-all}.social-qr-content p{margin:7px 0 0;color:#748078;font-size:12px;line-height:1.55}.social-qr-panel>footer{display:grid;grid-template-columns:1fr 115px;gap:7px;padding-top:13px;border-top:1px solid #e3e8e4}.social-qr-panel footer a,.social-qr-panel footer button{height:39px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:6px;font-size:12px;font-weight:750}.social-qr-panel footer a{color:#fff;background:var(--brand)}.social-qr-panel footer button{border:1px solid #d2dad4;color:#516057;background:#fff}.social-qr-panel footer .material-symbols-rounded{font-size:15px}@keyframes qrPanelIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.search-box { width: 245px; height: 39px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid #d9dad6; border-radius: 7px; background: var(--card); color: #7e8581; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; color: #4a514d; border-radius: 50%; }
.icon-button:hover { background: var(--brand-pale); color: var(--brand); }

.category-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.category-list { min-height: 110px; display: grid; grid-template-columns: repeat(9, 1fr); align-items: center; }
.category-btn { border: 0; background: transparent; color: #4e5651; display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 14px 5px; border-radius: 8px; transition: .25s ease; }
.category-btn .material-symbols-rounded { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #dcdeda; border-radius: 50%; background: var(--card); font-size: 19px; }
.category-btn b { font-size: 16px; white-space: nowrap; }
.category-btn:hover, .category-btn.active { color: var(--brand); transform: translateY(-2px); }
.category-btn.active .material-symbols-rounded { background: var(--brand-pale); border-color: #c6e5d5; font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24; }

.section-block { padding: 65px 0; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-head > h1, .section-head > h2, .section-title h2 { margin: 0; font-weight: 780; letter-spacing: -.9px; }
.section-head > h1 { font-size: clamp(1.85rem, 3vw, 2.45rem); }
.section-head > h2, .section-title h2 { font-size: clamp(1.7rem, 2.5vw, 2.1rem); }
.section-title { margin-bottom: 24px; }
.section-title p { color: var(--muted); margin: 3px 0 0; font-size: 14px; }
.more-link { color: var(--brand); font-size: 14px; font-weight: 750; white-space: nowrap; }
.more-link:hover { color: var(--brand-dark); }
.slider-actions { display: flex; gap: 8px; }
.square-button { width: 35px; height: 35px; border: 1px solid #d7d8d4; background: var(--card); border-radius: 6px; color: #5b625e; display: grid; place-items: center; transition: .2s ease; }
.square-button:hover { color: var(--paper); background: var(--brand); border-color: var(--brand); }

.hot-projects-section{padding:62px 0 18px;background:#f3f7f4;border-bottom:1px solid #dde5df}.hot-projects-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:22px}.hot-projects-head>div:first-child{display:flex;align-items:baseline;gap:17px}.hot-projects-head h2{margin:0;font-size:34px;letter-spacing:-1px}.hot-projects-head>div:first-child>span{display:flex;align-items:center;gap:7px;color:#758179;font-size:14px}.hot-projects-head>div:first-child>span i{width:7px;height:7px;border-radius:50%;background:#17a568;box-shadow:0 0 0 4px rgba(23,165,104,.12);animation:hotPulse 1.8s infinite}.hot-project-tabs{display:flex;gap:28px}.hot-project-tabs button{position:relative;padding:8px 3px 10px;border:0;color:#657169;background:transparent;font-size:16px;font-weight:700}.hot-project-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:2px;background:var(--brand);transform:scaleX(0);transition:.2s}.hot-project-tabs button.active{color:var(--brand)}.hot-project-tabs button.active:after{transform:scaleX(1)}.hot-project-board{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(310px,.78fr);gap:20px;padding:22px;border-radius:14px;background:var(--brand-dark);box-shadow:0 18px 42px rgba(13,55,34,.13)}.hot-project-feature{min-width:0;display:grid;grid-template-columns:minmax(280px,.92fr) minmax(340px,1.2fr);overflow:hidden;border-radius:11px;background:#fff;transition:transform .25s,box-shadow .25s}.hot-project-feature:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(0,30,18,.2)}.hot-project-visual{position:relative;min-height:405px;overflow:hidden;background:#dfe7e1}.hot-project-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.hot-project-feature:hover .hot-project-visual img{transform:scale(1.035)}.hot-project-visual>span{position:absolute;left:18px;top:18px;display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:6px;color:#fff;background:var(--brand);font-size:12px;font-weight:750}.hot-project-visual>span .material-symbols-rounded{font-size:17px}.hot-project-copy{display:flex;flex-direction:column;padding:34px 34px 27px}.hot-project-copy>span{align-self:flex-start;padding:4px 8px;border-radius:5px;color:var(--brand);background:#e7f3ec;font-size:12px;font-weight:750}.hot-project-copy h3{margin:14px 0 9px;font-size:27px;line-height:1.35;letter-spacing:-.5px}.hot-project-copy>p{margin:0;color:#647168;font-size:14px;line-height:1.7}.hot-project-copy dl{display:grid;grid-template-columns:1.35fr 1fr;margin:auto 0 18px}.hot-project-copy dl>div{display:flex;flex-direction:column}.hot-project-copy dl>div+div{padding-left:22px;border-left:1px solid #e2e7e3}.hot-project-copy dt{color:#808c84;font-size:13px;font-weight:500}.hot-project-copy dd{margin:4px 0 0;color:var(--brand);font-size:26px;font-weight:800}.hot-project-copy dl>div+div dd{color:#28372d;font-size:21px}.hot-project-progress{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.hot-project-progress>span{height:7px;overflow:hidden;border-radius:5px;background:#dce5df}.hot-project-progress>span i{display:block;height:100%;border-radius:5px;background:var(--brand);transition:width .35s}.hot-project-progress>b{color:var(--brand);font-size:14px}.hot-project-copy footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:17px;border-top:1px solid #e1e6e2;color:#77837b;font-size:13px}.hot-project-copy footer span,.hot-project-copy footer strong{display:flex;align-items:center;gap:5px}.hot-project-copy footer .material-symbols-rounded{font-size:17px}.hot-project-copy footer strong{color:var(--brand);font-size:14px}.hot-project-ranking{min-width:0;padding:3px 4px 3px 14px;color:#fff}.hot-project-ranking>header{display:flex;align-items:flex-end;justify-content:space-between;padding:6px 10px 13px;border-bottom:1px solid rgba(255,255,255,.18)}.hot-project-ranking header span{font-size:17px;font-weight:750}.hot-project-ranking header small{color:rgba(255,255,255,.62);font-size:11px}.hot-project-ranking ol{margin:0;padding:0;list-style:none}.hot-project-ranking li{border-bottom:1px solid rgba(255,255,255,.16)}.hot-project-ranking li:last-child{border:0}.hot-project-ranking button{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) 20px;gap:9px;align-items:center;padding:15px 8px;border:0;color:rgba(255,255,255,.78);background:transparent;text-align:left}.hot-project-ranking li.active button,.hot-project-ranking button:hover{color:#fff}.hot-project-ranking li.active button{background:rgba(255,255,255,.09)}.hot-project-ranking em{align-self:start;font-size:20px;font-style:normal;font-weight:750}.hot-project-ranking li:nth-child(-n+3) em{color:#63d99d}.hot-project-ranking button>span{min-width:0;display:flex;flex-direction:column}.hot-project-ranking b{overflow:hidden;font-size:14px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.hot-project-ranking small{overflow:hidden;margin-top:4px;color:rgba(255,255,255,.55);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hot-project-ranking button>i{color:#61d599;font-size:18px}@keyframes hotPulse{50%{opacity:.45;transform:scale(.75)}}

.projects-section { min-height: 570px; padding-top: 68px; }
.projects-more-button { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; font-size: 14px; font-weight: 700; }
.projects-more-button .material-symbols-rounded { font-size: 18px; transition: transform .2s ease; }
.projects-more-button:hover .material-symbols-rounded { transform: translateX(3px); }
.project-item { transition: opacity .25s ease, transform .25s ease; }
.project-item.is-hidden { display: none; }
.project-card { height: 100%; background: var(--card); border: 1px solid #dedfdb; border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-image { height: 190px; position: relative; overflow: hidden; background: #e9ecea; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-image img { transform: scale(1.045); }
.save-button { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(254, 253, 251, .88); color: #3d4540; opacity: 0; transform: translateY(-5px); transition: .2s ease; }
.project-card:hover .save-button, .save-button.saved { opacity: 1; transform: translateY(0); }
.save-button.saved { color: var(--brand); background: #f5fff8; }
.project-content { padding: 18px 17px 14px; }
.project-content h2 { font-size: 18px; font-weight: 730; margin: 0 0 8px; }
.project-content p { color: var(--muted); font-size: 14px; line-height: 1.65; min-height: 46px; margin-bottom: 15px; overflow: hidden; }
.funding { display: flex; justify-content: space-between; align-items: baseline; color: var(--brand); font-size: 14px; }
.funding strong { font-size: 16px; }
.funding span { color: #59625d; }
.progress { height: 4px; background: #dce3df; margin: 6px 0 12px; border-radius: 0; }
.progress-bar { background: var(--brand); }
.project-meta { display: flex; justify-content: space-between; color: #8a908c; font-size: 14px; }
.project-meta .material-symbols-rounded { font-size: 14px; }
.empty-state { text-align: center; color: var(--muted); padding: 45px; }
.empty-state .material-symbols-rounded { font-size: 40px; }

.resource-section { background: #f5f4f1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.resource-card img { width: 100%; height: 190px; object-fit: cover; border-radius: var(--radius); }
.resource-card h3 { margin: 13px 0 5px; font-size: 15px; font-weight: 730; }
.resource-card p { color: var(--muted); font-size: 14px; margin-bottom: 8px; }
.resource-card a { color: var(--brand); font-weight: 750; font-size: 14px; }
.expert-panel { height: 100%; min-height: 310px; padding: 28px; border-radius: var(--radius); background: var(--brand-dark); color: #f3fff8; display: flex; flex-direction: column; }
.expert-panel h3 { font-size: 19px; margin-bottom: 19px; }
.expert-panel ul { list-style: none; padding: 0; margin: 0 0 auto; }
.expert-panel li { display: flex; gap: 9px; align-items: flex-start; margin-bottom: 16px; font-size: 14px; }
.expert-panel li .material-symbols-rounded { color: #48c482; font-size: 18px; }
.expert-panel .btn { color: #f1fff7; border-color: rgba(255,255,255,.22); }

.stories-section { background: var(--paper); }
.story-head-actions { display: flex; align-items: center; gap: 12px; }
.story-more-button { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; font-size: 14px; font-weight: 700; }
.story-more-button .material-symbols-rounded { font-size: 18px; }
.story-nav { display: flex; gap: 8px; }
.story-swiper { padding: 2px 2px 34px; }
.story-swiper .swiper-slide { height: auto; }
.story-link { display: block; height: 100%; color: inherit; }
.story-link:hover { color: inherit; }
.story-card { height: 100%; min-height: 245px; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: var(--card); display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.story-link:hover .story-card { transform: translateY(-4px); border-color: #b9d4c5; box-shadow: 0 14px 30px rgba(22, 45, 34, .09); }
.person { display: flex; align-items: center; gap: 13px; }
.person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.person figcaption { display: flex; flex-direction: column; }
.person b { font-size: 16px; }
.person span { color: var(--brand); font-size: 14px; }
.story-card blockquote { color: #555d58; font-size: 14px; font-style: italic; margin: 20px 0 18px; line-height: 1.8; }
.story-read { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; color: var(--brand); font-size: 14px; font-weight: 750; }
.story-read .material-symbols-rounded { font-size: 18px; transition: transform .2s ease; }
.story-link:hover .story-read .material-symbols-rounded { transform: translateX(4px); }
.story-pagination { position: absolute; bottom: 0 !important; display: flex; justify-content: center; gap: 3px; }
.story-pagination .swiper-pagination-bullet { width: 7px; height: 7px; background: #9eaaa3; opacity: .45; }
.story-pagination .swiper-pagination-bullet-active { width: 22px; border-radius: 5px; background: var(--brand); opacity: 1; }

.news-section { background: #fdfcf9; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: 30px; align-items: stretch; }
.news-feature { display: grid; grid-template-columns: minmax(280px, .94fr) minmax(300px, 1.06fr); min-height: 390px; overflow: hidden; color: inherit; border: 1px solid var(--line); border-radius: 16px; background: var(--card); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.news-feature:hover { color: inherit; transform: translateY(-4px); border-color: #b8d3c4; box-shadow: 0 18px 38px rgba(22, 45, 34, .1); }
.news-feature-image { position: relative; min-height: 390px; overflow: hidden; }
.news-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.news-feature:hover .news-feature-image img { transform: scale(1.045); }
.news-feature-image > span { position: absolute; top: 18px; left: 18px; padding: 6px 12px; border-radius: 18px; color: #f6fff9; background: var(--brand); font-size: 14px; font-weight: 750; }
.news-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.news-meta { display: flex; align-items: center; gap: 8px; color: #7b847f; font-size: 14px; margin: 0 0 17px; }
.news-meta .material-symbols-rounded { color: var(--brand); font-size: 18px; }
.news-meta i { width: 3px; height: 3px; border-radius: 50%; background: #a3aaa6; }
.news-feature h3 { margin: 0 0 16px; font-size: clamp(1.4rem, 2vw, 1.9rem); line-height: 1.35; font-weight: 750; letter-spacing: -.4px; }
.news-summary { color: #66706a; font-size: 15px; line-height: 1.8; margin: 0 0 24px; }
.news-read-more { display: inline-flex; align-items: center; gap: 5px; color: var(--brand); font-size: 15px; font-weight: 750; }
.news-read-more .material-symbols-rounded { font-size: 19px; transition: transform .2s ease; }
.news-feature:hover .news-read-more .material-symbols-rounded { transform: translateX(4px); }
.news-text-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.news-text-item { position: relative; flex: 1; display: grid; grid-template-columns: 92px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 20px; align-content: center; padding: 21px 18px 21px 4px; color: inherit; border-bottom: 1px solid var(--line); transition: padding-left .2s ease, background .2s ease; }
.news-text-item::after { content: "arrow_forward"; position: absolute; right: 1px; top: 50%; color: var(--brand); font-family: "Material Symbols Rounded"; font-size: 20px; opacity: 0; transform: translate(-8px, -50%); transition: .2s ease; }
.news-text-item:hover { padding-left: 12px; padding-right: 42px; color: inherit; background: #f4f8f5; }
.news-text-item:hover::after { opacity: 1; transform: translate(0, -50%); }
.news-text-tag { grid-row: 1 / 3; align-self: center; justify-self: start; padding: 5px 9px; border-radius: 14px; color: var(--brand); background: var(--brand-soft); font-size: 14px; font-weight: 700; }
.news-text-item h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.45; font-weight: 700; }
.news-text-item > div { display: flex; gap: 14px; color: #858d88; font-size: 14px; }

.updates-section { background: #f8f7f4; border-top: 1px solid var(--line); }
.update-card { min-height: 91px; display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: start; border: 1px solid #dfdfdb; border-radius: 8px; padding: 16px; background: #fefdfa; }
.update-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 6px; background: var(--brand-soft); color: var(--brand); }
.update-card h3 { font-size: 14px; margin: 0 0 2px; font-weight: 750; }
.update-card p { color: var(--muted); font-size: 14px; margin: 0 0 5px; }
.update-card small { color: #858c88; font-size: 14px; }
.update-card small b { color: var(--brand); background: var(--brand-pale); padding: 2px 5px; border-radius: 3px; }
.update-time { font-size: 14px; color: #5b635e; white-space: nowrap; }
.btn-soft .material-symbols-rounded { font-size: 14px; }

.metrics-section { padding: 54px 0; color: #eafff1; background: var(--brand-dark); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.55fr; align-items: center; gap: 24px; }
.metrics-grid > div { display: flex; flex-direction: column; }
.metrics-grid strong { color: #62d594; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.15; letter-spacing: -1px; }
.metrics-grid span { color: #a6cbb7; font-size: 14px; }
.metrics-grid aside { padding: 24px; background: rgba(255,255,255,.06); border-radius: 9px; }
.metrics-grid aside p { font-size: 14px; margin-bottom: 12px; }
.metrics-grid aside .btn { width: 100%; }

.creator-section { background: var(--paper); }
.creator-card { height: 94px; display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); transition: .25s ease; }
.creator-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(22, 45, 34, .08); }
.creator-card img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.creator-card h3 { font-size: 14px; margin: 0; }
.creator-card p { color: var(--muted); font-size: 14px; margin: 0 0 3px; }
.creator-card span { font-size: 14px; color: #747c77; }
.creator-card span b { color: var(--brand); }

.community-section { padding-top: 35px; border-top: 1px solid var(--line); }
.discussion-list { display: flex; flex-direction: column; gap: 10px; }
.discussion-row { width: 100%; min-height: 65px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 13px; text-align: left; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); transition: .2s ease; }
.discussion-row:hover { border-color: #abd4be; transform: translateX(4px); }
.avatar-letter { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #eef1ef; color: #4f5953; font-weight: 700; }
.discussion-row:nth-child(4) .avatar-letter { background: var(--brand-soft); color: var(--brand); }
.discussion-row > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.discussion-row b { font-size: 16px; }
.discussion-row small { color: #808782; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.discussion-row em { color: #7d8580; font-size: 14px; font-style: normal; }
.community-card { height: 100%; min-height: 440px; padding: 27px; border-radius: 10px; background: #deeee5; display: flex; flex-direction: column; }
.community-badge { display: flex; align-items: center; justify-content: space-between; }
.community-badge > .material-symbols-rounded { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; color: #effff4; background: var(--brand); font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24; }
.community-badge b { padding: 5px 9px; border-radius: 13px; color: var(--brand); background: #f5fff8; font-size: 16px; }
.community-card h3 { margin: 22px 0 5px; font-size: 18px; }
.community-card > p { color: #4e5c54; font-size: 14px; }
.community-card ul { list-style: none; padding: 0; margin: 8px 0 auto; }
.community-card li { margin: 9px 0; font-size: 14px; color: #56635c; }
.community-card li .material-symbols-rounded { color: var(--brand); }
.community-people { display: flex; align-items: center; margin: 15px 0 20px; }
.community-people img, .community-people span { width: 34px; height: 34px; margin-right: -7px; border: 2px solid #deeee5; border-radius: 50%; object-fit: cover; }
.community-people span { display: grid; place-items: center; margin-left: 0; background: #49bd7f; color: #f6fff9; font-size: 14px; }
.community-card .btn .material-symbols-rounded { font-size: 14px; }

.cta-section { padding: 85px 0 105px; }
.cta-wrap { min-height: 385px; padding: 55px 62px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 65px; border-radius: 22px; background: #e9e7e5; }
.cta-copy h2 { font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.17; margin: 0 0 20px; font-weight: 520; letter-spacing: -1.3px; }
.cta-copy p { max-width: 570px; color: #5e6561; font-size: 14px; }
.cta-copy .btn { margin: 12px 8px 0 0; }
.newsletter-card { padding: 28px; border-radius: 10px; background: var(--card); box-shadow: 0 18px 34px rgba(27, 38, 32, .15); }
.newsletter-card h3 { font-size: 15px; }
.newsletter-card p, .newsletter-card label, .newsletter-card small { color: #737a76; font-size: 14px; }
.newsletter-card label { display: block; margin: 13px 0 4px; }
.newsletter-card .form-control { font-size: 14px; border-color: #ddded9; background: #f9f8f5; }
.newsletter-card .btn { margin: 10px 0 8px; }
.newsletter-card small.success { color: var(--brand); font-weight: 700; }
.newsletter-card small.error { color: #c52b3e; font-weight: 700; }

.site-footer { padding: 55px 0 28px; border-top: 1px solid var(--line); background: #fdfcf9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 50px; padding-bottom: 42px; }
.footer-brand > a { color: var(--brand); font-size: 24px; font-weight: 800; }
.footer-brand p { max-width: 230px; color: #67706b; font-size: 14px; margin: 15px 0; }
.footer-brand div { display: flex; gap: 10px; color: #5d6661; }
.footer-grid h3 { font-size: 14px; margin-bottom: 16px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a { color: #626a65; font-size: 14px; margin-bottom: 10px; }
.footer-grid a:hover { color: var(--brand); }
.copyright { padding-top: 20px; border-top: 1px solid var(--line); color: #858c88; font-size: 14px; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--brand); color: #f7fff9; display: grid; place-items: center; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease; box-shadow: 0 10px 25px rgba(0,61,38,.25); z-index: 1050; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.site-toast { position: fixed; left: 50%; bottom: 28px; z-index: 1080; transform: translate(-50%, 20px); padding: 10px 18px; border-radius: 22px; color: #f7fff9; background: #13271d; font-size: 14px; opacity: 0; pointer-events: none; transition: .25s ease; }
.site-toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal-section { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-section.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal-section { opacity: 1; transform: none; } }

@media (max-width: 1199.98px) {
  .hot-project-board{grid-template-columns:minmax(0,1fr) 300px}.hot-project-feature{grid-template-columns:minmax(250px,.85fr) minmax(330px,1.15fr)}.hot-project-copy{padding:28px 26px 24px}.hot-project-copy h3{font-size:23px}.hot-project-copy dd{font-size:22px}
  .search-box { width: 200px; }
  .category-list { grid-template-columns: repeat(5, 1fr); padding: 12px 0; }
  .category-btn:nth-child(n+6) { display: none; }
  .metrics-grid { grid-template-columns: repeat(4, 1fr); }
  .metrics-grid aside { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .metrics-grid aside p { margin: 0; }
  .metrics-grid aside .btn { width: auto; min-width: 180px; }
}

@media (max-width: 991.98px) {
  .site-nav { min-height: 58px; }
  .navbar-collapse { padding: 12px 0 18px; }
  .nav-link { padding: .65rem 0 !important; }
  .nav-link::after { left: 0; right: auto; width: 30px; bottom: 5px; }
  .nav-tools { flex-wrap: wrap; }
  .search-box { width: 100%; order: -1; }
  .social-qr-panel{position:fixed;left:16px;right:16px;top:66px;width:auto;max-width:376px;margin:auto}.social-qr-panel:before{display:none}
  .hot-projects-section{padding-top:48px}.hot-project-board{grid-template-columns:1fr}.hot-project-ranking{padding:4px}.hot-project-ranking ol{display:grid;grid-template-columns:1fr 1fr}.hot-project-ranking li:nth-child(odd){border-right:1px solid rgba(255,255,255,.16)}.hot-project-ranking li:last-child{grid-column:1/-1}.hot-project-ranking button{padding:13px 10px}
  .project-image { height: 220px; }
  .news-layout { grid-template-columns: 1fr; }
  .news-text-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
  .news-text-item { min-height: 142px; border-right: 1px solid var(--line); padding: 20px; }
  .news-text-item:nth-child(even) { border-right: 0; }
  .expert-panel { min-height: 260px; }
  .community-card { min-height: 360px; }
  .cta-wrap { grid-template-columns: 1fr; gap: 35px; padding: 45px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 767.98px) {
  body { font-size: 14px; }
  .section-block { padding: 48px 0; }
  .story-section-head { align-items: flex-start; }
  .story-head-actions { width: 100%; justify-content: space-between; }
  .hot-projects-head{align-items:flex-start;flex-direction:column;gap:15px}.hot-projects-head h2{font-size:29px}.hot-project-tabs{width:100%;gap:20px;overflow-x:auto}.hot-project-tabs button{white-space:nowrap}.hot-project-feature{grid-template-columns:1fr}.hot-project-visual{min-height:300px}.hot-project-copy{padding:25px}.hot-project-copy dl{margin:25px 0 18px}
  .category-strip .container-xxl { padding: 0; }
  .category-list { display: flex; gap: 4px; overflow-x: auto; padding: 10px 14px; scrollbar-width: none; }
  .category-list::-webkit-scrollbar { display: none; }
  .category-btn { min-width: 82px; }
  .category-btn:nth-child(n+6) { display: flex; }
  .section-head { align-items: flex-end; }
  .project-image { height: 260px; }
  .news-feature { grid-template-columns: 1fr; }
  .news-feature-image { min-height: 300px; }
  .news-text-list { grid-template-columns: 1fr; }
  .news-text-item, .news-text-item:nth-child(even) { min-height: 0; border-right: 0; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metrics-grid aside { grid-column: 1 / -1; display: block; }
  .metrics-grid aside .btn { width: 100%; }
  .cta-section { padding-bottom: 65px; }
  .cta-wrap { padding: 35px 24px; border-radius: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 575.98px) {
  .container-xxl { padding-left: 18px; padding-right: 18px; }
  .section-head > h1 { font-size: 1.8rem; }
  .hot-projects-section{padding:38px 0 14px}.hot-projects-head>div:first-child{align-items:flex-start;flex-direction:column;gap:4px}.hot-projects-head h2{font-size:27px}.hot-project-board{padding:12px;border-radius:11px}.hot-project-visual{min-height:230px}.hot-project-copy{padding:21px 18px}.hot-project-copy h3{font-size:21px}.hot-project-copy dl{grid-template-columns:1fr 1fr}.hot-project-copy dd{font-size:20px}.hot-project-copy dl>div+div dd{font-size:18px}.hot-project-ranking ol{grid-template-columns:1fr}.hot-project-ranking li:nth-child(odd){border-right:0}.hot-project-ranking li:last-child{grid-column:auto}.hot-project-ranking header small{display:none}.hot-project-ranking button{grid-template-columns:27px minmax(0,1fr) 18px}.hot-project-ranking b{font-size:13px}
  .section-head > h2, .section-title h2 { font-size: 1.55rem; }
  .story-section-head { flex-direction: column; gap: 18px; }
  .story-card { min-height: 230px; padding: 22px; }
  .news-feature-image { min-height: 235px; }
  .news-feature-copy { padding: 25px 21px; }
  .news-feature h3 { font-size: 1.35rem; }
  .news-text-item { grid-template-columns: 1fr; gap: 8px; padding: 20px 6px; }
  .news-text-tag { grid-row: auto; justify-self: start; }
  .news-text-item h3 { margin: 0; font-size: 16px; }
  .slider-actions { display: none; }
  .project-image { height: 230px; }
  .discussion-row { grid-template-columns: 34px 1fr; }
  .discussion-row em { display: none; }
  .metrics-grid strong { font-size: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .back-to-top { right: 16px; bottom: 16px; }
}
