/* Danxis Etapa 15 — Exposição na Mídia */
.stage15-media-section .section-symbol{background:#e9f7fb;color:#0a7896}
.stage15-intro,.stage15-toolbar,.stage15-config-box,.stage15-loading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.stage15-intro>div,.stage15-toolbar>div,.stage15-loading>div,.stage15-config-copy{min-width:0}
.stage15-intro strong,.stage15-toolbar strong,.stage15-config-copy strong,.stage15-loading strong{display:block;color:#102c47;font-size:12px}
.stage15-intro span,.stage15-toolbar span,.stage15-config-copy span,.stage15-loading span{display:block;color:#687d91;font-size:10px;line-height:1.5;margin-top:4px}
.stage15-primary,.stage15-secondary{border-radius:10px;padding:9px 12px;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}
.stage15-primary{border:1px solid #0b2e6b;background:#0b2e6b;color:#fff}
.stage15-secondary{border:1px solid #cadbe6;background:#fff;color:#0b2e6b}
.stage15-primary:disabled,.stage15-secondary:disabled{opacity:.55;cursor:wait}
.stage15-guidance{margin:14px 0;border-left:4px solid #19a7d1;background:#f1fafd;color:#31546b;padding:11px 13px;border-radius:0 10px 10px 0;font-size:10px;line-height:1.55}
.stage15-guidance strong{color:#0b607d}
.stage15-footnote{margin-top:13px;color:#74879a;font-size:9px;line-height:1.5}
.stage15-loading{justify-content:flex-start;padding:22px 4px}
.stage15-spinner{width:28px;height:28px;border:3px solid #d9eaf1;border-top-color:#0b7898;border-radius:50%;animation:stage15Spin .8s linear infinite;flex:0 0 auto}
@keyframes stage15Spin{to{transform:rotate(360deg)}}
.stage15-config-box{justify-content:flex-start;background:#f7fbfd;border:1px solid #dbe9f0;border-radius:13px;padding:15px}
.stage15-config-icon{width:38px;height:38px;border-radius:11px;background:#e6f4f8;color:#0b7898;display:grid;place-items:center;font-size:20px;flex:0 0 auto}
.stage15-config-form{margin-top:12px;border:1px solid #e0e8ee;border-radius:13px;padding:14px}
.stage15-config-form label{display:block;color:#2c4359;font-size:10px;font-weight:800;margin-bottom:7px}
.stage15-config-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.stage15-config-row input{width:100%;min-width:0;border:1px solid #d1dee7;border-radius:10px;padding:10px 11px;color:#152b40;background:#fff;outline:none;font-size:11px}
.stage15-config-row input:focus{border-color:#2f91ad;box-shadow:0 0 0 3px rgba(47,145,173,.12)}
.stage15-config-form small{display:block;color:#74879a;font-size:9px;margin-top:7px}
.stage15-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}
.stage15-metrics>div{border:1px solid #e1eaf0;background:#f8fbfd;border-radius:11px;padding:11px;min-width:0}
.stage15-metrics span{display:block;color:#6d8294;font-size:9px}
.stage15-metrics strong{display:block;color:#0b2e6b;font-size:20px;margin-top:3px}
.stage15-warning{display:grid;gap:5px;margin:10px 0;padding:10px 12px;border-radius:10px;background:#fff8e7;border:1px solid #f0dfac;color:#7b5b13;font-size:9px}
.stage15-filters{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0 10px}
.stage15-filters button{border:1px solid #d8e3eb;background:#fff;color:#536a7e;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;cursor:pointer}
.stage15-filters button.active{background:#0b2e6b;border-color:#0b2e6b;color:#fff}
.stage15-results{display:grid;gap:9px}
.stage15-result{border:1px solid #e0e8ee;border-radius:13px;padding:14px;background:#fff}
.stage15-result-top{display:flex;align-items:center;justify-content:space-between;gap:9px}
.stage15-type,.stage15-relevance{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.35px}
.stage15-type.news{background:#e9f8f2;color:#147154}.stage15-type.web{background:#eef4fb;color:#315f8b}.stage15-relevance{background:#f4f1fb;color:#675486}
.stage15-result h4{margin:10px 0 5px;color:#102c47;font-size:12px;line-height:1.45}
.stage15-meta{display:flex;gap:12px;flex-wrap:wrap;color:#74879a;font-size:9px}
.stage15-result p{margin:9px 0;color:#41586d;font-size:10px;line-height:1.6}
.stage15-result-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:10px}
.stage15-result-foot a{color:#0b607d;font-size:9px;font-weight:800;text-decoration:none;white-space:nowrap}
.stage15-result-foot a:hover{text-decoration:underline}
.stage15-match{display:flex;gap:5px;flex-wrap:wrap}.stage15-match span{border:1px solid #dbe5ec;background:#f8fbfd;color:#61778b;border-radius:999px;padding:4px 7px;font-size:8px}
.stage15-empty,.stage15-error{border:1px dashed #cedbe4;border-radius:13px;padding:25px 16px;text-align:center;color:#6a7f92}
.stage15-empty strong,.stage15-error strong{display:block;color:#274058;font-size:12px}.stage15-empty span,.stage15-error span{display:block;font-size:10px;line-height:1.55;margin:5px auto 12px;max-width:560px}
@media(max-width:760px){.stage15-metrics{grid-template-columns:1fr 1fr}.stage15-intro,.stage15-toolbar{align-items:flex-start;flex-direction:column}.stage15-config-row{grid-template-columns:1fr}.stage15-primary,.stage15-secondary{width:100%}.stage15-result-foot{align-items:flex-start;flex-direction:column}}
@media(max-width:460px){.stage15-metrics{grid-template-columns:1fr}.stage15-result-top{align-items:flex-start;flex-direction:column}}
