:root{--bg:#f7f7f5;--surface:#fff;--text:#1a1a1a;--text-muted:#6b6b6b;--accent:#c0392b;--accent-dark:#962d22;--border:#e5e5e5;--shadow:0 2px 8px #0000000f;font-family:Georgia,Times New Roman,serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--surface);border-bottom:3px solid var(--accent);z-index:10;box-shadow:var(--shadow);position:sticky;top:0}.header-top{color:#ddd;text-transform:capitalize;background:#1a1a1a;justify-content:space-between;padding:.4rem 1.5rem;font-family:system-ui,sans-serif;font-size:.75rem;display:flex}.header-main{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo{color:var(--text);background:0 0;border:0;align-items:center;gap:.75rem;padding:0;display:flex}.logo-img{width:auto;height:36px;display:block}.search{border:1px solid var(--border);background:#f7f7f5;border-radius:24px;outline:none;flex:1;max-width:320px;padding:.6rem 1rem;font-family:system-ui,sans-serif;font-size:.9rem;transition:border-color .2s}.search:focus{border-color:var(--accent)}.nav{border-top:1px solid var(--border);scrollbar-width:none;-ms-overflow-style:none;gap:.25rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav-item{color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;margin-bottom:-1px;padding:.9rem 1.1rem;font-family:system-ui,sans-serif;font-size:.95rem;font-weight:500;transition:all .15s}.nav-item:hover{color:var(--text)}.nav-item.active{color:var(--accent);border-bottom-color:var(--accent)}.main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.hero{grid-template-columns:2fr 1fr;gap:1rem;height:480px;margin-bottom:3rem;display:grid}.hero-main,.hero-small{cursor:pointer;background-position:50%;background-size:cover;border-radius:8px;transition:transform .25s;position:relative;overflow:hidden}.hero-main:hover,.hero-small:hover{transform:translateY(-3px)}.hero-side{grid-template-rows:1fr 1fr;gap:1rem;display:grid}.hero-overlay{color:#fff;background:linear-gradient(#0000,#000000e6);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.hero-overlay h2{margin:.5rem 0;font-size:1.9rem;line-height:1.15}.hero-overlay h3{margin:0;font-size:1.15rem;line-height:1.2}.hero-overlay p{opacity:.95;margin:0;font-family:system-ui,sans-serif;font-size:.95rem}.badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:3px;padding:.3rem .6rem;font-family:system-ui,sans-serif;font-size:.7rem;font-weight:700;display:inline-block}.section-title{border-bottom:2px solid var(--text);margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.5rem}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--surface);box-shadow:var(--shadow);cursor:pointer;border-radius:8px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.card-image{background-color:#ddd;background-position:50%;background-size:cover;height:180px}.card-body{flex-direction:column;flex:1;padding:1.2rem;display:flex}.card-cat{color:var(--accent);text-transform:uppercase;letter-spacing:1px;align-self:flex-start;margin-bottom:.5rem;font-family:system-ui,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.card-body h3{color:var(--text);margin:0 0 .6rem;font-size:1.2rem;line-height:1.25}.card-body p{color:var(--text-muted);flex:1;margin:0 0 1rem;font-family:system-ui,sans-serif;font-size:.9rem}.card-meta{color:var(--text-muted);border-top:1px solid var(--border);justify-content:space-between;padding-top:.6rem;font-family:system-ui,sans-serif;font-size:.78rem;display:flex}.empty{text-align:center;color:var(--text-muted);padding:3rem;font-family:system-ui,sans-serif}.article-page{background:var(--surface);max-width:760px;box-shadow:var(--shadow);border-radius:8px;margin:0 auto;padding:2.5rem}.back-btn{color:var(--accent);background:0 0;border:0;margin-bottom:1.5rem;padding:0;font-family:system-ui,sans-serif;font-size:.95rem}.back-btn:hover{text-decoration:underline}.article-page h1{margin:.5rem 0 1rem;font-size:2.3rem;line-height:1.15}.article-resumo{color:var(--text-muted);margin:0 0 1.5rem;font-size:1.2rem;line-height:1.5}.article-meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;margin-bottom:2rem;padding:1rem 0;font-family:system-ui,sans-serif;font-size:.9rem;display:flex}.article-image,.article-video{border-radius:6px;width:100%;margin-bottom:2rem;display:block}.article-video{background:#000}.video-thumb{aspect-ratio:16/9;cursor:pointer;color:#fff;background-color:#222;border:0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;padding:0;transition:filter .2s;display:flex;position:relative;overflow:hidden}.video-thumb-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.video-thumb:before{content:"";background:#00000059;transition:background .2s;position:absolute;inset:0}.video-thumb:hover:before{background:#00000080}.play-icon{width:84px;height:84px;color:var(--accent);background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;padding-left:6px;font-size:2.2rem;transition:transform .2s;display:flex;position:relative;box-shadow:0 6px 18px #00000073}.video-thumb:hover .play-icon{transform:scale(1.08)}.video-hint{letter-spacing:.5px;text-shadow:0 1px 4px #0009;margin-top:1rem;font-family:system-ui,sans-serif;font-size:.9rem;position:relative}.modal-backdrop{z-index:100;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:12px;width:100%;max-width:360px;padding:2.5rem 2rem 1.5rem;font-family:system-ui,sans-serif;animation:.2s ease-out slideUp;position:relative;box-shadow:0 20px 60px #00000059}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{color:#999;background:0 0;border:0;padding:.25rem .5rem;font-size:1.75rem;line-height:1;position:absolute;top:.5rem;right:.75rem}.modal-close:hover{color:#333}.ig-logo{text-align:center;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Segoe Script,Brush Script MT,cursive;font-size:2.5rem}.modal-sub{text-align:center;color:#666;margin:0 0 1.5rem;font-size:.9rem}.modal-form{flex-direction:column;gap:.6rem;display:flex}.modal-form input{background:#fafafa;border:1px solid #ddd;border-radius:6px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.modal-form input:focus{background:#fff;border-color:#888}.ig-btn{color:#fff;background:#0095f6;border:0;border-radius:8px;margin-top:.5rem;padding:.7rem;font-size:.95rem;font-weight:600;transition:background .15s,opacity .15s}.ig-btn:hover:not(:disabled){background:#1877f2}.ig-btn:disabled{opacity:.55;cursor:not-allowed}.modal-foot{text-align:center;margin-top:1.25rem;font-size:.8rem}.modal-foot a{color:#00376b;text-decoration:none}.article-body p{margin:0 0 1.3rem;font-size:1.1rem;line-height:1.75}.removed-notice{background:var(--surface);border:1px solid var(--border);text-align:center;max-width:560px;box-shadow:var(--shadow);color:var(--text-muted);border-radius:12px;margin:3rem auto;padding:3rem 2rem}.removed-notice svg{color:var(--accent);margin-bottom:1rem}.removed-notice h1{color:var(--text);margin:0 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.removed-notice p{margin:0;font-family:system-ui,sans-serif;font-size:1rem;line-height:1.55}.footer{color:#ccc;background:#1a1a1a;margin-top:4rem;font-family:system-ui,sans-serif}.footer-cols{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid}.footer-cols h4{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem;font-size:1rem}.footer-cols p,.footer-cols li{color:#aaa;font-size:.9rem;line-height:1.6}.footer-cols ul{margin:0;padding:0;list-style:none}.footer-cols li{padding:.25rem 0}.footer-bottom{text-align:center;color:#888;border-top:1px solid #333;padding:1.2rem 1.5rem;font-size:.8rem}@media (width<=768px){.hero{grid-template-columns:1fr;height:auto}.hero-main{height:320px}.hero-side{grid-template-rows:none;grid-template-columns:1fr 1fr;height:200px}.hero-overlay h2{font-size:1.4rem}.header-main{flex-direction:column;align-items:stretch}.search{max-width:none}.article-page{padding:1.5rem}.article-page h1{font-size:1.6rem}}
