/* Bencefalo v32 — consolidated Tarot navigation */

.tarot-menu-layout{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:18px;
  align-items:start;
}

.tarot-menu-options{
  display:grid;
  gap:8px;
  padding-right:16px;
  border-right:1px solid rgba(164,126,255,.12);
}

.tarot-subnav-button{
  width:100%!important;
  min-height:70px;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:12px 13px!important;
  border:1px solid rgba(145,126,205,.14)!important;
  border-radius:12px!important;
  background:rgba(6,10,24,.42)!important;
  color:#d9d3e1!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}

.tarot-subnav-button:hover,
.tarot-subnav-button.is-active{
  background:rgba(24,17,49,.78)!important;
  border-color:rgba(180,119,255,.34)!important;
  transform:translateX(2px);
}

.tarot-subnav-button>span{display:block;min-width:0}
.tarot-subnav-button strong{
  display:block;
  color:#f6f1fb;
  font-size:12px;
  line-height:1.25;
  font-weight:760;
}
.tarot-subnav-button small{
  display:block;
  margin-top:4px;
  color:#817b8e;
  font-size:9px;
  line-height:1.4;
  font-weight:450;
}
.tarot-subnav-button>b{
  color:#8c7fa5;
  font-size:16px;
  font-weight:500;
}
.tarot-subnav-button.is-active>b{color:#c99cff}
.tarot-helper{
  border-color:rgba(52,211,153,.15)!important;
}
.tarot-helper strong{color:#a8f0d5}
.tarot-helper>b{color:#70ddba}

.tarot-menu-content{min-width:0}
.tarot-subpanel{min-width:0}
.tarot-subpanel[hidden]{display:none!important}
.tarot-subpanel.is-active{display:block}

.tarot-mega-panel .nav-menu-head{
  padding-left:0;
  padding-right:0;
}
.tarot-mega-panel .nav-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.tarot-mega-panel .nav-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

@media(max-width:1100px) and (min-width:981px){
  .tarot-menu-layout{grid-template-columns:220px minmax(0,1fr)}
  .tarot-mega-panel .nav-catalog-grid,
  .tarot-mega-panel .nav-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:980px){
  .tarot-menu-layout{
    display:block;
  }
  .tarot-menu-options{
    gap:7px;
    padding:0 0 9px;
    border-right:0;
    border-bottom:1px solid rgba(164,126,255,.10);
  }
  .tarot-subnav-button{
    min-height:58px!important;
    padding:10px 11px!important;
    background:rgba(8,10,24,.68)!important;
  }
  .tarot-subnav-button:hover,
  .tarot-subnav-button.is-active{transform:none}
  .tarot-menu-content{padding-top:9px}
  .tarot-mega-panel .nav-catalog-grid,
  .tarot-mega-panel .nav-topic-grid{grid-template-columns:1fr!important}
}

@media(max-width:620px){
  .tarot-subnav-button strong{font-size:11px}
  .tarot-subnav-button small{font-size:9px}
}