@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#f5f7fa;color:#2d3748}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f7fafc;color:#2d3748;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}.app-root{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;max-width:100vw}main{flex:1}.mega-header{background:linear-gradient(135deg,#0f2027,#1a365d,#2d3748);color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 4px 30px #0003}.mega-nav{max-width:1400px;margin:0 auto}.mega-nav-bar{display:flex;align-items:center;padding:0 40px;min-height:70px;gap:10px;flex-wrap:wrap}.mega-nav-brand{font-size:2em;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;letter-spacing:-.02em}.mega-nav-tagline{font-size:.8em;color:#ffffff80;margin-right:auto;display:none}@media (min-width:900px){.mega-nav-tagline{display:inline}}.mega-mobile-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.5em;cursor:pointer;padding:4px 12px;border-radius:8px;margin-left:auto}@media (max-width:768px){.mega-mobile-toggle{display:block}}.mega-nav-links{display:flex;gap:6px;align-items:center}@media (max-width:768px){.mega-nav-links{display:none;flex-direction:column;width:100%;padding:10px 0}.mega-nav-links.mobile-open{display:flex}}.mega-nav-link{color:#fffc;text-decoration:none;font-weight:600;font-size:.9em;padding:8px 16px;border-radius:8px;transition:all .2s;white-space:nowrap}.mega-nav-link:hover,.mega-nav-link.active{color:#fff;background:#667eea40}.mega-dropdown{position:absolute;left:0;right:0;background:#fff;color:#2d3748;box-shadow:0 20px 60px #00000026;border-top:3px solid #667eea;animation:dropIn .2s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mega-dropdown-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:35px 40px}.mega-dropdown-left h3{font-size:1.5em;color:#1a365d;margin-bottom:10px}.mega-dropdown-left p{color:#718096;margin-bottom:20px}.mega-subcats{margin-bottom:18px}.mega-subcat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;transition:background .15s}.mega-subcat-name{font-size:.9em;color:#2d3748;font-weight:500}.mega-subcat-count{font-size:.8em;color:#667eea;font-weight:700;background:#ebf4ff;padding:3px 10px;border-radius:50px}.mega-cta{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 24px;border-radius:50px;text-decoration:none;font-weight:700;font-size:.9em;transition:transform .2s,box-shadow .2s}.mega-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.mega-dropdown-right h4{color:#1a365d;margin-bottom:15px;font-size:1em}.mega-featured-item{display:flex;gap:15px;padding:12px 0;border-bottom:1px solid #e2e8f0;text-decoration:none;color:#2d3748;transition:background .2s;align-items:center}.mega-featured-item:hover{background:#f7fafc}.mega-featured-item:last-child{border-bottom:none}.mega-featured-item img{width:70px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0}.mega-featured-item div{display:flex;flex-direction:column}.mega-featured-item strong{font-size:.9em;color:#1a365d;line-height:1.3}.mega-featured-item span{font-size:.8em;color:#a0aec0;margin-top:4px}.container{max-width:1400px;margin:0 auto;padding:40px 20px;overflow-x:hidden}.stories-section{background:#fff;padding:18px 0;margin-bottom:0;border-bottom:1px solid #e2e8f0}.stories-title{font-size:1.1em;color:#1a365d;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #667eea;display:inline-block;margin-left:20px}.stories-carousel{display:flex;gap:18px;overflow-x:auto;padding:15px 20px;scroll-snap-type:x mandatory;justify-content:center}.stories-carousel::-webkit-scrollbar{height:5px}.stories-carousel::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.story-thumb{flex:0 0 auto;width:90px;text-align:center;cursor:pointer;scroll-snap-align:start;transition:transform .2s}.story-thumb:hover{transform:translateY(-4px)}.story-thumb-ring{width:76px;height:76px;border-radius:50%;overflow:hidden;border:3px solid #667eea;margin:0 auto 8px;position:relative}.story-thumb-ring img{width:100%;height:100%;object-fit:cover}.story-thumb.new .story-thumb-ring:after{content:"";position:absolute;bottom:0;right:0;width:16px;height:16px;background:#38a169;border-radius:50%;border:2px solid white}.story-thumb-label{font-size:.75em;color:#4a5568;line-height:1.3;display:block;max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto}.rotation-info{text-align:center;font-size:.85em;color:#718096;margin-top:15px}.story-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000eb;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.story-modal-card{position:relative;width:480px;max-width:95vw;max-height:95vh;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.story-modal-image-wrap{position:relative;border-radius:16px;overflow:hidden;cursor:pointer}.story-modal-img{width:100%;height:600px;object-fit:cover;display:block}.story-modal-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 30px 30px;background:linear-gradient(transparent,#000000d9);color:#fff}.story-modal-cat{display:inline-block;padding:5px 14px;border-radius:50px;font-size:.8em;font-weight:600;margin-bottom:10px}.story-modal-cat.financas{background:#d69e2e;color:#fff}.story-modal-cat.software{background:#319795;color:#fff}.story-modal-cat.educacao{background:#805ad5;color:#fff}.story-modal-cat.legal{background:#e53e3e;color:#fff}.story-modal-cat.saude{background:#38a169;color:#fff}.story-modal-title{font-size:1.6em;line-height:1.3;margin-bottom:10px;color:#fff}.story-modal-excerpt{font-size:.95em;line-height:1.5;color:#ffffffd9;margin-bottom:15px}.story-modal-cta{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 24px;border-radius:50px;font-weight:600;font-size:.9em}.story-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#0009;color:#fff;border:none;border-radius:50%;font-size:1.1em;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.story-modal-close:hover{background:#000000e6}.story-modal-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 0;color:#ffffffb3;font-size:.85em}.story-modal-nav button{background:none;border:none;color:#fffc;cursor:pointer;font-size:.9em;padding:8px 16px;border-radius:8px;transition:background .2s}.story-modal-nav button:hover{background:#ffffff1a;color:#fff}.section-title{font-size:1.8em;color:#1a365d;margin:40px 0 30px;padding-bottom:15px;border-bottom:3px solid #667eea}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin-bottom:60px}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s,box-shadow .3s}.article-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.article-image-link{display:block;position:relative;text-decoration:none}.article-image{width:100%;height:160px;object-fit:cover}.article-content{padding:16px}.article-category{display:inline-block;padding:6px 15px;border-radius:50px;font-size:.8em;font-weight:600;margin-bottom:12px}.article-category.financas{background:#fefcbf;color:#744210}.article-category.software{background:#e6fffa;color:#234e52}.article-category.educacao{background:#e9d8fd;color:#553c9a}.article-category.legal{background:#fed7d7;color:#742a2a}.article-category.saude{background:#c6f6d5;color:#22543d}.article-title{font-size:1em;color:#1a365d;margin-bottom:8px;line-height:1.4}.article-title a{color:inherit;text-decoration:none}.article-title a:hover{color:#667eea}.article-excerpt{color:#4a5568;line-height:1.5;font-size:.88em;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85em;color:#718096;padding-top:15px;border-top:1px solid #e2e8f0}.read-more{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s}.read-more:hover{color:#764ba2}.cat-hero{background:linear-gradient(135deg,var(--cat-color, #667eea),#1a365d);color:#fff;padding:60px 40px;position:relative;overflow:hidden}.cat-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.cat-hero-inner{max-width:1400px;margin:0 auto;position:relative}.cat-hero-icon{font-size:3em;display:block;margin-bottom:10px}.cat-hero h1{font-size:2.8em;margin-bottom:10px;font-weight:800}.cat-hero p{font-size:1.1em;opacity:.9;max-width:600px;margin-bottom:25px}.cat-hero-stats{display:flex;gap:30px}.cat-stat{text-align:center;background:#ffffff26;padding:15px 25px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cat-stat strong{display:block;font-size:1.6em}.cat-stat span{font-size:.8em;opacity:.8}.cat-subcats{max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;gap:10px;flex-wrap:wrap;background:#fff;border-bottom:1px solid #e2e8f0}.cat-subcat-pill{background:#edf2f7;color:#4a5568;padding:8px 18px;border-radius:50px;font-size:.85em;font-weight:500;transition:all .2s;cursor:default}.cat-subcat-pill strong{color:#667eea;margin-left:6px;font-size:.85em}.cat-subcat-pill:hover{background:#667eea;color:#fff}.cat-subcat-pill:hover strong{color:#fff}.article-breadcrumb{max-width:1400px;margin:0 auto;padding:15px 40px;font-size:.9em;color:#718096;background:#fff;border-bottom:1px solid #e2e8f0}.article-breadcrumb a{color:#667eea;text-decoration:none}.article-breadcrumb a:hover{text-decoration:underline}.article-breadcrumb span{margin:0 6px}.article-layout{max-width:1400px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}@media (max-width:900px){.article-layout{grid-template-columns:1fr;padding:15px}}.article-main{background:#fff;padding:50px;border-radius:16px;box-shadow:0 10px 40px #00000014;overflow-x:hidden}.article-main h1{font-size:2em;color:#1a365d;margin:15px 0;line-height:1.3}.article-meta-bar{display:flex;gap:20px;font-size:.9em;color:#718096;margin-bottom:25px}.article-hero-wrap{position:relative;overflow:hidden;border-radius:12px;margin:0 0 25px}.article-hero-image{width:100%;height:400px;object-fit:cover;display:block}.article-hero-credit{position:absolute;bottom:2px;right:2px;font-size:.72em;color:#ffffff8c;background:#00000059;padding:4px 10px;border-radius:4px 0 12px;letter-spacing:.02em;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.article-body{color:#2d3748;line-height:1.8;font-size:1.05em}.article-body h2{color:#1a365d;margin-top:40px;margin-bottom:15px;padding:15px 20px;background:#edf2f7;border-left:5px solid #667eea;border-radius:0 8px 8px 0}.article-body h3{color:#2d3748;margin-top:30px;margin-bottom:10px}.article-body p{margin:15px 0}.article-body ol,.article-body ul{margin:15px 0;padding-left:25px}.article-body li{margin:8px 0}.article-body strong{color:#1a365d}.article-body table{width:100%;border-collapse:collapse;margin:25px 0;border-radius:8px;overflow:hidden;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (min-width:769px){.article-body table{display:table}}.article-body th{background:#1a365d;color:#fff;padding:14px 18px;text-align:left;font-weight:600}.article-body td{padding:12px 18px;border-bottom:1px solid #e2e8f0}.article-body tr:nth-child(2n){background:#f7fafc}.article-body tr:hover{background:#edf2f7}.article-body em{color:#718096;font-size:.9em}.fact-box{background:#f0fff4;border-left:5px solid #38a169;padding:20px;margin:20px 0;border-radius:8px}.fact-box strong{color:#22543d}.article-bottom-tags{margin-top:35px;padding-top:25px;border-top:1px solid #e2e8f0}.article-bottom-tags h4{color:#1a365d;margin-bottom:12px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-pill{display:inline-block;background:#edf2f7;color:#4a5568;padding:6px 14px;border-radius:50px;font-size:.82em;font-weight:500;transition:all .2s;cursor:default}.article-nav{margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.article-sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:25px}.sidebar-widget{background:#fff;padding:25px;border-radius:16px;box-shadow:0 6px 25px #0000000f}.sidebar-heading{font-size:1em;color:#1a365d;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #667eea}.sidebar-ranking{list-style:none;padding:0;counter-reset:rank}.sidebar-ranking li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0}.sidebar-ranking li:last-child{border-bottom:none}.sidebar-ranking a{color:#2d3748;text-decoration:none;font-size:.88em;line-height:1.4;transition:color .2s}.sidebar-ranking a:hover{color:#667eea}.ranking-num{font-weight:800;color:#667eea;font-size:.9em;flex-shrink:0;min-width:28px}.sidebar-related{list-style:none;padding:0}.sidebar-related li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;align-items:center}.sidebar-related li:last-child{border-bottom:none}.sidebar-thumb{width:60px;height:45px;object-fit:cover;border-radius:8px;flex-shrink:0}.sidebar-related a{color:#2d3748;text-decoration:none;font-size:.88em;line-height:1.4;transition:color .2s}.sidebar-related a:hover{color:#667eea}.sidebar-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.sidebar-cta h3{color:#fff;margin-bottom:8px}.sidebar-cta p{font-size:.9em;opacity:.9;margin-bottom:15px}.sidebar-input{width:100%;padding:12px 15px;border:none;border-radius:8px;font-size:.9em;margin-bottom:10px;background:#fff3;color:#fff}.sidebar-input::placeholder{color:#fff9}.sidebar-btn{width:100%;padding:12px;border:none;border-radius:8px;background:#fff;color:#667eea;font-weight:700;font-size:.95em;cursor:pointer;transition:transform .2s,box-shadow .2s}.sidebar-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.site-footer{background:linear-gradient(135deg,#0f2027,#1a365d,#2d3748);color:#ffffffbf;padding:60px 20px 30px;margin-top:auto}.footer-inner{max-width:1400px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-col h4{color:#fff;font-size:1.1em;margin-bottom:15px}.footer-col p{font-size:.9em;line-height:1.6}.footer-col a{display:block;color:#ffffffb3;text-decoration:none;padding:4px 0;font-size:.9em;transition:color .2s}.footer-col a:hover{color:#667eea}.footer-copy{text-align:center;font-size:.85em;opacity:.6;border-top:1px solid rgba(255,255,255,.1);padding-top:25px}@media (max-width:768px){.mega-nav-bar{padding:0 15px;min-height:56px}.mega-nav-brand{font-size:1.5em}.mega-mobile-toggle{padding:6px 10px;font-size:1.3em}.mega-nav-links{gap:0}.mega-nav-link{padding:12px 16px;width:100%}.articles-grid{grid-template-columns:1fr}.story-modal-card{width:98vw}.story-modal-img{height:450px}.story-modal-title{font-size:1.3em}.article-main{padding:18px;border-radius:12px}.article-hero-image{height:200px;border-radius:8px}.article-main h1{font-size:1.4em}.cat-hero{padding:30px 15px}.cat-hero h1{font-size:1.8em}.cat-hero p{font-size:.95em}.cat-hero-stats{flex-wrap:wrap;gap:10px}.cat-stat{padding:10px 15px}.cat-subcats{padding:12px 15px}.article-breadcrumb{padding:10px 15px;font-size:.8em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.article-layout{padding:15px}.article-body{font-size:.95em}.article-body h2{font-size:1.1em;padding:10px 14px}.footer-inner{grid-template-columns:1fr;gap:25px}.mega-dropdown-inner{grid-template-columns:1fr;gap:20px;padding:20px 15px}.stories-section{padding:12px 0}.stories-carousel{justify-content:flex-start;padding:10px 15px}.article-meta-bar{flex-wrap:wrap;gap:8px}.container{padding:20px 15px}.section-title{font-size:1.4em}}.article-pubdate{color:#718096;font-size:.82em;font-weight:500;letter-spacing:.01em}.sidebar-item-date{display:block;font-size:.75em;color:#a0aec0;margin-top:2px}.article-meta-bar .article-pubdate{font-size:.9em;color:#4a5568}.tag-pill{cursor:pointer;text-decoration:none}.tag-pill:hover{background:#667eea;color:#fff}.sub-nav{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:70px;z-index:90;box-shadow:0 2px 10px #0000000a}.sub-nav-inner{max-width:1400px;margin:0 auto;padding:10px 40px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.sub-nav-search{display:flex;align-items:center;background:#f7fafc;border:2px solid #e2e8f0;border-radius:50px;padding:0 4px 0 14px;transition:border-color .2s;flex-shrink:0}.sub-nav-search:focus-within{border-color:#667eea;background:#fff}.sub-nav-search-icon{font-size:.95em;color:#a0aec0}.sub-nav-search-input{border:none;background:transparent;padding:8px 10px;font-size:.9em;outline:none;width:200px;color:#2d3748}.sub-nav-search-input::placeholder{color:#a0aec0}.sub-nav-search-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:7px 18px;border-radius:50px;font-weight:600;font-size:.82em;cursor:pointer;transition:transform .15s}.sub-nav-search-btn:hover{transform:scale(1.05)}.sub-nav-cats{display:flex;gap:4px}.sub-nav-cat-btn{background:none;border:none;color:#4a5568;font-size:.82em;font-weight:500;padding:6px 12px;border-radius:8px;cursor:pointer;transition:all .15s;white-space:nowrap}.sub-nav-cat-btn:hover{background:#edf2f7;color:#1a365d}.sub-nav-tags{display:flex;gap:5px;margin-left:auto;overflow:hidden}.sub-nav-tag-btn{background:#f0f4ff;color:#667eea;border:none;padding:4px 12px;border-radius:50px;font-size:.75em;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.sub-nav-tag-btn:hover{background:#667eea;color:#fff}.hub-hero{background:linear-gradient(135deg,var(--hub-color, #667eea),#1a365d);color:#fff;padding:70px 40px;position:relative;overflow:hidden}.hub-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffffff0d;border-radius:50%}.hub-hero-inner{max-width:1400px;margin:0 auto;position:relative}.hub-hero-icon{font-size:3em;display:block;margin-bottom:10px}.hub-hero h1{font-size:2.6em;font-weight:800;margin-bottom:12px}.hub-hero p{font-size:1.15em;opacity:.9;max-width:650px;margin-bottom:25px;line-height:1.6}.hub-hero-cta{display:inline-block;background:#fff;color:#1a365d;padding:14px 32px;border-radius:50px;font-weight:700;font-size:1em;text-decoration:none;transition:transform .2s,box-shadow .2s}.hub-hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000040}.hub-subareas{max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;gap:10px;flex-wrap:wrap;background:#fff;border-bottom:1px solid #e2e8f0}.hub-subarea-pill{background:#f0f4ff;color:#4a5568;padding:8px 18px;border-radius:50px;font-size:.85em;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.hub-subarea-pill strong{color:#667eea;font-size:.85em}.hub-subarea-pill:hover{background:#667eea;color:#fff}.hub-subarea-pill:hover strong{color:#fff}.mega-dropdown-desc{color:#718096;margin-bottom:15px;font-size:.9em;line-height:1.5}.mega-subcat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;transition:background .15s;text-decoration:none;color:#2d3748}.mega-subcat-row:hover{background:#edf2f7}@media (max-width:768px){.hub-hero{padding:40px 15px 30px}.hub-hero h1{font-size:1.6em}.hub-hero p{font-size:.95em}.hub-subareas{padding:12px 15px}}.search-results-header{margin-bottom:30px}.search-results-title{font-size:1.4em;color:#1a365d;margin:0 0 15px}.search-filters{display:flex;flex-wrap:wrap;gap:8px}.search-filter-btn{background:#edf2f7;color:#4a5568;border:none;padding:8px 18px;border-radius:50px;font-size:.85em;font-weight:500;cursor:pointer;transition:all .2s}.search-filter-btn:hover,.search-filter-btn.active{background:#667eea;color:#fff}.search-filter-btn.financas.active{background:#d69e2e;color:#fff}.search-filter-btn.software.active{background:#319795;color:#fff}.search-filter-btn.educacao.active{background:#805ad5;color:#fff}.search-filter-btn.legal.active{background:#e53e3e;color:#fff}.search-filter-btn.saude.active{background:#38a169;color:#fff}.search-empty{text-align:center;padding:60px 20px}.search-empty p{font-size:1.1em;color:#4a5568}.search-empty-hint{font-size:.95em;color:#a0aec0;margin-top:8px}mark.search-highlight{background:#fefcbf;color:#744210;padding:1px 4px;border-radius:3px;font-weight:600}@media (max-width:768px){.sub-nav{top:56px}.sub-nav-inner{padding:8px 15px;gap:8px}.sub-nav-search{width:100%;order:-1}.sub-nav-search-input{width:100%;flex:1}.sub-nav-cats{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.sub-nav-tags{display:none}}
