
    :root{
      --blue:#2f80ed;--blue-dark:#0a58ca;--green:#00b388;--green-deep:#007f68;
      --navy:#082942;--petroleum:#123f5a;--graphite:#1d2939;--gray:#667085;
      --line:#e4eaf0;--soft:#f7fafc;--blue-soft:#e6f1ff;--green-soft:#ddf2ef;
      --white:#fff;--container:1325px;--radius:18px;--radius-lg:24px;
      --shadow:0 14px 35px rgba(8,41,66,.09);--shadow-hover:0 22px 48px rgba(8,41,66,.16);
      --ease:cubic-bezier(.22,1,.36,1)
    }
    *,*::before,*::after{box-sizing:border-box}
    html{scroll-behavior:smooth;scroll-padding-top:100px}
    body{margin:0;color:var(--navy);background:#fff;font-family:Inter,"Segoe UI",sans-serif;font-size:16px;line-height:1.58;-webkit-font-smoothing:antialiased;transition:color .35s,background .35s}
    body.menu-open{overflow:hidden}
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,select{font:inherit}
    button{cursor:pointer}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
    .skip-link{position:fixed;z-index:999;left:16px;top:-90px;padding:12px 18px;border-radius:10px;color:#fff;background:var(--blue);font-weight:800;transition:.2s}
    .skip-link:focus{top:16px}
    :focus-visible{outline:3px solid rgba(47,128,237,.38);outline-offset:3px}
    .icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    .eyebrow{display:block;color:var(--green-deep);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
    .button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border:0;border-radius:10px;font-size:.76rem;font-weight:800;transition:transform .25s var(--ease),box-shadow .25s,background .25s}
    .button:hover{transform:translateY(-2px)}
    .button--light{color:var(--navy);background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.12)}
    .button--gradient{color:#fff;background:linear-gradient(90deg,var(--blue),var(--green));box-shadow:0 12px 26px rgba(0,179,136,.2)}
    .button--outline{color:var(--blue);border:1px solid var(--blue);background:#fff}
    .section-title{font-size:clamp(1.7rem,3vw,2.25rem);line-height:1.05;letter-spacing:-.045em}
    .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
    .reveal.is-visible{opacity:1;transform:none}

    /* Header */
    .site-header{position:sticky;z-index:100;top:0;height:82px;border-bottom:1px solid rgba(228,234,240,.9);background:rgba(255,255,255,.9);backdrop-filter:blur(18px)}
    .header-inner{height:100%;display:grid;grid-template-columns:205px 1fr auto 220px;align-items:center;gap:16px}
    .brand img{width:190px;height:auto}
    .main-nav{display:flex;align-items:center;justify-content:center;gap:28px;font-size:.78rem;font-weight:750}
    .main-nav a{position:relative;padding:31px 0 28px}
    .main-nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:20px;height:2px;border-radius:10px;background:var(--green);transition:.25s var(--ease)}
    .main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--green-deep)}
    .main-nav a:hover::after,.main-nav a[aria-current="page"]::after{left:0;right:0}
    .search{height:38px;display:flex;align-items:center;gap:8px;padding:0 13px 0 16px;border:1px solid #dae3ed;border-radius:22px;background:#fff;transition:border-color .2s,box-shadow .2s}
    .search:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px rgba(47,128,237,.09)}
    .search input{width:100%;min-width:0;border:0;outline:0;color:var(--navy);background:transparent;font-size:.76rem}
    .search button{display:grid;place-items:center;padding:2px;border:0;color:#8190a7;background:transparent}
    .search .icon{width:16px;height:16px}
    .menu-toggle{display:none;width:44px;height:44px;place-items:center;border:1px solid #dbe5ee;border-radius:12px;color:var(--navy);background:#fff}
    .theme-toggle{height:40px;width:74px;display:flex;align-items:center;justify-content:center;gap:3px;padding:4px;border:1px solid #dbe5ee;border-radius:24px;color:var(--navy);background:#fff;box-shadow:0 5px 14px rgba(8,41,66,.05);transition:.25s}
    .theme-toggle:hover{border-color:#9db0c3;transform:translateY(-1px)}
    .theme-toggle svg{display:block!important;width:30px;height:30px;padding:6px;border-radius:50%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;opacity:.42;transition:.25s}
    .theme-toggle .sun{color:#a96c00;opacity:1;background:#fff0bd;box-shadow:0 3px 10px rgba(184,119,0,.15)}

    /* Top area */
    .top-area{position:relative;overflow:hidden;padding:42px 0 48px;background:radial-gradient(circle at 7% 18%,rgba(47,128,237,.32),transparent 29%),radial-gradient(circle at 42% 0%,rgba(89,171,255,.22),transparent 31%),radial-gradient(circle at 83% 78%,rgba(0,179,136,.28),transparent 32%),radial-gradient(circle at 98% 16%,rgba(72,214,181,.18),transparent 25%),linear-gradient(125deg,#e8f3ff 0%,#dcecff 29%,#e5fbf4 67%,#dff3ff 100%);background-size:150% 150%,160% 160%,145% 145%,150% 150%,240% 240%;animation:heroGradient 13s ease-in-out infinite}
    .top-area::before,.top-area::after{content:"";position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}
    .top-area::before{width:420px;height:420px;left:-190px;top:-230px;border:1px solid rgba(47,128,237,.2);background:radial-gradient(circle,rgba(47,128,237,.15),transparent 67%);animation:orbOne 11s ease-in-out infinite}
    .top-area::after{width:390px;height:390px;right:-140px;bottom:-245px;border:1px solid rgba(0,179,136,.18);background:radial-gradient(circle,rgba(0,179,136,.18),transparent 67%);animation:orbTwo 14s ease-in-out infinite}
    .hero-orb{position:absolute;z-index:0;border-radius:50%;opacity:.55;filter:blur(1px);pointer-events:none}.hero-orb.one{width:18px;height:18px;left:7%;bottom:20%;background:var(--green);box-shadow:0 0 28px rgba(0,179,136,.75);animation:particle 7s ease-in-out infinite}.hero-orb.two{width:11px;height:11px;left:54%;top:15%;background:var(--blue);box-shadow:0 0 24px rgba(47,128,237,.7);animation:particle 9s ease-in-out -2s infinite}.hero-orb.three{width:14px;height:14px;right:9%;top:20%;background:#42d7b0;box-shadow:0 0 24px rgba(0,179,136,.65);animation:particle 8s ease-in-out -4s infinite}
    @keyframes heroGradient{0%,100%{background-position:0% 30%,100% 70%,0% 50%}50%{background-position:40% 60%,55% 30%,100% 50%}}
    @keyframes orbOne{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(70px,45px) scale(1.12)}}
    @keyframes orbTwo{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-65px,-35px) scale(.92)}}
    @keyframes particle{0%,100%{transform:translateY(0) scale(1);opacity:.35}50%{transform:translateY(-42px) scale(1.25);opacity:.8}}
    .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
    .feature-card{position:relative;min-height:260px;display:flex;flex-direction:column;overflow:hidden;padding:24px 20px 20px;border:1px solid rgba(47,128,237,.16);border-radius:18px;background:linear-gradient(155deg,#ffffff 20%,#eaf3ff 100%);box-shadow:var(--shadow);transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}
    .feature-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue),#73abff)}
    .feature-card::after{content:"";position:absolute;width:120px;height:120px;right:-65px;top:-65px;border-radius:50%;background:rgba(47,128,237,.09);transition:transform .4s var(--ease)}
    .feature-card--green{border-color:rgba(0,179,136,.2);background:linear-gradient(155deg,#fff 16%,#e4f8f2 100%)}.feature-card--green::before{background:linear-gradient(90deg,var(--green),#63dfbd)}.feature-card--green::after{background:rgba(0,179,136,.1)}
    .feature-card--deep{border-color:rgba(18,63,90,.2);background:linear-gradient(155deg,#fff 16%,#e4f3f6 100%)}.feature-card--deep::before{background:linear-gradient(90deg,var(--petroleum),var(--green))}.feature-card--deep::after{background:rgba(18,63,90,.09)}
    .feature-card:hover{transform:translateY(-8px);border-color:rgba(47,128,237,.38);box-shadow:var(--shadow-hover)}.feature-card:hover::after{transform:scale(1.45)}
    .feature-icon{position:relative;z-index:1;width:56px;height:56px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.75);border-radius:16px;color:#fff;background:linear-gradient(145deg,#4894f4,#1766d2);box-shadow:0 12px 24px rgba(47,128,237,.25),inset 0 1px 0 rgba(255,255,255,.35);transition:transform .35s var(--ease),box-shadow .35s}
    .feature-card:hover .feature-icon{transform:rotate(-6deg) scale(1.08);box-shadow:0 16px 30px rgba(47,128,237,.32)}
    .feature-card--green .feature-icon{color:#fff;background:linear-gradient(145deg,#13c59a,#008b6d);box-shadow:0 12px 24px rgba(0,179,136,.25)}
    .feature-card--deep .feature-icon{color:#fff;background:linear-gradient(145deg,#176287,#0a3757);box-shadow:0 12px 24px rgba(18,63,90,.26)}
    .feature-icon .icon{width:30px;height:30px;stroke-width:2.15}
    .feature-card h2{position:relative;z-index:1;margin:21px 0 10px;font-size:1.2rem;line-height:1.15}
    .feature-card p{position:relative;z-index:1;margin:0;color:#566780;font-size:.79rem;line-height:1.58}
    .feature-card a{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;color:var(--blue);font-size:.75rem;font-weight:800}
    .feature-card--green a,.feature-card--deep a{color:var(--green-deep)}
    .feature-card a span{transition:transform .25s}.feature-card:hover a span{transform:translateX(4px)}
    .hero-slider{position:relative;grid-column:span 2;min-width:0}
    .slider-viewport{height:260px;overflow:hidden;border-radius:18px;box-shadow:var(--shadow)}
    .slider-track{height:100%;display:flex;transition:transform .65s var(--ease);will-change:transform}
    .slide{position:relative;min-width:100%;height:100%;overflow:hidden;color:#fff;background:linear-gradient(135deg,#071d50,#0869da 62%,#00a987)}
    .slide--image{background:#0753b9}
    .slide--image img{width:100%;height:100%;object-fit:cover}
    .slide--revisamed{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;padding:27px 32px}
    .slide--revisamed::before{content:"";position:absolute;width:260px;height:260px;right:-80px;top:-120px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
    .slide__logo{width:155px;margin-bottom:15px;filter:brightness(0) invert(1)}
    .slide h2{max-width:390px;margin:6px 0 10px;font-size:1.72rem;line-height:1.06;letter-spacing:-.04em}
    .slide p{max-width:390px;margin:0 0 18px;color:#dceaff;font-size:.84rem;line-height:1.5}
    .slide-art{position:relative;width:136px;height:136px;display:grid;place-items:center;justify-self:end;border:1px solid rgba(255,255,255,.2);border-radius:34px;background:rgba(255,255,255,.1);transform:rotate(7deg)}
    .slide-art .icon{width:78px;height:78px;color:#69f1ca}
    .slide--tools{display:grid;grid-template-columns:1fr 190px;align-items:center;padding:28px 32px;background:linear-gradient(135deg,#092b50,#075a79 58%,#008b6f)}
    .mini-dashboard{display:grid;gap:9px;padding:15px;border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 18px 35px rgba(0,0,0,.18);transform:rotate(-4deg)}
    .mini-dashboard i{display:block;height:9px;border-radius:6px;background:#dceaff}.mini-dashboard i:nth-child(2){width:76%;background:#bfeee1}.mini-dashboard i:nth-child(3){width:88%}
    .mini-chart{height:60px;display:flex;align-items:flex-end;gap:8px;padding:10px;border-radius:10px;background:#edf6ff}.mini-chart span{width:25%;border-radius:4px 4px 1px 1px;background:var(--blue)}.mini-chart span:nth-child(1){height:38%}.mini-chart span:nth-child(2){height:75%;background:var(--green)}.mini-chart span:nth-child(3){height:54%}.mini-chart span:nth-child(4){height:90%;background:var(--green)}
    .slider-arrow{position:absolute;z-index:5;top:50%;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(8,41,66,.1);border-radius:50%;color:var(--navy);background:#fff;box-shadow:0 8px 20px rgba(8,41,66,.17);transform:translateY(-50%);transition:transform .2s,background .2s}
    .slider-arrow:hover{color:#fff;background:var(--blue);transform:translateY(-50%) scale(1.07)}
    .slider-arrow.prev{left:-19px}.slider-arrow.next{right:-19px}.slider-arrow .icon{width:18px;height:18px}.slider-arrow.prev .icon{transform:rotate(180deg)}
    /* Editais */
    .editais{position:relative;margin-top:42px;overflow:hidden;padding:30px 32px 24px;border:1px solid #e1eaf2;border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(8,41,66,.09)}
    .editais>.heading-row,.editais>.table-wrap,.editais>.section-cta{position:relative;z-index:1}
    .heading-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}
    .heading-group{display:flex;align-items:center;gap:15px}.heading-icon{width:46px;height:46px;display:grid;flex:0 0 46px;place-items:center;border:1px solid rgba(47,128,237,.12);border-radius:13px;color:#fff;background:linear-gradient(145deg,#4894f4,#1766d2);box-shadow:0 9px 20px rgba(47,128,237,.18)}.heading-icon.green{color:#fff;border-color:rgba(0,179,136,.16);background:linear-gradient(145deg,#16c79c,#008a6d);box-shadow:0 9px 20px rgba(0,179,136,.18)}.heading-icon .icon{width:25px;height:25px;stroke-width:2.1}
    .heading-group h2{margin:0;font-size:1.15rem}.heading-group p{margin:3px 0 0;color:var(--gray);font-size:.72rem}
    .edital-tools{display:flex;gap:10px}.edital-tools select,.edital-search{height:39px;border:1px solid #dbe4ed;border-radius:9px;color:#516178;background:#fff;font-size:.72rem}
    .edital-tools select{width:150px;padding:0 10px}.edital-search{width:220px;display:flex;align-items:center;padding:0 10px}.edital-search input{min-width:0;width:100%;border:0;outline:0;background:transparent}.edital-search .icon{width:15px;height:15px}
    .table-wrap{overflow:auto;padding:8px 14px;border:1px solid rgba(47,128,237,.1);border-radius:14px;background:rgba(255,255,255,.88);box-shadow:0 8px 22px rgba(8,41,66,.055);backdrop-filter:blur(8px)}.edital-table{min-width:820px;font-size:.67rem}.edital-row{display:grid;grid-template-columns:.65fr 1.25fr 1.8fr 1.2fr .9fr 1fr;align-items:center;min-height:42px;padding:0 10px;border-bottom:1px solid #e7eef5}.edital-row.head{min-height:40px;border:0;border-radius:9px;background:linear-gradient(90deg,#eaf2fb,#edf8f5);font-weight:800}.edital-row.is-hidden{display:none}.state{display:inline-grid;min-width:38px;place-items:center;padding:4px 8px;border-radius:12px;font-size:.6rem;font-weight:800}.sp{background:#dcf7df}.mg{background:#e2edff}.rj{background:#eee6ff}.rs{background:#fff0df}.pr{background:#dff7fa}.open{color:#169c4a;font-weight:800}.progress{color:#1263ba;font-weight:800}.soon{color:var(--blue);font-weight:800}
    .section-cta{display:flex;justify-content:center;margin-top:17px}
    .table-empty{padding:20px;text-align:center;color:var(--gray);font-size:.7rem}

    /* News */
    .news-section{padding:60px 0 54px}.news-heading{display:flex;align-items:center;gap:14px;margin-bottom:25px}.news-heading h2{margin:2px 0 0;font-size:1.85rem;letter-spacing:-.04em}
    .news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
    .news-card{min-width:0;overflow:hidden;border:1px solid #dde6ee;border-radius:13px;background:#fff;box-shadow:0 6px 18px rgba(8,41,66,.055);transition:transform .35s var(--ease),box-shadow .35s}
    .news-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
    .news-card a{display:flex;height:100%;flex-direction:column}.news-card__media{position:relative;aspect-ratio:1.85/1;overflow:hidden;background:#eaf0f5}.news-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.news-card:hover img{transform:scale(1.06)}
    .news-card__category{position:absolute;left:10px;top:10px;padding:5px 9px;border-radius:15px;color:#fff;background:rgba(8,41,66,.84);backdrop-filter:blur(8px);font-size:.56rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
    .news-card__body{min-height:130px;display:flex;flex:1;flex-direction:column;padding:14px 15px 12px}.news-card h3{display:-webkit-box;min-height:42px;overflow:hidden;margin:0 0 12px;font-size:.84rem;line-height:1.35;letter-spacing:-.02em;-webkit-box-orient:vertical;-webkit-line-clamp:2}
    .news-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:10px;border-top:1px solid #edf1f5;color:#7b8798;font-size:.56rem}.read{color:var(--blue);font-weight:800;letter-spacing:.07em}.news-card:hover .read{color:var(--green-deep)}
    .news-empty{grid-column:1/-1;padding:44px;border:1px dashed #cbd7e2;border-radius:16px;text-align:center;color:var(--gray)}

    /* Temas em Destaque */
    .spotlight{padding-top:56px;scroll-margin-top:92px}.spotlight-intro{max-width:1040px;margin:0 auto 36px;text-align:center}.spotlight-title{display:flex;align-items:center;justify-content:center;gap:17px}.spotlight-title h2{margin:0;font-size:28px;font-weight:850;letter-spacing:-.035em;text-transform:uppercase}.spotlight-intro>p{max-width:1000px;margin:15px auto 0;color:#252b31;font-size:20px;font-weight:600;line-height:1.6}.spotlight-intro>p span{display:block}.spotlight-star{position:relative;width:58px;height:58px;display:grid;flex:0 0 58px;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(145deg,#368cf4,#155fc4);box-shadow:0 13px 27px rgba(47,128,237,.28),inset 0 1px 0 rgba(255,255,255,.3);animation:starFloat 3s ease-in-out infinite}.spotlight-star::before{content:"";position:absolute;inset:-8px;border:1px solid rgba(47,128,237,.22);border-radius:23px;animation:starPulse 2.7s ease-out infinite}.spotlight-star .icon{width:31px;height:31px;stroke-width:2.1;animation:starTwinkle 2.4s ease-in-out infinite}
    .spotlight-panel{position:relative;overflow:hidden;padding:25px;border:1px solid rgba(67,137,213,.13);border-radius:24px;background:radial-gradient(circle at 4% 4%,rgba(47,128,237,.2),transparent 28%),radial-gradient(circle at 51% 100%,rgba(216,101,67,.17),transparent 34%),radial-gradient(circle at 96% 4%,rgba(112,83,204,.2),transparent 31%),linear-gradient(115deg,#e9f3ff,#fff4ed 52%,#eee9ff);box-shadow:0 15px 38px rgba(8,41,66,.08)}.spotlight-panel::before{content:"";position:absolute;width:260px;height:260px;right:-165px;top:-170px;border:1px solid rgba(106,80,197,.18);border-radius:50%;pointer-events:none}.weekly{position:relative;z-index:2;width:max-content;max-width:100%;margin:0 auto 23px;padding:14px 26px;border:1px solid rgba(255,255,255,.42);border-radius:99px;color:#fff;background:linear-gradient(100deg,#2f80ed 0%,#1679d0 38%,#00b388 100%);box-shadow:0 12px 27px rgba(17,113,170,.26),inset 0 1px 0 rgba(255,255,255,.3);font-size:18px;font-weight:850;line-height:1.2;letter-spacing:.02em;text-align:center;text-transform:uppercase}
    .tools-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tool-card{position:relative;isolation:isolate;min-height:270px;display:flex;overflow:hidden;align-items:flex-start;flex-direction:column;padding:23px;border:1px solid rgba(255,255,255,.3);border-radius:22px;color:#fff;background:linear-gradient(145deg,#0f55b8,#287fe7);box-shadow:0 14px 30px rgba(8,41,66,.12);transition:transform .38s var(--ease),box-shadow .38s,filter .38s}.tool-card::before{content:"";position:absolute;z-index:-2;width:225px;height:225px;right:-115px;top:-120px;border:1px solid rgba(255,255,255,.27);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.04);transition:transform .5s}.tool-card::after{content:"";position:absolute;z-index:-1;inset:auto 0 0;height:43%;background:linear-gradient(to top,rgba(5,22,54,.18),transparent)}.tool-card--map{background:linear-gradient(145deg,#008b74,#03b89b)}.tool-card--flash{background:linear-gradient(145deg,#aa4e31,#db7452)}.tool-card--video{background:linear-gradient(145deg,#5135a2,#8063d8)}.tool-card:hover,.tool-card:focus-visible{transform:translateY(-9px);outline:0;filter:saturate(1.12);box-shadow:0 24px 44px rgba(8,41,66,.23)}.tool-card:hover::before{transform:scale(1.22) translate(-10px,10px)}.tool-number{position:absolute;right:20px;top:17px;color:rgba(255,255,255,.42);font-size:1.35rem;font-weight:900}.tool-icon{position:relative;width:72px;height:72px;display:grid;place-items:center;margin-bottom:25px;border:1px solid rgba(255,255,255,.42);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.27),rgba(255,255,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 14px 28px rgba(0,0,0,.16);transform:rotate(-5deg);transition:.38s var(--ease)}.tool-card:hover .tool-icon{transform:rotate(3deg) scale(1.08)}.tool-icon .icon{width:39px;height:39px;stroke-width:2.25;filter:drop-shadow(0 5px 8px rgba(0,0,0,.17))}.tool-card h3{max-width:235px;margin:0 0 10px;font-size:1.15rem;line-height:1.18;letter-spacing:-.035em}.tool-card p{max-width:245px;margin:0;color:rgba(255,255,255,.88);font-size:.7rem;line-height:1.55}.tool-action{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:19px;color:#fff;font-size:.72rem;font-weight:850}.tool-action i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.2);font-size:1rem;font-style:normal;transition:transform .3s,background .3s,color .3s}.tool-card:hover .tool-action i{color:#073352;background:#fff;transform:translateX(4px)}
    @keyframes starFloat{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-6px) rotate(3deg)}}@keyframes starPulse{0%{opacity:.65;transform:scale(.92)}70%,100%{opacity:0;transform:scale(1.25)}}@keyframes starTwinkle{0%,100%{transform:scale(1)}50%{transform:scale(1.13) rotate(8deg)}}@media(prefers-reduced-motion:reduce){.spotlight-star,.spotlight-star::before,.spotlight-star .icon{animation:none}}

    /* Conheça também */
    .ecosystem{position:relative;margin-top:38px;overflow:hidden;padding:54px 0 58px;background:radial-gradient(circle at 3% 18%,rgba(47,128,237,.13),transparent 29%),radial-gradient(circle at 96% 82%,rgba(0,179,136,.14),transparent 30%),linear-gradient(115deg,#edf4ff 0%,#fff 47%,#effaf7 100%)}
    .ecosystem::before,.ecosystem::after{content:"";position:absolute;border:1px solid rgba(47,128,237,.12);border-radius:50%;pointer-events:none}.ecosystem::before{width:340px;height:340px;left:-230px;top:-215px}.ecosystem::after{width:420px;height:420px;right:-310px;bottom:-285px;border-color:rgba(0,179,136,.14)}
    .ecosystem-heading{position:relative;z-index:1;margin:0 0 36px;text-align:center}.ecosystem-heading h2{margin:0;color:var(--navy);font-size:1.35rem;font-weight:650;letter-spacing:-.035em;text-transform:uppercase}.ecosystem-heading span{display:block;width:108px;height:3px;margin:14px auto 0;border-radius:4px;background:linear-gradient(90deg,var(--blue),var(--green))}
    .ecosystem-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
    .ecosystem-ad{position:relative;min-height:380px;display:flex;overflow:hidden;padding:38px 26px 28px;border:1px solid rgba(90,207,193,.32);border-radius:24px;color:#fff;background:radial-gradient(circle at 105% -2%,rgba(0,205,164,.28),transparent 37%),linear-gradient(145deg,#061f3d 4%,#074667 56%,#078c78 100%);box-shadow:0 20px 45px rgba(8,41,66,.16);isolation:isolate;transition:transform .4s var(--ease),box-shadow .4s,border-color .4s}
    .ecosystem-ad::before{content:"";position:absolute;z-index:-1;width:210px;height:210px;right:-95px;top:-110px;border:1px solid rgba(101,230,205,.27);border-radius:50%;box-shadow:0 0 0 34px rgba(255,255,255,.025)}
    .ecosystem-ad::after{content:"";position:absolute;z-index:-1;inset:auto 0 0;height:48%;background:linear-gradient(to top,rgba(0,38,60,.26),transparent);pointer-events:none}
    .ecosystem-ad:hover,.ecosystem-ad:focus-visible{transform:translateY(-9px);border-color:rgba(101,235,207,.62);outline:0;box-shadow:0 28px 58px rgba(8,41,66,.24)}
    .ecosystem-ad--medprovas{background:radial-gradient(circle at 105% -2%,rgba(39,128,237,.25),transparent 39%),linear-gradient(145deg,#061d3a 4%,#07486d 60%,#049778 100%)}
    .ecosystem-ad--revalida{background:radial-gradient(circle at 105% -2%,rgba(72,196,177,.29),transparent 38%),linear-gradient(145deg,#071f3d 4%,#0a4e70 56%,#079d80 100%)}
    .ecosystem-ad__content{position:relative;z-index:3;width:60%;display:flex;align-items:flex-start;flex-direction:column}.ecosystem-ad__logo{height:72px;display:block;object-fit:contain;object-position:left top}.ecosystem-ad__logo--medflix{width:200px;margin-top:-6px}.ecosystem-ad__logo--medprovas{width:178px;filter:brightness(0) invert(1)}.ecosystem-ad__logo--revalida{width:170px}.ecosystem-ad__eyebrow{margin:10px 0 9px;color:#5df0cd;font-size:.65rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.ecosystem-ad h3{max-width:270px;margin:0;color:#fff;font-size:1.52rem;line-height:1.02;letter-spacing:-.045em}.ecosystem-ad p{max-width:235px;margin:15px 0 21px;color:#e0edf7;font-size:.7rem;line-height:1.55}.ecosystem-ad__button{min-height:40px;display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding:0 15px;border:1px solid rgba(255,255,255,.38);border-radius:10px;color:#fff;background:rgba(255,255,255,.11);font-size:.62rem;font-weight:800;backdrop-filter:blur(7px);transition:background .25s,border-color .25s,transform .25s}.ecosystem-ad:hover .ecosystem-ad__button{border-color:#fff;background:#fff;color:#073d58;transform:translateX(3px)}
    .ecosystem-ad__art{position:absolute;z-index:2;display:block;object-fit:contain;object-position:right bottom;filter:drop-shadow(-12px 9px 18px rgba(0,20,42,.25));transition:transform .55s var(--ease)}.ecosystem-ad__art--medflix{right:-12px;bottom:-18px;width:48%;height:73%}.ecosystem-ad__art--medprovas{right:-28px;bottom:-10px;width:53%;height:82%}.ecosystem-ad__art--revalida{right:-40px;bottom:-28px;width:61%;height:78%;filter:drop-shadow(-12px 9px 18px rgba(0,20,42,.3))}.ecosystem-ad:hover .ecosystem-ad__art{transform:scale(1.045) translateX(-3px)}

    /* Logos + Footer */
    .partners{padding:42px 0 38px;background:#fff}.partners .container{max-width:1016px}
    .partners.logo-base{padding:52px 0 48px;border-top:1px solid #edf2f7;color:#082942;background:#fff}.logo-base__group h2{margin:0 0 18px;color:#00758a;font-size:.82rem;font-weight:850;letter-spacing:.19em;text-align:center;text-transform:uppercase}.logo-base__grid{display:grid;gap:15px}.logo-base__grid--institutions{grid-template-columns:repeat(5,minmax(0,1fr))}.logo-base__grid--developers{grid-template-columns:repeat(4,minmax(0,1fr));max-width:780px;margin-inline:auto}.logo-base__card{height:94px;display:grid;place-items:center;padding:16px;border:1px solid #d9e5ef;border-radius:17px;background:#fff;box-shadow:0 9px 23px rgba(8,41,66,.045);transition:transform .25s,border-color .25s,box-shadow .25s}.logo-base__card:hover{transform:translateY(-4px);border-color:#a9cbe7;box-shadow:0 14px 30px rgba(8,41,66,.09)}.logo-base__card img{width:auto;max-width:100%;height:auto;max-height:52px;margin:0;object-fit:contain}.logo-base__divider{height:1px;margin:29px 0 27px;background:#d9e5ee}html[data-theme="dark"] .partners.logo-base{color:#082942;background:#fff}html[data-theme="dark"] .logo-base__card{border-color:#d9e5ef;background:#fff}
    .site-footer{color:#dceaff;background:linear-gradient(135deg,#061945,#082d69 75%,#07406c)}.footer-main{display:grid;grid-template-columns:235px 1fr;gap:52px;padding:42px 0 34px}.footer-brand img{width:185px;filter:brightness(0) invert(1)}.footer-brand p{margin:16px 0;color:#afc0d7;font-size:.74rem;line-height:1.65}.socials{display:flex;gap:8px}.socials a{width:33px;height:33px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:.62rem;font-weight:800;transition:.2s}.socials a:hover{color:var(--navy);background:#fff}
    .footer-links{display:grid;grid-template-columns:.8fr 1.1fr 1fr 1.2fr;gap:30px}.footer-links h2{margin:0 0 14px;color:#fff;font-size:.68rem;letter-spacing:.09em;text-transform:uppercase}.footer-links a,.footer-links span{display:block;margin:0 0 9px;color:#b9c9de;font-size:.64rem}.footer-links a:hover{color:#62e2bf}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.08)}.footer-bottom .container{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8fa6c5;font-size:.58rem}
    .back-top{position:fixed;z-index:80;right:22px;bottom:22px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--blue),var(--green));box-shadow:0 12px 25px rgba(0,95,160,.25);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s}.back-top.visible{opacity:1;visibility:visible;transform:none}

    /* Versão escura */
    html[data-theme="dark"]{color-scheme:dark}
    html[data-theme="dark"] body{color:#eaf3ff;background:#061429}
    html[data-theme="dark"] .site-header{border-color:rgba(126,166,214,.15);background:rgba(5,19,39,.92)}
    html[data-theme="dark"] .main-nav{color:#d7e7fb}
    html[data-theme="dark"] .main-nav a:hover,html[data-theme="dark"] .main-nav a[aria-current="page"]{color:#61e4c0}
    html[data-theme="dark"] .search,html[data-theme="dark"] .theme-toggle,html[data-theme="dark"] .menu-toggle{color:#eaf3ff;border-color:#28435f;background:#0d2541;box-shadow:none}
    html[data-theme="dark"] .search input{color:#fff}html[data-theme="dark"] .search input::placeholder{color:rgba(255,255,255,.72)}
    html[data-theme="dark"] .theme-toggle:hover{border-color:#46d7b1}
    html[data-theme="dark"] .theme-toggle .sun{color:#ffd447;opacity:1;background:rgba(255,205,54,.14);box-shadow:0 0 14px rgba(255,205,54,.12)}html[data-theme="dark"] .theme-toggle .moon{color:#b9d6ff;opacity:.78;background:#173d66;box-shadow:0 3px 11px rgba(47,128,237,.22)}
    html[data-theme="dark"] .top-area{background:radial-gradient(circle at 7% 18%,rgba(47,128,237,.38),transparent 31%),radial-gradient(circle at 44% 0%,rgba(19,112,218,.28),transparent 31%),radial-gradient(circle at 84% 74%,rgba(0,179,136,.31),transparent 33%),radial-gradient(circle at 98% 14%,rgba(72,214,181,.19),transparent 26%),linear-gradient(125deg,#05152f 0%,#082b54 32%,#064348 69%,#061a36 100%);background-size:150% 150%,160% 160%,145% 145%,150% 150%,240% 240%}
    html[data-theme="dark"] .top-area::before{border-color:rgba(75,145,255,.24);background:radial-gradient(circle,rgba(47,128,237,.2),transparent 67%)}
    html[data-theme="dark"] .top-area::after{border-color:rgba(0,210,160,.22);background:radial-gradient(circle,rgba(0,179,136,.22),transparent 67%)}
    html[data-theme="dark"] .feature-card{color:#f3f8ff;border-color:rgba(76,143,237,.3);background:linear-gradient(155deg,#102b4c 10%,#0b1e37 100%)}
    html[data-theme="dark"] .feature-card--green{border-color:rgba(0,190,144,.32);background:linear-gradient(155deg,#0d3d3c 5%,#0a2231 100%)}
    html[data-theme="dark"] .feature-card--deep{border-color:rgba(52,143,175,.3);background:linear-gradient(155deg,#12374a 5%,#0a2034 100%)}
    html[data-theme="dark"] .feature-card p{color:#b9c9dd}
    html[data-theme="dark"] .feature-card a{color:#79adff}html[data-theme="dark"] .feature-card--green a,html[data-theme="dark"] .feature-card--deep a{color:#61dfbd}
    html[data-theme="dark"] .editais{border-color:#25435f;background:#0a1f38;box-shadow:0 14px 36px rgba(0,0,0,.25)}
    html[data-theme="dark"] .heading-group p,html[data-theme="dark"] .spotlight-intro>p{color:#9fb2c9}
    html[data-theme="dark"] .heading-icon{color:#82b5ff;background:#12375f}html[data-theme="dark"] .heading-icon.green{color:#5de0ba;background:#0b413b}
    html[data-theme="dark"] .edital-tools select,html[data-theme="dark"] .edital-search{color:#dbe9f8;border-color:#2a4662;background:#102b46}
    html[data-theme="dark"] .edital-search input{color:#fff}html[data-theme="dark"] .edital-search input::placeholder{color:#fff;opacity:1}
    html[data-theme="dark"] .table-wrap{border-color:#294864;background:rgba(8,28,49,.82);box-shadow:0 10px 25px rgba(0,0,0,.2)}
    html[data-theme="dark"] .edital-row{border-color:#1c3652}html[data-theme="dark"] .edital-row.head{background:linear-gradient(90deg,#133454,#10413e)}
    html[data-theme="dark"] .state{color:#09263c;box-shadow:0 3px 10px rgba(0,0,0,.16)}
    html[data-theme="dark"] .sp{background:#bdf2c7}html[data-theme="dark"] .mg{background:#c8dcff}html[data-theme="dark"] .rj{background:#dfcff9}html[data-theme="dark"] .rs{background:#ffe1b8}html[data-theme="dark"] .pr{background:#c7edf2}
    html[data-theme="dark"] .news-card{border-color:#203b58;background:#0c213a;box-shadow:0 8px 24px rgba(0,0,0,.18)}
    html[data-theme="dark"] .news-meta{color:#9cafc4;border-color:#213a54}
    html[data-theme="dark"] .read{color:#75aaff}
    html[data-theme="dark"] .spotlight-title h2{color:#f2f7ff}html[data-theme="dark"] .spotlight-panel{border-color:#33405f;background:radial-gradient(circle at 8% 0%,rgba(47,128,237,.22),transparent 35%),radial-gradient(circle at 52% 100%,rgba(210,91,58,.2),transparent 36%),radial-gradient(circle at 94% 5%,rgba(119,88,205,.22),transparent 35%),linear-gradient(115deg,#0c2948,#30202b 55%,#252044);box-shadow:0 16px 40px rgba(0,0,0,.22)}
    html[data-theme="dark"] .ecosystem{background:radial-gradient(circle at 3% 18%,rgba(47,128,237,.17),transparent 31%),radial-gradient(circle at 96% 82%,rgba(0,179,136,.16),transparent 31%),linear-gradient(115deg,#07192e,#0a2036 50%,#072c32)}html[data-theme="dark"] .ecosystem-heading h2{color:#f2f7ff}
    html[data-theme="dark"] .partners{background:#fff}html[data-theme="dark"] .partners .container{padding:0;border-radius:0;background:#fff;box-shadow:none}
    html[data-theme="dark"] .button--outline{color:#88b8ff;border-color:#4f89db;background:#0c213a}
    html[data-theme="dark"] .news-empty,html[data-theme="dark"] .table-empty{color:#a9bbce;border-color:#2a4560}
    html[data-theme="dark"] .brand{filter:brightness(1.12) saturate(1.08)}

    @media(max-width:1024px){
      .container{width:min(920px,calc(100% - 36px))}.header-inner{grid-template-columns:175px 1fr auto}.brand img{width:165px}.main-nav{gap:20px;font-size:.7rem}.search{display:none}
      .hero-grid{grid-template-columns:repeat(3,1fr)}.hero-slider{grid-column:1/-1}.slider-viewport{height:290px}.slide--image img{object-fit:contain;background:#0863c7}
      .news-grid{grid-template-columns:repeat(3,1fr)}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecosystem-ad:last-child{grid-column:1/-1;min-height:350px}.footer-main{grid-template-columns:1fr}.footer-brand{max-width:340px}.logo-base__grid--institutions{grid-template-columns:repeat(3,minmax(0,1fr))}.logo-base__grid--developers{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media(max-width:800px){
      html{scroll-padding-top:82px}.site-header{height:72px}.header-inner{grid-template-columns:1fr auto auto}.brand img{width:175px}.menu-toggle{display:grid}.search{display:none}.theme-toggle{height:36px;padding-inline:10px}
      .main-nav{position:fixed;z-index:200;inset:72px 0 auto;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:18px 20px 24px;border-top:1px solid #e4eaf0;background:#fff;box-shadow:0 20px 35px rgba(8,41,66,.14);opacity:0;visibility:hidden;transform:translateY(-15px);transition:.25s var(--ease)}.main-nav.open{opacity:1;visibility:visible;transform:none}.main-nav a{padding:13px 5px}.main-nav a::after{display:none}
      html[data-theme="dark"] .main-nav{border-color:#29425d;background:#081d35;box-shadow:0 20px 35px rgba(0,0,0,.3)}
      .heading-row{align-items:flex-start;flex-direction:column}.edital-tools{width:100%}.edital-tools select,.edital-search{width:50%}.news-grid{grid-template-columns:repeat(2,1fr)}
      .tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card{min-height:260px}.ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecosystem-ad:last-child{grid-column:1/-1;min-height:350px}.footer-links{grid-template-columns:1fr 1fr}
    }
    @media(max-width:560px){
      .container{width:calc(100% - 24px)}.theme-toggle{width:70px;padding:4px;justify-content:center}.top-area{padding:26px 0 34px}.hero-grid{grid-template-columns:1fr;gap:12px}.feature-card{min-height:190px}.feature-card h2{margin-top:15px}.feature-card p{max-width:300px;font-size:.84rem}.hero-slider{grid-column:auto}.slider-viewport{height:290px}.slide--image img{object-fit:cover}.slide--revisamed,.slide--tools{grid-template-columns:1fr;padding:28px 24px}.slide-art,.mini-dashboard{display:none}.slide h2{font-size:1.45rem}.slider-arrow{width:34px;height:34px}.slider-arrow.prev{left:-8px}.slider-arrow.next{right:-8px}
      .editais{margin-top:26px;padding:22px 14px}.edital-tools{flex-direction:column}.edital-tools select,.edital-search{width:100%}.news-section{padding-block:42px}.news-grid{grid-template-columns:1fr}.news-card__body{min-height:105px}.news-card h3{font-size:.84rem}.spotlight{padding-top:42px}.spotlight-intro{margin-bottom:22px}.spotlight-title{flex-direction:column;gap:11px}.spotlight-title h2{font-size:1.35rem}.spotlight-intro>p{font-size:.76rem}.spotlight-panel{padding:16px 13px;border-radius:19px}.weekly{width:100%;padding:11px 13px;font-size:.57rem;line-height:1.4}.tools-grid{grid-template-columns:1fr}.tool-card{min-height:250px}.ecosystem{margin-top:28px;padding:42px 0}.ecosystem-heading{margin-bottom:26px}.ecosystem-grid{grid-template-columns:1fr}.ecosystem-ad,.ecosystem-ad:last-child{grid-column:auto;min-height:355px;padding:30px 22px 24px}.ecosystem-ad__content{width:68%}.ecosystem-ad__logo{height:62px}.ecosystem-ad h3{font-size:1.35rem}.ecosystem-ad p{font-size:.67rem}.ecosystem-ad__art{opacity:.9}.ecosystem-ad__art--medflix{right:-5px;width:45%;height:68%}.ecosystem-ad__art--medprovas{right:-25px;width:51%;height:78%}.ecosystem-ad__art--revalida{right:-34px;width:56%;height:72%}.partners{padding-block:26px}.logo-base__grid--institutions{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-base__grid--institutions .logo-base__card:last-child{grid-column:1/-1}.logo-base__card{height:80px;padding:13px}.footer-links{grid-template-columns:1fr}.footer-main{gap:34px}.footer-links h2{font-size:.68rem}.footer-links a,.footer-links span{font-size:.63rem}.footer-bottom .container{padding:16px 0;align-items:flex-start;flex-direction:column}.back-top{right:14px;bottom:14px}
    }
    /* Ajuste tipográfico global solicitado: +2px em todas as fontes */
    body{font-size:18px}
    .eyebrow{font-size:calc(.76rem + 2px)}.button{font-size:calc(.76rem + 2px)}
    .section-title{font-size:clamp(calc(1.7rem + 2px),calc(3vw + 2px),calc(2.25rem + 2px))}
    .main-nav{font-size:calc(.78rem + 2px)}.search input{font-size:calc(.76rem + 2px)}.theme-toggle{font-size:calc(.7rem + 2px)}
    .feature-card h2{font-size:calc(1.2rem + 2px)}.feature-card p{font-size:calc(.79rem + 2px)}.feature-card a{font-size:calc(.75rem + 2px)}
    .slide h2{font-size:calc(1.72rem + 2px)}.slide p{font-size:calc(.84rem + 2px)}
    .heading-group h2{font-size:calc(1.15rem + 2px)}.heading-group p{font-size:calc(.72rem + 2px)}
    .edital-tools select,.edital-search{font-size:calc(.72rem + 2px)}.edital-table{font-size:calc(.67rem + 2px)}.state{font-size:calc(.6rem + 2px)}.table-empty{font-size:calc(.7rem + 2px)}
    .news-heading h2{font-size:calc(1.85rem + 2px)}.news-card__category{font-size:calc(.56rem + 2px)}.news-card h3{font-size:calc(.84rem + 2px)}.news-meta{font-size:calc(.56rem + 2px)}
    .spotlight-title h2{font-size:28px}.spotlight-intro>p{font-size:20px}.weekly{font-size:18px}
    .tool-card h3{font-size:calc(1.15rem + 2px)}.tool-card p{font-size:calc(.7rem + 2px)}.tool-action{font-size:calc(.72rem + 2px)}
    .footer-brand p{font-size:calc(.74rem + 2px)}.socials a{font-size:calc(.62rem + 2px)}.footer-links h2{font-size:calc(.68rem + 2px)}.footer-links a,.footer-links span{font-size:calc(.64rem + 2px)}.footer-bottom .container{font-size:calc(.58rem + 2px)}
    @media(max-width:1024px){.main-nav{font-size:calc(.7rem + 2px)}}
    @media(max-width:560px){.feature-card p,.news-card h3{font-size:calc(.84rem + 2px)}.slide h2{font-size:calc(1.45rem + 2px)}.spotlight-title h2{font-size:23px}.spotlight-intro>p{font-size:17px}.spotlight-intro>p span{display:inline}.weekly{font-size:13px}.footer-links h2{font-size:calc(.68rem + 2px)}.footer-links a,.footer-links span{font-size:calc(.63rem + 2px)}}

    /* Atalhos do HERO: mais cor, profundidade e interação */
    .feature-card{isolation:isolate;min-height:260px;padding:22px 21px 18px;cursor:pointer;background-size:160% 160%;box-shadow:0 13px 34px rgba(20,103,200,.12),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .38s var(--ease),box-shadow .38s,border-color .38s,background-position .55s var(--ease)}
    .feature-card--editais{border-color:rgba(38,122,238,.34);background:radial-gradient(circle at 91% 8%,rgba(80,145,255,.44),transparent 37%),linear-gradient(145deg,#fff 2%,#e5f0ff 47%,#ccdeff 100%)}
    .feature-card--green{border-color:#e5c77c;background:radial-gradient(circle at 92% 7%,rgba(255,224,104,.62),transparent 40%),linear-gradient(145deg,#fdf7db 2%,#fff9d2 52%,#fffbe3 100%)}
    .feature-card--deep{border-color:rgba(103,77,190,.35);background:radial-gradient(circle at 91% 7%,rgba(136,105,225,.4),transparent 38%),linear-gradient(145deg,#fff 2%,#eee8ff 50%,#d9ddff 100%)}
    .feature-card--green::before{background:linear-gradient(90deg,#b27505,#d89a1d,#eeb63a)}.feature-card--green::after{background:rgba(238,182,58,.15)}
    .feature-card--deep::before{background:linear-gradient(90deg,#5945b8,#8d6de2,#2f80ed)}.feature-card--deep::after{background:rgba(102,75,190,.12)}
    .feature-card::before{height:5px;box-shadow:0 5px 18px rgba(47,128,237,.18)}
    .feature-card::after{width:145px;height:145px;right:-78px;top:-80px;border:1px solid rgba(255,255,255,.74);box-shadow:0 0 0 18px rgba(255,255,255,.12);transition:transform .55s var(--ease),opacity .4s}
    .feature-card:hover,.feature-card:focus-visible{transform:translateY(-9px) scale(1.018);outline:0;background-position:100% 100%}
    .feature-card--editais:hover,.feature-card--editais:focus-visible{border-color:rgba(38,122,238,.55);box-shadow:0 22px 46px rgba(39,122,233,.22),0 0 0 4px rgba(47,128,237,.07)}
    .feature-card--green:hover,.feature-card--green:focus-visible{border-color:#d99a1d;box-shadow:0 22px 46px rgba(178,117,5,.22),0 0 0 4px rgba(238,182,58,.1)}
    .feature-card--deep:hover,.feature-card--deep:focus-visible{border-color:rgba(103,77,190,.62);box-shadow:0 22px 46px rgba(92,68,173,.22),0 0 0 4px rgba(117,88,204,.08)}
    .feature-card:hover::after,.feature-card:focus-visible::after{transform:translate(-9px,12px) scale(1.22) rotate(14deg)}
    .feature-icon{overflow:visible}.feature-icon::after{content:"";position:absolute;inset:-7px;border:1px solid rgba(47,128,237,.17);border-radius:21px;opacity:0;transform:scale(.78);transition:.35s var(--ease)}
    .feature-card--green .feature-icon{background:linear-gradient(145deg,#f4c972,#dea232);box-shadow:0 12px 24px rgba(178,117,5,.25)}.feature-card--deep .feature-icon{background:linear-gradient(145deg,#8e71e6,#5240ae);box-shadow:0 12px 24px rgba(83,61,169,.27)}
    .feature-card--green .feature-icon::after{border-color:rgba(222,162,50,.3)}.feature-card--deep .feature-icon::after{border-color:rgba(103,77,190,.24)}
    .feature-card:hover .feature-icon,.feature-card:focus-visible .feature-icon{transform:translateY(-3px) rotate(-6deg) scale(1.09)}
    .feature-card:hover .feature-icon::after,.feature-card:focus-visible .feature-icon::after{opacity:1;transform:scale(1)}
    .feature-card h2{margin:16px 0 9px}.feature-link{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:17px;color:#2174db;font-size:calc(.7rem + 2px);font-weight:850}
    .feature-card--green .feature-link{color:#8f5d00}.feature-card--deep .feature-link{color:#5b45b2}
    .feature-link b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#2f80ed;box-shadow:0 8px 16px rgba(47,128,237,.22);transition:transform .3s var(--ease),box-shadow .3s}
    .feature-card--green .feature-link b{background:#dea232;box-shadow:0 8px 16px rgba(178,117,5,.24)}.feature-card--deep .feature-link b{background:#654fc0;box-shadow:0 8px 16px rgba(85,63,174,.24)}
    .feature-card:hover .feature-link b,.feature-card:focus-visible .feature-link b{transform:translateX(4px) rotate(-8deg);box-shadow:0 11px 22px rgba(25,96,155,.26)}
    html[data-theme="dark"] .feature-card--editais{border-color:rgba(76,143,237,.34);background:radial-gradient(circle at 92% 8%,rgba(47,128,237,.2),transparent 36%),linear-gradient(150deg,#123154,#0b1f39)}
    html[data-theme="dark"] .feature-card--green{border-color:rgba(231,177,57,.46);background:radial-gradient(circle at 92% 8%,rgba(226,166,37,.27),transparent 38%),linear-gradient(150deg,#5a4015,#2c281e 78%,#152037)}
    html[data-theme="dark"] .feature-card--deep{border-color:rgba(145,117,225,.42);background:radial-gradient(circle at 92% 8%,rgba(126,92,213,.24),transparent 38%),linear-gradient(150deg,#372a63,#1d203e 75%,#102238)}
    html[data-theme="dark"] .feature-card--green .feature-link{color:#ffd56a}html[data-theme="dark"] .feature-card--deep .feature-link{color:#c4b3ff}

    /* Fundo full bleed aplicado em toda a seção Temas em Destaque */
    .spotlight{position:relative;isolation:isolate;overflow:visible;margin-top:56px;padding:44px 25px 34px;border:0;border-radius:0;background:transparent;box-shadow:none}
    .spotlight::before{content:"";position:absolute;z-index:-1;inset:0 auto 0 50%;width:100vw;transform:translateX(-50%);background:radial-gradient(circle at 4% 4%,rgba(47,128,237,.2),transparent 28%),radial-gradient(circle at 34% 100%,rgba(0,179,136,.16),transparent 31%),radial-gradient(circle at 66% 100%,rgba(216,101,67,.17),transparent 34%),radial-gradient(circle at 96% 4%,rgba(112,83,204,.2),transparent 31%),linear-gradient(115deg,#e9f3ff,#edfaf6 33%,#fff4ed 66%,#eee9ff);box-shadow:0 15px 38px rgba(8,41,66,.08)}
    .spotlight-intro{position:relative;z-index:2;margin-bottom:30px}
    .spotlight-panel{position:relative;z-index:2;overflow:visible;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
    .spotlight-panel::before{display:none}
    html[data-theme="dark"] .spotlight{border:0;background:transparent;box-shadow:none}
    html[data-theme="dark"] .spotlight::before{background:radial-gradient(circle at 8% 0%,rgba(47,128,237,.22),transparent 35%),radial-gradient(circle at 34% 100%,rgba(0,179,136,.16),transparent 35%),radial-gradient(circle at 66% 100%,rgba(210,91,58,.2),transparent 36%),radial-gradient(circle at 94% 5%,rgba(119,88,205,.22),transparent 35%),linear-gradient(115deg,#0c2948,#10382f 34%,#30202b 67%,#252044);box-shadow:0 16px 40px rgba(0,0,0,.22)}
    html[data-theme="dark"] .spotlight-panel{border:0;background:transparent;box-shadow:none}

    /* Flashcards no mesmo dourado claro do card Notícias */
    .tool-card--flash{color:#082942;border-color:#e5c77c;background:radial-gradient(circle at 92% 7%,rgba(255,224,104,.62),transparent 40%),linear-gradient(145deg,#fdf7db 2%,#fff9d2 52%,#fffbe3 100%);box-shadow:0 14px 30px rgba(178,117,5,.13)}
    .tool-card--flash::before{border-color:rgba(178,117,5,.28);box-shadow:0 0 0 34px rgba(238,182,58,.07)}
    .tool-card--flash::after{background:linear-gradient(to top,rgba(178,117,5,.08),transparent)}
    .tool-card--flash .tool-number{color:rgba(178,117,5,.4)}
    .tool-card--flash .tool-icon{color:#fff;border-color:rgba(255,255,255,.7);background:linear-gradient(145deg,#f4c972,#dea232);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 5px 8px rgba(143,93,0,.2),0 14px 24px rgba(178,117,5,.38)}
    .tool-card--flash p{color:#55647e}
    .tool-card--flash .tool-action{color:#8f5d00}
    .tool-card--flash .tool-action i{color:#fff;background:#dea232;box-shadow:0 8px 16px rgba(178,117,5,.22)}
    .tool-card--flash:hover,.tool-card--flash:focus-visible{border-color:#d99a1d;box-shadow:0 24px 44px rgba(178,117,5,.22)}
    .tool-card--flash:hover .tool-action i,.tool-card--flash:focus-visible .tool-action i{color:#fff;background:#b27505}

    @media(max-width:560px){.feature-card{min-height:218px}.feature-card h2{margin-top:12px}}
    @media(max-width:560px){.spotlight{margin-top:42px;padding:34px 14px 22px}.spotlight-intro{margin-bottom:22px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
    .logo-base__card img{aspect-ratio:auto}
  