@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.hu-scope{--brand-ink:#132d46;--brand-accent:#00c48e;--brand-accent-deep:#00b894;--brand-gradient:linear-gradient(135deg,#132d46,#00c48e);--hu-background:#f6f8f9;--hu-foreground:#0e1b27;--hu-card:#fff;--hu-muted:#e7edf2;--hu-muted-foreground:#5b7287;--hu-border:#e7edf2;--hu-border-strong:#a9b8c6;--hu-primary:#132d46;--hu-accent:#00c48e;--ink-900:#0e1b27;--ink-700:#2b3e50;--ink-500:#5b7287;--ink-300:#a9b8c6;--ink-100:#e7edf2;--ink-50:#f6f8f9;--hu-shadow-sm:0 1px 2px rgba(16,32,44,.06),0 1px 3px rgba(16,32,44,.04);--hu-shadow:0 6px 20px rgba(16,32,44,.08);--hu-shadow-md:0 10px 24px rgba(16,32,44,.1);--hu-shadow-lg:0 20px 40px rgba(16,32,44,.14);--cat-feature-bg:#d1fae5;--cat-feature-fg:#065f46;--cat-feature-dot:#00c48e;--cat-improve-bg:#e0f2fe;--cat-improve-fg:#075985;--cat-improve-dot:#0284c7;--cat-fix-bg:#fef3c7;--cat-fix-fg:#92400e;--cat-fix-dot:#f59e0b;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--hu-foreground);-webkit-font-smoothing:antialiased;font-feature-settings:"cv02","cv03","cv04","cv11"}.hu-root{background:var(--hu-background);display:flex;flex-direction:column;height:100vh;overflow:hidden;min-width:0}.hu-scope *,.hu-scope :after,.hu-scope :before{box-sizing:border-box}.hu-scope button{font:inherit}.hu-scope input,.hu-scope textarea{font:inherit;color:inherit}.hu-scope ::-webkit-scrollbar{width:8px;height:8px}.hu-scope ::-webkit-scrollbar-track{background:transparent}.hu-scope ::-webkit-scrollbar-thumb{background:#d4dce4;border-radius:999px}.hu-scope ::-webkit-scrollbar-thumb:hover{background:#a9b8c6}.hu-scope .r-badge{gap:6px;font-size:11px;font-weight:600;padding:4px 8px;line-height:1}.hu-scope .r-badge,.hu-scope .r-btn{display:inline-flex;align-items:center;border-radius:6px}.hu-scope .r-btn{justify-content:center;gap:8px;height:36px;padding:0 16px;border:none;font-weight:500;font-size:14px;cursor:pointer;transition:background .12s,filter .12s,box-shadow .12s;box-shadow:var(--hu-shadow-sm)}.hu-scope .r-btn:hover{filter:brightness(.94)}.hu-scope .r-btn:active{transform:translateY(.5px)}.hu-scope .r-btn--outline{background:transparent;color:var(--hu-primary);border:1px solid var(--hu-border-strong);box-shadow:none}.hu-scope .hero{position:relative;flex-shrink:0;background:linear-gradient(95deg,#132d46,#0c5f49 48%,#00b585);color:#fff;padding:26px 40px 30px;overflow:hidden}.hu-scope .hero:after{content:"";position:absolute;inset:0;background:radial-gradient(520px circle at 88% -30%,hsla(0,0%,100%,.16),transparent 62%);pointer-events:none}.hu-scope .hero-inner{position:relative;display:flex;align-items:center;gap:18px}.hu-scope .hero h1{margin:0;font-size:38px;font-weight:800;letter-spacing:-.025em;line-height:1.05}.hu-scope .hero p{margin:7px 0 0;font-size:15px;color:hsla(0,0%,100%,.8);font-weight:400}.hu-scope .scroll-area{flex:1;overflow:auto}.hu-scope .content{max-width:1100px;margin:0 auto;padding:24px 36px 60px}.hu-scope .tabbar{display:flex;align-items:stretch;gap:4px;background:var(--hu-card);border:1px solid var(--hu-border);border-radius:12px;box-shadow:var(--hu-shadow);padding:6px;margin-top:8px;position:relative;z-index:2}.hu-scope .tab{appearance:none;border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:8px;font-size:14px;font-weight:500;color:var(--ink-500);position:relative;transition:color .12s,background .12s}.hu-scope .tab:hover:not(.is-disabled):not(.is-active){background:#f1f4f7;color:var(--ink-700)}.hu-scope .tab.is-active{color:var(--brand-accent-deep);font-weight:600}.hu-scope .tab.is-active:after{content:"";position:absolute;left:18px;right:18px;bottom:-6px;height:3px;background:var(--brand-accent);border-radius:999px 999px 0 0}.hu-scope .tab.is-disabled{color:var(--ink-300);cursor:default}.hu-scope .tab .soon{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--ink-100);color:var(--ink-500);padding:3px 7px;border-radius:999px}.hu-scope .searchbar{display:flex;align-items:center;gap:10px;margin:22px 0 0;padding:0 12px 0 14px;height:46px;background:var(--hu-card);border:1px solid var(--hu-border-strong);border-radius:11px;box-shadow:var(--hu-shadow-sm);transition:border-color .12s,box-shadow .12s}.hu-scope .searchbar:focus-within{border-color:var(--brand-accent);box-shadow:0 0 0 3px rgba(0,196,142,.18)}.hu-scope .searchbar-ico{color:var(--ink-500);display:inline-flex;flex-shrink:0}.hu-scope .searchbar input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:14px;color:var(--ink-900)}.hu-scope .searchbar input::placeholder{color:var(--ink-500)}.hu-scope .searchbar-clear{flex-shrink:0;width:28px;height:28px;border:0;border-radius:7px;cursor:pointer;background:var(--ink-100);color:var(--ink-500);display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.hu-scope .searchbar-clear:hover{background:#dde4ea;color:var(--ink-900)}.hu-scope .months{display:flex;gap:8px;flex-wrap:wrap;margin:14px 2px 4px}.hu-scope .month{display:inline-flex;align-items:center;gap:8px;padding:7px 11px 7px 14px;border-radius:999px;cursor:pointer;background:var(--hu-card);border:1px solid var(--hu-border-strong);transition:background .12s,border-color .12s}.hu-scope .month:hover:not(.is-active){background:#f1f4f7}.hu-scope .month.is-active{background:var(--hu-primary);border-color:var(--hu-primary)}.hu-scope .month-name{font-size:13px;font-weight:600;color:var(--ink-700)}.hu-scope .month.is-active .month-name{color:#fff}.hu-scope .month-count{font-size:11px;font-weight:700;min-width:22px;text-align:center;padding:1px 7px;border-radius:999px;background:var(--ink-100);color:var(--ink-700);font-variant-numeric:tabular-nums}.hu-scope .month.is-active .month-count{background:hsla(0,0%,100%,.22);color:#fff}.hu-scope .counter{display:flex;align-items:center;gap:9px;margin:12px 2px 14px;color:var(--ink-500);font-size:13px}.hu-scope .counter strong{color:var(--ink-700);font-weight:700}.hu-scope .counter .pulse{width:7px;height:7px;border-radius:999px;background:var(--brand-accent);box-shadow:0 0 0 0 rgba(0,196,142,.5);animation:hu-pulse 2.4s infinite}@keyframes hu-pulse{0%{box-shadow:0 0 0 0 rgba(0,196,142,.45)}70%{box-shadow:0 0 0 7px rgba(0,196,142,0)}to{box-shadow:0 0 0 0 rgba(0,196,142,0)}}.hu-scope .feed{display:flex;flex-direction:column;gap:16px}.hu-scope .note{background:var(--hu-card);border:1px solid var(--hu-border);border-radius:12px;box-shadow:var(--hu-shadow);padding:20px 22px}.hu-scope .note-meta{display:flex;align-items:center;gap:10px;margin-bottom:11px}.hu-scope .note-unread{width:8px;height:8px;border-radius:999px;background:var(--brand-accent);flex-shrink:0;box-shadow:0 0 0 3px rgba(0,196,142,.16)}.hu-scope .note-unread.placeholder{background:transparent;box-shadow:none}.hu-scope .note-date{margin-left:auto;font-size:12px;color:var(--ink-500);font-variant-numeric:tabular-nums;white-space:nowrap}.hu-scope .note-title{margin:0 0 8px;font-size:18px;font-weight:600;letter-spacing:-.01em;line-height:1.3;color:var(--ink-900)}.hu-scope .note-body{font-size:14px;line-height:1.62;color:var(--ink-700)}.hu-scope .note-body p{margin:0 0 9px}.hu-scope .note-body p:last-child{margin-bottom:0}.hu-scope .note-body ul{margin:6px 0 9px;padding-left:18px}.hu-scope .note-body li{margin-bottom:4px}.hu-scope .note-body strong{color:var(--ink-900);font-weight:600}.hu-scope .note-body.teaser{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.hu-scope .note-foot{display:flex;align-items:center;gap:14px;margin-top:11px}.hu-scope .note-more{display:inline-flex;align-items:center;gap:4px;background:none;border:0;padding:0;cursor:pointer;color:var(--brand-accent-deep);font-size:13px;font-weight:600}.hu-scope .note-more svg{transition:transform .15s}.hu-scope .note--clickable:hover .note-more svg{transform:translateX(2px)}.hu-scope .note-media-hint{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--ink-300)}.hu-scope .note--clickable{cursor:pointer;transition:box-shadow .14s,transform .14s,border-color .14s}.hu-scope .note--clickable:hover{box-shadow:var(--hu-shadow-md);transform:translateY(-2px)}.hu-scope .note-title-btn{appearance:none;background:none;border:0;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-align:left;letter-spacing:inherit}.hu-scope .note-title-btn:hover{color:var(--brand-accent-deep)}.hu-scope .cat-dot{width:6px;height:6px;border-radius:999px;flex-shrink:0}.hu-scope .r-badge.cat-feature{background:var(--cat-feature-bg);color:var(--cat-feature-fg)}.hu-scope .r-badge.cat-feature .cat-dot{background:var(--cat-feature-dot)}.hu-scope .r-badge.cat-improve{background:var(--cat-improve-bg);color:var(--cat-improve-fg)}.hu-scope .r-badge.cat-improve .cat-dot{background:var(--cat-improve-dot)}.hu-scope .r-badge.cat-fix{background:var(--cat-fix-bg);color:var(--cat-fix-fg)}.hu-scope .r-badge.cat-fix .cat-dot{background:var(--cat-fix-dot)}.hu-scope .note.hl-bg{background:#f0fdf6;border-color:#b8ead4}.hu-scope .badge-destaque{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.hu-scope .badge-destaque svg{color:#f59e0b}.hu-scope .badge-editada{background:#eef2f6;color:var(--ink-700);border:1px solid var(--hu-border-strong)}.hu-scope .badge-editada svg{color:var(--brand-accent-deep)}.hu-scope .note-media{margin-top:14px;border:1px solid var(--hu-border);border-radius:10px;overflow:hidden;background:#fbfcfd}.hu-scope .media-cap{font-size:11px;color:var(--ink-500);padding:8px 12px;border-top:1px solid var(--hu-border);background:#fff;display:flex;align-items:center;gap:6px}.hu-scope .empty{text-align:center;padding:70px 24px;display:flex;flex-direction:column;align-items:center;gap:14px}.hu-scope .empty-ico{width:64px;height:64px;border-radius:18px;background:var(--ink-100);color:var(--ink-500);display:flex;align-items:center;justify-content:center}.hu-scope .empty h3{margin:0;font-size:17px;font-weight:600;color:var(--ink-900)}.hu-scope .empty p{margin:0;font-size:14px;color:var(--ink-500);max-width:360px}.hu-scope .skel{background:var(--hu-card);border:1px solid var(--hu-border);border-radius:12px;box-shadow:var(--hu-shadow);padding:20px 22px}.hu-scope .sk{background:linear-gradient(90deg,#eef1f4 25%,#f5f7f9 37%,#eef1f4 63%);background-size:400% 100%;animation:hu-shimmer 1.3s ease-in-out infinite;border-radius:6px}@keyframes hu-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes hu-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hu-scope .fade-up{animation:hu-fadeUp .25s ease-out both}.hu-scope .pager{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:28px}.hu-scope .pager-arrow,.hu-scope .pager-num{height:34px;min-width:34px;padding:0 6px;border-radius:8px;cursor:pointer;background:var(--hu-card);border:1px solid var(--hu-border-strong);color:var(--ink-700);font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s,border-color .12s}.hu-scope .pager-arrow:hover:not(:disabled),.hu-scope .pager-num:hover:not(.is-active){background:#f1f4f7}.hu-scope .pager-num.is-active{background:var(--hu-primary);color:#fff;border-color:var(--hu-primary)}.hu-scope .pager-arrow:disabled{color:var(--ink-300);border-color:var(--hu-border);cursor:default}.hu-scope .modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(14,27,39,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:40px 24px;animation:hu-ovlIn .16s ease-out}@keyframes hu-ovlIn{0%{opacity:0}to{opacity:1}}.hu-scope .modal-dialog{position:relative;width:100%;max-width:720px;max-height:86vh;background:var(--hu-card);border-radius:16px;box-shadow:var(--hu-shadow-lg);display:flex;flex-direction:column;overflow:hidden;animation:hu-dlgIn .18s cubic-bezier(.2,.7,.3,1)}@keyframes hu-dlgIn{0%{transform:translateY(10px) scale(.99)}to{transform:none}}.hu-scope .modal-dialog.is-destaque{box-shadow:var(--hu-shadow-lg),inset 0 3px 0 var(--brand-accent)}.hu-scope .modal-close{position:absolute;top:14px;right:14px;z-index:2;width:34px;height:34px;border-radius:8px;border:0;cursor:pointer;background:rgba(246,248,249,.85);color:var(--ink-500);display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.hu-scope .modal-close:hover{background:#e7edf2;color:var(--ink-900)}.hu-scope .modal-scroll{overflow-y:auto;padding:30px 34px 24px}.hu-scope .modal-scroll .note-meta{padding-right:40px}.hu-scope .modal-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--hu-border);background:#fbfcfd;flex-shrink:0}.hu-scope .detail-title{margin:12px 0 0;font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--ink-900);padding-right:28px}.hu-scope .detail-pubdate{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:8px;font-size:12px;color:var(--ink-500)}.hu-scope .detail-pubdate>span{display:inline-flex;align-items:center;gap:6px}.hu-scope .detail-edited{color:var(--brand-accent-deep);font-weight:600}.hu-scope .detail-body{margin-top:16px;font-size:15px;line-height:1.7;color:var(--ink-700)}.hu-scope .detail-body p{margin:0 0 12px}.hu-scope .detail-body p:last-child{margin-bottom:0}.hu-scope .detail-body ul{margin:8px 0 12px;padding-left:20px}.hu-scope .detail-body li{margin-bottom:7px}.hu-scope .detail-body strong{color:var(--ink-900);font-weight:600}.hu-scope .detail-body .note-h{margin:18px 0 8px;font-weight:700;letter-spacing:-.01em;color:var(--ink-900)}.hu-scope .detail-body h2.note-h{font-size:19px}.hu-scope .detail-body h3.note-h{font-size:17px}.hu-scope .detail-body h4.note-h{font-size:15px}.hu-scope .detail-body .note-hr{border:0;border-top:1px solid var(--hu-border);margin:16px 0}.hu-scope .note-body .note-h{font-size:15px;font-weight:700;margin:10px 0 5px;color:var(--ink-900)}.hu-scope .note-body .note-hr{border:0;border-top:1px solid var(--hu-border);margin:10px 0}.hu-scope .detail-body a,.hu-scope .note-body a{color:var(--brand-accent-deep);font-weight:600}.hu-scope .detail-nav-btn{display:inline-flex;align-items:center;gap:6px;cursor:pointer;background:none;border:0;padding:6px 4px;border-radius:6px;color:var(--ink-700);font-size:13px;font-weight:600;transition:color .12s}.hu-scope .detail-nav-btn:hover:not(:disabled){color:var(--brand-accent-deep)}.hu-scope .detail-nav-btn:disabled{color:var(--ink-300);cursor:default}.hu-scope .tutorials-embed{margin-top:16px}.hu-scope .modal-dialog.hu-news{max-width:640px}.hu-scope .hu-news-head{display:flex;align-items:center;gap:14px;padding:24px 28px 18px;border-bottom:1px solid var(--hu-border);background:linear-gradient(95deg,#132d46,#0c5f49 48%,#00b585);color:#fff}.hu-scope .hu-news-ico{width:42px;height:42px;border-radius:11px;flex-shrink:0;background:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.28);display:flex;align-items:center;justify-content:center}.hu-scope .hu-news-head h2{margin:0;font-size:20px;font-weight:800;letter-spacing:-.02em}.hu-scope .hu-news-head p{margin:3px 0 0;font-size:13px;color:hsla(0,0%,100%,.82)}.hu-scope .hu-news .modal-close{background:hsla(0,0%,100%,.16);color:#fff}.hu-scope .hu-news .modal-close:hover{background:hsla(0,0%,100%,.28);color:#fff}.hu-scope .hu-news-body{background:var(--hu-background);padding:20px 24px}.hu-scope .hu-news-foot{justify-content:space-between}.hu-scope .hu-news-cta{background:var(--brand-accent);color:#fff}.hu-scope .modal-overlay.hu-news-overlay{z-index:40}.hu-scope .note-media--zoom{cursor:zoom-in}.hu-scope .media-lightbox{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.88);display:flex;flex-direction:column;align-items:stretch}.hu-scope .media-lightbox-scroll{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;padding:20px 20px 8px}.hu-scope .media-lightbox-scroll img{border-radius:8px;box-shadow:0 12px 48px rgba(0,0,0,.6);display:block}.hu-scope .media-lightbox-bar{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4px;padding:10px 0 14px}.hu-scope .media-lightbox-zoom-btn{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);border-radius:8px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .15s}.hu-scope .media-lightbox-zoom-btn:hover:not(:disabled){background:hsla(0,0%,100%,.24)}.hu-scope .media-lightbox-zoom-btn:disabled{opacity:.3;cursor:default}.hu-scope .media-lightbox-pct{min-width:46px;text-align:center;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.9)}.hu-scope .media-lightbox-close{position:fixed;top:16px;right:20px;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.22);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .15s}.hu-scope .media-lightbox-close:hover{background:hsla(0,0%,100%,.26)}