:root{--ink:#12333d;--muted:#6b838c;--teal:#12a9b8;--cyan:#35d8e8;--line:#cae9ed;--soft:#eefbfd;--nav:#0f5662;--nav2:#126d78}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#f9feff 0,#eefbfd 100%)}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{height:72px;background:#fff;border-bottom:1px solid #d8edf0;position:sticky;top:0;z-index:30}.nav{height:100%;display:flex;align-items:center;gap:34px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;font-size:24px}.logo-mark{display:flex;align-items:end;gap:4px;height:24px}.logo-mark i{display:block;width:6px;border-radius:3px;background:linear-gradient(180deg,#39dceb,#0da6b7)}.logo-mark i:nth-child(1){height:10px}.logo-mark i:nth-child(2){height:17px}.logo-mark i:nth-child(3){height:24px}.navlinks{display:flex;align-items:center;gap:6px}.navlinks a{text-decoration:none;font-size:14px;font-weight:760;color:#45636d;padding:10px 12px;border-radius:8px}.navlinks a:hover,.navlinks a.active{background:#e9fbfd;color:#0b8997}.nav-actions{margin-left:auto;display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px;padding:12px 17px;font-weight:850;font-size:13px;border:1px solid #bce7ec;background:#fff;color:#16717d}.btn-primary{background:linear-gradient(135deg,#42d9e7,#14adbd);color:#10333c;border-color:#28c9d8;box-shadow:0 8px 22px rgba(24,181,197,.18)}.hero{padding:72px 0 46px}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#0c9baa;margin-bottom:14px}.hero h1{font-size:58px;line-height:1.02;margin:0;max-width:850px;letter-spacing:-.04em}.hero p{font-size:20px;line-height:1.55;color:#627d86;max-width:760px;margin:20px 0 0}.research-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.chip{display:inline-flex;padding:9px 13px;border:1px solid #c6e9ed;background:#fff;border-radius:999px;color:#4c717a;font-size:12px;font-weight:800}.section{padding:22px 0 80px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head h2{font-size:30px;margin:0}.section-head p{margin:0;color:var(--muted);font-size:14px}.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;text-decoration:none;box-shadow:0 12px 34px rgba(18,113,126,.07);transition:.2s transform,.2s box-shadow}.post-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(18,113,126,.13)}.post-art{height:210px;background:linear-gradient(145deg,#dff9fc,#f9feff);position:relative;overflow:hidden}.post-art:before{content:"";position:absolute;inset:30px 26px;border:1px solid #bcebf0;border-radius:14px;background:#fff}.post-art .chart-line{position:absolute;left:48px;right:48px;top:68px;height:92px}.post-art svg{width:100%;height:100%;overflow:visible}.post-art .ticker{position:absolute;left:48px;top:45px;font-weight:900;font-size:20px}.post-art .tag{position:absolute;right:45px;top:47px;font-size:11px;font-weight:850;color:#0b8e9c;background:#ddf8fb;border-radius:999px;padding:6px 9px}.post-body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.category{font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#0b9ba9}.post-card h3{font-size:24px;line-height:1.18;margin:0;letter-spacing:-.02em}.post-card p{margin:0;color:#617b84;font-size:14px;line-height:1.55}.post-footer{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#66818a;font-size:12px}.read-more{font-weight:850;color:#0b94a2}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:34px}.page-btn{min-width:40px;height:40px;border:1px solid #c4e7eb;background:#fff;border-radius:9px;color:#2d6973;font-weight:850;cursor:pointer}.page-btn.active{background:linear-gradient(180deg,#35d5e3,#16afbf);border-color:#21bdcc;color:#fff}.page-btn:disabled{opacity:.42;cursor:not-allowed}.footer{border-top:1px solid #cfe8ec;background:#103f49;color:#d9f1f4;padding:28px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:12px}.footer a{color:#9fe9ef;text-decoration:none}@media(max-width:900px){.navlinks{display:none}.hero h1{font-size:44px}.posts-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.wrap{width:min(100% - 24px,1180px)}.hero{padding-top:48px}.hero h1{font-size:38px}.hero p{font-size:17px}.posts-grid{grid-template-columns:1fr}.nav-actions .btn:first-child{display:none}.footer-inner{flex-direction:column}}