
:root{
  --yellow:#FEC635;
  --yellow-ink:#8a6900;
  --header-height:54px;
  --nav-height:0px;
  --construction-height:32px;
  --safe-top:env(safe-area-inset-top,0px);
  --safe-bottom:0px;
}
*{box-sizing:border-box}
html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#fff;color:#181818;font-family:Arial,Helvetica,sans-serif;-webkit-text-size-adjust:100%}
button,a{font:inherit;-webkit-tap-highlight-color:transparent}
.orbi-construction-bar{height:var(--construction-height);display:flex;align-items:center;justify-content:center;padding:0 12px;background:var(--yellow);color:#111;font-size:12px;font-weight:800;letter-spacing:.3px;text-align:center}
.category-app{height:calc(100dvh - var(--construction-height));width:100%;background:#fff}
.category-header{position:relative;z-index:20;height:calc(var(--header-height) + var(--safe-top));padding-top:var(--safe-top);display:grid;grid-template-columns:48px 1fr 48px;align-items:center;background:var(--yellow);color:#111}
.category-header h1{margin:0;text-align:center;font-size:16px;line-height:1;font-weight:500;letter-spacing:0}
.back{width:42px;height:42px;margin-left:3px;color:#111;display:grid;place-items:center;text-decoration:none}
.back svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.category-shell{height:calc(100dvh - var(--construction-height) - var(--header-height) - var(--safe-top) - var(--nav-height));display:block;overflow-y:auto;overflow-x:hidden;background:#fff;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.category-shell::-webkit-scrollbar{display:none}
.category-columns{display:grid;grid-template-columns:clamp(112px,29vw,154px) minmax(0,1fr);min-height:100%;align-items:start;background:#fff}
.category-list{position:sticky;top:0;height:calc(100dvh - var(--construction-height) - var(--header-height) - var(--safe-top));max-height:calc(100dvh - var(--construction-height) - var(--header-height) - var(--safe-top));overflow-y:auto;overscroll-behavior:contain;background:#f7f7f7;border-right:1px solid #dedede;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-self:start}
.category-list::-webkit-scrollbar{display:none}
.category-option{position:relative;width:100%;min-height:74px;padding:12px 10px 12px 16px;border:0;border-bottom:1px solid #dedede;background:#f7f7f7;color:#171717;text-align:left;font-size:14px;line-height:1.25;cursor:pointer}
.category-option span{display:block;overflow-wrap:anywhere}
.category-option.is-active{background:#fff;color:var(--yellow-ink);font-weight:700}
.category-option.is-active::before{content:"";position:absolute;left:3px;top:5px;bottom:5px;width:3px;border-radius:3px;background:var(--yellow)}
.category-view{min-height:100%;height:auto;overflow:visible;background:#fff;scrollbar-width:none}
.category-view::-webkit-scrollbar{display:none}
.category-image{display:block;width:100%;height:auto;min-height:1px;margin:0;border:0;object-fit:contain;background:#fff}
.orbz-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid #ddd;z-index:5000;display:grid;grid-template-columns:repeat(5,1fr);padding:4px 2px;box-shadow:0 -1px 7px rgba(0,0,0,.05);margin:0;transform:none}
.orbz-bottom-item{border:0;background:transparent;color:#272727;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:600 10px/1 Arial,sans-serif;cursor:pointer;min-width:0;padding:0;margin:0;transform:none}
.orbz-bottom-item svg{width:24px;height:24px;min-width:24px;min-height:24px;max-width:24px;max-height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block}
.orbz-bottom-item.is-active{color:var(--yellow)}
.orbz-bottom-item.is-active svg{color:var(--yellow);stroke:var(--yellow)}
.category-footer-mount{grid-column:1/-1;width:100%;min-width:100%;margin:0;padding:0;background:#fff;clear:both}
.category-footer-mount>.orbi-structured-footer{display:block!important;width:100%!important;min-width:100%!important;max-width:none!important;margin:0!important;left:auto!important;right:auto!important}
#loader{position:fixed;inset:0;z-index:1000000;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity .25s ease,visibility .25s ease;pointer-events:auto}
#loader.hide{opacity:0;visibility:hidden;pointer-events:none}
.dots-loader{display:flex;gap:8px}
.dots-loader span{width:12px;height:12px;border-radius:50%;background:var(--yellow);animation:bounce 1.2s infinite ease-in-out}
.dots-loader span:nth-child(2){animation-delay:.2s}.dots-loader span:nth-child(3){animation-delay:.4s}
@keyframes bounce{0%,80%,100%{transform:scale(1);opacity:.6}40%{transform:scale(1.5);opacity:1}}
.loader-text{margin-top:20px;font-size:16px;color:#333;letter-spacing:.5px}
@media(max-width:360px){
  :root{--header-height:52px;--nav-height:0px}
  .category-header h1{font-size:15px}
  .category-columns{grid-template-columns:106px minmax(0,1fr)}
  .category-option{min-height:68px;padding-left:14px;font-size:13px}
  .orbz-bottom-item{font-size:9.5px}.orbz-bottom-item svg{width:23px;height:23px}
}
@media(min-width:600px) and (max-width:860px){
  .category-header h1{font-size:16px}
  .category-columns{grid-template-columns:160px minmax(0,1fr)}
  .category-option{font-size:15px;min-height:70px}
}
@media(min-width:861px){html,body{display:none!important}}

/* Barra inferior idêntica à tela inicial */
@media(max-width:860px){
  .orbz-mobile-bottom-nav{height:64px!important;min-height:64px!important;max-height:64px!important;padding:4px 2px!important;box-sizing:border-box!important;align-items:stretch!important;}
  .orbz-bottom-item{height:auto!important;min-height:0!important;align-self:stretch!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;line-height:1!important;transform:none!important;}
  .orbz-bottom-item svg{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;display:block!important;}
}


/* V77 - rodapé completo, abaixo de tudo e de canto a canto */
@media(max-width:860px){
  :root{--nav-height:0px!important;}
  .category-app{height:calc(100dvh - var(--construction-height))!important;overflow:hidden!important;}
  .category-shell{height:calc(100dvh - var(--construction-height) - var(--header-height) - var(--safe-top))!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;}
  .category-columns{width:100%!important;min-height:100%!important;}
  .category-footer-mount{width:100%!important;min-width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
  .category-footer-mount .orbi-footer.orbi-structured-footer{width:100%!important;min-width:100%!important;max-width:none!important;margin:0!important;padding:0!important;transform:none!important;}
  .category-footer-mount .orbi-footer__bottom{width:100%!important;margin:0!important;padding-left:16px!important;padding-right:16px!important;}
  .category-footer-mount .orbi-footer__bottom-inner{width:100%!important;max-width:none!important;margin:0!important;}
}


/* V90 - categorias originais e rodapé sem linha divisória */
.category-columns,.category-footer-mount,.category-footer-mount>footer{border-top:0!important;border-bottom:0!important;box-shadow:none!important}
.category-option:last-child{border-bottom:0!important}
.category-footer-mount .orbi-footer.orbi-structured-footer,
.category-footer-mount .orbi-footer__top-shell,
.category-footer-mount .orbi-footer__toggle-wrap,
.category-footer-mount .orbi-footer__mega,
.category-footer-mount .orbi-footer__bottom{border:0!important;border-top:0!important;box-shadow:none!important;outline:0!important}
@media(max-width:860px){
  .orbz-mobile-bottom-nav,.bottom-nav{border-top:0!important;box-shadow:none!important}
}
