:root{--blue:#1268ff;--navy:#061a75;--orange:#ff9d00;--dark:#0b173f;--green:#13b957;--mint:#eef7ff;--muted:#6c7890;--line:#e5edf8}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.nav{height:74px;display:flex;align-items:center;gap:24px;justify-content:space-between;padding:0 28px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:14px;font-weight:900;color:var(--blue)}.brand img{height:42px;width:auto;display:block}.brand span{border-left:1px solid #d7e2f2;padding-left:14px;color:var(--blue);font-size:14px}.menu{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:800;color:#526078}.menu a:hover,.menu .active{color:var(--blue)}.top-search{display:flex;align-items:center;justify-content:flex-end}.top-search input{width:0;padding:0;border:0;opacity:0;transition:.25s}.top-search:focus-within input,.top-search:hover input{width:180px;opacity:1;border:1px solid var(--line);border-radius:20px;padding:10px 12px;margin-right:7px}.top-search button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#f7fbff;color:var(--blue);font-size:20px;cursor:pointer}.wrap{max-width:1220px;margin:0 auto;padding:46px 22px}.layout{display:grid;grid-template-columns:1fr 310px;gap:44px}.posts{background:#fff}.post{display:grid;grid-template-columns:265px 1fr;gap:28px;padding:0 0 32px;margin-bottom:32px;border-bottom:1px solid var(--line)}.post img{width:100%;height:174px;object-fit:cover;border-radius:10px;background:#eaf1ff}.cat{display:inline-block;background:#eaf3ff;color:var(--blue);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:7px 10px;margin-bottom:8px}.post h2{font-size:28px;line-height:1.12;margin:0 0 10px;color:#071331}.post h2 a:hover,.read:hover{color:var(--blue)}.meta{color:#7a8498;font-size:13px;font-weight:700;margin-bottom:10px}.post p{color:#536073;line-height:1.55;margin:0 0 12px}.read{color:var(--blue);font-weight:950}.side-card{background:linear-gradient(145deg,var(--navy),var(--blue));color:#fff;border-radius:18px;padding:26px;margin-bottom:20px}.side-card h3{font-size:30px;line-height:1.05;margin:0 0 22px}.grid-icons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.grid-icons div{min-height:90px;border-radius:13px;background:rgba(255,255,255,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.grid-icons b{font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:950}.btn.white{background:#fff;color:var(--blue);width:100%}.btn.green{background:var(--green);color:#fff}.btn.blue{background:var(--blue);color:#fff;border:0;cursor:pointer}.box{border:1px solid var(--line);border-radius:14px;background:#fff;padding:20px;margin-bottom:20px}.box h3{margin:0 0 15px}.search{display:flex;gap:8px}.search input{flex:1;min-width:0;padding:12px;border:1px solid #d9e2f5;border-radius:10px;font:inherit}.search button{border:0;background:var(--blue);color:#fff;border-radius:10px;padding:0 14px;font-weight:900;cursor:pointer}.tag{display:block;border:1px solid var(--line);border-radius:10px;padding:10px 12px;margin:8px 0;font-weight:800;color:#24305e;background:#fff}.tag.on,.tag:hover{background:#eaf3ff;color:var(--blue);border-color:#cde1ff}.popular ol{margin:0;padding:0;counter-reset:item}.popular li{list-style:none;border-top:1px solid var(--line);padding:13px 0 13px 42px;position:relative;font-weight:800;font-size:13px}.popular li:before{counter-increment:item;content:'0' counter(item);position:absolute;left:0;top:11px;background:#eaf3ff;color:var(--blue);font-weight:950;border-radius:8px;padding:6px}.empty{padding:28px;color:var(--muted)}.newsletter{margin-top:30px;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;text-align:center;padding:72px 20px}.newsletter h2{font-size:34px;margin:0 0 12px}.newsletter p{color:#e9f1ff;margin:0 0 24px}.newsletter form{max-width:520px;margin:auto;display:flex;background:#fff;border-radius:999px;padding:6px}.newsletter input{flex:1;border:0;padding:13px 18px;border-radius:999px}.newsletter button{border:0;background:var(--blue);color:#fff;border-radius:999px;padding:0 22px;font-weight:950}.footer{background:#061923;color:#fff;padding:58px 28px 24px}.footgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:52px;max-width:1220px;margin:auto}.footer-logo-img{height:46px;margin-bottom:16px;filter:brightness(0) invert(1)}.footer h4{margin:0 0 16px;text-transform:uppercase;font-size:13px;color:#fff}.footer a,.footer p{color:#c7d1dc;font-size:14px;line-height:2}.socials{display:flex;gap:12px;margin-top:18px}.socials span{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}.copy{border-top:1px solid rgba(255,255,255,.12);max-width:1220px;margin:34px auto 0;padding-top:18px;font-size:13px;color:#93a2b1}.single{max-width:860px;margin:44px auto;padding:0 22px 36px}.single img{width:100%;border-radius:16px;max-height:430px;object-fit:cover}.single h1{font-size:44px;line-height:1.1;margin:10px 0}.single .content{font-size:18px;line-height:1.75;color:#29344f}.admin{background:#f4f7ff;min-height:100vh;padding:36px}.panel{max-width:1000px;margin:auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 15px 40px rgba(0,0,0,.08)}input,textarea,select{width:100%;padding:13px;border:1px solid #d9e2f5;border-radius:10px;margin:7px 0 16px;font:inherit}textarea{min-height:160px}.admin table{width:100%;border-collapse:collapse}.admin th,.admin td{border-bottom:1px solid #e9eefb;padding:12px;text-align:left}.danger{background:#ef3f35;color:#fff}.actions{display:flex;gap:10px;flex-wrap:wrap}.login{max-width:430px;margin:80px auto}.notice{background:#eafaf0;color:#11672f;padding:12px;border-radius:10px;margin-bottom:15px}@media(max-width:980px){.nav{padding:0 16px}.menu{display:none}.layout{grid-template-columns:1fr}.post{grid-template-columns:1fr}.post h2{font-size:24px}.footgrid{grid-template-columns:1fr}.newsletter form{border-radius:16px;display:block}.newsletter button{height:44px;width:100%}.top-search:focus-within input,.top-search:hover input{width:130px}.brand img{height:36px}}

/* Bloco lateral com ícones modernos */
.ecosystem-card h3{font-size:28px;line-height:1.08;margin-bottom:20px}.modern-icons{gap:14px}.modern-icons .mini-feature{min-height:112px;border-radius:18px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;color:#fff;transition:.22s ease;padding:14px}.modern-icons .mini-feature:hover{transform:translateY(-3px);background:rgba(255,255,255,.22)}.icon-circle{width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(0,0,0,.14)}.icon-circle svg{width:27px;height:27px;fill:var(--blue)}.modern-icons b{font-size:13px;line-height:1.25;max-width:110px}
