*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--verde: #1D9E75;--verde-bg: #E1F5EE;--verde-txt: #0F6E56;--amber: #BA7517;--amber-bg: #FAEEDA;--amber-txt: #854F0B;--purple: #534AB7;--purple-bg: #EEEDFE;--purple-txt: #3C3489;--coral: #993C1D;--coral-bg: #FAECE7;--coral-txt: #712B13;--text: #1a1a18;--text-muted: #5f5e5a;--text-hint: #888780;--border: rgba(0,0,0,.1);--surface: #f8f7f4;--white: #ffffff;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--surface);font-size:16px;line-height:1.6}nav{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:.5px solid var(--border);background:var(--white);position:sticky;top:0;z-index:100}.logo{font-size:16px;font-weight:600;color:var(--text);text-decoration:none}.logo span{color:var(--verde)}.nav-pts{font-size:13px;font-weight:700;color:var(--amber-txt);background:var(--amber-bg);padding:5px 12px;border-radius:20px}.ads-block{padding:14px 20px;background:var(--white);border-bottom:.5px solid var(--border);text-align:center;font-size:11px;color:var(--text-hint);min-height:90px;display:flex;align-items:center;justify-content:center}.container{max-width:640px;margin:0 auto;padding:0 0 48px}.cooldown-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;margin:20px 16px;display:none}.cooldown-icon{font-size:48px;margin-bottom:14px}.cooldown-card h2{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.cooldown-card p{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.6}.countdown-display{font-size:36px;font-weight:800;color:var(--amber-txt);background:var(--amber-bg);padding:14px 32px;border-radius:var(--radius-md);display:inline-block;margin-bottom:20px;font-variant-numeric:tabular-nums}.acoes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.btn-acao{padding:10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:background .15s;display:block}.btn-acao:hover{background:var(--border)}.page-hero{background:var(--white);border-bottom:.5px solid var(--border);padding:28px 20px 24px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;background:var(--verde-bg);color:var(--verde-txt);margin-bottom:14px}.page-hero h1{font-size:clamp(18px,4vw,24px);font-weight:700;color:var(--text);margin-bottom:6px}.page-hero p{font-size:13px;color:var(--text-muted);max-width:420px;margin:0 auto;line-height:1.6}.missao-meta{background:var(--white);border-bottom:.5px solid var(--border);padding:14px 20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.meta-badge{font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px}.meta-sep{color:var(--border)}.progresso-sticky{position:sticky;top:57px;z-index:90;background:var(--white);border-bottom:.5px solid var(--border);padding:10px 20px;display:flex;align-items:center;gap:12px}.prog-label{font-size:12px;font-weight:600;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.prog-bar-wrap{flex:1;background:var(--surface);border-radius:20px;height:8px;overflow:hidden}.prog-bar{height:100%;border-radius:20px;background:var(--verde);transition:width .3s ease;width:0%}.prog-pct{font-size:12px;font-weight:700;color:var(--verde-txt);white-space:nowrap;flex-shrink:0;min-width:36px;text-align:right}.timer-badge{font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;background:var(--amber-bg);color:var(--amber-txt);flex-shrink:0;font-variant-numeric:tabular-nums}.artigo{padding:28px 20px;background:var(--white);border-bottom:.5px solid var(--border)}.artigo h2{font-size:22px;font-weight:700;color:var(--text);margin-bottom:16px;line-height:1.3}.artigo-img{width:100%;height:200px;background:linear-gradient(135deg,var(--purple-bg),var(--verde-bg));border-radius:var(--radius-md);margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:48px}.artigo p{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.artigo h3{font-size:17px;font-weight:700;color:var(--text);margin:24px 0 12px}.artigo ul{padding-left:20px;margin-bottom:16px}.artigo ul li{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:6px}.artigo strong{color:var(--text);font-weight:700}.destaque-box{background:var(--verde-bg);border-left:3px solid var(--verde);padding:14px 16px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:20px 0}.destaque-box p{color:var(--verde-txt);font-size:14px;margin:0;line-height:1.6}.validar-section{padding:20px;background:var(--white);border-top:.5px solid var(--border)}.requisitos-card{background:var(--surface);border:.5px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;margin-bottom:14px}.req-row{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13px;color:var(--text-muted)}.req-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0;background:var(--surface);border:1.5px solid var(--border)}.req-icon.ok{background:var(--verde-bg);border-color:var(--verde);color:var(--verde-txt)}.btn-validar{width:100%;padding:14px;background:var(--surface);color:var(--text-hint);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;font-weight:700;cursor:not-allowed;transition:all .3s}.btn-validar.liberado{background:var(--verde);color:#fff;border-color:var(--verde);cursor:pointer;transform:none}.btn-validar.liberado:hover{opacity:.88;transform:translateY(-1px)}.seo-section{background:var(--white);border-top:.5px solid var(--border);padding:32px 20px;max-width:640px;margin:0 auto}.seo-section h2{font-size:17px;font-weight:700;color:var(--text);margin-bottom:12px}.seo-section h3{font-size:14px;font-weight:600;color:var(--text);margin:18px 0 6px}.seo-section p{font-size:13px;color:var(--text-muted);line-height:1.75;margin-bottom:10px}footer{padding:24px 20px;text-align:center;font-size:12px;color:var(--text-hint);border-top:.5px solid var(--border);line-height:1.8}footer strong{color:var(--text-muted)}
