/* Atlas da Aprovação — ferramentas gratuitas públicas v28 */
:root{
  --atlas-blue:#123a6f;
  --atlas-blue-2:#2457d6;
  --atlas-deep:#071a35;
  --atlas-gold:#f4b43f;
  --atlas-ink:#0f172a;
  --atlas-muted:#64748b;
  --atlas-line:#dbe5f1;
  --atlas-soft:#f4f8ff;
  --atlas-ok:#16a34a;
  --atlas-warn:#f59e0b;
  --atlas-danger:#e11d48;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#f4f8ff 0%,#fff 42%,#f8fbff 100%);color:var(--atlas-ink);overflow-x:hidden}
a{color:inherit}.tool-nav{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #e5edf7}.tool-nav-in{max-width:1180px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.tool-logo img{height:46px;display:block}.tool-menu{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.tool-menu a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #dbe5f1;background:#fff;color:#10213d;border-radius:999px;padding:9px 14px;font-weight:900;font-size:.93rem}.tool-menu a.primary{background:var(--atlas-blue);border-color:var(--atlas-blue);color:#fff}.tool-wrap{max-width:1180px;margin:0 auto;padding:38px 18px 76px}.tool-hero{position:relative;overflow:hidden;border-radius:34px;padding:42px;background:radial-gradient(circle at 88% 12%,rgba(244,180,63,.38),transparent 29%),linear-gradient(135deg,#071a35 0%,#123a6f 58%,#2457d6 100%);color:#fff;box-shadow:0 24px 70px rgba(15,23,42,.16)}.tool-hero::after{content:"";position:absolute;right:-70px;top:-90px;width:260px;height:260px;border-radius:999px;background:rgba(244,180,63,.28)}.tool-eyebrow{display:inline-flex;border-radius:999px;border:1px solid rgba(255,255,255,.28);padding:8px 12px;background:rgba(255,255,255,.12);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.tool-hero h1{position:relative;z-index:1;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98;margin:18px 0 12px;letter-spacing:-.055em;max-width:900px}.tool-hero p{position:relative;z-index:1;max-width:820px;color:rgba(255,255,255,.88);font-size:1.12rem;line-height:1.75;margin:0}.tool-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.tool-trust span{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-weight:850;font-size:.86rem;color:#fff}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.tool-grid.two{grid-template-columns:1.1fr .9fr}.tool-card,.tool-panel{background:#fff;border:1px solid var(--atlas-line);border-radius:28px;box-shadow:0 16px 46px rgba(15,23,42,.08);padding:24px}.tool-card{display:flex;flex-direction:column;gap:12px}.tool-card-icon{font-size:2.2rem}.tool-card h2,.tool-panel h2{margin:0;color:#0f172a;font-size:1.48rem;line-height:1.18}.tool-card p,.tool-panel p,.tool-muted{margin:0;color:var(--atlas-muted);line-height:1.65}.tool-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:16px;background:var(--atlas-gold);color:#2f2104;font-weight:950;padding:13px 16px;min-height:48px;cursor:pointer;font-size:1rem}.tool-btn.blue{background:var(--atlas-blue);color:#fff}.tool-btn.soft{background:#eef4ff;color:#2457d6}.tool-card .tool-btn{margin-top:auto}.tool-section{margin-top:26px}.tool-split{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.tool-form .field{margin:12px 0}.tool-form label:not(.tool-check){display:block;font-weight:900;color:#334155;margin-bottom:6px}.tool-form input,.tool-form select,.tool-form textarea{width:100%;border:1px solid #d5e1ef;border-radius:15px;padding:12px 13px;font:inherit;background:#fff;color:#0f172a}.tool-form textarea{min-height:100px;resize:vertical}.tool-inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tool-check{display:flex;gap:9px;color:#475569;font-size:.9rem;line-height:1.5;align-items:flex-start}.tool-alert{border-radius:16px;padding:14px;margin:14px 0;line-height:1.55}.tool-alert.error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.tool-alert.info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.tool-result{display:grid;gap:12px;margin-top:16px}.tool-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.tool-kpi{background:#f8fbff;border:1px solid #dbe5f1;border-radius:18px;padding:14px}.tool-kpi span{display:block;color:#64748b;font-size:.82rem;font-weight:800}.tool-kpi strong{font-size:1.7rem;color:#0f172a}.tool-status{border-radius:20px;padding:18px;border:1px solid #dbe5f1}.tool-status.ok{background:#ecfdf5;border-color:#bbf7d0;color:#14532d}.tool-status.warn{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.tool-status.danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.tool-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.tool-list{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.tool-list li{border:1px solid #e5edf7;background:#fbfdff;border-radius:16px;padding:12px;color:#334155;line-height:1.55}.tool-progress{height:12px;background:#e5edf7;border-radius:999px;overflow:hidden;margin:10px 0}.tool-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--atlas-blue),var(--atlas-blue-2),var(--atlas-gold));border-radius:999px}.tool-question{border:1px solid #e5edf7;background:#fff;border-radius:20px;padding:16px;margin:12px 0}.tool-question h3{margin:0 0 10px;font-size:1.05rem}.tool-options{display:grid;gap:8px}.tool-options label{border:1px solid #e5edf7;border-radius:14px;padding:11px 12px;display:flex;gap:9px;color:#334155;background:#fbfdff;cursor:pointer}.tool-review{display:grid;gap:10px;margin-top:14px}.tool-review-item{border-radius:16px;padding:13px;border:1px solid #e5edf7;background:#fff}.tool-review-item.ok{border-color:#bbf7d0;background:#ecfdf5}.tool-review-item.bad{border-color:#fecdd3;background:#fff1f2}.tool-footer{text-align:center;color:#64748b;border-top:1px solid #e5edf7;padding:32px 18px;background:#fff}.tool-bottom-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:90;display:none;grid-template-columns:1fr 1fr;gap:10px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid #dbe5f1;border-radius:22px;padding:10px;box-shadow:0 24px 70px rgba(15,23,42,.22)}.tool-bottom-cta a{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;border-radius:16px;padding:12px 10px;font-weight:950;font-size:.92rem;line-height:1.15;border:1px solid #dbe5f1;background:#fff;color:#123a6f;min-height:46px}.tool-bottom-cta a.primary{background:var(--atlas-gold);color:#2f2104;border-color:var(--atlas-gold)}
@media(max-width:980px){.tool-grid,.tool-grid.two,.tool-split{grid-template-columns:1fr}.tool-nav-in{flex-wrap:wrap;justify-content:center;text-align:center}.tool-logo{width:100%;display:flex;justify-content:center}.tool-menu{width:100%;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:2px 2px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tool-menu::-webkit-scrollbar{display:none}.tool-menu a{white-space:nowrap;flex:0 0 auto}.tool-hero{padding:30px;border-radius:28px}.tool-bottom-cta{display:grid}body{padding-bottom:86px}.tool-footer{padding-bottom:108px!important}}
@media(max-width:620px){.tool-wrap{padding-left:16px;padding-right:16px}.tool-inline,.tool-kpis{grid-template-columns:1fr}.tool-logo img{max-width:210px;height:auto}.tool-hero h1{font-size:2.25rem}.tool-hero p{font-size:1rem}.tool-card,.tool-panel{padding:20px;border-radius:24px}.tool-btn{width:100%}.tool-bottom-cta{left:10px;right:10px;bottom:10px}}

.tool-btn:disabled,.tool-btn[aria-disabled="true"]{opacity:.55;cursor:not-allowed;box-shadow:none;filter:grayscale(.12)}
.tool-btn:disabled:hover{transform:none}

/* HOTFIX MOBILE 2026-06 — ferramentas gratuitas sem estouro horizontal */
html,body{max-width:100%;overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto}.tool-wrap,.tool-grid,.tool-card,.tool-panel,.tool-result{min-width:0}.tool-btn{white-space:normal;text-align:center}.tool-form pre,.tool-form code{white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:620px){.tool-grid,.tool-grid.two,.tool-split,.tool-inline,.tool-kpis{grid-template-columns:1fr!important}.tool-actions .tool-btn{width:100%}.tool-hero{padding:24px 18px}.tool-hero h1{font-size:clamp(2rem,11vw,2.6rem);line-height:1}}
