/* ============================================================
   CS TUCUMAN · NAV V32 FINAL
   Menú mínimo: Inicio / Servidores / Partidas / Reglamento / Tienda / Staff
   ============================================================ */
:root{
 --n320-bg:#000;
 --n320-card:#080808;
 --n320-line:#1a1a1a;
 --n320-white:#f7f7f7;
 --n320-muted:#777;
 --n320-orange:#ff7a00;
}
body{padding-top:154px!important}
.cst320-header{
 position:fixed;z-index:1300;top:0;left:0;right:0;
 background:#000;border-bottom:1px solid #111;
 box-shadow:0 16px 45px rgba(0,0,0,.35)
}
.cst320-top{height:82px;background:#000;border-bottom:1px solid #101010}
.cst320-top-inner{
 width:min(1260px,calc(100% - 34px));height:100%;margin:auto;
 display:flex;align-items:center;justify-content:space-between;gap:30px
}
.cst320-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.cst320-brand .logo{position:relative;width:58px;height:58px;display:grid;place-items:center}
.cst320-brand .logo img{width:100%;height:100%;object-fit:contain}
.cst320-brand .logo i{position:absolute;right:0;bottom:1px;width:8px;height:8px;border:2px solid #000;border-radius:50%;background:#ff7a00}
.cst320-brand .copy b,.cst320-brand .copy small{display:block}
.cst320-brand .copy b{font:900 18px Inter,Arial,sans-serif}
.cst320-brand .copy small{margin-top:5px;color:#555;font-size:6.5px;font-weight:900;letter-spacing:1.5px}
.cst320-actions{display:flex;align-items:center;gap:8px}
.cst320-live{
 min-height:46px;padding:0 12px;display:flex;align-items:center;gap:7px;
 border:1px solid #173321;border-radius:10px;background:#020604;color:#fff;text-decoration:none
}
.cst320-live>i{width:7px;height:7px;border-radius:50%;background:#31d47d;box-shadow:0 0 10px rgba(49,212,125,.35)}
.cst320-live.offline{border-color:#341c18}.cst320-live.offline>i{background:#d26358;box-shadow:none}
.cst320-live small,.cst320-live b{display:block}.cst320-live small{color:#517460;font-size:5.3px;font-weight:900}.cst320-live b{margin-top:3px;font-size:8px}
.cst320-play,.cst320-login,.cst320-create{
 min-height:46px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:6px;
 border-radius:10px;text-decoration:none;font-size:8px;font-weight:900
}
.cst320-play,.cst320-create{background:#ff7a00;color:#050505}
.cst320-login{border:1px solid #202020;background:#050505;color:#ddd}
.cst320-account{position:static}
.cst320-account>button{
 min-width:145px;height:46px;padding:0 9px 0 5px;display:flex;align-items:center;gap:8px;
 border:1px solid #202020;border-radius:10px;background:#050505;color:#fff;cursor:pointer
}
.cst320-account img,.cst320-account .avatar{width:34px;height:34px;display:grid;place-items:center;object-fit:cover;border-radius:8px;background:#111;color:#ff9a42;font-size:9px;font-weight:900}
.cst320-account .who b,.cst320-account .who small{display:block}.cst320-account .who b{max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.cst320-account .who small{margin-top:2px;color:#666;font-size:5.5px}
.cst320-account>button>ion-icon{margin-left:auto;color:#555}
.cst320-account-drop{
 position:fixed;z-index:1350;top:160px;right:max(17px,calc((100vw - 1260px)/2 + 17px));
 width:325px;max-height:calc(100vh - 176px);overflow:auto;padding:8px;
 opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);
 border:1px solid #202020;border-radius:13px;background:#030303;box-shadow:0 30px 80px rgba(0,0,0,.75);transition:.14s
}
.cst320-account.open .cst320-account-drop{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.cst320-account-drop header{padding:12px;border-bottom:1px solid #171717}.cst320-account-drop header span,.cst320-account-drop header b,.cst320-account-drop header small{display:block}.cst320-account-drop header span{color:#ff8420;font-size:6px;font-weight:900}.cst320-account-drop header b{margin-top:4px;font-size:11px}.cst320-account-drop header small{margin-top:3px;color:#666;font-size:6px}
.cst320-account-drop>a{min-height:46px;padding:0 10px;display:flex;align-items:center;gap:9px;border-radius:8px;color:#aaa;text-decoration:none;font-size:8.5px;font-weight:700}
.cst320-account-drop>a:hover{background:#080808;color:#fff}.cst320-account-drop>a[href="/perfil"]{background:#090909;color:#fff}.cst320-account-drop>a ion-icon{font-size:16px;color:#777}.cst320-account-drop>a[href="/perfil"] ion-icon{color:#ff8420}
.cst320-account-drop>a em{margin-left:auto;color:#ff8420;font-style:normal}.cst320-account-drop .sep{height:1px;margin:6px 3px;background:#171717}.cst320-account-drop .label{display:block;padding:7px 9px 4px;color:#555;font-size:5.8px;font-weight:900}.cst320-account-drop .logout{color:#bd726a}
.cst320-nav-row{height:72px;display:flex;align-items:center;background:#000}
.cst320-nav{
 width:min(1080px,calc(100% - 34px));height:58px;margin:auto;padding:0 10px;
 display:flex;align-items:center;justify-content:center;gap:8px;
 border:1px solid #171717;border-radius:12px;background:#070707
}
.cst320-nav>a{
 position:relative;height:44px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;
 border:1px solid transparent;border-radius:8px;color:#ddd;text-decoration:none;font:900 10px Inter,Arial,sans-serif;white-space:nowrap
}
.cst320-nav>a ion-icon{font-size:16px;color:#aaa}
.cst320-nav>a:hover{background:#0b0b0b;border-color:#1d1d1d;color:#fff}
.cst320-nav>a.active{background:#0c0906;border-color:#332313;color:#ff8a24}
.cst320-nav>a.active ion-icon{color:#ff8a24}
.cst320-nav>a.active:after{content:"";position:absolute;left:16px;right:16px;bottom:1px;height:2px;border-radius:999px;background:#ff7a00}
.cst320-nav>a em{min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#ff7a00;color:#050505;font-size:6px;font-style:normal}
.cst320-menu-btn,.cst320-backdrop{display:none}
@media(max-width:1100px) and (min-width:821px){
 .cst320-nav>a{padding:0 12px;font-size:9px}.cst320-top-inner{width:calc(100% - 28px)}.cst320-account .who{display:none}.cst320-account>button{min-width:46px;width:46px;padding:0 5px}
}
@media(max-width:820px){
 body{padding-top:70px!important}
 .cst320-header{height:64px}.cst320-top{height:64px}.cst320-top-inner{width:calc(100% - 16px)}
 .cst320-brand .logo{width:44px;height:44px}.cst320-brand .copy b{font-size:13px}.cst320-brand .copy small{display:none}
 .cst320-live,.cst320-login,.cst320-create{display:none}.cst320-play{width:42px;min-width:42px;height:42px;padding:0}.cst320-play span{display:none}
 .cst320-account>button{width:42px;min-width:42px;height:42px;padding:0 4px}.cst320-account .who,.cst320-account>button>ion-icon{display:none}
 .cst320-menu-btn{width:42px;height:42px;display:grid;place-items:center;border:1px solid #202020;border-radius:9px;background:#050505;color:#fff;font-size:18px}
 .cst320-nav-row{height:0}
 .cst320-nav{
  position:fixed;z-index:1360;top:72px;left:8px;right:8px;width:auto;height:auto;max-height:calc(100vh - 82px);padding:8px;
  display:none;align-items:stretch;flex-direction:column;gap:3px;overflow:auto;border-radius:12px;background:#050505
 }
 .cst320-nav.open{display:flex}.cst320-nav>a{width:100%;height:48px;justify-content:flex-start;box-sizing:border-box;font-size:10px}
 .cst320-account-drop{top:72px;left:8px;right:8px;width:auto;max-height:calc(100vh - 82px)}
 .cst320-backdrop{position:fixed;z-index:1320;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(4px)}
 body.cst320-open .cst320-backdrop{display:block}
}
