*{box-sizing:border-box}

/* DESKTOP */
.ub-header{width:100%;background:#1a1a1a;font-family:'Roboto',Arial,sans-serif}
.ub-top{display:flex;align-items:center;height:72px;padding:0 12px}
.ub-logo{min-width:170px;margin-right:8px;display:flex;flex-direction:column}
.ub-logo img{height:36px !important;width:auto !important}
.ub-logo-sub{font-size:9px;color:#666;letter-spacing:1px;margin-top:2px}
.ub-items{display:flex;align-items:stretch;flex:1;height:72px}
.ub-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 12px;cursor:pointer;border-bottom:3px solid transparent;transition:background 0.15s;min-width:78px}
.ub-item:hover,.ub-item.open{background:#252525;border-bottom-color:#eb2f06}
.ub-item svg{margin-bottom:5px}
.ub-item-label{font-size:9.5px !important;font-weight:800 !important;color:#bbb;text-transform:uppercase;letter-spacing:0.4px;text-align:center;white-space:nowrap;font-family:'Roboto',sans-serif !important}
.ub-item:hover .ub-item-label,.ub-item.open .ub-item-label{color:#fff}
.ub-right{display:flex;align-items:center;gap:8px;margin-left:10px}
.btn-reg{background:#eb2f06;color:#fff !important;border:none;padding:9px 18px;font-size:12px;font-weight:800;cursor:pointer;border-radius:3px;white-space:nowrap;font-family:'Roboto',sans-serif}
.btn-login{background:transparent;color:#ccc !important;border:1px solid #444;padding:9px 18px;font-size:12px;font-weight:700;cursor:pointer;border-radius:3px;white-space:nowrap}

.ub-dropdown{display:none;position:absolute;top:100%;left:0;background:#2a2a2a;border-top:2px solid #eb2f06;min-width:240px;z-index:99999;box-shadow:0 8px 24px rgba(0,0,0,0.8)}
.ub-item.open .ub-dropdown{display:block}
.ub-dropdown a{display:flex !important;align-items:center;justify-content:space-between;padding:11px 16px !important;color:#bbb !important;font-size:12px !important;font-weight:600;text-decoration:none !important;border-bottom:1px solid #333;cursor:pointer}
.ub-dropdown a:hover{background:#333;color:#fff !important}
.ub-dropdown a:last-child{border-bottom:none}
.arr{color:#eb2f06;font-weight:900;font-size:13px}

.ub-sub{background:#141414;display:flex;align-items:center;padding:0 16px;height:40px;gap:6px;border-top:1px solid #222}
.ub-sub a{color:#aaa !important;font-size:11px;font-weight:700;text-decoration:none !important;padding:5px 12px;border-radius:3px;white-space:nowrap;cursor:pointer}
.ub-sub a:hover,.ub-sub a.active{background:#eb2f06;color:#fff !important}
.ub-hot-badge{background:#eb2f06;color:#fff;font-size:9px;font-weight:900;padding:2px 6px;border-radius:3px}
.ub-hot-link{color:#eb2f06 !important}

/* MOBILE */
.mob-bar{display:none;background:#1a1a1a;height:56px;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #222}
.mob-bar-logo img{height:30px !important;width:auto !important}
.mob-bar-right{display:flex;align-items:center;gap:10px}
.mob-stoix-btn{background:#eb2f06;color:#fff !important;font-size:11px;font-weight:800;padding:7px 12px;border-radius:3px;cursor:pointer;white-space:nowrap;font-family:'Roboto',sans-serif}
.mob-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.mob-hamburger div{width:25px;height:2px;background:#fff;border-radius:2px}

.mob-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:99998}
.mob-overlay.show{display:block}

.mob-menu{position:fixed;top:0;left:-320px;width:290px;height:100%;background:#1a1a1a;z-index:99999;transition:left 0.3s ease;overflow-y:auto;font-family:'Roboto',sans-serif}
.mob-menu.open{left:0}
.mob-header{background:#111;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #333;height:56px}
.mob-header img{height:30px !important;width:auto !important}
.mob-close{color:#fff;font-size:22px;cursor:pointer;padding:4px 8px;line-height:1}

.mob-featured{background:#ba0001;padding:12px;border-bottom:1px solid #900}
.mob-feat-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}
.mob-feat-logo img{height:44px;width:auto;border-radius:6px;background:#fff;padding:4px}
.mob-feat-info{flex:1}
.mob-feat-name{color:#fff;font-size:13px;font-weight:800;margin-bottom:3px}
.mob-feat-rating{display:flex;align-items:center;gap:6px}
.mob-feat-stars{color:#ffe066;font-size:14px;letter-spacing:1px}
.mob-feat-score{background:#ffe066;color:#7a0000;font-size:11px;font-weight:900;padding:2px 7px;border-radius:3px}
.mob-feat-btn{background:#16a34a;color:#fff !important;font-size:12px;font-weight:900;padding:8px 14px;border-radius:4px;text-decoration:none !important;white-space:nowrap}
.mob-feat-eeep{color:rgba(255,255,255,0.7);font-size:9px;text-align:center;margin-top:8px}

.mob-section{background:#eb2f06;color:#fff;font-size:11px;font-weight:800;padding:8px 16px;letter-spacing:0.5px}
.mob-link{display:flex !important;align-items:center;gap:12px;padding:13px 16px !important;color:#ccc !important;font-size:12px !important;font-weight:700;text-decoration:none !important;border-bottom:1px solid #252525;cursor:pointer;text-transform:uppercase}
.mob-link:hover{background:#252525;color:#fff !important}
.mob-arr{color:#555;margin-left:auto;font-size:12px}

@media (max-width: 900px){
  .ub-top,.ub-items,.ub-right,.ub-sub{display:none !important}
  .mob-bar{display:flex !important}
  .mob-hamburger{display:flex !important}
}